:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#23312b;background:#f5f7f3;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f5f7f3;--surface: #ffffff;--surface-soft: #f0f4f0;--surface-warm: #faf8f3;--text: #23312b;--muted: #6d7a73;--subtle: #9aa59f;--border: #dfe6e1;--border-strong: #cad5ce;--primary: #356b5e;--primary-dark: #285347;--primary-soft: #e9f2ee;--accent: #d98656;--accent-soft: #fff0e6;--success: #3a7d5f;--success-soft: #e9f5ef;--warning: #aa6f24;--warning-soft: #fff4dc;--danger: #b65d55;--danger-soft: #fff0ed;--lilac: #735d8f;--lilac-soft: #f1ecf6;--shadow-sm: 0 8px 24px rgba(40, 61, 50, .07);--shadow-md: 0 18px 48px rgba(40, 61, 50, .11)}.video-call-button{min-width:72px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #cbdad5;border-radius:12px;background:#fff;color:#24443b;padding:7px 10px}.video-call-button span{font-size:17px;line-height:1}.video-call-button em{font-style:normal;font-size:11px;font-weight:800;white-space:nowrap}.video-call-button.active{border-color:#1f7a64;background:#e8f5f0;color:#145c4b}.video-call-button:disabled{opacity:.62;cursor:wait}.video-call-dock{position:fixed;z-index:78;right:18px;bottom:20px;width:min(520px,calc(100vw - 36px));padding:10px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#162320f5;color:#fff;box-shadow:0 20px 60px #08191452;backdrop-filter:blur(18px)}.video-call-heading,.video-call-heading>div,.video-call-controls{display:flex;align-items:center}.video-call-heading{justify-content:space-between;min-height:30px;padding:0 2px 8px}.video-call-heading>div{gap:7px}.video-call-heading strong{font-size:13px}.video-call-heading small{color:#b9ccc5;font-size:11px}.video-live-dot{width:8px;height:8px;border-radius:50%;background:#53d69e;box-shadow:0 0 0 4px #53d69e1f}.video-minimize{width:30px;height:28px;padding:0;border:0;border-radius:8px;background:#ffffff17;color:#fff;font-size:18px}.video-heading-actions{display:flex;align-items:center;gap:4px}.video-reset-layout{width:28px;height:28px;padding:0;border:0;border-radius:8px;background:#ffffff12;color:#d8e8e2;font-size:15px}.account-session-list{display:grid;gap:7px}.account-session-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border:1px solid var(--v10-line,#dce5e0);border-radius:11px;background:#f8faf9}.account-session-list span{min-width:0;display:grid;gap:2px}.account-session-list strong{color:#24483c;font-size:11px}.account-session-list small{color:#74827c;font-size:9px}.account-session-list button{min-height:32px;padding:0 9px;border:1px solid #d9e2dd;border-radius:9px;background:#fff;color:#8b493f;font-weight:750}.canvas-loading{min-height:420px;display:grid;place-content:center;justify-items:center;gap:8px;color:#60716a;background:#f5f8f6}.canvas-loading span{font-size:30px;color:#1d715b}.video-tile-grid{display:grid;gap:7px;grid-template-columns:repeat(3,minmax(0,1fr))}.video-tile-grid.count-1{grid-template-columns:1fr}.video-tile-grid.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.video-call-tile{position:relative;overflow:hidden;min-height:132px;aspect-ratio:16 / 10;border-radius:12px;background:#0b1714}.video-call-tile video{width:100%;height:100%;display:block;object-fit:cover;transform:scaleX(-1)}.video-call-tile:not(:first-child) video{transform:none}.video-avatar{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:7px;color:#d6e8e1;background:radial-gradient(circle at 50% 35%,#31534a,#14241f 72%)}.video-avatar span{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#4c7468;font-size:18px;font-weight:850}.video-avatar small{font-size:10px;color:#bad0c8}.video-tile-label{position:absolute;left:7px;right:7px;bottom:7px;display:flex;justify-content:space-between;align-items:center;gap:6px}.video-tile-label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px 7px;border-radius:7px;background:#020c09b3;color:#fff;font-size:10px;font-weight:750}.video-tile-label i{color:#53d69e;font-size:8px;font-style:normal}.video-call-controls{justify-content:center;gap:8px;padding-top:9px}.video-call-controls button{min-height:36px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:10px;padding:7px 11px;background:#ffffff1a;color:#eaf5f1;font-size:11px;font-weight:800}.video-call-controls button.active{background:#53d69e2e;color:#bff7de}.video-call-controls .leave-call{background:#b94545;color:#fff}.video-call-dock.minimized{width:310px}.video-call-dock.minimized .video-call-heading{padding-bottom:0}.video-call-dock.minimized .video-call-controls{padding-top:7px}.video-call-error{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px}.video-call-error>div{display:grid;gap:3px}.video-call-error strong{font-size:12px}.video-call-error span{color:#d5e1dd;font-size:11px;line-height:1.35}.video-call-error button{min-height:34px;border:0;border-radius:9px;background:#eaf5f1;color:#173c32;padding:7px 10px;font-weight:800}.video-call-error button.quiet{background:#ffffff17;color:#fff}@media(max-width:819px){.video-call-button{min-width:38px;width:38px;height:38px;min-height:38px;padding:0;border-radius:11px}.video-call-button em{display:none}.video-call-dock{left:9px;right:9px;bottom:calc(76px + env(safe-area-inset-bottom));width:auto;border-radius:16px;background:#16231f;-webkit-backdrop-filter:none;backdrop-filter:none;isolation:isolate;transform:translateZ(0)}.video-call-tile{isolation:isolate;transform:translateZ(0)}.video-call-tile video{-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;transform:translateZ(0) scaleX(-1)}.video-call-tile:not(:first-child) video{transform:translateZ(0)}.video-call-dock.minimized{left:auto;width:min(310px,calc(100vw - 18px))}.video-call-tile{min-height:94px}.video-call-controls button{flex:1;justify-content:center;padding-inline:7px}.video-call-error{grid-template-columns:1fr auto}.video-call-error button.quiet{grid-column:2}.presentation-active .video-call-dock{bottom:calc(90px + env(safe-area-inset-bottom))}}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}button,input{font:inherit}button:focus-visible,input:focus-visible{outline:3px solid rgba(53,107,94,.24);outline-offset:2px}h1,h2,h3,p{margin-top:0}.eyebrow{margin:0 0 6px;color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.12em}.brand-lockup{display:flex;align-items:center;gap:12px}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:var(--primary);color:#fff;font-size:18px;font-weight:850;box-shadow:0 8px 22px #356b5e38}.brand-name{font-size:18px;font-weight:820;letter-spacing:-.02em}.brand-tagline{margin-top:2px;color:var(--muted);font-size:12px}.profile-chip{display:flex;align-items:center;gap:9px;padding:7px 10px 7px 8px;border:1px solid var(--border);border-radius:14px;background:#ffffffc7}.profile-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#e8eee9;color:var(--primary-dark);font-size:12px;font-weight:850}.profile-copy{display:grid;min-width:0}.profile-copy strong{font-size:13px}.profile-copy span{margin-top:1px;color:var(--muted);font-size:11px;text-transform:capitalize}.connection-dot{width:8px;height:8px;border-radius:50%;background:var(--subtle)}.connection-dot.online{background:#49a879;box-shadow:0 0 0 4px #49a8791f}.connection-dot.waiting{background:#d7a352}.lobby-shell,.preview-shell{min-height:100vh;background:radial-gradient(circle at 3% 0%,rgba(218,231,220,.75),transparent 28%),radial-gradient(circle at 100% 20%,rgba(247,229,214,.75),transparent 24%),var(--bg)}.lobby-topbar,.preview-topbar{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}.lobby-content,.preview-content{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:42px 0 70px}.welcome-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.welcome-row h1{margin-bottom:8px;font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.045em}.lede{margin-bottom:0;color:var(--muted);font-size:17px}.lobby-stats{display:flex;gap:10px}.mini-stat{min-width:92px;padding:14px 16px;border:1px solid rgba(223,230,225,.86);border-radius:16px;background:#ffffffbd;backdrop-filter:blur(12px)}.mini-stat-value{display:block;font-size:23px;font-weight:820}.live-value{color:var(--success)}.mini-stat-label{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-weight:650}.room-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.segmented-control{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--border);border-radius:12px;background:#ffffffb8}.segmented-control button,.member-filter-row button,.queue-tabs button{border:0;background:transparent;color:var(--muted);cursor:pointer}.segmented-control button{padding:8px 13px;border-radius:8px;font-size:12px;font-weight:750}.segmented-control button.active{background:var(--surface);color:var(--text);box-shadow:0 3px 12px #283d3214}.search-box{min-width:300px;display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid var(--border);border-radius:12px;background:#ffffffd1;color:var(--muted)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.room-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.room-pulse-card{position:relative;overflow:hidden;padding:22px;border:1px solid var(--border);border-radius:22px;background:#ffffffe6;box-shadow:var(--shadow-sm)}.room-pulse-card:before,.preview-hero:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:var(--primary)}.accent-amber:before{background:var(--accent)}.accent-lilac:before{background:var(--lilac)}.room-card-topline,.room-identity,.room-card-footer,.room-card-footer>div,.preview-kicker-row,.card-heading-row,.queue-item-top,.presenter-profile,.member-row,.enter-profile,.preview-member,.control-owner-copy,.canvas-resource-meta,.shared-state-left{display:flex;align-items:center}.room-card-topline,.room-card-footer,.card-heading-row,.queue-item-top{justify-content:space-between}.room-identity{gap:12px}.room-monogram,.small-room-monogram{display:grid;place-items:center;border-radius:14px;background:var(--primary-soft);color:var(--primary-dark);font-weight:850}.room-monogram{width:48px;height:48px;font-size:13px}.accent-amber .room-monogram,.small-room-monogram.accent-amber{background:var(--accent-soft);color:#a15830}.accent-lilac .room-monogram,.small-room-monogram.accent-lilac{background:var(--lilac-soft);color:var(--lilac)}.room-code,.preview-code{color:var(--muted);font-size:11px;font-weight:750;letter-spacing:.08em}.room-pulse-card h2{margin:2px 0 0;font-size:20px;letter-spacing:-.025em}.live-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#eef1ef;color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.08em}.live-badge>span{width:6px;height:6px;border-radius:50%;background:var(--subtle)}.live-badge.is-live{background:var(--success-soft);color:var(--success)}.live-badge.is-live>span{background:#45a375;box-shadow:0 0 0 4px #45a3751f}.room-description{min-height:44px;margin:18px 0;color:var(--muted);font-size:13px;line-height:1.55}.pulse-context{display:flex;align-items:center;gap:12px;padding:14px;border-radius:15px;background:var(--surface-soft)}.context-icon,.large-context-icon{display:grid;place-items:center;border-radius:12px;background:var(--surface);color:var(--primary);font-weight:850}.context-icon{width:38px;height:38px}.context-copy{display:grid;min-width:0}.context-copy span,.preview-current-context span,.shared-state-left span,.shared-state-right span{color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.09em}.context-copy strong{margin-top:2px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.context-copy small,.preview-current-context small{margin-top:2px;color:var(--muted);font-size:11px}.pulse-metrics{display:grid;grid-template-columns:.72fr 1.5fr .8fr;gap:8px;margin:14px 0 18px}.pulse-metrics>div{display:grid;min-width:0;padding:10px;border:1px solid var(--border);border-radius:12px}.metric-icon{color:var(--primary);font-size:12px}.pulse-metrics strong{margin-top:3px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.pulse-metrics small{margin-top:1px;color:var(--muted);font-size:9px}.room-card-footer{gap:14px}.room-card-footer>div{gap:12px;min-width:0}.avatar-stack{display:flex}.stack-avatar{width:29px;height:29px;margin-left:-7px;display:grid;place-items:center;border:2px solid white;border-radius:50%;background:#e7ece8;color:var(--muted);font-size:8px;font-weight:850}.stack-avatar:first-child{margin-left:0}.stack-avatar.member-online{background:var(--primary-soft);color:var(--primary-dark)}.updated-copy{display:grid;min-width:0}.updated-copy strong{font-size:11px}.updated-copy span{margin-top:2px;color:var(--muted);font-size:9px}.open-room-button,.enter-room-button,.primary-button,.secondary-primary-button{border:0;border-radius:11px;background:var(--primary);color:#fff;cursor:pointer;font-weight:760;transition:background .16s ease,transform .16s ease}.open-room-button{padding:10px 13px;font-size:11px;white-space:nowrap}.open-room-button:hover,.enter-room-button:hover,.primary-button:hover,.secondary-primary-button:hover{background:var(--primary-dark)}.open-room-button:active,.enter-room-button:active{transform:translateY(1px)}.empty-lobby{padding:60px 20px;border:1px dashed var(--border-strong);border-radius:20px;background:#ffffff8c;text-align:center}.empty-lobby-icon{width:48px;height:48px;margin:0 auto 12px;display:grid;place-items:center;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-size:22px}.empty-lobby h2{margin-bottom:6px}.empty-lobby p{margin-bottom:0;color:var(--muted)}.preview-topbar{position:relative}.compact-brand{position:absolute;left:50%;transform:translate(-50%)}.back-button,.rooms-home-button,.ghost-button,.outline-action-button,.dialog-close,.queue-actions button,.page-controls button{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.back-button,.rooms-home-button,.ghost-button,.outline-action-button{padding:9px 12px;border-radius:10px;font-size:12px;font-weight:730}.back-button:hover,.rooms-home-button:hover,.ghost-button:hover,.outline-action-button:hover{border-color:var(--border-strong);background:var(--surface-soft)}.preview-content{padding-top:18px}.preview-hero{position:relative;min-height:275px;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px;padding:48px 52px;border:1px solid var(--border);border-radius:28px;background:#ffffffe0;box-shadow:var(--shadow-sm)}.preview-kicker-row{gap:10px}.preview-hero h1{margin:18px 0 10px;font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-.05em}.preview-hero p{max-width:620px;margin-bottom:0;color:var(--muted);font-size:16px;line-height:1.6}.preview-illustration{position:relative;height:210px}.illustration-sheet{position:absolute;width:190px;height:230px;padding:28px 22px;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:var(--shadow-md)}.back-sheet{right:20px;top:8px;transform:rotate(8deg);background:var(--surface-soft)}.front-sheet{right:78px;top:-12px;transform:rotate(-3deg)}.front-sheet>span{display:block;height:8px;margin-bottom:10px;border-radius:999px;background:#dde7e1}.front-sheet>span.short{width:62%}.illustration-graph{height:86px;margin-top:24px;display:flex;align-items:flex-end;justify-content:space-around;border-left:2px solid var(--border-strong);border-bottom:2px solid var(--border-strong)}.illustration-graph i{width:15px;border-radius:5px 5px 0 0;background:var(--primary)}.illustration-graph i:nth-child(1){height:28px}.illustration-graph i:nth-child(2){height:52px}.illustration-graph i:nth-child(3){height:42px}.illustration-graph i:nth-child(4){height:70px}.preview-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;margin-top:22px}.preview-main-card,.enter-room-card,.workspace-card,.canvas-card{border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm)}.preview-main-card{padding:26px}.section-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.section-heading-row h2{margin-bottom:0;font-size:24px;letter-spacing:-.03em}.sync-chip,.sync-on-chip,.role-chip,.count-chip,.shared-now-chip,.presence-summary,.pending-count-chip{display:inline-flex;align-items:center;border-radius:999px;font-weight:760;white-space:nowrap}.sync-chip{padding:7px 10px;background:var(--success-soft);color:var(--success);font-size:10px}.preview-current-context{display:flex;align-items:center;gap:15px;margin:24px 0 18px;padding:18px;border-radius:16px;background:var(--surface-soft)}.large-context-icon{width:50px;height:50px;flex-shrink:0;font-size:18px}.preview-current-context>div:last-child{display:grid}.preview-current-context strong{margin-top:3px;font-size:16px}.preview-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.preview-stat{display:grid;padding:14px;border:1px solid var(--border);border-radius:14px}.stat-symbol{color:var(--primary)}.preview-stat strong{margin-top:6px;overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.preview-stat>span:last-child{margin-top:2px;color:var(--muted);font-size:10px}.member-preview-section{margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.member-preview-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.member-preview-heading span{color:var(--muted);font-size:11px}.member-preview-list{display:flex;flex-wrap:wrap;gap:12px}.preview-member{gap:9px;min-width:145px}.member-avatar-large,.member-avatar,.presenter-avatar,.enter-avatar,.control-avatar{position:relative;display:grid;place-items:center;border-radius:50%;background:var(--primary-soft);color:var(--primary-dark);font-weight:820}.member-avatar-large{width:38px;height:38px;font-size:10px}.member-avatar-large>span,.presenter-avatar>span,.presence-dot{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border:2px solid white;border-radius:50%}.member-avatar-large>span.online,.presenter-avatar>span.online,.presence-dot.active{background:#49a879}.member-avatar-large>span.offline,.presenter-avatar>span.offline,.presence-dot.offline{background:#aeb7b2}.presence-dot.idle{background:#d39a42}.preview-member>div:last-child,.enter-profile>div:last-child,.presenter-profile>div:last-child,.control-owner-copy>div:last-child,.canvas-resource-meta>div:last-child{display:grid}.preview-member strong,.enter-profile strong,.presenter-profile strong,.control-owner-copy strong,.canvas-resource-meta strong{font-size:12px}.preview-member span,.enter-profile span,.presenter-profile span,.control-owner-copy span,.canvas-resource-meta span{margin-top:2px;color:var(--muted);font-size:10px}.enter-room-card{align-self:start;padding:24px}.enter-profile{gap:12px;padding:14px;border-radius:14px;background:var(--surface-soft)}.enter-avatar{width:44px;height:44px;font-size:12px}.entry-benefits{display:grid;gap:12px;margin:22px 0;color:var(--muted);font-size:12px;line-height:1.4}.entry-benefits span{margin-right:7px;color:var(--success);font-weight:850}.enter-room-button{width:100%;padding:13px 16px;font-size:13px}.entry-note{margin:13px 0 0;color:var(--muted);font-size:10px;text-align:center}.full-page-loading{min-height:100vh;display:grid;place-items:center;align-content:center;gap:10px;background:var(--bg);text-align:center}.full-page-loading>span{color:var(--muted);font-size:12px}.loading-orbit{width:38px;height:38px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.room-app-shell{min-height:100vh;background:#f3f5f2}.room-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px;padding:10px 22px;border-bottom:1px solid var(--border);background:#ffffffeb;backdrop-filter:blur(14px)}.room-topbar-left,.room-topbar-right,.topbar-presence{display:flex;align-items:center}.room-topbar-left{gap:12px;min-width:0}.room-topbar-right{gap:12px}.rooms-home-button{display:inline-flex;align-items:center;gap:6px}.topbar-divider{width:1px;height:30px;background:var(--border)}.small-room-monogram{width:36px;height:36px;flex-shrink:0;font-size:10px}.topbar-room-copy{display:grid;min-width:0}.topbar-room-copy strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.topbar-room-copy span{margin-top:1px;color:var(--muted);font-size:9px;font-weight:750;letter-spacing:.08em}.topbar-presence{gap:7px;color:var(--muted);font-size:11px}.topbar-presence strong{color:var(--text)}.role-chip{padding:6px 9px;background:var(--primary-soft);color:var(--primary-dark);font-size:10px}.small-profile{width:34px;height:34px}.global-error{width:min(980px,calc(100% - 32px));margin:12px auto 0;padding:10px 13px;border:1px solid #e7b7b1;border-radius:10px;background:var(--danger-soft);color:#8f4943;font-size:12px}.presenter-toast{position:fixed;top:82px;left:50%;z-index:100;width:min(470px,calc(100vw - 28px));display:flex;align-items:center;gap:11px;padding:12px 14px;transform:translate(-50%);border:1px solid #bdd6ca;border-radius:13px;background:#fffffff7;box-shadow:var(--shadow-md)}.presenter-toast>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--primary-soft);color:var(--primary);font-size:18px}.presenter-toast>div{display:grid}.presenter-toast strong{font-size:12px}.presenter-toast small{margin-top:2px;color:var(--muted);font-size:10px}.workspace-grid{width:min(1560px,calc(100% - 32px));margin:0 auto;padding:20px 0;display:grid;grid-template-columns:278px minmax(0,1fr) 340px;gap:16px;align-items:start}.workspace-grid.compact{grid-template-columns:250px minmax(0,1fr)}.workspace-grid.compact .workspace-right-column{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-grid.phone{width:min(100% - 20px,760px);grid-template-columns:1fr}.workspace-grid.phone .workspace-left-column,.workspace-grid.phone .workspace-right-column{display:grid;grid-template-columns:1fr;grid-column:auto}.workspace-left-column,.workspace-right-column{display:flex;flex-direction:column;gap:14px}.workspace-card{padding:15px}.card-heading-row{gap:10px}.card-heading-row h3{margin:0;font-size:15px;letter-spacing:-.02em}.card-caption{margin:8px 0 13px;color:var(--muted);font-size:11px;line-height:1.5}.no-margin{margin-bottom:0}.count-chip,.presence-summary,.pending-count-chip{padding:5px 8px;background:var(--surface-soft);color:var(--muted);font-size:9px}.pending-count-chip{background:var(--warning-soft);color:var(--warning)}.resource-list,.queue-list,.members-list,.candidate-list,.live-pulse-list{display:flex;flex-direction:column}.resource-list{gap:7px}.resource-row{width:100%;display:flex;align-items:center;gap:9px;padding:10px;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--text);text-align:left}.resource-row:not(:disabled){cursor:pointer}.resource-row:not(:disabled):hover{background:var(--surface-soft)}.resource-row.active{border-color:#c9dbd2;background:var(--primary-soft)}.resource-icon,.queue-file-icon,.soft-icon,.steering-symbol,.canvas-resource-icon{display:grid;place-items:center;border-radius:10px;background:var(--surface-soft);color:var(--primary)}.resource-icon{width:34px;height:34px;flex-shrink:0}.resource-row.active .resource-icon{background:#fff}.resource-row-copy{min-width:0;display:grid;flex:1}.resource-row-copy strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.resource-row-copy small{margin-top:2px;color:var(--muted);font-size:9px}.shared-now-chip{padding:4px 6px;background:#fff;color:var(--primary);font-size:8px}.resource-arrow{color:var(--subtle);font-size:18px}.soft-icon,.steering-symbol{width:32px;height:32px}.field-label{display:grid;gap:6px;margin-bottom:9px;color:var(--muted);font-size:10px;font-weight:700}.text-field{width:100%;padding:10px 11px;border:1px solid var(--border);border-radius:10px;background:#fbfcfb;color:var(--text);font-size:12px}.file-picker{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:12px;border:1px dashed var(--border-strong);border-radius:11px;background:var(--surface-soft);cursor:pointer}.file-picker input{display:none}.file-picker-icon{width:30px;height:30px;display:grid;place-items:center;flex-shrink:0;border-radius:9px;background:#fff;color:var(--primary);font-size:18px}.file-picker-copy{display:grid;min-width:0}.file-picker-copy strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.file-picker-copy small{margin-top:2px;color:var(--muted);font-size:9px}.secondary-primary-button,.primary-button{padding:10px 12px;font-size:11px}.full-width{width:100%}button:disabled{cursor:not-allowed;opacity:.45}.inline-feedback{margin-top:9px;padding:8px 9px;border-radius:9px;background:var(--surface-soft);color:var(--muted);font-size:10px;line-height:1.4}.canvas-card{overflow:hidden}.shared-state-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 15px;background:#2e5d52;color:#fff}.shared-state-left{gap:10px}.sync-indicator{width:8px;height:8px;border-radius:50%;background:#75d4a2;box-shadow:0 0 0 5px #75d4a224}.shared-state-left>div,.shared-state-right{display:grid}.shared-state-left span,.shared-state-right span{color:#bcd6cd}.shared-state-left strong,.shared-state-right strong{margin-top:2px;font-size:12px}.shared-state-right{text-align:right}.canvas-toolbar{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-bottom:1px solid var(--border)}.canvas-resource-meta{gap:10px;min-width:0}.canvas-resource-icon{width:34px;height:34px;flex-shrink:0}.canvas-resource-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sync-on-chip{padding:6px 9px;background:var(--success-soft);color:var(--success);font-size:9px}.canvas-stage{min-height:620px;display:grid;place-items:center;overflow:auto;padding:20px;background:linear-gradient(45deg,rgba(53,107,94,.025) 25%,transparent 25%) 0 0 / 20px 20px,linear-gradient(-45deg,rgba(53,107,94,.025) 25%,transparent 25%) 0 10px / 20px 20px,#e9eeea}.canvas-stage.phone-stage{min-height:440px;padding:8px}.canvas-stage .react-pdf__Page{box-shadow:0 16px 44px #283d322e}.canvas-loading{color:var(--muted);font-size:12px}.canvas-error{padding:9px 12px;border-bottom:1px solid #edc5c1;background:var(--danger-soft);color:var(--danger);font-size:11px}.shared-image{max-width:94%;max-height:620px;border-radius:10px;box-shadow:0 16px 44px #283d322e}.canvas-controls{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 14px;border-top:1px solid var(--border)}.control-owner-copy{gap:9px}.control-avatar{width:34px;height:34px;font-size:9px}.page-controls{display:flex;align-items:center;gap:8px}.page-controls button{width:34px;height:34px;border-radius:10px;font-weight:850}.page-controls span{min-width:58px;color:var(--muted);font-size:11px;font-weight:750;text-align:center}.following-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:10px;font-weight:750}.following-chip>span{width:6px;height:6px;border-radius:50%;background:#49a879}.presenter-profile{gap:10px;margin:12px 0;padding:11px;border-radius:12px;background:var(--surface-soft)}.presenter-avatar{width:42px;height:42px;flex-shrink:0;font-size:11px}.outline-action-button{color:var(--primary-dark)}.live-pulse-list{gap:7px;margin-top:12px}.live-pulse-list>div{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 9px;border-radius:10px;background:var(--surface-soft)}.live-pulse-list>div>span{color:var(--primary)}.live-pulse-list strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.live-pulse-list small{color:var(--muted);font-size:9px}.queue-tabs,.member-filter-row{display:flex;align-items:center;gap:4px;margin:12px 0;padding:3px;border-radius:10px;background:var(--surface-soft)}.queue-tabs button,.member-filter-row button{padding:6px 8px;border-radius:7px;font-size:9px;font-weight:750}.queue-tabs button.active,.member-filter-row button.active{background:#fff;color:var(--text);box-shadow:0 2px 9px #283d3212}.queue-tabs button span{margin-left:3px;color:var(--subtle)}.member-filter-row>span{margin-left:auto;padding-right:5px;color:var(--muted);font-size:8px}.queue-list{max-height:350px;gap:8px;overflow-y:auto}.empty-queue{display:grid;place-items:center;padding:18px 10px;color:var(--muted);text-align:center}.empty-queue>span{width:36px;height:36px;display:grid;place-items:center;margin-bottom:7px;border-radius:50%;background:var(--surface-soft);color:var(--primary)}.empty-queue strong{color:var(--text);font-size:10px}.empty-queue small{margin-top:2px;font-size:9px}.queue-item{padding:10px;border:1px solid var(--border);border-radius:11px}.queue-item-top{align-items:flex-start;gap:8px}.queue-file-icon{width:30px;height:30px;flex-shrink:0}.queue-item-copy{min-width:0;display:grid;flex:1}.queue-item-copy strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.queue-item-copy span,.queue-item-copy small{margin-top:2px;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.status-pill{padding:4px 5px;border-radius:999px;font-size:7px;font-weight:850}.status-pill.pending{background:var(--warning-soft);color:var(--warning)}.status-pill.accepted{background:var(--success-soft);color:var(--success)}.status-pill.rejected{background:var(--danger-soft);color:var(--danger)}.queue-actions{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.queue-actions button{padding:5px 7px;border-radius:7px;font-size:8px;font-weight:730}.queue-actions .accept-action{border-color:#b8d8c7;background:var(--success-soft);color:var(--success)}.queue-actions .reject-action{border-color:#e7c0bc;background:var(--danger-soft);color:var(--danger)}.queue-note{margin-bottom:0}.members-list{max-height:390px;gap:2px;overflow-y:auto}.member-row{gap:9px;padding:8px 2px;border-bottom:1px solid #edf1ee}.member-row:last-child{border-bottom:0}.member-avatar{width:34px;height:34px;flex-shrink:0;font-size:9px}.member-copy{min-width:0;display:grid;flex:1}.member-copy strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.member-copy span,.member-state-copy span{margin-top:2px;color:var(--muted);font-size:8px}.member-state-copy{display:grid;flex-shrink:0;text-align:right}.member-state-copy strong{font-size:9px}.presence-summary{gap:5px}.presence-summary i{width:6px;height:6px;border-radius:50%;background:#49a879}.modal-overlay{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:18px;background:#23312b6b;backdrop-filter:blur(5px)}.dialog-card,.preview-dialog{width:min(520px,96vw);max-height:90vh;overflow:hidden;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:0 30px 90px #1a272138}.preview-dialog{width:min(940px,96vw)}.dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid var(--border)}.dialog-header h2{margin:0;font-size:20px;letter-spacing:-.03em}.dialog-header p:last-child{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.dialog-close{width:32px;height:32px;flex-shrink:0;border-radius:50%;font-size:18px}.candidate-list{gap:7px;max-height:390px;padding:14px 20px;overflow-y:auto}.candidate-row{width:100%;display:grid;grid-template-columns:38px minmax(0,1fr) 24px;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text);text-align:left}.candidate-row.selected{border-color:#a9cabc;background:var(--primary-soft)}.simple-avatar{width:36px;height:36px}.candidate-row>div:nth-child(2){display:grid}.candidate-row strong{font-size:11px}.candidate-row span{margin-top:2px;color:var(--muted);font-size:9px}.selection-ring{width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:50%;color:#fff!important}.selection-ring.selected{border-color:var(--primary);background:var(--primary)}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px 20px}.submission-preview-stage{height:min(70vh,720px);background:#edf1ee}.submission-preview-stage iframe,.submission-preview-stage img{width:100%;height:100%;border:0;object-fit:contain}.room-footer{padding:0 16px 20px;color:var(--muted);font-size:9px;text-align:center}@media(max-width:900px){.room-card-grid,.preview-hero{grid-template-columns:1fr}.preview-illustration{display:none}.preview-grid{grid-template-columns:1fr}.enter-room-card{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}.enter-room-card>.eyebrow,.entry-benefits,.entry-note{grid-column:1 / -1}}.video-call-dock:not(.video-call-error){display:flex;flex-direction:column}.video-call-dock:not(.minimized) .video-tile-grid{flex:1;min-height:132px}.video-call-dock:not(.minimized) .video-call-tile{min-height:0;height:100%;aspect-ratio:auto}.video-resize-handle{position:absolute;right:2px;bottom:2px;width:24px;height:24px;display:grid;place-items:end;padding:0 3px 1px 0;border-radius:0 0 15px;color:#afc6bd;cursor:nwse-resize;touch-action:none;user-select:none}.video-resize-handle span{font-size:16px;line-height:1;transform:rotate(90deg)}.video-call-dock.resizing{user-select:none}.resources-panel{display:grid;gap:10px}.resources-section-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:4px;border:1px solid #dce5e0;border-radius:13px;background:#f1f5f2}.resources-section-tabs button{position:relative;min-width:0;min-height:54px;display:grid;grid-template-columns:auto minmax(0,1fr);align-content:center;align-items:center;gap:3px 6px;padding:7px 8px;border:0;border-radius:10px;background:transparent;color:#66766f;text-align:left}.resources-section-tabs button>span{grid-row:1 / 3;font-size:17px}.resources-section-tabs button strong{overflow:hidden;font-size:10px;line-height:1.1;text-overflow:ellipsis}.resources-section-tabs button i{position:absolute;top:3px;right:4px;padding:2px 4px;border-radius:999px;background:#dff5eb;color:#126048;font-size:7px;font-style:normal;font-weight:900}.resources-section-tabs button.active{background:#fff;color:#155f4c;box-shadow:0 2px 8px #16392e14}.resource-mode-card{min-height:300px;display:flex;flex-direction:column;align-items:flex-start;padding:22px}.resource-mode-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:16px;border-radius:16px;background:#e9f4ef;color:#16614d;font-size:24px}.resource-mode-icon.screen{background:#e8f0f7;color:#285775}.resource-mode-card h3{margin:0 0 8px;color:#173f34}.resource-mode-card>p:not(.eyebrow){margin:0 0 16px;color:#65756e;font-size:12px;line-height:1.55}.resource-mode-meta,.screen-share-live-status{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#677770;font-size:10px}.resource-mode-meta b{padding:3px 6px;border-radius:999px;background:#e7f5ef;color:#156149;font-size:8px}.screen-share-live-status strong{color:#1b5c49}.resource-mode-actions{width:100%;display:flex;flex-wrap:wrap;gap:8px}.resource-mode-action,.resource-mode-stop,.resource-mode-wait{min-height:42px;padding:0 14px;border-radius:11px;font-size:11px;font-weight:800}.resource-mode-action{border:0;background:#15634e;color:#fff}.resource-mode-stop,.resource-mode-wait{border:1px solid #d5dfda;background:#fff;color:#35564b}.resource-mode-note{margin-top:auto;padding-top:18px;color:#819089;font-size:9px;line-height:1.45}.screen-share-canvas{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #243d37;border-radius:18px;background:#101815;box-shadow:0 14px 38px #0a1d1726}.screen-share-canvas-heading{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;color:#eef8f4;background:#17241f}.screen-share-canvas-heading>div{display:flex;align-items:center;gap:9px}.screen-share-canvas-heading strong{font-size:11px}.screen-share-canvas-heading small{color:#9db5ac;font-size:8px;font-weight:850;letter-spacing:.1em}.screen-share-live-dot{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:#35d99b;box-shadow:0 0 0 4px #35d99b1f}.screen-share-video-stage{position:relative;flex:1;min-height:0;display:grid;place-items:center;overflow:hidden;background:#080d0b}.screen-share-video-stage video{width:100%;height:100%;display:block;object-fit:contain}.screen-share-waiting{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:7px;padding:24px;color:#edf7f3;text-align:center}.screen-share-waiting>span{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#21352e;font-size:22px}.screen-share-waiting small{max-width:360px;color:#9fb4ac}@media(max-width:819px){.video-resize-handle{display:none}.resources-section-tabs button{min-height:49px;grid-template-columns:1fr;justify-items:center;gap:2px;padding:5px 3px;text-align:center}.resources-section-tabs button>span{grid-row:auto;font-size:15px}.resources-section-tabs button strong{width:100%;font-size:9px;white-space:normal}.resource-mode-card{min-height:260px;padding:18px}.mobile-room-stage-v103 .resources-panel{height:100%;overflow-y:auto;padding-bottom:4px}.screen-share-canvas{border-radius:13px}.screen-share-canvas-heading{min-height:36px;padding:0 10px}}@media(max-width:720px){.lobby-topbar,.preview-topbar,.lobby-content,.preview-content{width:min(100% - 24px,1240px)}.lobby-topbar{padding:14px 0}.brand-tagline,.profile-copy,.compact-brand .brand-name,.topbar-presence>span:last-child,.role-chip,.topbar-divider{display:none}.lobby-content{padding-top:26px}.welcome-row{display:grid;align-items:start}.welcome-row h1{font-size:38px}.lobby-stats{width:100%}.mini-stat{flex:1;min-width:0}.room-toolbar{align-items:stretch;flex-direction:column}.segmented-control{align-self:flex-start}.search-box{width:100%;min-width:0}.room-pulse-card{padding:18px}.pulse-metrics{grid-template-columns:1fr 1fr}.pulse-metrics>div:nth-child(2){grid-column:1 / -1;grid-row:2}.room-card-footer{align-items:stretch;flex-direction:column}.open-room-button{width:100%}.preview-hero{min-height:0;padding:30px 24px}.preview-hero h1{font-size:42px}.preview-stat-grid{grid-template-columns:1fr}.section-heading-row{flex-direction:column}.enter-room-card{display:block}.room-topbar{padding:9px 10px}.room-topbar-right{gap:7px}.rooms-home-button{padding:8px;font-size:0}.rooms-home-button span{font-size:16px}.topbar-room-copy strong{max-width:130px}.canvas-controls,.shared-state-banner{align-items:stretch;flex-direction:column}.shared-state-right{text-align:left}.page-controls{justify-content:space-between}.workspace-grid.compact .workspace-right-column{grid-template-columns:1fr}.dialog-actions{flex-direction:column-reverse}.dialog-actions button{width:100%}}.auth-shell{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 8% 8%,rgba(215,232,220,.92),transparent 31%),radial-gradient(circle at 92% 14%,rgba(250,226,207,.9),transparent 28%),linear-gradient(145deg,#f8faf7,#f4f6f1 52%,#fbf7f1)}.auth-ambient{position:absolute;border-radius:50%;filter:blur(3px);pointer-events:none}.ambient-one{width:360px;height:360px;left:-140px;bottom:-130px;background:#e1d9ee70}.ambient-two{width:260px;height:260px;right:-70px;bottom:8%;background:#d8e8de8f}.auth-layout{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));min-height:100vh;margin:0 auto;padding:48px 0;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.75fr);gap:72px;align-items:center}.auth-story{padding:20px 0}.auth-brand{margin-bottom:84px}.auth-copy{max-width:690px}.auth-copy h1{max-width:650px;margin-bottom:22px;font-size:clamp(48px,6vw,82px);line-height:.96;letter-spacing:-.06em;color:#21322b}.auth-copy>p:last-child{max-width:620px;margin-bottom:0;color:var(--muted);font-size:19px;line-height:1.65}.auth-feature-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.auth-feature-grid>div{min-height:150px;padding:19px;border:1px solid rgba(211,222,215,.9);border-radius:22px;background:#ffffff9e;backdrop-filter:blur(16px)}.auth-feature-grid span{width:38px;height:38px;margin-bottom:16px;display:grid;place-items:center;border-radius:13px;background:var(--primary-soft);color:var(--primary);font-size:20px;font-weight:800}.auth-feature-grid strong,.auth-feature-grid small{display:block}.auth-feature-grid strong{margin-bottom:7px;font-size:14px}.auth-feature-grid small{color:var(--muted);font-size:12px;line-height:1.45}.auth-card{padding:34px;border:1px solid rgba(218,226,220,.95);border-radius:28px;background:#ffffffe6;box-shadow:0 28px 80px #30463b24;backdrop-filter:blur(22px)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;border-radius:14px;background:#f0f4f0}.auth-tabs button{padding:10px 12px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:13px;font-weight:750;cursor:pointer}.auth-tabs button.active{background:#fff;color:var(--primary-dark);box-shadow:0 5px 16px #344d4014}.auth-card-heading{margin:30px 0 24px}.auth-card-heading h2{margin-bottom:8px;font-size:28px;letter-spacing:-.035em}.auth-card-heading p,.dialog-lede{margin-bottom:0;color:var(--muted);line-height:1.55}.auth-form,.room-dialog-form{display:grid;gap:17px}.auth-form label,.room-dialog-form label{display:grid;gap:7px;color:#48574f;font-size:12px;font-weight:720}.auth-form input,.room-dialog-form input,.room-dialog-form textarea{width:100%;padding:13px 14px;border:1px solid var(--border-strong);border-radius:13px;background:#fcfdfb;color:var(--text);font:inherit;font-size:15px;resize:vertical;transition:border-color .15s,box-shadow .15s,background .15s}.auth-form input:focus,.room-dialog-form input:focus,.room-dialog-form textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #356b5e1a}.auth-submit{margin-top:3px;padding:14px 18px;border:0;border-radius:13px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 10px 24px #356b5e33}.auth-submit:hover:not(:disabled){background:var(--primary-dark)}.auth-submit:disabled{opacity:.58;cursor:wait}.auth-error,.audio-error{padding:11px 13px;border:1px solid #efc9c4;border-radius:11px;background:var(--danger-soft);color:#91483f;font-size:12px;line-height:1.45}.lobby-header-actions{display:flex;align-items:center;gap:9px}.topbar-action{min-height:42px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:12px;font-size:12px;font-weight:790;cursor:pointer}.topbar-action.primary{border:1px solid var(--primary);background:var(--primary);color:#fff;box-shadow:0 7px 18px #356b5e2b}.topbar-action.secondary{border:1px solid var(--border-strong);background:#ffffffc7;color:var(--primary-dark)}.logout-button{width:30px;height:30px;border:0;border-radius:9px;background:transparent;color:var(--muted);cursor:pointer}.logout-button:hover{background:#edf2ee;color:var(--danger)}.roomy-empty{padding-block:72px}.empty-actions{margin-top:20px;display:flex;justify-content:center;gap:10px}.room-dialog-overlay{position:fixed;inset:0;z-index:200;padding:24px;display:grid;place-items:center;background:#21312a57;backdrop-filter:blur(8px)}.room-dialog{position:relative;width:min(480px,100%);padding:32px;border:1px solid rgba(218,226,220,.95);border-radius:26px;background:#fff;box-shadow:0 34px 90px #21312a38}.dialog-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border:0;border-radius:10px;background:#f2f5f2;color:var(--muted);font-size:20px;cursor:pointer}.dialog-symbol{width:48px;height:48px;margin-bottom:22px;display:grid;place-items:center;border-radius:16px;background:var(--primary-soft);color:var(--primary);font-size:24px;font-weight:800}.room-dialog h2{margin-bottom:9px;font-size:30px;letter-spacing:-.04em}.room-dialog .dialog-lede{margin-bottom:24px}.room-code-input{text-align:center;text-transform:uppercase;letter-spacing:.17em;font-weight:820!important}.audio-card{overflow:hidden}.audio-status-chip{padding:6px 9px;border-radius:999px;background:#f0f2f0;color:var(--muted);font-size:10px;font-weight:800}.audio-status-chip.joined{background:var(--success-soft);color:var(--success)}.audio-intro{margin:8px 0 14px;color:var(--muted);font-size:12px;line-height:1.5}.audio-join-button{width:100%;padding:12px 14px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #c7dbd0;border-radius:12px;background:var(--primary-soft);color:var(--primary-dark);font-weight:800;cursor:pointer}.audio-control-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.audio-control{min-height:62px;padding:9px;display:grid;place-items:center;gap:4px;border:1px solid var(--border);border-radius:13px;background:#fff;color:var(--muted);font-size:11px;font-weight:780;cursor:pointer}.audio-control span{font-size:18px}.audio-control.active{border-color:#bdd6c9;background:#f1f7f3;color:var(--primary-dark)}.audio-people{display:grid;gap:7px;max-height:190px;overflow:auto}.audio-person{padding:7px 8px;display:flex;align-items:center;gap:9px;border:1px solid transparent;border-radius:12px;transition:background .15s,border-color .15s}.audio-person.speaking{border-color:#acd0bc;background:var(--success-soft)}.audio-avatar{position:relative;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e9efea;color:var(--primary-dark);font-size:10px;font-weight:850}.audio-avatar span{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border:2px solid white;border-radius:50%;background:#76a88b}.audio-person.speaking .audio-avatar{box-shadow:0 0 0 4px #3a7d5f24}.audio-person>div:last-child{min-width:0;display:grid}.audio-person strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.audio-person small{color:var(--muted);font-size:10px}.audio-person.speaking small{color:var(--success);font-weight:760}.audio-leave-button{width:100%;margin-top:12px;padding:9px;border:0;border-radius:10px;background:transparent;color:var(--danger);font-size:11px;font-weight:760;cursor:pointer}.audio-network-note{margin:8px 0 0;color:var(--muted);font-size:9.5px;line-height:1.4}.audio-error{margin-top:11px}.remote-audio-elements{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.topbar-audio-live{padding:7px 10px;display:flex;align-items:center;gap:6px;border-radius:999px;background:var(--success-soft);color:var(--success);font-size:10px;font-weight:800}.topbar-audio-live span{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #3a7d5f1f}@media(max-width:980px){.auth-layout{grid-template-columns:1fr;gap:38px;padding-block:30px 50px}.auth-brand{margin-bottom:48px}.auth-card{width:min(570px,100%);margin:0 auto}.lobby-topbar{align-items:flex-start}.lobby-header-actions{flex-wrap:wrap;justify-content:flex-end}}@media(max-width:700px){.auth-layout{width:min(100% - 24px,1180px);gap:26px}.auth-story{padding-top:0}.auth-brand{margin-bottom:38px}.auth-copy h1{font-size:48px}.auth-copy>p:last-child{font-size:16px}.auth-feature-grid{grid-template-columns:1fr;margin-top:30px}.auth-feature-grid>div{min-height:0}.auth-card,.room-dialog{padding:24px;border-radius:22px}.lobby-topbar{width:min(100% - 24px,1240px);display:grid}.lobby-header-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.profile-chip{grid-column:1 / -1}.profile-copy{flex:1}.topbar-action{padding-inline:10px}.empty-actions{flex-direction:column}.room-dialog-overlay{padding:12px}.room-topbar-right .topbar-audio-live{display:none}}.workspace-center-column{min-width:0;display:flex;flex-direction:column;gap:12px}.workspace-view-tabs{display:inline-flex;align-self:flex-start;gap:5px;padding:5px;border:1px solid var(--border);border-radius:14px;background:#ffffffd1;box-shadow:var(--shadow-sm)}.workspace-view-tabs button{border:0;border-radius:10px;padding:10px 14px;background:transparent;color:var(--muted);font-weight:750;cursor:pointer}.workspace-view-tabs button.active{background:var(--primary);color:#fff}.workspace-view-tabs button span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:5px;padding:0 6px;border-radius:999px;background:#ffffff2e;font-size:11px}.chat-card{min-height:360px;display:flex;flex-direction:column}.soft-count{display:grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:12px;font-weight:800}.chat-message-list{max-height:340px;min-height:190px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:4px 2px 12px}.empty-chat{margin:auto;display:grid;justify-items:center;gap:5px;color:var(--muted);text-align:center}.empty-chat span{font-size:28px}.empty-chat small{color:var(--subtle)}.chat-message{max-width:90%;align-self:flex-start;padding:10px 12px;border:1px solid var(--border);border-radius:14px 14px 14px 4px;background:var(--surface-soft)}.chat-message.mine{align-self:flex-end;border-color:#cfe0d8;border-radius:14px 14px 4px;background:var(--primary-soft)}.chat-message-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.chat-message-meta strong{font-size:11px;color:var(--primary-dark)}.chat-message-meta time{color:var(--subtle);font-size:10px}.chat-message p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.42}.chat-composer{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:auto;padding-top:10px;border-top:1px solid var(--border)}.chat-composer textarea{width:100%;resize:none;border:1px solid var(--border-strong);border-radius:12px;padding:10px 11px;background:#fff;color:var(--text)}.chat-composer button{align-self:stretch;border:0;border-radius:12px;padding:0 14px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer}.chat-composer button:disabled{opacity:.45;cursor:default}.whiteboard-shell{overflow:hidden;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-md)}.whiteboard-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid var(--border);background:var(--surface-warm)}.whiteboard-toolbar h3{margin:0}.whiteboard-tools{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.color-palette{display:flex;gap:7px}.color-palette button{width:25px;height:25px;padding:0;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px var(--border-strong);cursor:pointer}.color-palette button.selected{box-shadow:0 0 0 3px #356b5e40}.stroke-size{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;font-weight:700}.stroke-size input{width:86px;accent-color:var(--primary)}.whiteboard-clear{border:1px solid var(--border-strong);border-radius:10px;padding:8px 10px;background:#fff;color:var(--danger);font-weight:750;cursor:pointer}.whiteboard-canvas-wrap{position:relative;min-height:620px;background-color:#fffefa;background-image:radial-gradient(#dfe6e1 1px,transparent 1px);background-size:22px 22px}.whiteboard-canvas-wrap canvas{display:block;width:100%;height:620px;touch-action:none;cursor:crosshair}.whiteboard-footer{display:flex;justify-content:space-between;gap:12px;padding:10px 16px;border-top:1px solid var(--border);color:var(--muted);font-size:11px}.audio-mode-picker{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.audio-mode-picker button{display:grid;gap:3px;text-align:left;border:1px solid var(--border);border-radius:13px;padding:11px;background:var(--surface-soft);color:var(--text);cursor:pointer}.audio-mode-picker button.selected{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 2px #356b5e14}.audio-mode-picker strong{font-size:13px}.audio-mode-picker small{color:var(--muted);font-size:10px;line-height:1.3}.audio-mode-live{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:9px 10px;border-radius:11px;background:var(--success-soft);color:var(--success);font-size:12px;font-weight:800}@media(max-width:650px){.workspace-view-tabs{width:100%}.workspace-view-tabs button{flex:1;padding:10px 8px}.whiteboard-toolbar{align-items:flex-start;flex-direction:column}.whiteboard-canvas-wrap,.whiteboard-canvas-wrap canvas{min-height:460px;height:460px}.chat-composer{grid-template-columns:1fr}.chat-composer button{min-height:42px}.audio-mode-picker{grid-template-columns:1fr}}.continuity-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 14px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.continuity-bar>div{display:flex;align-items:center;gap:10px;min-width:0}.continuity-bar span{font-size:11px;font-weight:900;letter-spacing:.08em;white-space:nowrap}.continuity-bar strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continuity-bar.syncing{border-color:#cfe0d8;background:var(--success-soft);color:var(--success)}.continuity-bar.detached{border-color:#ead6b7;background:#fff8ec;color:#8a5c22}.continuity-bar button{border:0;border-radius:10px;padding:8px 11px;background:#8a5c22;color:#fff;font-weight:800;cursor:pointer}.sync-on-chip.detached,.following-chip.detached{background:#fff2dd;color:#8a5c22}.whiteboard-resource-icon{background:#f0eafa!important;color:#735d8f!important}.whiteboard-state-banner{border-radius:0}.tool-segment{display:inline-flex;gap:3px;padding:3px;border:1px solid var(--border);border-radius:11px;background:#fff}.tool-segment button{border:0;border-radius:8px;padding:7px 9px;background:transparent;color:var(--muted);font-weight:750;cursor:pointer}.tool-segment button.selected{background:var(--primary-soft);color:var(--primary-dark)}.whiteboard-undo{border:1px solid var(--border-strong);border-radius:10px;padding:8px 10px;background:#fff;color:var(--text);font-weight:750;cursor:pointer}.whiteboard-undo:disabled{opacity:.4;cursor:default}.whiteboard-canvas-wrap.tool-pointer canvas{cursor:default}.whiteboard-canvas-wrap.tool-eraser canvas{cursor:cell}.activity-card{min-height:220px}.activity-list{display:flex;flex-direction:column;gap:2px}.activity-row{display:grid;grid-template-columns:30px 1fr;gap:9px;align-items:start;padding:9px 0;border-bottom:1px solid var(--border)}.activity-row:last-child{border-bottom:0}.activity-symbol{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--surface-soft);color:var(--primary-dark);font-weight:900}.activity-row div{display:grid;gap:3px}.activity-row strong{font-size:12px;line-height:1.35}.activity-row small{color:var(--subtle);font-size:10px}.empty-activity{padding:18px 4px;color:var(--muted);font-size:12px;text-align:center}@media(max-width:650px){.continuity-bar{align-items:flex-start}.continuity-bar>div{align-items:flex-start;flex-direction:column;gap:3px}.whiteboard-tools{width:100%}}:root{--v10-bg: #f7f7f2;--v10-surface: #ffffff;--v10-surface-soft: #f1f4ef;--v10-ink: #18322b;--v10-muted: #68776f;--v10-line: #dde4df;--v10-accent: #2f715f;--v10-accent-soft: #e4f1ec;--v10-warn: #d77f4f;--v10-shadow: 0 14px 40px rgba(28, 55, 45, .08)}body{background:var(--v10-bg);color:var(--v10-ink)}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.sprint10-auth{background:var(--v10-bg)}.auth-layout-v10{max-width:1160px;min-height:100vh;grid-template-columns:minmax(0,1.1fr) minmax(340px,480px);gap:56px;align-items:center;padding:48px 28px}.auth-story-v10{background:transparent;color:var(--v10-ink);padding:24px}.auth-story-v10 .brand-tagline,.auth-story-v10 .auth-copy p{color:var(--v10-muted)}.auth-story-v10 .auth-copy h1{max-width:620px;font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-3px}.auth-proof-list{display:grid;gap:16px;margin-top:42px;max-width:580px}.auth-proof-list>div{display:flex;align-items:center;gap:14px;padding:12px 0;border-top:1px solid var(--v10-line)}.auth-proof-list>div>span{width:38px;color:var(--v10-accent);font-weight:800}.auth-proof-list p{display:grid;gap:2px;margin:0}.auth-proof-list small{color:var(--v10-muted)}.auth-card-v10{border:1px solid var(--v10-line);border-radius:28px;box-shadow:var(--v10-shadow);background:#fffffff5;padding:30px}.invite-auth-banner{display:flex;gap:12px;padding:14px;margin-bottom:16px;background:var(--v10-accent-soft);border-radius:16px;color:var(--v10-ink)}.invite-auth-banner>span{font-size:22px;color:var(--v10-accent)}.invite-auth-banner div{display:grid;gap:3px}.invite-auth-banner small{color:var(--v10-muted)}.password-field{display:flex;align-items:center;border:1px solid var(--v10-line);border-radius:13px;overflow:hidden;background:#fff}.password-field input{border:0!important;border-radius:0!important}.password-field button{border:0;background:transparent;padding:0 12px;color:var(--v10-accent);font-weight:700}.password-strength{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.password-strength span{height:5px;border-radius:999px;background:#e7ebe8}.password-strength span.filled{background:var(--v10-accent)}.field-help{color:var(--v10-muted);margin-top:-7px}.auth-options{display:flex;align-items:center;justify-content:space-between;gap:12px}.remember-row{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;font-size:13px;color:var(--v10-muted)}.remember-row input{width:auto!important}.text-link,.auth-back-link{border:0;background:transparent;color:var(--v10-accent);font-weight:700;cursor:pointer}.auth-success,.inline-success{background:#edf8f2;color:#23624f;padding:11px 13px;border-radius:12px}.manual-reset-link{display:block;color:var(--v10-accent);font-weight:700;text-align:center}.lobby-v10{min-height:100vh;background:var(--v10-bg)}.lobby-main-v10{max-width:1180px;margin:auto;padding:44px 24px 80px}.lobby-hero-v10{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:28px}.lobby-hero-v10 h1{font-size:clamp(38px,5vw,62px);letter-spacing:-2.5px;margin:4px 0 8px}.lobby-hero-v10 p{color:var(--v10-muted)}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-actions button{min-height:48px;border-radius:14px;padding:0 18px;font-weight:800}.primary-action{background:var(--v10-accent);color:#fff;border:1px solid var(--v10-accent)}.secondary-action{background:#fff;color:var(--v10-ink);border:1px solid var(--v10-line)}.dashboard-metrics{display:flex;gap:10px;margin-bottom:30px}.dashboard-metrics>div{display:flex;align-items:baseline;gap:7px;background:#fff;border:1px solid var(--v10-line);border-radius:999px;padding:8px 14px}.dashboard-metrics strong{color:var(--v10-accent)}.dashboard-metrics span{color:var(--v10-muted);font-size:13px}.rooms-section-v10{display:grid;gap:18px}.rooms-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center}.filter-segment{display:flex;padding:4px;border:1px solid var(--v10-line);border-radius:12px;background:#fff}.filter-segment button{border:0;background:transparent;padding:8px 14px;border-radius:9px;color:var(--v10-muted);font-weight:700}.filter-segment button.active{background:var(--v10-accent-soft);color:var(--v10-accent)}.rooms-search{display:flex;align-items:center;gap:8px;min-width:260px;padding:0 12px;border:1px solid var(--v10-line);background:#fff;border-radius:12px}.rooms-search input{width:100%;border:0;padding:10px 0;outline:none}.room-card-grid-v10{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.room-card-v10{text-align:left;background:#fff;border:1px solid var(--v10-line);border-radius:22px;padding:18px;color:var(--v10-ink);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.room-card-v10:hover{transform:translateY(-3px);box-shadow:var(--v10-shadow);border-color:#c5d5ce}.room-card-top,.room-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.room-live-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:var(--v10-muted)}.room-live-status i{width:7px;height:7px;border-radius:50%;background:#a8b3ad}.room-live-status.live{color:var(--v10-accent)}.room-live-status.live i{background:#38a77b;box-shadow:0 0 0 4px #38a77b21}.room-card-copy{margin:18px 0 14px;min-height:86px}.room-card-copy h2{margin:0 0 8px;font-size:21px}.room-card-copy p{margin:0;color:var(--v10-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.room-current-context{display:flex;align-items:center;gap:10px;background:var(--v10-surface-soft);border-radius:14px;padding:11px}.room-current-context>span{font-size:22px}.room-current-context div{display:grid;gap:2px;min-width:0}.room-current-context strong,.room-current-context small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-current-context small{color:var(--v10-muted)}.room-card-footer{margin-top:16px}.room-card-footer>div:last-of-type{display:grid;flex:1}.room-card-footer small{color:var(--v10-muted)}.room-card-footer b{font-size:22px;color:var(--v10-accent)}.avatar-button{display:flex;align-items:center;gap:9px;border:0;background:transparent;color:var(--v10-ink);cursor:pointer}.avatar-button>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--v10-accent);color:#fff;font-weight:800}.avatar-button div{display:grid;text-align:left}.avatar-button small{color:var(--v10-muted)}.cloud-status{display:flex;align-items:center;gap:7px;color:var(--v10-muted);font-size:13px}.cloud-status i{width:7px;height:7px;background:#d99860;border-radius:50%}.cloud-status.connected i{background:#3aa579}.sheet-backdrop{position:fixed;inset:0;z-index:1000;background:#18322b52;display:grid;place-items:center;padding:20px;backdrop-filter:blur(5px)}.action-sheet,.account-sheet{width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:26px;padding:24px;box-shadow:0 24px 80px #18322b38}.sheet-handle{display:none;width:44px;height:4px;border-radius:999px;background:#d9dfdb;margin:-10px auto 14px}.sheet-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:20px}.sheet-heading h2{margin:4px 0 0}.icon-close{width:36px;height:36px;border-radius:50%;border:0;background:var(--v10-surface-soft);font-size:24px}.action-sheet label,.account-sheet label{display:grid;gap:7px;margin:14px 0;font-weight:700}.action-sheet input,.action-sheet textarea,.account-sheet input{width:100%;border:1px solid var(--v10-line);border-radius:13px;padding:12px;background:#fff}.sheet-submit,.account-save{width:100%;border:0;border-radius:14px;padding:13px;background:var(--v10-accent);color:#fff;font-weight:800}.account-identity{display:flex;gap:12px;align-items:center;padding:14px;background:var(--v10-surface-soft);border-radius:16px;margin-bottom:18px}.account-identity div:last-child{display:grid}.account-identity span{color:var(--v10-muted)}.account-avatar{width:50px;height:50px}.account-divider{height:1px;background:var(--v10-line);margin:22px 0}.account-danger-actions{display:flex;justify-content:space-between;gap:10px;margin-top:16px}.account-danger-actions button{border:0;background:transparent;color:#a54b47;font-weight:700}.invite-landing-shell{min-height:100vh;background:var(--v10-bg);display:grid;place-items:center;padding:24px}.invite-landing-card{width:min(560px,100%);background:#fff;border:1px solid var(--v10-line);border-radius:28px;padding:32px;box-shadow:var(--v10-shadow);text-align:center}.invite-landing-mark{width:52px;height:52px;border-radius:16px;background:var(--v10-accent);color:#fff;display:grid;place-items:center;margin:0 auto 20px;font-size:24px;font-weight:900}.invite-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:24px 0}.invite-detail-grid>div{display:grid;gap:4px;padding:12px;background:var(--v10-surface-soft);border-radius:13px}.invite-detail-grid span{color:var(--v10-muted);font-size:12px}.invite-accept-button,.invite-cancel-button{width:100%;padding:13px;border-radius:14px;font-weight:800}.invite-accept-button{background:var(--v10-accent);border:0;color:#fff}.invite-cancel-button{margin-top:8px;background:#fff;border:1px solid var(--v10-line);color:var(--v10-ink)}.room-app-v10{height:100dvh;overflow:hidden;background:var(--v10-bg)}.room-topbar-v10{height:64px;min-height:64px;padding:0 18px;border-bottom:1px solid var(--v10-line);background:#fffffff2;backdrop-filter:blur(12px)}.room-topbar-v10 .rooms-home-button em{font-style:normal}.topbar-audio-button{display:flex;align-items:center;gap:7px;border:1px solid var(--v10-line);border-radius:999px;background:#fff;padding:7px 10px;font-weight:700;color:var(--v10-ink)}.audio-state-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#aab5af}.audio-state-dot.state-connected{background:#31a675;box-shadow:0 0 0 4px #31a6751f}.audio-state-dot.state-connecting,.audio-state-dot.state-reconnecting{background:#d98a55;animation:pulse 1.2s infinite}.audio-state-dot.state-failed{background:#c65c56}.desktop-workspace-v10{height:calc(100dvh - 64px);display:grid;grid-template-columns:268px minmax(0,1fr) 360px;min-height:0}.desktop-resource-rail,.desktop-context-panel{min-height:0;background:#fff}.desktop-resource-rail{border-right:1px solid var(--v10-line);padding:14px;overflow-y:auto}.desktop-resource-rail .workspace-card,.desktop-context-panel .workspace-card,.panel-section{border:0;box-shadow:none;border-radius:0;background:transparent;padding:0}.desktop-resource-rail .contribution-upload-card{margin-top:18px;padding-top:18px;border-top:1px solid var(--v10-line)}.desktop-canvas-stage{min-width:0;min-height:0;padding:12px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:10px;overflow:hidden}.desktop-canvas-stage .canvas-card,.desktop-canvas-stage .whiteboard-shell{min-height:0;height:100%;margin:0;display:flex;flex-direction:column}.desktop-canvas-stage .canvas-viewer,.desktop-canvas-stage .whiteboard-canvas-wrap{flex:1;min-height:0}.desktop-context-panel{border-left:1px solid var(--v10-line);display:grid;grid-template-rows:auto minmax(0,1fr)}.context-tabs{display:grid;grid-template-columns:repeat(3,1fr);padding:8px;gap:4px;border-bottom:1px solid var(--v10-line)}.context-tabs button{border:0;background:transparent;color:var(--v10-muted);padding:9px 6px;border-radius:10px;font-weight:750}.context-tabs button.active{background:var(--v10-accent-soft);color:var(--v10-accent)}.context-tabs b{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:4px;padding:0 4px;border-radius:999px;background:var(--v10-warn);color:#fff;font-size:10px}.context-panel-scroll{min-height:0;overflow-y:auto;padding:16px}.context-panel-scroll>*+*{border-top:1px solid var(--v10-line);margin-top:20px;padding-top:20px}.panel-section-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.panel-section-heading h3{margin:3px 0 0}.panel-section{padding:0}.section-helper{color:var(--v10-muted);font-size:13px}.audio-dock{min-height:54px;border:1px solid var(--v10-line);background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px}.audio-dock-status{display:flex;align-items:center;gap:9px}.audio-dock-status div{display:grid}.audio-dock-status small{color:var(--v10-muted)}.audio-dock-join{border:0;border-radius:11px;background:var(--v10-accent);color:#fff;padding:9px 12px;font-weight:800}.audio-dock-controls{display:flex;align-items:center;gap:6px}.audio-dock-controls button{min-height:38px;border:1px solid var(--v10-line);background:#fff;border-radius:10px;padding:7px 9px}.audio-dock-controls button.active{background:var(--v10-accent-soft);border-color:#b9d5ca}.audio-dock-controls button:first-child{display:flex;align-items:center;gap:5px}.audio-dock-controls i,.mic-level i{width:38px;height:5px;border-radius:999px;background:#e1e6e3;overflow:hidden;display:block}.audio-dock-controls i b,.mic-level i b{height:100%;display:block;background:#36a779;border-radius:inherit;transition:width .12s linear}.audio-health-row{display:flex;align-items:center;justify-content:space-between;padding:10px;background:var(--v10-surface-soft);border-radius:13px}.audio-health-row>div{display:flex;align-items:center;gap:8px}.mic-level{font-size:11px;color:var(--v10-muted)}.audio-status-chip.state-reconnecting,.audio-status-chip.state-connecting{color:#a96235;background:#fff4ea}.audio-status-chip.state-failed{color:#a84b46;background:#fff0ef}.audio-error{display:grid;gap:3px}.speaking-bars{margin-left:auto;display:flex;align-items:end;gap:2px;height:16px;opacity:0}.audio-person.speaking .speaking-bars{opacity:1}.speaking-bars i{width:3px;border-radius:2px;background:#32a878;animation:voiceBar .6s infinite alternate}.speaking-bars i:nth-child(1){height:7px}.speaking-bars i:nth-child(2){height:15px;animation-delay:.15s}.speaking-bars i:nth-child(3){height:10px;animation-delay:.3s}@keyframes voiceBar{to{height:4px}}.chat-panel-v10{position:relative;display:grid;grid-template-rows:auto minmax(220px,1fr) auto;min-height:440px}.chat-message-list{min-height:0;max-height:none;overflow-y:auto}.chat-system-event{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;color:var(--v10-muted);font-size:12px;padding:7px 3px}.chat-system-event p{margin:0}.chat-system-event time{font-size:10px}.typing-indicator{display:flex;gap:8px;align-items:center;color:var(--v10-muted);font-size:12px;padding:8px}.typing-indicator>span{display:flex;gap:2px}.typing-indicator i{width:4px;height:4px;border-radius:50%;background:var(--v10-muted);animation:typingDot .9s infinite alternate}.typing-indicator i:nth-child(2){animation-delay:.2s}.typing-indicator i:nth-child(3){animation-delay:.4s}@keyframes typingDot{to{transform:translateY(-4px)}}.new-message-button{position:absolute;bottom:76px;left:50%;transform:translate(-50%);border:0;border-radius:999px;padding:8px 12px;background:var(--v10-ink);color:#fff;font-size:12px;box-shadow:0 8px 24px #00000026}.invite-email-field{display:grid;gap:6px;font-weight:700;margin-top:12px}.invite-email-field textarea{width:100%;border:1px solid var(--v10-line);border-radius:13px;padding:11px;resize:vertical}.invite-actions{display:flex;gap:8px;margin-top:10px}.primary-compact,.secondary-compact{border-radius:11px;padding:9px 11px;font-weight:750}.primary-compact{border:0;background:var(--v10-accent);color:#fff}.secondary-compact{border:1px solid var(--v10-line);background:#fff;color:var(--v10-ink)}.room-code-chip{font-size:12px;background:var(--v10-surface-soft);border-radius:999px;padding:5px 8px}.invite-results{display:grid;gap:7px;margin-top:12px}.invite-results>div{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:9px;border:1px solid var(--v10-line);border-radius:11px}.invite-results>div>div{display:grid;overflow:hidden}.invite-results strong{overflow:hidden;text-overflow:ellipsis}.invite-results small{color:var(--v10-muted)}.invite-results button{border:0;background:var(--v10-accent-soft);color:var(--v10-accent);border-radius:8px;padding:7px;font-weight:700}.inline-error{background:#fff0ef;color:#a64c47;padding:10px 12px;border-radius:11px}.whiteboard-v10.locked .whiteboard-canvas-wrap{cursor:default}.whiteboard-lock-note{display:flex;gap:8px;align-items:center;background:var(--v10-surface-soft);border-radius:12px;padding:8px 10px}.whiteboard-lock-note div{display:grid}.whiteboard-lock-note small{color:var(--v10-muted)}.whiteboard-canvas-wrap{position:relative}.live-laser-pointer{position:absolute;pointer-events:none;transform:translate(-50%,-50%);z-index:4}.live-laser-pointer>span{display:block;width:16px;height:16px;border-radius:50%;background:#e8584f;box-shadow:0 0 0 8px #e8584f29,0 0 16px #e8584f99}.live-laser-pointer small{position:absolute;top:15px;left:12px;white-space:nowrap;background:#3a2927;color:#fff;border-radius:6px;padding:3px 6px;font-size:10px}.mobile-room-stage{height:calc(100dvh - 64px);padding-bottom:calc(66px + env(safe-area-inset-bottom));overflow:hidden}.mobile-pane{display:none;height:100%;min-height:0}.mobile-pane.active{display:block}.mobile-pane.panel-pane{overflow-y:auto;padding:14px 14px 26px}.mobile-pane.panel-pane>*+*{margin-top:16px;padding-top:16px;border-top:1px solid var(--v10-line)}.mobile-canvas-stage{height:calc(100% - 66px);display:grid;grid-template-rows:auto minmax(0,1fr);padding:8px;gap:8px}.mobile-canvas-stage .continuity-bar{margin:0}.mobile-canvas-stage .canvas-card,.mobile-canvas-stage .whiteboard-shell{height:100%;min-height:0;margin:0;display:flex;flex-direction:column}.mobile-canvas-stage .canvas-stage,.mobile-canvas-stage .whiteboard-canvas-wrap{flex:1;min-height:0;overflow:auto}.mobile-room-stage>.mobile-pane.active>.audio-dock{position:absolute;left:8px;right:8px;bottom:calc(70px + env(safe-area-inset-bottom))}.mobile-bottom-nav{position:fixed;z-index:80;left:0;right:0;bottom:0;height:calc(64px + env(safe-area-inset-bottom));padding:5px 8px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:#fffffff7;border-top:1px solid var(--v10-line);backdrop-filter:blur(14px)}.mobile-bottom-nav button{position:relative;border:0;background:transparent;color:var(--v10-muted);display:grid;place-items:center;align-content:center;gap:2px;border-radius:12px}.mobile-bottom-nav button>span{font-size:21px;line-height:1}.mobile-bottom-nav button small{font-size:10px;font-weight:750}.mobile-bottom-nav button.active{color:var(--v10-accent);background:var(--v10-accent-soft)}.mobile-bottom-nav b{position:absolute;top:3px;right:calc(50% - 22px);min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:var(--v10-warn);color:#fff;font-size:9px}@media(max-width:1120px)and (min-width:820px){.desktop-workspace-v10{grid-template-columns:230px minmax(0,1fr) 320px}.topbar-room-copy span{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:900px){.auth-layout-v10{grid-template-columns:1fr;gap:20px;padding:24px}.auth-story-v10{padding:12px 4px}.auth-story-v10 .auth-copy h1{font-size:44px;letter-spacing:-2px}.auth-proof-list{display:none}.room-card-grid-v10{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:819px){.room-topbar-v10{height:58px;min-height:58px;padding:0 10px}.mobile-room-stage{height:calc(100dvh - 58px)}.room-topbar-v10 .small-room-monogram,.room-topbar-v10 .role-chip,.room-topbar-v10 .topbar-presence span:last-child,.room-topbar-v10 .topbar-room-copy span,.room-topbar-v10 .rooms-home-button em{display:none}.room-topbar-left,.room-topbar-right{gap:8px}.room-topbar-v10 .rooms-home-button{width:36px;min-width:36px;height:36px;padding:0;display:grid;place-items:center}.topbar-room-copy strong{max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continuity-bar{border-radius:12px;padding:8px 10px}.continuity-bar strong{font-size:12px}.shared-state-banner{padding:9px 11px}.canvas-toolbar{padding:8px 10px}.canvas-resource-meta div span{display:none}.canvas-document-stage{padding:8px}.whiteboard-toolbar{padding:8px 10px}.whiteboard-tools{max-width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.whiteboard-footer{padding:7px 10px;font-size:10px}}@media(max-width:620px){.lobby-topbar{padding:12px 14px}.brand-tagline,.avatar-button div,.cloud-status{display:none}.lobby-main-v10{padding:24px 14px 84px}.lobby-hero-v10{align-items:stretch;flex-direction:column;gap:18px}.lobby-hero-v10 h1{font-size:38px;letter-spacing:-1.7px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions button{padding:0 10px}.dashboard-metrics{overflow-x:auto}.dashboard-metrics>div{flex:0 0 auto}.rooms-toolbar{flex-direction:column;align-items:stretch}.filter-segment{width:100%}.filter-segment button{flex:1}.rooms-search{min-width:0;width:100%}.room-card-grid-v10{grid-template-columns:1fr}.room-card-v10{padding:16px}.room-card-copy{min-height:auto}.sheet-backdrop{align-items:end;padding:0}.action-sheet,.account-sheet{width:100%;max-height:92dvh;border-radius:24px 24px 0 0;padding:20px 16px calc(20px + env(safe-area-inset-bottom))}.sheet-handle{display:block}.invite-detail-grid{grid-template-columns:1fr}.auth-layout-v10{padding:12px}.auth-story-v10{display:none}.auth-card-v10{border-radius:22px;padding:22px 18px}.audio-dock-status small{display:none}.audio-dock-controls button{padding:6px 8px}.audio-dock-controls i{width:25px}}.invite-result-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.canvas-card{min-height:0;display:flex;flex-direction:column}.canvas-stage{min-height:0;flex:1;overflow:auto}.desktop-canvas-stage .canvas-card,.desktop-canvas-stage .whiteboard-shell,.desktop-canvas-stage .canvas-stage,.desktop-canvas-stage .whiteboard-canvas-wrap{min-height:0;flex:1}@media(max-width:819px){.mobile-canvas-stage .canvas-controls{padding:8px 10px}.mobile-canvas-stage .control-owner-copy{display:none}.mobile-canvas-stage .canvas-stage{padding:4px}.mobile-canvas-stage .canvas-card{border-radius:14px}.mobile-canvas-stage .whiteboard-canvas-wrap{min-height:260px}}:root{--v10-bg: #f3f5f0;--v10-surface: #ffffff;--v10-surface-soft: #eaf0eb;--v10-ink: #102f28;--v10-muted: #53675f;--v10-line: #cbd8d1;--v10-accent: #0f6b58;--v10-accent-dark: #0a4e41;--v10-accent-soft: #dceee7;--v10-warn: #c4632f;--v10-danger: #a53f3f;--v10-shadow: 0 18px 50px rgba(17, 50, 41, .13);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}html,body,#root{min-height:100%}body{background:var(--v10-bg)}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.room-app-v10{height:100dvh;padding-top:var(--safe-top);background:var(--v10-bg)}.room-topbar-v10{position:relative;z-index:95;background:#fffffffa;border-color:var(--v10-line);box-shadow:0 5px 18px #13342b12}.desktop-workspace-v10{height:calc(100dvh - 64px - var(--safe-top))}.mobile-room-stage{height:calc(100dvh - 58px - var(--safe-top));padding-bottom:calc(66px + var(--safe-bottom))}.mobile-bottom-nav{height:calc(64px + var(--safe-bottom));padding-bottom:var(--safe-bottom)}.lobby-v10{padding-top:var(--safe-top)}.lobby-topbar{background:#fffffff5;border-bottom:1px solid var(--v10-line)}.primary-action,.primary-compact,.sheet-submit,.account-save,.auth-submit,.enter-room-button{background:var(--v10-accent)!important}.primary-action:hover,.primary-compact:hover,.sheet-submit:hover,.auth-submit:hover{background:var(--v10-accent-dark)!important}.room-card-v10,.workspace-card,.panel-section,.canvas-card,.whiteboard-shell{border-color:var(--v10-line)}.room-current-context,.account-identity,.room-code-chip{background:var(--v10-surface-soft)}.username-field{display:flex;align-items:center;border:1px solid var(--v10-line);border-radius:13px;background:#fff;overflow:hidden}.username-field>span{padding-left:12px;color:var(--v10-muted);font-weight:800}.username-field input{border:0!important;padding-left:4px!important}.verification-code-input{font-size:24px!important;letter-spacing:.34em;text-align:center;font-weight:850}.account-identity small{color:var(--v10-accent);margin-top:3px;font-weight:700}.notifications-widget{position:relative}.notification-button{position:relative;display:flex;align-items:center;gap:7px;min-height:38px;padding:0 11px;border:1px solid var(--v10-line);border-radius:999px;background:#fff;color:var(--v10-ink);font-weight:750}.notification-button>span{color:var(--v10-accent);font-size:11px}.notification-button b{min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:var(--v10-warn);color:#fff;font-size:10px}.notification-popover{position:absolute;z-index:120;top:calc(100% + 10px);right:0;width:min(390px,calc(100vw - 24px));max-height:min(620px,76vh);overflow:auto;background:#fff;border:1px solid var(--v10-line);border-radius:20px;box-shadow:0 24px 70px #0f2d2538;padding:14px}.notification-heading{display:flex;justify-content:space-between;align-items:start;padding:4px 4px 10px}.notification-heading h3{margin:0}.notification-heading>button{border:0;background:var(--v10-surface-soft);width:32px;height:32px;border-radius:50%;font-size:20px}.notification-list{display:grid;gap:8px}.notification-card{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:12px;border:1px solid var(--v10-line);border-radius:14px;background:#fff}.notification-card.unread{border-color:#76aa99;background:#f4fbf8}.notification-card.read{opacity:.72}.notification-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--v10-accent-soft);color:var(--v10-accent);font-weight:900}.notification-card p{margin:5px 0;color:var(--v10-muted);font-size:13px}.notification-card small{color:var(--v10-muted);font-size:10px}.notification-actions{display:flex;gap:7px;margin-top:9px}.notification-actions button{border:0;border-radius:9px;padding:7px 10px;background:var(--v10-accent);color:#fff;font-weight:800}.notification-actions button.quiet{background:var(--v10-surface-soft);color:var(--v10-ink)}.empty-notifications{padding:24px;text-align:center;color:var(--v10-muted)}.invite-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:var(--v10-surface-soft);border-radius:12px;margin:12px 0}.invite-mode-tabs button{border:0;border-radius:9px;padding:9px;background:transparent;color:var(--v10-muted);font-weight:800}.invite-mode-tabs button.active{background:#fff;color:var(--v10-accent);box-shadow:0 3px 12px #13322a14}.member-lookup-row{display:grid;grid-template-columns:1fr auto;gap:7px}.member-lookup-row input{width:100%;border:1px solid var(--v10-line);border-radius:12px;padding:11px}.member-lookup-row button{border:0;border-radius:11px;padding:0 13px;background:var(--v10-accent);color:#fff;font-weight:800}.found-member-card{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-top:10px;padding:11px;border:1px solid #91b5a8;border-radius:14px;background:#f3faf7}.found-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--v10-accent);color:#fff;font-weight:850}.found-member-card>div:nth-child(2){display:grid}.found-member-card span{color:var(--v10-muted);font-size:12px}.found-member-card button{border:0;border-radius:10px;padding:8px 10px;background:var(--v10-accent);color:#fff;font-weight:800}.join-code-card{display:grid;gap:12px;margin-top:14px;padding:14px;border-radius:16px;background:#153b32;color:#fff}.join-code-card>div:first-child{display:grid;gap:4px}.join-code-card span{color:#9ed0c0;font-size:10px;font-weight:850;letter-spacing:.12em}.join-code-card strong{font-size:23px;letter-spacing:.08em}.join-code-card p{margin:0;color:#d5e6e0;font-size:12px;line-height:1.5}.join-code-card>div:last-child{display:flex;gap:8px}.join-code-card button{border:0;border-radius:10px;padding:8px 10px;background:#fff;color:#153b32;font-weight:800}.join-code-card button.quiet{background:#2a5a4e;color:#fff}.invite-history{margin-top:16px;display:grid;gap:6px}.invite-history>div{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:8px 0;border-top:1px solid var(--v10-line)}.invite-history>div>div{display:grid}.invite-history small{color:var(--v10-muted)}.invite-status{font-size:10px;padding:5px 7px;border-radius:999px;font-weight:850;background:var(--v10-surface-soft)}.status-accepted{color:#176849;background:#e0f3e9}.status-pending{color:#8a571f;background:#fff1d8}.status-declined,.status-revoked,.status-expired{color:#963f3f;background:#fde7e7}.primary-compact.wide{width:100%;margin-top:10px}.resource-row-shell{border:1px solid transparent;border-radius:14px;overflow:hidden}.resource-row-shell.active{border-color:#8cb7a9;background:#f1f9f6}.resource-row-shell .resource-row{width:100%;border-radius:0}.resource-permission-row{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:0 10px 9px 54px}.resource-permission-row>div{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.resource-permission-row button{border:0;border-radius:8px;padding:6px 8px;background:var(--v10-accent);color:#fff;font-size:10px;font-weight:800}.resource-permission-row button.quiet{background:var(--v10-surface-soft);color:var(--v10-ink)}.download-status{font-size:10px;font-weight:800}.download-status.allowed{color:#176849}.download-status.blocked{color:#8b5d27}.permission-chip{padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850}.permission-chip.allowed{background:#e0f3e9;color:#176849}.permission-chip.blocked{background:#fff1d8;color:#8b5d27}.room-bulletin-banner{position:relative;z-index:75;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin:8px 12px 0;padding:11px 13px;border:1px solid #d8a56c;border-radius:14px;background:#fff7e8;color:#593912;box-shadow:0 8px 25px #4e300f17}.room-bulletin-banner.priority-urgent{border-color:#cb6963;background:#fff0ee;color:#712c29}.bulletin-symbol{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#c66d2e;color:#fff;font-weight:900}.priority-urgent .bulletin-symbol{background:#a93f3a}.room-bulletin-banner>div:nth-child(2){display:grid;gap:2px;min-width:0}.room-bulletin-banner span{font-size:9px;font-weight:900;letter-spacing:.12em}.room-bulletin-banner strong{font-size:14px}.room-bulletin-banner p{margin:0;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-bulletin-banner button{border:0;border-radius:10px;padding:8px 10px;background:#593912;color:#fff;font-weight:800}.room-bulletin-banner small{font-weight:800}.bulletin-composer{display:grid;gap:10px;margin:12px 0 16px;padding:13px;border:1px solid var(--v10-line);border-radius:15px;background:var(--v10-surface-soft)}.bulletin-composer label{display:grid;gap:5px;font-weight:750;font-size:12px}.bulletin-composer input,.bulletin-composer textarea,.bulletin-composer select,.export-grid input,.export-grid select{width:100%;border:1px solid var(--v10-line);border-radius:10px;padding:9px;background:#fff}.bulletin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bulletin-checks{display:flex;flex-wrap:wrap;gap:10px}.bulletin-checks label{display:flex;align-items:center;gap:6px;font-size:11px}.bulletin-list{display:grid;gap:9px}.bulletin-card{border:1px solid var(--v10-line);border-left:4px solid #c77733;border-radius:13px;padding:12px;background:#fff}.bulletin-card.priority-urgent{border-left-color:#a8413d;background:#fff7f6}.bulletin-card.priority-normal{border-left-color:var(--v10-accent)}.bulletin-card-top,.bulletin-meta{display:flex;justify-content:space-between;gap:8px}.bulletin-card-top span{font-size:9px;font-weight:900;color:var(--v10-warn)}.bulletin-card-top small,.bulletin-meta{color:var(--v10-muted);font-size:10px}.bulletin-card h4{margin:7px 0 5px}.bulletin-card p{margin:0 0 8px;color:#314b43;white-space:pre-wrap}.bulletin-resource{margin-bottom:8px;padding:7px 8px;border-radius:9px;background:var(--v10-surface-soft);font-size:11px;font-weight:700}.acknowledge-button{margin-top:9px;border:0;border-radius:9px;padding:7px 9px;background:var(--v10-accent);color:#fff;font-weight:800}.acknowledged-chip{margin-top:9px;color:#176849;font-size:11px;font-weight:850}.empty-bulletins{padding:14px;border-radius:12px;background:var(--v10-surface-soft);color:var(--v10-muted);text-align:center}.export-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;margin:11px 0}.export-grid label{display:grid;gap:4px;font-size:11px;font-weight:750}.export-permission-toggle{display:flex;align-items:center;gap:7px;margin-top:11px;color:var(--v10-muted);font-size:11px}@media(max-width:819px){.room-app-v10{padding-top:max(var(--safe-top),0px)}.room-topbar-v10{height:60px;min-height:60px;padding:0 12px}.mobile-room-stage{height:calc(100dvh - 60px - var(--safe-top))}.topbar-room-copy strong{max-width:35vw}.room-topbar-right{margin-left:auto}.topbar-audio-button{max-width:92px;justify-content:center;white-space:nowrap}.topbar-presence{display:none}.room-bulletin-banner{grid-template-columns:auto 1fr;margin:7px 8px 0;padding:9px 10px}.room-bulletin-banner button,.room-bulletin-banner>small{grid-column:2;justify-self:start}.room-bulletin-banner p{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-canvas-stage{padding-top:6px}.bulletin-grid,.export-grid{grid-template-columns:1fr}.resource-permission-row{padding-left:10px;align-items:flex-start;flex-direction:column}}@media(max-width:620px){.notification-button{width:38px;padding:0;justify-content:center;font-size:0}.notification-button>span{font-size:13px}.notification-popover{position:fixed;top:calc(var(--safe-top) + 58px);right:8px;left:8px;width:auto;max-height:calc(100dvh - var(--safe-top) - 74px)}.lobby-actions{gap:7px}.join-code-card>div:last-child{flex-wrap:wrap}.found-member-card{grid-template-columns:auto 1fr}.found-member-card>button{grid-column:1 / -1;width:100%}}.export-content-checks{display:flex;flex-wrap:wrap;gap:8px 12px;margin:4px 0 11px;padding:10px;border-radius:11px;background:var(--v10-surface-soft)}.export-content-checks label{display:flex;align-items:center;gap:6px;color:var(--v10-ink);font-size:11px;font-weight:750}.topbar-bulletin-button{position:relative;width:38px;min-width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--v10-line);border-radius:12px;background:#fff;color:var(--v10-ink);font-weight:900;cursor:pointer}.topbar-bulletin-button>span{font-size:17px;line-height:1}.topbar-bulletin-button>b{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid white;border-radius:999px;background:var(--v10-accent);color:#fff;font-size:9px}.topbar-bulletin-button.attention{border-color:#d69a57;background:#fff7e8;color:#8a4f13}.topbar-bulletin-button.attention>b{background:#b45f1d}.modal-backdrop{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:max(18px,var(--safe-top)) 18px max(18px,var(--safe-bottom));background:#0718148f;backdrop-filter:blur(5px)}.rooms-modal{width:min(620px,100%);max-height:min(760px,calc(100dvh - max(36px,var(--safe-top)) - max(36px,var(--safe-bottom))));overflow-y:auto;border:1px solid rgba(255,255,255,.42);border-radius:22px;padding:20px;background:#fff;color:var(--v10-ink);box-shadow:0 26px 80px #04171252}.modal-heading{position:sticky;top:-20px;z-index:3;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin:-20px -20px 14px;padding:18px 20px 14px;border-bottom:1px solid var(--v10-line);background:#fffffff7;backdrop-filter:blur(10px)}.modal-heading h3{margin:3px 0 0}.modal-close{width:36px;min-width:36px;height:36px;border:0;border-radius:11px;background:var(--v10-surface-soft);color:var(--v10-ink);font-size:24px;line-height:1;cursor:pointer}.export-launcher{padding-top:2px}.export-open-button,.contribute-open-button{width:100%;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;border:1px solid var(--v10-line);border-radius:14px;padding:11px 12px;background:#fff;color:var(--v10-ink);text-align:left;cursor:pointer;box-shadow:0 4px 13px #13342b0d}.export-open-button>span,.contribute-open-button>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--v10-accent-soft);color:var(--v10-accent);font-size:18px;font-weight:900}.export-open-button>div,.contribute-open-button>div{display:grid;gap:2px}.export-open-button small,.contribute-open-button small{color:var(--v10-muted);font-size:10px}.contribution-launcher{flex:0 0 auto}.compact-feedback{margin-top:8px;font-size:11px}.export-modal .permission-chip{display:inline-flex;margin-bottom:8px}.contribution-modal{width:min(520px,100%)}.bulletin-center-modal{width:min(760px,100%);overflow:hidden}.bulletin-center-scroll{max-height:calc(100dvh - 150px - var(--safe-top) - var(--safe-bottom));overflow-y:auto;padding-right:3px}.bulletin-center-scroll .panel-section-heading{margin-top:2px}.bulletin-email-help{margin:-2px 0 2px;padding:9px 10px;border-radius:10px;background:#eef7f3;color:#315d50;font-size:11px;line-height:1.45}.desktop-resource-rail{display:flex;flex-direction:column;gap:12px;overflow:hidden}.desktop-resource-rail .resource-library-card{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.desktop-resource-rail .resource-list{min-height:0;overflow-y:auto;padding-right:3px}.desktop-resource-rail .contribution-upload-card{margin-top:0;padding-top:12px;border-top:1px solid var(--v10-line)}.canvas-stage .react-pdf__Document{min-height:100%;display:grid;place-items:start center}.canvas-stage .react-pdf__Page{margin:0 auto}@media(max-width:819px){.room-topbar-right{gap:7px}.topbar-bulletin-button{width:36px;min-width:36px;height:36px}.rooms-modal{border-radius:18px;padding:16px}.modal-heading{top:-16px;margin:-16px -16px 12px;padding:15px 16px 12px}.bulletin-center-scroll{max-height:calc(100dvh - 120px - var(--safe-top) - var(--safe-bottom))}}@media(max-width:480px){.topbar-audio-button{max-width:78px;padding-inline:8px}.topbar-room-copy strong{max-width:29vw}.modal-backdrop{padding-inline:8px}}:root{--v102-bg: #f4f5f0;--v102-surface: #ffffff;--v102-ink: #102a23;--v102-muted: #5e6f68;--v102-line: #d8e0db;--v102-green: #0b654f;--v102-green-dark: #084b3c;--v102-green-soft: #e2efe9;--v102-warm: #f7efe4;--v102-orange: #b65f2d;--v102-danger: #9e4141;--v102-shadow: 0 16px 46px rgba(16, 42, 35, .11)}.room-app-v102{background:var(--v102-bg);color:var(--v102-ink)}.room-topbar-v102{gap:14px;padding-inline:16px;border-bottom-color:var(--v102-line);box-shadow:0 3px 16px #102a230f}.room-topbar-v102 .room-topbar-left{min-width:0;flex:0 1 auto}.room-topbar-v102 .rooms-home-button{width:38px;min-width:38px;height:38px;padding:0;display:grid;place-items:center;border-radius:12px;border:1px solid var(--v102-line);background:#fff;color:var(--v102-ink);font-size:18px}.room-topbar-v102 .topbar-room-copy{min-width:0;display:grid;gap:1px}.room-topbar-v102 .topbar-room-copy strong{max-width:min(36vw,380px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;letter-spacing:-.015em}.room-topbar-v102 .topbar-room-copy span{max-width:min(40vw,480px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--v102-muted);font-size:11px}.desktop-quick-nav{margin-left:auto;display:flex;align-items:center;gap:4px;padding:4px;border-radius:13px;background:#eef2ef}.desktop-quick-nav button{position:relative;min-height:34px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:var(--v102-muted);font-weight:760;cursor:pointer}.desktop-quick-nav button.active{background:#fff;color:var(--v102-green);box-shadow:0 2px 8px #102a2314}.desktop-quick-nav b{min-width:17px;height:17px;display:inline-grid;place-items:center;margin-left:4px;padding:0 4px;border-radius:999px;background:var(--v102-orange);color:#fff;font-size:9px}.room-topbar-v102 .room-topbar-right{gap:7px;flex:0 0 auto}.topbar-notice-button,.raise-hand-button,.present-button,.tools-button{position:relative;min-height:38px;border:1px solid var(--v102-line);border-radius:12px;background:#fff;color:var(--v102-ink);font-weight:780;cursor:pointer}.topbar-notice-button{width:38px;min-width:38px;display:grid;place-items:center}.topbar-notice-button>span{color:var(--v102-green);font-size:11px}.topbar-notice-button>b{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid white;border-radius:999px;background:var(--v102-orange);color:#fff;font-size:9px}.topbar-notice-button.attention{background:#fff7ec;border-color:#e1b27c}.raise-hand-button{display:flex;align-items:center;gap:6px;padding:0 10px}.raise-hand-button em{font-style:normal}.raise-hand-button.active{background:#fff5e8;border-color:#d9a263;color:#754416}.present-button{padding:0 13px;border-color:var(--v102-green);background:var(--v102-green);color:#fff}.present-button:hover{background:var(--v102-green-dark)}.tools-button{width:42px;min-width:42px;padding:0;font-size:17px;letter-spacing:.06em}.topbar-audio-button.live{border-color:#b5d5ca;background:var(--v102-green-soft);color:var(--v102-green-dark)}.desktop-workspace-v102{height:calc(100dvh - 64px - var(--safe-top));display:grid;grid-template-columns:minmax(0,1fr);min-height:0;overflow:hidden;background:var(--v102-bg)}.desktop-workspace-v102.drawer-open{grid-template-columns:minmax(0,1fr) minmax(300px,360px)}.desktop-canvas-stage-v102{min-width:0;min-height:0;padding:12px;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:9px;overflow:hidden}.desktop-canvas-stage-v102>.continuity-bar{display:none}.desktop-canvas-stage-v102 .canvas-card,.desktop-canvas-stage-v102 .whiteboard-shell{min-height:0;height:100%;margin:0}.desktop-drawer-v102{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);border-left:1px solid var(--v102-line);background:#fff;box-shadow:-10px 0 28px #102a230d}.drawer-heading{min-height:54px;padding:10px 12px 10px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--v102-line)}.drawer-heading strong{font-size:15px}.drawer-heading button{width:34px;height:34px;border:0;border-radius:10px;background:#eef2ef;color:var(--v102-ink);font-size:20px;cursor:pointer}.drawer-scroll{min-height:0;overflow-y:auto;padding:14px}.drawer-scroll>*+*{margin-top:14px}.room-app-v102 .canvas-card,.room-app-v102 .whiteboard-shell{border:1px solid var(--v102-line);border-radius:18px;background:#fff;box-shadow:0 8px 30px #102a230f;overflow:hidden}.room-app-v102 .shared-state-banner{min-height:48px;padding:9px 13px;background:var(--v102-green);color:#fff}.room-app-v102 .shared-state-left>div,.room-app-v102 .shared-state-right{display:grid;gap:1px}.room-app-v102 .shared-state-left span:not(.sync-indicator),.room-app-v102 .shared-state-right span{color:#ffffffbf;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.room-app-v102 .shared-state-left strong,.room-app-v102 .shared-state-right strong{color:#fff}.room-app-v102 .canvas-toolbar{min-height:56px;padding:9px 12px;border-bottom:1px solid #e8edea}.room-app-v102 .canvas-resource-icon{background:#eef3f0;color:var(--v102-green)}.room-app-v102 .sync-on-chip{background:var(--v102-green-soft);color:var(--v102-green)}.room-app-v102 .sync-on-chip.detached{background:#fff3e2;color:#8a531e}.room-app-v102 .canvas-stage{flex:1;min-height:0;background:#f2f3ef}.room-app-v102 .canvas-controls{min-height:54px;padding:8px 12px;border-top-color:#e7ece9}.room-app-v102 .control-owner-copy>div>span{color:var(--v102-muted)}.continuity-bar{margin-bottom:8px;box-shadow:none}.continuity-bar.syncing{border-color:#c8dbd3;background:#edf6f2;color:var(--v102-green)}.continuity-bar.detached{border-color:#e3c89e;background:#fff8ec}.resource-library-v102 .card-caption{margin-bottom:12px}.simple-resource-list{display:grid;gap:8px}.simple-resource-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid var(--v102-line);border-radius:14px;background:#fff;overflow:visible}.simple-resource-card.active{border-color:#8cbcac;box-shadow:inset 3px 0 0 var(--v102-green)}.simple-resource-open{min-width:0;min-height:62px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:0;background:transparent;color:var(--v102-ink);padding:8px 8px 8px 10px;text-align:left;cursor:pointer}.simple-resource-actions{display:flex;align-items:center;gap:5px;padding-right:8px}.resource-download-button,.resource-more-button{min-height:34px;border:0;border-radius:9px;font-weight:760;cursor:pointer}.resource-download-button{padding:0 9px;background:var(--v102-green-soft);color:var(--v102-green)}.resource-more-button{width:34px;background:#eef2ef;color:var(--v102-ink)}.resource-more-menu{position:absolute;z-index:30;top:calc(100% - 4px);right:8px;width:210px;display:grid;gap:7px;padding:9px;border:1px solid var(--v102-line);border-radius:12px;background:#fff;box-shadow:var(--v102-shadow)}.resource-more-menu button{border:0;border-radius:9px;padding:9px;background:#eef2ef;color:var(--v102-ink);text-align:left;font-weight:730}.resource-more-menu small{color:var(--v102-muted);padding:0 5px 3px}.tools-modal{width:min(720px,100%)}.tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tools-grid>button{min-height:92px;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:11px;padding:14px;border:1px solid var(--v102-line);border-radius:15px;background:#fff;color:var(--v102-ink);text-align:left;cursor:pointer}.tools-grid>button:hover{border-color:#a8c9be;background:#fbfdfc}.tools-grid>button.active{border-color:#8cbcac;background:#edf6f2}.tools-grid>button>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--v102-green-soft);color:var(--v102-green);font-size:18px;font-weight:900}.tools-grid>button>div{display:grid;gap:4px}.tools-grid small{color:var(--v102-muted);line-height:1.35}.tools-back{margin-bottom:12px;border:0;background:transparent;color:var(--v102-green);font-weight:800;cursor:pointer}.tools-modal .workspace-card,.tools-modal .panel-section{border:0;box-shadow:none;padding:0;background:transparent}.notice-center-modal{width:min(760px,100%)}.raised-hands-section{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--v102-line)}.notice-section-heading>div{display:flex;align-items:center;gap:10px}.notice-section-heading>div>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#fff1dd;font-size:20px}.notice-section-heading>div>div{display:grid;gap:2px}.notice-section-heading small{color:var(--v102-muted)}.raised-hands-list{display:grid;gap:8px;margin-top:12px}.raised-hands-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 10px;border:1px solid var(--v102-line);border-radius:12px}.raised-hands-list>div>div:last-child{display:flex;gap:6px}.mini-person{display:flex;align-items:center;gap:9px}.mini-person>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eef2ef;color:var(--v102-green);font-size:11px;font-weight:850}.quiet-action{border:0;border-radius:9px;padding:8px 9px;background:#eef2ef;color:var(--v102-ink);font-weight:750}.return-live-prompt,.focus-status-chip{position:fixed;z-index:94;left:50%;transform:translate(-50%);top:calc(var(--safe-top) + 70px);display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #dcb578;border-radius:999px;background:#fff7e9;color:#6f4618;box-shadow:0 10px 28px #39250d1c;font-size:12px;font-weight:750}.return-live-prompt button,.focus-status-chip button{border:0;border-radius:999px;padding:6px 9px;background:#744916;color:#fff;font-weight:780}.focus-status-chip{border-color:#a8c9be;background:#edf6f2;color:var(--v102-green-dark)}.focus-status-chip button{background:var(--v102-green)}.presentation-active{position:fixed;inset:0;z-index:2000;width:100vw;height:100dvh;padding:0;background:#0a1612;overflow:hidden}.presentation-stage{width:100%;height:100%;padding:0;display:grid;min-height:0;background:#111a16}.presentation-stage>.canvas-card,.presentation-stage>.whiteboard-shell{width:100%;height:100%;min-height:0;margin:0;border:0;border-radius:0;box-shadow:none;background:#fff}.presentation-active .canvas-presentation .shared-state-banner,.presentation-active .canvas-presentation .canvas-toolbar,.presentation-active .canvas-presentation .canvas-controls,.presentation-active .whiteboard-presentation .shared-state-banner,.presentation-active .whiteboard-presentation .whiteboard-footer{display:none}.presentation-active .canvas-presentation .canvas-stage{height:100%;min-height:0;flex:1;background:#111a16;padding:0}.presentation-active .canvas-presentation .react-pdf__Document{width:100%;height:100%;overflow:auto;display:grid;place-items:center;padding:14px}.presentation-active .canvas-presentation .react-pdf__Page{margin:auto;box-shadow:0 16px 52px #00000047}.presentation-active .canvas-presentation .shared-image{width:100%;height:100%;object-fit:contain;background:#111a16}.presentation-active .whiteboard-presentation .whiteboard-toolbar{position:absolute;z-index:5;top:14px;left:50%;transform:translate(-50%);width:min(920px,calc(100% - 24px));border:1px solid rgba(216,224,219,.85);border-radius:14px;background:#ffffffed;backdrop-filter:blur(12px);box-shadow:0 12px 36px #00000021}.presentation-active .whiteboard-presentation.locked .whiteboard-toolbar{display:none}.presentation-active .whiteboard-presentation .whiteboard-canvas-wrap{height:100%;flex:1}.presentation-overlay{position:fixed;z-index:2100;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;padding:8px 10px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:#0a1612db;color:#fff;backdrop-filter:blur(14px);transition:opacity .22s ease,transform .22s ease}.presentation-overlay.hidden{opacity:0;transform:translateY(12px);pointer-events:none}.presentation-overlay.visible{opacity:1;transform:translateY(0)}.presentation-overlay-left{min-width:0;display:flex;align-items:center;gap:10px}.presentation-room-back{width:38px;min-width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:#ffffff14;color:#fff;font-size:18px}.presentation-overlay-left>div{min-width:0;display:grid;gap:2px}.presentation-overlay-left strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presentation-overlay-left span{color:#ffffffb3;font-size:11px}.presentation-page-controls{display:flex;align-items:center;gap:8px}.presentation-page-controls button,.presentation-overlay-actions button{min-height:38px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#ffffff17;color:#fff;font-weight:780}.presentation-page-controls button{width:40px;font-size:18px}.presentation-page-controls button:disabled{opacity:.35}.presentation-page-controls span{min-width:54px;text-align:center;font-size:12px}.presentation-overlay-actions{justify-self:end;display:flex;align-items:center;gap:6px}.presentation-overlay-actions button{padding:0 10px}.presentation-overlay-actions button.active{background:#8f5e20;border-color:#bd8642}.presentation-overlay-actions .end-presentation-button{background:#f3f5f1;color:#173329;border-color:#fff}.desktop-workspace-v102.focus-only{grid-template-columns:1fr}.focus-follower .room-topbar-v102 .desktop-quick-nav,.focus-follower .room-topbar-v102 .topbar-notice-button{display:none}.focus-follower-dock{position:fixed;z-index:90;left:8px;right:8px;bottom:calc(8px + var(--safe-bottom));display:grid;grid-template-columns:1fr 1fr auto;gap:7px;align-items:center;padding:7px;border:1px solid var(--v102-line);border-radius:14px;background:#fffffff7;box-shadow:0 12px 38px #102a2321}.focus-follower-dock button{min-height:40px;border:1px solid var(--v102-line);border-radius:10px;background:#fff;color:var(--v102-ink);font-weight:780}.focus-follower-dock button.active{background:#fff3df;border-color:#dfb170}.focus-follower-dock span{padding:0 8px;color:var(--v102-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.members-card .member-copy span,.members-card .member-state-copy span{color:var(--v102-muted)}@media(max-width:819px){.room-topbar-v102{min-height:58px;height:58px;padding-inline:8px;gap:6px}.room-topbar-v102 .rooms-home-button{width:36px;min-width:36px;height:36px}.room-topbar-v102 .topbar-room-copy strong{max-width:31vw;font-size:14px}.room-topbar-v102 .topbar-room-copy span{max-width:34vw;font-size:10px}.room-topbar-v102 .room-topbar-right{gap:5px}.raise-hand-button{width:36px;min-width:36px;padding:0;justify-content:center}.raise-hand-button em{display:none}.topbar-notice-button{width:36px;min-width:36px;height:36px}.topbar-audio-button{min-height:36px;max-width:76px;padding:0 8px;font-size:11px}.present-button{min-height:36px;padding:0 10px;font-size:11px}.tools-button{width:36px;min-width:36px;min-height:36px}.mobile-room-stage-v102{height:calc(100dvh - 58px - var(--safe-top))}.mobile-room-stage-v102 .mobile-pane.active{padding:7px 7px calc(72px + var(--safe-bottom))}.mobile-room-stage-v102 .mobile-canvas-stage{padding:0}.mobile-room-stage-v102 .continuity-bar{margin:0 0 6px}.mobile-room-stage-v102 .canvas-card,.mobile-room-stage-v102 .whiteboard-shell{border-radius:14px}.mobile-room-stage-v102 .canvas-toolbar{min-height:48px;padding:7px 9px}.mobile-room-stage-v102 .canvas-resource-meta small,.mobile-room-stage-v102 .canvas-resource-meta span{font-size:10px}.mobile-room-stage-v102 .canvas-controls{min-height:46px;padding:6px 9px}.mobile-room-stage-v102 .control-owner-copy .control-avatar{width:32px;height:32px}.mobile-room-stage-v102 .control-owner-copy strong{font-size:11px}.mobile-room-stage-v102 .control-owner-copy span{font-size:9px}.mobile-room-stage-v102 .audio-dock{left:7px;right:7px;bottom:calc(68px + var(--safe-bottom));min-height:50px;border-radius:13px}.mobile-bottom-nav{height:calc(62px + var(--safe-bottom));padding-top:4px}.mobile-bottom-nav button{min-height:52px}.mobile-bottom-nav button>span{font-size:20px}.mobile-bottom-nav button small{font-size:10px}.tools-grid{grid-template-columns:1fr}.tools-grid>button{min-height:78px}.simple-resource-card{grid-template-columns:minmax(0,1fr) auto}.resource-download-button{width:36px;padding:0;font-size:0}.resource-download-button:before{content:"↓";font-size:17px}.resource-more-menu{right:5px}.presentation-overlay{left:6px;right:6px;bottom:max(6px,env(safe-area-inset-bottom));grid-template-columns:minmax(0,1fr) auto;min-height:54px;padding:6px 7px;border-radius:13px}.presentation-page-controls{grid-row:2;grid-column:1 / -1;justify-self:center}.presentation-overlay-left span,.presentation-overlay-actions button span{display:none}.presentation-overlay-actions button{min-width:38px;padding:0 8px}.presentation-active .whiteboard-presentation .whiteboard-toolbar{top:max(6px,env(safe-area-inset-top));width:calc(100% - 12px);padding:8px}.presentation-active .whiteboard-presentation .whiteboard-toolbar>div:first-child{display:none}.presentation-active .whiteboard-presentation .whiteboard-tools{width:100%;justify-content:center}.focus-follower .mobile-room-stage-v102 .mobile-pane.active{padding-bottom:calc(70px + var(--safe-bottom))}.return-live-prompt,.focus-status-chip{top:calc(var(--safe-top) + 64px);max-width:calc(100% - 16px);white-space:nowrap}}@media(max-width:520px){.room-topbar-v102 .topbar-room-copy strong{max-width:26vw}.room-topbar-v102 .topbar-room-copy span{display:none}.room-topbar-v102 .topbar-audio-button{width:36px;min-width:36px;padding:0;font-size:0}.room-topbar-v102 .topbar-audio-button .audio-state-dot{width:10px;height:10px}.present-button{width:44px;padding:0;font-size:0}.present-button:after{content:"Present";font-size:0}.present-button:before{content:"▣";font-size:16px}.presentation-overlay-left strong{max-width:42vw}.presentation-overlay-actions .end-presentation-button{min-width:48px;font-size:11px}.focus-follower-dock{grid-template-columns:1fr 1fr}.focus-follower-dock span{display:none}}@media(prefers-reduced-motion:reduce){.presentation-overlay,.room-card-v10,.notification-popover,.modal-backdrop{transition:none!important;animation:none!important}}.focus-follower .room-topbar-v102 .room-topbar-right{display:none}.lobby-v102{background:#f7f7f2;color:var(--v102-ink)}.lobby-topbar-v102{border-bottom:1px solid #e1e5df;background:#fafaf7f5;backdrop-filter:blur(14px)}.lobby-topbar-v102 .brand-tagline{color:#65736d}.lobby-topbar-v102 .lobby-actions{gap:8px}.reconnect-pill{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;border-radius:999px;background:#fff3df;color:#6e4518;font-size:11px;font-weight:760}.reconnect-pill i{width:7px;height:7px;border-radius:50%;background:#b97925}.avatar-button-v102{border-color:transparent;background:transparent;box-shadow:none}.avatar-button-v102:hover{background:#eef2ee}.lobby-main-v102{width:min(1180px,calc(100% - 40px));padding-top:54px;padding-bottom:72px}.rooms-home-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.rooms-home-heading h1{margin:4px 0;font-size:clamp(30px,4vw,48px);letter-spacing:-.045em;color:#10241d}.rooms-home-heading p:not(.eyebrow){margin:0;color:#617069;font-size:16px}.rooms-home-heading .hero-actions{flex:0 0 auto}.rooms-search-v102{width:min(480px,100%);margin:0 0 24px}.rooms-section-v102{min-width:0}.room-card-grid-v102{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.room-card-v102{min-width:0;min-height:258px;display:flex;flex-direction:column;text-align:left;padding:20px;border:1px solid #dde3de;border-radius:20px;background:#fff;color:#132a22;box-shadow:0 5px 18px #1730270b;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.room-card-v102:hover{transform:translateY(-2px);border-color:#a9c4b9;box-shadow:0 12px 30px #17302714}.room-card-v102.is-live{border-color:#9ebfb2}.room-card-v102-top{display:flex;align-items:center;justify-content:space-between}.room-monogram-v102{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#e7f0eb;color:#184b3d;font-weight:850;font-size:17px}.room-card-v102-copy{margin-top:22px}.room-card-v102-copy h2{margin:0;color:#10271f;font-size:21px;letter-spacing:-.02em}.room-card-v102-copy p{margin:6px 0 0;color:#66736d;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.room-now-row{display:flex;gap:10px;align-items:center;margin-top:auto;padding:14px 0;border-top:1px solid #edf0ed;border-bottom:1px solid #edf0ed}.room-now-row>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f0f4f1;color:#2a5b4d}.room-now-row div{min-width:0;display:grid;gap:2px}.room-now-row small{color:#7a8580;font-size:10px}.room-now-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.room-card-v102-footer{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;padding-top:13px;color:#64716b;font-size:11px}.room-card-v102-footer>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-card-v102-footer b{color:#1d5e4b;font-size:19px}.preview-v102{min-height:100dvh;background:#f7f7f2}.preview-topbar-v102{background:#fafaf7f5;border-bottom:1px solid #e1e5df}.preview-content-v102{width:min(760px,calc(100% - 32px));margin:0 auto;padding:clamp(34px,7vh,78px) 0 70px}.preview-simple-card{padding:clamp(22px,4vw,42px);border:1px solid #dce3de;border-radius:26px;background:#fff;box-shadow:0 18px 60px #162e2614}.preview-simple-status{display:flex;align-items:center;justify-content:space-between;gap:12px}.preview-simple-heading{padding:34px 0 28px}.preview-simple-heading h1{margin:0;font-size:clamp(34px,7vw,58px);letter-spacing:-.05em;color:#10271f}.preview-simple-heading p{max-width:620px;margin:10px 0 0;color:#65726c;font-size:16px;line-height:1.55}.preview-now-v102{display:flex;align-items:center;gap:14px;padding:18px;border-radius:17px;background:#edf4f0}.preview-now-v102>div:last-child{min-width:0;display:grid;gap:3px}.preview-now-v102 small{color:#607069;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:780}.preview-now-v102 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.preview-now-v102 span{color:#607069;font-size:12px}.preview-presenter-v102{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:22px 2px}.preview-presenter-v102>div:nth-child(2){display:grid;gap:2px}.preview-presenter-v102 small,.preview-presenter-v102>span{color:#68756f;font-size:11px}.preview-presenter-v102 strong{color:#18382e}.enter-room-button-v102{width:100%;min-height:58px;border-radius:15px;font-size:16px}.preview-gentle-note{margin:12px 0 0;text-align:center;color:#7a8580;font-size:11px}.room-app-v102 .continuity-bar.detached{margin:0 0 8px}@media(max-width:980px){.room-card-grid-v102{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.lobby-main-v102{width:min(100% - 24px,620px);padding-top:28px}.rooms-home-heading{align-items:stretch;flex-direction:column;gap:20px;margin-bottom:24px}.rooms-home-heading h1{font-size:34px}.rooms-home-heading .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.rooms-home-heading .hero-actions button{min-height:50px;justify-content:center}.room-card-grid-v102{grid-template-columns:1fr}.room-card-v102{min-height:224px;padding:17px;border-radius:17px}.avatar-button-v102>div{display:none}.preview-content-v102{width:min(100% - 20px,620px);padding-top:18px}.preview-simple-card{padding:20px;border-radius:20px}.preview-simple-heading{padding:26px 0 22px}.preview-simple-heading h1{font-size:36px}}.room-app-v103 .canvas-stage{display:block;padding:12px;scroll-padding-top:12px;overscroll-behavior:contain}.room-app-v103 .canvas-stage .react-pdf__Document{min-height:100%;width:100%;display:flex;justify-content:center;align-items:flex-start}.room-app-v103 .canvas-stage .react-pdf__Page{margin:0 auto!important}.room-app-v103 .canvas-stage .react-pdf__Page__canvas{display:block}.independent-mode-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 8px;padding:9px 12px;border:1px solid #e2c899;border-radius:13px;background:#fff7e8;color:#704817}.independent-mode-bar>div{min-width:0;display:grid;gap:2px}.independent-mode-bar span{font-size:9px;font-weight:850;letter-spacing:.08em}.independent-mode-bar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.independent-mode-bar button{flex:0 0 auto;min-height:34px;border:0;border-radius:10px;padding:0 11px;background:#795019;color:#fff;font-weight:800}.audio-mode-control{min-width:142px;display:grid;gap:2px;padding:4px 8px;border:1px solid var(--v102-line);border-radius:12px;background:#fff}.audio-mode-label{color:var(--v102-ink);font-size:10px;font-weight:800;text-align:center}.audio-mode-slider-wrap{display:grid;grid-template-columns:auto minmax(54px,1fr) auto;align-items:center;gap:4px}.audio-mode-slider-wrap>span{color:var(--v102-muted);font-size:7px;font-weight:800;text-transform:uppercase}.audio-mode-slider-wrap input{width:100%;margin:0;accent-color:var(--v102-green)}.audio-mode-control.state-reconnecting{border-color:#d9a359;background:#fff8e8}.audio-mode-control.state-failed{border-color:#d49393;background:#fff3f3}.audio-mode-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;padding:2px;border-radius:8px;background:#e8eeea;touch-action:manipulation}.audio-mode-buttons button{min-width:0;min-height:24px;border:0;border-radius:6px;padding:0 4px;background:transparent;color:var(--v102-muted);font:inherit;font-size:8px;font-weight:850;touch-action:manipulation}.audio-mode-buttons button.active{background:#fff;color:var(--v102-green);box-shadow:0 1px 4px #11312824}.audio-mode-buttons button:disabled{opacity:.6}.room-chat-panel-v103{min-height:0;display:flex;flex-direction:column}.room-chat-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:0 0 10px;padding:4px;border-radius:12px;background:#edf1ee}.room-chat-tabs button{min-height:36px;border:0;border-radius:9px;background:transparent;color:var(--v102-muted);font-weight:780}.room-chat-tabs button.active{background:#fff;color:var(--v102-green);box-shadow:0 2px 7px #102a2312}.room-chat-tabs span{margin-left:4px;color:#819088;font-size:9px}.room-activity-list-v103{min-height:0;overflow-y:auto;display:grid;align-content:start;gap:7px}.room-activity-list-v103 .activity-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;padding:9px;border-bottom:1px solid #edf0ed}.room-activity-list-v103 .activity-symbol{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#edf3ef;color:var(--v102-green)}.room-activity-list-v103 .activity-row>div{min-width:0;display:grid;gap:2px}.room-activity-list-v103 strong{color:var(--v102-ink);font-size:11px;line-height:1.35}.room-activity-list-v103 small{color:var(--v102-muted);font-size:9px}.empty-activity{padding:24px 12px;text-align:center;color:var(--v102-muted);font-size:12px}.members-card-v103{min-height:0}.member-row-v103{grid-template-columns:auto minmax(0,1fr) auto auto}.member-chat-button{position:relative;min-height:34px;border:1px solid var(--v102-line);border-radius:9px;padding:0 10px;background:#fff;color:var(--v102-green);font-weight:800}.member-chat-button b{position:absolute;top:-6px;right:-5px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:var(--v102-orange);color:#fff;font-size:9px}.private-chat-disabled-note,.private-chat-paused{margin:8px 0;padding:9px 10px;border-radius:10px;background:#fff5e6;color:#704817;font-size:10px;font-weight:700}.direct-chat-card{min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.direct-chat-heading{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:9px;padding-bottom:11px;border-bottom:1px solid var(--v102-line)}.direct-chat-back{width:34px;height:34px;border:1px solid var(--v102-line);border-radius:10px;background:#fff}.direct-chat-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--v102-green-soft);color:var(--v102-green);font-size:11px;font-weight:850}.direct-chat-heading>div:last-child{min-width:0;display:grid;gap:1px}.direct-chat-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.direct-chat-heading small{color:var(--v102-muted);font-size:9px}.direct-chat-list{flex:1;min-height:220px;overflow-y:auto;display:grid;align-content:start;gap:8px;padding:12px 2px}.empty-direct-chat{margin:auto;display:grid;place-items:center;gap:5px;text-align:center;color:var(--v102-muted)}.empty-direct-chat>span{font-size:24px}.empty-direct-chat strong{color:var(--v102-ink)}.empty-direct-chat small{max-width:250px}.direct-message{max-width:86%;justify-self:start;padding:8px 10px;border-radius:12px 12px 12px 4px;background:#edf2ef}.direct-message.mine{justify-self:end;border-radius:12px 12px 4px;background:var(--v102-green-soft)}.direct-message>div{display:flex;justify-content:space-between;gap:12px}.direct-message strong,.direct-message time{font-size:9px}.direct-message time{color:var(--v102-muted)}.direct-message p{margin:4px 0 0;white-space:pre-wrap;font-size:12px}.direct-chat-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;padding-top:9px;border-top:1px solid var(--v102-line)}.direct-chat-composer textarea{width:100%;resize:none;border:1px solid var(--v102-line);border-radius:11px;padding:9px}.direct-chat-composer button{border:0;border-radius:10px;padding:0 13px;background:var(--v102-green);color:#fff;font-weight:800}.resource-library-v103{min-height:0}.new-folder-button{min-height:34px;border:1px solid var(--v102-line);border-radius:10px;padding:0 10px;background:#fff;color:var(--v102-green);font-weight:800}.folder-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:3px;margin:8px 0 10px;color:var(--v102-muted)}.folder-breadcrumb button{border:0;background:transparent;padding:3px 4px;color:var(--v102-green);font-size:10px;font-weight:760}.folder-crumb{display:inline-flex;align-items:center;gap:2px}.file-explorer-list{display:grid;gap:7px}.folder-row{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:9px;min-height:48px;padding:7px 9px;border:1px solid var(--v102-line);border-radius:12px;background:#fbfcfa;text-align:left;color:var(--v102-ink)}.folder-row .folder-icon{color:#c08a3a;font-size:18px}.folder-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-row small{color:var(--v102-muted);font-size:9px}.new-folder-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:6px;margin-bottom:9px}.new-folder-form input{min-width:0;border:1px solid var(--v102-line);border-radius:10px;padding:8px}.new-folder-form button{border:1px solid var(--v102-line);border-radius:9px;background:#fff;font-weight:760}.new-folder-form button[type=submit]{background:var(--v102-green);color:#fff;border-color:var(--v102-green)}.resource-more-menu-v103 label{display:grid;gap:5px;padding:6px 8px;color:var(--v102-muted);font-size:9px;font-weight:750}.resource-more-menu-v103 select{width:100%;border:1px solid var(--v102-line);border-radius:8px;padding:7px;background:#fff}.empty-folder{display:grid;justify-items:center;gap:4px;padding:24px 10px;color:var(--v102-muted);text-align:center}.empty-folder>span{font-size:24px;color:#c08a3a}.acknowledgement-detail{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}.acknowledgement-detail>div{display:grid;gap:2px;padding:8px;border-radius:9px;background:#f2f5f2}.acknowledgement-detail strong{font-size:9px;color:var(--v102-green);text-transform:uppercase;letter-spacing:.06em}.acknowledgement-detail span{font-size:10px;color:var(--v102-ink);line-height:1.35}.lobby-topbar-v102,.lobby-main-v102{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto}.lobby-topbar-v102{padding-left:0;padding-right:0}.rooms-home-heading,.rooms-section-v102,.rooms-search-v102{margin-left:0;margin-right:0}@media(max-width:819px){.room-app-v103{overflow:hidden}.room-topbar-v103{height:102px;min-height:102px;display:grid;grid-template-columns:1fr;grid-template-rows:47px 47px;align-content:center;gap:0;padding:4px 8px}.room-topbar-v103 .room-topbar-left{width:100%;min-width:0;align-self:center}.room-topbar-v103 .topbar-room-copy{min-width:0}.room-topbar-v103 .topbar-room-copy strong{max-width:calc(100vw - 86px);font-size:14px}.room-topbar-v103 .topbar-room-copy span{display:block;max-width:calc(100vw - 86px);font-size:9px}.room-topbar-v103 .room-topbar-right{width:100%;min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:5px;padding-top:5px;border-top:1px solid #edf0ed}.room-topbar-v103 .audio-mode-control{order:2;margin-right:auto;min-width:126px;max-width:142px;padding:3px 6px}.room-topbar-v103 .audio-mode-label{font-size:9px}.room-topbar-v103 .audio-mode-slider-wrap>span{font-size:6px}.room-topbar-v103 .raise-hand-button{order:1;width:auto;min-width:42px;padding:0 8px}.room-topbar-v103 .raise-hand-button em{display:none}.room-topbar-v103 .topbar-notice-button{order:3}.room-topbar-v103 .present-button{order:4;min-width:42px}.room-topbar-v103 .tools-button{order:5}.mobile-room-stage-v103{height:calc(100dvh - 102px - var(--safe-top))}.mobile-room-stage-v103 .mobile-pane.active{padding:6px 6px calc(70px + var(--safe-bottom))}.mobile-room-stage-v103 .canvas-stage{padding:5px}.mobile-room-stage-v103 .independent-mode-bar{margin-bottom:6px;padding:7px 8px}.mobile-room-stage-v103 .independent-mode-bar span{display:none}.mobile-room-stage-v103 .independent-mode-bar button{min-height:32px}.mobile-room-stage-v103 .canvas-toolbar .sync-on-chip.detached,.mobile-room-stage-v103 .canvas-controls .following-chip.detached{display:none}.mobile-bottom-nav button small{line-height:1.05}.member-row-v103{grid-template-columns:auto minmax(0,1fr) auto}.member-row-v103 .member-state-copy{display:none}.member-chat-button{min-width:54px;padding:0 8px}.direct-chat-card{min-height:calc(100dvh - 196px - var(--safe-top) - var(--safe-bottom))}.new-folder-form{grid-template-columns:1fr auto}.new-folder-form button:last-child{grid-column:1 / -1;min-height:34px}.acknowledgement-detail{grid-template-columns:1fr}.lobby-topbar-v102,.lobby-main-v102{width:min(100% - 24px,620px)}.lobby-topbar-v102{min-height:68px;padding:10px 0;display:flex;align-items:center;gap:8px}.lobby-topbar-v102 .brand-lockup{min-width:0;flex:1;gap:9px}.lobby-topbar-v102 .brand-mark{width:38px;height:38px;min-width:38px}.lobby-topbar-v102 .brand-tagline{display:none}.lobby-topbar-v102 .brand-name{font-size:18px}.lobby-topbar-v102 .lobby-actions{flex:0 0 auto;display:flex;align-items:center;gap:5px}.lobby-topbar-v102 .notification-button{width:38px;height:38px;min-height:38px;padding:0;justify-content:center;font-size:0}.lobby-topbar-v102 .notification-button>span{font-size:12px}.lobby-topbar-v102 .avatar-button-v102{width:38px;height:38px;padding:0}.lobby-topbar-v102 .avatar-button-v102>span{width:38px;height:38px}.rooms-home-heading{text-align:left}}@media(max-width:430px){.room-topbar-v103{height:106px;min-height:106px;grid-template-rows:49px 49px}.mobile-room-stage-v103{height:calc(100dvh - 106px - var(--safe-top))}.room-topbar-v103 .audio-mode-control{min-width:116px;max-width:122px}.room-topbar-v103 .topbar-notice-button,.room-topbar-v103 .tools-button,.room-topbar-v103 .present-button{width:35px;min-width:35px;padding:0}.room-topbar-v103 .present-button{font-size:0}.room-topbar-v103 .present-button:before{content:"▣";font-size:15px}.room-topbar-v103 .raise-hand-button{width:36px;min-width:36px;padding:0;font-size:0}.room-topbar-v103 .raise-hand-button span{font-size:16px}.rooms-home-heading{text-align:left}.rooms-home-heading .hero-actions{gap:8px}.rooms-home-heading .hero-actions button{font-size:13px;padding-inline:8px}}.audio-mode-topline{display:flex;align-items:baseline;justify-content:space-between;gap:6px}.audio-mode-topline strong{color:var(--v102-ink);font-size:9px}.audio-mode-topline span{color:var(--v102-muted);font-size:8px}.audio-mode-scale{display:grid;grid-template-columns:repeat(3,1fr);margin-top:1px;color:var(--v102-muted);font-size:6px;font-weight:800;text-transform:uppercase}.audio-mode-scale span:nth-child(2){text-align:center}.audio-mode-scale span:last-child{text-align:right}.audio-mode-control>input{width:100%;margin:-2px 0 0;accent-color:var(--v102-green)}.audio-mode-slider-wrap{display:none}.presentation-overlay .audio-mode-control{min-width:118px;max-width:128px;border-color:#fff3;background:#ffffff17}.presentation-overlay .audio-mode-topline strong,.presentation-overlay .audio-mode-topline span,.presentation-overlay .audio-mode-scale{color:#ffffffdb}.presentation-overlay .audio-mode-control>input{accent-color:#d9efe6}.presentation-overlay .audio-mode-buttons{background:#ffffff24}.presentation-overlay .audio-mode-buttons button{color:#ffffffc2}.presentation-overlay .audio-mode-buttons button.active{background:#ffffffeb;color:#154c3d}@media(max-width:819px){.presentation-overlay-actions{flex-wrap:wrap;justify-content:flex-end}.presentation-overlay .audio-mode-control{min-width:104px;max-width:108px;padding:3px 5px}.presentation-overlay .audio-mode-topline span{display:none}}.return-live-button{min-height:38px;border:1px solid #d6b77b;border-radius:12px;padding:0 12px;background:#fff7e8;color:#704817;font-weight:820;white-space:nowrap}.canvas-live-spacer{min-width:1px;min-height:1px}.room-app-v103 .shared-state-banner{justify-content:flex-start}.room-app-v103 .shared-state-right{display:none}.owners-card{display:grid;gap:12px}.owner-list,.coowner-candidates{display:grid;gap:8px}.coowner-candidates{padding-top:12px;border-top:1px solid var(--v102-line)}.owner-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:54px;padding:8px 10px;border:1px solid var(--v102-line);border-radius:12px;background:#fbfcfa}.owner-row>div{min-width:0;display:grid;gap:2px}.owner-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--v102-ink)}.owner-row small{color:var(--v102-muted);font-size:10px}.owner-badge{padding:5px 8px;border-radius:999px;background:var(--v102-green-soft);color:var(--v102-green);font-size:9px;font-weight:850}.owner-remove-button{min-height:34px;border:1px solid #e5c7c7;border-radius:9px;padding:0 9px;background:#fff7f7;color:#8b3e3e;font-weight:780}.room-app-v103 .canvas-card .control-owner-copy{min-width:0}.room-app-v103 .canvas-card .control-owner-copy:empty{display:none}@media(max-width:819px){.room-topbar-v103 .return-live-button{order:1;min-height:36px;padding:0 9px;font-size:10px}.room-topbar-v103 .raise-hand-button{order:2}.room-topbar-v103 .audio-mode-control{order:3}.room-topbar-v103 .topbar-notice-button{order:4}.room-topbar-v103 .present-button{order:5}.room-topbar-v103 .tools-button{order:6}}@media(max-width:430px){.room-topbar-v103 .return-live-button{max-width:92px;overflow:hidden;text-overflow:ellipsis}.room-topbar-v103 .present-button:before{content:"⛶";font-size:16px}.owner-row{grid-template-columns:auto minmax(0,1fr)}.owner-row>.owner-badge,.owner-row>.owner-remove-button,.owner-row>.primary-compact{grid-column:2;justify-self:start}}.member-chat-button{min-width:76px;min-height:48px;padding:0 16px;font-size:13px;touch-action:manipulation}.member-row-v103{min-height:64px}.room-reconnect-banner{position:fixed;z-index:1400;top:calc(var(--safe-top) + 68px);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;max-width:min(92vw,520px);padding:9px 14px;border:1px solid #d9a359;border-radius:999px;background:#fff8e8;color:#634317;box-shadow:0 8px 26px #23312b1f;font-size:12px;font-weight:750}.loading-dot,.mini-live-dot{width:9px;height:9px;border-radius:50%;background:#d59135;flex:0 0 auto}.loading-dot{animation:rooms-pulse 1.15s ease-in-out infinite}@keyframes rooms-pulse{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.action-feedback-toast,.presenter-change-chip{position:fixed;z-index:1450;right:18px;top:calc(var(--safe-top) + 76px);max-width:min(360px,calc(100vw - 36px));padding:10px 14px;border-radius:12px;border:1px solid #b8cec4;background:#f5fbf7;color:#174b3e;box-shadow:0 8px 28px #15372d1f;font-size:12px;font-weight:780}.presenter-change-chip{top:calc(var(--safe-top) + 124px);background:#fff;color:var(--v102-ink)}.drift-strip{position:fixed;z-index:1200;left:50%;top:calc(var(--safe-top) + 70px);transform:translate(-50%);display:flex;align-items:center;gap:10px;max-width:min(92vw,560px);padding:7px 8px 7px 13px;border:1px solid #d9b878;border-radius:999px;background:#fff7e8;color:#6d4916;box-shadow:0 6px 20px #37280f1a;font-size:11px;font-weight:760}.drift-strip button{min-height:32px;border:0;border-radius:999px;padding:0 12px;background:#815617;color:#fff;font-weight:800}.mini-live-strip{width:calc(100% - 12px);min-height:58px;margin:6px;padding:8px 10px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid #abc9bc;border-radius:14px;background:#f3faf6;color:var(--v102-ink);text-align:left;box-shadow:0 3px 12px #16413412}.mini-live-strip .mini-live-dot{background:#42b987;box-shadow:0 0 0 5px #42b9871f}.mini-live-strip>div{min-width:0;display:grid;gap:2px}.mini-live-strip strong,.mini-live-strip small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-live-strip strong{font-size:12px}.mini-live-strip small{color:var(--v102-muted);font-size:9px}.mini-live-strip b{color:var(--v102-green);font-size:10px;white-space:nowrap}.quick-check-top-button,.quick-check-button{min-width:42px;min-height:42px;border:1px solid var(--v102-line);border-radius:12px;background:#fff9ec;color:#805419;font-weight:900}.quick-poll-live{position:fixed;z-index:1320;left:50%;bottom:calc(78px + var(--safe-bottom));transform:translate(-50%);width:min(560px,calc(100vw - 28px));padding:14px;border:1px solid #b9cec4;border-radius:18px;background:#fffffff7;box-shadow:0 18px 50px #1230272e;backdrop-filter:blur(10px)}.quick-poll-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.quick-poll-heading>div{display:grid;gap:3px;min-width:0}.quick-poll-heading span{color:var(--v102-green);font-size:9px;font-weight:850;letter-spacing:.11em}.quick-poll-heading strong{font-size:16px;line-height:1.3}.quick-poll-close{min-height:34px;border:1px solid var(--v102-line);border-radius:10px;padding:0 10px;background:#fff;font-weight:780}.quick-poll-options{display:grid;gap:7px;margin-top:12px}.quick-poll-options>button{min-height:46px;display:grid;gap:5px;padding:9px 11px;border:1px solid var(--v102-line);border-radius:12px;background:#fbfcfa;color:var(--v102-ink);text-align:left}.quick-poll-options>button.selected{border-color:#5d9a85;background:#edf8f2}.quick-poll-option-label{display:flex;justify-content:space-between;gap:10px;font-weight:800}.quick-poll-result{position:relative;display:flex;min-height:18px;align-items:center;justify-content:flex-end;overflow:hidden;border-radius:8px;background:#edf1ee}.quick-poll-result i{position:absolute;inset:0 auto 0 0;border-radius:8px;background:#cbe5da}.quick-poll-result em{position:relative;z-index:1;padding-right:7px;font-size:9px;font-style:normal;font-weight:800}.quick-poll-foot{display:flex;justify-content:space-between;gap:8px;margin-top:8px;color:var(--v102-muted);font-size:9px}.quick-poll-composer{max-width:560px}.quick-poll-option-editor{display:grid;gap:8px;margin:12px 0}.quick-poll-option-editor label{display:grid;gap:4px;color:var(--v102-muted);font-size:10px;font-weight:750}.quick-poll-option-editor label>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px}.quick-poll-option-editor input,.quick-poll-settings select{min-height:42px;border:1px solid var(--v102-line);border-radius:10px;padding:0 10px;background:#fff}.quick-poll-option-editor label button{width:42px;border:1px solid var(--v102-line);border-radius:10px;background:#fff}.quick-poll-settings{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:10px 0 16px}.quick-poll-settings>label:not(.form-check){display:grid;gap:4px;color:var(--v102-muted);font-size:10px;font-weight:750}.shared-content-surface{position:relative;margin:0 auto}.pointer-mode-button{min-height:34px;border:1px solid var(--v102-line);border-radius:9px;padding:0 10px;background:#fff;color:var(--v102-green);font-weight:800}.pointer-mode-button.active{background:#fff0df;color:#8b5415;border-color:#dba55d}.shared-content-surface.pointer-active{cursor:crosshair;touch-action:none}.live-laser-pointer{position:absolute;z-index:25;transform:translate(-50%,-50%);pointer-events:none;display:grid;justify-items:center;gap:4px}.live-laser-pointer>span{width:18px;height:18px;border-radius:50%;background:#df542f;border:3px solid rgba(255,255,255,.95);box-shadow:0 0 0 5px #df542f38,0 3px 10px #00000040}.live-laser-pointer>small{max-width:120px;padding:3px 6px;border-radius:999px;background:#162620e0;color:#fff;font-size:8px;font-weight:800;white-space:nowrap}.presentation-presenter-status{position:fixed;left:18px;bottom:calc(18px + var(--safe-bottom));z-index:1280;max-width:55vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:7px 10px;border-radius:999px;background:#10241dc7;color:#fff;font-size:11px;font-weight:780;backdrop-filter:blur(8px)}@media(max-width:819px){.room-topbar-v103 .quick-check-top-button{order:4;width:38px;min-width:38px;padding:0}.room-topbar-v103 .topbar-notice-button{order:5}.room-topbar-v103 .present-button{order:6}.room-topbar-v103 .tools-button{order:7}.room-topbar-v103 .audio-mode-control{order:3}.room-topbar-v103 .return-live-button{order:1}.room-topbar-v103 .raise-hand-button{order:2}.drift-strip,.room-reconnect-banner{top:calc(var(--safe-top) + 108px);max-width:calc(100vw - 20px)}.action-feedback-toast,.presenter-change-chip{right:10px;top:calc(var(--safe-top) + 112px)}.presenter-change-chip{top:calc(var(--safe-top) + 158px)}.mini-live-strip+.mobile-pane.active{height:calc(100% - 70px)}.quick-poll-live{bottom:calc(76px + var(--safe-bottom));padding:12px;border-radius:16px}.quick-poll-options{grid-template-columns:1fr 1fr}.quick-poll-settings{grid-template-columns:1fr}.member-chat-button{min-width:84px;min-height:48px;padding:0 14px}.member-row-v103{grid-template-columns:auto minmax(0,1fr) auto}.member-row-v103 .member-state-copy{display:none}.presentation-presenter-status{left:10px;bottom:calc(10px + var(--safe-bottom));max-width:60vw}.presentation-active .quick-poll-live{bottom:calc(72px + var(--safe-bottom))}}@media(max-width:460px){.quick-check-top-button{width:35px;min-width:35px}.room-topbar-v103 .audio-mode-control{min-width:108px;max-width:116px}.quick-poll-options{grid-template-columns:1fr}.member-chat-button{min-width:74px;padding:0 11px}}.quick-poll-voters{display:block;margin-top:.3rem;color:var(--ink-soft);font-size:.78rem;line-height:1.25;text-align:left}.shared-text-highlight-layer{position:absolute;inset:0;z-index:3;pointer-events:none;overflow:hidden}.shared-text-highlight-layer>span{position:absolute;display:block;border-radius:3px;background:#ffcd3d6b;box-shadow:inset 0 0 0 1px #b27e0038;mix-blend-mode:multiply}.quick-poll-heading-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.quick-poll-end{min-height:34px;border:1px solid var(--v102-line);border-radius:10px;padding:0 10px;background:#fff;color:var(--v102-ink);font-weight:780}.quick-poll-dismiss{width:34px;min-width:34px;height:34px;border:1px solid var(--v102-line);border-radius:10px;background:#fff;color:var(--v102-ink);font-size:20px;line-height:1}.quick-poll-reopen-chip{position:fixed;right:18px;bottom:86px;z-index:72;min-height:40px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #b8d0c6;border-radius:999px;background:#fff;color:#17483a;box-shadow:0 6px 22px #12342a24;font-weight:800}.quick-poll-reopen-chip>span{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#e5f4ee}.no-presenter-strip{margin:8px 12px 0;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;border:1px solid #d6ded9;border-radius:14px;background:#f7f9f7;color:#203a31}.no-presenter-strip>div{display:grid;gap:2px;min-width:0}.no-presenter-strip strong{font-size:13px}.no-presenter-strip span{color:#67736e;font-size:10px}.no-presenter-strip button,.start-presenting-button{min-height:38px;padding:0 13px;border:0;border-radius:11px;background:#157a61;color:#fff;font-weight:800;white-space:nowrap}.presenter-manage-actions{display:grid;gap:8px}.quiet-danger-button{min-height:40px;border:1px solid #e4cbc7;border-radius:11px;background:#fff8f6;color:#9a463c;font-weight:780}.lobby-v1031 .notification-button>span{color:inherit;font-size:16px;line-height:1}.rooms-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:2px 0 18px}.rooms-list-tabs{display:flex;align-items:center;gap:5px;padding:4px;border:1px solid #dce5e0;border-radius:12px;background:#f4f7f5}.rooms-list-tabs button{min-height:36px;display:flex;align-items:center;gap:7px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:#65736d;font-weight:800}.rooms-list-tabs button.active{background:#fff;color:#164c3d;box-shadow:0 1px 4px #15372c14}.rooms-list-tabs button span{min-width:19px;height:19px;display:grid;place-items:center;border-radius:999px;background:#e2ece7;color:#365d50;font-size:9px}.rooms-list-toolbar .rooms-search{margin:0;width:min(310px,42vw)}.room-action-error{margin-bottom:12px}.room-card-managed{position:relative;padding:0;overflow:visible}.room-card-main-button{width:100%;min-height:inherit;display:flex;flex-direction:column;padding:20px;border:0;border-radius:inherit;background:transparent;color:inherit;text-align:left}.room-card-main-button:disabled{opacity:.65}.room-card-menu-wrap{position:absolute;top:14px;right:14px;z-index:4}.room-card-menu-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid #d8e1dc;border-radius:11px;background:#fffffff5;color:#27463c;font-weight:900;letter-spacing:1px}.room-card-menu-popover{position:absolute;top:43px;right:0;min-width:158px;display:grid;padding:5px;border:1px solid #d9e2dd;border-radius:12px;background:#fff;box-shadow:0 12px 30px #14302726}.room-card-menu-popover button{min-height:38px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#203e34;text-align:left;font-weight:750}.room-card-menu-popover button:hover{background:#f1f6f3}.room-card-menu-popover button.danger{color:#a3443a}.room-card-v102.is-archived{opacity:.82;border-style:dashed}.room-live-status.archived{background:#f0f2f0;color:#6f7873}.room-live-status.archived i{background:#9da6a1}.delete-room-modal{max-width:520px}.delete-room-modal>p{margin:6px 0 20px;color:#65736d;line-height:1.55}.delete-room-actions{display:flex;justify-content:flex-end;gap:8px}.danger-action-button{min-height:42px;padding:0 16px;border:0;border-radius:10px;background:#a9473d;color:#fff;font-weight:800}@media(max-width:819px){.quick-poll-heading-actions{gap:4px}.quick-poll-end{padding:0 8px;font-size:10px}.quick-poll-reopen-chip{right:10px;bottom:calc(82px + var(--safe-bottom))}.no-presenter-strip{margin:6px 8px 0;align-items:flex-start}.no-presenter-strip span{font-size:9px}.no-presenter-strip button{min-height:36px;padding:0 10px}.start-presenting-button{min-height:38px;padding:0 10px;font-size:10px}.rooms-list-toolbar{align-items:stretch;flex-direction:column;gap:8px}.rooms-list-toolbar .rooms-search{width:100%}.rooms-list-tabs{align-self:flex-start}.room-card-main-button{padding:17px}.room-card-menu-wrap{top:12px;right:12px}.room-card-v102-top{padding-right:38px}.lobby-v1031 .notification-button>span{font-size:17px}}.lobby-v104 .notification-button{min-height:42px;display:flex;align-items:center;gap:7px;border-radius:12px}.lobby-v104 .notification-button>span{display:inline-grid;place-items:center;min-width:22px;font-size:18px}.rooms-today-overview{margin:0 0 18px;display:grid;grid-template-columns:minmax(130px,.7fr) repeat(3,minmax(180px,1fr));gap:10px}.today-overview-title,.rooms-today-overview>button,.today-missed{min-height:82px;border:1px solid #dce7e2;border-radius:16px;background:#fff}.today-overview-title{padding:14px 16px;display:flex;flex-direction:column;justify-content:center;gap:3px}.today-overview-title p{margin:0}.today-overview-title strong{font-size:20px;color:#173e33}.rooms-today-overview>button{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 14px;text-align:left;color:#173e33}.rooms-today-overview>button:hover{border-color:#b6d2c6;background:#fbfdfc}.rooms-today-overview>button div{min-width:0;display:grid;gap:2px}.rooms-today-overview>button small,.today-missed small{font-size:9px;letter-spacing:.11em;color:#6c7e77;font-weight:850}.rooms-today-overview>button strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rooms-today-overview>button em{color:#64736d;font-size:11px;font-style:normal}.rooms-today-overview>button b{font-size:16px}.today-dot{width:9px;height:9px;border-radius:50%;background:#9aa9a3}.today-dot.live{background:#188465;box-shadow:0 0 0 5px #e7f4ef}.today-dot.next{background:#c28735;box-shadow:0 0 0 5px #fbf1df}.today-missed{display:flex;align-items:center;gap:10px;padding:12px 14px;color:#6c4b3f}.today-missed>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff1ec}.today-missed>div{display:grid;gap:2px}.today-missed strong{font-size:12px;line-height:1.3}.room-card-v104{min-height:0}.room-card-v104 .room-card-main-button{padding:18px;gap:0}.room-card-v104 .room-card-v102-top{min-height:42px;align-items:flex-start;padding-right:54px}.room-card-statuses{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:6px}.room-card-v104 .room-live-status{position:static;min-height:27px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border-radius:999px;font-size:9px;letter-spacing:.04em;font-weight:850}.room-priority-chip{min-height:27px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;font-size:9px;font-weight:820;background:#f0f4f2;color:#66746f}.room-priority-chip.high{background:#edf7f3;color:#17634f}.room-priority-chip.low{background:#f5f5f3;color:#7e827f}.room-card-v104 .room-card-v102-copy{margin-top:12px}.room-card-v104 .room-card-v102-copy h2{margin-bottom:3px}.room-card-v104 .room-card-v102-copy p{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.room-session-now,.room-next-session,.room-last-session{margin-top:14px;border-top:1px solid #e7ece9;padding-top:12px}.room-session-now{display:grid;grid-template-columns:1fr auto;gap:3px 10px}.room-session-now>div{display:grid;gap:2px}.room-session-now small,.room-next-session small,.room-last-session small{font-size:9px;letter-spacing:.1em;color:#7a8882;font-weight:850}.room-session-now strong,.room-next-session strong,.room-last-session strong{color:#1e463a;font-size:13px}.room-session-now>span{align-self:center;font-size:11px;color:#536b62}.room-session-now>em{grid-column:1/-1;font-size:10px;color:#67766f;font-style:normal}.room-next-session{display:grid;gap:3px}.room-next-session>span,.room-last-session>span{color:#718079;font-size:10px}.room-next-session p{margin:5px 0 0;padding:7px 9px;border-radius:9px;background:#f5f8f6;color:#4d635b;font-size:10px;line-height:1.35}.room-next-session p b{color:#224e40}.room-missed-session{margin-top:10px;padding:8px 10px;border-radius:10px;background:#fff4ee;color:#8a4f3c;font-size:10px;font-weight:780}.room-card-v104 .room-now-row{margin-top:12px}.room-card-v104 .room-card-v102-footer{margin-top:14px;padding-top:12px;border-top:1px solid #e7ece9}.room-card-v104 .room-card-v102-footer span{color:#6e7a75;font-size:10px}.room-card-menu-v104{top:14px;right:14px}.room-card-menu-popover-v104{min-width:190px;z-index:30}.room-card-menu-popover-v104 .menu-section-label{padding:7px 10px 4px;color:#85918c;font-size:9px;letter-spacing:.1em;font-weight:850;text-transform:uppercase}.room-card-menu-popover-v104 button{display:flex;justify-content:space-between;align-items:center;gap:12px}.room-card-menu-popover-v104 button.selected{background:#edf6f2;color:#155c49}.room-card-menu-popover-v104 .menu-divider{height:1px;margin:5px;background:#e7ece9}.preview-v104 .preview-simple-status{min-height:28px}.preview-v104 .preview-simple-status>span:empty{display:block}.preview-session-summary,.preview-next-session{margin:18px 0 0;padding:13px 14px;border:1px solid #dfe8e4;border-radius:14px;background:#fbfcfb}.preview-session-summary{display:flex;align-items:center;justify-content:space-between;gap:12px}.preview-session-summary>div,.preview-next-session{display:grid;gap:3px}.preview-session-summary small,.preview-next-session small{font-size:9px;letter-spacing:.1em;color:#7a8882;font-weight:850}.preview-session-summary strong,.preview-next-session strong{color:#1d473a}.preview-session-summary>span,.preview-next-session>span{color:#64756e;font-size:11px}.preview-next-session p{margin:5px 0 0;color:#53675f;font-size:11px}.preview-missed-session{margin-top:14px;padding:9px 11px;border-radius:10px;background:#fff4ee;color:#8a4f3c;font-size:11px;font-weight:780}.session-start-button,.session-end-button{min-height:38px;padding:0 12px;border-radius:11px;font-weight:820;white-space:nowrap}.session-start-button{border:0;background:#155f4d;color:#fff}.session-end-button{border:1px solid #d5ddd9;background:#fff;color:#315248}.session-start-modal,.session-leave-modal{width:min(470px,100%);text-align:center}.session-prompt-icon{width:48px;height:48px;margin:0 auto 10px;display:grid;place-items:center;border-radius:50%;background:#e9f5f0;color:#17634f}.session-start-modal h3,.session-leave-modal h3{margin:0;font-size:22px;color:#173f34}.session-start-modal>p,.session-leave-modal>p{margin:8px auto 16px;max-width:390px;color:#66766f;line-height:1.5}.session-schedule-hint{margin:0 auto 14px;display:grid;gap:2px;padding:10px 12px;border-radius:11px;background:#f5f8f6;text-align:left}.session-schedule-hint small{color:#77857f}.session-schedule-hint strong{color:#234d40}.session-prompt-actions,.session-leave-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.session-leave-actions{flex-direction:column}.session-leave-actions>button{width:100%}.schedule-panel{display:grid;gap:14px}.schedule-kind-switch{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border:1px solid #dce5e0;border-radius:12px;background:#f4f7f5}.schedule-kind-switch button{min-height:39px;border:0;border-radius:9px;background:transparent;color:#677770;font-weight:800}.schedule-kind-switch button.active{background:#fff;color:#185b49;box-shadow:0 1px 4px #16372d14}.schedule-panel label{display:grid;gap:6px;color:#2d4c42;font-weight:760}.schedule-panel label>span{font-size:11px}.schedule-panel input,.schedule-panel select,.schedule-panel textarea{width:100%;border:1px solid #d8e2dd;border-radius:10px;background:#fff;padding:10px 11px;color:#213f35}.schedule-panel label small{color:#788680;font-weight:500;line-height:1.4}.schedule-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.weekday-picker{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.weekday-picker button{min-height:38px;border:1px solid #d9e2de;border-radius:9px;background:#fff;color:#65756e;font-weight:780}.weekday-picker button.active{border-color:#93c0af;background:#eaf5f0;color:#155f4c}.schedule-pause-row{display:flex!important;grid-template-columns:none!important;align-items:center;gap:9px!important}.schedule-pause-row input{width:18px;height:18px}.schedule-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.inline-success{padding:9px 11px;border-radius:10px;background:#edf7f3;color:#17624e;font-size:11px;font-weight:760}.session-history-panel{display:grid;gap:10px}.session-history-card{border:1px solid #dce5e1;border-radius:14px;background:#fff;overflow:hidden}.session-history-card.active{border-color:#9fc8b8;box-shadow:inset 3px 0 #1b8064}.session-history-summary{width:100%;display:flex;justify-content:space-between;gap:12px;padding:14px;border:0;background:transparent;color:#24473c;text-align:left}.session-history-summary>div{display:grid;gap:3px}.session-history-title{display:flex;align-items:center;gap:8px}.session-history-title>span{padding:3px 6px;border-radius:999px;background:#eaf5f0;color:#17624e;font-size:8px;letter-spacing:.08em;font-weight:900}.session-history-summary p{margin:0;color:#66756f;font-size:11px}.session-history-summary small{color:#7e8a85}.session-history-summary .my-attendance{color:#366455}.session-history-details{display:grid;gap:16px;padding:0 14px 15px;border-top:1px solid #e9eeeb}.session-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:13px}.session-facts>div{display:grid;gap:2px;padding:9px;border-radius:10px;background:#f6f8f7}.session-facts small{color:#7d8984;font-size:9px}.session-facts strong{color:#2b4d42;font-size:10px;line-height:1.3}.session-history-details section{display:grid;gap:6px}.session-history-details h4{margin:0;color:#294b40;font-size:11px}.session-attendance-list{display:grid;gap:4px}.session-attendance-list>div,.session-detail-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0;padding:7px 9px;border-radius:8px;background:#f8faf9}.session-attendance-list span{display:flex;align-items:center;gap:6px}.session-attendance-list i{padding:2px 5px;border-radius:999px;background:#e9f5f0;color:#17624e;font-size:8px;font-style:normal}.session-attendance-list strong,.session-detail-row small{color:#68766f;font-size:10px}.session-detail-row span{color:#2f5146;font-size:10px}.session-metric-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.session-metric-grid>div{display:grid;gap:2px;padding:9px 6px;border:1px solid #e2e9e5;border-radius:9px;text-align:center}.session-metric-grid strong{color:#1c5b49;font-size:16px}.session-metric-grid span{color:#7a8782;font-size:8px}.empty-session-history{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;color:#61716a}.empty-session-history>span{font-size:30px}.empty-session-history strong{color:#294c41}.empty-session-history p{max-width:430px;margin:0;font-size:11px;line-height:1.5}.secondary-action.compact{min-height:36px;justify-self:start;padding:0 11px}@media(max-width:1100px){.rooms-today-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.today-overview-title{grid-column:1/-1;min-height:60px}}@media(max-width:819px){.rooms-today-overview{grid-template-columns:1fr;gap:7px}.today-overview-title{grid-column:auto;min-height:54px}.rooms-today-overview>button,.today-missed{min-height:68px}.room-card-v104 .room-card-v102-top{padding-right:48px}.room-card-statuses{justify-content:flex-start}.room-card-menu-v104{top:11px;right:11px}.room-card-menu-popover-v104{right:0;min-width:184px}.room-session-now{grid-template-columns:1fr auto}.schedule-grid{grid-template-columns:1fr}.weekday-picker{grid-template-columns:repeat(4,1fr)}.session-facts{grid-template-columns:1fr}.session-metric-grid{grid-template-columns:repeat(3,1fr)}.session-start-button,.session-end-button{min-height:36px;padding:0 9px;font-size:10px}.room-topbar-v103 .session-start-button,.room-topbar-v103 .session-end-button{order:3}.lobby-v104 .notification-button{width:42px;min-width:42px;padding:0;justify-content:center;font-size:0}.lobby-v104 .notification-button>span{font-size:18px}.lobby-v104 .notification-button b{font-size:9px}}.dashboard-schedule-modal{width:min(620px,calc(100vw - 28px));max-height:min(88vh,820px);overflow:auto}.dashboard-schedule-help{margin:-2px 0 16px;color:var(--muted, #667085);line-height:1.45}.handoff-button{position:relative;min-height:38px;padding:0 11px;border:1px solid var(--v102-line);border-radius:12px;background:#fff;color:var(--v102-ink);font-weight:780;cursor:pointer}.handoff-button:hover{border-color:var(--v102-green);color:var(--v102-green-dark)}@media(max-width:760px){.room-topbar-v103 .handoff-button{order:4;width:38px;min-width:38px;padding:0;font-size:0}.room-topbar-v103 .handoff-button:before{content:"↔";font-size:16px}.room-topbar-v103 .present-button{order:5}.room-topbar-v103 .tools-button{order:6}}@media(max-width:430px){.room-topbar-v103 .handoff-button{width:35px;min-width:35px}}@media(min-width:820px){.video-call-heading{cursor:grab;touch-action:none;user-select:none}.video-call-dock.dragging,.video-call-dock.dragging .video-call-heading{cursor:grabbing}.presentation-active .video-call-dock{bottom:104px}}.session-prompt-actions>button,.schedule-actions>button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:11px;font-family:inherit;font-size:12px;font-weight:800;line-height:1}.session-prompt-actions>.primary-action,.schedule-actions>.primary-action{border:1px solid var(--v10-accent);color:#fff}.session-prompt-actions>.secondary-action{border:1px solid var(--v10-line);background:#fff;color:var(--v10-ink)}.room-last-session{display:flex;align-items:baseline;flex-wrap:wrap;column-gap:10px;row-gap:3px}.room-last-session>span{margin-left:2px}@media(max-width:819px){.mobile-room-stage-v103 .mobile-pane.panel-pane{overflow:hidden;padding-bottom:calc(76px + var(--safe-bottom))}.mobile-room-stage-v103 .room-chat-panel-v103,.mobile-room-stage-v103 .direct-chat-card{min-height:0;height:100%;max-height:100%;overflow:hidden}.mobile-room-stage-v103 .chat-message-list,.mobile-room-stage-v103 .direct-chat-list{min-height:0}.mobile-room-stage-v103 .chat-composer,.mobile-room-stage-v103 .direct-chat-composer{position:relative;z-index:2;flex:0 0 auto;padding-bottom:2px;background:#fff}}.presentation-overlay-left span{display:block;max-width:min(34vw,420px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presentation-presenter-status{display:none}.video-tile-label i{min-width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#020c09b3;font-size:11px}.mobile-room .room-topbar-v103{height:106px;min-height:106px;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:49px 49px;align-content:center;gap:0;padding:4px 0;overflow:hidden}.mobile-room .room-topbar-v103 .room-topbar-left{width:100%;min-width:0;padding:0 8px}.mobile-room .room-topbar-v103 .topbar-room-copy strong,.mobile-room .room-topbar-v103 .topbar-room-copy span{max-width:calc(100vw - 76px)}.mobile-room .room-topbar-v103 .room-topbar-right{width:100%;min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:6px;overflow-x:auto;overflow-y:hidden;padding:5px 8px 3px;border-top:1px solid #edf0ed;scroll-padding-inline:8px;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x}.mobile-room .room-topbar-v103 .room-topbar-right::-webkit-scrollbar{display:none}.mobile-room .room-topbar-v103 .room-topbar-right>*{flex:0 0 auto;margin-right:0}.mobile-room .room-topbar-v103 .return-live-button,.mobile-room .room-topbar-v103 .start-presenting-button{order:1}.mobile-room .room-topbar-v103 .video-call-button{order:2}.mobile-room .room-topbar-v103 .raise-hand-button{order:3}.mobile-room .room-topbar-v103 .session-start-button,.mobile-room .room-topbar-v103 .session-end-button{order:4}.mobile-room .room-topbar-v103 .audio-mode-control{order:5;min-width:116px;max-width:126px}.mobile-room .room-topbar-v103 .quick-check-top-button{order:6}.mobile-room .room-topbar-v103 .handoff-button{order:7}.mobile-room .room-topbar-v103 .topbar-notice-button{order:8}.mobile-room .room-topbar-v103 .present-button{order:9}.mobile-room .room-topbar-v103 .tools-button{order:10}.mobile-room .video-call-button,.mobile-room .raise-hand-button{width:40px;min-width:40px;height:40px;min-height:40px;padding:0}.mobile-room .video-call-button span,.mobile-room .raise-hand-button span{font-size:18px;line-height:1}.mobile-room .mobile-room-stage-v103{height:calc(100dvh - 106px - var(--safe-top))}.mobile-room .screen-share-canvas{border-radius:13px}.mobile-room .screen-share-video-stage video{object-fit:contain}@media(max-width:819px){.presentation-overlay-left span{display:block;max-width:42vw;font-size:9px}}@media(orientation:landscape)and (pointer:coarse){.mobile-room .room-topbar-v103{height:94px;min-height:94px;grid-template-rows:43px 43px}.mobile-room .room-topbar-v103 .rooms-home-button{width:34px;min-width:34px;height:34px}.mobile-room .room-topbar-v103 .room-topbar-right{padding-block:3px}.mobile-room .mobile-room-stage-v103{height:calc(100dvh - 94px - var(--safe-top))}.mobile-room .screen-share-canvas-heading{min-height:32px}.mobile-room .screen-share-canvas-heading small{display:none}}.resource-text-preview{width:min(100%,960px);min-height:520px;margin:0 auto;padding:clamp(20px,4vw,56px);background:#fff;color:#17231f;border-radius:12px;box-shadow:0 10px 30px #1a2a241f;text-align:left}.resource-text-preview pre{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font:15px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.markdown-preview p{margin:.45rem 0;white-space:pre-wrap}.markdown-preview h3{margin:1.35rem 0 .55rem;font-size:clamp(20px,3vw,32px)}.markdown-bullet{margin:.35rem 0;padding-left:1rem}.docx-preview-host{width:min(100%,1080px);margin:0 auto;overflow:auto;color:#111;text-align:left}.docx-preview-host .docx-wrapper{padding:20px!important;background:transparent!important}.spreadsheet-preview{width:100%;min-height:480px;background:#fff;border-radius:12px;color:#17231f;padding:16px;text-align:left}.spreadsheet-preview h3{margin:0 0 12px}.spreadsheet-scroll{overflow:auto;max-height:min(72vh,820px);border:1px solid #dfe7e3}.spreadsheet-preview table{border-collapse:collapse;min-width:100%;font-size:13px}.spreadsheet-preview th,.spreadsheet-preview td{border:1px solid #e3e9e6;padding:6px 9px;white-space:nowrap;max-width:360px;overflow:hidden;text-overflow:ellipsis}.spreadsheet-preview th{position:sticky;left:0;background:#eef5f2;color:#426057}.pptx-preview{width:min(100%,1120px);margin:0 auto}.pptx-slide{aspect-ratio:16/9;background:#fff;color:#17231f;border-radius:8px;box-shadow:0 12px 34px #16282126;display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,6vw,82px);text-align:left;overflow:auto}.pptx-slide h2{font-size:clamp(28px,5vw,58px);line-height:1.05;margin:0 0 1.2rem}.pptx-slide p{font-size:clamp(16px,2.2vw,28px);margin:.35rem 0}.pptx-preview>small{display:block;margin:10px auto 0;color:#60766e}.shared-video{display:block;width:min(100%,1120px);max-height:75vh;margin:auto;border-radius:12px;background:#000}.video-tile-grid.count-4,.video-tile-grid.count-5{grid-template-columns:repeat(2,minmax(0,1fr))}.staged-upload-list{display:grid;gap:8px;max-height:240px;overflow:auto;margin:10px 0}.staged-upload-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--line,#dfe7e2);border-radius:12px}.staged-upload-row>div{min-width:0;display:grid}.staged-upload-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staged-upload-row small,.upload-total{color:#66756f}.staged-upload-row.failed{border-color:#d88}.chat-search{display:flex;align-items:center;gap:6px;padding:8px 0}.chat-search input{flex:1;min-width:0;border:1px solid #d8e2dd;border-radius:10px;padding:9px 10px}.chat-search button{border:1px solid #d8e2dd;background:#fff;border-radius:8px;padding:6px 9px}.chat-day-separator,.chat-session-separator{display:flex;justify-content:center;margin:14px 0 8px;color:#66756f;font-size:12px}.chat-day-separator span{font-weight:700;background:#eef4f1;border-radius:999px;padding:5px 10px}.chat-session-separator span{border-left:3px solid #84a998;padding-left:8px}.chat-message.search-hit{outline:2px solid #d6b85f;outline-offset:2px}.drawer-collapse{font-size:22px!important;line-height:1!important}.simple-resource-open[title]{cursor:pointer}.room-catchup-card{margin:10px 16px;display:grid;grid-template-columns:minmax(180px,.7fr) minmax(240px,1.4fr) auto;gap:14px;align-items:center;padding:12px 14px;border:1px solid #d9e5df;border-radius:14px;background:#f7fbf9}.room-catchup-card>div:first-child{display:grid;gap:2px}.room-catchup-card small{color:#66756f}.room-catchup-items{display:flex;gap:6px;flex-wrap:wrap}.room-catchup-items span{font-size:12px;background:#fff;border:1px solid #e3ebe7;border-radius:999px;padding:5px 8px;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-catchup-actions{display:flex;gap:6px}.room-catchup-actions button{border:0;border-radius:9px;padding:8px 10px}.room-catchup-actions .quiet{background:transparent;border:1px solid #d5dfda}@media(max-width:820px){.room-catchup-card{grid-template-columns:1fr;margin:8px 10px}.room-catchup-items{max-height:86px;overflow:auto}}.registration-terms{align-items:flex-start!important;gap:10px}.registration-terms input{width:auto!important;margin-top:3px}.room-card-metrics{display:flex;flex-wrap:wrap;gap:6px 12px;margin:12px 0;color:#5e7069;font-size:12px}.resource-delete-option{color:#a43333!important}.member-management-tabs{display:flex;gap:6px;overflow:auto;margin-bottom:14px}.member-management-tabs button{white-space:nowrap;border:1px solid #d8e4de;background:#fff;border-radius:999px;padding:8px 11px}.member-management-tabs button.active{background:#165e4f;color:#fff}.member-period{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:12px}.member-period select{padding:7px;border:1px solid #d8e4de;border-radius:8px}.member-summary-list{display:grid;gap:10px;margin-top:12px}.member-summary-list article{border:1px solid #dce6e1;border-radius:14px;padding:12px;background:#fff}.member-summary-list article>small{display:block;color:#64756e;margin-top:4px}.member-summary-heading{display:flex;justify-content:space-between;gap:12px}.member-summary-heading>div:first-child{display:grid}.member-summary-heading small{color:#64756e}.member-summary-heading button{margin-left:6px}.member-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-top:10px}.member-metrics span{display:grid;background:#f1f6f3;border-radius:9px;padding:7px;font-size:11px}.member-metrics b{font-size:15px}.notification-settings{display:flex;align-items:center;justify-content:space-between;gap:12px}.notification-settings>div{display:grid}.notification-settings small{color:#66756f}.notification-settings p{grid-column:1/-1}.admin-console-button{border:1px solid #c8d8d1;background:#f5faf7;border-radius:10px;padding:8px 10px}.platform-admin-shell{min-height:100vh;background:#f3f7f5;padding:clamp(16px,3vw,40px);color:#18372f}.platform-admin-shell>header{display:flex;justify-content:space-between;align-items:center;gap:20px;max-width:1280px;margin:auto}.platform-admin-shell h1{margin:4px 0}.platform-admin-shell button{border:1px solid #cad8d2;background:#fff;border-radius:9px;padding:8px 10px}.admin-stat-grid{max-width:1280px;margin:24px auto;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.admin-stat-grid article{background:#fff;border:1px solid #dbe5e0;border-radius:14px;padding:15px;display:grid}.admin-stat-grid b{font-size:26px}.admin-create-org,.admin-org-list{max-width:1280px;margin:18px auto}.admin-create-org{display:flex;gap:10px;align-items:end;background:#fff;padding:14px;border-radius:14px;border:1px solid #dbe5e0}.admin-create-org h2{margin:0 auto 0 0}.admin-create-org label{display:grid;font-size:12px}.admin-create-org input{padding:9px;border:1px solid #ccd9d3;border-radius:8px}.admin-org-list{display:grid;gap:10px}.admin-org-list>article{background:#fff;border:1px solid #dbe5e0;border-radius:14px;padding:15px}.admin-org-list h3{display:inline;margin-right:8px}.admin-org-status{font-size:10px;padding:4px 7px;border-radius:999px;background:#e6f3ed}.admin-org-status.status-disabled,.admin-org-status.status-deletion_pending{background:#f7e6e3;color:#8a322d}.admin-org-usage,.admin-org-actions{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:12px}.admin-org-usage span{display:grid}.admin-org-actions label{display:grid;font-size:11px}.admin-org-actions input{width:90px;padding:6px}.admin-code-reveal{position:sticky;top:10px;z-index:5;max-width:800px;margin:20px auto;background:#fff5c9;border:1px solid #e8d270;padding:14px;border-radius:14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-code-reveal code{font-size:18px;font-weight:800}@media(max-width:800px){.member-metrics{grid-template-columns:repeat(2,1fr)}.member-summary-heading{display:grid}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-create-org{display:grid}.platform-admin-shell>header{align-items:flex-start}.admin-org-actions{display:grid;grid-template-columns:1fr 1fr}}:root{--rooms-control-height: 40px;--rooms-control-radius: 11px;--rooms-control-weight: 780}button{font-family:inherit;font-weight:var(--rooms-control-weight)}button:disabled{opacity:.58;cursor:not-allowed}.rooms-secondary-control,.member-summary-heading button,.staged-upload-row button,.notification-settings button,.admin-header-actions button,.admin-create-org button,.admin-org-actions button,.admin-code-reveal button,.admin-confirmation-actions button{min-height:var(--rooms-control-height);display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid var(--v10-line, var(--border));border-radius:var(--rooms-control-radius);background:var(--surface);color:var(--v10-ink, var(--text));font-size:12px;font-weight:var(--rooms-control-weight);line-height:1.15;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.rooms-secondary-control:not(:disabled):hover,.member-summary-heading button:not(:disabled):hover,.staged-upload-row button:not(:disabled):hover,.notification-settings button:not(:disabled):hover,.admin-header-actions button:not(:disabled):hover,.admin-org-actions button:not(:disabled):hover,.admin-code-reveal button:not(:disabled):hover,.admin-confirmation-actions button:not(:disabled):hover{border-color:var(--border-strong);background:var(--surface-soft)}.platform-admin-shell{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--v10-bg, var(--bg));color:var(--v10-ink, var(--text))}.platform-admin-shell>header{flex-wrap:wrap}.admin-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-feedback{max-width:1280px;margin:14px auto 0}.admin-notice-warning{background:var(--warning-soft);color:#7a521b}.admin-org-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.admin-org-heading>div{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.admin-org-heading>small{color:var(--muted)}.admin-org-heading small{display:block}.admin-pending-warning{margin-top:12px;padding:10px 12px;border:1px solid #ead4cf;border-radius:11px;background:var(--danger-soft);color:#7f3f37;font-size:12px}.admin-org-actions input{min-height:var(--rooms-control-height);border:1px solid var(--v10-line, var(--border));border-radius:var(--rooms-control-radius);background:#fff;font:inherit}.admin-org-actions button:first-of-type:not(:disabled),.admin-create-org button,.admin-confirmation-actions .secondary-primary-button{border-color:var(--v10-accent, var(--primary));background:var(--v10-accent, var(--primary));color:#fff}.platform-admin-shell .quiet-danger-button,.admin-confirmation-actions .quiet-danger-button{border-color:#e4cbc7;background:#fff8f6;color:#9a463c}.admin-code-reveal{align-items:center;box-shadow:var(--shadow-sm)}.admin-code-reveal>div{display:grid;gap:3px;margin-right:auto}.admin-code-reveal small{color:#675d31;font-size:11px}.admin-code-reveal code{padding:8px 10px;border-radius:9px;background:#ffffffb8;user-select:all}.admin-confirmation-modal{width:min(560px,100%)}.admin-confirmation-modal>p{color:var(--muted);line-height:1.5}.admin-confirmation-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.member-management-tabs button{min-height:38px;font-weight:var(--rooms-control-weight)}.member-summary-heading>div:last-child{display:flex;justify-content:flex-end;gap:7px;flex-wrap:wrap}.member-summary-heading button{margin-left:0}.staged-upload-row button{min-height:34px;padding:0 10px;color:#7e443d}@media(max-width:800px){.platform-admin-shell{padding:14px}.platform-admin-shell>header{display:grid}.admin-header-actions{width:100%}.admin-header-actions button{flex:1}.admin-org-heading{display:grid}.admin-org-actions{grid-template-columns:1fr 1fr;gap:9px}.admin-org-actions label{min-width:0}.admin-org-actions input{width:100%}.admin-org-actions button{width:100%;min-width:0}.admin-code-reveal{position:relative;top:auto;display:grid}.admin-code-reveal code{overflow-wrap:anywhere}.admin-confirmation-actions{display:grid;grid-template-columns:1fr 1fr}}
