:root{--bg:#000;--bg-alpha:#00000080;--bg-2:#0a0a0a;--bg-3:#111;--ink:#fff;--ink-soft:#ffffffd9;--muted:#ffffff80;--line:#ffffff14;--line-strong:#ffffff26;--glass-bg:#ffffff05;--glass-border:#ffffff0f;--surface-1:#ffffff03;--surface-2:#ffffff05;--surface-3:#ffffff08;--surface-5:#ffffff0d;--surface-8:#ffffff14;--surface-10:#ffffff1a;--surface-50:#ffffff80;--surface-cyan-5:#3bf2d40d;--surface-cyan-10:#3bf2d41a;--surface-warn-5:#f45b690d;--surface-warn-10:#f45b691a;--surface-lime-5:#c7f23b0d;--surface-lime-10:#c7f23b1a;--surface-lime-15:#c7f23b26;--surface-dark-20:#0003;--surface-dark-40:#0006;--lime:#c7f23b;--cyan:#3bf2d4;--plum:#b872ff;--safe:#3ebf88;--warn:#f45b69;--sans:"Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--serif:"Instrument Serif", Georgia, serif;--mono:"Geist Mono", SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace}:root.light-theme{--bg:#f6f7f9;--bg-alpha:#f6f7f9d9;--bg-2:#edeef2;--bg-3:#e3e5ea;--ink:#0a0a0f;--ink-soft:#0a0a0fd1;--muted:#0a0a0f7a;--line:#0a0a0f17;--line-strong:#0a0a0f29;--glass-bg:#ffffffb8;--glass-border:#0a0a0f1a;--surface-1:#0a0a0f0a;--surface-2:#0a0a0f0a;--surface-3:#0a0a0f0d;--surface-5:#0a0a0f0f;--surface-8:#0a0a0f12;--surface-10:#0a0a0f14;--surface-50:#0a0a0f26;--surface-cyan-5:#009b8514;--surface-cyan-10:#009b8517;--surface-warn-5:#c4303f12;--surface-warn-10:#c4303f17;--surface-lime-5:#7ea50012;--surface-lime-10:#7ea50014;--surface-lime-15:#7ea50012;--surface-dark-20:#0a0a0f1f;--surface-dark-40:#ffffffe6;--is-light:1;--lime:#7ea500;--cyan:#009b85;--plum:#6d2fbf;--safe:#147a52;--warn:#c4303f}.animated-decisions{background:linear-gradient(90deg, var(--cyan), var(--plum), var(--lime), var(--cyan));-webkit-text-fill-color:transparent;background-size:300%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite flow}@keyframes flow{to{background-position:300%}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .35s,color .35s;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}h1,h2,h3,h4,h5,h6{letter-spacing:-.04em}.text-gradient{background:linear-gradient(180deg, var(--ink) 0%, var(--muted) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-lime{background:linear-gradient(135deg, var(--lime) 0%, var(--safe) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-cyan{background:linear-gradient(135deg, var(--ink) 0%, var(--cyan) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-panel{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(24px);border-radius:24px;transition:background .3s,border-color .3s}:root.light-theme .glass-panel{background:#ffffffd1;border-color:#0a0a0f1a;box-shadow:0 2px 24px #0a0a0f0f}.spotlight-card{position:relative;overflow:hidden}.spotlight-card:before{content:"";top:var(--mouse-y,50%);left:var(--mouse-x,50%);background:radial-gradient(circle, var(--ink) 0%, transparent 70%);pointer-events:none;opacity:0;z-index:1;border-radius:50%;width:400px;height:400px;transition:opacity .4s;position:absolute;transform:translate(-50%,-50%)}.spotlight-card:hover:before{opacity:.05}.glass-pill{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:99px;transition:background .3s}:root.light-theme .glass-pill{background:#ffffffd9;border-color:#0a0a0f1f}.mesh-bg{z-index:-1;background-color:var(--bg);pointer-events:none;position:fixed;inset:0;overflow:hidden}.mesh-orb{filter:blur(120px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite floatOrb;position:absolute}.mesh-orb-1{background:#c7f23b26;width:800px;height:800px;top:-200px;left:-200px}.mesh-orb-2{background:#3bf2d41a;width:900px;height:900px;animation-duration:25s;animation-delay:-5s;bottom:-300px;right:-100px}.mesh-orb-3{background:#b872ff14;width:600px;height:600px;animation-duration:22s;animation-delay:-10s;top:30%;left:40%}:root.light-theme .mesh-orb{opacity:.08!important}@keyframes floatOrb{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-50px)scale(1.1)}66%{transform:translate(-30px,40px)scale(.9)}}.grain-overlay{pointer-events:none;z-index:9999;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}.bento-grid{grid-template-columns:repeat(12,1fr);gap:24px;display:grid}@media (max-width:900px){.bento-grid{flex-direction:column;display:flex}}.filmstrip-track{will-change:transform;cursor:default;-webkit-user-select:none;user-select:none}.problem-sticky-wrap{will-change:contents}.persona-role{transition:opacity .35s cubic-bezier(.22,1,.36,1),transform .35s cubic-bezier(.22,1,.36,1),color .2s}.loop-row:first-child{border-top:1px solid var(--line-strong)}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 8px}50%{opacity:.5;box-shadow:0 0 2px}}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.h-full{height:100%}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.z-10{z-index:10}#root{z-index:2;position:relative}.mesh-bg{z-index:1!important;background-color:#0000!important}:root.light-theme .mesh-bg{background-color:var(--bg)!important}.mesh-orb{opacity:.25!important}*,:before,:after{transition:background-color .3s,border-color .3s,color .3s,box-shadow .3s}canvas,.mesh-orb,.mesh-bg,.filmstrip-track{transition:opacity .6s!important}:root.light-theme input{border-color:var(--line-strong)!important;color:var(--ink)!important;background:#ffffffe6!important}:root.light-theme input::placeholder{color:var(--muted)!important}:root.light-theme .glass-pill{border-color:var(--glass-border);color:var(--ink-soft);background:#ffffffd9}:root.light-theme h1,:root.light-theme h2,:root.light-theme h3,:root.light-theme h4,:root.light-theme h5,:root.light-theme h6{color:var(--ink)!important}:root.light-theme p,:root.light-theme span[style*="var(--muted)"],:root.light-theme div[style*="var(--muted)"]{color:var(--muted)!important}:root.light-theme span[style*="var(--ink-soft)"],:root.light-theme div[style*="var(--ink-soft)"]{color:var(--ink-soft)!important}:root.light-theme span[style*="var(--ink)"],:root.light-theme div[style*="var(--ink)"]{color:var(--ink)!important}:root.light-theme [style*=border-top],:root.light-theme [style*=border-bottom]{border-color:var(--line)!important}:root.light-theme .filmstrip-track{opacity:.7}:root.light-theme canvas{opacity:0!important}:root.light-theme .mesh-bg{background-color:var(--bg)!important;opacity:1!important}:root.light-theme .persona-role{color:var(--ink-soft)}:root.light-theme [style*="rgba(255,255,255,0.03)"]{background:#0a0a0f0d!important;border-color:#0a0a0f1f!important}:root.light-theme [style*="rgba(255,255,255,0.02)"]{background:#0a0a0f0a!important}:root.light-theme [style*="rgba(255,255,255,0.05)"]{background:#0a0a0f0f!important}:root.light-theme [style*="rgba(255,255,255,0.08)"]{background:#0a0a0f12!important}:root.light-theme [style*="rgba(255,255,255,0.1)"]{background:#0a0a0f14!important;border-color:#0a0a0f1f!important}:root.light-theme [style*="rgba(255,255,255,0.05)"][style*="overflow: hidden"],:root.light-theme [style*="rgba(255,255,255,0.1)"][style*="overflow: hidden"]{background:#0a0a0f1a!important}:root.light-theme [style*="rgba(255,255,255,0.03)"][style*=border]{background:#0a0a0f0a!important;border-color:#0a0a0f24!important}:root.light-theme [style*="rgba(0,0,0,0.4)"][style*=border]{background:#ffffffe6!important;border-color:#0a0a0f26!important;box-shadow:0 2px 12px #0a0a0f14!important}:root.light-theme [style*="rgba(255,255,255,0.08)"][style*=blur]{opacity:.2!important}:root.light-theme [style*="rgba(0,0,0,0.2)"]{background:#0a0a0f1f!important}:root.light-theme [style*="rgba(0,0,0,0.15)"]{background:#0a0a0f1a!important}:root.light-theme [style*="rgba(59,242,212,0.05)"]{background:#009b8514!important}:root.light-theme [style*="rgba(244,91,105,0.05)"]{background:#c4303f12!important}:root.light-theme [style*="rgba(199,242,59,0.05)"]{background:#7ea50012!important}:root.light-theme [style*="rgba(244,91,105,0.1)"]{background:#c4303f17!important}:root.light-theme [style*="rgba(59,242,212,0.1)"]{background:#009b8517!important}:root.light-theme [style*="rgba(199,242,59,0.1)"]{background:#7ea50014!important}:root.light-theme [style*="rgba(199,242,59,0.05)"],:root.light-theme [style*="rgba(199,242,59,0.15)"]{background:#7ea50012!important}:root.light-theme [style*="rgba(255,255,255,0.05)"][style*="border-radius: 12px"],:root.light-theme [style*="rgba(255,255,255,0.01)"],:root.light-theme [style*="rgba(255,255,255,0.02)"][style*="border-radius: 12px"],:root.light-theme [style*="rgba(255,255,255,0.02)"][style*=border-bottom]{background:#0a0a0f0a!important}:root.light-theme [style*="rgba(255,255,255,0.02)"][style*="border-radius: 12px"][style*=border]{border-color:var(--line)!important;background:#0a0a0f0a!important}:root.light-theme [style*="rgba(255,255,255,0.03)"][style*="border-radius: 8px"]{background:#0a0a0f0d!important}:root.light-theme [style*="rgba(255,255,255,0.03)"][style*="border-radius: 12px"]{border-color:var(--line)!important;background:#ffffffd9!important}:root.light-theme [style*="rgba(255,255,255,0.02)"][style*="border-radius: 99px"]{border-color:var(--line-strong)!important;color:var(--muted)!important;background:#0a0a0f0d!important}:root.light-theme [style*="rgba(255,255,255,0.5)"]{box-shadow:0 0 10px #0a0a0f33!important}:root.light-theme [style*="rgba(0,0,0,0.4)"]{background-image:none!important}:root.light-theme .glass-panel .glass-panel{background:#ffffffd9!important;box-shadow:0 2px 16px #0a0a0f14!important}:root.light-theme nav[style*="var(--bg-alpha)"]{background:var(--bg-alpha)!important;box-shadow:0 8px 32px #0a0a0f1a!important}:root.light-theme body{color:var(--ink)}:root.light-theme [style*="var(--line-strong)"][style*=font-size]{color:var(--line-strong)!important}:root.light-theme .glass-panel[style*="rgba(0,0,0,0.8)"]{box-shadow:0 8px 40px #0a0a0f1f,inset 0 1px #fffc!important}:root.light-theme [style*=linear-gradient\(135deg][style*="rgba(0,0,0"]{background:var(--glass-bg)!important}
