:root{--bg: #0a0a0f;--surface: #12121a;--surface-hover: #1a1a2e;--border: rgba(255, 255, 255, .08);--text: #e8e8ed;--text-muted: #8888a0;--accent: #e50914;--accent-hover: #ff1a25;--gold: #f5c518;color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.header{position:sticky;top:0;z-index:100;background:#0a0a0fe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:.75rem 2rem;display:flex;align-items:center;gap:2rem}.logo{font-size:1.5rem;font-weight:800;color:var(--accent);letter-spacing:-.03em;white-space:nowrap;cursor:pointer}.search-box{flex:1;max-width:480px;position:relative}.search-box input{width:100%;padding:.6rem 1rem .6rem 2.5rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.9rem;outline:none;transition:border-color .2s}.search-box input:focus{border-color:var(--accent)}.search-box:before{content:"u{1F50D}";position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:.85rem;pointer-events:none}.nav-links{display:flex;gap:.25rem}.nav-btn{background:none;border:none;color:var(--text-muted);padding:.5rem 1rem;font-size:.85rem;cursor:pointer;border-radius:6px;transition:all .2s;white-space:nowrap}.nav-btn:hover,.nav-btn.active{color:var(--text);background:var(--surface)}.nav-btn.active{color:var(--accent)}.hero{position:relative;height:65vh;min-height:400px;display:flex;align-items:flex-end;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center top}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--bg) 0%,rgba(10,10,15,.6) 50%,rgba(10,10,15,.3) 100%)}.hero-content{position:relative;z-index:1;padding:3rem 2rem;max-width:600px}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:.75rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-muted)}.hero-rating{color:var(--gold);font-weight:700}.hero-overview{font-size:.95rem;color:#ffffffbf;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-buttons{display:flex;gap:.75rem}.btn{padding:.7rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background:#ffffff1a;color:var(--text)}.btn-secondary:hover{background:#fff3}.section{padding:2rem}.section-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.section-title .see-all{font-size:.8rem;color:var(--accent);cursor:pointer;font-weight:500}.section-title .see-all:hover{text-decoration:underline}.movie-row{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}.movie-row::-webkit-scrollbar{height:4px}.movie-row::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.movie-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem}.movie-card{flex:0 0 180px;scroll-snap-align:start;cursor:pointer;transition:transform .2s,box-shadow .2s;border-radius:10px;overflow:hidden;background:var(--surface)}.movie-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 30px #00000080}.movie-poster{width:100%;aspect-ratio:2/3;object-fit:cover;display:block;background:var(--surface-hover)}.movie-card-info{padding:.75rem}.movie-card-title{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.25rem}.movie-card-meta{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted)}.movie-card-rating{color:var(--gold);font-weight:600}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000d9;display:flex;justify-content:center;overflow-y:auto;padding:2rem}.modal{background:var(--surface);border-radius:16px;max-width:900px;width:100%;overflow:hidden;position:relative;animation:modalIn .25s ease;margin:auto}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-close{position:absolute;top:1rem;right:1rem;z-index:10;background:#0009;border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close:hover{background:#000000e6}.modal-backdrop{width:100%;height:350px;object-fit:cover;display:block}.modal-body{padding:1.5rem 2rem 2rem}.modal-title{font-size:1.8rem;font-weight:800;margin-bottom:.5rem}.modal-tagline{font-style:italic;color:var(--text-muted);margin-bottom:1rem}.modal-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:1.25rem;font-size:.85rem;color:var(--text-muted)}.modal-meta .rating{color:var(--gold);font-weight:700;font-size:1rem}.modal-genres{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.genre-tag{background:#ffffff14;padding:.3rem .75rem;border-radius:20px;font-size:.8rem;color:var(--text-muted)}.modal-overview{color:#ffffffbf;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.modal-cast-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.cast-row{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem}.cast-card{flex:0 0 100px;text-align:center}.cast-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:.5rem;background:var(--surface-hover)}.cast-name{font-size:.75rem;font-weight:600}.cast-char{font-size:.7rem;color:var(--text-muted)}.player-section{margin-top:1.5rem}.player-container{position:relative;width:100%;padding-top:56.25%;border-radius:12px;overflow:hidden;background:#000;margin-top:1rem}.player-container iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.genre-pills{display:flex;gap:.5rem;flex-wrap:wrap;padding:0 2rem 1rem}.genre-pill{padding:.4rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:20px;font-size:.8rem;color:var(--text-muted);cursor:pointer;transition:all .2s;white-space:nowrap}.genre-pill:hover,.genre-pill.active{background:var(--accent);color:#fff;border-color:var(--accent)}.loading{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.similar-section{margin-top:2rem;border-top:1px solid var(--border);padding-top:1.5rem}@media(max-width:768px){.header{padding:.75rem 1rem;gap:.75rem}.nav-links{display:none}.hero{height:50vh;min-height:300px}.hero-title{font-size:1.5rem}.hero-content{padding:2rem 1rem}.section{padding:1.5rem 1rem}.movie-card{flex:0 0 140px}.modal-body{padding:1rem}.modal-title{font-size:1.3rem}.modal-backdrop{height:200px}}
