:root{--surface:#fff;--surface-tint:#eef4f3;--page-bg:#f4f7f6;--ink:#101820;--text:#172026;--muted:#5c6a6a;--line:#dfe7e5;--brand:#137f75;--brand-strong:#0f665e;--brand-tint:#dff4ef;--avatar-bg:#c5e7de;--avatar-text:#075e54;--danger:#b3261e;--danger-bg:#fdecec;--danger-line:#f3c0c0;--success:#0f665e;--success-bg:#e7f4f0;--group-avatar-bg:#dceaf4;--group-avatar-text:#245c78;--bubble-mine:#a8d5a8;--bubble-mine-text:#143414;--bubble-theirs:#e2e7e8;--bubble-theirs-text:#101828;--radius:12px;--shadow:0 12px 40px #10182014}@media (prefers-color-scheme:dark){:root{--surface:#161d1c;--surface-tint:#1e2726;--page-bg:#0e1413;--ink:#f2f6f5;--text:#dfe7e5;--muted:#9fb0ad;--line:#2b3634;--brand:#2aa393;--brand-strong:#22897b;--brand-tint:#12332e;--avatar-bg:#19483f;--avatar-text:#8ad9ca;--danger:#f0a8a2;--danger-bg:#3a1f1d;--danger-line:#5a2b28;--success:#63c9b6;--success-bg:#12332e;--group-avatar-bg:#1b3542;--group-avatar-text:#8dc8e4;--bubble-mine:#2e5d46;--bubble-mine-text:#e8f5ec;--bubble-theirs:#232d29;--bubble-theirs-text:#e9f0ec}}*{box-sizing:border-box}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html,body,#root{height:100%}body{background:var(--surface);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.auth-wrap{justify-content:center;align-items:center;min-height:100%;padding:32px 16px;display:flex}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);width:min(440px,100%);box-shadow:var(--shadow);padding:32px}.auth-brand{justify-content:center;margin-bottom:12px;display:flex}.auth-logo-img{border-radius:14px;width:56px;height:56px;display:block}.auth-title{text-align:center;color:var(--ink);margin:4px 0 6px;font-size:24px;font-weight:800}.auth-subtitle{text-align:center;color:var(--muted);margin:0 0 20px;font-size:15px}.auth-message{text-align:center;border-radius:10px;margin-bottom:18px;padding:12px 14px;font-size:14px}.auth-message.is-error{color:var(--danger);background:var(--danger-bg);border:1px solid var(--danger-line)}.auth-message.is-success{color:var(--success);background:var(--success-bg);border:1px solid var(--brand-tint)}.auth-form{flex-direction:column;gap:14px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field-label{color:var(--ink);font-size:13px;font-weight:700}.field-label-row{justify-content:space-between;align-items:baseline;display:flex}.field-link{color:var(--brand);font-size:13px;font-weight:600;text-decoration:none}.field-link:hover{text-decoration:underline}.field-password{position:relative}.field-link-forgot{position:absolute;top:0;right:0}.field input{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);border-radius:10px;padding:11px 12px;font-size:15px}.field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint);outline:none}.checkbox{color:var(--text);align-items:center;gap:8px;font-size:14px;display:flex}.checkbox input{width:16px;height:16px;accent-color:var(--brand)}.btn-primary{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;margin-top:4px;padding:12px 16px;font-size:15px;font-weight:700;transition:background .15s}.btn-primary:hover:not(:disabled){background:var(--brand-strong)}.btn-primary:disabled{opacity:.65;cursor:default}.btn-ghost{border:1px solid var(--line);color:var(--text);cursor:pointer;background:0 0;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600}.btn-ghost:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.btn-sm{padding:6px 12px;font-size:13px}.auth-or{text-align:center;color:var(--muted);align-items:center;margin:18px 0;font-size:13px;display:flex}.auth-or:before,.auth-or:after{content:"";background:var(--line);flex:1;height:1px}.auth-or span{padding:0 12px}.google-btn{justify-content:center;min-height:44px;display:flex}.auth-footer{text-align:center;color:var(--muted);margin-top:22px;font-size:14px}.auth-footer a{color:var(--brand);font-weight:700;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.app-shell{background:var(--page-bg);grid-template-rows:1fr;grid-template-columns:84px minmax(280px,360px) minmax(0,1fr);height:100%;display:grid;overflow:hidden}.app-shell.has-management{grid-template-columns:84px minmax(280px,340px) minmax(420px,1fr) minmax(340px,400px)}.group-manage-button{border:1px solid var(--brand);min-height:44px;color:var(--brand);cursor:pointer;background:0 0;border-radius:10px;margin-left:auto;padding:0 16px;font-weight:700}.group-header-description{max-width:min(52ch,60vw);color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.group-conversation>header>span:last-child{display:block}.group-header-meta{display:inline}.group-header-meta-separator{color:var(--muted);margin:0 .28rem;display:inline}.group-header-description{max-width:min(52ch,60vw);display:block}.groups-action-row{align-items:stretch;gap:8px;margin:0 0 12px;display:flex}.groups-action-row .group-create-button{flex:1;width:auto;min-width:0;min-height:46px;margin:0;padding-block:0}.group-invitations-button{border:1px solid var(--line);background:var(--surface);width:46px;height:46px;color:var(--brand-strong);cursor:pointer;border-radius:10px;flex:0 0 46px;place-items:center;padding:0;display:grid;position:relative}.group-invitations-button:hover,.group-invitations-button.is-active{border-color:var(--brand);background:var(--brand-tint)}.group-invitations-button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.group-invitations-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.group-invitations-button>span{border:2px solid var(--surface);background:var(--danger);color:#fff;border-radius:10px;place-items:center;min-width:19px;height:19px;padding:0 4px;font-size:10px;font-weight:800;display:grid;position:absolute;top:-5px;right:-5px}.group-create-form,.invite-panel{border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:12px;margin-bottom:16px;padding:14px;display:grid}.group-create-form label,.group-details-form label,.invite-panel>label{color:var(--ink);gap:6px;font-size:13px;font-weight:700;display:grid}.group-create-form input,.group-create-form textarea,.group-details-form input,.group-details-form textarea,.invite-panel input,.management-search input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:44px;color:var(--ink);font:inherit;border-radius:9px;padding:10px 12px}.group-create-form textarea,.group-details-form textarea{resize:vertical;min-height:84px}.group-create-form>div:last-child,.invite-panel>div:last-child{justify-content:flex-end;gap:8px;display:flex}.group-create-form button,.invite-panel button,.group-activity button{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--ink);cursor:pointer;border-radius:9px;padding:0 12px;font-weight:700}.group-create-form button:last-child,.invite-panel>div:last-child button:last-child,.group-activity section div button:first-child{border-color:var(--brand);background:var(--brand);color:#fff}.group-picture-field{color:var(--ink);gap:7px;font-size:13px;display:grid}.group-picture-picker{border:1px solid var(--line);background:var(--surface);border-radius:10px;align-items:center;gap:11px;min-height:64px;padding:10px;display:flex}.group-picture-preview{background:var(--brand-tint);width:44px;height:44px;color:var(--brand-strong);border-radius:50%;flex:0 0 44px;place-items:center;font-size:13px;font-weight:800;display:grid;overflow:hidden}.group-picture-preview img{object-fit:cover;width:100%;height:100%}.group-picture-copy{flex:1;gap:2px;min-width:0;display:grid}.group-picture-copy strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.group-picture-copy small{color:var(--muted);font-weight:500}.group-picture-action{border:1px solid var(--brand);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-height:38px;padding:0 12px;transition:background-color .18s ease-out;color:var(--brand-strong)!important;display:inline-flex!important}.group-picture-action:hover{background:var(--brand-tint)}.group-picture-action:focus-within{outline:2px solid var(--brand);outline-offset:2px}.group-picture-action input{clip:rect(0 0 0 0);white-space:nowrap;border:0;height:1px;position:absolute;overflow:hidden;width:1px!important;min-height:0!important;padding:0!important}.group-management{border-left:1px solid var(--line);background:var(--surface);flex-direction:column;min-width:0;display:flex;overflow:hidden}.group-management-header{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:18px 16px;display:flex}.group-management-header>button{width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;order:3;margin-left:auto;font-size:26px}.group-management-avatar,.member-avatar{background:var(--avatar-bg);color:var(--avatar-text);border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid;overflow:hidden}.group-management-avatar{width:54px;height:54px}.member-avatar{width:42px;height:42px}.group-management-avatar img,.member-avatar img{object-fit:cover;width:100%;height:100%}.group-management-header h2{margin:0 0 3px;font-size:18px}.group-management-header strong,.group-management-header small{display:block}.group-management-header small{color:var(--muted);margin-top:3px}.group-management-tabs{border-bottom:1px solid var(--line);display:flex}.group-management-tabs button{min-height:48px;color:var(--muted);cursor:pointer;background:0 0;border:0;flex:1;font-weight:700;position:relative}.group-management-tabs button.is-active{color:var(--brand)}.group-management-tabs button.is-active:after{content:"";background:var(--brand);height:2px;position:absolute;bottom:0;left:18px;right:18px}.group-management-tabs span{background:var(--brand);color:#fff;border-radius:999px;place-items:center;min-width:19px;height:19px;margin-left:5px;font-size:11px;display:inline-grid}.group-management-body{flex:1;padding:16px;overflow:auto}.management-message{background:var(--brand-tint);color:var(--brand-strong);border-radius:9px;margin-bottom:12px;padding:10px 12px;font-size:13px}.management-message.is-error{color:var(--danger);background:#fef2f2}.group-details-form{gap:16px;display:grid}.group-picture-field small,.management-help{color:var(--muted);font-weight:400}.management-primary{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:10px;width:100%;min-height:44px;font-weight:800}.management-primary:disabled{opacity:.55}.group-details-form textarea:disabled{cursor:not-allowed;background:var(--page-bg);color:var(--muted);resize:none}.group-picture-action:has(input:disabled){pointer-events:none;cursor:not-allowed;border-color:var(--line);background:var(--page-bg);opacity:.72;color:var(--muted)!important}.group-picture-picker:has(input:disabled){background:var(--page-bg)}.management-search{margin-bottom:10px;display:block}.invite-panel{margin-top:12px}.invite-contact-list{max-height:190px;overflow:auto}.invite-contact-list label{align-items:center;gap:10px;min-height:48px;display:flex}.invite-contact-list input[type=checkbox]{flex:0 0 18px;width:18px;height:18px;min-height:18px;padding:0}.invite-contact-list .invite-contact-avatar{width:36px;height:36px}.invite-contact-list .invite-contact-copy{min-width:0;display:grid}.invite-contact-list small{color:var(--muted)}.management-member-list{margin-top:12px}.management-member{border-bottom:1px solid var(--line);align-items:center;gap:10px;min-height:62px;display:flex}.management-member>span:nth-child(2){flex:1;min-width:0;display:grid}.management-member small{text-overflow:ellipsis;color:var(--muted);overflow:hidden}.management-member em{background:var(--brand-tint);color:var(--brand);border-radius:6px;padding:4px 7px;font-size:11px;font-style:normal;font-weight:700}.management-member button{min-height:38px;color:var(--danger);cursor:pointer;background:0 0;border:0;font-weight:700}.invite-contact-empty{color:var(--muted);text-align:center;margin:0;padding:16px 10px;font-size:13px}.group-danger-zone{border-top:1px solid var(--line);gap:5px;margin-top:24px;padding-top:16px;display:grid}.group-danger-zone button{min-height:44px;color:var(--danger);cursor:pointer;background:0 0;border:0;justify-self:start;font-weight:800}.group-danger-zone small{color:var(--muted)}.group-activity{gap:18px;display:grid}.group-activity section{border-bottom:1px solid var(--line);padding-bottom:16px}.group-activity p{color:var(--muted);margin:5px 0 10px;font-size:13px}.group-activity section div{gap:8px;display:flex}@media (width<=1180px){.app-shell.has-management{grid-template-columns:84px minmax(260px,320px) minmax(0,1fr)}.group-management{z-index:60;width:min(400px,100vw);position:fixed;inset:0 0 0 auto;box-shadow:-4px 0 8px #0f172a14}}@media (width<=640px){.group-management{width:100%;box-shadow:none;inset:60px 0 68px}.group-management-header{padding:12px 16px}.group-management-body{padding:14px 16px}}.app-brand{align-items:center;gap:10px;display:flex}.app-logo{border-radius:10px;display:block}.app-wordmark{color:var(--ink);font-size:18px;font-weight:800}.app-mobile-header,.app-bottom-nav{display:none}.realtime-banner{z-index:40;border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--muted);border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:700;display:flex;position:fixed;top:14px;right:18px}.realtime-banner>span{background:var(--brand);border-radius:50%;width:8px;height:8px;animation:.9s ease-in-out infinite alternate realtime-pulse}.realtime-banner.is-offline>span{background:var(--muted);animation:none}.e2ee-recovery-banner{z-index:45;border:1px solid var(--danger-line);background:var(--surface);width:min(680px,100vw - 32px);color:var(--text);border-radius:12px;align-items:center;gap:20px;padding:14px 16px;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 4px 8px #1018201f}.e2ee-recovery-banner>div{flex:1;gap:3px;min-width:0;display:grid}.e2ee-recovery-banner strong{color:var(--ink);font-size:14px}.e2ee-recovery-banner span{font-size:13px;line-height:1.4}.e2ee-recovery-banner small{color:var(--muted);font-size:12px;line-height:1.35}.e2ee-recovery-banner small.is-error{color:var(--danger)}.e2ee-recovery-banner button{background:var(--brand);color:#fff;min-height:44px;font:inherit;cursor:pointer;white-space:nowrap;border:0;border-radius:10px;padding:0 16px;font-size:13px;font-weight:800}.e2ee-recovery-banner button:hover{background:var(--brand-strong)}.e2ee-recovery-banner button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.e2ee-recovery-banner button:disabled{cursor:wait;opacity:.65}@keyframes realtime-pulse{0%{opacity:.35}to{opacity:1}}.app-rail{color:#fff;background:#0f4f4a;flex-direction:column;align-items:center;min-width:0;padding:18px 10px 14px;display:flex}.app-rail-account{justify-content:center;align-items:center;min-height:52px;margin-bottom:18px;display:flex;position:relative}.app-rail-avatar{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;display:grid}.app-rail-avatar .app-avatar,.app-rail-avatar .app-avatar-img{width:40px;height:40px;font-size:14px;box-shadow:0 0 0 2px #ffffff6b}.app-rail-avatar:hover .app-avatar,.app-rail-avatar:hover .app-avatar-img{box-shadow:0 0 0 3px #ffffffad}.app-rail-avatar:focus-visible{outline-offset:3px;outline:3px solid #fff}.app-account-menu{z-index:30;border:1px solid color-mix(in srgb, var(--ink) 18%, transparent);background:var(--surface);width:230px;color:var(--ink);border-radius:12px;padding:7px;position:absolute;top:0;left:56px;box-shadow:0 4px 8px #0f232233}.app-account-menu-identity{border-bottom:1px solid var(--line);gap:2px;min-width:0;margin-bottom:5px;padding:9px 10px 11px;display:grid}.app-account-menu-identity strong,.app-account-menu-identity span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-account-menu-identity strong{font-size:14px}.app-account-menu-identity span{color:var(--muted);font-size:12px}.app-account-menu>button{width:100%;min-height:42px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;font-weight:700;display:flex}.app-account-menu>button:hover{background:var(--brand-tint);color:var(--brand-strong)}.app-account-menu>button.is-sign-out{color:var(--danger)}.app-account-menu>button.is-sign-out:hover{background:color-mix(in srgb, var(--danger) 12%, var(--surface));color:var(--danger)}.app-account-menu>button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.app-account-menu>button:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.app-nav{flex-direction:column;flex:1;gap:6px;width:100%;display:flex}.app-nav-button{color:#ffffffb8;min-width:0;min-height:54px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:5px;padding:7px 4px;font-size:11px;font-weight:650;transition:color .16s,background-color .16s;display:flex}.app-rail .app-nav-button{flex-direction:column}.app-rail .app-nav-button:last-child{margin-top:auto}.app-nav-button:hover{color:#fff;background:#ffffff17}.app-nav-button:focus-visible,.icon-button:focus-visible,.avatar-button:focus-visible,.panel-primary-action:focus-visible,.sign-out-button:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 35%, transparent);outline-offset:2px}.app-nav-button.is-active{color:#fff;background:#ffffff29}.app-nav-icon{--nav-dot-ring:#0f5b54;flex:none;place-items:center;width:24px;height:24px;display:grid;position:relative}.app-nav-unread-dot{width:8px;height:8px;box-shadow:0 0 0 2px var(--nav-dot-ring);background:#dc2626;border-radius:50%;position:absolute;top:-2px;right:-3px}.app-bottom-nav .app-nav-icon{--nav-dot-ring:var(--surface)}.avatar-button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.app-avatar{background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;font-size:14px;font-weight:700;display:inline-grid}.app-avatar-img{object-fit:cover;border-radius:50%;width:38px;height:38px;display:block}.app-list-panel{background:var(--surface);border-right:1px solid var(--line);flex-direction:column;min-width:0;padding:24px 18px;display:flex;overflow:auto}.panel-header{justify-content:space-between;align-items:flex-start;gap:16px;min-height:48px;display:flex}.panel-header h1{color:var(--ink);letter-spacing:-.02em;margin:0;font-size:24px;line-height:1.25}.panel-header p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:13px;overflow:hidden}.panel-actions{gap:4px;display:flex}.icon-button{width:42px;height:42px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;place-items:center;padding:0;transition:background-color .16s,color .16s;display:grid}.icon-button:hover{background:var(--surface-tint);color:var(--ink)}.panel-primary-action{background:var(--brand);color:#fff;width:100%;min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin:18px 0 10px;padding:10px 16px;font-size:14px;font-weight:700;transition:background-color .16s;display:flex}.panel-primary-action:hover{background:var(--brand-strong)}.panel-primary-action svg{width:19px;height:19px}.panel-empty-list{flex-direction:column;gap:14px;margin-top:18px;display:flex}.panel-empty-list span{background:var(--surface-tint);border-radius:12px;height:64px}.panel-empty-list span:nth-child(2){opacity:.72}.panel-empty-list span:nth-child(3){opacity:.48}.people-panel{flex-direction:column;flex:1;min-height:0;margin:16px -6px 0;display:flex}.people-toolbar{gap:8px;padding:0 6px 12px;display:flex}.people-quick-actions{gap:8px;padding:0 6px 10px;display:flex}.people-quick-actions button,.people-detail-actions button{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--brand-strong);font:inherit;cursor:pointer;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:700}.people-action-form{background:var(--surface-tint);border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;margin:0 6px 10px;padding:10px;display:flex}.people-action-form label{min-width:0;color:var(--muted);flex-direction:column;flex:0 0 100%;gap:5px;font-size:11px;display:flex}.people-action-form input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:38px;color:var(--text);font:inherit;border-radius:7px;padding:7px 10px}.people-action-form button{background:var(--brand);color:#fff;min-height:38px;font:inherit;cursor:pointer;border:0;border-radius:7px;padding:7px 11px;font-weight:700}.people-action-form button[type=button]{color:var(--muted);background:0 0}.people-action-status{color:var(--muted);margin:0 8px 10px;font-size:12px}.people-detail-actions{justify-content:center;align-items:center;gap:8px;margin-top:22px;display:flex;position:relative}.people-detail-actions button{justify-content:center;align-items:center;gap:7px;display:inline-flex}.people-detail-actions button svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.people-detail-actions .is-primary{border-color:var(--brand);background:var(--brand);color:#fff}.people-detail-actions .is-primary:hover{border-color:var(--brand-strong);background:var(--brand-strong)}.people-detail-actions .is-primary:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 28%, transparent);outline-offset:2px}.people-detail-actions .is-danger{color:var(--danger)}.contact-favorite-toggle{width:40px;min-height:40px!important;padding:0!important}.contact-favorite-toggle.is-active{border-color:var(--brand);background:var(--brand-tint);color:var(--brand)}.contact-more-actions{position:relative}.contact-more-actions summary{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--brand-strong);cursor:pointer;letter-spacing:1px;border-radius:8px;place-items:center;font-size:15px;font-weight:800;list-style:none;display:grid}.contact-more-actions summary::-webkit-details-marker{display:none}.contact-more-actions summary:hover{border-color:var(--brand);background:var(--brand-tint)}.contact-more-actions summary:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 28%,transparent);outline-offset:2px}.contact-more-menu{z-index:50;border:1px solid var(--line);background:var(--surface);border-radius:10px;min-width:190px;padding:6px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 4px 8px #1018201f}.contact-more-menu button{text-align:left;width:100%;min-height:40px!important;color:var(--ink)!important;background:0 0!important;border:0!important;border-radius:7px!important;justify-content:flex-start!important;padding:0 11px!important}.contact-more-menu button:hover{background:var(--surface-tint)!important}.contact-more-menu button.is-remove{color:var(--danger)!important}.contact-more-menu button.is-remove:hover{background:var(--danger-bg)!important}.google-contact-picker{background:var(--surface-tint);border-radius:10px;margin:0 6px 12px;padding:12px}.google-contact-picker>div:first-child{justify-content:space-between;align-items:center;gap:12px;display:flex}.google-contact-picker>div:first-child button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0}.google-contact-picker>input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:40px;color:var(--text);font:inherit;border-radius:8px;margin:10px 0 8px;padding:8px 10px}.google-contact-list{background:var(--surface);max-height:260px;overflow:auto}.google-contact-list label{border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:10px;min-height:48px;padding:7px 9px;display:flex}.google-contact-list label>span{flex-direction:column;min-width:0;display:flex}.google-contact-list small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.google-contact-picker>button{background:var(--brand);color:#fff;min-height:40px;font:inherit;cursor:pointer;border:0;border-radius:8px;margin-top:10px;padding:8px 13px;font-weight:700}.google-contact-picker>button:disabled{opacity:.55;cursor:default}.typing-indicator{color:var(--muted);margin:0 18px 6px;font-size:12px;font-style:italic}.people-search{border:1px solid var(--line);background:var(--surface-tint);min-width:0;min-height:44px;color:var(--muted);border-radius:10px;flex:1;align-items:center;gap:9px;padding:0 12px;display:flex}.people-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}.people-search svg,.people-refresh svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.people-search input{min-width:0;color:var(--text);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0;font-size:14px}.people-search input::placeholder{color:var(--muted);opacity:1}.people-refresh{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--muted);cursor:pointer;border-radius:10px;flex:none;place-items:center;padding:0;display:grid}.people-refresh:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.people-refresh:focus-visible,.contact-row:focus-visible,.people-error button:focus-visible,.people-back:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 35%, transparent);outline-offset:2px}.people-refresh:disabled{opacity:.5;cursor:default}.people-list{transition:opacity .16s}.people-list.is-refreshing{opacity:.62}.people-section+.people-section{margin-top:14px}.people-section h2{color:var(--muted);margin:0;padding:8px 10px 6px;font-size:12px;font-weight:750}.contact-row{width:100%;min-height:68px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;padding:8px 10px;transition:background-color .16s;display:flex}.contact-row:hover{background:var(--surface-tint)}.contact-row.is-selected{background:var(--brand-tint)}.people-avatar{aspect-ratio:1;background:var(--avatar-bg);width:46px;min-width:46px;max-width:46px;height:46px;min-height:46px;max-height:46px;color:var(--avatar-text);border-radius:50%;flex:none;place-items:center;font-size:14px;font-weight:750;display:grid;position:relative}.people-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.people-avatar:after{border-radius:inherit;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--ink) 8%, transparent);content:"";pointer-events:none;position:absolute;inset:0}.people-avatar.is-large{width:112px;min-width:112px;max-width:112px;height:112px;min-height:112px;max-height:112px;font-size:30px}.presence-dot{border:2px solid var(--surface);background:#84918f;border-radius:50%;width:11px;height:11px;position:absolute;bottom:1px;right:1px}.presence-dot.is-online{background:#16865c}.favorite-avatar-badge{z-index:2;border:2px solid var(--surface);background:var(--brand-tint);width:19px;height:19px;color:var(--brand-strong);pointer-events:none;border-radius:50%;place-items:center;font-style:normal;display:grid;position:absolute;top:-3px;right:-3px}.favorite-avatar-badge svg{fill:currentColor;width:11px;height:11px}.people-avatar.is-large .favorite-avatar-badge{width:25px;height:25px;top:1px;right:1px}.people-avatar.is-large .favorite-avatar-badge svg{width:15px;height:15px}.people-photo-button{color:inherit;cursor:zoom-in;background:0 0;border:0;border-radius:50%;padding:0;display:block}.people-photo-button .people-avatar{transition:box-shadow .16s,transform .16s}.people-photo-button:hover .people-avatar{box-shadow:0 0 0 4px color-mix(in srgb, var(--brand) 18%, transparent);transform:scale(1.02)}.people-photo-button:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 40%, transparent);outline-offset:4px}.people-photo-button.is-loading{cursor:wait;opacity:.75}.people-photo-viewer img{border-radius:8px}.contact-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.contact-copy strong,.contact-copy>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.contact-copy strong{color:var(--ink);font-size:14px}.contact-copy>span{color:var(--muted);font-size:12px}.contact-status{color:var(--muted);flex:none;font-size:11px;font-weight:650}.contact-status.is-online{color:#11764f}.contact-status.is-blocked{color:var(--danger)}.people-loading{flex-direction:column;gap:10px;padding:4px 6px;display:flex}.people-loading span{background:var(--surface-tint);border-radius:12px;height:66px;animation:1.2s ease-in-out infinite alternate people-pulse}.people-loading span:nth-child(2){animation-delay:.12s}.people-loading span:nth-child(3){animation-delay:.24s}@keyframes people-pulse{0%{opacity:.5}to{opacity:1}}.people-empty,.people-error{color:var(--muted);text-align:center;flex-direction:column;align-items:center;padding:48px 24px;display:flex}.people-empty strong,.people-error strong{color:var(--ink);margin-bottom:6px;font-size:15px}.people-empty span,.people-error span{max-width:32ch;font-size:13px;line-height:1.5}.people-error{background:var(--danger-bg);color:var(--danger);border-radius:12px;margin:4px 6px}.people-error button{border:1px solid var(--danger-line);background:var(--surface);min-height:40px;color:var(--danger);font:inherit;cursor:pointer;border-radius:9px;margin-top:14px;padding:8px 16px;font-weight:700}.people-details{text-align:center;flex-direction:column;align-items:center;width:min(440px,100%);display:flex}.people-details h2{color:var(--ink);letter-spacing:-.015em;margin:18px 0 5px;font-size:23px}.people-details dl{border-top:1px solid var(--line);width:100%;margin:30px 0 0}.people-details dl div{border-bottom:1px solid var(--line);text-align:left;justify-content:space-between;gap:24px;padding:14px 2px;display:flex}.people-details dt{color:var(--muted);font-size:13px}.people-details dd{overflow-wrap:anywhere;min-width:0;color:var(--text);text-align:right;margin:0;font-size:13px;font-weight:650}.people-details dd.people-email-value{justify-content:flex-end;align-items:center;gap:7px;display:inline-flex}.people-email-value button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;flex:0 0 28px;justify-content:center;align-items:center;padding:0;display:inline-flex}.people-email-value button:hover{background:var(--surface-tint);color:var(--brand-strong)}.people-email-value button:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 28%, transparent);outline-offset:1px}.people-email-value svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:16px;height:16px}.people-details-note{max-width:40ch;color:var(--muted);margin:22px 0 0;font-size:13px;line-height:1.5}.people-back{display:none}.people-placeholder-mark svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:30px;height:30px}.chats-panel{flex-direction:column;flex:1;min-height:0;margin:16px -6px 0;display:flex}.chat-list{transition:opacity .16s}.chat-list.is-refreshing{opacity:.62}.chat-activity-warning{background:var(--surface-tint);color:var(--muted);border-radius:9px;margin:2px 6px 10px;padding:9px 11px;font-size:12px;line-height:1.4}.chat-row{width:100%;min-height:70px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;padding:9px 10px;transition:background-color .16s;display:flex}.chat-row:hover{background:var(--surface-tint)}.chat-row.is-selected{background:var(--brand-tint)}.chat-row:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 35%, transparent);outline-offset:2px}.chat-row-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.chat-row-heading{justify-content:space-between;align-items:baseline;gap:10px;min-width:0;display:flex}.chat-row-heading strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.chat-row-heading time{color:var(--muted);flex:none;font-size:11px}.chat-row-preview{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.chat-row-preview.is-online{color:#11764f}.unread-badge{background:var(--brand);color:#fff;border-radius:999px;flex:none;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:750;display:grid}.chat-placeholder{flex-direction:column;place-self:stretch stretch;min-height:100%;display:flex}.chat-placeholder>header{background:var(--surface);border-bottom:1px solid var(--line);align-items:center;gap:12px;margin:-40px -40px 0;padding:13px 22px;display:flex}.chat-placeholder>header>.chat-contact-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-placeholder>header strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.chat-placeholder>header small{color:var(--muted);font-size:12px}.chat-placeholder-body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.chat-placeholder-body h2{color:var(--ink);margin:0;font-size:21px}.chat-placeholder-body p{max-width:46ch;color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.55}.chat-placeholder-mark svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:30px;height:30px}.conversation-messages{flex-direction:column;flex:1;gap:8px;min-height:0;padding:24px 18px 14px;display:flex;overflow-y:auto}.conversation-messages.is-empty{overflow-y:hidden}.conversation-messages:before{content:"";flex:auto;min-height:0}.load-older{background:var(--surface-tint);min-height:36px;color:var(--muted);font:inherit;cursor:pointer;border:0;border-radius:999px;order:-1;align-self:center;padding:0 14px;font-size:.82rem;font-weight:700}.load-older:hover:not(:disabled),.load-older:focus-visible{color:var(--brand)}.load-older:disabled{cursor:wait;opacity:.65}.message-sender{color:var(--brand);margin-bottom:3px;font-size:.78rem;line-height:1.25;display:block}.conversation-empty,.conversation-loading{min-height:100%;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.conversation-empty strong{color:var(--ink);font-size:16px}.conversation-empty span{margin-top:5px;font-size:13px}.conversation-loading{flex-direction:row;gap:7px}.conversation-loading span{background:var(--brand);opacity:.35;border-radius:50%;width:7px;height:7px}.message-bubble{max-width:min(72%,620px);color:var(--bubble-theirs-text);background:0 0;align-self:flex-start;padding:0;position:relative}.message-bubble.is-mine{color:var(--bubble-mine-text);align-self:flex-end}.message-bubble-body{background:var(--bubble-theirs);border-radius:6px 6px 6px 0;padding:8px 12px;box-shadow:0 1px 3px #10182021}.message-bubble:not(.is-media-only) .message-bubble-body{min-width:132px}.message-reply-preview{background:color-mix(in srgb, var(--brand) 10%, transparent);width:100%;max-width:100%;color:inherit;text-align:left;cursor:pointer;border:0;border-left:3px solid #075e54;border-radius:4px;flex-direction:column;gap:2px;margin:0 0 7px;padding:7px 9px;display:flex}.message-reply-preview strong{color:#075e54;font-size:.76rem}.message-reply-preview span{opacity:.82;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.3;display:-webkit-box;overflow:hidden}.message-actions{z-index:2;background:var(--surface);border-radius:999px;gap:2px;padding:3px;display:flex;position:absolute;bottom:calc(100% - 16px);left:6px;right:auto;box-shadow:0 2px 9px #10182033}.message-bubble.is-mine .message-actions{left:auto;right:6px}.message-action{width:28px;height:28px;color:color-mix(in srgb, var(--ink) 60%, var(--muted));cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;transition:color .14s ease-out,background-color .14s ease-out;display:grid}.message-action svg{fill:currentColor;width:16px;height:16px}.message-action svg.stroke-icon{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.message-action:hover{background:color-mix(in srgb, var(--brand) 12%, var(--surface));color:var(--brand)}.message-action.is-danger:hover{background:color-mix(in srgb, var(--danger) 12%, transparent);color:var(--danger)}.message-action:focus-visible{outline:2px solid var(--brand);outline-offset:1px}@media (hover:hover){.message-actions{opacity:0;pointer-events:none;transition:opacity .14s ease-out,transform .14s ease-out;transform:translateY(3px)}.message-bubble:hover .message-actions,.message-bubble:focus-within .message-actions{opacity:1;pointer-events:auto;transform:none}}@keyframes reply-target-pulse{0%,to{filter:none}25%,70%{filter:drop-shadow(0 0 5px color-mix(in srgb, var(--brand) 55%, transparent))}}.message-bubble.is-reply-target{animation:1.2s ease-out reply-target-pulse}@media (prefers-reduced-motion:reduce){.message-reply{transition:none}.message-bubble.is-reply-target{outline:2px solid color-mix(in srgb, var(--brand) 55%, transparent);outline-offset:3px;animation:none}}.message-bubble.is-mine .message-bubble-body{background:var(--bubble-mine);border-radius:6px 6px 0}.message-bubble.is-media-only .message-bubble-body,.message-bubble.is-media-only.is-mine .message-bubble-body{box-shadow:none;background:0 0;padding:0}.message-bubble.is-media-only .encrypted-image{margin-bottom:0}.message-bubble.has-visual-media{flex-direction:column;align-items:flex-start;width:min(68vw,180px);max-width:180px;display:flex}.message-bubble.has-visual-media.is-mine{align-items:flex-end}.message-bubble.has-visual-media.is-mine .message-bubble-body{align-self:flex-end}.message-bubble.has-visual-media.is-mine .encrypted-image-button,.message-bubble.has-visual-media.is-mine .encrypted-video-frame{margin-left:auto}.message-bubble:not(.is-mine) footer{justify-content:flex-start}.message-bubble.is-unreadable{color:var(--muted);font-style:italic}.message-bubble p{color:inherit;overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.45}.encrypted-image{object-fit:contain;background:var(--page-bg);border-radius:6px;width:min(100%,180px);max-height:170px;margin-bottom:7px;display:block}.encrypted-video{object-fit:contain;background:#111827;border-radius:5px;width:100%;max-height:170px;display:block}.visual-media-frame{border:1px solid color-mix(in srgb, var(--ink) 72%, transparent);border-radius:6px;position:relative;overflow:hidden}.message-bubble:not(.is-media-only) .visual-media-frame{margin-bottom:7px}.encrypted-video-frame{background:#111827;width:min(100%,180px)}.media-size-badge{z-index:1;color:#fff;pointer-events:none;background:#00000094;border-radius:4px;padding:2px 5px;font-size:11px;font-weight:650;line-height:1.25;position:absolute;bottom:4px;left:4px}.media-duration-badge{z-index:2;color:#fff;pointer-events:none;background:#0000009e;border-radius:4px;padding:2px 5px;font-size:11px;font-weight:700;line-height:1.25;position:absolute;top:5px;left:5px}.video-fullscreen-button{z-index:2;color:#fff;cursor:pointer;background:#0000009e;border:0;border-radius:5px;place-items:center;width:28px;height:28px;padding:0;display:grid;position:absolute;top:5px;right:5px}.video-fullscreen-button:hover{background:#000000d1}.video-fullscreen-button:focus-visible{outline-offset:2px;outline:2px solid #fff}.video-fullscreen-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.encrypted-audio{background:color-mix(in srgb, var(--brand,#148a7b) 16%, var(--surface,white));border-radius:8px;align-items:center;gap:9px;width:min(68vw,180px);min-height:56px;padding:8px 10px;display:flex}.encrypted-audio audio{display:none}.audio-play-button{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:6px;flex:0 0 34px;place-items:center;width:34px;height:34px;padding:0;display:grid}.audio-play-button:hover{background:var(--brand-strong)}.audio-play-button:focus-visible,.audio-track input:focus-visible{outline:2px solid var(--brand-strong);outline-offset:2px}.audio-play-button svg{fill:currentColor;width:18px;height:18px}.audio-track{flex:1;gap:2px;min-width:0;display:grid;position:relative}.audio-waveform{height:25px;color:color-mix(in srgb, var(--brand) 70%, var(--ink));align-items:center;gap:2px;display:flex;overflow:hidden}.audio-waveform i{opacity:.72;transform-origin:50%;background:currentColor;border-radius:2px;flex:2px;min-width:1px;max-width:3px}.audio-waveform.is-playing i{animation:.62s ease-in-out infinite alternate audio-wave-pulse}@keyframes audio-wave-pulse{0%{opacity:.48;transform:scaleY(.45)}to{opacity:.9;transform:scaleY(1)}}.audio-track input{cursor:pointer;opacity:0;width:100%;height:25px;margin:0;position:absolute;inset:0 0 15px}.audio-duration{color:color-mix(in srgb, var(--brand,#148a7b) 78%, #172c2a);justify-self:start;font-size:.68rem;font-weight:650;line-height:1.2}.message-bubble.is-audio-only{width:min(68vw,180px)}@media (prefers-reduced-motion:reduce){.audio-waveform.is-playing i{animation:none}}.encrypted-image-button{border:1px solid color-mix(in srgb, var(--ink) 72%, transparent);cursor:zoom-in;background:0 0;border-radius:6px;width:min(100%,180px);padding:0;display:block;overflow:hidden}.encrypted-image-button .encrypted-image{width:100%;margin-bottom:0}.pdf-preview{background:var(--surface);border-radius:6px;width:min(68vw,260px);overflow:hidden}.pdf-preview-page{background:#fff;place-items:center;height:158px;display:grid;position:relative;overflow:hidden}.pdf-preview-page canvas{object-fit:contain;width:100%;height:100%;display:block}.pdf-preview-page:not(.is-ready) canvas{visibility:hidden}.pdf-preview-page>span{color:var(--muted);font-size:12px;font-weight:650;position:absolute}.pdf-preview button{border:0;border-top:1px solid var(--line);background:color-mix(in srgb, var(--brand) 88%, #0c6f64);color:#fff;width:100%;min-height:54px;font:inherit;text-align:left;cursor:pointer;align-items:center;gap:9px;padding:8px 10px;display:flex}.pdf-preview button:hover{background:var(--brand-strong)}.pdf-preview button:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 42%, transparent);outline-offset:2px}.pdf-type-badge{color:#b4232e;background:#fff;border-radius:5px;flex:none;padding:5px 7px;font-size:12px;font-weight:850;line-height:1}.pdf-preview-copy{gap:2px;min-width:0;display:grid}.pdf-preview-copy strong,.pdf-preview-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pdf-preview-copy strong{font-size:12px;font-weight:750}.pdf-preview-copy small{color:#ffffffd6;font-size:11px}.encrypted-image-button:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 42%, transparent);outline-offset:2px}.image-viewer{z-index:50;color:#fff;background:#050a0ae6;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:56px 24px 24px;display:flex;position:fixed;inset:0}.image-viewer img{object-fit:contain;max-width:min(94vw,1400px);max-height:calc(100vh - 112px);display:block}.image-viewer>span{text-overflow:ellipsis;white-space:nowrap;max-width:min(90vw,70ch);overflow:hidden}.image-viewer-close{color:#fff;width:44px;height:44px;font:inherit;cursor:pointer;background:#ffffff24;border:0;border-radius:999px;font-size:1.8rem;line-height:1;position:fixed;top:16px;right:18px}.image-viewer-close:hover,.image-viewer-close:focus-visible{background:#ffffff3d}.attachment-card{background:color-mix(in srgb, var(--surface) 78%, transparent);width:100%;min-width:220px;color:inherit;font:inherit;text-align:left;cursor:pointer;border:0;border-radius:9px;align-items:center;gap:10px;margin:0 0 7px;padding:9px;display:flex}.attachment-card>span:first-child{background:var(--brand);color:#fff;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:18px;display:grid}.attachment-card>span:last-child{flex-direction:column;min-width:0;display:flex}.attachment-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.attachment-card small{color:var(--muted);margin-top:2px;font-size:10px}.attachment-card:focus-visible,.composer-tool:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 30%, transparent);outline-offset:2px}.message-bubble footer{min-height:19px;color:var(--muted);justify-content:flex-end;align-items:center;gap:4px;padding:3px 6px 0;font-size:11px;display:flex}.message-delete{width:18px;height:18px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;padding:1px;display:grid}.message-delete svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px}.message-delete:hover,.message-delete:focus-visible{color:var(--danger)}.message-bubble.is-pending{opacity:.78}.message-bubble.is-failed{outline:1px solid var(--danger-line);background:var(--danger-bg);color:var(--ink)}.message-delivery-state.is-failed{color:var(--danger);font-weight:700}.message-retry{min-height:26px;color:var(--danger);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 7px;font-weight:800}.message-retry:hover{background:color-mix(in srgb,var(--danger) 10%,transparent)}.message-retry:focus-visible{outline:2px solid var(--danger);outline-offset:1px}.message-read-dot{background:#0f9b7a;border-radius:50%;flex:none;width:6px;height:6px}.conversation-error{background:var(--danger-bg);color:var(--danger);border-radius:9px;margin:0 18px 8px;padding:9px 12px;font-size:12px}.message-composer{background:0 0;border-top:0;align-items:flex-end;gap:9px;padding:10px 18px 14px;display:flex}.conversation-request-note{border-top:1px solid var(--line);background:var(--surface);color:var(--muted);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin:0;padding:13px 18px;font-size:13px;display:flex}.conversation-request-note>div{gap:8px;display:flex}.conversation-request-note button{border:1px solid var(--brand);background:var(--brand);color:#fff;cursor:pointer;border-radius:9px;min-height:40px;padding:0 13px;font-weight:800}.conversation-request-note button.danger-button{border-color:var(--danger);background:var(--danger)}.incoming-message-section{margin:0 0 12px;padding-top:4px}.incoming-message-section>strong{color:var(--muted);margin:0 10px 6px;font-size:12px;display:block}.incoming-message-row{background:0 0}.incoming-message-row:hover,.incoming-message-row.is-selected{background:var(--brand-tint)}.incoming-message-row .contact-avatar{aspect-ratio:1;background:var(--avatar-bg);width:46px;min-width:46px;height:46px;color:var(--avatar-text);border-radius:50%;place-items:center;font-size:14px;font-weight:750;display:grid;position:relative;overflow:hidden}.incoming-message-row .contact-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.selected-attachment{background:var(--brand-tint);color:var(--text);border-radius:9px;justify-content:space-between;align-items:center;gap:12px;margin:0 18px;padding:8px 11px;font-size:12px;display:flex}.composer-reply-preview{background:color-mix(in srgb, var(--brand) 7%, var(--surface));border-left:3px solid #075e54;border-radius:4px;justify-content:space-between;align-items:center;gap:12px;margin:0 12px;padding:8px 11px;display:flex}.composer-reply-preview span{flex-direction:column;min-width:0;display:flex}.composer-reply-preview strong{color:var(--accent);font-size:.78rem}.composer-reply-preview small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);overflow:hidden}.composer-reply-preview button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:1.35rem}.selected-attachment span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.selected-attachment button{color:var(--brand-strong);font:inherit;cursor:pointer;background:0 0;border:0;font-weight:700}.composer-tool{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:6px;flex:none;place-items:center;padding:0;transition:border-color .16s,background-color .16s,color .16s;display:grid}.composer-tool svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.message-composer button.composer-tool{border:1px solid var(--line);background:var(--surface);min-width:44px;color:var(--text);border-radius:6px;padding:0}.message-composer button.composer-tool:disabled{opacity:.42;cursor:not-allowed}.message-composer textarea{resize:vertical;border:1px solid var(--line);min-height:44px;max-height:128px;color:var(--text);font:inherit;background:#fff;border-radius:12px;flex:1;padding:11px 13px;font-size:14px}html[data-theme=dark] .message-composer textarea{background:var(--surface)}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .message-composer textarea{background:var(--surface)}}.message-composer textarea:focus{outline:3px solid color-mix(in srgb, var(--brand) 28%, transparent);border-color:var(--brand)}.message-composer button{background:var(--brand);color:#fff;min-width:72px;min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:10px;padding:0 16px;font-size:13px;font-weight:750}.message-composer button:hover:not(:disabled){background:var(--brand-strong)}.message-composer .composer-tool:hover:not(:disabled){border-color:var(--brand);background:var(--brand-tint);color:var(--brand-strong)}.message-composer .composer-tool:active:not(:disabled){background:color-mix(in srgb, var(--brand-tint) 72%, var(--brand))}.message-composer button:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 35%, transparent);outline-offset:2px}.message-composer .composer-tool:focus-visible{border-color:var(--brand);outline:3px solid color-mix(in srgb, var(--brand) 30%, transparent);outline-offset:2px}.message-composer button:disabled{cursor:default;opacity:.55}.message-bubble-body p a{color:inherit;text-underline-offset:2px;overflow-wrap:anywhere;text-decoration:underline;text-decoration-thickness:1px}.link-preview{background:color-mix(in srgb,var(--surface) 88%,transparent);width:min(340px,72vw);color:var(--text);border-radius:10px;align-items:center;gap:11px;margin-top:8px;text-decoration:none;display:flex;overflow:hidden}.link-preview-image{background:#101828;flex:none;width:112px;height:72px;position:relative;overflow:hidden}.link-preview-image img{object-fit:cover;width:100%;height:100%;display:block}.link-preview-image i{color:#fff;text-shadow:0 1px 4px #000;place-items:center;font-size:21px;font-style:normal;display:grid;position:absolute;inset:0}.link-preview-copy{flex-direction:column;flex:1;gap:2px;min-width:0;padding:9px 0;display:flex}.link-preview-copy small{color:var(--muted);font-size:10px;font-weight:800}.link-preview-copy strong,.link-preview-copy em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.link-preview-copy strong{font-size:13px}.link-preview-copy em{color:var(--muted);font-size:11px;font-style:normal}.link-preview>b{color:var(--muted);padding-right:11px;font-size:14px}.link-preview:hover,.link-preview:focus-visible{outline:2px solid color-mix(in srgb,var(--brand) 45%,transparent);outline-offset:1px}.link-preview-instagram{min-height:62px;padding-left:12px}.groups-panel{flex-direction:column;flex:1;min-height:0;margin:16px -6px 0;display:flex}.group-list{transition:opacity .16s}.group-list.is-refreshing{opacity:.62}.group-invitations{border:1px solid var(--line);background:var(--surface-tint);border-radius:12px;gap:8px;margin:0 0 12px;padding:10px;display:grid}.group-invitations-heading{color:var(--ink);justify-content:space-between;align-items:center;font-size:13px;display:flex}.group-invitations-heading>span{background:var(--brand-tint);min-width:22px;height:22px;color:var(--brand-strong);border-radius:11px;place-items:center;font-size:12px;font-weight:800;display:grid}.group-invitation-row{border-top:1px solid var(--line);align-items:center;gap:10px;padding:8px 0;display:flex}.group-invitation-row .group-avatar{border-radius:11px;width:40px;height:40px}.group-invitation-actions{gap:6px;display:flex}.group-invitation-actions button{border:1px solid var(--line);background:var(--surface);min-height:36px;color:var(--ink);font:inherit;cursor:pointer;border-radius:8px;padding:0 10px;font-size:12px;font-weight:750}.group-invitation-actions button:last-child{border-color:var(--brand);background:var(--brand);color:#fff}.group-invitation-actions button:disabled{cursor:wait;opacity:.62}.group-invitation-actions button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.group-invitation-error{color:var(--danger);font-size:12px}.group-invitations-empty{color:var(--muted);padding:8px 2px 4px;font-size:12px}.media-capture-dialog{background:var(--surface);width:min(560px,100vw - 24px);max-height:calc(100dvh - 24px);color:var(--ink);border:0;border-radius:14px;padding:0;overflow:auto}.media-capture-dialog::backdrop{background:#0c181994}.media-capture-shell{gap:16px;padding:20px;display:grid}.media-capture-shell>header{justify-content:space-between;align-items:center;display:flex}.media-capture-shell h2{margin:0;font-size:1.25rem}.media-capture-shell>header button{width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;font-size:1.6rem}.media-capture-shell>header button:hover{background:var(--surface-tint);color:var(--ink)}.media-capture-preview{background:#142122;border-radius:10px;place-items:center;min-height:260px;display:grid;position:relative;overflow:hidden}.media-capture-preview video{object-fit:cover;aspect-ratio:16/10;width:100%;max-height:52dvh;display:block}.media-capture-state{color:#fff;text-align:center;background:#142122;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.media-capture-state.is-error{color:#ffd7d4}.media-recording-status{color:#fff;background:#0a1213c7;border-radius:8px;align-items:center;gap:7px;padding:7px 10px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:12px;left:12px}.media-recording-status>span{background:#ff4d48;border-radius:50%;width:9px;height:9px}.media-capture-error{background:var(--danger-tint,#fff0ef);color:var(--danger);border-radius:8px;padding:9px 11px;font-size:.875rem}.media-capture-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.media-capture-actions button,.media-capture-shell>footer button{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--ink);font:inherit;cursor:pointer;border-radius:9px;padding:0 12px;font-size:.875rem;font-weight:700}.media-capture-actions button:hover,.media-capture-shell>footer button:hover{border-color:var(--brand);background:var(--brand-tint)}.media-capture-actions button:disabled,.media-capture-shell button:disabled{cursor:not-allowed;opacity:.55}.media-capture-shell button:focus-visible,.media-capture-caption input:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.media-capture-caption{gap:6px;font-size:.875rem;font-weight:700;display:grid}.media-capture-caption small{color:var(--muted);font-weight:500}.media-capture-caption input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:44px;color:var(--ink);font:inherit;border-radius:9px;padding:9px 11px}.media-capture-shell>footer{border-top:1px solid var(--line);justify-content:flex-end;padding-top:4px;display:flex}.media-capture-shell>footer button{min-width:140px}@media (width<=600px){.media-capture-dialog{border-radius:14px 14px 0 0;width:100%;max-width:none;margin:auto 0 0}.media-capture-shell{gap:12px;padding:16px}.media-capture-preview{min-height:210px}.media-capture-actions{grid-template-columns:1fr}.media-capture-shell>footer button{width:100%}}.group-row{width:100%;min-height:70px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;padding:9px 10px;transition:background-color .16s;display:flex}.group-row:hover{background:var(--surface-tint)}.group-row.is-selected{background:var(--brand-tint)}.group-row:focus-visible,.group-members-header button:focus-visible,.member-error button:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 35%, transparent);outline-offset:2px}.group-avatar{background:var(--group-avatar-bg);width:48px;height:48px;color:var(--group-avatar-text);border-radius:14px;flex:none;place-items:center;font-size:14px;font-weight:750;display:grid}.group-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.group-avatar.is-large{border-radius:16px;width:96px;height:96px;font-size:26px}.group-row-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.group-row-copy strong,.group-row-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.group-row-copy strong{color:var(--ink);font-size:14px}.group-row.is-owned .group-row-copy strong,.group-details h2.is-owned{color:var(--brand-strong)}.group-row-copy span{color:var(--muted);font-size:12px}.group-details{text-align:center;flex-direction:column;place-self:start center;align-items:center;width:min(520px,100%);padding:12px 0 36px;display:flex}.group-details h2{color:var(--ink);letter-spacing:-.015em;margin:18px 0 6px;font-size:23px}.group-description{max-width:48ch;color:var(--muted);margin:0;font-size:14px;line-height:1.5}.group-meta{gap:8px;margin-top:16px;display:flex}.group-meta span{background:var(--surface-tint);color:var(--muted);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700}.group-members-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:100%;margin-top:30px;padding:0 2px 9px;display:flex}.group-members-header h3{color:var(--ink);margin:0;font-size:15px}.group-members-header button,.member-error button{min-height:36px;color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:700}.group-members-header button:hover:not(:disabled),.member-error button:hover{background:var(--brand-tint)}.group-members-header button:disabled{opacity:.5;cursor:default}.member-list,.member-loading,.member-error{width:100%}.member-row{border-bottom:1px solid var(--line);text-align:left;align-items:center;gap:11px;min-height:62px;padding:8px 2px;display:flex}.member-avatar{background:var(--brand-tint);width:38px;height:38px;color:var(--brand-strong);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:750;display:grid}.member-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.member-row>span:nth-child(2){flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.member-row strong,.member-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.member-row strong{color:var(--ink);font-size:13px}.member-row small{color:var(--muted);font-size:11px}.member-row em{color:var(--brand-strong);font-size:11px;font-style:normal;font-weight:750}.member-loading{flex-direction:column;gap:8px;padding-top:10px;display:flex}.member-loading span{background:var(--surface-tint);border-radius:10px;height:52px;animation:1.2s ease-in-out infinite alternate people-pulse}.member-error{background:var(--danger-bg);color:var(--danger);text-align:left;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:10px 12px;font-size:12px;display:flex}.group-placeholder-mark svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:31px;height:31px}.activity-panel{flex-direction:column;flex:1;min-height:0;margin:16px -6px 0;display:flex}.activity-list{gap:6px;transition:opacity .16s;display:grid}.activity-list.is-refreshing{opacity:.62}.activity-section{min-width:0}.activity-section>summary{min-height:46px;color:var(--ink);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:0 10px;font-size:12px;font-weight:800;list-style:none;transition:background-color .16s;display:flex}.activity-section>summary::-webkit-details-marker{display:none}.activity-section>summary:hover{background:var(--surface-tint)}.activity-section>summary:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 35%, transparent);outline-offset:2px}.activity-section>summary small{background:var(--surface-tint);min-width:24px;color:var(--muted);text-align:center;border-radius:999px;margin-left:auto;padding:2px 7px;font-size:11px;line-height:1.45}.activity-section>summary svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px;transition:transform .16s}.activity-section[open]>summary svg{transform:rotate(180deg)}.activity-section-empty{color:var(--muted);margin:0;padding:12px 10px 14px;font-size:12px}.activity-row{width:100%;min-height:82px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;padding:10px;transition:background-color .16s;display:flex}.activity-section .activity-row{margin-top:2px}.activity-row:hover{background:var(--surface-tint)}.activity-row:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 35%, transparent);outline-offset:2px}.activity-row.is-unopened{background:color-mix(in srgb, var(--danger) 6%, transparent)}.activity-row.is-unopened:hover{background:color-mix(in srgb, var(--danger) 9%, var(--surface-tint))}.activity-unread-dot{background:var(--danger);width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in srgb, var(--danger) 12%, transparent);border-radius:50%;flex:0 0 8px}.activity-avatar{background:var(--avatar-bg);width:46px;height:46px;color:var(--avatar-text);border-radius:50%;flex:none;place-items:center;font-size:14px;font-weight:750;display:grid;position:relative}.activity-avatar.is-group{background:var(--group-avatar-bg);color:var(--group-avatar-text);border-radius:14px}.activity-avatar.is-conference{background:color-mix(in srgb, var(--brand) 16%, transparent);color:var(--brand);border-radius:14px}.activity-avatar.is-conference svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linejoin:round;width:24px;height:24px}.activity-row.is-static{cursor:default}.activity-row.is-static:hover{background:0 0}.activity-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.activity-call-mark{border:2px solid var(--surface);background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;display:grid;position:absolute;bottom:-3px;right:-3px}.activity-call-mark svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.activity-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.activity-heading{justify-content:space-between;align-items:baseline;gap:10px;min-width:0;display:flex}.activity-heading strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.activity-heading time{color:var(--muted);flex:none;font-size:11px}.activity-preview{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.activity-type{width:fit-content;color:var(--brand-strong);font-size:10px;font-weight:750}.activity-type.is-group{color:var(--group-avatar-text)}.activity-type.is-call,.activity-type.is-video-call{color:var(--brand)}.account-summary{text-align:center;flex-direction:column;align-items:center;margin-top:48px;display:flex}.account-avatar-large{margin-bottom:14px}.account-avatar-large .app-avatar,.account-avatar-large .app-avatar-img{width:80px;height:80px;font-size:24px}.account-summary strong{color:var(--ink);font-size:17px}.account-summary>span{color:var(--muted);margin-top:4px;font-size:14px}.sign-out-button{border:1px solid var(--line);min-height:44px;color:var(--text);font:inherit;cursor:pointer;background:0 0;border-radius:10px;margin-top:24px;padding:10px 20px;font-size:14px;font-weight:650}.sign-out-button:hover{border-color:var(--danger);color:var(--danger)}.app-conversation-panel{place-items:center;min-width:0;padding:40px;display:grid;overflow:auto}.account-settings{grid-template-columns:220px minmax(0,760px);place-self:stretch stretch;gap:40px;width:100%;max-width:1040px;margin:0 auto;display:grid}.account-settings>nav{flex-direction:column;gap:6px;display:flex}.account-settings>nav button{min-height:48px;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:0 14px;font-weight:700}.account-settings>nav button.is-active{background:var(--brand-tint);color:var(--brand)}.account-settings>main{min-width:0}.account-settings h2{border-bottom:1px solid var(--line);color:var(--ink);margin:0 0 24px;padding-bottom:16px;font-size:26px}.settings-alert{background:var(--brand-tint);color:var(--brand-strong);border-radius:9px;margin-bottom:16px;padding:10px 12px}.settings-alert.is-error{color:var(--danger);background:#fef2f2}.settings-form,.settings-actions{gap:20px;display:grid}.settings-form>label{color:var(--ink);gap:7px;font-weight:700;display:grid}.settings-form input{border:1px solid var(--line);background:var(--surface);min-height:48px;color:var(--ink);font:inherit;border-radius:10px;padding:10px 12px}.settings-form input[readonly],.settings-form input:disabled{background:var(--page-bg);color:var(--muted)}.settings-form small{color:var(--muted);font-weight:400}.settings-form>button,.settings-actions>button,.settings-file-action{border:1px solid var(--line);background:var(--surface);min-height:44px;color:var(--ink);cursor:pointer;border-radius:10px;justify-self:start;padding:0 16px;font-weight:800}.settings-form>button{border-color:var(--brand);background:var(--brand);color:#fff;justify-self:end}.profile-picture-row{border-bottom:1px solid var(--line);align-items:center;gap:22px;padding-bottom:24px;display:flex}.profile-picture-row>span{background:var(--brand-tint);width:112px;height:112px;color:var(--brand);border-radius:50%;place-items:center;font-size:30px;font-weight:800;display:grid;overflow:hidden}.profile-picture-row img{object-fit:cover;width:100%;height:100%}.profile-picture-row label,.settings-file-action{align-items:center;display:inline-flex;position:relative}.profile-picture-row input,.settings-file-action input{opacity:0;cursor:pointer;position:absolute;inset:0}.settings-actions p{max-width:65ch;color:var(--muted);margin:0;line-height:1.55}.settings-actions dl{border-block:1px solid var(--line);grid-template-columns:130px 1fr;gap:8px;margin:0;padding:14px 0;display:grid}.settings-actions dt{font-weight:800}.settings-actions dd{color:var(--muted);margin:0}.settings-actions .is-danger{color:var(--danger)}.settings-danger{border-top:1px solid var(--line);gap:6px;margin-top:20px;padding-top:20px;display:grid}.settings-danger span{color:var(--muted)}.settings-danger button{min-height:44px;color:var(--danger);cursor:pointer;background:0 0;border:0;justify-self:start;font-weight:800}.theme-options{border:0;gap:8px;margin:0;padding:0;display:grid}.theme-options legend{margin-bottom:12px;font-weight:800}.theme-options label{border:1px solid var(--line);border-radius:10px;align-items:center;gap:12px;min-height:64px;padding:8px 12px;display:flex}.theme-options span{display:grid}.theme-options small{color:var(--muted);margin-top:3px}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page-bg:#0b1220;--surface:#111827;--ink:#f8fafc;--text:#e5e7eb;--muted:#aab4c3;--line:#263244;--brand-tint:#162a4c;--avatar-bg:#19483f;--avatar-text:#8ad9ca}.appearance-settings{gap:32px;display:grid}.language-setting{border-top:1px solid var(--line);gap:8px;padding-top:24px;display:grid}.language-setting h3{color:var(--ink);margin:0;font-size:16px}.language-setting p{color:var(--muted);margin:4px 0 10px;line-height:1.5}.language-field-label{color:var(--ink);font-weight:700}.language-combo{width:min(100%,420px);position:relative}.language-combo summary{border:1px solid var(--line);background:var(--surface);min-height:48px;color:var(--ink);cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:0 40px 0 12px;list-style:none;display:flex}.language-combo summary::-webkit-details-marker{display:none}.language-combo summary:after{content:"⌄";font-size:18px;position:absolute;right:14px}.language-combo[open] summary{border-color:var(--brand);outline:3px solid color-mix(in srgb,var(--brand) 20%,transparent)}.language-options{z-index:20;border:1px solid var(--line);background:var(--surface);box-shadow:0 6px 8px color-mix(in srgb,var(--ink) 14%,transparent);border-radius:10px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.language-options button{width:100%;min-height:44px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:8px 12px;display:flex}.language-options button:hover,.language-options button:focus-visible{background:var(--brand-tint);outline:0}.language-options button[aria-selected=true]{background:var(--brand);color:#fff}.language-flag{width:24px;height:16px;box-shadow:0 0 0 1px color-mix(in srgb,var(--ink) 18%,transparent);border-radius:2px;flex:0 0 24px}.language-flag.is-system{fill:none;stroke:currentColor;stroke-width:1.7px;height:24px;box-shadow:none}.language-setting small{max-width:60ch;color:var(--muted);line-height:1.45}.settings-actions .is-danger,.settings-danger button{border:1px solid var(--danger);background:var(--danger);color:#fff;cursor:pointer;border-radius:10px;min-height:44px;padding:0 16px;font-weight:800;transition:background-color .16s,border-color .16s,transform .1s}.settings-actions .is-danger:hover,.settings-danger button:hover{background:#b91c1c;border-color:#b91c1c}.settings-actions .is-danger:active,.settings-danger button:active{transform:translateY(1px)}.settings-actions .is-danger:focus-visible,.settings-danger button:focus-visible{outline:3px solid color-mix(in srgb,var(--danger) 28%,transparent);outline-offset:2px}.settings-danger button{justify-self:start;margin-top:8px}.history-attachment-option{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:10px;align-items:flex-start;gap:12px;padding:14px;display:flex}.history-attachment-option input{width:18px;height:18px;accent-color:var(--brand);margin:2px 0 0}.history-attachment-option span{gap:4px;min-width:0;display:grid}.history-attachment-option strong{color:var(--ink)}.history-attachment-option small{color:var(--muted);line-height:1.4}.history-attachment-option:has(input:disabled){cursor:default;opacity:.7}.settings-actions>button:disabled{cursor:not-allowed;opacity:.6}.history-export-dialog{background:var(--surface);width:min(520px,100vw - 24px);max-height:calc(100dvh - 24px);color:var(--ink);border:0;border-radius:14px;padding:0;overflow:auto}.history-export-dialog::backdrop{background:#0c181994}.history-export-shell{gap:18px;padding:22px;display:grid}.history-export-shell>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.history-export-shell h3{margin:0;font-size:1.25rem}.history-export-shell header p{color:var(--muted);margin:5px 0 0;font-size:.9rem;line-height:1.45}.history-export-shell>header>button{width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;flex:0 0 40px;place-items:center;display:grid}.history-export-shell>header>button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:21px;height:21px}.history-export-shell>header>button:hover{background:var(--surface-tint);color:var(--ink)}.history-export-field{color:var(--ink);gap:7px;font-weight:700;display:grid}.history-export-field input{border:1px solid var(--line);background:var(--surface);min-height:46px;color:var(--ink);font:inherit;border-radius:9px;padding:9px 11px}.history-export-field small{color:var(--muted);font-weight:400;line-height:1.4}.history-export-error,.history-export-success{border-radius:9px;padding:11px 12px}.history-export-error{color:var(--danger);background:#fef2f2}.history-export-success{background:var(--brand-tint);color:var(--brand-strong);gap:4px;display:grid}.history-export-success span{line-height:1.45}.history-export-shell>footer{border-top:1px solid var(--line);justify-content:flex-end;gap:9px;padding-top:4px;display:flex}.history-export-shell>footer button{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--ink);font:inherit;cursor:pointer;border-radius:9px;padding:0 15px;font-weight:800}.history-export-shell>footer button.is-primary{border-color:var(--brand);background:var(--brand);color:#fff}.history-export-shell button:disabled{cursor:not-allowed;opacity:.58}.history-export-shell button:focus-visible,.history-export-field input:focus-visible,.history-attachment-option input:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.confirm-dialog{background:var(--surface);width:min(460px,100vw - 24px);color:var(--ink);border:0;border-radius:14px;padding:0}.confirm-dialog::backdrop{background:#0c181994}.confirm-dialog-shell{gap:16px;padding:22px;display:grid}.confirm-dialog-shell>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.confirm-dialog-shell h3{margin:0;font-size:1.2rem}.confirm-dialog-shell>header button{width:40px;height:40px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;font-size:1.5rem;display:grid}.confirm-dialog-shell>header button:hover{background:var(--surface-tint);color:var(--ink)}.confirm-dialog-shell>p{color:var(--muted);margin:0;line-height:1.55}.confirm-dialog-shell>label{gap:7px;font-size:.9rem;display:grid}.confirm-dialog-shell>label input{border:1px solid var(--line);background:var(--surface);min-height:46px;color:var(--ink);font:inherit;border-radius:9px;padding:9px 11px}.confirm-dialog-shell>footer{border-top:1px solid var(--line);justify-content:flex-end;gap:9px;padding-top:4px;display:flex}.confirm-dialog-shell>footer button{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--ink);font:inherit;cursor:pointer;border-radius:9px;padding:0 15px;font-weight:800}.confirm-dialog-shell>footer .is-primary{border-color:var(--brand);background:var(--brand);color:#fff}.confirm-dialog-shell>footer .is-danger{border-color:var(--danger);background:var(--danger);color:#fff}.confirm-dialog-shell button:disabled{cursor:not-allowed;opacity:.55}.confirm-dialog-shell button:focus-visible,.confirm-dialog-shell input:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (width<=600px){.confirm-dialog{border-radius:14px 14px 0 0;width:100%;max-width:none;margin:auto 0 0}.confirm-dialog-shell>footer button{flex:1}.history-export-dialog{border-radius:14px 14px 0 0;width:100%;max-width:none;margin:auto 0 0}.history-export-shell{padding:18px}.history-export-shell>footer button{flex:1}}dialog[class]{border:1px solid color-mix(in srgb,var(--ink) 18%,transparent)}:is(.media-capture-shell,.history-export-shell,.confirm-dialog-shell)>header button:hover{background:var(--brand-tint);color:var(--brand-strong)}.history-export-file{color:var(--ink);gap:7px;font-weight:700;display:grid}.history-export-file input{border:1px solid var(--line);background:var(--surface);min-height:46px;color:var(--ink);font:inherit;border-radius:9px;padding:8px}.history-export-file input::file-selector-button{border:1px solid var(--line);background:var(--surface-tint);min-height:30px;color:var(--ink);font:inherit;cursor:pointer;border-radius:7px;margin-inline-end:10px;padding:0 10px;font-weight:700}.history-export-file small{overflow-wrap:anywhere;color:var(--muted);font-weight:400;line-height:1.4}.history-export-file input:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.secure-devices{gap:14px;display:grid}.secure-devices>div:first-child{gap:4px;display:grid}.secure-devices p,.settings-signout p{margin:0}.secure-device-list{border-block:1px solid var(--line)}.secure-device{align-items:center;gap:12px;min-height:78px;padding:12px 0;display:flex}.secure-device+.secure-device{border-top:1px solid var(--line)}.secure-device-icon{background:var(--brand-tint);width:40px;height:40px;color:var(--brand-strong);border-radius:10px;flex:0 0 40px;place-items:center;display:grid}.secure-device-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.secure-device-copy{flex:1;gap:4px;min-width:0;display:grid}.secure-device-copy>strong{align-items:center;gap:8px;display:flex}.secure-device-copy>strong em{background:var(--brand-tint);color:var(--brand-strong);border-radius:999px;padding:3px 7px;font-size:11px;font-style:normal}.device-statuses{flex-wrap:wrap;gap:6px;margin:2px 0;display:flex}.device-status{background:var(--surface-subtle);color:var(--muted);border-radius:999px;padding:3px 7px;font-size:11px;font-style:normal;font-weight:700}.device-status-active,.device-status-secure{background:var(--brand-tint);color:var(--brand-strong)}.secure-device-copy small,.secure-devices>small,.secure-devices-empty{color:var(--muted)}.secure-device>button,.settings-signout>button{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--ink);font:inherit;cursor:pointer;border-radius:9px;padding:0 12px;font-weight:750}.secure-device>button:hover,.settings-signout>button:hover{border-color:var(--brand);background:var(--brand-tint)}.secure-device>button:focus-visible,.settings-signout>button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.secure-device>button:disabled{cursor:wait;opacity:.58}.secure-devices-empty{padding:18px 0}.settings-signout{border-top:1px solid var(--line);gap:6px;margin-top:6px;padding-top:20px;display:grid}.settings-signout>button{justify-self:start;margin-top:4px}.device-table-wrap{border-block:1px solid var(--line)}.device-management-table{border-collapse:collapse;text-align:left;width:100%}.device-management-table th{color:var(--muted);white-space:nowrap;padding:10px 12px;font-size:12px;font-weight:750}.device-management-table td{vertical-align:middle;border-top:1px solid var(--line);padding:12px}.device-management-table tbody tr:first-child td{border-top:0}.device-table-identity{align-items:center;gap:10px;min-width:190px;display:flex}.device-management-table .secure-device-copy>strong{align-items:center;gap:6px;display:flex}.device-management-table .secure-device-copy>strong em{background:var(--brand-tint);color:var(--brand-strong);border-radius:999px;padding:3px 7px;font-size:11px;font-style:normal}.device-management-table td[data-label=Session]{min-width:280px}.device-session-statuses,.device-session-actions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.device-session-actions{margin-top:10px}.device-status-warning{color:var(--danger)}.device-session-actions button{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--ink);font:inherit;cursor:pointer;border-radius:9px;padding:0 11px;font-weight:750}.device-session-actions button:hover{border-color:var(--brand);background:var(--brand-tint)}.device-session-actions button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.device-session-actions button:disabled{cursor:wait;opacity:.58}.device-session-actions .device-remove-action{color:var(--danger)}.secure-devices-heading{justify-content:space-between;align-items:flex-start;gap:16px;grid-template-columns:none!important;display:flex!important}.secure-devices-heading>span{gap:4px;display:grid}.secure-devices-heading>button{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--brand-strong);cursor:pointer;border-radius:9px;flex:0 0 40px;place-items:center;padding:0;display:grid}.secure-devices-heading>button:hover{border-color:var(--brand);background:var(--brand-tint)}.secure-devices-heading>button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.secure-devices-heading>button:disabled{cursor:wait;opacity:.58}.secure-devices-heading>button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.secure-devices-heading>button.is-refreshing svg{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.management-member button,.group-danger-zone button,.group-activity section div button:last-child,.group-activity section>button,.contact-actions button.is-danger,.people-detail-actions button.is-danger{border:1px solid var(--danger);background:var(--danger);color:#fff;cursor:pointer;border-radius:9px;min-height:38px;padding:0 12px;font-weight:800;transition:background-color .16s,border-color .16s,transform .1s}.management-member button:hover,.group-danger-zone button:hover,.group-activity section div button:last-child:hover,.group-activity section>button:hover,.contact-actions button.is-danger:hover,.people-detail-actions button.is-danger:hover{background:#b91c1c;border-color:#b91c1c}.management-member button:active,.group-danger-zone button:active,.group-activity section div button:last-child:active,.group-activity section>button:active,.contact-actions button.is-danger:active,.people-detail-actions button.is-danger:active{transform:translateY(1px)}.management-member button:focus-visible,.group-danger-zone button:focus-visible,.group-activity section div button:last-child:focus-visible,.group-activity section>button:focus-visible,.contact-actions button.is-danger:focus-visible,.people-detail-actions button.is-danger:focus-visible{outline:3px solid color-mix(in srgb,var(--danger) 28%,transparent);outline-offset:2px}.group-danger-zone button{min-height:44px;padding:0 16px}.management-member button:disabled,.group-danger-zone button:disabled,.people-detail-actions button:disabled{opacity:.55;cursor:wait}.profile-picture-row .profile-picture-preview{background:var(--brand-tint);width:112px;height:112px;color:var(--brand);cursor:pointer;border-radius:50%;flex:0 0 112px;place-items:center;font-size:30px;font-weight:800;display:grid;position:relative}.profile-picture-preview>span{border-radius:inherit;place-items:center;width:100%;height:100%;display:grid;overflow:hidden}.profile-picture-preview>i{border:3px solid var(--page-bg);background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;bottom:3px;right:1px}.profile-picture-preview svg,.profile-picture-action svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.profile-picture-copy{gap:5px;min-width:0;color:var(--ink)!important;font-size:inherit!important;font-weight:inherit!important;background:0 0!important;border-radius:0!important;place-items:start!important;display:grid!important;overflow:visible!important}.profile-picture-copy>small{color:var(--muted);margin:0;font-size:12px}.profile-picture-row .profile-picture-action{border:1px solid var(--brand);background:var(--surface);min-height:44px;color:var(--brand-strong);cursor:pointer;border-radius:9px;gap:8px;margin-top:5px;padding:0 15px;font-size:13px;font-weight:800;transition:background-color .16s,border-color .16s}.profile-picture-action:hover{background:var(--brand-tint)}.profile-picture-preview:focus-within,.profile-picture-action:focus-within{outline:3px solid color-mix(in srgb,var(--brand) 32%,transparent);outline-offset:3px}.profile-picture-row .is-disabled{opacity:.58;cursor:wait}.profile-picture-row .is-disabled input{cursor:wait}.profile-picture-row .profile-picture-copy{flex:0 240px;width:min(240px,100%);height:auto}.profile-picture-copy>small{line-height:1.45}@media (width<=760px){.account-settings{grid-template-columns:1fr;gap:20px}.account-settings>nav{flex-direction:row;overflow:auto}.account-settings>nav button{flex:none}.account-settings h2{font-size:22px}.profile-picture-row .profile-picture-preview{flex-basis:88px;width:88px;height:88px}.profile-picture-preview>i{width:30px;height:30px}.profile-picture-preview svg{width:16px;height:16px}}@media (width<=600px){.app-conversation-panel.has-mobile-detail:has(.account-settings){padding:16px 14px max(24px,env(safe-area-inset-bottom));place-items:stretch stretch}.account-settings{gap:16px;min-width:0}.account-settings>nav{overscroll-behavior-inline:contain;scrollbar-width:none;margin:0 -14px;padding:0 14px 8px}.account-settings>nav::-webkit-scrollbar{display:none}.account-settings>nav button{white-space:nowrap;min-height:44px;padding-inline:12px}.account-settings h2{margin-bottom:18px;padding-bottom:12px}.profile-picture-row{align-items:flex-start;gap:14px;padding-bottom:18px}.profile-picture-copy{overflow-wrap:anywhere!important}.settings-form>button,.settings-actions>button,.settings-file-action,.settings-signout>button,.settings-danger button{justify-self:stretch;width:100%}.settings-actions dl{grid-template-columns:1fr;gap:4px}.settings-actions dd{overflow-wrap:anywhere}.secure-device{grid-template-columns:40px minmax(0,1fr);align-items:center;display:grid}.secure-device>button{grid-column:2;justify-self:stretch;min-height:44px}.secure-device-copy>strong{overflow-wrap:anywhere;flex-direction:column;align-items:flex-start;gap:4px}.device-table-wrap{border-block:0;overflow:visible}.device-management-table,.device-management-table tbody,.device-management-table tr,.device-management-table td{width:100%;display:block}.device-management-table thead{display:none}.device-management-table tr{border-top:1px solid var(--line);padding:14px 0}.device-management-table tr:last-child{border-bottom:1px solid var(--line)}.device-management-table td{border:0;justify-content:space-between;align-items:center;gap:14px;padding:6px 0;display:flex}.device-management-table td:before{content:attr(data-label);color:var(--muted);flex:none;font-size:12px;font-weight:750}.device-management-table td:first-child{padding-bottom:10px}.device-management-table td:first-child:before,.device-management-table .secure-devices-empty:before,.device-table-actions:before{display:none}.device-table-identity{width:100%;min-width:0}.device-table-actions{justify-content:stretch;padding-top:10px!important}.device-table-actions button{flex:1;min-height:44px}}.conversation-placeholder{text-align:center;max-width:420px}.placeholder-mark{background:var(--brand-tint);width:64px;height:64px;color:var(--brand-strong);border-radius:16px;place-items:center;margin:0 auto 18px;display:grid}.placeholder-mark svg{width:30px;height:30px}.conversation-placeholder h2{color:var(--ink);letter-spacing:-.01em;margin:0;font-size:21px}.conversation-placeholder p{max-width:46ch;color:var(--muted);margin:8px auto 0;font-size:15px;line-height:1.55}@media (width<=860px){.app-shell{grid-template-columns:minmax(260px,330px) minmax(0,1fr)}.app-rail{display:none}.app-mobile-header{background:var(--surface);border-bottom:1px solid var(--line);grid-column:1/-1;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.app-shell{grid-template-rows:60px minmax(0,1fr)}.realtime-banner{top:68px;right:12px}.e2ee-recovery-banner{top:68px}}@media (width<=640px){.app-shell{grid-template-rows:60px minmax(0,1fr) 68px;grid-template-columns:1fr}.e2ee-recovery-banner{flex-direction:column;align-items:stretch;gap:12px}.app-list-panel{border-right:0;grid-row:2;padding:20px 16px}.app-conversation-panel,.app-list-panel.is-mobile-detail-open{display:none}.app-conversation-panel.has-mobile-detail{grid-row:2;padding:24px 20px;display:grid}.chat-placeholder>header{margin:0 -20px;padding:12px 16px}.chat-placeholder .people-back{margin:-8px 0 8px}.people-back{min-height:44px;color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;align-self:flex-start;align-items:center;margin:-8px 0 22px;padding:8px 12px;font-size:14px;font-weight:700;display:inline-flex}.app-bottom-nav{padding:5px 6px max(5px, env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--line);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.app-bottom-nav .app-nav-button{min-height:56px;color:var(--muted);flex-direction:column}.app-bottom-nav .app-nav-button:hover{color:var(--brand);background:var(--brand-tint)}.app-bottom-nav .app-nav-button.is-active{color:var(--brand-strong);background:var(--brand-tint)}.panel-empty-list span{height:72px}}@media (prefers-reduced-motion:reduce){.app-nav-button,.icon-button,.panel-primary-action,.people-list,.chat-list,.contact-row,.chat-row{transition:none}.people-loading span{animation:none}.group-list,.group-row,.activity-list,.activity-row{transition:none}.member-loading span,.realtime-banner>span{animation:none}}.chat-call-actions{gap:6px;margin-left:auto;display:flex}.chat-call-actions button{width:44px;height:44px;color:var(--brand);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;transition:background .18s,color .18s;display:grid}.chat-call-actions button:hover{background:var(--brand-tint)}.chat-call-actions button:focus-visible,.call-control:focus-visible{outline:3px solid var(--brand);outline-offset:2px}.chat-call-actions button:disabled{color:var(--muted);cursor:not-allowed;opacity:.55}.chat-call-actions svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.call-overlay{z-index:50;color:#fff;background:#111820;flex-direction:column;justify-content:center;align-items:center;gap:28px;padding:28px;display:flex;position:fixed;inset:0}.call-copy{z-index:2;text-align:center}.call-copy h2{margin:14px 0 6px;font-size:24px}.call-copy p{color:#c9d3dc;min-height:24px;margin:0}.call-avatar-wrap{place-items:center;width:190px;height:190px;margin:0 auto;display:grid;position:relative}.call-avatar{z-index:2;background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:126px;height:126px;font-size:42px;font-weight:800;display:inline-grid;position:relative;overflow:hidden}.call-avatar img,.call-video-placeholder img{object-fit:cover;width:100%;height:100%;display:block}.call-pulse-ring{border:2px solid color-mix(in srgb, var(--brand) 78%, white);opacity:0;border-radius:50%;animation:2.8s cubic-bezier(.22,1,.36,1) infinite call-pulse;position:absolute}.call-pulse-ring.is-inner{width:150px;height:150px}.call-pulse-ring.is-outer{width:188px;height:188px;animation-delay:.7s}@keyframes call-pulse{0%{opacity:0;transform:scale(.72)}18%{opacity:.58}72%,to{opacity:0;transform:scale(1)}}.call-controls{z-index:2;gap:18px;display:flex}.call-control{color:#fff;width:56px;height:56px;font:inherit;cursor:pointer;background:#303b45;border:0;border-radius:50%;font-size:22px;transition:transform .18s,background .18s}.call-control:hover{background:#3e4b57;transform:translateY(-2px)}.call-control.is-active{color:#18222b;background:#fff}.call-control.is-decline{background:#d73945}.call-control.is-accept{background:#238b57}.call-control:disabled{opacity:.55;cursor:wait}.call-video-stage{background:#0c1116;position:absolute;inset:0;overflow:hidden}.call-remote-video{object-fit:contain;background:#0c1116;width:100%;height:100%}.call-video-placeholder{background:#18222b;place-items:center;display:grid;position:absolute;inset:0}.call-video-placeholder span{background:var(--brand);border-radius:50%;place-items:center;width:120px;height:120px;font-size:48px;font-weight:800;display:grid;overflow:hidden}.call-local-video{aspect-ratio:3/4;object-fit:contain;background:#1e2932;border-radius:12px;width:min(24vw,240px);position:absolute;top:20px;right:20px;transform:scaleX(-1);box-shadow:0 4px 8px #00000047}.call-local-video.is-hidden{visibility:hidden}.call-overlay.is-video .call-copy{text-shadow:0 1px 3px #000;margin-top:auto}.call-overlay.is-video .call-avatar-wrap{display:none}@media (width<=640px){.call-overlay{padding:20px 16px max(24px, env(safe-area-inset-bottom))}.call-local-video{width:30vw;top:14px;right:14px}}@media (prefers-reduced-motion:reduce){.chat-call-actions button,.call-control{transition:none}.call-pulse-ring{opacity:.22;animation:none}}.session-signout-others{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--ink);font:inherit;cursor:pointer;border-radius:9px;justify-self:start;padding:0 12px;font-weight:750}.session-signout-others:hover{border-color:var(--brand);background:var(--brand-tint)}.session-signout-others:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.session-signout-others:disabled{cursor:wait;opacity:.58}@media (width<=700px){.session-signout-others{justify-self:stretch;width:100%;min-height:44px}}.conference-create-form .conference-picker-label,.conference-manage .conference-picker-label{color:var(--text);margin:.4rem 0 .25rem;font-size:.82rem;font-weight:700;display:block}.conference-create-form .conference-switch{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:row;justify-content:space-between;align-items:center;gap:.55rem;margin:.3rem 0 .15rem;display:flex}.conference-switch input{opacity:0;width:0;height:0;position:absolute}.conference-switch-track{background:var(--line);border-radius:999px;flex:none;width:38px;height:22px;transition:background .18s;position:relative}.conference-switch-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .18s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000059}.conference-switch input:checked+.conference-switch-track{background:var(--brand)}.conference-switch input:checked+.conference-switch-track .conference-switch-thumb{transform:translate(16px)}.conference-switch input:focus-visible+.conference-switch-track{box-shadow:0 0 0 3px var(--brand-tint)}.conference-switch-label{color:var(--text);font-size:.82rem;font-weight:600}.conference-contact-picker{border:1px solid var(--line);border-radius:var(--radius);padding:.3rem .5rem}.conference-contact-picker label{cursor:pointer}.conference-contact-picker{max-height:320px;overflow-y:auto}img.invite-contact-avatar{object-fit:cover}.conference-create-pane{flex-direction:column;gap:14px;height:100%;padding:18px clamp(16px,4vw,40px);display:flex;overflow-y:auto}.conference-create-pane-head h2{margin:0;font-size:1.15rem}.conference-create-form-wide{background:0 0;border:none;margin:0;padding:0}.conference-create-columns{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(16px,3vw,32px);display:grid}.conference-create-col{align-content:start;gap:12px;display:grid}.conference-create-form-wide>div:last-child{justify-content:flex-end;gap:8px;display:flex}.conference-contact-search{width:100%}@media (width<=760px){.conference-create-columns{grid-template-columns:minmax(0,1fr)}}.conference-calendar{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:10px 12px 12px}.conference-calendar-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.conference-calendar-head strong{text-transform:capitalize;font-size:.92rem}.conference-calendar-head button{border:1px solid var(--line);background:var(--surface);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:8px;font-size:1.1rem;line-height:1}.conference-calendar-head button:hover{border-color:var(--brand);color:var(--brand)}.conference-calendar-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.conference-calendar-weekday{text-align:center;color:var(--muted);padding-bottom:4px;font-size:.68rem;font-weight:700}.conference-calendar-day{aspect-ratio:1;color:var(--text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;font-size:.82rem}.conference-calendar-day:hover{background:var(--brand-tint)}.conference-calendar-day.is-today{border-color:var(--line);font-weight:700}.conference-calendar-day.is-selected{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:700}.conference-calendar-foot{margin-top:10px}.conference-calendar-time{align-items:center;gap:8px;display:flex}.conference-calendar-time span{color:var(--muted);font-size:.82rem;font-weight:600}.conference-calendar-time input{max-width:140px;min-height:40px}.group-create-button.is-active{background:var(--brand-strong)}.conference-room-body{overscroll-behavior:contain;flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:1rem;display:flex;overflow-y:auto}.conference-conversation:not(.is-live-call){height:100%;min-height:0}.conference-join-button{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:.6rem 1.4rem;font-weight:600}.conference-join-button:disabled{opacity:.5;cursor:default}.conference-not-e2ee-note{color:var(--muted);margin:0;font-size:.82rem}.conference-e2ee-note{color:var(--success);margin:0;font-size:.82rem}.conference-scheduled-note{color:var(--brand);margin:0;font-size:.85rem;font-weight:600}.conference-not-e2ee{color:var(--danger);background:var(--danger-tint,var(--danger-bg));border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.conference-manage{border:1px solid var(--line);border-radius:var(--radius);padding:.6rem}.conference-manage-actions,.conference-create-form>div:last-child{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.conference-host-actions{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.conference-delete-button{color:#b42318;border-color:#b42318}.conference-delete-button:hover:not(:disabled){background:#fff5f4}.conference-delete-button:focus-visible{outline-offset:2px;outline:2px solid #b42318}.conference-roster{border-top:1px solid var(--line);padding-top:.6rem}.conference-roster-head{color:var(--muted);justify-content:space-between;margin-bottom:.4rem;font-size:.82rem;font-weight:600;display:flex}.conference-roster-row{align-items:center;gap:.6rem;padding:.35rem 0;display:flex}.conference-roster-row .group-avatar{border-radius:12px;width:40px;height:40px}.conference-roster-row.is-on-call .conference-roster-copy strong:after{content:"";background:var(--success);border-radius:50%;width:8px;height:8px;margin-left:.4rem;display:inline-block}.conference-roster-copy{flex-direction:column;display:flex}.conference-roster-copy small{color:var(--muted);font-size:.78rem}.conference-chat{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.conference-room-body>.conference-chat{flex:none;min-height:300px}.conference-chat-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;display:flex}.conference-chat-head strong{color:var(--text);font-size:.92rem}.conference-chat-head span{color:var(--muted);font-size:.76rem;font-weight:650}.conference-chat-list{flex-direction:column;gap:.55rem;max-height:260px;padding:.75rem;display:flex;overflow-y:auto}.conference-chat-empty,.conference-chat-ended{color:var(--muted);margin:0;font-size:.86rem}.conference-chat-message{border:1px solid var(--line);background:#edf1f3;border-radius:12px;align-self:flex-start;max-width:min(78%,34rem);padding:.5rem .65rem}.conference-chat-message.is-mine{background:var(--brand-tint);border-color:#14b8a638;align-self:flex-end}.conference-chat-message-meta{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.conference-chat-message-meta strong{color:var(--text);font-size:.78rem}.conference-chat-message-meta span{color:var(--muted);font-size:.72rem}.conference-chat-message p{color:var(--text);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:.9rem;line-height:1.35}.conference-chat-attachment{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);text-align:left;cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;margin-top:.45rem;padding:.45rem .55rem;display:flex}.conference-chat-attachment span:last-child{flex-direction:column;min-width:0;display:flex}.conference-chat-attachment strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.conference-chat-attachment small{color:var(--muted);font-size:.72rem}.conference-chat-composer{border-top:1px solid var(--line);padding:.65rem}.conference-chat-composer>div:last-child{align-items:center;gap:.45rem;display:flex}.conference-chat-composer input[type=text],.conference-chat-composer>div:last-child>input{border:1px solid var(--line);background:var(--panel);min-width:0;height:38px;color:var(--text);font:inherit;border-radius:999px;outline:none;flex:1;padding:0 .85rem;font-size:.88rem}.conference-chat-composer input[type=text]::placeholder,.conference-chat-composer>div:last-child>input::placeholder{color:color-mix(in srgb, var(--muted) 82%, var(--text))}.conference-chat-composer input[type=text]:focus,.conference-chat-composer>div:last-child>input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 20%, transparent)}.conference-chat-attach input{display:none}.conference-chat-attach span,.conference-chat-composer button{border:1px solid var(--line);background:var(--panel);min-height:38px;color:var(--text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 .75rem;font-weight:700;display:inline-flex}.conference-chat-composer button[type=submit]{background:var(--brand);border-color:var(--brand);color:#fff;padding-inline:1rem}.conference-chat-composer button:disabled{opacity:.55;cursor:default}.conference-chat-file{color:var(--muted);justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.conference-chat-file span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.conference-chat-error{margin:.65rem}.conference-conversation.is-live-call{min-height:0}.conference-live-shell{flex:1;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:.75rem;min-height:0;display:grid}.conference-live-shell.is-guest-call{background:#0b0d10;grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:0;width:100%;height:100vh;min-height:0;overflow:hidden}.conference-live-shell.is-guest-call>.conference-chat{border-width:0 0 0 1px;border-radius:0;height:100vh;overflow:hidden}.conference-live-stage{min-width:0;min-height:0;overflow:hidden}.conference-live-shell>.conference-chat{color:#f4f6f8;background:#0b0d10;border-color:#ffffff14;flex-direction:column;min-height:0;display:flex}.conference-live-shell .conference-chat-head{border-bottom-color:#ffffff14}.conference-live-shell .conference-chat-head strong,.conference-live-shell .conference-chat-message-meta strong,.conference-live-shell .conference-chat-message p{color:#f4f6f8}.conference-live-shell .conference-chat-head span,.conference-live-shell .conference-chat-empty,.conference-live-shell .conference-chat-ended,.conference-live-shell .conference-chat-message-meta span,.conference-live-shell .conference-chat-attachment small,.conference-live-shell .conference-chat-file{color:#aeb8c4}.conference-live-shell .conference-chat-list{overscroll-behavior:contain;flex:1;min-height:0;max-height:none;overflow-y:auto}.conference-live-shell .conference-chat-message{background:#151a20;border-color:#ffffff14}.conference-live-shell .conference-chat-message.is-mine{background:#14b8a621;border-color:#14b8a657}.conference-live-shell .conference-chat-attachment,.conference-live-shell .conference-chat-composer{border-color:#ffffff14}.conference-live-shell .conference-chat-attachment,.conference-live-shell .conference-chat-composer>div:last-child>input,.conference-live-shell .conference-chat-attach span,.conference-live-shell .conference-chat-composer button{color:#f4f6f8;background:#151a20}.conference-live-shell .conference-chat-composer>div:last-child>input{border-color:#ffffff1f}.conference-live-shell .conference-chat-composer button[type=submit]{background:var(--brand);border-color:var(--brand);color:#fff}@media (width<=1180px){.conference-conversation .conference-live-shell{grid-template-columns:1fr}.conference-conversation .conference-live-stage{min-height:520px}.conference-conversation .conference-live-shell>.conference-chat{max-height:320px}}@media (width<=760px){.conference-live-shell.is-guest-call{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:auto}.conference-live-shell.is-guest-call .conference-live-stage{min-height:520px}.conference-live-shell.is-guest-call>.conference-chat{border-width:1px 0 0;height:auto;max-height:320px}}.conference-call{color:#f4f6f8;background:#0b0d10;flex-direction:column;height:100%;display:flex;position:relative}.conference-call-head{border-bottom:1px solid #ffffff14;order:0;justify-content:space-between;align-items:center;padding:.7rem 1rem;display:flex}.conference-call-head-meta{align-items:center;gap:.5rem;display:flex}.conference-call-title{gap:2px;min-width:0;display:grid}.conference-call-title strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.conference-call-title small{color:#aeb8c4;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;line-height:1.3;overflow:hidden}.conference-quality{color:#cbd5e1;background:#94a3b824;border-radius:999px;padding:.18rem .5rem;font-size:.72rem;font-weight:700}.conference-quality.is-excellent,.conference-quality.is-good{color:#99f6e4;background:#14b8a629}.conference-quality.is-poor{color:#fde68a;background:#f59e0b2e}.conference-quality.is-lost{color:#fecaca;background:#ef444433}.conference-call-connecting,.conference-call-error{color:#cdd3da;flex-direction:column;flex:1;order:2;justify-content:center;align-items:center;gap:.6rem;display:flex}.conference-layout{flex-direction:column;flex:1;order:2;min-height:0;display:flex;position:relative}.conference-layout.has-stage,.conference-layout.is-spotlighted{gap:8px;padding:10px;overflow:hidden}.conference-reconnecting{z-index:3;color:#fff;background:#0d141cd6;border:1px solid #ffffff29;border-radius:999px;padding:.35rem .75rem;font-size:.78rem;font-weight:700;position:absolute;top:10px;left:50%;transform:translate(-50%)}.conference-stage{background:#111418;border-radius:10px;flex:1 1 0;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.conference-stage video{object-fit:contain;background:#090b0e;width:100%;height:100%}.conference-stage-name{background:#0000008f;border-radius:6px;padding:.14rem .5rem;font-size:.78rem;position:absolute;bottom:10px;left:10px}.conference-grid{flex:1;grid-template-columns:1fr;grid-auto-rows:minmax(0,1fr);align-content:stretch;align-items:center;gap:8px;min-height:0;padding:10px;display:grid}.conference-layout.has-stage .conference-grid{align-content:initial;flex:none;justify-content:center;min-height:0;max-height:124px;padding:0;display:flex;overflow:auto hidden}.conference-spotlight{flex:0 0 80%;min-height:0}.conference-spotlight .conference-tile{aspect-ratio:auto;width:100%;height:100%}.conference-grid.is-spotlight-thumbnails{align-content:initial;flex:1 1 0;justify-content:center;min-height:0;padding:0;display:flex;overflow:auto hidden}.conference-grid.is-spotlight-thumbnails .conference-tile{aspect-ratio:auto;flex:1 0 clamp(120px,24%,220px);height:100%}.conference-layout.has-stage .conference-tile{aspect-ratio:auto;flex:0 0 clamp(142px,28%,220px);height:clamp(82px,14vh,116px)}.conference-layout.has-stage .conference-tile-avatar{width:44px;height:44px;font-size:1rem}.conference-layout.has-stage .conference-tile-name{font-size:.7rem;bottom:6px;left:6px}.conference-grid.count-2,.conference-grid.count-3,.conference-grid.count-4{grid-template-columns:repeat(2,1fr)}.conference-grid.count-5,.conference-grid.count-6{grid-template-columns:repeat(3,1fr)}.conference-tile{aspect-ratio:16/10;background:#16191d;border-radius:12px;justify-content:center;align-items:center;max-height:100%;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff08}.conference-tile.is-portrait{aspect-ratio:9/16;justify-self:center}.conference-tile.is-speaking{box-shadow:inset 0 0 0 4px #2dd4bf,0 0 0 2px #14b8a647,0 0 14px #2dd4bf33}.conference-tile video{object-fit:cover;border-radius:inherit;background:0 0;width:100%;height:100%}.conference-tile.is-camera-off video{display:none}.conference-tile-avatar{background:var(--group-avatar-bg,#2a2f36);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.3rem;font-weight:600;display:flex}.conference-tile-name{background:#00000080;border-radius:6px;padding:.1rem .45rem;font-size:.78rem;position:absolute;bottom:8px;left:8px}.conference-tile-focus{color:#fff;cursor:pointer;background:#00000094;border:1px solid #ffffff4d;border-radius:7px;place-items:center;width:30px;height:30px;padding:0;display:grid;position:absolute;bottom:8px;right:8px}.conference-tile-focus:hover,.conference-tile-focus.is-active{background:#14b8a6e6;border-color:#99f6e4}.conference-tile-focus:focus-visible{outline-offset:2px;outline:2px solid #99f6e4}.conference-tile-focus svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.conference-speaking-indicator{background:#0d9488db;border-radius:999px;align-items:end;gap:2px;height:18px;padding:.22rem .34rem;display:inline-flex;position:absolute;bottom:32px;left:8px;box-shadow:0 0 0 1px #99f6e461}.conference-speaking-indicator i{background:#ecfeff;border-radius:999px;width:3px;height:7px;animation:.58s ease-in-out infinite conference-voice}.conference-speaking-indicator i:nth-child(2){animation-delay:.12s}.conference-speaking-indicator i:nth-child(3){animation-delay:.24s}@keyframes conference-voice{0%,to{opacity:.72;height:5px}50%{opacity:1;height:13px}}@media (prefers-reduced-motion:reduce){.conference-speaking-indicator i{height:9px;animation:none}}.conference-call-controls{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:1;pointer-events:auto;background:#0c1116e0;border:1px solid #ffffff1f;border-radius:10px;flex-wrap:nowrap;order:3;justify-content:center;align-self:center;gap:.3rem;max-width:calc(100% - 24px);margin:.35rem 0;padding:.3rem;display:flex;position:relative;box-shadow:0 6px 16px #00000038}.conference-call-controls button{color:#fff;cursor:pointer;background:#2a2f36;border:none;border-radius:8px;place-items:center;width:36px;height:36px;padding:0;display:grid}.conference-call-controls button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.conference-call-controls button.is-off{background:#4b3a3a}.conference-call-controls .conference-host-action{background:#374151}.conference-call-controls button.is-locked{color:#fff1f2;background:#7f1d1d;box-shadow:inset 0 0 0 1px #fb7185}.conference-call-controls .conference-hangup{background:var(--danger)}.conference-call-controls button:disabled{opacity:.5;cursor:default}.conference-call-control-error{color:#ffb4ad;text-align:center;order:4;margin:0 0 .75rem;padding:0 1rem;font-size:.82rem}.conference-device-panel{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c1116f0;border:1px solid #ffffff1f;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;width:min(560px,100% - 24px);padding:.75rem;display:grid;position:absolute;bottom:64px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000047}.conference-device-panel label{flex-direction:column;gap:.25rem;min-width:0;display:flex}.conference-device-panel span{color:#cbd5e1;font-size:.72rem;font-weight:700}.conference-device-panel select{color:#f8fafc;width:100%;min-width:0;height:38px;font:inherit;appearance:none;background-color:#151a20;background-image:linear-gradient(45deg,#0000 50%,#cbd5e1 50%),linear-gradient(135deg,#cbd5e1 50%,#0000 50%);background-position:calc(100% - 16px) 52%,calc(100% - 11px) 52%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:1px solid #ffffff24;border-radius:999px;outline:none;padding:0 2rem 0 .75rem;font-size:.8rem}.conference-device-panel select:focus{border-color:#14b8a6bf;box-shadow:0 0 0 3px #14b8a62e}.conference-device-panel select:disabled{opacity:.55}@media (width<=760px){.conference-call-head{align-items:flex-start;gap:.5rem}.conference-call-head-meta{flex-wrap:wrap;justify-content:flex-end}.conference-device-panel{grid-template-columns:1fr}.conference-call-controls{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}}@media (hover:none),(pointer:coarse){.conference-call-controls{opacity:1;pointer-events:auto}}.conference-tile-mod{opacity:0;flex-wrap:wrap;justify-content:flex-end;gap:4px;max-width:calc(100% - 12px);transition:opacity .15s;display:flex;position:absolute;top:6px;right:6px}.conference-tile:hover .conference-tile-mod{opacity:1}.conference-tile-mod button{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:6px;padding:.2rem .45rem;font-size:.7rem}.conference-tile-mod button.is-locked{color:#fff;background:#8f1d2c}.conference-tile-mod button:hover{background:var(--danger)}.guest-shell{background:var(--page-bg);place-items:center;min-height:100vh;padding:24px;display:grid}.guest-shell.is-call{background:#0b0d10;place-items:stretch stretch;height:100vh;padding:0;overflow:hidden}.guest-shell.is-call>*{min-height:100vh}.guest-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow);padding:28px}.guest-brand{color:var(--brand-strong);align-items:center;gap:10px;margin-bottom:18px;font-weight:800;display:flex}.guest-card h1{color:var(--text);margin:0 0 6px;font-size:1.25rem}.guest-note{color:var(--muted);margin:0 0 18px;font-size:.9rem}.guest-preview{aspect-ratio:16/10;background:#16191d;border-radius:10px;margin-bottom:16px;overflow:hidden}.guest-preview video{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.guest-card label{margin-bottom:12px;display:block}.guest-card label span{margin-bottom:4px;font-size:.85rem;font-weight:600;display:block}.guest-card button[type=submit]{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;padding:.7rem 1.2rem;font-weight:700}.guest-card button[type=submit]:disabled{opacity:.5;cursor:default}.guest-error{background:var(--danger-bg);border:1px solid var(--danger-line);color:var(--danger);border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:.85rem}.guest-warning{color:var(--muted);margin:18px 0 0;font-size:.78rem;line-height:1.5}.conference-guest-badge{background:var(--surface-tint);border:1px solid var(--line);color:var(--muted);text-transform:uppercase;letter-spacing:.03em;vertical-align:middle;border-radius:999px;margin-left:.4rem;padding:.05rem .4rem;font-size:.68rem;font-weight:700;display:inline-block}.conference-email-hint{color:var(--muted);margin-top:4px;font-size:.75rem;font-weight:400;line-height:1.4;display:block}.conference-prejoin-wrap{flex:1;place-items:center;padding:24px;display:grid;overflow-y:auto}.conference-prejoin{width:100%;max-width:380px}.conference-prejoin h2{color:var(--text);margin:0 0 4px;font-size:1.1rem}.conference-prejoin-subtitle{color:var(--muted);margin:0 0 14px;font-size:.85rem}.conference-prejoin-description{color:var(--muted);margin:-2px 0 6px;line-height:1.4}.conference-prejoin-preview{aspect-ratio:16/10;color:#9aa3ad;background:#16191d;border-radius:10px;place-items:center;margin-bottom:12px;font-size:.85rem;display:grid;overflow:hidden}.conference-prejoin-preview video{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.conference-prejoin-toggles{gap:8px;margin-bottom:12px;display:flex}.conference-prejoin-toggles button{border:1px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer;border-radius:8px;flex:1;padding:.5rem;font-size:.82rem;font-weight:600}.conference-prejoin-toggles button.is-off{background:var(--danger-bg);border-color:var(--danger-line);color:var(--danger)}.conference-prejoin label{margin-bottom:10px;display:block}.conference-prejoin label>span{color:var(--text);margin-bottom:5px;font-size:.8rem;font-weight:650;display:block}.conference-prejoin select,.conference-prejoin input{border:1px solid var(--line);background:var(--surface);width:100%;height:42px;color:var(--text);font:inherit;border-radius:999px;outline:none;padding:0 .85rem;font-size:.88rem}.conference-prejoin select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);background-position:calc(100% - 17px) 52%,calc(100% - 12px) 52%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:2.2rem}.conference-prejoin input::placeholder{color:color-mix(in srgb, var(--muted) 82%, var(--text))}.conference-prejoin select:focus,.conference-prejoin input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 20%, transparent)}.conference-prejoin-warning{color:var(--muted);margin:0 0 10px;font-size:.78rem;line-height:1.45}.conference-prejoin-error{background:var(--danger-bg);border:1px solid var(--danger-line);color:var(--danger);border-radius:8px;margin-bottom:10px;padding:8px 10px;font-size:.82rem}.conference-prejoin-actions{justify-content:flex-end;gap:8px;display:flex}.conference-prejoin-actions button{cursor:pointer;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:.55rem 1.2rem;font-weight:700}.conference-prejoin-actions button.is-primary{background:var(--brand);border-color:var(--brand);color:#fff}.conference-prejoin-actions button:disabled{opacity:.5;cursor:default}.conference-window,.conference-window-loading,.conference-window-error{color:#f4f6f8;background:#0b0d10;width:100%;height:100%}.conference-window-loading,.conference-window-error{place-content:center;gap:14px;display:grid}.conference-window-error button{background:var(--brand);color:#fff;min-height:42px;font:inherit;cursor:pointer;border:0;border-radius:9px;padding:0 16px;font-weight:700}.conference-tile-mod button.is-kick{background:#a01e1ebf}.conference-tile-mod button.is-kick:hover{background:var(--danger)}
