*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#fff;color:#121212;line-height:1.5;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f9f9f9}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#000}.container{max-width:1200px;margin:0 auto;padding:0 20px}.page-header{margin-bottom:1rem;padding-top:1rem}.page-title{font-size:2.25rem;font-weight:700;color:#121212;margin-bottom:.25rem}.page-subtitle{font-size:1rem;color:#666}.filters{display:flex;gap:2rem;margin-bottom:1.5rem;justify-content:flex-end;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;min-width:160px}.filter-label{color:#212121;font-weight:500;font-size:1rem;margin-bottom:.25rem}.filter-select{padding:8px 16px;border:2px solid #ffd600;border-radius:8px;background:#fffbea;font-size:1rem;color:#323232;box-shadow:0 1px 4px -2px #21212133;outline:none;transition:border-color .2s ease}.filter-select:focus{border-color:#5835c2}.movies-grid-container,.shows-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;padding:16px 0}.movie-card,.show-card{position:relative;border-radius:16px;overflow:hidden;background-color:#141414;color:#fff;box-shadow:0 6px 40px #00000040;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;height:360px}.movie-card:hover,.show-card:hover{transform:scale(1.06);box-shadow:0 10px 50px #0006}.movie-card img,.show-card img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.card-info{position:absolute;bottom:0;left:0;width:100%;padding:20px 24px;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);color:#fff}.card-title{font-size:1.3rem;font-weight:700;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.card-meta{font-size:1rem;color:#ccc;font-weight:500;display:flex;gap:12px;align-items:center}.movie-duration,.movie-year{font-size:.95rem;color:#aaa;font-weight:500}.tvtime-hero{width:100vw;margin-left:calc(50% - 50vw);background:linear-gradient(90deg,#5835c2,#b03bf6);color:#fff;padding:5rem 0 2rem}.hero-flex{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.hero-left{max-width:520px}.hero-title{font-size:2.7rem;font-weight:700;margin-bottom:2rem;line-height:1.2}.hero-features{list-style:none;margin-bottom:2rem;padding-left:0}.hero-feature{display:flex;align-items:center;font-size:1.08rem;margin-bottom:1rem}.feature-icon{font-size:1.3em;margin-right:.8em}.hero-right{min-width:360px;text-align:center}.hero-image{width:92%;max-width:300px;border-radius:30px;box-shadow:0 12px 32px -10px #21212150}.overlay{position:fixed;inset:0;z-index:9999;background:#0c0e18ed;-webkit-backdrop-filter:blur(12px) brightness(.9);backdrop-filter:blur(12px) brightness(.9);display:flex;align-items:center;justify-content:center;overflow-y:auto;animation:fadeInScale .25s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.overlay-background{position:fixed;inset:0;cursor:pointer}.movie-detail-section,.media-detail-container{position:relative;z-index:10000;background:linear-gradient(115deg,#232949 60%,#212324);border-radius:18px;width:98vw;max-width:820px;min-width:340px;max-height:88vh;overflow-y:auto;box-shadow:0 12px 40px 8px #0e102247,0 0 0 3px #348cff44;color:#f8f9fa;padding:0;display:flex;flex-direction:row;gap:0}.close-btn{position:absolute;top:20px;right:30px;font-size:2.2rem;background:#262c46d9;border:none;color:#fff;cursor:pointer;border-radius:9px;padding:0 10px 2px;transition:background .18s;z-index:10001}.close-btn:hover{background:#465db0}.movie-detail-bg{flex-basis:45%;background-repeat:no-repeat;background-size:cover;background-position:center;border-top-left-radius:18px;border-bottom-left-radius:18px;min-height:400px;max-height:600px;position:relative;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.media-poster{border-radius:12px;box-shadow:0 16px 38px 4px #181c35cc;max-width:160px;max-height:340px;margin:18px 0 30px;background:#2a304a;border:2px solid #348cff33;object-fit:cover}.movie-detail-content{flex:1 1 0px;padding:44px 16px 30px 28px;display:flex;flex-direction:column;justify-content:flex-start;min-width:250px}.movie-detail-title{font-size:2.3rem;font-weight:600;margin-bottom:.45em;letter-spacing:1px;color:#e5eaff;text-shadow:0 2px 8px #191c2880}.movie-detail-meta{font-size:1.08rem;font-weight:400;color:#c3d2f7;margin-bottom:.8em;padding-bottom:4px;border-bottom:1px solid #34407A;display:flex;gap:15px;align-items:center}.movie-detail-genres{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.movie-detail-tag{background-color:#3b446f;border-radius:12px;font-weight:500;padding:6px 14px 5px;font-size:1rem;color:#fff;letter-spacing:.5px;box-shadow:0 1px 4px #272a45af}.movie-detail-description{margin-bottom:20px;margin-top:10px;font-size:1.11rem;line-height:1.6;color:#c7d2e9;font-weight:400;max-height:14em;overflow-y:auto}.movie-detail-buttons{margin-top:6px;display:flex;gap:15px}.movie-detail-btn{background-color:#478ef8;color:#fff;border:none;border-radius:9px;font-weight:600;padding:10px 28px;font-size:1.06rem;box-shadow:0 2px 12px #1436984f;margin-bottom:4px;transition:background .2s;cursor:pointer}.movie-detail-btn:hover{background-color:#3460b9}@media (max-width: 1024px){.movies-grid-container,.shows-grid-container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.movie-card,.show-card{height:320px}.section-title{font-size:1.6rem}.section-subtitle{font-size:.9rem}.hero-title{font-size:2.3rem}.wrapper{width:70px;height:70px}}@media (max-width: 768px){.hero-flex{flex-direction:column;align-items:center;text-align:center}.hero-right{margin-top:2rem;min-width:0}.hero-title{font-size:2rem}.hero-signup-btn{padding:.8em 1.6em;font-size:.95rem}.show-card,.movie-card{min-width:150px;max-width:170px;height:230px}.movie-card img,.show-card img{height:120px}.genres-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.section-title{font-size:1.4rem}.section-subtitle{font-size:.85rem}.filters{flex-wrap:wrap;justify-content:flex-start;gap:1rem}.footer-content{flex-direction:column;align-items:flex-start;gap:20px}.wrapper{width:60px;height:60px}}@media (max-width: 480px){.show-card,.movie-card{min-width:130px;max-width:150px;height:200px}.movie-card img,.show-card img{height:100px}.section-title{font-size:1.2rem}.section-subtitle{font-size:.8rem}main{padding:10px 0}.filters{flex-direction:column;align-items:stretch}.filter-group{min-width:100%}.filter-select{font-size:.9rem;padding:6px 12px}.hero-title{font-size:1.6rem}.hero-signup-btn{width:100%;padding:.9em 1.4em}.left-arrow,.right-arrow{width:40px;height:40px;font-size:20px}.footer-content{align-items:center;text-align:center}.footer-section{min-width:100%}.wrapper{width:50px;height:50px}}
