:root{--background-color: #050505;--primary-color: #f2e107;--secondary-color: #ffd700;--accent-color: #ffffff;--text-color: #ffffff;--text-muted: #a0a0a0;--card-bg: rgba(15, 15, 15, .8);--glass-border: rgba(242, 225, 7, .4);--shadow: 0 0 20px rgba(242, 225, 7, .3);--neon-glow: 0 0 10px #f2e107, 0 0 20px rgba(242, 225, 7, .5);--samurai-font: "Outfit", sans-serif}[data-theme=dark]{--background-color: #050505;--primary-color: #f2e107;--secondary-color: #ffd700;--accent-color: #ffffff;--text-color: #ffffff;--text-muted: #a0a0a0;--card-bg: rgba(15, 15, 15, .8);--glass-border: rgba(242, 225, 7, .4);--shadow: 0 0 20px rgba(242, 225, 7, .3)}html{scroll-behavior:smooth;scroll-padding-top:80px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background-color);color:var(--text-color);font-family:Inter,sans-serif;overflow-x:hidden;line-height:1.6;transition:background-color .3s ease,color .3s ease;min-height:100vh;position:relative;font-weight:500;width:100%}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,transparent 40%,rgba(0,0,0,.8) 100%);pointer-events:none;z-index:9999;opacity:.6}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#f2e107;border-radius:10px}#root{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:80px;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;color:var(--text-color)}h1{font-size:clamp(1.8rem,5vw,2.8rem);font-weight:900;line-height:1.1;letter-spacing:-.01em;text-transform:uppercase}h2{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;margin-bottom:1.5rem;text-transform:uppercase}h3{font-size:clamp(1.2rem,3.5vw,1.8rem);font-weight:700}p{color:var(--text-muted);font-size:clamp(.9rem,2vw,1.05rem);line-height:1.6}a{text-decoration:none;color:inherit;transition:all .3s ease}button{cursor:pointer;border:none;background:none;font-family:inherit}.sectionTitle{position:relative;display:inline-block;margin-bottom:2rem;padding-bottom:.5rem;text-align:center;width:100%;font-size:clamp(1.6rem,4.5vw,2.5rem)}.sectionTitle:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:60px;height:4px;background:var(--primary-color);border-radius:2px}.hover{cursor:pointer}.glass{background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow)}section{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:60px}@media (min-width: 1024px){section{margin-bottom:10rem}}main{width:100%;max-width:1400px;margin:0 auto}
