:root {
  --ink: #132238;
  --muted: #66758a;
  --line: #dce5ee;
  --surface: rgba(255, 255, 255, 0.88);
  --teal: #43b9a8;
  --gold: #f0bd62;
  --shadow: 0 24px 70px rgba(19, 34, 56, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 0 0, rgba(67, 185, 168, .12), transparent 30rem), linear-gradient(145deg, #f8fbfd, #edf3f7); font-family: 'Manrope', system-ui, sans-serif; }
a { color: inherit; }
button, input { font: inherit; }
.login-body { min-height: 100vh; display: grid; place-items: center; padding: 28px; }
.login-shell { width: min(1080px, 100%); display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.login-panel, .login-aside, .surface-card { border: 1px solid rgba(220, 229, 238, .94); border-radius: 28px; box-shadow: var(--shadow); }
.login-panel { padding: clamp(30px, 6vw, 72px); background: var(--surface); }
.login-aside { min-height: 540px; padding: 42px; color: #eff9f7; background: linear-gradient(150deg, #142841, #1b5360); position: relative; overflow: hidden; }
.brand-lockup { display: flex; align-items: center; gap: 11px; }
.brand-lockup strong { display: block; font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.brand-link { text-decoration: none; }
.brand-mark { width: 34px; height: 34px; border: 4px solid var(--teal); border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark span { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.eyebrow, .kicker, .card-label { margin: 0; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.eyebrow { color: var(--teal); }
.login-panel .eyebrow { color: var(--ink); }
.kicker { margin-top: 48px; color: var(--teal); }
h1, h2 { margin: 0; font-family: 'Newsreader', Georgia, serif; font-weight: 600; letter-spacing: -.04em; }
.login-panel h1 { max-width: 480px; margin-top: 10px; font-size: clamp(42px, 6vw, 70px); line-height: .98; }
.lede { max-width: 440px; margin: 22px 0 0; color: var(--muted); line-height: 1.7; }
.login-form { max-width: 390px; margin-top: 38px; display: grid; gap: 10px; }
.login-form label { margin-top: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.login-form input { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; outline: none; }
.login-form input:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(67, 185, 168, .15); }
.primary-button, .ghost-button { border: 0; border-radius: 12px; cursor: pointer; font-weight: 800; }
.primary-button { margin-top: 13px; padding: 15px 18px; color: #fff; background: var(--ink); transition: transform .2s ease, background .2s ease; }
.primary-button:hover { background: #23415f; transform: translateY(-1px); }
.primary-button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-error { margin: 6px 0 0; color: #b94040; font-size: 12px; }
.login-aside h2 { max-width: 360px; margin-top: 170px; font-size: clamp(38px, 5vw, 60px); line-height: 1; }
.login-aside p:not(.eyebrow) { max-width: 350px; margin-top: 20px; color: #c2e1dc; line-height: 1.7; }
.aside-orbit { position: absolute; top: 55px; right: 60px; width: 155px; height: 155px; border: 1px solid rgba(194, 225, 220, .36); border-radius: 50%; }
.aside-orbit:before, .aside-orbit:after { content: ''; position: absolute; inset: 22px; border: 1px solid rgba(194, 225, 220, .3); border-radius: 50%; }
.aside-orbit:after { inset: 58px; background: var(--gold); border: 0; }
.aside-orbit span, .aside-orbit i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--teal); }
.aside-orbit span { top: 4px; left: 78px; }.aside-orbit i { right: 7px; bottom: 28px; background: #fff; }
.aside-foot { position: absolute; right: 42px; bottom: 42px; display: flex; align-items: center; gap: 9px; color: #c2e1dc; font-size: 12px; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; background: var(--teal); box-shadow: 0 0 0 5px rgba(67, 185, 168, .15); }
.topbar { min-height: 76px; padding: 18px clamp(20px, 5vw, 72px); display: flex; justify-content: space-between; align-items: center; gap: 20px; background: rgba(255, 255, 255, .7); border-bottom: 1px solid rgba(220, 229, 238, .8); backdrop-filter: blur(16px); }
.topbar-actions, .user-chip { display: flex; align-items: center; gap: 17px; }.user-chip { gap: 4px; flex-direction: column; align-items: flex-end; }.user-chip strong { font-size: 12px; }.user-chip span { color: var(--muted); font-size: 10px; }
.ghost-button { padding: 10px 13px; color: var(--ink); border: 1px solid var(--line); background: rgba(255, 255, 255, .7); font-size: 11px; }.ghost-button:hover { border-color: var(--teal); }
.page-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 80px; }.stage-banner { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid #bfe5dc; border-radius: 999px; color: #26786e; background: rgba(235, 250, 246, .72); font-size: 11px; font-weight: 800; }.hero-block { max-width: 750px; padding: 48px 0 34px; }.hero-block h1 { margin-top: 12px; font-size: clamp(48px, 7vw, 84px); line-height: .94; }.hero-copy { max-width: 650px; margin: 23px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.status-card { min-height: 142px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .65); }.status-card-accent { color: #fff; border-color: transparent; background: var(--ink); }.status-card .card-label { display: block; color: var(--muted); }.status-card-accent .card-label { color: #aadbd3; }.status-card strong { display: block; margin-top: 14px; font-size: 25px; }.status-card p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }.status-card-accent p { color: #c4d4e1; }
.foundation-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 18px; }.surface-card { padding: 28px; background: var(--surface); }.section-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }.surface-card h2 { margin-top: 9px; font-size: 32px; }.ready-badge { padding: 7px 10px; color: #26786e; border-radius: 999px; background: #e7f7f3; font-size: 10px; font-weight: 800; }.foundation-list { display: grid; gap: 4px; margin-top: 28px; }.foundation-row { display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); }.foundation-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 9px; font-size: 12px; font-weight: 800; }.is-ready { color: #26786e; background: #e7f7f3; }.is-next { color: #a96c1d; background: #fff3db; }.foundation-row strong, .foundation-row small { display: block; }.foundation-row strong { font-size: 12px; }.foundation-row small { margin-top: 3px; color: var(--muted); font-size: 10px; }.row-status { color: var(--muted); font-size: 10px; font-weight: 800; }.next-card { background: linear-gradient(145deg, #fffaf0, #fff); }.next-card h2 { font-size: 34px; }.next-card p:not(.eyebrow) { margin: 19px 0; color: var(--muted); line-height: 1.7; font-size: 13px; }.muted-note { display: block; padding-top: 17px; border-top: 1px solid #eadfc9; color: #967750; font-size: 11px; line-height: 1.6; }.skeleton-line { height: 42px; border-radius: 10px; background: linear-gradient(90deg, #f1f5f8, #fafcfd, #f1f5f8); }.skeleton-line.short { width: 75%; }
@media (max-width: 760px) { .login-body { padding: 14px; }.login-shell { grid-template-columns: 1fr; }.login-aside { min-height: 300px; padding: 30px; }.login-aside h2 { margin-top: 85px; font-size: 42px; }.aside-orbit { top: 26px; right: 30px; transform: scale(.7); transform-origin: top right; }.aside-foot { right: 30px; bottom: 28px; }.topbar { align-items: flex-start; padding: 16px 20px; }.topbar-actions { gap: 10px; }.user-chip { display: none; }.page-shell { width: min(100% - 28px, 1180px); padding-top: 32px; }.hero-block { padding-top: 34px; }.hero-block h1 { font-size: 56px; }.hero-copy { font-size: 14px; }.status-grid, .foundation-layout { grid-template-columns: 1fr; }.status-card { min-height: 120px; }.surface-card { padding: 22px; } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; } }
.import-panel { margin-top: 18px; }.import-copy { max-width: 720px; margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.import-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 14px; align-items: end; margin-top: 24px; }.import-form label { display: grid; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 800; }.import-form input { width: 100%; padding: 11px; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); background: #fff; font-size: 11px; }.import-form .primary-button { margin-top: 0; white-space: nowrap; }.import-result { margin-top: 18px; }.import-result:empty { display: none; }.import-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 12px; }.import-stat { padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }.import-stat strong, .import-stat small { display: block; }.import-stat strong { font-size: 18px; }.import-stat small { margin-top: 3px; color: var(--muted); font-size: 10px; }.import-meta { margin-top: 11px; color: var(--muted); font-size: 10px; word-break: break-all; }.import-delta { display: grid; gap: 4px; margin-top: 12px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: #fff; font-size: 11px; }.import-delta strong { color: var(--ink); }.import-warning { margin: 12px 0 0; padding: 11px 13px; border-radius: 10px; color: #8b641e; background: #fff6e4; font-size: 11px; }.import-error { margin: 12px 0 0; padding: 11px 13px; border-radius: 10px; color: #a63a3a; background: #fff0f0; font-size: 11px; }.import-result .primary-button { margin-top: 14px; }
@media (max-width: 760px) { .import-form, .import-summary { grid-template-columns: 1fr; } }
