:root{--bg:#05060c;--bg-panel:#0d1020;--ink:#e8e6f0;--muted:#9a97b0;--accent:#7dd3fc;--accent-warm:#f4b860;--border:#23263a;color-scheme:dark}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--ink);margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5}a{color:var(--accent)}main{z-index:1;pointer-events:none;position:relative}main a,main button,main iframe,main .flyby-blurb,main .asteroid-popup{pointer-events:auto}section{max-width:760px;margin:0 auto;padding:4rem 1.5rem}h1,h2,h3{line-height:1.2}.link-row{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.link-btn{border:1px solid var(--border);color:var(--ink);border-radius:6px;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;display:inline-block}.link-btn:hover{border-color:var(--accent);color:var(--accent)}.portrait{border-radius:8px;max-width:200px;margin-top:1.5rem}.skills-list{flex-wrap:wrap;gap:1rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.skills-list li{color:var(--muted);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.skills-list img{width:20px;height:20px}.project-article{border:1px solid var(--border);background:var(--bg-panel);border-radius:10px;margin-bottom:1.5rem;padding:1.5rem}.project-article h3{margin-top:0}.project-status{text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--border);color:var(--muted);border-radius:4px;margin-left:.5rem;padding:.15rem .5rem;font-size:.7rem;display:inline-block}.tag-list{flex-wrap:wrap;gap:.4rem;margin:.75rem 0;padding:0;list-style:none;display:flex}.tag-list li{color:var(--muted);border:1px solid var(--border);border-radius:4px;padding:.1rem .5rem;font-size:.75rem}.project-media{margin:1rem 0}.project-media iframe,.project-media img{border:1px solid var(--border);border-radius:6px;width:100%;max-width:480px}.belt-list{padding:0;list-style:none}.belt-list li{border-bottom:1px solid var(--border);align-items:baseline;gap:.75rem;padding:.5rem 0;display:flex}.belt-list .belt-name{font-weight:600}.placeholder-note{color:var(--accent-warm);font-size:.8rem}.flagship-slot{min-height:1300vh;position:relative}#belt{min-height:1300vh;margin-top:2rem;position:relative}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.flyby-blurb{border:1px solid var(--accent);backdrop-filter:blur(6px);background:#0d1020d1;border-radius:12px;gap:1.1rem;width:640px;padding:1.25rem 1.4rem;transition:opacity .2s;display:flex;box-shadow:0 0 50px #7dd3fc59,inset 0 0 24px #7dd3fc14}.flyby-blurb.is-stacked{flex-direction:column;gap:.9rem;width:340px}.flyby-blurb.is-stacked .flyby-blurb-embed{width:100%}.flyby-embed-btn{border:1px solid var(--accent);width:100%;color:var(--ink);font:inherit;cursor:pointer;background:#7dd3fc1f;border-radius:8px;padding:.6rem 1rem;font-size:.95rem}.flyby-blurb-text{flex:1 1 0;min-width:0}.flyby-blurb-embed{flex:1 1 0;align-items:center;min-width:0;display:flex}iframe.flyby-embed{aspect-ratio:16/9;border:1px solid var(--border);border-radius:8px;width:100%}img.flyby-embed{object-fit:contain;border:1px solid var(--border);border-radius:8px;width:auto;max-width:100%;height:auto;max-height:220px;margin:0 auto;display:block}.flyby-blurb h3{margin:0 0 .5rem;font-size:1.25rem}.flyby-blurb p{color:var(--muted);margin:0 0 .7rem;font-size:.95rem}.flyby-tags{flex-wrap:wrap;gap:.4rem;margin:0 0 .8rem;padding:0;list-style:none;display:flex}.flyby-tags li{color:var(--muted);border:1px solid var(--border);border-radius:4px;padding:.1rem .5rem;font-size:.75rem}.flyby-blurb-links{gap:.7rem;display:flex}.flyby-blurb-links a{font-size:.9rem}.asteroid-label{border:1px solid var(--accent);color:var(--ink);white-space:nowrap;text-shadow:0 1px 3px #000c;background:#0d1020d9;border-radius:999px;padding:.3rem .7rem;font-size:.95rem;font-weight:600}.belt-modal-backdrop{z-index:20;backdrop-filter:blur(3px);background:#04050c99;position:fixed;inset:0}.belt-modal{z-index:21;border:1px solid var(--accent);background:#0d1020f5;border-radius:14px;width:min(92vw,560px);max-height:88vh;padding:1.75rem 2rem;animation:.22s cubic-bezier(.22,1,.36,1) belt-modal-in;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 0 60px #7dd3fc66}@keyframes belt-modal-in{0%{opacity:0;transform:translate(-50%,-46%)scale(.96)}}.belt-modal-close{width:2rem;height:2rem;color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:1.7rem;line-height:1;position:absolute;top:.75rem;right:.9rem}.belt-modal-close:hover{color:var(--ink)}.belt-modal h2{margin:0 0 .5rem;font-size:1.6rem}.belt-modal p{color:var(--muted);margin:0 0 .8rem}.belt-modal-tags{flex-wrap:wrap;gap:.4rem;margin:0 0 .9rem;padding:0;list-style:none;display:flex}.belt-modal-tags li{color:var(--muted);border:1px solid var(--border);border-radius:4px;padding:.1rem .5rem;font-size:.75rem}.belt-modal-media{justify-content:center;margin:0 0 1rem;display:flex}.belt-modal-media img{object-fit:contain;border:1px solid var(--border);border-radius:8px;width:auto;max-width:100%;height:auto;max-height:340px;display:block}.belt-modal-media iframe{aspect-ratio:16/9;border:1px solid var(--border);border-radius:8px;width:100%;display:block}.belt-modal-links{gap:.75rem;display:flex}.belt-modal-links a{border:1px solid var(--border);border-radius:6px;padding:.45rem 1rem;text-decoration:none}.belt-modal-links a:hover{border-color:var(--accent)}.video-modal-backdrop{z-index:30;backdrop-filter:blur(3px);background:#04050ccc;position:fixed;inset:0}.video-modal{z-index:31;width:min(94vw,720px);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.video-modal-frame{aspect-ratio:16/9;border:1px solid var(--accent);background:#000;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 0 60px #7dd3fc66}.video-modal-frame iframe{border:0;width:100%;height:100%;display:block}.video-modal-close{width:2.2rem;height:2.2rem;color:var(--ink);cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:-2.6rem;right:0}.video-modal-close:hover{color:var(--accent)}.audio-toggle{z-index:6;border:2px solid var(--accent);backdrop-filter:blur(4px);width:3.4rem;height:3.4rem;color:var(--accent);cursor:pointer;background:#0d1020d1;border-radius:999px;place-items:center;transition:color .2s,border-color .2s,box-shadow .2s,transform .15s;display:grid;position:fixed;bottom:1.3rem;right:1.3rem;box-shadow:0 0 18px #7dd3fc59}.audio-toggle:hover{color:var(--ink);border-color:var(--accent);transform:scale(1.06);box-shadow:0 0 26px #7dd3fc8c}.audio-toggle:not(.is-on){color:var(--muted);border-color:var(--border);box-shadow:none}.audio-toggle.is-on{color:var(--accent);border-color:var(--accent)}.audio-toggle .audio-waves{display:none}.audio-toggle.is-on .audio-waves{display:inline}.audio-toggle.is-on .audio-slash{display:none}.hero-surface-card{border:1px solid var(--accent);backdrop-filter:blur(6px);background:#0d1020d1;border-radius:12px;flex-direction:column;gap:1.1rem;width:640px;padding:1.5rem 1.75rem;display:flex;box-shadow:0 0 50px #7dd3fc59,inset 0 0 24px #7dd3fc14}.hero-card-top{align-items:center;gap:1.5rem;display:flex}.hero-surface-card.is-stacked{gap:.9rem;width:340px}.hero-surface-card.is-stacked .hero-card-top{text-align:center;flex-direction:column-reverse;align-items:center;gap:.9rem}.hero-surface-card.is-stacked .hero-card-actions{justify-content:center}.hero-card-text{flex:1 1 0;min-width:0}.hero-card-text h1{margin:0 0 .35rem;font-size:2rem;line-height:1.15}.hero-card-text p{color:var(--muted);margin:0;font-size:1rem}.hero-card-portrait{object-fit:cover;border:1px solid var(--border);border-radius:10px;flex-shrink:0;width:130px;height:130px}.hero-skills{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.5rem 0;overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.hero-skills-track{gap:1.4rem;width:max-content;animation:26s linear infinite hero-skills-scroll;display:flex}.hero-skills:hover .hero-skills-track{animation-play-state:paused}@keyframes hero-skills-scroll{to{transform:translate(-50%)}}.hero-skill{color:var(--muted);white-space:nowrap;align-items:center;gap:.4rem;font-size:.85rem;transition:color .2s;display:inline-flex}.hero-skill:hover{color:var(--ink)}.hero-skill img{width:22px;height:22px}.hero-card-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.hero-card-actions .link-btn{padding:.42rem .7rem;font-size:.82rem}.hero-cta{cursor:pointer;background:0 0;font-family:inherit;line-height:normal}.hero-card-links{flex-wrap:wrap;gap:.6rem;display:flex}.hero-contact{border:1px solid var(--accent);white-space:nowrap;background:#7dd3fc14;border-radius:8px;align-items:center;gap:.4rem;padding:.3rem .3rem .3rem .7rem;display:inline-flex}.hero-contact-email{color:var(--ink);white-space:nowrap;font-size:.75rem;text-decoration:none}.hero-copy{border:1px solid var(--border);color:var(--accent);cursor:pointer;background:0 0;border-radius:5px;padding:.2rem .5rem;font-size:.72rem}.hero-copy:hover{border-color:var(--accent)}.hero-contact-close{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:1.2rem;line-height:1}.hero-contact-close:hover{color:var(--ink)}.section-spacer{min-height:800vh;position:relative}.return-spacer{min-height:1100vh}.letterbox{z-index:4;pointer-events:none;background:#000;height:7vh;transition:transform .9s cubic-bezier(.22,1,.36,1);position:fixed;left:0;right:0}#letterbox-top{top:0;transform:translateY(-100%)}#letterbox-bottom{bottom:0;transform:translateY(100%)}.letterbox.active{transform:translateY(0)}#intro-scroll-cue{z-index:2;color:var(--ink);text-shadow:0 1px 3px #000000e6,0 0 14px #000c;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;transition:opacity .15s linear;display:flex;position:fixed;bottom:2.5rem;left:50%;transform:translate(-50%)}#intro-scroll-cue .chevron{border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);filter:drop-shadow(0 1px 2px #000000e6);width:14px;height:14px;animation:1.6s ease-in-out infinite intro-bounce;transform:rotate(45deg)}@keyframes intro-bounce{0%,to{transform:rotate(45deg)translate(0)}50%{transform:rotate(45deg)translate(4px,4px)}}#loading-veil{z-index:50;background:#04050b;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;transition:opacity .8s;display:flex;position:fixed;inset:0}#loading-veil.is-hidden{opacity:0;pointer-events:none}#loading-veil .loading-dot{background:var(--accent);width:14px;height:14px;box-shadow:0 0 24px var(--accent);border-radius:50%;animation:1.4s ease-in-out infinite loading-pulse}#loading-veil .loading-text{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.8rem}@keyframes loading-pulse{0%,to{opacity:.5;transform:scale(.7)}50%{opacity:1;transform:scale(1.15)}}#progress-rail{z-index:5;pointer-events:none;height:46vh;position:fixed;top:50%;right:1.4rem;transform:translateY(-50%)}#progress-rail .rail-line{background:#ffffff1f;border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}#progress-rail .rail-fill{background:var(--accent);width:100%;height:0;box-shadow:0 0 8px var(--accent);border-radius:2px;position:absolute;top:0;left:0}#progress-rail .rail-stops{margin:0;padding:0;list-style:none;position:absolute;inset:0}#progress-rail .rail-stops li{position:absolute;left:50%;transform:translate(-50%,-50%)}.rail-dot{cursor:pointer;pointer-events:auto;background:#04050b;border:2px solid #ffffff59;border-radius:50%;width:11px;height:11px;padding:0;transition:border-color .2s,background .2s,transform .2s;position:relative}.rail-dot:hover{border-color:var(--accent);transform:scale(1.35)}.rail-dot.is-active{background:var(--accent);border-color:var(--accent)}.rail-tip{white-space:nowrap;border:1px solid var(--border);color:var(--ink);opacity:0;pointer-events:none;background:#0d1020eb;border-radius:5px;padding:.2rem .55rem;font-size:.72rem;transition:opacity .18s;position:absolute;top:50%;right:150%;transform:translateY(-50%)}.rail-dot:hover .rail-tip{opacity:1}@media (width<=700px){#progress-rail{display:none}}#idle-hint{z-index:4;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;opacity:0;pointer-events:none;text-shadow:0 1px 4px #000c;flex-direction:column;align-items:center;gap:.35rem;font-size:.72rem;transition:opacity .5s;display:flex;position:fixed;bottom:2.2rem;left:50%;transform:translate(-50%)}#idle-hint.is-shown{opacity:.85}#idle-hint .idle-chevron{border-bottom:2px solid;border-right:2px solid;width:12px;height:12px;animation:1.6s ease-in-out infinite intro-bounce;transform:rotate(45deg)}.credits-panel{border:1px solid var(--accent);backdrop-filter:blur(6px);background:#0d1020e6;border-radius:12px;width:300px;padding:1.25rem 1.4rem;transition:opacity .25s;box-shadow:0 0 44px #7dd3fc52}.credits-panel h2{margin:0 0 .75rem;font-size:1.3rem}.credits-group{margin-bottom:.8rem}.credits-group h3{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 .3rem;font-size:.72rem}.credits-group ul{margin:0;padding:0;list-style:none}.credits-group li{font-size:.82rem;line-height:1.5}.credits-group li a{color:var(--ink);text-decoration:none}.credits-group li a:hover{color:var(--accent)}.credits-group li em{color:var(--muted);font-size:.76rem;font-style:normal}.credits-closing{color:var(--muted);margin:.6rem 0 .7rem;font-size:.85rem}.credits-repo{border:1px solid var(--border);color:var(--ink);border-radius:6px;padding:.4rem .9rem;font-size:.82rem;text-decoration:none;display:inline-block}.credits-repo:hover{border-color:var(--accent)}@media (width<=640px){section{padding:2.5rem 1.1rem}.belt-modal{padding:1.4rem 1.25rem}.belt-modal h2{font-size:1.35rem}.belt-modal-media img{max-height:min(340px,40vh)}.belt-modal-links{flex-wrap:wrap}.audio-toggle{bottom:1rem;right:1rem}}
