.room-page{flex-direction:column;flex:1;width:min(1180px,100% - 2rem);min-height:0;margin:0 auto;padding:1rem;display:flex}.room-page .chat-shell{flex-direction:column;flex:1;min-height:0;max-height:100%;display:flex;overflow:hidden}.room-page .room-grid{flex:1;min-height:0}.room-toolbar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1.5rem;min-height:60px;padding:.7rem 1rem .7rem 1.25rem;display:flex}.room-status,.room-status div,.room-filters label{display:flex}.room-status{flex:none;align-items:center;gap:.7rem}.room-status div,.room-filters label{flex-direction:column}.room-status div{gap:.15rem}.room-status strong{font-size:.82rem}.room-status div span,.room-filters label>span{color:var(--text-secondary);font-size:.68rem}.room-filters label>span{margin-bottom:.3rem;font-weight:700}.status-light{background:#94a3b8;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 5px #94a3b81f}.status-light.searching{background:#f59e0b;animation:1s ease-in-out infinite statusPulse;box-shadow:0 0 0 5px #f59e0b24}.status-light.connected{background:#22c55e;box-shadow:0 0 0 5px #22c55e24}@keyframes statusPulse{50%{opacity:.45}}.room-filters{justify-content:flex-end;align-items:end;gap:.55rem;min-width:0;display:flex}.room-filters select,.fullscreen-button{height:36px;color:var(--text);background:var(--surface-solid);border:1px solid var(--border);border-radius:9px;padding:0 .7rem;font-size:.75rem;font-weight:600}.fullscreen-button{cursor:pointer}.report-banner{color:#991b1b;background:#fef2f2;border-bottom:1px solid #fecaca;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1.25rem;font-size:.78rem;font-weight:700;display:flex}.report-banner button{color:inherit;cursor:pointer;background:0 0;border:0;font-weight:700}.chat-shell{color:var(--text);background:var(--surface-solid);border:1px solid var(--border-strong);box-shadow:var(--shadow-lg);border-radius:26px;overflow:hidden}.chat-shell:fullscreen{background:var(--bg);border:0;border-radius:0;width:100vw;height:100vh}.room-grid{min-height:0;display:grid}.room-grid.video-layout{grid-template-rows:auto 1fr;grid-template-columns:1fr}.room-grid.video-layout .video-column{background:var(--bg);flex-direction:column;min-width:0;padding:1rem;display:flex}.room-grid.video-layout .cameras-row{flex:1;grid-template-columns:1fr 1fr;gap:.75rem;min-height:350px;max-height:480px;display:grid}.room-grid.video-layout .remote-stage{min-height:0}.room-grid.video-layout .conversation-panel{border-left:0;border-top:1px solid var(--border)}.video-column{background:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px), var(--bg);background-size:44px 44px;flex-direction:column;min-width:0;padding:1rem;display:flex}.room-grid.text-layout{grid-template-columns:1.8fr minmax(0,.5fr);grid-template-areas:"chat sidebar"}.room-grid.text-layout .video-column{background:var(--bg);grid-area:sidebar}.room-grid.text-layout .text-column{background:var(--bg);border-left:1px solid var(--border);flex-direction:column;padding:1.2rem;display:flex}.text-sidebar{flex-direction:column;flex:1;gap:1.2rem;display:flex}.text-sidebar-top{align-items:center;gap:.6rem;display:flex}.text-sidebar-top div{flex-direction:column;gap:.1rem;display:flex}.text-sidebar-top strong{font-size:.82rem}.text-sidebar-top small{color:var(--text-secondary);font-size:.7rem}.status-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:10px;height:10px}.room-grid.text-layout .conversation-panel{border-left:0;border-right:1px solid var(--border);flex-direction:column;grid-area:chat;min-height:0;display:flex;overflow:hidden}.room-grid.text-layout .message-feed{-webkit-overflow-scrolling:touch;min-height:300px;max-height:none;padding:1.2rem;overflow-y:auto}.room-grid.text-layout .message-item p{padding:.7rem 1rem;font-size:.92rem;line-height:1.6}.room-grid.text-layout .message-form input{height:46px;font-size:.9rem}.room-grid.text-layout .message-form button{min-width:70px;font-size:.85rem}.remote-stage{background:radial-gradient(circle at 50% 40%, var(--accent-light), transparent 36%), var(--surface-solid);border:1px solid var(--border);border-radius:20px;flex:1;place-items:center;min-height:0;display:grid;position:relative;overflow:hidden}.stage-actions{z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;inset:.8rem .8rem auto}.stage-actions span,.stage-actions button{color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:9px;padding:.4rem .65rem;font-size:.72rem;font-weight:700}.stage-actions button{cursor:pointer}.stage-actions button:disabled{opacity:.45;cursor:not-allowed}.remote-content{text-align:center;flex-direction:column;align-items:center;max-width:420px;padding:2rem;display:flex}.remote-content strong{margin-top:1rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,1.8vw,1.3rem)}.remote-content small{color:var(--text-secondary);margin-top:.4rem;font-size:.78rem}.room-mark,.remote-avatar{background:linear-gradient(135deg, var(--accent), var(--accent-2));width:78px;height:78px;box-shadow:0 20px 50px var(--glow);border-radius:26px;display:block;position:relative}.room-mark i,.remote-avatar i{border:4px solid #fff;border-radius:50%;width:18px;height:18px;position:absolute;top:24px}.room-mark i:first-child,.remote-avatar i:first-child{left:17px}.room-mark i:last-child,.remote-avatar i:last-child{right:17px}.match-radar{place-items:center;width:86px;height:86px;display:grid;position:relative}.match-radar i{border:1px solid var(--accent);border-radius:50%;animation:1.5s ease-out infinite radar;position:absolute}.match-radar i:nth-child(2){animation-delay:.45s}.match-radar i:nth-child(3){animation-delay:.9s}@keyframes radar{0%{opacity:1;width:18px;height:18px}to{opacity:0;width:86px;height:86px}}.local-preview{aspect-ratio:4/3;color:#fff;background:#111827;border:2px solid #ffffffc7;border-radius:14px;place-items:center;width:172px;display:grid;position:absolute;bottom:.9rem;right:.9rem;overflow:hidden;box-shadow:0 12px 28px #00000047}.local-preview-lg{border-radius:16px;width:100%;height:100%;position:relative;bottom:auto;right:auto}.remote-feed{background:#0f172a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;display:flex;position:absolute;inset:0}.remote-feed-avatar{background:linear-gradient(135deg, var(--accent), var(--accent-2));border-radius:50%;place-items:center;width:72px;height:72px;display:grid;box-shadow:0 0 30px #a855f74d}.remote-feed-avatar span{color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:800}.remote-feed-label{color:#fff6;font-size:.72rem;font-weight:600}.remote-video{object-fit:cover;background:#000;border-radius:16px;width:100%;height:100%;position:absolute;inset:0}.local-preview video{object-fit:cover;width:100%;height:100%;display:none}.local-preview.mirrored video{transform:scaleX(-1)}.local-preview.camera-on video{display:block}.local-preview>div:not(.local-preview-menu){text-align:center;gap:.2rem;display:grid}.local-preview>div:not(.local-preview-menu) span{font-weight:800}.local-preview>div:not(.local-preview-menu) small{color:#94a3b8;font-size:.65rem}.local-preview-menu{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2;background:#0009;border-top:1px solid #ffffff26;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.45rem;display:none;position:absolute;bottom:0;left:0;right:0}.local-flip{color:#111827;cursor:pointer;background:#fff;border:0;border-radius:7px;flex:none;align-items:center;gap:.3rem;padding:.32rem .5rem;font-size:.68rem;font-weight:700;display:flex}.local-device{flex-direction:column;flex:1;gap:.12rem;min-width:0;display:flex}.local-device>span{color:#ffffffbf;text-transform:uppercase;letter-spacing:.04em;font-size:.56rem;font-weight:700}.local-device select{color:#fff;cursor:pointer;background:#ffffff24;border:1px solid #ffffff40;border-radius:7px;outline:none;width:100%;max-width:170px;padding:.22rem .3rem;font-family:inherit;font-size:.68rem}.local-device select option{color:#111827;background:#fff}.local-device select:disabled{opacity:.55;cursor:not-allowed}@media (hover:hover) and (pointer:fine){.local-preview:hover .local-preview-menu{display:flex}}.caption-line{color:#fff;background:#000000b3;border-radius:8px;max-width:60%;padding:.5rem .75rem;font-size:.75rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.camera-error{color:#dc2626;margin:.6rem 0 0;font-size:.7rem}.room-controls{align-items:center;gap:.55rem;padding-top:.9rem;display:flex}.room-controls button{min-width:78px;min-height:44px;color:var(--text);background:var(--surface-solid);border:1px solid var(--border);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.3rem;padding:.4rem .75rem;display:flex}.room-controls button svg{flex-shrink:0}.room-controls button span,.room-controls button.primary-control,.room-controls button.danger-control{font-size:.75rem;font-weight:700}.room-controls button small{color:var(--text-secondary);font-size:.65rem}.room-controls button.active{color:var(--accent);border-color:var(--accent);background:var(--accent-light)}.room-controls button:disabled{opacity:.45;cursor:not-allowed}.room-controls button.primary-control{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-2));min-width:130px;box-shadow:0 8px 22px var(--glow);border:0;margin-left:auto;display:block}.room-controls button.danger-control{color:#fff;background:#dc2626;border:0;min-width:72px;display:block}.conversation-panel{background:var(--surface-solid);border-left:1px solid var(--border);flex-direction:column;min-width:0;display:flex}.conversation-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;display:flex}.demo-label{color:var(--text-secondary);background:var(--surface-hover);border:1px solid var(--border);border-radius:7px;padding:.3rem .55rem;font-size:.66rem;font-weight:700}.text-actions{align-items:center;gap:.4rem;display:flex}.text-actions button{cursor:pointer;white-space:nowrap;border:0;border-radius:9px;padding:.45rem .8rem;font-size:.76rem;font-weight:700}.text-actions .primary-control{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-2))}.text-actions .danger-control{color:#fff;background:#dc2626}.message-feed{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:.65rem;min-height:190px;max-height:260px;padding:1rem;display:flex;overflow-y:auto}.message-item{align-items:flex-end;gap:.45rem;display:flex}.message-item>span{color:#fff;background:var(--accent);border-radius:8px;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:.66rem;font-weight:700;display:grid}.message-item p{max-width:86%;color:var(--text);background:var(--surface-hover);border-radius:11px 11px 11px 3px;padding:.6rem .75rem;font-size:.78rem;line-height:1.5}.message-item.you{justify-content:flex-end}.message-item.you>span{background:var(--accent-2);order:2}.message-item.you p{color:#fff;background:var(--accent);border-radius:11px 11px 3px}.message-item.system{justify-content:center}.message-item.system p{color:var(--text-secondary);text-align:center;background:0 0;font-size:.7rem}.message-form{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding:.8rem 1rem 1rem;display:grid}.message-form input{min-width:0;height:40px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:0 .8rem;font-size:.78rem}.message-form button{color:#fff;background:var(--accent);cursor:pointer;border:0;border-radius:10px;min-width:60px;font-size:.75rem;font-weight:700}.message-form button:disabled,.message-form input:disabled{opacity:.5;cursor:not-allowed}.room-footer{background:var(--surface);border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;min-height:50px;padding:.7rem 1.1rem;display:flex}.room-footer span{color:var(--text-secondary);align-items:center;gap:.45rem;font-size:.7rem;display:inline-flex}.footer-status{background:#22c55e;border-radius:50%;width:7px;height:7px}.flipcard-section{padding:.75rem 1rem 0}.flipcard-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.flipcard-header span{color:var(--accent);letter-spacing:.12em;font-size:.62rem;font-weight:800}.flipcard-next{border:1px solid var(--border);background:var(--surface-hover);width:26px;height:26px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;transition:border-color .2s,color .2s;display:flex}.flipcard-next:hover{border-color:var(--accent);color:var(--accent)}.flipcard{perspective:800px;cursor:pointer;width:100%;height:110px;color:inherit;background:0 0;border:0;padding:0}.flipcard-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.34,1.56,.64,1);position:relative}.flipcard.flipped .flipcard-inner{transform:rotateY(180deg)}.flipcard-front,.flipcard-back{backface-visibility:hidden;text-align:center;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;padding:.75rem;display:flex;position:absolute;inset:0}.flipcard-front{background:var(--surface-hover);border:1px solid var(--border);gap:.4rem;transition:border-color .2s,box-shadow .2s}.flipcard:hover .flipcard-front{border-color:var(--accent);box-shadow:var(--shadow-sm)}.flipcard-icon{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:800;display:flex}.flipcard-label{color:var(--text-secondary);font-size:.72rem;font-weight:500}.flipcard-back{background:linear-gradient(135deg, var(--accent), var(--accent-2));gap:.5rem;transform:rotateY(180deg)}.flipcard-question{color:#fff;font-family:Space Grotesk,sans-serif;font-size:.82rem;font-weight:600;line-height:1.45}.flipcard-hint{color:#ffffffa6;font-size:.6rem;font-weight:600}@media (max-width:980px){.room-toolbar{flex-direction:column;align-items:flex-start}.room-filters{justify-content:flex-start;width:100%}.room-grid.video-layout .cameras-row{grid-template-columns:1fr 220px}}@media (max-width:760px){.room-filters{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.room-filters label,.room-filters select,.fullscreen-button{width:100%}.room-grid{min-height:auto}.room-grid.video-layout .cameras-row{grid-template-columns:1fr;gap:.5rem;min-height:auto}.room-grid.video-layout .cameras-row>div,.room-grid.video-layout .cameras-row>div:first-child{min-height:200px}.conversation-panel{border-top:1px solid var(--border);border-left:0}}@media (max-width:900px) and (orientation:portrait){.room-page{width:100%;max-width:100%;padding:0}.room-page .chat-shell{width:100%;min-width:0;max-width:100%;min-height:0;max-height:none;box-shadow:none;background:0 0;border:0;border-radius:0;flex:none;overflow:visible}.room-page .room-grid{min-height:auto}.room-toolbar{flex-wrap:wrap;gap:.4rem;min-height:auto;padding:.5rem .6rem}.room-status strong{font-size:.72rem}.room-status div span{font-size:.58rem}.room-grid.video-layout{width:100%;min-width:0;max-width:100%;padding-bottom:84px;display:block}.room-grid.video-layout .video-column{background:var(--bg);width:100%;min-width:0;max-width:100%;padding:10px}.room-grid.video-layout .cameras-row{grid-template-columns:1fr;gap:10px;width:100%;min-width:0;max-width:100%;min-height:0;max-height:none;display:grid}.room-grid.video-layout .cameras-row>div,.room-grid.video-layout .cameras-row>div:first-child{aspect-ratio:3/2;border-radius:20px;width:100%;height:auto;min-height:0}.room-grid.video-layout .local-preview-lg{aspect-ratio:3/2;background:#0d0f15;height:auto}.room-grid.video-layout .local-preview-lg:after{content:"You";z-index:2;color:#fff;background:#05070cc2;border:1px solid #ffffff29;border-radius:999px;padding:.35rem .7rem;font-size:.72rem;font-weight:700;position:absolute;top:12px;left:12px}.room-grid.video-layout .local-preview-lg>div:not(.local-preview-menu) span{display:none}.room-grid.video-layout .local-preview-lg>div:not(.local-preview-menu) small{color:#fff;font-size:1rem}.room-grid.video-layout .stage-actions{padding:0;inset:12px 12px auto}.room-grid.video-layout .stage-actions span,.room-grid.video-layout .stage-actions button{color:#fff;background:#05070cc2;border-color:#ffffff29;border-radius:999px;padding:.35rem .7rem;font-size:.72rem}.room-grid.video-layout .conversation-panel{border:1px solid var(--border);border-radius:20px;width:auto;max-width:calc(100% - 20px);min-height:340px;margin:0 10px 12px;overflow:hidden}.room-grid.video-layout .message-feed{min-height:140px;max-height:none;overflow:visible}.room-grid.video-layout .flipcard-section{padding:.65rem .65rem 0}.room-grid.video-layout .flipcard{height:96px}.room-grid.video-layout .room-controls{left:50%;bottom:max(8px, env(safe-area-inset-bottom));z-index:120;background:var(--surface-solid);border:1px solid var(--border-strong);border-radius:22px;flex-wrap:nowrap;gap:8px;width:calc(100% - 20px);max-width:540px;padding:8px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 14px 38px #00000047}.room-grid.video-layout .room-controls button{border-radius:50%;flex:0 0 44px;width:44px;min-width:44px;min-height:44px;padding:0}.room-grid.video-layout .room-controls button span,.room-grid.video-layout .room-controls button small,.room-grid.video-layout .room-controls button:nth-child(3){display:none}.room-grid.video-layout .room-controls button.primary-control{border-radius:999px;flex:auto;order:-1;width:auto;min-width:128px;padding:0 1rem}.room-grid.video-layout .room-controls button.danger-control{border-radius:50%;flex:0 0 44px;width:44px;min-width:44px}.room-page:has(.room-grid.text-layout) .chat-shell{flex:auto;height:100dvh;max-height:100dvh;overflow:hidden}.room-grid.text-layout{flex-direction:column;flex:1;min-height:0;display:flex}.room-grid.text-layout .conversation-panel{border-right:1px solid var(--border);flex-direction:column;flex:1;min-height:0;display:flex}.room-grid.text-layout .conversation-header{flex:none;padding:.5rem .6rem}.room-grid.text-layout .conversation-header strong{font-size:.8rem}.room-grid.text-layout .message-feed{flex:1;gap:.5rem;min-height:0;max-height:none;padding:.5rem}.room-grid.text-layout .message-item p{padding:.5rem .65rem;font-size:.75rem;line-height:1.45}.room-grid.text-layout .message-form{padding:.4rem .5rem calc(.5rem + env(safe-area-inset-bottom));flex:none;gap:.25rem}.room-grid.text-layout .message-form input{height:40px;font-size:16px}.room-grid.text-layout .message-form button{min-width:60px;padding:.3rem .6rem;font-size:.8rem}.room-grid.text-layout .text-column{display:none}.status-light{width:7px;height:7px}.local-preview-lg{border-radius:10px}.remote-feed-avatar{width:48px;height:48px}.remote-feed-avatar span{font-size:1.1rem}.conversation-panel{border-top:1px solid var(--border);border-left:0}.conversation-header{padding:.5rem .6rem}.message-form input{font-size:16px}.flipcard{height:80px}.flipcard-question{font-size:.72rem}.flipcard-section{padding:.4rem .5rem 0}.room-footer{flex-direction:column;align-items:flex-start;min-height:auto;padding:.4rem .6rem}.room-footer span{font-size:.58rem}.room-footer{padding-bottom:calc(.4rem + env(safe-area-inset-bottom))}}
