:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#080b10;--surface:#ffffff0f;--surface-strong:#ffffff1a;--text:#f7fafc;--muted:#aeb8c4;--line:#ffffff24;--accent:#8fd8ff;--accent-strong:#d8f2ff;--green:#a8f0c6;--yellow:#ffe3a3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 0 0,#8fd8ff2e,#0000 30rem),radial-gradient(circle at 100% 0,#a8f0c61f,#0000 25rem),linear-gradient(135deg,#080b10 0%,#101722 52%,#080b10 100%);margin:0}a{color:inherit;text-decoration:none}p{color:var(--muted);line-height:1.7}.section-shell{width:min(1120px,100% - 40px);margin:0 auto}.hero{min-height:100vh;padding:26px 0 80px}.nav{justify-content:space-between;align-items:center;gap:24px;padding:14px 0;display:flex}.brand,.nav-links,.hero-actions,.footer-links,.eyebrow,.project-card-topline,.tag-row{align-items:center;display:flex}.brand{letter-spacing:-.02em;gap:12px;font-weight:800}.brand-mark{object-fit:contain;border-radius:10px;flex:none;width:38px;height:38px}.nav-links{color:var(--muted);gap:22px;font-size:.95rem}.nav-links a:hover{color:var(--text)}.hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:48px;padding-top:108px;display:grid}.eyebrow{color:var(--accent-strong);letter-spacing:.12em;text-transform:uppercase;gap:8px;font-size:.82rem;font-weight:800}h1,h2,h3{letter-spacing:-.05em;margin:0}h1{max-width:820px;font-size:clamp(4rem,10vw,7.8rem);line-height:.87}h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1}h3{font-size:1.35rem}.hero-text{max-width:660px;margin:28px 0;font-size:1.22rem}.hero-actions{flex-wrap:wrap;gap:14px}.button{border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 18px;font-weight:800;display:inline-flex}.primary{background:var(--text);color:#071018}.secondary{border:1px solid var(--line);background:var(--surface)}.hero-panel{border:1px solid var(--line);background:linear-gradient(#ffffff1a,#ffffff09),repeating-linear-gradient(90deg,#0000 0 38px,#ffffff09 39px 40px),repeating-linear-gradient(0deg,#0000 0 38px,#ffffff09 39px 40px);border-radius:34px;min-height:480px;position:relative;overflow:hidden;box-shadow:0 30px 100px #0000005c}.panel-orbit{border:1px solid var(--line);width:170px;height:170px;color:var(--accent);background:#080b108c;border-radius:50%;place-items:center;display:grid;position:absolute;top:28px;right:48px}.panel-content{position:absolute;bottom:34px;left:34px;right:34px}.panel-kicker{color:var(--green);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800}.section{padding:76px 0}.section-heading{max-width:760px;margin-bottom:30px}.section-heading h2{margin:12px 0}.project-grid,.principle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.project-card,.principle-card,.manifesto,.note-link,.note-detail{border:1px solid var(--line);background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 70px #00000038}.project-card,.principle-card{border-radius:26px;padding:24px}.project-card-topline{justify-content:space-between;margin-bottom:32px}.status,.tag{border-radius:999px;align-items:center;font-weight:800;display:inline-flex}.status{padding:7px 10px;font-size:.76rem}.published{color:var(--green);background:#a8f0c629}.coming-soon{color:var(--yellow);background:#ffe3a326}.in-development{color:var(--accent);background:#8fd8ff26}.project-link{color:var(--muted)}.project-summary{color:var(--text);margin-bottom:8px;font-size:1.02rem}.project-description{font-size:.94rem}.tag-row{flex-wrap:wrap;gap:8px;margin-top:22px}.tag{border:1px solid var(--line);color:var(--muted);padding:6px 9px;font-size:.75rem}.manifesto{border-radius:34px;grid-template-columns:.9fr 1.1fr;align-items:start;gap:42px;padding:42px;display:grid}.manifesto p:last-child{margin:0;font-size:1.08rem}.principle-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.principle-card svg{color:var(--accent);margin-bottom:20px}.principle-card h3{font-size:1.05rem}.principle-card p{font-size:.92rem}.notes-list{gap:12px;max-width:900px;display:grid}.note-link{color:var(--text);border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.note-link span{gap:5px;display:grid}.note-link strong{font-size:1rem}.note-link small{color:var(--muted);font-size:.9rem;line-height:1.5}.note-link:hover{background:var(--surface-strong)}.note-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px;display:grid}.note-detail{border-radius:22px;padding:24px;scroll-margin-top:24px}.note-detail h3{margin:0 0 10px;font-size:1.08rem}.note-detail p{margin:0 0 18px;font-size:.94rem}.note-detail a{color:var(--accent-strong);align-items:center;gap:8px;font-size:.92rem;font-weight:700;display:inline-flex}.footer{color:var(--muted);justify-content:space-between;gap:24px;padding:46px 0 60px;display:flex}.footer p{margin:6px 0 0}.footer-links{flex-wrap:wrap;gap:18px}.footer a:hover{color:var(--text)}@media (width<=900px){.nav{align-items:flex-start}.nav-links{display:none}.hero-grid,.manifesto{grid-template-columns:1fr;padding-top:64px}.hero-panel{min-height:390px}.panel-orbit{width:138px;height:138px;top:24px;right:28px}.project-grid,.principle-grid,.note-detail-grid{grid-template-columns:1fr}.footer{flex-direction:column}}
