.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{background:#fff}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;min-height:100vh;background:#0a0a0a;color:#e5e5e5}.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;background:#111;border-bottom:1px solid #222}.nav-title{font-size:.95rem;font-weight:700;color:#fff;text-decoration:none}.nav-links{display:flex;gap:1rem;list-style:none}.nav-links a{color:#fff9;text-decoration:none;font-weight:500;padding:.25rem .75rem;border-radius:4px}.nav-links a:hover{color:#fff;background:#ffffff14}.nav-links a.active{background:#ffffff1f;color:#fff}.page-shell{max-width:960px;margin:0 auto;padding:3rem 2rem 4rem}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:8px;font-weight:700;font-size:1rem;text-decoration:none;color:#fff;border:2px solid rgba(255,255,255,.2);background:transparent}.btn:hover{background:#ffffff14;border-color:#fff6}.btn--blue{border-color:#2563eb;color:#60a5fa}.btn--blue:hover{background:#2563eb26}.btn--red{border-color:#dc2626;color:#f87171}.btn--red:hover{background:#dc262626}.gallery-hero{width:100%;height:280px;border-radius:20px;background:#2563eb;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 0 80px #2563eb59}.gallery-hero h1{font-size:3rem;font-weight:900;color:#fff}.gallery-subtitle{font-size:1.1rem;color:#ffffff80;margin-bottom:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem}@media(max-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.gallery-card{aspect-ratio:1;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#ffffffe6}.gallery-card span{font-size:2rem;margin-bottom:.25rem}.gallery-card:nth-child(1){background:#1e40af}.gallery-card:nth-child(2){background:#1d4ed8}.gallery-card:nth-child(3){background:#2563eb}.gallery-card:nth-child(4){background:#3b82f6}.gallery-card:nth-child(5){background:#60a5fa}.gallery-card:nth-child(6){background:#93c5fd;color:#1e3a5f}.gallery-nav{display:flex;justify-content:center;gap:1rem}.article-hero{width:100%;height:280px;border-radius:20px;background:#dc2626;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 0 80px #dc262659}.article-hero h1{font-size:3rem;font-weight:900;color:#fff}.article-meta{display:flex;gap:1.5rem;font-size:.85rem;color:#fff6;margin-bottom:2rem;border-bottom:1px solid #222;padding-bottom:1.5rem}.article-body{max-width:640px;margin-bottom:2.5rem}.article-body h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#f87171}.article-body p{font-size:1.05rem;color:#ffffffa6;margin-bottom:1.25rem;line-height:1.8}.article-body blockquote{border-left:3px solid #dc2626;padding:1rem 1.5rem;margin:1.5rem 0;background:#dc262614;border-radius:0 8px 8px 0;color:#ffffffb3;font-style:italic}.article-tags{display:flex;gap:.5rem;margin-bottom:2rem}.tag{padding:.3rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;background:#dc26261f;color:#f87171;border:1px solid rgba(220,38,38,.25)}.article-nav{display:flex;justify-content:center;gap:1rem}.index-center{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 50px);padding:3rem 2rem;text-align:center}.index-center h1{font-size:2.5rem;font-weight:900;margin-bottom:.5rem}.index-center>p{color:#ffffff80;max-width:480px;margin-bottom:2.5rem;font-size:1.05rem}.index-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:720px;width:100%}@media(max-width:640px){.index-grid{grid-template-columns:1fr}}.demo-card{background:#111;border:1px solid #222;border-radius:16px;padding:2rem;text-align:center}.demo-card h2{font-size:1.2rem;margin-bottom:.5rem}.demo-card p{font-size:.9rem;color:#ffffff80;margin-bottom:1.5rem;line-height:1.6}.badge{display:inline-block;padding:.2rem .65rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.badge--off{background:#dc26261f;color:#f87171;border:1px solid rgba(220,38,38,.25)}.badge--on{background:#22c55e1f;color:#86efac;border:1px solid rgba(34,197,94,.25)}.mode-indicator{position:fixed;top:.65rem;right:.75rem;z-index:100}.hint{margin-top:.75rem;font-size:.8rem;color:#ffffff4d}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
