:root{--bh-red:#c62828;--bh-yellow:#f9a825;--bh-blue:#1565c0;--bh-black:#0d0d0d;--bh-white:#f5f2ec;--font-sans:"Space Grotesk", sans-serif;--font-mono:"Space Mono", monospace;--font-display:"Barlow Condensed", sans-serif;--shape-none:0px;--sp-1:.25rem;--sp-2:.5rem;--sp-3:.75rem;--sp-4:1rem;--sp-6:1.5rem;--sp-8:2rem;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--md-sys-color-primary:#7a5900;--md-sys-color-on-primary:#fff;--md-sys-color-secondary:#1b5fa8;--md-sys-color-on-secondary:#fff;--md-sys-color-tertiary:#c62828;--md-sys-color-on-tertiary:#fff;--md-sys-color-background:#f5f2ec;--md-sys-color-on-background:#1b1b1a;--md-sys-color-surface:#f5f2ec;--md-sys-color-surface-container-low:#eae7df;--md-sys-color-on-surface:#1b1b1a;--md-sys-color-on-surface-variant:#4d4639;--md-sys-color-outline:#7f7567;--md-sys-color-outline-variant:#d0c3b3;--md-sys-color-error:#b3261e;--accent-stripe-red:var(--bh-red);--accent-stripe-yellow:var(--bh-yellow);--accent-stripe-blue:var(--bh-blue);--font-body:var(--font-sans);--font-data:var(--font-mono);--border-radius-none:0px;--md-sys-color-surface-variant:var(--md-sys-color-surface-container-low);--md-sys-color-error-container:var(--md-sys-color-error);--md-sys-color-on-error-container:#fff;--md-sys-color-surface-container:var(--md-sys-color-surface-container-low)}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--md-sys-color-primary:#ffb3ab;--md-sys-color-on-primary:#680003;--md-sys-color-secondary:#a4c8ff;--md-sys-color-on-secondary:#00305f;--md-sys-color-tertiary:#ffba29;--md-sys-color-on-tertiary:#3f2d00;--md-sys-color-background:#141210;--md-sys-color-on-background:#e7e2da;--md-sys-color-surface:#141210;--md-sys-color-surface-container-low:#1b1916;--md-sys-color-on-surface:#e7e2da;--md-sys-color-on-surface-variant:#d0c3b3;--md-sys-color-outline:#9a8d7e;--md-sys-color-outline-variant:#4d4639;--md-sys-color-error:#f2b8b5;--accent-stripe-red:var(--md-sys-color-primary);--accent-stripe-yellow:var(--md-sys-color-tertiary);--accent-stripe-blue:var(--md-sys-color-secondary);--md-sys-color-surface-variant:var(--md-sys-color-surface-container-low);--md-sys-color-error-container:var(--md-sys-color-error);--md-sys-color-on-error-container:#680003;--md-sys-color-surface-container:var(--md-sys-color-surface-container-low)}*{box-sizing:border-box;margin:0;padding:0}body,html,#root{width:100%;min-height:100vh;margin:0;padding:0}body{background-color:var(--md-sys-color-background);color:var(--md-sys-color-on-surface);font-family:var(--font-sans);background-image:linear-gradient(#8080800a 1px,#0000 1px),linear-gradient(90deg,#8080800a 1px,#0000 1px);background-size:64px 64px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);text-transform:uppercase;margin-bottom:var(--sp-2)}h1{border-bottom:4px solid var(--md-sys-color-on-surface);padding-bottom:var(--sp-2);font-size:3.5rem}h2{color:var(--md-sys-color-primary);margin-top:var(--sp-4);margin-bottom:var(--sp-4);border-bottom:1px solid var(--md-sys-color-outline-variant);padding-bottom:var(--sp-2);font-size:2rem}h3{color:var(--md-sys-color-on-surface);margin-top:var(--sp-4);font-size:1.5rem}p{margin-bottom:var(--sp-2);color:var(--md-sys-color-on-surface-variant)}.mono-text{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--md-sys-color-on-surface-variant);font-size:.85rem}input,textarea,select{font-family:var(--font-sans);margin-bottom:var(--sp-4);outline:none;background-color:var(--md-sys-color-surface-container-low)!important;border:none!important;border-bottom:2px solid var(--md-sys-color-outline)!important;color:var(--md-sys-color-on-surface)!important;padding:var(--sp-3)!important;border-radius:0!important;font-size:16px!important}input:focus,textarea:focus,select:focus{border-bottom-color:var(--md-sys-color-primary)!important;background-color:var(--md-sys-color-surface)!important;border-bottom-width:3px!important}button,input,textarea,select,.card{border-radius:var(--border-radius-none)!important}.data-label{font-family:var(--font-mono);text-transform:uppercase;color:var(--md-sys-color-on-surface);font-size:.85rem;font-weight:700}button{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;justify-content:center;align-items:center;height:44px;font-weight:700;transition:all .2s;display:inline-flex;padding:var(--sp-2) var(--sp-6)!important;border-radius:var(--shape-none)!important}.btn-primary,button[style*=--md-sys-color-primary]{background-color:var(--md-sys-color-primary)!important;color:var(--md-sys-color-on-primary)!important;border:2px solid var(--md-sys-color-primary)!important;box-shadow:4px 4px 0px var(--md-sys-color-on-background)!important}.btn-primary:hover,button[style*=--md-sys-color-primary]:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0px var(--md-sys-color-on-background)!important}.btn-primary:active,button[style*=--md-sys-color-primary]:active{transform:translate(2px,2px);box-shadow:2px 2px 0px var(--md-sys-color-on-background)!important}.btn-secondary,button[style*=--md-sys-color-secondary]{background-color:var(--md-sys-color-secondary)!important;color:var(--md-sys-color-on-secondary)!important;border:2px solid var(--md-sys-color-secondary)!important;box-shadow:4px 4px 0px var(--md-sys-color-on-background)!important}.btn-secondary:hover,button[style*=--md-sys-color-secondary]:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0px var(--md-sys-color-on-background)!important}.btn-outline,button[style*=transparent],button[style*=transparent]{color:var(--md-sys-color-on-surface)!important;border:2px solid var(--md-sys-color-outline)!important;box-shadow:none!important;background-color:#0000!important}.btn-outline:hover,button[style*=transparent]:hover{background-color:var(--md-sys-color-surface-container-low)!important;border-color:var(--md-sys-color-on-surface)!important}.icon-button{justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;background-color:var(--md-sys-color-surface)!important;color:var(--md-sys-color-on-surface)!important;border:1px solid var(--md-sys-color-outline)!important;border-radius:var(--shape-none)!important;box-shadow:none!important;padding:0!important}.icon-button:hover{background-color:var(--md-sys-color-surface-container-low)!important;border-color:var(--md-sys-color-on-surface)!important}nav button{box-shadow:none!important}nav button:hover{box-shadow:none!important;transform:none!important}.card{background-color:var(--md-sys-color-surface-container-low)!important;border:1px solid var(--md-sys-color-outline-variant)!important;padding:var(--sp-6)!important;margin-bottom:var(--sp-4)!important;position:relative!important}.card-title{font-family:var(--font-display);text-transform:uppercase;margin:var(--sp-2) 0;color:var(--md-sys-color-on-surface);font-size:2rem;font-weight:700}.card:before{content:"";background:linear-gradient(to right, var(--accent-stripe-red) 0% 33.33%, var(--accent-stripe-yellow) 33.33% 66.66%, var(--accent-stripe-blue) 66.66% 100%);height:6px;position:absolute;top:0;left:0;right:0}.card-left-accent{border-left:6px solid var(--md-sys-color-primary)!important}.grid-row{padding:var(--sp-3) 0;border-bottom:1px solid var(--md-sys-color-outline-variant);justify-content:space-between;align-items:center;display:flex}.grid-label{font-family:var(--font-mono);text-transform:uppercase;width:30%;color:var(--md-sys-color-on-surface);font-size:.85rem;font-weight:700}.scale-container{border:2px solid var(--md-sys-color-outline);width:70%;min-height:44px;display:flex}.scale-segment{-webkit-user-select:none;user-select:none;border-right:1px solid var(--md-sys-color-outline);cursor:pointer;font-family:var(--font-mono);color:var(--md-sys-color-on-surface-variant);text-align:center;padding:0 var(--sp-1);background-color:#0000;flex:1;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;line-height:1.2;transition:all .1s ease-in-out;display:flex}.scale-segment:last-child{border-right:none}.scale-segment:hover{background-color:var(--md-sys-color-surface-container-low)}.scale-segment.active{background-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.tag-container{gap:var(--sp-2);flex-wrap:wrap;width:70%;display:flex}.tag{-webkit-user-select:none;user-select:none;height:32px;padding:0 var(--sp-3);border:1px solid var(--md-sys-color-outline);color:var(--md-sys-color-on-surface-variant);font-family:var(--font-mono);text-transform:uppercase;cursor:pointer;background-color:#0000;align-items:center;font-size:.75rem;font-weight:700;transition:all .1s ease-in-out;display:inline-flex}.tag.active{background-color:var(--md-sys-color-secondary);color:var(--md-sys-color-on-secondary);border-color:var(--md-sys-color-secondary)}.menu-item{font-family:var(--font-mono);text-transform:uppercase;padding:var(--sp-3) var(--sp-4);cursor:pointer;border-bottom:1px solid var(--md-sys-color-outline-variant);font-size:.85rem;font-weight:700;transition:background-color .1s}.menu-item:last-child{border-bottom:none}.menu-item:hover{background-color:var(--md-sys-color-surface-container-low)}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:2rem}.desktop-nav{background-color:var(--md-sys-color-surface);border-bottom:2px solid var(--md-sys-color-outline);zIndex:100;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.logo-text{color:var(--md-sys-color-primary);letter-spacing:-.05em;text-transform:uppercase;margin:0;font-size:1.5rem;font-weight:900}.nav-links{gap:1rem;display:flex}.nav-links button{color:var(--md-sys-color-on-surface);cursor:pointer;background-color:#0000;border:none;padding:.5rem 1rem;font-weight:700;box-shadow:none!important}.nav-links button.active{background-color:var(--md-sys-color-primary)!important;color:var(--md-sys-color-on-primary)!important}.admin-btn{color:var(--md-sys-color-error)!important;border:1px solid var(--md-sys-color-error)!important;box-shadow:none!important;background-color:#0000!important}.admin-btn.active{background-color:var(--md-sys-color-error)!important;color:var(--md-sys-color-surface)!important}.mobile-bottom-nav{background-color:var(--md-sys-color-surface);border-top:2px solid var(--md-sys-color-outline);z-index:1000;justify-content:space-around;align-items:center;height:64px;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav button{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;display:flex;color:var(--md-sys-color-outline)!important;height:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.mobile-bottom-nav button.active{color:var(--md-sys-color-primary)!important}.nav-icon{font-size:1.2rem}.nav-label{font-size:.6rem;font-family:var(--font-mono);font-weight:700}.mobile-more-menu{z-index:999;background-color:#000c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0 0 64px}.more-menu-content{background-color:var(--md-sys-color-surface);border-top:4px solid var(--md-sys-color-primary);width:100%;max-width:500px;animation:.3s ease-out slideUp}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.desktop-footer{border-top:1px solid var(--md-sys-color-outline);text-align:center;color:var(--md-sys-color-outline);margin-top:4rem;padding:2rem;font-size:.8rem}@media (width<=768px){.desktop-nav{display:none}.mobile-bottom-nav{display:flex}.main-content{padding:1rem 1rem 80px}.desktop-footer{display:none}}@media (width>=1200px){.app-layout{flex-direction:row}.desktop-nav{border-bottom:none;border-right:2px solid var(--md-sys-color-outline);flex-direction:column;align-items:flex-start;gap:4rem;width:250px;height:100vh;padding:2rem;position:sticky;top:0}.desktop-nav>div{flex-direction:column;width:100%;align-items:flex-start!important}.nav-links{flex-direction:column;gap:.5rem;width:100%}.nav-links button{justify-content:flex-start;width:100%}.desktop-nav>div:last-child{margin-top:auto}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
