:root{--bg:#f6f8fb;--surface:#fff;--surface-soft:#f2f5fa;--surface-muted:#eef1f6;--surface-strong:#e2e7ef;--text:#1c2434;--text-secondary:#4a5568;--text-subtle:#7b869b;--text-disabled:#a3adbf;--text-inverse:#fff;--border:#e5e9f0;--border-strong:#d3dae4;--border-focus:#356ae6;--primary:#356ae6;--primary-hover:#2c5bc9;--primary-active:#244cab;--primary-foreground:#fff;--primary-soft:#eaf0fd;--success:#1f7a4d;--success-bg:#e8f6ee;--warning:#9a6b12;--warning-bg:#fdf4e3;--danger:#c0392f;--danger-bg:#fdeeec;--info:#2c5bc9;--info-bg:#eaf0fd;--accent-1:#6b705c;--accent-2:#8b7e6b;--accent-3:#6e7c84;--accent-4:#8a7666;--accent-5:#7a6f83;--font-sans:Inter, Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-11:11px;--font-size-12:12px;--font-size-13:13px;--font-size-14:14px;--font-size-16:16px;--font-size-18:18px;--font-size-20:20px;--font-size-24:24px;--font-size-30:30px;--line-tight:1.25;--line-normal:1.5;--line-relaxed:1.65;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-pill:999px;--shadow-xs:0 1px 1px #14141208;--shadow-sm:0 1px 2px #1414120a;--shadow-md:0 6px 20px #1414120f;--shadow-lg:0 16px 40px #14141214;--sidebar-width:232px;--header-height:60px;--content-max-width:none;--page-padding-x:24px;--page-padding-y:24px;--control-height-sm:32px;--control-height-md:40px;--control-height-lg:48px;--table-row-height:48px}*,:before,:after{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-size:var(--font-size-14);line-height:var(--line-normal);margin:0}button,input,select,textarea{font:inherit}button{border:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin:0}::selection{background:#d9d9d3}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);background:var(--bg);min-height:100vh;display:grid}.sidebar{height:100vh;padding:var(--space-4) var(--space-3);background:var(--surface);border-right:1px solid var(--border);flex-direction:column;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar__brand{align-items:center;gap:var(--space-3);min-height:36px;margin-bottom:var(--space-5);padding:0 var(--space-2);font-size:var(--font-size-14);font-weight:var(--weight-bold);letter-spacing:-.01em;display:flex}.sidebar__mark{border-radius:var(--radius-sm);background:var(--primary);width:26px;height:26px;color:var(--primary-foreground);font-size:var(--font-size-12);font-weight:var(--weight-bold);flex:none;place-items:center;display:grid}.sidebar__group+.sidebar__group{margin-top:var(--space-5)}.sidebar__label{padding:0 var(--space-2);margin-bottom:var(--space-2);color:var(--text-subtle);font-size:var(--font-size-11);font-weight:var(--weight-semibold);letter-spacing:.04em}.sidebar__nav{gap:2px;display:grid}.sidebar__item{align-items:center;gap:var(--space-3);min-height:36px;padding:0 var(--space-2);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--font-size-13);font-weight:var(--weight-medium);transition:background .12s,color .12s;display:flex}.sidebar__item svg{width:16px;height:16px;color:var(--text-subtle);flex:none}.sidebar__item:hover{background:var(--surface-soft);color:var(--text)}.sidebar__item:hover svg{color:var(--text-secondary)}.sidebar__item.is-active{background:var(--primary-soft);color:var(--primary);font-weight:var(--weight-semibold)}.sidebar__item.is-active svg{color:var(--primary)}.sidebar__foot{padding-top:var(--space-4);margin-top:auto}.main-shell{flex-direction:column;min-width:0;display:flex}.topbar{z-index:20;height:var(--header-height);align-items:center;gap:var(--space-4);padding:0 var(--page-padding-x);background:var(--surface);border-bottom:1px solid var(--border);display:flex;position:sticky;top:0}.topbar__title{font-size:var(--font-size-14);font-weight:var(--weight-semibold);white-space:nowrap}.topbar__crumb{color:var(--text-subtle);font-size:var(--font-size-12)}.topbar__search{max-width:420px;margin-left:var(--space-4);flex:1;position:relative}.topbar__search input{width:100%;height:var(--control-height-sm);padding:0 var(--space-3) 0 32px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-size:var(--font-size-13);font-family:inherit}.topbar__search input:focus{border-color:var(--border-focus);background:var(--surface);outline:none}.topbar__search svg{width:14px;height:14px;color:var(--text-subtle);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.topbar__actions{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.page{width:100%;max-width:var(--content-max-width);padding:var(--page-padding-y) var(--page-padding-x) var(--space-16);margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.page-title{font-size:var(--font-size-24);line-height:var(--line-tight);font-weight:var(--weight-bold);letter-spacing:-.035em}.page-description{margin-top:var(--space-2);color:var(--text-subtle);font-size:var(--font-size-13)}.grid{gap:var(--space-4);display:grid}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.section{margin-top:var(--space-8)}.section:first-child{margin-top:0}.section-header{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.section-title{font-size:var(--font-size-16);font-weight:var(--weight-semibold);letter-spacing:-.02em}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-xs)}.card--soft{background:var(--surface-soft);box-shadow:none}.card__header{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5) var(--space-5) var(--space-3);display:flex}.card__body{padding:var(--space-5)}.card__header+.card__body{padding-top:var(--space-2)}.card__title{font-size:var(--font-size-14);font-weight:var(--weight-semibold)}.card__description{margin-top:var(--space-1);color:var(--text-subtle);font-size:var(--font-size-12)}.kpi-grid{gap:var(--space-3);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.stat-card{min-height:112px;padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.stat-card__label{color:var(--text-subtle);font-size:var(--font-size-12);font-weight:var(--weight-medium)}.stat-card__value{margin-top:var(--space-3);font-size:var(--font-size-24);line-height:1;font-weight:var(--weight-bold);letter-spacing:-.035em}.stat-card__meta{margin-top:var(--space-3);color:var(--text-subtle);font-size:var(--font-size-11)}.stat-card__delta{margin-left:var(--space-1);font-weight:var(--weight-semibold)}.stat-card__delta.is-positive{color:var(--success)}.stat-card__delta.is-negative{color:var(--danger)}.btn{min-height:var(--control-height-md);justify-content:center;align-items:center;gap:var(--space-2);padding:0 var(--space-4);border-radius:var(--radius-sm);cursor:pointer;font-weight:var(--weight-semibold);font-size:var(--font-size-13);border:1px solid #0000;transition:background .12s,border-color .12s,color .12s,transform 80ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--primary);color:var(--primary-foreground)}.btn--primary:hover{background:var(--primary-hover)}.btn--secondary{background:var(--surface);border-color:var(--border-strong);color:var(--text)}.btn--secondary:hover{background:var(--surface-soft)}.btn--ghost{color:var(--text-secondary);background:0 0}.btn--ghost:hover{background:var(--surface-soft);color:var(--text)}.btn--danger{background:var(--danger);color:#fff}.btn--sm{min-height:var(--control-height-sm);padding:0 var(--space-3);font-size:var(--font-size-12)}.btn--lg{min-height:var(--control-height-lg);padding:0 var(--space-5)}.form-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.field{gap:var(--space-2);display:grid}.field__label{color:var(--text-secondary);font-size:var(--font-size-12);font-weight:var(--weight-semibold)}.field__hint{color:var(--text-subtle);font-size:var(--font-size-11)}.input,.select,.textarea{border:1px solid var(--border-strong);background:var(--surface);width:100%;color:var(--text);border-radius:var(--radius-sm);outline:none;transition:border-color .12s,box-shadow .12s}.input,.select{height:var(--control-height-md);padding:0 var(--space-3)}.textarea{resize:vertical;min-height:112px;padding:var(--space-3);line-height:var(--line-relaxed)}.input:focus,.select:focus,.textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #2e312b14}.input::placeholder,.textarea::placeholder{color:var(--text-disabled)}.badge{min-height:24px;padding:0 var(--space-2);border-radius:var(--radius-pill);font-size:var(--font-size-11);font-weight:var(--weight-semibold);white-space:nowrap;align-items:center;display:inline-flex}.badge--neutral{background:var(--surface-soft);color:var(--text-secondary)}.badge--success{background:var(--success-bg);color:var(--success)}.badge--warning{background:var(--warning-bg);color:var(--warning)}.badge--danger{background:var(--danger-bg);color:var(--danger)}.badge--info{background:var(--info-bg);color:var(--info)}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:auto}.table{border-collapse:collapse;width:100%;min-width:900px}.table th{height:42px;padding:0 var(--space-4);background:var(--surface-soft);border-bottom:1px solid var(--border);color:var(--text-subtle);font-size:var(--font-size-11);font-weight:var(--weight-semibold);text-align:left;white-space:nowrap}.table td{height:var(--table-row-height);padding:0 var(--space-4);border-bottom:1px solid var(--border);color:var(--text-secondary);font-size:var(--font-size-13);vertical-align:middle}.table tbody tr:last-child td{border-bottom:0}.table tbody tr:hover{background:#fbfbf9}.table td.is-strong{color:var(--text);font-weight:var(--weight-medium)}.tabs{align-items:center;gap:var(--space-1);border-bottom:1px solid var(--border);display:flex}.tab{min-height:42px;padding:0 var(--space-3);color:var(--text-subtle);font-size:var(--font-size-13);font-weight:var(--weight-medium);align-items:center;display:inline-flex;position:relative}.tab:hover{color:var(--text)}.tab.is-active{color:var(--text);font-weight:var(--weight-semibold)}.tab.is-active:after{content:"";left:var(--space-3);right:var(--space-3);background:var(--primary);height:2px;position:absolute;bottom:-1px}.progress{background:var(--surface-muted);border-radius:var(--radius-pill);height:6px;overflow:hidden}.progress__bar{background:var(--primary);border-radius:inherit;height:100%;transition:width .18s}.job-state{align-items:center;gap:var(--space-3);display:flex}.job-state__dot{background:var(--text-disabled);border-radius:50%;width:8px;height:8px}.job-state.is-running .job-state__dot{background:var(--info)}.job-state.is-success .job-state__dot{background:var(--success)}.job-state.is-error .job-state__dot{background:var(--danger)}.empty-state{min-height:240px;padding:var(--space-8);text-align:center;color:var(--text-subtle);place-items:center;display:grid}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg, var(--surface-soft) 25%, var(--surface-muted) 37%, var(--surface-soft) 63%);background-size:400% 100%;animation:1.4s infinite skeleton}@keyframes skeleton{0%{background-position:100%}to{background-position:0}}.overlay{z-index:100;padding:var(--space-4);background:#17171552;place-items:center;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(680px,100%);max-height:calc(100vh - 48px);box-shadow:var(--shadow-lg);overflow:auto}.drawer{z-index:110;background:var(--surface);border-left:1px solid var(--border);width:min(560px,92vw);height:100vh;box-shadow:var(--shadow-lg);position:fixed;top:0;right:0;overflow:auto}.dashboard-stack{gap:var(--space-6);display:grid}.dashboard-main{gap:var(--space-4);grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);display:grid}.status-summary{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.status-item{padding:var(--space-4);background:var(--surface-soft);border-radius:var(--radius-sm)}.status-item__label{color:var(--text-subtle);font-size:var(--font-size-11)}.status-item__value{margin-top:var(--space-2);font-size:var(--font-size-18);font-weight:var(--weight-bold)}.public-shell{min-height:100vh;color:var(--text);background:#faf9f6}.public-container{width:min(1120px,100% - 40px);margin:0 auto}.public-nav{border-bottom:1px solid #1f1f1c14;justify-content:space-between;align-items:center;height:68px;display:flex}.hero{text-align:center;padding:84px 0 72px}.hero__eyebrow{color:var(--text-subtle);font-size:var(--font-size-12);font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase}.hero__title{max-width:760px;margin:var(--space-4) auto 0;letter-spacing:-.05em;font-size:clamp(38px,5vw,62px);line-height:1.06}.hero__description{max-width:620px;margin:var(--space-5) auto 0;color:var(--text-secondary);font-size:var(--font-size-16);line-height:var(--line-relaxed)}.hero__actions{justify-content:center;gap:var(--space-3);margin-top:var(--space-6);display:flex}@media (max-width:1180px){.kpi-grid,.grid--5{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-main{grid-template-columns:1fr}}@media (max-width:900px){:root{--page-padding-x:20px}.app-shell{grid-template-columns:1fr}.sidebar{display:none}.grid--4,.grid--3,.grid--2,.form-grid,.status-summary{grid-template-columns:1fr 1fr}}@media (max-width:640px){:root{--page-padding-x:16px;--page-padding-y:16px}.topbar{padding:0 var(--page-padding-x)}.page-header{flex-direction:column}.kpi-grid,.grid--5,.grid--4,.grid--3,.grid--2,.form-grid,.status-summary{grid-template-columns:1fr}.hero{padding:56px 0 48px}.hero__actions{flex-direction:column;align-items:stretch}}.pipeline{align-items:stretch;gap:var(--space-2);display:flex;overflow-x:auto}.pipeline__step{min-width:108px;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);gap:var(--space-1);flex-direction:column;flex:1 1 0;display:flex}.pipeline__label{align-items:center;gap:var(--space-2);font-size:var(--font-size-13);font-weight:var(--weight-semibold);color:var(--text);display:flex}.pipeline__detail{font-size:var(--font-size-11);color:var(--text-subtle);line-height:var(--line-normal)}.pipeline__dot{border-radius:var(--radius-pill);background:var(--border-strong);flex:none;width:8px;height:8px}.pipeline__step--done{background:var(--success-bg);border-color:var(--success)}.pipeline__step--done .pipeline__dot{background:var(--success)}.pipeline__step--current{border-color:var(--primary);box-shadow:var(--shadow-xs)}.pipeline__step--current .pipeline__dot{background:var(--primary)}.pipeline__step--attention{background:var(--warning-bg);border-color:var(--warning)}.pipeline__step--attention .pipeline__dot{background:var(--warning)}.pipeline__step--blocked{background:var(--surface-muted)}.pipeline__step--blocked .pipeline__label{color:var(--text-disabled)}.next-action{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);border:1px solid var(--primary);border-radius:var(--radius-lg);background:var(--surface);display:flex}.next-action__text{gap:var(--space-1);flex-direction:column;display:flex}.next-action__title{font-size:var(--font-size-16);font-weight:var(--weight-semibold)}.next-action__reason{font-size:var(--font-size-13);color:var(--text-secondary)}.timeline{gap:var(--space-3);flex-direction:column;display:flex}.timeline__item{gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);display:flex}.timeline__item--inbound{background:var(--surface-soft)}.timeline__meta{font-size:var(--font-size-11);color:var(--text-subtle);gap:var(--space-1);flex-direction:column;flex:0 0 132px;display:flex}.timeline__body{font-size:var(--font-size-13);line-height:var(--line-relaxed);white-space:pre-wrap;word-break:break-word;flex:1}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.panel__head{align-items:center;gap:var(--space-3);min-height:48px;padding:var(--space-3) var(--space-5);border-bottom:1px solid var(--border);display:flex}.panel__title{font-size:var(--font-size-14);font-weight:var(--weight-semibold)}.panel__hint{color:var(--text-subtle);font-size:var(--font-size-12)}.panel__actions{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.panel__body{padding:var(--space-5)}.panel__body--flush{padding:0}.dt-wrap{width:100%;overflow-x:auto}.dt{border-collapse:collapse;width:100%;font-size:var(--font-size-13)}.dt th{height:38px;padding:0 var(--space-4);background:var(--surface-soft);border-bottom:1px solid var(--border);color:var(--text-subtle);font-size:var(--font-size-12);font-weight:var(--weight-semibold);text-align:left;white-space:nowrap;position:sticky;top:0}.dt td{height:var(--table-row-height);padding:0 var(--space-4);border-bottom:1px solid var(--border);color:var(--text-secondary);vertical-align:middle;white-space:nowrap}.dt tbody tr:last-child td{border-bottom:0}.dt tbody tr:hover td{background:var(--surface-soft)}.dt__strong{color:var(--text);font-weight:var(--weight-semibold)}.dt__sub{color:var(--text-subtle);font-size:var(--font-size-11);margin-top:1px;display:block}.dt__num{text-align:right;font-variant-numeric:tabular-nums}.toolbar{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap;display:flex}.toolbar .input,.toolbar .select{height:var(--control-height-sm);font-size:var(--font-size-13)}.toolbar__search{flex:240px;min-width:200px}.chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.chip{align-items:center;gap:var(--space-2);height:30px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-secondary);font-size:var(--font-size-12);font-weight:var(--weight-medium);white-space:nowrap;display:inline-flex}.chip:hover{border-color:var(--border-strong);color:var(--text)}.chip.is-active{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.chip__count{color:inherit;opacity:.7;font-variant-numeric:tabular-nums}.kpis{gap:var(--space-3);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.kpi{padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.kpi__label{color:var(--text-subtle);font-size:var(--font-size-12);font-weight:var(--weight-medium)}.kpi__value{margin-top:var(--space-2);font-size:var(--font-size-24);font-weight:var(--weight-bold);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.kpi__meta{margin-top:var(--space-1);color:var(--text-subtle);font-size:var(--font-size-11)}.kpi--alert .kpi__value{color:var(--warning)}.kpi--danger .kpi__value{color:var(--danger)}.kv{gap:var(--space-2) var(--space-4);font-size:var(--font-size-13);grid-template-columns:auto 1fr;display:grid}.kv dt{color:var(--text-subtle);white-space:nowrap}.kv dd{color:var(--text);margin:0}.workspace{gap:var(--space-5);grid-template-columns:minmax(0,1fr) 360px;align-items:start;display:grid}.workspace__rail{top:calc(var(--header-height) + var(--space-5));gap:var(--space-3);display:grid;position:sticky}@media (max-width:1280px){.workspace{grid-template-columns:minmax(0,1fr)}.workspace__rail{position:static}.kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}.stack{gap:var(--space-6);display:grid}.stack--tight{gap:var(--space-4)}.stepper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);align-items:stretch;display:flex;overflow:hidden}.stepper__item{min-width:0;padding:var(--space-3) var(--space-4);border-right:1px solid var(--border);flex-direction:column;flex:1 1 0;gap:2px;display:flex}.stepper__item:last-child{border-right:0}.stepper__label{align-items:center;gap:var(--space-2);font-size:var(--font-size-13);font-weight:var(--weight-semibold);color:var(--text-disabled);display:flex}.stepper__dot{border-radius:var(--radius-pill);background:var(--border-strong);flex:none;width:7px;height:7px}.stepper__detail{font-size:var(--font-size-11);color:var(--text-subtle);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.stepper__item--done .stepper__label{color:var(--success)}.stepper__item--done .stepper__dot{background:var(--success)}.stepper__item--current{background:var(--primary-soft)}.stepper__item--current .stepper__label{color:var(--primary)}.stepper__item--current .stepper__dot{background:var(--primary)}.stepper__item--attention{background:var(--warning-bg)}.stepper__item--attention .stepper__label{color:var(--warning)}.stepper__item--attention .stepper__dot{background:var(--warning)}.now-card{padding:var(--space-4);background:var(--surface);border:1px solid var(--primary);border-radius:var(--radius-md)}.now-card__label{color:var(--primary);font-size:var(--font-size-11);font-weight:var(--weight-semibold);letter-spacing:.04em}.now-card__text{margin:var(--space-2) 0 var(--space-3);font-size:var(--font-size-13);line-height:var(--line-normal);color:var(--text)}.now-card--done{border-color:var(--border)}.now-card--done .now-card__label{color:var(--text-subtle)}.pillars{gap:var(--space-2);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.pillar{padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);text-align:center}.pillar__label{color:var(--text-subtle);font-size:var(--font-size-11)}.pillar__hanja{font-size:var(--font-size-20);font-weight:var(--weight-bold);letter-spacing:.06em;margin-top:2px}.pillar__korean{color:var(--text-subtle);font-size:var(--font-size-11)}.checklist{gap:var(--space-2);flex-wrap:wrap;display:flex}.checklist__item{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:var(--font-size-12);color:var(--text-secondary);display:inline-flex}.checklist__item--done{border-color:var(--success);color:var(--success)}.checklist__item--failed{border-color:var(--danger);color:var(--danger)}.anchors{gap:var(--space-1);padding:var(--space-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);top:var(--header-height);z-index:10;display:flex;position:sticky}.anchors a{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--font-size-13);font-weight:var(--weight-medium)}.anchors a:hover{background:var(--surface-soft);color:var(--text)}.chart{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.chart__col{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.chart__col--day{border-color:var(--primary)}.chart__head{padding:var(--space-2);background:var(--surface-soft);border-bottom:1px solid var(--border);text-align:center;font-size:var(--font-size-12);font-weight:var(--weight-semibold);color:var(--text-secondary)}.chart__col--day .chart__head{background:var(--primary-soft);color:var(--primary)}.chart__cell{padding:var(--space-3) var(--space-2);text-align:center;border-bottom:1px solid var(--border)}.chart__cell:last-child{border-bottom:0}.chart__glyph{font-size:var(--font-size-30);font-weight:var(--weight-bold);line-height:1.1}.chart__reading{color:var(--text-subtle);font-size:var(--font-size-11)}.chart__meta{color:var(--text-secondary);font-size:var(--font-size-11);margin-top:2px}.bars{gap:var(--space-2);display:grid}.bar{align-items:center;gap:var(--space-3);font-size:var(--font-size-13);grid-template-columns:32px 1fr 28px;display:grid}.bar__label{color:var(--text-secondary)}.bar__track{background:var(--surface-muted);border-radius:var(--radius-pill);height:8px;display:block;overflow:hidden}.bar__fill{background:var(--primary);border-radius:inherit;height:100%;display:block}.bar__value{text-align:right;font-variant-numeric:tabular-nums;color:var(--text)}.bar--missing .bar__label,.bar--missing .bar__value{color:var(--danger)}.luck{gap:var(--space-2);padding-bottom:var(--space-2);display:flex;overflow-x:auto}.luck__item{min-width:68px;padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);text-align:center;flex:none}.luck__item--current{border-color:var(--primary);background:var(--primary-soft)}.luck__age{color:var(--text-subtle);font-size:var(--font-size-11)}.luck__glyph{font-size:var(--font-size-16);font-weight:var(--weight-semibold)}.reading{max-width:68ch}.reading p{margin:0 0 var(--space-4);font-size:var(--font-size-14);line-height:var(--line-relaxed);color:var(--text)}.reading p:last-child{margin-bottom:0}.section-block+.section-block{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--border)}.section-block__head{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.section-block__title{font-size:var(--font-size-18);font-weight:var(--weight-semibold);letter-spacing:-.01em}.section-block__meta{align-items:center;gap:var(--space-3);color:var(--text-subtle);font-size:var(--font-size-12);margin-left:auto;display:flex}.evidence{margin-top:var(--space-4);max-width:68ch}.evidence summary{cursor:pointer;color:var(--text-secondary);font-size:var(--font-size-13)}.evidence__list{gap:var(--space-2);margin-top:var(--space-3);padding:var(--space-3);background:var(--surface-soft);border-radius:var(--radius-sm);flex-wrap:wrap;display:flex}.evidence__item{padding:var(--space-1) var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:var(--font-size-12);color:var(--text-secondary)}.devinfo pre{max-height:360px;padding:var(--space-3);background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:var(--font-size-11);line-height:var(--line-normal);overflow:auto}
