:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#080a09;--bg-secondary:#101411;--bg-elevated:#171b17;--label-primary:#f2f1e8;--label-secondary:#9da59b;--border-hairline:#e2e8d929;--status-warning:#e4b35b;--status-destructive:#e06c68;--status-locked:#858d85;--accent:#8fe388;--accent-2:#e4b35b;--on-accent:#080a09;--radius-card:.875rem;--edge-style:solid;--space-half:.25rem;--space-unit:.5rem;--space-medium:1rem;--space-large:1.5rem;--space-xl:2rem;--radius-action:.625rem;--touch-target:2.75rem;--primary-height:3.125rem;--hairline:1px;--content-max:42rem;--font-body:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;--text-lead:1.375rem;--text-title:1.0625rem;--text-support:.9375rem;--text-value:.875rem;--text-caption:.75rem;--space-group:1.5rem;--border-quiet:#e2e8d91a;--focus-rule:.25rem;--gutter:max(.5rem, min(1rem, 5vw));--duration-short:.18s;--duration-standard:.28s;--duration-arrive:.48s;--ease-arrive:cubic-bezier(.2, .7, .2, 1)}:root[data-era=openWeb]{--accent:#52a8ff;--accent-2:#f2f1e8;--radius-card:.75rem}:root[data-era=mobileSocial]{--accent:#55c2ff;--accent-2:#f08a5d;--radius-card:1rem}:root[data-era=cloudCreator]{--accent:#5ec6b7;--accent-2:#d6bd72;--radius-card:.8125rem}:root[data-era=agentNetwork]{--accent:#8ad8e8;--accent-2:#c9d6d2;--radius-card:.75rem;--edge-style:dotted}@media (prefers-contrast:more){:root{--hairline:2px;--border-hairline:#e2e8d966;--border-quiet:#e2e8d966;--label-secondary:#b9c0b7}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background:var(--bg-primary);font-size:100%}body{min-height:100vh;background:var(--bg-primary);min-height:100dvh;color:var(--label-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-wrap:anywhere;margin:0;font-size:1rem;line-height:1.45}#root{min-height:100vh;flex-direction:column;min-height:100dvh;display:flex}h1,h2,h3,h4,p,ul,ol,dl,figure{margin:0}ul,ol{padding:0;list-style:none}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--accent)}img,svg{flex-shrink:0}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:.25rem}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.skip-link{left:var(--space-medium);z-index:50;min-height:var(--touch-target);padding:var(--space-unit) var(--space-medium);background:var(--bg-elevated);color:var(--label-primary);border:var(--hairline) solid var(--accent);border-radius:var(--radius-action);align-items:center;display:inline-flex;position:absolute;top:-10rem}.skip-link:focus{top:calc(env(safe-area-inset-top) + var(--space-unit))}.t-screen-title{letter-spacing:-.01em;font-size:1.75rem;font-weight:600;line-height:1.2}.t-section-title{font-size:1.0625rem;font-weight:600;line-height:1.3}.t-body{font-size:1rem}.t-supporting{color:var(--label-secondary);font-size:.9375rem}.t-technical{font-family:var(--font-mono);font-size:.9375rem}.t-caption{font-family:var(--font-mono);font-size:.75rem;line-height:1.4}.t-accent{color:var(--accent)}.t-warning{color:var(--status-warning)}.t-destructive{color:var(--status-destructive)}.t-locked{color:var(--status-locked)}.t-secondary{color:var(--label-secondary)}.t-primary{color:var(--label-primary)}.t-strong{font-weight:600}.mono{font-family:var(--font-mono)}.t-lead{font-size:var(--text-lead);letter-spacing:-.005em;-webkit-hyphens:auto;hyphens:auto;font-weight:600;line-height:1.25}.t-value{font-family:var(--font-mono);font-size:var(--text-value);line-height:1.45}.kicker{align-items:center;gap:var(--space-half);font-family:var(--font-mono);font-size:var(--text-caption);letter-spacing:.08em;text-transform:uppercase;color:var(--label-secondary);flex-wrap:wrap;font-weight:500;line-height:1.4;display:flex}.kicker svg{flex-shrink:0;width:.875rem;height:.875rem}.kicker--accent{color:var(--accent)}.kicker--warning{color:var(--status-warning)}.kicker--destructive{color:var(--status-destructive)}.stack{gap:var(--space-medium);flex-direction:column;display:flex}.stack--tight{gap:var(--space-unit)}.stack--half{gap:var(--space-half)}.row{align-items:center;gap:var(--space-unit);display:flex}.row--baseline{align-items:baseline}.row--wrap{flex-wrap:wrap}.row--between{justify-content:space-between}.grow{flex:auto;min-width:0}.grid-2{gap:var(--space-unit);grid-template-columns:repeat(auto-fit,minmax(min(9.5rem,100%),1fr));display:grid}.card{background:var(--bg-secondary);border:var(--hairline) var(--edge-style) var(--border-hairline);border-radius:var(--radius-card);padding:var(--space-medium) var(--gutter);min-width:0}.card--elevated{background:var(--bg-elevated)}.card--accented{border-color:var(--accent)}.card--flush{padding:0}.card--warning{border-color:var(--status-warning)}.card--destructive{border-color:var(--status-destructive)}.card--focus{background:var(--bg-elevated);border-color:var(--accent);box-shadow:inset var(--focus-rule) 0 0 var(--accent);padding-left:calc(var(--gutter) + var(--focus-rule))}.card--quiet{border-color:var(--border-quiet);background:0 0}.btn{justify-content:center;align-items:center;gap:var(--space-unit);min-height:var(--touch-target);padding:var(--space-unit) var(--space-medium);border-radius:var(--radius-action);border:var(--hairline) solid transparent;text-align:center;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;font-weight:500;text-decoration:none;display:inline-flex}.btn:active:not(:disabled){opacity:.85}.btn:disabled,.btn[aria-disabled=true]{cursor:not-allowed}.btn--block{width:100%}.btn--primary{min-height:var(--primary-height);background:var(--accent);color:var(--on-accent);font-weight:600}.btn--primary:disabled,.btn--primary[aria-disabled=true]{background:var(--status-locked);color:var(--bg-primary)}.btn--secondary{background:var(--bg-elevated);border-color:var(--accent);color:var(--label-primary)}.btn--secondary:disabled,.btn--secondary[aria-disabled=true]{border-color:var(--status-locked);color:var(--status-locked)}.btn--destructive{border-color:var(--status-destructive);color:var(--status-destructive)}.btn--quiet{color:var(--accent);padding-inline:var(--space-unit)}.btn--icon{min-width:var(--touch-target);padding:var(--space-unit)}.card-button{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;-webkit-tap-highlight-color:transparent;display:block}.card-button:disabled{cursor:not-allowed}.card-button:active:not(:disabled){opacity:.85}.chip{align-items:center;gap:var(--space-half);padding:.125rem var(--space-unit);background:var(--bg-elevated);border:var(--hairline) solid color-mix(in srgb, currentColor 60%, transparent);font-family:var(--font-mono);color:var(--label-secondary);border-radius:999px;max-width:100%;font-size:.75rem;line-height:1.5;display:inline-flex}.chip--accent{color:var(--accent)}.chip--warning{color:var(--status-warning)}.chip--destructive{color:var(--status-destructive)}.chip--locked{color:var(--status-locked)}.chip svg{width:.875rem;height:.875rem}.section-header{justify-content:space-between;align-items:baseline;gap:var(--space-unit);flex-wrap:wrap;display:flex}.metric{gap:var(--space-half);flex-direction:column;display:flex}.metric__track{background:var(--bg-elevated);border-radius:999px;height:.375rem;position:relative;overflow:hidden}.metric__fill{background:var(--accent);border-radius:999px;position:absolute;inset:0 auto 0 0}.metric__fill--warning{background:var(--status-warning)}.metric__fill--destructive{background:var(--status-destructive)}.metric__threshold{background:var(--label-primary);width:2px;position:absolute;top:0;bottom:0}.tech-row{justify-content:space-between;align-items:baseline;gap:var(--space-unit);flex-wrap:wrap;display:flex}.tech-row__value{font-family:var(--font-mono);text-align:right;margin-left:auto}.divider{border:0;border-top:var(--hairline) solid var(--border-hairline);margin:0}.resources-frame{min-width:0;container:resources/inline-size}.resources{gap:var(--space-half);grid-template-columns:minmax(0,1fr);display:grid}@container resources (width>=11em){.resources{grid-template-columns:repeat(2,minmax(0,1fr))}}@container resources (width>=21.5em){.resources{grid-template-columns:repeat(4,minmax(0,1fr))}}.resource{padding:var(--space-unit) .625rem;background:var(--bg-elevated);border:var(--hairline) var(--edge-style) var(--border-hairline);border-radius:var(--radius-card);flex-direction:column;gap:.125rem;min-width:0;display:flex}.resource--alert{border-color:var(--status-warning)}.resource--danger{border-color:var(--status-destructive)}.resource__label{align-items:center;gap:var(--space-half);font-family:var(--font-mono);font-size:var(--text-caption);color:var(--label-secondary);flex-wrap:wrap;line-height:1.3;display:flex}.resource__label svg{width:.875rem;height:.875rem}.resource__value{font-family:var(--font-mono);align-items:baseline;gap:0 var(--space-half);flex-wrap:wrap;font-size:1.125rem;font-weight:600;line-height:1.3;display:flex}.resource__delta{font-size:var(--text-value);color:var(--accent);font-weight:500}.resource__delta--negative{color:var(--status-warning)}.action-card{gap:var(--space-unit);flex-direction:column;display:flex}.action-card__head{align-items:flex-start;gap:var(--space-half) var(--space-unit);flex-wrap:wrap;display:flex}.action-card__icon{color:var(--accent);width:1.25rem;height:1.25rem;margin-top:.125rem}.action-card__icon--locked{color:var(--status-locked)}.action-card__title{overflow-wrap:break-word;flex:5em;min-width:0;font-weight:600}.action-card__title--locked{color:var(--status-locked)}.action-card__line{align-items:flex-start;gap:var(--space-half);font-family:var(--font-mono);font-size:.75rem;line-height:1.45;display:flex}.action-card__line svg{width:.875rem;height:.875rem;margin-top:.1rem}.chips{gap:var(--space-unit);flex-wrap:wrap;display:flex}.action-card__summary{gap:var(--space-half);flex-direction:column;display:flex}.action-card__status{align-items:flex-start;gap:var(--space-half);font-family:var(--font-mono);font-size:var(--text-value);line-height:1.45;display:flex}.action-card__status svg{flex-shrink:0;width:.875rem;height:.875rem;margin-top:.15rem}.action-card__badge{align-items:center;gap:var(--space-half);padding:0 var(--space-unit);border:var(--hairline) solid currentColor;font-family:var(--font-mono);font-size:var(--text-caption);border-radius:999px;flex-shrink:0;font-weight:500;line-height:1.6;display:inline-flex}.action-card__badge svg{width:.8125rem;height:.8125rem}.action-card__details{gap:var(--space-half);flex-direction:column;display:flex}.action-card__effects{font-family:var(--font-mono);color:var(--accent);font-size:.8125rem;line-height:1.45}.action-card[data-state=locked]{border-style:dashed;border-color:var(--status-locked);background:0 0}.action-card[data-state=locked] .action-card__title{color:var(--label-secondary)}.action-card[data-state=locked] .action-card__icon,.action-card[data-state=locked] .action-card__badge,.action-card[data-state=locked] .action-card__status{color:var(--status-locked)}.action-card[data-state=caution]{border-color:var(--status-warning)}.action-card[data-state=caution] .action-card__badge,.action-card[data-state=caution] .action-card__status{color:var(--status-warning)}.action-card[data-state=busy]{border-color:var(--accent)}.action-card[data-state=busy] .action-card__badge{color:var(--accent)}.action-card[data-state=active]{border-color:var(--accent);box-shadow:inset var(--focus-rule) 0 0 var(--accent);padding-left:calc(var(--gutter) + var(--focus-rule))}.action-card[data-state=active] .action-card__badge{color:var(--accent)}.cost-line{align-items:center;gap:.125rem var(--space-medium);font-family:var(--font-mono);font-size:var(--text-value);flex-wrap:wrap;line-height:1.45;display:flex}.cost-line__item{white-space:nowrap;align-items:center;gap:.25rem;display:inline-flex}.cost-line__item svg{width:.875rem;height:.875rem;color:var(--label-secondary)}.cost-line__item--cash{color:var(--status-warning)}.cost-line__item--cash svg{color:currentColor}.empty{gap:var(--space-unit);flex-direction:column;display:flex}.empty svg{color:var(--accent);width:1.5rem;height:1.5rem}.nav-row{align-items:center;gap:var(--space-medium);min-height:var(--touch-target);padding:.75rem var(--space-medium);text-align:left;background:var(--bg-secondary);border:var(--hairline) var(--edge-style) var(--border-hairline);border-radius:var(--radius-card);width:100%;color:inherit;cursor:pointer;text-decoration:none;display:flex}.nav-row__text{flex-direction:column;flex:auto;gap:.125rem;min-width:0;display:flex}.nav-row__title{font-weight:500}.nav-row__chevron{color:var(--label-secondary);width:1rem;height:1rem}.content-text{gap:var(--space-unit);flex-direction:column;display:flex}.content-text code{font-family:var(--font-mono);font-size:.95em}.term-link{color:var(--accent);text-underline-offset:.15em;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.field{gap:var(--space-half);flex-direction:column;display:flex}.field__label{font-weight:500}.field__hint{color:var(--label-secondary);font-size:.875rem}.field__error{color:var(--status-destructive);gap:var(--space-half);align-items:flex-start;font-size:.875rem;display:flex}.input{width:100%;min-height:var(--touch-target);background:var(--bg-elevated);border:var(--hairline) solid var(--border-hairline);border-radius:var(--radius-action);padding:.625rem .75rem;font-size:1rem}.input:focus-visible{outline:3px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.input[aria-invalid=true]{border-color:var(--status-destructive)}.choice-list{gap:var(--space-unit);flex-direction:column;display:flex}.radio-card{padding:.75rem var(--space-medium);background:var(--bg-secondary);border:var(--hairline) var(--edge-style) var(--border-hairline);border-radius:var(--radius-card);cursor:pointer;align-items:flex-start;gap:.75rem;display:flex}.radio-card:has(input:checked){border-color:var(--accent);background:var(--bg-elevated)}.radio-card input{width:1.25rem;height:1.25rem;accent-color:var(--accent);flex-shrink:0;margin:.15rem 0 0}.toggle-row{justify-content:space-between;align-items:center;gap:var(--space-medium);min-height:var(--touch-target);display:flex}.toggle-row input{width:1.5rem;height:1.5rem;accent-color:var(--accent);flex-shrink:0}.banner-region{z-index:40;align-items:center;gap:var(--space-unit);padding:calc(env(safe-area-inset-top) + var(--space-unit)) var(--space-medium) 0;pointer-events:none;flex-direction:column;display:flex;position:fixed;top:0;left:0;right:0}.banner{align-items:flex-start;gap:var(--space-unit);width:min(100%, var(--content-max));padding:var(--space-unit) var(--space-medium);background:var(--bg-elevated);border:var(--hairline) solid var(--accent);border-radius:var(--radius-card);animation:banner-in var(--duration-standard) ease-out;font-size:.9375rem;display:flex;box-shadow:0 .5rem 1.5rem #00000073}.banner--error{border-color:var(--status-destructive)}.banner svg{color:var(--accent);width:1.125rem;height:1.125rem;margin-top:.125rem}.banner--error svg{color:var(--status-destructive)}@keyframes banner-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:none}}.notice{align-items:flex-start;gap:var(--space-unit);padding:.75rem var(--space-medium);border-radius:var(--radius-card);border:var(--hairline) solid var(--border-hairline);background:var(--bg-elevated);display:flex}.notice svg{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.125rem}.notice--warning{border-color:var(--status-warning)}.notice--warning svg{color:var(--status-warning)}.notice--error{border-color:var(--status-destructive)}.notice--error svg{color:var(--status-destructive)}.notice--info svg,.notice--success svg{color:var(--accent)}dialog.sheet{width:100%;max-width:var(--content-max);max-height:92vh;max-height:92dvh;color:var(--label-primary);background:var(--bg-primary);border:var(--hairline) solid var(--border-hairline);border-bottom:0;border-radius:1.25rem 1.25rem 0 0;margin:auto auto 0;padding:0;overflow:hidden}dialog.sheet[open]{animation:sheet-in var(--duration-standard) ease-out;flex-direction:column;display:flex}dialog.sheet::backdrop{background:#000000a6}@keyframes sheet-in{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:none}}@media (min-width:48rem){dialog.sheet{border-bottom:var(--hairline) solid var(--border-hairline);border-radius:1.25rem;max-height:88dvh;margin:auto}}@media (max-height:30rem){dialog.sheet[open]{overscroll-behavior:contain;display:block;overflow-y:auto}dialog.sheet .sheet__body{overflow:visible}}dialog.sheet.sheet--scroll[open]{overscroll-behavior:contain;display:block;overflow-y:auto}dialog.sheet.sheet--scroll .sheet__body{overflow:visible}.sheet__header{align-items:center;gap:var(--space-unit);padding:var(--space-unit) var(--space-unit) var(--space-unit) var(--space-medium);border-bottom:var(--hairline) solid var(--border-hairline);background:var(--bg-secondary);display:flex}.sheet__title{flex:auto;min-width:0;font-size:1.0625rem;font-weight:600}.sheet__body{overscroll-behavior:contain;padding:var(--space-medium);gap:var(--space-medium);flex-direction:column;display:flex;overflow-y:auto}.sheet__footer{padding:var(--space-unit) var(--space-medium) calc(var(--space-unit) + env(safe-area-inset-bottom));border-top:var(--hairline) solid var(--border-hairline);background:var(--bg-secondary);gap:var(--space-unit);flex-direction:column;display:flex}.sync-badge{align-items:center;gap:var(--space-half);font-family:var(--font-mono);color:var(--label-secondary);font-size:.75rem;display:inline-flex}.sync-badge svg{width:.875rem;height:.875rem}.sync-badge--warning{color:var(--status-warning)}.sync-badge--error{color:var(--status-destructive)}.sync-badge--ok svg{color:var(--accent)}.spinner{width:1.25rem;height:1.25rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (forced-colors:active){.btn,.card,.chip,.nav-row,.resource,.input{border:1px solid canvastext}.btn--primary{color:buttonface;background:buttontext}.card--focus,.action-card[data-state=active]{border-left-width:var(--focus-rule)}.action-card[data-state=locked]{border-style:dashed}.action-card[data-state=caution],.action-card[data-state=busy]{border-width:2px}}.choice-card{gap:var(--space-unit);flex-direction:column;display:flex}.choice-card__label{cursor:pointer;min-height:var(--touch-target);align-items:flex-start;gap:.75rem;display:flex}.choice-card__label input{width:1.25rem;height:1.25rem;accent-color:var(--accent);flex-shrink:0;margin:.15rem 0 0}.choice-card__label input:disabled{cursor:not-allowed}.choice-card__details{padding-left:2rem}fieldset.choices{gap:var(--space-unit);border:0;flex-direction:column;min-width:0;margin:0;padding:0;display:flex}fieldset.choices legend{margin-bottom:var(--space-unit);padding:0}.bullets{gap:var(--space-unit);color:var(--label-secondary);flex-direction:column;padding-left:1.25rem;list-style:outside;display:flex}.bullets li::marker{color:var(--accent)}.sync-badge--button{min-height:var(--touch-target);padding:0 var(--space-unit);background:var(--bg-elevated);border:var(--hairline) solid var(--border-hairline);cursor:pointer;border-radius:999px}.app-frame{min-height:100vh;min-height:100dvh;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);flex-direction:column;display:flex}.topbar{z-index:20;background:var(--bg-secondary);border-bottom:var(--hairline) solid var(--border-hairline);padding-top:env(safe-area-inset-top);position:sticky;top:0}.topbar__inner{align-items:center;gap:var(--space-unit);max-width:var(--content-max);min-height:var(--touch-target);padding:0 var(--space-unit);margin:0 auto;display:flex}.topbar__back,.topbar__spacer{margin-right:auto}.topbar__end{align-items:center;gap:var(--space-unit);flex-wrap:wrap;justify-content:flex-end;display:flex}.screen{outline:none;flex:1 0 auto}.screen__inner{max-width:var(--content-max);padding:var(--space-medium) var(--gutter) var(--space-large);gap:var(--space-medium);flex-direction:column;margin:0 auto;display:flex}.screen__head{gap:var(--space-half);flex-direction:column;display:flex}#screen-heading:focus{outline:none}#screen-heading:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.dock{z-index:20;background:var(--bg-secondary);border-top:var(--hairline) solid var(--border-hairline);position:sticky;bottom:0}.bottom-bar__inner{max-width:var(--content-max);padding:var(--space-unit) var(--space-medium);gap:var(--space-unit);flex-direction:column;margin:0 auto;display:flex}.dock>.bottom-bar:last-child .bottom-bar__inner{padding-bottom:calc(var(--space-unit) + env(safe-area-inset-bottom))}.bottom-bar+.tabbar{border-top:var(--hairline) solid var(--border-hairline)}.tabbar{padding-bottom:env(safe-area-inset-bottom)}.tabbar__list{max-width:var(--content-max);grid-template-columns:repeat(5,minmax(0,1fr));margin:0 auto;display:grid}.tabbar__item{cursor:pointer;width:100%;min-height:3.25rem;color:var(--label-secondary);text-align:center;-webkit-hyphens:auto;hyphens:auto;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;padding:.375rem .125rem;font-size:.6875rem;font-weight:500;line-height:1.2;display:flex;position:relative}.tabbar__item svg{width:1.375rem;height:1.375rem}.tabbar__item[aria-current=page]{color:var(--accent)}.tabbar__item[aria-current=page]:before{content:"";background:var(--accent);border-radius:2px;height:2px;position:absolute;top:0;left:25%;right:25%}.tabbar__badge{background:var(--status-warning);min-width:1.125rem;height:1.125rem;color:var(--bg-primary);font-family:var(--font-mono);border-radius:999px;padding:0 .25rem;font-size:.6875rem;font-weight:700;line-height:1.125rem;position:absolute;top:.25rem;left:calc(50% + .375rem)}@media (max-width:22rem){.tabbar__item{font-size:.625rem}}.plain-screen{min-height:100vh;min-height:100dvh;padding:calc(env(safe-area-inset-top) + var(--space-large)) calc(env(safe-area-inset-right) + var(--space-medium)) calc(env(safe-area-inset-bottom) + var(--space-large)) calc(env(safe-area-inset-left) + var(--space-medium));flex-direction:column;display:flex}.plain-screen__inner{gap:var(--space-large);flex-direction:column;width:100%;max-width:30rem;margin:0 auto;display:flex}.brand{font-family:var(--font-mono);letter-spacing:.2em;color:var(--accent);font-size:1rem;font-weight:700}.brand--large{letter-spacing:.18em;font-size:2.25rem}.full-center{min-height:100vh;justify-content:center;align-items:center;gap:var(--space-medium);min-height:100dvh;padding:var(--space-large);text-align:center;flex-direction:column;display:flex}.title-card__inner{flex:auto;justify-content:center;min-height:calc(100dvh - 3rem)}.title-card__line{color:var(--accent-2)}.banner-region--notices{padding:0 var(--space-medium) calc(env(safe-area-inset-bottom) + 5.5rem);top:auto;bottom:0}.update-bar{z-index:45;justify-content:center;align-items:center;gap:var(--space-unit) var(--space-medium);padding:var(--space-unit) var(--space-medium) calc(var(--space-unit) + env(safe-area-inset-bottom));background:var(--bg-elevated);border-top:var(--hairline) solid var(--accent);flex-wrap:wrap;display:flex;position:fixed;bottom:0;left:0;right:0}.env-strip{justify-content:center;align-items:center;gap:var(--space-half) var(--space-unit);padding:calc(env(safe-area-inset-top) + var(--space-half)) var(--space-medium) var(--space-half);background:var(--status-warning);color:var(--bg-primary);font-family:var(--font-mono);text-align:center;flex-wrap:wrap;font-size:.8125rem;font-weight:600;display:flex}.env-strip__label{padding:0 var(--space-unit);letter-spacing:.12em;border:2px solid;border-radius:.25rem}.env-chip{padding:.125rem var(--space-unit);background:var(--status-warning);color:var(--bg-primary);font-family:var(--font-mono);letter-spacing:.12em;border-radius:.25rem;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.archive-section,.archive-card{gap:var(--space-unit);flex-direction:column;display:flex}.archive-card--half{gap:var(--space-half)}.archive-list{gap:var(--space-unit);flex-direction:column;display:flex}.archive-list--half{gap:var(--space-half)}.archive-group{gap:var(--space-unit);flex-direction:column;display:flex}.archive-group__title{color:var(--label-secondary);font-weight:400}.archive-accent-2{color:var(--accent-2)}.archive-entry{flex-direction:column;gap:.125rem;display:flex}.archive-entry__head{justify-content:space-between;align-items:baseline;gap:0 var(--space-unit);flex-wrap:wrap;display:flex}.archive-entry__title{min-width:0;font-weight:600}.archive-entry__week{margin-left:auto}.archive-entry__detail{white-space:pre-line}.archive-reading{white-space:pre-line;line-height:1.55}.archive-card .tech-row__value{margin-left:auto}.archive-prose .tech-row{flex-direction:column;align-items:flex-start;gap:.125rem}.archive-prose .tech-row__value{text-align:left;margin-left:0}.archive-disclosure__summary{cursor:pointer;border-radius:var(--radius-card);list-style:none;display:block}.archive-disclosure__summary::-webkit-details-marker{display:none}.archive-disclosure[open] .archive-disclosure__row{border-color:var(--accent)}.archive-disclosure__body{gap:var(--space-unit);margin-top:var(--space-unit);flex-direction:column;display:flex}.archive-glossary{gap:var(--space-unit);flex-direction:column;display:flex}.archive-glossary__item{flex-direction:column;gap:.125rem;display:flex}.archive-glossary__item dd{margin:0}.archive-entry:focus{outline:none}.archive-entry:focus-visible,.archive-entry--focused{outline:2px solid var(--accent);outline-offset:2px;border-radius:.25rem}.guide-section__title{align-items:baseline;gap:var(--space-unit);display:flex}.guide-section__title:focus{outline:none}.guide-section__title:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.guide-section__number{border:var(--hairline) solid var(--accent);min-width:1.75rem;height:1.75rem;font-family:var(--font-mono);color:var(--accent);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 .375rem;font-size:.875rem;display:inline-flex}.guide-figure{gap:var(--space-unit);flex-direction:column;margin:0;display:flex}.guide-figure__image{border:var(--hairline) solid var(--border-hairline);border-radius:var(--radius-card);background:var(--bg-primary);width:100%;max-width:26rem;height:auto;display:block}.guide-figure__caption{align-items:flex-start;gap:var(--space-half);color:var(--label-secondary);font-size:.9375rem;display:flex}.guide-figure__caption svg{width:1rem;height:1rem;color:var(--accent-2);flex-shrink:0;margin-top:.2rem}.guide-contents{flex-direction:column;display:flex}.guide-contents__link{text-align:left;justify-content:flex-start;width:100%}.guide-list{gap:var(--space-unit);color:var(--label-secondary);flex-direction:column;padding-left:1.5rem;list-style:decimal;display:flex}.guide-list li::marker{color:var(--accent);font-family:var(--font-mono)}.hint{border-color:var(--accent-2);gap:var(--space-unit);border-style:dashed;flex-direction:column;display:flex;position:relative}.hint--attached-up:before,.hint--attached-down:after{content:"";background:var(--bg-secondary);border:var(--hairline) dashed var(--accent-2);pointer-events:none;width:.75rem;height:.75rem;position:absolute;left:1.5rem;transform:rotate(45deg)}.hint--attached-up:before{top:calc(-.375rem - var(--hairline));border-bottom:0;border-right:0}.hint--attached-down:after{bottom:calc(-.375rem - var(--hairline));border-top:0;border-left:0}.hint__label{align-items:center;gap:var(--space-half);font-family:var(--font-mono);color:var(--accent-2);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;display:flex}.hint__label svg{width:.875rem;height:.875rem}.hint__blocked{align-items:flex-start;gap:var(--space-half);color:var(--status-warning);font-size:.9375rem;display:flex}.hint__blocked svg{flex-shrink:0;width:1rem;height:1rem;margin-top:.2rem}.hint__actions{gap:var(--space-unit);flex-wrap:wrap;display:flex}.hint__actions .btn{flex:auto}.hint__dismiss{justify-content:space-between;gap:0 var(--space-unit);margin:calc(-1 * var(--space-half)) 0;flex-wrap:wrap;display:flex}.welcome{border-color:var(--accent);border-style:solid}@media (forced-colors:active){.hint--attached-up:before,.hint--attached-down:after{background:canvas;border-color:canvastext}}.desk-status{gap:var(--space-half);flex-direction:column;display:flex}.desk-resources>li{min-width:0;display:flex}.desk-resources>li>.resource{flex:auto}.desk-anchor{flex-direction:column;gap:.75rem;display:flex}.desk-line{align-items:flex-start;gap:var(--space-half);font-size:.9375rem;display:flex}.desk-line svg{flex-shrink:0;width:1rem;height:1rem;margin-top:.2rem}.desk-line--value{font-family:var(--font-mono);font-size:var(--text-value);line-height:1.45}.desk-line--value svg{width:.875rem;height:.875rem;margin-top:.15rem}.card-button.desk-inbox{align-items:stretch;gap:var(--space-half);min-height:var(--touch-target);flex-direction:column;display:flex}.desk-inbox__count{align-items:center;gap:var(--space-half);font-family:var(--font-mono);font-size:var(--text-caption);letter-spacing:.08em;text-transform:uppercase;color:var(--status-warning);font-weight:500;line-height:1.4;display:flex}.desk-inbox__count svg{flex-shrink:0;width:1rem;height:1rem}.desk-inbox__title{overflow-wrap:break-word}.desk-inbox__costs{font-family:var(--font-mono);font-size:var(--text-value);line-height:1.45}.desk-inbox__note{font-size:var(--text-support)}.desk-inbox__warning{align-items:flex-start;gap:var(--space-half);font-family:var(--font-mono);font-size:var(--text-value);color:var(--status-warning);line-height:1.45;display:flex}.desk-inbox__warning svg{flex-shrink:0;width:.875rem;height:.875rem;margin-top:.15rem}.desk-inbox__open{align-items:center;gap:var(--space-half);margin-top:var(--space-half);color:var(--accent);align-self:flex-start;font-weight:600;display:inline-flex}.desk-inbox__open svg{width:1rem;height:1rem}.desk-objective__head{justify-content:space-between;align-items:baseline;gap:var(--space-half) var(--space-unit);flex-wrap:wrap;display:flex}.desk-result{align-items:flex-start;gap:var(--space-unit);padding:0 var(--space-half);font-size:var(--text-support);color:var(--label-secondary);display:flex}.desk-result svg{color:var(--accent-2);flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.125rem}.desk-actions{margin-top:var(--space-unit);container:desk-actions/inline-size}.desk-plan{align-items:center;gap:var(--space-unit);width:100%;min-height:var(--touch-target);padding:var(--space-unit) var(--gutter);color:inherit;font:inherit;text-align:left;border:var(--hairline) dashed var(--border-hairline);border-radius:var(--radius-action);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;display:flex}.desk-plan:active{opacity:.85}.desk-plan__icon{width:1.125rem;height:1.125rem;color:var(--accent-2);flex-shrink:0}.desk-plan__text{overflow-wrap:break-word;flex-direction:column;flex:auto;gap:.125rem;min-width:0;display:flex}@container desk-actions (width<=17em){.desk-plan__icon,.desk-plan__chevron{display:none}}.desk-plan__title{font-weight:600}.desk-plan__optional{margin-left:var(--space-half);font-family:var(--font-mono);font-size:var(--text-caption);letter-spacing:.08em;text-transform:uppercase;color:var(--label-secondary);font-weight:400}.desk-plan__detail{font-size:var(--text-support);color:var(--label-secondary)}.desk-plan--accent{border-color:var(--accent)}.desk-plan--accent .desk-plan__detail{color:var(--accent)}.desk-plan--warning{border-color:var(--status-warning)}.desk-plan--warning .desk-plan__detail{color:var(--status-warning)}.desk-plan__chevron{width:1rem;height:1rem;color:var(--label-secondary);flex-shrink:0}.desk-meters{gap:var(--space-unit);flex-direction:column;display:flex}.desk-policies{border-top:var(--hairline) solid var(--border-quiet)}.desk-policies__summary{align-items:center;gap:var(--space-half);min-height:var(--touch-target);cursor:pointer;color:var(--label-secondary);font-weight:500;list-style:none;display:flex}.desk-policies__summary::-webkit-details-marker{display:none}.desk-policies__summary:before{content:"▸";color:var(--accent);font-family:var(--font-mono);transition:transform var(--duration-short)}.desk-policies[open]>.desk-policies__summary:before{transform:rotate(90deg)}.desk-policies__rows{gap:var(--space-half);padding-bottom:var(--space-half);flex-direction:column;display:flex}.desk-pinned{margin-top:var(--space-unit)}.desk-pinned .nav-row{border-color:var(--border-quiet);background:0 0}.desk-endweek{gap:var(--space-half);flex-direction:column;display:flex}.desk-endweek__reason{align-items:flex-start;gap:var(--space-half);font-family:var(--font-mono);font-size:var(--text-value);color:var(--status-locked);line-height:1.45;display:flex}.desk-endweek__reason svg{flex-shrink:0;width:.875rem;height:.875rem;margin-top:.15rem}.forecast{gap:var(--space-unit);padding-block:var(--space-half)}.forecast__summary{justify-content:space-between;align-items:center;gap:var(--space-half) var(--space-unit);min-height:var(--touch-target);cursor:pointer;flex-wrap:wrap;list-style:none;display:flex}.forecast__summary::-webkit-details-marker{display:none}.forecast__summary:before{content:"▸";color:var(--accent);font-family:var(--font-mono);transition:transform var(--duration-short)}.forecast[open]>.forecast__summary:before{transform:rotate(90deg)}.forecast__title{color:var(--label-secondary);flex:auto;font-weight:500}.forecast__total{font-family:var(--font-mono);font-size:var(--text-support);font-weight:600}.forecast__lines{gap:var(--space-half);flex-direction:column;display:flex}.forecast__scenario{align-items:flex-start;gap:var(--space-half);font-size:.9375rem;display:flex}.forecast__scenario svg{flex-shrink:0;width:1rem;height:1rem;margin-top:.2rem}.forecast[open]{padding-bottom:var(--space-medium)}@media (forced-colors:active){.desk-plan{border:1px dashed canvastext}.desk-pinned .nav-row{border:1px solid canvastext}}.net-chips{align-items:center;gap:var(--space-unit);flex-wrap:wrap;display:flex}.net-chip-slot{max-width:100%;display:inline-flex}.net-line{align-items:flex-start;gap:var(--space-half);font-family:var(--font-mono);font-size:var(--text-value);line-height:1.45;display:flex}.net-line svg{flex-shrink:0;width:.875rem;height:.875rem;margin-top:.15rem}.net-areas-line{font-family:var(--font-mono);color:var(--accent-2);font-size:.75rem;line-height:1.45}.net-panel{gap:var(--space-unit)}.net-panel__head{align-items:center;gap:var(--space-half) var(--space-unit);flex-wrap:wrap;display:flex}.net-panel__head .kicker{flex:1 0 100%}.net-status{align-items:center;gap:var(--space-unit);font-size:var(--text-lead);-webkit-hyphens:auto;hyphens:auto;font-weight:600;line-height:1.2;display:inline-flex}.net-status__mark{flex-shrink:0;width:1.125rem;height:1.125rem}.net-status__mark circle{stroke-width:2.5px}.net-status--on{color:var(--accent)}.net-status--on .net-status__mark circle{fill:currentColor;stroke:currentColor}.net-status--off{color:var(--label-primary)}.net-status--off .net-status__mark circle{fill:none;stroke:var(--status-locked)}.net-facts{gap:var(--space-half);flex-direction:column;margin:0;display:flex;container:net-facts/inline-size}.net-facts__row{flex-direction:column;gap:0;display:flex}.net-facts dt{color:var(--label-secondary);font-size:var(--text-support)}.net-facts dd{font-family:var(--font-mono);font-size:var(--text-value);overflow-wrap:break-word;margin:0}@container net-facts (width>=18em){.net-facts{gap:.125rem}.net-facts__row{justify-content:space-between;align-items:baseline;gap:var(--space-unit);flex-direction:row}.net-facts dd{text-align:right;margin-left:auto}}.net-route{padding:var(--space-unit) 0;border-top:var(--hairline) solid var(--border-quiet);border-bottom:var(--hairline) solid var(--border-quiet)}.net-board-info{gap:var(--space-half);flex-direction:column;display:flex}.net-boards{gap:var(--space-half);border:0;flex-wrap:wrap;min-width:0;margin:0;padding:0;display:flex}.net-boards legend{margin-bottom:var(--space-half);padding:0}.radio-card.net-board{align-items:center;row-gap:var(--space-half);min-height:var(--touch-target);border-radius:calc(var(--touch-target) / 2);gap:var(--space-unit);flex-wrap:wrap;flex:0 auto;max-width:100%;padding:.5rem .875rem .5rem .625rem}.net-board input{margin:0}.net-board__title{overflow-wrap:break-word;flex:4em;min-width:0}.net-area-picker{gap:var(--space-half);border:0;grid-template-columns:repeat(auto-fit,minmax(min(8.5rem,100%),1fr));min-width:0;margin:0;padding:0;display:grid}.net-area{justify-content:center;align-items:center;gap:var(--space-half);min-height:var(--touch-target);padding:var(--space-half) var(--space-unit);border:var(--hairline) solid var(--border-hairline);border-radius:var(--radius-action);background:var(--bg-elevated);color:var(--label-primary);text-align:center;cursor:pointer;flex-wrap:wrap;font-size:.9375rem;font-weight:500;line-height:1.3;display:flex;position:relative}.net-area input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.net-area:has(input:focus-visible){outline:3px solid var(--accent);outline-offset:2px}.net-area svg{width:1rem;height:1rem}.net-area--selected{background:var(--accent);border-color:var(--accent);color:var(--on-accent);box-shadow:inset 0 -.1875rem 0 var(--on-accent);font-weight:600}.net-area__badge{font-family:var(--font-mono);padding:0 var(--space-half);background:var(--status-warning);color:var(--bg-primary);border-radius:999px;font-size:.75rem;line-height:1.4}.net-messages{gap:var(--space-unit);flex-direction:column;display:flex}.net-message{align-items:flex-start;gap:var(--space-medium);width:100%;min-height:var(--touch-target);padding:var(--space-unit) var(--gutter);background:var(--bg-secondary);color:inherit;font:inherit;text-align:left;border:var(--hairline) var(--edge-style) var(--border-hairline);border-radius:var(--radius-card);cursor:pointer;-webkit-tap-highlight-color:transparent;display:flex}.net-message:active{opacity:.85}.net-message--unread{background:var(--bg-elevated)}.net-message__dot{border:2px solid var(--status-locked);border-radius:50%;flex-shrink:0;width:.625rem;height:.625rem;margin-top:.4375rem}.net-message--unread .net-message__dot{background:var(--accent);border-color:var(--accent)}.net-message__text{flex-direction:column;flex:auto;gap:.125rem;min-width:0;display:flex}.net-message--unread .net-message__title{font-weight:600}.net-message__origin{font-family:var(--font-mono);color:var(--label-secondary);font-size:.75rem;line-height:1.4}.net-person{align-items:flex-start;gap:var(--space-medium);width:100%;padding:var(--space-medium) var(--gutter);background:var(--bg-secondary);color:inherit;font:inherit;text-align:left;border:var(--hairline) var(--edge-style) var(--border-hairline);border-radius:var(--radius-card);cursor:pointer;-webkit-tap-highlight-color:transparent;display:flex}.net-person:active{opacity:.85}.net-person__monogram{width:var(--touch-target);height:var(--touch-target);background:var(--bg-primary);border:var(--hairline) solid color-mix(in srgb, var(--accent-2) 60%, transparent);color:var(--accent-2);font-family:var(--font-mono);border-radius:.625rem;flex-shrink:0;place-items:center;font-weight:600;display:grid}.net-person__text{gap:var(--space-half);flex-direction:column;flex:auto;min-width:0;display:flex}.net-person__name{font-weight:600}.net-message-meta .tech-row__value{overflow-wrap:anywhere}.net-artifact{--net-glyph:2.5rem;gap:var(--space-unit);flex-direction:column;display:flex;container:net-artifact/inline-size}.net-artifact__path{grid-template-columns:minmax(0,1fr);display:grid}.net-artifact__node{align-items:flex-start;gap:var(--space-unit);text-align:left;flex-direction:row;min-width:0;padding:0 0 .625rem;display:flex;position:relative}.net-artifact__node:last-child{padding-bottom:0}.net-artifact__glyph{width:var(--net-glyph);height:var(--net-glyph);flex-shrink:0;overflow:visible}.net-artifact__text{align-items:baseline;gap:0 var(--space-unit);flex-flow:wrap;min-width:0;max-width:100%;padding-top:.5rem;display:flex}.net-artifact__detail{flex-basis:100%;order:3}.net-artifact__label{font-size:var(--text-support);color:var(--label-secondary);overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-weight:500;line-height:1.3}.net-artifact__node[data-status=active] .net-artifact__label,.net-artifact__node[data-status=allowed] .net-artifact__label,.net-artifact__node[data-highlighted=true] .net-artifact__label{color:var(--label-primary);font-weight:600}.net-artifact__detail,.net-artifact__status{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--label-secondary);line-height:1.35}.net-artifact__node[data-status=active] .net-artifact__status,.net-artifact__node[data-status=allowed] .net-artifact__status{color:var(--accent)}.net-artifact__node[data-status=waiting] .net-artifact__status{color:var(--label-primary)}.net-artifact__node[data-status=waiting][data-gate=true] .net-artifact__status,.net-artifact__node[data-status=closed] .net-artifact__status{color:var(--status-warning)}.net-artifact__summary{font-size:var(--text-support);color:var(--label-secondary);line-height:1.45}.net-glyph__frame{fill:var(--bg-primary);stroke:var(--status-locked);stroke-width:1.5px}.net-artifact__node[data-status=active] .net-glyph__frame,.net-artifact__node[data-status=allowed] .net-glyph__frame{stroke:var(--accent)}.net-artifact__node[data-status=waiting] .net-glyph__frame{stroke:var(--label-secondary)}.net-artifact__node[data-status=waiting][data-gate=true] .net-glyph__frame{stroke:var(--status-warning)}.net-artifact__node[data-status=absent] .net-glyph__frame{stroke-dasharray:3 3}.net-artifact__node[data-highlighted=true] .net-glyph__frame{fill:var(--bg-elevated);stroke-width:2px}.net-artifact[data-dotted=true] .net-glyph__frame{stroke-dasharray:2 3}.net-glyph__detail{fill:none;stroke:var(--status-locked);stroke-width:1.25px;opacity:.7}.net-artifact__node[data-status=active] .net-glyph__detail{stroke:var(--accent);opacity:.55}.net-glyph__scope{stroke-dasharray:2 2}.net-glyph__ring{fill:none;stroke:var(--accent-2);stroke-width:1px;stroke-dasharray:3 3}.net-glyph__mark{fill:none;stroke:var(--status-locked);stroke-width:1.5px}.net-glyph__mark--on{fill:var(--accent);stroke:var(--accent)}.net-glyph__mark--waiting{stroke:var(--label-primary);stroke-dasharray:2.5 2}.net-glyph__dot{fill:var(--label-primary)}.net-glyph__check{fill:none;stroke:var(--accent);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.net-glyph__lock{fill:none;stroke:var(--status-warning);stroke-width:1.75px;stroke-linejoin:round}.net-artifact--chain .net-artifact__node[data-edge]:after{content:"";top:calc(var(--net-glyph) + .125rem);bottom:.125rem;left:calc(var(--net-glyph) / 2 - 1px);border-left:2px solid var(--accent);pointer-events:none;transform-origin:top;position:absolute}.net-artifact--chain .net-artifact__node[data-edge=idle]:after,.net-artifact--chain .net-artifact__node[data-edge=blocked]:after{border-left-style:dashed;border-left-color:var(--status-locked)}.net-artifact--servicePipeline .net-artifact__node[data-edge]:after{left:calc(var(--net-glyph) / 2 - 2px);border-left-width:4px}.net-artifact--delegationGraph .net-artifact__node[data-edge=active]:after{border-left-style:dotted}.net-artifact--chain .net-artifact__node[data-edge=blocked]:before{content:"";bottom:.125rem;left:calc(var(--net-glyph) / 2 - .5rem);border-top:2px solid var(--status-warning);width:1rem;position:absolute}.net-artifact--hyperlinkTrail .net-artifact__node[data-edge=active]:before{content:"";bottom:.125rem;left:calc(var(--net-glyph) / 2 - .3125rem);border-top:.5rem solid var(--accent);border-left:.3125rem solid #0000;border-right:.3125rem solid #0000;position:absolute}@container net-artifact (width>=13.5em){.net-artifact--chain[data-count="3"] .net-artifact__path{grid-template-columns:repeat(3,minmax(0,1fr))}}@container net-artifact (width>=18em){.net-artifact--chain[data-count="4"] .net-artifact__path{grid-template-columns:repeat(4,minmax(0,1fr))}}@container net-artifact (width>=22.5em){.net-artifact--chain[data-count="5"] .net-artifact__path{grid-template-columns:repeat(5,minmax(0,1fr))}}@container net-artifact (width>=13.5em){.net-artifact--chain[data-count="3"] .net-artifact__node{text-align:center;flex-direction:column;align-items:center;padding:0 .125rem}.net-artifact--chain[data-count="3"] .net-artifact__text{flex-direction:column;align-items:center;padding-top:0}.net-artifact--chain[data-count="3"] .net-artifact__node[data-edge]:after{top:calc(var(--net-glyph) / 2 - 1px);bottom:auto;left:calc(50% + var(--net-glyph) / 2 + .25rem);width:calc(100% - var(--net-glyph) - .5rem);border-left:0;border-top:2px solid var(--accent);transform-origin:0}.net-artifact--chain[data-count="3"] .net-artifact__node[data-edge=idle]:after,.net-artifact--chain[data-count="3"] .net-artifact__node[data-edge=blocked]:after{border-top-style:dashed;border-top-color:var(--status-locked)}.net-artifact--chain[data-count="3"] .net-artifact__node[data-edge=blocked]:before{bottom:auto;top:calc(var(--net-glyph) / 2 - .5rem);left:calc(150% - var(--net-glyph) / 2 - .25rem - 2px);border-top:0;border-left:2px solid var(--status-warning);width:0;height:1rem}}@container net-artifact (width>=18em){.net-artifact--chain[data-count="4"] .net-artifact__node{text-align:center;flex-direction:column;align-items:center;padding:0 .125rem}.net-artifact--chain[data-count="4"] .net-artifact__text{flex-direction:column;align-items:center;padding-top:0}.net-artifact--chain[data-count="4"] .net-artifact__node[data-edge]:after{top:calc(var(--net-glyph) / 2 - 1px);bottom:auto;left:calc(50% + var(--net-glyph) / 2 + .25rem);width:calc(100% - var(--net-glyph) - .5rem);border-left:0;border-top:2px solid var(--accent);transform-origin:0}.net-artifact--chain[data-count="4"] .net-artifact__node[data-edge=idle]:after,.net-artifact--chain[data-count="4"] .net-artifact__node[data-edge=blocked]:after{border-top-style:dashed;border-top-color:var(--status-locked)}.net-artifact--chain[data-count="4"] .net-artifact__node[data-edge=blocked]:before{bottom:auto;top:calc(var(--net-glyph) / 2 - .5rem);left:calc(150% - var(--net-glyph) / 2 - .25rem - 2px);border-top:0;border-left:2px solid var(--status-warning);width:0;height:1rem}}@container net-artifact (width>=22.5em){.net-artifact--chain[data-count="5"] .net-artifact__node{text-align:center;flex-direction:column;align-items:center;padding:0 .125rem}.net-artifact--chain[data-count="5"] .net-artifact__text{flex-direction:column;align-items:center;padding-top:0}.net-artifact--chain[data-count="5"] .net-artifact__node[data-edge]:after{top:calc(var(--net-glyph) / 2 - 1px);bottom:auto;left:calc(50% + var(--net-glyph) / 2 + .25rem);width:calc(100% - var(--net-glyph) - .5rem);border-left:0;border-top:2px solid var(--accent);transform-origin:0}.net-artifact--chain[data-count="5"] .net-artifact__node[data-edge=idle]:after,.net-artifact--chain[data-count="5"] .net-artifact__node[data-edge=blocked]:after{border-top-style:dashed;border-top-color:var(--status-locked)}.net-artifact--chain[data-count="5"] .net-artifact__node[data-edge=blocked]:before{bottom:auto;top:calc(var(--net-glyph) / 2 - .5rem);left:calc(150% - var(--net-glyph) / 2 - .25rem - 2px);border-top:0;border-left:2px solid var(--status-warning);width:0;height:1rem}.net-artifact--servicePipeline[data-count="5"] .net-artifact__node[data-edge]:after{top:calc(var(--net-glyph) / 2 - 2px);border-top-width:4px}.net-artifact--delegationGraph[data-count="5"] .net-artifact__node[data-edge=active]:after{border-top-style:dotted}}@container net-artifact (width>=18em){.net-artifact--hyperlinkTrail[data-count="4"] .net-artifact__node[data-edge=active]:before{bottom:auto;top:calc(var(--net-glyph) / 2 - .3125rem);left:calc(150% - var(--net-glyph) / 2 - .75rem);border-left:.5rem solid var(--accent);border-top:.3125rem solid #0000;border-bottom:.3125rem solid #0000;border-right:0}}.net-artifact--cluster .net-artifact__path{justify-content:center;gap:var(--space-unit) var(--space-medium);flex-wrap:wrap;display:flex}.net-artifact--cluster .net-artifact__node{text-align:center;flex-direction:column;flex:0 6.5rem;align-items:center;padding:0}.net-artifact--cluster .net-artifact__text{flex-direction:column;align-items:center;padding-top:0}.net-artifact[data-arrive=true] .net-artifact__node[data-edge=active]:after{animation:net-draw var(--duration-arrive) var(--ease-arrive) both}.net-artifact[data-arrive=true] .net-artifact__node[data-highlighted=true] .net-glyph__frame{animation:net-ring var(--duration-arrive) var(--ease-arrive) 1}@keyframes net-draw{0%{opacity:.2;transform:scale(.001)}to{opacity:1;transform:none}}@keyframes net-ring{0%{stroke-width:2px}45%{stroke-width:4px}to{stroke-width:2px}}@media (forced-colors:active){.net-area--selected{outline:2px solid canvastext}.net-message,.net-person{border:1px solid canvastext}.net-glyph__frame,.net-glyph__mark,.net-glyph__lock,.net-glyph__check{stroke:canvastext}.net-glyph__mark--on,.net-glyph__dot{fill:canvastext}.net-status__mark circle{stroke:canvastext}.net-status--on .net-status__mark circle{fill:canvastext}}.device-warnings{gap:var(--space-half);flex-direction:column;display:flex}.device-warnings__line{align-items:flex-start;gap:var(--space-unit);color:var(--status-warning);font-size:.9375rem;display:flex}.device-warnings__line svg{flex-shrink:0;width:1rem;height:1rem;margin-top:.1875rem}.device-stack{container:device-stack/inline-size}.device-stack__layout{gap:var(--space-medium);flex-direction:column;display:flex}.device-stack__art{align-self:center;width:auto;max-width:100%;height:9rem;display:block}.device-stack__slots{gap:var(--space-unit);flex-direction:column;flex:auto;min-width:0;display:flex}@container device-stack (width>=38em){.device-stack__layout{flex-direction:row;align-items:flex-start}.device-stack__art{flex:0 0 11rem;align-self:flex-start;width:11rem;height:auto}}.device-slot{align-items:center;gap:var(--space-unit) var(--space-medium);width:100%;min-height:var(--touch-target);padding:var(--space-unit) var(--space-medium);background:var(--bg-secondary);border:var(--hairline) var(--edge-style) var(--border-hairline);border-radius:var(--radius-card);color:inherit;font:inherit;text-align:left;flex-wrap:wrap;display:flex}.device-slot--button{cursor:pointer;-webkit-tap-highlight-color:transparent}.device-slot--button:active{opacity:.85}.device-slot__icon{width:var(--touch-target);height:var(--touch-target);background:var(--bg-primary);color:var(--accent);border-radius:.625rem;flex-shrink:0;place-items:center;display:grid}.device-slot__icon svg{width:1.375rem;height:1.375rem}.device-slot__icon--empty{color:var(--status-locked)}.device-slot__text{flex-direction:column;flex:9rem;gap:.125rem;min-width:0;display:flex}.device-slot__slot{font-family:var(--font-mono);color:var(--label-secondary);font-size:.75rem;line-height:1.4}.device-slot__item{font-weight:500}.device-slot__item--empty{color:var(--status-locked)}.device-slot__legacy{align-items:center;gap:var(--space-half);font-family:var(--font-mono);color:var(--label-secondary);font-size:.75rem;display:flex}.device-slot__legacy svg{width:.875rem;height:.875rem}.device-slot__condition{max-width:100%;margin-left:auto;display:inline-flex}.device-art{overflow:visible}.device-art__part{fill:var(--bg-primary);stroke:var(--status-locked);stroke-width:1.5px;stroke-dasharray:3 3}.device-art__part--on{fill:var(--bg-elevated);stroke:var(--accent);stroke-dasharray:none}.device-art__led{fill:none;stroke:var(--status-locked);stroke-width:1.25px}.device-art__led--on{fill:var(--accent);stroke:var(--accent)}.device-art__bar{fill:var(--status-locked);opacity:.45}.device-art__bar--on{fill:var(--accent);opacity:1}.device-art__screen{fill:var(--bg-primary);stroke:var(--status-locked);stroke-width:1px}.device-art__slit{fill:none;stroke:var(--status-locked);stroke-width:1.25px;stroke-linecap:round}.device-art__wire{fill:none;stroke:var(--accent-2);stroke-width:1.25px;stroke-linecap:round;stroke-dasharray:3 3}.device-art__frame{fill:var(--bg-secondary);stroke:var(--status-locked);stroke-width:1.5px}.device-art__scope{fill:none;stroke:var(--accent-2);stroke-width:1.25px;stroke-dasharray:2 3}.device-safeguards{gap:var(--space-half);flex-direction:column;display:flex}.device-item-status{max-width:100%;display:inline-flex}.device-compatibility{gap:var(--space-half);flex-direction:column;display:flex}.device-compatibility__line{align-items:flex-start;gap:var(--space-unit);font-size:.9375rem;display:flex}.device-compatibility__line svg{flex-shrink:0;width:1rem;height:1rem;margin-top:.1875rem}@media (forced-colors:active){.device-slot{border:1px solid canvastext}.device-art__part--on,.device-art__led--on,.device-art__bar--on{stroke:highlight}}.career-region{border-radius:var(--radius-card)}.career-region:focus{outline:none}.career-region:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.career-warning{align-items:flex-start;gap:var(--space-half);color:var(--status-warning);font-size:.9375rem;display:flex}.career-warning svg{flex-shrink:0;margin-top:.15rem}.career-confirm__actions{gap:var(--space-unit);flex-wrap:wrap;display:flex}.career-confirm__actions>.btn{flex:8rem}.career-requirements{font-size:.9375rem}.career-requirement{align-items:flex-start;gap:var(--space-unit);display:flex}.career-requirement svg{flex-shrink:0;margin-top:.15rem}.career-requirement--met{color:var(--accent)}.career-requirement--unmet{color:var(--status-locked)}.era-timeline{gap:var(--space-unit);flex-direction:column;display:flex}.era-timeline__item{min-width:0;position:relative}.era-timeline__item+.era-timeline__item:before{content:"";top:calc(-1 * var(--space-unit));left:calc(var(--space-medium) + var(--hairline) + var(--touch-target) / 2 - 1px);width:2px;height:var(--space-unit);background:var(--border-hairline);position:absolute}.era-timeline__item--reached+.era-timeline__item--reached:before{background:var(--accent)}.era-card{align-items:flex-start;gap:var(--space-unit) var(--space-medium);flex-wrap:wrap;display:flex}.era-card__symbol{width:var(--touch-target);height:var(--touch-target);border-radius:var(--radius-action);background:var(--bg-primary);color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.era-card__symbol svg{width:1.5rem;height:1.5rem}.era-card--locked .era-card__symbol{color:var(--status-locked)}.era-card__text{gap:var(--space-half);flex-direction:column;flex:9rem;min-width:0;display:flex}.era-card__heading{gap:var(--space-half);flex-direction:column;margin:0;font-size:1rem;font-weight:400;display:flex}.era-card__generation{font-family:var(--font-mono);color:var(--label-secondary);font-size:.75rem;line-height:1.4}.era-card__title{color:var(--label-primary);font-size:1.0625rem;font-weight:600;line-height:1.3}.era-card__status{flex:0 auto;max-width:100%}.era-grade{flex-wrap:wrap;display:flex}.era-legacy{gap:var(--space-half);flex-direction:column;display:flex}.era-legacy__head{justify-content:space-between;align-items:flex-start;gap:var(--space-unit);flex-wrap:wrap;display:flex}.era-legacy__title{flex:10rem;min-width:0;font-size:1rem;font-weight:600;line-height:1.35}.era-legacy__use{color:var(--accent-2)}.era-scene-row:disabled{cursor:not-allowed}.era-scene-row:disabled .nav-row__chevron{color:var(--status-locked)}.era-confirm__actions{gap:var(--space-unit);flex-wrap:wrap;display:flex}.era-confirm__actions>.btn{flex:8rem}@media (forced-colors:active){.era-timeline__item+.era-timeline__item:before{background:canvastext}}.ending-card{gap:var(--space-unit);flex-direction:column;display:flex}.ending-card--half{gap:var(--space-half)}.ending-card .tech-row__value{margin-left:auto}.ending-prose .tech-row{flex-direction:column;align-items:flex-start;gap:.125rem}.ending-prose .tech-row__value{text-align:left;margin-left:0}.ending-narrative{white-space:pre-line;line-height:1.6}.ending-credits{color:var(--accent-2);font-style:italic}.ending-accent-2{color:var(--accent-2)}.ending-chip{flex-wrap:wrap;display:flex}.ending-list{gap:var(--space-unit);flex-direction:column;display:flex}.ending-axis{flex-direction:column;gap:.125rem;display:flex}.ending-actions{gap:var(--space-unit);flex-direction:column;display:flex}.ending-reveal{animation:ending-reveal var(--duration-standard) ease-out both}@keyframes ending-reveal{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:none}}.ending-why__fact{align-items:flex-start;gap:var(--space-unit);display:flex}.ending-why__fact>svg{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.15rem}.ending-why__link{text-align:left;justify-content:flex-start;padding-inline:0}.event-terms{gap:var(--space-half);flex-direction:column;display:flex}.event-terms__list{gap:0 var(--space-unit);flex-wrap:wrap;display:flex}.event-term{min-height:var(--touch-target);min-width:var(--touch-target);color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:999px;align-items:center;padding:0;display:inline-flex}.event-term .chip{font-size:.8125rem}.event-glossary__definition{color:var(--label-primary);font-size:.9375rem}.event-effects{font-family:var(--font-mono);color:var(--accent);font-size:.75rem;line-height:1.45}.report{gap:var(--space-large);flex-direction:column;display:flex}.report-head{gap:var(--space-unit);padding-bottom:var(--space-medium);border-bottom:var(--hairline) solid var(--border-hairline);flex-direction:column;display:flex}.report-head__artifact{gap:var(--space-half) var(--space-unit);color:var(--label-secondary)}.report-headline{align-items:flex-start;gap:var(--space-unit);overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:flex}.report-headline svg{flex-shrink:0;width:1.375rem;height:1.375rem;margin-top:.1875rem}.report-tone--accent.report-headline svg{color:var(--accent)}.report-tone--warning.report-headline svg{color:var(--status-warning)}.report-tone--destructive.report-headline svg{color:var(--status-destructive)}.report-tone--neutral.report-headline svg{color:var(--label-secondary)}.report-section{gap:var(--space-unit)}.report-ledger-section{gap:var(--space-half);flex-direction:column;display:flex;container:report-ledger/inline-size}.report-ledger__columns{justify-content:flex-end;gap:var(--space-medium);padding:0 var(--space-unit);font-family:var(--font-mono);font-size:var(--text-caption);letter-spacing:.08em;text-transform:uppercase;color:var(--label-secondary);display:none}.report-ledger__columns span:first-child{margin-right:auto}.report-ledger__columns span:last-child{text-align:right;min-width:4.5rem}@container report-ledger (width>=20em){.report-ledger__columns{display:flex}}.report-ledger{background:var(--bg-secondary);border:var(--hairline) var(--edge-style) var(--border-hairline);border-radius:var(--radius-card);flex-direction:column;display:flex}.report-row{padding:.625rem var(--gutter);border-left:var(--focus-rule) solid transparent}.report-row+.report-row{border-top:var(--hairline) solid var(--border-hairline)}.report-row.report-tone--warning{border-left-color:var(--status-warning)}.report-row.report-tone--destructive{border-left-color:var(--status-destructive)}.report-row:first-child{border-top-left-radius:var(--radius-card)}.report-row:last-child{border-bottom-left-radius:var(--radius-card)}.report-row__visual{align-items:baseline;column-gap:var(--space-unit);row-gap:var(--space-half);flex-wrap:wrap;display:flex}.report-row__text{flex-direction:column;flex:7rem;gap:.125rem;min-width:0;display:flex}.report-row__label{font-weight:600}.report-row__interpretation{font-family:var(--font-mono);font-size:var(--text-value);color:var(--label-secondary);line-height:1.4}.report-row__numbers{justify-content:flex-end;align-items:baseline;gap:0 var(--space-medium);flex-wrap:wrap;margin-left:auto;display:flex}.report-row__values{font-family:var(--font-mono);font-size:1rem;font-weight:600}.report-row__delta{font-family:var(--font-mono);font-size:var(--text-support);text-align:right;min-width:4.5rem;color:var(--label-secondary);justify-content:flex-end;align-items:baseline;gap:.25rem;display:inline-flex}.report-row__arrow{font-size:.75em}.report-row.report-tone--accent .report-row__delta{color:var(--accent)}.report-row.report-tone--warning .report-row__delta{color:var(--status-warning)}.report-row.report-tone--destructive .report-row__delta{color:var(--status-destructive)}.report-lines{gap:var(--space-half);flex-direction:column;display:flex}.report-line{align-items:flex-start;gap:var(--space-half);font-size:.9375rem;display:flex}.report-line svg{width:1rem;height:1rem;color:var(--label-secondary);flex-shrink:0;margin-top:.2rem}.report-entries{gap:var(--space-half);color:var(--label-secondary);flex-direction:column;font-size:.9375rem;display:flex}.report-entries li{padding-left:var(--space-unit);border-left:var(--hairline) solid var(--border-hairline)}.report-closing{padding-top:var(--space-medium);border-top:var(--hairline) solid var(--border-hairline);color:var(--label-primary);font-style:italic}.report--echomailOrigin .report-row+.report-row{border-top-style:dashed}.report--echomailOrigin .report-row__label{font-family:var(--font-mono);font-weight:500}.report--echomailOrigin .report-head{border-bottom-style:dashed}.report--forumThread .report-ledger{border-top:.25rem solid color-mix(in srgb, var(--accent) 45%, transparent)}.report--socialPost .report-ledger{gap:var(--space-half);background:0 0;border:0}.report--socialPost .report-row{background:var(--bg-secondary);border:var(--hairline) solid var(--border-hairline);border-left-width:var(--focus-rule);border-radius:var(--radius-card)}.report--socialPost .report-row.report-tone--neutral,.report--socialPost .report-row.report-tone--accent{border-left-color:var(--border-hairline)}.report--creatorInbox .report-ledger{background-image:linear-gradient(color-mix(in srgb, var(--accent-2) 8%, transparent) 1px, transparent 1px);background-size:100% 1.5rem}.report--verifiedThread .report-row+.report-row{border-top-style:dotted}.report--verifiedThread .report-head{border-bottom-style:dotted}.report--verifiedThread .report-closing{border-top-style:dotted}@media (forced-colors:active){.report-row.report-tone--warning,.report-row.report-tone--destructive{border-left-color:canvastext}.report-ledger{border:1px solid canvastext}}.event-choices__legend{justify-content:space-between;align-items:baseline;gap:var(--space-unit);flex-wrap:wrap;width:100%;display:flex}.event-more{justify-content:center;align-items:center;gap:var(--space-half);min-height:var(--touch-target);width:100%;padding:var(--space-unit) var(--space-medium);background:var(--bg-elevated);color:var(--accent);border:var(--hairline) solid var(--accent);border-radius:var(--radius-action);font:inherit;cursor:pointer;font-size:.9375rem;display:flex;position:sticky;bottom:0}.event-more__icon{transform:rotate(90deg)}.event-familiar{justify-content:space-between;align-items:center;gap:var(--space-unit);flex-wrap:wrap;display:flex}.legacy-sheet{gap:var(--space-medium);flex-direction:column;min-width:0;display:flex}.legacy-identity{align-items:center;gap:var(--space-unit);flex-wrap:wrap;display:flex}.legacy-identity__era{align-items:center;gap:var(--space-half);max-width:100%;padding:var(--space-half) .75rem;background:var(--bg-elevated);border:var(--hairline) var(--edge-style) var(--accent);font-family:var(--font-mono);color:var(--label-primary);border-radius:999px;font-size:.75rem;line-height:1.4;display:inline-flex}.legacy-identity__era svg{width:1rem;height:1rem;color:var(--accent);flex-shrink:0}.legacy-identity__arrow{width:1rem;height:1rem;color:var(--label-secondary)}.legacy-assets__list{gap:var(--space-unit);flex-direction:column;display:flex}.legacy-tile{gap:var(--space-unit);cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;display:flex}.legacy-tile:not(.legacy-tile--locked):active{opacity:.85}.legacy-tile--locked,fieldset:disabled .legacy-tile{cursor:not-allowed}.legacy-tile:has(.legacy-tile__check:focus-visible){outline:3px solid var(--accent);outline-offset:2px}.legacy-tile__head{align-items:flex-start;gap:.75rem;display:flex}.legacy-tile__check{width:1.25rem;height:1.25rem;accent-color:var(--accent);cursor:inherit;flex-shrink:0;margin:.15rem 0 0}.legacy-tile__title{flex:auto;min-width:0;font-weight:600}.legacy-tile__head>svg{flex-shrink:0;margin-top:.2rem}.legacy-tile__details{gap:var(--space-unit);flex-direction:column;padding-left:2rem;display:flex}.legacy-tile__mutation{align-items:flex-start;gap:var(--space-half);font-family:var(--font-mono);color:var(--accent-2);font-size:.75rem;line-height:1.45;display:flex}.legacy-tile__mutation svg{flex-shrink:0;width:.875rem;height:.875rem;margin-top:.1rem}.legacy-carry__title{align-items:center;gap:var(--space-half);display:flex}.legacy-carry__title svg{color:var(--accent);flex-shrink:0}.legacy-actions{gap:var(--space-unit);flex-wrap:wrap;display:flex}.legacy-actions>.btn{flex:12rem}.legacy-confirm{gap:var(--space-unit);flex-direction:column;display:flex}.plan-option{justify-content:space-between;align-items:center;gap:var(--space-unit);padding:var(--space-unit) var(--space-medium);background:var(--bg-secondary);border:var(--hairline) var(--edge-style) var(--border-hairline);border-radius:var(--radius-card);flex-wrap:wrap;display:flex}.plan-option__text{flex-direction:column;flex:10rem;gap:.125rem;min-width:0;display:flex}.plan-option__text .t-locked{align-items:center;gap:var(--space-half);display:inline-flex}.plan-option__text .t-locked svg{width:.875rem;height:.875rem}.plan-steps{gap:var(--space-half);flex-direction:column;display:flex}.plan-step{align-items:center;gap:var(--space-unit);min-height:var(--touch-target);padding:var(--space-half) var(--space-unit);border-bottom:var(--hairline) solid var(--border-hairline);display:flex}.plan-step__number{border:var(--hairline) solid var(--accent);min-width:1.5rem;height:1.5rem;color:var(--accent);font-family:var(--font-mono);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:inline-flex}.plan-step__text{flex-direction:column;flex:auto;gap:.125rem;min-width:0;display:flex}.plan-step .chip .spinner{width:.875rem;height:.875rem}.plan-step>.chip{overflow-wrap:normal}
