:root{--bg-color:#0f172a;--text-color:#f8fafc;--brand-yellow:#fedd28;--brand-orange:#fe7e00;--brand-red:#a83712}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;touch-action:manipulation}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}.app-container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}h1{letter-spacing:-.05em;background:linear-gradient(135deg, var(--brand-yellow) 0%, var(--brand-orange) 50%, var(--brand-red) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}p{color:#94a3b8;font-size:1.125rem}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
