:root{color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Microsoft YaHei,sans-serif;background:linear-gradient(135deg,#581c87,#3730a3);color:#fff;min-height:100vh;overflow-x:hidden;display:flex;align-items:center;justify-content:center;margin:0}.ant-layout.ant-layout-has-sider{overflow:hidden}.workspace-container{width:100vw;min-height:100vh;color:#fff;background-color:#fff}.workspace-loading{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;gap:40px}.workspace-loading-logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:600;color:#002ecc;letter-spacing:-.5px}.workspace-loading-logo-icon{width:36px;height:36px;background:#002ecc;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.workspace-loading-center{display:flex;flex-direction:column;align-items:center;gap:18px}.workspace-loading-bars{display:flex;align-items:flex-end;gap:5px;height:36px}.workspace-loading-bar{width:5px;background:#002ecc;border-radius:3px;animation:wsBarBounce 1.1s ease-in-out infinite}.workspace-loading-bar:nth-child(1){height:14px;animation-delay:0s}.workspace-loading-bar:nth-child(2){height:22px;animation-delay:.15s}.workspace-loading-bar:nth-child(3){height:30px;animation-delay:.3s}.workspace-loading-bar:nth-child(4){height:22px;animation-delay:.45s}.workspace-loading-bar:nth-child(5){height:14px;animation-delay:.6s}.workspace-loading-scan{width:200px;height:2px;background:#eef1ff;border-radius:2px;overflow:hidden;position:relative}.workspace-loading-scan-line{position:absolute;top:0;left:0;height:100%;width:60px;background:linear-gradient(90deg,transparent,#002ECC,transparent);animation:wsScan 1.5s ease-in-out infinite}.workspace-loading-dots{display:flex;gap:6px}.workspace-loading-dot{width:6px;height:6px;border-radius:50%;background:#d0d9ff;animation:wsDotFade 1.2s ease-in-out infinite}.workspace-loading-dot:nth-child(1){animation-delay:0s}.workspace-loading-dot:nth-child(2){animation-delay:.2s}.workspace-loading-dot:nth-child(3){animation-delay:.4s}.workspace-loading-text{font-size:14px;color:#9ca3af;margin:0;letter-spacing:.3px}@keyframes wsBarBounce{0%,to{opacity:.25;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}@keyframes wsScan{0%{transform:translate(-60px)}to{transform:translate(260px)}}@keyframes wsDotFade{0%,to{background:#d0d9ff}50%{background:#002ecc}}.workspace-header{background:linear-gradient(135deg,#0036f0,#0025a8);color:#fff;height:64px;padding:0 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:999}.workspace-header-left{display:flex;align-items:center;gap:12px;cursor:pointer;transition:opacity .3s}.workspace-header-left:hover{opacity:.85}.workspace-header-left-logo{width:32px;height:32px;background:url(/assets/platform-CAy4TIbX.png) no-repeat center / contain}.workspace-header-left-title{font-size:20px;font-weight:600;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.workspace-header-mid{flex:1}.workspace-header-right{display:flex;align-items:center}.workspace-header-right-company{font-size:14px;color:#ffffffbf;font-weight:400;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.workspace-header-right-company{display:none}}.workspace-header-right .workspace-header-action-item{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;cursor:pointer;transition:all .3s}.workspace-header-right .workspace-header-action-item .action-icon{font-size:18px;color:#ffffffe6}.workspace-header-right .workspace-header-action-item:hover{background:#ffffff1a}.workspace-header-right .workspace-header-profile{display:flex;align-items:center;gap:8px;padding:4px 8px 4px 4px;border-radius:30px;cursor:pointer;transition:background .3s}.workspace-header-right .workspace-header-profile:hover{background:#ffffff1a}.workspace-header-right .workspace-header-profile .profile-info{display:flex;align-items:center;gap:6px}.workspace-header-right .workspace-header-profile .profile-name{font-size:14px;font-weight:500;color:#fff}.workspace-header-right .workspace-header-profile .dropdown-icon{font-size:10px;color:#fff9;transition:transform .3s}.workspace-header-right .workspace-header-profile:hover .dropdown-icon{color:#fff}.workspace-menu-wrapper{width:200px;background-color:#fff;border-right:1px solid #e0e0e0;box-shadow:2px 0 8px #0000000d;padding:20px 0;overflow-y:auto;overflow-x:hidden}.workspace-menu-wrapper .ant-menu-light .ant-menu-item-selected{margin-left:0;margin-right:0;border-radius:0;color:#002ecc;height:5vh;font-weight:700;border-left:3px solid #002ecc!important}.content-panel{padding:2vw;background:#f9f9f9;overflow-y:auto;width:90vw;scrollbar-width:none;-ms-overflow-style:none}.content-panel ::-webkit-scrollbar{display:none}.content-panel-header{color:#002ecc;font-size:3vh;font-weight:700;margin-bottom:1vh}.content-panel-description{color:#666;margin-bottom:1.5vh}.content-panel :global .ant-menu-item{border-radius:8px;width:20vw;height:5vh;text-align:center;font-size:2vh;margin-right:1vw;display:flex;justify-content:center;align-items:center}.content-panel :global .ant-menu-item:hover{color:#1890ff}.content-panel :global .ant-menu-item.ant-menu-item-selected{background-image:linear-gradient(135deg,#002ecc,#04f);color:#fff;border-radius:.6vw}.content-panel :global .ant-menu-item:after{border-bottom:none}.health-check{flex:1;padding:20px;overflow-y:auto;min-height:calc(100vh - 130px)}.health-check-title{font-size:24px;color:#002ecc;margin-bottom:8px;font-weight:600}.health-check-subtitle{color:#666;font-size:14px;display:flex;align-items:center;line-height:1.6}.health-check-main{color:#666;font-size:12px;line-height:1.6;white-space:pre-wrap}.health-check-cards{margin-top:10px;display:flex;justify-content:space-between;column-gap:25px}.health-check-cards-dimension{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:stretch;justify-content:center}.health-check-cards-dimension-index,.health-check-cards-dimension-index-selected{padding:14px 10px;border-radius:10px;text-align:center;cursor:pointer;border:2px solid transparent;transition:all .25s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.health-check-cards-dimension-index:hover,.health-check-cards-dimension-index-selected:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.health-check-cards-dimension-index{background:#f8faff}.health-check-cards-dimension-index-selected{box-shadow:0 4px 16px #00000021;transform:translateY(-2px)}.health-check-cards-dimension-index-score{font-size:22px;font-weight:700;line-height:1}.health-check-cards-dimension-index-label{font-size:12px;font-weight:500;line-height:1.3}.health-check-cards-dimension-detail{display:flex;flex-direction:column;background:#fff;border-radius:8px;border-left:4px solid #002ecc;padding-left:15px;box-shadow:0 2px 4px #0000001a}.health-check-cards-dimension-detail-header{display:flex;justify-content:space-between;align-items:center;padding:15px 15px 15px 0;border-bottom:1px solid #f0f0f0;margin-bottom:15px}.health-check-cards-dimension-detail-title{font-size:16px;font-weight:700}.health-check-cards-dimension-detail-content{flex:1;padding-right:15px;padding-bottom:15px}.health-check-cards-dimension-detail .ant-table .ant-table-title{padding:5px}.health-check-cards-dimension-detail .ant-table-wrapper .ant-table-tbody>tr>td{padding:5px}.health-check-cards-card{flex:1;background:#fff;border-radius:12px;padding:10px;text-align:center;box-shadow:0 2px 8px #0000001a;color:#000}.health-check-cards-card-icon{width:80px;height:80px;background:linear-gradient(135deg,#002ecc,#04f);border-radius:50%;margin:0 auto 15px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;cursor:pointer;transition:all .3s}.health-check-cards-card-score{font-size:48px;color:#002ecc;font-weight:700;margin:20px 0}.health-check-cards-card-rank{margin-bottom:20px;color:#002ecc;text-align:start;font-size:24px;font-weight:700}.health-check-cards-card-rank-item{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #f0f0f0}.health-examination{flex:1;padding:24px;background-color:transparent;display:flex;flex-direction:column;height:calc(100vh - 130px);overflow-y:auto}.health-examination .health-header{margin-bottom:24px}.health-examination .health-header .health-title{font-size:26px;font-weight:700;color:#1f2937;margin-bottom:8px;display:flex;align-items:center;gap:10px}.health-examination .health-header .health-subtitle{font-size:14px;display:flex;align-items:center;color:#6b7280;line-height:1.6}.health-examination .health-tabs-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:10px}.health-examination .health-tabs-container .health-tab-card{background:#fff;border-radius:12px;padding:24px 20px;cursor:pointer;border:2px solid transparent;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 12px #0000000a}.health-examination .health-tabs-container .health-tab-card .card-icon-wrapper{font-size:32px;margin-bottom:12px;color:#9ca3af;transition:all .3s}.health-examination .health-tabs-container .health-tab-card .card-info .card-title{font-size:16px;font-weight:700;color:#374151;margin-bottom:4px}.health-examination .health-tabs-container .health-tab-card .card-info .card-subtitle{font-size:12px;color:#9ca3af}.health-examination .health-tabs-container .health-tab-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.health-examination .health-tabs-container .health-tab-card.active{border-color:var(--theme-color);background:#fff}.health-examination .health-tabs-container .health-tab-card.active .card-icon-wrapper{color:var(--theme-color);transform:scale(1.1)}.health-examination .health-tabs-container .health-tab-card.active .card-info .card-title{color:var(--theme-color)}.health-examination .health-detail-panel{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 12px #0000000a;flex:1;min-height:400px;border:1px solid #f0f0f0}.health-examination .health-detail-panel .detail-left{padding-right:40px}.health-examination .health-detail-panel .detail-left .detail-header{display:flex;align-items:center;margin-bottom:20px}.health-examination .health-detail-panel .detail-left .detail-header .detail-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-right:16px}.health-examination .health-detail-panel .detail-left .detail-desc{font-size:16px;line-height:1.8;margin-bottom:30px;color:#4b5563}.health-examination .health-detail-panel .detail-left .detail-features-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:12px}.health-examination .health-detail-panel .detail-left .detail-features-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:40px}.health-examination .health-detail-panel .detail-left .detail-features-list .feature-tag{padding:6px 16px;border-radius:20px;font-size:13px;border:none;background:#f3f4f6;color:#4b5563}.health-examination .health-detail-panel .detail-left .detail-action .generate-btn{height:52px;padding:0 40px;border-radius:8px;font-size:16px;font-weight:600;box-shadow:0 4px 14px #0000001a}.health-examination .health-detail-panel .detail-left .detail-action .generate-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.health-examination .health-detail-panel .detail-left .detail-action .action-hint{margin-top:12px;font-size:12px;color:#9ca3af}.health-examination .health-detail-panel .detail-right{height:100%;display:flex;justify-content:center;align-items:center}.health-examination .health-detail-panel .detail-right .visual-card{width:100%;height:380px;border-radius:24px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.health-examination .health-detail-panel .detail-right .visual-card .visual-content{text-align:center;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px}.health-examination .health-detail-panel .detail-right .visual-card .visual-content .radar-title{font-size:18px;font-weight:700;margin-bottom:-15px;z-index:10}.health-examination .health-detail-panel .detail-right .visual-card .visual-content .radar-container{width:100%;height:320px}.health-query-container{padding:24px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:calc(100vh - 130px);flex:1;overflow:auto}.health-query-container .header-card .ant-card-body{padding:24px}.health-query-container .chat-card{border-radius:16px;box-shadow:0 4px 20px #0000001a}.health-query-container .chat-card .ant-card-body{padding:24px}.health-query-container .messages-container::-webkit-scrollbar{width:6px}.health-query-container .messages-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.health-query-container .messages-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.health-query-container .messages-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.health-query-container .type-selector .ant-btn{border-radius:20px;padding:8px 16px;height:auto}.health-query-container .type-selector .ant-btn.ant-btn-primary{box-shadow:0 2px 8px #002ecc4d}.health-query-container .input-area .ant-input{border-radius:20px 0 0 20px;padding:12px 16px;border:2px solid #d9d9d9}.health-query-container .input-area .ant-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.health-query-container .input-area .ant-btn{border-radius:0 20px 20px 0;padding:12px 20px;height:auto}.health-query-container .typing-indicator{padding:12px 0}.health-query-container .typing-indicator .ant-avatar{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.health-query-container .ai-markdown-content p{margin:4px 0}.health-query-container .ai-markdown-content ul,.health-query-container .ai-markdown-content ol{margin:4px 0;padding-left:20px}.health-query-container .ai-markdown-content li{margin:2px 0}.health-query-container .ai-markdown-content strong{font-weight:600}.health-query-container .ai-markdown-content code{background:#0000000f;padding:1px 4px;border-radius:3px;font-size:13px}@media (max-width: 768px){.health-query-container,.health-query-container .header-card .ant-card-body{padding:16px}.health-query-container .header-card h2{font-size:1.5em}.health-query-container .chat-card .ant-card-body{padding:16px}.health-query-container .messages-container{height:300px}.health-query-container .type-selector .ant-btn{padding:6px 12px;font-size:12px}}@media (max-width: 480px){.health-query-container{padding:12px}.health-query-container .header-card{margin-bottom:16px}.health-query-container .messages-container{height:250px;padding:12px}}@media (prefers-color-scheme: dark){.health-query-container{background:linear-gradient(135deg,#1f2937,#111827)}.health-query-container .chat-card{background:#1f1f1f;color:#fff}.health-query-container .messages-container{background:#2d2d2d}}.health-compare{flex:1;padding:24px;background-color:transparent;display:flex;flex-direction:column;height:calc(100vh - 130px);overflow-y:auto;min-height:100%}.health-compare .compare-header{margin-bottom:24px}.health-compare .compare-header .compare-title{font-size:26px;font-weight:700;color:#1f2937;margin-bottom:8px;display:flex;align-items:center;gap:10px}.health-compare .compare-header .compare-subtitle{font-size:14px;color:#6b7280;display:flex;align-items:center;line-height:1.6}.health-compare .compare-tabs-container{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.health-compare .compare-tabs-container .compare-tab-card{background:#fff;border-radius:12px;padding:20px 15px;cursor:pointer;border:2px solid transparent;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 12px #0000000a}.health-compare .compare-tabs-container .compare-tab-card .card-icon-wrapper{font-size:28px;margin-bottom:10px;color:#9ca3af;transition:all .3s}.health-compare .compare-tabs-container .compare-tab-card .card-info .card-title{font-size:15px;font-weight:700;color:#374151;margin-bottom:4px}.health-compare .compare-tabs-container .compare-tab-card .card-info .card-subtitle{font-size:12px;color:#9ca3af}.health-compare .compare-tabs-container .compare-tab-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.health-compare .compare-tabs-container .compare-tab-card.active{border-color:var(--theme-color);background:#fff}.health-compare .compare-tabs-container .compare-tab-card.active .card-icon-wrapper{color:var(--theme-color);transform:scale(1.1)}.health-compare .compare-tabs-container .compare-tab-card.active .card-info .card-title{color:var(--theme-color)}.health-compare .compare-control-panel{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 12px #0000000a;border:1px solid #f0f0f0;margin-bottom:24px;min-height:420px}.health-compare .compare-control-panel .panel-left{padding-right:20px}.health-compare .compare-control-panel .panel-left .panel-header{display:flex;align-items:center;margin-bottom:20px}.health-compare .compare-control-panel .panel-left .panel-header .panel-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-right:16px}.health-compare .compare-control-panel .panel-left .panel-desc{font-size:16px;line-height:1.8;margin-bottom:30px;color:#4b5563}.health-compare .compare-control-panel .panel-left .panel-form{background:#f9fafb;padding:24px;border-radius:12px;border:1px solid #e5e7eb}.health-compare .compare-control-panel .panel-left .panel-form .form-label{margin-bottom:10px;font-weight:600;color:#374151}.health-compare .compare-control-panel .panel-left .panel-form .compare-btn{height:48px;width:100%;border-radius:8px;font-size:16px;font-weight:600;box-shadow:0 4px 14px #0000001a}.health-compare .compare-control-panel .panel-left .panel-form .compare-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.health-compare .compare-control-panel .panel-right{height:100%;display:flex;justify-content:center;align-items:center}.health-compare .compare-control-panel .panel-right .visual-card{width:100%;height:380px;border-radius:24px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.health-compare .compare-control-panel .panel-right .visual-card .visual-content{z-index:2;width:100%;height:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;padding:24px}.health-compare .compare-control-panel .panel-right .visual-card .visual-content .radar-column{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.health-compare .compare-control-panel .panel-right .visual-card .visual-content .radar-column .radar-title{font-size:16px;font-weight:700;margin-bottom:10px;z-index:10;text-align:center}.health-compare .compare-control-panel .panel-right .visual-card .visual-content .radar-column .radar-container{width:100%;height:285px;display:flex;align-items:center;justify-content:center}.health-compare .compare-control-panel .panel-right .visual-card .visual-content .radar-column .placeholder-container{color:#9ca3af;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;height:100%;min-height:200px;font-size:14px}.health-compare .compare-control-panel .panel-right .visual-card .visual-content .radar-divider{width:1px;border-left:1px dashed rgba(0,0,0,.12);align-self:stretch;margin:10px 0}.health-compare .compare-result-container{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 12px #0000000a;animation:fadeIn .5s ease-out}.health-compare .compare-result-container .result-header{margin-bottom:20px;border-bottom:1px solid #f0f0f0;padding-bottom:15px}.health-compare .compare-result-container .result-content{min-height:300px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.health-plan{min-height:calc(100vh - 130px);background:#f0f2f5;padding:16px;display:flex;flex-direction:column;overflow-y:auto}.health-plan-header{margin-bottom:8px;padding:0 8px}.health-plan .dimension-nav-card{border-radius:8px;box-shadow:0 2px 8px #0000000d;height:100%}.health-plan .dimension-nav-card .ant-card-body{padding:0}.health-plan .dimension-nav-card .dimension-list-item{padding:12px 16px;cursor:pointer;transition:all .3s;border-bottom:1px solid #f0f0f0;border-left:3px solid transparent}.health-plan .dimension-nav-card .dimension-list-item:hover{background-color:#fafafa}.health-plan .dimension-nav-card .dimension-list-item.selected{background-color:#e6f7ff;border-left-color:#1890ff}.health-plan .dimension-nav-card .dimension-list-item.selected .dimension-item-content{color:#1890ff}.health-plan .dimension-nav-card .dimension-list-item .dimension-item-content{flex:1;display:flex;flex-direction:column}.health-plan .dimension-nav-card .dimension-list-item .dimension-item-content .dimension-item-score{display:flex;align-items:center;margin-top:4px}.health-plan .workspace-card{border-radius:8px;box-shadow:0 2px 8px #0000000d;height:100%;display:flex;flex-direction:column}.health-plan .workspace-card .ant-card-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.health-plan .workspace-card .workspace-header{display:flex;justify-content:space-between;align-items:center}.health-plan .workspace-card .form-scroll-container{flex:1;overflow-y:auto;padding-right:8px;max-height:calc(100vh - 350px)}.health-plan .workspace-card .form-scroll-container::-webkit-scrollbar{width:6px}.health-plan .workspace-card .form-scroll-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.health-plan .workspace-card .custom-form-item{margin-bottom:16px}.health-plan .workspace-card .custom-form-item .ant-form-item-label{padding-bottom:4px;font-weight:500;font-size:13px}.health-plan .workspace-card .workspace-actions{display:flex;justify-content:center;padding-top:8px}.health-plan .analysis-card{border-radius:8px;box-shadow:0 2px 8px #0000000d;height:100%;display:flex;flex-direction:column}.health-plan .analysis-card .ant-card-body{flex:1;overflow-y:auto;padding:16px}.health-plan .analysis-card .ant-card-body::-webkit-scrollbar{width:6px}.health-plan .analysis-card .ant-card-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.health-plan .analysis-card .chart-container{min-height:250px;display:flex;align-items:center;justify-content:center;background:#fafafa;border-radius:8px;margin-bottom:16px;padding:10px}.health-plan .analysis-card .analysis-summary{padding:0 4px}.health-plan .analysis-card .suggestion-section{margin-top:8px;height:50px}.health-plan .analysis-card .suggestion-section .btn-glow{border-color:#722ed1;color:#722ed1;transition:all .3s}.health-plan .analysis-card .suggestion-section .btn-glow:hover,.health-plan .analysis-card .suggestion-section .btn-glow:focus{border-color:#531dab;color:#531dab;background:#f9f0ff}.health-plan .analysis-card .suggestion-section .suggestion-box{background:linear-gradient(135deg,#f9f0ff,#f5f5f5);border:1px dashed #d3adf7;border-radius:8px;padding:12px;margin-top:12px;text-align:left}.health-plan .analysis-card .suggestion-section .suggestion-box-header{display:flex;align-items:center;margin-bottom:8px;border-bottom:1px solid rgba(211,173,247,.3);padding-bottom:6px}.health-plan .analysis-card .suggestion-section .suggestion-box-header .icon{font-size:16px}.health-plan .analysis-card .suggestion-section .suggestion-box-content{color:#555;line-height:1.6}.health-plan .analysis-card .suggestion-section .suggestion-box-content .ant-typography-copy{margin-left:8px}@media (max-width: 768px){.health-plan .dimension-nav-card,.health-plan .workspace-card,.health-plan .analysis-card{height:auto;margin-bottom:16px}.health-plan .ant-card-body{height:auto!important}.health-plan .form-scroll-container{max-height:none!important}}.health-knowledge-container{margin:0 auto;padding:20px;min-height:calc(100vh - 130px);overflow-y:auto;flex:1;background:linear-gradient(135deg,#667eea,#764ba2)}.header-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;margin-bottom:20px;box-shadow:0 8px 32px #0000001a;text-align:center;border:1px solid rgba(255,255,255,.2)}.header-card .main-title{font-size:2.5rem;font-weight:700;margin-bottom:10px}.header-card .subtitle{font-size:1.1rem;color:#666}.content-card{background:#fffffff2;border-radius:16px;padding:30px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.content-card .section-title{display:flex;justify-content:space-between;align-items:center;font-size:1.8rem;font-weight:600;color:#333;border-bottom:3px solid #667eea;padding-bottom:10px;margin-bottom:20px}.search-card{background:#f8fafc;border-radius:12px;padding:20px;margin-bottom:25px;border:1px solid #e5e7eb}.stats-card{background:#f8fafc;border-radius:8px;padding:15px;margin-top:20px}.stats-card .ant-statistic-title{font-size:13px;color:#6b7280}.stats-card .ant-statistic-content{font-size:16px;font-weight:700;color:#1f2937}.knowledge-table{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.knowledge-table .ant-table-thead>tr>th{background:#002ecc;color:#fff;font-weight:700;font-size:14px;border:none}.knowledge-table .ant-table-tbody>tr{transition:all .3s ease}.knowledge-table .ant-table-tbody>tr:hover{background:#f8fafc!important;transform:translate(4px);border-left:4px solid #002ECC!important}.knowledge-modal .ant-modal-content{border-radius:16px;overflow:hidden}.knowledge-modal .ant-modal-header{border-bottom:1px solid #e5e7eb;padding:20px 30px}.knowledge-modal .ant-modal-body{padding:30px}@media (max-width: 768px){.health-knowledge-container{padding:10px}.header-card{padding:20px}.header-card .main-title{font-size:2rem}.content-card{padding:20px}.content-card .section-title{flex-direction:column;gap:15px;align-items:flex-start}.knowledge-table{font-size:12px}}@media (max-width: 1024px){.knowledge-table{font-size:13px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.knowledge-table .ant-table-tbody>tr{animation:fadeIn .3s ease}.ant-tag{border:none;font-size:10px;font-weight:500;padding:2px 6px}.ant-btn{border-radius:8px;font-weight:500;transition:all .3s ease}.ant-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none}.ant-btn-primary:hover{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 25px #667eea4d}.ant-input,.ant-select-selector{border-radius:8px;border:2px solid #e5e7eb;transition:border-color .3s ease,box-shadow .3s ease}.ant-input:focus,.ant-select-selector:focus,.ant-input:hover,.ant-select-selector:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.ant-upload-drag{border-radius:8px;border:2px dashed #d1d5db}.ant-upload-drag:hover{border-color:#667eea}.ant-progress-line .ant-progress-bg{border-radius:3px}.ant-progress-text{font-size:12px}.my-report{flex:1;padding:20px;background:#f9f9f9;overflow-y:auto;min-height:calc(100vh - 130px)}.my-report-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.my-report-title{font-size:24px;color:#002ecc;margin-bottom:4px;font-weight:600}.my-report-subtitle{color:#666;font-size:14px;margin-bottom:0}.my-report-banner{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#002ecc,#1a56e8 60%,#3b73ff);border-radius:12px;padding:24px 28px;margin-bottom:24px;position:relative;overflow:hidden}.my-report-banner:before{content:"";position:absolute;top:-40px;right:160px;width:160px;height:160px;background:#ffffff0f;border-radius:50%;pointer-events:none}.my-report-banner:after{content:"";position:absolute;bottom:-50px;right:80px;width:220px;height:220px;background:#ffffff0a;border-radius:50%;pointer-events:none}.my-report-banner-left{display:flex;align-items:flex-start;gap:16px;flex:1}.my-report-banner-icon{width:48px;height:48px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;flex-shrink:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.my-report-banner-text{display:flex;flex-direction:column;gap:6px}.my-report-banner-title{font-size:18px;font-weight:600;color:#fff;line-height:1.3}.my-report-banner-desc{font-size:13px;color:#ffffffbf;line-height:1.6;max-width:480px}.my-report-banner-tags{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}.my-report-banner-tag{display:inline-flex;align-items:center;background:#ffffff26;color:#ffffffe6;border:1px solid rgba(255,255,255,.25);border-radius:20px;padding:3px 12px;font-size:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.my-report-banner-tag:hover{background:#ffffff40}.my-report-banner-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:16px 28px;flex-shrink:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-width:100px}.my-report-banner-stat-num{font-size:36px;font-weight:700;color:#fff;line-height:1;margin-bottom:6px;letter-spacing:-1px}.my-report-banner-stat-label{font-size:12px;color:#ffffffb3;white-space:nowrap}.my-report-content-operations{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.my-report-content-operations-left,.my-report-content-operations-right{display:flex;gap:10px}.my-report-content-select-bar{display:flex;justify-content:space-between;align-items:center;border:1px solid transparent;padding:4px 16px;margin:0 0 12px}.my-report-content-history-item{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:12px;transition:border-color .3s,background .3s}.my-report-content-history-item:hover{border-color:#002ecc;background:#f8faff}.my-report-content-history-item-checkbox{padding-top:2px;flex-shrink:0;width:16px}.my-report-content-history-item-info{flex:1;min-width:0}.my-report-content-history-item-info-title{display:flex;align-items:center;font-weight:500;color:#1f2937;font-size:15px;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-report-content-history-item-info-meta{font-size:13px;color:#6b7280;display:flex;gap:16px;margin-bottom:8px}.my-report-content-history-item-info-tags{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.my-report-content-history-item-info-comment{margin-top:8px;font-size:12px;color:#cf1322;background:#fff1f0;border:1px solid #ffa39e;border-radius:4px;padding:4px 10px;display:inline-block}.my-report-content-history-item-actions{display:flex;align-items:center;flex-shrink:0;gap:0}.my-report-content-pagination{display:flex;margin-top:24px;justify-content:center}.my-report-tabs :global(.ant-tabs-nav){margin-bottom:0}.my-report-tabs :global(.ant-tabs-content-holder){background:#fff;border-radius:0 0 12px 12px;padding:20px 25px;box-shadow:0 2px 8px #0000000d}.my-report-tabs :global(.ant-tabs-tab){font-size:15px;padding:12px 0}.cert-preview-modal-body{max-height:75vh;overflow-y:auto;background:#f5f5f5;padding:16px;border-radius:6px}.cert-preview-container{background:#fff}.cert-preview-container :global(.docx-wrapper){background:#f5f5f5;padding:16px 0}.cert-preview-container :global(.docx){margin:0 auto;box-shadow:0 2px 12px #0000001f}.report-detail-modal{overflow-y:auto;padding:10px}.report-detail-modal .detail-section{margin-bottom:24px}.report-detail-modal .detail-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;background:#f0f4ff;padding:8px 16px;border-radius:4px}.report-detail-modal .detail-section-title{font-size:18px;font-weight:600;color:#002ecc}.report-detail-modal .detail-section .detail-score{font-size:16px;font-weight:700}.report-detail-modal .detail-summary{background:#f9f9f9;padding:15px;border-radius:6px;margin-bottom:15px;line-height:1.6;border-left:4px solid #002ecc}.report-detail-modal .factors-container{display:grid;grid-template-columns:1fr 1fr;gap:15px}.report-detail-modal .factors-container .factor-box{padding:12px;border-radius:6px}.report-detail-modal .factors-container .factor-box.positive{background:#f6ffed;border:1px solid #b7eb8f}.report-detail-modal .factors-container .factor-box.positive .factor-label{color:#52c41a}.report-detail-modal .factors-container .factor-box.negative{background:#fff1f0;border:1px solid #ffa39e}.report-detail-modal .factors-container .factor-box.negative .factor-label{color:#f5222d}.report-detail-modal .factors-container .factor-box .factor-label{font-weight:700;margin-bottom:10px;font-size:14px}.report-detail-modal .factors-container .factor-box .factor-item{font-size:13px;margin-bottom:8px;line-height:1.4}.report-detail-modal .factors-container .factor-box .factor-item-title{font-weight:600}#report-pdf-content{background-color:#fff!important;box-shadow:none!important;padding:20px}.report-detail-loading{height:400px;display:flex;align-items:center;justify-content:center}.report-detail-container .report-visual-section{display:flex;gap:20px;margin-bottom:24px}.report-detail-container .report-visual-section .radar-chart-wrapper{flex:3;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:16px}.report-detail-container .report-visual-section .radar-chart-wrapper .chart-title{font-weight:600;color:#1f2937;margin-bottom:10px;display:flex;align-items:center;gap:8px}.report-detail-container .report-visual-section .score-summary-card{flex:1.5;background:linear-gradient(135deg,#f0f4ff,#fff);border:1px solid #dbeafe;border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.report-detail-container .report-visual-section .score-summary-card .overall-info{text-align:center}.report-detail-container .report-visual-section .score-summary-card .overall-info .score-label{margin-top:8px;color:#1e40af;font-weight:600}.report-detail-container .report-visual-section .score-summary-card .quick-stats{width:100%}.report-detail-container .report-visual-section .score-summary-card .quick-stats .stat-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.report-detail-container .report-visual-section .score-summary-card .quick-stats .stat-item .label{font-size:12px;color:#6b7280}.report-detail-container .report-dimensions-collapse .ant-collapse-item{background:#fff;border:1px solid #e5e7eb!important;border-radius:8px!important;margin-bottom:12px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .ant-collapse-header{padding:16px 20px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .ant-collapse-header .dimension-header{display:flex;justify-content:space-between;width:95%}.report-detail-container .report-dimensions-collapse .ant-collapse-item .ant-collapse-header .dimension-header .name{font-size:16px;font-weight:600;color:#111827}.report-detail-container .report-dimensions-collapse .ant-collapse-item .ant-collapse-header .dimension-header .header-right{display:flex;align-items:center;gap:15px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .ant-collapse-header .dimension-header .header-right .score-text{font-size:13px;color:#6b7280}.report-detail-container .report-dimensions-collapse .ant-collapse-item .ant-collapse-header .dimension-header .header-right .score-text strong{color:#002ecc;font-size:16px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content{padding:0 4px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .summary-box{background:#f8fafc;border-radius:8px;padding:16px;margin-bottom:20px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .summary-box .sub-title{font-size:14px;font-weight:600;color:#334155;margin-bottom:6px;display:flex;align-items:center;gap:6px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .summary-box .mt-16{margin-top:16px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .summary-box .text{font-size:13px;color:#475569;line-height:1.6;margin:0}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .summary-box .suggestion{color:#059669;font-weight:500}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .factors-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:16px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .factors-wrapper .factor-group .group-label{font-size:14px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .factors-wrapper .factor-group.positive .group-label{color:#16a34a}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .factors-wrapper .factor-group.negative .group-label{color:#dc2626}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .factors-wrapper .factor-group .factor-card{background:#fff;border:1px solid #f1f5f9;padding:12px;border-radius:6px;margin-bottom:10px;box-shadow:0 1px 2px #00000008}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .factors-wrapper .factor-group .factor-card .f-title{font-size:13px;font-weight:600;color:#1e293b;margin-bottom:4px}.report-detail-container .report-dimensions-collapse .ant-collapse-item .dimension-content .factors-wrapper .factor-group .factor-card .f-desc{font-size:12px;color:#64748b;line-height:1.4}.industry-analysis-container{padding:10px;background-color:#f5f7fa}.industry-analysis-container .cshi-summary-card{border:none;margin-bottom:20px;border-radius:8px;box-shadow:0 4px 12px #002ecc33}.industry-analysis-container .cshi-summary-card .cshi-header{display:flex;align-items:center;margin-bottom:12px}.industry-analysis-container .cshi-summary-card .cshi-header .cshi-icon{font-size:24px;color:gold;margin-right:12px}.industry-analysis-container .cshi-summary-card .ant-card-body{padding:20px}.industry-analysis-container .dimensions-collapse{background:transparent;border:none}.industry-analysis-container .dimensions-collapse .ant-collapse-item{background:#fff;border:1px solid #e8e8e8;margin-bottom:16px;border-radius:8px!important;overflow:hidden}.industry-analysis-container .dimensions-collapse .ant-collapse-item .ant-collapse-header{align-items:center!important;padding:16px 24px!important}.industry-analysis-container .dimensions-collapse .ant-collapse-item .panel-header-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding-right:12px}.industry-analysis-container .dimensions-collapse .ant-collapse-item .panel-header-row .dim-title{font-size:16px;font-weight:600;color:#333}.industry-analysis-container .dimensions-collapse .ant-collapse-item .panel-header-row .score-tag{font-size:14px;font-weight:700;padding:4px 12px;border-radius:12px;border:none}.industry-analysis-container .dimensions-collapse .ant-collapse-item .panel-header-row .score-tag.score-excellent{background:#f6ffed;color:#52c41a}.industry-analysis-container .dimensions-collapse .ant-collapse-item .panel-header-row .score-tag.score-good{background:#e6f7ff;color:#1890ff}.industry-analysis-container .dimensions-collapse .ant-collapse-item .panel-header-row .score-tag.score-weak{background:#fff1f0;color:#f5222d}.industry-analysis-container .dimensions-collapse .ant-collapse-content{border-top:1px solid #f0f0f0}.industry-analysis-container .chart-section{padding:10px 0}.industry-analysis-container .chart-section .chart-title{font-size:12px;color:#999;margin-bottom:24px}.industry-analysis-container .chart-section .thermometer-track{position:relative;height:24px;background:#f0f0f0;border-radius:12px;margin-bottom:16px;box-shadow:inset 0 2px 4px #0000000d}.industry-analysis-container .chart-section .thermometer-track .thermometer-bar{height:100%;border-radius:12px;width:0;transition:width 1s cubic-bezier(.4,0,.2,1)}.industry-analysis-container .chart-section .thermometer-track .thermometer-bar.score-excellent{background:linear-gradient(90deg,#95de64,#52c41a)}.industry-analysis-container .chart-section .thermometer-track .thermometer-bar.score-good{background:linear-gradient(90deg,#69c0ff,#1890ff)}.industry-analysis-container .chart-section .thermometer-track .thermometer-bar.score-weak{background:linear-gradient(90deg,#ff7875,#f5222d)}.industry-analysis-container .chart-section .thermometer-track .scale-marker{position:absolute;top:-24px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}.industry-analysis-container .chart-section .thermometer-track .scale-marker .scale-label{font-size:10px;color:#8c8c8c;white-space:nowrap}.industry-analysis-container .chart-section .thermometer-track .scale-marker .scale-line{width:1px;height:56px;background:#0000001a;margin-top:2px;border-left:1px dashed #ccc}.industry-analysis-container .chart-section .thermometer-track .gap-indicator{position:absolute;height:6px;top:50%;transform:translateY(-50%);background:#ffffff80;transition:all 1s ease;z-index:2;border-radius:4px}.industry-analysis-container .chart-section .thermometer-track .gap-indicator.gap-positive{background:#52c41a66;border:1px solid #52c41a}.industry-analysis-container .chart-section .thermometer-track .gap-indicator.gap-negative{background:#f5222d66;border:1px solid #f5222d}.industry-analysis-container .chart-section .thermometer-track .gap-indicator .gap-label{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:10px;font-weight:700;color:#333}.industry-analysis-container .chart-section .benchmark-text{background:#f9f9f9;padding:8px 12px;border-radius:4px;border-left:3px solid #002ECC}.industry-analysis-container .factors-section{display:flex;gap:24px;margin-top:16px}@media (max-width: 768px){.industry-analysis-container .factors-section{flex-direction:column}}.industry-analysis-container .factors-section .factor-column{flex:1}.industry-analysis-container .factors-section .factor-column .factor-title{font-size:14px;margin-bottom:12px;display:flex;align-items:center;gap:8px}.industry-analysis-container .factors-section .factor-column .factor-title.positive{color:#52c41a}.industry-analysis-container .factors-section .factor-column .factor-title.negative{color:#f5222d}.industry-analysis-container .factors-section .factor-column .factor-item{background:#fff;border:1px solid #f0f0f0;padding:10px;border-radius:6px;margin-bottom:8px;box-shadow:0 1px 2px #00000005}.industry-analysis-container .factors-section .factor-column .factor-item .factor-desc{font-size:12px;color:#666;margin-top:4px;line-height:1.5}.industry-analysis-container .conclusion-box{margin-top:20px;padding:16px;background:#f6f8ff;border-radius:6px;border:1px solid #d6e4ff}.industry-analysis-container .conclusion-box .cb-item{font-size:13px;color:#333;line-height:1.6}.industry-analysis-container .conclusion-box .cb-item.suggestion{margin-top:8px;color:#002ecc}.compare-detail-content{background-color:#f5f7fa;min-height:100%;padding:16px}.compare-detail-content .container{max-width:1200px;margin:0 auto}.compare-detail-content .page-header{text-align:center;margin-bottom:24px}.compare-detail-content .page-header .page-title{margin-bottom:8px;color:#1f1f1f;font-weight:700}.compare-detail-content .section-card{margin-bottom:24px;border-radius:8px;box-shadow:0 1px 2px #00000008;border:none;overflow:hidden}.compare-detail-content .section-card .ant-card-body{padding:24px}.compare-detail-content .section-card .card-title-wrapper{border-left:4px solid #1890ff;padding-left:12px;margin-bottom:20px}.compare-detail-content .section-card .card-title-wrapper h4{margin:0;color:#262626}.compare-detail-content .chart-container{width:100%;position:relative}.compare-detail-content .analysis-collapse{background:transparent;border:none}.compare-detail-content .analysis-collapse .ant-collapse-item{margin-bottom:12px;background:#fff;border:1px solid #f0f0f0;border-radius:4px;overflow:hidden}.compare-detail-content .analysis-collapse .ant-collapse-item .ant-collapse-header{align-items:center;background:#fafafa;padding:12px 16px}.compare-detail-content .analysis-collapse .ant-collapse-item .panel-header-content{display:flex;align-items:center;gap:12px}.compare-detail-content .analysis-collapse .ant-collapse-item .panel-header-content .dimension-label{font-weight:600;font-size:15px;min-width:100px}.compare-detail-content .analysis-collapse .ant-collapse-item .ant-collapse-content{border-top:1px solid #f0f0f0}.compare-detail-content .analysis-collapse .ant-collapse-item.panel-self-win{border-left:4px solid #1890ff}.compare-detail-content .analysis-collapse .ant-collapse-item.panel-target-win{border-left:4px solid #52c41a}.compare-detail-content .analysis-collapse .suggestion-box{background-color:#fffbe6;border:1px solid #ffe58f;padding:12px;border-radius:4px;font-size:13px}.compare-detail-content .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600}@media (max-width: 768px){.compare-detail-content{padding:8px}.compare-detail-content .section-card{margin-bottom:16px}.compare-detail-content .section-card .ant-card-body{padding:16px}.compare-detail-content .page-title{font-size:20px!important}}.industry-compare-content{background-color:#f5f7fa;padding:16px}.industry-compare-content .page-header{margin-bottom:24px;text-align:center}.industry-compare-content .page-header .page-title{margin-bottom:8px;color:#0050b3}.industry-compare-content .section-card{margin-bottom:24px;border-radius:8px;box-shadow:0 1px 3px #0000000d}.industry-compare-content .section-card .card-title-wrapper{border-left:4px solid #0050b3;padding-left:12px;margin-bottom:20px}.industry-compare-content .section-card .card-title-wrapper h4{margin:0;color:#262626}.industry-compare-content .chart-container{width:100%;position:relative}.industry-compare-content .text-secondary{color:#8c8c8c}.industry-compare-content .analysis-collapse{background:transparent;border:none}.industry-compare-content .analysis-collapse .ant-collapse-item{background:#fff;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:12px;overflow:hidden}.industry-compare-content .analysis-collapse .ant-collapse-item .ant-collapse-header{background:#fafafa;align-items:center}.industry-compare-content .analysis-collapse .ant-collapse-item .panel-header-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding-right:12px}.industry-compare-content .analysis-collapse .ant-collapse-item .panel-header-row .dim-label{font-weight:600;font-size:15px}.industry-compare-content .analysis-collapse .ant-collapse-item .ant-collapse-content{border-top:1px solid #f0f0f0}.industry-compare-content .analysis-collapse .factors-box{padding:12px;border-radius:4px;margin-top:12px;font-size:13px}.industry-compare-content .analysis-collapse .factors-box.negative{background-color:#fff1f0;border:1px solid #ffccc7}.industry-compare-content .analysis-collapse .factors-box.negative .factor-title{color:#cf1322;font-weight:700;margin-bottom:6px}.industry-compare-content .analysis-collapse .factors-box.positive{background-color:#f6ffed;border:1px solid #b7eb8f}.industry-compare-content .analysis-collapse .factors-box.positive .factor-title{color:#389e0d;font-weight:700;margin-bottom:6px}.industry-compare-content .analysis-collapse .factors-box ul{margin:0;padding-left:20px}.industry-compare-content .analysis-collapse .factors-box li{margin-bottom:4px}.industry-compare-content .ant-table-thead>tr>th{background:#f0f5ff;color:#003a8c;font-weight:600}.all-report-content{background:#f5f7fa;min-height:600px}.all-report-content .custom-report-tabs .ant-tabs-nav{margin-bottom:0!important;background:#fff;padding:0 20px;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.all-report-content .custom-report-tabs .ant-tabs-content-holder{background:#f5f7fa;padding:20px}.all-report-content .custom-report-tabs .report-tab-wrapper{animation:fadeInRight .4s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.help-center{flex:1;padding:20px;background:#f5f7fa;overflow-y:auto;min-height:calc(100vh - 130px)}.help-center-header{background:linear-gradient(135deg,#005a9e,#003a70);border-radius:12px;padding:36px 24px;text-align:center;box-shadow:0 4px 16px #005a9e33;margin-bottom:32px}.help-center-header-title{color:#fff!important;margin-bottom:8px!important;font-weight:600;letter-spacing:1px}.help-center-header-desc{color:#ffffffd9;font-size:15px;margin:0 auto}.help-center-content-wrapper{max-width:1400px;margin:0 auto}.help-center .section-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:16px;display:flex;align-items:center;gap:8px}.help-center .quick-card{border-radius:12px;border:none;box-shadow:0 2px 10px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1);height:100%}.help-center .quick-card .ant-card-body{display:flex;align-items:center;padding:24px;position:relative}.help-center .quick-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #005a9e1a}.help-center .quick-card:hover .quick-card-arrow{color:#005a9e;transform:translate(4px)}.help-center .quick-card-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:16px}.help-center .quick-card-content{flex:1;padding-right:12px}.help-center .quick-card-title{font-size:17px;font-weight:600;color:#1f2937;margin-bottom:6px}.help-center .quick-card-desc{font-size:13px;color:#6b7280;line-height:1.5}.help-center .quick-card-arrow{font-size:16px;color:#d1d5db;transition:all .3s}.help-center .info-card{border-radius:12px;box-shadow:0 2px 10px #0000000a;height:100%}.help-center .info-card .ant-card-body{padding:24px}.help-center .info-list{display:flex;flex-direction:column;gap:16px}.help-center .info-item{display:flex;align-items:flex-start;padding:12px;border-radius:8px;background:#fafafa;border:1px solid #f0f0f0;transition:all .2s ease-in-out}.help-center .info-item:hover{background:#f0f6ff;border-color:#bae0ff}.help-center .info-item-icon{width:36px;height:36px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;margin-right:16px;box-shadow:0 2px 6px #0000000d}.help-center .info-item-content{flex:1}.help-center .info-item-title{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:6px}.help-center .info-item-desc{font-size:13px;color:#6b7280;line-height:1.5}.help-center-disclaimer-btn{display:inline-block;margin-top:16px;padding:6px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;color:#fff;cursor:pointer;font-size:13px;transition:all .3s}.help-center-disclaimer-btn:hover{background:#fff3}.health-monitor{flex:1;min-height:calc(100vh - 130px);overflow-y:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;background-color:#f8f9fa;color:#212529;padding:20px}.health-monitor .header{text-align:start;background-color:#fff;padding:10px;border-radius:12px;box-shadow:0 4px 15px #0000000d}.health-monitor .header h1{font-size:2.2em;color:#005a9e;margin:0}.health-monitor .header p{font-size:1.2em;color:#6c757d;margin-top:8px;margin-bottom:0}.health-monitor .actions-bar{display:flex;justify-content:flex-end;gap:15px;margin-bottom:10px}@media (max-width: 480px){.health-monitor .actions-bar{flex-direction:column}}.health-monitor .action-btn{padding:12px 25px;font-size:1em;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .2s}.health-monitor .action-btn.save-btn{background-color:#005a9e;color:#fff}.health-monitor .action-btn.save-btn:hover{background-color:#003d6b;transform:translateY(-2px)}.health-monitor .action-btn.reset-btn{background-color:#f1f3f5;color:#495057;border:1px solid #ced4da}.health-monitor .action-btn.reset-btn:hover{background-color:#e9ecef}.health-monitor .config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:15px}@media (max-width: 480px){.health-monitor .config-grid{grid-template-columns:1fr}}.health-monitor .config-card{background-color:#fff;border:1px solid #ced4da;border-radius:12px;box-shadow:0 4px 15px #0000000d;transition:all .3s ease;overflow:hidden}.health-monitor .config-card.disabled{background-color:#fdfdfd}.health-monitor .config-card.disabled .card-body{opacity:.5;pointer-events:none}.health-monitor .config-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.health-monitor .config-card .card-header h3{margin:0;font-size:1.3em;color:#212529}.health-monitor .config-card .card-body{padding:10px 15px;display:flex;flex-direction:column;gap:10px}.health-monitor .form-group{display:flex;flex-direction:column}.health-monitor .form-group label{font-weight:600;margin-bottom:8px;color:#495057}.health-monitor .form-group input[type=text],.health-monitor .form-group textarea{width:100%;padding:10px;border:1px solid #ced4da;border-radius:6px;font-size:1em;box-sizing:border-box}.health-monitor .form-group textarea{min-height:80px;resize:vertical}.health-monitor .radio-group{display:flex;gap:15px}.health-monitor .radio-group label{display:flex;align-items:center;gap:5px;font-weight:400}.health-monitor .slider-group{display:flex;align-items:center;gap:15px}.health-monitor .slider-group input[type=range]{flex-grow:1}.health-monitor .slider-group .slider-value{font-weight:600;min-width:30px;text-align:right}.health-monitor .switch{position:relative;display:inline-block;width:60px;height:34px}.health-monitor .switch input{opacity:0;width:0;height:0}.health-monitor .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.health-monitor .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.health-monitor .switch input:checked+.slider{background-color:#005a9e}.health-monitor .switch input:checked+.slider:before{transform:translate(26px)}.health-monitor .toast{position:fixed;top:20px;right:20px;background-color:#1e8e3e;color:#fff;padding:15px 25px;border-radius:8px;box-shadow:0 4px 15px #0003;opacity:0;visibility:hidden;transform:translateY(-20px);transition:all .4s ease;z-index:1000}.health-monitor .toast.show{opacity:1;visibility:visible;transform:translateY(0)}.health-warn-container{flex:1;padding:20px;background-color:#f8f9fa;min-height:calc(100vh - 130px);overflow-y:auto}.health-warn-container .ant-card{border-radius:12px;box-shadow:0 4px 20px #0000000d}.health-warn-container .ant-card .ant-card-body{padding:25px}.health-warn-container .header{text-align:center;margin-bottom:30px}.health-warn-container .header h1{font-size:2.2em;color:#212529;margin:0 0 10px;font-weight:600}.health-warn-container .header p{font-size:1.5em;color:#6c757d;margin:0}.health-warn-container .toolbar{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:25px;align-items:center}.health-warn-container .toolbar .ant-input,.health-warn-container .toolbar .ant-select{min-width:180px}.health-warn-container .toolbar .ant-input{flex-grow:1;min-width:250px}.health-warn-container .ant-table{font-size:.95em}.health-warn-container .ant-table .ant-table-thead>tr>th{background-color:#f1f3f5;font-weight:600;color:#495057;white-space:nowrap}.health-warn-container .ant-table .ant-table-tbody>tr{cursor:pointer;transition:background-color .2s}.health-warn-container .ant-table .ant-table-tbody>tr:hover{background-color:#f8f9fa}.health-warn-container .ant-table .ant-table-tbody>tr.ant-table-expanded-row{background-color:#e9ecef}.health-warn-container .ant-table .ant-table-tbody>tr.ant-table-expanded-row td{border-bottom:1px solid #dee2e6}.health-warn-container .pagination-container{display:flex;justify-content:center;align-items:center;padding:25px 0 10px}.health-warn-container .ant-tag{border:none;border-radius:12px;font-weight:700;font-size:.85em;padding:4px 10px}.health-warn-container .ant-tag.ant-tag-red{background-color:#ffe3e3;color:#d93025}.health-warn-container .ant-tag.ant-tag-orange{background-color:#fff4d8;color:#f29900}.health-warn-container .ant-tag.ant-tag-green{background-color:#e6f4ea;color:#1e8e3e}.health-warn-container .ant-tag.ant-tag-blue{background-color:#d1ecf1;color:#0c5460}.health-warn-container .ant-btn{border-radius:5px;font-size:.9em;padding:6px 12px;height:auto}.health-warn-container .ant-btn.ant-btn-primary:not([disabled]).ant-btn-dangerous{background-color:#28a745;border-color:#28a745}.health-warn-container .ant-btn.ant-btn-primary:not([disabled]).ant-btn-dangerous:hover{background-color:#1e7e34;border-color:#1e7e34}.health-warn-container .ant-btn[disabled]{background-color:#6c757d;border-color:#6c757d;color:#fff}@media (max-width: 768px){.health-warn-container,.health-warn-container .ant-card .ant-card-body{padding:15px}.health-warn-container .header h1{font-size:1.8em}.health-warn-container .toolbar{flex-direction:column;align-items:stretch}.health-warn-container .toolbar .ant-input,.health-warn-container .toolbar .ant-select{width:100%;min-width:auto}}.health-report-landing{margin:15px;padding:10px 0;flex:1;min-height:calc(100vh - 130px);background:#f5f7fa;overflow-x:hidden;overflow-y:auto}.health-report-landing .landing-header{text-align:start}.health-report-landing .landing-header h1{font-size:24px;color:#1f1f1f;font-weight:700}.health-report-landing .landing-header .subtitle{font-size:16px;color:#666;max-width:700px;line-height:1.8}.health-report-landing .feature-section .feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:20px}.health-report-landing .feature-section .feature-card{border-radius:12px;border:1px solid #f0f0f0;transition:all .3s}.health-report-landing .feature-section .feature-card .ant-card-body{padding:20px;display:flex;align-items:flex-start}.health-report-landing .feature-section .feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #00000014}.health-report-landing .feature-section .feature-card .feature-icon-wrapper{width:48px;height:48px;background:#f9f9f9;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-right:16px;flex-shrink:0}.health-report-landing .feature-section .feature-card .feature-info .feature-title{font-weight:600;font-size:16px;margin-bottom:4px;color:#262626}.health-report-landing .feature-section .feature-card .feature-info .feature-desc{font-size:13px;color:#8c8c8c;line-height:1.5}.health-report-landing .action-section{height:100%}.health-report-landing .action-section .action-card{height:calc(100vh - 350px);background:#fff;border-radius:12px;box-shadow:0 12px 32px #005a9e1a;position:sticky;top:20px}.health-report-landing .action-section .action-card .ant-card-body{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.health-report-landing .action-section .action-card .action-header{display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.health-report-landing .action-section .action-card .action-header .action-icon{font-size:48px;color:#005a9e;margin-bottom:12px;background:#005a9e1a;padding:16px;border-radius:50%}.health-report-landing .action-section .action-card .generate-btn{height:56px;font-size:18px;font-weight:600;border-radius:28px;box-shadow:0 4px 12px #005a9e66;transition:all .3s}.health-report-landing .action-section .action-card .generate-btn:hover{transform:scale(1.02);box-shadow:0 6px 16px #005a9e80}.health-report-landing .action-section .action-card .preview-area{display:flex;flex-direction:column;align-items:center}.health-report-landing .action-section .action-card .preview-area .preview-thumbnail{width:100%;height:140px;background:#fafafa;border:1px dashed #d9d9d9;border-radius:8px;position:relative;cursor:pointer;overflow:hidden;padding:15px;transition:border-color .3s;margin-bottom:12px}.health-report-landing .action-section .action-card .preview-area .preview-thumbnail .mock-chart-line{height:40px;background:linear-gradient(90deg,#e6f7ff,#bae7ff);margin-bottom:10px;border-radius:4px}.health-report-landing .action-section .action-card .preview-area .preview-thumbnail .mock-chart-bar{height:30px;width:60%;background:#d9d9d9;margin-bottom:15px;border-radius:4px}.health-report-landing .action-section .action-card .preview-area .preview-thumbnail .mock-text-line{height:8px;background:#f0f0f0;margin-bottom:8px;width:90%;border-radius:2px}.health-report-landing .action-section .action-card .preview-area .preview-thumbnail .mock-text-line.short{width:50%}.health-report-landing .action-section .action-card .preview-area .preview-thumbnail .preview-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffd9;display:flex;align-items:center;justify-content:center;font-size:16px;color:#005a9e;font-weight:500;opacity:0;transition:opacity .3s;gap:8px}.health-report-landing .action-section .action-card .preview-area .preview-thumbnail:hover{border-color:#005a9e}.health-report-landing .action-section .action-card .preview-area .preview-thumbnail:hover .preview-overlay{opacity:1}.health-report-landing .action-section .action-card .history-link{text-align:center;margin-top:20px;padding-top:15px;border-top:1px solid #f0f0f0}.sample-report-modal .sample-content{padding:10px;background:#f5f7fa;border-radius:8px}.sample-report-modal .sample-card{border-radius:8px;box-shadow:0 2px 8px #0000000d}.sample-report-modal .sample-card.overview-card{margin-bottom:16px}.sample-report-modal .sample-card.overview-card .score-label{font-size:13px;color:#8c8c8c;margin-bottom:4px}.sample-report-modal .sample-card.overview-card .score-value{font-size:32px;font-weight:700;color:#005a9e}.sample-report-modal .sample-card.overview-card .level-value{font-size:32px;font-weight:700;color:#52c41a}.sample-report-modal .sample-card.overview-card .rank-value{font-size:24px;font-weight:600;color:#fa8c16;margin-top:6px}@media (max-width: 992px){.health-report-landing{padding:20px}.health-report-landing .action-section{margin-top:40px}.health-report-landing .action-section .action-card{position:static}}.health-custom-container{padding:24px;background-color:#f4f7fa;min-height:calc(100vh - 130px);flex:1;overflow-y:auto}.health-custom-container .ant-card{border-radius:16px;box-shadow:0 4px 15px #0000000a}.health-custom-container .ant-card .ant-card-header{border-bottom:1px solid #f0f0f0;font-size:16px;font-weight:600}.health-custom-container .page-header{background:#fff;padding:24px 32px;border-radius:16px;margin-bottom:24px;box-shadow:0 4px 15px #0000000a}.health-custom-container .page-header .header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.health-custom-container .page-header .header-content .header-titles{max-width:600px}.health-custom-container .page-header .header-content .header-titles h2{color:#003d6b;font-weight:700}.health-custom-container .page-header .header-content .cert-btn{background-color:#f57c00;border-color:#f57c00;border-radius:8px;font-weight:600;box-shadow:0 4px 10px #f57c004d}.health-custom-container .page-header .header-content .cert-btn:hover,.health-custom-container .page-header .header-content .cert-btn:focus{background-color:#e66b00;border-color:#e66b00}.health-custom-container .problem-card,.health-custom-container .project-card{transition:all .3s ease;border-left:4px solid transparent;margin-bottom:16px;border:1px solid #ebedf0}.health-custom-container .problem-card.highlighted,.health-custom-container .project-card.highlighted{background-color:#fffaf0;border-left:4px solid #F57C00}.health-custom-container .problem-card:hover,.health-custom-container .project-card:hover{box-shadow:0 8px 20px #00000014;transform:translateY(-2px)}.health-custom-container .problem-card .problem-card-header,.health-custom-container .project-card .problem-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.health-custom-container .problem-card .problem-card-header .problem-card-title,.health-custom-container .project-card .problem-card-header .problem-card-title{display:flex;flex-direction:column}.health-custom-container .problem-card .problem-card-header .problem-card-title .title-text,.health-custom-container .project-card .problem-card-header .problem-card-title .title-text{color:#003d6b;font-size:16px;margin-bottom:4px}.health-custom-container .problem-card .problem-card-header .problem-card-title .date-text,.health-custom-container .project-card .problem-card-header .problem-card-title .date-text{font-size:12px}.health-custom-container .problem-card .ant-collapse .ant-collapse-header,.health-custom-container .project-card .ant-collapse .ant-collapse-header{padding:8px 0;font-weight:600;color:#1890ff}.health-custom-container .problem-card .ant-collapse .ant-collapse-content,.health-custom-container .project-card .ant-collapse .ant-collapse-content{border:none}.health-custom-container .problem-card .ant-collapse .ant-collapse-content .ant-collapse-content-box,.health-custom-container .project-card .ant-collapse .ant-collapse-content .ant-collapse-content-box{padding:16px 0 0}.health-custom-container .chat-container{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;padding-right:8px;margin-bottom:16px}.health-custom-container .chat-input-area{display:flex;gap:12px;padding-top:16px;border-top:1px dashed #dee2e6;align-items:flex-end}.health-custom-container .chat-input-area .ant-input{border-radius:8px}.health-custom-container .chat-input-area .ant-btn{border-radius:8px;height:40px;width:40px;display:flex;align-items:center;justify-content:center}.health-custom-container .custom-comment{width:100%}.health-custom-container .custom-comment .custom-comment-inner{display:flex;gap:12px}.health-custom-container .custom-comment .custom-comment-avatar{flex-shrink:0}.health-custom-container .custom-comment .custom-comment-avatar .avatar-user{background-color:#005a9e}.health-custom-container .custom-comment .custom-comment-avatar .avatar-assistant{background-color:#52c41a}.health-custom-container .custom-comment .custom-comment-content{flex:1;max-width:85%}.health-custom-container .custom-comment .custom-comment-content .custom-comment-content-author{display:flex;align-items:center;gap:8px;margin-bottom:4px}.health-custom-container .custom-comment .custom-comment-content .custom-comment-content-author .custom-comment-author-name{font-weight:600;font-size:13px}.health-custom-container .custom-comment .custom-comment-content .custom-comment-content-detail{padding:10px 14px;border-radius:10px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.health-custom-container .custom-comment.user .custom-comment-inner{flex-direction:row-reverse}.health-custom-container .custom-comment.user .custom-comment-content{display:flex;flex-direction:column;align-items:flex-end}.health-custom-container .custom-comment.user .custom-comment-content .custom-comment-content-author{flex-direction:row-reverse}.health-custom-container .custom-comment.user .custom-comment-content .custom-comment-content-author .custom-comment-author-name{color:#005a9e}.health-custom-container .custom-comment.user .custom-comment-content .custom-comment-content-detail{background-color:#e6f4ff;color:#000;border-top-right-radius:2px}.health-custom-container .custom-comment.assistant .custom-comment-content .custom-comment-content-author .custom-comment-author-name{color:#52c41a}.health-custom-container .custom-comment.assistant .custom-comment-content .custom-comment-content-detail{background-color:#f6ffed;color:#000;border-top-left-radius:2px}.health-custom-container .integration-box{border:1px dashed #d9d9d9;border-radius:12px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s;cursor:pointer}.health-custom-container .integration-box:hover{border-color:#1890ff;background:#e6f4ff}.health-custom-container .integration-box:hover .integration-icon{color:#1890ff}.health-custom-container .integration-box .integration-icon{font-size:28px;color:#bfbfbf;margin-bottom:8px;transition:all .3s}.health-custom-container .integration-box .integration-title{font-size:13px;color:#595959}.health-custom-container .integration-box .integration-status{font-size:11px;color:#bfbfbf;margin-top:4px}@media (max-width: 992px){.health-custom-container,.health-custom-container .page-header{padding:16px}.health-custom-container .page-header .header-content{flex-direction:column;align-items:flex-start}.health-custom-container .custom-comment-inner{gap:8px}}.header-container{flex:1;height:calc(100vh - 130px);position:relative;text-align:center;background:linear-gradient(60deg,#e0f7fa,#b3e5fc,#81d4fa,#4fc3f7);background-size:400% 400%;animation:gradientBG 18s ease infinite;display:flex;flex-direction:column;justify-content:center;align-items:center}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.inner-content{padding:20px;z-index:2}.main-title{font-size:7rem;font-weight:900;margin-bottom:1.5rem;color:#012a4a;text-shadow:0 2px 8px rgba(0,0,0,.1)}.subtitle{font-size:1.75rem;color:#013a63;margin-bottom:3rem;font-weight:300}.description{font-size:1.25rem;color:#02528a;line-height:1.8;max-width:800px;margin:0 auto}.waves{position:absolute;bottom:0;left:0;width:100%;height:15vh;min-height:100px;max-height:250px;z-index:1}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:nth-child(1){animation-delay:-2s;animation-duration:7s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}@media (max-width: 768px){.main-title{font-size:3.5rem}.subtitle{font-size:1rem;margin-bottom:2rem}.description{font-size:1rem;max-width:90%}.waves{height:40px;min-height:40px}}.creation-form-container{border-color:#3b82f64d;background:#ffffff0d;border-radius:10px;padding:24px;height:100%;transition:all .3s ease;color:#fff}.creation-form-container .creation-form-title{font-weight:600;font-size:16px}.profession-form-container{padding:24px;transition:all .3s ease;color:#fff}.profession-form-container .profession-form-title{font-weight:600;font-size:16px}.green-form-container{padding:24px;transition:all .3s ease;color:#fff}.green-form-container .green-form-title{font-weight:600;font-size:16px}.credit-form-container{padding:24px;transition:all .3s ease;color:#fff}.credit-form-container .credit-form-title{font-weight:600;font-size:16px}.compliance-form-container{padding:24px;transition:all .3s ease;color:#fff}.compliance-form-container .compliance-form-title{font-weight:600;font-size:16px}.brand-form-container{border-radius:10px;padding:24px;transition:all .3s ease;color:#fff}.brand-form-container .brand-form-title{font-weight:600;font-size:16px}.responsibility-form-container{padding:24px;transition:all .3s ease;color:#fff}.responsibility-form-container .responsibility-form-title{font-weight:600;font-size:16px}.administer-form-container{padding:24px;transition:all .3s ease;color:#fff}.administer-form-container .administer-form-title{font-weight:600;font-size:16px}.administer-form-container .administer-form-top{line-height:120px;height:120px!important}.administer-form-container .administer-form-tip{color:#c4b5fd;font-size:12px;margin-top:4px}.workspace-collection{display:flex;flex-direction:column;height:100%;width:100%;color:#000;overflow:hidden}.workspace-collection-top{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding-bottom:0}.workspace-collection-top-title{font-weight:700;font-size:20px;color:var(--dark-color, #333)}.workspace-collection-top-operations{display:flex;column-gap:10px;align-items:center}.workspace-collection-divider{margin:12px 0 16px;flex-shrink:0}.workspace-collection-body{flex:1;min-height:0;border:1px solid #f0f0f0;border-radius:4px;background-color:#fff}.workspace-collection-body .workspace-collection-tabs{height:100%}.workspace-collection-body .workspace-collection-tabs>.ant-tabs-nav{width:180px;background-color:#fafafa;border-right:1px solid #f0f0f0}.workspace-collection-body .workspace-collection-tabs>.ant-tabs-nav .ant-tabs-nav-list{padding-top:8px}.workspace-collection-body .workspace-collection-tabs>.ant-tabs-nav .ant-tabs-tab{padding:12px 24px;margin:4px 8px;border-radius:4px;justify-content:flex-start;transition:all .3s;color:#666}.workspace-collection-body .workspace-collection-tabs>.ant-tabs-nav .ant-tabs-tab:hover{color:var(--primary-color, #1890ff);background-color:#00000005}.workspace-collection-body .workspace-collection-tabs>.ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background-color:#e6f7ff;color:var(--primary-color, #1890ff);font-weight:600}.workspace-collection-body .workspace-collection-tabs>.ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:inherit}.workspace-collection-body .workspace-collection-tabs>.ant-tabs-nav .ant-tabs-ink-bar{display:none}.workspace-collection-body .workspace-collection-tabs>.ant-tabs-content-holder{height:100%;border-left:1px solid #f0f0f0}.workspace-collection-body .workspace-collection-tabs>.ant-tabs-content-holder .ant-tabs-content{height:100%}.workspace-collection-body .workspace-collection-tabs>.ant-tabs-content-holder .ant-tabs-tabpane{height:100%;padding:0}.workspace-collection-content-scroll{height:100%;overflow-y:auto}.workspace-collection-content-scroll::-webkit-scrollbar{width:6px;height:6px}.workspace-collection-content-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.workspace-collection-content-scroll::-webkit-scrollbar-track{background:transparent}.workspace-collection .ant-form-item-label>label{color:var(--dark-color, #333)!important;white-space:nowrap}.workspace-collection .ant-row{height:80px}@media (max-width: 768px){.workspace-collection .workspace-collection-tabs>.ant-tabs-nav{width:100px}.workspace-collection .ant-tabs-tab{padding:8px 10px!important;font-size:13px}}.data-management{flex:1;background-color:#f8f9fa;overflow-y:auto}.data-management .container{margin:0 auto;background-color:#fff;padding:25px;border-radius:8px;color:#000;box-shadow:0 4px 8px #0000001a}.data-management h1{color:var(--dark-color);border-bottom:2px solid var(--primary-color);padding-bottom:10px;margin-top:0}.data-management .main-actions{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.data-management .table-container{overflow-x:auto;margin-top:20px}.data-management .table-container .ant-table-thead>tr>th{background-color:var(--light-color);font-weight:600;color:var(--dark-color);position:sticky;top:0}.data-management .table-container .ant-table-tbody>tr:hover{background-color:#f1f1f1}.data-management .compact-grid-form .ant-form-item{margin-bottom:12px}.data-management .compact-grid-form .ant-form-item-label{padding-bottom:4px}.data-management .compact-grid-form .ant-form-item-label label{height:auto;color:#555;font-weight:500}.data-management .dimension-field-wrapper{margin-bottom:16px;padding:8px;border-radius:4px;border:1px solid transparent;transition:background-color .3s,border .3s}.data-management .dimension-field-wrapper:hover{background-color:#fafafa;border-color:#f0f0f0}.data-management .dimension-field-wrapper .field-attachment-btn{text-align:right;margin-top:4px}.data-management .step-two-container{min-height:200px;min-width:400px;display:flex;flex-direction:column;justify-content:center}.data-management .step-two-container .upload-box{padding:20px}.data-management .step-two-container .upload-box .ant-upload-drag{background:#fafafa;border:1px dashed #40a9ff}.data-management .step-two-container .upload-box .ant-upload-drag:hover{border-color:#1890ff}.data-management .dimension-list-item{transition:all .2s}.data-management .dimension-list-item:hover{background-color:#f5f5f5!important}.data-management .dimension-list-item.selected{background-color:#e6f7ff!important;border-right:3px solid #1890ff}.data-management .pagination-container{display:flex;justify-content:center;margin-top:20px}.data-management .pagination-container .ant-pagination-item{border:1px solid var(--border-color);background-color:#fff;color:var(--primary-color);border-radius:4px}.data-management .pagination-container .ant-pagination-item:hover:not(.ant-pagination-item-active){background-color:#e9ecef}.data-management .pagination-container .ant-pagination-item.ant-pagination-item-active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}@media (max-width: 768px){.data-management{padding:10px}.data-management .container{padding:15px}.data-management .ant-modal{width:95%!important}.data-management .ant-btn{padding:8px 12px;font-size:14px}}.workspace-footer{display:flex;align-items:center;justify-content:center;background:#000;height:60px}.auth-container{display:flex;width:100vw;height:100vh;background-color:#f0f2f5;overflow:hidden}.auth-container .auth-sidebar{position:relative;width:45%;height:100%;background-image:url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;padding:40px}.auth-container .auth-sidebar:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#002140d9,#1677ff99);z-index:1}.auth-container .auth-sidebar .sidebar-content{position:relative;z-index:2;text-align:center;animation:fadeIn 1s ease-out}.auth-container .auth-sidebar .sidebar-content .brand-logo{width:80px;height:80px;border-radius:10px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.auth-container .auth-sidebar .sidebar-content h1{font-size:36px;font-weight:700;margin-bottom:16px;color:#fff;letter-spacing:2px}.auth-container .auth-sidebar .sidebar-content p{font-size:18px;opacity:.9;font-weight:300;max-width:400px;margin:0 auto;line-height:1.6}.auth-container .auth-sidebar .sidebar-footer{position:relative;z-index:2;margin-top:50px;font-size:12px;opacity:.6}.auth-container .auth-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;padding:40px;position:relative}.auth-container .auth-content .form-wrapper{width:100%;max-width:480px;animation:slideUp .6s ease-out}.auth-container .auth-content .form-wrapper .form-header{margin-bottom:32px;text-align:left}.auth-container .auth-content .form-wrapper .form-header .form-header-items{display:flex;align-items:center;justify-content:space-between}.auth-container .auth-content .form-wrapper .form-header h2{font-size:28px;color:#333;font-weight:600;margin:0}.auth-container .auth-content .form-wrapper .form-header span{color:#666;font-size:14px}.auth-container .auth-content .form-wrapper .ant-segmented{margin-bottom:24px;background-color:#f5f7fa;padding:4px}.auth-container .auth-content .form-wrapper .ant-input-affix-wrapper-lg{padding:10px 11px;border-radius:6px}.auth-container .auth-content .form-wrapper .ant-btn-lg{height:48px;font-size:16px;border-radius:6px;font-weight:500}.auth-container .auth-content .form-wrapper .submit-btn{width:100%;background:linear-gradient(90deg,#1677ff,#4096ff);border:none;box-shadow:0 4px 10px #1677ff4d}.auth-container .auth-content .form-wrapper .submit-btn:hover{box-shadow:0 6px 15px #1677ff66;transform:translateY(-1px)}.auth-container .auth-content .auth-footer-action{margin-top:24px;text-align:center;color:#666}.auth-container .auth-content .auth-footer-action span{color:#1677ff;cursor:pointer;font-weight:500;margin-left:5px}.auth-container .auth-content .auth-footer-action span:hover{text-decoration:underline}.auth-container .auth-content .auth-footer-action.forgot-password{margin-top:12px;font-size:13px;opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.auth-container{flex-direction:column}.auth-container .auth-sidebar{display:none}.auth-container .auth-content{width:100%;padding:20px}}.register-company-drawer .section-title{font-size:15px;font-weight:600;color:#262626;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #f0f0f0;margin-top:8px}.no-company-tip{margin-top:20px;padding-top:16px;border-top:1px dashed #e8e8e8;text-align:center;color:#666;font-size:14px}.no-company-tip .ant-btn-link{padding:0 4px;font-weight:500;font-size:14px}.policy-modal-wrapper{display:flex;flex-direction:column;height:600px}.policy-modal-wrapper .modal-subtitle{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.policy-modal-wrapper .modal-subtitle .date-info{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px;color:#666}.policy-modal-wrapper .modal-subtitle .date-info .update-date,.policy-modal-wrapper .modal-subtitle .date-info .effective-date{display:flex;align-items:center}.policy-modal-wrapper .modal-subtitle .date-info .update-date:before,.policy-modal-wrapper .modal-subtitle .date-info .effective-date:before{content:"📅";margin-right:6px}.policy-modal-wrapper .modal-subtitle .policy-intro{font-size:14px;line-height:1.5;color:#555;margin-bottom:8px}.policy-modal-wrapper .modal-subtitle .important-notice{font-size:14px;line-height:1.5;color:#f5222d;font-weight:500}.policy-modal-wrapper .modal-content{flex:1;overflow-y:auto;margin-bottom:16px;padding-right:8px}.policy-modal-wrapper .modal-content::-webkit-scrollbar{width:6px}.policy-modal-wrapper .modal-content::-webkit-scrollbar-track{background:#f1f1f1}.policy-modal-wrapper .modal-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.policy-modal-wrapper .modal-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.policy-modal-wrapper .modal-content .policy-content .policy-section{margin-bottom:20px}.policy-modal-wrapper .modal-content .policy-content .policy-section:last-child{margin-bottom:0}.policy-modal-wrapper .modal-content .policy-content .policy-section .section-title{font-size:15px;font-weight:600;color:#333;margin:0 0 12px;padding:8px 0;border-bottom:1px solid #1890ff}.policy-modal-wrapper .modal-content .policy-content .policy-section .section-title:before{content:"🔒";margin-right:8px;font-size:14px}.policy-modal-wrapper .modal-content .policy-content .policy-section .section-content .section-item{font-size:14px;line-height:1.6;margin-bottom:8px;color:#444;text-align:justify;padding-left:12px;position:relative}.policy-modal-wrapper .modal-content .policy-content .policy-section .section-content .section-item:before{content:"•";position:absolute;left:0;top:0;color:#1890ff;font-weight:700}.policy-modal-wrapper .modal-content .policy-content .policy-section .section-content .section-item:last-child{margin-bottom:0}.policy-modal-wrapper .modal-footer{border-top:1px solid #f0f0f0;padding-top:16px}.policy-modal-wrapper .modal-footer .policy-notice{font-size:14px;line-height:1.5;color:#f5222d;margin-bottom:16px;padding:12px;background-color:#fff2f0;border:1px solid #ffccc7;border-radius:4px}.policy-modal-wrapper .modal-footer .action-buttons{display:flex;gap:12px;justify-content:flex-end}.policy-modal-wrapper .modal-footer .action-buttons .agree-button{padding:8px 24px;background-color:#1890ff;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.policy-modal-wrapper .modal-footer .action-buttons .agree-button:hover:not(:disabled){background-color:#40a9ff}.policy-modal-wrapper .modal-footer .action-buttons .agree-button:disabled{background-color:#d9d9d9;color:#999;cursor:not-allowed}.policy-modal-wrapper .modal-footer .action-buttons .close-modal-button{padding:8px 24px;background-color:transparent;color:#666;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s}.policy-modal-wrapper .modal-footer .action-buttons .close-modal-button:hover{background-color:#f5f5f5;border-color:#bfbfbf}@media (max-width: 768px){.policy-modal-wrapper .modal-subtitle .date-info{flex-direction:column;gap:8px}.policy-modal-wrapper .modal-footer .action-buttons{flex-direction:column}.policy-modal-wrapper .modal-footer .action-buttons .agree-button,.policy-modal-wrapper .modal-footer .action-buttons .close-modal-button{width:100%}}.user-agreement-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e8e8e8;background-color:#f8f9fa}.user-agreement-modal .modal-header .modal-title{margin:0;font-size:18px;font-weight:600;color:#333}.user-agreement-modal .modal-header .close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#999;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.user-agreement-modal .modal-header .close-button:hover{background-color:#f0f0f0;color:#666}.user-agreement-modal .modal-subtitle{padding:16px 24px;background-color:#fafafa;border-bottom:1px solid #e8e8e8}.user-agreement-modal .modal-subtitle .date-info{display:flex;gap:24px;margin-bottom:12px;font-size:14px;color:#666}.user-agreement-modal .modal-subtitle .date-info .update-date,.user-agreement-modal .modal-subtitle .date-info .effective-date{display:flex;align-items:center}.user-agreement-modal .modal-subtitle .date-info .update-date:before,.user-agreement-modal .modal-subtitle .date-info .effective-date:before{content:"📅";margin-right:6px}.user-agreement-modal .modal-subtitle .welcome-text{font-size:15px;color:#1890ff;font-weight:500;margin-bottom:8px}.user-agreement-modal .modal-subtitle .important-notice,.user-agreement-modal .modal-subtitle .reading-tip{font-size:14px;line-height:1.5;margin-bottom:8px;color:#555}.user-agreement-modal .modal-subtitle .reading-tip{color:#f5222d;font-weight:500}.user-agreement-modal .modal-content{flex:1;overflow-y:auto;padding:0 24px;scroll-behavior:smooth}.user-agreement-modal .modal-content::-webkit-scrollbar{width:6px}.user-agreement-modal .modal-content::-webkit-scrollbar-track{background:#f1f1f1}.user-agreement-modal .modal-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.user-agreement-modal .modal-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.user-agreement-modal .modal-content .agreement-content{padding:20px 0}.user-agreement-modal .modal-content .agreement-content .agreement-section{margin-bottom:24px}.user-agreement-modal .modal-content .agreement-content .agreement-section .section-title{font-size:16px;font-weight:600;color:#333;margin:0 0 12px;padding:8px 0;border-bottom:2px solid #1890ff;display:flex;align-items:center}.user-agreement-modal .modal-content .agreement-content .agreement-section .section-title:before{content:"📋";margin-right:8px;font-size:14px}.user-agreement-modal .modal-content .agreement-content .agreement-section .section-content .section-item{font-size:14px;line-height:1.6;margin-bottom:10px;color:#444;text-align:justify;padding-left:8px;position:relative}.user-agreement-modal .modal-content .agreement-content .agreement-section .section-content .section-item:before{content:"";position:absolute;left:0;top:8px;width:4px;height:4px;background-color:#1890ff;border-radius:50%}.user-agreement-modal .modal-content .agreement-content .agreement-section .section-content .section-item:last-child{margin-bottom:0}.user-agreement-modal .modal-footer{padding:16px 24px;border-top:1px solid #e8e8e8;background-color:#f8f9fa}.user-agreement-modal .modal-footer .agreement-notice{font-size:14px;line-height:1.5;color:#f5222d;margin-bottom:16px;padding:12px;background-color:#fff2f0;border:1px solid #ffccc7;border-radius:4px;text-align:justify}.user-agreement-modal .modal-footer .action-buttons{display:flex;gap:12px;justify-content:flex-end}.user-agreement-modal .modal-footer .action-buttons .agree-button{padding:8px 24px;background-color:#1890ff;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.user-agreement-modal .modal-footer .action-buttons .agree-button:hover:not(:disabled){background-color:#40a9ff}.user-agreement-modal .modal-footer .action-buttons .agree-button:disabled{background-color:#d9d9d9;color:#999;cursor:not-allowed}.user-agreement-modal .modal-footer .action-buttons .close-modal-button{padding:8px 24px;background-color:transparent;color:#666;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s}.user-agreement-modal .modal-footer .action-buttons .close-modal-button:hover{background-color:#f5f5f5;border-color:#bfbfbf}.user-agreement-modal .modal-footer .close-only-button{display:flex;justify-content:flex-end}.user-agreement-modal .modal-footer .close-only-button .close-modal-button{padding:8px 32px;background-color:#f5f5f5;color:#333;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.user-agreement-modal .modal-footer .close-only-button .close-modal-button:hover{background-color:#e8e8e8;border-color:#bfbfbf}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.user-agreement-modal-overlay .user-agreement-modal{width:95%;max-height:95vh}.user-agreement-modal-overlay .user-agreement-modal .modal-header,.user-agreement-modal-overlay .user-agreement-modal .modal-subtitle{padding:12px 16px}.user-agreement-modal-overlay .user-agreement-modal .modal-content{padding:0 16px}.user-agreement-modal-overlay .user-agreement-modal .modal-footer{padding:12px 16px}.user-agreement-modal-overlay .user-agreement-modal .modal-footer .action-buttons{flex-direction:column}.user-agreement-modal-overlay .user-agreement-modal .modal-footer .action-buttons .agree-button,.user-agreement-modal-overlay .user-agreement-modal .modal-footer .action-buttons .close-modal-button,.user-agreement-modal-overlay .user-agreement-modal .modal-footer .close-only-button .close-modal-button{width:100%}}
