/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */.flex{display:flex}.min-h-screen{min-height:100vh}.flex-grow{flex-grow:1}.flex-col{flex-direction:column}.bg-\[\#1a1a1a\]{background-color:#1a1a1a}body,html{height:100%}:root{--bg-color:#1a1a1a;--text-color:#fff;--accent-color:#facc15}body{background-color:var(--bg-color);color:var(--text-color);scroll-behavior:smooth;font-family:Inter,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button,input{outline:none;font-family:inherit;transition:all .3s}.header{background:black;color:#facc15;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:50;box-shadow:0 2px 4px rgba(0,0,0,.4)}.header-content{max-width:1280px;margin:0 auto;justify-content:space-between}.branding,.header-content{display:flex;align-items:center}.branding{gap:1rem}.branding .text h1{font-size:1.5rem;margin:0;font-weight:700}.branding .tagline{font-size:.85rem;color:#ccc;margin-top:.25rem}.footer{background:black;color:#ccc;text-align:center;padding:1rem;font-size:.875rem}