:root{color-scheme:dark;--bg: #07111f;--bg-accent: #0d1728;--panel: rgba(9, 17, 31, .88);--panel-strong: rgba(13, 23, 40, .96);--panel-soft: rgba(17, 31, 53, .68);--border: rgba(149, 184, 209, .16);--border-strong: rgba(149, 184, 209, .28);--text: #f3f6fb;--muted: #9fb0c4;--accent: #7dd3fc;--danger: #fda4af;--shadow: 0 24px 80px rgba(2, 8, 23, .42);--header-height: 74px;--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-top: env(safe-area-inset-top, 0px)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;overflow:hidden}body{background:#050508;color:var(--text);font-family:Manrope,Segoe UI,sans-serif}button,input{font:inherit}button{border:0}.app-shell{position:relative;display:grid;grid-template-rows:var(--header-height) minmax(0,1fr);height:100%;min-height:100dvh}.app-shell--content-obscured .topbar,.app-shell--content-obscured .page-shell,.app-shell--content-obscured .sidebar,.app-shell--content-obscured .sidebar-scrim{opacity:0;visibility:hidden;pointer-events:none}.topbar{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 28px;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#040a14b8;transition:opacity .18s ease,visibility .18s ease}.topbar__pill{margin-left:auto}.brand-mark{background:none;color:var(--text);cursor:pointer;font-family:Space Grotesk,Manrope,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--border);border-radius:999px;background:#0e1828f0;color:var(--text);cursor:pointer}.icon-button--small{width:36px;height:36px}.page-shell{position:relative;min-height:0;overflow:hidden;transition:opacity .18s ease,visibility .18s ease}.page{height:100%;padding:28px}.page--centered{display:grid;place-items:center}.page--auth{min-height:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.page--centered.page--auth{place-items:start center;align-content:start;padding-top:28px;padding-bottom:28px}.page--room{padding-top:22px}.eyebrow{color:var(--accent);font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hero-card,.settings-card,.status-card,.stage-card,.panel-card,.modal,.sidebar{border:1px solid var(--border);box-shadow:var(--shadow)}.hero-card,.settings-card,.status-card,.stage-card,.panel-card,.modal{background:var(--panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.hero-card{width:min(720px,100%);padding:clamp(28px,5vw,56px);border-radius:32px;text-align:center}.hero-card--compact{max-width:640px}.hero-title{margin:18px 0 14px;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(2.6rem,6vw,4.9rem);line-height:.95}.hero-copy{max-width:34rem;margin:0 auto;color:var(--muted);font-size:1.05rem;line-height:1.7}.hero-actions,.stack-actions,.status-pills,.stage-card__footer,.host-actions,.people-row__actions,.modal__actions,.stack-actions--inline{display:flex;gap:12px;flex-wrap:wrap}.hero-actions{justify-content:center;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;color:var(--text);cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.62}.button--primary{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#041321;font-weight:800}.button--secondary{background:#38bdf81f;border:1px solid rgba(56,189,248,.26)}.button--ghost{background:#ffffff0a;border:1px solid var(--border)}.button--subtle{background:#ffffff08;border:1px dashed var(--border-strong)}.button--danger{background:#f43f5e1f;border:1px solid rgba(244,63,94,.24);color:#fecdd3}.settings-card,.status-card{width:min(680px,100%);padding:32px;border-radius:28px}.settings-card__title,.status-card__title,.stage-card__title,.panel-card__title,.modal__title,.sidebar__title{margin:10px 0 0;font-family:Space Grotesk,Manrope,sans-serif}.settings-card__title,.status-card__title{font-size:clamp(2rem,4vw,3rem)}.settings-card__copy,.modal__description,.sidebar__copy{color:var(--muted);line-height:1.7}.sidebar__copy--tight{margin:6px 0 0}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}.detail-grid--compact{margin:0}.detail-card{display:grid;gap:8px;padding:14px 16px;border-radius:18px;background:var(--panel-soft);border:1px solid var(--border)}.detail-card__label{color:var(--muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.detail-card__value{font-size:.95rem}.meeting-room{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,420px);gap:20px;height:100%;min-height:0;transition:filter .22s ease,opacity .22s ease,transform .22s ease}.page--obscured .meeting-room{filter:blur(18px);opacity:.28;pointer-events:none;transform:scale(.985)}.stage-card,.side-rail{min-height:0}.stage-card{display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:22px;border-radius:30px}.stage-card__header,.panel-card__header,.modal__header,.sidebar__header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.stage-card__title{font-size:clamp(1.9rem,3vw,3rem)}.status-pills{justify-content:flex-end}.status-pill{padding:8px 12px;border-radius:999px;background:#ffffff0f;border:1px solid var(--border);color:var(--muted);font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.status-pill--accent{background:#38bdf829;border-color:#38bdf847;color:var(--accent)}.stage-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-content:stretch;min-height:0;margin:24px 0}.stage-media{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:16px;min-height:0}.stage-media__footer{display:grid;gap:12px;align-content:start}.stage-media__actions{display:flex;gap:12px;flex-wrap:wrap}.participant-tile{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;min-height:220px;padding:20px;border-radius:28px;background:radial-gradient(circle at top right,rgba(125,211,252,.18),transparent 38%),linear-gradient(180deg,#0f1b2efa,#0a1321fa);border:1px solid var(--border)}.participant-tile--empty{grid-column:1 / -1;min-height:280px}.participant-tile--media{position:relative;overflow:hidden;padding:0;align-items:stretch}.participant-tile--muted{background:radial-gradient(circle at top right,rgba(125,211,252,.12),transparent 36%),linear-gradient(180deg,#0f1b2efa,#0a1321fa)}.participant-tile__media-shell{position:relative;width:100%;height:100%;min-height:inherit}.participant-tile__video{width:100%;height:100%;object-fit:cover;background:radial-gradient(circle at top right,rgba(125,211,252,.1),transparent 36%),linear-gradient(180deg,#0f1b2efa,#0a1321fa)}.participant-tile__placeholder{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at top right,rgba(125,211,252,.12),transparent 38%),linear-gradient(180deg,#0f1b2efa,#0a1321fa)}.participant-tile__overlay{position:absolute;inset:auto 16px 16px;display:flex;justify-content:space-between;gap:12px;align-items:flex-end}.participant-tile__nameplate,.participant-tile__badges{display:grid;gap:8px}.participant-tile__nameplate{padding:12px 14px;border-radius:18px;background:#040a14b3;border:1px solid rgba(149,184,209,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.participant-tile__nameplate span{color:var(--muted);font-size:.86rem}.participant-tile__badges{justify-items:end}.participant-tile__badges--immersive{display:none}.participant-tile__avatar{display:inline-flex;align-items:center;justify-content:center;min-width:74px;height:74px;border-radius:24px;background:#38bdf82e;color:var(--text);font-family:Space Grotesk,Manrope,sans-serif;font-size:1.5rem;font-weight:700;transition:min-width .22s ease,height .22s ease,border-radius .22s ease,font-size .22s ease,transform .22s ease}.participant-tile__avatar--ghost{background:#ffffff0f}.participant-tile--immersive .participant-tile__avatar,.participant-tile--fallback-summary-solo .participant-tile__avatar{min-width:clamp(116px,18vw,180px);height:clamp(116px,18vw,180px);border-radius:999px;font-size:clamp(2.8rem,5vw,4.5rem)}.participant-tile--fallback-summary-solo{display:grid;place-items:center;min-height:100%;padding:24px}.participant-tile--fallback-summary-solo .participant-tile__meta{justify-items:center;text-align:center}.participant-tile__meta{display:grid;gap:8px;text-align:right}.participant-tile__meta span{color:var(--muted)}.side-rail{display:flex;flex-direction:column;gap:16px;min-height:0;overflow:hidden}.panel-card{display:grid;gap:16px;padding:18px;border-radius:24px;min-height:0}.side-rail>.panel-card{flex:0 0 auto}.panel-card--scroll{overflow:hidden}.panel-card--conversation{flex:1 1 320px;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;min-height:280px}.panel-card__title{font-size:1.18rem}.people-list,.activity-list{display:grid;gap:10px;min-height:0;overflow:auto;padding-right:4px}.people-row,.activity-item,.dev-panel{padding:14px 16px;border-radius:18px;background:var(--panel-soft);border:1px solid var(--border)}.people-row{display:flex;justify-content:space-between;gap:14px}.people-row__meta{margin-top:6px;color:var(--muted);font-size:.88rem}.chip-button{min-height:36px;padding:0 12px;border-radius:999px;background:#38bdf81f;color:var(--text);cursor:pointer}.chip-button--danger{background:#f43f5e24;color:#fecdd3}.host-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.activity-item{display:flex;justify-content:space-between;gap:14px;align-items:center}.activity-item span,.empty-list,.inline-feedback{color:var(--muted)}.conversation-log{display:grid;gap:12px;flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px;align-content:start;overscroll-behavior:contain;scrollbar-gutter:stable}.chat-message{display:grid;justify-items:start;gap:8px}.chat-message--self{justify-items:end}.chat-message__meta{display:inline-flex;gap:10px;align-items:center;color:var(--muted);font-size:.82rem}.chat-message__bubble{max-width:min(86%,280px);padding:12px 14px;border-radius:18px;background:var(--panel-soft);border:1px solid var(--border);line-height:1.5;word-break:break-word}.chat-message--self .chat-message__bubble{background:linear-gradient(135deg,#38bdf833,#0ea5e929);border-color:#38bdf83d}.conversation-divider{display:grid;grid-template-columns:minmax(24px,1fr) auto minmax(24px,1fr);gap:12px;align-items:center}.conversation-divider__line{height:1px;background:#9fb0c42e}.conversation-divider__content{color:#9fb0c4e0;font-size:.84rem;text-align:center;white-space:nowrap}.conversation-composer{display:grid;gap:12px;padding-top:4px}.dm-composer__file-input{display:none}.dm-composer__attachments,.dm-message-attachments{display:grid;gap:10px}.dm-composer__attachments{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dm-composer-attachment{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border-radius:18px;background:#ffffff08;border:1px solid var(--border)}.dm-composer-attachment__preview{display:grid;place-items:center;width:64px;height:64px;overflow:hidden;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.dm-composer-attachment__image,.dm-composer-attachment__video{width:100%;height:100%;object-fit:cover}.dm-composer-attachment__icon{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.12em}.dm-composer-attachment__meta{min-width:0}.dm-composer-attachment__meta strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dm-composer-attachment__meta span{display:block;margin-top:4px;color:var(--muted);font-size:.84rem}.conversation-composer__row{display:flex;align-items:center;gap:10px}.conversation-composer__input{flex:1 1 auto}.conversation-send-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#38bdf829;border:1px solid rgba(56,189,248,.28);color:var(--accent);cursor:pointer;flex:0 0 auto}.conversation-send-button--attach{background:#ffffff0d;border-color:var(--border);color:var(--text)}.conversation-send-button:disabled{opacity:.5;cursor:not-allowed}.conversation-composer__footer{display:flex;align-items:center;gap:12px}.conversation-composer__footer span,.dm-composer__footer span{color:var(--muted);font-size:.84rem}.dm-composer__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.dm-message-attachments{width:min(86%,420px)}.dm-attachment-card{display:grid;gap:12px;padding:12px;border-radius:20px;background:#ffffff08;border:1px solid var(--border)}.dm-attachment-card__preview-shell,.dm-attachment-card__placeholder{overflow:hidden;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.dm-attachment-card__placeholder{display:grid;place-items:center;min-height:120px;color:var(--muted);font-size:.9rem}.dm-attachment-card__image,.dm-attachment-card__video{display:block;width:100%;max-height:320px;object-fit:cover;background:#0000003d}.dm-attachment-card__body,.dm-attachment-card__meta{display:grid;gap:8px}.dm-attachment-card__meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dm-attachment-card__meta span{color:var(--muted);font-size:.86rem;line-height:1.5}.dm-attachment-card__actions{display:flex;flex-wrap:wrap;gap:10px}.dm-attachment-card__actions .button{min-height:40px}.inline-feedback{margin:0;line-height:1.6}.inline-feedback--error{color:var(--danger)}.inline-feedback--warning{color:#fcd34d}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.field{display:grid;gap:10px}.field__label{color:var(--muted);font-size:.88rem}.field__input{width:100%;min-height:50px;padding:0 16px;border:1px solid var(--border-strong);border-radius:18px;background:#050a14b8;color:var(--text)}.dev-panel{display:grid;gap:14px}.auth-card{display:grid;gap:18px}.auth-card--wide{width:min(860px,100%)}.auth-form{display:grid;gap:14px}.auth-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.auth-choice-card{display:grid;gap:10px;padding:18px;border-radius:22px;text-align:left;background:#ffffff08;border:1px solid var(--border);color:var(--text);cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.auth-choice-card span{color:var(--muted);line-height:1.6}.auth-choice-card:hover,.auth-choice-card.is-active{transform:translateY(-1px);border-color:#38bdf852;background:#38bdf814}.auth-alt-panel,.auth-roster{display:grid;gap:14px;padding:18px;border-radius:22px;background:var(--panel-soft);border:1px solid var(--border)}.auth-roster__list{display:grid;gap:12px}.auth-roster__row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:14px 16px;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.auth-roster__row p{margin:6px 0 0;color:var(--muted)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.06) transparent}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:999px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ffffff1f}.page--direct-messages{height:100%;min-height:0;overflow:hidden}.dm-layout{display:flex;height:100%;min-height:0;overflow:hidden}.dm-sidebar{width:320px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.04);background:#ffffff03;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);min-height:0;overflow:hidden}.dm-sidebar__header{padding:20px 16px 12px;display:flex;align-items:flex-start;justify-content:space-between}.dm-eyebrow{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin:0 0 4px}.dm-title{font-size:16px;font-weight:600;color:#fffc;margin:0}.dm-unread-badge{font-size:10px;font-weight:600;color:#ffffff80;background:#ffffff14;padding:4px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);letter-spacing:.1em;white-space:nowrap}.dm-search{position:relative;padding:0 12px 12px}.dm-search__icon{position:absolute;left:24px;top:50%;transform:translateY(calc(-50% + 6px));color:#fff3;pointer-events:none}.dm-search__input{width:100%;height:36px;padding:0 12px 0 36px;border-radius:12px;border:1px solid rgba(255,255,255,.05);background:#ffffff08;color:#fffc;font-size:12px;outline:none;transition:border-color .3s ease}.dm-search__input::placeholder{color:#fff3}.dm-search__input:focus{border-color:#ffffff1f}.dm-search-results{padding:0 12px;display:flex;flex-direction:column;gap:4px}.dm-search-result{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;cursor:pointer;border:1px solid transparent;transition:all .3s ease;text-align:left;background:none;color:inherit;width:100%;font:inherit}.dm-search-result:hover{background:#ffffff08}.dm-search-result__info{min-width:0}.dm-search-result__name{font-size:14px;font-weight:500;color:#fffc;display:block}.dm-search-result__username{font-size:12px;color:#ffffff4d;display:block;margin-top:2px}.dm-thread-list{flex:1;overflow-y:auto;padding:0 8px;display:flex;flex-direction:column;gap:2px}.dm-thread-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;cursor:pointer;border:1px solid transparent;transition:all .3s ease;text-align:left;background:none;color:inherit;width:100%;font:inherit}.dm-thread-item:hover{background:#ffffff08}.dm-thread-item.is-active{background:#ffffff0f;border-color:#ffffff14}.dm-avatar{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible}.dm-avatar--sm{width:32px;height:32px;font-size:11px}.dm-avatar--md{width:36px;height:36px;font-size:12px}.dm-avatar--lg{width:44px;height:44px;font-size:14px}.dm-avatar img{width:100%;height:100%;object-fit:cover}.dm-avatar__surface{width:100%;height:100%;border-radius:12px;background:var(--dm-avatar-color, rgba(255, 255, 255, .06));border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-weight:600;color:#ffffffb8;overflow:hidden}.dm-avatar__surface img{transform-origin:center}.dm-avatar__online{position:absolute;right:0;bottom:0;width:12px;height:12px;border-radius:50%;background:#34d399;border:2px solid #050508;transform:translate(45%,45%)}.dm-thread-item__info{flex:1;min-width:0}.dm-thread-item__top{display:flex;justify-content:space-between;align-items:center;gap:8px}.dm-thread-item__name{font-size:14px;font-weight:500;color:#fff9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dm-thread-item:hover .dm-thread-item__name,.dm-thread-item.is-active .dm-thread-item__name{color:#ffffffe6}.dm-thread-item__time{font-size:10px;color:#ffffff40;white-space:nowrap;flex-shrink:0}.dm-thread-item__bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:2px}.dm-thread-item__preview{font-size:12px;color:#ffffff4d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.dm-thread-item__unread{min-width:20px;height:20px;border-radius:50%;background:#ffffff26;font-size:10px;font-weight:700;color:#fffc;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;padding:0 6px;flex-shrink:0}.dm-conversation{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.dm-conversation__header{padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.04);display:flex;align-items:center;justify-content:space-between}.dm-conversation__user{display:flex;align-items:center;gap:12px}.dm-conversation__user-info{min-width:0}.dm-conversation__eyebrow{font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#ffffff40;margin:0 0 2px}.dm-conversation__name{font-size:14px;font-weight:600;color:#fffc}.dm-conversation__username{font-size:11px;color:#ffffff4d}.dm-conversation__actions{display:flex;gap:8px}.dm-action-btn{width:32px;height:32px;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffff40;transition:all .3s ease}.dm-action-btn:hover{background:#ffffff12;color:#ffffff80}.dm-conversation__messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.dm-date-separator{display:flex;align-items:center;gap:12px;padding:8px 0}.dm-date-separator__line{flex:1;height:1px;background:#ffffff0a}.dm-date-separator__text{font-size:10px;color:#fff3;font-weight:500;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.dm-message{display:flex;justify-content:flex-start}.dm-message--sent{justify-content:flex-end}.dm-message__content{max-width:320px}.dm-message__meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.dm-message--sent .dm-message__meta{justify-content:flex-end}.dm-message__sender{font-size:11px;font-weight:600;color:#ffffff80}.dm-message__time{font-size:10px;color:#fff3}.dm-message__bubble{border-radius:16px;padding:10px 16px;font-size:14px;line-height:1.6;word-break:break-word}.dm-message--received .dm-message__bubble{background:#ffffff08;border:1px solid rgba(255,255,255,.04);color:#fff9}.dm-message--sent .dm-message__bubble{background:#ffffff12;border:1px solid rgba(255,255,255,.06);color:#fffc}.dm-message-image{max-width:280px;border-radius:16px;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.dm-message-image__preview{aspect-ratio:16 / 9;background:#ffffff05;overflow:hidden}.dm-message-image__preview img{width:100%;height:100%;object-fit:cover;opacity:.8}.dm-message-image__info{padding:8px 12px 4px}.dm-message-image__filename{font-size:12px;color:#ffffffb3;font-weight:500}.dm-message-image__size{font-size:10px;color:#ffffff4d;display:block;margin-top:2px}.dm-message-image__actions{display:flex;gap:8px;padding:4px 12px 10px}.dm-image-action{font-size:10px;color:#fff6;background:#ffffff0a;padding:4px 12px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.dm-image-action:hover{color:#ffffffb3;background:#ffffff14}.dm-message-attachments{display:flex;flex-direction:column;gap:8px;max-width:320px}.dm-attachment-card{display:grid;gap:10px;padding:10px;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.dm-attachment-card__preview-shell,.dm-attachment-card__placeholder{overflow:hidden;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.dm-attachment-card__placeholder{display:grid;place-items:center;min-height:100px;color:#ffffff4d;font-size:12px}.dm-attachment-card__image,.dm-attachment-card__video{display:block;width:100%;max-height:280px;object-fit:cover;background:#0003;opacity:.8}.dm-attachment-card__body,.dm-attachment-card__meta{display:grid;gap:4px}.dm-attachment-card__meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#ffffffb3;font-weight:500}.dm-attachment-card__meta span{color:#ffffff4d;font-size:10px}.dm-attachment-card__actions{display:flex;gap:8px}.dm-attachment-card__actions .dm-image-action{min-height:32px;display:inline-flex;align-items:center}.dm-conversation__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.dm-conversation__empty .dm-eyebrow{margin-bottom:0}.dm-conversation__empty-title{font-size:16px;font-weight:600;color:#fffc;margin:0}.dm-conversation__empty-copy{font-size:13px;color:#ffffff4d;margin:0;text-align:center;max-width:280px;line-height:1.6}.dm-thread-panel__back{display:none}.dm-back-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#ffffff80;font-size:12px;cursor:pointer;transition:all .3s ease;font-family:inherit}.dm-back-btn:hover{background:#ffffff14;color:#fffc}.dm-composer{padding:12px 24px 16px}.dm-composer__shell{border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:10px 14px;background:#ffffff08;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .3s ease}.dm-composer__shell:focus-within{border-color:#ffffff1f}.dm-composer__drafts{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.dm-composer__row{display:flex;align-items:center;gap:8px}.dm-composer__attach-btn{width:32px;height:32px;border-radius:8px;background:#ffffff0a;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffff40;transition:all .3s ease;flex-shrink:0}.dm-composer__attach-btn:hover{background:#ffffff14;color:#ffffff80}.dm-composer__text-input{flex:1;background:transparent;border:none;outline:none;font-size:14px;color:#fffc;font-family:inherit;min-width:0}.dm-composer__text-input::placeholder{color:#ffffff4d}.dm-composer__counter{font-size:10px;color:#ffffff40;white-space:nowrap;flex-shrink:0}.dm-composer__send-btn{width:32px;height:32px;border-radius:8px;background:#ffffff0f;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffff4d;transition:all .3s ease;flex-shrink:0}.dm-composer__send-btn:hover:not(:disabled){background:#ffffff1f;color:#fff9}.dm-composer__send-btn:disabled{opacity:.4;cursor:not-allowed}.dm-composer__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 24px 8px}.dm-composer__footer span{font-size:10px;color:#ffffff40}.auth-pills{margin-top:-2px}.auth-inline-pill{justify-self:start}.field--checkbox{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:18px;background:#ffffff08;border:1px solid var(--border)}.field--checkbox input{margin-top:3px}.field--checkbox small{display:block;margin-top:6px;color:var(--muted);line-height:1.6}.field__input--code{text-transform:uppercase;letter-spacing:.12em}.sidebar-scrim{position:fixed;inset:0;z-index:19;border:0;background:#02081785;opacity:0;pointer-events:none;transition:opacity .18s ease,visibility .18s ease;visibility:hidden}.sidebar-scrim.is-open{opacity:1;pointer-events:auto;visibility:visible}.sidebar{position:fixed;top:0;left:0;z-index:20;display:grid;grid-template-rows:auto 1fr auto;width:min(320px,calc(100vw - 28px));height:100dvh;padding:calc(22px + var(--safe-area-top)) 22px calc(22px + var(--safe-area-bottom));background:var(--panel-strong);opacity:0;pointer-events:none;transform:translate(calc(-100% - 28px));transition:transform .22s ease,opacity .18s ease,visibility 0s linear .22s;visibility:hidden}.sidebar.is-open{opacity:1;pointer-events:auto;transform:translate(0);transition:transform .22s ease,opacity .18s ease;visibility:visible}.sidebar__nav{display:grid;gap:8px;margin-top:18px;align-content:start}.sidebar__link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:16px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.sidebar__badge{min-width:28px;min-height:28px;padding:0 8px;border-radius:999px;background:#38bdf82e;color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;flex:0 0 auto}.sidebar__link.is-active,.sidebar__link:hover{background:#38bdf81f}.sidebar__footer{align-self:end}.modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:24px;background:#020817a3}.modal{width:min(540px,100%);padding:24px;border-radius:28px}.modal__body{margin-top:18px;display:grid;gap:16px}.modal__actions{margin-top:20px}@media(max-width:1120px){.meeting-room{grid-template-columns:minmax(0,1.4fr) minmax(280px,340px)}.participant-tile{min-height:190px}.participant-tile--empty{min-height:220px}}@media(max-width:820px){.page{padding:18px}.meeting-room{grid-template-columns:1fr;grid-template-rows:minmax(0,.92fr) minmax(0,1.08fr)}.stage-card{min-height:0}.side-rail{display:flex;flex-direction:column;overflow:auto;padding-right:4px}.side-rail>.panel-card{flex-shrink:0}.panel-card--conversation{min-height:320px}.stage-tiles{grid-template-columns:1fr}.participant-tile__overlay{flex-direction:column;align-items:stretch}.participant-tile__badges{justify-items:start}.panel-card--scroll,.people-list,.activity-list{overflow:visible}.detail-grid,.host-actions,.auth-choice-grid,.auth-form__row,.auth-roster__row{grid-template-columns:1fr}.dm-layout{flex-direction:column}.dm-sidebar{width:100%;max-height:45vh;border-right:none;border-bottom:1px solid rgba(255,255,255,.04)}.page--direct-messages-thread .dm-sidebar{display:none}.dm-thread-panel__back{display:inline-flex}.auth-roster__row{display:grid}}@media(max-width:640px){.topbar{padding:16px 18px}.meeting-room{grid-template-rows:auto minmax(0,1fr)}.hero-card,.settings-card,.status-card,.stage-card,.panel-card,.modal{border-radius:24px}.participant-tile{min-height:160px}.stage-card{padding:18px}.stage-card__header{flex-direction:column;align-items:flex-start}.status-pills{justify-content:flex-start}.participant-tile{align-items:flex-end;min-height:150px}.stage-tiles{align-items:stretch;display:flex;margin:18px 0;min-height:170px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scroll-snap-type:x proximity}.participant-tile,.participant-tile--empty{flex:0 0 100%;height:100%;min-width:100%;scroll-snap-align:start}.participant-tile__meta{text-align:left}.stage-media__actions .button{flex:1 1 140px}.participant-tile__overlay{inset:auto 12px 12px}.stage-card__footer .button,.host-actions .button{flex:1 1 140px}.people-row,.activity-item,.conversation-composer__footer,.dm-composer__footer{flex-direction:column;align-items:flex-start}.chat-message__bubble{max-width:100%}.dm-message-attachments{width:100%}.dm-composer__attachments{grid-template-columns:1fr}.dm-composer-attachment{grid-template-columns:56px minmax(0,1fr) auto}.conversation-composer__row{flex-wrap:wrap}.conversation-send-button{flex:0 0 auto}.conversation-divider{grid-template-columns:minmax(12px,1fr) auto minmax(12px,1fr)}.conversation-divider__content{white-space:normal}}.page--room{position:relative;padding:16px 18px 18px;padding-bottom:calc(18px + var(--safe-area-bottom))}.page--room-loader-only{display:flex}.meeting-entry-loader{position:fixed;inset:0;z-index:48;display:flex;min-height:100dvh;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,#050508bd,#050508d1);opacity:0;transform:scale(.992);transition:opacity .28s ease,transform .28s ease}.meeting-entry-loader.is-entered{opacity:1;transform:scale(1)}.meeting-entry-loader.is-completing{opacity:0;transform:scale(1.004);pointer-events:none}.meeting-entry-loader--overlay{z-index:48}.meeting-entry-loader__glow{position:absolute;border-radius:999px;background:#ffffff05;filter:blur(120px);pointer-events:none}.meeting-entry-loader__glow--primary{width:min(72vw,720px);height:min(52vw,520px);top:26%;left:50%;transform:translate(-50%,-50%)}.meeting-entry-loader__glow--secondary{width:min(38vw,380px);height:min(38vw,380px);right:14%;bottom:18%;background:#ffffff03}.meeting-entry-loader__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(100%,460px);min-height:100dvh;padding:88px 32px 72px;margin:auto;text-align:center}.meeting-entry-loader__ring{position:relative;width:96px;height:96px;margin-bottom:76px}.meeting-entry-loader__ring-track,.meeting-entry-loader__ring-spin,.meeting-entry-loader__ring-glow{position:absolute;inset:0;border-radius:999px}.meeting-entry-loader__ring-track{border:1px solid rgba(255,255,255,.08)}.meeting-entry-loader__ring-spin--outer{background:conic-gradient(from 0deg,transparent 0%,rgba(255,255,255,.15) 25%,transparent 50%);animation:meeting-entry-loader-spin 3s linear infinite}.meeting-entry-loader__ring-spin--inner{inset:12px;background:conic-gradient(from 180deg,transparent 0%,rgba(255,255,255,.1) 30%,transparent 60%);animation:meeting-entry-loader-spin 2s linear infinite reverse}.meeting-entry-loader__ring-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.meeting-entry-loader__ring-dot{width:16px;height:16px;border-radius:999px;background:#ffffff40;animation:meeting-entry-loader-pulse 2s ease-in-out infinite}.meeting-entry-loader__ring-glow{inset:-16px;background:#ffffff08;filter:blur(32px);animation:meeting-entry-loader-pulse 3s ease-in-out infinite}.meeting-entry-loader__copy{width:min(100%,320px)}.meeting-entry-loader__title{margin:0 0 26px;font-size:clamp(1.8rem,3vw,2.3rem);font-weight:700;color:#ffffffd6}.meeting-entry-loader__code-pill{display:inline-flex;align-items:center;gap:8px;min-height:42px;margin-bottom:74px;padding:0 24px;border:1px solid rgba(255,255,255,.07);border-radius:22px;background:#ffffff09;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#ffffff80;font-family:ui-monospace,SFMono-Regular,SFMono-Regular,Menlo,Consolas,monospace;font-size:.98rem;letter-spacing:.12em;text-transform:uppercase}.meeting-entry-loader__code-icon{width:14px;height:14px;color:#ffffff47}.meeting-entry-loader__progress{width:100%;margin-bottom:68px}.meeting-entry-loader__progress-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#ffffff42;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.meeting-entry-loader__progress-meta span:last-child{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.08em}.meeting-entry-loader__progress-track{height:12px;overflow:hidden;border-radius:999px;background:#ffffff09}.meeting-entry-loader__progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffffff29,#ffffff57);box-shadow:0 0 24px #ffffff14,0 0 8px #ffffff29;transition:width .22s ease-out}.meeting-entry-loader__line-wrap{display:flex;align-items:center;justify-content:center;min-height:34px;margin-bottom:86px}.meeting-entry-loader__line{margin:0;color:#ffffff47;font-size:.95rem;line-height:1.4;opacity:0;transform:translateY(4px);transition:opacity .4s ease,transform .4s ease}.meeting-entry-loader__line.is-visible{opacity:1;transform:translateY(0)}.meeting-entry-loader__cancel{padding:0;background:transparent;color:#ffffff3d;font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:color .22s ease}.meeting-entry-loader__cancel:hover{color:#ffffff80}@keyframes meeting-entry-loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes meeting-entry-loader-pulse{0%,to{opacity:.32;transform:scale(1)}50%{opacity:.82;transform:scale(1.15)}}@media(max-width:720px){.meeting-entry-loader__content{padding:72px 24px 56px}.meeting-entry-loader__ring{margin-bottom:60px}.meeting-entry-loader__title{margin-bottom:22px;font-size:clamp(1.7rem,7vw,2.1rem)}.meeting-entry-loader__code-pill{margin-bottom:60px;padding:0 20px;font-size:.88rem}.meeting-entry-loader__progress{margin-bottom:56px}.meeting-entry-loader__line-wrap{margin-bottom:72px}}.meeting-room-shell{--meeting-room-drawer-offset: 0px;position:relative;display:flex;gap:0;height:100%;min-height:0;transition:filter .22s ease,opacity .22s ease,transform .22s ease}.meeting-room-shell--loader-hidden{visibility:hidden;opacity:0;pointer-events:none}.page--obscured .meeting-room-shell{filter:blur(18px);opacity:.28;pointer-events:none;transform:scale(.985)}.meeting-room-shell__scrim{display:none}.meeting-room-stage-layout{display:flex;flex:1 1 auto;min-width:0;min-height:0;order:1}.meeting-room-shell--chat-open,.meeting-room-shell--participants-open,.meeting-room-shell--info-open{--meeting-room-drawer-offset: 18px}.meeting-room-stage-surface{display:flex;flex:1 1 auto;flex-direction:column;gap:14px;min-height:0;padding:18px;border:1px solid var(--border);border-radius:32px;background:#08111fd6;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow);overflow:hidden;transition:gap .22s ease,padding .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}.meeting-room-stage-surface--immersive{gap:0;padding:0;border-color:transparent;background:transparent;box-shadow:none}.meeting-room-stage-surface__chrome{display:grid;gap:14px;overflow:hidden;max-height:220px;opacity:1;transform:translateY(0);transition:max-height .24s ease,opacity .18s ease,transform .24s ease}.meeting-room-stage-surface__chrome--hidden{max-height:0;opacity:0;pointer-events:none;transform:translateY(-14px)}.meeting-room-stage-surface__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.meeting-room-stage-surface__title-group{display:grid;gap:10px;min-width:0}.meeting-room-stage-surface__badges{display:flex;flex-wrap:wrap;gap:8px}.meeting-room-stage-surface__badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#0c1626db;border:1px solid var(--border);color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.meeting-room-stage-surface__title{margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(2rem,3.5vw,3.4rem);line-height:.98}.meeting-room-stage-surface__notices{display:flex;flex-wrap:wrap;gap:10px}.meeting-room-stage-surface__notices--immersive{padding:16px 20px 0}.meeting-room-stage-surface__notice{margin:0;padding:10px 14px;border-radius:18px;background:#ffffff0d;border:1px solid var(--border);color:var(--muted);line-height:1.5}.meeting-room-stage-surface__notice--warning{border-color:#fcd34d3d;color:#fcd34d}.meeting-room-stage-surface>.stage-media{flex:1 1 auto;min-height:0;min-width:0;width:100%;max-width:100%;overflow-x:hidden}.meeting-room-drawer{position:relative;flex:0 0 0;width:0;margin-left:0;min-width:0;min-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:width .24s ease,flex-basis .24s ease,margin-left .24s ease,opacity .18s ease,transform .24s ease}.meeting-room-drawer--chat,.meeting-room-drawer--participants,.meeting-room-drawer--info{order:2;transform:translate(20px)}.meeting-room-shell--chat-open .meeting-room-drawer--chat,.meeting-room-shell--participants-open .meeting-room-drawer--participants{width:min(360px,29vw);flex-basis:min(360px,29vw);margin-left:var(--meeting-room-drawer-offset);opacity:1;pointer-events:auto;transform:translate(0)}.meeting-room-shell--info-open .meeting-room-drawer--info{width:min(340px,27vw);flex-basis:min(340px,27vw);margin-left:var(--meeting-room-drawer-offset);opacity:1;pointer-events:auto;transform:translate(0)}.meeting-room-drawer>*{width:100%;height:100%;min-height:0}.meeting-stage-runtime{position:relative;--meeting-stage-runtime-gap: 18px;display:flex;flex:1 1 auto;flex-direction:column;gap:var(--meeting-stage-runtime-gap);min-height:0;min-width:0;width:100%;max-width:100%;overflow-x:hidden;transition:gap .22s ease,padding .22s ease}.meeting-stage-runtime--sharing{--meeting-stage-runtime-gap: 12px}.meeting-stage-runtime--solo{height:100%;--meeting-stage-runtime-gap: 5px;padding-top:5px}.meeting-stage-runtime--solo .meeting-stage-canvas{flex:1 1 0;height:auto}.meeting-stage-canvas{display:grid;--stage-gap: 16px;--stage-columns: 1;--stage-grid-max-width: 100%;--stage-grid-max-height: 100%;--stage-rail-size: 220px;--stage-tile-aspect-ratio: 1.7777777778;--stage-tile-width: 100%;flex:1 1 auto;gap:var(--stage-gap);height:100%;min-height:0;min-width:0;width:100%;max-width:100%;align-content:stretch;transition:gap .22s ease,grid-template-columns .22s ease,grid-template-rows .22s ease}.meeting-stage-canvas--grid{grid-template-rows:minmax(0,1fr)}.meeting-stage-canvas--share-side{grid-template-columns:minmax(0,1fr) minmax(0,var(--stage-rail-size));align-items:stretch}.meeting-stage-canvas--share-bottom{grid-template-rows:minmax(0,1fr) auto;align-items:stretch}.stage-media{display:grid;grid-template-rows:minmax(0,1fr);min-height:0}.stage-tiles{display:flex;flex:0 0 auto;flex-direction:column;gap:var(--stage-gap);min-height:0;width:min(100%,var(--stage-grid-max-width));max-width:100%;max-height:min(100%,var(--stage-grid-max-height));margin:0 auto;justify-content:center;align-self:center;transition:width .22s ease,gap .22s ease,max-height .22s ease}.stage-tiles__row{display:flex;justify-content:center;gap:var(--stage-gap);min-width:0}.stage-tiles--supporting{width:100%;max-width:min(100%,var(--stage-grid-max-width));align-self:end}.participant-tile--empty{width:100%;max-width:100%}.participant-tile{overflow:hidden;min-height:0;border-radius:30px;transition:border-radius .22s ease,transform .22s ease,box-shadow .22s ease}.participant-tile--media{flex:0 0 var(--stage-tile-width);min-height:0;width:var(--stage-tile-width);aspect-ratio:var(--stage-tile-aspect-ratio)}.participant-tile--summary{display:grid;flex:0 0 var(--stage-tile-width);place-items:center;width:var(--stage-tile-width);aspect-ratio:var(--stage-tile-aspect-ratio);padding:22px;text-align:center;background:radial-gradient(circle at top right,rgba(125,211,252,.12),transparent 34%),linear-gradient(180deg,#0e192afa,#080f1cfa)}.participant-tile__summary-copy{display:grid;gap:8px;justify-items:center}.participant-tile__summary-copy strong{font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:.95}.participant-tile__summary-copy span{color:var(--muted)}.participant-tile--supporting{border-radius:24px}.participant-tile__media-shell{min-height:inherit;height:100%}.participant-tile__overlay{inset:auto 16px 16px;transition:inset .22s ease,transform .22s ease,opacity .22s ease}.participant-tile__overlay--immersive{inset:auto 28px 28px;justify-content:flex-start}.participant-tile__overlay--supporting{inset:auto 12px 12px;gap:10px}.screen-share-stage{position:relative;align-self:stretch;min-height:0;overflow:hidden;border-radius:30px;border:1px solid var(--border);background:radial-gradient(circle at top right,rgba(56,189,248,.1),transparent 28%),linear-gradient(180deg,#040a14fa,#050c16fa)}.screen-share-stage__media-shell{position:relative;width:100%;height:100%;min-height:inherit}.screen-share-stage__video{width:100%;height:100%;object-fit:contain;background:radial-gradient(circle at top right,rgba(56,189,248,.08),transparent 30%),linear-gradient(180deg,#020817fa,#02060efa)}.screen-share-stage__placeholder{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,rgba(56,189,248,.12),transparent 22%),linear-gradient(135deg,#08111f4d,#08111f00 55%),repeating-linear-gradient(135deg,#94a3b80f 0 12px,#0f172a00 12px 28px)}.screen-share-stage__placeholder-copy{display:grid;gap:10px;padding:20px 24px;border-radius:22px;text-align:center;background:#040a149e;border:1px solid rgba(149,184,209,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.screen-share-stage__placeholder-copy span{color:var(--muted)}.screen-share-stage__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:18px;pointer-events:none;background:linear-gradient(180deg,#02081752,#02081700 28%),linear-gradient(180deg,#02081700 56%,#0208178f)}.screen-share-stage__badges{display:flex;flex-wrap:wrap;gap:10px}.screen-share-stage__nameplate{max-width:min(100%,480px)}.participant-tile__meta{text-align:left}.participant-tile__nameplate{max-width:min(100%,320px)}.participant-tile--supporting .participant-tile__nameplate{max-width:100%;padding:10px 12px}.participant-tile--supporting .participant-tile__nameplate span{font-size:.78rem}.participant-tile--supporting .participant-tile__avatar{min-width:60px;height:60px;border-radius:20px;font-size:1.2rem}.participant-tile--supporting .participant-tile__badges{gap:6px}.participant-tile--supporting .status-pill{padding:7px 10px;font-size:.72rem}.meeting-control-surface{display:flex;flex-direction:column;align-items:center;gap:10px;align-self:stretch;width:100%;max-width:100%;min-width:0;overflow-x:hidden;transition:width .24s ease,padding .24s ease}.meeting-room-stage-surface--immersive .meeting-control-surface{padding:0 5px calc(18px + var(--safe-area-bottom))}.meeting-control-surface__message{justify-self:center;margin:0;padding:10px 16px;border-radius:999px;background:#040a14cc;border:1px solid var(--border);color:var(--muted);line-height:1.5;text-align:center}.meeting-control-surface__message--warning{border-color:#fcd34d3d;color:#fcd34d}.meeting-control-dock{display:inline-flex;align-items:center;justify-content:center;justify-self:center;gap:12px;width:fit-content;max-width:min(100%,calc(100vw - 52px));padding:18px 22px;border-radius:30px;background:linear-gradient(180deg,#ffffff0d,#ffffff04),#18181cd1;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 64px #00000073,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);flex-wrap:nowrap;margin-inline:auto;min-width:0;transition:padding .24s ease,transform .24s ease,max-width .24s ease,background .24s ease,box-shadow .24s ease}.meeting-control-dock__row{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:0}.meeting-control-dock__separator{width:1px;height:64px;background:#ffffff1a;flex:0 0 auto}.meeting-control-button{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:54px;height:54px;padding:0;border:1px solid transparent;border-radius:18px;background:#ffffff09;color:#ffffff61;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease,opacity .16s ease}.meeting-control-button:hover:not(:disabled){transform:translateY(-1px);border-color:#ffffff1f;background:#ffffff14;color:#ffffffb3}.meeting-control-button:disabled{cursor:not-allowed;opacity:.44}.meeting-control-button--active{background:#ffffff1c;border-color:#ffffff24;color:#fffffff5;box-shadow:0 0 12px #ffffff0a}.meeting-control-button--danger{background:#7f1d1d6b;border-color:#f8717147;color:#fb7185}.meeting-control-button--danger:hover:not(:disabled){border-color:#f871716b;background:#991b1b80;color:#fda4af}.meeting-control-button__icon{display:inline-flex;align-items:center;justify-content:center}.meeting-control-button__icon>svg{width:22px;height:22px}.meeting-control-button__indicator{position:absolute;left:50%;bottom:-11px;width:16px;height:3px;border-radius:999px;background:#ffffffad;transform:translate(-50%)}.meeting-drawer-panel{display:grid;grid-template-rows:auto minmax(0,1fr);gap:16px;min-height:0}.meeting-drawer-panel__header{align-items:center}.meeting-drawer-panel__body{display:grid;gap:16px;min-height:0;overflow:auto;padding-right:4px}.meeting-conversation-panel{height:100%}.meeting-conversation-panel .conversation-log{min-height:0}.meeting-participants-panel__section{display:grid;gap:14px;min-height:0}.meeting-participants-panel__summary{display:inline-flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.88rem}.meeting-participants-panel__list{display:grid;gap:10px;min-height:0}.meeting-participants-panel__divider{margin:6px 0}.meeting-participants-panel__row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;background:var(--panel-soft);border:1px solid var(--border)}.meeting-participants-panel__identity{display:flex;align-items:center;gap:12px;min-width:0}.meeting-participants-panel__avatar{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#38bdf824;color:var(--text);font-family:Space Grotesk,Manrope,sans-serif;font-size:.96rem;font-weight:700;flex:0 0 auto}.meeting-participants-panel__copy{display:grid;gap:6px;min-width:0}.meeting-participants-panel__name-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.meeting-participants-panel__meta{color:var(--muted);font-size:.84rem}.meeting-participants-panel__controls{display:flex;align-items:center;gap:12px;justify-content:flex-end;flex-wrap:wrap}.meeting-participants-panel__status-set{display:inline-flex;align-items:center;gap:8px}.meeting-participants-panel__status-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;border:1px solid rgba(149,184,209,.18);background:#040a148a;color:#9fb0c4c7}.meeting-participants-panel__status-icon.is-active{border-color:#38bdf83d;background:#38bdf81f;color:var(--accent)}.meeting-info-panel__section{display:grid;gap:14px}.meeting-info-panel__section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.meeting-info-panel__section-title{margin:8px 0 0;font-family:Space Grotesk,Manrope,sans-serif;font-size:1.1rem}.meeting-info-panel__actions{display:flex;flex-wrap:wrap;gap:10px}.meeting-info-panel__actions .button{flex:1 1 140px}.meeting-info-panel__people-list{padding-right:4px}.meeting-info-panel__host-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.meeting-inline-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:8px}.stage-lab{display:grid;gap:16px;height:100%;min-height:0;padding:16px 18px 18px}.stage-lab__controls{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;flex-wrap:wrap}.stage-lab__copy{display:grid;gap:10px;max-width:64ch}.stage-lab__title{margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(2rem,4vw,3.1rem);line-height:.98}.stage-lab__description{margin:0;color:var(--muted)}.stage-lab__actions{display:flex;flex-wrap:wrap;gap:10px}.chip-button--muted{background:#ffffff0d;color:var(--muted)}.stage-lab__summary{display:inline-flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.92rem}.stage-lab__surface{display:flex;flex-direction:column;height:max(480px,calc(100dvh - var(--header-height) - 230px));padding:18px;border:1px solid var(--border);border-radius:32px;background:#08111fd6;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow);overflow:hidden}.stage-lab__surface>.meeting-stage-canvas{flex:1 1 auto;min-height:0}@media(max-width:1200px){.meeting-room-shell--chat-open .meeting-room-drawer--chat,.meeting-room-shell--participants-open .meeting-room-drawer--participants{width:min(336px,31vw);flex-basis:min(336px,31vw)}.meeting-room-shell--info-open .meeting-room-drawer--info{width:min(320px,29vw);flex-basis:min(320px,29vw)}.meeting-room-shell--chat-open,.meeting-room-shell--participants-open,.meeting-room-shell--info-open{--meeting-room-drawer-offset: 18px}}@media(max-width:960px){.page--room{padding:14px}.meeting-room-shell{gap:0}.meeting-room-shell__scrim{position:fixed;inset:0;z-index:24;display:block;border:0;background:#02081794;opacity:0;pointer-events:none;transition:opacity .18s ease}.meeting-room-shell__scrim.is-visible{opacity:1;pointer-events:auto}.meeting-room-drawer{position:fixed;top:calc(var(--header-height) + 10px + var(--safe-area-top));bottom:calc(14px + var(--safe-area-bottom));z-index:25;width:min(380px,calc(100vw - 28px));max-width:calc(100vw - 28px);border-radius:28px}.meeting-room-drawer--chat,.meeting-room-drawer--participants,.meeting-room-drawer--info{right:14px}.meeting-room-shell--chat-open .meeting-room-drawer--chat,.meeting-room-shell--participants-open .meeting-room-drawer--participants,.meeting-room-shell--info-open .meeting-room-drawer--info{width:min(380px,calc(100vw - 28px));flex-basis:auto}.meeting-room-stage-surface{padding:16px;border-radius:28px}.meeting-room-stage-surface--immersive{padding:0}}@media(max-width:820px){.stage-lab{padding:14px}.stage-lab__controls{align-items:flex-start}.stage-lab__surface{height:max(420px,calc(100dvh - var(--header-height) - 250px));padding:16px;border-radius:28px}.meeting-room-stage-surface__title{font-size:clamp(1.7rem,7vw,2.5rem)}.meeting-room-stage-surface__header{flex-direction:column;align-items:flex-start}.meeting-control-dock{display:inline-grid;grid-template-columns:1fr;justify-content:center;justify-items:center;width:fit-content;max-width:min(100%,calc(100vw - 28px));overflow:visible;gap:12px;padding:14px 16px calc(14px + var(--safe-area-bottom));border-radius:28px}.meeting-control-dock__row{gap:10px}.meeting-control-dock__separator{display:none}.meeting-control-button{flex:0 0 auto;width:50px;height:50px;border-radius:16px}.meeting-info-panel__host-actions{grid-template-columns:1fr}.meeting-participants-panel__row{align-items:flex-start}.meeting-participants-panel__controls{width:100%;justify-content:flex-start}.meeting-room-stage-surface--immersive .meeting-control-surface{padding:0 5px calc(18px + var(--safe-area-bottom))}}@media(max-width:640px){.stage-lab{padding:12px}.stage-lab__surface{height:max(360px,calc(100dvh - var(--header-height) - 250px));padding:14px;border-radius:24px}.page--room{padding:12px}.meeting-room-stage-surface{gap:12px;padding:14px;border-radius:24px}.meeting-room-stage-surface--immersive{gap:0;padding:0}.meeting-room-drawer{top:calc(var(--header-height) + 8px + var(--safe-area-top));bottom:calc(12px + var(--safe-area-bottom));width:calc(100vw - 24px);max-width:calc(100vw - 24px)}.meeting-room-drawer--chat,.meeting-room-drawer--participants,.meeting-room-drawer--info{right:12px}.meeting-room-shell--chat-open .meeting-room-drawer--chat,.meeting-room-shell--participants-open .meeting-room-drawer--participants,.meeting-room-shell--info-open .meeting-room-drawer--info{width:calc(100vw - 24px)}.meeting-room-stage-surface__badge{min-height:32px;font-size:.72rem}.meeting-control-button{justify-content:center}.screen-share-stage__overlay{padding:14px}.stage-tiles{width:100%}.meeting-stage-canvas .participant-tile{min-width:0}.meeting-stage-canvas .participant-tile--media,.meeting-stage-canvas .participant-tile--summary{flex:0 0 var(--stage-tile-width);width:var(--stage-tile-width);min-width:0}.participant-tile--supporting{border-radius:20px}.participant-tile--supporting .participant-tile__nameplate{padding:8px 10px}.participant-tile__overlay{inset:auto 12px 12px}.participant-tile--supporting .participant-tile__avatar{min-width:54px;height:54px;font-size:1.08rem}.meeting-participants-panel__row,.meeting-participants-panel__identity,.meeting-participants-panel__controls{flex-direction:column;align-items:flex-start}.meeting-participants-panel__status-set{flex-wrap:wrap}.meeting-room-stage-surface--immersive .meeting-control-surface{padding:0 5px calc(18px + var(--safe-area-bottom))}.meeting-room-stage-surface__notices--immersive{padding:14px 14px 0}.participant-tile__overlay--immersive{inset:auto 16px 16px}.participant-tile--immersive .participant-tile__avatar,.participant-tile--fallback-summary-solo .participant-tile__avatar{min-width:104px;height:104px;font-size:2.4rem}}.topbar--dark{border-bottom:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.topbar__left{display:flex;align-items:center;gap:12px}.topbar__right{display:flex;align-items:center;gap:8px}.hamburger-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);cursor:pointer;transition:background .5s ease,border-color .5s ease}.hamburger-button:hover{background:#ffffff14;border-color:#ffffff1f}.brand-mark--dark{font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#fff6;transition:color .5s ease}.brand-mark--dark:hover{color:#ffffffb3}.topbar-auth-button{padding:0 20px;height:36px;border-radius:8px;background:transparent;color:#ffffff59;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .5s ease,background .5s ease}.topbar-auth-button:hover{color:#ffffffe6;background:#ffffff0a}.topbar-auth-button--accent{background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar-auth-button--accent:hover{background:#ffffff29;border-color:#fff3;color:#fff}.topbar-profile{position:relative}.topbar-profile__button{display:inline-flex;align-items:center;gap:10px;max-width:min(220px,42vw);min-height:40px;padding:4px 12px 4px 5px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff0d;color:#ffffffb8;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .22s ease,border-color .22s ease,color .22s ease}.topbar-profile__button:hover,.topbar-profile__button[aria-expanded=true]{background:#ffffff1a;border-color:#ffffff29;color:#fff}.topbar-profile__avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;background:var(--profile-avatar-color, rgba(255, 255, 255, .11));color:#ffffffc7;font-size:.72rem;font-weight:800;flex:0 0 auto;overflow:hidden}.topbar-profile__avatar img{display:block;width:100%;height:100%;object-fit:cover;transform-origin:center}.topbar-profile__name{min-width:0;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:600}.topbar-profile__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:12;display:grid;width:220px;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#09111ff5;box-shadow:0 18px 50px #0208177a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s;visibility:hidden}.topbar-profile__menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0);transition:opacity .16s ease,transform .16s ease;visibility:visible}.topbar-profile__item{width:100%;padding:12px;border-radius:10px;background:transparent;color:#ffffffc7;cursor:pointer;font-size:.88rem;font-weight:600;text-align:left}.topbar-profile__item:hover,.topbar-profile__item:focus-visible{background:#ffffff12;color:#fff}.topbar-profile__item--danger{color:var(--danger)}.account-placeholder-page{position:relative;z-index:2;display:grid;place-items:center;min-height:100%;background:transparent}.account-placeholder-page__title{margin:0;color:#fff;font-size:clamp(2.2rem,7vw,4rem);font-weight:700}.my-profile-page{position:relative;z-index:2;min-height:100%;padding:42px clamp(18px,4vw,48px);background:transparent}.my-profile-empty{display:grid;place-items:center;gap:22px;min-height:calc(100dvh - var(--header-height) - 120px)}.my-profile-empty h1{margin:0;color:#fff;font-size:clamp(2.2rem,7vw,4rem)}.my-profile-shell{width:min(1120px,100%);margin:0 auto}.my-profile-cover{position:relative;height:clamp(190px,28vw,330px);border:1px solid rgba(255,255,255,.1);border-bottom:0;border-radius:18px 18px 0 0;background:#0a111bdb;overflow:hidden}.my-profile-cover__visual{width:100%;height:100%}.my-profile-cover__edit{position:absolute;top:22px;right:22px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:#e2e8f0e6;color:#08111f;cursor:pointer;transition:transform .18s ease,background .18s ease}.my-profile-cover__edit:hover,.my-profile-cover__edit:focus-visible{background:#fff;transform:translateY(-1px)}.my-profile-body{position:relative;min-height:190px;padding:92px 34px 34px;border:1px solid rgba(255,255,255,.1);border-top-color:#ffffff12;border-radius:0 0 18px 18px;background:#0a111be6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.my-profile-avatar{position:absolute;top:-78px;left:34px;width:156px;height:156px;padding:0;border:6px solid #09111d;border-radius:50%;background:transparent;color:#fff;cursor:pointer;overflow:hidden;box-shadow:0 18px 42px #0208176b}.my-profile-avatar__visual{width:100%;height:100%}.my-profile-avatar__overlay{position:absolute;inset:0;display:grid;place-items:center;background:#0f172a6b;color:#fff;opacity:0;transition:opacity .18s ease}.my-profile-avatar:hover .my-profile-avatar__overlay,.my-profile-avatar:focus-visible .my-profile-avatar__overlay{opacity:1}.my-profile-identity{display:grid;gap:6px;max-width:680px}.my-profile-identity h1{margin:0;color:#fff;font-size:clamp(2rem,5vw,3.4rem);line-height:1}.my-profile-identity p{margin:0;color:#e2e8f0b8;font-size:1rem;font-weight:600}.my-profile-identity__username{color:#7dd3fcdb!important}.profile-visual{position:relative;display:inline-flex;align-items:center;justify-content:center;background:var(--profile-visual-color, #4A5568);color:#ffffffe6;font-weight:800;overflow:hidden}.profile-visual--avatar{border-radius:50%;font-size:2.8rem}.profile-visual--banner{border-radius:inherit}.profile-visual img{display:block;width:100%;height:100%;object-fit:cover;transform-origin:center}.profile-visual-editor{display:grid;justify-items:center;gap:18px}.profile-visual-editor__preview.profile-visual--avatar{width:122px;height:122px;font-size:2.3rem}.profile-visual-editor__preview.profile-visual--banner{width:min(390px,100%);aspect-ratio:4 / 1;border-radius:12px}.profile-visual-editor__crop-preview.profile-visual--avatar{width:188px;height:188px;font-size:3rem;box-shadow:0 0 0 1px #ffffff1f}.profile-visual-editor__crop-preview.profile-visual--banner{width:min(440px,100%);aspect-ratio:4 / 1;border-radius:12px;box-shadow:0 0 0 1px #ffffff1f}.profile-visual-editor__swatches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}.profile-visual-editor__swatch{display:inline-flex;align-items:center;gap:10px;min-width:0;min-height:44px;padding:9px 10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff0a;color:#ffffffd1;cursor:pointer;font-weight:700;text-align:left;transition:background .18s ease,border-color .18s ease}.profile-visual-editor__swatch:hover,.profile-visual-editor__swatch:focus-visible,.profile-visual-editor__swatch.is-selected{background:#ffffff17;border-color:#7dd3fc61;color:#fff}.profile-visual-editor__swatch-mark{width:22px;height:22px;border-radius:50%;background:var(--profile-visual-color);box-shadow:0 0 0 1px #ffffff2e;flex:0 0 auto}.profile-visual-editor__upload{width:100%}.profile-visual-editor__file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-visual-editor__zoom{display:grid;grid-template-columns:auto minmax(160px,1fr) 48px;align-items:center;gap:14px;width:100%;color:#e2e8f0cc;font-size:.9rem;font-weight:700}.profile-visual-editor__zoom strong{color:#fff;text-align:right}.profile-visual-editor__zoom input{width:100%;accent-color:#38bdf8;cursor:pointer}@media(max-width:640px){.topbar-profile__button{max-width:148px;min-height:38px}.topbar-profile__name{max-width:86px}.topbar-profile__menu{width:min(220px,calc(100vw - 36px))}.my-profile-page{padding:22px 14px}.my-profile-cover{height:178px;border-radius:14px 14px 0 0}.my-profile-cover__edit{top:16px;right:16px;width:46px;height:46px}.my-profile-body{min-height:178px;padding:74px 20px 24px;border-radius:0 0 14px 14px}.my-profile-avatar{top:-58px;left:20px;width:116px;height:116px;border-width:5px}.my-profile-identity h1{font-size:2rem}.profile-visual-editor__swatches{grid-template-columns:1fr}.profile-visual-editor__zoom{grid-template-columns:1fr 48px}.profile-visual-editor__zoom span{grid-column:1 / -1}}.home-page{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;overflow:hidden}.home-hero{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:42rem;margin:0 auto;padding:0 24px;animation:home-fade-in 1s ease both}@keyframes home-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-hero__title{margin:0;font-family:Inter,Manrope,sans-serif;font-size:clamp(2.4rem,6vw,3.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;color:#fff}.home-hero__title--subtle{color:#ffffff73;font-style:italic;font-weight:300}.home-hero__copy{margin:24px 0 0;font-size:clamp(.875rem,2vw,1rem);color:#ffffff59;line-height:1.7;max-width:24rem}.home-hero__actions{display:flex;align-items:center;gap:20px;margin-top:64px;width:100%;max-width:36rem;flex-wrap:wrap;justify-content:center}.home-button{cursor:pointer;transition:all .5s ease}.home-button--start{display:inline-flex;align-items:center;gap:10px;padding:0 28px 0 14px;height:52px;border-radius:16px;background:#ffffff12;border:1px solid rgba(255,255,255,.08);color:#ffffffe6;font-size:.9375rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 0 40px #ffffff05}.home-button__scribble{height:28px;width:auto;max-height:100%;object-fit:contain;pointer-events:none;flex-shrink:0}.home-button--start:hover:not(:disabled){background:#ffffff24;border-color:#ffffff2e;color:#fff;box-shadow:0 0 60px #ffffff0d;transform:scale(1.02)}.home-button--start:active:not(:disabled){transform:scale(.98)}.home-button--start:disabled{opacity:.5;cursor:not-allowed}.home-hero__divider{width:1px;height:40px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.08),transparent)}.home-hero__join{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.home-hero__join-input-wrap{flex:1 1 auto;min-width:0}.home-input{width:100%;height:52px;padding:0 20px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#fffc;font-size:.875rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .5s ease;outline:none}.home-input::placeholder{color:#ffffff4d}.home-input:hover{background:#ffffff12;border-color:#ffffff24}.home-input:focus{border-color:#ffffff40;box-shadow:0 0 0 2px #ffffff0d}.home-button--join{height:52px;padding:0 20px;border-radius:16px;background:transparent;color:#ffffff4d;font-size:.875rem;font-weight:500;flex-shrink:0}.home-button--join:hover{color:#fffc;background:#ffffff0a}.home-feedback{margin:16px 0 0;color:#ffffff80;font-size:.875rem;line-height:1.6}.home-feedback--error{color:var(--danger)}.home-hero__decoration{display:flex;align-items:center;gap:16px;margin-top:96px}.home-hero__decoration-line{width:80px;height:1px}.home-hero__decoration-line--left{background:linear-gradient(to right,transparent,rgba(255,255,255,.08))}.home-hero__decoration-line--right{background:linear-gradient(to left,transparent,rgba(255,255,255,.08))}.home-hero__decoration-dot{width:6px;height:6px;border-radius:50%;background:#ffffff1a}.home-footer{position:relative;z-index:10;text-align:center;padding:24px 0}.home-footer__text{color:#fff3;font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase}
