.AvatarField-module__qN0BPW__wrap{flex-direction:column;align-items:center;gap:4px;display:inline-flex}.AvatarField-module__qN0BPW__circle{border:1px solid var(--border-default);border-radius:var(--radius-pill);background:var(--surface-sunken);color:var(--text-muted);cursor:pointer;transition:var(--transition-control);flex:none;place-items:center;padding:0;display:grid;position:relative;overflow:hidden}.AvatarField-module__qN0BPW__circle:hover:not(:disabled){border-color:var(--border-accent)}.AvatarField-module__qN0BPW__circle:focus-visible{box-shadow:var(--focus-ring);outline:none}.AvatarField-module__qN0BPW__circle:disabled{cursor:default;opacity:.6}.AvatarField-module__qN0BPW__img{object-fit:cover;width:100%;height:100%;display:block}.AvatarField-module__qN0BPW__initials{font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:.02em;color:var(--text-muted)}.AvatarField-module__qN0BPW__overlay{color:var(--white);opacity:0;transition:opacity var(--duration-fast) var(--ease-standard);background:#1018278c;place-items:center;display:grid;position:absolute;inset:0}.AvatarField-module__qN0BPW__circle:hover .AvatarField-module__qN0BPW__overlay,.AvatarField-module__qN0BPW__circle:focus-visible .AvatarField-module__qN0BPW__overlay{opacity:1}.AvatarField-module__qN0BPW__file{clip-path:inset(50%);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.AvatarField-module__qN0BPW__remove,.AvatarField-module__qN0BPW__note,.AvatarField-module__qN0BPW__error{font-size:var(--text-3xs);text-align:center;line-height:1.2}.AvatarField-module__qN0BPW__remove{color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:0}.AvatarField-module__qN0BPW__remove:hover{color:var(--state-blocked-fg)}.AvatarField-module__qN0BPW__note{color:var(--text-muted)}.AvatarField-module__qN0BPW__error{color:var(--state-blocked-fg);max-width:160px}@media (prefers-reduced-motion:reduce){.AvatarField-module__qN0BPW__overlay{transition:none}}
.AppShell-module__-zW4nG__shell{--drawer-w:0px;--chat-w:0px;--header-h:60px;--chat-width:360px;grid-template-columns:var(--rail-width) var(--drawer-w) minmax(0, 1fr) var(--chat-w);grid-template-rows:var(--header-h) auto minmax(0, 1fr);background:var(--surface-page);height:100dvh;transition:grid-template-columns var(--duration-base) var(--ease-standard);grid-template-areas:"header header header header""banner banner banner banner""rail drawer centre chat";display:grid}.AppShell-module__-zW4nG__shell[data-drawer=open]{--drawer-w:var(--sidebar-width)}.AppShell-module__-zW4nG__shell[data-chat=open]{--chat-w:var(--chat-width)}.AppShell-module__-zW4nG__skip{z-index:60;position:absolute;left:-9999px}.AppShell-module__-zW4nG__skip:focus{left:var(--space-4);top:var(--space-4);padding:var(--space-2) var(--space-4);background:var(--surface-card);border-radius:var(--radius-control);box-shadow:var(--shadow-md)}.AppShell-module__-zW4nG__header{align-items:center;gap:var(--space-3);padding:0 var(--space-4);background:var(--surface-card);border-bottom:1px solid var(--border-subtle);grid-area:header;min-width:0;display:flex;position:relative}.AppShell-module__-zW4nG__topbar{display:contents}.AppShell-module__-zW4nG__drawerToggle{border-radius:var(--radius-control);width:34px;height:34px;color:var(--text-muted);transition:var(--transition-control);background:0 0;border:0;place-items:center;display:none}.AppShell-module__-zW4nG__drawerToggle:hover{background:var(--surface-sunken);color:var(--text-strong)}.AppShell-module__-zW4nG__wordmark{font-family:var(--font-wordmark,var(--font-sans));font-weight:var(--weight-bold);letter-spacing:var(--tracking-wordmark,.08em);text-transform:uppercase;color:var(--text-strong);font-size:var(--text-sm);white-space:nowrap;flex:none}.AppShell-module__-zW4nG__wordmark:hover{color:var(--text-strong);text-decoration:none}.AppShell-module__-zW4nG__wordmarkImg{aspect-ratio:632.297/97.6709;width:auto;height:22px;display:block}.AppShell-module__-zW4nG__askBtn{align-items:center;gap:var(--space-2);height:var(--control-height-sm);padding:0 var(--space-4);border:1px solid var(--border-default);border-radius:var(--radius-pill);background:var(--surface-card);color:var(--text-body);font:var(--type-body-sm);white-space:nowrap;transition:var(--transition-control);flex:none;display:inline-flex}.AppShell-module__-zW4nG__askBtn:hover{border-color:var(--border-accent);color:var(--text-accent)}.AppShell-module__-zW4nG__askBtn[aria-expanded=true]{background:var(--surface-accent-soft);border-color:var(--border-accent);color:var(--text-accent)}.AppShell-module__-zW4nG__avatar{border-radius:var(--radius-pill);border:1px solid var(--border-default);background:var(--surface-sunken);width:32px;height:32px;color:var(--text-muted);font-size:var(--text-xs);font-weight:var(--weight-bold);flex:none;place-items:center;display:grid;position:relative;overflow:hidden}.AppShell-module__-zW4nG__avatarFace{object-fit:cover;object-position:50% 42%;width:100%;height:100%;display:block;position:absolute;inset:0}.AppShell-module__-zW4nG__avatar:hover{color:var(--text-strong);border-color:var(--border-accent);text-decoration:none}.AppShell-module__-zW4nG__avatarMenu{display:none}.AppShell-module__-zW4nG__bannerStack{flex-direction:column;grid-area:banner;display:flex}.AppShell-module__-zW4nG__banner{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-6);background:var(--state-warning-bg);border-bottom:1px solid var(--state-warning-border);color:var(--state-warning-fg);font:var(--type-body-sm);display:flex}.AppShell-module__-zW4nG__bannerTag{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;white-space:nowrap}.AppShell-module__-zW4nG__rail{background:var(--surface-inverse);align-items:center;gap:var(--space-1);padding:var(--space-3) 0;flex-direction:column;grid-area:rail;display:flex;overflow:hidden}.AppShell-module__-zW4nG__railBtn{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--ink-400);transition:var(--transition-control);background:0 0;border:0;flex:none;place-items:center;display:grid}.AppShell-module__-zW4nG__railBtn:hover{background:var(--ink-800);color:var(--white);text-decoration:none}.AppShell-module__-zW4nG__railBtn[data-active=true]{background:var(--ink-800);color:var(--green-300)}.AppShell-module__-zW4nG__railSpacer{flex:1}.AppShell-module__-zW4nG__railSettings{margin-top:var(--space-3);position:relative}.AppShell-module__-zW4nG__railSettings:before{content:"";top:calc(var(--space-3) * -1);background:var(--ink-700);height:1px;position:absolute;left:6px;right:6px}.AppShell-module__-zW4nG__drawer{background:var(--surface-card);border-right:1px solid var(--border-subtle);grid-area:drawer;min-width:0;position:relative;overflow:hidden}.AppShell-module__-zW4nG__resizer{z-index:2;cursor:col-resize;width:5px;height:100%;transition:background-color var(--duration-fast) var(--ease-standard);touch-action:none;background:0 0;position:absolute;top:0;right:0}.AppShell-module__-zW4nG__resizer:hover,.AppShell-module__-zW4nG__resizer:focus-visible,.AppShell-module__-zW4nG__shell[data-resizing=true] .AppShell-module__-zW4nG__resizer{background:var(--brand-accent);outline:none}.AppShell-module__-zW4nG__shell[data-resizing=true]{cursor:col-resize;-webkit-user-select:none;user-select:none}.AppShell-module__-zW4nG__shell[data-resizing=true] .AppShell-module__-zW4nG__drawerInner,.AppShell-module__-zW4nG__shell[data-resizing=true] .AppShell-module__-zW4nG__centre{pointer-events:none}.AppShell-module__-zW4nG__shell[data-resizing=true] .AppShell-module__-zW4nG__drawer,.AppShell-module__-zW4nG__shell[data-resizing=true] .AppShell-module__-zW4nG__drawerInner{transition:none}.AppShell-module__-zW4nG__drawerInner{width:min(var(--sidebar-width), calc(100vw - var(--rail-width) - var(--space-8)));overscroll-behavior:contain;height:100%;overflow-y:auto}.AppShell-module__-zW4nG__shell[data-drawer=closed] .AppShell-module__-zW4nG__drawer{border-right-color:#0000}.AppShell-module__-zW4nG__drawerClose{display:none}.AppShell-module__-zW4nG__centre{overscroll-behavior:contain;flex-direction:column;grid-area:centre;min-width:0;display:flex;overflow:auto}.AppShell-module__-zW4nG__centre:focus{outline:none}.AppShell-module__-zW4nG__chat{background:var(--surface-card);border-left:1px solid var(--border-subtle);grid-area:chat;min-width:0;overflow:hidden}.AppShell-module__-zW4nG__shell[data-chat=closed] .AppShell-module__-zW4nG__chat{border-left-color:#0000}.AppShell-module__-zW4nG__scrim,.AppShell-module__-zW4nG__bottomBar{display:none}@media (max-width:1199px){.AppShell-module__-zW4nG__shell{grid-template-columns:var(--rail-width) var(--drawer-w) minmax(0, 1fr) 0}.AppShell-module__-zW4nG__shell[data-chat=open]{--chat-w:0px}.AppShell-module__-zW4nG__chat{top:var(--header-h);width:var(--chat-width);z-index:40;box-shadow:var(--shadow-lg);transition:transform var(--duration-base) var(--ease-standard);position:fixed;bottom:0;right:0;transform:translate(100%)}.AppShell-module__-zW4nG__shell[data-chat=open] .AppShell-module__-zW4nG__chat{transform:translate(0)}.AppShell-module__-zW4nG__scrim{inset:var(--header-h) 0 0 0;z-index:35;background:var(--overlay-scrim);animation:AppShell-module__-zW4nG__fade var(--duration-fast) var(--ease-standard);border:0;display:block;position:fixed}.AppShell-module__-zW4nG__drawerToggle{display:grid}}@media (max-width:899px){.AppShell-module__-zW4nG__shell{grid-template-columns:var(--rail-width) 0 minmax(0, 1fr) 0}.AppShell-module__-zW4nG__shell[data-drawer=open]{--drawer-w:0px}.AppShell-module__-zW4nG__drawer{top:var(--header-h);bottom:0;left:var(--rail-width);width:min(var(--sidebar-width), calc(100vw - var(--rail-width) - var(--space-8)));z-index:40;box-shadow:var(--shadow-lg);transform:translateX(calc(-100% - var(--rail-width)));transition:transform var(--duration-base) var(--ease-standard);position:fixed}.AppShell-module__-zW4nG__shell[data-drawer=open] .AppShell-module__-zW4nG__drawer{transform:translate(0)}.AppShell-module__-zW4nG__drawerClose{z-index:45;top:calc(var(--header-h) + var(--space-4));left:calc(var(--rail-width) + min(var(--sidebar-width), calc(100vw - var(--rail-width) - var(--space-8))) - 36px);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);background:var(--surface-card);width:28px;height:28px;color:var(--text-muted);place-items:center;display:grid;position:fixed}}@keyframes AppShell-module__-zW4nG__fade{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.AppShell-module__-zW4nG__shell{--header-h:54px;--bottombar-h:64px;--bottombar-reserve:calc(var(--bottombar-h) + env(safe-area-inset-bottom));flex-direction:column;display:flex}.AppShell-module__-zW4nG__rail{display:none}.AppShell-module__-zW4nG__topbar{z-index:55;flex:none;display:block;position:relative}.AppShell-module__-zW4nG__header{height:var(--header-h);padding:0 var(--space-3);gap:var(--space-2)}.AppShell-module__-zW4nG__drawerToggle{width:32px;height:32px;display:grid}.AppShell-module__-zW4nG__centre{flex:auto;min-height:0}.AppShell-module__-zW4nG__drawer{top:var(--topbar-h,var(--header-h));width:min(320px,88vw);left:0;bottom:var(--bottombar-reserve);transform:translate(-100%)}.AppShell-module__-zW4nG__chat{top:var(--topbar-h,var(--header-h));width:100%;bottom:var(--bottombar-reserve)}.AppShell-module__-zW4nG__drawerInner{width:100%}.AppShell-module__-zW4nG__drawerClose{top:calc(var(--topbar-h,var(--header-h)) + var(--space-4));left:auto;right:calc(100vw - min(320px, 88vw) + var(--space-2))}.AppShell-module__-zW4nG__scrim{inset:var(--topbar-h,var(--header-h)) 0 var(--bottombar-reserve) 0}.AppShell-module__-zW4nG__askLabel{display:none}.AppShell-module__-zW4nG__askBtn{border-radius:var(--radius-pill);justify-content:center;width:34px;height:34px;padding:0}.AppShell-module__-zW4nG__wordmarkImg{height:17px}.AppShell-module__-zW4nG__avatar{width:34px;height:34px;color:var(--text-muted);border-radius:var(--radius-control);background:0 0}.AppShell-module__-zW4nG__avatar:hover{background:var(--surface-sunken);color:var(--text-strong)}.AppShell-module__-zW4nG__avatarFace{display:none}.AppShell-module__-zW4nG__avatarMenu{display:block}.AppShell-module__-zW4nG__banner{padding:var(--space-2) var(--space-4);font-size:var(--text-xs)}.AppShell-module__-zW4nG__bottomBar{z-index:50;height:var(--bottombar-reserve);background:var(--surface-inverse);padding-bottom:env(safe-area-inset-bottom);overscroll-behavior-x:contain;scrollbar-width:none;flex:none;display:flex;position:relative;overflow:auto hidden}.AppShell-module__-zW4nG__bottomBar::-webkit-scrollbar{display:none}.AppShell-module__-zW4nG__bottomBtn{height:var(--bottombar-h);color:var(--ink-400);font-size:var(--text-3xs);letter-spacing:.02em;flex-direction:column;flex:0 0 22.2222%;justify-content:center;align-items:center;gap:3px;min-width:0;padding:0 2px;display:flex}.AppShell-module__-zW4nG__bottomBtn:hover,.AppShell-module__-zW4nG__bottomBtn[data-active=true]{color:var(--green-300);text-decoration:none}.AppShell-module__-zW4nG__bottomBtn[data-active=true]{box-shadow:inset 0 2px 0 0 var(--green-300)}.AppShell-module__-zW4nG__bottomBtn span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}}.AppShell-module__-zW4nG__railAdmin{margin-bottom:var(--space-3);color:var(--green-300);position:relative}.AppShell-module__-zW4nG__railAdmin:after{content:"";bottom:calc(var(--space-3) * -1 + 4px);background:var(--ink-700);height:1px;position:absolute;left:6px;right:6px}.AppShell-module__-zW4nG__accountWrap{align-items:center;display:flex;position:relative}.AppShell-module__-zW4nG__accountMenu{top:calc(100% + var(--space-2));z-index:60;min-width:15rem;padding:var(--space-2);background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-panel);box-shadow:var(--shadow-popover);position:absolute;right:0}.AppShell-module__-zW4nG__accountHead{padding:var(--space-3) var(--space-3) var(--space-3);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--space-2)}.AppShell-module__-zW4nG__accountGreeting{font:var(--type-body);font-weight:var(--weight-bold);color:var(--text-strong);margin-bottom:2px}.AppShell-module__-zW4nG__accountName{font:var(--type-body-sm);color:var(--text-body)}.AppShell-module__-zW4nG__accountName:first-child{font:var(--type-body);font-weight:var(--weight-medium);color:var(--text-strong)}.AppShell-module__-zW4nG__accountItem{width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-control);color:var(--text-body);font:var(--type-body-sm);text-align:left;cursor:pointer;background:0 0;border:0;display:block}.AppShell-module__-zW4nG__accountItem:hover{background:var(--surface-sunken);color:var(--text-strong);text-decoration:none}.AppShell-module__-zW4nG__accountItem:focus-visible{box-shadow:var(--focus-ring);outline:none}.AppShell-module__-zW4nG__banner[data-preview]{padding-top:var(--space-1);padding-bottom:var(--space-1);background:var(--state-draft-bg);border-bottom-color:var(--state-draft-border);color:var(--state-draft-fg)}.AppShell-module__-zW4nG__bannerText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.AppShell-module__-zW4nG__bannerExit{padding:2px var(--space-3);font:var(--type-body-sm);color:inherit;border-radius:var(--radius-pill);opacity:.75;cursor:pointer;transition:opacity var(--duration-fast) var(--ease-standard);background:0 0;border:1px solid;flex:none;margin-left:auto}.AppShell-module__-zW4nG__bannerExit:hover{opacity:1}.AppShell-module__-zW4nG__menuSwitcher{display:none}.AppShell-module__-zW4nG__typeSize{padding:var(--space-2) var(--space-3) var(--space-3);margin-bottom:var(--space-2)}.AppShell-module__-zW4nG__typeSizeLabel{font:var(--type-label);color:var(--text-muted);margin-bottom:var(--space-2)}.AppShell-module__-zW4nG__typeSizeRow{border-radius:var(--radius-control);background:var(--surface-sunken);gap:2px;padding:2px;display:flex}.AppShell-module__-zW4nG__typeSizeBtn{border-radius:calc(var(--radius-control) - 2px);height:30px;color:var(--text-muted);font-family:var(--font-sans);font-weight:var(--weight-medium);cursor:pointer;transition:var(--transition-control);background:0 0;border:0;flex:1;place-items:center;line-height:1;display:grid}.AppShell-module__-zW4nG__typeSizeBtn:hover{color:var(--text-strong)}.AppShell-module__-zW4nG__typeSizeBtn[data-active=true]{background:var(--surface-card);color:var(--text-strong);box-shadow:var(--shadow-xs)}.AppShell-module__-zW4nG__typeSizeBtn:focus-visible{box-shadow:var(--focus-ring);outline:none}.AppShell-module__-zW4nG__newBtn{width:var(--control-height-sm);height:var(--control-height-sm);border-radius:var(--radius-control);border:1px solid var(--border-default);background:var(--surface-card);color:var(--text-body);cursor:pointer;transition:var(--transition-control);flex:none;place-items:center;display:grid}.AppShell-module__-zW4nG__newBtn:hover{border-color:var(--border-accent);background:var(--surface-accent-soft);color:var(--text-accent)}.AppShell-module__-zW4nG__newBtn:focus-visible{border-color:var(--border-accent);box-shadow:var(--focus-ring);outline:none}.AppShell-module__-zW4nG__newBtn[aria-expanded=true]{border-color:var(--border-accent);background:var(--surface-accent-soft);color:var(--text-accent)}.AppShell-module__-zW4nG__accountItem{align-items:center;gap:var(--space-3);display:flex}.AppShell-module__-zW4nG__accountItemDisabled{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);font:var(--type-body-sm);color:var(--text-subtle);cursor:default;display:flex}.AppShell-module__-zW4nG__soon{font-size:var(--text-3xs,10px);text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--text-subtle);margin-left:auto}@media (max-width:767px){.AppShell-module__-zW4nG__accountMenu{top:auto;left:var(--space-3);right:var(--space-3);bottom:calc(var(--bottombar-reserve) + var(--space-3));min-width:0;max-height:calc(100dvh - var(--topbar-h,var(--header-h)) - var(--bottombar-reserve) - var(--space-8));overscroll-behavior:contain;padding:var(--space-3);border-radius:var(--radius-panel);box-shadow:var(--shadow-lg);position:fixed;overflow-y:auto}.AppShell-module__-zW4nG__accountItem,.AppShell-module__-zW4nG__accountItemDisabled{min-height:44px;padding:var(--space-3) var(--space-4);font:var(--type-body)}.AppShell-module__-zW4nG__typeSizeBtn{height:40px}.AppShell-module__-zW4nG__menuSwitcher{padding:var(--space-2) var(--space-3) var(--space-3);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--space-2);display:block}}.AppShell-module__-zW4nG__storage{padding:var(--space-3);border-top:1px solid var(--border-subtle);margin-top:var(--space-2)}.AppShell-module__-zW4nG__storageLine{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);font:var(--type-body-sm);font-size:var(--text-xs);color:var(--text-muted);display:flex}.AppShell-module__-zW4nG__storageLine svg{color:#3b82f6;flex:none}.AppShell-module__-zW4nG__storageUsed{color:var(--text-strong);font-weight:var(--weight-medium)}.AppShell-module__-zW4nG__storageOf{color:var(--text-muted);font-weight:var(--weight-regular)}.AppShell-module__-zW4nG__storagePlan{padding:1px var(--space-2);border-radius:var(--radius-pill);background:var(--surface-sunken);font-size:var(--text-3xs);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted);margin-left:auto}.AppShell-module__-zW4nG__storageTrack{border-radius:var(--radius-pill);background:var(--surface-sunken);height:6px;display:block;overflow:hidden}.AppShell-module__-zW4nG__storageFill{border-radius:var(--radius-pill);background:linear-gradient(90deg,#3b82f6,#2563eb);height:100%;display:block}
.CommandBar-module__SpO8Bq__box{align-items:center;gap:var(--space-2);min-width:0;max-width:560px;height:var(--control-height-md);padding:0 var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);background:var(--surface-sunken);transition:var(--transition-control);flex:auto;margin:0 auto;display:flex;position:relative}.CommandBar-module__SpO8Bq__box:focus-within{background:var(--surface-card);border-color:var(--border-accent);box-shadow:var(--focus-ring)}.CommandBar-module__SpO8Bq__trigger{color:var(--text-subtle);cursor:text;background:0 0;border:0;flex:none;place-items:center;padding:0;display:grid}.CommandBar-module__SpO8Bq__trigger:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px;border-radius:var(--radius-xs)}.CommandBar-module__SpO8Bq__input{min-width:0;font:var(--type-body-sm);color:var(--text-strong);background:0 0;border:0;outline:none;flex:1}.CommandBar-module__SpO8Bq__input::placeholder{color:var(--text-subtle)}.CommandBar-module__SpO8Bq__input::-webkit-search-cancel-button{appearance:none}.CommandBar-module__SpO8Bq__kbd{font-family:var(--font-mono);font-size:var(--text-3xs);color:var(--text-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-xs);background:var(--surface-card);flex:none;padding:1px 5px}.CommandBar-module__SpO8Bq__results{top:calc(100% + var(--space-2));z-index:60;max-height:60vh;padding:var(--space-2);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-panel);box-shadow:var(--shadow-popover);position:absolute;left:0;right:0;overflow-y:auto}.CommandBar-module__SpO8Bq__groupHead{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-subtle);padding:var(--space-2) var(--space-3) var(--space-1)}.CommandBar-module__SpO8Bq__result{text-align:left;width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-control);background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:1px;display:flex}.CommandBar-module__SpO8Bq__result[data-cursor=true]{background:var(--surface-sunken)}.CommandBar-module__SpO8Bq__resultLabel{font:var(--type-body-sm);color:var(--text-strong)}.CommandBar-module__SpO8Bq__resultDetail{font-size:var(--text-xs);color:var(--text-muted)}.CommandBar-module__SpO8Bq__empty{padding:var(--space-4);font:var(--type-body-sm);color:var(--text-muted)}@media (max-width:767px){.CommandBar-module__SpO8Bq__kbd{display:none}.CommandBar-module__SpO8Bq__box{background:0 0;border-color:#0000;flex:none;justify-content:center;width:34px;height:34px;margin:0 0 0 auto;padding:0}.CommandBar-module__SpO8Bq__box .CommandBar-module__SpO8Bq__input{display:none}.CommandBar-module__SpO8Bq__trigger{width:34px;height:34px;color:var(--text-muted);cursor:pointer}.CommandBar-module__SpO8Bq__box[data-expanded]{left:var(--space-3);right:var(--space-3);width:auto;height:var(--control-height-md);padding:0 var(--space-3);z-index:3;background:var(--surface-card);border-color:var(--border-accent);justify-content:flex-start;position:absolute;top:50%;transform:translateY(-50%)}.CommandBar-module__SpO8Bq__box[data-expanded] .CommandBar-module__SpO8Bq__input{font-size:16px;display:block}.CommandBar-module__SpO8Bq__box[data-expanded] .CommandBar-module__SpO8Bq__trigger{width:auto}.CommandBar-module__SpO8Bq__results{max-height:50vh}}
.GunterChat-module__XnJqHW__panel{flex-direction:column;width:100%;min-width:0;height:100%;display:flex}.GunterChat-module__XnJqHW__head{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-subtle);flex:none;display:flex}.GunterChat-module__XnJqHW__headText{flex-direction:column;gap:1px;min-width:0;margin-right:auto;display:flex}.GunterChat-module__XnJqHW__headTitle{font:var(--type-body-sm);font-weight:var(--weight-bold);color:var(--text-strong)}.GunterChat-module__XnJqHW__headContext{font-size:var(--text-xs);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.GunterChat-module__XnJqHW__close{border-radius:var(--radius-control);width:28px;height:28px;color:var(--text-muted);transition:var(--transition-control);background:0 0;border:0;flex:none;place-items:center;display:grid}.GunterChat-module__XnJqHW__close:hover{background:var(--surface-sunken);color:var(--text-strong)}.GunterChat-module__XnJqHW__stream{overscroll-behavior:contain;padding:var(--space-4);gap:var(--space-3);flex-direction:column;flex:1;display:flex;overflow-y:auto}.GunterChat-module__XnJqHW__headFace{object-fit:cover;border-radius:var(--radius-pill);border:1px solid var(--border-subtle);flex:none;width:28px;height:28px}.GunterChat-module__XnJqHW__introFace{object-fit:cover;width:48px;height:48px;margin-bottom:var(--space-3);border-radius:var(--radius-pill);border:1px solid var(--border-subtle)}.GunterChat-module__XnJqHW__intro{padding:var(--space-4);border:1px dashed var(--border-default);border-radius:var(--radius-panel);background:var(--surface-sunken)}.GunterChat-module__XnJqHW__introTitle{font:var(--type-body-sm);font-weight:var(--weight-bold);color:var(--text-strong);margin-bottom:var(--space-2)}.GunterChat-module__XnJqHW__introBody{font-size:var(--text-xs);color:var(--text-muted);line-height:1.55}.GunterChat-module__XnJqHW__turn{max-width:92%;padding:var(--space-3);border-radius:var(--radius-card);font:var(--type-body-sm);word-break:break-word;line-height:1.55}.GunterChat-module__XnJqHW__turn p+p{margin-top:var(--space-2)}.GunterChat-module__XnJqHW__turn[data-role=user]{background:var(--surface-inverse);color:var(--text-inverse);border-bottom-right-radius:var(--radius-xs);align-self:flex-end}.GunterChat-module__XnJqHW__turn[data-role=assistant]{background:var(--surface-sunken);color:var(--text-body);border-bottom-left-radius:var(--radius-xs);align-self:flex-start}.GunterChat-module__XnJqHW__thinking{color:var(--text-muted);font-style:italic}.GunterChat-module__XnJqHW__error{font-size:var(--text-xs);color:var(--state-blocked-fg);background:var(--state-blocked-bg);border:1px solid var(--state-blocked-border);border-radius:var(--radius-control);padding:var(--space-2) var(--space-3)}.GunterChat-module__XnJqHW__composer{border-top:1px solid var(--border-subtle);padding:var(--space-3);flex:none}.GunterChat-module__XnJqHW__chips{gap:var(--space-2);padding-bottom:var(--space-2);scrollbar-width:none;display:flex;overflow-x:auto}.GunterChat-module__XnJqHW__chips::-webkit-scrollbar{display:none}.GunterChat-module__XnJqHW__chip{padding:var(--space-1) var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);background:var(--surface-card);color:var(--text-muted);font-size:var(--text-xs);white-space:nowrap;transition:var(--transition-control);flex:none}.GunterChat-module__XnJqHW__chip:hover:not(:disabled){border-color:var(--border-accent);color:var(--text-accent)}.GunterChat-module__XnJqHW__chip:disabled{opacity:.5;cursor:default}.GunterChat-module__XnJqHW__inputRow{align-items:flex-end;gap:var(--space-2);padding:var(--space-2);border:1px solid var(--border-default);border-radius:var(--radius-panel);background:var(--surface-card);transition:var(--transition-control);display:flex}.GunterChat-module__XnJqHW__inputRow:focus-within{border-color:var(--border-accent);box-shadow:var(--focus-ring)}.GunterChat-module__XnJqHW__input{resize:none;min-width:0;font:var(--type-body-sm);field-sizing:content;background:0 0;border:0;outline:none;flex:1;max-height:140px;line-height:1.5}.GunterChat-module__XnJqHW__send{border-radius:var(--radius-pill);background:var(--surface-inverse);width:30px;height:30px;color:var(--text-inverse);transition:var(--transition-control);border:0;flex:none;place-items:center;display:grid}.GunterChat-module__XnJqHW__send:disabled{opacity:.35;cursor:default}.GunterChat-module__XnJqHW__send:not(:disabled):hover{background:var(--brand-accent)}
.site-footer-module__1YJ_qG__footer{padding-top:var(--space-6);border-top:1px solid var(--border-subtle);flex:none;margin-top:auto}.site-footer-module__1YJ_qG__tools{align-items:baseline;gap:var(--space-3);padding:0 var(--space-6) var(--space-3);flex-wrap:wrap;display:flex}.site-footer-module__1YJ_qG__link{font:var(--type-body-sm);color:var(--text-link);text-decoration:none}.site-footer-module__1YJ_qG__link:hover{color:var(--text-link-hover);text-decoration:underline}.site-footer-module__1YJ_qG__note{font-size:var(--text-2xs);color:var(--text-muted)}.site-footer-module__1YJ_qG__identity{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6) var(--space-5);border-top:1px solid var(--border-subtle);font-size:var(--text-2xs);color:var(--text-muted);flex-wrap:wrap;display:flex}.site-footer-module__1YJ_qG__copy{font-variant-numeric:tabular-nums}.site-footer-module__1YJ_qG__sep{color:var(--text-subtle)}.site-footer-module__1YJ_qG__heritage{font-style:italic}@media (max-width:720px){.site-footer-module__1YJ_qG__tools,.site-footer-module__1YJ_qG__identity{padding-left:var(--space-4);padding-right:var(--space-4)}}
.drawer-module__3_xvMq__head{z-index:2;min-height:var(--editor-head-h);background:var(--surface-card);padding:var(--space-2) var(--space-4);border-bottom:1px solid var(--border-subtle);flex-direction:column;justify-content:center;display:flex;position:sticky;top:0}@media (max-width:899px){.drawer-module__3_xvMq__head{padding-right:calc(var(--space-4) + 36px)}}.drawer-module__3_xvMq__headRow{align-items:center;gap:var(--space-2);display:flex}.drawer-module__3_xvMq__title{font:var(--type-eyebrow);font-size:var(--text-3xs);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted);margin-right:auto}.drawer-module__3_xvMq__newBtn{align-items:center;gap:var(--space-1);height:26px;padding:0 var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-pill);background:var(--surface-card);color:var(--text-body);font-size:var(--text-xs);white-space:nowrap;transition:var(--transition-control);display:inline-flex}.drawer-module__3_xvMq__newBtn:hover{border-color:var(--border-accent);color:var(--text-accent);text-decoration:none}.drawer-module__3_xvMq__subLink{align-items:center;gap:var(--space-1);margin-top:var(--space-2);font-size:var(--text-xs);color:var(--text-muted);display:inline-flex}.drawer-module__3_xvMq__subLink:hover{color:var(--text-accent)}.drawer-module__3_xvMq__body{padding:var(--space-1) 0 var(--space-8)}.drawer-module__3_xvMq__groupHead{font:var(--type-eyebrow);font-size:var(--text-3xs);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-subtle);padding:var(--space-3) var(--space-4) var(--space-1)}.drawer-module__3_xvMq__row{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3) var(--space-1) var(--space-4);color:var(--text-body);transition:var(--transition-control);border-left:2px solid #0000;min-width:0;display:flex}.drawer-module__3_xvMq__row:hover{background:var(--surface-sunken);color:var(--text-strong);text-decoration:none}.drawer-module__3_xvMq__row[data-current=true],.drawer-module__3_xvMq__row[data-active=true]{background:var(--surface-sunken);border-left-color:var(--brand-accent);color:var(--text-strong)}.drawer-module__3_xvMq__rowText{align-items:baseline;gap:var(--space-2);flex:1;min-width:0;display:flex}.drawer-module__3_xvMq__rowLabel{min-width:0;font:var(--type-body-sm);text-overflow:ellipsis;white-space:nowrap;flex:0 auto;overflow:hidden}.drawer-module__3_xvMq__row[data-current=true] .drawer-module__3_xvMq__rowLabel,.drawer-module__3_xvMq__row[data-active=true] .drawer-module__3_xvMq__rowLabel{font-weight:var(--weight-medium)}.drawer-module__3_xvMq__rowDetail{min-width:0;font-size:var(--text-xs);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.drawer-module__3_xvMq__rowCount{text-align:right;min-width:2.5ch;font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-xs);color:var(--text-subtle);flex:none}.drawer-module__3_xvMq__row:hover .drawer-module__3_xvMq__rowCount,.drawer-module__3_xvMq__row[data-current=true] .drawer-module__3_xvMq__rowCount,.drawer-module__3_xvMq__row[data-active=true] .drawer-module__3_xvMq__rowCount{color:var(--text-body)}.drawer-module__3_xvMq__rowMeta{align-items:center;gap:var(--space-2);flex:none;display:flex}.drawer-module__3_xvMq__unverified{border:1px dashed var(--state-draft-border);border-radius:var(--radius-pill);background:var(--state-draft-bg);min-width:18px;height:18px;color:var(--state-draft-fg);font-family:var(--font-mono);font-size:var(--text-3xs);place-items:center;padding:0 5px;display:inline-grid}.drawer-module__3_xvMq__menuBtn{border-radius:var(--radius-control);width:24px;height:24px;color:var(--text-subtle);opacity:0;transition:var(--transition-control);background:0 0;border:0;flex:none;place-items:center;display:grid}.drawer-module__3_xvMq__rowWrap:hover .drawer-module__3_xvMq__menuBtn,.drawer-module__3_xvMq__menuBtn:focus-visible,.drawer-module__3_xvMq__menuBtn[aria-expanded=true]{opacity:1}.drawer-module__3_xvMq__menuBtn:hover{background:var(--ink-200);color:var(--text-strong)}.drawer-module__3_xvMq__rowWrap{align-items:center;display:flex;position:relative}.drawer-module__3_xvMq__rowWrap>.drawer-module__3_xvMq__row{flex:1;min-width:0}.drawer-module__3_xvMq__menu{right:var(--space-2);top:calc(100% - var(--space-1));z-index:5;min-width:168px;padding:var(--space-1);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-card);box-shadow:var(--shadow-popover);position:absolute}.drawer-module__3_xvMq__menuItem{text-align:left;width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-control);color:var(--text-body);font:var(--type-body-sm);background:0 0;border:0;display:block}.drawer-module__3_xvMq__menuItem:hover{background:var(--surface-sunken);color:var(--text-strong);text-decoration:none}.drawer-module__3_xvMq__menuItemDanger:hover{background:var(--state-blocked-bg);color:var(--state-blocked-fg)}.drawer-module__3_xvMq__renameForm{padding:var(--space-2) var(--space-3) var(--space-2) var(--space-4)}.drawer-module__3_xvMq__renameInput{width:100%;height:var(--control-height-sm);padding:0 var(--space-2);border:1px solid var(--border-accent);border-radius:var(--radius-control);background:var(--surface-card);font:var(--type-body-sm);box-shadow:var(--focus-ring);outline:none}.drawer-module__3_xvMq__renameHint{margin-top:var(--space-1);font-size:var(--text-3xs);color:var(--text-subtle)}.drawer-module__3_xvMq__empty{padding:var(--space-6) var(--space-4);color:var(--text-muted);font:var(--type-body-sm);line-height:1.55}.drawer-module__3_xvMq__emptyTitle{color:var(--text-strong);font-weight:var(--weight-medium);margin-bottom:var(--space-2)}.drawer-module__3_xvMq__sectionNum{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-subtle);text-align:right;flex:none;min-width:18px}.drawer-module__3_xvMq__row[data-disabled=true]{opacity:.45;pointer-events:none}.drawer-module__3_xvMq__naGroup{margin-top:var(--space-4);padding-top:var(--space-2)}.drawer-module__3_xvMq__naSummary{cursor:pointer;padding:var(--space-2) var(--space-3);font:var(--type-body-sm);color:var(--text-muted);border-radius:var(--radius-xs);-webkit-user-select:none;user-select:none;list-style:none}.drawer-module__3_xvMq__naSummary::-webkit-details-marker{display:none}.drawer-module__3_xvMq__naSummary:before{content:"▸";width:1em;color:var(--text-subtle);transition:transform var(--duration-fast) var(--ease-standard);display:inline-block}.drawer-module__3_xvMq__naGroup[open] .drawer-module__3_xvMq__naSummary:before{transform:rotate(90deg)}.drawer-module__3_xvMq__naSummary:hover{color:var(--text-body);background:var(--surface-sunken)}.drawer-module__3_xvMq__stateIcon{font-size:var(--text-xs);color:var(--text-subtle);flex:none}.drawer-module__3_xvMq__filterWrap{z-index:1;align-items:center;gap:var(--space-2);margin:var(--space-3) var(--space-4) 0;padding:0 var(--space-3);height:var(--control-height-sm);border:1px solid var(--border-subtle);border-radius:var(--radius-control);background:var(--surface-sunken);transition:var(--transition-control);display:flex;position:sticky;top:0}.drawer-module__3_xvMq__filterWrap:focus-within{background:var(--surface-card);border-color:var(--border-accent);box-shadow:var(--focus-ring)}.drawer-module__3_xvMq__filterIcon{color:var(--text-subtle);flex:none}.drawer-module__3_xvMq__filterInput{min-width:0;font:var(--type-body-sm);color:var(--text-strong);background:0 0;border:0;outline:none;flex:1}.drawer-module__3_xvMq__filterInput::placeholder{color:var(--text-subtle)}.drawer-module__3_xvMq__filterInput::-webkit-search-cancel-button{appearance:none}.drawer-module__3_xvMq__stateIcon[data-state=complete]{color:var(--state-verified-fg)}.drawer-module__3_xvMq__stateIcon[data-state=partial]{color:var(--text-muted)}.drawer-module__3_xvMq__stateIcon[data-state=unverified]{color:var(--state-draft-fg)}.drawer-module__3_xvMq__viewToggle{margin:var(--space-2) var(--space-4) 0;border-radius:var(--radius-control);background:var(--surface-sunken);gap:2px;padding:2px;display:flex}.drawer-module__3_xvMq__viewBtn{height:calc(var(--control-height-sm) - 6px);border-radius:calc(var(--radius-control) - 2px);color:var(--text-muted);font:var(--type-body-sm);cursor:pointer;transition:var(--transition-control);background:0 0;border:0;flex:1}.drawer-module__3_xvMq__viewBtn:hover{color:var(--text-strong)}.drawer-module__3_xvMq__viewBtn[data-active=true]{background:var(--surface-card);color:var(--text-strong);font-weight:var(--weight-medium);box-shadow:var(--shadow-xs)}.drawer-module__3_xvMq__viewBtn:focus-visible{box-shadow:var(--focus-ring);outline:none}.drawer-module__3_xvMq__folder,.drawer-module__3_xvMq__folderItems{--tree-step:12px}.drawer-module__3_xvMq__folder{align-items:center;gap:var(--space-2);cursor:pointer;width:100%;color:var(--text-body);text-align:left;padding:var(--space-1) var(--space-4);transition:var(--transition-control);background:0 0;border:0;display:flex}.drawer-module__3_xvMq__folder:hover{background:var(--surface-sunken);color:var(--text-strong)}.drawer-module__3_xvMq__folder:focus-visible{box-shadow:var(--focus-ring);outline:none}.drawer-module__3_xvMq__folder[data-depth=year] .drawer-module__3_xvMq__folderLabel{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:var(--weight-medium);color:var(--text-strong)}.drawer-module__3_xvMq__folder[data-depth=month]{padding-left:calc(var(--space-4) + var(--tree-step))}.drawer-module__3_xvMq__folderIcon{color:var(--text-muted);flex:none}.drawer-module__3_xvMq__folder:hover .drawer-module__3_xvMq__folderIcon,.drawer-module__3_xvMq__folder[aria-expanded=true] .drawer-module__3_xvMq__folderIcon{color:var(--brand-accent)}.drawer-module__3_xvMq__folderChevron{color:var(--text-subtle);transition:transform var(--duration-fast) var(--ease-standard);flex:none}.drawer-module__3_xvMq__folder[aria-expanded=true] .drawer-module__3_xvMq__folderChevron{transform:rotate(90deg)}.drawer-module__3_xvMq__folderLabel{min-width:0;font:var(--type-body-sm);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.drawer-module__3_xvMq__folderCount{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-3xs);color:var(--text-subtle);flex:none}.drawer-module__3_xvMq__folderItems .drawer-module__3_xvMq__row{padding-left:calc(var(--space-4) + var(--tree-step) * 2 - var(--space-1))}.drawer-module__3_xvMq__rowIcon{color:var(--text-muted);flex:none}.drawer-module__3_xvMq__row[data-current=true] .drawer-module__3_xvMq__rowIcon{color:var(--brand-accent)}.drawer-module__3_xvMq__msGroup,.drawer-module__3_xvMq__msGroup:last-of-type{border-bottom:1px solid var(--border-subtle)}.drawer-module__3_xvMq__msSummary{align-items:center;gap:var(--space-2);padding:9px var(--space-3);cursor:pointer;color:var(--text-body);-webkit-user-select:none;user-select:none;list-style:none;display:flex}.drawer-module__3_xvMq__msSummary::-webkit-details-marker{display:none}.drawer-module__3_xvMq__msSummary:hover{background:var(--surface-sunken)}.drawer-module__3_xvMq__msSummary:focus-visible{box-shadow:var(--focus-ring);outline:none}.drawer-module__3_xvMq__msChevron{color:var(--text-subtle);flex:none;transition:transform .16s}.drawer-module__3_xvMq__msGroup[open]>.drawer-module__3_xvMq__msSummary .drawer-module__3_xvMq__msChevron{transform:rotate(90deg)}.drawer-module__3_xvMq__msGlyph{text-align:center;color:var(--text-subtle);flex:0 0 14px;font-size:11px;line-height:1}.drawer-module__3_xvMq__msGroup[data-state=complete]>.drawer-module__3_xvMq__msSummary .drawer-module__3_xvMq__msGlyph{color:var(--state-verified-fg)}.drawer-module__3_xvMq__msGroup[data-state=unverified]>.drawer-module__3_xvMq__msSummary .drawer-module__3_xvMq__msGlyph{color:var(--state-warning-fg)}.drawer-module__3_xvMq__msTitle{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.drawer-module__3_xvMq__msGroup[data-current]>.drawer-module__3_xvMq__msSummary .drawer-module__3_xvMq__msTitle{color:var(--brand-accent)}.drawer-module__3_xvMq__msBlurb{padding:0 var(--space-3) 8px calc(var(--space-3) + 14px + var(--space-2));color:var(--text-subtle);margin:0;font-size:12px;line-height:1.35}@media (prefers-reduced-motion:reduce){.drawer-module__3_xvMq__msChevron{transition:none}}
.HouseProgress-module__pNmePq__house{display:block;overflow:visible}.HouseProgress-module__pNmePq__face{fill:var(--surface-sunken);transition:fill .3s}.HouseProgress-module__pNmePq__house[data-sealed] .HouseProgress-module__pNmePq__face{fill:var(--surface-accent-soft)}.HouseProgress-module__pNmePq__ringTrack{stroke:var(--border-subtle);stroke-width:2.5px}.HouseProgress-module__pNmePq__ring{stroke:var(--brand-accent);stroke-width:2.5px;stroke-linecap:round}.HouseProgress-module__pNmePq__stroke{stroke-width:1.25px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;fill:none}.HouseProgress-module__pNmePq__ring{stroke-dasharray:1;transition:stroke-dashoffset .4s cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion:reduce){.HouseProgress-module__pNmePq__ring{transition:none}}.HouseProgress-module__pNmePq__ghost .HouseProgress-module__pNmePq__stroke{stroke:var(--border-subtle)}.HouseProgress-module__pNmePq__ink .HouseProgress-module__pNmePq__stroke{stroke-dasharray:1;transition:stroke-dashoffset .4s cubic-bezier(.4,0,.2,1),stroke .3s}.HouseProgress-module__pNmePq__ink[data-state=ahead] .HouseProgress-module__pNmePq__stroke{stroke:#0000}.HouseProgress-module__pNmePq__ink[data-state=built] .HouseProgress-module__pNmePq__stroke{stroke:var(--text-strong)}.HouseProgress-module__pNmePq__ink[data-state=active] .HouseProgress-module__pNmePq__stroke,.HouseProgress-module__pNmePq__house[data-sealed] .HouseProgress-module__pNmePq__ink .HouseProgress-module__pNmePq__stroke{stroke:var(--brand-accent)}@media (prefers-reduced-motion:reduce){.HouseProgress-module__pNmePq__ink .HouseProgress-module__pNmePq__stroke{transition:none}}
.roadmap-module__ZrKnAa__top{gap:var(--space-8);padding:var(--space-6);background:var(--surface-inverse);border-radius:var(--radius-panel);margin-bottom:var(--space-8);grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid}.roadmap-module__ZrKnAa__arcWrap{align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.roadmap-module__ZrKnAa__arcFigure{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--white);font-size:2rem;line-height:1}.roadmap-module__ZrKnAa__arcLabel{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--ink-400);font-size:10px}.roadmap-module__ZrKnAa__topText{min-width:0}.roadmap-module__ZrKnAa__topTitle{font:var(--type-h3);color:var(--white);margin-bottom:var(--space-2)}.roadmap-module__ZrKnAa__topBody{font:var(--type-body-sm);color:var(--ink-300);max-width:62ch;line-height:1.6}.roadmap-module__ZrKnAa__topStats{gap:var(--space-6);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.roadmap-module__ZrKnAa__topStat{flex-direction:column;gap:1px;display:flex}.roadmap-module__ZrKnAa__topStatNum{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-lg,1.05rem);color:var(--white)}.roadmap-module__ZrKnAa__topStatLabel{text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);color:var(--ink-400);font-size:10px}.roadmap-module__ZrKnAa__tracks{gap:var(--space-6);margin-bottom:var(--space-10);grid-template-columns:repeat(auto-fit,minmax(340px,1fr));display:grid}.roadmap-module__ZrKnAa__track{padding:var(--space-6);border:1px solid var(--ink-200);border-radius:var(--radius-panel);background:var(--white)}.roadmap-module__ZrKnAa__track[data-track=ship]{border-left:3px solid var(--brand-accent)}.roadmap-module__ZrKnAa__trackHead{margin-bottom:var(--space-3)}.roadmap-module__ZrKnAa__trackTitle{color:var(--ink-900);font-size:1.25rem;font-weight:600}.roadmap-module__ZrKnAa__trackSub{color:var(--ink-600);margin-top:2px;font-size:.8125rem}.roadmap-module__ZrKnAa__trackFraming{color:var(--ink-700);padding-bottom:var(--space-4);margin-bottom:var(--space-4);border-bottom:1px solid var(--ink-100);font-size:.8125rem;line-height:1.55}.roadmap-module__ZrKnAa__criteria{gap:var(--space-4);flex-direction:column;display:flex}.roadmap-module__ZrKnAa__criterion{gap:var(--space-3);grid-template-columns:18px minmax(0,1fr);align-items:start;display:grid}.roadmap-module__ZrKnAa__criterionMark{font-family:var(--font-mono);color:var(--brand-accent);font-size:.875rem;line-height:1.4}.roadmap-module__ZrKnAa__criterion[data-done=false] .roadmap-module__ZrKnAa__criterionMark{color:var(--state-blocked-fg)}.roadmap-module__ZrKnAa__criterionLabel{color:var(--ink-900);font-size:.875rem;font-weight:500}.roadmap-module__ZrKnAa__criterion[data-done=false] .roadmap-module__ZrKnAa__criterionLabel{color:var(--state-blocked-fg)}.roadmap-module__ZrKnAa__criterionDetail{color:var(--ink-600);margin-top:2px;font-size:.8125rem;line-height:1.5}.roadmap-module__ZrKnAa__criterionBlocker{color:var(--ink-700);margin-top:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:var(--state-blocked-bg);font-size:.8125rem;line-height:1.5}.roadmap-module__ZrKnAa__standard+.roadmap-module__ZrKnAa__standard{padding-top:var(--space-4);border-top:1px solid var(--ink-100)}.roadmap-module__ZrKnAa__standardHead{justify-content:space-between;align-items:baseline;gap:var(--space-3);display:flex}.roadmap-module__ZrKnAa__standardTitle{color:var(--ink-900);font-size:.875rem;font-weight:500}.roadmap-module__ZrKnAa__standardPct{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--ink-900);font-size:1.125rem}.roadmap-module__ZrKnAa__standardFigure{font-family:var(--font-mono);color:var(--ink-600);margin-bottom:var(--space-2);font-size:.75rem}.roadmap-module__ZrKnAa__standardNext{color:var(--ink-700);margin-top:var(--space-2);font-size:.8125rem;line-height:1.5}.roadmap-module__ZrKnAa__trackFoot{color:var(--ink-600);padding-top:var(--space-4);margin-top:var(--space-2);border-top:1px solid var(--ink-100);font-size:.75rem;line-height:1.5}.roadmap-module__ZrKnAa__body{gap:var(--space-8);grid-template-columns:minmax(0,1fr) 320px;align-items:start;display:grid}.roadmap-module__ZrKnAa__side{gap:var(--space-5);top:var(--space-4);flex-direction:column;display:flex;position:sticky}.roadmap-module__ZrKnAa__phase{margin-bottom:var(--space-10)}.roadmap-module__ZrKnAa__phaseHead{align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-2);flex-wrap:wrap;display:flex}.roadmap-module__ZrKnAa__phaseTitle{font:var(--type-h3);color:var(--text-strong)}.roadmap-module__ZrKnAa__phaseSub{font:var(--type-body-sm);color:var(--text-muted);margin-right:auto}.roadmap-module__ZrKnAa__phaseTag{text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);padding:2px var(--space-3);border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:var(--surface-sunken);color:var(--text-muted);white-space:nowrap;font-size:10px}.roadmap-module__ZrKnAa__phaseTagActive{background:var(--state-verified-bg);border-color:var(--state-verified-border);color:var(--state-verified-fg)}.roadmap-module__ZrKnAa__dod{font:var(--type-body-sm);color:var(--text-muted);max-width:var(--prose-max);padding-left:var(--space-4);border-left:2px solid var(--border-subtle);margin-bottom:var(--space-6);line-height:1.6}.roadmap-module__ZrKnAa__bar{border-radius:var(--radius-pill);background:var(--ink-200);height:6px;margin:var(--space-3) 0;overflow:hidden}.roadmap-module__ZrKnAa__barFill{border-radius:var(--radius-pill);background:var(--brand-accent);height:100%}.roadmap-module__ZrKnAa__barMeta{align-items:center;gap:var(--space-3);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-xs);color:var(--text-muted);display:flex}.roadmap-module__ZrKnAa__barMetaSpacer{flex:1}.roadmap-module__ZrKnAa__milestone{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-panel);padding:var(--space-5);margin-bottom:var(--space-4)}.roadmap-module__ZrKnAa__msHead{align-items:baseline;gap:var(--space-3);flex-wrap:wrap;display:flex}.roadmap-module__ZrKnAa__msTitle{font:var(--type-body);font-weight:var(--weight-bold);color:var(--text-strong);margin-right:auto}.roadmap-module__ZrKnAa__msPct{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-sm);color:var(--text-muted)}.roadmap-module__ZrKnAa__msDetail{font:var(--type-body-sm);color:var(--text-muted);margin-top:var(--space-2);max-width:var(--prose-max);line-height:1.55}.roadmap-module__ZrKnAa__tasks{margin:var(--space-4) 0 0;flex-direction:column;padding:0;list-style:none;display:flex}.roadmap-module__ZrKnAa__task{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) 0;border-top:1px solid var(--border-subtle);display:flex}.roadmap-module__ZrKnAa__taskText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.roadmap-module__ZrKnAa__taskLabel{font:var(--type-body-sm);color:var(--text-body)}.roadmap-module__ZrKnAa__task[data-state=done] .roadmap-module__ZrKnAa__taskLabel{color:var(--text-muted)}.roadmap-module__ZrKnAa__taskNote{font-size:var(--text-xs);color:var(--text-muted);line-height:1.5}.roadmap-module__ZrKnAa__marker{border-radius:var(--radius-pill);width:18px;height:18px;font-size:10px;font-family:var(--font-mono);border:1px solid var(--border-default);background:var(--surface-card);color:var(--text-subtle);flex:none;place-items:center;margin-top:1px;display:grid}.roadmap-module__ZrKnAa__task[data-state=done] .roadmap-module__ZrKnAa__marker{background:var(--state-verified-bg);border-color:var(--state-verified-border);color:var(--state-verified-fg)}.roadmap-module__ZrKnAa__task[data-state=active] .roadmap-module__ZrKnAa__marker{background:var(--surface-inverse);border-color:var(--surface-inverse);color:var(--white)}.roadmap-module__ZrKnAa__task[data-state=blocked] .roadmap-module__ZrKnAa__marker{background:var(--state-blocked-bg);border-color:var(--state-blocked-border);color:var(--state-blocked-fg)}.roadmap-module__ZrKnAa__stateChip{text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);color:var(--text-subtle);white-space:nowrap;flex:none;padding-top:3px;font-size:10px}.roadmap-module__ZrKnAa__sideCard{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-panel);padding:var(--space-5)}.roadmap-module__ZrKnAa__sideHead{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-4)}.roadmap-module__ZrKnAa__nextList{counter-reset:nxt;margin:0;padding:0;list-style:none}.roadmap-module__ZrKnAa__nextItem{gap:var(--space-3);padding:var(--space-3) 0;border-top:1px solid var(--border-subtle);display:flex}.roadmap-module__ZrKnAa__nextItem:first-child{border-top:0;padding-top:0}.roadmap-module__ZrKnAa__nextNum{counter-increment:nxt;font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-subtle);flex:none;width:16px}.roadmap-module__ZrKnAa__nextNum:before{content:counter(nxt)}.roadmap-module__ZrKnAa__nextText{flex-direction:column;gap:2px;min-width:0;display:flex}.roadmap-module__ZrKnAa__nextLabel{font:var(--type-body-sm);color:var(--text-strong)}.roadmap-module__ZrKnAa__nextWhere{text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);color:var(--text-subtle);font-size:10px}.roadmap-module__ZrKnAa__issue{padding:var(--space-4) 0;border-top:1px solid var(--border-subtle)}.roadmap-module__ZrKnAa__issue:first-of-type{border-top:0;padding-top:0}.roadmap-module__ZrKnAa__issueHead{align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.roadmap-module__ZrKnAa__issueTitle{font:var(--type-body-sm);font-weight:var(--weight-medium);color:var(--text-strong);flex:1;min-width:0}.roadmap-module__ZrKnAa__sev{text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);padding:1px var(--space-2);border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:var(--surface-sunken);color:var(--text-muted);white-space:nowrap;flex:none;font-size:9px}.roadmap-module__ZrKnAa__sevBlocking{background:var(--state-blocked-bg);border-color:var(--state-blocked-border);color:var(--state-blocked-fg)}.roadmap-module__ZrKnAa__sevDecision{background:var(--state-draft-bg);border-color:var(--state-draft-border);color:var(--state-draft-fg)}.roadmap-module__ZrKnAa__issueBody{font-size:var(--text-xs);color:var(--text-muted);line-height:1.55}.roadmap-module__ZrKnAa__issueMeta{margin-top:var(--space-2);font-family:var(--font-mono);color:var(--text-subtle);font-size:10px}.roadmap-module__ZrKnAa__caveat{margin-top:var(--space-8);padding:var(--space-4);border:1px dashed var(--border-default);border-radius:var(--radius-card);font-size:var(--text-xs);color:var(--text-muted);line-height:1.6}@media (max-width:1279px){.roadmap-module__ZrKnAa__body{grid-template-columns:minmax(0,1fr)}.roadmap-module__ZrKnAa__side{flex-flow:wrap;position:static}.roadmap-module__ZrKnAa__sideCard{flex:320px}}@media (max-width:767px){.roadmap-module__ZrKnAa__top{gap:var(--space-5);padding:var(--space-5);text-align:center;grid-template-columns:minmax(0,1fr)}.roadmap-module__ZrKnAa__arcWrap{align-items:center}.roadmap-module__ZrKnAa__topStats{justify-content:center}.roadmap-module__ZrKnAa__milestone{padding:var(--space-4)}.roadmap-module__ZrKnAa__stateChip{display:none}}.roadmap-module__ZrKnAa__keyButton{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font:var(--type-body-sm);color:var(--text-strong);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);cursor:pointer;transition:background var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard);display:inline-flex}.roadmap-module__ZrKnAa__keyButton:hover{background:var(--surface-sunken);border-color:var(--border-default)}.roadmap-module__ZrKnAa__keyButton:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px}.roadmap-module__ZrKnAa__dialog{max-width:min(760px, calc(100vw - 2 * var(--space-6)));max-height:calc(100vh - 2 * var(--space-8));background:0 0;border:none;padding:0;overflow:visible}.roadmap-module__ZrKnAa__dialog::backdrop{background:#0f172a8c}.roadmap-module__ZrKnAa__dialogPanel{max-height:calc(100vh - 2 * var(--space-8));background:var(--surface-card);border-radius:var(--radius-panel);box-shadow:var(--shadow-popover);flex-direction:column;display:flex;overflow:hidden}.roadmap-module__ZrKnAa__dialogHead{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-6);border-bottom:1px solid var(--border-subtle);display:flex}.roadmap-module__ZrKnAa__dialogTitle{font:var(--type-h2);color:var(--text-strong)}.roadmap-module__ZrKnAa__dialogSub{font:var(--type-body-sm);color:var(--text-muted);margin-top:2px}.roadmap-module__ZrKnAa__dialogClose{width:32px;height:32px;color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex:none;place-items:center;display:grid}.roadmap-module__ZrKnAa__dialogClose:hover{color:var(--text-strong);background:var(--surface-sunken)}.roadmap-module__ZrKnAa__dialogClose:focus-visible{outline:2px solid var(--brand-accent);outline-offset:1px}.roadmap-module__ZrKnAa__dialogBody{padding:var(--space-6);overflow-y:auto}.roadmap-module__ZrKnAa__glossGroup+.roadmap-module__ZrKnAa__glossGroup{margin-top:var(--space-8);padding-top:var(--space-6);border-top:1px solid var(--border-subtle)}.roadmap-module__ZrKnAa__glossGroupTitle{font:var(--type-h3);color:var(--text-strong)}.roadmap-module__ZrKnAa__glossGroupBlurb{font:var(--type-body-sm);color:var(--text-muted);margin-top:var(--space-1);margin-bottom:var(--space-5)}.roadmap-module__ZrKnAa__glossList{gap:var(--space-5);flex-direction:column;display:flex}.roadmap-module__ZrKnAa__glossTerm{font:var(--type-h3);font-size:var(--text-sm);color:var(--text-strong);margin-bottom:var(--space-1)}.roadmap-module__ZrKnAa__glossExpansion{font:var(--type-body-sm);color:var(--text-muted);display:block}.roadmap-module__ZrKnAa__glossDef{font:var(--type-body-sm);color:var(--ink-700);margin:0;line-height:1.6}.roadmap-module__ZrKnAa__glossWhy{margin-top:var(--space-3);padding-left:var(--space-4);border-left:2px solid var(--brand-accent)}.roadmap-module__ZrKnAa__glossWhyLabel{font:var(--type-eyebrow);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:2px;display:block}@media (max-width:640px){.roadmap-module__ZrKnAa__dialogHead,.roadmap-module__ZrKnAa__dialogBody{padding:var(--space-5)}}.roadmap-module__ZrKnAa__dialogLink{color:var(--text-link);text-underline-offset:2px;text-decoration:underline}.roadmap-module__ZrKnAa__dialogLink:hover{color:var(--text-link-hover)}.roadmap-module__ZrKnAa__phaseSummary{align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-panel);cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;display:flex}.roadmap-module__ZrKnAa__phaseSummary::-webkit-details-marker{display:none}.roadmap-module__ZrKnAa__phaseSummary:hover{border-color:var(--border-strong)}.roadmap-module__ZrKnAa__phaseSummary:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px}.roadmap-module__ZrKnAa__phaseSummary:before,.roadmap-module__ZrKnAa__msSummary:before{content:"";border-left:5px solid var(--text-subtle);border-top:4px solid #0000;border-bottom:4px solid #0000;flex:none;width:0;height:0;transition:transform .12s}details[open]>.roadmap-module__ZrKnAa__phaseSummary:before,details[open]>.roadmap-module__ZrKnAa__msSummary:before{transform:rotate(90deg)}.roadmap-module__ZrKnAa__phaseSummaryText{flex-direction:column;gap:2px;min-width:0;margin-right:auto;display:flex}.roadmap-module__ZrKnAa__phaseFigure{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap}.roadmap-module__ZrKnAa__phaseBody{padding:var(--space-5) var(--space-5) var(--space-2)}.roadmap-module__ZrKnAa__rank{border-radius:var(--radius-pill);background:var(--surface-sunken);border:1px solid var(--border-subtle);width:20px;height:20px;font-family:var(--font-mono);color:var(--text-muted);flex:none;place-items:center;font-size:10px;display:grid}.roadmap-module__ZrKnAa__rank[data-ms]{width:18px;height:18px;font-size:9px}.roadmap-module__ZrKnAa__msSummary{align-items:center;gap:var(--space-3);cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;display:flex}.roadmap-module__ZrKnAa__msSummary::-webkit-details-marker{display:none}.roadmap-module__ZrKnAa__msSummary:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px;border-radius:var(--radius-sm)}.roadmap-module__ZrKnAa__msBody{padding-top:var(--space-2)}.roadmap-module__ZrKnAa__doneRoll{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--state-verified-fg);margin:var(--space-2) 0}.roadmap-module__ZrKnAa__archiveLink,.roadmap-module__ZrKnAa__trendLink{font:var(--type-body-sm);color:var(--brand-accent);margin-bottom:var(--space-4);text-decoration:none;display:inline-block}.roadmap-module__ZrKnAa__archiveLink:hover,.roadmap-module__ZrKnAa__trendLink:hover{text-decoration:underline}.roadmap-module__ZrKnAa__allDone{font:var(--type-body-sm);color:var(--state-verified-fg);margin-bottom:var(--space-4)}.roadmap-module__ZrKnAa__trend{padding:var(--space-5) var(--space-6);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-panel);margin-bottom:var(--space-8)}.roadmap-module__ZrKnAa__trendFigures{gap:var(--space-8);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.roadmap-module__ZrKnAa__trendStat{flex-direction:column;gap:2px;display:flex}.roadmap-module__ZrKnAa__trendNum{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--text-strong);font-size:1.5rem;line-height:1}.roadmap-module__ZrKnAa__trendNum[data-good]{color:var(--state-verified-fg)}.roadmap-module__ZrKnAa__trendNum[data-warn]{color:var(--state-warning-fg,var(--text-strong))}.roadmap-module__ZrKnAa__trendLabel{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted);font-size:10px}.roadmap-module__ZrKnAa__trendNote{font:var(--type-body-sm);color:var(--text-muted);max-width:var(--prose-max);line-height:1.6}
.HouseTeach-module__kyE61a__wrap{flex:none;position:relative}.HouseTeach-module__kyE61a__trigger{cursor:pointer;border-radius:var(--radius-xs);background:0 0;border:none;padding:2px;display:block;position:relative}.HouseTeach-module__kyE61a__trigger:focus-visible{box-shadow:var(--focus-ring);outline:none}.HouseTeach-module__kyE61a__dot{background:var(--state-blocked-fg);border-radius:50%;width:6px;height:6px;position:absolute;top:0;right:0}.HouseTeach-module__kyE61a__tip{z-index:20;border-radius:var(--radius-md);background:var(--surface-inverse);width:max-content;max-width:268px;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;flex-direction:column;gap:4px;padding:11px 14px;transition:opacity .14s,transform .14s;display:flex;position:absolute;top:calc(100% + 12px);right:-4px;transform:translateY(-6px)}.HouseTeach-module__kyE61a__tip:before{content:"";background:var(--surface-inverse);border-radius:2px 0 0;width:10px;height:10px;position:absolute;top:-4px;right:20px;transform:rotate(45deg)}.HouseTeach-module__kyE61a__tip[data-open]{opacity:1;transform:translateY(0)}.HouseTeach-module__kyE61a__tipLine{color:var(--text-inverse);font-size:13px;font-weight:600}.HouseTeach-module__kyE61a__tipSub{color:var(--ink-300);font-size:12px;line-height:1.4}@media (prefers-reduced-motion:reduce){.HouseTeach-module__kyE61a__tip{transition:none}}
.site-header-module__n5Nzpq__header{z-index:20;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-6);background:color-mix(in srgb, var(--ink-950) 82%, transparent);-webkit-backdrop-filter:var(--blur-scrim);backdrop-filter:var(--blur-scrim);border-bottom:1px solid #ffffff14;display:flex;position:sticky;top:0}.site-header-module__n5Nzpq__brand{border-radius:var(--radius-control);align-items:center;margin-right:auto;display:flex}.site-header-module__n5Nzpq__brand:focus-visible{box-shadow:var(--focus-ring);outline:none}.site-header-module__n5Nzpq__mark{aspect-ratio:632.297/97.6709;width:auto;height:26px;display:block}.site-header-module__n5Nzpq__trigger{align-items:center;gap:var(--space-2);height:var(--control-height-md);padding:0 var(--space-3);border-radius:var(--radius-control);color:var(--text-inverse);font:var(--type-body-sm);cursor:pointer;transition:var(--transition-control);background:0 0;border:1px solid #ffffff24;flex:none;display:inline-flex}.site-header-module__n5Nzpq__trigger:hover{background:#ffffff14;border-color:#ffffff47}.site-header-module__n5Nzpq__trigger:focus-visible{box-shadow:var(--focus-ring);outline:none}.site-header-module__n5Nzpq__triggerWord{font-weight:var(--weight-medium)}.site-header-module__n5Nzpq__menu{top:calc(100% + var(--space-2));right:var(--space-6);min-width:15rem;padding:var(--space-2);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-card);box-shadow:var(--shadow-popover);position:absolute}.site-header-module__n5Nzpq__item{padding:var(--space-2) var(--space-3);border-radius:var(--radius-control);font:var(--type-body-sm);color:var(--text-body);text-decoration:none;display:block}.site-header-module__n5Nzpq__item:hover{background:var(--surface-sunken);color:var(--text-strong)}.site-header-module__n5Nzpq__item:focus-visible{box-shadow:var(--focus-ring);outline:none}.site-header-module__n5Nzpq__sep{height:1px;margin:var(--space-2) var(--space-3);background:var(--border-subtle)}.site-header-module__n5Nzpq__aside{padding:var(--space-2) var(--space-3) var(--space-1);font-size:var(--text-xs);line-height:var(--leading-relaxed);color:var(--text-muted)}@media (max-width:767px){.site-header-module__n5Nzpq__header{padding:var(--space-3) var(--space-4)}.site-header-module__n5Nzpq__triggerWord{display:none}.site-header-module__n5Nzpq__trigger{width:var(--control-height-md);justify-content:center;padding:0}.site-header-module__n5Nzpq__menu{left:var(--space-4);right:var(--space-4);min-width:0}}
.health-module__SwGhfW__health{margin-top:var(--space-8);padding:var(--space-6);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-panel)}.health-module__SwGhfW__head{justify-content:space-between;align-items:flex-start;gap:var(--space-6);display:flex}.health-module__SwGhfW__title{font:var(--type-h3);color:var(--text-strong);margin:0}.health-module__SwGhfW__sub{font:var(--type-body-sm);color:var(--text-muted);max-width:56ch;margin:var(--space-1) 0 0}.health-module__SwGhfW__overall{padding:var(--space-3) var(--space-5);border-radius:var(--radius-card);background:var(--surface-sunken);justify-items:center;display:grid}.health-module__SwGhfW__overallGrade{font:var(--type-h1);color:var(--text-strong);line-height:1}.health-module__SwGhfW__overallLabel{font:var(--type-eyebrow);color:var(--text-subtle);margin-top:var(--space-1)}.health-module__SwGhfW__grid{gap:var(--space-3);margin-top:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.health-module__SwGhfW__card{padding:var(--space-4);background:var(--surface-sunken);border-radius:var(--radius-card);gap:2px;display:grid}.health-module__SwGhfW__card[data-unscored]{opacity:.72}.health-module__SwGhfW__grade{font:var(--type-h2);color:var(--text-strong);line-height:1}.health-module__SwGhfW__grade[data-grade=C]{color:var(--state-warning-fg)}.health-module__SwGhfW__grade[data-grade=D],.health-module__SwGhfW__grade[data-grade=F]{color:var(--state-blocked-fg)}.health-module__SwGhfW__grade[data-grade=none]{color:var(--text-subtle)}.health-module__SwGhfW__cardName{font:var(--type-eyebrow);color:var(--text-subtle);text-transform:capitalize}.health-module__SwGhfW__cardBlurb{font-size:var(--text-xs);color:var(--text-muted);margin-top:var(--space-1);line-height:1.45}.health-module__SwGhfW__figures{gap:var(--space-4);margin:var(--space-5) 0 0;padding-top:var(--space-5);border-top:1px solid var(--border-subtle);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.health-module__SwGhfW__figures dt{font:var(--type-eyebrow);color:var(--text-subtle)}.health-module__SwGhfW__figures dd{font:var(--type-body);color:var(--text-strong);font-variant-numeric:tabular-nums;margin:2px 0 0}.health-module__SwGhfW__caveat{font-size:var(--text-xs);color:var(--text-muted);max-width:var(--prose-max);margin:var(--space-4) 0 0;line-height:1.5}
.milestones-module__PW_5qa__bar{z-index:3;align-items:center;gap:var(--space-8);min-height:var(--editor-head-h);padding:var(--space-2) var(--page-gutter) var(--space-3);background:var(--surface-card);border-bottom:1px solid var(--border-subtle);display:flex;position:sticky;top:0}.milestones-module__PW_5qa__progress{flex:auto;min-width:0}.milestones-module__PW_5qa__stageHead{align-items:baseline;gap:var(--space-3);min-width:0;margin:0 0 7px;display:flex}.milestones-module__PW_5qa__stageN{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--text-subtle);flex:none;font-size:11px}.milestones-module__PW_5qa__stageTitle{letter-spacing:-.01em;color:var(--text-strong);white-space:nowrap;flex:none;font-size:15px;font-weight:600}.milestones-module__PW_5qa__stageTitle[data-state=complete]{color:var(--brand-accent)}.milestones-module__PW_5qa__stageSub{min-width:0;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:12px;overflow:hidden}.milestones-module__PW_5qa__rail{border-radius:var(--radius-pill);background:var(--border-subtle);height:3px;position:relative;overflow:hidden}.milestones-module__PW_5qa__railFill{border-radius:var(--radius-pill);background:var(--ink-500);transition:width .4s cubic-bezier(.4,0,.2,1),background-color .3s;position:absolute;inset:0 auto 0 0}.milestones-module__PW_5qa__railFill[data-state=complete]{background:var(--brand-accent)}.milestones-module__PW_5qa__railFill[data-state=unverified]{background:var(--state-warning-fg)}.milestones-module__PW_5qa__readoutBox{text-align:right;flex:0 auto;min-width:0}.milestones-module__PW_5qa__readout{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-subtle);white-space:nowrap;font-size:11px}.milestones-module__PW_5qa__readout[data-sealed]{color:var(--brand-accent)}@media (max-width:1280px){.milestones-module__PW_5qa__readoutBox{display:none}}@media (prefers-reduced-motion:reduce){.milestones-module__PW_5qa__railFill{transition:none}}
.home-module__Hx0lNG__shell{isolation:isolate;background:var(--surface-inverse);min-height:100dvh;color:var(--text-inverse);flex-direction:column;display:flex;position:relative}.home-module__Hx0lNG__shell:before{content:"";z-index:-1;opacity:.08;pointer-events:none;background:url(/gunter-plate.svg) right -15rem top 4rem/52rem no-repeat;position:absolute;inset:0}.home-module__Hx0lNG__shell:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(54rem 34rem at 10% -8%,#12b8862e,#0000 70%);position:absolute;inset:0}.home-module__Hx0lNG__main{width:100%;max-width:66rem;padding:var(--space-12) var(--page-gutter) var(--space-16);gap:var(--space-16);flex-direction:column;flex:1;margin:0 auto;display:flex}.home-module__Hx0lNG__hero{gap:var(--space-5);flex-direction:column;align-items:flex-start;display:flex}.home-module__Hx0lNG__badge{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:var(--radius-pill);font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--green-200);border:1px solid #ffffff29;display:inline-flex}.home-module__Hx0lNG__h1{font:var(--type-display);font-size:var(--text-6xl);line-height:var(--leading-tight);letter-spacing:var(--tracking-display);max-width:14ch}.home-module__Hx0lNG__lead{max-width:58ch;font:var(--type-body);font-size:var(--text-md);line-height:var(--leading-relaxed);color:var(--ink-300)}.home-module__Hx0lNG__actions{align-items:center;gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.home-module__Hx0lNG__primary,.home-module__Hx0lNG__secondary{height:var(--control-height-lg);padding:0 var(--space-6);border-radius:var(--radius-control);font:var(--type-body);font-weight:var(--weight-medium);align-items:center;text-decoration:none;display:inline-flex}.home-module__Hx0lNG__primary{background:var(--surface-accent);border:1px solid var(--surface-accent);color:var(--text-inverse)}.home-module__Hx0lNG__primary:hover{background:var(--green-800);border-color:var(--green-800)}.home-module__Hx0lNG__secondary{color:var(--text-inverse);background:0 0;border:1px solid #ffffff38}.home-module__Hx0lNG__secondary:hover{background:#ffffff14}.home-module__Hx0lNG__primary:focus-visible,.home-module__Hx0lNG__secondary:focus-visible{box-shadow:var(--focus-ring);outline:none}.home-module__Hx0lNG__doorNote{font:var(--type-body-sm);color:var(--ink-400)}.home-module__Hx0lNG__says{align-items:flex-start;gap:var(--space-2);max-width:44ch;margin-top:var(--space-2);display:flex}.home-module__Hx0lNG__saysFace{object-fit:cover;border-radius:var(--radius-pill);background:var(--surface-card);border:1px solid #ffffff38;flex:none;width:44px;height:44px}.home-module__Hx0lNG__saysBubble{padding:var(--space-3) var(--space-4);border-radius:var(--radius-card);font:var(--type-body-sm);line-height:var(--leading-relaxed);color:var(--ink-200);background:#ffffff0f;border:1px solid #ffffff24;position:relative}.home-module__Hx0lNG__saysBubble:before{content:"";background:#ffffff0f;border-bottom:1px solid #ffffff24;border-left:1px solid #ffffff24;width:9px;height:9px;position:absolute;top:14px;left:-5px;transform:rotate(45deg)}.home-module__Hx0lNG__benefits{gap:var(--space-6);flex-direction:column;display:flex}.home-module__Hx0lNG__h2{font:var(--type-h2);color:var(--white)}.home-module__Hx0lNG__sectionNote{max-width:58ch;font:var(--type-body-sm);line-height:var(--leading-relaxed);color:var(--ink-400)}.home-module__Hx0lNG__tiles{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-module__Hx0lNG__tile{gap:var(--space-3);padding:var(--space-6);border-radius:var(--radius-panel);background:#ffffff08;border:1px solid #ffffff1f;flex-direction:column;display:flex}.home-module__Hx0lNG__tileIcon{border-radius:var(--radius-pill);width:2.75rem;height:2.75rem;color:var(--green-200);border:1px solid #ffffff29;place-items:center;display:grid}.home-module__Hx0lNG__tileTitle{font:var(--type-body);font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--white)}.home-module__Hx0lNG__tileBody{font:var(--type-body-sm);line-height:var(--leading-relaxed);color:var(--ink-400)}.home-module__Hx0lNG__foot{max-width:58ch;font:var(--type-body-sm);font-size:var(--text-xs);line-height:var(--leading-relaxed);color:var(--ink-500)}@media (max-width:899px){.home-module__Hx0lNG__main{padding:var(--space-8) var(--space-4) var(--space-12);gap:var(--space-10)}.home-module__Hx0lNG__shell:before{background-position:right -11rem top 2rem;background-size:30rem}.home-module__Hx0lNG__h1{font-size:var(--text-4xl);max-width:16ch}.home-module__Hx0lNG__tiles{grid-template-columns:minmax(0,1fr)}.home-module__Hx0lNG__primary,.home-module__Hx0lNG__secondary{flex:auto;justify-content:center}}
.sample-module__aHTYqW__panel{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-panel);padding:var(--space-6);margin-bottom:var(--space-6)}.sample-module__aHTYqW__title{font:var(--type-h3);color:var(--text-strong);margin-bottom:var(--space-3)}.sample-module__aHTYqW__note{font:var(--type-body-sm);color:var(--text-muted);max-width:72ch;margin-bottom:var(--space-3)}.sample-module__aHTYqW__code{font-family:var(--font-mono);font-size:var(--text-2xs);background:var(--surface-sunken);border-radius:var(--radius-xs);padding:1px var(--space-2)}.sample-module__aHTYqW__actions{align-items:center;gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap;display:flex}.sample-module__aHTYqW__status{font:var(--type-body-sm);color:var(--text-body)}
.progress-module__NpeGPa__bar{flex:220px;align-items:stretch;gap:2px;min-width:160px;max-width:460px;height:10px;display:flex}.progress-module__NpeGPa__seg{background:var(--ink-200);min-width:3px;transition:var(--transition-control);border-radius:1px;flex:1;position:relative;overflow:hidden}.progress-module__NpeGPa__seg[data-state=complete]{background:var(--brand-accent)}.progress-module__NpeGPa__seg[data-state=partial]{background:var(--ink-200)}.progress-module__NpeGPa__segFill{background:var(--ink-500);position:absolute;inset:0 auto 0 0}.progress-module__NpeGPa__seg[data-state=empty]{background:var(--ink-200)}.progress-module__NpeGPa__seg[data-state=unverified]{background:repeating-linear-gradient(45deg, var(--ink-400) 0 2px, var(--ink-100) 2px 4px)}.progress-module__NpeGPa__seg[data-state=locked],.progress-module__NpeGPa__seg[data-state=unbuilt]{box-shadow:inset 0 0 0 1px var(--ink-200);background:0 0}.progress-module__NpeGPa__seg[data-current=true]{box-shadow:0 0 0 1px var(--surface-card), 0 0 0 2px var(--text-strong)}a.progress-module__NpeGPa__seg:hover{transform:scaleY(1.6)}.progress-module__NpeGPa__rail{top:calc(var(--editor-head-h) + var(--space-5));padding:var(--space-4) var(--space-3);z-index:2;align-self:start;position:sticky}.progress-module__NpeGPa__railList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex;position:relative}.progress-module__NpeGPa__railList:before{content:"";background:var(--border-subtle);width:1px;position:absolute;top:10px;bottom:10px;left:50%;transform:translate(-.5px)}.progress-module__NpeGPa__railItem{position:relative}.progress-module__NpeGPa__railLink{justify-content:center;align-items:center;padding:7px 0;display:flex;position:relative}.progress-module__NpeGPa__railLink[data-inert=true]{cursor:default}.progress-module__NpeGPa__dot{border-radius:var(--radius-pill);background:var(--surface-card);width:11px;height:11px;box-shadow:0 0 0 1px var(--border-default);z-index:1;transition:var(--transition-control);position:relative}.progress-module__NpeGPa__dot[data-state=complete]{background:var(--brand-accent);box-shadow:0 0 0 1px var(--brand-accent)}.progress-module__NpeGPa__dot[data-state=partial]{background:var(--ink-500);box-shadow:0 0 0 1px var(--ink-500)}.progress-module__NpeGPa__dot[data-state=unverified]{background:var(--state-warning-fg);box-shadow:0 0 0 1px var(--state-warning-fg)}.progress-module__NpeGPa__dot[data-state=empty]{background:var(--surface-card);box-shadow:0 0 0 1px var(--border-default)}.progress-module__NpeGPa__dot[data-state=locked],.progress-module__NpeGPa__dot[data-state=unbuilt]{background:var(--ink-100);box-shadow:0 0 0 1px var(--ink-200);width:7px;height:7px}.progress-module__NpeGPa__railItem[data-current=true] .progress-module__NpeGPa__dot{box-shadow:0 0 0 1px var(--text-strong);transform:scale(1.5)}a.progress-module__NpeGPa__railLink:hover .progress-module__NpeGPa__dot{transform:scale(1.35)}.progress-module__NpeGPa__tip{right:calc(100% + var(--space-2));padding:var(--space-2) var(--space-3);background:var(--surface-inverse);color:var(--text-inverse);border-radius:var(--radius-control);box-shadow:var(--shadow-md);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--duration-fast) var(--ease-standard);flex-direction:column;gap:1px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.progress-module__NpeGPa__railLink:hover .progress-module__NpeGPa__tip,.progress-module__NpeGPa__railLink:focus-visible .progress-module__NpeGPa__tip{opacity:1}.progress-module__NpeGPa__tipTitle{font:var(--type-body-sm)}.progress-module__NpeGPa__tipDetail{font-family:var(--font-mono);font-size:var(--text-3xs);color:var(--ink-400)}@media (max-width:1023px){.progress-module__NpeGPa__rail{display:none}}@media (max-width:767px){.progress-module__NpeGPa__bar{flex-basis:100%;order:10;max-width:none}}
.contacts-module__YFrkHq__toolbar{gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;align-items:center;display:flex}.contacts-module__YFrkHq__search{min-width:200px;height:32px;padding:0 var(--space-3);font:inherit;font-size:var(--text-sm);color:var(--text-body);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex:260px}.contacts-module__YFrkHq__filters{gap:var(--space-1);flex-wrap:wrap;display:flex}.contacts-module__YFrkHq__filter{align-items:center;gap:var(--space-1);height:32px;padding:0 var(--space-3);font-size:var(--text-sm);color:var(--text-muted);background:var(--surface-card);border:1px solid var(--border-subtle);white-space:nowrap;border-radius:999px;text-decoration:none;display:inline-flex}.contacts-module__YFrkHq__filter:hover{border-color:var(--border-strong);color:var(--text-body)}.contacts-module__YFrkHq__filter[data-on=true]{color:var(--text-accent);border-color:var(--brand-accent);background:var(--surface-accent-soft);font-weight:500}.contacts-module__YFrkHq__filterCount{font-variant-numeric:tabular-nums;color:var(--text-subtle);font-size:var(--text-xs)}.contacts-module__YFrkHq__list{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-card);overflow:hidden}.contacts-module__YFrkHq__row{align-items:center;gap:var(--space-3);height:32px;padding:0 var(--space-3);border-bottom:1px solid var(--border-subtle);font-size:var(--text-sm);grid-template-columns:minmax(0,1fr) 190px 130px 150px 84px;display:grid}.contacts-module__YFrkHq__row:last-child{border-bottom:0}.contacts-module__YFrkHq__row:hover{background:var(--surface-sunken)}.contacts-module__YFrkHq__headRow{height:28px;font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-sunken);}.contacts-module__YFrkHq__cell{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.contacts-module__YFrkHq__name{color:var(--text-body);font-weight:500;text-decoration:none;}.contacts-module__YFrkHq__name:hover{text-decoration:underline}.contacts-module__YFrkHq__muted{color:var(--text-muted);}.contacts-module__YFrkHq__tags{gap:4px;display:flex;}.contacts-module__YFrkHq__tag{font-size:var(--text-xs);background:var(--surface-sunken);color:var(--text-muted);border:1px solid var(--border-subtle);white-space:nowrap;border-radius:4px;padding:0 6px;line-height:18px}.contacts-module__YFrkHq__rowActions{gap:var(--space-2);justify-content:flex-end;display:flex}.contacts-module__YFrkHq__linkBtn{font-size:var(--text-xs);color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none}.contacts-module__YFrkHq__linkBtn:hover{color:var(--text-body);text-decoration:underline}.contacts-module__YFrkHq__danger:hover{color:var(--red-700)}.contacts-module__YFrkHq__form{gap:var(--space-4);flex-direction:column;display:flex}.contacts-module__YFrkHq__formNote{font-size:var(--text-sm);color:var(--text-muted);margin:0}.contacts-module__YFrkHq__grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.contacts-module__YFrkHq__field,.contacts-module__YFrkHq__fieldNarrow{flex-direction:column;gap:4px;min-width:0;display:flex}.contacts-module__YFrkHq__label{font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.contacts-module__YFrkHq__input{height:32px;padding:0 var(--space-3);font:inherit;font-size:var(--text-sm);color:var(--text-body);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm)}.contacts-module__YFrkHq__input:focus{outline:2px solid var(--brand-accent);outline-offset:-1px}textarea.contacts-module__YFrkHq__input{height:auto;padding:var(--space-2) var(--space-3)}.contacts-module__YFrkHq__tagSet{border:0;flex-direction:column;gap:6px;margin:0;padding:0;display:flex}.contacts-module__YFrkHq__tagRow{gap:var(--space-3);flex-wrap:wrap;display:flex}.contacts-module__YFrkHq__tagCheck{font-size:var(--text-sm);color:var(--text-body);cursor:pointer;align-items:center;gap:6px;display:inline-flex}.contacts-module__YFrkHq__soonRow{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-muted);display:flex}.contacts-module__YFrkHq__soon{font-size:var(--text-xs);background:var(--surface-sunken);border:1px solid var(--border-subtle);color:var(--text-subtle);border-radius:4px;padding:0 6px;line-height:18px}@media (max-width:767px){.contacts-module__YFrkHq__toolbar{gap:var(--space-2)}.contacts-module__YFrkHq__search{height:var(--control-height-md);flex:100%}.contacts-module__YFrkHq__filters{overscroll-behavior-x:contain;scrollbar-width:none;margin:0 calc(var(--space-4) * -1);padding:0 var(--space-4) 2px;flex-wrap:nowrap;overflow-x:auto}.contacts-module__YFrkHq__filters::-webkit-scrollbar{display:none}.contacts-module__YFrkHq__filter{flex:none;height:34px}.contacts-module__YFrkHq__headRow{display:none}.contacts-module__YFrkHq__row{align-items:center;gap:var(--space-1) var(--space-3);height:auto;min-height:56px;padding:var(--space-3) var(--space-4);flex-wrap:wrap;display:flex}.contacts-module__YFrkHq__name{font-size:var(--text-base);white-space:normal;flex:100%}.contacts-module__YFrkHq__muted{white-space:normal;font-size:var(--text-xs)}.contacts-module__YFrkHq__tags{flex-wrap:wrap}.contacts-module__YFrkHq__rowActions{margin-left:auto}.contacts-module__YFrkHq__grid{grid-template-columns:minmax(0,1fr)}.contacts-module__YFrkHq__input{height:var(--control-height-md)}.contacts-module__YFrkHq__soonRow{flex-wrap:wrap}}
.pipeline-module__sHAXQG__board{gap:var(--space-3);overscroll-behavior-x:contain;padding-bottom:var(--space-2);grid-auto-columns:minmax(176px,1fr);grid-auto-flow:column;align-items:stretch;display:grid;overflow-x:auto}@media (max-width:1399px){.pipeline-module__sHAXQG__board{gap:var(--space-2);grid-auto-columns:minmax(164px,1fr)}}.pipeline-module__sHAXQG__column{background:var(--surface-sunken);border:1px solid var(--border-subtle);border-radius:var(--radius-panel);min-width:0;min-height:0;padding:var(--space-2);transition:var(--transition-control);flex-direction:column;display:flex}.pipeline-module__sHAXQG__column[data-over=true]{background:var(--surface-accent-soft);border-color:var(--border-accent);border-style:dashed}.pipeline-module__sHAXQG__columnHead{align-items:baseline;gap:var(--space-2);padding:var(--space-1) var(--space-1) var(--space-2);margin-bottom:var(--space-2);border-bottom:1px solid var(--border-subtle);display:flex}.pipeline-module__sHAXQG__columnTitle{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-right:auto;overflow:hidden}.pipeline-module__sHAXQG__columnCount{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-2xs);color:var(--text-muted);flex:none}.pipeline-module__sHAXQG__columnBlurb{padding:var(--space-3) var(--space-1);font-size:var(--text-2xs);color:var(--text-muted);line-height:1.4}.pipeline-module__sHAXQG__cards{gap:var(--space-1);flex-direction:column;min-width:0;max-height:calc(100dvh - 300px);display:flex;overflow:hidden auto}.pipeline-module__sHAXQG__cardWrap{border-radius:var(--radius-card);position:relative}.pipeline-module__sHAXQG__cardWrap[data-dragging=true]{opacity:.4}.pipeline-module__sHAXQG__cardWrap:active{cursor:grabbing}.pipeline-module__sHAXQG__card{align-items:center;gap:var(--space-2);min-width:0;padding:var(--space-2);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-card);color:var(--text-body);cursor:grab;transition:var(--transition-control);display:flex}.pipeline-module__sHAXQG__card:hover{border-color:var(--border-default);background:var(--surface-card);color:var(--text-body);text-decoration:none}.pipeline-module__sHAXQG__address{min-width:0;font:var(--type-body-sm);line-height:1.25;font-weight:var(--weight-medium);color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.pipeline-module__sHAXQG__unverified{text-align:center;min-width:16px;font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-3xs);color:var(--state-draft-fg);background:var(--state-draft-bg);border:1px dashed var(--state-draft-border);border-radius:var(--radius-pill);flex:none;padding:0 3px;line-height:15px}.pipeline-module__sHAXQG__moveRow{top:50%;right:var(--space-1);padding-left:var(--space-5);border-radius:var(--radius-card);background:linear-gradient(to right, transparent, var(--surface-card) var(--space-5));opacity:0;pointer-events:none;transition:opacity var(--duration-fast) var(--ease-standard);gap:2px;display:flex;position:absolute;transform:translateY(-50%)}.pipeline-module__sHAXQG__cardWrap:hover .pipeline-module__sHAXQG__moveRow,.pipeline-module__sHAXQG__moveRow:focus-within{opacity:1;pointer-events:auto}@media (hover:none){.pipeline-module__sHAXQG__moveRow{opacity:1;pointer-events:auto;background:0 0;padding-left:0}.pipeline-module__sHAXQG__card{padding-right:52px}}.pipeline-module__sHAXQG__moveBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-control);background:var(--surface-card);width:20px;height:20px;color:var(--text-muted);transition:var(--transition-control);justify-content:center;align-items:center;padding:0;display:inline-flex}.pipeline-module__sHAXQG__moveBtn:hover{border-color:var(--border-accent);background:var(--surface-accent-soft);color:var(--text-accent)}.pipeline-module__sHAXQG__legend{margin-top:var(--space-3);font-size:var(--text-2xs);color:var(--text-muted);line-height:1.5}@media (max-width:767px){.pipeline-module__sHAXQG__board{grid-auto-columns:minmax(200px,86vw)}.pipeline-module__sHAXQG__cards{max-height:none}}.pipeline-module__sHAXQG__filterNote{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);font:var(--type-body-sm);color:var(--text-muted);display:flex}
.centre-module__TCn1oW__page{padding:var(--space-8) var(--page-gutter) var(--space-16);max-width:var(--content-max);width:100%}.centre-module__TCn1oW__pageWide{max-width:none}.centre-module__TCn1oW__eyebrow{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted)}.centre-module__TCn1oW__h1{font:var(--type-h2);color:var(--text-strong);margin-top:var(--space-2)}.centre-module__TCn1oW__lede{margin-top:var(--space-3);font:var(--type-body);color:var(--text-muted);max-width:var(--prose-max);line-height:1.6}.centre-module__TCn1oW__headerMeta{align-items:center;gap:var(--space-2);margin-top:var(--space-2);font:var(--type-body-sm);color:var(--text-muted);flex-wrap:wrap;display:flex}.centre-module__TCn1oW__headerMeta b{font-weight:var(--weight-medium);font-variant-numeric:tabular-nums;color:var(--text-strong)}.centre-module__TCn1oW__headerMetaAlert b{color:var(--text-accent)}.centre-module__TCn1oW__metaSep{color:var(--border-strong)}.centre-module__TCn1oW__headerRow{align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.centre-module__TCn1oW__headerRow>.centre-module__TCn1oW__headerText{min-width:0;margin-right:auto}.centre-module__TCn1oW__h2{font:var(--type-h3);color:var(--text-strong)}.centre-module__TCn1oW__card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-panel);padding:var(--space-6)}.centre-module__TCn1oW__cardHead{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-4)}.centre-module__TCn1oW__toggle{border:1px solid var(--border-default);border-radius:var(--radius-control);background:var(--surface-card);display:inline-flex;overflow:hidden}.centre-module__TCn1oW__toggleBtn{padding:0 var(--space-4);height:var(--control-height-md);color:var(--text-muted);font:var(--type-body-sm);background:0 0;border:0;align-items:center;display:inline-flex}.centre-module__TCn1oW__toggleBtn:hover{color:var(--text-strong);text-decoration:none}.centre-module__TCn1oW__toggleBtn[data-on=true]{background:var(--surface-inverse);color:var(--text-inverse)}.centre-module__TCn1oW__empty{padding:var(--space-10);border:1px dashed var(--border-default);border-radius:var(--radius-panel);background:var(--surface-card);max-width:var(--prose-max)}.centre-module__TCn1oW__emptyTitle{font:var(--type-h3);color:var(--text-strong);margin-bottom:var(--space-3)}.centre-module__TCn1oW__emptyBody{font:var(--type-body);color:var(--text-muted);line-height:1.6}.centre-module__TCn1oW__emptyActions{gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.centre-module__TCn1oW__fieldset{margin:0 0 var(--space-8);border:0;padding:0}.centre-module__TCn1oW__legend{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted);padding:0 0 var(--space-4);border-bottom:1px solid var(--border-subtle);width:100%;margin-bottom:var(--space-5)}.centre-module__TCn1oW__grid{gap:var(--field-gap);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.centre-module__TCn1oW__field{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.centre-module__TCn1oW__span2{grid-column:span 2}.centre-module__TCn1oW__span4{grid-column:span 4}.centre-module__TCn1oW__label{font:var(--type-body-sm);font-weight:var(--weight-medium);color:var(--text-strong)}.centre-module__TCn1oW__hint{font-size:var(--text-xs);color:var(--text-muted);line-height:1.5}.centre-module__TCn1oW__input,.centre-module__TCn1oW__select,.centre-module__TCn1oW__textarea{width:100%;min-width:0;height:var(--control-height-md);padding:0 var(--control-pad-x);border:1px solid var(--border-default);border-radius:var(--radius-control);background:var(--surface-card);transition:var(--transition-control);outline:none}.centre-module__TCn1oW__textarea{height:auto;min-height:110px;padding:var(--space-3) var(--control-pad-x);resize:vertical;line-height:1.6}.centre-module__TCn1oW__select{cursor:pointer;color:var(--text-strong)}.centre-module__TCn1oW__input:focus,.centre-module__TCn1oW__select:focus,.centre-module__TCn1oW__textarea:focus{border-color:var(--border-accent);box-shadow:var(--focus-ring)}.centre-module__TCn1oW__formFooter{align-items:center;gap:var(--space-3);padding-top:var(--space-6);border-top:var(--border-hairline);display:flex}.centre-module__TCn1oW__formFooterSpacer{flex:1}@media (max-width:1023px){.centre-module__TCn1oW__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.centre-module__TCn1oW__span4{grid-column:span 2}}@media (max-width:767px){.centre-module__TCn1oW__page{padding:var(--space-6) var(--space-4) var(--space-12)}.centre-module__TCn1oW__grid{grid-template-columns:minmax(0,1fr)}.centre-module__TCn1oW__span2,.centre-module__TCn1oW__span4{grid-column:span 1}.centre-module__TCn1oW__card{padding:var(--space-4)}.centre-module__TCn1oW__empty{padding:var(--space-6)}}
.onboarding-module__X8sWMG__wrap{background:var(--surface-card);grid-template-columns:300px 1fr;min-height:100dvh;display:grid}.onboarding-module__X8sWMG__side{border-right:var(--border-hairline);padding:var(--space-8) var(--space-6);background:var(--surface-page);gap:var(--space-6);flex-direction:column;display:flex}.onboarding-module__X8sWMG__wordmark{font:var(--weight-bold) var(--text-base)/1 var(--font-wordmark);letter-spacing:var(--tracking-eyebrow);color:var(--text-strong);text-decoration:none}.onboarding-module__X8sWMG__sideLede{font:var(--type-body-sm);color:var(--text-muted);margin:0}.onboarding-module__X8sWMG__steps{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.onboarding-module__X8sWMG__step{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-control);color:var(--text-body);font:var(--type-body-sm);text-decoration:none;display:flex}.onboarding-module__X8sWMG__step:hover{background:var(--surface-sunken)}.onboarding-module__X8sWMG__step[data-current=true]{background:var(--surface-sunken);font-weight:var(--weight-semibold);color:var(--text-strong)}.onboarding-module__X8sWMG__num{border-radius:var(--radius-pill);border:1px solid var(--border-default);width:22px;height:22px;font:var(--weight-medium) var(--text-2xs)/1 var(--font-mono);color:var(--text-muted);flex:none;place-items:center;display:grid}.onboarding-module__X8sWMG__step[data-done=true] .onboarding-module__X8sWMG__num{background:var(--green-700);border-color:var(--green-700);color:var(--text-inverse)}.onboarding-module__X8sWMG__step[data-current=true] .onboarding-module__X8sWMG__num{border-color:var(--text-strong);color:var(--text-strong)}.onboarding-module__X8sWMG__sideFoot{margin-top:auto}.onboarding-module__X8sWMG__skip{font:var(--type-body-sm);color:var(--text-muted)}.onboarding-module__X8sWMG__skip:hover{color:var(--text-body)}.onboarding-module__X8sWMG__main{padding:var(--space-12) var(--space-12) var(--space-16);max-width:820px}.onboarding-module__X8sWMG__count{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted);margin:0 0 var(--space-2)}.onboarding-module__X8sWMG__actions{align-items:center;gap:var(--space-4);margin-top:var(--space-6);display:flex}.onboarding-module__X8sWMG__actionsSpacer{flex:1}.onboarding-module__X8sWMG__back{font:var(--type-body-sm);color:var(--text-muted)}.onboarding-module__X8sWMG__back:hover{color:var(--text-body)}.onboarding-module__X8sWMG__doneWrap{max-width:640px}.onboarding-module__X8sWMG__checklist{margin:var(--space-6) 0 0;gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.onboarding-module__X8sWMG__check{gap:var(--space-3);font:var(--type-body-sm);color:var(--text-body);align-items:baseline;display:flex}.onboarding-module__X8sWMG__checkMark{color:var(--green-700)}.onboarding-module__X8sWMG__checkMiss{color:var(--amber-700)}.onboarding-module__X8sWMG__checkNote{color:var(--text-muted)}@media (max-width:860px){.onboarding-module__X8sWMG__wrap{grid-template-columns:1fr}.onboarding-module__X8sWMG__side{border-right:0;border-bottom:var(--border-hairline)}.onboarding-module__X8sWMG__main{padding:var(--space-6)}}
.archive-module__DQ441G__back{font:var(--type-body-sm);color:var(--brand-accent);white-space:nowrap;text-decoration:none}.archive-module__DQ441G__back:hover{text-decoration:underline}.archive-module__DQ441G__lede{font:var(--type-body);color:var(--text-muted);max-width:var(--prose-max);margin-bottom:var(--space-6);line-height:1.6}.archive-module__DQ441G__h2{font:var(--type-h3);color:var(--text-strong);margin-bottom:var(--space-3)}.archive-module__DQ441G__summary{gap:var(--space-8);padding:var(--space-5) var(--space-6);background:var(--surface-inverse);border-radius:var(--radius-panel);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.archive-module__DQ441G__sumStat{flex-direction:column;gap:2px;display:flex}.archive-module__DQ441G__sumNum{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--white);font-size:1.75rem;line-height:1}.archive-module__DQ441G__sumLabel{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--ink-400);font-size:10px}.archive-module__DQ441G__series{margin-bottom:var(--space-10)}.archive-module__DQ441G__table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.archive-module__DQ441G__table th{text-align:left;font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-subtle);font-size:10px}.archive-module__DQ441G__table td{padding:var(--space-3);border-bottom:1px solid var(--border-subtle);color:var(--text-strong)}.archive-module__DQ441G__num{text-align:right;font-family:var(--font-mono);font-variant-numeric:tabular-nums}td.archive-module__DQ441G__num[data-good]{color:var(--state-verified-fg)}td.archive-module__DQ441G__num[data-warn],.archive-module__DQ441G__sessionNote{color:var(--text-muted)}.archive-module__DQ441G__tableNote{font:var(--type-body-sm);color:var(--text-muted);margin-top:var(--space-3);max-width:var(--prose-max)}.archive-module__DQ441G__timeline{margin:0;padding:0;list-style:none}.archive-module__DQ441G__phase{padding-left:var(--space-8);padding-bottom:var(--space-8);position:relative}.archive-module__DQ441G__phase:before{content:"";background:var(--border-subtle);width:2px;position:absolute;top:24px;bottom:0;left:9px}.archive-module__DQ441G__phase:last-child:before{display:none}.archive-module__DQ441G__phaseHead{align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.archive-module__DQ441G__rank{border-radius:var(--radius-pill);background:var(--surface-card);border:1px solid var(--border-strong);width:20px;height:20px;font-family:var(--font-mono);color:var(--text-muted);place-items:center;font-size:10px;display:grid;position:absolute;top:2px;left:0}.archive-module__DQ441G__phaseTitle{font:var(--type-h3);color:var(--text-strong)}.archive-module__DQ441G__phaseSub{font:var(--type-body-sm);color:var(--text-muted)}.archive-module__DQ441G__phaseFigure{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap;margin-left:auto}.archive-module__DQ441G__none{font:var(--type-body-sm);color:var(--text-subtle);font-style:italic}.archive-module__DQ441G__milestone{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-panel);padding:var(--space-4) var(--space-5);margin-bottom:var(--space-3)}.archive-module__DQ441G__msSummary{align-items:center;gap:var(--space-3);cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;display:flex}.archive-module__DQ441G__msSummary::-webkit-details-marker{display:none}.archive-module__DQ441G__msSummary:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px;border-radius:var(--radius-sm)}.archive-module__DQ441G__tick{border-radius:var(--radius-pill);background:var(--state-verified-bg);width:18px;height:18px;color:var(--state-verified-fg);flex:none;place-items:center;font-size:11px;display:grid}.archive-module__DQ441G__msTitle{font:var(--type-body);font-weight:var(--weight-bold);color:var(--text-strong);margin-right:auto}.archive-module__DQ441G__msCount{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap}.archive-module__DQ441G__msBody{padding-top:var(--space-3)}.archive-module__DQ441G__msDetail{font:var(--type-body-sm);color:var(--text-muted);max-width:var(--prose-max);margin-bottom:var(--space-3);line-height:1.55}.archive-module__DQ441G__tasks{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.archive-module__DQ441G__task{padding-left:var(--space-4);border-left:2px solid var(--state-verified-border)}.archive-module__DQ441G__taskLabel{font:var(--type-body-sm);color:var(--text-strong);display:block}.archive-module__DQ441G__taskNote{font:var(--type-body-sm);font-size:var(--text-xs);color:var(--text-muted);max-width:var(--prose-max);margin-top:2px;line-height:1.55;display:block}@media (max-width:720px){.archive-module__DQ441G__summary{gap:var(--space-5)}.archive-module__DQ441G__phase{padding-left:var(--space-6)}}
.analytics-module__t6Zeeq__soon{margin-left:var(--space-2);letter-spacing:var(--tracking-caps);color:var(--text-subtle);font-size:10px}.analytics-module__t6Zeeq__stage{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-panel);padding:var(--space-5) var(--space-6) var(--space-6);max-width:720px}.analytics-module__t6Zeeq__stageHead{align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.analytics-module__t6Zeeq__stageLabel{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted)}.analytics-module__t6Zeeq__chip{letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--text-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);padding:3px var(--space-2);white-space:nowrap;margin-left:auto;font-size:10px}.analytics-module__t6Zeeq__field{align-items:center;gap:var(--space-3);height:var(--control-height-lg);padding:0 var(--control-pad-x);border:1px solid var(--border-default);border-radius:var(--radius-control);background:var(--surface-card);display:flex;position:relative;overflow:hidden}.analytics-module__t6Zeeq__fieldIcon{color:var(--text-subtle);flex:none}.analytics-module__t6Zeeq__fieldText{flex:1;min-width:0;height:100%;position:relative}.analytics-module__t6Zeeq__typedWrap{opacity:0;animation:analytics-module__t6Zeeq__sceneFade 21s var(--d) infinite;align-items:center;display:flex;position:absolute;inset:0}.analytics-module__t6Zeeq__typed{white-space:nowrap;width:0;max-width:100%;font-family:var(--font-mono);font-size:var(--text-base);color:var(--text-strong);animation:analytics-module__t6Zeeq__type 21s steps(var(--chars), end) var(--d) infinite, analytics-module__t6Zeeq__caret 21s var(--d) infinite;border-right:1.5px solid #0000;padding-right:2px;line-height:1.4;display:block;overflow:hidden}@keyframes analytics-module__t6Zeeq__type{0%,1.667%{width:0}11.667%,to{width:calc(var(--chars) * 1ch)}}@keyframes analytics-module__t6Zeeq__caret{0%,1.667%{border-right-color:#0000}1.668%,11.667%{border-right-color:var(--brand-accent)}11.668%,to{border-right-color:#0000}}.analytics-module__t6Zeeq__working{flex:none;width:22px;height:4px;position:relative}.analytics-module__t6Zeeq__dots{opacity:0;animation:analytics-module__t6Zeeq__work 21s var(--d) infinite;justify-content:flex-end;align-items:center;gap:3px;display:flex;position:absolute;inset:0}.analytics-module__t6Zeeq__dots i{border-radius:var(--radius-pill);background:var(--brand-accent);width:4px;height:4px;animation:1.05s ease-in-out infinite analytics-module__t6Zeeq__dot}.analytics-module__t6Zeeq__dots i:nth-child(2){animation-delay:.15s}.analytics-module__t6Zeeq__dots i:nth-child(3){animation-delay:.3s}@keyframes analytics-module__t6Zeeq__work{0%,11.667%{opacity:0}12.2%,14.5%{opacity:1}15%,to{opacity:0}}@keyframes analytics-module__t6Zeeq__dot{0%,to{opacity:.25}50%{opacity:1}}.analytics-module__t6Zeeq__answers{height:168px;margin-top:var(--space-5);position:relative}.analytics-module__t6Zeeq__answer{justify-content:center;gap:var(--space-4);opacity:0;animation:analytics-module__t6Zeeq__answerFade 21s var(--d) infinite;flex-direction:column;display:flex;position:absolute;inset:0}.analytics-module__t6Zeeq__caption{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-subtle)}@keyframes analytics-module__t6Zeeq__sceneFade{0%{opacity:0}1.667%,31.667%{opacity:1}33.333%,to{opacity:0}}@keyframes analytics-module__t6Zeeq__answerFade{0%,15%{opacity:0}17.2%,45.5%{opacity:1}47%,to{opacity:0}}.analytics-module__t6Zeeq__bars{gap:var(--space-2);flex-direction:column;display:flex}.analytics-module__t6Zeeq__barRow:first-child .analytics-module__t6Zeeq__bar{background:var(--brand-accent)}.analytics-module__t6Zeeq__barRow{align-items:center;gap:var(--space-3);grid-template-columns:108px minmax(0,1fr);display:grid}.analytics-module__t6Zeeq__barLabel{font:var(--type-body-sm);color:var(--text-body);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.analytics-module__t6Zeeq__barTrack{border-radius:var(--radius-xs);background:var(--ink-100);height:9px;display:block}.analytics-module__t6Zeeq__bar{width:var(--w);border-radius:var(--radius-xs);background:var(--ink-300);transform-origin:0;height:100%;animation:analytics-module__t6Zeeq__grow 21s var(--ease-out) calc(var(--d) + var(--i) * 90ms) infinite;display:block;transform:scaleX(0)}@keyframes analytics-module__t6Zeeq__grow{0%,15%{transform:scaleX(0)}20.714%,47%{transform:scaleX(1)}47.001%,to{transform:scaleX(0)}}.analytics-module__t6Zeeq__rank{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.analytics-module__t6Zeeq__rankRow{align-items:center;gap:var(--space-3);border-bottom:1px solid var(--border-subtle);opacity:0;height:28px;animation:analytics-module__t6Zeeq__riseIn 21s var(--ease-out) calc(var(--d) + var(--i) * 90ms) infinite;display:flex}.analytics-module__t6Zeeq__rankRow:last-child{border-bottom:0}.analytics-module__t6Zeeq__rankNum{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-subtle);width:12px}.analytics-module__t6Zeeq__rankLabel{font:var(--type-body-sm);color:var(--text-body)}.analytics-module__t6Zeeq__rankNote{font-size:var(--text-2xs);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--text-accent);margin-left:auto}@keyframes analytics-module__t6Zeeq__riseIn{0%,15%{opacity:0;transform:translateY(5px)}20.714%,45.5%{opacity:1;transform:translateY(0)}47%,to{opacity:0;transform:translateY(5px)}}.analytics-module__t6Zeeq__trend{width:100%;height:80px;color:var(--border-subtle);display:block}.analytics-module__t6Zeeq__trendLine{stroke-dasharray:100;stroke-dashoffset:100px;animation:analytics-module__t6Zeeq__draw 21s var(--ease-standard) var(--d) infinite}@keyframes analytics-module__t6Zeeq__draw{0%,15%{stroke-dashoffset:100px}20.714%,47%{stroke-dashoffset:0}47.001%,to{stroke-dashoffset:100px}}.analytics-module__t6Zeeq__views{margin-top:var(--space-5);font:var(--type-body-sm);color:var(--text-muted);max-width:720px}.analytics-module__t6Zeeq__viewsLabel{font:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-subtle);margin-right:var(--space-3)}.analytics-module__t6Zeeq__cta{align-items:center;gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.analytics-module__t6Zeeq__ctaNote{font:var(--type-body-sm);color:var(--text-muted)}@media (prefers-reduced-motion:reduce){.analytics-module__t6Zeeq__typedWrap,.analytics-module__t6Zeeq__typed,.analytics-module__t6Zeeq__dots,.analytics-module__t6Zeeq__dots i,.analytics-module__t6Zeeq__answer,.analytics-module__t6Zeeq__bar,.analytics-module__t6Zeeq__rankRow,.analytics-module__t6Zeeq__trendLine{animation:none}.analytics-module__t6Zeeq__working{display:none}.analytics-module__t6Zeeq__typedWrap{opacity:0}.analytics-module__t6Zeeq__typedWrap:first-child{opacity:1}.analytics-module__t6Zeeq__typed{width:calc(var(--chars) * 1ch);border-right-color:#0000}.analytics-module__t6Zeeq__answer[data-scene="0"]{opacity:1}.analytics-module__t6Zeeq__answer[data-scene="1"],.analytics-module__t6Zeeq__answer[data-scene="2"]{display:none}.analytics-module__t6Zeeq__bar{transform:scaleX(1)}.analytics-module__t6Zeeq__rankRow{opacity:1;transform:none}.analytics-module__t6Zeeq__trendLine{stroke-dashoffset:0}}@media (max-width:767px){.analytics-module__t6Zeeq__stage{padding:var(--space-4)}.analytics-module__t6Zeeq__typed{font-size:var(--text-xs)}.analytics-module__t6Zeeq__barRow{grid-template-columns:84px minmax(0,1fr)}.analytics-module__t6Zeeq__chip{font-size:9px}}
.glossary-module__5TEC3G__group{margin-top:var(--space-10);scroll-margin-top:var(--space-8)}.glossary-module__5TEC3G__groupTitle{font:var(--type-h2);color:var(--text-strong);margin:0}.glossary-module__5TEC3G__groupBlurb{font:var(--type-body-sm);color:var(--text-muted);max-width:var(--prose-max);margin:var(--space-2) 0 0}.glossary-module__5TEC3G__list{margin:var(--space-6) 0 0;padding:0}.glossary-module__5TEC3G__item{padding:var(--space-5) 0;border-top:1px solid var(--border-subtle)}.glossary-module__5TEC3G__item:last-child{border-bottom:1px solid var(--border-subtle)}.glossary-module__5TEC3G__term{align-items:baseline;gap:var(--space-2) var(--space-3);font:var(--type-h3);color:var(--text-strong);flex-wrap:wrap;display:flex}.glossary-module__5TEC3G__expansion{font:var(--type-body-sm);color:var(--text-subtle)}.glossary-module__5TEC3G__status{font:var(--type-body-sm);font-size:var(--text-2xs);letter-spacing:.02em;text-transform:uppercase;padding:2px var(--space-2);border-radius:var(--radius-pill);white-space:nowrap;border:1px solid #0000}.glossary-module__5TEC3G__status[data-status=enforced]{background:var(--state-verified-bg);border-color:var(--state-verified-border);color:var(--state-verified-fg)}.glossary-module__5TEC3G__status[data-status=planned]{background:var(--state-draft-bg);border-color:var(--state-draft-border);color:var(--state-draft-fg)}.glossary-module__5TEC3G__def{margin:var(--space-2) 0 0;max-width:var(--prose-max)}.glossary-module__5TEC3G__def p{font:var(--type-body);color:var(--text-body);margin:0}.glossary-module__5TEC3G__why{margin-top:var(--space-3)!important;font-size:var(--text-sm)!important;color:var(--text-muted)!important}.glossary-module__5TEC3G__whyLabel{font:var(--type-eyebrow);color:var(--text-subtle);margin-bottom:2px;display:block}.glossary-module__5TEC3G__caps{gap:var(--space-4);margin-top:var(--space-4);padding:var(--space-4);background:var(--surface-sunken);border-radius:var(--radius-card);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.glossary-module__5TEC3G__capHead{font:var(--type-eyebrow);margin:0 0 var(--space-2)!important}.glossary-module__5TEC3G__capHead[data-kind=can]{color:var(--state-verified-fg)}.glossary-module__5TEC3G__capHead[data-kind=cannot]{color:var(--text-subtle)}.glossary-module__5TEC3G__capList{padding-left:var(--space-4);gap:var(--space-2);margin:0;display:grid}.glossary-module__5TEC3G__capList li{font-size:var(--text-sm);color:var(--text-body);line-height:1.5}.glossary-module__5TEC3G__foot{margin:var(--space-10) 0 var(--space-8);padding:var(--space-4);max-width:var(--prose-max);font-size:var(--text-sm);color:var(--text-muted);background:var(--surface-sunken);border-radius:var(--radius-card)}
.sitemap-module__j9-XvG__context{font:var(--type-body-sm);color:var(--text-muted);margin-bottom:var(--space-6);max-width:72ch}.sitemap-module__j9-XvG__group{margin-bottom:var(--space-8)}.sitemap-module__j9-XvG__groupTitle{font:var(--type-h3);color:var(--text-strong);padding-bottom:var(--space-2);border-bottom:1px solid var(--border-default)}.sitemap-module__j9-XvG__list{margin:0;padding:0;list-style:none}.sitemap-module__j9-XvG__item{gap:var(--space-4);padding:var(--space-3) 0;border-bottom:var(--border-hairline);grid-template-columns:minmax(140px,15rem) minmax(160px,20rem) 1fr;align-items:baseline;display:grid}.sitemap-module__j9-XvG__name{min-width:0}.sitemap-module__j9-XvG__link{font:var(--type-body);color:var(--text-link);text-decoration:none}.sitemap-module__j9-XvG__link:hover{color:var(--text-link-hover);text-decoration:underline}.sitemap-module__j9-XvG__unlinked{font:var(--type-body);color:var(--text-muted)}.sitemap-module__j9-XvG__route{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--text-muted);overflow-wrap:anywhere}.sitemap-module__j9-XvG__detail{font:var(--type-body-sm);color:var(--text-muted)}@media (max-width:720px){.sitemap-module__j9-XvG__item{grid-template-columns:1fr;gap:2px}}
