*{box-sizing:border-box}:root{--bg:#0f172a;--panel:#111c33;--border:#1e293b;--text:#f1f5f9;--muted:#94a3b8;--accent:#0ea5e9;--accent-soft:#38bdf8}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Segoe UI,system-ui,sans-serif;line-height:1.6}h1,h2,h3{margin:0 0 .75rem;line-height:1.2}a{color:var(--accent-soft)}.muted{color:var(--muted);font-size:.9rem}.button{background:var(--accent);color:#0b1220;border:1px solid #0000;border-radius:8px;padding:.55rem 1.1rem;font-weight:600;text-decoration:none;transition:filter .12s,transform .12s;display:inline-block}.button:hover{filter:brightness(1.1);transform:translateY(-1px)}.button--large{padding:.75rem 1.5rem;font-size:1.05rem}.button--ghost{color:var(--text);background:0 0;border-color:#475569}.site{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#0f172ae0;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem clamp(1rem,5vw,3rem);display:flex;position:sticky;top:0}.site-header__brand{color:var(--text);align-items:center;gap:.45rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.site-header__flake{color:var(--accent-soft)}.site-header__nav{flex-wrap:wrap;align-items:center;gap:1.1rem;display:flex}.site-header__nav a{color:var(--text);font-size:.95rem;text-decoration:none}.site-header__nav a:hover{color:var(--accent-soft)}.site-header__nav a.button{color:#0b1220}.site-header__signin{color:var(--muted)!important}.site-main{flex:1}.site-loading{min-height:40vh}.hero{background:radial-gradient(60% 50% at 75% 20%,#0ea5e92e,#0000),radial-gradient(50% 40% at 15% 85%,#38bdf814,#0000);justify-content:space-between;align-items:center;gap:3rem;padding:clamp(3rem,9vh,6rem) clamp(1rem,6vw,4rem);display:flex}.hero__copy{max-width:34rem}.hero__eyebrow{color:var(--accent-soft);text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem;font-size:.8rem;font-weight:600}.hero h1{margin-bottom:1rem;font-size:clamp(2.1rem,5vw,3.3rem)}.hero__tagline{color:var(--muted);margin:0 0 1.75rem;font-size:1.1rem}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero__board{background:var(--panel);border:1px solid var(--border);border-radius:18px;grid-template-columns:repeat(4,minmax(70px,96px));gap:.8rem;padding:1.2rem;display:grid;box-shadow:0 24px 60px #02081799}.hero__pad{aspect-ratio:1;background:#16213a;border:1px solid #24324f;border-radius:14px;justify-content:center;align-items:center;font-size:1.9rem;display:flex}.hero__pad--playing{border-color:var(--accent);animation:2.2s ease-out infinite pad-pulse;box-shadow:0 0 #0ea5e980}@keyframes pad-pulse{0%{box-shadow:0 0 #0ea5e980}70%{box-shadow:0 0 0 16px #0ea5e900}to{box-shadow:0 0 #0ea5e900}}.site-section{max-width:72rem;margin:0 auto;padding:clamp(2.5rem,7vh,4.5rem) clamp(1rem,5vw,3rem)}.site-section--narrow{max-width:46rem}.site-section h2{margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2.1rem)}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.feature-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:1.25rem}.feature-card__icon{margin-bottom:.6rem;font-size:1.7rem;display:inline-block}.feature-card h3{margin-bottom:.4rem;font-size:1.05rem}.feature-card p{color:var(--muted);margin:0;font-size:.92rem}.step-strip{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.step{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:1.25rem}.step__number{background:var(--accent);color:#0b1220;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;margin-bottom:.7rem;font-weight:700;display:inline-flex}.step h3{margin-bottom:.4rem;font-size:1.05rem}.step p{color:var(--muted);margin:0;font-size:.92rem}.cta-banner{text-align:center;background:linear-gradient(135deg,#0ea5e929,#38bdf80d);border:1px solid #0ea5e959;border-radius:20px;max-width:72rem;margin:0 auto clamp(2.5rem,7vh,4.5rem);padding:clamp(2rem,6vh,3.5rem) clamp(1.5rem,5vw,3rem)}.cta-banner p{color:var(--muted);margin:0 0 1.5rem}.preview-banner{z-index:20;text-align:center;color:#fde68a;background:#78350f;border-bottom:1px solid #b45309;padding:.45rem 1rem;font-size:.85rem;position:sticky;top:0}.article-back{color:var(--muted);margin-bottom:1.25rem;text-decoration:none;display:inline-block}.article-back:hover{color:var(--accent-soft)}.post-list{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.post-list__item{background:var(--panel);border:1px solid var(--border);color:var(--text);border-radius:14px;padding:1.1rem 1.3rem;text-decoration:none;display:block}.post-list__item:hover{border-color:var(--accent)}.post-list__item h2{margin:0 0 .25rem;font-size:1.15rem}.post-list__item p{margin:0}.prose{font-size:1rem}.prose h1{font-size:1.7rem}.prose h2{margin-top:2rem;font-size:1.4rem}.prose h3{margin-top:1.5rem;font-size:1.15rem}.prose p,.prose li{color:#cbd5e1}.prose img{border-radius:12px;max-width:100%}.prose code{background:var(--panel);border-radius:4px;padding:.1rem .35rem;font-size:.9em}.prose pre{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:.9rem 1.1rem;overflow-x:auto}.prose blockquote{border-left:3px solid var(--accent);color:var(--muted);margin:1rem 0;padding:.1rem 0 .1rem 1rem}.prose table{border-collapse:collapse;width:100%}.prose th,.prose td{border:1px solid var(--border);text-align:left;padding:.45rem .7rem}.site-footer{border-top:1px solid var(--border);background:#0b1323}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:72rem;margin:0 auto;padding:1.75rem clamp(1rem,5vw,3rem);display:flex}.site-footer__brand{font-weight:700}.site-footer__links{flex-wrap:wrap;gap:1.1rem;display:flex}.site-footer__links a{color:var(--muted);font-size:.9rem;text-decoration:none}.site-footer__links a:hover{color:var(--accent-soft)}@media (width<=860px){.hero{flex-direction:column;align-items:flex-start}.hero__board{grid-template-columns:repeat(4,minmax(56px,76px));align-self:center}}@media (width<=560px){.site-header{flex-direction:column;align-items:flex-start;gap:.6rem}.site-header__nav{gap:.8rem}}.dmca__mode{color:var(--text);align-items:center;gap:.5rem;margin:1rem 0 1.5rem;display:flex}.dmca__form{flex-direction:column;gap:1rem;max-width:40rem;display:flex}.dmca__form label{color:var(--muted);flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.dmca__form input[type=text],.dmca__form input[type=url],.dmca__form input[type=email],.dmca__form input:not([type]),.dmca__form textarea{background:var(--panel);border:1px solid var(--border);color:var(--text);font:inherit;border-radius:8px;padding:.6rem .75rem}.dmca__form input:focus,.dmca__form textarea:focus{outline:2px solid var(--accent);outline-offset:1px}.dmca__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=600px){.dmca__grid{grid-template-columns:1fr}}.dmca__attest{align-items:flex-start;line-height:1.5;color:var(--text)!important;flex-direction:row!important;gap:.6rem!important}.dmca__attest input{margin-top:.25rem}.dmca__error{color:#fca5a5;margin:0}.dmca__receipt code{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:.6rem 1rem;font-size:1.05rem;display:inline-block}.dmca .button{cursor:pointer;font:inherit;border:0;align-self:flex-start}
