:root{color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:#06070d;color:#e6e6f0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;overflow:hidden}a{color:#8fb3ff;text-decoration:none}a:hover{text-decoration:underline}code{color:#ffd166}.layout{display:grid;grid-template-columns:280px 1fr;grid-template-rows:100vh;width:100vw;height:100vh}.sidebar{background:#0a0c18;border-right:1px solid #1a1d33;overflow-y:auto;padding:16px 0}.sidebar h1{font-size:14px;letter-spacing:.06em;margin:0 16px 4px;color:#e6e6f0;text-transform:uppercase}.sidebar .subtitle{font-size:11px;margin:0 16px 16px;color:#6b7299;line-height:1.4}.sidebar h2{font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin:16px 16px 4px;color:#6b7299;border-bottom:1px solid #1a1d33;padding-bottom:4px}.sidebar nav a{display:block;padding:6px 16px;font-size:13px;color:#c0c8e6;border-left:2px solid transparent}.sidebar nav a:hover{background:#131527;text-decoration:none;color:#fff}.sidebar nav a.active{background:#16213b;border-left-color:#6f8cff;color:#fff}.sidebar nav a .badge{margin-left:6px;font-size:9px;padding:1px 6px;border-radius:999px;background:#2a2f4d;color:#8fb3ff;text-transform:uppercase;letter-spacing:.08em;vertical-align:middle}.content{overflow:hidden;display:flex;flex-direction:column;background:radial-gradient(circle at 50% -20%,#131830,#06070d 60%)}.example-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 20px;border-bottom:1px solid #1a1d33;background:#0a0c18cc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.example-bar .title{font-size:14px;letter-spacing:.04em}.example-bar .desc{font-size:12px;color:#8fb3ff}.example-bar-controls{display:flex;align-items:center;gap:8px}.example-bar-controls .tab{background:transparent;border:1px solid #30385f;color:#c0c8e6;border-radius:999px;padding:4px 14px;font-size:12px;letter-spacing:.04em;cursor:pointer;font-family:inherit;transition:background .1s,border-color .1s,color .1s}.example-bar-controls .tab:hover{border-color:#6f8cff;color:#fff}.example-bar-controls .tab.active{background:#2847a8;border-color:#6f8cff;color:#fff}.example-stage{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.example-canvas{box-shadow:0 0 0 1px #1a1d33,0 12px 40px #0006}.code-panel{width:100%;height:100%;display:flex;flex-direction:column;background:#0a0c18}.code-panel-filename{flex:0 0 auto;padding:6px 16px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:11px;color:#6b7299;background:#06070d;border-bottom:1px solid #1a1d33}.code-panel-filename code{color:#ffd166}.code-panel>section,.code-panel .monaco-editor-container,.code-panel>div:last-child{flex:1 1 auto;min-height:0}.code-loading{padding:24px;color:#8fb3ff;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px}.code-loading.err{color:#ff6b6b}.hud{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:13px;line-height:1.55;padding:12px 20px;color:#fff;background:#0a0c18;border-top:1px solid #1a1d33;white-space:pre;max-height:30vh;overflow-y:auto}.hud.ok{color:#c9e7ff}.hud.err{color:#ff6b6b}.hud.warn{color:#ffd166}.home{overflow-y:auto;padding:28px 32px}.home h2{font-size:14px;letter-spacing:.1em;text-transform:uppercase;color:#6b7299;margin-top:28px;border-bottom:1px solid #1a1d33;padding-bottom:4px}.home .gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:14px}.home .card{display:flex;flex-direction:column;background:#0e1124;border:1px solid #1a1d33;border-radius:8px;padding:14px;transition:border-color .15s,transform .1s}.home .card:hover{border-color:#6f8cff;transform:translateY(-1px);text-decoration:none}.home .card .name{font-size:14px;color:#fff;font-weight:500}.home .card .blurb{font-size:12px;color:#8fb3ff;margin-top:6px;line-height:1.4}.home .card .tag{display:inline-block;margin-top:10px;padding:2px 8px;font-size:9px;letter-spacing:.1em;text-transform:uppercase;background:#16213b;border-radius:999px;color:#8fb3ff}.intro{background:#0e1124;border:1px solid #1a1d33;border-radius:10px;padding:20px 24px;margin-bottom:8px}.intro h1{margin:0 0 6px;font-size:22px;color:#fff}.intro p{margin:4px 0;color:#c0c8e6;font-size:13px;line-height:1.5}.ideas-intro{margin-top:36px;padding:16px 0 0;border-top:1px solid #1a1d33}.ideas-intro .ideas-h2{border:none;padding:0;margin:0 0 4px;color:#fff;font-size:18px;letter-spacing:.04em;text-transform:none}.ideas-intro p,.ideas-outro p{color:#c0c8e6;font-size:13px;line-height:1.55;max-width:78ch}.ideas-outro{margin-top:28px;padding:16px 20px;background:#0e1124;border:1px solid #1a1d33;border-radius:10px}.ideas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px;margin-top:14px}.idea-card{background:#0e1124;border:1px solid #1a1d33;border-radius:8px;padding:16px 18px;display:flex;flex-direction:column;gap:12px;border-left:3px solid #2847a8}.idea-card--strong{border-left-color:#4caf6f}.idea-card--careful{border-left-color:#ffd166}.idea-card--notYet{border-left-color:#ff6b6b;opacity:.85}.idea-card header h3{margin:0;font-size:15px;color:#fff;letter-spacing:.02em}.idea-card .pitch{margin:4px 0 0;color:#c0c8e6;font-size:12.5px;line-height:1.5}.idea-section{display:flex;flex-direction:column;gap:4px}.idea-section-label{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#6b7299}.idea-section ul{margin:0;padding-left:16px;color:#c0c8e6;font-size:12px;line-height:1.5}.idea-section--warn ul{color:#ffd166}h2.tier-strong{color:#8effa7}h2.tier-careful{color:#ffd166}h2.tier-notYet{color:#f99}
