:root{--color-bg:#0a0a0a;--color-surface:#141414;--color-card:#111;--color-card-alt:#1a1a1a;--color-border:#222;--color-border-alt:#2a2a2a;--color-text:#fff;--color-text-muted:#94a3b8;--color-text-subtle:#64748b;--color-accent:#edd9a8;--color-accent-hover:#f5e4b8;--font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--radius:1rem;--radius-lg:2rem;--radius-xl:3rem;--radius-full:9999px;--max-w:1200px;--max-w-wide:1400px;--px:clamp(1.5rem,4vw,3rem)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:auto}body{background-color:var(--color-bg);color:var(--color-text);display:flex;flex-direction:column;font-family:var(--font-family);font-weight:400;line-height:1.6;min-height:100vh;overflow-x:hidden}img,video{display:block;max-width:100%}a{text-decoration:none}a,button{color:inherit}button{background:none;border:none;cursor:pointer;font-family:inherit}::-moz-selection{background:var(--color-accent);color:#000}::selection{background:var(--color-accent);color:#000}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}.marquee-container{overflow:hidden;white-space:nowrap}.marquee-content{animation:marquee 30s linear infinite;display:inline-block}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-content:hover{animation-play-state:paused}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.page-enter-active,.page-leave-active{transition:opacity .4s ease}.page-enter-from,.page-leave-to{opacity:0}.word-wrap{display:inline-block;overflow:hidden;vertical-align:bottom}:deep(.word){display:inline-block;will-change:transform}@media(prefers-reduced-motion:reduce){.marquee-content{animation:none}*,:after,:before{animation-duration:1ms!important;transition-duration:1ms!important}}
