@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito,sans-serif}#root{min-height:100vh}:root{--pink:#ffb6c1;--purple:plum;--mint:#98fb98;--yellow:#fffacd;--blue:#87ceeb;--cream:#fff8f0;--text-dark:#4a4a4a;--text-light:#7a7a7a;--shadow:0 4px 20px #00000014;--shadow-hover:0 8px 30px #0000001f;--radius:16px;--radius-sm:10px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{touch-action:manipulation}body{background:linear-gradient(135deg, var(--cream) 0%, #fff0f5 50%, #f0f8ff 100%);color:var(--text-dark);min-height:100vh;font-family:Nunito,sans-serif;overflow-x:hidden}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);text-align:center;box-shadow:var(--shadow);z-index:100;padding:1rem;position:sticky;top:0}.logo{color:#fff;align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.logo-icon{background:#ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.logo-text{letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.tagline{color:#ffffffe6;margin-top:.25rem;font-size:.85rem;font-weight:600}.main-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:1rem}.video-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.video-card{border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;background:#fff;border:3px solid #0000;transition:all .3s;overflow:hidden}.video-card:hover{box-shadow:var(--shadow-hover);border-color:var(--pink);transform:translateY(-5px)}.thumbnail-container{background:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);padding-top:56.25%;position:relative}.thumbnail{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.play-overlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.video-card:hover .play-overlay{opacity:1}.play-icon{width:60px;height:60px;color:var(--pink);background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;box-shadow:0 4px 20px #0003}.video-info{padding:1rem}.video-title{color:var(--text-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.video-category{background:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.modal-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.modal-content{border-radius:var(--radius);background:#fff;width:100%;max-width:900px;position:relative;overflow:hidden}.modal-close{cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.modal-close:hover{background:var(--pink);color:#fff;transform:scale(1.1)}.video-player{padding-top:56.25%;position:relative}.video-player iframe{width:100%;height:100%;position:absolute;top:0;left:0}.watch-container{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.watch-player{border-radius:var(--radius);background:#000;padding-top:56.25%;position:relative;overflow:hidden}.watch-player iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.watch-info{padding:0}.watch-title{margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.watch-category{background:var(--pink);color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.recommended-section{margin-top:0}@media (width>=900px){.watch-container{flex-direction:row;gap:1.5rem}.watch-main{flex:1;min-width:0}.watch-sidebar{flex-shrink:0;width:350px}.watch-sidebar .video-grid{grid-template-columns:1fr;gap:.75rem}.watch-sidebar .video-card{text-align:left;flex-direction:row}.watch-sidebar .video-thumbnail{flex-shrink:0;width:168px;height:94px}.watch-sidebar .video-card-info{padding:.25rem 0}.watch-sidebar .video-card-info h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.3;display:-webkit-box;overflow:hidden}.watch-sidebar .video-card-info p{font-size:.7rem}}.modal-title{padding:1rem 1.25rem;font-size:1.1rem;font-weight:700}.modal-category{background:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);color:#fff;border-radius:20px;margin:0 1.25rem 1.25rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.loading{text-align:center;padding:3rem 1rem}.spinner{border:4px solid var(--pink);border-top-color:#0000;border-radius:50%;width:50px;height:50px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading p{color:var(--text-light);font-weight:600}.load-more-trigger{justify-content:center;padding:2rem;display:flex}.load-more-trigger .spinner{width:30px;height:30px;margin:0}.empty-state{text-align:center;padding:3rem 1rem}.empty-icon{margin-bottom:1rem;font-size:3.5rem;display:block}.empty-state h2{color:var(--text-dark);margin-bottom:.5rem;font-size:1.4rem}.empty-state p{color:var(--text-light)}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s}.btn-primary{background:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #dda0dd66}.btn-secondary{color:var(--text-dark);background:#fff}.btn-secondary:hover{background:var(--cream)}.btn-danger{color:#fff;background:#ff6b6b}.btn-danger:hover{background:#ff5252}.admin-login{background:linear-gradient(135deg, var(--cream) 0%, #fff0f5 50%, #f0f8ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;background:#fff;width:100%;max-width:400px;padding:2.5rem 2rem}.login-card h1{margin-bottom:.5rem;font-size:1.75rem}.login-card>p{color:var(--text-light);margin-bottom:1.5rem}.login-input{border-radius:var(--radius-sm);border:2px solid #eee;width:100%;margin-bottom:1rem;padding:.875rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.login-input:focus{border-color:var(--pink);outline:none}.login-card .btn,.add-video-section .btn,.video-form .btn,.staging-actions .btn,.btn-add-all{width:100%}.message{border-radius:var(--radius-sm);margin-top:1rem;padding:.75rem;font-size:.9rem;font-weight:600}.message.error{color:#d32f2f;background:#ffe5e5}.message.success{color:#2e7d32;background:#e8f5e9}.back-link{color:var(--text-light);margin-top:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:var(--pink)}.admin-panel{background:var(--cream);min-height:100vh}.admin-header{background:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);box-shadow:var(--shadow);justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.admin-header .logo{color:#fff}.admin-header h1{color:#fff;flex:1;font-size:1.1rem}.admin-header .btn{width:auto;padding:.5rem 1rem;font-size:.85rem}.admin-main{max-width:1000px;margin:0 auto;padding:1rem}.add-video-section{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;margin-bottom:1.5rem;padding:1.5rem}.add-video-section h2{color:var(--text-dark);margin-bottom:1rem}.video-form{flex-direction:column;gap:.75rem;display:flex}.form-input{border-radius:var(--radius-sm);border:2px solid #eee;padding:.875rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:var(--pink);outline:none}.videos-list-section{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:1.5rem}.videos-list-section h2{color:var(--text-dark);margin-bottom:1rem}.no-videos{text-align:center;color:var(--text-light);padding:1.5rem}.videos-list{flex-direction:column;gap:.75rem;display:flex}.video-item{background:var(--cream);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;display:flex}.video-item-info{flex:1;min-width:0}.video-item-info h3{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.95rem;overflow:hidden}.video-url{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.video-cat{background:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);color:#fff;border-radius:12px;margin-top:.25rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.search-container{gap:.75rem;display:flex}.search-container .form-input{flex:1}.form-select{border-radius:var(--radius-sm);cursor:pointer;background:#fff;border:2px solid #eee;padding:.875rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-select:focus{border-color:var(--pink);outline:none}.staging-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.staging-header h2{margin-bottom:0}.btn-small{padding:.5rem 1rem;font-size:.85rem}.staging-actions{gap:1rem;margin-top:1rem;display:flex}.staging-actions .btn-add-all{flex:1}.section-hint{color:var(--text-light);margin-bottom:1rem;font-size:.9rem}.staging-input-container{margin-bottom:1rem}.staging-textarea{border-radius:var(--radius-sm);resize:vertical;border:2px solid #eee;width:100%;min-height:80px;padding:.875rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.staging-textarea:focus{border-color:var(--pink);outline:none}.loading-text{color:var(--text-light);margin-top:.5rem;font-size:.9rem;font-style:italic}.staging-list{margin-top:1.5rem}.staging-list h3{color:var(--text-dark);margin-bottom:1rem;font-size:1rem}.staging-item{background:var(--cream);border-radius:var(--radius-sm);border-left:4px solid var(--mint);align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.75rem;display:flex}.staging-item.error{background:#fff5f5;border-left-color:#ff6b6b}.staging-thumb{object-fit:cover;border-radius:8px;flex-shrink:0;width:120px;height:68px}.staging-info{flex:1;min-width:0}.staging-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.95rem;font-weight:700;overflow:hidden}.staging-item.error .staging-title{color:#d32f2f}.staging-url{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.staging-category-input{border:1px solid #ddd;border-radius:6px;width:200px;margin-top:.5rem;padding:.4rem .75rem;font-family:inherit;font-size:.8rem}.staging-category-input:focus{border-color:var(--pink);outline:none}.btn-remove{color:#d32f2f;cursor:pointer;background:#ffe5e5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;transition:all .2s;display:flex}.btn-remove:hover{color:#fff;background:#ff6b6b}.btn-add-all{width:100%;margin-top:1rem}.nav-tabs{gap:.5rem;display:flex}.nav-tab{color:#fffc;border-radius:20px;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:all .2s}.nav-tab:hover{color:#fff;background:#fff3}.nav-tab.active{color:#fff;background:#ffffff4d}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:1.4rem}.channels-section{margin-bottom:2rem}.channels-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.channel-card{border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);cursor:pointer;background:#fff;border:3px solid #0000;padding:1.25rem;transition:all .3s}.channel-card:hover{box-shadow:var(--shadow-hover);border-color:var(--pink);transform:translateY(-5px)}.channel-avatar{object-fit:cover;border:3px solid var(--pink);border-radius:50%;width:75px;height:75px;margin-bottom:.75rem}.channel-name{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.9rem;font-weight:700;overflow:hidden}.channel-count{color:var(--text-light);font-size:.8rem}.channel-card.loading{border-color:var(--purple);animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{box-shadow:0 0 #dda0dd66}50%{box-shadow:0 0 0 10px #dda0dd00}}.channel-progress{margin-top:.5rem}.progress-bar{background:#eee;border-radius:3px;width:100%;height:6px;margin-bottom:.5rem;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg, var(--pink), var(--purple));border-radius:3px;width:100%;height:100%;animation:1.5s ease-in-out infinite loading}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-text{color:var(--purple);font-size:.7rem;font-weight:600}.channel-header{margin-bottom:1.5rem}.channel-info-large{align-items:center;gap:1.25rem;margin-top:1rem;display:flex}.channel-avatar-large{object-fit:cover;border:4px solid var(--pink);border-radius:50%;width:90px;height:90px}.channel-info-large h1{margin-bottom:.25rem;font-size:1.5rem}.channel-info-large p{color:var(--text-light)}.channel-progress-large{margin-top:.5rem}.channel-progress-large .progress-bar{width:200px;height:8px}.channel-progress-large .progress-text{font-size:.85rem}.admin-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.admin-tab{border-radius:var(--radius-sm);cursor:pointer;text-align:center;background:#fff;border:2px solid #eee;flex:1;min-width:0;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s}.admin-tab:hover{border-color:var(--pink)}.admin-tab.active{background:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);color:#fff;border-color:#0000}.channels-list-admin{margin-top:1.5rem}.channels-list-admin h3{margin-bottom:1rem;font-size:1rem}.channel-item-admin{background:var(--cream);border-radius:var(--radius-sm);align-items:center;gap:1rem;margin-bottom:.75rem;padding:.75rem;display:flex}.channel-thumb-admin{object-fit:cover;border-radius:50%;width:50px;height:50px}.channel-info-admin{flex:1;min-width:0}.channel-info-admin h4{margin-bottom:.15rem;font-size:.95rem}.channel-info-admin p{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.videos-section{margin-top:2rem}.channel-tabs{border-bottom:2px solid #eee;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.tab-btn{color:var(--text-light);cursor:pointer;border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:0 0;border:none;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.tab-btn:hover{color:var(--pink)}.tab-btn.active{color:var(--pink);border-bottom:3px solid var(--pink)}.shorts-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.short-card{border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;background:#fff;border:3px solid #0000;transition:all .3s;overflow:hidden}.short-card:hover{box-shadow:var(--shadow-hover);border-color:var(--pink);transform:translateY(-5px)}.short-thumbnail{background:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);padding-top:177.77%;position:relative}.short-thumbnail img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.short-play-overlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.short-card:hover .short-play-overlay{opacity:1}.short-play-icon{width:50px;height:50px;color:var(--pink);background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex;box-shadow:0 4px 20px #0003}.short-info{padding:.625rem}.short-title{color:var(--text-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.shorts-player-overlay{z-index:2000;background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.shorts-close-btn{color:#fff;cursor:pointer;z-index:2010;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;transition:all .2s;display:flex;position:absolute;top:.5rem;left:.5rem}.short-player-content{width:100%;height:100%;position:relative}.shorts-close-btn:hover{background:var(--pink);color:#fff;transform:scale(1.1)}.shorts-player-container{scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:400px;height:100%;overflow-y:scroll}.shorts-player-container::-webkit-scrollbar{display:none}.short-player-item{scroll-snap-align:start;scroll-snap-stop:always;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.short-player-content{background:#000;width:100%;height:100%;position:relative}.short-player-content iframe{border:none;width:100%;height:100%}.short-player-placeholder{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.short-player-placeholder img{object-fit:cover;width:100%;height:100%}.short-player-info{color:#fff;background:linear-gradient(#0000,#000c);padding:1rem;position:absolute;bottom:0;left:0;right:0}.short-player-info h3{margin-bottom:.25rem;font-size:1rem;font-weight:700}.short-channel-name{opacity:.9;font-size:.85rem}.shorts-navigation{z-index:2010;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.shorts-nav-btn{cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:all .2s;display:flex}.shorts-nav-btn:hover:not(:disabled){background:var(--pink);color:#fff}.shorts-nav-btn:disabled{opacity:.3;cursor:not-allowed}@media (width<=768px){.video-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem}.channels-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.shorts-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.channel-info-large{text-align:center;flex-direction:column}.admin-tabs{justify-content:center}.search-container{flex-direction:column}.form-select{width:100%}.staging-actions{flex-direction:column}.channel-item-admin{text-align:center;flex-direction:column}.video-item{flex-wrap:wrap}.video-item .btn{width:auto;padding:.5rem 1rem;font-size:.85rem}.staging-item{flex-direction:column;align-items:stretch}.staging-thumb{aspect-ratio:16/9;width:100%;height:auto}.staging-category-input{width:100%}.shorts-player-container{max-width:100%}}@media (width>=600px){.header{padding:1.25rem 1.5rem}.logo-icon{width:45px;height:45px;font-size:1.75rem}.logo-text{font-size:1.75rem}.main-content{padding:1.5rem}}@media (width>=900px){.header{padding:1.5rem 2rem}.logo-icon{width:50px;height:50px;font-size:2rem}.logo-text{font-size:2rem}.tagline{margin-top:.5rem;font-size:1rem}.main-content{padding:2rem}.video-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.channels-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.shorts-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.channel-avatar{width:80px;height:80px}.channel-avatar-large{width:100px;height:100px}.channel-info-large h1{font-size:1.75rem}.admin-main,.add-video-section,.videos-list-section{padding:2rem}}
