.slider-wrapper{--card-w: 150px;--gap: 1rem;--pad: 1rem;--card-border: 2px;--shadow-offset: 4px;width:min(100%,calc(6 * var(--card-w) + 5 * var(--gap) + 2 * var(--pad)));margin:0 auto;-webkit-user-select:none;user-select:none;position:relative}.slider-container{overflow-x:auto;overflow-y:visible;cursor:grab;background-color:#fff;padding:2rem 0 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.slider-container::-webkit-scrollbar{display:none}.slider-track{display:flex;gap:var(--gap);transition:all .3s ease;scroll-behavior:smooth;padding:0 var(--pad)}.slider-card{box-sizing:border-box;width:var(--card-w);min-height:220px;border:var(--card-border) solid #000;box-shadow:4px 4px #000;background-color:#f5f5f5;padding:.5rem;text-align:center;flex-shrink:0}.slider-card p{word-wrap:break-word;line-height:1.4;margin-top:.5rem}.slider-fake-image{box-sizing:border-box;height:200px;margin-bottom:.5rem;border:2px solid #000;box-shadow:3px 3px #000;font-size:4rem;color:#000;display:flex;justify-content:center;align-items:center;font-weight:900}.slider-spacer{min-width:calc(var(--pad) + var(--shadow-offset));flex-shrink:0}.slider-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:.5rem}.slider-title{margin-top:8px;font-weight:500;text-align:center;line-height:1.4}:root{--primary: #efe8ff;--secondary: #a985ff;--tertiary: #5b2bf8;--danger: #ff4545}html{box-sizing:border-box}body{background-color:var(--primary);font-family:Inter,sans-serif}header{display:flex;justify-content:center}.fade-in{animation:fadeIn .5s ease-in}.fade-in-fast{animation:fadeIn .3s ease-in}.fade-in-slow{animation:fadeIn .8s ease-in}.navbar{margin-top:.5rem;background-color:var(--secondary);border:3px solid #000;box-shadow:4px 4px #000;font-family:Inter,sans-serif}.nav-list{display:flex;justify-content:space-between;align-items:center;list-style:none;padding:0;margin:0}.nav-item{display:block;font-weight:700;text-transform:uppercase;position:relative;cursor:pointer;padding:1rem 2rem;text-decoration:none;color:inherit}.nav-item:hover:after{content:"";position:absolute;bottom:.5rem;left:25%;width:50%;height:3px;background-color:#000}.login:hover{background-color:var(--danger)}.search-icon-btn{margin-top:.5rem;background:transparent;border:none;cursor:pointer;margin-left:1rem;z-index:100}.search-icon{width:40px;height:40px;transition:transform .2s}.search-icon-btn:hover .search-icon{transform:scale(1.1)}.profile-img-header-link{position:absolute;right:10rem;top:0;display:block;z-index:10}.profile-img-header{width:80px;height:80px;border:3px solid #000;object-fit:cover;background-color:#fff;box-shadow:3px 3px #000;display:block}main{width:80%;margin:2rem auto;background-color:#fff;display:flex;flex-direction:column;justify-content:center;border:3px solid #000;box-shadow:4px 4px #000;border-radius:.2rem}.title{margin:2rem auto;width:fit-content;padding:.5rem 1rem;text-align:center;text-transform:uppercase;border:3px solid #000;background-color:var(--secondary);box-shadow:4px 6px #000}.logo{width:600px;object-fit:cover;display:block;margin:0 auto}.section-title{margin-left:1rem}.homepage{min-height:calc(100vh - 10rem)}section{margin:0 4rem}.movies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;margin-top:1.5rem;margin-bottom:1rem;max-width:80%;margin-left:auto;margin-right:auto}.movie-card{text-decoration:none;color:inherit;transition:transform .2s}.movie-card:hover{transform:scale(1.05)}.movie-poster-wrapper{position:relative;width:100%;overflow:hidden;background:#ffffff1a}.movie-poster{width:100%;height:100%;object-fit:cover}.no-poster{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000004d;color:#fff;font-size:1.2rem}.movie-rating-badge{position:absolute;top:10px;right:80px;display:flex;align-items:center;gap:.3rem;padding:.4rem .7rem;background:#000c;color:gold;border-radius:6px;font-size:.9rem;font-weight:600}.movie-rating-badge img{width:16px;height:16px}.movie-home-info{display:flex;flex-direction:column;align-items:start;justify-content:center;margin:0 auto}.movie-info h3{font-size:1rem;line-height:1.3}.movie-home-year{margin-top:0;font-size:.9rem;font-weight:700;color:var(--secondary)}.section-title{cursor:pointer;transition:opacity .2s}.section-title:hover{opacity:.8}.friend-activity-container{display:flex;gap:1rem;overflow-x:auto;padding:.2rem 0 .2rem 1rem}.friend-activity-card{border:2px solid #000;width:280px;min-height:100px;background-color:#f9f9f9;padding:1rem;box-shadow:4px 6px #000;flex-shrink:0;transition:transform .2s ease}.friend-activity-card:hover{cursor:pointer}.activity-date{color:#999;font-size:.8rem;margin-top:.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-title{font-size:2rem;font-weight:700;margin-bottom:2rem}.modal-content{background-color:#fff;padding:1.5rem;border:4px solid #000;box-shadow:4px 4px #000;max-width:400px;text-align:center}.modal-button{padding:10px;border:3px solid #000;box-shadow:4px 4px #000;background-color:var(--secondary);font-weight:700;cursor:pointer;transition:all .2s}.profile-page{display:flex;justify-content:center;padding:2rem;min-height:100vh}.profile-container{width:80%;max-width:1200px;background:#fff;border:3px solid #000;box-shadow:6px 6px #000;padding:2rem}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:3px solid #000}.profile-title{margin:0;padding:.5rem 1rem;text-transform:uppercase;border:3px solid #000;background-color:var(--secondary);box-shadow:4px 4px #000;font-size:1.8rem}.profile-btn{background:var(--secondary);border:3px solid #000;padding:.75rem 1.5rem;cursor:pointer;box-shadow:4px 4px #000;font-weight:700;text-transform:uppercase;transition:transform .1s}.profile-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.stats-section,.filters-section,.movies-section{margin-bottom:2rem}.section-title{margin-left:0;margin-bottom:1rem;font-size:1.5rem;text-transform:uppercase}.stat-card{flex:1;background:var(--secondary);border:3px solid #000;text-align:center;padding:1.5rem 1rem;box-shadow:4px 4px #000;transition:transform .1s}.stat-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.stat-number{font-size:2rem;font-weight:700}.stat-label{font-size:.9rem;margin-top:.5rem;text-transform:uppercase}.filters-section{display:flex;gap:1rem}.filter-btn{background:#fff;border:3px solid #000;padding:.75rem 1.5rem;cursor:pointer;box-shadow:4px 4px #000;font-weight:700;text-transform:uppercase;transition:all .1s}.filter-btn:hover{background:var(--secondary);transform:translate(-2px,-2px);box-shadow:6px 6px #000}.filter-btn.active{background:#000;color:#fff}.movies-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.movie-row{display:flex;gap:1rem;padding:1rem;background:#fff;border:3px solid #000;box-shadow:4px 4px #000;text-decoration:none;color:inherit;transition:transform .1s;align-items:center}.movie-row:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.movie-poster-small{flex-shrink:0;width:80px;height:120px}.movie-poster-small img{width:100%;height:100%;object-fit:cover;border:2px solid #000}.movie-poster-placeholder-small{width:100%;height:100%;background:#c4a1ff;border:2px solid #000;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.movie-row-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.movie-row-title{margin:0;font-size:1.2rem;font-weight:700}.movie-row-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.badge-watched{padding:.25rem .75rem;background:#0c8;color:#000;border:2px solid #000;font-size:.75rem;font-weight:700;text-transform:uppercase}.badge-to-watch{padding:.25rem .75rem;background:var(--secondary);color:#000;border:2px solid #000;font-size:.75rem;font-weight:700;text-transform:uppercase}.movie-row-rating{display:flex;align-items:center;gap:.25rem;font-weight:700;font-size:.95rem}.movie-row-rating img{width:16px;height:16px}.movie-row-date{font-size:.85rem;color:#666}.movie-poster{width:100%;height:270px;object-fit:cover;display:block;border-bottom:3px solid #000}.movie-poster-placeholder{width:100%;height:270px;background:#c4a1ff;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;border-bottom:3px solid #000}.movie-info{padding:.75rem;background:#fff}.movie-title{margin:0 0 .5rem;font-weight:700;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.movie-action{margin:0 0 .25rem;font-size:.85rem;font-weight:600;color:#666}.movie-date{margin:0;font-size:.75rem;color:#999}.empty-state{padding:3rem;text-align:center;background:var(--secondary);border:3px solid #000;box-shadow:4px 4px #000}.empty-text{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase}.loading-text{text-align:center;font-size:1.2rem;padding:2rem}.profile-img{width:150px;height:150px;border:3px solid #000;object-fit:cover;margin-bottom:1rem;box-shadow:6px 6px #000}.profile-save-btn{align-self:flex-start;background:#0c8;border:3px solid #000;padding:.75rem 1.5rem;cursor:pointer;font-weight:700;text-transform:uppercase;box-shadow:4px 4px #000;transition:transform .1s}.profile-save-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}textarea{resize:vertical;min-height:120px}.profile-toggle-btn{background:#f80;border:3px solid #000;padding:.75rem 1.5rem;cursor:pointer;margin-bottom:1rem;box-shadow:4px 4px #000;font-weight:700;text-transform:uppercase;transition:transform .1s}.profile-toggle-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}*{font-family:Inter,sans-serif}.profile-page{display:flex;justify-content:center;padding:2rem}.profile-card{display:flex;width:65vw;padding:2rem;gap:2rem;background:#fff;border:3px solid #000;box-shadow:6px 6px #000}.profile-left{flex:1;display:flex;flex-direction:column;align-items:flex-start}.profile-img{width:150px;height:150px;border:3px solid #000;object-fit:cover;margin-bottom:1rem;box-shadow:6px 6px #000;margin-left:0}.profile-btn{background:var(--secondary);border:3px solid #000;padding:.5rem 1rem;cursor:pointer;margin-bottom:2rem;box-shadow:4px 4px #000;transition:transform .1s}.profile-btn:hover{transform:translate(-2px,-2px)}.profile-settings{width:100%;text-align:left}.profile-settings h3{margin-bottom:.5rem;font-size:1.2rem}.profile-settings ul{list-style:none;padding:0}.profile-settings li{margin-bottom:.5rem;cursor:pointer}.profile-settings li:hover{text-decoration:underline}.profile-right{flex:2}.profile-right h1{margin-bottom:1rem;font-size:1.8rem}form{display:flex;flex-direction:column;gap:1rem}label{display:flex;flex-direction:column;font-weight:700}input,textarea{border:3px solid #000;padding:.5rem;font-size:1rem;box-shadow:4px 4px #000;resize:none}input:focus,textarea:focus{outline:none}.profile-save-btn{align-self:flex-start;background:#0c8;border:3px solid #000;padding:.5rem 1.5rem;cursor:pointer;font-weight:700;box-shadow:4px 4px #000;transition:transform .1s}.profile-save-btn:hover{transform:translate(-2px,-2px)}textarea{border:3px solid #000;padding:.5rem;font-size:1rem;box-shadow:4px 4px #000;resize:vertical;min-height:120px}.profile-toggle-btn{background:#f80;border:3px solid #000;padding:.5rem 1rem;cursor:pointer;margin-bottom:1rem;box-shadow:4px 4px #000;transition:transform .1s}.profile-toggle-btn:hover{transform:translate(-2px,-2px)}.profile-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.activity-summary p{margin:.2rem 0}.activity-list ul{list-style:none;padding:0}.activity-list li{margin-bottom:.5rem;border-bottom:1px dashed #ccc;padding-bottom:.3rem}.stats-row{display:flex;gap:1rem;margin:1rem 0}.stat-card{flex:1;background:var(--secondary);border:3px solid #000;text-align:center;padding:1rem .5rem;box-shadow:4px 4px #000}.stat-number{font-size:1.5rem;font-weight:700}.stat-label{font-size:.9rem;margin-top:.2rem}.activity-list{margin-top:1.5rem}.activity-card{background:#c4a1ff;border:2px solid #000;padding:.8rem;margin-bottom:.5rem;box-shadow:3px 3px #000}.login-form{background-color:#fffa;border:6px solid #000;padding:40px;box-shadow:8px 8px #000;display:flex;flex-direction:column;gap:20px}.login-form button{padding:10px;border:4px solid #000;background-color:var(--secondary);font-weight:700;cursor:pointer;transition:all .2s}.login-form button:hover{transform:translate(2px,2px)}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;font-family:Inter,sans-serif}.login-form{background-color:#fffa;border:6px solid #000;padding:40px;box-shadow:8px 8px #000;display:flex;flex-direction:column;gap:20px;max-width:400px;width:90%}.login-form h1{margin:0;text-align:center;font-size:2rem;color:#000}.login-form label{font-weight:700;margin-bottom:5px}.login-form input{padding:10px;border:4px solid #000;outline:none;font-size:1rem}.login-form input:focus{box-shadow:4px 4px #000;transform:translate(-2px,-2px)}.login-form input:disabled{background-color:#f0f0f0}.login-form button{padding:10px;border:4px solid #000;background-color:var(--secondary);font-weight:700;cursor:pointer;transition:all .2s;font-size:1rem}.login-form button:hover:not(:disabled){background-color:var(--danger);transform:translate(2px,2px)}.login-form button:disabled{opacity:.6}.error-message{color:var(--danger);padding:12px;background-color:#fff;border:3px solid var(--danger);font-weight:500;text-align:center}.auth-link{text-align:center;margin-top:10px;font-size:.95rem;color:#333}.link-styled{color:#000;font-weight:700;text-decoration:underline;cursor:pointer;transition:color .2s}.link-styled:hover{color:var(--danger)}@media(max-width:480px){.login-form{padding:30px 20px}.login-form h1{font-size:1.5rem}}.NotFoundContainer{display:flex;flex-direction:column;height:95vh;width:auto;justify-content:center;align-items:center}.NotFoundImage{background-image:url(/404.png);background-size:cover;background-position:center;width:300px;height:300px}.NotFound1{width:fit-content;padding:.5rem 1rem;text-align:center;text-transform:uppercase;border:3px solid #000;background-color:var(--danger);box-shadow:4px 6px #000;align-self:center;font-weight:700;font-size:2rem;margin-bottom:1rem}.NotFound2{width:fit-content;padding:.5rem 1rem;text-align:center;text-transform:uppercase;border:3px solid #000;background-color:var(--secondary);box-shadow:4px 6px #000;align-self:center;font-weight:700;font-size:2rem;text-decoration:none;cursor:pointer;color:#000}.rating-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999}.rating-modal{background:#fff;padding:2rem;border:4px solid #000;box-shadow:8px 8px #000;max-width:500px;width:90%}.rating-modal h2{margin:0 0 1rem;text-align:center;text-transform:uppercase}.movie-title-rating{text-align:center;font-weight:700;margin-bottom:2rem;color:#666}.stars-container{display:flex;justify-content:center;gap:.5rem;margin:2rem 0;flex-wrap:wrap}.star-btn{background:none;border:none;cursor:pointer;padding:.25rem;transition:transform .1s}.star-btn img{width:32px;height:32px;filter:grayscale(100%);opacity:.3}.star-btn.active img{filter:grayscale(0%);opacity:1}.star-btn:hover{transform:scale(1.2)}.rating-value{text-align:center;font-size:2rem;font-weight:700;margin:1rem 0}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.btn-cancel,.btn-confirm{flex:1;padding:1rem;border:3px solid #000;font-weight:700;text-transform:uppercase;cursor:pointer;box-shadow:4px 4px #000;transition:transform .1s}.btn-cancel{background:#fff;color:#000}.btn-confirm{background:var(--secondary);color:#000}.btn-confirm:disabled{opacity:.5;cursor:not-allowed}.btn-cancel:hover,.btn-confirm:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:6px 6px #000}.btn-delete{flex:1;padding:1rem;border:3px solid #000;font-weight:700;text-transform:uppercase;cursor:pointer;box-shadow:4px 4px #000;transition:transform .1s;background:#e53935;color:#fff}.btn-delete:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.modal-actions{display:flex;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.modal-actions button{flex:1;min-width:100px}a.ratings-section{margin:3rem 0}.ratings-container{display:grid;grid-template-columns:3fr 1fr;gap:6rem;align-items:center}.ratings-chart{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.chart-wrapper{padding:1rem 0}.chart-bars{display:flex;align-items:flex-end;justify-content:space-between;height:250px;gap:.5rem;padding:0 1rem;position:relative}.chart-bars:before{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#fff3}.bar-container{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-height:100%;justify-content:flex-end}.bar{width:100%;min-height:0;background:linear-gradient(180deg,#a78bfa,#8b5cf6);border-radius:4px 4px 0 0;position:relative;transition:height .6s cubic-bezier(.34,1.56,.64,1);cursor:pointer;display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem}.bar:hover{background:linear-gradient(180deg,#c4b5fd,#a78bfa);transform:scaleX(1.05)}.bar-value{color:#fff;font-size:.875rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.bar-label{color:#ccc;font-size:.875rem;font-weight:500;margin-top:.5rem}.stats-summary{color:#ccc;margin-top:1.5rem;text-align:center;font-size:1rem}.stats-summary strong{color:#a78bfa;font-size:1.2rem}.no-ratings{color:#999;text-align:center;padding:3rem;font-style:italic}.tmdb-stats{background:linear-gradient(135deg,#01b4e4,#90cea1);padding:0 2rem;text-align:center;color:#fff;box-shadow:0 4px 20px #01b4e44d}.tmdb-rating{display:flex;align-items:baseline;justify-content:center;gap:.3rem}.tmdb-score{font-size:4rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.2)}.tmdb-max{font-size:2rem;opacity:.8}.tmdb-votes{opacity:.9;margin-top:1rem;font-size:.95rem}@media(max-width:968px){.ratings-container{grid-template-columns:1fr}.chart-bars{height:200px}.tmdb-score{font-size:3rem}}@media(max-width:640px){.chart-bars{height:180px;gap:.3rem;padding:0 .5rem}.bar-value,.bar-label{font-size:.75rem}}.movie-details{position:relative;top:2em;min-height:100vh}.movie-backdrop{position:absolute;top:0;left:0;right:0;height:500px;background-size:cover;background-position:center;z-index:0}.movie-backdrop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#fff)}.movie-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:2rem}.movie-container{background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;border:4px solid #000;box-shadow:4px 4px #000;padding:2rem;margin-top:200px}.back-button{margin:1rem 0;padding:.5rem 1rem;background:#fff;color:#000;border:none;cursor:pointer;font-weight:700;font-size:1rem;border:2px solid #000}.movie-info{display:flex;gap:2rem;align-items:flex-start}.movie-poster{width:auto}.movie-poster img{width:300px;height:auto;border:4px solid #000;box-shadow:8px 8px #000}.movie-text{flex:1}.movie-meta .rating,.movie-meta .year,.movie-meta .runtime{display:inline-flex;align-items:center;gap:.3rem}.movie-text h1{font-size:3rem;margin-bottom:.5rem}.tagline{font-style:italic;color:#666;margin-bottom:1rem;min-height:18px}.movie-meta{display:flex;gap:1.5rem;margin:1rem 0;font-size:1.1rem}.movie-genres{display:flex;gap:.5rem;margin:1rem 0}.genre-tag{padding:.5rem 1rem;background:#f0f0f0;border:2px solid #000;border-radius:20px}.overview{line-height:1.6;font-size:1.1rem;min-height:60px}.movie-actions{display:flex;gap:1rem;margin:2rem 0}.btn-primary,.btn-secondary{padding:1rem 2rem;border:2px solid #000;cursor:pointer;font-weight:700;font-size:1rem}.btn-primary{background:#000;color:#fff}.btn-secondary{background:#fff;color:#000}.cast-list{display:flex;gap:1rem;overflow-x:auto;padding:1rem}.cast-member{text-align:center;min-width:140px;max-width:140px}.cast-member img{width:140px;height:180px;object-fit:cover;border:2px solid #000;box-shadow:4px 4px #000}.no-photo{width:140px;height:180px;background:#f5f5f5;border:2px solid #000;box-shadow:4px 4px #000;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:3rem}.actor-name{font-weight:600;margin-top:.5rem;margin-bottom:.25rem}.character-name{font-size:.9rem;color:#666;font-style:italic}.btn-rating,.btn-rating-active{padding:1rem 2rem;border:3px solid #000;cursor:pointer;font-weight:700;font-size:1rem;text-transform:uppercase;box-shadow:4px 4px #000;transition:transform .1s;display:flex;align-items:center;gap:.5rem;justify-content:center}.btn-rating{background:#fff;color:#000}.btn-rating-active{background:var(--secondary);color:#000}.btn-rating:hover:not(:disabled),.btn-rating-active:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:6px 6px #000}.btn-rating img,.btn-rating-active img{width:20px;height:20px}.user-rating{display:inline-flex;align-items:center;gap:.3rem;font-weight:700;color:var(--secondary);background:#000;padding:.25rem .75rem;border-radius:4px}.user-rating img{width:16px;height:16px}.trending-page{max-width:1400px;margin:0 auto;padding:2rem;min-height:100vh}.trending-title{margin:2rem auto 3rem;padding:.5rem 1rem;text-transform:uppercase;border:3px solid #000;background-color:var(--secondary);box-shadow:4px 4px #000;font-size:2rem;width:fit-content}.filters-container{display:flex;flex-wrap:wrap;gap:1rem;padding:1.5rem;justify-content:center;margin-bottom:2rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group select{padding:.7rem;border:3px solid #000;background:var(--secondary);color:#000;font-size:.95rem;cursor:pointer;box-shadow:4px 4px #000}.filter-group #genre{min-width:180px;max-width:180px}.filter-group #sort{min-width:220px;max-width:220px}.filter-group select:hover,.filter-group select:focus{outline:none}.media-type-toggle{display:flex;gap:.5rem}.media-type-toggle button{flex:1;padding:.7rem 1rem;border:3px solid #000;background:var(--secondary);color:#000;cursor:pointer;font-size:.95rem;box-shadow:4px 4px #000}.media-type-toggle button.active{border-color:#000;background:var(--secondary);font-weight:600;font-size:1.2rem}.reset-btn{padding:.7rem 1.5rem;background:#ff4545;color:#000;border:3px solid #000;cursor:pointer;font-size:.95rem;box-shadow:4px 4px #000}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content-card{background:#fff;overflow:hidden;transition:all .3s ease;cursor:pointer;text-decoration:none;color:inherit;border:3px solid #000;box-shadow:4px 4px #000}.content-card:hover{transform:translateY(-8px);background:var(--secondary)}.poster-wrapper{position:relative;aspect-ratio:2/3;overflow:hidden;background:#0000004d}.poster{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.content-card:hover .poster{transform:scale(1.05)}.no-poster{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;background:linear-gradient(135deg,#667eea33,#764ba233)}.rating-badge{position:absolute;top:10px;right:10px;background:#000c;color:gold;padding:.3rem .6rem;border-radius:6px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.rating-badge img{width:15px;height:15px}.content-info{padding:1rem}.content-info h3{font-size:1rem;margin:0 0 .5rem;line-height:1.3;height:2.6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.release-date{font-size:.85rem;margin:0}.loading,.error-message,.no-results{text-align:center;padding:3rem;font-size:1.2rem;color:#aaa}.error-message{color:#ef4444;background:#ef44441a;border-radius:12px;border:2px solid rgba(239,68,68,.3)}.loading-more{text-align:center;padding:2rem;color:#aaa;font-size:1rem}.no-more-results{text-align:center;padding:2rem;color:#000;font-size:1rem}.search-input-trending{padding:.7rem 1rem;font-size:1.2rem;border:3px solid #000;box-shadow:4px 4px #000}@media(max-width:768px){.trending-page{padding:1rem}.trending-header h1{font-size:2rem}.filters-container{padding:1rem}.filter-group{min-width:100%}.content-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.friends-page{padding:2rem;display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 200px)}.friends-title{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#000;font-weight:700}.tabs-container{display:flex;gap:1rem;margin-bottom:2rem}.tab-btn{background:#fff;border:3px solid #000;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:4px 4px #000;transition:all .2s ease}.tab-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.tab-btn.active{background:var(--secondary);transform:translate(-2px,-2px);box-shadow:6px 6px #000}.friends-container{width:90%;max-width:1200px;background:#fff;border:3px solid #000;box-shadow:8px 8px #000;padding:2rem;min-height:400px}.search-section{width:100%}.search-bar{display:flex;gap:1rem;margin-bottom:2rem}.search-bar input{flex:1;padding:.75rem;border:3px solid #000;font-size:1rem;box-shadow:4px 4px #000}.search-bar input:focus{outline:none}.search-bar button{background:var(--secondary);border:3px solid #000;padding:.75rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:4px 4px #000;transition:all .2s ease}.search-bar button:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.search-bar button:disabled{opacity:.5;cursor:not-allowed}.friends-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start}.friend-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:150px;padding:1.5rem 1rem;background:var(--secondary);border:3px solid #000;box-shadow:4px 4px #000;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.friend-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.friend-avatar{width:80px;height:80px;border-radius:50%;border:3px solid #000;object-fit:cover;margin-bottom:1rem;box-shadow:3px 3px #000}.friend-name{font-weight:700;font-size:1rem;text-align:center;color:#000;margin:0 0 .5rem}.btn-add,.btn-remove{margin-top:.5rem;padding:.5rem 1rem;border:2px solid #000;font-size:.9rem;font-weight:700;cursor:pointer;box-shadow:2px 2px #000;transition:all .2s ease}.btn-add{background:var(--secondary)}.btn-remove{background:var(--danger)}.btn-add:hover,.btn-remove:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #000}.btn-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.status-badge{margin-top:.5rem;padding:.4rem .8rem;border:2px solid #000;font-size:.85rem;font-weight:700;text-align:center}.status-badge.friend{background:#0c8}.status-badge.pending{background:orange}.no-friends{text-align:center;color:#666;font-size:1.1rem;padding:2rem;width:100%}.pending-section h2{font-size:1.5rem;margin-bottom:1rem;color:#000}@media(max-width:768px){.friends-container{width:95%;padding:1rem}.tabs-container{flex-direction:column;width:90%}.tab-btn{width:100%}.friends-grid{gap:1rem;justify-content:center}.friend-card{width:120px;padding:1rem .5rem}.friend-avatar{width:60px;height:60px}.friends-title{font-size:2rem}.search-bar{flex-direction:column}.search-bar button{width:100%}}.community-page{max-width:900px;margin:0 auto;padding:2rem}.community-title{font-size:2rem;margin-bottom:2rem;text-align:center}.filter-toggle{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.filter-toggle button{padding:.75rem 1.5rem;border:3px solid #000;background:#fff;color:#000;font-size:1rem;cursor:pointer;box-shadow:4px 4px #000}.filter-toggle button.active{background:var(--secondary);font-weight:600;font-size:1.2rem}.activities-list{display:flex;flex-direction:column;gap:1.5rem}.activity-item{display:flex;gap:1rem;padding:.5rem 1rem;background:#fff;border:3px solid #000;box-shadow:4px 4px #000}.user-avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center}.user-avatar img{width:80px;height:80px;object-fit:cover}.activity-content{flex:1;display:flex;flex-direction:column;margin-left:2rem;gap:.5rem}.activity-text{font-size:1rem;line-height:1.5}.username-link{color:var(--secondary);text-decoration:none;font-weight:600}.username-link:hover{font-weight:700}.media-link{color:var(--secondary);text-decoration:none}.media-link:hover{font-weight:700}.activity-rating{display:inline-flex;align-items:center;gap:.3rem;margin-left:.5rem;padding:.3rem .6rem;background:#000c;color:gold;border-radius:6px;font-size:.85rem;font-weight:600}.activity-rating img{width:15px;height:15px}.activity-date{font-size:.85rem;color:#000}.media-poster{flex-shrink:0;width:80px;height:120px;overflow:hidden}.media-poster img{width:100%;height:100%;object-fit:cover}.loading,.loading-more,.no-more-results,.error-message,.no-results{text-align:center;padding:2rem;font-size:1.1rem}.loading-more{color:#ffffffb3}.no-more-results{color:#ffffff80}.premium-page{max-width:1200px;margin:0 auto;padding:40px 20px;text-align:center}.premium-hero{margin-bottom:60px}.premium-hero h1{font-size:48px;margin-bottom:16px;color:#000}.premium-subtitle{font-size:20px;color:#000;margin-bottom:30px}.premium-price{font-size:24px;margin-bottom:20px}.price-amount{font-size:56px;font-weight:700;color:var(--secondary)}.price-period{color:#000;font-size:24px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px}.feature-card{background:#fff;border:3px solid #000;box-shadow:4px 4px #000;padding:30px;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:48px;margin-bottom:16px}.feature-card h3{font-size:22px;margin-bottom:12px;color:#333}.feature-card p{color:#666;line-height:1.6}.cta-section{margin-bottom:60px}.premium-cta-button{background:var(--secondary);color:#000;border:none;padding:1rem 2rem;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:4px 4px #000;border:3px solid #000}.premium-cta-button:hover:not(:disabled){transform:translateY(-2px)}.premium-cta-button:disabled{opacity:.7}.cta-info{margin-top:16px;color:#999;font-size:14px}.faq-section{text-align:left;max-width:800px;margin:0 auto}.faq-section h2{text-align:center;margin-bottom:40px;font-size:36px}.faq-item{background:#f8f9fa;padding:1.5rem;border:3px solid #000;box-shadow:4px 4px #000;margin-bottom:2rem}.faq-item h4{margin:1rem 0;font-size:1.2rem;color:#333}.faq-item p{color:#666;line-height:1.6;margin:0}@media(max-width:768px){.premium-hero h1{font-size:32px}.price-amount{font-size:40px}.features-grid{grid-template-columns:1fr}.premium-cta-button{width:100%}}.privacy-container{min-height:100vh;padding:80px 20px 40px}.privacy-content{max-width:1400px;margin:0 auto;padding:40px;border:3px solid #000;box-shadow:4px 4px #000;background:#fff}.privacy-content h1{color:#000;font-size:2.5rem;margin-bottom:10px;text-align:center;background:#000;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-update{text-align:center;color:#000;font-size:.9rem;margin-bottom:40px;font-style:italic}.privacy-section{margin-bottom:35px;padding-bottom:25px;border-bottom:3px solid #000}.privacy-section:last-of-type{border-bottom:none}.privacy-section h2{color:#000;font-size:1.5rem;margin-bottom:15px;display:flex;align-items:center;gap:10px}.privacy-section h2:before{content:"";width:5px;height:25px;background:var(--secondary)}.privacy-section p{color:#000;line-height:1.8;margin-bottom:15px;font-size:1rem}.privacy-section ul{list-style:none;padding-left:0;margin:15px 0}.privacy-section ul li{color:#000;line-height:1.8;padding-left:25px;position:relative;margin-bottom:10px}.privacy-section ul li:before{content:"→";position:absolute;left:0;color:var(--secondary);font-weight:700}.privacy-section strong{color:#000;font-weight:600}.privacy-link{color:var(--secondary);text-decoration:none;font-weight:500;transition:all .3s ease;border-bottom:3px solid transparent}.privacy-back{margin-top:40px;text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.btn-back{display:inline-block;padding:12px 30px;background:var(--secondary);color:#000;text-decoration:none;border:3px solid #000;font-weight:600;box-shadow:4px 4px #000}@media(max-width:768px){.privacy-content{padding:25px}.privacy-content h1{font-size:1.8rem}.privacy-section h2{font-size:1.2rem}.privacy-section p,.privacy-section ul li{font-size:.95rem}}.search-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:998}.search-overlay{position:fixed;top:calc(80px + .5rem);left:0;right:0;margin:0 auto;width:70%;z-index:999;padding:2rem;max-height:70vh;overflow-y:auto}.search-container{max-width:1200px;margin:0 auto}.search-input{width:100%;padding:1rem;font-size:1.2rem;border:3px solid #000;box-shadow:4px 4px #000;font-family:Inter,sans-serif;font-weight:600}.search-input:focus{outline:none;background-color:#fff}.search-loading{text-align:center;padding:2rem;font-weight:700;font-size:1.2rem}.search-results{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.results-section{display:flex;flex-direction:column}.results-section h3{font-size:1.5rem;font-weight:700;text-transform:uppercase;align-self:center;margin-bottom:1rem;padding:.5rem 1rem;background-color:var(--secondary);border:3px solid #000;box-shadow:4px 4px #000;width:fit-content}.results-list{display:flex;flex-direction:column;gap:.75rem}.result-item{display:flex;flex-direction:row;align-items:center;background-color:#fff;border:3px solid #000;box-shadow:4px 4px #000;text-decoration:none;color:inherit;transition:transform .2s;overflow:hidden;padding:.75rem;gap:1rem}.result-item:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.result-item img{width:60px;height:60px;object-fit:cover;border:2px solid #000;flex-shrink:0}.no-image{width:60px;height:60px;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:600;font-size:.7rem;border:2px solid #000;flex-shrink:0}.result-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.result-title{font-weight:700;font-size:1rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-year{font-size:.9rem;color:#666;margin:0}.no-results{grid-column:1 / -1;text-align:center;padding:3rem;font-weight:700;font-size:1.2rem}.footer{background-color:var(--secondary);border:3px solid #000;box-shadow:4px 4px #000;margin-top:3rem;font-family:Inter,sans-serif}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:2rem;max-width:1200px;margin:0 auto}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section h3{font-size:1.2rem;font-weight:700;text-transform:uppercase;margin:0;padding-bottom:.5rem;border-bottom:3px solid #000}.tmdb-attribution h3{border-bottom:none}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#000;text-decoration:none;font-weight:500;transition:all .2s;width:fit-content}.footer-description{margin:0;line-height:1.6;font-size:.95rem}.tmdb-attribution{background-color:#fff;padding:1.5rem;border:3px solid #000;box-shadow:3px 3px #000}.tmdb-link{text-decoration:none;display:block;width:fit-content}.tmdb-logo{background-color:#fff;color:#01b4e4;font-size:2rem;font-weight:900;padding:.5rem 1.5rem;border:3px solid #000;box-shadow:3px 3px #000;text-align:center;transition:all .2s;cursor:pointer}.tmdb-logo:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.tmdb-text{margin-top:.75rem;font-size:.85rem;line-height:1.4;color:#000}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-btn{background-color:#fff;color:#000;text-decoration:none;font-weight:700;text-transform:uppercase;padding:.75rem 1.5rem;border:3px solid #000;box-shadow:3px 3px #000;text-align:center;transition:all .2s;width:fit-content}.social-btn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.footer-bottom{text-align:center;padding:1rem;font-weight:600}.footer-bottom p{margin:0}@media(max-width:768px){.footer-content{grid-template-columns:1fr;padding:1.5rem}.social-links{flex-direction:row;flex-wrap:wrap}.tmdb-logo{font-size:1.5rem}}
