@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg-main:#0a0c10;--bg-surface:#151821;--bg-surface-hover:#1f2330;--border-color:#2a2e3d;--text-primary:#f8f9fa;--text-secondary:#9ba1a6;--text-muted:#6b7280;--accent-primary:#e50914;--accent-primary-hover:#b81d24;--accent-gold:gold;--shadow-sm:0 1px 2px 0 #00000080;--shadow-md:0 4px 6px -1px #00000080, 0 2px 4px -1px #0000004d;--shadow-lg:0 10px 15px -3px #00000080, 0 4px 6px -2px #0000004d;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--max-width:1400px;--nav-height:70px;--border-radius:8px;--transition-fast:.2s ease-in-out;--transition-normal:.3s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;line-height:1.5;display:flex}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--text-secondary)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 4%}}body.kids-mode{--bg-color:#f0f8ff;--bg-surface:#fff;--text-color:#333;--text-muted:#666;--primary-color:#00b4d8;--accent-primary:#00b4d8;--border-color:#ddd;background-color:var(--bg-color);color:var(--text-color)}body.kids-mode .main-content{background-color:var(--bg-color)}body.kids-mode header{border-bottom:1px solid var(--border-color);background-color:#fffffff2}body.kids-mode .logoText{color:#f05}.main-content{flex:1}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
.SplashScreen-module__Mligxq__splashContainer{z-index:9999;background-color:#000;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.5s ease-in 2.5s forwards SplashScreen-module__Mligxq__fadeOut;display:flex;position:fixed;top:0;left:0}.SplashScreen-module__Mligxq__logoContainer{perspective:1000px;flex-direction:column;justify-content:center;align-items:center;display:flex}.SplashScreen-module__Mligxq__letterContainer{font-family:Arial Black,sans-serif;font-size:6rem;font-weight:900;line-height:1;display:flex;overflow:hidden}.SplashScreen-module__Mligxq__letterS,.SplashScreen-module__Mligxq__letterK{color:#e50914;opacity:0;text-shadow:0 0 20px #e5091480;animation:.8s cubic-bezier(.175,.885,.32,1.275) forwards SplashScreen-module__Mligxq__slamIn;display:inline-block;transform:scale(3)translateZ(100px)}.SplashScreen-module__Mligxq__letterK{color:#fff;text-shadow:0 0 20px #ffffff80;animation-delay:.2s}.SplashScreen-module__Mligxq__textContainer{height:40px;margin-top:1rem;overflow:hidden}.SplashScreen-module__Mligxq__brandName{color:#fff;letter-spacing:.5em;text-transform:uppercase;opacity:0;font-size:1.5rem;font-weight:500;animation:.6s ease-out 1s forwards SplashScreen-module__Mligxq__slideUp;display:block;transform:translateY(100%)}@keyframes SplashScreen-module__Mligxq__slamIn{0%{opacity:0;filter:blur(10px);transform:scale(3)translateZ(100px)}50%{opacity:1}to{opacity:1;filter:blur();transform:scale(1)translateZ(0)}}@keyframes SplashScreen-module__Mligxq__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes SplashScreen-module__Mligxq__fadeOut{0%{opacity:1}to{opacity:0;pointer-events:none;visibility:hidden}}
