*{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}.header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.2rem 1.5rem;display:flex;box-shadow:0 2px 8px #667eea26}.header-brand{letter-spacing:1px;color:#fff;font-size:1.6rem;font-weight:700;text-decoration:none}.header-nav{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.nav-link{color:#fff;opacity:.9;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .2s}.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){.header{gap:.5rem;padding:1rem}.header-brand{font-size:1.3rem}.header-nav{justify-content:center;gap:1rem;width:100%}.nav-link{font-size:.85rem}.main-container{padding:1rem .5rem}.content{padding:1rem}.movies-table th,.movies-table td{padding:.5rem .25rem}.content-header h2{font-size:1.2rem}}.lang-strip{scrollbar-width:none;background:#1a1a2e;gap:.5rem;padding:.6rem 1.5rem;display:flex;overflow-x:auto}.lang-strip::-webkit-scrollbar{display:none}.lang-link{color:#ccc;white-space:nowrap;border:1px solid #333;border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s}.lang-link:hover,.lang-link.active{color:#fff;background:#667eea;border-color:#667eea}.netflix-bg{background:#141414;flex:1;width:100vw;min-height:100vh}.page-intro{color:#f3f4f6;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;max-width:1200px;margin:1.5rem auto 0;padding:1.25rem}.page-intro h2{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.35rem;display:flex}.update-badge{color:#6ee7b7;vertical-align:middle;background:#6ee7b71a;border:1px solid #6ee7b740;border-radius:20px;padding:.2rem .7rem;font-size:.75rem;font-weight:500;display:inline-block}.page-intro p{color:#d1d5db;margin-top:.5rem;line-height:1.6}.all-rows{flex:1;margin-top:2.5rem}.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:1.2rem}.page-intro{margin:1rem .75rem .25rem;padding:1rem}.page-intro h2{font-size:1.1rem}}.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}.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}.imdb-rating{align-items:center;gap:.25rem;margin-top:.3rem;display:flex}.imdb-star{font-size:.75rem;line-height:1}.imdb-score{color:#f5c518;font-size:.8rem;font-weight:700}.imdb-label{color:#888;letter-spacing:.5px;font-size:.65rem;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:1px;margin:0 0 .7rem 1.2rem;font-size:1.3rem;font-weight:700}.row-cards{scrollbar-width:thin;scrollbar-color:#e50914 #181818;gap:0;padding-bottom:.5rem;padding-left:1.2rem;display:flex;overflow-x:auto}.row-cards::-webkit-scrollbar{background:#181818;height:6px}.row-cards::-webkit-scrollbar-thumb{background:#e50914;border-radius:4px}@media (width<=600px){.row-title{margin-left:.7rem;font-size:1.1rem}.movie-row{margin-bottom:1.2rem}}.footer{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);margin-top:auto;padding:2rem 1rem;box-shadow:0 -2px 8px #667eea26}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1rem;display:flex}.footer-links a{color:#ffffffd9;font-size:.9rem;text-decoration:none;transition:opacity .2s}.footer-links a:hover{opacity:1;text-decoration:underline}.footer p{margin:.4rem 0;font-size:.95rem}.footer p:last-child{opacity:.9;font-size:.85rem}.footer-disclaimer{opacity:.75;max-width:700px;margin:.25rem auto .4rem;line-height:1.5;font-size:.8rem!important}@media (width<=600px){.footer{padding:1.5rem 1rem}.footer-links{gap:1rem}.footer p{font-size:.9rem}.footer p:last-child{font-size:.8rem}}.adsense-container{justify-content:center;align-items:center;max-width:100%;margin:2rem auto;padding:0 1rem;display:flex}.adsense-placeholder{text-align:center;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{margin-bottom:2rem}.actions-section button{margin-bottom:1rem;margin-right:1rem}.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-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}}
