:root{color-scheme:dark;--bg:#07111f;--bg-soft:rgba(12,26,46,0.82);--card:rgba(7,17,31,0.82);--card-border:rgba(141,184,255,0.18);--accent:#79f7d5;--accent-strong:#0eb8a0;--accent-contrast:#06161d;--text:#f7fbff;--text-soft:#aac0da;--danger:#ff8f8f;--shadow:0 22px 60px rgba(0,0,0,0.28);font-family:Avenir Next,Segoe UI,sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:radial-gradient(circle at top,rgba(19,95,150,.45),transparent 34%),radial-gradient(circle at bottom right,rgba(14,184,160,.18),transparent 25%),linear-gradient(180deg,#08111f,#04070f);color:var(--text)}body{min-height:100vh;overflow-x:hidden}button,input,select{font:inherit}button{border:0;cursor:pointer}input,select{width:100%;border-radius:16px;border:1px solid rgba(159,190,255,.22);background:rgba(3,10,21,.8);padding:.9rem 1rem;color:var(--text)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}main{min-height:100vh}.home-shell,.room-shell{padding:1rem}.hero-card,.panel-card,.room-header,.video-card{border:1px solid var(--card-border);background:var(--card);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-card{max-width:1200px;margin:0 auto;padding:2rem;border-radius:28px}.hero-copy h1,.room-header h1{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:.95}.panel-card p,.share-link,.status-text{color:var(--text-soft)}.action-grid,.room-content{display:grid;grid-gap:1.25rem;gap:1.25rem;margin-top:1.75rem}.action-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.panel-card{border-radius:24px;padding:1.4rem}.field{display:grid;grid-gap:.5rem;gap:.5rem;margin-top:1rem}.field span{color:var(--text-soft);font-size:.92rem}.ghost-button,.primary-button,.secondary-button{border-radius:999px;padding:.95rem 1.2rem;transition:transform .16s ease,opacity .16s ease,background .16s ease}.ghost-button:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.primary-button{width:100%;margin-top:1rem;background:linear-gradient(135deg,var(--accent),#b3ffef);color:var(--accent-contrast);font-weight:700}.secondary-button{background:rgba(126,166,255,.12);color:var(--text)}.ghost-button{background:transparent;color:var(--text-soft);border:1px solid rgba(159,190,255,.22)}.error-text{color:var(--danger);margin-top:1rem}.room-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1440px;margin:0 auto .75rem;padding:.85rem 1rem;border-radius:20px}.brand-line h1{font-size:clamp(1.2rem,2vw,1.6rem)}.room-header--in-call{max-width:100%;margin-bottom:0}.room-header--mobile{padding:.6rem .8rem}.room-header--desktop{margin-bottom:0}.top-thumbs{display:flex;gap:.65rem;align-items:center}.top-thumb{width:min(20vw,180px);aspect-ratio:16/9;overflow:hidden;border-radius:18px;border:1px solid rgba(159,190,255,.18);background:rgba(3,10,21,.92)}.top-thumb.is-active{border-color:rgba(121,247,213,.68)}.top-thumbs--stack{display:grid}.top-thumbs--stack .top-thumb{width:100%}.top-thumbs--mobile{gap:.5rem}.desktop-call-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:1rem;gap:1rem;align-items:start}.desktop-main,.desktop-side{display:grid;grid-gap:.75rem;gap:.75rem}.side-card{display:grid;grid-gap:.85rem;gap:.85rem}.mobile-call-layout{display:grid;grid-gap:.9rem;gap:.9rem}.room-content{max-width:1440px;margin:0 auto}.call-layout{display:grid;grid-gap:.75rem;gap:.75rem}.entry-layout{display:grid;place-items:center;min-height:calc(100vh - 180px)}.entry-card{width:min(100%,560px);padding:1.2rem}.entry-loading{color:var(--text-soft);line-height:1.5;padding:.25rem 0 .5rem}.video-stage--focus{position:relative;min-height:min(68vh,760px)}.video-stage{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.75rem;gap:.75rem}.video-card{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:28px;min-height:280px}.stage-card{width:100%;min-height:min(68vh,760px);max-height:calc(100vh - 260px);aspect-ratio:16/9}.video-stage--mobile{min-height:0}.stage-card--mobile{min-height:min(66vh,92vw);max-height:calc(100vh - 150px);border-radius:30px}.video-element{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#02060f}.video-stage:-webkit-full-screen{display:grid;place-items:center;width:100vw;height:100vh;padding:0;margin:0;background:#000}.video-stage:-webkit-full-screen,.video-stage:fullscreen{display:grid;place-items:center;width:100vw;height:100vh;padding:0;margin:0;background:#000}.video-stage:-webkit-full-screen .stage-card,.video-stage:-webkit-full-screen .stage-card--mobile{width:100vw;height:100vh;max-width:100vw;max-height:100vh;min-height:100vh;aspect-ratio:auto;border-radius:0;border:0;box-shadow:none;background:#000}.video-stage:-webkit-full-screen .stage-card,.video-stage:-webkit-full-screen .stage-card--mobile,.video-stage:fullscreen .stage-card,.video-stage:fullscreen .stage-card--mobile{width:100vw;height:100vh;max-width:100vw;max-height:100vh;min-height:100vh;aspect-ratio:auto;border-radius:0;border:0;box-shadow:none;background:#000}.video-stage:-webkit-full-screen .video-element{width:100%;height:100%;max-width:100vw;max-height:100vh}.video-stage:-webkit-full-screen .video-element,.video-stage:fullscreen .video-element{width:100%;height:100%;max-width:100vw;max-height:100vh}.video-placeholder{position:absolute;inset:0;display:grid;place-items:center;color:var(--text-soft);background:radial-gradient(circle at center,rgba(14,184,160,.16),transparent 45%),rgba(2,8,18,.86)}.mobile-stage-top{position:absolute;top:.75rem;right:.75rem;left:.75rem;z-index:3;display:flex;justify-content:flex-end;pointer-events:auto}.top-thumbs--mobile{gap:.45rem}.top-thumbs--mobile .top-thumb{width:78px;flex:0 0 78px;border-radius:16px;background:rgba(3,10,21,.96)}.icon-toolbar{display:flex;flex-wrap:wrap;gap:.65rem}.icon-toolbar--desktop{justify-content:flex-end}.icon-toolbar--mobile{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.icon-button{width:56px;height:56px;min-width:56px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:18px}.icon-button svg{width:22px;height:22px}.icon-button.is-active{background:rgba(121,247,213,.18);color:var(--accent)}.settings-grid{display:grid;grid-template-columns:1.35fr 1fr;grid-gap:.75rem;gap:.75rem}.settings-grid--desktop,.settings-grid--mobile{grid-template-columns:1fr}.compact-card{padding:1rem 1.05rem}.compact-card h2{margin:0 0 .75rem;font-size:1rem}.hero-copy{margin-bottom:1rem}.field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.compact-field{margin-top:0}.compact-field span{font-size:.8rem}.compact-field input,.compact-field select{padding:.78rem .9rem;border-radius:14px}.compact-back,.compact-submit{margin-top:.85rem}.share-link{word-break:break-all;font-size:.88rem;line-height:1.45}.device-select{width:100%}.device-note{margin-top:1rem;color:var(--text-soft);font-size:.92rem;line-height:1.5}.mobile-control-dock{position:-webkit-sticky;position:sticky;bottom:.75rem;z-index:10;padding:0}.mobile-control-dock .icon-toolbar{padding:.65rem;border:1px solid rgba(159,190,255,.16);border-radius:24px;background:rgba(7,17,31,.92);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}@media (max-width:960px){.home-shell,.room-shell{padding:1rem}.room-header{align-items:flex-start;flex-direction:column}.stage-card{min-height:56vh;max-height:calc(100vh - 240px)}.desktop-call-layout{grid-template-columns:1fr}.icon-toolbar--desktop{justify-content:flex-start}.field-row,.settings-grid{grid-template-columns:1fr 1fr}.settings-grid--desktop{grid-template-columns:1fr}.field-row,.icon-toolbar--mobile,.settings-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.room-shell{padding:.55rem}.room-header h1{font-size:1.45rem}.room-header{align-items:flex-start;flex-direction:column}.icon-toolbar--mobile{grid-template-columns:repeat(4,minmax(0,1fr))}.field-row,.settings-grid{grid-template-columns:1fr}.stage-card{min-height:50vh;max-height:calc(100vh - 200px)}.stage-card--mobile{min-height:min(64vh,92vw);max-height:calc(100vh - 138px)}.icon-button{width:50px;height:50px;min-width:50px;border-radius:16px}.top-thumbs--mobile .top-thumb{width:70px;flex-basis:70px}}