.home{max-width:900px;margin:0 auto}.monitoring-block{margin-bottom:1.5rem;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.monitoring-title{font-size:1rem;font-weight:600;margin:0 0 .75rem;color:var(--text-muted)}.monitoring-loading,.monitoring-empty{margin:0;font-size:.9rem;color:var(--text-muted)}.monitoring-grid{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.monitoring-item{display:flex;flex-direction:column;gap:.2rem}.monitoring-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.monitoring-value{font-size:.95rem;font-variant-numeric:tabular-nums;color:var(--text)}.monitoring-status{font-size:.9rem;font-weight:600}.monitoring-status--ok{color:#22c55e}.monitoring-status--error{color:#f87171}.monitoring-status--no-key,.monitoring-status--checking{color:var(--text-muted)}.home-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.home-tab{padding:.75rem 1.25rem;font-size:1rem;font-weight:600;background:transparent;border:none;border-bottom:3px solid transparent;color:var(--text-muted);margin-bottom:-1px;transition:color .2s,border-color .2s}.home-tab:hover{color:var(--text)}.home-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.cinema-section{margin-bottom:1.5rem}.cinema-title{font-size:1.25rem;font-weight:700;margin:0 0 .35rem}.cinema-subtitle{color:var(--text-muted);font-size:.85rem;margin:0 0 1rem}.cinema-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.btn-cinema{padding:.85rem 1.5rem;font-size:1rem}.btn-create{background:var(--accent);color:#fff}.btn-create:hover:not(:disabled){background:var(--accent-hover)}.btn-enter{background:var(--bg-card);color:var(--text);border:1px solid var(--border)}.btn-enter:hover{background:var(--bg-hover)}.enter-room-form{display:flex;gap:.5rem;align-items:center;margin-top:.75rem;flex-wrap:wrap}.enter-room-form .input{min-width:200px}.enter-room-block{margin-top:.75rem}.enter-room-or{margin:1rem 0 .5rem;font-size:.9rem;color:var(--text-muted)}.enter-room-loading,.enter-room-empty{font-size:.9rem;color:var(--text-muted);margin:.5rem 0}.enter-room-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.35rem}.enter-room-item{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;padding:.6rem .85rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.9rem;text-align:left;transition:background .2s,border-color .2s}.enter-room-item:hover{background:var(--bg-hover);border-color:var(--accent)}.enter-room-id{font-family:var(--font-mono);font-weight:600;color:var(--text)}.enter-room-meta{font-size:.8rem;color:var(--text-muted)}.home-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.03em}.home-subtitle{color:var(--text-muted);font-size:.95rem;margin:0 0 1.5rem}.id-form,.search-form{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.input{flex:1;min-width:200px;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.95rem}.input:focus{outline:none;border-color:var(--accent)}.input-search{max-width:320px}.btn{padding:.75rem 1.25rem;border-radius:var(--radius);border:none;font-weight:600;font-size:.9rem}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.home-hint{color:var(--text-muted);font-size:.85rem;margin:0 0 1rem;line-height:1.5}.home-hint code{font-family:var(--font-mono);background:var(--bg-card);padding:.15em .4em;border-radius:6px;font-size:.85em}.error-msg{color:#f87171;margin:0 0 1rem;font-size:.9rem}.results h2{font-size:1.1rem;margin:1.5rem 0 .75rem;color:var(--text-muted)}.movie-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.movie-card{display:flex;flex-direction:column;align-items:stretch;text-align:left;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:0;overflow:hidden;transition:background .2s,border-color .2s;color:var(--text)}.movie-card:hover{background:var(--bg-hover);border-color:var(--accent)}.movie-poster{width:100%;aspect-ratio:2/3;object-fit:cover;display:block}.movie-poster-placeholder{width:100%;aspect-ratio:2/3;background:var(--bg-hover);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--text-muted)}.movie-info{padding:.6rem .75rem}.movie-title{font-size:.85rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text)}.movie-year{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.2rem}.breadcrumbs{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.breadcrumbs-part{display:inline}.breadcrumbs-sep{margin:0 .4rem;-webkit-user-select:none;user-select:none}.breadcrumbs-link{color:var(--text-muted);text-decoration:none}.breadcrumbs-link:hover{color:var(--accent)}.breadcrumbs-current{color:var(--text)}.uploaded-videos-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.uploaded-videos-title{font-size:1.15rem;margin:0 0 .35rem}.uploaded-videos-desc{color:var(--text-muted);font-size:.9rem;margin:0 0 .5rem}.uploaded-videos-local-hint{color:var(--text-muted);font-size:.85rem;margin:0 0 .5rem}.uploaded-videos-local-hint code{font-family:var(--font-mono);background:var(--bg-card);padding:.1em .35em;border-radius:4px;font-size:.9em}.uploaded-videos-refresh{margin-bottom:1rem}.uploaded-videos-drop{border:2px dashed var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;margin-bottom:1rem;position:relative;transition:border-color .2s,background .2s}.uploaded-videos-drop.drag-over{border-color:var(--accent);background:#e6454514}.uploaded-videos-input{position:absolute;width:0;height:0;opacity:0}.uploaded-videos-drop-label{cursor:pointer;color:var(--text-muted);font-size:.95rem}.uploaded-videos-drop-label:hover{color:var(--accent)}.uploaded-videos-error,.uploaded-videos-loading{font-size:.9rem;margin:0 0 1rem}.uploaded-videos-error{color:#f87171}.uploaded-videos-loading{color:var(--text-muted)}.uploaded-videos-table-wrap{overflow-x:auto;min-width:0}.uploaded-videos-table{width:100%;min-width:580px;border-collapse:collapse;font-size:.9rem}.uploaded-videos-table th,.uploaded-videos-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;white-space:nowrap}.uploaded-videos-table td.uploaded-videos-name{white-space:normal;width:100%}.uploaded-videos-table th{color:var(--text-muted);font-weight:600}.uploaded-videos-table .uploaded-videos-name{display:flex;align-items:center;gap:.75rem;min-width:120px;max-width:280px}.uploaded-videos-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.uploaded-videos-preview-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.25rem;background:none;border:none;color:var(--text-muted);cursor:pointer;border-radius:4px;transition:color .2s,background .2s}.uploaded-videos-preview-icon:hover{color:var(--accent);background:#e645451a}.uploaded-videos-status-badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.8rem;font-weight:600}.uploaded-videos-status-badge.uploaded{background:#22c55e33;color:#22c55e}.uploaded-videos-progress-wrap{position:relative;min-width:120px;height:22px;background:var(--bg-card);border-radius:6px;overflow:hidden}.uploaded-videos-progress-bar{position:absolute;left:0;top:0;bottom:0;background:var(--accent);opacity:.4;transition:width .2s}.uploaded-videos-progress-text{position:relative;z-index:1;font-size:.8rem;color:var(--text)}.uploaded-videos-row-uploading .uploaded-videos-progress-text{color:var(--text-muted)}.btn-small{padding:.4rem .7rem;font-size:.85rem}.btn-danger{color:#f87171}.btn-danger:hover{color:#ef4444;background:#f871711a}.uploaded-videos-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000bf;display:flex;align-items:center;justify-content:center;padding:1rem}.uploaded-videos-preview-modal{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);max-width:90vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #0006}.uploaded-videos-preview-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.uploaded-videos-preview-title{font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uploaded-videos-preview-close{flex-shrink:0;font-size:1.5rem;line-height:1;padding:.25rem .5rem}.uploaded-videos-preview-video-wrap{padding:1rem;min-width:0}.uploaded-videos-preview-video{width:100%;max-height:70vh;display:block;background:#000;border-radius:4px}.player-page{height:calc(100vh - 60px);display:flex;flex-direction:column}.loading-msg,.error-msg{margin:auto;color:var(--text-muted)}.player-page .error-msg{color:#f87171}.player-layout{display:grid;grid-template-columns:1fr 280px;gap:1rem;height:100%;min-height:0}@media (max-width: 900px){.player-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr}}.player-main{min-height:0;display:flex;flex-direction:column}.iframe-wrap{flex:1;min-height:0;background:#000;border-radius:var(--radius);overflow:hidden}.player-iframe{width:100%;height:100%;min-height:400px;border:none;display:block}.player-sidebar{display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.sidebar-section h3{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .5rem}.source-list,.translation-list{display:flex;flex-direction:column;gap:.35rem}.source-btn,.translation-btn{padding:.5rem .75rem;text-align:left;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.9rem;transition:background .2s,border-color .2s}.source-btn:hover,.translation-btn:hover{background:var(--bg-hover)}.source-btn.active,.translation-btn.active{border-color:var(--accent);background:#e645451f}.translation-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.tr-name{font-weight:500}.tr-quality{font-size:.75rem;color:var(--text-muted)}.room-page{max-width:900px;margin:0 auto;padding-bottom:2rem}.room-page--watch{max-width:none;margin:0;padding:0 0 .5rem;display:flex;flex-direction:column;height:calc(100vh - 4rem);box-sizing:border-box;overflow:hidden}.room-page--watch .room-header,.room-page--watch .error-msg{flex-shrink:0}.room-watch-layout{flex:1;min-height:0;display:flex;gap:1rem;align-items:stretch}.room-watch-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.room-watch-sidebar{flex:0 1 25%;max-width:25vw;min-width:280px;min-height:0;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);padding:1rem;display:flex;flex-direction:column;overflow:hidden}.room-watch-sidebar .room-users-title{flex-shrink:0;margin-bottom:.75rem}.room-watch-sidebar .room-users-empty{flex:1;display:flex;align-items:center;justify-content:center}.room-users-table-wrap--sidebar{flex:1;min-height:0;overflow:auto;border:1px solid var(--border);border-radius:8px}.room-users-table-wrap--sidebar .room-users-table{font-size:clamp(.75rem,1.2vw,.9rem)}.room-users-table-wrap--sidebar .room-users-table th,.room-users-table-wrap--sidebar .room-users-table td{padding:.5rem .75rem}.room-sync-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.75rem;padding:0 .25rem}.room-volume-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-muted)}.room-volume-label span{min-width:4.5rem}.room-volume-slider{width:100px;height:6px;accent-color:var(--accent)}.room-users-empty{font-size:.9rem;color:var(--text-muted);margin:0}.room-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.room-id{font-family:var(--font-mono);font-size:.95rem;color:var(--text-muted)}.room-badge{padding:.25rem .6rem;border-radius:6px;font-size:.8rem;font-weight:600;background:var(--accent);color:#fff}.room-badge.viewer{background:var(--border);color:var(--text-muted)}.room-status{font-size:.85rem;color:var(--text-muted)}.room-movie-title{font-size:.9rem;color:var(--text-muted);margin-left:auto}.btn-invite{padding:.35rem .75rem;font-size:.85rem;background:var(--bg-hover);color:var(--text);border:1px solid var(--border);border-radius:8px}.btn-invite:hover{background:var(--border);border-color:var(--accent)}.room-choose-mode{margin-bottom:1.5rem}.room-mode-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.room-mode-buttons .btn{padding:.85rem 1.5rem;font-size:1rem}.room-mode-buttons .btn-create{background:var(--accent);color:#fff}.room-mode-buttons .btn-create:hover{background:var(--accent-hover)}.room-mode-buttons .btn-enter{background:var(--bg-card);color:var(--text);border:1px solid var(--border)}.room-mode-buttons .btn-enter:hover{background:var(--bg-hover)}.room-back-choice{margin-bottom:1rem}.room-choose-film{margin-bottom:1.5rem}.room-choose-title{font-size:1.1rem;margin:0 0 1rem}.room-wait,.room-loading{color:var(--text-muted);font-size:.95rem;margin:0 0 1rem}.room-search{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.room-search-by-id,.room-search-by-name{display:flex;gap:.5rem;flex-wrap:wrap}.room-search .input{min-width:200px;flex:1}.room-search-hint{font-size:.85rem;color:var(--text-muted);margin:0}.room-results{margin-bottom:1rem}.room-results-heading{font-size:.95rem;color:var(--text-muted);margin:0 0 .75rem}.room-no-players{font-size:.9rem;color:var(--text-muted);margin:0 0 .5rem}.room-results .movie-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-top:.75rem}.room-results .movie-card{display:flex;flex-direction:column;text-align:left;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:0;overflow:hidden;transition:background .2s,border-color .2s;color:var(--text)}.room-results .movie-card:hover{background:var(--bg-hover);border-color:var(--accent)}.room-results .movie-poster{width:100%;aspect-ratio:2/3;object-fit:cover;display:block}.room-results .movie-poster-placeholder{width:100%;aspect-ratio:2/3;background:var(--bg-hover);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--text-muted)}.room-results .movie-info{padding:.6rem .75rem}.room-results .movie-title{font-size:.85rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text)}.room-results .movie-year{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.2rem}.room-one-movie{padding:1rem;background:var(--bg-card);border-radius:var(--radius)}.room-one-movie .movie-title{font-size:1rem;margin:0 0 .5rem;color:var(--text)}.room-player-pick{margin-top:1rem;padding:1.25rem;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);max-width:100%}.room-pick-title{font-size:1rem;margin:0 0 1rem;font-weight:600;color:var(--text)}.room-pick-layout{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:start}@media (max-width: 640px){.room-pick-layout{grid-template-columns:1fr}}.room-pick-sources h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .5rem}.room-pick-sources .source-list,.room-pick-sources .translation-list{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.room-pick-sources .source-btn,.room-pick-sources .translation-btn{padding:.5rem .75rem;text-align:left;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.9rem;transition:background .2s,border-color .2s}.room-pick-sources .source-btn:hover,.room-pick-sources .translation-btn:hover{background:var(--bg-hover)}.room-pick-sources .source-btn.active,.room-pick-sources .translation-btn.active{border-color:var(--accent);background:#e645451f}.room-pick-sources .translation-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.room-pick-sources .tr-quality{font-size:.75rem;color:var(--text-muted)}.room-pick-confirm{display:flex;flex-direction:column;gap:.5rem;min-width:180px}.btn-large{padding:.75rem 1.5rem;font-size:1rem}.btn-change-movie{margin-bottom:1rem}.room-player-wrap{position:relative;background:#000;border-radius:var(--radius);overflow:hidden;margin-bottom:.5rem;flex:1;min-height:0}.room-player-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:auto;display:flex;align-items:flex-end;justify-content:center;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 40%)}.room-player-overlay-text{font-size:.8rem;color:var(--text-muted)}.room-iframe{width:100%;height:100%;border:none;display:block}.room-sync-player{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.room-sync-video{width:100%;height:100%;display:block;background:#000}.room-sync-form{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.room-sync-input{flex:1;min-width:200px}.room-page .back-link{display:inline-block;margin-top:.5rem}.room-name-step{max-width:400px;margin:0 auto;padding-top:2rem}.room-name-card{padding:1.5rem;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:1rem}.room-name-form{display:flex;flex-direction:column;gap:.75rem}.room-name-input{width:100%}.room-users-section{margin-bottom:1.5rem}.room-users-title{font-size:.95rem;margin:0 0 .5rem;color:var(--text-muted)}.room-users-table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}.room-users-table{width:100%;border-collapse:collapse;font-size:.85rem}.room-users-table th,.room-users-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.room-users-table th{background:var(--bg-card);color:var(--text-muted);font-weight:600}.room-users-table tbody tr:last-child td{border-bottom:none}.room-users-table tbody tr:hover{background:var(--bg-hover)}.room-users-time{font-family:var(--font-mono)}.room-sidebar-tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:.75rem;flex-shrink:0}.room-sidebar-tab{flex:1;padding:.5rem;font-size:.85rem;font-weight:600;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);cursor:pointer;transition:color .2s,border-color .2s;margin-bottom:-1px}.room-sidebar-tab:hover{color:var(--text)}.room-sidebar-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.room-yt-queue{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.room-yt-queue-list{list-style:none;margin:0;padding:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.room-yt-queue-item{display:flex;align-items:center;gap:.5rem;padding:.4rem;border-radius:6px;background:var(--bg);border:1px solid var(--border);position:relative}.room-yt-queue-item--current{border-color:var(--accent);background:#e6454512}.room-yt-queue-thumb{width:60px;height:34px;object-fit:cover;border-radius:4px;flex-shrink:0;background:#000}.room-yt-queue-title{font-size:.8rem;color:var(--text);flex:1;min-width:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.room-yt-now{font-size:.7rem;color:var(--accent);font-weight:700;flex-shrink:0}.room-yt-queue-remove{flex-shrink:0;padding:.1rem .35rem;font-size:1rem;line-height:1}.room-yt-add-form{display:flex;flex-direction:column;gap:.4rem;margin-top:.75rem;flex-shrink:0}.room-yt-add-input{font-size:.82rem;padding:.4rem .6rem}.room-yt-form{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.room-yt-form .input{flex:1;min-width:200px}.room-yt-hint{font-size:.85rem;color:var(--text-muted);margin:0 0 1rem}.room-yt-link{color:var(--accent);text-decoration:none}.room-yt-link:hover{text-decoration:underline}.room-yt-controls{display:flex;align-items:center;gap:.75rem;padding:.4rem 0;flex-shrink:0}.room-yt-controls-hint{font-size:.82rem;color:var(--text-muted)}.room-yt-tab-bar{display:flex;gap:0;border:1px solid var(--border);border-radius:6px;overflow:hidden;margin-bottom:.75rem;width:fit-content}.room-yt-tab-btn{padding:.35rem .9rem;font-size:.85rem;font-weight:500;background:none;border:none;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}.room-yt-tab-btn:not(:last-child){border-right:1px solid var(--border)}.room-yt-tab-btn.active{background:var(--accent);color:#fff}.room-yt-tab-btn:not(.active):hover{background:var(--bg-alt);color:var(--text)}.room-rt-search{display:flex;flex-direction:column;gap:.5rem}.room-rt-results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto}.room-rt-result{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:6px;background:var(--bg-alt);border:1px solid var(--border)}.room-rt-thumb{width:80px;height:45px;object-fit:cover;border-radius:4px;flex-shrink:0;background:#000}.room-rt-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.room-rt-title{font-size:.85rem;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.room-rt-author{font-size:.75rem;color:var(--text-muted)}.room-yt-player-wrap{display:block;width:100%;height:100%;min-height:0}.room-yt-player-wrap iframe{width:100%!important;height:100%!important;border:none;display:block}.btn-ghost{background:transparent;color:var(--text-muted);border:none}.btn-ghost:hover{color:var(--text)}@media (max-width: 900px){.room-page--watch{height:auto;overflow:visible}.room-watch-layout{flex-direction:column}.room-watch-main{flex:0 0 auto;overflow:visible}.room-player-wrap{flex:none;aspect-ratio:16 / 9}.room-iframe,.room-sync-video{height:auto;aspect-ratio:16 / 9}.room-watch-sidebar{flex:1;max-width:none;min-width:0;min-height:200px}}:root{--bg: #0d0d0f;--bg-card: #16161a;--bg-hover: #1e1e24;--border: #2a2a32;--text: #e8e6e3;--text-muted: #8b8885;--accent: #e64545;--accent-hover: #ff5555;--radius: 12px;--font-sans: "Unbounded", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{font-family:inherit;cursor:pointer}input{font-family:inherit}.layout{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--bg-card);border-bottom:1px solid var(--border);gap:1rem}.header-left{display:flex;align-items:center;gap:1rem}.header-right{display:flex;align-items:center}.header-profile{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.header-profile-label{color:var(--text-muted)}.header-profile-name{color:var(--text)}.header-profile-change{background:none;border:none;color:var(--text-muted);font-size:.85rem;text-decoration:underline;padding:0 .25rem}.header-profile-change:hover{color:var(--accent)}.header-profile-edit{display:flex;align-items:center;gap:.5rem}.header-profile-input{width:140px;padding:.35rem .5rem;font-size:.9rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text)}.header-profile-input:focus{outline:none;border-color:var(--accent)}.btn-profile{padding:.35rem .6rem;font-size:.85rem}.header .btn-ghost{background:transparent;border:none;color:var(--text-muted)}.header .btn-ghost:hover{color:var(--text)}.logo{font-weight:700;font-size:1.25rem;letter-spacing:-.02em}.back-link{font-size:.9rem;color:var(--text-muted)}.back-link:hover{color:var(--accent)}.main{flex:1;padding:1.5rem}
