.file-uploader{display:flex;flex-direction:column;flex:1;min-height:0}.uploader-header{padding-bottom:10px;border-bottom:1px solid #f1f5f9;margin-bottom:10px}.upload-area{flex:1;min-height:300px;display:flex;flex-direction:column;margin-top:0;position:relative}.upload-empty-state{min-height:300px;border-radius:12px;border:1px solid #dbe5f1;background:linear-gradient(180deg,#f8fbff,#f4f8fc);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px 16px}.upload-empty-trigger,.upload-empty-trigger .ant-upload{display:block!important;width:100%}.upload-empty-state.clickable{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.upload-empty-state.clickable:hover{border-color:#91c3ff;box-shadow:0 10px 22px #1677ff14}.upload-empty-state.clickable:focus{outline:2px solid #91c3ff;outline-offset:2px}.upload-empty-icon{font-size:28px;color:#1677ff}.upload-empty-title{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:0}.upload-empty-text{color:#64748b;font-size:13px;margin-bottom:0}.file-table-container{flex:1;border:1px solid #f1f5f9;border-radius:12px;min-height:300px}.file-table-container .ant-table,.file-table-container .ant-table-wrapper{height:100%}.file-table-container .ant-table-container{height:100%;display:flex;flex-direction:column}.file-table-container .ant-table-header{flex-shrink:0}.file-table-container .ant-table-body{flex:1;overflow-y:auto!important;scrollbar-width:none;-ms-overflow-style:none}.file-table-container .ant-table-body::-webkit-scrollbar{display:none}.file-table-container .ant-table-tbody>tr>td{padding:10px 12px}.file-table-container .ant-table-tbody>tr>td:last-child,.file-table-container .ant-table-thead>tr>th:last-child{padding-right:20px}.file-table-container .ant-table-tbody>tr:hover>td{background:#f5f5f5}.status-cell{display:inline-flex;align-items:center;gap:4px;font-size:13px;transition:all .3s ease}.status-pending{color:#faad14}.status-completed{color:#52c41a;animation:statusComplete .5s ease}.file-action-group{justify-content:center;width:100%}.file-action-btn.ant-btn{min-width:30px;height:30px;padding:0 6px;border-radius:8px}.file-action-btn.ant-btn.process-btn{color:#1677ff}.file-action-btn.ant-btn.process-btn:hover,.file-action-btn.ant-btn.process-btn:focus{background:#1677ff14}@keyframes statusComplete{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.custom-scrollbar-container{display:flex;flex:1;overflow:hidden}.table-wrapper{flex:1;overflow:hidden}.custom-scrollbar{width:14px;background:#f5f5f5;border-left:1px solid #e8e8e8;position:relative;cursor:pointer;flex-shrink:0}.custom-scrollbar:hover{background:#ebebeb}.scrollbar-track{position:absolute;inset:4px 3px;background:#e0e0e0;border-radius:4px}.scrollbar-thumb{position:absolute;left:0;right:0;background:linear-gradient(180deg,#a0a0a0,#888);border-radius:4px;cursor:grab;transition:background .15s;min-height:30px}.scrollbar-thumb:hover{background:linear-gradient(180deg,#888,#666)}.scrollbar-thumb:active,.scrollbar-thumb.dragging{background:linear-gradient(180deg,#666,#444);cursor:grabbing}.scrollbar-thumb:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:12px;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.4) 2px,rgba(255,255,255,.4) 4px)}@media(max-width:768px){.uploader-header{flex-direction:row!important;justify-content:space-between;align-items:center;padding:4px 0 8px}.custom-scrollbar{display:none!important}.file-table-container .ant-table-body{scrollbar-width:auto;-ms-overflow-style:auto}.file-table-container .ant-table-body::-webkit-scrollbar{display:block;width:4px}.status-cell{padding:2px 4px;font-size:12px}.upload-area{min-height:180px}.upload-empty-state{min-height:180px;padding:12px 10px}}.field-mapping-modal .modal-content{display:flex;flex-direction:column;gap:16px}.template-section{display:flex;flex-direction:column;gap:12px}.template-row{display:flex;align-items:center;gap:12px}.template-row .label{width:80px;color:#333;font-weight:500}.template-row .template-name{color:#333;flex:1}.mapping-section{border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.mapping-header{display:flex;justify-content:space-between;padding:12px 20px;background:#e6f4ff;color:#1890ff;font-weight:500}.mapping-list{max-height:300px;overflow-y:auto}.mapping-item{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #f5f5f5}.mapping-item:last-child{border-bottom:none}.mapping-item:nth-child(2n){background:#fafafa}.column-name{color:#333;font-size:14px}@media(max-width:768px){.mapping-header{padding:8px 12px;font-size:13px}.mapping-item{padding:10px 12px;flex-direction:column;align-items:flex-start;gap:8px}.mapping-item .ant-select{width:100%!important}.column-name{font-weight:500}.template-row{flex-wrap:wrap}}.auth-code-modal .ant-modal-content{border-radius:12px}.auth-code-modal-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:500}.auth-code-modal-icon{width:24px;height:24px}.auth-code-modal-content{padding:8px 0}.auth-code-modal-desc{color:#666;font-size:14px;line-height:1.8;text-align:center;margin-bottom:20px}.auth-code-device-id{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#f5f5f5;border-radius:8px;margin-bottom:20px;font-size:13px}.auth-code-device-id-label{color:#666;flex-shrink:0}.auth-code-device-id-value{color:#333;font-family:Consolas,Monaco,monospace;cursor:default}.auth-code-device-id-copy{color:#6366f1;cursor:pointer;font-size:14px;transition:color .2s}.auth-code-device-id-copy:hover{color:#4f46e5}.auth-code-input-wrapper{margin-bottom:20px}.auth-code-input-wrapper .ant-input-affix-wrapper{height:48px}.auth-code-input-wrapper .ant-input-affix-wrapper .ant-input{height:100%;text-transform:uppercase;letter-spacing:2px;font-family:Consolas,Monaco,monospace}.auth-code-eye-icon{color:#999;cursor:pointer;font-size:16px}.auth-code-eye-icon:hover{color:#666}.auth-code-verify-btn{height:48px;font-size:16px;margin-bottom:16px}.auth-code-get-link{text-align:center}.auth-code-get-link span{color:#6366f1;cursor:pointer;font-size:14px}.auth-code-get-link span:hover{text-decoration:underline}.converter-page{width:100%;min-height:100%;display:flex;flex-direction:column}.converter-card{flex:1;min-height:100%;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #e2e8f0;background:#fff}.converter-card .ant-card-head{flex-shrink:0}.converter-card .ant-card-body{padding:24px 24px 20px;display:flex;flex-direction:column}.file-uploader{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.settings-panel{background:#f8fafc;border-radius:12px;padding:18px 20px;margin-top:14px;border:1px solid #f1f5f9}.settings-row{display:flex;align-items:center;gap:16px;margin-bottom:10px;flex-wrap:wrap}@media(max-width:768px){.converter-card .ant-card-body{padding:14px 14px 12px}.settings-panel{padding:12px 14px;margin-top:12px}.settings-row{gap:12px}.setting-item{width:100%;justify-content:space-between}.right-section{margin-left:0;width:100%;display:flex;justify-content:flex-end}}.settings-row:last-child{margin-bottom:0}.setting-item{display:flex;align-items:center;gap:8px;flex-shrink:0}.setting-label{color:#333;font-size:14px;white-space:nowrap}.help-icon{color:#1890ff;cursor:pointer;font-size:14px}.right-section{margin-left:auto}.convert-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:8px!important;box-shadow:0 4px 6px -1px #6366f166!important;transition:all .3s!important}.convert-btn:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #6366f180!important}.convert-btn:active{transform:translateY(0)}.config-btn{background:#6366f1!important;border-radius:6px!important}.convert-btn:disabled{background:#d9d9d9!important}.checkbox-group{display:flex;flex-direction:column;gap:6px}.checkbox-item{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#333}.checkbox-item span{-webkit-user-select:none;user-select:none}.open-folder-btn{margin-left:12px;transition:all .3s ease}.open-folder-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #1890ff4d}.open-folder-btn:active{transform:translateY(0)}.export-fields-modal .fields-grid{border:1px solid #f0f0f0;border-radius:8px;background:#fafafa;margin-bottom:16px;padding:20px}.export-fields-modal .fields-grid .ant-checkbox-wrapper{margin-bottom:4px}.export-fields-modal .modal-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f0f0f0}@media(max-width:768px){.export-fields-modal .fields-grid{padding:12px}.export-fields-modal .modal-footer{flex-direction:column;align-items:flex-start;gap:12px}.export-fields-modal .modal-footer .actions{width:100%;display:flex;justify-content:flex-end;gap:8px}}.carousel-ad-container{position:relative;width:100%;aspect-ratio:2 / 3;background-color:#f5f5f5;border-radius:8px;overflow:hidden}.carousel-ad{width:100%;height:100%;transition:opacity .3s ease}.carousel-ad-loading{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:2 / 3;background-color:#f5f5f5;border-radius:8px}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#0006;color:#fff;border:none;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;opacity:0}.carousel-nav:hover{background:#0009}.carousel-ad-container:hover .carousel-nav,.carousel-ad-container:hover .carousel-dots{opacity:1}.carousel-nav-prev{left:8px}.carousel-nav-next{right:8px}.carousel-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10;opacity:0;transition:opacity .3s ease}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:#fff;width:12px;border-radius:4px}.carousel-dot:hover{background:#fffc}.portal-page{min-height:100vh;background:radial-gradient(circle at top,rgba(34,119,255,.12),transparent 34%),linear-gradient(180deg,#eef4fb,#f7faff 22%,#eef3f9);color:#12315b}.portal-page.account-page-mode{background:radial-gradient(circle at top left,#ffffffeb,#fff0 34%),linear-gradient(135deg,#f3f8ff,#eef5ff 35%,#f8fbff)}.header-user-menu{position:relative;z-index:120}#kq-header-auth{position:relative;flex:0 0 auto}.header-user-trigger,.header-login-btn.user-auth-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:112px;padding:10px 20px;border-radius:12px;transition:all .2s ease;line-height:1}.header-login-btn.user-auth-button{text-decoration:none;color:#fff;font-size:14px;font-weight:400;background:linear-gradient(135deg,#1e88e5,#1976d2);border:none;height:44px;box-shadow:0 2px 8px #1e88e540}.header-login-btn{position:relative;gap:6px;padding:0 14px}.header-login-btn.user-auth-button:hover,.header-login-btn.user-auth-button:focus{color:#fff!important;background:linear-gradient(135deg,#1976d2,#1565c0)!important;box-shadow:0 4px 12px #1e88e559;transform:translateY(-1px)}.header-login-btn.user-auth-button.logged-in{color:#2563eb!important;height:42px!important;border-radius:999px!important;min-width:0;padding:0 12px 0 9px!important;font-size:13px;font-weight:600;border:1px solid #d6e4fb!important;background:linear-gradient(180deg,#fff,#f3f8ff)!important;box-shadow:0 2px 8px #0f172a0f}.header-login-btn.user-auth-button.logged-in:hover,.header-login-btn.user-auth-button.logged-in:focus{background:#f8fbff!important;color:#1e88e5!important;border-color:#b8d4f5!important;box-shadow:0 4px 12px #1e88e51f;transform:translateY(-1px)}.user-auth-button.mobile-avatar-only{gap:0;min-width:44px;padding-inline:10px!important}.header-avatar-shell{position:relative;width:30px;height:30px;border-radius:999px;overflow:hidden;flex-shrink:0;background:linear-gradient(180deg,#f5f9ff,#ebf3ff);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #3b82f629}.header-avatar{width:100%;height:100%;object-fit:cover}.header-login-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;display:block;flex:0 0 auto;background:linear-gradient(180deg,#f4f8ff,#dce9ff);border:1px solid #d8e5fb}.header-avatar-ant.ant-avatar{width:30px;height:30px;min-width:30px;font-size:14px;background:#e8f1ff;color:#5387ce}.header-avatar-default-glyph{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;line-height:1;color:#5387ce;background:linear-gradient(180deg,#f5f9ff,#ebf3ff)}.header-avatar-fallback{position:absolute;inset:0;display:none;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#5387ce;background:linear-gradient(180deg,#f5f9ff,#ebf3ff)}.header-user-caret{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.header-user-caret svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-login-label{display:inline-block;max-width:68px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1}.header-user-caret.is-open{transform:rotate(180deg)}.header-user-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:10px;border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f7fafffa);border:1px solid #d9e6fd;box-shadow:0 20px 46px #2563eb2e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:160}.auth-user-menu{min-width:190px;padding:10px 0 8px;border:1px solid #d9e6fd;border-radius:16px;background:#fffffffa;box-shadow:0 14px 30px #2563eb1f}.header-user-card{display:flex;flex-direction:column;gap:4px;padding:12px 12px 14px;margin-bottom:8px;border:1px solid #d6e4fb;border-radius:14px;background:linear-gradient(180deg,#f7faff,#eef4ff)}.auth-user-panel{margin:0 10px 8px}.header-user-name{font-size:14px;font-weight:800;color:#1d4ed8;line-height:1.2}.header-user-meta{font-size:12px;color:#6b86b4;line-height:1.3}.header-user-action{width:100%;display:flex;align-items:center;gap:10px;min-height:44px;padding:0 10px;border:0;border-radius:12px;background:transparent;color:#1f3f73;font-size:13px;font-weight:700;cursor:pointer;text-align:left;transition:all .18s ease;white-space:nowrap}.auth-user-menu-item{width:calc(100% - 20px);min-height:42px;margin:0 10px;padding:0 12px;font-size:14px;font-weight:600}.header-user-action:hover{background:#f4f8ff;color:#1d4ed8}.header-user-action-icon{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f4f8ff,#e9f1ff);color:#7a94be;flex-shrink:0;margin-right:6px}.auth-user-menu-icon{width:26px;height:26px;border-radius:9px;background:#eef5ff;color:#4d7fc2}.header-user-action-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header{background:#fff;position:relative;z-index:1000;height:72px;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}.nav-desktop-measure{position:absolute;left:-9999px;top:-9999px;display:flex;visibility:hidden;pointer-events:none}.header-container{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1600px;margin:0 auto;padding:0 32px}.header-left{display:flex;align-items:center;flex-shrink:0}.logo a{display:flex;align-items:center;text-decoration:none;color:#1e88e5;transition:transform .2s ease}.logo a:hover{transform:scale(1.02)}.logo-img{height:38px;width:auto;object-fit:contain;display:block}.nav{display:flex;gap:16px;margin-left:32px;align-items:center;flex:1;justify-content:flex-start;min-width:0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#ccc transparent;white-space:nowrap;padding:8px 0}.nav-primary{display:flex;align-items:center;gap:16px;min-width:0;flex:0 1 auto;overflow:hidden}.nav::-webkit-scrollbar{height:4px}.nav::-webkit-scrollbar-track{background:transparent}.nav::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.nav-link{text-decoration:none;color:#333;font-size:14px;font-weight:400;padding:10px 4px;position:relative;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.nav-link:hover{color:#1e88e5}.nav-link:hover:after,.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#1e88e5;animation:slideIn .2s ease}.nav-link.active{color:#1e88e5;font-weight:500}.nav-item-wrapper{display:flex;align-items:center;gap:0;flex-shrink:0}@keyframes slideIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.category-dropdown-toggle{background:none;border:none;cursor:pointer;padding:2px;margin-left:-2px;display:flex;align-items:center;justify-content:center;color:#1e88e5;transition:all .2s ease;border-radius:4px}.category-dropdown-toggle:hover{background-color:#1e88e51a}.header-right{display:flex;align-items:center;gap:16px;flex-shrink:0;margin-left:24px}.header-actions{display:flex;align-items:center;gap:12px}.header-user-auth,#kq-header-auth{display:flex;align-items:center}.user-auth-button{display:inline-flex!important;align-items:center!important;justify-content:center;gap:8px;min-width:112px;padding-inline:20px!important}.user-auth-button.mobile-avatar-only{gap:0;min-width:40px;padding-inline:10px!important}.header-login-btn.ant-btn{text-decoration:none;color:#fff;font-size:14px;font-weight:400;padding:10px 20px;border-radius:8px;transition:all .2s ease;background:linear-gradient(135deg,#1e88e5,#1976d2);border:none;height:40px;box-shadow:0 2px 8px #1e88e540;line-height:1}.header-login-btn.ant-btn:hover,.header-login-btn.ant-btn:focus{color:#fff!important;background:linear-gradient(135deg,#1976d2,#1565c0)!important;box-shadow:0 4px 12px #1e88e559;transform:translateY(-1px)}.header-login-btn.ant-btn.logged-in{background:linear-gradient(180deg,#fff,#f7fbff)!important;color:#334155!important;border:1px solid #d8e7f8;box-shadow:0 2px 8px #0f172a0f}.header-login-btn.ant-btn.logged-in:hover,.header-login-btn.ant-btn.logged-in:focus{background:#f8fbff!important;color:#1e88e5!important;border-color:#b8d4f5!important;box-shadow:0 4px 12px #1e88e51f;transform:translateY(-1px)}.header-login-btn.ant-btn .ant-avatar{flex-shrink:0}.header-login-btn.ant-btn span{display:inline-flex;align-items:center}.header-search-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px}.header-search-btn:hover{background-color:#f5f5f5}.header-search-icon{width:20px;height:20px;object-fit:contain}.mobile-menu-btn{display:none;background:none;border:1px solid #1e88e5;color:#1e88e5;font-size:20px;width:40px;height:40px;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease}.mobile-menu-btn:hover{background-color:#1e88e51a}.web-nav-drawer .ant-drawer-body{display:flex;flex-direction:column;gap:18px}.web-nav-drawer-links{display:flex;flex-direction:column;gap:8px}.web-nav-drawer-link{padding:12px 0;border-bottom:1px solid #eef2f7;color:#17365f;text-decoration:none;font-size:15px}.web-nav-drawer-link.active{color:#1e88e5;font-weight:600}.web-nav-drawer-user{padding-top:8px}.web-drawer-login-btn.ant-btn{width:100%;justify-content:center}.mobile-nav-dropdown{position:fixed;top:84px;left:16px;right:16px;z-index:1100;border-radius:16px;border:1px solid rgba(216,231,248,.95);background:#fffffffa;box-shadow:0 18px 44px #0f172a24;padding:16px}.mobile-nav-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-nav-grid-item,.mobile-nav-custom-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 12px;border-radius:10px;border:1px solid #dbe4f0;background:#f8fafc;color:#17365f;text-decoration:none;font-size:14px}.mobile-nav-grid-item.active,.mobile-nav-custom-btn:hover{color:#1677ff;border-color:#91caff;background:#e6f4ff}.mobile-nav-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.nav-more-wrapper{position:relative;display:flex;align-items:center;flex-shrink:0}.nav-more-trigger{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 4px;border:0;background:transparent;color:#333;font-size:14px;cursor:pointer}.nav-more-trigger:hover,.nav-more-wrapper.kq-more-open .nav-more-trigger{color:#1e88e5}.nav-more-chevron{transition:transform .2s ease}.nav-more-wrapper.kq-more-open .nav-more-chevron{transform:rotate(180deg)}.nav-more-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:148px;padding:8px 0;border-radius:12px;border:1px solid #dbe4f0;background:#fffffffa;box-shadow:0 12px 32px #0f172a1f;display:none;z-index:1200}.nav-more-wrapper.kq-more-open .nav-more-dropdown{display:block}.nav-more-dropdown-item{display:block;padding:10px 16px;color:#294b72;text-decoration:none;font-size:14px;white-space:nowrap}.nav-more-dropdown-item:hover{background:#eef6ff;color:#1677ff}@media(min-width:769px){.nav{overflow:visible}}.portal-shell{padding:24px 20px 0}.portal-shell.account-shell-standalone{padding-top:8px}.portal-workbench{max-width:1160px;margin:0 auto;background:#fffffff0;border:1px solid rgba(213,225,238,.95);border-radius:28px;box-shadow:0 26px 70px #3a597c24;overflow:hidden}.portal-workbench-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:34px 34px 28px;background:linear-gradient(180deg,#f6fafff2,#fffffff2);border-bottom:1px solid #e2ebf5}.portal-eyebrow{margin-bottom:10px;font-size:13px;font-weight:700;letter-spacing:.14em;color:#1677ff}.portal-workbench-head h1{margin:0;font-size:44px;line-height:1.12;color:#122b4d}.portal-workbench-head p{margin:14px 0 0;max-width:620px;color:#64809f;font-size:17px}.portal-head-controls{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.portal-language-box{display:flex;align-items:center;gap:12px;color:#47627f}.portal-language-select{width:160px}.portal-head-buttons{display:flex;gap:12px}.portal-tool-nav{padding:22px 34px 0;display:flex;gap:12px;flex-wrap:wrap}.portal-tool-tab{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 20px;border-radius:12px;border:1px solid #d9e5f2;background:#fff;color:#486684;font-size:15px;cursor:pointer;transition:all .2s ease}.portal-tool-tab:hover,.portal-tool-tab.active{border-color:#1677ff;background:linear-gradient(180deg,#2a89ff,#1677ff);color:#fff;box-shadow:0 12px 26px #1677ff33}.portal-tool-panel{padding:24px 34px 12px}.user-center-page{padding:0}.user-center-shell{display:grid;gap:28px}.user-center-shell .ant-alert{border-radius:12px}.user-center-hero{display:grid;grid-template-columns:auto auto 1fr;gap:20px;align-items:center;padding:28px;border-radius:22px;background:radial-gradient(circle at top left,rgba(22,119,255,.18),transparent 38%),linear-gradient(135deg,#f4f9ff,#fff 52%,#eef5ff);border:1px solid #dbe8f5}.user-center-hero.ref-layout{grid-template-columns:1.2fr .8fr;align-items:start;padding:8px 0 0;border:none;border-radius:12px;background:transparent;gap:32px}.user-center-hero-main,.user-center-hero-side{display:grid;gap:14px;align-content:start}.user-center-hero-side{grid-template-columns:1fr 1fr;gap:20px}.user-center-hero-actions{display:flex;flex-direction:column;gap:10px;align-self:flex-start}.user-center-hero-actions.horizontal{flex-direction:row;flex-wrap:wrap;align-self:auto;gap:14px}.user-center-avatar-shell{width:104px;height:104px;border-radius:28px;background:linear-gradient(180deg,#2d8dff,#1677ff);display:flex;align-items:center;justify-content:center;box-shadow:0 18px 34px #1677ff2e}.user-center-avatar-shell.ref-avatar{width:72px;height:72px;border-radius:999px;box-shadow:0 16px 32px #2563eb2e;flex:0 0 auto}.user-center-avatar.ant-avatar{background:transparent}.user-center-avatar-fallback{font-size:36px;font-weight:700;color:#fff}.user-center-copy h1{margin:6px 0 10px;font-size:34px;color:#122b4d}.user-center-copy p{margin:0;color:#64809f;font-size:15px;line-height:1.8}.user-center-hero-head{display:flex;align-items:center;gap:20px}.user-center-title-wrap{min-width:0;display:grid;gap:6px;align-content:start}.user-center-hero-title{margin:0;font-size:24px;line-height:1.2;font-weight:800;letter-spacing:0;color:#0f172a}.user-center-hero-subtitle{margin:0;color:#64748b;font-size:14px;line-height:1.7;letter-spacing:0;word-spacing:normal;white-space:normal;max-width:520px;padding:0;border-radius:0;background:transparent;border:none;box-shadow:none}.user-center-hero-badge{display:inline-flex;align-items:center;gap:8px;justify-self:start;min-height:28px;padding:0 12px;border-radius:999px;background:#ffffffd1;border:1px solid rgba(37,99,235,.14);color:#2563eb;font-size:12px;font-weight:700;margin-bottom:0;box-shadow:0 4px 12px #2563eb14}.summary-card{background:#fffffff5;border:1px solid #dbe5f3;border-radius:12px;padding:24px;box-shadow:0 2px 12px #0000000f;min-height:176px;display:grid;gap:16px;align-content:start}.summary-label{color:#64748b;font-size:14px;font-weight:700;margin-bottom:0;text-align:left}.summary-value{font-size:28px;font-weight:800;line-height:1.15;color:#1b63f0;white-space:nowrap;text-align:left}.hero-btn{height:56px;padding:0 24px;border-radius:8px;border:1px solid #dbe5f3;background:#fffffff2;color:#1b63f0;font-size:15px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;appearance:none;-webkit-appearance:none}.hero-btn.primary{background:#2563eb;border-color:#2563eb;color:#fff}.hero-btn.primary:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 8px 18px #2563eb33;transform:translateY(-1px)}.hero-btn:not(.primary):hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 6px 14px #0f172a14;transform:translateY(-1px)}.hero-btn:focus-visible{outline:2px solid rgba(37,99,235,.24);outline-offset:2px}.hero-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.user-center-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.user-center-ref-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.user-center-card{background:#fff;border:1px solid #dbe5f3;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f;padding:24px}.user-center-card h2{margin:0 0 18px;font-size:20px;color:#16375d}.user-center-list{display:flex;flex-direction:column;gap:12px}.user-center-row{display:flex;justify-content:space-between;gap:16px;padding-bottom:10px;border-bottom:1px solid #edf3f9}.user-center-label{color:#6b839e}.user-center-value{color:#16375d;font-weight:600;text-align:right;word-break:break-word}.user-center-records{margin-bottom:10px}.ref-card{padding:0;border-radius:12px;box-shadow:0 2px 12px #0000000f}.user-center-card-head{padding:24px 24px 16px;border-bottom:1px solid #edf2f8}.user-center-card-body{padding:24px}.user-center-section-head{display:inline-flex;align-items:center;gap:12px;position:relative;padding-bottom:12px}.user-center-section-head:after{content:"";position:absolute;left:56px;bottom:0;width:96px;height:4px;border-radius:999px;background:linear-gradient(90deg,#8cb7ff,#d6e5ff)}.user-center-section-head h2{margin:0;font-size:20px;font-weight:800;color:#16375d}.user-center-section-icon{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#3284ff,#1768f2);color:#fff;font-size:20px;box-shadow:0 10px 22px #2563eb24}.user-center-info-list{display:grid;border:1px solid #eaf1fb;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfdff)}.user-center-info-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;border-bottom:1px solid #edf2f8;padding:18px 20px}.user-center-info-row:last-child{border-bottom:none}.user-center-info-label{display:inline-flex;align-items:center;gap:12px;min-width:0;color:#64748b;font-size:14px;font-weight:700}.user-center-row-icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#1b63f0;font-size:20px;flex:0 0 auto}.user-center-info-value{font-size:15px;font-weight:600;color:#16375d;justify-self:start;text-align:left}.user-center-record-table-wrap{overflow:auto;border:1px solid #e8f0fb;border-radius:14px}.user-center-record-table{width:100%;border-collapse:collapse;background:#fff}.user-center-record-table th,.user-center-record-table td{padding:16px 18px;border-bottom:1px solid #edf2f8;font-size:14px;text-align:left;white-space:nowrap}.user-center-record-table th{color:#64748b;font-weight:700;background:#fbfdff}.user-center-record-table th:not(:first-child),.user-center-record-table td:not(:first-child){text-align:center}.record-name{display:inline-flex;align-items:center;gap:12px;max-width:100%}.record-file-icon{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#1b63f0;font-size:17px;flex:0 0 auto}.record-name>span:last-child{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-page-btn{min-width:92px;height:36px;padding:0 18px;border-radius:10px;border:1px solid #cfdcf0;background:#fff;color:#31527e;font-size:14px;font-weight:700;cursor:pointer}.record-action-btn{position:relative;width:32px;height:32px;border-radius:10px;border:1px solid #dbe5f3;background:#f8fbff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease}.record-action-btn:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);padding:6px 10px;border-radius:8px;background:#0f172aeb;color:#fff;font-size:12px;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:5}.record-action-btn:before{content:"";position:absolute;left:50%;bottom:calc(100% + 4px);width:8px;height:8px;background:#0f172aeb;transform:translate(-50%) rotate(45deg);opacity:0;visibility:hidden;transition:opacity .16s ease,visibility .16s ease;z-index:4}.user-center-purchase-stack,.user-center-purchase-order{display:grid;gap:16px}.portal-download,.portal-language-cloud{padding:28px 34px 34px}.portal-language-cloud{padding-top:8px}.portal-section-title{margin-bottom:18px;font-size:13px;font-weight:700;letter-spacing:.08em;color:#5e7796}.portal-platform-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.platform-chip{height:40px;padding:0 18px;border:1px solid #d6e1ee;border-radius:10px;background:#f0f5fb;color:#446280;font-weight:600;cursor:pointer}.platform-chip.active{background:linear-gradient(180deg,#2d8dff,#1677ff);color:#fff;border-color:#1677ff}.portal-download-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.download-card{display:flex;align-items:center;justify-content:center;min-height:70px;border-radius:14px;background:#fff;border:1px solid #dbe7f3;color:#12315b;text-decoration:none;font-size:22px;font-weight:700;box-shadow:0 12px 24px #49617d14}.portal-language-links{padding-top:22px;border-top:1px solid #deebf7;display:flex;flex-wrap:wrap;gap:8px 0}.language-link{border:0;background:transparent;color:#5c7491;font-size:14px;padding:0 10px 0 0;cursor:pointer}.language-link:after{content:"|";color:#b2c3d7;margin-left:10px}.language-link.active{color:#1677ff;font-weight:700}.portal-footer{margin-top:34px;background:#1f2f46;color:#d5e0ef}.portal-footer-inner{max-width:1320px;margin:0 auto;padding:48px 28px 28px}.portal-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:28px}.portal-footer-grid h4{margin:0 0 18px;color:#fff;font-size:18px}.portal-footer .footer-section ul{margin:0;padding:0;list-style:none}.portal-footer-grid>.footer-section:last-child{margin-left:-52px}.portal-footer-grid a,.portal-contact-item{display:block;margin-bottom:12px;color:#c0cee0;text-decoration:none;font-size:16px}.portal-footer .portal-footer-grid a:hover,.portal-footer .portal-footer-grid a:focus-visible,.portal-footer .portal-footer-bottom a:hover,.portal-footer .portal-footer-bottom a:focus-visible{color:#3b82f6!important}.portal-footer-brand .footer-logo{height:38px;margin-bottom:22px}.portal-footer-brand p{color:#aebdd1;font-size:16px;line-height:1.8}.portal-contact-item{display:flex;align-items:center;gap:10px}.portal-footer .footer-social{display:flex;align-items:center;gap:12px;margin-top:26px}.portal-footer .social-icon{width:36px;height:36px;border:1px solid #374151;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px;overflow:hidden;box-sizing:border-box}.portal-footer .social-icon-button{padding:0;background:transparent;color:inherit;cursor:pointer}.portal-footer .social-icon-button:hover{border-color:#3b82f6;background:#3b82f61a}.portal-footer .social-icon img{width:20px;height:20px;margin:0;display:block;object-fit:contain;flex:0 0 20px}.kq-qr-overlay{display:none;position:fixed;inset:0;width:100vw;height:100vh;background:#0000008c;z-index:200000;cursor:pointer}.kq-qr-overlay.kq-qr-open{display:flex!important;align-items:center;justify-content:center}.kq-qr-box{position:relative;width:90vw;max-width:300px;padding:28px 24px 20px;border-radius:16px;background:#fff;text-align:center;box-shadow:0 12px 48px #00000040;cursor:default}.kq-qr-box img{width:220px;height:220px;object-fit:contain;border-radius:8px;border:1px solid #eee}.kq-qr-box p{margin:14px 0 0;font-size:15px;font-weight:600;color:#333}.kq-qr-close{position:absolute;top:-12px;right:-12px;width:32px;height:32px;border:none;border-radius:50%;background:#fff;color:#666;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}.kq-qr-close:hover{background:#f5f5f5;color:#333}.portal-footer-bottom{margin-top:34px;padding-top:24px;border-top:1px solid rgba(192,206,224,.16);text-align:center;color:#99acc4}.portal-footer-bottom a{color:inherit;text-decoration:none}.desktop-shell,.desktop-layout{min-height:100vh}.desktop-shell{background:#eef3f9}.desktop-sider{background:#fff!important;border-right:1px solid #e5edf5;box-shadow:4px 0 18px #1018280a}.desktop-sider .ant-layout-sider-children,.drawer-sider{display:flex;flex-direction:column;height:100%}.desktop-brand{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid #edf2f7}.desktop-brand-icon,.desktop-footer-icon{width:26px;height:26px}.desktop-brand-title{font-weight:700;color:#15375d}.desktop-brand-subtitle{font-size:12px;color:#7790aa}.desktop-menu{flex:1;border-inline-end:0!important;padding:12px 8px}.desktop-menu .ant-menu-item{margin-inline:6px!important;margin-block:6px!important;border-radius:10px!important}.desktop-menu .ant-menu-item-selected{background:linear-gradient(180deg,#2c8bff,#1677ff)!important;color:#fff!important}.desktop-sidebar-ad{padding:12px}.desktop-sidebar-footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:18px;border-top:1px solid #edf2f7;color:#6d87a2;margin-top:auto}.desktop-main{background:#eef3f9;min-height:100vh}.desktop-header{display:flex;align-items:center;gap:12px;padding:0 18px!important;height:62px;line-height:62px;background:#ffffffeb!important;border-bottom:1px solid #e5edf5;-webkit-app-region:drag}.desktop-header-spacer{flex:1}.desktop-header-actions{display:flex;align-items:center;gap:8px;-webkit-app-region:no-drag}.desktop-link-btn{color:#47627f!important;font-weight:500;padding-inline:8px!important}.desktop-link-btn:hover{color:#1677ff!important;background:#eef5ff!important}.desktop-window-controls{display:flex;align-items:center;gap:4px;padding-left:4px}.window-control-btn{width:32px;min-width:32px;height:32px;border-radius:8px!important;color:#47627f!important}.window-control-btn:hover{background:#e8f0fb!important;color:#12315b!important}.window-control-btn.close:hover{background:#e5484d!important;color:#fff!important}.desktop-content{padding:18px 18px 10px;display:flex;align-items:flex-start;flex:1}.desktop-content-inner{width:100%;max-width:1100px;margin:0 auto;min-height:100%;display:flex}@media(max-width:1100px){.header-container,.portal-footer-inner{padding-left:18px;padding-right:18px}.portal-workbench-head{flex-direction:column;align-items:stretch}.portal-head-controls{align-items:stretch}.portal-download-actions,.portal-footer-grid,.user-center-ref-grid{grid-template-columns:1fr}}@media(max-width:768px){.header{height:64px}.header-container{padding:0 14px}.logo-img{height:34px}.nav{display:none}.mobile-menu-btn{display:inline-flex}.header-login-btn.ant-btn{padding:0 14px;font-size:13px}.portal-shell{padding:16px 12px 0}.portal-workbench{border-radius:22px}.portal-workbench-head,.portal-tool-panel,.portal-download,.portal-language-cloud,.portal-tool-nav{padding-left:16px;padding-right:16px}.portal-workbench-head{padding-top:24px}.portal-workbench-head h1{font-size:30px}.portal-workbench-head p{font-size:15px}.portal-language-box,.portal-head-buttons{flex-wrap:wrap}.portal-language-select{width:132px}.portal-tool-tab{width:100%;justify-content:center}.user-center-hero{grid-template-columns:1fr;text-align:center}.user-center-hero-actions{flex-direction:row;justify-content:center}.user-center-avatar-shell{margin:0 auto}.user-center-grid{grid-template-columns:1fr}.download-card{font-size:18px;min-height:60px}.portal-footer-bottom,.portal-footer-brand p,.portal-footer-grid a,.portal-contact-item{font-size:14px}.desktop-content{padding:12px}.desktop-header-actions .portal-language-select{width:100px}.user-center-hero.ref-layout,.user-center-hero-side{grid-template-columns:1fr}.user-center-hero-head{align-items:flex-start}.user-center-hero-title{font-size:24px}.hero-btn{width:100%}.user-center-info-row{grid-template-columns:1fr}.user-center-record-table th,.user-center-record-table td{padding:12px 10px;font-size:13px}}.account-page{max-width:1240px;margin:0 auto;padding:32px 20px 64px}.account-shell{display:grid;gap:28px}.portal-page.account-page-mode .account-page,.portal-page.account-page-mode .account-shell,.portal-page.account-page-mode .hero,.portal-page.account-page-mode .hero-main,.portal-page.account-page-mode .hero-head,.portal-page.account-page-mode .hero-title-wrap{background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.hero{background:transparent;border:none;border-radius:12px;padding:8px 0 0;display:grid;grid-template-columns:1.2fr .8fr;gap:32px;box-shadow:none}.hero-main{display:grid;gap:14px;align-content:start}.hero-head{display:flex;align-items:center;gap:20px}.hero-avatar{width:68px!important;height:68px!important;min-width:68px;border-radius:999px!important;background:linear-gradient(180deg,#3284ff,#1768f2);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 16px 32px #2563eb2e;font-size:30px;flex:0 0 auto}.hero-avatar-frame{overflow:hidden;padding:0!important}.hero-avatar-image-el{width:100%;height:100%;object-fit:cover;display:block}.hero-avatar-default-glyph{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:30px;line-height:1}.hero-title-wrap{min-width:0;display:grid;gap:6px;align-content:start}.hero-title{margin:0!important;font-size:24px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:0!important;color:#0f172a!important;text-shadow:none!important}.hero-subtitle{margin:0!important;color:#64748b!important;font-size:14px!important;line-height:1.7!important;letter-spacing:0!important;white-space:normal!important;max-width:520px!important;padding:0!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;text-shadow:none!important}.hero-badge{display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0 12px;border-radius:999px;background:#ffffffd1;border:1px solid rgba(37,99,235,.14);color:#2563eb;font-size:12px;font-weight:700;justify-self:start;box-shadow:0 4px 12px #2563eb14}.hero-side{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-content:start}.summary-card{background:#fffffff5!important;border:1px solid #dbe5f3!important;border-radius:12px!important;padding:24px!important;box-shadow:0 2px 12px #0000000f!important;min-height:176px!important;display:grid!important;gap:16px!important;align-content:start!important}.summary-label{color:#64748b;font-size:14px;font-weight:700;text-align:left}.summary-body{display:flex;align-items:center;gap:16px;min-height:88px}.summary-icon{width:60px;height:60px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#edf4ff;color:#2563eb;font-size:28px;flex:0 0 auto}.summary-copy{display:grid;gap:6px}.summary-value{font-size:28px;font-weight:800;line-height:1.15;text-align:left;color:#1b63f0;white-space:nowrap}.summary-subvalue{color:#64748b;font-size:14px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:6px}.hero-btn,.hero-btn.ant-btn{height:56px!important;padding:0 24px!important;border-radius:8px!important;border:1px solid #dbe5f3!important;background:#fffffff2!important;color:#1b63f0!important;font-size:15px!important;font-weight:700!important;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;display:inline-flex!important;align-items:center;justify-content:center;gap:10px;box-shadow:none!important}.hero-btn.primary,.hero-btn.primary.ant-btn{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important}.hero-btn.primary:hover,.hero-btn.primary.ant-btn:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;box-shadow:0 8px 18px #2563eb33!important;transform:translateY(-1px)}.hero-btn:not(.primary):hover{background:#f8fafc!important;border-color:#cbd5e1!important;box-shadow:0 6px 14px #0f172a14!important;transform:translateY(-1px)}.hero-btn:disabled{cursor:wait;opacity:.78;transform:none;box-shadow:none}.hero-btn.is-loading [data-refresh-icon]{animation:uc-spin 1s linear infinite}@keyframes uc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.card{background:#fff;border:1px solid #dbe5f3;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.card-head{padding:24px 24px 16px;border-bottom:1px solid #edf2f8;display:block}.section-head{display:inline-flex;align-items:center;gap:12px;position:relative;padding-bottom:12px}.section-head:after{content:"";position:absolute;left:56px;bottom:0;width:96px;height:4px;border-radius:999px;background:linear-gradient(90deg,#8cb7ff,#d6e5ff)}.section-icon{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#3284ff,#1768f2);color:#fff;font-size:20px;box-shadow:0 10px 22px #2563eb24}.section-title{margin:0;font-size:20px;font-weight:800;color:#0f172a}.card-body{padding:24px}.info-list{display:grid;gap:0;border:1px solid #eaf1fb;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfdff)}.info-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;border-bottom:1px solid #edf2f8;padding:18px 20px}.info-row:last-child{border-bottom:none}.info-label{display:inline-flex;align-items:center;gap:12px;min-width:0}.row-icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#1b63f0;font-size:20px;flex:0 0 auto}.info-key{color:#64748b;font-size:14px;font-weight:700;text-align:left}.info-value{font-size:15px;font-weight:600;text-align:left;justify-self:start;color:#0f172a}.status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700}.status-active{background:#ecfdf3;color:#16a34a}.status-trial{background:#ffedd5;color:#c2410c;border:1px solid #fdba74}.status-expired{background:#fef2f2;color:#dc2626}.record-table-wrap{overflow:auto;border:1px solid #e8f0fb;border-radius:14px}.record-table{width:100%;border-collapse:collapse;background:#fff}.record-table th,.record-table td{padding:16px 18px;border-bottom:1px solid #edf2f8;font-size:14px;text-align:left;white-space:nowrap}.record-table th{color:#64748b;font-weight:700;background:#fbfdff}.record-table th:not(:first-child),.record-table td:not(:first-child){text-align:center}.record-table td:not(:first-child) .record-actions,.record-table td:not(:first-child) .record-status{justify-content:center}.record-name{display:inline-flex;align-items:center;gap:12px}.record-file-icon{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#1b63f0;font-size:18px;flex:0 0 auto}.record-status{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:700}.record-status:before{content:"";width:8px;height:8px;border-radius:999px;background:currentColor}.record-status.success{color:#16a34a;background:#ecfdf3}.record-status.failed{color:#ef4444;background:#fef2f2}.record-status.processing{color:#2563eb;background:#eff6ff}.record-actions{display:inline-flex;align-items:center;gap:10px}.record-action-btn{width:32px;height:32px;border-radius:10px;border:1px solid #dbe5f3;background:#f8fbff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0f172a0d;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;position:relative}.record-action-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.record-action-btn:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);padding:6px 10px;border-radius:8px;background:#0f172aeb;color:#fff;font-size:12px;font-weight:600;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;box-shadow:0 8px 18px #0f172a29;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.record-action-btn:before{content:"";position:absolute;left:50%;bottom:calc(100% + 4px);width:8px;height:8px;background:#0f172aeb;transform:translate(-50%) rotate(45deg);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.record-action-btn[data-record-action=download]{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.record-action-btn[data-record-action=delete]{color:#dc2626;background:#fef2f2;border-color:#fecaca}.record-action-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0f172a1a}.record-action-btn:hover:after,.record-action-btn:hover:before{opacity:1;visibility:visible}.record-action-btn:hover:after{transform:translate(-50%) translateY(0)}.record-action-btn[data-record-action=download]:hover{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.record-action-btn[data-record-action=delete]:hover{background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.record-action-btn:active{transform:translateY(0)}.record-action-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.helper{margin-top:12px;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #dbe5f3;color:#64748b;font-size:14px}.helper.success{background:#ecfdf3;color:#16a34a}.helper.error{background:#fef2f2;color:#dc2626}.record-pagination{margin-top:16px;display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.record-page-info{color:#48658f;font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.record-pagination-actions{display:inline-flex;align-items:center;gap:12px}.record-page-btn{min-width:92px;height:36px;padding:0 18px;border-radius:10px;border:1px solid #cfdcf0;background:#fff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:700}.record-page-btn:hover:not(:disabled){border-color:#9bbcf5;background:#f5f9ff;color:#144fcf}.record-page-btn:disabled{opacity:.5;cursor:not-allowed;color:#9aa8bc;background:#f8fafc}.empty{padding:28px 0 10px;color:#64748b;text-align:center}@media(max-width:980px){.hero,.grid,.hero-side{grid-template-columns:1fr}.hero-head{align-items:center;gap:16px}.hero-title-wrap{gap:6px}.hero-subtitle{max-width:none}.account-page{padding-left:14px;padding-right:14px}}@media(max-width:768px){.hero-actions{flex-direction:column}.hero-btn,.hero-btn.ant-btn{width:100%}.info-row{grid-template-columns:1fr}.record-table th,.record-table td{padding:12px 10px;font-size:13px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:#eef4fb;color:#17365f;min-height:100vh}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
