:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;--color-bg:oklch(100% 0 0);--color-surface:oklch(96.5% .008 200);--color-surface-strong:oklch(93% .012 200);--color-ink:oklch(22% .025 205);--color-muted:oklch(46% .025 205);--color-line:oklch(86% .012 205);--color-primary:oklch(45% .074 200);--color-primary-dark:oklch(34% .07 200);--color-warning-bg:oklch(97% .035 80);--color-warning-line:oklch(80% .1 75);--color-warning-ink:oklch(36% .08 70);--color-disabled-bg:oklch(93% 0 0);--color-disabled-ink:oklch(48% 0 0);--color-focus:oklch(60% .12 200);--radius-control:10px;--radius-panel:12px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--motion-fast:.18s;--ease-out:cubic-bezier(.22, 1, .36, 1);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--color-bg)}body{background:var(--color-bg);min-height:100vh;color:var(--color-ink);margin:0}button{font:inherit}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}#root{min-height:100vh}.app-shell{background:var(--color-bg);width:min(100%,960px);min-height:100vh;margin:0 auto}.app-header{min-height:88px;padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.product-name,.product-subtitle,.section-label,.status-description,.offline-notice p,.read-only-note p,.diagnostic-section__heading p,.diagnostic-export p{margin:0}.product-name{color:var(--color-primary-dark);letter-spacing:-.02em;font-size:1.22rem;font-weight:760;line-height:1.2}.product-name span{margin-inline:.18em}.product-subtitle{margin-top:var(--space-1);color:var(--color-muted);font-size:.92rem;line-height:1.3}.icon-button{width:42px;height:42px;color:var(--color-muted);cursor:pointer;transition:color var(--motion-fast) var(--ease-out), background-color var(--motion-fast) var(--ease-out);background:0 0;border:0;border-radius:50%;place-items:center;padding:8px;display:inline-grid}.icon-button:hover,.icon-button[aria-expanded=true]{background:var(--color-surface);color:var(--color-primary-dark)}.icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:26px;height:26px}.sprint-boundary{padding:var(--space-3) var(--space-6);border-bottom:1px solid var(--color-line);background:var(--color-surface);color:var(--color-muted);animation:help-reveal var(--motion-fast) var(--ease-out);font-size:.86rem;line-height:1.5}@keyframes help-reveal{0%{opacity:0;transform:translateY(-4px)}}.workspace{grid-template-columns:minmax(150px,.38fr) minmax(0,1fr);min-height:calc(100vh - 88px);display:grid}.workspace-content{min-width:0}.workflow-rail{padding:var(--space-7) var(--space-5);border-right:1px solid var(--color-line)}.workflow-rail ol{flex-direction:column;justify-content:space-between;height:100%;min-height:560px;margin:0;padding:0;list-style:none;display:flex}.workflow-rail li{align-items:center;gap:var(--space-3);color:var(--color-muted);grid-template-columns:40px minmax(0,1fr);font-size:.88rem;line-height:1.25;display:grid;position:relative}.workflow-rail li:not(:last-child):after{background:var(--color-line);content:"";width:1px;min-height:76px;position:absolute;top:40px;bottom:calc(48px - 33.333vh);left:19.5px}.workflow-rail li[aria-current=step]{color:var(--color-ink);font-weight:650}.workflow-rail li[data-complete=true]{color:var(--color-primary-dark)}.step-number{z-index:1;border:1px solid var(--color-line);background:var(--color-bg);width:40px;height:40px;color:var(--color-muted);font-variant-numeric:tabular-nums;border-radius:50%;place-items:center;display:grid;position:relative}.workflow-rail li[aria-current=step] .step-number{border-color:var(--color-primary);color:var(--color-primary-dark)}.workflow-rail li[data-complete=true] .step-number{border-color:var(--color-primary-dark);background:var(--color-primary-dark);color:var(--color-bg)}.status-region{min-width:0;padding:var(--space-7) clamp(1.5rem, 5vw, 4rem) var(--space-6);flex-direction:column;display:flex}.status-summary{padding-bottom:var(--space-6);border-bottom:1px solid var(--color-line);align-items:start;gap:var(--space-5);grid-template-columns:72px minmax(0,1fr);display:grid}.status-ring{fill:none;width:72px;height:72px;stroke:var(--color-primary);stroke-width:2.5px}.status-ring--blocked{stroke:var(--color-warning-ink)}.status-ring--loading{stroke:var(--color-line)}.status-ring__dot{fill:var(--color-primary);stroke:none}.status-ring--blocked .status-ring__dot{fill:var(--color-warning-ink)}.status-ring--loading .status-ring__dot{fill:var(--color-line)}.section-label{margin-bottom:var(--space-2);color:var(--color-muted);font-size:.84rem;font-weight:650;line-height:1.3}.status-summary h1{color:var(--color-primary-dark);letter-spacing:-.03em;text-wrap:balance;margin:0;font-size:1.95rem;font-weight:760;line-height:1.12}.status-description{max-width:46ch;margin-top:var(--space-3);color:var(--color-ink);text-wrap:pretty;font-size:1rem;line-height:1.55}.offline-notice{margin-top:var(--space-6);padding:var(--space-5);border:1px solid var(--color-warning-line);border-radius:var(--radius-panel);align-items:start;gap:var(--space-4);background:var(--color-warning-bg);color:var(--color-warning-ink);grid-template-columns:36px minmax(0,1fr);display:grid}.notice-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.65px;width:36px;height:36px}.offline-notice h2{letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:720;line-height:1.4}.offline-notice p{margin-top:var(--space-2);color:var(--color-ink);font-size:.92rem;line-height:1.5}.offline-notice code,.diagnostic-list code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.offline-notice code{overflow-wrap:anywhere;font-size:.8rem}.read-only-note{margin-top:var(--space-5);padding:var(--space-3) 0;border-bottom:1px solid var(--color-line);align-items:baseline;gap:var(--space-3);display:flex}.read-only-note span{background:var(--color-surface-strong);color:var(--color-primary-dark);border-radius:999px;flex:none;padding:.25rem .55rem;font-size:.72rem;font-weight:720}.read-only-note p{color:var(--color-muted);font-size:.82rem;line-height:1.45}.diagnostic-section{padding:var(--space-5) 0;border-bottom:1px solid var(--color-line)}.diagnostic-section__heading{justify-content:space-between;align-items:start;gap:var(--space-4);display:flex}.diagnostic-section__heading h2{color:var(--color-ink);letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:720;line-height:1.35}.diagnostic-section__heading p{max-width:48ch;margin-top:var(--space-1);color:var(--color-muted);font-size:.8rem;line-height:1.45}.status-badge{background:var(--color-surface);color:var(--color-primary-dark);border-radius:999px;flex:none;padding:.28rem .58rem;font-size:.7rem;font-weight:720}.status-badge--ready{background:var(--color-surface-strong)}.status-badge--blocked{background:var(--color-warning-bg);color:var(--color-warning-ink)}.diagnostic-list{margin:var(--space-4) 0 0}.diagnostic-list>div{align-items:baseline;gap:var(--space-4);grid-template-columns:minmax(104px,.42fr) minmax(0,1fr);padding:.64rem 0;display:grid}.diagnostic-list>div+div{border-top:1px solid var(--color-surface-strong)}.diagnostic-list dt,.diagnostic-list dd{margin:0}.diagnostic-list dt{color:var(--color-muted);font-size:.76rem;font-weight:650;line-height:1.4}.diagnostic-list dd{min-width:0;color:var(--color-ink);font-size:.82rem;line-height:1.45}.diagnostic-list code{color:var(--color-primary-dark);overflow-wrap:anywhere;font-size:.74rem}.numeric-value{font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.diagnostic-export{padding-top:var(--space-5);margin-top:auto}.diagnostic-export p{margin-top:var(--space-2);color:var(--color-muted);text-align:center;font-size:.74rem;line-height:1.45}.building-inventory{padding:var(--space-6) clamp(1.5rem, 5vw, 4rem) var(--space-7);border-top:1px solid var(--color-line)}.inventory-section-heading{padding-bottom:var(--space-4);border-bottom:1px solid var(--color-line)}.inventory-intro{padding:var(--space-5) 0}.inventory-intro p,.inventory-progress p,.inventory-blocked p,.inventory-result__heading p,.private-capture-action p{color:var(--color-muted);text-wrap:pretty;margin:0;font-size:.82rem;line-height:1.5}.inventory-intro p+p{margin-top:var(--space-3)}.inventory-progress{padding:var(--space-5) 0;align-items:start;gap:var(--space-3);grid-template-columns:24px minmax(0,1fr);display:grid}.inventory-progress__mark{border:2px solid var(--color-line);border-top-color:var(--color-primary);border-radius:50%;width:20px;height:20px;margin-top:.12rem;animation:.8s linear infinite inventory-rotate}@keyframes inventory-rotate{to{transform:rotate(360deg)}}.inventory-progress h3,.inventory-blocked h3,.inventory-result__heading h3,.inventory-issues h4{color:var(--color-ink);letter-spacing:-.01em;margin:0;font-size:.92rem;font-weight:720;line-height:1.4}.inventory-progress p,.inventory-blocked p,.inventory-result__heading p{margin-top:var(--space-1)}.inventory-blocked,.inventory-issues{margin-top:var(--space-5);padding:var(--space-4);border:1px solid var(--color-warning-line);border-radius:var(--radius-panel);background:var(--color-warning-bg)}.inventory-blocked .inventory-code{margin-top:var(--space-3);color:var(--color-warning-ink);font-size:.74rem}.inventory-code code,.private-capture-action code{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.inventory-blocked .secondary-action,.inventory-result>.secondary-action{margin-top:var(--space-4)}.inventory-result{padding-top:var(--space-5)}.inventory-result__heading{justify-content:space-between;align-items:start;gap:var(--space-4);display:flex}.inventory-summary{margin:var(--space-4) 0 0;gap:var(--space-4);flex-wrap:wrap;display:flex}.inventory-summary>div{flex:92px;min-width:92px}.inventory-summary dt,.inventory-summary dd{margin:0}.inventory-summary dt{color:var(--color-muted);font-size:.68rem;font-weight:650;line-height:1.35}.inventory-summary dd{margin-top:var(--space-1);color:var(--color-primary-dark);font-variant-numeric:tabular-nums;font-size:1rem;font-weight:720}.control-coverage{margin:var(--space-5) 0 0;border-top:1px solid var(--color-line);padding:0;list-style:none}.control-coverage li{padding:var(--space-3) 0;border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:baseline;gap:var(--space-3);color:var(--color-ink);font-size:.78rem;line-height:1.4;display:flex}.control-coverage strong{color:var(--color-primary-dark);font-size:.72rem}.control-coverage strong[data-state=missing],.control-coverage strong[data-state=blocked],.inventory-issues h4{color:var(--color-warning-ink)}.inventory-issues ul{margin:var(--space-2) 0 0;padding-left:1.1rem}.inventory-issues li{color:var(--color-ink);font-size:.78rem;line-height:1.45}.inventory-issues li+li{margin-top:var(--space-2)}.private-capture-action{margin-top:var(--space-5)}.private-capture-action p{margin-top:var(--space-2);text-align:center}.primary-action,.secondary-action{width:100%;min-height:50px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-control);text-align:center;cursor:pointer;transition:background-color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);font-size:.92rem;font-weight:650;line-height:1.3;text-decoration:none}.primary-action{border:1px solid var(--color-primary-dark);background:var(--color-primary-dark);color:var(--color-bg);display:block}.primary-action:hover{border-color:var(--color-primary);background:var(--color-primary)}.secondary-action{border:1px solid var(--color-primary);background:var(--color-bg);color:var(--color-primary-dark);margin-top:auto}.secondary-action:hover{background:var(--color-surface)}.diagnostic-skeleton{padding:var(--space-6) 0}.diagnostic-skeleton span{border-radius:var(--radius-control);background:var(--color-surface);width:100%;height:54px;animation:1.4s ease-in-out infinite alternate skeleton-pulse;display:block}.diagnostic-skeleton span:nth-child(2){width:84%}.diagnostic-skeleton span:nth-child(3){width:62%}.diagnostic-skeleton span+span{margin-top:var(--space-3)}@keyframes skeleton-pulse{to{background:var(--color-surface-strong)}}@media (width<=479px){.app-header{min-height:78px;padding:var(--space-4) var(--space-5)}.sprint-boundary{padding-inline:var(--space-5)}.workspace{grid-template-rows:auto 1fr;grid-template-columns:1fr;min-height:calc(100vh - 78px)}.workflow-rail{padding:var(--space-4) var(--space-5);border-right:0;border-bottom:1px solid var(--color-line);overflow-x:auto}.workflow-rail ol{grid-template-columns:repeat(4,minmax(64px,1fr));gap:0;min-width:320px;min-height:0;display:grid}.workflow-rail li{justify-items:center;gap:var(--space-2);text-align:center;grid-template-columns:1fr;font-size:.69rem}.workflow-rail li:not(:last-child):after{width:100%;height:1px;min-height:1px;inset:19.5px 0 auto 50%}.step-label{max-width:11ch}.status-region{min-height:620px;padding:var(--space-6) var(--space-5) var(--space-5)}.building-inventory{padding:var(--space-5)}.status-summary{gap:var(--space-4);grid-template-columns:56px minmax(0,1fr)}.status-ring{width:56px;height:56px}.status-summary h1{font-size:1.6rem}.status-description{font-size:.94rem}.offline-notice{padding:var(--space-4);gap:var(--space-3);grid-template-columns:30px minmax(0,1fr)}.notice-icon{width:30px;height:30px}.read-only-note{align-items:start}.diagnostic-section__heading{gap:var(--space-3)}.diagnostic-list>div{gap:var(--space-3);grid-template-columns:96px minmax(0,1fr)}.inventory-result__heading{gap:var(--space-3)}}@media (width<=319px){.app-header{padding-inline:var(--space-3);gap:var(--space-2)}.product-name{font-size:1.08rem}.icon-button{width:38px;height:38px}.sprint-boundary{padding-inline:var(--space-3)}.workflow-rail{padding:var(--space-3);overflow-x:visible}.workflow-rail ol{row-gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.workflow-rail li:not(:last-child):after{display:none}.status-region{min-height:0;padding:var(--space-5) var(--space-4)}.building-inventory{padding:var(--space-5) var(--space-4)}.status-summary{gap:var(--space-3);grid-template-columns:48px minmax(0,1fr)}.status-ring{width:48px;height:48px}.status-summary h1{font-size:1.35rem}.read-only-note,.diagnostic-section__heading,.inventory-result__heading{flex-direction:column}.diagnostic-list>div{gap:var(--space-1);grid-template-columns:1fr}}
