@import "https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@300;400;500;600;700;800;900&family=DM+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap";.app-shell{min-height:100vh;display:flex}.shell-nav{width:var(--nav-width);min-width:var(--nav-width);background:var(--surface);border-right:1px solid var(--border);scrollbar-width:none;flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.shell-nav::-webkit-scrollbar{display:none}.shell-brand{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--border);flex-shrink:0;padding:1.25rem 1.5rem;font-size:.7rem;line-height:1.7}.shell-brand-mark{color:var(--accent-lime);font-weight:700}.shell-brand-sub{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.08em;margin-top:.6rem;font-size:.62rem;line-height:1.5}.shell-dashlink{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);border-bottom:1px solid var(--border);transition:color var(--dur-fast);align-items:center;margin-bottom:.25rem;padding:.5rem 1.5rem;font-size:.7rem;text-decoration:none;display:flex}.shell-dashlink:hover{color:var(--accent)}.shell-dashlink.is-active{color:var(--accent-lime)}.shell-section-header{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);padding:.65rem 1.5rem .3rem;font-size:.62rem}.shell-link{font-family:var(--font-condensed);color:var(--text-dim);min-height:26px;transition:color var(--dur-fast);justify-content:space-between;align-items:center;padding:.28rem 1.5rem .28rem 2rem;font-size:.78rem;text-decoration:none;display:flex}.shell-link:hover{color:var(--accent)}.shell-link.is-active{color:var(--text-high)}.shell-venture{opacity:.85}.shell-venture.is-active{opacity:1}.shell-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.shell-main{flex:1;min-width:0;max-width:none;padding:2rem 2.5rem 3rem}.home{max-width:var(--content-max-width)}.home-header{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}.home-title{letter-spacing:-.03em;color:var(--text);margin:.6rem 0;font-size:2.2rem;font-weight:300}.home-desc{max-width:620px;color:var(--text-dim);font-size:.95rem;line-height:1.7}.home-herostat{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--status-done);border-radius:var(--radius-md);align-items:center;gap:1.5rem;max-width:560px;margin-top:1.75rem;padding:1.25rem 1.5rem;display:flex}.home-heronum{font-family:var(--font-score);color:var(--status-done);letter-spacing:-.02em;min-width:3rem;font-size:4.25rem;font-weight:800;line-height:.9}.home-herolabel{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--text);font-size:.72rem;font-weight:600}.home-heroctx{color:var(--text-dim);margin-top:.3rem;font-size:.8rem;line-height:1.5}.home-stage{margin-bottom:3rem}.home-stage-header{align-items:baseline;gap:.6rem;margin-bottom:.875rem;display:flex}.home-stage-name{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:500}.home-stage-desc{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-muted);font-size:.68rem}.home-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=1200px){.home-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.home-grid{grid-template-columns:1fr}}.home-card{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--vc,var(--accent));border-radius:var(--radius-lg);transition:border-color var(--dur-fast);padding:1.25rem;text-decoration:none;display:block}.home-card:hover{border-color:var(--vc,var(--accent))}.home-card-name{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-high);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.home-card-tagline{color:var(--text-dim);min-height:2.5em;margin-bottom:.875rem;font-size:.85rem;line-height:1.5}.home-card-meta{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.5rem;font-size:.65rem;display:flex}.home-card-dot{background:var(--border);border-radius:50%;width:6px;height:6px}.home-card-dot--live{background:var(--status-done)}.home-card-dot--degraded{background:var(--status-wip)}.prompting{max-width:1200px}.prompting-header{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}.prompting-header h1{margin:.5rem 0;font-size:2rem;font-weight:700}.prompting-header p{color:var(--text-dim);max-width:620px}.prompting-seclabel{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.5rem;font-size:.6rem}.prompting-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem;font-size:.85rem}.prompting-timeline{border-bottom:1px solid var(--border);margin-bottom:1rem;padding:1rem 0}.prompting-bars{align-items:flex-end;gap:2px;height:72px;display:flex}.prompting-bar{cursor:pointer;opacity:.85;min-height:4px;transition:opacity var(--dur-fast), transform var(--dur-fast);transform-origin:bottom;border:none;border-radius:2px 2px 0 0;flex:1;padding:0}.prompting-bar:hover{opacity:1;transform:scaleY(1.06)}.prompting-bar.is-selected{outline:2px solid var(--text-high);outline-offset:1px;opacity:1}.prompting-split{grid-template-columns:240px 1fr;gap:1.25rem;min-height:500px;display:grid}@media (width<=900px){.prompting-split{grid-template-columns:1fr}}.prompting-sessionlist{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;max-height:70vh;padding:.75rem;display:flex;overflow:hidden}.prompting-filters{flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem;display:flex}.prompting-filter{font-family:var(--font-mono);letter-spacing:.08em;background:var(--surface-2);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:all var(--dur-fast);border:1px solid #0000;padding:.2rem .45rem;font-size:.6rem}.prompting-filter:hover{color:var(--text)}.prompting-filter.is-active{color:var(--text);border-color:currentColor}.prompting-sessions{flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.prompting-sitem{border-radius:var(--radius-sm);cursor:pointer;text-align:left;transition:background var(--dur-fast);background:0 0;border:1px solid #0000;align-items:center;gap:.5rem;padding:.45rem .5rem;font-family:inherit;display:flex}.prompting-sitem:hover{background:var(--surface-2)}.prompting-sitem.is-selected{background:var(--surface-2);border-color:var(--border)}.prompting-sitem-info{flex:1;min-width:0}.prompting-sitem-label{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden}.prompting-sitem-meta{font-family:var(--font-mono);color:var(--text-dim);margin-top:.1rem;font-size:.6rem}.prompting-sitem-score{font-family:var(--font-mono);font-size:.85rem;font-weight:700}.prompting-detail{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);max-height:70vh;padding:1.5rem;overflow-y:auto}.prompting-detail-inner{flex-direction:column;gap:1.25rem;display:flex}.prompting-detail-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.prompting-detail-title{margin:.25rem 0 .4rem;font-size:1.2rem;font-weight:700}.prompting-detail-meta{font-family:var(--font-mono);color:var(--text-dim);flex-wrap:wrap;gap:.4rem;font-size:.7rem;display:flex}.prompting-detail-score{font-family:var(--font-score);letter-spacing:-.02em;font-size:2.5rem;font-weight:800;line-height:1}.prompting-dims{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);flex-direction:column;gap:.4rem;padding:1rem;display:flex}.prompting-dim{grid-template-columns:90px 1fr 40px;align-items:center;gap:.75rem;display:grid}.prompting-dim-label{color:var(--text-mid);font-size:.72rem}.prompting-dim-track{background:var(--surface-3);border-radius:var(--radius-pill);height:6px;overflow:hidden}.prompting-dim-fill{border-radius:inherit;height:100%}.prompting-dim-val{font-family:var(--font-mono);text-align:right;font-size:.75rem;font-weight:600}.prompting-block{flex-direction:column;gap:.35rem;display:flex}.prompting-block p{color:var(--text-mid);font-size:.85rem;line-height:1.6}.prompting-block--rx{border-left:2px solid var(--accent);background:var(--surface-2);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:.85rem 1rem}.prompting-patterns{flex-wrap:wrap;gap:.35rem;display:flex}.prompting-pattern{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-dim);padding:.2rem .5rem;font-size:.65rem}:root{--bg:#0c0c14;--surface:#121221;--surface-2:#1c1c30;--surface-3:#24243e;--border:#363650;--border-light:#5a5a80;--text:#e4e4f0;--text-mid:#c8c8dc;--text-dim:#aaaabc;--text-muted:#8888a0;--text-high:#fff;--accent:#00d4ff;--accent-lime:#c8ff00;--accent-2:#fb7185;--accent-3:#34d399;--stage-concept:#6366f1;--stage-development:#06b6d4;--stage-launch:#d946ef;--stage-operations:#22c55e;--signal:#eab308;--frame:#6366f1;--build:#22c55e;--prove:#06b6d4;--active:#ec4899;--status-done:#22c55e;--status-wip:#eab308;--status-next:#38bdf8;--status-plan:#8888a0;--warn:#f97316;--danger:#ef4444;--font-score:"Big Shoulders Display", system-ui, sans-serif;--font-condensed:"DM Sans", system-ui, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", monospace}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ease-pop:cubic-bezier(.16, 1, .3, 1);--ease-standard:cubic-bezier(.4, 0, .2, 1);--dur-fast:.15s;--dur-mid:.3s;--dur-slow:.5s;--radius-badge:2px;--radius-sm:4px;--radius-md:10px;--radius-lg:20px;--radius-pill:999px;--nav-width:200px;--content-max-width:1100px;--topbar-height:44px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px}html{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-condensed);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.6}h1{font-family:var(--font-condensed);letter-spacing:-.03em;color:var(--text-high);font-size:2.25rem;font-weight:800;line-height:1.1}h2{font-family:var(--font-condensed);letter-spacing:-.02em;color:var(--text);font-size:1.5rem;font-weight:700;line-height:1.2}h3{font-family:var(--font-condensed);letter-spacing:-.01em;color:var(--text-mid);font-size:1rem;font-weight:600}p{font-family:var(--font-condensed);letter-spacing:-.004em;font-size:.95rem;font-weight:300;line-height:1.7}.eyebrow,.section-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--accent);opacity:.85;font-size:.7rem}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}*{scrollbar-width:thin;scrollbar-color:var(--border-light) transparent}
