:root{font-family:SF Pro Display,PingFang SC,Microsoft YaHei,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#141715;background:#eef1ef;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #141715;--muted: #6b736f;--line: #d5dbd8;--panel: #ffffff;--green: #087a61;--green-dark: #075e4b;--green-soft: #e2f1ec;--gold: #b7893e;--gold-dark: #8b6326;--gold-soft: #f6eddc;--amber: #a45b0a;--amber-soft: #fff2d8;--red: #a9352b;--red-soft: #faece9;--blue: #315f92;--blue-soft: #e7eef7}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#eef1ef}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}h1,h2,p{margin:0}h1{font-size:32px;line-height:1.15;font-weight:720;letter-spacing:0}h2{font-size:17px;line-height:1.35;letter-spacing:0}.app-shell{min-height:100vh}.topbar{height:72px;padding:0 34px;background:#101411;color:#f8faf9;display:grid;grid-template-columns:260px 1fr 260px;align-items:center;position:sticky;top:0;z-index:20;border-bottom:1px solid #2c322f;box-shadow:0 8px 28px #0c100e1a}.brand-button{border:0;background:transparent;color:inherit;display:flex;align-items:center;gap:11px;padding:0;font-size:20px;font-weight:760}.brand-product{color:#99a29e;font-size:12px;font-weight:600;padding-left:4px}.brand-mark{width:29px;height:29px;display:grid;grid-template-columns:repeat(3,1fr);align-items:end;gap:3px;flex:0 0 auto}.brand-mark span{display:block;border-radius:1px}.brand-mark span:nth-child(1){height:12px;background:#c89b50}.brand-mark span:nth-child(2){height:25px;background:#17a17f}.brand-mark span:nth-child(3){height:18px;background:#87bcae}.main-nav{height:100%;display:flex;justify-content:center;gap:2px}.main-nav button{min-width:88px;border:0;border-bottom:2px solid transparent;background:transparent;color:#aebbb7;display:flex;align-items:center;justify-content:center;gap:7px}.main-nav button:hover{color:#fff;background:#191f1c}.main-nav button.active{color:#fff;border-bottom-color:#c89b50;background:#1a201d}.account-menu{justify-self:end;display:flex;gap:12px;align-items:center}.account-copy{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.account-copy strong{font-size:13px}.account-copy span{color:#8fa09a;font-size:11px;margin-top:3px}.icon-button{width:36px;height:36px;border:1px solid var(--line);background:#fff;color:#52605b;display:inline-flex;align-items:center;justify-content:center;border-radius:5px}.topbar .icon-button{border-color:#363d3a;background:#1a201d;color:#d2d8d5}.icon-button:hover{color:var(--ink);border-color:#aeb9b5}.icon-button.compact{width:28px;height:28px}main{max-width:1360px;margin:0 auto;padding:46px 36px 76px}.page-heading{min-height:78px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:30px}.eyebrow{display:block;color:var(--gold-dark);font-size:11px;font-weight:780;text-transform:uppercase;margin-bottom:9px}.field-label{color:var(--muted);font-size:12px;font-weight:650}.primary-button,.secondary-button{min-height:44px;border-radius:6px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;border:1px solid transparent}.primary-button{background:#171b19;color:#fff}.primary-button:hover{background:var(--green-dark)}.secondary-button{background:#fff;color:#26312d;border-color:var(--line)}.secondary-button:hover{border-color:#a9b5b0}.full{width:100%}.text-button{padding:0;border:0;background:transparent;color:var(--green);display:inline-flex;align-items:center;gap:5px;font-weight:650}.text-button.danger{color:var(--red)}.notice{max-width:1220px;min-height:44px;margin:18px auto -8px;padding:10px 12px 10px 14px;border:1px solid;border-radius:5px;display:flex;align-items:center;gap:9px;font-size:14px}.notice .icon-button{margin-left:auto;background:transparent;border:0}.notice.success{color:#0c6249;background:#edf8f4;border-color:#b9dfd1}.notice.error{color:#8e261e;background:#fff1ef;border-color:#efc2bc}.service-band{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;display:grid;grid-template-columns:minmax(330px,1.7fr) repeat(3,1fr);min-height:132px;margin-bottom:28px;box-shadow:0 14px 38px #161e1a12}.service-primary{display:flex;align-items:center;gap:16px;padding:24px 26px;border-right:1px solid #323936;background:#161b18;color:#fff}.service-primary h2{margin-top:5px;font-size:20px}.service-primary p,.service-primary .field-label{color:#aeb8b3}.service-primary p{font-size:13px;margin-top:6px}.status-orb{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#d4aa61;color:#171b18;flex:0 0 auto}.status-orb.provisioning,.status-orb.maintenance,.status-orb.grace{background:var(--amber-soft);color:var(--amber)}.status-orb.suspended{background:var(--red-soft);color:var(--red)}.service-stat{padding:24px 20px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}.service-stat:last-child{border-right:0}.service-stat span{color:var(--muted);font-size:12px}.service-stat strong{margin-top:9px;font-size:16px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.panel,.table-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 32px #161e1a0d}.panel{min-height:270px;padding:20px}.panel-heading{min-height:40px;display:flex;align-items:flex-start;justify-content:space-between;color:#58655f}.panel-heading h2{color:var(--ink)}.panel-heading>span{font-size:12px;color:var(--muted)}.resource-list{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line)}.resource-item{min-height:82px;background:#fff;display:grid;grid-template-columns:34px 1fr auto;align-items:center;padding:14px;gap:8px}.resource-icon{color:var(--green)}.resource-item span:nth-child(2){color:var(--muted);font-size:13px}.resource-item strong{font-size:14px}.compact-list{border-top:1px solid var(--line)}.compact-row{min-height:48px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf0ef}.compact-row>div{display:flex;flex-direction:column;gap:4px}.compact-row strong{font-size:13px}.compact-row span:not(.status-badge){color:var(--muted);font-size:11px}.align-right{text-align:right;align-items:flex-end}.empty-state{min-height:190px;color:#89938f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:13px}.pricing-key{align-self:center;display:flex;flex-direction:column;align-items:flex-end}.pricing-key span{color:var(--muted);font-size:11px}.pricing-key b{font-size:13px;margin-top:3px}.inline-warning{background:var(--amber-soft);color:#7f4b0d;border:1px solid #e8c888;padding:11px 14px;border-radius:5px;display:flex;align-items:center;gap:9px;margin:-8px 0 20px;font-size:13px}.plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1080px;margin:0 auto}.plan-card{min-width:0;background:#fff;border:1px solid #d7ddda;border-radius:8px;padding:30px;position:relative;box-shadow:0 18px 48px #171f1b14}.plan-card.recommended{border:1px solid #222a26;background:#161b18;color:#f8faf9;padding-top:30px;box-shadow:0 22px 54px #0b110e2e}.plan-topline{min-height:64px;display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.plan-code{font-size:10px;font-weight:800;color:var(--muted)}.plan-topline h2{font-size:24px;margin-top:7px;font-weight:750}.recommendation{color:#211b11;background:#d4aa61;padding:7px 9px;border-radius:5px;font-size:11px;font-weight:780;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.price{display:flex;align-items:baseline;gap:7px;padding:20px 0 8px}.price strong{font-size:40px;font-weight:760}.price span{color:var(--muted);font-size:12px}.setup-line{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;padding-bottom:20px;border-bottom:1px solid var(--line)}.seat-control{height:54px;display:flex;justify-content:space-between;align-items:center}.seat-control>span{font-size:13px;color:var(--muted)}.seat-control>div{display:flex;align-items:center;gap:9px}.seat-control strong{min-width:16px;text-align:center}.people-range{min-height:54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.people-range span{color:var(--muted);font-size:13px}.people-range strong{font-size:13px}.plan-specs{margin:0;padding:0;display:grid;gap:0;border-top:1px solid var(--line)}.plan-specs div{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #edf0ef}.plan-specs dt{color:var(--muted);font-size:12px}.plan-specs dd{margin:0;font-size:12px;font-weight:680}.account-bundle{min-height:58px;padding:12px 0;display:flex;align-items:center;gap:8px;color:#40504a;font-size:12px;line-height:1.4}.feature-list{min-height:250px;list-style:none;margin:0;padding:18px 0;display:grid;align-content:start;gap:11px}.feature-list li{display:flex;align-items:center;gap:9px;color:#45534e;font-size:13px;line-height:1.35}.feature-list svg{color:var(--green);flex:0 0 auto}.plan-card.recommended .plan-code,.plan-card.recommended .price span,.plan-card.recommended .setup-line,.plan-card.recommended .people-range span,.plan-card.recommended .plan-specs dt,.plan-card.recommended .feature-list li{color:#aeb8b3}.plan-card.recommended .setup-line,.plan-card.recommended .people-range,.plan-card.recommended .plan-specs,.plan-card.recommended .plan-specs div{border-color:#343c38}.plan-card.recommended .people-range strong,.plan-card.recommended .plan-specs dd{color:#f8faf9}.plan-card.recommended .feature-list svg{color:#d4aa61}.plan-card.recommended .primary-button{background:#d4aa61;color:#1a1813}.plan-card.recommended .primary-button:hover{background:#e0ba75}.subscription-strip{min-height:110px;background:#fff;border:1px solid var(--line);border-radius:6px;padding:20px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.4fr;align-items:center;gap:16px;margin-bottom:20px}.subscription-strip>div:not(.subscription-actions){display:flex;flex-direction:column;gap:7px}.subscription-strip span{color:var(--muted);font-size:12px}.subscription-strip strong{font-size:14px}.subscription-actions{justify-self:end;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}.table-panel{overflow:hidden}.table-panel>.panel-heading{padding:18px 20px 10px}.table-scroll{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th{height:40px;padding:0 16px;background:#f7f9f8;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#69746f;font-size:11px;text-align:left;font-weight:750;text-transform:uppercase}td{height:56px;padding:8px 16px;border-bottom:1px solid #edf0ef;font-size:13px}tbody tr:hover{background:#fafcfb}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.amount{font-weight:700}.status-badge{min-height:22px;padding:3px 7px;border-radius:4px;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;background:#eef1f0;color:#66716d;white-space:nowrap}.status-badge>span{width:6px;height:6px;border-radius:50%;background:currentColor}.status-active,.status-paid{background:var(--green-soft);color:var(--green)}.status-provisioning,.status-maintenance,.status-grace,.status-open{background:var(--amber-soft);color:var(--amber)}.status-suspended,.status-failed{background:var(--red-soft);color:var(--red)}.status-pending,.status-draft{background:var(--blue-soft);color:var(--blue)}.status-ready,.status-completed{background:var(--green-soft);color:var(--green)}.status-in_progress{background:var(--amber-soft);color:var(--amber)}.status-blocked,.status-attention,.status-offline{background:var(--red-soft);color:var(--red)}.delivery-empty{min-height:320px}.delivery-banner{min-height:142px;margin-bottom:24px;display:grid;grid-template-columns:minmax(390px,1.8fr) repeat(3,minmax(130px,.75fr));overflow:hidden;border:1px solid #2f3733;border-radius:8px;background:#161b18;color:#f8faf9;box-shadow:0 18px 44px #0e14111f}.delivery-banner-main{display:flex;align-items:center;gap:16px;padding:26px;min-width:0}.delivery-banner-main h2{margin-top:5px;font-size:21px}.delivery-banner-main p{max-width:560px;margin-top:7px;color:#abb6b1;font-size:13px;line-height:1.5}.delivery-banner-main .field-label{color:#d7af69}.delivery-banner-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:6px;background:#d4aa61;color:#191914}.delivery-ready .delivery-banner-icon{background:#1d9977;color:#fff}.delivery-maintenance .delivery-banner-icon,.delivery-suspended .delivery-banner-icon{background:#b75d43;color:#fff}.delivery-banner-stat{min-width:0;padding:22px 18px;border-left:1px solid #343c38;display:flex;flex-direction:column;justify-content:center;gap:9px}.delivery-banner-stat span{color:#899690;font-size:11px}.delivery-banner-stat strong{font-size:14px;line-height:1.45;overflow-wrap:anywhere}.delivery-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:22px;margin-bottom:32px}.delivery-progress,.delivery-summary{min-height:0}.delivery-timeline{border-top:1px solid var(--line)}.delivery-step{min-height:72px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:13px;position:relative;border-bottom:1px solid #edf0ef}.delivery-step:last-child{border-bottom:0}.step-marker{width:28px;height:28px;border:1px solid #cbd3cf;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#7c8883;font-size:11px;font-weight:750;position:relative;z-index:1;flex:0 0 auto}.delivery-step:not(:last-child) .step-marker:after{content:"";position:absolute;top:27px;left:13px;width:1px;height:45px;background:#dce2df}.delivery-step.step-completed .step-marker,.step-marker.step-completed{background:var(--green);border-color:var(--green);color:#fff}.delivery-step.step-in_progress .step-marker,.step-marker.step-in_progress{background:var(--gold-soft);border-color:#d8ad63;color:var(--gold-dark)}.delivery-step.step-blocked .step-marker,.step-marker.step-blocked{background:var(--red-soft);border-color:#e4a69e;color:var(--red)}.delivery-step>div{min-width:0}.delivery-step strong{font-size:13px}.delivery-step p{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.4}.delivery-note-list{display:grid;border-top:1px solid var(--line)}.delivery-note-list>div{min-height:72px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:10px;border-bottom:1px solid #edf0ef;color:var(--green)}.delivery-note-list>div:last-child{border-bottom:0}.delivery-note-list span{display:flex;flex-direction:column;gap:4px}.delivery-note-list strong{color:var(--ink);font-size:12px}.delivery-note-list small{color:var(--muted);font-size:11px;line-height:1.4}.resource-section-heading{min-height:62px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.resource-section-heading h2{font-size:22px}.resource-section-heading>span{color:var(--muted);font-size:12px}.delivery-resources{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.delivery-resource-card,.admin-resource-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 28px #161e1a0d;overflow:hidden}.resource-card-heading{min-height:78px;padding:16px 18px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;border-bottom:1px solid #e6ebe8}.resource-card-heading>div{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.resource-card-heading h3{margin:0;min-width:0;color:var(--ink);font-size:14px;overflow-wrap:anywhere}.resource-type-icon{width:40px;height:40px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;background:var(--green-soft);color:var(--green);flex:0 0 auto}.resource-type-icon.type-claude{background:var(--gold-soft);color:var(--gold-dark)}.resource-type-icon.type-sub2api{background:var(--blue-soft);color:var(--blue)}.resource-type-icon.type-ip{background:#edf0e8;color:#627145}.resource-type-icon.type-vps{background:#edf0ef;color:#34423c}.credential-list{padding:4px 18px}.credential-row{min-height:58px;display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid #edf0ef}.credential-row:last-child{border-bottom:0}.credential-row>span{color:var(--muted);font-size:11px}.credential-value{min-width:0;font-size:12px;font-weight:650;line-height:1.45;overflow-wrap:anywhere}.credential-actions{display:flex;gap:5px}.resource-pending{min-height:118px;display:flex;align-items:center;justify-content:center;gap:9px;color:#87918d;font-size:12px}.resource-checked{min-height:34px;padding:9px 18px;border-top:1px solid #edf0ef;background:#f8faf9;color:var(--muted);font-size:10px;text-align:right}.row-actions{display:flex;justify-content:flex-end;gap:6px}.admin-delivery-heading{align-items:center}.admin-delivery-heading p{margin-top:8px;color:var(--muted);font-size:12px}.back-link{margin:0 0 12px;padding:0;border:0;background:transparent;color:var(--green);display:flex;align-items:center;gap:5px;font-size:12px;font-weight:650}.admin-delivery-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);gap:22px;margin-bottom:32px}.admin-delivery-settings,.admin-step-panel{min-height:0}.admin-settings-fields{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px;padding-top:10px;margin-bottom:16px;border-top:1px solid var(--line)}.admin-note-field{grid-column:1 / -1}.admin-step-list{border-top:1px solid var(--line)}.admin-step-row{min-height:63px;display:grid;grid-template-columns:30px minmax(0,1fr) 112px;align-items:center;gap:10px;border-bottom:1px solid #edf0ef}.admin-step-row:last-child{border-bottom:0}.admin-step-row>div{min-width:0;display:flex;flex-direction:column;gap:3px}.admin-step-row strong{font-size:12px}.admin-step-row small{color:var(--muted);font-size:10px;line-height:1.35}.admin-step-row select{height:34px;padding:0 7px;font-size:11px}.admin-resource-heading{margin-top:4px}.admin-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.admin-resource-card .resource-card-heading{grid-template-columns:42px minmax(0,1fr)}.admin-resource-card .resource-card-heading>div{display:grid;justify-content:initial;gap:7px}.admin-resource-meta{min-height:112px;padding:14px 18px;display:grid;gap:10px}.admin-resource-meta span{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:11px}.admin-resource-meta strong{min-width:0;max-width:68%;color:var(--ink);text-align:right;overflow-wrap:anywhere}.admin-resource-actions{min-height:62px;padding:10px 12px;border-top:1px solid #edf0ef;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.admin-resource-actions .primary-button,.admin-resource-actions .secondary-button{min-height:38px;padding:0 12px;font-size:11px}.modal.wide{width:min(720px,100%)}.resource-editor-context{min-height:64px;padding:11px 13px;background:#f5f7f6;display:flex;align-items:center;gap:12px}.resource-editor-context>div{display:flex;flex-direction:column;gap:4px}.resource-editor-context small{color:var(--muted)}.resource-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.internal-field>span{color:var(--gold-dark)}.internal-field>span small{font-weight:500}.password-input{display:grid;grid-template-columns:minmax(0,1fr) 42px}.password-input input{border-radius:5px 0 0 5px}.password-input .icon-button{width:42px;height:42px;border-left:0;border-radius:0 5px 5px 0}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--line);gap:1px;margin-bottom:22px;box-shadow:0 12px 32px #161e1a0d}.metric{min-height:98px;background:#fff;display:flex;align-items:center;padding:20px;gap:14px}.metric>span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:var(--green-soft);color:var(--green);border-radius:5px}.metric.alert>span{background:var(--amber-soft);color:var(--amber)}.metric:last-child>span{background:var(--gold-soft);color:var(--gold-dark)}.metric div{display:flex;flex-direction:column;gap:5px}.metric small{color:var(--muted)}.metric strong{font-size:20px}.customer-cell{display:flex;flex-direction:column;gap:4px}.customer-cell span{color:var(--muted);font-size:11px}.compact-segment{align-self:center}.admin-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.compact-segment.three-segment{width:300px;grid-template-columns:repeat(3,1fr)}.create-customer-form,.password-change-form{display:grid;gap:18px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f181573;display:flex;align-items:center;justify-content:center;padding:20px}.modal{width:min(470px,100%);max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;border-radius:8px;border:1px solid #cfd6d2;box-shadow:0 28px 80px #0c13103d;padding:26px;display:grid;gap:20px}.modal-heading{display:flex;align-items:center;justify-content:space-between}.checkout-summary{border:1px solid var(--line)}.checkout-summary div{min-height:42px;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--line)}.checkout-summary div:last-child{border-bottom:0}.checkout-summary span{color:var(--muted);font-size:12px}.checkout-summary strong{font-size:13px}.field-stack{display:grid;gap:7px;color:#45524d;font-size:12px}.field-stack>label,.field-stack>span{font-weight:650}input,select,textarea{width:100%;border:1px solid #cfd7d3;border-radius:5px;background:#fff;color:var(--ink);outline:none}input,select{height:42px;padding:0 11px}textarea{padding:10px 11px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #13795b1a}.segmented{height:42px;padding:3px;background:#edf1ef;display:grid;grid-template-columns:1fr 1fr;gap:3px;border-radius:5px}.segmented button{border:0;background:transparent;color:#64706b;border-radius:3px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:650}.segmented button.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #14231e1f}.payment-segment{grid-template-columns:repeat(3,1fr)}.compact-segment{width:210px}.modal-context{background:#f5f7f6;padding:12px;display:flex;flex-direction:column;gap:5px}.modal-context span{color:var(--muted);font-size:12px}.money-input{display:flex;align-items:center;border:1px solid #cfd7d3;border-radius:5px;overflow:hidden}.money-input span{width:36px;text-align:center;color:var(--muted)}.money-input input{border:0;border-left:1px solid #dce2df;border-radius:0}.check-row{display:flex;align-items:center;gap:9px;font-size:13px}.check-row input{width:16px;height:16px;accent-color:var(--green)}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(400px,.9fr) minmax(500px,1.1fr);background:#fff}.auth-brand{background:#101411;color:#fff;display:flex;align-items:center;justify-content:flex-end;padding:56px;border-right:1px solid #2c322f}.auth-brand-inner{width:min(440px,100%);position:relative;padding-left:24px}.auth-brand-inner:before{content:"";position:absolute;left:0;top:112px;width:3px;height:142px;background:#c89b50}.auth-logo{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:750;margin-bottom:90px}.auth-brand h1{font-size:46px;max-width:360px;line-height:1.12;font-weight:740}.auth-status{margin-top:42px;display:grid;gap:17px;color:#b8c5c1}.auth-status span{display:flex;align-items:center;gap:10px;font-size:13px}.auth-status svg{color:#c89b50}.auth-form-wrap{display:flex;align-items:center;padding:48px 10%;background:#eef1ef}.auth-form{width:min(420px,100%);display:grid;gap:19px;background:#fff;border:1px solid #d6dcda;border-radius:8px;padding:34px;box-shadow:0 22px 58px #141d191a}.auth-form h2{font-size:29px}.auth-form label{display:grid;gap:7px;font-size:12px;font-weight:650;color:#4d5b56}.auth-switch{border:0;background:transparent;color:var(--green);padding:4px;font-weight:650}.form-alert{min-height:42px;display:flex;align-items:center;gap:8px;padding:9px 11px;font-size:12px;border:1px solid;border-radius:5px}.form-alert.error{color:var(--red);background:var(--red-soft);border-color:#efc2bc}.form-alert.success{color:var(--green);background:var(--green-soft);border-color:#b9dfd1}.loading-screen{min-height:100vh;background:#17201d;color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-size:20px;font-weight:750}.loading-block{min-height:320px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1050px){.topbar{grid-template-columns:180px 1fr 150px;padding:0 18px}.account-copy{display:none}.plan-grid{grid-template-columns:1fr 1fr}.service-band{grid-template-columns:1.5fr 1fr 1fr}.service-stat:last-child{display:none}.subscription-strip{grid-template-columns:1fr 1fr 1fr}.subscription-actions{grid-column:1 / -1;justify-self:stretch;justify-content:flex-start;border-top:1px solid var(--line);padding-top:14px}.delivery-banner{grid-template-columns:minmax(340px,1.5fr) repeat(2,minmax(130px,.75fr))}.delivery-banner-stat:last-child{display:none}.admin-delivery-grid{grid-template-columns:1fr}.admin-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-heading{align-items:center}}@media(max-width:760px){.topbar{height:auto;min-height:62px;grid-template-columns:1fr auto;padding:0 14px}.brand-product{display:none}.main-nav{grid-column:1 / -1;order:3;height:48px;width:calc(100% + 28px);margin-left:-14px;border-top:1px solid #2d3935}.main-nav button{min-width:0;flex:1;font-size:12px}.account-menu{grid-column:2;grid-row:1}.notice{margin:12px 12px 0}main{padding:26px 14px 48px}h1{font-size:24px}.page-heading{min-height:60px;margin-bottom:18px}.service-band{grid-template-columns:1fr 1fr}.service-primary{grid-column:1 / -1;border-right:0;border-bottom:1px solid var(--line)}.service-stat{min-height:76px;padding:14px 18px}.service-stat:nth-child(4){display:none}.content-grid,.metric-row,.plan-grid{grid-template-columns:1fr}.plan-card{padding:18px}.subscription-strip{grid-template-columns:1fr 1fr}.subscription-actions{grid-column:1 / -1}.metric{min-height:74px}.delivery-banner{grid-template-columns:1fr 1fr}.delivery-banner-main{grid-column:1 / -1;border-bottom:1px solid #343c38}.delivery-banner-stat{min-height:78px;padding:14px 18px}.delivery-banner-stat:last-child{display:flex}.delivery-banner-stat:nth-child(3){border-left:0}.delivery-layout,.delivery-resources,.admin-resource-grid,.resource-editor-grid,.admin-settings-fields{grid-template-columns:1fr}.admin-note-field{grid-column:auto}.admin-heading{align-items:flex-start}.admin-heading-actions{align-items:flex-end;flex-direction:column-reverse}.compact-segment.three-segment{width:270px}.auth-shell{grid-template-columns:1fr;background:#f7f9f8}.auth-brand{min-height:190px;justify-content:flex-start;padding:30px 24px}.auth-logo{margin-bottom:30px}.auth-brand h1{font-size:28px}.auth-status{display:none}.auth-form-wrap{padding:36px 24px;align-items:flex-start}.compact-segment{width:176px}}@media(max-width:420px){.main-nav button{gap:4px}.main-nav button span{display:none}.page-heading{align-items:center}.pricing-key{display:none}.resource-list,.subscription-strip,.delivery-banner{grid-template-columns:1fr}.delivery-banner-main{padding:20px 16px;align-items:flex-start}.delivery-banner-stat{border-left:0;border-bottom:1px solid #343c38}.delivery-banner-stat:last-child{border-bottom:0}.delivery-step{grid-template-columns:30px minmax(0,1fr);padding:10px 0}.delivery-step .status-badge{grid-column:2;justify-self:start}.delivery-step:not(:last-child) .step-marker:after{height:64px}.credential-row{grid-template-columns:1fr auto;padding:10px 0}.credential-row>span{grid-column:1 / -1}.admin-step-row{grid-template-columns:28px minmax(0,1fr);padding:10px 0}.admin-step-row select{grid-column:2;width:112px}.resource-card-heading>div{display:grid;justify-content:initial;gap:6px}.admin-heading{display:grid}.admin-heading-actions{width:100%;align-items:stretch}.admin-heading-actions .primary-button,.compact-segment.three-segment{width:100%}.modal{padding:18px}}
