@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg: #0b1224;--bg-accent: #0f172a;--surface: #111827;--surface-2: #0f172a;--text: #b8c1d1;--muted: #8b95a6;--accent: #0ea5e9;--accent-strong: #38bdf8;--accent-warm: #f97316;--shadow: 0 18px 40px rgba(0, 0, 0, .45);--shadow-soft: 0 6px 18px rgba(0, 0, 0, .35);font-family:Space Grotesk,Segoe UI,sans-serif;color:var(--text);background-color:var(--bg)}:root[data-theme=light]{--bg: #f6f0e8;--bg-accent: #efe6dc;--surface: #ffffff;--surface-2: #f7f2ec;--text: #1f2937;--muted: #6b7280;--accent: #0ea5e9;--accent-strong: #0284c7;--accent-warm: #f97316;--shadow: 0 18px 40px rgba(15, 23, 42, .12);--shadow-soft: 0 6px 20px rgba(15, 23, 42, .08)}*{box-sizing:border-box}body{margin:0;min-height:100vh;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/lexa-D4JJEUtW.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(10px);z-index:-2;transform:scale(1.1)}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(14,165,233,.15),transparent 55%),radial-gradient(circle at 12% 22%,rgba(249,115,22,.1),transparent 50%),linear-gradient(120deg,#0b1224b3,#0f172ab3);z-index:-1}:root[data-theme=light] body:after{background:radial-gradient(circle at top right,rgba(14,165,233,.12),transparent 55%),radial-gradient(circle at 10% 20%,rgba(249,115,22,.14),transparent 50%),linear-gradient(120deg,#f6f0e8bf,#efe6dcbf)}#root{width:100%}.app-layout{min-height:100vh;padding:2.5rem 2.5rem 3.5rem}.room-shell{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.room-shell.theater-mode{max-width:1800px;width:100%}.room-shell.theater-mode .room-grid{grid-template-columns:minmax(0,1fr)}.room-shell.theater-mode .side-panels{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:18px;background:var(--surface);box-shadow:var(--shadow-soft);color:var(--text)}.brand-logo{height:64px;width:auto;min-width:64px;max-width:none;object-fit:contain;image-rendering:pixelated}.brand-title{font-size:1.1rem;font-weight:700}.brand-subtitle{font-size:.85rem;color:var(--muted)}.profile-area{display:flex;align-items:center;gap:.75rem}.profile-card{display:flex;align-items:center;gap:.75rem;padding:.65rem .9rem;border-radius:18px;background:var(--surface);box-shadow:var(--shadow-soft)}.profile-avatar{width:40px;height:40px;border-radius:50%;color:#fff;display:grid;place-items:center;font-weight:600}.profile-name{font-weight:600}.profile-sub{font-size:.8rem;color:var(--muted)}.profile-loading{padding:.8rem 1.2rem;border-radius:14px;background:var(--surface);color:var(--muted);box-shadow:var(--shadow-soft)}.ghost-button{background:transparent;border:1px solid rgba(226,232,240,.25);color:var(--text);border-radius:999px;padding:.4rem .9rem;cursor:pointer;font-weight:600}.ghost-button:hover{border-color:#e2e8f073}.theme-toggle{min-width:82px}.profile-editor{background:var(--surface);border-radius:18px;padding:1.2rem 1.4rem;box-shadow:var(--shadow-soft);display:grid;gap:.75rem}.profile-editor-title{font-weight:600}.profile-editor-row{display:grid;grid-template-columns:1fr auto;gap:.75rem}.profile-colors{display:flex;gap:.6rem;flex-wrap:wrap}.color-chip{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer}.color-chip.active{border-color:#0f172a66}.room-grid{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,.9fr);gap:1.75rem}.player-area{display:grid;gap:1.2rem}.player-toolbar{display:flex;justify-content:flex-end}.player-shell{background:#0f172a;border-radius:24px;padding:1rem;box-shadow:var(--shadow)}.player-shell>div{border-radius:18px;overflow:hidden}.player-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;max-height:78vh;min-height:420px}.player-wrapper.theater{max-height:92vh;min-height:620px}.player-placeholder{min-height:520px;background:#0f172a;color:#ffffffb3;display:grid;place-items:center;font-size:1.1rem;border-radius:18px}.player-buttons{position:absolute;top:10px;right:10px;z-index:5;display:flex;gap:8px}.icon-button{width:26px;height:26px;border-radius:8px;border:1px solid rgba(226,232,240,.25);background:#0f172acc;color:#d1d9e6;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;box-shadow:0 6px 12px #00000038}.icon-button:hover{background:#0f172af2;color:#fff}.url-form{display:grid;grid-template-columns:1fr auto;gap:.75rem}input{padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(15,23,42,.1);background:var(--surface);font-size:1rem;font-family:inherit;color:var(--text)}input::placeholder{color:var(--muted)}button{border-radius:12px;border:none;padding:.85rem 1.4rem;font-size:.95rem;font-weight:600;background:#0c9bd4;color:#dce3ec;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 14px #0c9bd42e}button:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0c9bd447}.input-error{font-size:.85rem;color:#b42318}.supported-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.supported-label{font-weight:600;color:var(--muted)}.supported-chip{background:var(--surface-2);padding:.35rem .7rem;border-radius:999px;font-size:.85rem;color:var(--text)}.info-banner{margin-top:.5rem;padding:.85rem 1rem;border-radius:12px;background:#0ea5e91f;border:1px solid rgba(14,165,233,.25);color:var(--text);font-size:.9rem}:root[data-theme=light] .info-banner{background:#0ea5e91f;border-color:#0ea5e959}.iframe-sync-controls{margin-top:.75rem;padding:.85rem 1rem;border-radius:12px;background:var(--surface-2);display:grid;gap:.5rem}.iframe-sync-bar{margin-top:.85rem;padding:.9rem 1rem;border-radius:14px;background:var(--surface-2);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.iframe-sync-bar-left{display:grid;gap:.45rem}.iframe-sync-label{font-size:.85rem;color:var(--muted)}.iframe-sync-time-inputs{display:flex;align-items:center;gap:.4rem}.iframe-sync-time-inputs input{width:70px}.iframe-sync-time-inputs span{color:var(--muted);font-weight:700}.iframe-sync-stepper{display:flex;gap:.4rem}.iframe-sync-buttons-inline{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.current-video{font-size:.9rem;color:var(--muted)}.participants-card{background:var(--surface);border-radius:16px;padding:.9rem 1rem;box-shadow:var(--shadow-soft);display:grid;gap:.75rem}.participants-header{font-weight:700;font-size:.95rem}.participants-list{display:flex;flex-wrap:wrap;gap:.65rem}.participant{display:flex;align-items:center;gap:.55rem;padding:.55rem .7rem;border-radius:12px;background:var(--surface-2);min-width:180px}.participant-avatar{width:36px;height:36px;border-radius:12px;color:#fff;display:grid;place-items:center;font-weight:700}.participant-name{font-weight:600}.participant-time{font-size:.85rem;color:var(--muted)}.side-panels{display:grid;gap:1.25rem}.panel{background:var(--surface);border-radius:20px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;min-height:240px}.panel-header{padding:1rem 1.2rem;font-weight:700;border-bottom:1px solid rgba(15,23,42,.06)}.panel-body{padding:1rem 1.2rem;display:grid;gap:.85rem;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.35) var(--surface)}.panel-empty{color:var(--muted);font-size:.9rem}.history-list{max-height:320px;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.35) var(--surface)}.history-item{display:grid;grid-template-columns:72px 1fr;gap:.85rem;align-items:center;text-decoration:none;color:inherit;padding:.35rem .4rem;border-radius:12px;transition:background .15s ease}.history-item:hover{background:var(--surface-2)}.history-thumb img{width:72px;height:54px;object-fit:cover;border-radius:12px}.history-fallback{width:72px;height:54px;border-radius:12px;color:#fff;display:grid;place-items:center;font-weight:600}.history-title{font-weight:600;font-size:.95rem;color:var(--text)}.history-meta{font-size:.8rem;color:var(--muted)}.history-platform{font-weight:600;color:var(--text);margin-left:.4rem}.chat-panel .panel-body{max-height:320px}.chat-messages{gap:1rem;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.35) var(--surface)}.chat-message{display:grid;grid-template-columns:36px 1fr;gap:.6rem}.chat-avatar{width:36px;height:36px;border-radius:50%;color:#fff;display:grid;place-items:center;font-size:.8rem;font-weight:600}.chat-meta{display:flex;justify-content:space-between;font-size:.8rem;color:var(--muted)}.chat-name{font-weight:600;color:var(--text)}.chat-text{font-size:.9rem;line-height:1.4;color:var(--text)}.chat-input{display:grid;grid-template-columns:1fr auto;gap:.65rem;padding:.95rem 1.2rem 1.1rem;border-top:1px solid rgba(15,23,42,.06)}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:var(--surface);border-radius:999px}*::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px;border:2px solid var(--surface)}*::-webkit-scrollbar-thumb:hover{background:#94a3b8b3}@media(max-width:1080px){.room-grid,.side-panels{grid-template-columns:1fr}}@media(max-width:720px){.app-layout{padding:1.5rem}.topbar{flex-direction:column;align-items:flex-start}.profile-card{width:100%;justify-content:space-between}.profile-editor-row,.url-form,.chat-input{grid-template-columns:1fr}}
