:root{--primary:#181818;--secondary:#232323;--accent:#e50914;--text:#fff;--gray:#b3b3b3}body{padding-top:70px;margin:0;font-family:"Segoe UI",Arial,sans-serif;background:var(--primary);color:var(--text)}.navbar{position:fixed;top:0;left:0;width:100%;background:#181818;display:flex;gap:2rem;padding:1rem 2rem;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:1000}.nav-link{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .2s}.nav-link.active,.nav-link:hover{color:#e50914}.hero-banner,header{display:flex;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.2)}header{flex-direction:column;background:var(--secondary);padding:1.5rem 0 1rem}header h1{font-family:"Vermin Verile",sans-serif;margin:0 0 1rem;font-size:2.2rem;letter-spacing:2px;color:var(--accent)}.hero-banner{position:relative;min-height:340px;justify-content:center;background:#232323;background-size:cover;background-position:center;transition:background-image .5s}#search-form,.hero-overlay{display:flex;width:100%;margin:0 auto;justify-content:center}.hero-overlay{position:relative;z-index:2;max-width:600px;text-align:center;padding:2.5rem 1rem 2rem;background:rgba(24,24,24,.65);border-radius:12px;box-shadow:0 2px 16px rgba(0,0,0,.25);flex-direction:column;align-items:center;min-height:220px;gap:1.5rem}.hero-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,24,24,.7)0,rgba(24,24,24,.5) 60%,#181818 100%);z-index:1;border-radius:0 0 20px 20px}@media (max-width:600px){.hero-banner{min-height:200px}.hero-overlay{padding:1.2rem .5rem}}#search-form{max-width:400px}#search-input{flex:1;padding:.6rem 1rem;border:0;border-radius:4px 0 0 4px;font-size:1rem;outline:0}#search-form button,.banner-watch-btn{padding:.6rem 1.2rem;border:0;background:var(--accent);color:#fff;font-size:1rem;border-radius:0 4px 4px 0;cursor:pointer;transition:background .2s}#search-form button:hover,.banner-watch-btn:hover{background:#b0060f}.banner-watch-btn{padding:.7rem 2rem;font-size:1.1rem;border-radius:4px;font-weight:600;box-shadow:0 2px 8px rgba(0,0,0,.15)}#banner-movie-info{text-align:center}main{padding:2rem 1rem;max-width:1200px;margin:0 auto}section{margin-bottom:2.5rem}section h2{margin-bottom:1rem;font-weight:400;color:var(--gray)}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1.5rem}.movie-card{background:var(--secondary);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.15);cursor:pointer;transition:transform .2s;display:flex;flex-direction:column}.movie-card:hover{transform:scale(1.04)}.movie-poster{width:100%;height:250px;object-fit:cover;background:#333}.movie-info{padding:.8rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.movie-title{font-size:1.05rem;font-weight:500;margin-bottom:.3rem}.movie-meta{font-size:.9rem;color:var(--gray)}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);justify-content:center;align-items:center}.modal-content{background:var(--secondary);padding:1.5rem 1.5rem 1rem;border-radius:10px;width:95%;max-width:600px;max-height:90vh;position:relative;box-shadow:0 4px 32px rgba(0,0,0,.4);display:flex;flex-direction:column;align-items:stretch;overflow-y:auto}.close{position:absolute;right:1.2rem;top:1.2rem;font-size:2rem;color:var(--gray);cursor:pointer;z-index:10}#modal-video{border-radius:6px;background:#000;min-height:200px;max-height:45vh}.blockquote-custom{font-style:italic;color:#fffcfc;margin:10px 0;font-size:.9em;line-height:1.4;background-color:#676464;border-left:4px solid #ff0015;padding:10px;border-radius:4px}.server-select{margin:1rem 0;display:flex;align-items:center;gap:.7rem}#server{padding:.4rem .7rem;border-radius:4px;border:0;font-size:1rem}iframe,img{max-width:100%;height:auto}@media (max-width:600px){.modal-content{padding:.7rem .7rem .5rem;max-width:98vw;max-height:95vh}#modal-video{height:180px;min-height:120px;max-height:30vh}}
