:root{--bg-color: #030303;--bg-gradient: radial-gradient(circle at 50% 0%, #1a1a2e 0%, #030303 60%);--surface-color: #0f0f11;--surface-hover: #1a1a1c;--primary-color: #00f2ea;--primary-glow: rgba(0, 242, 234, .5);--secondary-color: #ff0055;--secondary-glow: rgba(255, 0, 85, .4);--text-primary: #ededed;--text-secondary: #9ca3af;--text-muted: #6b7280;--glass-bg: rgba(22, 22, 24, .85);--glass-border: rgba(255, 255, 255, .08);--glass-highlight: rgba(255, 255, 255, .15);--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-smooth: .4s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg-color);background-image:var(--bg-gradient);background-attachment:scroll;color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh;width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#443}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:90px;display:flex;align-items:center;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1);border-bottom:1px solid transparent;background:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,transparent 100%)}header.scrolled.svelte-12qhfyh{height:70px;background:#0a0a0cd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);box-shadow:0 4px 30px #0000004d}.nav-container.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;width:100%}.logo.svelte-12qhfyh{font-size:1.75rem;font-weight:900;letter-spacing:-1px;display:flex;align-items:center}.any.svelte-12qhfyh{color:var(--text-primary)}.movies.svelte-12qhfyh{color:var(--primary-color);text-shadow:0 0 20px var(--primary-glow)}nav.svelte-12qhfyh{display:flex;gap:2.5rem;padding:.5rem 1.5rem;background:#ffffff08;border-radius:99px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.6rem;font-weight:600;color:var(--text-secondary);transition:all .3s ease;font-size:.95rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary-color);transform:translateY(-1px);text-shadow:0 0 10px var(--primary-glow)}.search-bar.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;padding:.6rem 1.25rem;border-radius:99px;border:1px solid var(--glass-border);width:300px;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-bar.svelte-12qhfyh:focus-within{border-color:var(--primary-color);background:#0009;box-shadow:0 0 20px var(--primary-glow);width:320px}.search-bar.svelte-12qhfyh input:where(.svelte-12qhfyh){background:none;border:none;color:#fff;width:100%;outline:none;font-size:.95rem}main.svelte-12qhfyh{min-height:100vh;padding-top:0}footer.svelte-12qhfyh{background:var(--surface-color);padding:6rem 0 3rem;margin-top:6rem;border-top:1px solid var(--glass-border);position:relative;overflow:hidden}footer.svelte-12qhfyh:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent);opacity:.5}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr;gap:5rem;margin-bottom:4rem}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-secondary);margin-top:1.5rem;max-width:320px;font-size:1.05rem;line-height:1.7}.footer-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:1.25rem}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh){margin-bottom:1rem;font-size:1.1rem;color:var(--text-primary);font-weight:700}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);transition:all .2s;font-size:.95rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary-color);padding-left:5px}.mobile-nav.svelte-12qhfyh{display:none;position:fixed;bottom:0;left:0;right:0;height:65px;background:#0f0f11f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--glass-border);z-index:1001;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--text-secondary);font-size:.7rem;text-decoration:none;width:100%;height:100%;justify-content:center;transition:all .2s ease}.mobile-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--primary-color)}.mobile-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh) svg{fill:#00f2ea26}@media(max-width:640px){.mobile-nav.svelte-12qhfyh{display:flex}header.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:none}footer.svelte-12qhfyh{padding-bottom:80px}.search-bar.svelte-12qhfyh{width:100%;max-width:200px}}
