:root{--background: #ffffff;--foreground: #171717;--card: #ffffff;--card-foreground: #171717;--muted: #f5f5f5;--muted-foreground: #737373;--subtle-foreground: #525252;--border: #e5e5e5;--ring: #a3a3a3;--sidebar: #fafafa;--sidebar-foreground: #404040;--radius: .625rem;--radius-sm: .375rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .04)}.dark{--background: #0a0a0a;--foreground: #fafafa;--card: #171717;--card-foreground: #fafafa;--muted: #262626;--muted-foreground: #a3a3a3;--subtle-foreground: #d4d4d4;--border: #262626;--ring: #525252;--sidebar: #111111;--sidebar-foreground: #d4d4d4;--shadow-sm: none}body.app-shell-body{background:var(--sidebar)!important;color:var(--foreground)!important;font-family:Geist,system-ui,sans-serif;font-size:.875rem;line-height:1.6}.shell{display:flex;min-height:100vh}.shell-sidebar{width:16rem;flex-shrink:0;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;background:transparent;padding:16px 12px;overflow-y:auto;transition:width .2s ease}@media(min-width:861px){html[data-sidebar=collapsed] .shell-sidebar{width:56px;padding:16px 8px}html[data-sidebar=collapsed] .nav-label,html[data-sidebar=collapsed] .nav-count,html[data-sidebar=collapsed] .workspace-text,html[data-sidebar=collapsed] .foot-label,html[data-sidebar=collapsed] .foot-user-text{display:none}html[data-sidebar=collapsed] .nav-item{justify-content:center;padding:9px 0}html[data-sidebar=collapsed] .foot-action{justify-content:center;padding:8px 0}html[data-sidebar=collapsed] .workspace-row{justify-content:center;padding:2px 0 10px}html[data-sidebar=collapsed] .foot-user{flex-direction:column;gap:8px;padding:10px 0 4px}}.shell-main{flex:1;min-width:0;margin:8px 8px 8px 0;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);min-height:calc(100vh - 16px)}.shell-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px clamp(20px,4vw,56px);border-bottom:1px solid var(--border);position:sticky;top:8px;z-index:25;background:var(--background);border-radius:var(--radius) var(--radius) 0 0}.shell-header-left{display:flex;align-items:center;gap:10px;min-width:0}.sidebar-trigger{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;background:none;border:none;border-radius:var(--radius-sm);color:var(--muted-foreground);cursor:pointer}.sidebar-trigger:hover{background:var(--muted);color:var(--foreground)}.header-workspace{font-size:.8125rem;font-weight:500;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-trigger{display:flex;align-items:center;gap:10px;background:var(--muted);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted-foreground);font-family:inherit;font-size:.8125rem;padding:5px 10px;cursor:pointer;white-space:nowrap}.search-trigger:hover{color:var(--foreground);border-color:var(--ring)}.search-trigger kbd{font-family:Geist Mono,monospace;font-size:.6875rem;background:var(--background);border:1px solid var(--border);border-radius:4px;padding:1px 5px}.shell-content{max-width:80rem;padding:32px clamp(20px,4vw,56px) 80px}.workspace-row{display:flex;align-items:center;gap:10px;width:100%;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;padding:4px 8px 14px}.workspace-chip{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--foreground);color:var(--background);font-weight:600;font-size:.875rem}.workspace-text{display:grid;min-width:0}.workspace-name{font-weight:600;font-size:.875rem;color:var(--foreground);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-sub{font-family:Geist Mono,monospace;font-size:.625rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted-foreground)}.shell-nav{display:flex;flex-direction:column;gap:2px;flex:1}.nav-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;border-radius:var(--radius-sm);font-size:.875rem;text-decoration:none;transition:background .12s ease,color .12s ease}.nav-item-left{display:flex;align-items:center;gap:9px;min-width:0}.nav-item-left .nav-icon{flex-shrink:0;opacity:.75}.nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell .shell-nav .nav-item{color:var(--sidebar-foreground)}.shell .shell-nav .nav-item:hover{background:var(--muted);color:var(--foreground)}.shell .shell-nav .nav-item.active{background:var(--muted);color:var(--foreground);font-weight:500}.nav-count{font-family:Geist Mono,monospace;font-size:.6875rem;background:var(--muted);color:var(--muted-foreground);padding:1px 7px;border-radius:999px}.nav-item.active .nav-count{background:var(--background);color:var(--subtle-foreground)}.shell-foot{margin-top:24px;padding-top:14px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:2px}.foot-action{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-sm);font-size:.8125rem;text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;width:100%}.shell .shell-foot .foot-action{color:var(--muted-foreground)}.shell .shell-foot .foot-action:hover{background:var(--muted);color:var(--foreground)}.foot-user{display:flex;align-items:center;gap:9px;padding:12px 8px 4px;margin-top:6px;border-top:1px solid var(--border)}.foot-user-text{display:grid;min-width:0;flex:1}.foot-user-name{font-size:.75rem;font-weight:600;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.foot-user-sub{font-size:.6875rem;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;background:none;border:none;border-radius:var(--radius-sm);color:var(--muted-foreground);cursor:pointer}.icon-btn:hover{background:var(--muted);color:var(--foreground)}.dl-chip{width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:7px;background:var(--foreground);color:var(--background);font-family:Geist Mono,monospace;font-size:.6875rem;font-weight:600;letter-spacing:.02em}.shell-scrim{display:none;position:fixed;inset:0;z-index:35;background:#0006}@media(max-width:860px){.shell{display:block}.shell-sidebar{position:fixed;left:0;top:0;width:18rem!important;height:100dvh;z-index:40;padding:16px 12px!important;background:var(--sidebar);transform:translate(-105%);transition:transform .2s ease;box-shadow:0 0 40px #0003}html[data-sheet=open] .shell-sidebar{transform:translate(0)}html[data-sheet=open] .shell-scrim{display:block}.shell-main{margin:0;border:none;border-radius:0;min-height:100vh}.shell-header{padding:10px 20px;top:0;border-radius:0}.shell-content{padding:24px 20px 64px}}.page-head{margin-bottom:28px}.page-title{font-size:1.375rem;font-weight:600;letter-spacing:-.02em;color:var(--foreground);margin:0 0 4px}.page-sub{font-size:.875rem;color:var(--muted-foreground);margin:0;max-width:64ch}.page-sub a{color:inherit;text-decoration:underline;text-underline-offset:2px}.page-stand{font-family:Geist Mono,monospace;font-size:.71875rem;color:var(--muted-foreground);margin-top:6px}.section{margin-bottom:44px}.section-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:0 0 4px}.section-sub{font-size:.8125rem;color:var(--muted-foreground);margin:0 0 14px}.section-title+.grid,.section-title+.table-wrap,.section-title+.stack{margin-top:14px}.grid{display:grid;gap:14px}.grid-cards,.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1152px){.grid-cards,.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:880px){.grid-cards,.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.grid-cards,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:16px 18px;color:inherit;text-decoration:none;min-width:0}a.card{transition:border-color .12s ease}a.card:hover{border-color:var(--ring)}.card-dashed{background:transparent;border-style:dashed;box-shadow:none}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:6px}.card-title{font-size:.9375rem;font-weight:600;color:var(--card-foreground);line-height:1.35}.card-kicker{font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-bottom:6px}.card-desc{font-size:.8125rem;color:var(--muted-foreground);line-height:1.55;flex:1}.card-desc code,.prose code,.table-wrap code,.task-body code{font-family:Geist Mono,monospace;font-size:.875em;background:var(--muted);padding:1px 5px;border-radius:4px}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;font-family:Geist Mono,monospace;font-size:.6875rem;color:var(--muted-foreground)}.card-arrow{color:var(--muted-foreground);font-size:1rem}a.card:hover .card-arrow{color:var(--foreground)}.card-icon{width:20px;height:20px;color:var(--muted-foreground);margin-bottom:10px}.stack{display:flex;flex-direction:column;gap:10px}.row-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:14px 18px;color:inherit;text-decoration:none}a.row-card:hover{border-color:var(--ring)}.row-card-body{min-width:0}.row-card .card-title{font-size:.875rem}.row-card .card-desc{margin-top:2px}.badge{display:inline-flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:500;padding:1px 8px;border:1px solid transparent;border-radius:999px;white-space:nowrap;line-height:1.5}.badge-filled{background:var(--foreground);color:var(--background)}.badge-outline{background:transparent;color:var(--foreground);border-color:var(--foreground)}.badge-soft{background:var(--muted);color:var(--subtle-foreground)}.badge-muted{background:var(--muted);color:var(--muted-foreground)}.badge-dashed{background:transparent;color:var(--muted-foreground);border-color:var(--ring);border-style:dashed}.status-pill{font-family:Geist Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);white-space:nowrap}.who-badge{display:inline-block;padding:1px 9px;border:1px solid transparent;border-radius:999px;font-size:.71875rem;font-weight:600;white-space:nowrap}.who-filled{background:var(--foreground);color:var(--background)}.who-outline{background:var(--card);color:var(--foreground);border-color:var(--ring)}.who-muted{background:var(--muted);color:var(--subtle-foreground)}.table-wrap{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:6px 16px;overflow-x:auto}.app-table{width:100%;border-collapse:collapse}.app-table th{font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);font-weight:500;text-align:left;padding:12px 10px 10px;border-bottom:1px solid var(--border);white-space:nowrap}.app-table td{padding:12px 10px;border-bottom:1px solid var(--border);font-size:.8125rem;vertical-align:top;color:var(--subtle-foreground)}.app-table tbody tr:last-child td{border-bottom:none}.app-table .cell-strong{font-weight:600;color:var(--foreground)}.app-table .cell-mono{font-family:Geist Mono,monospace;font-size:.75rem;white-space:nowrap}.app-table .cell-num{text-align:right;font-family:Geist Mono,monospace;white-space:nowrap;color:var(--foreground)}.app-table .cell-right{text-align:right;white-space:nowrap}.shell .shell-main .app-table a{color:var(--foreground);text-decoration:underline;text-underline-offset:2px}.table-note{font-size:.75rem;color:var(--muted-foreground);margin:10px 2px 0}.table-note a{color:inherit;text-decoration:underline}.tabs-bar{display:flex;gap:4px;margin-bottom:14px;border-bottom:1px solid var(--border)}.tab-btn{background:none;border:none;cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--muted-foreground);padding:8px 14px;margin-bottom:-1px;border-bottom:2px solid transparent;display:flex;align-items:center;gap:7px}.tab-btn:hover{color:var(--subtle-foreground)}.tab-btn.active{color:var(--foreground);border-bottom-color:var(--foreground)}.tab-count{font-family:Geist Mono,monospace;font-size:.6875rem;background:var(--muted);color:var(--muted-foreground);padding:1px 7px;border-radius:999px}.tab-panel{display:none}.tab-panel.active{display:block}.prose{font-size:.875rem;color:var(--subtle-foreground);line-height:1.65;max-width:72ch}.prose p{margin:0 0 14px}.prose strong{color:var(--foreground)}.shell .shell-main .prose a{color:var(--foreground);text-decoration:underline;text-underline-offset:2px}.def-list{display:flex;flex-direction:column;margin:0}.def-row{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:13px 2px;border-bottom:1px solid var(--border)}.def-row:last-child{border-bottom:none}.def-row dt{font-size:.875rem;font-weight:600;color:var(--foreground)}.def-row dd{margin:0;font-size:.8125rem;color:var(--muted-foreground);line-height:1.6}@media(max-width:640px){.def-row{grid-template-columns:1fr;gap:4px}}.bar-chart{display:flex;flex-direction:column;gap:10px;margin:16px 0}.bar-row{display:grid;grid-template-columns:90px 1fr 150px;align-items:center;gap:16px}.bar-label{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--subtle-foreground)}.bar-track{height:12px;background:var(--muted);border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:var(--foreground);border-radius:999px}.bar-value{font-size:.75rem;text-align:right}.bar-value strong{font-family:Geist Mono,monospace;color:var(--foreground);display:block}.bar-value span{color:var(--muted-foreground)}.roadmap-bar{display:flex;height:10px;border-radius:999px;overflow:hidden;box-shadow:inset 0 0 0 1px var(--border)}.roadmap-seg{display:block;height:100%}.roadmap-markers{position:relative;height:44px;margin-top:8px}.roadmap-marker{position:absolute;top:0;transform:translate(-2px)}.roadmap-marker-date{display:block;font-family:Geist Mono,monospace;font-size:.6875rem;font-weight:600;color:var(--foreground)}.roadmap-marker-label{display:block;font-size:.6875rem;color:var(--muted-foreground);white-space:nowrap}.task-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-sm)}.task-item+.task-item{margin-top:10px}.task-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;cursor:pointer;list-style:none}.task-summary::-webkit-details-marker{display:none}.task-summary .card-title{font-size:.875rem}.task-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.task-meta .task-id{font-family:Geist Mono,monospace;font-size:.6875rem;color:var(--muted-foreground)}.task-body{padding:14px 18px 16px;font-size:.8125rem;color:var(--subtle-foreground);line-height:1.6;border-top:1px solid var(--border)}.task-body h2,.task-body h3{font-size:.8125rem;font-weight:600;color:var(--foreground);margin:14px 0 6px}.task-body ul,.task-body ol{padding-left:18px;margin:6px 0}.task-body p{margin:6px 0}.task-body a{color:var(--foreground);text-decoration:underline}.empty-note{border:1px dashed var(--border);border-radius:var(--radius);padding:18px;font-size:.8125rem;color:var(--muted-foreground)}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:grid;grid-template-columns:110px 1fr;gap:16px;padding:10px 2px;border-bottom:1px solid var(--border)}.timeline-item:last-child{border-bottom:none}.timeline-date{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--muted-foreground)}.timeline-text{font-size:.8125rem;color:var(--subtle-foreground);line-height:1.55}@media print{.shell-sidebar,.shell-topbar,.shell-scrim{display:none!important}.shell{display:block}.shell-content{max-width:100%;padding:0}.card,.row-card,.table-wrap,.task-item{break-inside:avoid;box-shadow:none}.tab-panel{display:block!important}.tabs-bar{display:none}body.app-shell-body{background:#fff!important;color:#171717!important}}.cmdk-overlay{display:none;position:fixed;inset:0;z-index:70;background:#00000073}html[data-cmdk=open] .cmdk-overlay{display:block}.cmdk{position:fixed;z-index:71;top:16vh;left:50%;transform:translate(-50%);width:min(560px,92vw);background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 20px 60px #00000040;display:none;flex-direction:column;overflow:hidden}html[data-cmdk=open] .cmdk{display:flex}.cmdk-input-row{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border)}.cmdk-input-row svg{color:var(--muted-foreground);flex-shrink:0}.cmdk-input{flex:1;background:none;border:none;outline:none;font-family:inherit;font-size:.9375rem;color:var(--foreground)}.cmdk-input::placeholder{color:var(--muted-foreground)}.cmdk-list{max-height:320px;overflow-y:auto;padding:6px}.cmdk-group-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);padding:10px 10px 4px}.cmdk-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:var(--radius-sm);font-size:.875rem;color:var(--subtle-foreground);cursor:pointer}.cmdk-item[aria-selected=true]{background:var(--muted);color:var(--foreground)}.cmdk-item-meta{font-family:Geist Mono,monospace;font-size:.6875rem;color:var(--muted-foreground);white-space:nowrap}.cmdk-empty{padding:24px 12px;text-align:center;font-size:.8125rem;color:var(--muted-foreground)}.doc-overlay-scrim{display:none;position:fixed;inset:0;z-index:60;background:#00000073}html[data-doc=open] .doc-overlay-scrim{display:block}.doc-sheet{position:fixed;z-index:61;top:0;right:0;height:100dvh;width:min(820px,96vw);background:var(--background);border-left:1px solid var(--border);display:none;flex-direction:column;box-shadow:-20px 0 60px #0003}html[data-doc=open] .doc-sheet{display:flex}.doc-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border)}.doc-sheet-title{font-size:.875rem;font-weight:600;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-sheet-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.doc-action{display:flex;align-items:center;gap:6px;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted-foreground);font-family:inherit;font-size:.75rem;padding:5px 9px;cursor:pointer;text-decoration:none}.doc-action:hover{color:var(--foreground);border-color:var(--ring)}.doc-frame{flex:1;width:100%;border:0;background:#fff}.card-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.shell-breadcrumb{display:flex;align-items:center;gap:7px;font-size:.8125rem;min-width:0;white-space:nowrap;overflow:hidden}.crumb-sep{color:var(--ring);flex-shrink:0}.shell .shell-breadcrumb .crumb-link{color:var(--muted-foreground);text-decoration:none;overflow:hidden;text-overflow:ellipsis}.shell .shell-breadcrumb .crumb-link:hover{color:var(--foreground);text-decoration:underline;text-underline-offset:2px}.crumb-current{color:var(--foreground);font-weight:500;overflow:hidden;text-overflow:ellipsis}@media(max-width:560px){.shell-breadcrumb .crumb-link,.shell-breadcrumb .crumb-sep{display:none}.shell-breadcrumb .crumb-link:first-child{display:block}.shell-breadcrumb .crumb-sep:nth-of-type(1){display:inline}}.shell-header-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.history-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted-foreground);cursor:pointer}.history-btn:hover{color:var(--foreground);border-color:var(--ring)}@media(max-width:560px){.history-btn{display:none}}.card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:20px;margin-bottom:6px}.card-top .card-kicker,.card-top .card-icon{margin-bottom:0}
