*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);min-height:100vh;margin:0;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.App{flex-direction:column;min-height:100vh;display:flex}.main-container{flex:1;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex}.sidebar{background:#fff;border-radius:16px;width:240px;height:fit-content;padding:2rem 1rem;transition:box-shadow .2s;position:sticky;top:2rem;box-shadow:0 2px 12px #667eea14}.sidebar-header{border-bottom:2px solid #f0f0f0;margin-bottom:1.5rem;padding-bottom:1rem}.sidebar-header h2{color:#667eea;font-size:1.2rem;font-weight:600}.language-list{flex-direction:column;gap:.75rem;display:flex}.language-button{cursor:pointer;color:#667eea;text-align:left;background:#f8f9ff;border:2px solid #e0e0e0;border-radius:8px;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:all .2s;box-shadow:0 1px 4px #667eea0d}.language-button:hover{color:#764ba2;background:#e9e7fd;border-color:#764ba2}.language-button.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000;box-shadow:0 2px 8px #667eea26}.no-languages{color:#999;text-align:center;padding:2rem 0;font-size:.95rem}.content{background:#fff;border-radius:16px;flex-direction:column;flex:1;min-height:500px;padding:2rem;display:flex;box-shadow:0 2px 12px #667eea14}.content-header{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.content-header h2{color:#764ba2;font-size:1.8rem;font-weight:600}.movie-count{color:#fff;background:#667eea;border-radius:20px;padding:.5rem 1rem;font-size:1rem;font-weight:600}.empty-state{color:#999;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.empty-state h2{color:#764ba2;margin-bottom:.5rem;font-size:1.5rem}.empty-state p{color:#999;font-size:1rem}.loading{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.spinner{border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error{color:#d32f2f;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.error h2{margin-bottom:.5rem;font-size:1.5rem}.table-container{overflow-x:auto}.movies-table{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;font-size:1rem;box-shadow:0 1px 4px #667eea0d}.movies-table tbody tr.verified{background-color:#e3f2fd}.title-cell{color:#333;font-weight:600}.platform-badge{color:#1976d2;background:#e3f2fd;border-radius:4px;padding:.4rem .8rem;font-size:.95rem;font-weight:500;display:inline-block}.type-badge{border-radius:4px;padding:.4rem .8rem;font-size:.95rem;font-weight:500;display:inline-block}.type-badge.movie{color:#f57c00;background:#fff3e0}.type-badge.series{color:#7b1fa2;background:#f3e5f5}.date-cell{color:#666;font-family:Monaco,Courier New,monospace;font-size:.95rem}.verified-cell{text-align:center}.verified-badge{color:#388e3c;background:#e8f5e9;border-radius:4px;padding:.4rem .8rem;font-size:.95rem;font-weight:500;display:inline-block}.unverified-badge{color:#f57c00;background:#fff3e0;border-radius:4px;padding:.4rem .8rem;font-size:.95rem;font-weight:500;display:inline-block}.month-selector{min-width:220px;margin-bottom:16px}.month-selector label{color:#444;font-size:1rem;font-weight:600}.month-selector select{color:#333;background:#f9f9f9;border:1px solid #ccc;border-radius:4px;padding:6px 12px;font-size:1rem;transition:border-color .2s;box-shadow:0 1px 2px #0000000d}.month-selector select:focus{border-color:#0070f3;outline:none}.month-selector option[disabled]{color:#bbb}.month-selector-left{justify-content:flex-start}.month-selector-right{justify-content:flex-end}@media (width<=600px){.month-selector{min-width:140px;font-size:.9rem}}@media (width<=900px){.main-container{flex-direction:column;gap:1rem}.sidebar{width:100%;margin-bottom:1rem;position:static}}@media (width<=600px){.main-container{padding:1rem .5rem}.content{padding:1rem}.movies-table th,.movies-table td{padding:.5rem .25rem}.content-header h2{font-size:1.2rem}}.netflix-bg{background:#141414;flex:1;width:100vw;min-height:100vh}.page-intro{color:#f3f4f6;background:#ffffff0a;border:1px solid #ffffff17;border-radius:14px;max-width:1200px;margin:1.5rem auto 0;padding:1.25rem 1.5rem;position:relative;overflow:hidden}.page-intro:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#667eea0f 0%,#764ba20a 100%);position:absolute;inset:0}.page-intro h2{color:#fff;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:1.3rem;font-weight:700;display:flex}.update-badge{color:#6ee7b7;vertical-align:middle;background:#6ee7b71a;border:1px solid #6ee7b738;border-radius:999px;align-items:center;gap:.3rem;padding:.18rem .65rem;font-size:.72rem;font-weight:500;display:inline-flex}.update-badge:before{content:"●";font-size:.5rem;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.page-intro p{color:#ffffff80;margin-top:.4rem;font-size:.88rem;line-height:1.65}.type-filter-bar{flex-wrap:wrap;gap:.6rem;max-width:1200px;margin:1.5rem auto 0;padding:0 1.25rem;display:flex}.type-filter-btn{color:#ccc;cursor:pointer;white-space:nowrap;background:#ffffff12;border:1px solid #ffffff26;border-radius:999px;flex-shrink:0;align-items:center;gap:.45rem;padding:.55rem 1.1rem;font-size:.9rem;font-weight:500;transition:background .18s,border-color .18s,color .18s,transform .12s;display:flex}.type-filter-btn:hover{color:#fff;background:#ffffff21;border-color:#ffffff4d;transform:translateY(-1px)}.type-filter-btn.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000;box-shadow:0 3px 12px #667eea66}.type-filter-icon{font-size:.95rem;line-height:1}.type-filter-label{font-weight:600}.type-filter-count{color:inherit;text-align:center;background:#ffffff2e;border-radius:999px;min-width:1.5rem;padding:.1rem .45rem;font-size:.72rem;font-weight:700;line-height:1.4}.type-filter-btn.active .type-filter-count{background:#ffffff40}.filter-divider{background:#ffffff1f;flex-shrink:0;align-self:stretch;width:1px;margin:0 .2rem}.new-week-btn.active{color:#fff;background:linear-gradient(135deg,#059669 0%,#10b981 100%);border-color:#0000;box-shadow:0 3px 12px #10b98166}.new-week-btn:hover:not(.active){color:#6ee7b7;background:#10b9811f;border-color:#10b98159}@media (width<=600px){.type-filter-bar{gap:.45rem;margin-top:1rem;padding:0 .75rem}.type-filter-btn{padding:.42rem .8rem;font-size:.8rem}.type-filter-icon{font-size:.82rem}.type-filter-count{padding:.08rem .38rem;font-size:.68rem}.filter-divider{margin:0 .1rem}}.all-rows{flex:1;margin-top:2rem}.loading-content{max-width:1200px;margin:1.5rem auto}.loading-content p{color:#d1d5db;text-align:center}.loading,.error{color:#fff;text-align:center;margin-top:3rem;font-size:1.2rem}.spinner{margin:0 auto 1rem}@media (width<=600px){.all-rows{margin-top:1rem}.page-intro{margin:.85rem .75rem 0;padding:1rem}.page-intro h2{font-size:1.05rem}.page-intro p{font-size:.82rem}}.ad-horizontal{background:0 0;max-width:1200px;margin:2rem auto}.ad-between-sections{background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);border-radius:8px;margin:3rem auto;padding:1rem 0}.adsense-container{transition:opacity .3s}.adsense-container:hover{opacity:.95}.netflix-bg .adsense-container{background:#1414144d;border-radius:8px;padding:1rem}.netflix-bg .adsense-placeholder{background:#ffffff0d;border-color:#fff3}.netflix-bg .ad-label{color:#ffffffb3}@media (width<=768px){.ad-horizontal{margin:1.5rem auto}.ad-between-sections{margin:2rem auto;padding:.5rem 0}}@media (width<=600px){.ad-horizontal{margin:1rem auto}.ad-between-sections{margin:1.5rem auto}.netflix-bg .adsense-container{padding:.5rem}}.adsbygoogle{min-height:90px;display:block!important}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px)saturate(180%);background:#0a0a0ac7;border-bottom:1px solid #ffffff0f;transition:background .35s,box-shadow .35s,border-color .35s;position:sticky;top:0}.site-header.scrolled{background:#080808f7;border-bottom-color:#667eea33;box-shadow:0 4px 28px #000000a6}.header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:.85rem 1.5rem;display:flex}.header-brand{flex-shrink:0;align-items:center;gap:.55rem;text-decoration:none;display:flex}.brand-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:flex;box-shadow:0 2px 10px #667eea73}.brand-text{color:#fff;letter-spacing:-.5px;font-size:1.5rem;font-weight:800;line-height:1}.brand-accent{background:linear-gradient(135deg,#818cf8 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.nav-link{color:#ffffffa6;border-radius:7px;padding:.45rem .8rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .18s,background .18s;position:relative}.nav-link:after{content:"";transform-origin:0;background:linear-gradient(90deg,#667eea,#a78bfa);border-radius:2px;height:2px;transition:transform .22s;position:absolute;bottom:5px;left:.8rem;right:.8rem;transform:scaleX(0)}.nav-link:hover{color:#fff;background:#ffffff0f}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-link.active{color:#fff}.lang-strip-wrapper{background:#00000040;border-top:1px solid #ffffff0d;position:relative}.lang-strip-wrapper:before,.lang-strip-wrapper:after{content:"";z-index:2;pointer-events:none;width:48px;position:absolute;top:0;bottom:0}.lang-strip-wrapper:before{background:linear-gradient(90deg,#080808f2,#0000);left:0}.lang-strip-wrapper:after{background:linear-gradient(270deg,#080808f2,#0000);right:0}.lang-strip{scrollbar-width:none;gap:.4rem;max-width:1200px;margin:0 auto;padding:.55rem 1.5rem;display:flex;overflow-x:auto}.lang-strip::-webkit-scrollbar{display:none}.lang-link{color:#ffffff7a;white-space:nowrap;background:0 0;border:1px solid #ffffff17;border-radius:999px;padding:.28rem .85rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .18s,background .18s,border-color .18s,box-shadow .18s}.lang-link:hover{color:#fff;background:#667eea24;border-color:#667eea61}.lang-link.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000;box-shadow:0 2px 10px #667eea61}@media (width<=600px){.header-inner{padding:.7rem 1rem}.brand-text{font-size:1.25rem}.brand-icon{width:30px;height:30px;font-size:.85rem}.nav-link{padding:.38rem .6rem;font-size:.8rem}.lang-strip{gap:.35rem;padding:.45rem 1rem}.lang-link{padding:.25rem .7rem;font-size:.75rem}}.movie-card{cursor:pointer;background:#181818;border-radius:8px;flex-direction:column;flex-shrink:0;width:180px;min-width:180px;margin-right:14px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0006}.movie-card:hover{z-index:10;position:relative;transform:scale(1.05);box-shadow:0 8px 24px #000000b3}.movie-poster-container{background:#222;width:100%;height:270px;position:relative;overflow:hidden}.movie-poster{object-fit:cover;width:100%;height:270px;display:block}.movie-poster-overlay{background:linear-gradient(#0000 0%,#00000080 40%,#000000eb 100%);flex-direction:column;align-items:flex-start;gap:4px;padding:2rem .7rem .5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.movie-poster-overlay .movie-title-text{color:#fff;text-shadow:1px 1px 3px #000c;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.88rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.movie-title-gradient{color:#fff;text-align:center;background:linear-gradient(135deg,#e50914 0%,#221f1f 100%);flex-direction:column;justify-content:center;align-items:center;gap:10px;height:200px;padding:.5rem .7rem;display:flex}.movie-title-text{width:100%;font-size:1rem;font-weight:700;line-height:1.2;display:block}.movie-type-label{color:#7de178;text-transform:uppercase;letter-spacing:.5px;background:#0009;border:1px solid #ffffff26;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:block}.movie-info{color:#fff;background:#181818;border-bottom-right-radius:8px;border-bottom-left-radius:8px;flex-direction:column;gap:.3rem;padding:.5rem .7rem .7rem;display:flex}.movie-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.2rem;font-size:.8rem;display:flex}.platform-badge{color:#fff;background:#0068ea;border-radius:4px;padding:.1rem .45rem;font-size:.75rem;font-weight:500}.release-date{color:#bbb;font-size:.75rem}.movie-genre{color:#aaa;word-break:break-word;font-size:.75rem;line-height:1.2}.movie-footer{justify-content:space-between;align-items:center;min-height:28px;margin-top:.3rem;display:flex}.tmdb-score{cursor:default;align-items:center;gap:.25rem;display:flex}.tmdb-ring{flex-shrink:0;width:30px;height:30px;transform:rotate(-90deg)}.tmdb-pct{font-size:.75rem;font-weight:700;line-height:1}.tmdb-pct sup{vertical-align:super;font-size:.52rem}.vote-btn{cursor:pointer;color:#aaa;background:0 0;border:none;border-radius:5px;align-items:center;gap:.2rem;margin-left:auto;padding:.2rem .35rem;font-size:.75rem;line-height:1;transition:background .15s,transform .1s;display:flex}.vote-btn:hover{background:#ffffff12}.vote-btn:active{transform:scale(.88)}.vote-heart{font-size:.95rem;line-height:1;transition:transform .15s}.vote-btn--voted .vote-heart{transform:scale(1.15)}.vote-count{color:#e57373;min-width:12px;font-size:.72rem;font-weight:600}@media (width<=600px){.movie-card{width:155px;min-width:155px}.movie-poster-container,.movie-poster{height:233px}.movie-title-gradient{height:175px}}.movie-row{margin-bottom:2.5rem}.row-title{color:#fff;letter-spacing:.3px;align-items:center;gap:.55rem;margin:0 0 .75rem 1.2rem;font-size:1.15rem;font-weight:700;display:flex}.row-title:before{content:"";background:linear-gradient(#667eea,#a78bfa);border-radius:2px;flex-shrink:0;width:3px;height:1.1em;display:inline-block}.row-cards{scrollbar-width:thin;scrollbar-color:#667eea80 transparent;gap:0;padding-bottom:.75rem;padding-left:1.2rem;display:flex;overflow-x:auto}.row-cards::-webkit-scrollbar{background:0 0;height:4px}.row-cards::-webkit-scrollbar-thumb{background:#667eea73;border-radius:4px}.row-cards::-webkit-scrollbar-thumb:hover{background:#a78bfaa6}@media (width<=600px){.row-title{margin-left:.75rem;font-size:1rem}.movie-row{margin-bottom:1.5rem}.row-cards{padding-left:.75rem}}.footer{color:#ffffff59;background:#080808;border-top:1px solid #ffffff12;margin-top:auto;padding:2.5rem 1.5rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-brand{text-align:center;margin-bottom:1.5rem}.footer-brand-name{color:#fff;letter-spacing:-.5px;font-size:1.4rem;font-weight:800}.footer-brand-accent{background:linear-gradient(135deg,#818cf8 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.footer-links{flex-wrap:wrap;justify-content:center;gap:.1rem .5rem;margin-bottom:1.5rem;display:flex}.footer-links a{color:#ffffff61;border-radius:4px;padding:.2rem .4rem;font-size:.8rem;text-decoration:none;transition:color .18s}.footer-links a:hover{color:#fffc}.footer-divider{border:none;border-top:1px solid #ffffff0f;margin:0 0 1.25rem}.footer-tagline{text-align:center;color:#ffffff61;margin:0 0 .6rem;font-size:.83rem}.footer-disclaimer{color:#fff3;text-align:center;max-width:620px;margin:0 auto .85rem;font-size:.73rem;line-height:1.65}.footer-copy{text-align:center;color:#ffffff2e;margin:0;font-size:.75rem}@media (width<=600px){.footer{padding:2rem 1rem 1.5rem}.footer-brand-name{font-size:1.2rem}.footer-links{gap:.1rem .3rem}.footer-links a{font-size:.75rem}}.adsense-container{justify-content:center;align-items:center;max-width:100%;margin:2rem auto;padding:0 1rem;display:flex}.adsense-placeholder{text-align:center;visibility:hidden;background:linear-gradient(135deg,#f5f7fa 0%,#e8eaf6 100%);border:2px dashed #9fa8da;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;max-width:728px;min-height:90px;margin:0 auto;padding:2rem;display:flex}.ad-label{color:#5c6bc0;text-transform:uppercase;letter-spacing:.5px;font-size:1rem;font-weight:600}.adsense-container.ad-horizontal{min-height:90px}.adsense-container.ad-square{min-height:250px}.adsense-container.ad-vertical{min-height:600px}@media (width<=768px){.adsense-container{margin:1.5rem auto;padding:0 .5rem}.adsense-placeholder{min-height:60px;padding:1.5rem}.ad-label{font-size:.9rem}}@media (width<=600px){.adsense-container{margin:1rem auto}.adsense-placeholder{padding:1rem}}.admin-container{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);flex-direction:column;min-height:100vh;display:flex}.admin-login{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.admin-login h1{color:#764ba2;text-align:center;margin-bottom:2rem;font-size:2.8rem}.login-form{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:2rem;box-shadow:0 2px 12px #667eea14}.admin-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom-right-radius:24px;border-bottom-left-radius:24px;padding:2rem 1rem;box-shadow:0 2px 8px #667eea26}.header-top{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.admin-header h1{margin:0;font-size:2rem;font-weight:700}.header-nav{align-items:center;gap:2rem;display:flex}.nav-link{color:#fff;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s}.nav-link:hover{opacity:.8;text-decoration:underline}.admin-main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem 1rem}.admin-content{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #667eea14}.admin-content h2{color:#764ba2;border-bottom:2px solid #f0f0f0;margin-top:2rem;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.8rem}.admin-content h3{color:#667eea;margin-bottom:1.5rem;font-size:1.3rem}.stats-section{margin-bottom:2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.stat-card{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #667eea26}.stat-card h3{color:#fff;margin:0 0 1rem;font-size:1rem}.stat-number{margin:0;font-size:2.5rem;font-weight:700}.actions-section{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.actions-section h2{width:100%;margin-bottom:0}.form-section{background:#f8f9ff;border:2px solid #e0e7ff;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.movie-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#333;margin-bottom:.5rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:8px;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-group select[multiple]{min-height:120px}.form-group.checkbox{flex-direction:row;align-items:center;margin-top:1rem}.form-group.checkbox label{cursor:pointer;align-items:center;gap:.5rem;margin:0;display:flex}.form-group.checkbox input{width:auto;margin:0}.form-actions{justify-content:flex-start;gap:1rem;margin-top:1rem;display:flex}.movies-section{margin-top:2rem}.movies-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:0;display:flex}.movies-section-header h2{margin:0}.search-input{border:1px solid #ddd;border-radius:8px;width:280px;max-width:100%;padding:.65rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.search-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.movies-table-wrapper{border-radius:8px;overflow-x:auto;box-shadow:0 1px 4px #667eea0d}.movies-table{border-collapse:collapse;background:#fff;width:100%}.movies-table thead{background:#f8f9fa;border-bottom:2px solid #e0e0e0}.movies-table th{text-align:left;color:#764ba2;text-transform:uppercase;letter-spacing:.5px;padding:1rem;font-size:.9rem;font-weight:600}.movies-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.movies-table tbody tr:hover{background-color:#f8f9fa}.movies-table td{color:#555;padding:1rem}.title-cell{color:#333;text-overflow:ellipsis;max-width:250px;font-weight:600;overflow:hidden}.actions-cell{gap:.5rem;display:flex}.badge{text-align:center;border-radius:4px;padding:.4rem .8rem;font-size:.9rem;font-weight:500;display:inline-block}.badge-type{color:#f57c00;background:#fff3e0}.badge-verified{color:#388e3c;background:#e8f5e9}.badge-unverified{color:#f57c00;background:#fff3e0}.btn{cursor:pointer;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.btn-primary:hover{box-shadow:0 4px 12px #667eea4d}.btn-secondary{color:#333;background:#e0e0e0}.btn-secondary:hover{background:#d0d0d0}.btn-success{color:#fff;background:#4caf50}.btn-success:hover{background:#45a049;box-shadow:0 4px 12px #4caf504d}.btn-rebuild{color:#fff;background:#1565c0}.btn-rebuild:hover:not(:disabled){background:#0d47a1;box-shadow:0 4px 12px #1565c059}.btn-rebuild:disabled{opacity:.65;cursor:not-allowed}.rebuild-status{border-radius:6px;align-items:center;padding:.4rem .85rem;font-size:.88rem;font-weight:500;display:inline-flex}.rebuild-status--success{color:#2e7d32;background:#4caf501f;border:1px solid #4caf5059}.rebuild-status--error{color:#c62828;background:#d32f2f1a;border:1px solid #d32f2f4d}.btn-delete{color:#fff;background:#d32f2f;padding:.6rem 1rem;font-size:.9rem}.btn-delete:hover{background:#b71c1c;box-shadow:0 2px 8px #d32f2f4d}.btn-edit{color:#fff;background:#1976d2;padding:.6rem 1rem;font-size:.9rem}.btn-edit:hover{background:#1565c0;box-shadow:0 2px 8px #1976d24d}.btn-logout{color:#fff;background:#d32f2f}.btn-logout:hover{background:#b71c1c}.btn-pagination{padding:.6rem 1.2rem;font-size:.95rem}.btn-pagination:disabled{opacity:.5;cursor:not-allowed}.pagination{background:#f8f9ff;border-radius:8px;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem;display:flex}.page-info{color:#555;font-weight:600}.error{color:#d32f2f;background:#ffebee;border-left:4px solid #d32f2f;border-radius:8px;margin:1rem 0;padding:1rem}.success{color:#388e3c;background:#e8f5e9;border-left:4px solid #388e3c;border-radius:8px;margin:1rem 0;padding:1rem}.loading,.empty{text-align:center;color:#999;padding:2rem;font-size:1.1rem}.admin-footer{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);margin-top:auto;padding:2rem 1rem}.admin-footer p{margin:.5rem 0}@media (width<=1024px){.admin-main{padding:1.5rem 1rem}.admin-content{padding:1.5rem}.form-row{grid-template-columns:1fr}.header-top{flex-direction:column;gap:1rem}.header-nav{justify-content:center;gap:1rem;width:100%}.stats-grid{grid-template-columns:1fr}}@media (width<=768px){.admin-header h1{font-size:1.5rem}.admin-content h2{font-size:1.4rem}.movies-table{font-size:.9rem}.movies-table th,.movies-table td{padding:.75rem .5rem}.btn{padding:.6rem 1rem;font-size:.9rem}.actions-section button{width:100%;margin-bottom:.5rem;display:block}.pagination{flex-direction:column;gap:.5rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}@media (width<=600px){.admin-login h1{font-size:1.8rem}.login-form{padding:1.5rem}.admin-header{border-radius:0;padding:1rem}.admin-content{border-radius:12px;padding:1rem}.admin-main,.stat-card{padding:1rem}.stat-number{font-size:2rem}.title-cell{max-width:150px;font-size:.9rem}.actions-cell{flex-direction:column;gap:.25rem}.btn-edit,.btn-delete{width:100%;padding:.5rem}}
