*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}#app{height:100%}.hidden{display:none!important}.btn{padding:.6rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:all .15s;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;font-family:inherit}.btn-sm{padding:.4rem .8rem;font-size:.78rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.btn-ghost{background:transparent;color:#666;border:1px solid #ddd}.btn-ghost:hover{background:#f5f5f5}.btn-danger{background:transparent;color:#dc2626;border:1px solid #fca5a5}.btn-danger:hover{background:#fef2f2}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:92%;box-shadow:0 16px 48px #0000002e}.modal-content h2{font-size:1.1rem;margin-bottom:1.5rem;color:#111}form label{display:block;font-size:.8rem;font-weight:600;color:#555;margin-bottom:1rem}.label-hint{font-weight:400;color:#aaa}form input[type=text],form input[type=url],form input[type=number],form textarea{display:block;width:100%;margin-top:.3rem;padding:.55rem .8rem;border:1px solid #ddd;border-radius:8px;font-size:.85rem;font-family:inherit;outline:none;transition:border-color .15s}form input:focus,form textarea:focus{border-color:#2563eb}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.channel-theme{background:#000;color:#fff;overflow:hidden}.ch-loading,.ch-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#555}.ch-empty h1{font-size:1.5rem;color:#888;margin-bottom:.5rem}.ch-empty p{color:#555;font-size:.9rem}.ch-splash{height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ch-splash-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(30px) brightness(.3);transform:scale(1.2)}.ch-splash-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.ch-splash-title{font-size:2.4rem;font-weight:700;letter-spacing:-.02em;line-height:1.1}.ch-splash-desc{font-size:.9rem;color:#ffffff8c;max-width:400px;line-height:1.5}.ch-splash-play{display:inline-flex;align-items:center;gap:.7rem;padding:1rem 2.2rem;margin-top:.8rem;background:#fff;color:#000;border:none;border-radius:50px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 24px #0000004d}.ch-splash-play:hover{transform:scale(1.05);box-shadow:0 8px 32px #0006}.ch-splash-play:active{transform:scale(.97)}.ch-splash-play svg{flex-shrink:0}.ch-splash-meta{font-size:.75rem;color:#ffffff59;margin-top:.3rem;display:flex;align-items:center;gap:.5rem}.ch-splash-dot{font-size:.5rem}.ch-layout{height:100%;position:relative}.ch-stage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000;cursor:pointer}.ch-tap-to-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:88px;height:88px;border-radius:50%;border:2px solid rgba(255,255,255,.9);background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:transform .15s,background .15s}.ch-tap-to-play:hover{background:#000000bf;transform:translate(-50%,-50%) scale(1.05)}.ch-tap-to-play.hide{display:none}.ch-stage.buffering:after{content:"";position:absolute;width:48px;height:48px;border:3px solid rgba(255,255,255,.15);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;z-index:10;pointer-events:none}@keyframes spin{to{transform:rotate(360deg)}}.ch-stage video{width:100%;height:100%;object-fit:contain;background:#000}.ch-no-cdn{color:#555;font-size:.9rem;text-align:center;padding:2rem}.ch-title-bar{position:absolute;bottom:1.2rem;left:1.5rem;font-size:.85rem;font-weight:500;color:#ffffffb3;text-shadow:0 1px 6px rgba(0,0,0,.8);z-index:6;pointer-events:none}.ch-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000d9);padding:3rem 3rem 2.5rem;pointer-events:none;opacity:1;transition:opacity .4s;z-index:5}.ch-overlay.hide{opacity:0}.ch-overlay p{font-size:.85rem;color:#ffffffa6;max-width:600px;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.5)}.ch-playlist{position:absolute;top:0;right:0;bottom:0;width:340px;background:#000000e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;flex-shrink:0;z-index:10;transform:translate(0);opacity:1;transition:transform .35s ease,opacity .35s ease}.ch-playlist.hide{transform:translate(100%);opacity:0;pointer-events:none}.ch-playlist-header{padding:1.2rem 1.4rem;border-bottom:1px solid #1a1a1a;display:flex;flex-direction:column;gap:.2rem}.ch-channel-name{font-size:.9rem;font-weight:700;color:#eee}.ch-video-count{font-size:.7rem;color:#555;text-transform:uppercase;letter-spacing:.06em}.ch-playlist-items{flex:1;overflow-y:auto}.ch-pl-item{padding:.9rem 1.4rem;cursor:pointer;border-bottom:1px solid #111;transition:background .15s;display:flex;align-items:center;gap:1rem}.ch-pl-item:hover{background:#151515}.ch-pl-item.active{background:#111827;border-left:3px solid #3b82f6}.ch-pl-thumb{position:relative;width:100px;height:56px;flex-shrink:0;background:#111;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.ch-pl-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ch-pl-dur{position:absolute;bottom:3px;right:3px;background:#000c;color:#fff;font-size:.65rem;padding:1px 4px;border-radius:2px}.ch-pl-num{font-size:.75rem;color:#444;min-width:1.4rem;text-align:center;flex-shrink:0}.ch-pl-item.active .ch-pl-num{color:#3b82f6}.ch-pl-info{flex:1;min-width:0}.ch-pl-info h4{font-size:.83rem;font-weight:500;color:#bbb;margin-bottom:.1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ch-pl-item.active .ch-pl-info h4{color:#fff}.ch-pl-info span{font-size:.7rem;color:#444}.ch-pl-views{display:block;font-size:.68rem;color:#666;margin-top:.15rem}.ch-pl-item.active .ch-pl-views{color:#9ca3af}.ch-section-header{padding:.8rem 1.4rem .4rem;border-top:1px solid #222}.ch-section-header:first-child{border-top:none}.ch-section-name{display:block;font-size:.78rem;font-weight:600;color:#e5e7eb;letter-spacing:.03em;text-transform:uppercase}.ch-section-desc{display:block;font-size:.68rem;color:#555;margin-top:.15rem}.admin-theme{background:#f7f8fa;color:#222;height:100%}.adm-center{height:100%;display:flex;align-items:center;justify-content:center}.adm-card{text-align:center;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 24px #00000012;max-width:400px;width:90%}.adm-card h1,.adm-card h2{font-size:1.3rem;margin-bottom:.3rem}.adm-subtitle{color:#888;font-size:.85rem;margin-bottom:2rem}.adm-card p{color:#888;font-size:.85rem;margin-bottom:1.5rem}.adm-layout{height:100%;display:flex;flex-direction:column}.adm-header{background:#fff;border-bottom:1px solid #e8e8e8;padding:.8rem 2rem;flex-shrink:0}.adm-header-inner{max-width:960px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.adm-header-inner h1{font-size:1.1rem;font-weight:700}.adm-header-right{display:flex;align-items:center;gap:.6rem}.adm-principal{font-size:.65rem;color:#aaa;font-family:SF Mono,Fira Code,monospace}.adm-main{flex:1;overflow-y:auto;max-width:960px;margin:0 auto;width:100%;padding:1.5rem 2rem}.adm-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.adm-drag-handle{cursor:grab;color:#ccc;font-size:1.1rem;padding:0 .3rem;-webkit-user-select:none;user-select:none}.adm-drag-handle:hover{color:#666}.adm-video-item.dragging{opacity:.4}.adm-video-item.drag-over{border-top:3px solid #3b82f6}#video-list.reordering{opacity:.5;pointer-events:none}.adm-section-row{display:flex;align-items:center;gap:.6rem;padding:.7rem 1rem;background:#f0f4ff;border-radius:8px;margin:.3rem 0;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #d4deff}.adm-section-row:hover{background:#e0e8ff}.adm-section-arrow{font-size:.7rem;color:#555;width:1rem;text-align:center}.adm-section-title{font-weight:600;font-size:.85rem;color:#1e3a8a;text-transform:uppercase;letter-spacing:.04em}.adm-section-count{font-size:.75rem;color:#6b7280}.adm-section-spacer{flex:1}.adm-insert-section{height:0;overflow:visible;display:flex;justify-content:center;position:relative}.adm-insert-section button{position:relative;top:-.5rem;opacity:0;transition:opacity .15s;font-size:.7rem;z-index:2}.adm-insert-section:hover button,.adm-insert-section button:focus{opacity:1}.btn-xs{padding:.15rem .5rem;font-size:.7rem}.adm-save-status{text-align:center;font-size:.78rem;padding:.4rem;color:#6b7280;font-style:italic}.adm-section-row.dragging{opacity:.4}.adm-section-row.drag-over{border-top:3px solid #3b82f6}.adm-toolbar-left{display:flex;align-items:center;gap:.6rem}.adm-empty{text-align:center;padding:3rem;color:#aaa;font-size:.9rem}.adm-video-item{background:#fff;border-radius:10px;padding:1rem 1.2rem;display:flex;justify-content:space-between;align-items:center;border:1px solid #eee;margin-bottom:.6rem;transition:box-shadow .15s}.adm-video-item:hover{box-shadow:0 2px 12px #0000000d}.adm-pos-num{font-size:.78rem;font-weight:600;color:#555;font-variant-numeric:tabular-nums;min-width:1.8rem;text-align:center;flex-shrink:0}.adm-video-thumb{width:120px;height:68px;flex-shrink:0;background:#f0f0f0;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.adm-video-thumb img{width:100%;height:100%;object-fit:cover}.adm-thumb-ph{font-size:.7rem;color:#aaa}.adm-video-info{flex:1;min-width:0}.adm-video-info h3{font-size:.9rem;font-weight:600;margin-bottom:.15rem}.adm-video-info p{font-size:.78rem;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adm-meta{font-size:.68rem;color:#bbb;margin-top:.3rem;display:block}.adm-video-actions{display:flex;gap:.4rem;flex-shrink:0;margin-left:1rem}@media(max-width:768px){.ch-playlist{width:280px}.ch-overlay h2{font-size:1.1rem}.ch-overlay{padding:2rem 1.5rem}.adm-header-inner{flex-direction:column;gap:.5rem}.adm-header-right{flex-wrap:wrap;justify-content:center}.adm-main{padding:1rem}}
