:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0f0f0f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #ff6b6b;--primary-gradient: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);--bg-dark: #0f0f0f;--bg-darker: #0a0a0a;--bg-light: #fafafa;--text-light: #b0b0b0;--border-color: rgba(255, 255, 255, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-dark);color:#fff;overflow-x:hidden}body{padding-top:80px}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700}h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700}h3{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600}p{margin:0 0 1rem;line-height:1.6}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:#ee5a24}button{font-family:inherit;cursor:pointer;border:none;transition:all .3s ease;font-weight:500}button:focus,button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ee5a24}@media (max-width: 768px){body{padding-top:70px}.container{padding:0 1rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.App{min-height:100vh;width:100%}#root{width:100%;min-height:100vh}
