*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background:#0b0b0d;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}.app{min-height:100vh}.topbar{z-index:100;background:linear-gradient(#0b0b0df2 0%,#0b0b0d00 100%);justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:fixed;top:0;left:0;right:0}.brand{color:#cc7b19;letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.topbar-actions{gap:12px;display:flex}.btn-outline{color:#ccc;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:6px;padding:8px 18px;font-size:.85rem;font-weight:500;transition:all .2s}.btn-outline:hover{color:#fff;background:#ffffff0d;border-color:#ffffff4d}.btn-primary{color:#fff;cursor:pointer;background:#cc7b19;border:none;border-radius:6px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:background .2s}.btn-primary:hover{background:#e0891e}.lobby{max-width:1400px;margin:0 auto;padding:80px 40px 60px}.tabs{border-bottom:1px solid #ffffff14;gap:4px;margin-bottom:32px;padding-bottom:0;display:flex}.tab{color:#fff6;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:12px 20px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.tab:hover{color:#ffffffb3}.tab.active{color:#fff;border-bottom-color:#cc7b19}.tab-count{background:#ffffff14;border-radius:10px;padding:2px 7px;font-size:.7rem;font-weight:500}.tab.active .tab-count{color:#cc7b19;background:#cc7b1933}.episode-view{animation:.2s fadeIn}.episode-header{align-items:center;gap:20px;margin-bottom:24px;display:flex}.episode-show-title{align-items:baseline;gap:12px;display:flex}.episode-show-title h2{color:#fff;font-size:1.5rem;font-weight:600}.episode-show-title .count{color:#ffffff59;font-size:.85rem}.btn-back{color:#ccc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .2s}.btn-back:hover{color:#fff;background:#ffffff1a}.episode-badge{z-index:2;color:#ffffffb3;letter-spacing:.3px;background:#000000b3;border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:600;position:absolute;top:10px;right:10px}.section-header{align-items:baseline;gap:12px;margin-bottom:24px;padding-top:20px;display:flex}.section-header h2{color:#fff;font-size:1.5rem;font-weight:600}.section-header .count{color:#ffffff59;font-size:.85rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.movie-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;margin-bottom:40px;display:grid}.movie-card{cursor:pointer;aspect-ratio:2/3;background:#1c1c1e;border:2px solid #0000;border-radius:8px;transition:all .25s;position:relative;overflow:hidden}.movie-card:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 8px 30px #00000080}.movie-card.selected{border-color:#cc7b19}.movie-poster{flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:16px;display:flex;position:relative;overflow:hidden}.poster-img{object-fit:cover;border-radius:6px;width:100%;height:100%;transition:transform .3s;position:absolute;inset:0}.movie-card:hover .poster-img{transform:scale(1.05)}.poster-gradient{border-radius:6px;position:absolute;inset:0}.movie-title-area{z-index:1;position:relative}.movie-title{z-index:1;color:#fff;text-shadow:0 1px 4px #000c;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;font-weight:600;line-height:1.3;display:-webkit-box;position:relative;overflow:hidden}.movie-year{z-index:1;color:#ffffff80;margin-top:4px;font-size:.7rem;position:relative}.card-badges{z-index:2;flex-wrap:wrap;gap:6px;display:flex;position:absolute;top:10px;left:10px;right:10px}.year-badge{color:#fff;background:#cc7b19d9;border-radius:3px;padding:2px 7px;font-size:.65rem;font-weight:600}.rating-badge{color:#f5c518;background:#000000bf;border-radius:3px;padding:2px 7px;font-size:.65rem;font-weight:600}.quality-tag{z-index:1;color:#fff6;text-shadow:0 1px 3px #000c;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.6rem;position:relative;overflow:hidden}.play-overlay{opacity:0;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.movie-card:hover .play-overlay,.movie-card.selected .play-overlay{opacity:1}.play-icon{color:#fff;cursor:pointer;background:#cc7b19e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.3rem;transition:transform .2s;display:flex}.play-icon:hover{transform:scale(1.1)}.empty-state{text-align:center;color:#ffffff4d;grid-column:1/-1;padding:80px 20px}.empty-state p{font-size:1rem}.start-bar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:50;background:#161618f7;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:24px;padding:20px 40px;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.start-bar.visible{transform:translateY(0)}.start-bar-content{flex:1;align-items:center;gap:20px;min-width:0;display:flex}.start-bar-poster{object-fit:cover;border-radius:6px;flex-shrink:0;width:56px;height:84px}.start-bar-info{flex-direction:column;gap:4px;min-width:0;display:flex}.start-bar-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.start-bar-title{color:#fff;font-size:1rem;font-weight:600}.start-bar-meta-row{color:#ffffff80;flex-wrap:wrap;align-items:center;gap:12px;font-size:.75rem;display:flex}.start-bar-rating{color:#f5c518;font-weight:600}.start-bar-plot{color:#ffffff73;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.start-bar-actors{color:#ffffff4d;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.rated-badge{color:#ffffff80;background:#ffffff14;border-radius:3px;padding:2px 7px;font-size:.65rem;font-weight:500}.start-bar-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.btn-fix-match{color:#ffffff80;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:8px 16px;font-size:.8rem;font-weight:500;transition:all .2s}.btn-fix-match:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.btn-start{color:#fff;cursor:pointer;white-space:nowrap;background:#cc7b19;border:none;border-radius:6px;padding:10px 28px;font-size:.9rem;font-weight:600;transition:background .2s}.btn-start:hover{background:#e0891e}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#1c1c1e;border-radius:12px;width:380px;max-width:90vw;padding:32px;box-shadow:0 20px 60px #00000080}.modal h3{color:#fff;margin-bottom:8px;font-size:1.1rem;font-weight:600}.modal p{color:#fff6;margin-bottom:20px;font-size:.85rem}.modal-input{color:#fff;text-align:center;letter-spacing:6px;font-variant-numeric:tabular-nums;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:14px 16px;font-size:1.6rem;transition:border-color .2s}.modal-input:focus{border-color:#cc7b19}.modal-input::placeholder{letter-spacing:1px;color:#fff3;font-size:.9rem}.modal-actions{gap:10px;margin-top:20px;display:flex}.modal-actions .btn-outline,.modal-actions .btn-primary{text-align:center;flex:1}.player{z-index:10;background:#000;position:fixed;inset:0}.video-wrapper{width:100%;height:100%;position:relative}.video-element{object-fit:contain;width:100%;height:100%;display:block}.player-overlay{opacity:0;pointer-events:none;flex-direction:column;justify-content:space-between;transition:opacity .3s;display:flex;position:absolute;inset:0}.player-overlay.visible{opacity:1;pointer-events:auto}.player-top{background:linear-gradient(#000000b3 0%,#0000 100%);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.player-top-left{align-items:center;gap:14px;display:flex}.btn-back{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:4px;font-size:1.1rem;transition:opacity .2s}.btn-back:hover{opacity:1}.player-title{color:#fff;font-size:.95rem;font-weight:500}.player-top-right{align-items:center;gap:14px;display:flex}.room-badge{color:#fff9;letter-spacing:1px;background:#ffffff1a;border-radius:4px;padding:4px 10px;font-size:.75rem}.sync-badge{color:#ffffff80;border-radius:4px;align-items:center;gap:5px;padding:3px 8px;font-size:.7rem;display:flex}.sync-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.sync-dot.synced{background:#4caf50}.sync-dot.connecting{background:#ff9800;animation:1s infinite pulse}.sync-dot.catching-up,.sync-dot.slowing-down{background:#ff9800}.sync-dot.error{background:#f44336}.btn-leave{color:#f44;cursor:pointer;background:#f4433633;border:1px solid #f443364d;border-radius:4px;padding:5px 14px;font-size:.75rem;font-weight:500;transition:all .2s}.btn-leave:hover{background:#f443364d}.player-center{justify-content:center;align-items:center;gap:24px;display:flex}.btn-center-control{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.3rem;transition:all .2s;display:flex}.btn-center-control:hover{background:#ffffff26;transform:scale(1.1)}.btn-center-control.big{width:72px;height:72px;font-size:1.5rem}.btn-center-skip{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;width:44px;height:44px;font-size:.85rem;transition:all .2s}.btn-center-skip:hover{color:#fff;background:#ffffff1f}.player-bottom{background:linear-gradient(#0000 0%,#000000b3 100%);padding:0 24px 20px}.seek-container{padding:0 0 12px}.seek-bar{appearance:none;cursor:pointer;background:#ffffff26;border-radius:2px;outline:none;width:100%;height:4px;transition:height .15s}.seek-bar:hover{height:6px}.seek-bar::-webkit-slider-thumb{appearance:none;cursor:pointer;opacity:0;background:#cc7b19;border-radius:50%;width:14px;height:14px;transition:opacity .15s}.seek-bar:hover::-webkit-slider-thumb{opacity:1}.player-bottom-controls{align-items:center;gap:14px;display:flex}.btn-control{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:1rem;transition:all .2s;display:flex}.btn-control:hover{opacity:1}.btn-control.play-pause{opacity:.9;font-size:1.4rem}.btn-control.play-pause:hover{opacity:1;transform:scale(1.1)}.time-display{color:#fff9;font-variant-numeric:tabular-nums;margin-left:4px;font-size:.8rem}.spacer{flex:1}.peer-indicator{color:#fff6;align-items:center;gap:4px;font-size:.7rem;display:flex}.settings-wrapper{position:relative}.settings-menu{z-index:20;background:#1c1c1e;border:1px solid #ffffff14;border-radius:10px;width:220px;padding:12px;position:absolute;bottom:40px;right:0;box-shadow:0 10px 40px #0009}.settings-group{margin-bottom:10px}.settings-group:last-child{margin-bottom:0}.settings-label{color:#ffffff59;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px;padding:0 6px;font-size:.65rem;font-weight:600}.settings-select{color:#ccc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:5px;outline:none;width:100%;padding:6px 8px;font-size:.8rem}.settings-select:focus{border-color:#fff3}.loading-overlay{background:#000;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.spinner{border:3px solid #ffffff14;border-top-color:#cc7b19;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.loading-overlay span{color:#ffffff4d;font-size:.85rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.fix-match-modal{width:520px;max-height:80vh;overflow-y:auto}.fix-match-current{color:#ffffff80;margin-bottom:16px;font-size:.82rem}.fix-match-current strong{color:#fffc}.fix-match-search{gap:8px;margin-bottom:16px;display:flex}.fix-search-input{flex:1;letter-spacing:0!important;padding:10px 14px!important;font-size:.9rem!important}.fix-match-results{flex-direction:column;gap:6px;max-height:350px;margin-bottom:12px;display:flex;overflow-y:auto}.fix-match-result{background:#ffffff08;border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:10px;transition:all .15s;display:flex}.fix-match-result:hover{background:#ffffff0f}.fix-match-result.current{background:#cc7b1914;border-color:#cc7b1966}.fix-match-result-poster{background:#ffffff0d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:54px;display:flex;overflow:hidden}.fix-match-result-poster img{object-fit:cover;width:100%;height:100%}.no-poster{color:#fff3;font-size:.9rem;font-weight:600}.fix-match-result-info{flex:1;min-width:0}.fix-match-result-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.fix-match-result-meta{color:#fff6;margin-top:2px;font-size:.7rem}.fix-match-empty{text-align:center;color:#ffffff4d;padding:24px;font-size:.85rem}.btn-sm{padding:6px 14px!important;font-size:.75rem!important}@media (width<=768px){.topbar{padding:12px 16px}.lobby{padding:70px 16px 60px}.movie-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px}.start-bar{flex-direction:column;gap:12px;padding:14px 16px}.start-bar-content{gap:12px}.start-bar-poster{width:40px;height:60px}.start-bar-actions{justify-content:center;width:100%}.start-bar-plot,.start-bar-actors{display:none}.fix-match-modal{width:95vw}.player-bottom{padding:0 12px 16px}.player-top{padding:14px 16px}.modal{padding:24px}.btn-center-control.big{width:56px;height:56px;font-size:1.2rem}.btn-center-skip{display:none}}
