:root{color-scheme:light;--bg:#f7f8fb;--surface:#ffffff;--text:#172033;--muted:#647086;--line:#d9deea;--primary:#1268d8;--primary-strong:#0c4fa8;--accent:#2f8f6f;--semantic-success-main:#52c41a;--semantic-success-solid:#389e0d;--semantic-success-bg:#f6ffed;--semantic-success-border:#b7eb8f;--semantic-success-text:#389e0d;--semantic-warning-main:#faad14;--semantic-warning-solid:#d48806;--semantic-warning-bg:#fffbe6;--semantic-warning-border:#ffe58f;--semantic-warning-text:#d48806;--semantic-error-main:#ff4d4f;--semantic-error-solid:#f5222d;--semantic-error-bg:#fff2f0;--semantic-error-border:#ffccc7;--semantic-error-text:#cf1322;--semantic-neutral-main:#8c8c8c;--semantic-neutral-solid:#595959;--semantic-neutral-bg:#f5f5f5;--semantic-neutral-border:#d9d9d9;--semantic-neutral-text:#595959}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}.page{min-height:100vh}.nav{justify-content:space-between;min-height:64px;padding:0 40px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.9)}.nav,.navLinks{display:flex;align-items:center}.navLinks{gap:20px;color:var(--muted);font-size:14px}.navLinks form{margin:0}.navButton{border:0;background:transparent;color:var(--muted);cursor:pointer;font:inherit;padding:0}.hero{max-width:920px;padding:88px 40px 56px}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:13px;font-weight:700;text-transform:uppercase}h1{max-width:820px;margin:0;font-size:56px;line-height:1.08;font-weight:760}.lead{max-width:720px;margin:24px 0 0;color:var(--muted);font-size:18px;line-height:1.7}.actions{display:flex;gap:12px;margin-top:32px}.primary,.secondary{display:inline-flex;align-items:center;min-height:42px;padding:0 18px;border-radius:6px;font-size:14px;font-weight:700}.primary{background:var(--primary);color:white}.secondary{border:1px solid var(--line);background:white;color:var(--primary-strong)}.srOnly{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.loginPage{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;overflow-x:hidden;padding:64px;background:radial-gradient(at 0 0,#f8f9ff 0,transparent 50%),radial-gradient(at 50% 0,#eff4ff 0,transparent 50%),radial-gradient(at 100% 0,#f5f3ff 0,transparent 50%),radial-gradient(at 50% 50%,#f8f9ff 0,transparent 50%),#ffffff;color:#0b1c30;font-family:Inter,system-ui,-apple-system,sans-serif}.loginGrain,.loginGridOverlay{position:fixed;inset:0;pointer-events:none}.loginGrain{z-index:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.loginGridOverlay{z-index:0;background-image:linear-gradient(rgba(0,74,198,.03) 1px,transparent 0),linear-gradient(90deg,rgba(0,74,198,.03) 1px,transparent 0);background-size:40px 40px}.loginStage{position:relative;z-index:1;width:min(100%,480px)}.loginCard{width:100%;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:rgba(255,255,255,.7);box-shadow:0 8px 32px rgba(31,38,135,.07),inset 0 0 0 1px rgba(255,255,255,.4);padding:40px 48px;-webkit-backdrop-filter:blur(32px) saturate(180%);backdrop-filter:blur(32px) saturate(180%)}.loginLogoLink{display:flex;justify-content:center;margin-bottom:48px}.loginLogo{width:auto;height:64px;object-fit:contain}.loginForm,.loginLogo{display:block}.loginField{display:grid;grid-gap:8px;gap:8px}.loginField+.loginField{margin-top:16px}.loginField label{color:rgba(67,70,85,.7);font-size:12px;font-weight:600;line-height:1;text-transform:uppercase}.loginInputWrap{display:flex;align-items:center;min-height:60px;border:1px solid #f1f5f9;border-radius:8px;background:#ffffff;padding:0 16px;transition:border-color .16s ease,box-shadow .16s ease}.loginInputWrap:focus-within{border:1.5px solid #2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.loginInputWrap input{min-width:0;flex:1 1;border:0;background:transparent;color:#0b1c30;font:inherit;font-size:16px;font-weight:400;line-height:1.6;outline:0;padding:0 0 0 16px}.loginInputWrap input::placeholder{color:#94a3b8}.loginInputIcon{position:relative;width:21px;height:21px;flex:0 0 21px;color:#c3c6d7}.loginInputIconUser:before{content:"";position:absolute;top:3px;left:7px;width:6px;height:6px;border:2px solid;border-radius:999px}.loginInputIconUser:after{content:"";position:absolute;right:1px;bottom:3px;left:1px;height:8px;border:2px solid;border-radius:12px 12px 3px 3px}.loginInputIconLock:before{content:"";position:absolute;top:2px;left:6px;width:9px;height:10px;border:2px solid;border-bottom:0;border-radius:10px 10px 0 0}.loginInputIconLock:after{content:"";position:absolute;right:2px;bottom:3px;left:2px;height:12px;border:2px solid;border-radius:4px}.loginInputWrap:focus-within .loginInputIcon{color:#2563eb}.loginPasswordToggle{position:relative;display:inline-grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border:0;background:transparent;color:#b6bed0;cursor:pointer;padding:0}.loginPasswordToggle:hover{color:#0b1c30}.loginEyeIcon{position:relative;width:24px;height:17px}.loginEyeIcon:before{content:"";position:absolute;inset:3px 1px;border:2px solid;border-radius:50%/65%}.loginEyeIcon:after{content:"";position:absolute;top:7px;left:10px;width:4px;height:4px;border-radius:999px;background:currentColor}.loginEyeIconOff{transform:rotate(-12deg)}.loginOptions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}.loginRemember{display:inline-flex;align-items:center;gap:10px;color:#64748b;cursor:pointer;font-size:14px;font-weight:600}.loginRemember input{width:16px;height:16px;margin:0;border:1px solid #c3c6d7;border-radius:5px;accent-color:#2563eb}.loginApplyButton,.loginTextButton{background:transparent;color:#2563eb;cursor:default;padding:0}.loginApplyButton,.loginSubmit,.loginTextButton{border:0;font:inherit;font-size:14px;font-weight:600}.loginSubmit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;border-radius:12px;background:#2563eb;box-shadow:0 1px 2px rgba(37,99,235,.12);color:#ffffff;cursor:pointer;margin-top:24px;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.loginSubmit:hover{background:#2563eb;box-shadow:0 12px 24px rgba(37,99,235,.18);opacity:.9}.loginSubmit:active{transform:scale(.98)}.loginSubmit:disabled{cursor:default;opacity:.68;transform:none}.loginApply{margin:24px 0 0;color:#434655;line-height:1.4}.loginApply,.loginFooter{font-size:14px;font-weight:600;text-align:center}.loginFooter{position:relative;z-index:1;margin-top:48px;padding-bottom:32px;color:#c3c6d7;line-height:1}.loginFooter p{margin:0}.loginFooter nav{display:flex;justify-content:center;gap:24px;margin-top:16px}.loginFooter a,.loginFooter span{color:inherit}.loginFooter a:hover{color:#576065}.authShell{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);grid-gap:40px;gap:40px;align-items:start;max-width:1120px;padding:72px 40px}.authIntro h1{font-size:44px}.authPanel{display:grid;grid-gap:18px;gap:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:24px}.field{display:grid;grid-gap:8px;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.field input{width:100%;min-height:42px;border:1px solid var(--line);border-radius:6px;color:var(--text);font:inherit;padding:0 12px}.field input:focus{border-color:var(--primary);outline:3px solid rgba(18,104,216,.14)}.errorText{margin:0;color:var(--semantic-error-text);font-size:14px;line-height:1.5}.authButton{justify-content:center;border:0;cursor:pointer}.authButton:disabled{cursor:default;opacity:.68}.authPageShell{display:flex;min-height:100dvh;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:linear-gradient(rgba(15,23,42,.035) 1px,transparent 0),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 0),linear-gradient(180deg,#f6f9ff,#ffffff 56%,#eef5ff);background-size:44px 44px,44px 44px,auto;color:#1e293b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.authCard{width:100%;max-width:448px;border-radius:8px;background:#ffffff;box-shadow:0 20px 60px -15px rgba(15,23,42,.15);padding:30px}.authLoginCard{padding-top:44px;padding-bottom:40px}.adminAccessDeniedCard{max-width:520px;padding:44px 48px 48px;text-align:center}.adminAccessDeniedIcon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:24px;font-weight:800;line-height:1;margin-bottom:18px}.adminAccessDeniedCard h1{margin:0;color:#1e293b;font-size:32px;font-weight:800;line-height:40px}.adminAccessDeniedText{max-width:400px;margin:14px auto 0;color:#475569;font-size:15px;line-height:24px}.adminAccessDeniedActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:28px}.adminAccessDeniedPrimary,.adminAccessDeniedSecondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:8px;font-size:14px;font-weight:700;line-height:20px;padding:0 16px;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.adminAccessDeniedPrimary{border:1px solid #2563eb;background:#2563eb;color:#ffffff}.adminAccessDeniedPrimary:hover{background:#1d4ed8}.adminAccessDeniedSecondary{border:1px solid #dbe3ef;background:#ffffff;color:#2563eb}.adminAccessDeniedSecondary:hover{border-color:#bfdbfe;background:#eff6ff}.authBrand{display:flex;justify-content:center;margin-bottom:32px}.authBrand a,.authBrandLockup{display:inline-flex}.authBrandLockup{position:relative}.authBrandLogo{display:block;width:200px;height:auto;object-fit:contain}.authBrandBadge{position:absolute;left:calc(100% + 12px);bottom:0;display:inline-flex;align-items:center;min-height:22px;border:1px solid rgba(37,99,235,.2);border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700;line-height:18px;padding:2px 8px;white-space:nowrap}.authIntro{margin-bottom:24px;text-align:center}.authIntro h1{margin:0;color:#1e293b;font-size:18px;font-weight:700;line-height:28px}.authIntro p{margin:4px 0 0;color:#64748b;font-size:14px;line-height:20px}.authForm{gap:20px}.authField,.authForm{display:flex;flex-direction:column}.authField{gap:8px}.authField label{color:#1e293b;font-size:14px;font-weight:600;line-height:20px}.authInputShell{display:flex;align-items:center;gap:8px;height:48px;border:1px solid #e2e8f0;border-radius:8px;background:#ffffff;padding:0 14px;transition:border-color .15s ease,box-shadow .15s ease}.authInputShell:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.authInputShell input{width:100%;min-width:0;height:46px;border:0;outline:0;background:transparent;color:#1e293b;font:inherit;font-size:14px;line-height:20px;padding:0}.authInputShell input::placeholder{color:#94a3b8}.authEyeIcon,.authFieldIcon{width:20px;height:20px;flex:0 0 20px;color:#94a3b8}.authCodeRow{display:flex;align-items:center;gap:12px}.authCodeInput{min-width:0;flex:1 1 auto}.authCodeButton{width:104px;height:48px;flex:0 0 auto;border:1px solid #2563eb;border-radius:8px;background:transparent;color:#2563eb;cursor:pointer;font:inherit;font-size:14px;font-weight:600;line-height:20px;padding:0 12px;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.authCodeButton:hover{background:#eff6ff}.authCodeButton:disabled{border-color:#e2e8f0;background:transparent;color:#94a3b8;cursor:default}.authIconButton{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;border:0;background:transparent;color:#94a3b8;cursor:pointer;padding:0;transition:color .15s ease}.authIconButton:hover{color:#475569}.authClearButton{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex:0 0 16px;border:0;border-radius:999px;background:#e2e8f0;color:#64748b;cursor:pointer;padding:0;transition:background-color .15s ease,color .15s ease}.authClearButton:hover{background:#cbd5e1;color:#334155}.authClearIcon{width:12px;height:12px;flex:0 0 12px}.authFormRow{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;margin-top:-2px;font-size:14px;line-height:20px}.authAccountAction,.authAccountActionStatic,.authFormRow a{flex:0 0 auto;color:#2563eb;font-weight:600}.authFormRow a:last-child{margin-left:auto;text-align:right}.authAccountActionPrompt{margin-right:4px;color:#64748b;font-weight:500}.authAccountActionStatic{cursor:default}.authAccountActionButton{border:0;background:transparent;color:#2563eb;font-size:inherit;font-weight:600;line-height:inherit;padding:0;text-align:left}.authAccountActionButton:hover,.authAgreementText a:hover,.authFormRow a:hover,.authLoginLink a:hover{text-decoration:underline}.authErrorText,.authSuccessText{margin:-1px 0 0;font-size:14px;font-weight:600;line-height:20px}.authSuccessText{color:var(--semantic-success-text)}.profilePageShell{justify-content:flex-start;padding-top:40px;padding-bottom:40px}.profileAccountCard{max-width:560px}.profileBrand{margin-bottom:28px}.profileBrand .authBrandLogo{width:160px}.profileIntro{margin-bottom:20px}.profileHeroPanel{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.profileHeroPanel strong{display:block;overflow:hidden;color:#1e293b;font-size:16px;font-weight:700;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.profileStatusBadge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;flex:0 0 auto;border:1px solid var(--semantic-neutral-border);border-radius:999px;background:var(--semantic-neutral-bg);color:var(--semantic-neutral-text);font-size:12px;font-weight:700;line-height:18px;padding:0 12px}.profileStatusBadge.isActive{border-color:var(--semantic-success-border);background:var(--semantic-success-bg);color:var(--semantic-success-text)}.profileInfoCard{display:flex;flex-direction:column;margin-bottom:22px}.profileInfoRow{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;grid-gap:16px;gap:16px;min-height:52px;border-top:1px solid #e2e8f0;background:transparent;padding:14px 0}.profileInfoRow:first-child{border-top:0}.profileInfoRow>div{display:contents;min-width:0}.profileInfoRow span{display:block;color:#64748b;font-size:13px;font-weight:600;line-height:20px}.profileInfoRow strong{display:block;overflow:hidden;color:#1e293b;font-size:14px;font-weight:700;line-height:20px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.profileInlineAction,.profileInlineLink{justify-self:end;border:0;background:transparent;color:#2563eb;cursor:pointer;font:inherit;font-size:14px;font-weight:700;line-height:20px;padding:0;text-decoration:none}.profileInlineAction:hover,.profileInlineLink:hover{text-decoration:underline}.profileInfoRow .profileStatusValue{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:24px;justify-self:end;font-size:12px;line-height:1;padding:0 10px}.profileValueWithAction{display:inline-flex;align-items:center;justify-content:flex-end;gap:12px;width:100%;min-width:0;white-space:nowrap}.profileInfoRow .profileValueWithAction{display:inline-flex}.profileValueWithAction strong{flex:0 1 auto;min-width:0;line-height:32px}.profileValueWithAction .profileRowAction{min-height:auto;border:0;border-radius:0;background:transparent;color:#2563eb;font-size:14px;line-height:20px;padding:0}.profileValueWithAction .profileRowAction:hover{border-color:transparent;background:transparent;text-decoration:underline}.profileRowAction{display:inline-flex;align-items:center;justify-content:center;min-height:32px;flex:0 0 auto;justify-self:end;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#2563eb;cursor:pointer;font:inherit;font-size:13px;font-weight:700;line-height:18px;padding:0 12px}.profileRowAction:hover{border-color:#93c5fd;background:#dbeafe}.profileRowAction.danger{border-color:var(--semantic-error-border);background:var(--semantic-error-bg);color:var(--semantic-error-text)}.profileRowAction.danger:hover{border-color:var(--semantic-error-main);background:var(--semantic-error-bg)}.profileStorageSection,.profileToolLoginSection{border-top:1px solid #e2e8f0;padding-top:20px}.profileStorageSection{margin-bottom:22px}.profileSectionHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.profileSectionHeader h2{margin:0;color:#1e293b;font-size:16px;font-weight:800;line-height:24px}.profileSectionHeader span{color:#64748b;font-size:13px;font-weight:700}.profileToolLoginList{display:grid;grid-gap:10px;gap:10px}.profileStorageRuleList{display:grid;grid-gap:8px;gap:8px}.profileStorageModalCard{display:flex;max-height:min(620px,calc(100vh - 48px));flex-direction:column;width:min(560px,calc(100vw - 32px))}.profileStorageSummaryLine{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;border-bottom:1px solid #e2e8f0;padding-bottom:14px}.profileStorageSummaryLine span{color:#64748b;font-size:13px;font-weight:700}.profileStorageSummaryLine strong{color:#1e293b;font-size:15px;font-weight:800}.profileStorageRuleTableWrap{min-height:0;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;overflow:auto;scrollbar-color:#cbd5e1 transparent}.profileStorageRuleTableWrap::-webkit-scrollbar{width:6px;height:6px}.profileStorageRuleTableWrap::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.profileStorageRuleTable{width:100%;border-collapse:collapse;table-layout:fixed}.profileStorageRuleTable td,.profileStorageRuleTable th{border-bottom:1px solid #e2e8f0;padding:13px 14px;text-align:left;white-space:nowrap}.profileStorageRuleTable th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#f8fafc;color:#64748b;font-size:12px;font-weight:700}.profileStorageRuleTable td{color:#1e293b;font-size:13px;font-weight:800}.profileStorageRuleTable tr:last-child td{border-bottom:0}.profileToolLoginItem{display:grid;grid-template-columns:minmax(0,1fr) minmax(152px,auto) auto;align-items:center;grid-gap:14px;gap:14px;min-height:72px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:14px}.profileToolLoginItem span,.profileToolLoginItem strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profileToolLoginItem strong{color:#1e293b;font-size:14px;font-weight:800;line-height:20px}.profileToolLoginEmpty,.profileToolLoginItem span{color:#64748b;font-size:13px;font-weight:600;line-height:20px}.profileToolLoginMeta{display:grid;grid-gap:2px;gap:2px;text-align:right}.profileToolLoginEmpty{margin:0;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;padding:16px}.profileModalOpen{overflow:hidden}.profileModal{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:24px}.profileModalBackdrop{position:absolute;inset:0;border:0;background:rgb(15 23 42/36%);cursor:pointer}.profileModalCard{position:relative;z-index:1;width:min(448px,100%);border-radius:8px;background:#ffffff;box-shadow:0 20px 60px -15px rgba(15,23,42,.15);padding:30px}.profileModalHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.profileModalHeader h2{margin:0;color:#1e293b;font-size:18px;font-weight:700;line-height:28px;text-align:left}.profileModalClose{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 auto;border:0;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;font:inherit;font-size:18px;font-weight:400;line-height:32px;padding:0}.profileModalClose:hover{background:#f1f5f9;color:#64748b}.profileModalClose span{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.profileCodeRow{gap:12px}.profileModalActions{display:block}.profileModalActions .authSubmitButton{width:100%;height:48px;min-height:48px;box-sizing:border-box;margin-top:0}.adminPasswordModalCard{width:min(420px,100%);padding:32px}.adminPasswordModal .profileModalHeader{margin-bottom:22px}.profileForm.adminPasswordForm{gap:18px}.adminPasswordForm .authField{gap:8px}.adminPasswordForm .authInputShell{height:44px;padding:0 14px}.adminPasswordForm .authInputShell input,.adminPasswordForm .authInputShell input:focus{height:42px}.adminPasswordForm .profileModalActions .authSubmitButton{height:46px;min-height:46px}.profileForms{display:grid;grid-gap:28px;gap:28px}.profileForms .profileForm{gap:16px;border-top:1px solid #e2e8f0;padding-top:24px}.profileForms .profileForm:first-child{border-top:0;padding-top:0}.profileForms .authSubmitButton{width:100%}.profileForm.authForm input{height:46px;border:0;background:transparent;padding:0}.authLoginLink.profileBackLink{margin-top:24px}.authLoginLink.profileBackLink a{display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:40px;border:1px solid #2563eb;border-radius:8px;background:#ffffff;color:#2563eb;padding:0 18px;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.authLoginLink.profileBackLink a:hover{border-color:#1d4ed8;background:#eff6ff;color:#1d4ed8;text-decoration:none}.authErrorText{color:var(--semantic-error-text)}.authSubmitButton{width:100%;height:48px;border:0;border-radius:8px;background:#2563eb;color:#ffffff;cursor:pointer;font:inherit;font-size:14px;font-weight:600;line-height:20px;margin-top:4px;transition:background-color .15s ease,opacity .15s ease}.authSubmitButton:hover{background:#1d4ed8}.authSubmitButton:disabled{cursor:default;opacity:.68}.toolLoginPage{min-height:100dvh;background:linear-gradient(rgba(15,23,42,.035) 1px,transparent 0),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 0),linear-gradient(180deg,#f6f9ff,#ffffff 56%,#eef5ff);background-size:44px 44px,44px 44px,auto;color:#1e293b}.toolLoginPage .toolLoginCard{display:grid;width:min(100%,560px);max-width:560px;justify-items:center;grid-gap:18px;gap:18px;border:1px solid rgba(203,213,225,.82);background:rgba(255,255,255,.94);box-shadow:0 24px 70px -28px rgba(37,99,235,.34);padding:48px 44px 44px;text-align:center}.toolLoginBridge{display:grid;grid-template-columns:92px minmax(112px,156px) 92px;grid-gap:16px;gap:16px;margin-bottom:8px}.toolLoginBridge,.toolLoginNode{align-items:center;justify-content:center}.toolLoginNode{display:inline-flex;width:92px;height:92px;border:1px solid #d9e4f5;border-radius:8px;background:#f8fbff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.72)}.toolLoginNodeLogo{width:62px;height:auto}.toolLoginNodeTool b{position:relative;display:block;width:30px;height:34px;border:2px solid #2563eb;border-radius:3px}.toolLoginNodeTool b:after,.toolLoginNodeTool b:before{position:absolute;content:"";left:6px;right:6px;height:2px;border-radius:999px;background:#2563eb}.toolLoginNodeTool b:before{top:9px}.toolLoginNodeTool b:after{top:17px}.toolLoginConnector{display:grid;grid-template-columns:1fr 18px 1fr;align-items:center;grid-gap:12px;gap:12px;color:#93a4bd}.toolLoginConnector span{height:1px;background-image:linear-gradient(90deg,#93a4bd 50%,transparent 0);background-size:6px 1px}.toolLoginConnector i{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;color:#2563eb}.toolLoginConnector svg{display:block;width:24px;height:24px;fill:currentColor}.toolLoginEyebrow{margin:0;color:#1268d8;font-size:13px;font-weight:700}.toolLoginTitle{max-width:520px;margin:0;color:#172033;font-size:32px;line-height:1.22;font-weight:760}.toolLoginLead{max-width:460px;margin:0;color:#647086;font-size:15px;line-height:1.7}.toolLoginLead strong{color:#1268d8;font-weight:760}.toolLoginActions{display:grid;width:min(100%,360px);grid-gap:10px;gap:10px;margin-top:14px}.toolLoginActions .authSubmitButton{margin-top:0;background:#2563eb}.toolLoginActions .authSubmitButton:hover{background:#1d4ed8}.toolLoginCancelButton{min-height:46px;border:1px solid #d9deea;border-radius:8px;background:#ffffff;color:#647086;cursor:pointer;font:inherit;font-weight:700}.toolLoginCancelButton:hover{border-color:#1268d8;color:#1268d8}@media (max-width:620px){.toolLoginBridge{grid-template-columns:72px minmax(72px,104px) 72px;gap:12px}.toolLoginNode{width:72px;height:72px}.toolLoginNodeLogo{width:50px}.toolLoginNodeTool b{width:25px;height:30px}.toolLoginTitle{font-size:28px}.toolLoginLead{font-size:14px}}.toolLoginHomeLink{justify-content:center;text-align:center}.toolAuthorizePage{--tool-auth-bg:#f7f8fb;--tool-auth-panel:#ffffff;--tool-auth-panel-border:#d9deea;--tool-auth-text:#172033;--tool-auth-muted:#647086;--tool-auth-soft:#94a3b8;--tool-auth-primary:var(--primary);--tool-auth-primary-strong:var(--primary-strong);--tool-auth-success:var(--semantic-success-text);--tool-auth-danger:var(--semantic-error-text);display:grid;min-height:100dvh;box-sizing:border-box;overflow-x:hidden;place-items:center;padding:48px 24px;background:linear-gradient(rgba(15,23,42,.035) 1px,transparent 0),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 0),linear-gradient(180deg,#f6f9ff,#ffffff 56%,#eef5ff);background-size:44px 44px,44px 44px,auto;color:var(--tool-auth-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif}.toolAuthorizeStatus{display:grid;width:min(100%,560px);box-sizing:border-box;align-content:center;justify-items:center;margin:0 auto;border:0;border-radius:8px;background:rgba(255,255,255,.94);padding:36px 40px;box-shadow:0 24px 70px -28px rgba(37,99,235,.34);text-align:center}.toolAuthorizeStatusGraphic{display:grid;justify-items:center;grid-gap:28px;gap:28px;width:100%;margin-bottom:34px}.toolAuthorizeStatusLogo{display:block;width:clamp(168px,42vw,222px);height:auto;object-fit:contain}.toolAuthorizeStatusRail{display:grid;grid-template-columns:minmax(72px,1fr) 60px minmax(72px,1fr);align-items:center;justify-content:center;grid-gap:20px;gap:20px;width:min(100%,360px)}.toolAuthorizeDash{display:block;height:1px;background-image:linear-gradient(90deg,#94a3b8 45%,transparent 0);background-size:4px 1px;opacity:.9}.toolAuthorizeStateIcon{display:inline-flex;width:60px;height:60px;align-items:center;justify-content:center;border:1px solid #b7d4ff;border-radius:50%;background:#eaf4ff;color:var(--tool-auth-primary);font-size:26px}.toolAuthorizeCustomLinkIcon{display:block;width:24px;height:24px;fill:currentColor}.toolAuthorizeStateIconSuccess{color:var(--tool-auth-success);font-size:28px}.toolAuthorizeStateIconError{color:var(--tool-auth-danger);font-size:28px}.toolAuthorizeStatusTitle{max-width:620px;margin:0;color:var(--tool-auth-text);font-size:32px;font-weight:800;letter-spacing:0;line-height:40px}.toolAuthorizeStatusText{display:flex;width:100%;box-sizing:border-box;height:52px;align-items:center;justify-content:center;max-width:470px;margin:12px 0 0;color:var(--tool-auth-muted);font-size:16px;font-weight:500;line-height:26px}.toolAuthorizeStatusTextContent{display:block;min-width:0;max-width:100%;overflow-wrap:anywhere}.toolAuthorizeStatusText strong{color:var(--tool-auth-primary);font-weight:800}.toolAuthorizeStatusMeta{margin:10px 0 0;color:var(--tool-auth-soft);font-size:13px;font-weight:600;line-height:20px}.toolAuthorizeStatusActions{display:flex;width:min(100%,340px);gap:12px;margin-top:28px}.toolAuthorizeStatusLink,.toolAuthorizeStatusPrimary,.toolAuthorizeStatusSecondary{display:inline-flex;min-width:0;height:48px;align-items:center;justify-content:center;border-radius:8px;font-size:14px;font-weight:800;line-height:20px;padding:0 22px;transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.toolAuthorizeStatusPrimary,.toolAuthorizeStatusSecondary{flex:1 1;cursor:pointer}.toolAuthorizeStatusPrimary{border:1px solid var(--tool-auth-primary);background:var(--tool-auth-primary);color:#ffffff}.toolAuthorizeStatusPrimary:hover{border-color:var(--tool-auth-primary-strong);background:var(--tool-auth-primary-strong)}.toolAuthorizeStatusPrimary:disabled,.toolAuthorizeStatusSecondary:disabled{cursor:default;opacity:.72}.toolAuthorizeStatusSecondary{border:1px solid var(--tool-auth-panel-border);background:#ffffff;color:var(--tool-auth-muted)}.toolAuthorizeStatusSecondary:hover{border-color:#bfdbfe;background:#eff6ff;color:var(--tool-auth-primary)}.toolAuthorizeStatusLink{margin-top:30px;border:1px solid var(--tool-auth-panel-border);background:#ffffff;color:var(--tool-auth-muted)}.toolAuthorizeStatusLink:hover{border-color:var(--tool-auth-primary);color:var(--tool-auth-primary)}@media (max-width:760px){.toolAuthorizePage{padding:32px 16px}.toolAuthorizeStatus{width:calc(100vw - 32px);max-width:calc(100vw - 32px);padding:32px 20px}.toolAuthorizeStatusGraphic{gap:24px;margin-bottom:30px}.toolAuthorizeStatusLogo{width:min(184px,70vw)}.toolAuthorizeStatusRail{grid-template-columns:minmax(48px,1fr) 54px minmax(48px,1fr);gap:14px;width:min(100%,300px)}.toolAuthorizeStateIcon{width:54px;height:54px;font-size:24px}.toolAuthorizeStatusTitle{font-size:28px;line-height:36px}.toolAuthorizeStatusText{max-width:280px;height:auto;min-height:48px;font-size:15px;line-height:24px}.toolAuthorizeStatusActions{display:grid;width:min(100%,320px);grid-gap:12px;gap:12px}}.authLoginLink{margin:0;color:#64748b;text-align:center;font-size:14px;line-height:20px}.authLoginLink a{color:#2563eb;font-weight:600}.authAgreementText{margin:-8px 0 0;color:#94a3b8;text-align:center;font-size:13px;line-height:20px}.authAgreementText a{color:inherit;font-weight:inherit}.authPageFooter{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:40px;color:#94a3b8;text-align:center;font-size:14px;line-height:20px}.authPageFooter div{display:flex;align-items:center;gap:16px}.authPageFooter a:hover{color:#475569}.featureGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;max-width:1120px;padding:0 40px 64px}.featureGrid article,.metrics div{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:20px}.featureGrid h2{margin:0 0 10px;font-size:18px}.featureGrid p{margin:0;color:var(--muted);line-height:1.7}.homePage{--home-blue-900:#00308f;--home-blue-800:#07349b;--home-blue-700:#0b43bd;--home-blue-600:#2455d9;--home-blue-500:#2d63e6;--home-ink:#202838;--home-muted:#535b6d;--home-bg:#eef4fd;background:radial-gradient(circle at 1px 1px,rgba(36,85,217,.12) 1.2px,transparent 0),linear-gradient(180deg,#f7faff,#eef4fd 44%,#edf4fd);background-size:32px 32px,auto;color:var(--home-blue-900);font-family:Arial,Microsoft YaHei,sans-serif}.homeNav{position:relative;z-index:10;border-bottom:1px solid rgba(0,48,143,.1);background:rgba(248,251,255,.9);box-shadow:0 10px 30px rgba(0,48,143,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.homeNavInner{width:min(1920px,calc(100% - 88px));min-height:104px}.homeBrand img{width:158px}.homeNavLinks{gap:42px;color:#3a4150;font-size:24px;font-weight:800}.homeNavLinks a{padding:21px 0 18px}.homeNavLinks a:first-child:after{content:"";position:absolute;right:0;bottom:14px;left:0;height:2px;border-radius:999px;background:var(--home-blue-900)}.homeNavButton{min-height:58px;border-radius:12px;background:linear-gradient(135deg,var(--home-blue-700),var(--home-blue-500));box-shadow:0 16px 32px rgba(36,85,217,.28);font-size:22px;padding:0 36px}.homeHero{max-width:1500px;padding:72px 24px 84px}.homeEyebrow{margin:0 0 12px;color:#166a61;font-size:12px;font-weight:800;text-transform:uppercase}.homeHeroTitle{max-width:1180px;color:var(--home-blue-900);font-size:clamp(58px,5.2vw,92px)}.homeHeroLogoLockup{display:inline-flex;align-items:center;height:1em}.homeHeroLogoLockup img{display:block;width:262px;height:auto;object-fit:contain}.homeHeroLead{max-width:980px;margin:44px 0 0;font-size:clamp(20px,1.45vw,30px);font-weight:700;line-height:1.55}.homeHeroActions{gap:24px;margin-top:62px}.homeCtaPrimary,.homeCtaSecondary,.homePrimaryButton,.homeSecondaryButton{min-width:244px;min-height:86px;border-radius:12px;font-size:24px;padding:0 36px}.homePrimaryButton{background:linear-gradient(135deg,var(--home-blue-700),var(--home-blue-500));box-shadow:0 22px 44px rgba(36,85,217,.28)}.homeSecondaryButton{border:2px solid rgba(0,48,143,.16);box-shadow:0 14px 30px rgba(0,48,143,.08);color:var(--home-blue-900)}.homeHighlightGrid{grid-gap:40px;gap:40px;max-width:1960px;padding:0 24px 150px}.homeHighlightCard,.homeModuleCard{border:1px solid rgba(0,48,143,.05);border-radius:32px;background:rgba(255,255,255,.84);box-shadow:0 26px 54px rgba(0,48,143,.08)}.homeHighlightCard{min-height:292px;padding:40px}.homeIconChip{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:14px;background:#eff6ff;color:var(--home-blue-600);font-size:32px}.homeHighlightCard:first-child .homeIconChip{background:#fff1f0;color:#cf1322}.homeHighlightCard:nth-child(2) .homeIconChip{background:#fff7e6;color:#d46b08}.homeHighlightCard:nth-child(3) .homeIconChip{background:#dbeafe;color:var(--home-blue-600)}.homeHighlightCard:nth-child(4) .homeIconChip{background:#f6ffed;color:#237804}.homeHighlightCard h2,.homeModuleCard h3{margin:32px 0 18px;font-size:30px}.homeHighlightCard p,.homeModuleCard p{font-size:23px;font-weight:700;line-height:1.45}.homeSection{max-width:1960px;padding:0 24px 110px}.homeSectionHeader{margin-bottom:88px}.homeSectionKicker{margin:0 0 24px;color:var(--home-blue-900);font-size:clamp(34px,2.8vw,54px);line-height:1.4}.homeSectionHeader h2{font-size:clamp(20px,1.45vw,28px);font-weight:800}.homeWorkflowSection{padding-bottom:150px}.homeWorkflowRail{grid-gap:36px;gap:36px}.homeWorkflowStep{grid-gap:30px;gap:30px;color:var(--home-ink);font-size:22px;font-weight:700}.homeWorkflowStep i{top:42px;right:-52px;width:80px;background:linear-gradient(90deg,rgba(36,85,217,.1),rgba(36,85,217,.5))}.homeWorkflowIcon{display:inline-grid;place-items:center;width:84px;height:84px;border-radius:999px;background:#ffffff;box-shadow:0 22px 34px rgba(0,48,143,.14);color:var(--home-blue-800);font-size:34px}.homeModuleGrid{grid-gap:36px;gap:36px}.homeModuleCard{min-height:188px;padding:28px 32px}.homeModuleCard>span{color:#0b42c8}.homeTerminalSection{max-width:1180px;padding:0 24px 88px}.homeTerminalWindow{border:2px solid #070a12;background:#10192b;box-shadow:0 26px 52px rgba(6,13,28,.2)}.homeTerminalTop{min-height:42px;border-bottom:1px solid rgba(255,255,255,.04);background:#0b1324}.homeTerminalTop strong{color:#9fb1d0;font-weight:700}.homeTerminalBody{grid-template-columns:250px minmax(0,1fr);min-height:420px}.homeTerminalBody aside{border-right:1px solid rgba(255,255,255,.04);background:#0d1728;color:#c5d4ef}.homeTerminalBody aside strong{color:#e8efff}.homeTerminalContent{padding:34px 40px 96px}.homeTerminalPath{margin:0 0 22px;color:#d7e3fb;font-size:16px;font-weight:800}.homeTerminalContent pre{border:1px solid rgba(175,198,255,.18);background:rgba(255,255,255,.02);color:#dce8ff;font:14px/1.85 SFMono-Regular,Consolas,Liberation Mono,monospace}.homeTerminalButton{min-height:44px;border-radius:6px;background:#eef1ff;color:#071b54;padding:0 20px}.homeTerminalCaption{max-width:620px;margin:34px 0 0;color:#44546b;font-size:13px}.homeCta{width:min(1180px,calc(100% - 48px));margin:0 auto 96px;background:#062f9f;box-shadow:inset 0 1px 0 rgba(255,255,255,.16);padding:54px 24px 60px}.homeCta h2{font-size:38px;line-height:1.25}.homeCta p{margin:20px auto 0;color:rgba(255,255,255,.88)}.homeCta div{gap:16px;margin-top:34px}.homeCtaPrimary{color:#062f9f}.homeCtaSecondary{border:1px solid rgba(255,255,255,.4)}.homeFooter{grid-template-columns:minmax(0,1.4fr) minmax(180px,.7fr) minmax(260px,.9fr);grid-gap:46px;gap:46px;border-top:1px solid rgba(9,36,107,.1);background:#f4f5f7;color:#1c2e48;padding:72px max(24px,calc((100vw - 1180px) / 2)) 58px}.homeFooter>div{grid-gap:14px;gap:14px}.homeFooter strong{color:#071b54;font-size:15px}.homeContactCard span,.homeFooter a,.homeFooter p{color:#4a5870}.homeFooterButton{border-radius:6px;background:#0b42c8;font-weight:800}.homeContactCard{scroll-margin-top:24px;grid-template-columns:112px minmax(0,1fr);border:1px solid rgba(9,36,107,.08);background:#ffffff;box-shadow:0 16px 34px rgba(21,42,77,.08);padding:22px}.homeContactQr{width:112px;height:112px;border:1px solid rgba(9,36,107,.1)}@media (max-width:900px){.homeNavInner{grid-template-columns:auto 1fr auto}.homeNavLinks{justify-content:center;gap:18px}.homeHeroTitle{font-size:42px}.homeHeroLogoLockup img{width:214px}.homeHighlightGrid,.homeModuleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.homeWorkflowRail{grid-template-columns:1fr;max-width:520px;margin:0 auto}.homeWorkflowStep{grid-template-columns:46px minmax(0,1fr);justify-items:start;text-align:left}.homeWorkflowStep i{top:50px;right:auto;left:22px;width:1px;height:28px;background:linear-gradient(180deg,rgba(13,63,191,.48),rgba(13,63,191,.12))}.homeTerminalBody{grid-template-columns:1fr}.homeTerminalBody aside{display:none}.homeFooter{grid-template-columns:1fr 1fr}.homeContactCard{grid-column:1/-1}}@media (max-width:680px){.homeNavInner{grid-template-columns:1fr auto;gap:10px;min-height:60px;width:calc(100% - 32px);padding:10px 0}.homeNavLinks{grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow-x:auto;width:100%;padding-bottom:4px}.homeNavLinks a{flex:0 0 auto;padding:4px 0 8px}.homeNavLinks a:first-child:after{bottom:2px}.homeHero{padding:36px 18px 34px}.homeHeroTitle{font-size:34px}.homeHeroLogoLockup{width:100%;justify-content:center}.homeHeroLogoLockup img{width:196px}.homeHeroLead{font-size:14px}.homeCta div,.homeHeroActions{align-items:stretch;flex-direction:column;width:min(100%,320px)}.homeCtaPrimary,.homeCtaSecondary,.homePrimaryButton,.homeSecondaryButton{width:100%}.homeHighlightGrid,.homeModuleGrid{grid-template-columns:1fr}.homeHighlightGrid,.homeSection,.homeTerminalSection{padding-left:18px;padding-right:18px}.homeSectionHeader,.homeSectionHeaderLeft{justify-items:start;text-align:left}.homeSectionKicker{font-size:17px}.homeTerminalTop{padding:0 14px}.homeTerminalTop strong{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.homeTerminalContent{padding:26px 18px 94px}.homeTerminalContent pre{font-size:12px;line-height:1.75}.homeTerminalButton{right:18px;bottom:26px;left:18px}.homeCta{margin-bottom:72px;width:calc(100% - 36px);padding:42px 20px 46px}.homeCta h2{font-size:30px}.homeFooter{grid-template-columns:1fr;padding:48px 18px}.homeContactCard{grid-template-columns:96px minmax(0,1fr);padding:18px}.homeContactQr{width:96px;height:96px}}.homePage{--home-ink:#101522;--home-ink-soft:#273042;--home-muted:#657084;--home-line:rgba(21,31,51,0.1);--home-surface:rgba(255,255,255,0.86);--home-blue:#2455d9;--home-blue-deep:#12358f;--home-teal:#13a38b;--home-amber:#f1a21b;--home-rose:#eb5757;background:linear-gradient(rgba(17,34,64,.045) 1px,transparent 0),linear-gradient(90deg,rgba(17,34,64,.045) 1px,transparent 0),linear-gradient(180deg,#f7f9fc,#edf2f8 45%,#ffffff)}.homeNav{z-index:20;border-bottom:1px solid rgba(255,255,255,.5);background:rgba(248,250,252,.78);box-shadow:0 18px 48px rgba(20,31,52,.08)}.homeNavInner{grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);width:min(1180px,calc(100% - 48px))}.homeBrand{display:inline-flex;align-items:center}.homeBrand img{display:block}.homeNavLinks{color:#3f4a5e;font-weight:700}.homeNavLinks a:after{background:var(--home-blue)}.homeNavButton{background:#101522;box-shadow:0 14px 30px rgba(16,21,34,.18);font-weight:800}.homeNavButton:hover{background:var(--home-blue-deep);box-shadow:0 16px 34px rgba(36,85,217,.22)}.homeHero{justify-items:center;max-width:none;margin:0;overflow:hidden;padding:104px 24px 72px;text-align:center}.homeHero:before{inset:0 0 128px;background:linear-gradient(rgba(255,255,255,.06) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 0),linear-gradient(135deg,#101522,#14254a 52%,#103d56);background-size:52px 52px,52px 52px,auto}.homeHero:after,.homeHero:before{content:"";position:absolute;z-index:0}.homeHero:after{right:max(24px,calc((100vw - 1180px) / 2));bottom:150px;width:min(42vw,480px);height:220px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,.12),transparent 42%),repeating-linear-gradient(0deg,rgba(255,255,255,.08) 0 1px,transparent 1px 28px),rgba(255,255,255,.04);opacity:.34;transform:rotate(-7deg)}.homeHero>*{position:relative;z-index:1}.homeHeroBadge{min-height:34px;margin:0 0 24px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#a9f0df;font-weight:800;padding:0 16px;text-transform:uppercase}.homeHeroTitle{max-width:1120px;color:#ffffff;font-size:clamp(42px,5.2vw,82px);font-weight:900}.homeHeroTitle span{display:inline}.homeHeroLead{max-width:840px;margin:30px 0 0;color:rgba(237,244,255,.82);font-size:clamp(18px,1.7vw,25px);font-weight:600;line-height:1.75}.homeHeroActions{justify-content:center;margin-top:42px}.homeCtaPrimary,.homeCtaSecondary,.homePrimaryButton,.homeSecondaryButton{min-width:172px;font-weight:800}.homePrimaryButton{background:#ffffff;box-shadow:0 20px 42px rgba(0,0,0,.24);color:#12204a}.homeSecondaryButton{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#ffffff}.homeSecondaryButton:hover{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.13)}.homeHeroPanel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1px;gap:1px;width:min(920px,calc(100% - 48px));margin-top:64px;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:linear-gradient(135deg,rgba(50,75,123,.96),rgba(33,96,117,.96));box-shadow:0 28px 64px rgba(15,23,42,.24);-webkit-backdrop-filter:blur(22px) saturate(160%);backdrop-filter:blur(22px) saturate(160%)}.homeHeroPanel div{display:grid;grid-gap:8px;gap:8px;min-height:118px;align-content:center;background:rgba(255,255,255,.035);padding:24px}.homeHeroPanel span{color:#ffffff;font-size:34px;font-weight:900;line-height:1}.homeHeroPanel p{margin:0;color:rgba(237,244,255,.72);font-size:13px;font-weight:700;line-height:1.6}.homeHighlightGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;width:min(1180px,calc(100% - 48px));max-width:none;margin:0 auto;padding:0 0 112px}.homeHighlightCard,.homeModuleCard{border:1px solid var(--home-line);border-radius:8px;background:var(--home-surface);box-shadow:0 22px 60px rgba(21,31,51,.08);-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%)}.homeHighlightCard{min-height:238px;padding:26px}.homeIconChip,.homeWorkflowIcon{display:inline-grid;place-items:center;border-radius:8px;background:#eef5ff;color:var(--home-blue)}.homeIconChip{width:52px;height:52px;font-size:25px}.homeHighlightCard:first-child .homeIconChip{background:#eef5ff;color:var(--home-blue)}.homeHighlightCard:nth-child(2) .homeIconChip{background:#ecfdf8;color:var(--home-teal)}.homeHighlightCard:nth-child(3) .homeIconChip{background:#fff7e8;color:var(--home-amber)}.homeHighlightCard:nth-child(4) .homeIconChip{background:#fff1f1;color:var(--home-rose)}.homeHighlightCard h2,.homeModuleCard h3{margin:24px 0 12px;color:var(--home-ink);font-size:20px;font-weight:850;line-height:1.35}.homeHighlightCard p,.homeModuleCard p{margin:0;color:var(--home-muted);font-size:14px;font-weight:600;line-height:1.75}.homeSection{width:min(1180px,calc(100% - 48px))}.homeSectionHeader{margin-bottom:44px}.homeSectionKicker{font-size:clamp(32px,4.2vw,58px);font-weight:900}.homeSectionHeader h2{max-width:700px}.homeWorkflowRail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:18px;gap:18px;align-items:start}.homeWorkflowStep{position:relative;display:grid;justify-items:center;grid-gap:16px;gap:16px;min-width:0;color:var(--home-ink-soft);font-size:15px;font-weight:800;line-height:1.45;text-align:center}.homeWorkflowStep i{position:absolute;top:28px;right:-24px;width:30px;height:1px;background:linear-gradient(90deg,rgba(36,85,217,.08),rgba(19,163,139,.55))}.homeWorkflowIcon{width:58px;height:58px;box-shadow:0 18px 36px rgba(21,31,51,.1);font-size:24px}.homeModuleGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.homeModuleCard{min-height:210px;padding:24px}.homeModuleCard>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#eef5ff;color:var(--home-blue);font-size:18px}.homeTerminalSection{display:grid;justify-items:center;width:min(1040px,calc(100% - 48px));max-width:none;margin:0 auto;padding:0 0 104px}.homeTerminalBody{grid-template-columns:284px minmax(0,1fr);min-height:430px}.homeTerminalContent{padding:34px 40px 94px}.homeTerminalPath{font-size:15px}.homeTerminalContent pre{font:14px/1.8 SFMono-Regular,Consolas,Liberation Mono,monospace}.homeTerminalButton{right:40px;bottom:34px}.homeTerminalCaption{max-width:720px;margin:28px 0 0;color:var(--home-muted);font-size:14px;font-weight:600;line-height:1.8;text-align:center}.homeCta{width:min(1040px,calc(100% - 48px));border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(rgba(255,255,255,.06) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 0),linear-gradient(135deg,#101522,#12358f 55%,#0f766e);box-shadow:0 34px 88px rgba(15,23,42,.2)}.homeCta h2{font-weight:900}.homeCta p{color:rgba(237,244,255,.82);font-weight:600}.homeCtaSecondary{border:1px solid rgba(255,255,255,.24)}.homeCtaSecondary:hover{border-color:rgba(255,255,255,.42)}.homeFooter{padding:58px max(24px,calc((100vw - 1180px) / 2)) 54px}.homeFooter a:hover{color:var(--home-blue-deep)}.homeFooterButton{background:#101522}@media (max-width:960px){.homeNavInner{grid-template-columns:auto 1fr auto}.homeNavLinks{justify-content:center;gap:16px}.homeHighlightGrid,.homeModuleGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.homeWorkflowRail{grid-template-columns:1fr;max-width:520px;margin:0 auto}.homeWorkflowStep{grid-template-columns:58px minmax(0,1fr);justify-items:start;text-align:left}.homeWorkflowStep i{top:66px;right:auto;left:28px;width:1px;height:22px;background:linear-gradient(180deg,rgba(36,85,217,.38),rgba(19,163,139,.14))}.homeTerminalBody{grid-template-columns:1fr}.homeTerminalBody aside{display:none}.homeFooter{grid-template-columns:1fr 1fr}.homeContactCard{grid-column:1/-1}}@media (max-width:680px){.homeNav{height:auto}.homeNavInner{grid-template-columns:1fr auto;gap:10px;width:calc(100% - 32px);min-height:64px;padding:10px 0}.homeBrand img{width:120px}.homeBrand{grid-column:1;grid-row:1}.homeNavButton{display:none;min-height:38px;padding:0 14px}.homeNavLinks{grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow-x:auto;width:100%;gap:18px;padding-bottom:2px}.homeNavLinks a{flex:0 0 auto;padding:6px 0 10px}.homeHero{padding:64px 18px 44px}.homeHero:before{inset:0 0 92px}.homeHero:after{display:none}.homeHeroBadge{justify-content:center;max-width:calc(100vw - 36px);min-height:30px;margin-bottom:18px;font-size:11px;padding:0 12px;text-align:center;white-space:normal}.homeHeroTitle{width:min(100%,342px);max-width:100%;font-size:clamp(32px,9.6vw,40px);line-height:1.16;overflow-wrap:break-word}.homeHeroTitle span{display:block}.homeHeroLead{width:min(100%,342px);margin-top:22px;font-size:16px;line-height:1.7}.homeCta div,.homeHeroActions{align-items:stretch;flex-direction:column;width:min(100%,320px)}.homeCtaPrimary,.homeCtaSecondary,.homePrimaryButton,.homeSecondaryButton{width:100%;min-height:48px}.homeHeroPanel{grid-template-columns:1fr;width:min(100%,320px);margin-top:42px}.homeHeroPanel div{min-height:92px;padding:20px}.homeHeroPanel span{font-size:28px}.homeHighlightGrid,.homeModuleGrid{grid-template-columns:1fr}.homeHighlightGrid,.homeSection,.homeTerminalSection{width:calc(100% - 36px);padding-bottom:72px}.homeHighlightCard,.homeModuleCard{min-height:0;padding:22px}.homeSectionHeader,.homeSectionHeaderLeft{justify-items:start;margin-bottom:30px;text-align:left}.homeSectionKicker{font-size:30px}.homeSectionHeader h2{font-size:15px}.homeTerminalContent{padding:26px 18px 88px}.homeTerminalPath{font-size:13px}.homeTerminalContent pre{font-size:12px;line-height:1.75}.homeTerminalButton{right:18px;bottom:26px;left:18px}.homeCta{width:calc(100% - 36px);margin-bottom:64px;padding:42px 20px 46px}.homeFooter{grid-template-columns:1fr;padding:46px 18px}.homeContactCard{grid-template-columns:88px minmax(0,1fr);padding:16px}.homeContactQr{width:88px;height:88px}}.homePage{--home-content-width:1280px;--home-logo-blue:#2070e8;--home-logo-blue-dark:#1858c8;--home-logo-blue-deep:#123a92;--home-cyan:#16b6a2;--home-amber:#f5a524;--home-rose:#ef5b6f;--home-ink:#101828;--home-ink-soft:#243044;--home-muted:#667085;--home-line:rgba(32,112,232,0.13);--home-surface:rgba(255,255,255,0.9);min-height:100vh;overflow-x:hidden;background:linear-gradient(rgba(32,112,232,.045) 1px,transparent 0),linear-gradient(90deg,rgba(32,112,232,.045) 1px,transparent 0),linear-gradient(180deg,#f8fbff,#edf5ff 44%,#ffffff);background-size:44px 44px,44px 44px,auto;color:var(--home-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}.homeNav{position:-webkit-sticky;position:sticky;top:0;z-index:30;height:64px;border-bottom:1px solid rgba(32,112,232,.1);background:rgba(248,251,255,.84);box-shadow:0 14px 42px rgba(24,88,200,.08);-webkit-backdrop-filter:blur(22px) saturate(160%);backdrop-filter:blur(22px) saturate(160%)}.homeNavInner{display:grid;grid-template-columns:minmax(160px,1fr) auto minmax(160px,1fr);align-items:center;width:min(var(--home-content-width),calc(100% - 48px));min-width:var(--home-content-width);height:100%;min-height:0;margin:0 auto}.homeBrand,.homeBrand img{display:block}.homeBrand{justify-self:start}.homeBrand img{width:120px;height:auto;object-fit:contain}.homeNavLinks{display:flex;align-items:center;gap:28px;color:#344054;font-size:14px;font-weight:760}.homeNavLinks a{position:relative;padding:12px 0}.homeNavLinks a:after{content:"";position:absolute;right:0;bottom:5px;left:0;height:2px;border-radius:999px;background:var(--home-logo-blue);opacity:0;transform:scaleX(.4);transition:opacity .16s ease,transform .16s ease}.homeNavLinks a:first-child:after,.homeNavLinks a:hover:after{opacity:1;transform:scaleX(1)}.homeNavButton{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:8px;background:var(--home-ink);box-shadow:0 14px 30px rgba(16,24,40,.16);color:#ffffff;font-size:14px;font-weight:820;padding:0 18px;transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease}.homeNavButton:hover{background:var(--home-logo-blue-dark);box-shadow:0 16px 34px rgba(32,112,232,.22);transform:translateY(-1px)}.homeHero{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);grid-gap:48px;gap:48px;align-items:center;width:min(var(--home-content-width),calc(100% - 48px));min-width:var(--home-content-width);margin:0 auto;padding:92px 0 78px;overflow:visible;text-align:left}.homeHero:after,.homeHero:before{display:none}.homeHeroCopy,.homeHeroVisual{position:relative;z-index:1}.homeHeroBadge{display:inline-flex;align-items:center;min-height:32px;margin:0 0 20px;border:1px solid rgba(32,112,232,.18);border-radius:999px;background:rgba(239,246,255,.9);color:var(--home-logo-blue-dark);font-size:13px;font-weight:850;padding:0 14px;text-transform:none}.homeHeroTitle{max-width:680px;margin:0;color:var(--home-ink);font-size:clamp(44px,5.4vw,74px);font-weight:930;line-height:1.08;text-wrap:balance}.homeHeroLead{max-width:600px;margin:26px 0 0;color:var(--home-muted);font-size:clamp(18px,1.6vw,22px);font-weight:650;line-height:1.8;text-wrap:balance}.homeHeroActions{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}.homeCtaPrimary,.homeCtaSecondary,.homePrimaryButton,.homeSecondaryButton{display:inline-flex;align-items:center;justify-content:center;min-width:156px;min-height:50px;border-radius:8px;font-size:15px;font-weight:850;padding:0 22px;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.homePrimaryButton{background:linear-gradient(135deg,var(--home-logo-blue),var(--home-logo-blue-dark));box-shadow:0 20px 42px rgba(32,112,232,.28);color:#ffffff}.homeCtaPrimary:hover,.homePrimaryButton:hover{transform:translateY(-1px)}.homeSecondaryButton{border:1px solid rgba(32,112,232,.18);background:rgba(255,255,255,.82);color:var(--home-logo-blue-dark)}.homeSecondaryButton:hover{border-color:rgba(32,112,232,.34);background:#ffffff;box-shadow:0 14px 30px rgba(32,112,232,.1);transform:translateY(-1px)}.homeHeroVisual{display:grid;grid-gap:16px;gap:16px;min-width:0}.homeFlowBoard{overflow:hidden;border:1px solid rgba(32,112,232,.16);border-radius:10px;background:linear-gradient(rgba(32,112,232,.05) 1px,transparent 0),linear-gradient(90deg,rgba(32,112,232,.05) 1px,transparent 0),rgba(255,255,255,.88);background-size:28px 28px,28px 28px,auto;box-shadow:0 34px 90px rgba(32,112,232,.16),inset 0 1px 0 rgba(255,255,255,.9);-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%)}.homeFlowHeader{display:flex;align-items:center;gap:10px;min-height:48px;border-bottom:1px solid rgba(32,112,232,.1);background:rgba(255,255,255,.76);padding:0 18px}.homeFlowHeader span{width:12px;height:12px;border-radius:999px;background:var(--home-rose);box-shadow:20px 0 0 var(--home-amber),40px 0 0 var(--home-cyan)}.homeFlowHeader strong{margin-left:44px;color:var(--home-ink);font-size:13px;font-weight:850}.homeFlowHeader em{margin-left:auto;border-radius:999px;background:#ecfdf3;color:#027a48;font-size:12px;font-style:normal;font-weight:850;padding:5px 10px}.homeFlowMain{display:grid;grid-template-columns:.78fr 1.18fr;grid-gap:16px;gap:16px;padding:22px}.homeDocPanel,.homePreviewPanel,.homePublishPanel{border:1px solid rgba(32,112,232,.12);border-radius:8px;background:rgba(255,255,255,.86);box-shadow:0 16px 38px rgba(16,24,40,.08)}.homeDocPanel{display:grid;align-content:start;grid-gap:12px;gap:12px;min-height:278px;padding:18px}.homeDocPanel small,.homePublishPanel small{color:var(--home-logo-blue);font-size:12px;font-weight:900;letter-spacing:0}.homeDocPanel strong,.homePublishPanel strong{color:var(--home-ink);font-size:16px;font-weight:900;line-height:1.5}.homeDocPanel span{height:12px;border-radius:999px;background:#e6eefc}.homeDocPanel span:nth-of-type(2){width:82%}.homeDocPanel span:nth-of-type(3){width:64%}.homePreviewPanel{position:relative;min-height:278px;overflow:hidden;grid-row:span 2}.homePreviewTop{display:grid;grid-template-columns:1fr .7fr .42fr;grid-gap:10px;gap:10px;padding:16px 18px 0}.homePreviewTop span{height:16px;border-radius:999px;background:#eaf2ff}.homePreviewCanvas{position:relative;height:196px;margin:20px 18px 18px;border-radius:8px;background:linear-gradient(135deg,rgba(32,112,232,.2),transparent 42%),linear-gradient(180deg,#f8fbff,#e9f3ff)}.homePreviewCanvas b,.homePreviewCanvas em,.homePreviewCanvas i{position:absolute;display:block;border-radius:8px}.homePreviewCanvas i{top:24px;left:24px;width:44%;height:26px;background:#ffffff}.homePreviewCanvas b{right:24px;bottom:24px;width:38%;height:72px;background:rgba(32,112,232,.16)}.homePreviewCanvas em{left:24px;bottom:28px;width:34%;height:84px;background:rgba(22,182,162,.18)}.homeAnnotationPin{position:absolute;right:42px;top:112px;display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:999px;background:var(--home-logo-blue);box-shadow:0 14px 28px rgba(32,112,232,.28);color:#ffffff;font-size:12px;font-weight:950;padding:0 12px}.homePublishPanel{grid-column:1;display:grid;grid-gap:9px;gap:9px;padding:18px}.homePublishPanel strong{overflow:hidden;color:var(--home-logo-blue-dark);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.homePublishPanel p{display:inline-flex;align-items:center;gap:7px;margin:0;color:#027a48;font-size:13px;font-weight:850}.homeHeroMetrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.homeHeroMetrics div{border:1px solid rgba(32,112,232,.13);border-radius:8px;background:rgba(255,255,255,.78);padding:14px}.homeHeroMetrics span{color:var(--home-logo-blue-dark);font-size:18px;font-weight:950}.homeHeroMetrics p{margin:5px 0 0;color:var(--home-muted);font-size:12px;font-weight:760;line-height:1.5}.homeSection{width:min(var(--home-content-width),calc(100% - 48px));min-width:var(--home-content-width);max-width:none;margin:0 auto;padding:0 0 108px}.homeSectionHeader{display:grid;justify-items:center;margin-bottom:40px;text-align:center}.homeSectionHeaderLeft{justify-items:start;text-align:left}.homeSectionKicker{margin:0 0 14px;color:var(--home-ink);font-size:clamp(32px,4vw,54px);font-weight:930;line-height:1.12;text-wrap:balance}.homeSectionHeader h2{max-width:720px;margin:0;color:var(--home-muted);font-size:17px;font-weight:650;line-height:1.8}.homeCapabilities{padding-top:18px}.homeCarousel{position:relative;overflow:hidden;border:1px solid rgba(32,112,232,.14);border-radius:10px;background:rgba(255,255,255,.72);box-shadow:0 28px 78px rgba(32,112,232,.12);-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%)}.homeCarouselTrack{display:flex;width:400%;animation:homeCarouselTrack 24s infinite}.homeCarousel:hover .homeCarouselDots span,.homeCarousel:hover .homeCarouselTrack{animation-play-state:paused}.homeCapabilitySlide{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);grid-gap:34px;gap:34px;align-items:center;width:25%;min-height:440px;padding:42px}.homeCapabilityCopy{display:grid;align-content:center;grid-gap:16px;gap:16px}.homeCapabilityIcon{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:8px;background:#eaf2ff;color:var(--home-logo-blue);font-size:25px}.homeCapabilityCopy p{margin:0;color:var(--home-logo-blue-dark);font-size:13px;font-weight:900}.homeCapabilityCopy h3{margin:0;color:var(--home-ink);font-size:clamp(28px,3.1vw,42px);font-weight:930;line-height:1.18;text-wrap:balance}.homeCapabilityCopy>span:last-child{max-width:470px;color:var(--home-muted);font-size:16px;font-weight:650;line-height:1.85}.homeCapabilityArt{position:relative;min-height:326px;border-radius:10px;background:linear-gradient(rgba(255,255,255,.42) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.42) 1px,transparent 0),linear-gradient(135deg,#eaf3ff,#d9ebff 58%,#f7fbff);background-size:24px 24px,24px 24px,auto;overflow:hidden}.homeArtWindow{position:absolute;inset:38px 36px 44px;overflow:hidden;border:1px solid rgba(32,112,232,.16);border-radius:8px;background:rgba(255,255,255,.92);box-shadow:0 26px 58px rgba(24,88,200,.16)}.homeArtBar{display:flex;gap:7px;align-items:center;height:34px;border-bottom:1px solid rgba(32,112,232,.1);padding:0 12px}.homeArtBar span{width:8px;height:8px;border-radius:999px;background:var(--home-rose)}.homeArtBar span:nth-child(2){background:var(--home-amber)}.homeArtBar span:nth-child(3){background:var(--home-cyan)}.homeArtBody{position:relative;height:calc(100% - 34px);padding:26px}.homeArtBody em,.homeArtBody i,.homeArtBody strong{position:absolute;display:block;border-radius:8px}.homeArtBody i{left:26px;width:45%;height:12px;background:#d9e8ff}.homeArtBody i:first-child{top:28px}.homeArtBody i:nth-child(2){top:56px;width:62%}.homeArtBody i:nth-child(3){top:84px;width:36%}.homeArtBody strong{right:28px;bottom:26px;width:42%;height:82px;background:rgba(32,112,232,.16)}.homeArtBody em{left:26px;bottom:28px;width:34%;height:92px;background:rgba(22,182,162,.18)}.homeArtBadge{position:absolute;right:28px;top:28px;min-height:34px;border-radius:999px;background:var(--home-logo-blue);box-shadow:0 16px 30px rgba(32,112,232,.24);color:#ffffff;font-size:12px;font-weight:950;line-height:34px;padding:0 12px}.homeCapabilitySlide.isAnnotation .homeArtBadge,.homeCapabilitySlide.isAnnotation .homeCapabilityIcon{background:var(--home-cyan)}.homeCapabilitySlide.isAnnotation .homeCapabilityCopy p{color:#0b7e71}.homeCapabilitySlide.isVersion .homeArtBadge,.homeCapabilitySlide.isVersion .homeCapabilityIcon{background:var(--home-amber);color:#111827}.homeCapabilitySlide.isVersion .homeCapabilityCopy p{color:#b45309}.homeCapabilitySlide.isCloud .homeArtBadge,.homeCapabilitySlide.isCloud .homeCapabilityIcon{background:var(--home-logo-blue-deep)}.homeCarouselDots{position:absolute;right:42px;bottom:30px;left:42px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.homeCarouselDots span{position:relative;height:4px;overflow:hidden;border-radius:999px;background:rgba(32,112,232,.12)}.homeCarouselDots span:after{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--home-logo-blue);transform:scaleX(0);transform-origin:left;animation:homeDotProgress 24s infinite}.homeCarouselDots span:nth-child(2):after{animation-delay:6s}.homeCarouselDots span:nth-child(3):after{animation-delay:12s}.homeCarouselDots span:nth-child(4):after{animation-delay:18s}.homeWorkflowSection{padding-bottom:108px}.homeDeliveryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.homeDeliveryStep,.homeRoleCard{border:1px solid rgba(32,112,232,.13);border-radius:8px;background:rgba(255,255,255,.82);box-shadow:0 20px 52px rgba(32,112,232,.08);-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%)}.homeDeliveryStep{display:grid;grid-gap:14px;gap:14px;min-height:230px;padding:24px}.homeDeliveryIndex{color:rgba(32,112,232,.35);font-size:13px;font-weight:950}.homeDeliveryIcon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:8px;background:#eaf2ff;color:var(--home-logo-blue);font-size:22px}.homeDeliveryStep h3,.homeRoleCard h3{margin:0;color:var(--home-ink);font-size:20px;font-weight:900;line-height:1.35}.homeDeliveryStep p,.homeRoleCard p{margin:0;color:var(--home-muted);font-size:14px;font-weight:650;line-height:1.75}.homePublishSection{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);grid-gap:36px;gap:36px;align-items:center;width:min(var(--home-content-width),calc(100% - 48px));min-width:var(--home-content-width);margin:0 auto;padding:0 0 108px}.homePublishCopy span,.homeRoleHeader span{display:block;color:var(--home-muted);font-size:16px;font-weight:650;line-height:1.85}.homeTerminalWindow{width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0f1728;box-shadow:0 34px 88px rgba(15,23,42,.2),inset 0 1px 0 rgba(255,255,255,.08)}.homeTerminalTop{display:flex;align-items:center;gap:8px;min-height:44px;border-bottom:1px solid rgba(255,255,255,.08);background:#111b2e;padding:0 18px}.homeTerminalTop span{width:10px;height:10px;border-radius:999px;background:#ff5f57}.homeTerminalTop span:nth-child(2){background:#ffbd2e}.homeTerminalTop span:nth-child(3){background:#28c840}.homeTerminalTop strong{overflow:hidden;min-width:0;margin-left:8px;color:#b7c5dc;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.homeTerminalBody{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:400px}.homeTerminalBody aside{display:grid;align-content:start;grid-gap:14px;gap:14px;border-right:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);color:#b8c7e0;font-size:13px;font-weight:650;padding:28px 24px}.homeTerminalBody aside strong{color:#ffffff;font-size:12px;letter-spacing:0}.homeTerminalContent{position:relative;min-width:0;padding:32px 34px 88px}.homeTerminalPath{margin:0 0 18px;color:#f8fbff;font-size:14px;font-weight:850;line-height:1.6}.homeTerminalContent pre{overflow-x:auto;margin:0;border:1px solid rgba(183,197,220,.18);border-radius:8px;background:rgba(255,255,255,.035);color:#dfeaff;font:13px/1.8 SFMono-Regular,Consolas,Liberation Mono,monospace;padding:18px 20px}.homeTerminalButton{position:absolute;right:34px;bottom:30px;display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:8px;background:#ffffff;color:#12204a;font-size:13px;font-weight:900;padding:0 18px}.homeRolesSection{padding-bottom:96px}.homeRoleHeader{display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;margin-bottom:24px}.homeRoleHeader>span{display:inline-grid;place-items:center;width:58px;height:58px;border-radius:8px;background:var(--home-logo-blue);color:#ffffff;font-size:25px}.homeRoleGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.homeRoleCard{min-height:180px;padding:24px}.homeCta{position:relative;width:min(var(--home-content-width),calc(100% - 48px));min-width:var(--home-content-width);margin:0 auto 92px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(135deg,#102a6f 0,var(--home-logo-blue) 56%,#0d9c91 100%);background-size:42px 42px,42px 42px,auto;box-shadow:0 34px 88px rgba(32,112,232,.22);color:#ffffff;padding:58px 24px 62px;text-align:center}.homeCta h2{margin:0;font-size:clamp(32px,4vw,52px);font-weight:930;line-height:1.12}.homeCta p{max-width:620px;margin:18px auto 0;color:rgba(237,244,255,.86);font-size:15px;font-weight:650;line-height:1.8}.homeCta div{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:30px}.homeCtaPrimary{background:#ffffff;color:#12204a}.homeCtaSecondary{border:1px solid rgba(255,255,255,.28);color:#ffffff}.homeCtaSecondary:hover{border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.1)}.homeFooter{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(180px,.75fr) minmax(260px,.95fr);grid-gap:38px;gap:38px;border-top:1px solid var(--home-line);background:#ffffff;color:#1f2937;padding:58px max(24px,calc((100vw - var(--home-content-width)) / 2)) 54px}.homeFooter>div{display:grid;align-content:start;grid-gap:12px;gap:12px}.homeFooter strong{color:var(--home-ink);font-size:14px;font-weight:850}.homeFooterLogo{display:block;width:132px;height:auto;object-fit:contain}.homeContactCard span,.homeFooter a,.homeFooter p{margin:0;color:#687386;font-size:13px;font-weight:600;line-height:1.8}.homeFooter a:hover{color:var(--home-logo-blue-dark)}.homeFooterButton{justify-self:start;display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:8px;background:var(--home-ink);color:#ffffff;font-weight:850;padding:0 14px}.homeFooter .homeFooterButton{color:#ffffff}.homeContactCard{scroll-margin-top:92px;grid-template-columns:104px minmax(0,1fr);align-items:center;background:#f8fafc;box-shadow:none;padding:18px}.homeContactCard,.homeContactQr{border:1px solid var(--home-line);border-radius:8px}.homeContactQr{display:block;width:104px;height:104px;background:#ffffff;object-fit:contain;padding:6px}@keyframes homeCarouselTrack{0%,18%{transform:translateX(0)}25%,43%{transform:translateX(-25%)}50%,68%{transform:translateX(-50%)}75%,93%{transform:translateX(-75%)}to{transform:translateX(0)}}@keyframes homeDotProgress{0%,24.9%,to{transform:scaleX(0)}1%,23.5%{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.homeCarouselDots span:after,.homeCarouselTrack{animation:none}}@media (max-width:980px){.homeNavInner{grid-template-columns:auto 1fr auto;min-width:0}.homeNavLinks{justify-content:center;gap:16px}.homeHero,.homePublishSection{grid-template-columns:1fr;min-width:0}.homeCta,.homeSection{min-width:0}.homeHero{padding-top:72px}.homeCapabilitySlide{grid-template-columns:1fr}.homeDeliveryGrid,.homeRoleGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.homeTerminalBody{grid-template-columns:1fr}.homeTerminalBody aside{display:none}.homeFooter{grid-template-columns:1fr 1fr}.homeContactCard{grid-column:1/-1}}@media (max-width:680px){.homeNav{height:auto}.homeNavInner{grid-template-columns:1fr auto;gap:10px;width:calc(100% - 32px);min-height:64px;padding:10px 0}.homeBrand{grid-column:1;grid-row:1}.homeBrand img{width:120px}.homeNavButton{display:none}.homeNavLinks{grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow-x:auto;width:100%;gap:18px;padding-bottom:2px}.homeNavLinks a{flex:0 0 auto;padding:6px 0 10px}.homeHero,.homePublishSection,.homeSection{width:calc(100% - 36px)}.homeHero{padding:58px 0}.homeHeroTitle{font-size:clamp(34px,10vw,44px);line-height:1.14}.homeHeroLead{font-size:16px}.homeCta div,.homeHeroActions{align-items:stretch;flex-direction:column;width:min(100%,320px)}.homeCtaPrimary,.homeCtaSecondary,.homePrimaryButton,.homeSecondaryButton{width:100%;min-height:48px}.homeFlowMain{grid-template-columns:1fr;padding:16px}.homePreviewPanel{grid-row:auto}.homeDocPanel,.homePreviewPanel{min-height:220px}.homeHeroMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.homeSection{padding-bottom:76px}.homeSectionHeader,.homeSectionHeaderLeft{justify-items:start;margin-bottom:30px;text-align:left}.homeSectionKicker{font-size:30px}.homePublishCopy span,.homeRoleHeader span,.homeSectionHeader h2{font-size:15px}.homeCarousel{overflow:hidden}.homeCarouselTrack{animation-duration:28s}.homeCapabilitySlide{gap:24px;min-height:620px;padding:24px 20px 54px}.homeCapabilityArt{min-height:270px}.homeArtWindow{inset:44px 18px 36px}.homeCarouselDots{right:20px;bottom:22px;left:20px}.homeDeliveryGrid,.homeRoleGrid{grid-template-columns:1fr}.homeDeliveryStep,.homeRoleCard{min-height:0;padding:22px}.homePublishSection{gap:24px;padding-bottom:76px}.homeTerminalContent{padding:26px 18px 88px}.homeTerminalPath{font-size:13px}.homeTerminalContent pre{font-size:12px;line-height:1.75}.homeTerminalButton{right:18px;bottom:26px;left:18px}.homeRoleHeader{grid-template-columns:46px minmax(0,1fr)}.homeRoleHeader>span{width:46px;height:46px;font-size:22px}.homeCta{width:calc(100% - 36px);margin-bottom:64px;padding:42px 20px 46px}.homeFooter{grid-template-columns:1fr;padding:46px 18px}.homeContactCard{grid-template-columns:88px minmax(0,1fr);padding:16px}.homeContactQr{width:88px;height:88px}}body.serviceAgreementFixedBackground,body:has(.serviceAgreementPage){background:#f6f9ff}body.serviceAgreementFixedBackground:before,body:has(.serviceAgreementPage):before{position:fixed;inset:0;z-index:0;pointer-events:none;content:"";background:linear-gradient(rgba(15,23,42,.035) 1px,transparent 0),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 0),linear-gradient(180deg,#f6f9ff,#ffffff 56%,#eef5ff);background-size:44px 44px,44px 44px,auto}.serviceAgreementPage{position:relative;z-index:1;align-items:center;justify-content:flex-start;padding-top:40px;padding-bottom:56px;overflow-x:hidden;background:transparent}.serviceAgreementPage,.serviceAgreementPage *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.serviceAgreementPage img{-webkit-user-drag:none;user-drag:none}.serviceAgreementCard{position:relative;z-index:1;max-width:920px;overflow:hidden;border:1px solid rgba(148,163,184,.22);padding:0;box-shadow:0 24px 70px -28px rgba(15,23,42,.28)}.serviceAgreementCard .authBrand{margin:0;border-bottom:1px solid #e2e8f0;background:#f8fafc;padding:24px 32px}.serviceAgreementCard .profileBackLink{margin:0;border-top:1px solid #e2e8f0;background:#f8fafc;padding:20px 32px 22px}.serviceAgreementProtected{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.serviceAgreementProtected img{-webkit-user-drag:none;user-drag:none}.serviceAgreementContent{color:#334155;padding:40px 56px 44px}.serviceAgreementHeader{margin-bottom:30px;border-bottom:1px solid #e2e8f0;padding-bottom:26px}.serviceAgreementHeader h1{max-width:none;color:#0f172a;font-size:28px;line-height:38px}.serviceAgreementContent li,.serviceAgreementContent p{color:#475569;font-size:15px;line-height:29px}.serviceAgreementContent p{margin:0 0 16px}.serviceAgreementContent p:first-of-type{color:#64748b;font-size:14px;font-weight:700;line-height:22px;text-align:center}.serviceAgreementContent h2{margin:34px 0 14px;border-top:1px solid #e2e8f0;color:#1e293b;font-size:18px;font-weight:800;line-height:28px;padding-top:26px}.serviceAgreementContent h2:first-of-type{margin-top:0;border-top:0;padding-top:0}.serviceAgreementContent ol,.serviceAgreementContent ul{margin:0 0 18px;padding-left:24px}.serviceAgreementContent ol{display:grid;grid-gap:10px;gap:10px}.serviceAgreementContent ul{margin-top:10px}.serviceAgreementContent li::marker{color:#2563eb;font-weight:700}@media (max-width:760px){.serviceAgreementPage{padding:24px 16px 36px}.serviceAgreementCard .authBrand{padding:20px 24px}.serviceAgreementContent{padding:30px 24px 34px}.serviceAgreementHeader{margin-bottom:24px;padding-bottom:22px}.serviceAgreementHeader h1{font-size:24px;line-height:34px}.serviceAgreementContent li,.serviceAgreementContent p{font-size:14px;line-height:26px}.serviceAgreementContent h2{margin-top:28px;padding-top:22px}}.sectionHeader{padding:48px 40px 24px}.sectionHeader h1{font-size:36px}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;padding:0 40px 24px}.metrics span{display:block;color:var(--muted);font-size:13px}.metrics strong{display:block;margin-top:8px;font-size:26px}.table{margin:0 40px 64px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:white}.tableHeader,.tableRow{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;grid-gap:16px;gap:16px;padding:14px 18px;font-size:14px}.table4 .tableHeader,.table4 .tableRow{grid-template-columns:2fr 1fr 1fr 1fr}.profileTable .tableHeader,.profileTable .tableRow{grid-template-columns:1fr 2fr}.profileEditSection{display:grid;grid-template-columns:minmax(180px,280px) minmax(0,1fr);grid-gap:24px;gap:24px;margin:0 40px 64px;border:1px solid var(--line);border-radius:8px;background:white;padding:24px}.profileEditSection h2{margin:6px 0 0;font-size:20px}.profileForm{display:grid;grid-gap:18px;gap:18px;min-width:0}.profileFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.profileForm label{display:grid;grid-gap:8px;gap:8px;min-width:0;color:var(--muted);font-size:13px;font-weight:700}.profileForm input{width:100%;min-width:0;height:44px;border:1px solid var(--line);border-radius:8px;background:#ffffff;color:var(--ink);font:inherit;font-size:14px;font-weight:500;padding:0 12px}.profileForm input:focus{border-color:var(--primary);outline:3px solid rgb(0 91 255/14%)}.profileForm.authForm .authInputShell input,.profileForm.authForm .authInputShell input:focus{height:46px;border:0;border-radius:0;outline:0;background:transparent;box-shadow:none;padding:0}.profileFormFooter{display:flex;align-items:center;justify-content:space-between;gap:16px}.profileFormFooter p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.profileFormFooter .formError{color:var(--semantic-error-text);font-weight:700}.profileFormFooter .formMessage{color:var(--semantic-success-text);font-weight:700}.profileFormFooter button{flex:0 0 auto;min-height:44px;border:0;border-radius:8px;background:var(--primary);color:#ffffff;cursor:pointer;font:inherit;font-size:14px;font-weight:700;padding:0 18px}.profileFormFooter button:disabled{cursor:wait;opacity:.65}.tableHeader{background:#eef2f8;color:var(--muted);font-weight:700}.tableRow+.tableRow{border-top:1px solid var(--line)}.tableRow small,.tableRow strong{display:block}.mutedText,.tableRow small{color:var(--muted);font-size:12px;line-height:1.6}.workspaceTable .projectRow{align-items:start}.iterationList{display:grid;grid-column:1/-1;grid-gap:8px;gap:8px;padding:4px 0 0}.iterationList a{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;border-top:1px solid var(--line);color:var(--primary-strong);padding-top:8px}@media (max-width:760px){.featureGrid,.hero,.metrics,.nav,.sectionHeader{padding-left:20px;padding-right:20px}.nav{align-items:flex-start;flex-direction:column;justify-content:center;gap:8px}h1{font-size:38px}.authShell,.featureGrid,.metrics{grid-template-columns:1fr}.authShell{padding-left:20px;padding-right:20px}.authPageShell{justify-content:flex-start;padding:48px 24px}.authCard{padding:40px 32px}.authLoginCard{padding-top:44px}.authBrandLogo{width:200px}.table{margin-left:20px;margin-right:20px;overflow-x:auto}.tableHeader,.tableRow{min-width:720px}.profileTable .tableHeader,.profileTable .tableRow{min-width:520px}.profileInfoRow{grid-template-columns:1fr;gap:12px}.profileInfoRow strong{text-align:left}.profileInfoRow .profileStatusValue{justify-self:start}.profileValueWithAction{align-items:center;flex-direction:row;justify-content:flex-start}.profileStorageRuleItem,.profileToolLoginItem{grid-template-columns:1fr;align-items:start}.profileStorageRuleItem b{justify-self:start}.profileToolLoginMeta{text-align:left}.profileModal{padding:18px}.profileCodeRow,.profileEditSection,.profileModalActions{grid-template-columns:1fr}.profileEditSection{margin-left:20px;margin-right:20px}.profileFormGrid{grid-template-columns:1fr}.profileFormFooter{align-items:stretch;flex-direction:column}.loginPage{padding:20px}.loginStage{width:min(100%,480px)}.loginCard{padding:32px}.loginLogoLink{margin-bottom:48px}.loginLogo{width:auto;height:64px}.loginInputWrap{min-height:60px;padding-left:16px}.loginInputWrap input{font-size:16px;padding-left:16px}.loginOptions{align-items:center;flex-direction:row;gap:16px}.loginFooter{margin-top:48px;padding-bottom:32px;font-size:14px}.loginFooter nav{gap:24px}}.dashboardPage{--dashboard-bg:#f6f9ff;--dashboard-text:#1e293b;--dashboard-muted:#64748b;--dashboard-soft:#94a3b8;--dashboard-primary:#2563eb;--dashboard-primary-strong:#1d4ed8;--dashboard-success-main:var(--semantic-success-main);--dashboard-success-solid:var(--semantic-success-solid);--dashboard-success-bg:var(--semantic-success-bg);--dashboard-success-border:var(--semantic-success-border);--dashboard-success-text:var(--semantic-success-text);--dashboard-warning-main:var(--semantic-warning-main);--dashboard-warning-solid:var(--semantic-warning-solid);--dashboard-warning-bg:var(--semantic-warning-bg);--dashboard-warning-border:var(--semantic-warning-border);--dashboard-warning-text:var(--semantic-warning-text);--dashboard-error-main:var(--semantic-error-main);--dashboard-error-solid:var(--semantic-error-solid);--dashboard-error-bg:var(--semantic-error-bg);--dashboard-error-border:var(--semantic-error-border);--dashboard-error-text:var(--semantic-error-text);--dashboard-neutral-main:var(--semantic-neutral-main);--dashboard-neutral-solid:var(--semantic-neutral-solid);--dashboard-neutral-bg:var(--semantic-neutral-bg);--dashboard-neutral-border:var(--semantic-neutral-border);--dashboard-neutral-text:var(--semantic-neutral-text);--dashboard-surface:#ffffff;--dashboard-surface-soft:#f8fafc;--dashboard-stroke:#e2e8f0;--dashboard-shadow:0 20px 60px -15px rgb(15 23 42/15%);--dashboard-table-action-width:148px;--dashboard-table-date-width:188px;height:100vh;min-height:0;overflow:hidden;overscroll-behavior:none;color:var(--dashboard-text);background:linear-gradient(rgb(15 23 42/3.5%) 1px,transparent 0),linear-gradient(90deg,rgb(15 23 42/3.5%) 1px,transparent 0),linear-gradient(180deg,#f6f9ff,#ffffff 56%,#eef5ff);background-size:44px 44px,44px 44px,auto;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif}.dashboardPage button,.dashboardPage input{font:inherit}.dashboardPage button{cursor:pointer}.dashboardGlassPanel{border:1px solid var(--dashboard-stroke,#e2e8f0);background:var(--dashboard-surface,#ffffff);box-shadow:var(--dashboard-shadow,0 20px 60px -15px rgb(15 23 42/15%))}.dashboardIconSprite{position:absolute;width:0;height:0;overflow:hidden}.dashboardTopbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;min-width:1120px;border-bottom:1px solid var(--dashboard-stroke);background:rgb(255 255 255/90%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.dashboardTopbarInner{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px) minmax(0,1fr);align-items:center;grid-gap:32px;gap:32px;width:min(1280px,calc(100% - 80px));min-height:64px;margin:0 auto}.dashboardBrand{display:inline-flex;align-items:center;justify-self:start}.dashboardBrandLogo{display:block;width:120px;height:auto;object-fit:contain}.dashboardSearchBox{position:relative;display:flex;align-items:center;justify-self:center;width:100%}.dashboardSearchIcon{position:absolute;left:14px;width:20px;height:20px;fill:none;stroke:var(--dashboard-soft);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.dashboardSearchBox input{width:100%;height:40px;border:1px solid var(--dashboard-stroke);border-radius:10px;outline:0;background:#ffffff;color:var(--dashboard-text);font-size:14px;line-height:20px;padding:0 48px 0 44px;transition:border-color .15s ease,box-shadow .15s ease}.dashboardSearchBox input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.dashboardSearchBox input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246/10%)}.dashboardSearchClearButton{position:absolute;right:16px;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:0;border-radius:999px;background:#e2e8f0;color:#64748b;cursor:pointer;padding:0;transition:background-color .15s ease,color .15s ease}.dashboardSearchClearButton:focus-visible,.dashboardSearchClearButton:hover{background:#cbd5e1;color:#334155}.dashboardSearchClearButton:focus-visible{outline:2px solid rgb(59 130 246/45%);outline-offset:2px}.dashboardSearchClearButton svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.dashboardUserMenu{position:relative;justify-self:end}.dashboardUserChip{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;max-width:220px;border:0;background:transparent;color:var(--dashboard-text);font-size:14px;font-weight:600;padding:0}.dashboardUserChip span{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.dashboardUserChip .dashboardExpiredBadge{flex:0 0 auto}.dashboardExpiredBadge{display:inline-flex;align-items:center;min-height:22px;border:1px solid var(--dashboard-warning-border);border-radius:999px;background:var(--dashboard-warning-bg);color:var(--dashboard-warning-text);font-size:12px;font-weight:600;line-height:18px;padding:0 8px}.dashboardUserPopover{position:absolute;top:100%;right:0;z-index:30;display:none;width:132px;border:0;border-radius:8px;background:#ffffff;box-shadow:0 18px 48px -20px rgb(15 23 42/28%);padding:6px}.dashboardUserPopover:before{position:absolute;right:0;bottom:100%;left:0;height:8px;content:""}.dashboardUserMenu.isOpen .dashboardUserPopover,.dashboardUserMenu:focus-within .dashboardUserPopover,.dashboardUserMenu:hover .dashboardUserPopover{display:block}.dashboardUserPopover a,.dashboardUserPopover button{display:flex;align-items:center;width:100%;min-height:38px;border:0;border-radius:6px;background:transparent;color:var(--dashboard-muted);font-size:13px;font-weight:600;text-align:left;padding:0 10px}.dashboardUserPopover form{margin:0}.dashboardUserPopover a:hover,.dashboardUserPopover button:hover{background:#eff6ff;color:var(--dashboard-primary)}.dashboardWorkspace{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:24px;gap:24px;width:min(1280px,calc(100% - 80px));min-width:1040px;height:calc(100vh - 104px);min-height:520px;margin:20px auto 0;overflow:visible}.dashboardProjectPanel{display:flex;flex-direction:column;min-height:0;height:100%;border:0;border-radius:8px;box-shadow:0 18px 44px -24px rgb(15 23 42/22%);overflow:visible}.dashboardPanelHeading{padding:28px 28px 16px}.dashboardPanelHeading h1{margin:0;color:var(--dashboard-text);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0}.dashboardModalCard h2{margin:0;color:var(--dashboard-text,#1e293b);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0}.dashboardProjectList{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:4px 16px 18px;scrollbar-color:#cbd5e1 transparent}.dashboardProjectList::-webkit-scrollbar,.dashboardTableBodyScroll::-webkit-scrollbar{width:5px;height:5px}.dashboardProjectList::-webkit-scrollbar-thumb,.dashboardTableBodyScroll::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.dashboardProjectItem{display:flex;align-items:center;justify-content:space-between;gap:12px;width:calc(100% - 32px);height:40px;margin:0 16px 6px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--dashboard-muted);font-size:14px;font-weight:600;text-align:left;padding:0 14px;transition:background .18s ease,border-color .18s ease,color .18s ease}.dashboardProjectList .dashboardProjectItem{width:100%;margin-right:0;margin-left:0}.dashboardProjectItem>span:first-child{min-width:0;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.dashboardProjectItem.isActive,.dashboardProjectItem:hover{border-color:#bfdbfe;background:#eff6ff;color:var(--dashboard-primary)}.dashboardItemMain{display:inline-flex;align-items:center;gap:8px;min-width:0}.dashboardItemMain svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.dashboardCount{flex:0 0 auto;min-width:28px;border-radius:8px;background:#f1f5f9;color:var(--dashboard-muted);font-size:11px;font-weight:700;text-align:center;padding:3px 7px}.dashboardProjectItem.isActive .dashboardCount{background:#dbeafe;color:var(--dashboard-primary)}.dashboardLoadMore{width:100%;min-height:40px;border:1px solid var(--dashboard-stroke);border-radius:8px;background:#ffffff;color:var(--dashboard-primary);font-size:13px;font-weight:700}.dashboardLoadMore:disabled{cursor:default;opacity:.64}.dashboardStorageCard{position:relative;margin:auto 16px 16px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;box-shadow:none;padding:18px 18px 14px}.dashboardStorageCard:focus-visible{outline:2px solid var(--dashboard-primary);outline-offset:3px}.dashboardStorageFooter,.dashboardStorageLine{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboardStorageLine span{color:var(--dashboard-muted);font-size:12px;font-weight:500}.dashboardStorageFooter,.dashboardStorageLine strong{color:var(--dashboard-muted);font-size:12px;font-weight:600}.dashboardStorageUsageTrigger{position:relative;display:inline-flex;cursor:default;border-radius:6px}.dashboardStorageUsageTrigger:focus-visible{outline:2px solid var(--dashboard-primary);outline-offset:3px}.dashboardMeter{height:7px;margin:10px 0 16px;border-radius:999px;overflow:hidden;background:#dbeafe}.dashboardMeter span{display:block;height:100%;border-radius:inherit;background:var(--dashboard-primary)}.dashboardStorageFooter button{border:0;background:transparent;color:var(--dashboard-primary);font-size:12px;font-weight:600;padding:0}.dashboardStorageFooter{justify-content:space-between;margin-top:8px}.dashboardStorageRenewButton{min-height:auto;color:var(--dashboard-primary)!important;padding:0!important;cursor:pointer}.dashboardStorageRenewButton:hover{text-decoration:underline}.dashboardStoragePopover{position:absolute;right:-18px;bottom:calc(100% + 10px);z-index:40;display:none;width:max-content;min-width:224px;max-width:248px;border:1px solid var(--dashboard-stroke);border-radius:8px;background:var(--dashboard-surface);box-shadow:var(--dashboard-shadow);padding:10px 12px;color:var(--dashboard-muted);font-size:12px;line-height:1.6}.dashboardStoragePopover:after{position:absolute;top:100%;right:0;left:0;height:12px;content:""}.dashboardStorageUsageTrigger:focus-within .dashboardStoragePopover,.dashboardStorageUsageTrigger:hover .dashboardStoragePopover{display:block}.dashboardStoragePopover strong{display:block;margin-bottom:6px;color:var(--dashboard-text);font-size:13px}.dashboardStoragePopover ul{display:grid;grid-gap:4px;gap:4px;max-height:168px;overflow-y:auto;overscroll-behavior:contain;margin:0;padding-left:14px;padding-right:4px;scrollbar-color:#cbd5e1 transparent}.dashboardStoragePopover ul::-webkit-scrollbar{width:5px}.dashboardStoragePopover ul::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.dashboardStoragePopover li{width:max-content;max-width:216px;white-space:nowrap}.dashboardStoragePopover p{margin:0}.dashboardStorageAgreementLink{display:inline-flex;color:#94a3b8;font-size:12px;font-weight:400;line-height:18px;text-decoration:none}.dashboardStorageAgreementLink:hover{color:#64748b;text-decoration:underline}.dashboardContent{min-width:0;min-height:0;height:100%;overflow:hidden}.dashboardIterationPanel{display:flex;flex-direction:column;min-height:0;height:100%;border:0;border-radius:8px;overflow:hidden;background:transparent;box-shadow:none}.dashboardTableHead{display:grid;grid-template-columns:minmax(0,1fr) var(--dashboard-table-date-width) var(--dashboard-table-action-width);flex:0 0 auto;height:40px;border-bottom:1px solid rgb(226 232 240/72%);background:var(--dashboard-surface-soft);border-radius:8px 8px 0 0}.dashboardTableHead span{color:var(--dashboard-muted);font-size:14px;font-weight:400;line-height:20px;padding:10px 28px;text-align:left;white-space:nowrap}.dashboardTableHead span:last-child{padding-right:8px;padding-left:6px;text-align:left}.dashboardTableWrap{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.dashboardTableBodyScroll{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-bottom:0;overscroll-behavior:contain;scrollbar-color:#cbd5e1 transparent}.dashboardTableBodyScroll table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.dashboardTableBodyScroll table,.dashboardTableBodyScroll tbody{background:var(--dashboard-surface)}.dashboardTableBodyScroll td{border-top:1px solid rgb(226 232 240/58%);color:var(--dashboard-muted);font-size:14px;padding:12px 28px}.dashboardTableBodyScroll tbody tr:first-child td{border-top:0}.dashboardTableBodyScroll td:first-child{width:auto}.dashboardTableBodyScroll td:nth-child(2){width:var(--dashboard-table-date-width);white-space:nowrap}.dashboardTableBodyScroll td:nth-child(3){width:var(--dashboard-table-action-width)}.dashboardIterationTitleLine{display:flex;align-items:center;gap:8px;min-width:0;margin-bottom:4px}.dashboardIterationTitleLine strong{display:block;overflow:hidden;margin-bottom:0;color:var(--dashboard-text);font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.dashboardIterationSizeTag{display:inline-flex;align-items:center;height:20px;flex:0 0 auto;border:1px solid var(--dashboard-neutral-border);border-radius:999px;background:var(--dashboard-neutral-bg);color:var(--dashboard-neutral-text);font-size:11px;font-weight:500;line-height:16px;padding:0 7px;white-space:nowrap}.dashboardTableBodyScroll td .dashboardIterationProjectName{display:block;overflow:hidden;color:var(--dashboard-soft);font-size:12px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.dashboardTableBodyScroll tbody tr{transition:background .18s ease}.dashboardTableBodyScroll tbody tr:hover{background:#f8fafc}.dashboardActions{white-space:nowrap}.dashboardActions,.dashboardTableBodyScroll td.dashboardActions{padding-right:8px;padding-left:0;text-align:left}.dashboardActionButtons{display:inline-flex;align-items:center;justify-content:flex-start;gap:4px}.dashboardActions .dashboardOpenLink,.dashboardActions button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:var(--dashboard-primary);transition:background .18s ease,color .18s ease}.dashboardActions .dashboardOpenLink:hover,.dashboardActions button:hover{background:rgb(37 99 235/10%)}.dashboardActions .dashboardOpenLink{color:var(--dashboard-muted)}.dashboardActions .dashboardOpenLink:hover{color:var(--dashboard-primary)}.dashboardActions button.danger{color:var(--dashboard-error-text)}.dashboardActions button.danger:hover{background:var(--dashboard-error-bg)}.dashboardActions svg{width:20px;height:20px;fill:currentColor;stroke:none}.dashboardSkeletonRow{pointer-events:none}.dashboardSkeletonTitleLine{display:flex;align-items:center;gap:8px;min-width:0;margin-bottom:7px}.dashboardSkeletonBlock,.dashboardSkeletonIcon{display:inline-block;overflow:hidden;position:relative;border-radius:6px;background:#e8eef7}.dashboardSkeletonBlock:after,.dashboardSkeletonIcon:after{position:absolute;inset:0;transform:translateX(-100%);animation:dashboardSkeletonShimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,rgb(255 255 255/0),rgb(255 255 255/62%) 50%,rgb(255 255 255/0));content:""}.dashboardSkeletonTitle{width:min(280px,62%);height:18px}.dashboardSkeletonTag{width:58px;height:20px;border-radius:999px}.dashboardSkeletonMeta{width:min(180px,44%);height:14px}.dashboardSkeletonDate{width:132px;height:16px}.dashboardSkeletonIcon{width:32px;height:32px;border-radius:8px}@keyframes dashboardSkeletonShimmer{to{transform:translateX(100%)}}.dashboardTableFooter{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--dashboard-surface-soft);border-top:1px solid var(--dashboard-stroke);border-radius:0 0 8px 8px;color:var(--dashboard-muted);font-size:12px;font-weight:400;padding:14px 28px;text-align:center}.dashboardFooterButton{min-height:30px;border:1px solid #bfdbfe;border-radius:8px;background:#ffffff;color:var(--dashboard-primary);font-size:12px;font-weight:700;padding:0 12px}.dashboardFooterButton:disabled{cursor:default;opacity:.64}.dashboardEmptyBlock{display:flex;align-items:center;flex-direction:column;gap:12px;min-height:88px;justify-content:center;border:1px dashed var(--dashboard-stroke);border-radius:8px;color:var(--dashboard-muted);font-size:13px;font-weight:600;padding:16px;text-align:center}.dashboardIterationEmptyText{font-weight:400}.dashboardEmptyDangerButton{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border:1px solid var(--dashboard-error-border);border-radius:8px;background:transparent;color:var(--dashboard-error-text);font-size:14px;font-weight:600;line-height:20px;padding:0 16px}.dashboardEmptyBlock .dashboardEmptyDangerButton{font-size:14px}.dashboardEmptyDangerButton:hover{background:var(--dashboard-error-bg)}.dashboardModal{position:fixed;inset:0;z-index:60;display:none;align-items:center;justify-content:center;padding:24px}.dashboardModal.isOpen{display:flex}.dashboardModalBackdrop{position:absolute;inset:0;border:0;background:rgb(15 23 42/34%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dashboardModalCard{position:relative;width:min(420px,100%);border:1px solid rgb(226 232 240/86%);border-radius:14px;box-shadow:0 28px 80px -28px rgb(15 23 42/32%),0 8px 24px -18px rgb(15 23 42/20%);text-align:center;padding:34px 34px 30px}.dashboardModalCard p{max-width:330px;margin:14px auto 26px;color:#475569;font-size:14px;line-height:22px}.dashboardDeleteModalCard{width:min(400px,100%);border-color:rgb(226 232 240/92%);border-radius:12px;box-shadow:0 24px 70px -34px rgb(15 23 42/36%),0 10px 28px -22px rgb(15 23 42/26%);padding:36px 30px 32px}.dashboardDeleteModalCard h2{font-size:22px;font-weight:750;line-height:30px}.dashboardDeleteModalCard p{max-width:360px;margin:14px auto 28px;color:#475569;font-size:15px;line-height:24px;overflow-wrap:anywhere}.dashboardDeleteModalCard .dashboardConfirmActions{gap:12px}.dashboardDeleteModalCard .dashboardModalDanger,.dashboardDeleteModalCard .dashboardModalSecondary{min-width:112px}.wechatContactModalCard{width:min(380px,100%)}.wechatContactQr{display:flex;justify-content:center;margin:18px auto 12px}.wechatContactQr img{width:220px;height:220px;border:1px solid var(--dashboard-stroke,#e2e8f0);border-radius:8px;background:#ffffff;padding:8px}.dashboardModalCard .wechatContactRemark{margin:0 0 22px;color:var(--dashboard-text,#1e293b);font-size:14px;font-weight:600;line-height:20px}.dashboardModalClose{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;border-radius:8px;background:transparent;color:var(--dashboard-soft,#94a3b8);cursor:pointer;font-size:18px;font-weight:400;line-height:1;padding:0;transition:background-color .15s ease,color .15s ease}.dashboardModalClose:hover{background:#f1f5f9;color:var(--dashboard-muted,#64748b)}.dashboardModalClose:focus-visible,.dashboardModalDanger:focus-visible,.dashboardModalPrimary:focus-visible,.dashboardModalSecondary:focus-visible{outline:2px solid rgb(37 99 235/34%);outline-offset:2px}.dashboardModalDanger,.dashboardModalPrimary,.dashboardModalSecondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:9px;cursor:pointer;font-size:14px;font-weight:600;padding:0 20px;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,opacity .15s ease,transform .15s ease}.dashboardModalPrimary{border:0;background:var(--dashboard-primary,#2563eb);color:#ffffff;text-decoration:none}.dashboardConfirmActions{display:flex;align-items:center;justify-content:center;gap:12px}.dashboardModalSecondary{border:1px solid var(--dashboard-stroke,#e2e8f0);background:#ffffff;color:var(--dashboard-muted,#64748b)}.dashboardModalSecondary:hover{border-color:#cbd5e1;background:#f8fafc;color:#334155}.dashboardModalDanger{border:0;background:#ef2334;color:#ffffff;box-shadow:0 12px 24px -14px rgb(239 35 52/70%)}.dashboardModalDanger:hover{background:#dc1f2f;transform:translateY(-1px)}.dashboardModalDanger:disabled,.dashboardModalPrimary:disabled,.dashboardModalSecondary:disabled{cursor:default;opacity:.64;transform:none;box-shadow:none}@media (max-width:900px){.dashboardPage{overflow:hidden}.dashboardTopbar{min-width:0}.dashboardTopbarInner{grid-template-columns:minmax(0,1fr) minmax(220px,320px) minmax(0,1fr);gap:12px;width:calc(100% - 32px);min-height:64px;padding:0}.dashboardBrandLogo{width:132px}.dashboardUserMenu{justify-self:end;min-width:0}.dashboardUserChip{max-width:132px}.dashboardWorkspace{grid-template-columns:1fr;grid-template-rows:minmax(300px,36vh) minmax(0,1fr);width:calc(100% - 32px);min-width:0;height:calc(100vh - 92px);min-height:0;margin-top:16px}.dashboardIterationPanel,.dashboardProjectPanel{height:100%;min-height:0}.dashboardTableBodyScroll{overflow-x:auto}.dashboardTableBodyScroll table,.dashboardTableHead{min-width:720px}}@media (max-width:560px){.dashboardModal{padding:16px}.dashboardDeleteModalCard h2{font-size:20px;line-height:28px}.dashboardDeleteModalCard p{margin-bottom:24px;font-size:14px;line-height:22px}.dashboardDeleteModalCard .dashboardConfirmActions{align-items:stretch;flex-direction:column-reverse}.dashboardDeleteModalCard .dashboardModalDanger,.dashboardDeleteModalCard .dashboardModalSecondary{width:100%}}.adminConsolePage{--admin-bg:#f6f9ff;--admin-text:#1e293b;--admin-muted:#64748b;--admin-soft:#94a3b8;--admin-primary:#2563eb;--admin-primary-strong:#1d4ed8;--admin-surface:#ffffff;--admin-surface-soft:#f8fafc;--admin-stroke:#e2e8f0;--admin-success-main:var(--semantic-success-main);--admin-success-solid:var(--semantic-success-solid);--admin-success-bg:var(--semantic-success-bg);--admin-success-border:var(--semantic-success-border);--admin-success-text:var(--semantic-success-text);--admin-warning-main:var(--semantic-warning-main);--admin-warning-solid:var(--semantic-warning-solid);--admin-warning-bg:var(--semantic-warning-bg);--admin-warning-border:var(--semantic-warning-border);--admin-warning-text:var(--semantic-warning-text);--admin-error-main:var(--semantic-error-main);--admin-error-solid:var(--semantic-error-solid);--admin-error-bg:var(--semantic-error-bg);--admin-error-border:var(--semantic-error-border);--admin-error-text:var(--semantic-error-text);--admin-neutral-main:var(--semantic-neutral-main);--admin-neutral-solid:var(--semantic-neutral-solid);--admin-neutral-bg:var(--semantic-neutral-bg);--admin-neutral-border:var(--semantic-neutral-border);--admin-neutral-text:var(--semantic-neutral-text);--admin-shadow:0 20px 60px -15px rgb(15 23 42/15%);display:grid;grid-template-rows:auto minmax(0,1fr);height:100vh;min-height:0;overflow:hidden;background:linear-gradient(rgb(15 23 42/3.5%) 1px,transparent 0),linear-gradient(90deg,rgb(15 23 42/3.5%) 1px,transparent 0),linear-gradient(180deg,#f6f9ff,#ffffff 54%,#eef5ff);background-size:44px 44px,44px 44px,auto;color:var(--admin-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif}.adminConsoleTopbar{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:76px;border-bottom:1px solid var(--admin-stroke);background:rgb(255 255 255/90%);padding:0 32px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.adminConsoleBrand{display:inline-flex;align-items:center;gap:16px;min-width:0}.adminConsoleBrandLogo{display:block;width:148px;height:auto;object-fit:contain}.adminConsoleBrand span{border-left:1px solid var(--admin-stroke);color:var(--admin-text);font-size:15px;font-weight:700;line-height:20px;padding-left:16px;white-space:nowrap}.adminConsoleUser{position:relative;display:inline-flex;align-items:center;min-width:0;padding:14px 0}.adminConsoleUserTrigger{overflow:hidden;border:0;background:transparent;color:var(--admin-text);cursor:default;font:inherit;font-size:14px;font-weight:700;line-height:20px;padding:0;text-overflow:ellipsis;white-space:nowrap}.adminConsoleUserMenu{position:absolute;top:calc(100% - 6px);right:0;z-index:30;display:grid;min-width:132px;border:1px solid var(--admin-stroke);border-radius:8px;background:#ffffff;box-shadow:0 16px 40px -18px rgb(15 23 42/30%);opacity:0;padding:6px;pointer-events:none;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease}.adminConsoleUser:focus-within .adminConsoleUserMenu,.adminConsoleUser:hover .adminConsoleUserMenu{opacity:1;pointer-events:auto;transform:translateY(0)}.adminConsoleUserMenu a,.adminConsoleUserMenu button{display:flex;align-items:center;min-height:34px;border:0;border-radius:6px;background:transparent;color:var(--admin-text);cursor:pointer;font:inherit;font-size:13px;font-weight:650;line-height:18px;padding:0 10px;text-align:left;white-space:nowrap}.adminConsoleUserMenu form{display:contents}.adminConsoleUserMenu a:hover,.adminConsoleUserMenu button:hover{background:#eff6ff;color:var(--admin-primary)}.adminConsoleEmptyText{margin:0;color:var(--admin-muted);font-size:13px;line-height:20px}.adminConsoleShell{display:grid;grid-template-columns:232px minmax(0,1fr);min-height:0;overflow:hidden}.adminConsoleSidebar{min-height:0;overflow:hidden;border-right:1px solid var(--admin-stroke);background:rgb(255 255 255/74%);padding:14px 16px 24px}.adminConsoleNav{position:-webkit-sticky;position:sticky;top:14px;display:grid;grid-gap:8px;gap:8px}.adminConsoleNav a{display:flex;align-items:center;gap:10px;min-height:44px;border:1px solid transparent;border-radius:8px;color:var(--admin-muted);font-size:14px;font-weight:700;line-height:20px;padding:0 14px;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.adminConsoleNav a svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.adminConsoleNav a.isActive,.adminConsoleNav a:hover{border-color:#bfdbfe;background:#eff6ff;color:var(--admin-primary)}.adminConsoleContent{height:100%;min-width:0;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:28px 32px 40px;scrollbar-color:#cbd5e1 transparent}.adminConsoleContent::-webkit-scrollbar{width:6px}.adminConsoleContent::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.adminConsoleHeading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.adminConsoleHeading p{margin:0 0 6px;color:var(--admin-success-text);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.adminConsoleHeading h1{max-width:none;margin:0;color:var(--admin-text);font-size:24px;font-weight:800;line-height:32px;letter-spacing:0}.adminConsoleHeading>span{flex:0 0 auto;color:var(--admin-soft);font-size:13px;font-weight:600;line-height:20px}.adminConsoleMetricGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:16px;gap:16px}.adminConsoleMetricCard,.adminConsolePanel{border:1px solid var(--admin-stroke);border-radius:8px;background:var(--admin-surface);box-shadow:var(--admin-shadow)}.adminConsoleMetricCard{display:grid;grid-gap:8px;gap:8px;min-height:132px;padding:20px}.adminConsoleMetricCard small,.adminConsoleMetricCard span{color:var(--admin-muted);font-size:13px;font-weight:600;line-height:20px}.adminConsoleMetricCard strong{color:var(--admin-text);font-size:30px;font-weight:800;line-height:38px;letter-spacing:0}.adminConsoleMetricCard small{align-self:end;color:var(--admin-soft)}.adminConsoleSplitGrid,.adminConsoleStorageGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:16px}.adminConsoleStorageGrid{grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr)}.adminConsolePanel{min-width:0;overflow:hidden;padding:20px}.adminConsolePanelHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.adminConsolePanelHeader h2{margin:0;color:var(--admin-text);font-size:16px;font-weight:800;line-height:24px;letter-spacing:0}.adminConsolePanelHeader span{color:var(--admin-soft);font-size:12px;font-weight:700;line-height:18px;white-space:nowrap}.adminConsoleCompactList{display:grid;grid-gap:10px;gap:10px}.adminConsoleListRow{display:grid;grid-template-columns:minmax(0,1fr) 104px 96px;align-items:center;grid-gap:14px;gap:14px;min-height:66px;border:1px solid #edf2f7;border-radius:8px;background:var(--admin-surface-soft);padding:12px 14px}.adminConsoleListRow div{min-width:0}.adminConsoleListRow strong,.adminConsoleRankAccount strong{display:block;overflow:hidden;color:var(--admin-text);font-size:14px;font-weight:800;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.adminConsoleListRow span,.adminConsoleRankAccount span{display:block;overflow:hidden;color:var(--admin-muted);font-size:12px;font-weight:600;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.adminConsoleTag{justify-self:end;border-radius:8px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:700;line-height:18px;padding:5px 8px;text-align:center;white-space:nowrap}.adminConsoleTag.isWarning{background:var(--admin-warning-bg);color:var(--admin-warning-text)}.adminConsoleStorageSummary{background:linear-gradient(135deg,rgb(239 246 255/92%) 0,rgb(255 255 255/100%) 44%),var(--admin-surface)}.adminConsoleStorageHero{display:grid;grid-gap:10px;gap:10px;margin:4px 0 18px}.adminConsoleStorageHero>div{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.adminConsoleStorageHero span{color:var(--admin-muted);font-size:13px;font-weight:700;line-height:20px}.adminConsoleStorageHero strong{color:var(--admin-text);font-size:46px;font-weight:850;line-height:48px;letter-spacing:0}.adminConsoleStorageHero p{margin:0;color:var(--admin-muted);font-size:13px;font-weight:600;line-height:22px}.adminConsoleStorageHero b{color:var(--admin-text);font-weight:800}.adminConsoleMeter,.adminConsoleUsageMeter{overflow:hidden;border-radius:999px;background:#dbeafe}.adminConsoleMeter{height:12px}.adminConsoleMeter span,.adminConsoleUsageMeter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--admin-primary) 0,#14b8a6 100%)}.adminConsoleStorageMeter{box-shadow:inset 0 0 0 1px rgb(37 99 235/8%)}.adminConsoleMeterLegend{display:flex;justify-content:space-between;gap:12px;margin-top:12px}.adminConsoleMeterLegend span{color:var(--admin-muted);font-size:12px;font-weight:700;line-height:18px}.adminConsoleStorageSignals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:18px}.adminConsoleStorageSignals div{border:1px solid rgb(226 232 240/82%);border-radius:8px;background:rgb(255 255 255/74%);padding:12px}.adminConsoleStorageSignals span{display:block;color:var(--admin-soft);font-size:12px;font-weight:700;line-height:18px}.adminConsoleStorageSignals strong{display:block;margin-top:4px;color:var(--admin-text);font-size:18px;font-weight:850;line-height:24px}.adminConsoleUsageRank{display:grid;grid-gap:10px;gap:10px}.adminConsoleUsageRankRow{display:grid;grid-template-columns:32px minmax(116px,.9fr) minmax(120px,1fr) 58px;align-items:center;grid-gap:12px;gap:12px;min-height:62px;border:1px solid #edf2f7;border-radius:8px;background:linear-gradient(180deg,#ffffff,#f8fafc);padding:12px;transition:border-color .16s ease,box-shadow .16s ease}.adminConsoleUsageRankRow:hover{border-color:#bfdbfe;box-shadow:0 14px 32px -24px rgb(15 23 42/45%)}.adminConsoleRankIndex{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:8px;background:#eef2ff;color:var(--admin-primary);font-size:12px;font-weight:850}.adminConsoleRankAccount,.adminConsoleRankMeterWrap{min-width:0}.adminConsoleUsageMeter{height:8px;background:#e2e8f0}.adminConsolePercentPill{justify-self:end;min-width:48px;border-radius:999px;background:var(--admin-success-bg);color:var(--admin-success-text);font-size:12px;font-weight:850;line-height:18px;padding:5px 9px;text-align:center}.adminConsolePercentPill.isWarning{background:var(--admin-warning-bg);color:var(--admin-warning-text)}.adminAccountsHeading{align-items:center;margin-bottom:16px}.adminAccountsHeading h1{font-size:22px;line-height:30px}.adminAccountsAntFilterPanel{margin-bottom:16px;padding:24px 24px 0;box-shadow:none}.adminAccountsAntFilterGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;grid-gap:16px;gap:16px}.adminAccountsManagementFilterGrid{grid-template-columns:repeat(4,minmax(0,1fr)) auto}.adminAuditAntFilterGrid,.adminStorageRulesAntFilterGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end;grid-gap:16px;gap:16px}.adminCampaignsAntFilterGrid,.adminToolLoginsAntFilterGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 136px;align-items:end;grid-gap:16px;gap:16px}.adminAccountsAntFilterActions{margin-bottom:24px}.adminCampaignsAntFilterGrid .ant-form-item,.adminStorageRulesAntFilterGrid .ant-form-item,.adminToolLoginsAntFilterGrid .ant-form-item{min-width:0}.adminCampaignsAntFilterGrid .adminAccountsAntFilterActions,.adminStorageRulesAntFilterGrid .adminAccountsAntFilterActions,.adminToolLoginsAntFilterGrid .adminAccountsAntFilterActions{width:136px}.adminAccountsAntTablePanel{padding:0 16px 16px;box-shadow:none}.adminAccountsAntTableTop{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #f0f0f0;padding:16px 0}.adminAccountsAntTable .ant-table{border-radius:0}.adminAccountsAntTable .ant-table-cell{vertical-align:middle}.adminAccountsAntTable .ant-table-tbody>tr>td:first-child,.adminAccountsAntTable .ant-table-thead>tr>th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:#ffffff;box-shadow:none}.adminAccountsAntTable .ant-table-thead>tr>th:first-child{z-index:3;background:#fafafa}.adminAccountsAntTable .ant-table-tbody>tr>td:last-child,.adminAccountsAntTable .ant-table-thead>tr>th:last-child{position:-webkit-sticky;position:sticky;right:0;z-index:2;width:144px;min-width:144px;max-width:144px;background:#ffffff;box-shadow:none}.adminAccountsAntTable .ant-table-thead>tr>th:last-child{z-index:3;background:#fafafa}.adminAccountsAntTable .ant-table-tbody>tr:hover>td:first-child,.adminAccountsAntTable .ant-table-tbody>tr:hover>td:last-child{background:#fafafa}.adminAccountsAntTable .ant-table-fix-start-shadow-show .ant-table-cell-fix-start-shadow:after{box-shadow:inset 10px 0 8px -8px var(--ant-color-split)}.adminAccountsAntTable .ant-table-fix-end-shadow-show .ant-table-cell-fix-end-shadow:after{box-shadow:inset -10px 0 8px -8px var(--ant-color-split)}.adminPrototypesAntTable .ant-table-tbody>tr>td:last-child,.adminPrototypesAntTable .ant-table-thead>tr>th:last-child{width:144px;min-width:144px;max-width:144px}.adminToolLoginsAntTable .ant-table-tbody>tr>td:last-child,.adminToolLoginsAntTable .ant-table-thead>tr>th:last-child{width:96px;min-width:96px;max-width:96px}.adminCampaignsAntTable .ant-table-tbody>tr>td:last-child,.adminCampaignsAntTable .ant-table-thead>tr>th:last-child{width:166px;min-width:166px;max-width:166px}.adminCampaignModal{top:0;max-height:none;margin:16px auto;padding-bottom:0}.adminCampaignModalRoot .ant-modal-wrap{overflow-x:hidden;overflow-y:auto}.adminCampaignModal .ant-modal-content{display:flex;height:auto;max-height:calc(100dvh - 32px);flex-direction:column;overflow:hidden;padding:0}.adminCampaignModal .ant-modal-header{flex:0 0 auto;margin-bottom:0;padding:24px 24px 12px}.adminCampaignModal .ant-modal-body{min-height:0;max-height:calc(100dvh - 164px);flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:0 24px 8px}.adminCampaignModal .ant-modal-footer{flex:0 0 auto;margin-top:0;border-top:1px solid #f0f0f0;background:#ffffff;padding:16px 24px 24px}.adminCampaignModalForm{padding-top:4px}.adminScrollableFormModal{top:24px!important;max-height:calc(100dvh - 48px);padding-bottom:0}.adminScrollableFormModalRoot .ant-modal-wrap{overflow:hidden}.adminScrollableFormModal .ant-modal-container,.adminScrollableFormModal .ant-modal-content{display:flex;max-height:calc(100dvh - 48px);flex-direction:column;overflow:hidden;padding:0}.adminScrollableFormModal .ant-modal-header{flex:0 0 auto;margin-bottom:0;padding:24px 24px 12px}.adminScrollableFormModal .ant-modal-body{min-height:0;max-height:calc(100dvh - 176px);flex:0 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:0 24px 8px}.adminScrollableFormModal .ant-modal-footer{flex:0 0 auto;margin-top:0;border-top:1px solid #f0f0f0;background:#ffffff;padding:16px 24px 24px}.adminScrollableFormModal .ant-form{padding-top:4px}.adminCampaignThumb{object-fit:cover}.adminCampaignUploadShell{display:flex;align-items:center;gap:12px}.adminCampaignUploadError{display:block;margin-top:8px}.adminCampaignUploadPreview{display:flex;align-items:center;gap:12px;margin-top:12px}.adminCampaignUploadPreviewImage{object-fit:cover}.adminCampaignConditionRow,.adminCampaignFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px;column-gap:16px}.adminCampaignConditionRow{align-items:end}.adminCampaignConditionRow.isRange{grid-template-columns:repeat(3,minmax(0,1fr))}.adminCampaignConditionValue{padding-top:0}.adminCampaignConditionValue .ant-input-number{width:100%}.adminAuditAntTable .ant-table-tbody>tr>td:last-child,.adminAuditAntTable .ant-table-thead>tr>th:last-child{position:static;width:auto;min-width:260px;max-width:none}.adminAccountsAntAccount,.adminAccountsAntStack,.adminAccountsAntStorage{display:grid;grid-gap:2px;gap:2px;min-width:0}.adminAccountsAntStorage .ant-progress{width:112px;line-height:1}.adminAccountsActionDivider{display:inline-block;width:1px;height:14px;background:#f0f0f0}.adminAccountsAntActionButton{height:auto;padding:0}.adminStatusDot{display:inline-flex;align-items:center;gap:6px;color:var(--admin-success-text);font-size:14px;line-height:22px;white-space:nowrap}.adminStatusDot:before{display:block;width:7px;height:7px;border-radius:999px;background:var(--admin-success-main);content:""}.adminStatusDot.isDanger{color:var(--admin-error-text)}.adminStatusDot.isWarning{color:var(--admin-warning-text)}.adminStatusDot.isNeutral{color:var(--admin-neutral-text)}.adminStatusDot.isWarning:before{background:var(--admin-warning-main)}.adminStatusDot.isDanger:before{background:var(--admin-error-main)}.adminStatusDot.isNeutral:before{background:var(--admin-neutral-main)}.adminAccountsDatePanelShortcut{width:100%;border:0;background:transparent;color:#1677ff;cursor:pointer;font:inherit;font-size:14px;line-height:22px;padding:4px 0;text-align:center}.adminAccountsDatePanelShortcut:hover{color:#69b1ff}.adminOverviewHeading h1{font-size:22px;line-height:30px}.adminAccountsGhostButton,.adminAccountsPrimaryButton{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border-radius:6px;cursor:pointer;font:inherit;font-size:14px;font-weight:400;line-height:18px;padding:0 15px;white-space:nowrap}.adminAccountsPrimaryButton{border:0;background:#1677ff;color:#ffffff;box-shadow:0 2px 0 rgb(5 145 255/10%)}.adminAccountsPrimaryButton:hover{background:#4096ff}.adminAccountsGhostButton{border:1px solid #d9d9d9;background:#ffffff;color:rgb(0 0 0/88%)}.adminAccountsGhostButton:hover{border-color:#4096ff;color:#4096ff}.adminAccountsFilterPanel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;grid-gap:16px;gap:16px;margin-right:0;margin-bottom:16px;margin-left:0}.adminAccountsFilterPanel label,.adminAccountsModalField,.adminAccountsModalForm label{display:grid;grid-gap:8px;gap:8px}.adminAccountsFilterPanel label span,.adminAccountsModalField span,.adminAccountsModalForm label span{color:rgb(0 0 0/88%);font-size:14px;font-weight:400;line-height:18px}.adminAccountsFilterPanel input,.adminAccountsFilterPanel select,.adminAccountsModalField input,.adminAccountsModalForm input{width:100%;min-height:32px;border:1px solid #d9d9d9;border-radius:6px;outline:0;background:#ffffff;color:rgb(0 0 0/88%);font:inherit;font-size:14px;font-weight:400;line-height:20px;padding:0 11px;transition:border-color .15s ease,box-shadow .15s ease}.adminAccountsFilterPanel input:focus,.adminAccountsFilterPanel select:focus,.adminAccountsModalField input:focus,.adminAccountsModalForm input:focus{border-color:#1677ff;box-shadow:0 0 0 2px rgb(5 145 255/10%)}.adminAccountsFilterActions{display:flex;align-items:center;gap:8px}.adminAccountsTablePanel{margin-right:0;margin-left:0;padding:0 16px 16px;box-shadow:none}.adminAccountsTableTop{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #f0f0f0;padding:16px 0}.adminAccountsTableTop>div{display:grid;grid-gap:3px;gap:3px}.adminAccountsTableTop h2{margin:0;color:var(--admin-text);font-size:16px;font-weight:850;line-height:24px}.adminAccountsTableTop span{color:rgb(0 0 0/45%);font-size:14px;font-weight:400;line-height:22px}.adminAccountsTableWrap{overflow-x:auto}.adminAccountsTable{width:100%;min-width:922px;border-collapse:collapse;border-spacing:0;table-layout:fixed}.adminAccountsColAccount{width:150px}.adminAccountsColStatus{width:72px}.adminAccountsColExpiry,.adminAccountsColStorage{width:128px}.adminAccountsColHosted{width:88px}.adminAccountsColActive{width:124px}.adminAccountsColRegister{width:96px}.adminAccountsColActions{width:132px}.adminAccountsTable th{border-bottom:1px solid #f0f0f0;background:#fafafa;color:rgb(0 0 0/88%);font-size:14px;font-weight:600;line-height:22px;padding:12px 16px;text-align:left;white-space:nowrap}.adminAccountsTable th:last-child{right:0;width:132px;min-width:132px;max-width:132px}.adminAccountsTable th:first-child,.adminAccountsTable th:last-child{position:-webkit-sticky;position:sticky;z-index:2;background:#fafafa;box-shadow:none}.adminAccountsTable th:first-child{left:0}.adminAccountsTable td{border-bottom:1px solid #f0f0f0;color:rgb(0 0 0/88%);font-size:14px;font-weight:400;line-height:22px;padding:14px 16px;vertical-align:middle}.adminAccountsTable td:last-child{right:0;width:132px;min-width:132px;max-width:132px}.adminAccountsTable td:first-child,.adminAccountsTable td:last-child{position:-webkit-sticky;position:sticky;z-index:1;background:#ffffff;box-shadow:none}.adminAccountsTable td:first-child{left:0}.adminAccountsTable tbody tr{transition:background .16s ease}.adminAccountsTable tbody tr:hover,.adminAccountsTable tbody tr:hover td:first-child,.adminAccountsTable tbody tr:hover td:last-child{background:#fafafa}.adminAccountsTable td strong{color:rgb(0 0 0/88%);font-size:14px;font-weight:500;line-height:22px}.adminAccountsTable td span,.adminAccountsTable td strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adminAccountsTable td span{color:rgb(0 0 0/45%);font-size:13px;font-weight:400;line-height:20px}.adminAccountsStatusPill{position:relative;display:inline-flex;align-items:center;width:auto;gap:6px;background:transparent;font-size:14px;font-weight:400;line-height:22px;padding:0}.adminAccountsStatusPill,.adminAccountsTable td .adminAccountsStatusPill{color:var(--admin-success-text)}.adminAccountsStatusPill:before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:999px;background:var(--admin-success-main)}.adminAccountsStatusPill.isDisabled{background:transparent;color:var(--admin-neutral-text)}.adminAccountsTable td .adminAccountsStatusPill.isDisabled{color:var(--admin-neutral-text)}.adminAccountsStatusPill.isDisabled:before{background:var(--admin-neutral-main)}.adminTableAction{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:var(--admin-text);cursor:pointer;font:inherit;font-size:13px;font-weight:800;line-height:18px;padding:0 12px}.adminTableAction:hover{border-color:#94a3b8;background:#f8fafc}.adminTableAction.danger{border-color:var(--admin-error-border);background:var(--admin-error-bg);color:var(--admin-error-text)}.adminTableAction.danger:hover{border-color:var(--admin-error-main);background:var(--admin-error-bg)}.adminToolLoginsTable td form{margin:0}.adminAccountsStorageBar{width:112px;height:6px;margin-top:7px;overflow:hidden;border-radius:999px;background:#e2e8f0}.adminAccountsStorageBar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--admin-primary) 0,#14b8a6 100%)}.adminAccountsActions{display:flex;align-items:center;gap:0;white-space:nowrap}.adminAccountsActions button{min-height:auto;border:0;border-radius:0;background:transparent;color:#1677ff;cursor:pointer;font:inherit;font-size:14px;font-weight:400;line-height:22px;padding:0}.adminAccountsActions button+button:before{content:"";display:inline-block;width:1px;height:14px;margin:0 6px;background:#f0f0f0;vertical-align:-2px}.adminAccountsActions button:hover{color:#69b1ff}.adminAccountsPagination{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:16px 0 0}.adminAccountsPagination>span{color:rgb(0 0 0/45%);font-size:14px;line-height:22px}.adminAccountsPagination>div{display:flex;align-items:center;gap:8px}.adminAccountsPagination button{min-width:32px;height:32px;border:1px solid #d9d9d9;border-radius:6px;background:#ffffff;color:rgb(0 0 0/88%);cursor:pointer;font:inherit;font-size:14px;line-height:22px;padding:0 8px}.adminAccountsPagination button:hover{border-color:#1677ff;color:#1677ff}.adminAccountsPagination button.isActive{border-color:#1677ff;color:#1677ff;font-weight:600}.adminAccountsPagination button:disabled{border-color:#d9d9d9;color:rgb(0 0 0/25%);cursor:default}.adminAccountsDateField button{min-height:30px;border:1px solid #d9d9d9;border-radius:6px;color:#1677ff;cursor:pointer;font:inherit;font-size:14px;font-weight:400;line-height:18px;padding:0 9px}.adminAccountsDateField{display:grid;grid-template-columns:minmax(0,1fr) 78px;grid-gap:8px;gap:8px}.adminAccountsDateField button{min-height:32px;background:#ffffff}.adminAccountsModal{position:fixed;inset:0;z-index:70;display:none;align-items:center;justify-content:center;padding:24px}.adminAccountsModal.isOpen{display:flex}.adminAccountsModalBackdrop{position:absolute;inset:0;border:0;background:rgb(15 23 42/24%)}.adminAccountsModalCard{position:relative;z-index:1;width:min(460px,100%);max-height:min(720px,calc(100vh - 48px));overflow-y:auto;border:1px solid var(--admin-stroke);border-radius:8px;background:#ffffff;box-shadow:0 28px 80px -26px rgb(15 23 42/42%);padding:24px}.adminAccountsModalCard h2{margin:0;color:var(--admin-text);font-size:20px;font-weight:850;line-height:28px}.adminAccountsModalCard p{margin:6px 0 18px;color:var(--admin-muted);font-size:13px;font-weight:700;line-height:20px}.adminAccountsModalForm{display:grid;grid-gap:14px;gap:14px;margin-top:18px}.adminAccountsModalActions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}@media (max-width:1120px){.adminConsoleShell{grid-template-columns:200px minmax(0,1fr)}.adminConsoleMetricCard{padding:18px 16px}.adminConsoleMetricCard strong{font-size:26px;line-height:32px;white-space:nowrap}.adminConsoleStorageGrid{grid-template-columns:1fr}.adminAccountsFilterPanel{grid-template-columns:repeat(3,minmax(0,1fr))}.adminAccountsFilterActions{grid-column:1/-1;justify-self:start}.adminAccountsManagementFilterGrid,.adminCampaignsAntFilterGrid,.adminStorageRulesAntFilterGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.adminAccountsManagementFilterGrid .adminAccountsAntFilterActions,.adminCampaignsAntFilterGrid .adminAccountsAntFilterActions,.adminStorageRulesAntFilterGrid .adminAccountsAntFilterActions{grid-column:1/-1;width:auto}}@media (max-width:820px){.adminConsoleContent{padding:20px 16px 32px}.adminConsoleHeading{align-items:flex-start;flex-direction:column;gap:8px}.adminConsoleMetricGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.adminConsoleSplitGrid{grid-template-columns:1fr}.adminConsoleUsageRankRow{grid-template-columns:32px minmax(100px,.9fr) minmax(100px,1fr) 58px}.adminAccountsAntFilterGrid,.adminAccountsFilterPanel,.adminCampaignConditionRow,.adminCampaignConditionRow.isRange,.adminCampaignFormGrid,.adminCampaignsAntFilterGrid,.adminStorageRulesAntFilterGrid,.adminToolLoginsAntFilterGrid{grid-template-columns:1fr}.adminCampaignConditionValue{padding-top:0}.adminCampaignsAntFilterGrid .adminAccountsAntFilterActions,.adminStorageRulesAntFilterGrid .adminAccountsAntFilterActions,.adminToolLoginsAntFilterGrid .adminAccountsAntFilterActions{width:auto}}@media (max-width:640px){.adminConsoleTopbar{padding:0 16px}.adminConsoleShell{grid-template-columns:168px minmax(0,1fr)}.adminConsoleSidebar{padding:12px 10px 20px}.adminConsoleNav a{gap:8px;padding:0 10px}.adminConsoleMetricGrid,.adminConsoleSplitGrid,.adminConsoleStorageGrid{grid-template-columns:1fr}.adminAccountsTableTop{align-items:flex-start;flex-direction:column}}@media (max-width:560px){.adminConsoleTopbar{gap:12px;padding:16px}.adminConsoleBrand,.adminConsoleTopbar{align-items:flex-start;flex-direction:column}.adminConsoleBrand{gap:8px}.adminConsoleBrand span{border-left:0;padding-left:0}.adminConsoleShell{grid-template-columns:1fr}.adminConsoleSidebar{border-right:0;border-bottom:1px solid var(--admin-stroke);padding:12px 16px}.adminConsoleNav{position:static;display:flex;gap:8px;overflow-x:auto}.adminConsoleNav a{flex:0 0 auto}.adminConsoleListRow{grid-template-columns:minmax(0,1fr)}.adminConsoleTag{justify-self:start}}@media (max-height:760px) and (min-width:761px){.loginPage{padding-top:20px;padding-bottom:20px}.loginStage{width:min(100%,480px)}.loginCard{padding:32px 48px}.loginLogoLink{margin-bottom:48px}.loginLogo{width:auto;height:64px}.loginField{gap:8px}.loginApply{margin-top:24px}.loginFooter{margin-top:32px;padding-bottom:20px}}@media (max-width:380px){.authPageShell{padding-left:16px;padding-right:16px}.authCard{padding-left:24px;padding-right:24px}.adminAccessDeniedCard{padding:36px 24px}.adminAccessDeniedCard h1{font-size:28px;line-height:36px}.adminAccessDeniedActions{grid-template-columns:1fr}.authCodeRow{gap:8px}.authCodeButton{width:96px;padding:0 8px;font-size:13px}.authBrandBadge{left:calc(100% + 8px);font-size:11px;padding:2px 6px}}