:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-lacquer:#08080a;--bg-lacquer-2:#101013;--surface-dark:#16161a;--surface-dark-2:#1c1c21;--line-dark:#2a2a30;--accent-platinum:#d3d5d8;--accent-platinum-dim:#d3d5d84d;--accent-platinum-soft:#d3d5d814;--status-online:#6e8f7e;--status-online-dim:#6e8f7e24;--text-primary-dark:#ececee;--text-secondary-dark:#94949c;--text-tertiary-dark:#55555c;--bg-ivory:#f5f2ec;--bg-ivory-2:#ede9e0;--surface-light:#fff;--surface-light-2:#f0ede6;--line-light:#e2ddd2;--accent-pewter:#6b6558;--accent-pewter-strong:#1c1a16;--accent-pewter-dim:#1c1a1629;--accent-pewter-soft:#1c1a1614;--status-online-light:#7c8796;--status-online-light-dim:#7c87961f;--text-primary-light:#1c1a16;--text-secondary-light:#6b6558;--text-tertiary-light:#a39c8c;--accent-premium-gold:#b08d57;--accent-premium-gold-strong:#8b6d3f;--premium-badge-bg:linear-gradient(135deg, #b08d57, #8b6d3f);--bg:var(--bg-lacquer);--bg-accent:var(--bg-lacquer-2);--surface:#16161af5;--surface-soft:#1c1c21f0;--surface-strong:var(--surface-dark);--surface-muted:var(--surface-dark-2);--border:var(--line-dark);--border-strong:var(--accent-platinum-dim);--text:var(--text-primary-dark);--text-muted:var(--text-secondary-dark);--text-soft:var(--text-tertiary-dark);--accent:var(--accent-platinum);--accent-strong:#b9bcc1;--accent-soft:var(--accent-platinum-soft);--on-accent:var(--bg-lacquer);--gold:var(--accent-premium-gold);--gold-strong:#c2a173;--gold-wash:#b08d571f;--success:var(--status-online);--success-wash:var(--status-online-dim);--danger:#c88686;--danger-wash:#c886861f;--warning:var(--accent-premium-gold);--warning-wash:#b08d5729;--info:#9ca6b4;--info-wash:#9ca6b41f;--focus-ring:#d3d5d82e;--shadow-lg:0 30px 64px #00000057;--shadow-md:0 22px 48px #00000047;--shadow-sm:0 16px 32px #0000003d;--radius-xs:6px;--radius-sm-token:9px;--radius-md-token:12px;--radius-lg-token:16px;--radius-xl-token:44px;--radius-full:999px;--radius-xl:20px;--radius-lg:18px;--radius-md:16px;--radius-sm:12px;--font-display:"Cormorant Garamond", "Times New Roman", serif;--font-sans:"Inter", "Segoe UI", sans-serif;--app-font:var(--font-sans);--app-background:radial-gradient(circle at top center, #d3d5d814, transparent 24%), radial-gradient(circle at 16% 10%, #b08d5714, transparent 18%), linear-gradient(180deg, var(--bg-lacquer) 0%, var(--bg-lacquer-2) 100%);--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px)}*{box-sizing:border-box}html,body{background:var(--app-background);min-height:100%;color:var(--text);font-family:var(--app-font);margin:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.app-body{min-height:100vh;padding:max(12px, var(--safe-top)) max(12px, var(--safe-right)) max(12px, var(--safe-bottom)) max(12px, var(--safe-left))}.app-frame{width:100%;max-width:1200px;margin:0 auto;padding:8px 0 40px}.app-header{top:max(8px, var(--safe-top));z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fffaf4b8;border-radius:999px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:18px 22px;display:flex;position:sticky}.app-brand{flex-direction:column;gap:4px;display:flex}.app-brand-mark{text-transform:uppercase;letter-spacing:.18em;color:var(--accent-strong);font-size:.78rem}.app-brand-title{font-size:1.25rem;font-weight:700}.app-brand-copy{color:var(--text-muted);font-size:.95rem}.page-shell{flex-direction:column;gap:24px;display:flex}.landing-route-shell,.auth-entry-shell{width:100%;min-height:100dvh;padding:max(24px, var(--safe-top)) max(24px, var(--safe-right)) max(24px, var(--safe-bottom)) max(24px, var(--safe-left));background:radial-gradient(at 50% 35%,#101013 0%,#08080a 70%);justify-content:center;align-items:center;display:flex}.auth-entry-root{opacity:0;transition:opacity .22s}.auth-entry-root.is-visible{opacity:1}.auth-entry-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:520px;display:flex}.auth-brand-logo{width:auto;height:76px;display:block}.auth-entry-divider{background:#d3d5d8;width:70px;height:1px;margin:20px auto}.auth-entry-subtitle{font-family:var(--font-sans);color:#94949c;margin:0;font-size:14px;line-height:1.45}.auth-entry-actions{justify-content:center;align-items:center;gap:14px;margin-top:28px;display:flex}.auth-entry-button{border-radius:10px;justify-content:center;align-items:center;min-height:48px;padding:13px 34px;font-size:15px;font-weight:600;line-height:1;transition:transform .14s,opacity .14s,background .14s,border-color .14s,color .14s;display:inline-flex}.auth-entry-button:hover{transform:translateY(-1px)}.auth-entry-button-primary{color:#0a0a0b;background:#d3d5d8;border:1px solid #d3d5d8}.auth-entry-button-secondary{color:#ececee;background:0 0;border:1px solid #2a2a30}.auth-entry-footnote{font-family:var(--font-sans);color:#55555c;margin:28px 0 0;font-size:11px;line-height:1.4}.auth-login-shell{flex-direction:column;gap:26px}.auth-login-center{max-width:420px}.auth-login-card{background:linear-gradient(#16161afa,#0e0e12f5);border:1px solid #2a2a30f5;border-radius:24px;width:min(408px,100%);margin:0 auto;padding:28px 26px;box-shadow:0 18px 42px #00000057,inset 0 1px #ffffff08}.founder-review-shell{width:100%;max-width:1520px;margin:0 auto}.founder-review-shell.compact{max-width:1480px}.founder-review-card{padding:20px}.founder-review-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}.founder-review-grid.compact{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.founder-review-stack{flex-direction:column;gap:16px;display:flex}.founder-review-stack.tight{gap:6px}.founder-review-composer{position:relative;bottom:auto}.founder-review-title{font-size:24px}.hero-panel,.auth-shell,.content-card,.inbox-layout,.chat-shell,.settings-shell,.status-card,.search-card,.composer-card,.message-card,.attachment-card,.voice-card,.empty-card,.dialog-surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.hero-panel{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);display:grid;overflow:hidden}.hero-copy{flex-direction:column;justify-content:center;gap:20px;padding:56px;display:flex}.eyebrow{background:color-mix(in srgb, var(--surface-muted) 84%, white 16%);border:1px solid color-mix(in srgb, var(--border) 82%, transparent);width:fit-content;color:var(--text-muted);letter-spacing:.16em;text-transform:uppercase;border-radius:999px;align-items:center;gap:10px;padding:6px 12px;font-size:.74rem;font-weight:700;display:inline-flex}.hero-title,.page-title{letter-spacing:-.04em;margin:0;line-height:1.02}.hero-title{font-size:clamp(2.8rem,6vw,4.8rem)}.page-title{font-size:clamp(2rem,4vw,3rem)}.hero-text,.page-copy,.muted-copy{color:var(--text-muted);margin:0;line-height:1.65}.hero-actions,.inline-actions,.dialog-actions,.auth-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-preview{background:radial-gradient(circle at top left, color-mix(in srgb, var(--gold) 14%, transparent), transparent 42%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%) 0%, color-mix(in srgb, var(--surface-muted) 96%, white 4%) 100%);border-left:1px solid var(--border);align-items:center;padding:36px;display:flex;position:relative}.preview-stack{flex-direction:column;gap:14px;width:100%;display:flex}.preview-bubble,.preview-card{box-shadow:var(--shadow-sm);border-radius:24px;padding:18px 20px}.preview-bubble{background:var(--surface-light);max-width:82%}.preview-bubble.self{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:var(--surface-light);margin-left:auto}.preview-card{background:color-mix(in srgb, var(--surface) 92%, transparent);color:var(--text)}.button-primary,.button-secondary,.button-ghost,.action-chip{border:1px solid #0000;border-radius:999px;transition:transform .12s,box-shadow .12s,background .12s}.button-primary,.button-secondary,.button-ghost{letter-spacing:.01em;min-height:46px;padding:0 20px;font-weight:650}.button-secondary{background:color-mix(in srgb, var(--surface) 88%, transparent);border-color:color-mix(in srgb, var(--border-strong) 76%, transparent);color:var(--accent-strong)}.button-ghost{border-color:var(--border);color:var(--text-muted);background:0 0}.button-primary:hover,.button-secondary:hover,.button-ghost:hover,.action-chip:hover{transform:translateY(-1px)}.button-primary:disabled,.button-secondary:disabled,.button-ghost:disabled,.action-chip:disabled{opacity:.56;cursor:not-allowed;transform:none}.auth-shell{grid-template-columns:minmax(0,1fr) minmax(320px,440px);display:grid;overflow:hidden}.auth-copy,.auth-card{padding:44px}.auth-copy{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 12%, transparent), transparent 24%), radial-gradient(circle at bottom left, color-mix(in srgb, var(--accent) 12%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--surface-muted) 96%, white 4%));color:var(--text);flex-direction:column;justify-content:flex-start;gap:28px;display:flex}.auth-card{flex-direction:column;gap:20px;display:flex}.auth-form,.settings-stack,.search-form,.composer-form{flex-direction:column;gap:16px;display:flex}.field-group{flex-direction:column;gap:8px;display:flex}.field-label{font-size:.95rem;font-weight:700}.field-input,.field-select{border:1px solid var(--border-strong);width:100%;min-height:52px;color:var(--text);background:#ffffffeb;border-radius:16px;outline:none;padding:14px 16px}.feedback-banner{border:1px solid var(--border);background:var(--surface-strong);border-radius:18px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.feedback-banner.error{background:var(--danger-wash);border-color:#a85c5c38}.feedback-banner.success{background:var(--success-wash);border-color:#4f7a642e}.feedback-banner p{margin:0;line-height:1.55}.feedback-banner{border-radius:22px;box-shadow:inset 0 1px #ffffff2e,0 14px 28px #0000000f}.loading-stack,.skeleton-stack{flex-direction:column;gap:12px;display:flex}.skeleton-line,.skeleton-card{background:#a39c8c38;position:relative;overflow:hidden}.skeleton-line:after,.skeleton-card:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8f,#0000);animation:1.4s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-line{border-radius:999px;height:14px}.skeleton-card{border:1px solid color-mix(in srgb, var(--border) 78%, transparent);border-radius:22px;min-height:90px}.skeleton-card.inbox{min-height:88px}.skeleton-card.chat{min-height:78px}.empty-card,.status-card{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 8%, transparent), transparent 30%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, white 4%), color-mix(in srgb, var(--surface-muted) 93%, white 7%));border:1px solid color-mix(in srgb, var(--border) 88%, transparent);border-radius:24px;padding:24px;box-shadow:0 18px 34px #00000012}.empty-card h3,.status-card h3,.section-title,.auth-card h2,.chat-header h2,.inbox-panel h2{margin:0 0 8px}.empty-card p,.status-card p{color:var(--text-muted);margin:0;line-height:1.6}.empty-card h3,.status-card h3{font-family:var(--font-display);letter-spacing:-.015em;font-size:1.45rem;font-weight:600;line-height:1.08}.inbox-layout{grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:20px;padding:20px;display:grid}.inbox-sidebar,.inbox-panel,.chat-column,.chat-composer-column,.settings-card{flex-direction:column;gap:16px;display:flex}.search-card,.content-card,.settings-card,.composer-card{padding:22px}.search-results,.inbox-list,.settings-grid{flex-direction:column;gap:12px;display:flex}.search-result-item,.conversation-row{background:var(--surface-strong);border:1px solid var(--border);border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.conversation-row{position:relative}.conversation-link{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.avatar-badge{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);width:48px;height:48px;color:var(--surface-light);letter-spacing:.02em;box-shadow:var(--shadow-sm);border-radius:50%;place-items:center;font-size:1rem;font-weight:800;display:grid}.avatar-badge-image{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.conversation-copy,.search-result-copy{min-width:0}.conversation-name,.search-result-title{align-items:center;gap:10px;margin:0 0 6px;font-weight:700;display:flex}.conversation-preview,.search-result-copy p{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.meta-column{color:var(--text-soft);flex-direction:column;align-items:flex-end;gap:8px;font-size:.86rem;display:flex}.unread-dot,.pill{border-radius:999px;justify-content:center;align-items:center;font-size:.74rem;font-weight:700;display:inline-flex}.unread-dot{background:var(--accent);width:10px;height:10px}.pill{background:color-mix(in srgb, var(--surface-muted) 82%, white 18%);border:1px solid color-mix(in srgb, var(--border) 82%, transparent);min-height:28px;color:var(--text-muted);letter-spacing:.03em;padding:0 10px}.pill.warm{background:color-mix(in srgb, var(--gold) 12%, transparent);border-color:color-mix(in srgb, var(--gold) 22%, transparent);color:var(--warning)}.chat-shell{min-height:calc(100vh - max(24px, var(--safe-top)) - max(24px, var(--safe-bottom)) - 72px);overflow:hidden}.chat-header{border-bottom:1px solid var(--border);background:linear-gradient(#ffffffeb,#f5f2ecd6);justify-content:space-between;align-items:center;gap:16px;padding:26px 28px;display:flex}.chat-layout{grid-template-columns:minmax(0,1fr);display:grid}.chat-column{background:radial-gradient(circle at top,#8b7b5e14,#0000 26%),linear-gradient(#ffffff9e,#f5f2ecbd);padding:20px 22px 10px}.messages-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.message-row{display:flex}.message-gesture-shell{touch-action:pan-y;align-items:stretch;min-width:0;display:inline-flex;position:relative}.message-reply-swipe-affordance{pointer-events:none;opacity:0;justify-content:center;align-items:center;width:26px;height:26px;transition:opacity .16s;display:inline-flex;position:absolute;top:50%;left:-30px;transform:translateY(-50%)}.message-gesture-shell.is-swiping .message-reply-swipe-affordance{opacity:1}.message-reply-swipe-icon{color:#d3d5d8;background:#ececee14;border:1px solid #ececee1f;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;line-height:1;display:inline-flex}.message-card{max-width:min(78%,720px);box-shadow:var(--shadow-sm);will-change:transform;border-radius:24px;padding:16px 18px;transition:transform .14s,box-shadow .14s}.message-card.self{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:var(--surface-light)}.message-card.other{background:var(--surface-strong)}.message-card.deleted{border:1px dashed var(--border-strong);box-shadow:none;background:#a39c8c1a}.message-card.long-press-active{box-shadow:0 0 0 1px #d3d5d838,0 14px 30px #0003}.message-meta{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;font-size:.83rem;display:flex}.message-meta span,.message-meta strong{opacity:.92}.message-body{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;margin:0;line-height:1.65}.message-body.collapsed{-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.message-body-toggle{color:inherit;text-underline-offset:.16em;opacity:.82;background:0 0;border:none;margin-top:10px;padding:0;font-size:.86rem;font-weight:700;text-decoration:underline;text-decoration-thickness:.08em}.message-status{opacity:.8;margin:10px 0 0;font-size:.78rem}.message-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:14px;display:flex;position:relative}.action-chip{min-height:36px;color:inherit;background:#ffffff1f;border:1px solid #ffffff29;padding:0 14px}.message-menu-trigger,.message-menu-item,.composer-icon-button{border:1px solid var(--border);color:inherit;font:inherit;background:#ffffff24;border-radius:999px}.message-menu-trigger,.composer-icon-button{justify-content:center;align-items:center;min-width:42px;min-height:42px;padding:0 14px;display:inline-flex}.message-card.other .message-menu-trigger,.message-card.deleted .message-menu-trigger,.composer-icon-button{background:var(--surface-muted)}.message-menu-popover{z-index:5;border:1px solid var(--border);min-width:190px;box-shadow:var(--shadow-lg);background:#fffffffa;border-radius:18px;flex-direction:column;gap:6px;padding:8px;display:flex;position:absolute;top:48px;right:0}.message-menu-item{text-align:left;background:0 0;min-height:40px;padding:0 14px}.message-card.other .action-chip,.message-card.deleted .action-chip{background:var(--surface-muted);border-color:var(--border);color:var(--text-muted)}.attachments-stack,.voice-stack{flex-direction:column;gap:10px;margin-top:14px;padding-left:0;list-style:none;display:flex}.attachment-card,.voice-card{background:#ffffff1f;border:1px solid #fff3;border-radius:18px;padding:14px}.message-card.other .attachment-card,.message-card.other .voice-card,.message-card.deleted .attachment-card,.message-card.deleted .voice-card{background:var(--surface-muted);border-color:var(--border)}.attachment-kind,.voice-kind{letter-spacing:.08em;text-transform:uppercase;opacity:.72;margin:0 0 6px;font-size:.76rem;font-weight:800}.attachment-title,.voice-title{margin:0;font-weight:700}.attachment-meta,.voice-meta{opacity:.76;margin:4px 0 0;font-size:.85rem}.chat-composer-column{padding:0 22px 22px;padding-bottom:calc(22px + var(--safe-bottom));background:linear-gradient(#f5f2ec00 0%,#f5f2eceb 18%,#f5f2ecfa 100%);position:sticky;bottom:0}.composer-card{box-shadow:var(--shadow-lg);border-radius:24px;padding:12px}.composer-grid{flex-direction:column;gap:14px;display:flex}.composer-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.composer-surface{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fffffffa;border-radius:999px;padding:6px}.composer-input{min-height:48px;box-shadow:none;background:0 0;border-color:#0000;border-radius:999px;flex:1;padding-left:12px;padding-right:12px}.composer-tools,.composer-tool-row{align-items:center;gap:10px;display:flex}.composer-tool-group{display:contents}.composer-icon-button.recording{background:var(--accent-soft);border-color:var(--border-strong);color:var(--accent-strong)}.composer-icon{font-size:1rem;line-height:1}.composer-menu-popover{z-index:12;border:1px solid var(--border);min-width:210px;box-shadow:var(--shadow-lg);background:#fffffffa;border-radius:20px;flex-direction:column;gap:6px;padding:8px;display:flex;position:absolute;bottom:calc(100% + 10px);left:0}.composer-menu-item{text-align:left;min-height:44px;color:var(--text);background:0 0;border:0;border-radius:16px;align-items:center;gap:12px;padding:0 14px;display:flex}.composer-send-button{width:48px;min-width:48px;height:48px;padding:0}.composer-inline-feedback{margin-top:10px}.feedback-banner.subtle{border-color:var(--border);background:var(--accent-soft)}.panel-card h4,.section-title{margin:0}.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}.dialog-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:linear-gradient(#08080a61,#08080a8f);justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dialog-surface{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 10%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--surface-muted) 95%, white 5%));border:1px solid color-mix(in srgb, var(--border) 88%, transparent);border-radius:26px;width:min(460px,100%);padding:26px;box-shadow:0 24px 56px #0000002e}.dialog-surface[data-tone=danger]{border-color:color-mix(in srgb, var(--danger) 24%, var(--border))}.dialog-surface h3,.dialog-surface p{margin-top:0}.dialog-surface h3{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:10px;font-size:1.58rem;font-weight:600;line-height:1.05}.dialog-surface p{color:var(--text-muted);line-height:1.58}.settings-shell{padding:24px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.settings-card{padding:20px}.toggle-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.toggle-row label{align-items:center;gap:12px;display:flex}.account-card{border:1px solid var(--border);background:#fffaf4d1;border-radius:999px;align-items:center;gap:14px;padding:10px 12px;display:flex}.account-copy strong,.account-copy span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.account-copy span{color:var(--text-muted);font-size:.86rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes shimmer{to{transform:translate(100%)}}@media (max-width:980px){.hero-panel,.auth-shell,.inbox-layout,.settings-grid{grid-template-columns:1fr}.hero-copy,.hero-preview,.auth-copy,.auth-card{padding:28px}.app-header{border-radius:28px;flex-direction:column;align-items:flex-start}}@media (max-width:720px){.app-frame{width:100%;padding-top:4px}.landing-route-shell,.auth-entry-shell{padding:max(20px, var(--safe-top)) max(16px, var(--safe-right)) max(20px, var(--safe-bottom)) max(16px, var(--safe-left))}.auth-entry-actions{flex-direction:column;width:100%}.auth-entry-button{width:min(320px,100%)}.auth-login-shell{gap:24px}.chat-header,.chat-column,.chat-composer-column,.search-card,.content-card,.settings-card,.composer-card{padding-left:16px;padding-right:16px}.message-card{max-width:100%}.chat-shell,.inbox-layout,.settings-shell,.auth-shell,.hero-panel{border-radius:28px}.chat-column{min-height:calc(100vh - 340px)}.panel-grid,.settings-grid{grid-template-columns:1fr}.conversation-link,.search-result-item,.conversation-row{grid-template-columns:auto minmax(0,1fr)}.meta-column{grid-column:2;align-items:flex-start}.composer-row{gap:8px}.composer-input{min-width:0}.new-chat-module-header,.new-chat-qr-dialog-header,.search-discovery-card{flex-direction:column;align-items:stretch}.new-chat-search-form,.new-chat-discovery-layout{grid-template-columns:1fr}.new-chat-search-actions{width:100%}.new-chat-search-actions .button-primary,.new-chat-search-actions .button-secondary,.search-discovery-card button{flex:1;width:100%}.new-chat-filter-row{gap:8px}.new-chat-filter-tab{justify-content:center}}html[data-theme=dark],body[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=light],body[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:var(--bg-ivory);--bg-accent:var(--bg-ivory-2);--surface:#fffffff5;--surface-soft:#ffffffe6;--surface-strong:var(--surface-light);--surface-muted:var(--surface-light-2);--border:var(--line-light);--border-strong:var(--accent-pewter-dim);--text:var(--text-primary-light);--text-muted:var(--text-secondary-light);--text-soft:var(--text-tertiary-light);--accent:var(--accent-pewter);--accent-strong:var(--accent-pewter-strong);--accent-soft:var(--accent-pewter-soft);--on-accent:var(--text-primary-dark);--success:var(--status-online-light);--danger:#a85c5c;--warning:var(--accent-premium-gold-strong);--info:#7c8796;--focus-ring:#8b7b5e29;--shadow-sm:0 4px 14px #0000000f;--shadow-md:0 10px 30px #00000014;--shadow-lg:0 20px 60px #0000001f;--app-background:radial-gradient(circle at top center, #8b7b5e14, transparent 24%), linear-gradient(180deg, var(--bg-ivory) 0%, var(--bg-ivory-2) 100%)}html,body{background:var(--app-background);color:var(--text);font-family:var(--app-font)}.qidra-splash-screen{z-index:120;padding:max(24px, var(--safe-top)) max(24px, var(--safe-right)) max(24px, var(--safe-bottom)) max(24px, var(--safe-left));pointer-events:none;opacity:1;background:radial-gradient(at 50% 40%,#0d0d10 0%,#050506 75%);justify-content:center;align-items:center;transition:opacity .7s,visibility .7s;display:flex;position:fixed;inset:0;overflow:hidden}.qidra-splash-screen.is-fading{opacity:0;visibility:hidden}.qidra-splash-starfield{position:absolute;inset:0}.qidra-splash-star{opacity:0;animation:.7s forwards qidra-splash-twinkle,.9s cubic-bezier(.6,0,.2,1) forwards qidra-splash-converge;animation-delay:var(--star-delay,0s), calc(1.5s + var(--star-delay,0s) * .08);background:#fff;border-radius:999px;position:absolute}.qidra-splash-center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;transform:translateY(-2vh)}.qidra-splash-lockwrap{opacity:0;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:relative}.qidra-splash-lockwrap.is-visible{animation:.9s ease-out forwards qidra-splash-lock-in}.qidra-splash-lock-ring{border:1px solid var(--accent-platinum-dim);border-radius:50%;position:absolute;inset:0}.qidra-splash-lock{width:30px;height:30px}.qidra-splash-lock rect,.qidra-splash-lock path{stroke:var(--accent-platinum);stroke-width:1.4px;fill:none}.qidra-splash-lock .shackle{transform-origin:15px 13px;transition:transform .7s cubic-bezier(.4,0,.2,1)}.qidra-splash-lock.is-open .shackle{transform:rotate(-35deg)translate(-3px,-2px)}.qidra-splash-wordmark{font-family:var(--font-display);letter-spacing:.36em;text-indent:.36em;color:var(--text-primary-dark);opacity:0;margin-top:26px;font-size:30px;font-weight:600}.qidra-splash-wordmark.is-visible,.qidra-splash-subtitle.is-visible{animation:.7s ease-out forwards qidra-splash-fade-up}.qidra-splash-line{background:var(--accent-platinum);width:0;height:1px;margin-top:10px}.qidra-splash-line.is-visible{animation:.6s ease-out forwards qidra-splash-line-grow}.qidra-splash-subtitle{letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary-dark);opacity:0;margin-top:16px;font-size:11.5px}.landing-route-shell{position:relative}.landing-hero{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(12px)}.landing-hero.is-visible{opacity:1;transform:translateY(0)}@keyframes qidra-splash-twinkle{0%{opacity:0}to{opacity:var(--star-opacity,.8)}}@keyframes qidra-splash-converge{to{opacity:0;top:38%;left:50%;transform:translate(-50%,-50%)scale(.2)}}@keyframes qidra-splash-lock-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes qidra-splash-line-grow{to{width:56px}}@keyframes qidra-splash-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.app-body{padding:max(10px, var(--safe-top)) max(10px, var(--safe-right)) max(10px, var(--safe-bottom)) max(10px, var(--safe-left))}.app-frame{width:min(960px,100%);margin:0 auto;padding-bottom:22px}.page-shell.mobile-app-shell{min-height:calc(100svh - max(8px, var(--safe-top)) - max(8px, var(--safe-bottom)));padding-bottom:calc(138px + var(--safe-bottom))}.qidra-icon{flex:none;width:20px;height:20px}.brand-mark-shell{background:radial-gradient(circle at 30% 30%, #b08d572e, transparent 38%), linear-gradient(180deg, color-mix(in srgb, var(--accent) 62%, white 38%) 0%, var(--accent-strong) 100%);border:1px solid color-mix(in srgb, var(--accent) 20%, var(--border));border-radius:16px;place-items:center;width:54px;height:54px;display:grid;box-shadow:inset 0 1px #ffffff2e}.brand-mark-shell .qidra-icon{width:30px;height:30px}.brand-lockup{align-items:center;gap:14px;display:flex}.brand-lockup-copy{flex-direction:column;gap:4px;display:flex}.brand-lockup-copy strong{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(1.55rem,3vw,1.7rem);font-weight:600;line-height:1.05}.brand-lockup-copy span{color:var(--text-muted);letter-spacing:.14em;text-transform:uppercase;font-size:.76rem;font-weight:500}.hero-panel,.auth-shell,.content-card,.status-card,.search-card,.composer-card,.attachment-card,.voice-card,.empty-card,.dialog-surface,.content-panel,.chat-header,.chat-stage,.screen-header,.inbox-card,.settings-card,.search-result-item,.account-card,.attachment-preview-card{background:var(--surface);border-color:var(--border);box-shadow:none}.hero-panel,.auth-shell{border-radius:16px;overflow:hidden}.hero-copy,.auth-card,.auth-copy,.screen-header,.content-panel,.inbox-card,.settings-card,.status-card,.content-card,.search-card{padding:22px}.hero-copy,.auth-card,.auth-copy{padding:36px}.hero-copy{background:radial-gradient(circle at top left, color-mix(in srgb, var(--gold) 16%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--surface-muted) 94%, white 6%));color:var(--text)}.auth-copy .page-copy,.auth-copy .muted-copy{color:var(--text-muted)}.auth-card{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, white 4%), color-mix(in srgb, var(--surface-muted) 88%, white 12%));border-left:1px solid var(--border);color:var(--text)}.eyebrow{background:var(--accent-soft);border:1px solid var(--border-strong);color:var(--accent-strong);letter-spacing:.14em;font-weight:600}.hero-title,.page-title,.screen-title{line-height:.98}.brand-wordmark{width:min(320px,100%);box-shadow:var(--shadow-lg);border:1px solid #ffffff24;border-radius:28px}.brand-note{background:color-mix(in srgb, var(--surface) 90%, transparent);color:var(--text-muted);border:1px solid color-mix(in srgb, var(--border) 88%, transparent);box-shadow:var(--shadow-sm);border-radius:24px;padding:18px 20px}.auth-copy-head{justify-content:flex-end;display:flex}.auth-topmark{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 84%, transparent 16%);color:var(--accent-strong);border-radius:999px;align-items:center;gap:10px;padding:10px 14px;display:inline-flex}.auth-topmark .qidra-icon{width:20px;height:20px}.auth-topmark span{letter-spacing:.16em;text-transform:uppercase;font-size:.74rem;font-weight:600}.auth-copy-body{flex-direction:column;gap:14px;max-width:560px;display:flex}.auth-copy-kicker{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:600}.auth-copy .page-title{color:var(--text);max-width:11ch;font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(2.1rem,5vw,3rem);font-weight:600;line-height:.98}.auth-copy .page-copy{max-width:30rem;color:var(--text-muted);font-size:.98rem;line-height:1.65}.auth-copy-footnote{background:color-mix(in srgb, var(--surface) 82%, transparent 18%);border:1px solid var(--border);border-radius:18px;max-width:28rem;padding:16px 18px}.auth-copy-footnote p{color:var(--text-muted);margin:0}.auth-card-kicker{width:fit-content;color:var(--accent);letter-spacing:.16em;text-transform:uppercase;align-items:center;padding:0;font-size:.7rem;font-weight:600;display:inline-flex}.auth-card-intro{color:var(--text-muted);margin:0;line-height:1.55}.auth-card h2{color:var(--text)}.auth-helper-text{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.55}.auth-helper-links{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 18px;display:flex}.auth-helper-text a,.auth-card-intro a,.auth-copy-footnote a{color:var(--accent-strong);text-decoration:none}.auth-helper-text a:hover,.auth-card-intro a:hover,.auth-copy-footnote a:hover{color:var(--text)}.auth-inline-status{color:var(--text-muted);font-size:.9rem;line-height:1.5}.auth-status-shell{width:min(560px,100%);margin:0 auto}.auth-status-card{flex-direction:column;gap:16px;display:flex}.auth-card h2{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(1.85rem,4vw,2.2rem);font-weight:600;line-height:1.02}.auth-actions{align-items:flex-start}.auth-actions .button-primary,.auth-actions .button-secondary,.auth-actions .button-danger{min-width:180px}.auth-login-card .auth-card-kicker,.auth-login-card h2{text-align:center;justify-content:center}.auth-login-card .auth-card-kicker{margin:0 auto}.auth-login-card h2{font-family:var(--font-display);color:#ececee;margin-bottom:2px;font-weight:600}.auth-login-card .auth-form{gap:14px}.auth-login-card .auth-actions{align-items:stretch}.auth-login-card .auth-actions .button-primary{width:100%;min-width:0}.auth-login-card .auth-inline-status{text-align:center;width:100%}.auth-login-card .auth-card-kicker,.auth-login-card .auth-card-intro,.auth-login-card .auth-inline-status,.auth-login-card .auth-helper-text{color:#94949c}.auth-login-card .field-label{color:#94949c;font-size:12px}.auth-login-card .field-input{color:#ececee;caret-color:#ececee;-webkit-text-fill-color:#ececee;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1c1c21;border:1px solid #2a2a30;border-radius:10px;min-height:50px;padding:12px 16px}.auth-login-card .field-input::placeholder{color:#55555c}.auth-login-card .field-input:focus{border-color:#d3d5d8;box-shadow:0 0 0 3px #d3d5d824}.auth-login-card .field-input:-webkit-autofill{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-login-card .field-input:-webkit-autofill:hover{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-login-card .field-input:-webkit-autofill:focus{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-login-card .field-input:-webkit-autofill:active{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-register-center{gap:16px}.auth-register-logo{height:60px}.auth-register-title{font-family:var(--font-display);color:#ececee;margin:0;font-size:24px;font-weight:600;line-height:1.08}.auth-register-card{background:linear-gradient(#18181cf5,#0e0e12f0);border:1px solid #d3d5d81f;border-radius:24px;width:min(408px,100%);padding:28px 26px;box-shadow:0 18px 42px #00000057,inset 0 1px #ffffff08}.auth-form .field-group{gap:10px}.auth-form .field-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.82rem;font-weight:600}.auth-form .field-input{background:color-mix(in srgb, var(--surface-muted) 68%, white 32%);border:1px solid var(--border);border-radius:12px;min-height:54px}.auth-form .field-input::placeholder{color:var(--text-soft)}.auth-form .field-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}.auth-register-card .auth-form{gap:14px}.auth-register-card .field-input{color:#ececee;caret-color:#ececee;-webkit-text-fill-color:#ececee;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1c1c21;border:1px solid #2a2a30;border-radius:10px;min-height:50px;padding:12px 16px}.auth-register-card .field-input::placeholder{color:#55555c}.auth-register-card .field-input:focus{border-color:#d3d5d8;box-shadow:0 0 0 3px #d3d5d824}.auth-register-card .field-input:-webkit-autofill{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-register-card .field-input:-webkit-autofill:hover{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-register-card .field-input:-webkit-autofill:focus{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-register-card .field-input:-webkit-autofill:active{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-form .field-input[type=email],.auth-form .field-input[type=password]{color:#ececee;caret-color:#ececee}.auth-form .field-input[type=email]::placeholder,.auth-form .field-input[type=password]::placeholder{color:#55555c}.auth-form .field-input[type=email]:-webkit-autofill{-webkit-text-fill-color:#ececee;caret-color:#ececee;border-color:#2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-form .field-input[type=email]:-webkit-autofill:hover{-webkit-text-fill-color:#ececee;caret-color:#ececee;border-color:#2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-form .field-input[type=email]:-webkit-autofill:focus{-webkit-text-fill-color:#ececee;caret-color:#ececee;border-color:#2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-form .field-input[type=email]:-webkit-autofill:active{-webkit-text-fill-color:#ececee;caret-color:#ececee;border-color:#2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-form .field-input[type=password]:-webkit-autofill{-webkit-text-fill-color:#ececee;caret-color:#ececee;border-color:#2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-form .field-input[type=password]:-webkit-autofill:hover{-webkit-text-fill-color:#ececee;caret-color:#ececee;border-color:#2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-form .field-input[type=password]:-webkit-autofill:focus{-webkit-text-fill-color:#ececee;caret-color:#ececee;border-color:#2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-form .field-input[type=password]:-webkit-autofill:active{-webkit-text-fill-color:#ececee;caret-color:#ececee;border-color:#2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #1c1c21,0 0 0 3px #d3d5d814}.auth-register-card .field-input.field-input-error{border-color:#c96060e6}.field-error-text{color:#d87070;margin:0;font-size:.84rem;line-height:1.4}.auth-register-card .auth-actions{align-items:stretch}.auth-register-card .auth-actions .button-primary{border-radius:10px;width:100%;min-width:0;min-height:50px;padding:13px 0}.auth-register-helper-line{text-align:center}.auth-register-helper-line a{color:#d3d5d8}.auth-register-helper-line a:hover{color:#ececee}.auth-form .feedback-banner{border-radius:16px;align-items:flex-start;gap:14px}.auth-form .feedback-banner p{font-size:.95rem}.auth-form .feedback-banner .button-secondary,.auth-form .feedback-banner .button-ghost{min-height:40px}.button-primary{background:var(--accent);color:var(--on-accent);box-shadow:none}.button-danger{background:var(--danger);min-height:46px;color:var(--on-accent);border:1px solid #0000;border-radius:999px;padding:0 20px;font-weight:700}.button-secondary{color:var(--text);border:1px solid var(--text-soft);background:0 0}.button-secondary.compact,.button-primary.compact,.button-danger.compact{border-radius:12px;min-height:36px;padding:0 14px;font-size:13px}.button-ghost{color:var(--text-muted);background:0 0;border:1px solid #0000}.button-primary,.button-secondary,.button-ghost,.button-danger,.icon-button,.composer-icon-button,.bottom-nav-item{transition:transform .14s,background .14s,box-shadow .14s,border-color .14s,opacity .14s}.icon-button,.composer-icon-button,.message-menu-trigger{background:var(--surface-muted);width:40px;height:40px;color:var(--accent-strong);box-shadow:none;border:1px solid #0000;border-radius:999px;place-items:center;padding:0;display:grid}.icon-button.ghost{background:0 0}.account-card{align-items:center;gap:14px;display:flex}.account-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.account-copy strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.avatar-badge{background:var(--avatar-bg,var(--accent-strong));width:48px;height:48px;color:var(--avatar-fg,var(--on-accent));box-shadow:none;border-radius:999px}.brand-mark-shell.compact{border-radius:14px;width:42px;height:42px}.brand-mark-shell.compact .qidra-icon{width:26px;height:26px}.screen-header,.inbox-topbar,.chat-topbar,.settings-topbar,.conversation-list-header{border:1px solid var(--border);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 92%, white 8%), color-mix(in srgb, var(--surface) 98%, transparent 2%));box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.compact-screen-copy{flex-direction:column;gap:6px;min-width:0;display:flex}.compact-title-row{align-items:center;gap:12px;min-width:0;display:flex}.compact-section-header{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.topbar-actions,.chat-header-actions,.conversation-list-actions{align-items:center;gap:10px;display:flex}.screen-header h1,.settings-topbar-copy h1,.brand-lockup-copy strong,.chat-list-topbar .brand-lockup-copy strong{font-family:var(--font-display)}.search-input-shell{position:relative}.search-input-shell .qidra-icon{color:var(--text-soft);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.search-input-shell .field-input{padding-left:48px}.conversation-list-toolbar{flex-direction:column;gap:14px;display:flex}.conversation-link{box-shadow:none;background:color-mix(in srgb, var(--surface) 92%, transparent);border:1px solid #0000;border-radius:16px;padding:14px 16px}.conversation-link:hover{border-color:color-mix(in srgb, var(--accent) 18%, transparent);background:color-mix(in srgb, var(--surface-strong) 88%, transparent)}.icon-button.accent{background:var(--gold);color:var(--text)}.icon-button.accent:hover{background:var(--gold-strong)}.conversation-title-row{flex-direction:row;justify-content:space-between;align-items:center}.conversation-preview-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.conversation-time{color:var(--text-soft);font-size:12px;font-weight:500}.unread-dot{background:var(--gold);width:18px;height:18px;color:var(--text);box-shadow:none}.search-result-item{box-shadow:0 8px 18px #05141014}.new-chat-module{flex-direction:column;gap:18px;display:flex}.new-chat-module-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.new-chat-module-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.new-chat-module-badges .pill,.new-chat-mode-pill{border:1px solid color-mix(in srgb, var(--gold) 18%, transparent);background:color-mix(in srgb, var(--gold) 10%, transparent);min-height:34px;color:var(--warning);border-radius:999px;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.new-chat-search-form{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:12px;display:grid}.new-chat-search-shell{align-items:center;display:flex}.new-chat-search-shell .field-input{background:color-mix(in srgb, var(--surface) 96%, white 4%);border-radius:18px;min-height:56px;padding-right:48px}.new-chat-inline-clear{background:color-mix(in srgb, var(--surface-muted) 84%, white 16%);border:0;border:1px solid color-mix(in srgb, var(--border) 82%, transparent);width:34px;height:34px;color:var(--text-muted);border-radius:999px;place-items:center;display:grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.new-chat-inline-clear .qidra-icon{width:18px;height:18px}.new-chat-search-actions{align-items:center;gap:10px;display:flex}.new-chat-search-actions .button-primary,.new-chat-search-actions .button-secondary{min-height:56px}.new-chat-search-actions .button-secondary,.new-chat-search-actions .button-primary,.new-chat-recent-item,.search-discovery-card,.new-chat-side-card,.new-chat-inline-clear{transition:transform .16s,box-shadow .16s,background .16s,border-color .16s}.new-chat-search-actions .button-secondary:hover,.new-chat-search-actions .button-primary:hover,.new-chat-recent-item:hover,.search-discovery-card:hover,.new-chat-side-card:hover,.new-chat-inline-clear:hover{transform:translateY(-1px)}.new-chat-helper-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.new-chat-filter-row{flex-wrap:wrap;gap:10px;display:flex}.new-chat-filter-tab{border:1px solid color-mix(in srgb, var(--border) 82%, transparent);background:color-mix(in srgb, var(--surface-muted) 82%, white 18%);min-height:40px;color:var(--text-muted);border-radius:999px;align-items:center;gap:8px;padding:0 14px;display:inline-flex}.new-chat-filter-tab small{color:var(--text-soft);font-size:11px}.new-chat-filter-tab.active{background:color-mix(in srgb, var(--gold) 12%, transparent);color:var(--warning);border-color:color-mix(in srgb, var(--gold) 22%, transparent)}.new-chat-mode-pill.email,.new-chat-mode-pill.qr{background:color-mix(in srgb, var(--surface-muted) 82%, white 18%);color:var(--accent-strong);border-color:color-mix(in srgb, var(--border) 82%, transparent)}.new-chat-mode-pill.username,.new-chat-mode-pill.name{color:var(--warning);background:#c9a2271f;border-color:#c9a2272e}.new-chat-discovery-layout{grid-template-columns:minmax(0,1.45fr) minmax(300px,.85fr);gap:18px;display:grid}.new-chat-flow-stack,.new-chat-discovery-main,.new-chat-discovery-sidebar{flex-direction:column;gap:16px;display:flex}.new-chat-results-grid{flex-direction:column;gap:12px;display:flex}.search-discovery-card{border:1px solid color-mix(in srgb, var(--border) 86%, transparent);background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 8%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--surface-muted) 96%, white 4%));border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:14px 15px;display:flex;box-shadow:0 14px 28px #00000012}.search-discovery-card.existing{border-color:color-mix(in srgb, var(--accent) 12%, transparent)}.search-discovery-card.new{box-shadow:0 16px 30px #00000014, 0 0 0 1px color-mix(in srgb, var(--gold) 16%, transparent)}.search-discovery-card.recent{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 8%, transparent), transparent 24%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 95%, white 5%), color-mix(in srgb, var(--surface-muted) 92%, white 8%))}.search-discovery-card-main{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.search-discovery-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.search-discovery-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.search-discovery-title-row strong{color:var(--text);font-size:14px;line-height:19px}.search-discovery-subtitle,.search-discovery-description{margin:0}.search-discovery-subtitle{color:var(--text-muted);font-size:12px;line-height:17px}.search-discovery-description{color:var(--text-soft);font-size:12px;line-height:17px}.new-chat-side-card{flex-direction:column;gap:14px;display:flex}.new-chat-contacts-panel,.new-chat-contacts-permission{flex-direction:column;gap:12px;display:flex}.new-chat-contacts-permission{background:#f1eadd85;border:1px solid #0b2b2614;border-radius:18px;padding:16px}.new-chat-contacts-permission strong,.new-chat-contacts-permission p{margin:0}.new-chat-contacts-permission p{color:var(--text-muted);line-height:1.55}.new-chat-recent-stack{flex-direction:column;gap:10px;display:flex}.new-chat-recent-item{text-align:left;width:100%;min-height:48px;color:var(--text);background:#f1eadda3;border:1px solid #0b2b2614;border-radius:18px;align-items:center;gap:12px;padding:12px 14px;display:flex}.new-chat-recent-item .qidra-icon{width:20px;height:20px;color:var(--accent-strong)}.new-chat-recent-item span{flex-direction:column;gap:2px;min-width:0;display:flex}.new-chat-recent-item strong,.new-chat-recent-item small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.new-chat-recent-item small{color:var(--text-muted);font-size:12px}.new-chat-qr-dialog{flex-direction:column;gap:16px;width:min(520px,100%);display:flex}.new-chat-qr-dialog-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.new-chat-qr-action-list{flex-direction:column;gap:10px;display:flex}.new-chat-qr-action{border:1px solid var(--border);background:var(--surface-soft);width:100%;color:inherit;text-align:left;border-radius:20px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;padding:14px 16px;display:grid}.new-chat-qr-textarea{resize:vertical;border-radius:18px;min-height:132px}.chat-shell{box-shadow:none;background:0 0;border:none;gap:14px}.chat-header{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, white 4%), color-mix(in srgb, var(--surface-muted) 88%, transparent 12%));min-height:60px;box-shadow:none;border-radius:16px;padding:12px 16px}.chat-title-row{align-items:center;gap:14px;min-width:0;display:flex}.chat-title-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.chat-title-copy strong{letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:600;overflow:hidden}.chat-title-copy span{color:var(--text-soft);font-size:12px;font-weight:500}.chat-stage{background:radial-gradient(circle at top, color-mix(in srgb, var(--gold) 10%, transparent), transparent 20%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--bg-accent) 28%, var(--surface-muted) 72%));border-radius:16px;min-height:calc(100vh - 238px);padding:18px}.message-card{width:fit-content;max-width:min(75%,440px);box-shadow:none;border-radius:18px;gap:8px;padding:12px 14px;position:relative;overflow:visible}.message-card.self{background:var(--surface-muted);color:var(--text);border-color:color-mix(in srgb, var(--border) 88%, transparent)}.message-card.other{background:var(--accent-strong);color:var(--on-accent);border-color:#0000}.message-card.other .message-time,.message-card.other .message-checks,.message-card.other .attachment-meta,.message-card.other .voice-player-duration,.message-card.other .voice-player-state{color:#f7f1e2b8}.message-card.self:after,.message-card.other:after{content:"";border-radius:0 0 6px;width:10px;height:10px;position:absolute;bottom:10px}.message-card.self:after{background:var(--surface-muted);right:-4px;transform:skew(-24deg)}.message-card.other:after{background:var(--accent-strong);left:-4px;transform:skew(24deg)}.attachment-card,.voice-card,.attachment-preview-card{background:color-mix(in srgb, var(--surface) 94%, white 6%);box-shadow:none;border-radius:16px}.message-card.self .attachment-card,.message-card.self .voice-card{background:color-mix(in srgb, var(--surface) 82%, transparent)}.composer-card{bottom:calc(14px + var(--safe-bottom));z-index:18;background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--surface-muted) 86%, transparent 14%));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:none;border-radius:16px;padding:12px;position:sticky}.composer-surface{background:color-mix(in srgb, var(--surface-muted) 92%, transparent);border:1px solid color-mix(in srgb, var(--border) 86%, transparent);box-shadow:none;border-radius:16px;align-items:center;gap:10px;padding:8px 10px}.composer-input{min-height:48px;box-shadow:none;color:var(--text);background:0 0;border:none;padding:12px 14px;font-size:15px;line-height:1.4}.composer-input:focus{box-shadow:none}.composer-send-button{place-items:center;width:40px;min-width:40px;height:40px;padding:0;display:grid}.composer-send-button .qidra-icon{width:1.05rem;height:1.05rem}.composer-backdrop{z-index:1200;background:#08080a24;position:fixed;inset:0}.composer-menu-shell{position:relative;overflow:visible}.composer-menu-popover{width:min(280px,100vw - 40px);box-shadow:var(--shadow-lg);z-index:40;border-radius:16px;animation:.2s ease-out composer-sheet-in;bottom:calc(100% + 12px);left:0}.composer-menu-item{background:color-mix(in srgb, var(--surface) 92%, white 8%);border-radius:16px;min-height:52px}.composer-menu-item:hover:not(:disabled){background:color-mix(in srgb, var(--gold) 10%, var(--surface))}.composer-menu-item-copy{text-align:left;flex-direction:column;gap:2px;display:flex}.composer-menu-item-copy strong{font-size:.95rem}.composer-menu-item-copy span{color:var(--text-soft);font-size:.78rem}.attachment-preview-card{flex-direction:column;gap:12px;display:flex}.attachment-preview-header,.attachment-preview-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.attachment-preview-copy{flex-direction:column;flex:auto;gap:4px;min-width:0;display:flex}.attachment-preview-copy h4,.attachment-preview-copy p{margin:0}.attachment-preview-copy p{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.voice-recorder-status{background:#f1eaddeb;border-radius:16px;align-items:center;gap:8px;padding:10px 12px;display:inline-flex}.voice-dot{background:var(--gold);width:10px;height:10px;box-shadow:none;border-radius:999px}.bottom-nav{left:50%;bottom:max(12px, var(--safe-bottom));width:min(520px, calc(100vw - 24px - var(--safe-left) - var(--safe-right)));background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, white 4%), color-mix(in srgb, var(--surface-muted) 90%, transparent 10%));border:1px solid var(--border);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:30;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:6px;display:grid;position:fixed;transform:translate(-50%)}.bottom-nav-item{min-height:58px;color:var(--text-soft);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:8px 10px;transition:transform .18s cubic-bezier(.4,0,.2,1),background .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1);display:flex}.bottom-nav-item span{letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:600}.bottom-nav-item.active{background:color-mix(in srgb, var(--accent-soft) 100%, transparent);color:var(--accent);position:relative;box-shadow:inset 0 1px #ffffff2e}.bottom-nav-item.active:after{content:"";background:var(--gold);border-radius:999px;width:16px;height:2px;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.bottom-nav-icon{width:20px;height:20px}.bottom-nav-item:hover{transform:translateY(-1px)}.bottom-nav-item:focus-visible{box-shadow:0 0 0 1px var(--border), 0 0 0 4px var(--focus-ring);outline:none}.field-label{letter-spacing:-.1px;font-size:13px;font-weight:600}.field-input,.field-select{background:var(--surface-muted);min-height:48px;color:var(--text);border:1px solid #0000;border-radius:16px}.field-input::placeholder{color:var(--text-soft)}.field-input:focus,.field-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}.feedback-banner{box-shadow:none;border-radius:16px}.feedback-banner.error{border-color:color-mix(in srgb, var(--danger) 24%, transparent);background:var(--danger-wash)}.feedback-banner.success{border-color:color-mix(in srgb, var(--success) 24%, transparent);background:var(--success-wash)}.feedback-banner.info{background:var(--info-wash);border-color:color-mix(in srgb, var(--info) 24%, transparent)}.message-meta{display:none}.message-body{margin:0;font-size:15px;font-weight:400;line-height:1.4}.message-status,.attachment-meta,.voice-meta{font-size:12px;font-weight:500}.attachment-kind,.voice-kind{color:var(--gold);opacity:1}.settings-shell,.settings-card,.search-card,.content-card,.status-card,.empty-card{border-radius:16px}.centered-panel{justify-content:center;align-items:center;min-height:calc(100vh - 260px);display:flex}.settings-grid{gap:14px}.settings-card{box-shadow:none;min-height:auto;padding:18px}.settings-card h3{letter-spacing:-.2px;margin:0 0 10px;font-size:20px;font-weight:600}.settings-card p{margin:0 0 10px}.message-footer{justify-content:flex-end;align-items:center;gap:6px;margin-top:8px;display:flex}.message-time,.message-checks{color:var(--text-soft);font-size:12px;font-weight:500}.message-inline-error{color:var(--gold);margin:8px 0 0;font-size:12px;line-height:1.35}.message-actions{margin:0;display:block;position:absolute;top:8px;right:8px}.message-row.other .message-actions{left:8px;right:auto}.message-menu-trigger{opacity:0;pointer-events:none;width:24px;min-width:24px;height:24px;min-height:24px;color:var(--text-muted);background:#faf7f0e0;border:1px solid #0b2b2614;border-radius:999px;padding:0}.message-card.other .message-menu-trigger{color:var(--on-accent);background:#faf7f029;border-color:#faf7f029}.message-card:hover .message-menu-trigger,.message-card:focus-within .message-menu-trigger,.message-menu-trigger.visible{opacity:1;pointer-events:auto}.message-menu-popover{background:color-mix(in srgb, var(--surface) 96%, white 4%);width:max-content;min-width:184px;max-width:min(220px,100vw - 32px);color:var(--text);box-shadow:var(--shadow-lg);border-radius:16px;padding:8px;top:auto;bottom:calc(100% + 8px)}.message-menu-popover.align-right{left:auto;right:0}.message-menu-popover.align-left{left:0;right:auto}.message-menu-item{text-align:left;white-space:normal;text-overflow:clip;border-radius:12px;min-height:38px;overflow:visible}.message-menu-item:disabled{opacity:.5}.voice-stack{margin-top:10px}.voice-player{width:min(100%, var(--voice-player-width,224px));align-items:center;gap:8px;max-width:100%;display:flex}.voice-player-toggle{color:#ececee;background:linear-gradient(#3a3a42fa,#18181cfa);border:1px solid #d3d5d824;border-radius:999px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 10px 18px #0000002e,inset 0 1px #ffffff14}.voice-player.other .voice-player-toggle{color:#ececee;background:linear-gradient(#3a3a42fa,#18181cfa);border-color:#d3d5d824;box-shadow:0 10px 18px #0000002e,inset 0 1px #ffffff14}.voice-player-toggle:hover,.voice-player-toggle:focus-visible{color:#f6f6f7;background:linear-gradient(#484852fa,#1e1e24fa);border-color:#d3d5d833}.voice-player.playing .voice-player-toggle,.voice-player.loading .voice-player-toggle{color:#ececee;background:linear-gradient(#484852fa,#1e1e24fa);border-color:#d3d5d833}.voice-player.failed .voice-player-toggle{color:#ececee;background:linear-gradient(#3a2828fa,#1e1212fa);border-color:#c960603d}.voice-player-toggle:disabled{opacity:1;color:#ececee94;box-shadow:none;background:linear-gradient(#2c2c32f5,#18181cf5);border-color:#d3d5d81a}.voice-player.other .voice-player-toggle:disabled{color:#ececee94;box-shadow:none;background:linear-gradient(#2c2c32f5,#18181cf5);border-color:#d3d5d81a}.voice-player-toggle-icon{width:17px;height:17px;display:block}.voice-player-toggle-fallback{font-size:15px;font-weight:700;line-height:1}.voice-player-track-shell{flex-direction:column;flex:1;justify-content:center;gap:6px;min-width:0;display:flex}.voice-player-track-shell.compact-unavailable{flex:0 auto;justify-content:center}.voice-player-track{background:0 0;border:0;border-radius:999px;min-height:16px;padding:0;position:relative;overflow:hidden}.voice-player-track:before{content:"";background:#d3d5d81f;border-radius:999px;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.voice-player-track.is-pending:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff42 28%,#ffffff85 48%,#0000 72%);border-radius:999px;height:2px;animation:1.35s ease-in-out infinite voice-track-sheen;position:absolute;top:50%;left:0;right:0;transform:translate(-100%)}.voice-player-waveform{z-index:1;align-items:flex-end;gap:2px;height:16px;display:flex;position:relative}.voice-waveform-bar{min-width:2px;max-width:5px;height:var(--voice-waveform-bar-height,48%);opacity:.9;transform-origin:bottom;background:#d3d5d847;border-radius:999px;flex:1 1 0;align-self:flex-end;transition:background-color .18s,opacity .18s,transform .18s}.voice-waveform-bar.played{opacity:1;background:#d3d5d8;transform:scaleY(1.02)}.voice-player.playing .voice-waveform-bar.played,.voice-player.paused .voice-waveform-bar.played{background:#ececee}.voice-player.loading .voice-waveform-bar,.voice-player.buffering .voice-waveform-bar{opacity:.6}.voice-player-seek{appearance:none;width:100%;height:8px;accent-color:var(--gold);background:0 0;margin:0}.voice-player-seek::-webkit-slider-runnable-track{background:#d3d5d824;border-radius:999px;height:2px}.voice-player-seek::-webkit-slider-thumb{appearance:none;background:var(--gold);opacity:0;border:0;border-radius:999px;width:8px;height:8px;margin-top:-3px;box-shadow:0 0 0 2px #101013e6}.voice-player-seek:active::-webkit-slider-thumb{opacity:1}.voice-player-seek:focus-visible::-webkit-slider-thumb{opacity:1}.voice-player-seek::-moz-range-track{background:#d3d5d824;border:0;border-radius:999px;height:2px}.voice-player-seek::-moz-range-thumb{background:var(--gold);opacity:0;border:0;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 2px #101013e6}.voice-player-seek:active::-moz-range-thumb{opacity:1}.voice-player-seek:focus-visible::-moz-range-thumb{opacity:1}.voice-player-meta{flex-direction:column;flex:none;align-items:flex-end;gap:3px;display:flex;position:relative}.voice-player-state,.voice-player-duration{color:#b9b9c0;font-variant-numeric:tabular-nums;font-size:11px;font-weight:500}.voice-player.loading .voice-player-duration,.voice-player.failed .voice-player-duration,.voice-player.ready .voice-player-duration{white-space:nowrap}.voice-speed-toggle{min-width:38px;min-height:26px;color:var(--accent-strong);background:#faf7f0db;border:1px solid #0b2b261f;border-radius:999px;padding:0 10px;font-size:11px;font-weight:700;line-height:1}.scroll-to-latest-shell{z-index:4;justify-content:center;margin:0 0 10px;display:flex;position:sticky;bottom:12px}.scroll-to-latest-button{box-shadow:0 12px 24px #0b2b2624}.voice-inline-guidance{gap:4px;margin:0;padding-left:18px;font-size:13px;line-height:18px;display:grid}@media (max-width:520px){.voice-player{flex-wrap:wrap;min-width:0}.voice-player-track-shell{order:2;min-width:100%}.voice-player-meta{order:3;width:auto;min-width:fit-content}.voice-review-actions>button,.voice-recorder-actions>button{flex:148px}}.message-selection-toolbar{background:radial-gradient(circle at 100% 0,#d4af3714,#0000 32%),linear-gradient(#16161afa,#101014fa);border:1px solid #2a2a30;border-radius:18px;margin:0 0 16px;padding:14px 16px;box-shadow:0 12px 28px #00000038}.message-selection-summary{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.message-selection-summary strong{color:#ececee;font-size:14px}.message-selection-summary span,.message-selection-feedback{color:#94949c;font-size:13px}.message-selection-actions{flex-wrap:wrap;gap:8px;display:flex}.message-selection-actions .button-secondary.compact{color:#ececee;background:#1c1c21f5;border-color:#2a2a30}.message-selection-actions .button-secondary.compact.destructive{color:#ff8e8e;background:#3c1818eb;border-color:#b94c4c59}.message-select-toggle{width:28px;height:28px;color:var(--accent-strong);background:#faf7f0f5;border:1px solid #0b2b2624;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:14px;left:-44px}.message-select-toggle.selected{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.message-card.selected{outline:2px solid color-mix(in srgb, var(--accent) 22%, transparent)}.composer-reply-banner{background:#f1eaddb8;border:1px solid #0b2b2614;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding:12px 14px;display:flex}.composer-reply-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.composer-reply-copy strong{color:var(--text);font-size:13px}.composer-reply-copy span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.voice-player-duration{text-align:right;min-width:34px}.toggle-control{width:100%;min-height:44px;color:var(--text);text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:flex}.toggle-checkbox{border:1px solid var(--text-soft);background:0 0;border-radius:6px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.toggle-checkbox-mark{opacity:0;color:var(--on-accent);font-size:12px;font-weight:700;transition:opacity .18s ease-out,transform .18s ease-out;transform:scale(.96)}.toggle-control.checked .toggle-checkbox{border-color:var(--accent);background:var(--accent)}.toggle-control.checked .toggle-checkbox-mark{opacity:1;transform:scale(1)}.toggle-copy{font-size:15px;line-height:1.4}.custom-select{border:1px solid var(--text-soft);background:var(--surface-muted);width:100%;min-height:48px;color:var(--text);text-align:left;box-shadow:none;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;display:flex}.custom-select-chevron{color:var(--text-muted);font-size:14px;line-height:1}audio{width:100%;min-height:32px;accent-color:var(--gold)}@keyframes composer-sheet-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.chat-list-shell{flex-direction:column;gap:10px;width:100%;display:flex}.chat-list-screen{width:min(680px,100%);padding-bottom:calc(122px + var(--safe-bottom));gap:10px;margin:0 auto}.chat-list-hero{align-items:stretch;padding:4px 6px 0}.chat-list-topbar{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 99%, white 1%), color-mix(in srgb, var(--surface-muted) 94%, transparent 6%));border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px;justify-content:space-between;align-items:stretch;gap:12px;padding:14px;display:flex;box-shadow:inset 0 1px #ffffff2e,0 14px 28px #00000014}.chat-list-profile-card{border:1px solid color-mix(in srgb, var(--border) 88%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--surface-muted) 86%, white 14%), color-mix(in srgb, var(--surface) 96%, transparent 4%));border-radius:16px;justify-content:space-between;align-items:center;gap:12px;min-width:176px;max-width:220px;padding:10px 12px;display:flex}.chat-list-profile-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-list-profile-copy strong{letter-spacing:.12em;text-transform:uppercase;color:var(--text);font-size:11px;font-weight:700;line-height:1.2}.chat-list-profile-copy span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.3;overflow:hidden}.chat-list-profile-action{flex:none;align-items:center;display:flex}.chat-list-topbar .brand-mark-shell.compact{border-radius:14px;width:40px;height:40px}.chat-list-topbar .brand-mark-shell.compact .qidra-icon{width:20px;height:20px}.chat-list-topbar .brand-lockup-copy{gap:2px}.chat-list-topbar .brand-lockup-copy strong{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);font-size:clamp(1.55rem,3vw,1.72rem);font-weight:600;line-height:1.02}.chat-list-topbar .brand-lockup-copy span{letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:500;line-height:1.2}.chat-list-summary-row{grid-template-columns:auto minmax(0,1fr);align-items:stretch;gap:12px;padding:10px 2px 2px;display:grid}.chat-list-dial-wrap{justify-content:center;padding:0;display:flex}.chat-list-dial{width:84px;height:84px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--border) 60%, transparent);border-radius:50%;justify-content:center;align-items:center;transition:background .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.chat-list-dial:before{content:"";background:var(--bg-lacquer);border-radius:50%;position:absolute;inset:7px}.chat-list-dial-center{z-index:1;text-align:center;position:relative}.chat-list-dial-number{font-family:var(--font-display);color:var(--text);font-size:22px;font-weight:700;line-height:1}.chat-list-dial-label{color:var(--text-soft);letter-spacing:.15em;text-transform:uppercase;margin-top:2px;font-size:8px;font-weight:600}.chat-list-summary-card{border:1px solid var(--border);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--surface-muted) 94%, transparent 6%));border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 14px;display:grid;box-shadow:0 10px 22px #0000000f}.chat-list-summary-metric{flex-direction:column;gap:4px;display:flex}.chat-list-summary-metric span{letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);font-size:10px;line-height:1.2}.chat-list-summary-metric strong{font-family:var(--font-display);color:var(--text);font-size:1.5rem;line-height:1}.chat-list-filter-wrap{padding:10px 2px 0}.chat-list-filter-track{background:color-mix(in srgb, var(--surface) 86%, transparent);border:1px solid var(--border);border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:3px;display:grid;position:relative;overflow:hidden}.chat-list-filter-thumb{border:1px solid var(--border-strong);background:color-mix(in srgb, var(--surface-muted) 94%, transparent);border-radius:9px;width:calc(25% - 2px);transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;bottom:3px;left:3px}.chat-list-filter-tab{z-index:1;min-height:48px;color:var(--text-muted);text-align:center;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:7px 4px;display:flex;position:relative}.chat-list-filter-tab span{letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:600;line-height:1.2}.chat-list-filter-tab small{color:var(--text-soft);font-size:9px;font-weight:500;line-height:1}.chat-list-filter-tab.active{color:var(--text)}.chat-list-card{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--surface-muted) 95%, transparent 5%));border:1px solid var(--border);border-radius:22px;gap:10px;padding:12px;box-shadow:0 18px 34px #00000014}.chat-list-toolbar{gap:12px}.chat-list-toolbar-row{align-items:center}.chat-list-title{color:var(--text);font-family:var(--font-display);letter-spacing:-.01em;font-size:18px;line-height:1.05}.chat-list-new-chat{border-color:var(--border);background:color-mix(in srgb, var(--surface-muted) 88%, white 12%);min-height:38px;box-shadow:none;color:var(--text);gap:8px;padding:0 13px}.chat-list-new-chat .qidra-icon{width:18px;height:18px}.chat-list-utility-row{flex-direction:column;gap:12px;display:flex}.chat-list-search{align-items:center;display:flex}.chat-list-search .field-input{background:color-mix(in srgb, var(--surface-muted) 86%, white 14%);border-color:var(--border);min-height:42px;color:var(--text);box-shadow:none;border-radius:14px;padding-right:64px}.chat-list-search .field-input::placeholder{color:var(--text-soft)}.chat-list-clear-button{min-height:28px;color:var(--text-muted);background:0 0;border:none;border-radius:10px;padding:0 9px;font-size:12px;font-weight:600;transition:background .14s,color .14s,opacity .14s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.chat-list-clear-button:hover:not(:disabled){background:var(--accent-soft)}.chat-list-clear-button:disabled{opacity:.42;cursor:default}.chat-list-status-chip{border:1px solid color-mix(in srgb, var(--border) 88%, transparent);background:color-mix(in srgb, var(--surface-muted) 88%, white 12%);min-height:32px;color:var(--text-muted);letter-spacing:.04em;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.chat-list-status-chip .qidra-icon{width:16px;height:16px}.chat-list-status-chip.online{color:var(--text);border-color:color-mix(in srgb, var(--accent-platinum-dim) 54%, var(--border));background:color-mix(in srgb, var(--accent-platinum-soft) 54%, var(--surface-muted))}.chat-list-status-chip.offline{color:var(--text);border-color:color-mix(in srgb, var(--line) 92%, var(--border));background:color-mix(in srgb, var(--surface-muted) 88%, white 12%)}.chat-list-status-chip.reconnecting{color:var(--text);border-color:color-mix(in srgb, var(--accent-platinum-dim) 48%, var(--border));background:color-mix(in srgb, var(--surface-muted) 86%, white 14%)}.chat-list-content{gap:10px}.chat-list-loading-card{border-radius:18px}.chat-list-sections{flex-direction:column;gap:10px;display:flex}.chat-list-section{flex-direction:column;gap:6px;display:flex}.chat-list-section-heading{justify-content:space-between;align-items:center;gap:10px;padding:2px 2px 0;display:flex}.chat-list-section-heading-main{align-items:center;gap:10px;min-width:0;display:flex}.chat-list-section-icon{width:24px;height:24px;color:var(--text-muted);background:color-mix(in srgb, var(--surface-muted) 90%, white 10%);border:1px solid color-mix(in srgb, var(--border) 88%, transparent);border-radius:8px;place-items:center;display:grid}.chat-list-section-icon .qidra-icon{width:13px;height:13px}.section-title{font-family:var(--font-display);letter-spacing:.02em;text-transform:none;color:var(--text);margin:0;font-size:13px;font-weight:600;line-height:1.1}.chat-list-section-count{text-align:right;letter-spacing:.12em;text-transform:uppercase;min-width:20px;color:var(--text-soft);font-size:10px;font-weight:700;line-height:1}.conversation-info-card{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-muted) 88%, white 12%);border-radius:18px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.conversation-info-card.muted{background:color-mix(in srgb, var(--surface-muted) 72%, white 28%)}.conversation-info-card strong,.conversation-info-card p{margin:0}.conversation-info-card strong{color:var(--text)}.conversation-info-card p{color:var(--text-muted)}.conversation-row{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 99%, white 1%), color-mix(in srgb, var(--surface-muted) 90%, white 10%));border-color:color-mix(in srgb, var(--border) 92%, transparent);border-radius:18px;padding:0;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;box-shadow:0 8px 20px #0000000d}.conversation-row.has-unread{border-color:color-mix(in srgb, var(--accent-platinum-dim) 72%, var(--border));background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 99%, white 1%), color-mix(in srgb, var(--accent-platinum-soft) 54%, var(--surface-muted) 46%))}.conversation-link{border-radius:18px;width:100%;min-height:64px;padding:10px 12px;transition:transform .16s,background .16s}.conversation-link:hover{transform:translateY(-1px)}.conversation-row:hover{border-color:color-mix(in srgb, var(--accent-platinum-dim) 76%, var(--border));box-shadow:0 14px 28px #00000014}.conversation-row:active .conversation-link{transform:scale(.992)}.conversation-avatar-shell{flex:none;width:48px;height:48px;position:relative}.conversation-avatar{background:linear-gradient(180deg, color-mix(in srgb, var(--surface-muted) 82%, white 18%), color-mix(in srgb, var(--surface) 96%, transparent 4%));border:1px solid color-mix(in srgb, var(--border) 84%, transparent);width:48px;height:48px;color:var(--text);border-radius:16px;box-shadow:inset 0 1px #ffffff2e}.conversation-activity-dot{border:2px solid var(--surface);background:color-mix(in srgb, var(--line) 90%, var(--border));border-radius:999px;width:11px;height:11px;position:absolute;bottom:-1px;right:-1px}.conversation-activity-dot.active{background:var(--accent-platinum)}.conversation-name{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:3px}.conversation-name-text{letter-spacing:-.012em;min-width:0;font-size:14px;font-weight:700;line-height:1.25}.conversation-preview{-webkit-line-clamp:1;white-space:normal;-webkit-box-orient:vertical;font-size:12px;line-height:1.3;display:-webkit-box}.conversation-time{letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:600}.pill.quiet{background:color-mix(in srgb, var(--surface-muted) 90%, white 10%);border-color:color-mix(in srgb, var(--border) 88%, transparent);color:var(--text-soft)}.unread-badge{background:var(--accent-platinum);min-width:20px;height:20px;color:var(--bg-lacquer);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:10px;font-weight:700;display:inline-flex;box-shadow:0 6px 14px #0000001f}.conversation-read-mark{background:color-mix(in srgb, var(--text-soft) 70%, transparent);border-radius:999px;width:6px;height:6px}.chat-list-card .eyebrow,.chat-list-card .screen-copy,.chat-list-card .muted-copy,.chat-list-card .conversation-time,.chat-list-card .conversation-preview,.chat-list-card .brand-lockup-copy span{color:var(--text-muted)}.chat-list-card .feedback-banner{border-radius:16px;padding:10px 12px}.chat-list-card .feedback-banner p{font-size:14px}.chat-list-shell .bottom-nav{width:min(460px, calc(100vw - 20px - var(--safe-left) - var(--safe-right)));border:1px solid color-mix(in srgb, var(--border) 88%, transparent);background:linear-gradient(#fffdf8f5,#f5f2ecf0);box-shadow:inset 0 1px #ffffff57,0 20px 42px #0000001f}.chat-list-shell .bottom-nav-item{border-radius:14px;min-height:50px}.chat-list-shell .bottom-nav-item.active{background:linear-gradient(180deg, color-mix(in srgb, var(--accent-platinum-soft) 92%, transparent), color-mix(in srgb, var(--accent-platinum-soft) 56%, transparent));color:var(--text);box-shadow:inset 0 1px #ffffff29}.chat-list-shell .bottom-nav-item.active:after{background:var(--text);width:18px;height:3px}@media (max-width:1024px){.chat-list-utility-row{flex-direction:row;justify-content:space-between;align-items:center}.chat-list-status-chip{flex:none}.chat-list-search{flex:auto}.hero-panel,.auth-shell{grid-template-columns:1fr}}@media (max-width:720px){.app-body{padding:max(6px, var(--safe-top)) max(6px, var(--safe-right)) max(6px, var(--safe-bottom)) max(6px, var(--safe-left))}.screen-header,.inbox-topbar,.chat-topbar,.settings-topbar,.conversation-list-header,.chat-header{flex-direction:column;align-items:stretch}.topbar-actions,.chat-header-actions,.conversation-list-actions{justify-content:flex-start}.hero-copy,.auth-copy,.auth-card,.screen-header,.content-panel,.inbox-card,.settings-card,.status-card,.content-card,.search-card{padding:18px}.chat-header,.chat-stage,.composer-card{border-radius:24px}.chat-list-screen{width:100%;padding-bottom:calc(120px + var(--safe-bottom));gap:8px}.chat-list-hero{padding:6px 6px 2px}.chat-list-topbar{border-radius:18px;flex-direction:column;align-items:stretch;padding:12px}.chat-list-profile-card{width:100%;max-width:none}.chat-list-filter-tab{min-height:48px;padding:7px 4px}.chat-list-filter-tab span{font-size:11px}.chat-list-filter-tab small{font-size:9px}.chat-list-card{border-radius:22px;padding:12px}.chat-list-utility-row{flex-direction:column;align-items:stretch}.chat-list-status-chip{align-self:flex-start}.chat-list-new-chat{min-height:42px}.chat-list-topbar .brand-lockup-copy strong{font-size:1.45rem;line-height:1.02}.chat-list-topbar .brand-lockup-copy span{font-size:.68rem;line-height:1.2}.chat-list-shell .bottom-nav{width:calc(100vw - 16px - var(--safe-left) - var(--safe-right))}.chat-list-summary-row{grid-template-columns:1fr}.chat-list-dial-wrap{justify-content:flex-start}.chat-list-summary-card{grid-template-columns:repeat(2,minmax(0,1fr))}.message-card{max-width:100%}.voice-player{width:100%;min-width:0}.message-select-toggle{top:10px;left:8px}.message-card.selected{padding-left:44px}.message-menu-popover.align-right,.message-menu-popover.align-left{left:auto;right:0}.bottom-nav{width:calc(100vw - 14px - var(--safe-left) - var(--safe-right));border-radius:12px}.bottom-nav-item{min-height:54px;padding:8px 6px}.bottom-nav-item span{font-size:9px}}@media (prefers-color-scheme:dark){.chat-list-dial:before{background:var(--bg)}.chat-list-topbar{border-color:var(--border);box-shadow:inset 0 1px 0 #ffffff08, var(--shadow-sm);background:linear-gradient(#1c1c21f0,#101013fa)}.chat-list-topbar .brand-lockup-copy strong{color:var(--on-accent)}.chat-list-topbar .brand-lockup-copy span{color:#faf7f0ad}.chat-list-profile-card,.chat-list-summary-card{background:linear-gradient(#1c1c21fa,#101013f5);border-color:#faf7f014}.chat-list-card{background:linear-gradient(#1c1c21f5,#101013fa)}.chat-list-filter-track{background:var(--surface);border-color:var(--border)}.chat-list-filter-thumb{background:color-mix(in srgb, var(--surface-muted) 88%, transparent);border-color:var(--border-strong)}.chat-list-filter-tab{color:var(--text-muted)}.chat-list-filter-tab.active{color:var(--text)}.conversation-row.has-unread{background:linear-gradient(#1c1c21fa,#1c1c21f0),#1c1c21f0;border-color:#d3d5d82e}.chat-list-clear-button{color:var(--text-muted)}.chat-list-clear-button:hover:not(:disabled){background:var(--accent-soft)}.conversation-info-card.muted{background:color-mix(in srgb, var(--surface-muted) 72%, transparent)}.conversation-row:hover{border-color:color-mix(in srgb, var(--accent) 22%, var(--border));box-shadow:var(--shadow-md)}.chat-list-shell .bottom-nav{background:#1c1c21eb;border-color:#faf7f01f;box-shadow:0 18px 42px #00000047}.chat-list-shell .bottom-nav-item.active{color:var(--on-accent);background:linear-gradient(#d3d5d824,#d3d5d814)}.conversation-avatar{color:var(--on-accent);background:linear-gradient(#222227fa,#141418fa);border-color:#faf7f014}.conversation-activity-dot{background:#faf7f02e;border-color:#16161afa}.conversation-activity-dot.active{background:var(--accent-platinum)}}.chat-shell{gap:10px;width:min(860px,100%);margin:0 auto}.chat-header{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, white 6%), color-mix(in srgb, var(--surface-muted) 90%, white 10%));border:1px solid color-mix(in srgb, var(--border) 88%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:28px;flex-direction:row;justify-content:space-between;align-items:center;min-height:76px;padding:14px 16px;display:flex;box-shadow:inset 0 1px #ffffff4d,0 14px 34px #00000014}.chat-back-button,.chat-header-actions .icon-button{border-radius:14px;width:40px;min-width:40px;height:40px;min-height:40px}.chat-header-actions{align-items:center;gap:8px;display:flex}.chat-header-actions .icon-button:disabled,.chat-back-button{opacity:1}.chat-header-avatar{box-shadow:inset 0 1px #ffffff2e,0 10px 20px #0000000d}.chat-title-row{gap:14px}.chat-title-copy{gap:4px}.chat-title-copy strong{color:var(--text);letter-spacing:-.03em;font-size:1.1rem;font-weight:600;line-height:1.12}.chat-title-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chat-title-meta>span{color:var(--text-muted);font-size:.8rem;font-weight:520}.presence-indicator{background:var(--success-wash);min-height:26px;color:var(--success);border:1px solid color-mix(in srgb, var(--success) 18%, transparent);border-radius:999px;align-items:center;gap:6px;margin:0;padding:0 10px;display:inline-flex}.presence-indicator strong{font-size:12px;font-weight:600}.presence-indicator.offline{background:var(--gold-wash);color:var(--warning);border-color:color-mix(in srgb, var(--warning) 18%, transparent)}.presence-indicator.connecting{background:var(--info-wash);color:var(--info);border-color:color-mix(in srgb, var(--info) 16%, transparent)}.presence-dot{width:8px;height:8px;box-shadow:0 0 0 4px color-mix(in srgb, currentColor 12%, transparent);background:currentColor;border-radius:999px}.chat-stage{border:1px solid color-mix(in srgb, var(--border) 88%, transparent);background:radial-gradient(circle at 16% 12%, color-mix(in srgb, var(--gold) 12%, transparent), transparent 22%), radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--accent-platinum) 10%, transparent), transparent 24%), radial-gradient(circle at 54% 100%, color-mix(in srgb, var(--accent-platinum) 7%, transparent), transparent 30%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, transparent), color-mix(in srgb, var(--surface-muted) 96%, transparent));border-radius:28px;min-height:clamp(360px,100svh - 258px,620px);padding:14px 14px 12px;position:relative;overflow:hidden;box-shadow:0 24px 56px #00000014}.chat-stage:before{content:"";background-image:linear-gradient(color-mix(in srgb, var(--text) 2%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--text) 2%, transparent) 1px, transparent 1px);opacity:.22;pointer-events:none;background-size:36px 36px;position:absolute;inset:0}.chat-messages-shell,.chat-thread-shell{flex-direction:column;flex:auto;gap:8px;min-height:0;display:flex}.chat-composer-shell{margin-top:0}.chat-state-card,.status-card{border-radius:24px}.chat-stage .status-card,.chat-stage .feedback-banner{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, white 4%), color-mix(in srgb, var(--surface-muted) 94%, white 6%));border-color:color-mix(in srgb, var(--border) 88%, transparent);box-shadow:0 18px 38px #00000014}.messages-list{flex-direction:column;gap:10px;width:100%;margin:0;padding:0;list-style:none;display:flex}.message-list-shell{scrollbar-width:thin;overscroll-behavior:contain;scroll-behavior:smooth;flex:auto;min-height:0;padding-right:2px;overflow-y:auto}.message-day-separator{justify-content:center;margin:6px 0 4px;display:flex}.message-day-separator span{background:color-mix(in srgb, var(--surface) 88%, transparent);border:1px solid color-mix(in srgb, var(--border) 84%, transparent);color:#b9b9c0;letter-spacing:.1em;text-transform:capitalize;border-radius:999px;align-items:center;min-height:24px;padding:0 11px;font-size:10px;font-weight:600;display:inline-flex;position:relative;box-shadow:inset 0 1px #fff3,0 6px 16px #0000000a}.message-day-separator span:before,.message-day-separator span:after{content:"";background:color-mix(in srgb, var(--accent) 26%, transparent);width:30px;height:1px;position:absolute;top:50%}.message-day-separator span:before{right:calc(100% + 10px)}.message-day-separator span:after{left:calc(100% + 10px)}.message-row{width:100%;padding-inline:4px;display:flex}.message-row.self{justify-content:flex-end}.message-row.other{justify-content:flex-start}.message-row.self .message-gesture-shell{margin-left:auto}.message-card{isolation:isolate;border:1px solid #0000;border-radius:20px;flex-direction:column;gap:8px;max-width:min(72%,496px);padding:11px 12px 10px;display:flex;position:relative;box-shadow:0 14px 28px #0000000f,inset 0 1px #ffffff0d}.message-card.self{color:var(--text-primary-dark);background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 12%, transparent), transparent 32%), linear-gradient(180deg, color-mix(in srgb, var(--bg-lacquer-2) 99%, var(--accent-platinum) 1%), color-mix(in srgb, var(--bg-lacquer) 99%, var(--accent-platinum) 1%));border-color:color-mix(in srgb, var(--accent-platinum) 18%, transparent);border-radius:20px 20px 8px;align-self:flex-end;margin-left:auto}.message-card.other{color:var(--text);background:radial-gradient(circle at top left, color-mix(in srgb, var(--gold) 7%, transparent), transparent 24%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 99%, white 1%), color-mix(in srgb, var(--surface-muted) 97%, white 3%));border-color:color-mix(in srgb, var(--border) 88%, transparent);border-radius:20px 20px 20px 8px}.message-card.has-voice-content{padding-right:44px}.message-card.deleted{background:color-mix(in srgb, var(--surface-muted) 88%, transparent);color:var(--text-muted);border-color:color-mix(in srgb, var(--border) 72%, transparent);font-style:italic}.message-card.self:before,.message-card.other:before{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0}.message-card.self:before{border:1px solid #ffffff14;-webkit-mask:radial-gradient(circle at 100% 100%,#0000 12px,#000 13px);mask:radial-gradient(circle at 100% 100%,#0000 12px,#000 13px)}.message-card.other:before{border:1px solid #ffffff52;-webkit-mask:radial-gradient(circle at 0 100%,#0000 12px,#000 13px);mask:radial-gradient(circle at 0 100%,#0000 12px,#000 13px)}.message-card.self:after{background:color-mix(in srgb, var(--bg-lacquer) 96%, var(--accent) 4%);clip-path:polygon(0 0,100% 38%,100% 100%,24% 100%);border-radius:0 0 8px;width:14px;height:16px;bottom:8px;right:-5px;transform:none}.message-card.other:after{background:color-mix(in srgb, var(--surface) 99%, white 1%);clip-path:polygon(0 38%,100% 0,76% 100%,0 100%);border-radius:0 0 0 8px;width:14px;height:16px;bottom:8px;left:-5px;transform:none}.message-body{letter-spacing:-.012em;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font-size:14px;line-height:1.5}.message-body.collapsed{color:inherit}.message-footer{gap:6px;margin-top:2px}.message-time,.message-checks{letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:600;line-height:14px}.message-card.self .message-time,.message-card.self .message-checks,.message-card.self .attachment-meta,.message-card.self .voice-player-duration,.message-card.self .attachment-kind,.message-card.self .voice-player-state{color:#ececeec2}.message-card.other .message-time,.message-card.other .message-checks,.message-card.other .attachment-meta,.message-card.other .voice-player-duration,.message-card.other .attachment-kind,.message-card.other .voice-player-state{color:var(--text-muted)}.message-checks.read{color:var(--gold)}.message-actions{top:10px;right:10px}.message-row.other .message-actions{left:10px}.message-card.has-voice-content .message-actions,.message-row.other .message-card.has-voice-content .message-actions{left:auto;right:8px}.message-menu-trigger{background:color-mix(in srgb, var(--surface) 88%, transparent);border-radius:12px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;min-height:30px;font-size:0;display:inline-flex}.message-card.self .message-menu-trigger{color:var(--text-primary-dark);background:#ececee1f;border-color:#ececee1f}.message-menu-trigger:before{content:none}.message-menu-trigger-icon{width:16px;height:16px}.message-menu-popover{background:color-mix(in srgb, var(--surface) 96%, transparent);border:1px solid color-mix(in srgb, var(--border) 88%, transparent);color:#ececee;border-radius:18px;padding:8px;box-shadow:0 22px 42px #00000024}.message-menu-item{min-height:44px;color:var(--text);border-radius:14px;align-items:center;gap:10px;padding:0 12px;font-size:14px;font-weight:560;display:flex}.message-menu-item .qidra-icon,.message-menu-bullet{width:18px;height:18px;color:var(--text-muted);flex:none}.message-menu-item.danger,.message-menu-item.danger .qidra-icon{color:var(--danger)}.attachment-card,.attachment-preview-card,.voice-review-card{border:1px solid color-mix(in srgb, var(--border) 88%, transparent);background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 8%, transparent), transparent 32%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 97%, white 3%), color-mix(in srgb, var(--surface-muted) 95%, white 5%));border-radius:20px;box-shadow:0 10px 22px #0000000f}.attachments-stack,.voice-stack{gap:10px}.attachment-card{flex-direction:column;gap:6px;padding:10px;display:flex}.attachment-card img{aspect-ratio:1.22;object-fit:cover;border-radius:14px;width:100%;display:block}.attachment-caption{flex-direction:column;gap:3px;margin-top:6px;display:flex}.attachment-title{color:inherit;word-break:break-word;font-size:13px;font-weight:600;line-height:17px}.attachment-kind,.voice-kind{letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:11px;font-weight:600}.attachment-meta,.voice-meta{font-size:11px;line-height:15px}.message-attachments{flex-direction:column;gap:10px;display:flex}.attachment-card-media{min-width:0;padding:0;position:relative;overflow:hidden}.attachment-card-media img,.attachment-card-media video{object-fit:cover;width:100%;height:100%;display:block}.attachment-media-fallback,.attachment-document-icon{justify-content:center;align-items:center;display:inline-flex}.attachment-media-fallback .qidra-icon,.attachment-document-icon .qidra-icon{width:22px;height:22px}.attachment-media-play,.attachment-media-chip,.attachment-media-more{z-index:2;position:absolute}.attachment-media-play{justify-content:center;align-items:center;display:inline-flex;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.attachment-media-chip-top{top:10px;left:10px}.attachment-media-chip-bottom{bottom:10px;right:10px}.attachment-media-more{justify-content:center;align-items:center;display:inline-flex;inset:0}.attachment-card-document{flex-direction:row;align-items:center;min-width:0}.attachment-document-copy{flex-direction:column;min-width:0;display:flex}.voice-player{gap:8px;min-width:152px;padding:0}.voice-player-toggle{border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:linear-gradient(180deg, color-mix(in srgb, currentColor 10%, transparent), color-mix(in srgb, currentColor 4%, transparent));border-radius:999px;width:34px;height:34px;font-size:12px;box-shadow:inset 0 1px #ffffff2e,0 8px 18px #00000014}.voice-player-track{border-radius:13px;min-height:24px;padding:4px 8px}.voice-player-meta{align-items:center;gap:4px}.voice-player-duration{font-variant-numeric:tabular-nums;min-width:58px;font-size:10px}.voice-player-state{letter-spacing:.03em;font-size:10px;font-weight:600}.voice-speed-toggle{border:1px solid color-mix(in srgb, currentColor 18%, transparent);background:color-mix(in srgb, currentColor 7%, transparent);min-width:34px;min-height:24px;color:inherit;font-variant-numeric:tabular-nums;border-radius:999px;padding:0 9px;font-size:10px;font-weight:700;line-height:1}.composer-menu-item.recommended{border-color:color-mix(in srgb, var(--gold) 34%, var(--border));background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 14%, transparent), transparent 42%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 95%, white 5%), color-mix(in srgb, var(--surface-muted) 92%, white 8%))}.composer-menu-item.recommended .composer-menu-item-icon{border-color:color-mix(in srgb, var(--gold) 28%, transparent);color:color-mix(in srgb, var(--gold) 74%, var(--accent-strong))}@keyframes voice-track-sheen{0%{transform:translate(-100%)}to{transform:translate(120%)}}.message-body-toggle{min-height:30px;color:inherit;opacity:.8;letter-spacing:.02em;background:0 0;border:0;align-self:flex-start;margin-top:2px;padding:0;font-size:12px;font-weight:600}.message-inline-error{border-top:1px solid color-mix(in srgb, currentColor 14%, transparent);color:var(--danger);margin:6px 0 0;padding-top:8px;font-size:12px;line-height:1.4}.voice-recorder-panel,.voice-review-card{flex-direction:column;flex:0 0 100%;gap:10px;width:100%;margin-top:4px;padding:14px 14px 13px;display:flex}.voice-recorder-panel.live{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 8%, transparent), transparent 38%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 97%, white 3%), color-mix(in srgb, var(--surface-muted) 95%, white 5%));box-shadow:0 12px 26px #00000014,inset 0 1px #ffffff3d}.voice-recorder-panel-header,.voice-review-header,.voice-review-meta,.voice-review-actions,.voice-recorder-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.voice-recorder-status{background:0 0;padding:0}.voice-recorder-status strong,.voice-review-copy strong{color:var(--text);font-size:14px;line-height:18px}.voice-review-copy{flex-direction:column;gap:3px;display:flex}.voice-review-copy span,.voice-recorder-timer,.voice-review-meta span{color:var(--text-muted);font-size:11px;font-weight:560}.voice-review-meta{justify-content:flex-start}.voice-recorder-limit-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.voice-limit-chip{letter-spacing:.01em;background:color-mix(in srgb, var(--accent) 10%, transparent);min-height:28px;color:var(--accent-strong);border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.voice-limit-chip.review{background:color-mix(in srgb, var(--gold) 12%, transparent);color:var(--warning)}.voice-limit-chip.approaching_limit{color:#8f6610;background:#e0c46c29}.voice-limit-chip.at_limit{color:#a13737;background:#b036361f}.voice-recorder-limit-note{color:var(--text-soft);font-size:12px;line-height:16px}.voice-recorder-wave{grid-template-columns:repeat(5,1fr);align-items:end;gap:6px;min-height:30px;display:grid}.voice-recorder-wave span{background:linear-gradient(180deg, color-mix(in srgb, var(--gold) 70%, transparent), color-mix(in srgb, var(--accent) 76%, transparent));height:14px;box-shadow:0 3px 10px color-mix(in srgb, var(--accent) 18%, transparent);border-radius:999px;animation:.9s ease-in-out infinite alternate qidra-wave;display:block}.voice-recorder-wave span:nth-child(2){height:24px;animation-delay:90ms}.voice-recorder-wave span:nth-child(3){height:18px;animation-delay:.18s}.voice-recorder-wave span:nth-child(4){height:28px;animation-delay:.27s}.voice-recorder-wave span:nth-child(5){height:16px;animation-delay:.36s}.voice-review-card audio,.voice-card audio{width:100%}.voice-review-audio-shell{border:1px solid color-mix(in srgb, var(--border) 76%, transparent);background:color-mix(in srgb, var(--surface) 78%, transparent);border-radius:14px;padding:8px 10px}.voice-review-player{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.voice-review-toggle{flex:none}.voice-review-track-shell{min-width:0;position:relative}.voice-review-track{border-radius:999px;height:3px;position:relative;overflow:hidden}.voice-review-track-progress{border-radius:inherit;position:absolute;inset:0 auto 0 0}.voice-review-seek{width:100%;position:absolute;inset:-8px 0}.composer-inline-feedback{flex:0 0 100%}.composer-card{bottom:calc(12px + var(--safe-bottom));z-index:22;isolation:isolate;background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 12%, transparent), transparent 30%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, white 4%), color-mix(in srgb, var(--surface-muted) 94%, white 6%));border:1px solid color-mix(in srgb, var(--border) 88%, transparent);border-radius:24px;padding:10px;position:sticky;overflow:visible;box-shadow:0 22px 48px #0000001f,inset 0 1px #ffffff57}.composer-reply-banner{border:1px solid color-mix(in srgb, var(--border) 82%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 92%, transparent), color-mix(in srgb, var(--surface-muted) 88%, transparent));border-radius:20px;margin-top:0;margin-bottom:12px;padding:12px 14px}.composer-review-stack{flex-direction:column;align-items:stretch;gap:10px;width:100%;min-width:0;margin-bottom:10px;display:flex}.composer-row{align-items:center;width:100%;min-width:0;display:flex}.composer-surface{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--surface-muted) 94%, white 6%));border:1px solid color-mix(in srgb, var(--border) 88%, transparent);border-radius:18px;flex-wrap:nowrap;align-items:center;gap:10px;width:100%;min-width:0;padding:8px 10px;display:flex;box-shadow:inset 0 1px #ffffff57}.composer-actions{flex:none;align-items:center;gap:0;margin-left:auto;display:inline-flex}.composer-leading-action,.composer-tools,.composer-voice-slot{flex:none;align-items:center;display:inline-flex}.composer-icon-button{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, white 4%), color-mix(in srgb, var(--surface-muted) 92%, white 8%));border:1px solid color-mix(in srgb, var(--border) 86%, transparent);border-radius:14px;width:44px;min-width:44px;height:44px;min-height:44px;box-shadow:inset 0 1px #ffffff47,0 10px 20px #0000000f}.composer-icon-button.active,.composer-icon-button.recording{background:radial-gradient(circle at top, color-mix(in srgb, var(--gold) 18%, transparent), transparent 54%), linear-gradient(180deg, color-mix(in srgb, var(--accent) 16%, transparent), color-mix(in srgb, var(--accent) 8%, transparent));color:var(--accent-strong);border-color:color-mix(in srgb, var(--accent) 16%, transparent)}.composer-input{resize:none;white-space:pre-wrap;word-break:break-word;writing-mode:horizontal-tb;background:color-mix(in srgb, var(--surface) 68%, transparent);width:100%;min-width:0;min-height:44px;max-height:136px;color:var(--text);border:1px solid #0000;border-radius:14px;flex:1;padding:11px 14px;font-size:16px;line-height:22px;overflow:hidden auto}.composer-input::-webkit-scrollbar{width:6px}.composer-input:focus{border-color:color-mix(in srgb, var(--accent) 22%, transparent);box-shadow:0 0 0 4px color-mix(in srgb, var(--focus-ring) 88%, transparent)}.composer-send-button{background:radial-gradient(circle at top, color-mix(in srgb, var(--gold) 22%, transparent), transparent 52%), linear-gradient(180deg, #3a3a42fa, #18181cfa);border:1px solid color-mix(in srgb, var(--gold) 24%, transparent);border-radius:14px;justify-content:center;align-self:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;display:inline-flex;box-shadow:inset 0 1px #ffffff1f,0 14px 24px #0000002e}.composer-send-button:disabled{opacity:.52;border-color:color-mix(in srgb, var(--border) 86%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, white 4%), color-mix(in srgb, var(--surface-muted) 92%, white 8%))}.composer-send-letter{width:100%;height:100%;color:var(--gold);text-align:center;text-shadow:0 1px 12px color-mix(in srgb, var(--gold) 18%, transparent);justify-content:center;align-items:center;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:31px;font-weight:700;line-height:1;display:inline-flex;transform:translateY(1px)}.composer-send-button:disabled .composer-send-letter{opacity:.42}.composer-send-button:not(:disabled) .composer-send-letter{opacity:1}.composer-send-button.is-sending .composer-send-letter{animation:.9s linear infinite composer-send-mark-spin}.composer-send-button .composer-send-letter::selection{background:0 0}.composer-send-button .composer-send-letter::selection{background:0 0}@keyframes composer-send-mark-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.composer-support-row{color:var(--text-soft);justify-content:flex-end;gap:8px;padding:8px 2px 0;font-size:12px;font-weight:560;line-height:16px;display:flex}.composer-support-row span{align-items:center;min-height:24px;display:inline-flex}.composer-counter-chip,.composer-limit-copy{border:1px solid color-mix(in srgb, var(--border) 74%, transparent);background:color-mix(in srgb, var(--surface) 76%, transparent);border-radius:999px;padding:0 10px}.composer-counter-chip{font-variant-numeric:tabular-nums}.composer-status-chip{background:color-mix(in srgb, var(--surface) 74%, transparent);color:var(--text);border:1px solid color-mix(in srgb, var(--border) 82%, transparent);border-radius:999px;padding:0 10px}.composer-status-chip.sending{background:color-mix(in srgb, var(--accent) 10%, transparent);color:var(--accent-strong);border-color:color-mix(in srgb, var(--accent) 18%, transparent)}.composer-status-chip.failed{background:color-mix(in srgb, var(--danger) 10%, transparent);color:var(--danger);border-color:color-mix(in srgb, var(--danger) 18%, transparent)}.composer-status-chip.sent{background:color-mix(in srgb, var(--gold) 12%, transparent);color:var(--warning);border-color:color-mix(in srgb, var(--warning) 18%, transparent)}.composer-bottom-sheet{width:min(560px, calc(100vw - 16px - var(--safe-left) - var(--safe-right)));padding:14px 16px calc(20px + var(--safe-bottom));z-index:1201;background:radial-gradient(circle at top,#d4af3714,#0000 44%),linear-gradient(#16161afb,#101014fb);border:1px solid #2a2a30;border-radius:28px 28px 0 0;animation:.26s cubic-bezier(.2,.9,.2,1) composer-sheet-in;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -18px 44px #00000024}.composer-bottom-sheet-topbar{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.composer-bottom-sheet-handle{background:color-mix(in srgb, var(--text) 14%, transparent);border-radius:999px;width:44px;height:5px;margin:0 auto 12px}.composer-bottom-sheet-header{flex-direction:column;gap:2px;margin-bottom:12px;display:flex}.composer-bottom-sheet-header strong{letter-spacing:-.02em;color:#ececee;font-size:18px;line-height:22px}.composer-bottom-sheet-header span,.composer-bottom-sheet-note{color:#94949c;font-size:12px;line-height:17px}.composer-bottom-sheet-grid{gap:8px;display:grid}.composer-confirmation-sheet{width:min(560px, calc(100vw - 16px - var(--safe-left) - var(--safe-right)));max-width:calc(100vw - 16px - var(--safe-left) - var(--safe-right));box-sizing:border-box;flex-direction:column;gap:14px;display:flex}.composer-confirmation-sheet-header{flex-direction:column;gap:4px;display:flex}.composer-confirmation-sheet-header strong{letter-spacing:-.02em;color:#ececee;font-size:18px;line-height:22px}.composer-confirmation-sheet-header span{color:#94949c;font-size:12px;line-height:17px}.composer-confirmation-sheet-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;display:grid}.composer-attachment-trigger{background:radial-gradient(circle at top, color-mix(in srgb, var(--gold) 18%, transparent), transparent 50%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--surface-muted) 94%, white 6%));border-color:color-mix(in srgb, var(--border) 86%, transparent);min-width:44px;min-height:44px;box-shadow:inset 0 1px #fff9,0 10px 18px #00000014}.composer-attachment-trigger.active{background:radial-gradient(circle at top, color-mix(in srgb, var(--gold) 18%, transparent), transparent 52%), linear-gradient(180deg, color-mix(in srgb, var(--accent) 16%, transparent), color-mix(in srgb, var(--accent) 8%, transparent));color:var(--accent-strong);border-color:color-mix(in srgb, var(--accent) 18%, transparent)}.composer-menu-item{background:linear-gradient(#1c1c21fa,#141418fa);border:1px solid #2a2a30;border-radius:18px;justify-content:flex-start;gap:12px;min-height:60px;padding:13px 14px;box-shadow:inset 0 1px #ffffff0d}.composer-sheet-close{color:#ececee;background:#1c1c21f5;border:1px solid #2a2a30;border-radius:999px;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-size:1.4rem;line-height:1;display:inline-flex}.composer-menu-item-icon{color:#ececee;background:radial-gradient(circle at top,#d4af371f,#0000 56%),linear-gradient(#222228fa,#16161afa);border:1px solid #2a2a30;border-radius:14px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:inline-flex;box-shadow:inset 0 1px #ffffff14}.composer-menu-item-copy strong,.attachment-document-preview-copy strong{color:#ececee}.composer-menu-item-copy span,.attachment-document-preview-copy span,.attachment-preview-item-meta,.attachment-preview-inline-error,.attachment-security-note{color:#94949c}.composer-menu-item .qidra-icon{width:22px;height:22px}.attachment-preview-card{box-sizing:border-box;flex-direction:column;align-self:center;gap:12px;width:calc(100% - 24px);min-width:0;max-width:100%;margin:0 12px;padding:16px;display:flex;overflow:hidden}.attachment-preview-header,.attachment-preview-actions{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.attachment-preview-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;width:100%;display:grid}.attachment-preview-copy h4{color:var(--text);font-size:16px;line-height:20px}.attachment-preview-meta,.attachment-security-note{color:var(--text-muted);font-size:13px;line-height:18px}.attachment-preview-meta{display:block}.attachment-security-note{margin:0}.attachment-document-preview{background:#1c1c21eb;border:1px solid #2a2a30;border-radius:18px;align-items:center;gap:12px;min-width:0;padding:12px 14px;display:flex}.attachment-document-preview-copy{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.attachment-document-preview-copy strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:18px;overflow:hidden}.attachment-document-preview-copy span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.attachment-preview-thumb,.attachment-preview-icon-shell{background:#1e1e24eb;border:1px solid #2a2a30;border-radius:18px;flex:0 0 72px;justify-content:center;align-items:center;width:72px;min-width:72px;height:72px;display:inline-flex;overflow:hidden;box-shadow:inset 0 1px #ffffff14}.attachment-preview-thumb img{object-fit:cover;width:100%;height:100%;display:block}.attachment-preview-icon-shell .qidra-icon{color:#ececee;width:28px;height:28px}.message-forward-sheet{gap:12px}.message-forward-search{color:#ececee;background:#1c1c21f5;border:1px solid #2a2a30;border-radius:14px;min-height:44px}.message-forward-placeholder{background:#1c1c21e6;border:1px solid #2a2a30;border-radius:16px;flex-direction:column;gap:4px;padding:14px;display:flex}.message-forward-placeholder strong{color:#ececee;font-size:14px;line-height:18px}.message-forward-placeholder span{color:#94949c;font-size:12px;line-height:16px}.attachment-fallback-card{border-style:dashed}.message-reply-preview{border-left:2px solid color-mix(in srgb, var(--gold) 72%, var(--accent) 28%);background:color-mix(in srgb, var(--surface) 82%, transparent);border-radius:12px;flex-direction:column;gap:4px;min-width:0;margin-bottom:8px;padding:8px 10px;display:flex}.message-reply-preview strong{color:var(--accent);font-size:12px;line-height:16px}.message-reply-preview span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.composer-camera-fallback-sheet .attachment-preview-icon-shell .qidra-icon{width:24px;height:24px}.chat-header-menu-popover{top:calc(var(--safe-top) + 84px);z-index:1209;background:#16161a;border:1px solid #2a2a30;border-radius:18px;width:min(280px,100vw - 24px);padding:8px;position:fixed;right:max(12px,50vw - min(860px,100vw)/2 + 12px);box-shadow:0 8px 24px #0006}.chat-header-menu-item{color:#ececee;text-align:left;background:0 0;border:0;border-radius:12px;width:100%;min-height:44px;padding:10px 12px;font-size:14px;line-height:20px}.chat-header-menu-item:hover,.chat-header-menu-item:focus-visible{background:#ececee0f}.composer-camera-fallback-sheet .composer-confirmation-sheet-actions>.button-primary,.composer-camera-fallback-sheet .composer-confirmation-sheet-actions>.button-ghost{min-height:48px}.attachment-preview-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.attachment-preview-item{border:1px solid color-mix(in srgb, var(--border) 74%, transparent);background:color-mix(in srgb, var(--surface) 78%, transparent);border-radius:14px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.attachment-preview-item-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:18px;overflow:hidden}.attachment-preview-item-meta{color:var(--text-muted);font-size:12px;line-height:16px}.attachment-preview-inline-error{border:1px solid color-mix(in srgb, var(--danger) 18%, transparent);background:color-mix(in srgb, var(--danger) 9%, transparent);color:var(--danger);border-radius:14px;margin:0;padding:10px 12px;font-size:12px;line-height:17px}.attachment-preview-actions .button-primary,.attachment-preview-actions .button-ghost,.composer-confirmation-sheet-actions .button-primary,.composer-confirmation-sheet-actions .button-ghost,.voice-review-actions .button-primary,.voice-review-actions .button-ghost{min-height:44px}.attachment-preview-actions .button-primary,.attachment-preview-actions .button-ghost,.composer-confirmation-sheet-actions .button-primary,.composer-confirmation-sheet-actions .button-ghost{flex:none;justify-content:center;width:100%;min-width:0;max-width:100%}@media (max-width:420px){.attachment-preview-actions,.composer-confirmation-sheet-actions{grid-template-columns:minmax(0,1fr)}}.typing-indicator-card{border:1px solid color-mix(in srgb, var(--border) 88%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 95%, white 5%), color-mix(in srgb, var(--surface-muted) 93%, white 7%));border-radius:18px;align-items:center;gap:12px;padding:12px 14px;display:flex;box-shadow:0 10px 22px #0000000f}.typing-indicator-dots{align-items:center;gap:5px;display:inline-flex}.typing-indicator-dots span{background:var(--accent);border-radius:999px;width:8px;height:8px;animation:.9s ease-in-out infinite qidra-typing}.typing-indicator-dots span:nth-child(2){animation-delay:.12s}.typing-indicator-dots span:nth-child(3){animation-delay:.24s}.typing-indicator-copy{flex-direction:column;gap:2px;display:flex}.typing-indicator-copy strong{color:var(--text);font-size:14px;line-height:18px}.typing-indicator-copy span{color:var(--text-muted);font-size:12px;line-height:16px}.message-card.is-sending,.attachment-card.is-uploading,.voice-review-card.is-uploading{opacity:.88;box-shadow:0 12px 28px #0b2b260d,0 0 0 1px #e0c46c2e}.message-card.is-failed,.attachment-card.is-failed,.voice-review-card.is-failed{box-shadow:0 12px 28px #0b2b260d,0 0 0 1px #b24b3f38}@keyframes qidra-wave{0%{opacity:.76;transform:scaleY(.8)}to{opacity:1;transform:scaleY(1.08)}}@keyframes qidra-typing{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media (max-width:720px){.chat-detail-screen{width:min(calc(100% - max(1rem, var(--safe-left)) - max(1rem, var(--safe-right))), 28.75rem);max-width:28.75rem;padding:calc(.5rem + var(--safe-top)) max(.625rem, var(--safe-right)) calc(.75rem + min(var(--safe-bottom), 16px)) max(.625rem, var(--safe-left));gap:.75rem}.chat-detail-shell .chat-header{border-radius:1.35rem;min-height:68px;padding:.88rem .92rem}.chat-detail-shell .chat-stage{border-radius:1.55rem;min-height:calc(100svh - 214px);padding:.72rem .72rem .68rem}.chat-detail-shell .message-card{max-width:84%}.chat-detail-shell .composer-card{border-radius:1.4rem;padding:.55rem}.chat-shell{gap:10px;width:100%}.chat-header{border-radius:22px;flex-direction:row;min-height:68px;padding:10px 12px}.chat-stage{border-radius:28px;min-height:calc(100svh - 216px);padding:10px 9px}.message-card{max-width:84%}.composer-card{border-radius:24px;padding:8px}.composer-bottom-sheet{width:calc(100vw - 8px - var(--safe-left) - var(--safe-right));padding-left:14px;padding-right:14px}.composer-support-row{gap:6px 10px}}@media (prefers-color-scheme:dark){.chat-header{background:linear-gradient(#1c1c21f5,#101013eb);border-color:#faf7f014;box-shadow:inset 0 1px #ffffff08,0 10px 26px #0000002e}.chat-title-copy strong{color:var(--on-accent)}.chat-header-actions .icon-button:disabled,.chat-back-button{color:#faf7f0bd}.chat-title-meta>span,.voice-review-copy span,.voice-recorder-timer,.voice-review-meta span,.composer-support-row,.composer-bottom-sheet-header span,.composer-bottom-sheet-note{color:#faf7f0ad}.chat-stage{background:radial-gradient(circle at 18% 14%,#b08d5714,#0000 20%),radial-gradient(circle at 78% 24%,#d3d5d814,#0000 24%),radial-gradient(circle at 50% 100%,#d3d5d80f,#0000 32%),linear-gradient(#1c1c21fa,#101013fa);border-color:#faf7f014;box-shadow:0 22px 56px #0000003d}.message-day-separator span,.message-menu-popover,.attachment-card,.attachment-preview-card,.voice-review-card,.voice-recorder-panel,.composer-card,.composer-bottom-sheet{background:linear-gradient(#1c1c21fa,#101013fa);border-color:#faf7f014}.message-card.other{color:var(--on-accent);background:radial-gradient(circle at 0 0,#b08d5714,#0000 28%),linear-gradient(#1c1c21fa,#16161af5);border-color:#faf7f014}.message-card.other:after{background:#16161af5}.message-card.self{background:radial-gradient(circle at 100% 0,#b08d5724,#0000 32%),linear-gradient(#28282ffa,#101013fa)}.message-card.self:after{background:#101013fa}.message-card.other .message-time,.message-card.other .message-checks,.message-card.other .attachment-meta,.message-card.other .voice-player-duration,.message-card.other .voice-player-state,.typing-indicator-copy span,.message-menu-item .qidra-icon,.message-menu-bullet{color:#faf7f0ad}.message-menu-item{color:var(--on-accent)}.typing-indicator-card{background:linear-gradient(#1c1c21fa,#101013fa);border-color:#faf7f014}.typing-indicator-copy strong{color:var(--on-accent)}.presence-indicator{color:var(--accent-platinum);background:#d3d5d814;border-color:#d3d5d824}.presence-indicator.offline{color:var(--gold-strong);background:#d8b84d1f}.composer-surface,.composer-icon-button,.composer-menu-item,.composer-reply-banner,.composer-sheet-close,.attachment-document-preview{color:var(--on-accent);background:#faf7f00d;border-color:#faf7f014}.composer-input,.attachment-preview-copy h4,.attachment-document-preview-copy strong,.voice-recorder-status strong,.voice-review-copy strong{color:var(--on-accent)}.attachment-preview-meta,.attachment-security-note,.attachment-document-preview-copy span{color:#faf7f0ad}.new-chat-module-badges .pill,.new-chat-mode-pill,.new-chat-filter-tab,.search-discovery-card,.new-chat-recent-item,.new-chat-search-shell .field-input,.new-chat-contacts-permission{color:var(--on-accent);background:linear-gradient(#182724fa,#121d1bfa);border-color:#faf7f014}.search-discovery-title-row strong,.new-chat-recent-item,.new-chat-qr-dialog h3{color:var(--on-accent)}.search-discovery-subtitle,.search-discovery-description,.new-chat-recent-item small,.new-chat-filter-tab small,.new-chat-contacts-permission p,.new-chat-qr-dialog .muted-copy{color:#faf7f0ad}.new-chat-inline-clear,.new-chat-search-actions .button-secondary{color:#faf7f0c7;background:#faf7f00f;border-color:#faf7f014}.composer-status-chip{color:#faf7f0c7;background:#faf7f00f;border-color:#faf7f01a}.message-day-separator span{color:#faf7f0bd;background:#1c1c21eb;border-color:#faf7f014}}.settings-module-shell{gap:14px;width:100%;min-width:0;max-width:760px;margin:0 auto}.settings-module-topbar,.settings-identity-hero,.settings-module-card,.theme-preview-card,.settings-detail-card,.settings-help-copy{border:1px solid var(--border);width:100%;box-shadow:var(--shadow-sm)}.settings-module-topbar,.settings-identity-hero,.settings-module-card,.settings-detail-card,.settings-help-copy{background:var(--surface);border-radius:26px}.settings-module-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, white 6%), color-mix(in srgb, var(--surface-muted) 92%, white 8%));justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.settings-brand-lockup{align-items:center;gap:14px;min-width:0;display:flex}.settings-brand-mark-shell,.settings-back-button,.settings-row-icon{border-radius:16px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;display:inline-flex}.settings-brand-mark-shell{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 18%, transparent), color-mix(in srgb, var(--accent-strong) 8%, transparent));border:1px solid color-mix(in srgb, var(--accent) 20%, var(--border))}.settings-back-button{border:1px solid var(--border);background:var(--surface-soft);color:var(--accent-strong)}.settings-topbar-icon,.settings-row-icon .qidra-icon,.settings-inline-icon,.settings-brand-mark{width:19px;height:19px}.settings-topbar-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.settings-topbar-copy h1{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-size:clamp(1.68rem,4vw,1.92rem);font-weight:600;line-height:1.02}.settings-topbar-copy p{color:var(--text-muted);text-transform:none;letter-spacing:-.01em;margin:0;font-size:.88rem;font-weight:500;line-height:1.5}.settings-identity-hero{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 12%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface-dark-2) 70%, var(--accent) 30%), color-mix(in srgb, var(--bg-lacquer) 86%, var(--accent) 14%));color:var(--on-accent);flex-direction:column;gap:18px;padding:20px;display:flex;box-shadow:0 22px 48px #00000024}.settings-identity-main{align-items:center;gap:16px;display:flex}.settings-profile-avatar{border-radius:24px;width:68px;height:68px;font-size:1.2rem;box-shadow:inset 0 1px #ffffff2e}.settings-identity-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.settings-identity-copy strong{letter-spacing:-.03em;font-size:1.26rem;line-height:1.06}.settings-identity-copy span{color:#faf7f0c2}.settings-inline-badges,.settings-inline-actions,.settings-identity-actions{flex-wrap:wrap;gap:10px;display:flex}.settings-identity-actions .button-primary,.settings-identity-actions .button-secondary{min-height:44px}.settings-module-group{flex-direction:column;gap:10px;display:flex}.settings-module-group h2{font-family:var(--font-display);color:var(--text-muted);letter-spacing:.01em;text-transform:none;margin:0;padding:0 4px;font-size:1.18rem;font-weight:600}.settings-module-card{overflow:hidden}.settings-row-button,.settings-row-static,.settings-option-row{border:0;border-bottom:1px solid var(--border);width:100%;min-height:58px;color:inherit;text-align:left;background:0 0;align-items:center;gap:14px;padding:15px 16px;display:flex}.settings-module-card>:last-child{border-bottom:0}.settings-row-button:disabled,.settings-option-row:disabled{cursor:default;opacity:.72}.settings-row-copy,.settings-option-copy{flex-direction:column;flex:auto;gap:3px;min-width:0;display:flex}.settings-row-copy strong,.settings-option-copy strong{font-size:.99rem;line-height:1.2}.settings-row-copy small,.settings-option-copy small{color:var(--text-muted);line-height:1.35}.settings-row-meta{justify-content:flex-end;align-items:center;gap:10px;display:flex}.settings-status-badge,.settings-option-check{background:color-mix(in srgb, var(--gold) 10%, transparent);border:1px solid color-mix(in srgb, var(--gold) 18%, transparent);min-height:28px;color:var(--warning);letter-spacing:.05em;text-align:center;border-radius:999px;justify-content:center;align-items:center;padding:0 9px;font-size:.72rem;font-weight:700;display:inline-flex}.settings-row-chevron{width:18px;height:18px;color:var(--text-soft)}.settings-detail-card{padding:8px 0}.settings-detail-line{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:52px;padding:0 16px;display:flex}.settings-detail-card>:last-child{border-bottom:0}.settings-detail-line span{color:var(--text-muted)}.settings-detail-line strong{text-align:right;max-width:58%;font-size:.95rem;line-height:1.35}.settings-edit-stack{flex-direction:column;gap:10px;padding:16px;display:flex}.settings-help-copy{align-items:flex-start;gap:12px;padding:18px;display:flex}.settings-help-copy p{color:var(--text-muted);margin:0;line-height:1.5}.security-alert-grid{gap:12px;display:grid}.security-alert-card,.settings-support-note-card,.device-hero-card,.settings-danger-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:24px}.security-alert-card{background:var(--surface);padding:18px}.security-alert-card.success{background:linear-gradient(180deg, color-mix(in srgb, var(--gold) 8%, transparent), color-mix(in srgb, var(--gold) 4%, transparent)), var(--surface)}.security-alert-card.warning{background:linear-gradient(180deg, #c9a2271f, #c9a2270a), var(--surface)}.security-alert-card.danger{background:linear-gradient(180deg, #b24b3f1a, #b24b3f08), var(--surface)}.security-alert-card-head,.device-session-card-main,.device-hero-main,.device-hero-meta,.settings-danger-copy{gap:12px;display:flex}.security-alert-card-head{justify-content:space-between;align-items:center}.security-alert-card strong,.security-history-copy strong,.device-hero-copy strong,.device-session-copy strong,.settings-support-row strong,.settings-danger-copy strong{font-size:1rem;line-height:1.2}.security-alert-card p,.settings-support-note-card p,.settings-danger-copy p{color:var(--text-muted);margin:8px 0 0;line-height:1.5}.security-center-row,.security-history-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.security-center-row:last-child,.security-history-row:last-child{border-bottom:0}.security-center-copy,.security-history-copy,.device-session-copy,.device-hero-copy,.settings-support-row{flex-direction:column;gap:4px;min-width:0;display:flex}.security-center-copy small,.security-history-copy small,.device-session-copy small,.device-hero-copy span,.settings-support-row small{color:var(--text-muted);line-height:1.42}.settings-support-note-card{background:var(--surface);align-items:flex-start;gap:12px;padding:18px;display:flex}.feature-shell-card{justify-content:space-between}.feature-shell-icon{flex:none}.feature-shell-copy{flex-direction:column;flex:auto;gap:6px;min-width:0;display:flex}.feature-shell-copy strong{font-size:1rem;line-height:1.2}.feature-shell-copy p{margin:0}.settings-support-stack{background:var(--border);gap:1px;width:100%;display:grid}.settings-support-row{background:var(--surface);padding:16px}.device-hero-card{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 14%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface-dark-2) 70%, var(--accent) 30%), color-mix(in srgb, var(--bg-lacquer) 86%, var(--accent) 14%));width:100%;color:var(--on-accent);padding:20px}.device-hero-main{justify-content:space-between;align-items:center}.device-session-icon-shell{border:1px solid var(--border);background:var(--surface-soft);border-radius:18px;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;min-height:52px;display:inline-flex}.device-session-icon-shell.featured{background:#faf7f014;border-color:#faf7f024}.device-session-icon{width:24px;height:24px}.device-hero-meta{flex-wrap:wrap;margin-top:14px}.device-meta-chip{color:#faf7f0e0;background:#faf7f014;border:1px solid #faf7f024;border-radius:999px;align-items:center;gap:8px;min-height:36px;padding:0 12px;display:inline-flex}.device-session-list{gap:10px;width:100%;display:grid}.device-session-card{border:1px solid var(--border);background:var(--surface);border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:15px 16px;display:flex}.device-session-card.current{border-color:color-mix(in srgb, var(--gold) 22%, transparent);box-shadow:0 12px 28px #00000014}.device-session-meta{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.device-session-meta small,.security-history-row>span{color:var(--text-soft);font-size:.82rem}.settings-danger-card{background:linear-gradient(180deg, #b24b3f0f, #b24b3f05), var(--surface);justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.settings-danger-card-column{flex-direction:column;align-items:stretch}.settings-danger-list{flex-wrap:wrap;gap:8px;display:flex}.settings-danger-list span{min-height:30px;color:var(--text);background:#b24b3f14;border:1px solid #b24b3f2e;border-radius:999px;align-items:center;padding:0 12px;font-size:.78rem;font-weight:600;display:inline-flex}.settings-danger-button{align-items:center;gap:8px;display:inline-flex}.theme-preview-card{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 8%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white 2%), color-mix(in srgb, var(--surface-muted) 96%, white 4%));border-radius:24px;padding:16px}.theme-preview-card.dark{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 8%, transparent), transparent 28%), linear-gradient(180deg, #1c1c21fa, #101013fa);border-color:#faf7f014}.theme-preview-card-header,.theme-preview-card-nav{justify-content:space-between;align-items:center;display:flex}.theme-preview-card-header strong{font-size:1rem}.theme-preview-card-header span{color:var(--text-muted);font-size:.82rem}.theme-preview-card-window{border:1px solid var(--border);background:#faf7f099;border-radius:18px;gap:8px;margin:18px 0 14px;padding:14px;display:grid}.theme-preview-card.dark .theme-preview-card-window{background:#faf7f00d;border-color:#faf7f014}.theme-preview-card-line{background:#4a4d5233;border-radius:999px;height:10px}.theme-preview-card.dark .theme-preview-card-line{background:#faf7f029}.theme-preview-card-line.strong{background:color-mix(in srgb, var(--accent) 58%, transparent);width:64%}.theme-preview-card.dark .theme-preview-card-line.strong{background:color-mix(in srgb, var(--accent) 72%, transparent)}.theme-preview-card-line.short{width:42%}.theme-preview-card-nav span{background:#4a4d522e;border-radius:999px;width:44px;height:8px}.theme-preview-card-nav span.active{background:var(--accent)}.settings-option-row.active{background:color-mix(in srgb, var(--accent) 8%, transparent)}html[data-theme=dark] .settings-module-topbar,html[data-theme=dark] .settings-module-card,html[data-theme=dark] .settings-detail-card,html[data-theme=dark] .settings-help-copy,html[data-theme=dark] .security-alert-card,html[data-theme=dark] .settings-support-note-card,html[data-theme=dark] .device-session-card,html[data-theme=dark] .settings-danger-card,html[data-theme=dark] .settings-back-button,html[data-theme=dark] .settings-brand-mark-shell{background:var(--surface);border-color:var(--border)}html[data-theme=dark] .settings-topbar-copy h1,html[data-theme=dark] .settings-row-copy strong,html[data-theme=dark] .settings-option-copy strong,html[data-theme=dark] .settings-detail-line strong,html[data-theme=dark] .theme-preview-card-header strong{color:var(--text)}html[data-theme=dark] .settings-module-topbar,html[data-theme=dark] .settings-module-card,html[data-theme=dark] .settings-detail-card,html[data-theme=dark] .settings-help-copy,html[data-theme=dark] .security-alert-card,html[data-theme=dark] .settings-support-note-card,html[data-theme=dark] .device-session-card,html[data-theme=dark] .settings-danger-card{box-shadow:var(--shadow-md)}html[data-theme=dark] .settings-option-row.active{background:color-mix(in srgb, var(--accent) 14%, transparent)}html[data-theme=dark] .settings-status-badge,html[data-theme=dark] .settings-option-check{color:var(--gold)}html[data-theme=dark] .device-hero-card{box-shadow:var(--shadow-lg)}html[data-theme=dark] .device-session-card.current{border-color:#d8b84d2e}html[data-theme=dark] .device-session-icon-shell,html[data-theme=dark] .device-meta-chip{background:#faf7f00f;border-color:#faf7f01f}html[data-theme=dark] .settings-support-stack{background:#faf7f014}html[data-theme=dark] .settings-support-row{background:var(--surface)}.notifications-shell{width:100%;min-width:0;max-width:760px;padding-bottom:calc(112px + env(safe-area-inset-bottom,0px));gap:14px;margin:0 auto;overflow-x:clip}.notifications-shell,.notifications-shell *,.notifications-shell :before,.notifications-shell :after{box-sizing:border-box}.notifications-topbar,.notifications-permission-card,.notifications-stream-card,.notifications-privacy-card{border:1px solid var(--border);background:var(--surface);width:100%;max-width:100%;box-shadow:var(--shadow-sm);border-radius:26px}.notifications-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 92%, white 8%), color-mix(in srgb, var(--surface) 98%, transparent 2%));justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.notifications-topbar-actions{align-items:center;gap:10px;display:flex}.notifications-permission-card{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 12%, transparent), transparent 26%), linear-gradient(180deg, color-mix(in srgb, var(--surface-dark-2) 70%, var(--accent) 30%), color-mix(in srgb, var(--bg-lacquer) 86%, var(--accent) 14%));color:var(--on-accent);justify-content:space-between;align-items:center;gap:18px;padding:20px;display:flex;box-shadow:0 22px 48px #00000024}.notifications-permission-main,.notifications-permission-head,.notification-center-head,.notification-center-meta,.notification-center-main,.notifications-group-heading,.notifications-permission-copy{display:flex}.notifications-permission-main{align-items:flex-start;gap:14px;min-width:0}.notifications-permission-icon{background:#faf7f014;border:1px solid #faf7f01f;border-radius:18px;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;min-height:52px;display:inline-flex}.notifications-permission-copy,.notification-center-main,.notifications-group-heading,.notification-center-title-block{flex-direction:column;min-width:0;display:flex}.notifications-permission-head{justify-content:space-between;align-items:center;gap:12px}.notifications-permission-copy{gap:6px}.notifications-permission-copy strong,.notification-center-title-block strong{font-size:1.04rem;line-height:1.18}.notifications-permission-copy p,.notifications-permission-copy small,.notifications-group-heading p,.notification-center-title-block small{margin:0;line-height:1.48}.notifications-permission-copy p,.notifications-permission-copy small{color:#faf7f0cc}.notifications-permission-actions .button-primary{min-height:44px}.notifications-module-group{flex-direction:column;gap:10px;width:100%;min-width:0;max-width:100%;display:flex}.notifications-group-heading{gap:4px;width:100%;min-width:0;max-width:100%;padding:0 16px}.notifications-group-heading h2{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.94rem;font-weight:600}.notifications-stream-card{min-width:0;overflow:hidden}.notification-center-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:14px;padding:17px 16px;display:flex}.notifications-stream-card>:last-child{border-bottom:0}.notification-center-item.info{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 6%, transparent), color-mix(in srgb, var(--accent) 2%, transparent)), var(--surface)}.notification-center-item.warning{background:linear-gradient(180deg, #c9a22717, #c9a22705), var(--surface)}.notification-center-item.danger{background:linear-gradient(180deg, #b24b3f14, #b24b3f05), var(--surface)}.notification-center-head{justify-content:space-between;align-items:flex-start;gap:12px}.notification-center-title-block{gap:4px}.notification-center-title-block small{color:var(--text-muted);overflow-wrap:anywhere}.notification-center-meta{color:var(--text-soft);align-items:center;gap:10px;margin-top:10px;font-size:.82rem}.notification-inline-action{background:var(--surface-soft);min-height:40px;color:var(--accent-strong);border:0;border-radius:999px;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.notifications-privacy-card{padding:18px}.notifications-guidance-list{gap:10px;margin-top:12px;display:grid}.notifications-guidance-item{border:1px solid var(--border);background:var(--surface-soft);border-radius:18px;padding:14px 16px}.notifications-guidance-item strong{color:var(--text);margin-bottom:6px;display:block}.notifications-guidance-item p{color:var(--text-muted);margin:0;line-height:1.48}.notifications-shell .settings-module-card,.notifications-shell .empty-card,.notifications-shell .feedback-banner,.notifications-shell .settings-row-static,.notifications-shell .settings-row-button,.notifications-shell .settings-row-copy,.notifications-shell .settings-row-meta{width:100%;min-width:0;max-width:100%}.notifications-shell .settings-module-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:26px;overflow:hidden}.notifications-shell .settings-row-static,.notifications-shell .settings-row-button{grid-template-columns:46px minmax(0,1fr) auto;align-items:start;column-gap:14px;display:grid;overflow:hidden}.notifications-shell .settings-row-meta{flex:none;place-self:center end}.notifications-shell .settings-status-badge{white-space:normal;text-align:center;max-width:100%}.notifications-collapsible-toggle,.notifications-expanded-section,.notifications-section-stack{width:100%}.notifications-collapsible-toggle{border:1px solid var(--border);background:var(--surface);color:inherit;text-align:left;box-shadow:var(--shadow-sm);border-radius:26px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.notifications-collapsible-copy,.notifications-collapsible-meta,.notifications-section-stack{display:flex}.notifications-collapsible-copy,.notifications-section-stack{flex-direction:column}.notifications-collapsible-copy{gap:4px;min-width:0}.notifications-collapsible-copy small{color:var(--text-muted);line-height:1.42}.notifications-collapsible-meta{flex:none;align-items:center;gap:10px}.notifications-collapsible-toggle .settings-topbar-icon{transition:transform .18s}.notifications-collapsible-toggle.open .settings-topbar-icon{transform:rotate(180deg)}.notifications-section-stack{gap:12px;margin-top:12px}.notifications-group-heading.compact{padding:0 4px}html[data-theme=dark] .notifications-topbar,html[data-theme=dark] .notifications-stream-card,html[data-theme=dark] .notifications-privacy-card,html[data-theme=dark] .notifications-shell .settings-module-card,html[data-theme=dark] .notification-inline-action,.notifications-shell[data-theme=dark] .notifications-topbar,.notifications-shell[data-theme=dark] .notifications-stream-card,.notifications-shell[data-theme=dark] .notifications-privacy-card,.notifications-shell[data-theme=dark] .settings-module-card,.notifications-shell[data-theme=dark] .notification-inline-action{background:var(--surface);border-color:var(--border)}html[data-theme=dark] .notifications-permission-card,.notifications-shell[data-theme=dark] .notifications-permission-card{box-shadow:var(--shadow-lg);background:radial-gradient(circle at 100% 0,#d8b84d1f,#0000 28%),linear-gradient(#1b2d29fa,#121c1afa);border-color:#faf7f014}html[data-theme=dark] .notification-center-item.info,html[data-theme=dark] .notification-center-item.warning,html[data-theme=dark] .notification-center-item.danger,.notifications-shell[data-theme=dark] .notification-center-item.info,.notifications-shell[data-theme=dark] .notification-center-item.warning,.notifications-shell[data-theme=dark] .notification-center-item.danger{border-color:#faf7f014}.language-shell{gap:14px;width:100%;min-width:0;max-width:760px;margin:0 auto;overflow-x:clip}.language-shell,.language-shell *,.language-shell :before,.language-shell :after{box-sizing:border-box}.language-topbar,.language-hero-card,.language-preview-card,.language-privacy-card{border:1px solid var(--border);background:var(--surface);width:100%;max-width:100%;box-shadow:var(--shadow-sm);border-radius:26px}.language-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 92%, white 8%), color-mix(in srgb, var(--surface) 98%, transparent 2%));justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.language-topbar-actions{align-items:center;gap:10px;display:flex}.language-hero-card{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 12%, transparent), transparent 26%), linear-gradient(180deg, color-mix(in srgb, var(--surface-dark-2) 70%, var(--accent) 30%), color-mix(in srgb, var(--bg-lacquer) 86%, var(--accent) 14%));color:var(--on-accent);justify-content:space-between;align-items:center;gap:18px;padding:20px;display:flex;box-shadow:0 22px 48px #00000024}.language-hero-main,.language-preview-header,.language-group-heading,.language-hero-copy,.language-preview-copy{display:flex}.language-hero-main{align-items:flex-start;gap:14px;min-width:0}.language-hero-icon{background:#faf7f014;border:1px solid #faf7f01f;border-radius:18px;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;min-height:52px;display:inline-flex}.language-hero-copy,.language-preview-copy,.language-group-heading,.language-document-copy{flex-direction:column;min-width:0;display:flex}.language-hero-copy{gap:6px}.language-hero-copy strong,.language-preview-copy strong,.language-document-copy strong,.language-message-bubble strong,.language-document-summary strong{font-size:1.04rem;line-height:1.18}.language-hero-copy p,.language-preview-copy p,.language-group-heading p,.language-document-copy small,.language-message-bubble span,.language-document-summary span{margin:0;line-height:1.48}.language-hero-copy p,.language-document-copy small{color:#faf7f0cc}.language-module-group{flex-direction:column;gap:10px;width:100%;min-width:0;max-width:100%;display:flex}.language-group-heading{gap:4px;width:100%;min-width:0;max-width:100%;padding:0 16px}.language-group-heading h2{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.94rem;font-weight:600}.language-preview-card{flex-direction:column;gap:16px;padding:18px;display:flex}.language-preview-card.translated,.language-preview-card.show_original,.language-preview-card.translated_summary{background:radial-gradient(circle at 100% 0,#b08d571a,#0000 26%),linear-gradient(#1e1e23fa,#101013fa)}.language-preview-card.unavailable,.language-preview-card.failed,.language-preview-card.unsupported{background:linear-gradient(180deg, #c9a22714, #c9a22705), var(--surface)}.language-preview-header{justify-content:space-between;align-items:flex-start;gap:12px}.language-preview-copy{gap:6px}.language-message-stack,.language-inline-actions{flex-direction:column;gap:10px;display:flex}.language-message-bubble,.language-document-card,.language-document-summary{border:1px solid var(--border);background:var(--surface-soft);border-radius:20px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.language-message-bubble.original{background:linear-gradient(#222228fa,#141418fa)}.language-message-bubble.translated{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 12%, transparent), color-mix(in srgb, var(--accent) 4%, transparent)), var(--surface)}.language-message-bubble span,.language-document-summary span{color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.language-document-card{flex-direction:row;align-items:center;gap:12px}.language-document-card .settings-row-icon{flex:none}.language-document-summary strong{line-height:1.45}.language-privacy-card{padding:18px}.language-shell .settings-module-card,.language-shell .feedback-banner,.language-shell .settings-row-static,.language-shell .settings-row-copy,.language-shell .settings-row-meta{width:100%;min-width:0;max-width:100%}.language-shell .settings-row-static{grid-template-columns:46px minmax(0,1fr) auto;align-items:center;column-gap:14px;display:grid}.language-shell .settings-row-copy{flex:initial}.language-shell .settings-row-meta{flex:none;justify-self:end;width:auto}.meeting-recorder-shell{gap:14px;width:100%;min-width:0;max-width:760px;margin:0 auto;overflow-x:clip}.meeting-recorder-shell,.meeting-recorder-shell *,.meeting-recorder-shell :before,.meeting-recorder-shell :after{box-sizing:border-box}.meeting-topbar,.meeting-hero-card,.meeting-recorder-card,.meeting-detail-card,.meeting-privacy-card{border:1px solid var(--border);background:var(--surface);width:100%;max-width:100%;box-shadow:var(--shadow-sm);border-radius:26px}.meeting-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 92%, white 8%), color-mix(in srgb, var(--surface) 98%, transparent 2%));justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.meeting-topbar-actions{align-items:center;gap:10px;display:flex}.meeting-hero-card{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 12%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface-dark-2) 70%, var(--accent) 30%), color-mix(in srgb, var(--bg-lacquer) 86%, var(--accent) 14%));color:var(--on-accent);justify-content:space-between;align-items:center;gap:18px;padding:20px;display:flex;box-shadow:0 22px 48px #00000024}.meeting-hero-main,.meeting-group-heading,.meeting-card-title,.meeting-recorder-copy,.meeting-export-copy{min-width:0;display:flex}.meeting-hero-main{align-items:flex-start;gap:14px}.meeting-hero-icon,.meeting-recorder-icon{background:#faf7f014;border:1px solid #faf7f01f;border-radius:18px;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;min-height:52px;display:inline-flex}.meeting-hero-copy,.meeting-group-heading,.meeting-card-title,.meeting-recorder-copy,.meeting-export-copy{flex-direction:column}.meeting-hero-copy strong,.meeting-recorder-copy strong,.meeting-card-title strong,.meeting-export-copy strong,.meeting-action-head strong,.meeting-risk-item strong,.meeting-roadmap-step strong{font-size:1.04rem;line-height:1.18}.meeting-hero-copy p,.meeting-group-heading p,.meeting-card-title p,.meeting-recorder-copy p,.meeting-export-copy p,.meeting-guidance-copy,.meeting-transcript-segment p,.meeting-risk-item p,.meeting-roadmap-step p,.meeting-placeholder-card p{margin:0;line-height:1.48}.meeting-hero-copy p{color:#faf7f0d6}.meeting-module-group{flex-direction:column;gap:10px;width:100%;min-width:0;max-width:100%;display:flex}.meeting-group-heading{gap:4px;width:100%;min-width:0;max-width:100%;padding:0 16px}.meeting-group-heading h2{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.94rem;font-weight:600}.meeting-recorder-card,.meeting-detail-card,.meeting-privacy-card{padding:18px}.meeting-recorder-card,.meeting-detail-card{flex-direction:column;gap:16px;display:flex}.meeting-recorder-head,.meeting-card-header,.meeting-action-head,.meeting-transcript-meta,.meeting-export-item{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.meeting-recorder-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.meeting-recorder-copy{gap:8px}.meeting-recorder-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.meeting-stat-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:20px;flex-direction:column;gap:6px;padding:14px;display:flex}.meeting-stat-card.accent{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 12%, transparent), color-mix(in srgb, var(--accent) 4%, transparent)), var(--surface-soft)}.meeting-inline-actions{flex-wrap:wrap;gap:10px;display:flex}.meeting-card-title{align-items:flex-start;gap:12px}.meeting-placeholder-card{background:var(--surface-soft);color:var(--text-soft);border-radius:20px;align-items:center;gap:10px;padding:14px;display:flex}.meeting-transcript-stack,.meeting-action-list,.meeting-roadmap-list,.meeting-risk-list,.meeting-export-list{flex-direction:column;gap:10px;display:flex}.meeting-transcript-segment,.meeting-action-item,.meeting-roadmap-step,.meeting-risk-item,.meeting-export-item{border:1px solid var(--border);background:var(--surface-soft);border-radius:20px;min-width:0;padding:14px}.meeting-transcript-meta,.meeting-action-meta{align-items:center}.meeting-transcript-meta span,.meeting-action-meta,.meeting-guidance-copy{color:var(--text-soft);font-size:.88rem}.meeting-action-meta{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.meeting-roadmap-step,.meeting-export-item{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:12px;display:grid}.meeting-export-item{grid-template-columns:minmax(0,1fr) auto}.meeting-risk-item.warning{background:linear-gradient(180deg, #c9a22717, #c9a22705), var(--surface-soft)}.meeting-risk-item.danger{background:linear-gradient(180deg, #b24b3f14, #b24b3f05), var(--surface-soft)}.meeting-bullet-list{gap:8px;margin:0;padding-left:1.1rem;display:grid}.meeting-recorder-shell .feedback-banner,.meeting-recorder-shell .settings-status-badge{max-width:100%}html[data-theme=dark] .meeting-topbar,html[data-theme=dark] .meeting-recorder-card,html[data-theme=dark] .meeting-detail-card,html[data-theme=dark] .meeting-privacy-card,html[data-theme=dark] .meeting-stat-card,html[data-theme=dark] .meeting-transcript-segment,html[data-theme=dark] .meeting-action-item,html[data-theme=dark] .meeting-roadmap-step,html[data-theme=dark] .meeting-risk-item,html[data-theme=dark] .meeting-export-item,html[data-theme=dark] .meeting-placeholder-card,.meeting-recorder-shell[data-theme=dark] .meeting-topbar,.meeting-recorder-shell[data-theme=dark] .meeting-recorder-card,.meeting-recorder-shell[data-theme=dark] .meeting-detail-card,.meeting-recorder-shell[data-theme=dark] .meeting-privacy-card,.meeting-recorder-shell[data-theme=dark] .meeting-stat-card,.meeting-recorder-shell[data-theme=dark] .meeting-transcript-segment,.meeting-recorder-shell[data-theme=dark] .meeting-action-item,.meeting-recorder-shell[data-theme=dark] .meeting-roadmap-step,.meeting-recorder-shell[data-theme=dark] .meeting-risk-item,.meeting-recorder-shell[data-theme=dark] .meeting-export-item,.meeting-recorder-shell[data-theme=dark] .meeting-placeholder-card{background:var(--surface);border-color:var(--border)}html[data-theme=dark] .meeting-hero-card,.meeting-recorder-shell[data-theme=dark] .meeting-hero-card{box-shadow:var(--shadow-lg);background:radial-gradient(circle at 100% 0,#d8b84d24,#0000 28%),linear-gradient(#1b2d29fa,#121c1afa);border-color:#faf7f014}@media (max-width:720px){.meeting-topbar,.meeting-hero-card,.meeting-recorder-head,.meeting-card-header,.meeting-export-item{flex-direction:column;align-items:flex-start}.meeting-recorder-metrics,.meeting-roadmap-step,.meeting-export-item{grid-template-columns:minmax(0,1fr)}}.language-shell .settings-status-badge{white-space:normal;text-align:center;max-width:100%}.language-shell .settings-status-badge,.notifications-shell .settings-status-badge{color:#94949c;background:#1c1c21;border-color:#2a2a30}.language-shell .settings-status-badge.success,.notifications-shell .settings-status-badge.success{color:#6e8f7e;background:#6e8f7e1f;border-color:#6e8f7e33}html[data-theme=dark] .language-topbar,html[data-theme=dark] .language-preview-card,html[data-theme=dark] .language-privacy-card,.language-shell[data-theme=dark] .language-topbar,.language-shell[data-theme=dark] .language-preview-card,.language-shell[data-theme=dark] .language-privacy-card{background:var(--surface);border-color:var(--border)}html[data-theme=dark] .language-hero-card,.language-shell[data-theme=dark] .language-hero-card{box-shadow:var(--shadow-lg);background:radial-gradient(circle at 100% 0,#d8b84d1f,#0000 28%),linear-gradient(#1b2d29fa,#121c1afa);border-color:#faf7f014}html[data-theme=dark] .language-message-bubble,html[data-theme=dark] .language-document-card,html[data-theme=dark] .language-document-summary,.language-shell[data-theme=dark] .language-message-bubble,.language-shell[data-theme=dark] .language-document-card,.language-shell[data-theme=dark] .language-document-summary{background:#faf7f00d;border-color:#faf7f014}.qr-profile-shell{gap:14px;width:100%;max-width:760px;margin:0 auto}.qr-profile-topbar,.digital-card-hero,.digital-card-actions-card,.digital-card-share-sheet{border:1px solid var(--border);box-shadow:var(--shadow-sm)}.qr-profile-topbar{background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:26px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 20px;display:flex}.digital-card-hero{background:radial-gradient(circle at top right, color-mix(in srgb, var(--gold) 16%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface-dark-2) 70%, var(--accent) 30%), color-mix(in srgb, var(--bg-lacquer) 86%, var(--accent) 14%));width:100%;color:var(--on-accent);border-radius:30px;flex-direction:column;gap:18px;padding:22px;display:flex;box-shadow:0 22px 48px #00000024}.digital-card-brand-row,.digital-card-brand-lockup,.digital-card-identity-card,.digital-card-share-header{gap:14px;display:flex}.digital-card-brand-row{justify-content:space-between;align-items:center}.digital-card-brand-lockup,.digital-card-identity-card{align-items:center}.digital-card-brand-mark-shell{background:#faf7f014;border:1px solid #faf7f01f;border-radius:18px;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;min-height:52px;display:inline-flex}.digital-card-brand-mark{width:26px;height:26px}.digital-card-brand-copy,.digital-card-identity-copy,.digital-card-qr-copy,.digital-card-copy-row-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.digital-card-brand-copy strong,.digital-card-identity-copy strong,.digital-card-qr-copy strong{letter-spacing:-.02em;font-size:1.06rem;line-height:1.14}.digital-card-identity-copy strong{font-size:1.46rem}.digital-card-brand-copy span,.digital-card-identity-copy span,.digital-card-qr-copy p{color:#faf7f0c2;margin:0;line-height:1.45}.digital-card-avatar{border-radius:24px;width:72px;height:72px;font-size:1.3rem;box-shadow:inset 0 1px #ffffff24}.digital-card-pill-row{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.digital-card-qr-shell{background:#faf7f014;border:1px solid #faf7f01f;border-radius:24px;grid-template-columns:minmax(0,1fr) 168px;align-items:center;gap:16px;padding:18px;display:grid}.digital-card-qr-box{width:168px;height:168px;color:var(--text);background:#fffbf4f5;border-radius:24px;justify-content:center;align-items:center;display:flex}.digital-card-qr-box.unavailable{color:#faf7f0bd;background:#faf7f01f}.digital-card-qr-empty{text-align:center;flex-direction:column;align-items:center;gap:10px;font-size:.84rem;display:flex}.digital-card-qr-empty .qidra-icon{width:28px;height:28px}.digital-card-qr-preview{gap:4px;width:128px;display:grid}.digital-card-qr-row{grid-template-columns:repeat(13,1fr);gap:4px;display:grid}.digital-card-qr-cell{aspect-ratio:1;background:#20181414;border-radius:2px;width:100%}.digital-card-qr-cell.filled{background:var(--accent-strong)}.digital-card-section{flex-direction:column;gap:10px;display:flex}.digital-card-section h2{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;padding:0 4px;font-size:.94rem;font-weight:600}.digital-card-actions-card{background:var(--surface);border-radius:24px;flex-wrap:wrap;gap:12px;padding:18px;display:flex}.digital-card-actions-card .button-primary,.digital-card-actions-card .button-secondary{min-height:46px}.digital-card-share-sheet{background:var(--surface);border-radius:26px;flex-direction:column;gap:16px;width:min(560px,100vw - 24px);padding:20px;display:flex}.digital-card-share-header{justify-content:space-between;align-items:flex-start}.digital-card-share-actions{flex-wrap:wrap;gap:10px;display:flex}.digital-card-copy-list{flex-direction:column;gap:10px;display:flex}.digital-card-copy-row{border:1px solid var(--border);background:var(--surface-soft);width:100%;min-height:56px;color:inherit;text-align:left;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.digital-card-copy-row:disabled{opacity:.62;cursor:default}.digital-card-copy-row-copy strong{font-size:.96rem;line-height:1.2}.digital-card-copy-row-copy small{color:var(--text-muted);overflow-wrap:anywhere;line-height:1.42}html[data-theme=dark] .qr-profile-topbar,html[data-theme=dark] .digital-card-actions-card,html[data-theme=dark] .digital-card-share-sheet{background:var(--surface);border-color:#faf7f014}html[data-theme=dark] .digital-card-hero{background:radial-gradient(circle at 100% 0,#d8b84d1f,#0000 28%),linear-gradient(#1b2d29fa,#121c1afa);border-color:#faf7f014}html[data-theme=dark] .digital-card-qr-shell{background:#faf7f00f;border-color:#faf7f01f}html[data-theme=dark] .digital-card-qr-box{background:#f7f1e2f5}html[data-theme=dark] .digital-card-copy-row{background:#faf7f00a;border-color:#faf7f014}@media (max-width:720px){.settings-module-shell{width:100%}.settings-module-topbar{flex-direction:column;align-items:flex-start;gap:12px;padding:14px}.settings-module-topbar>.button-secondary{justify-content:center;width:100%}.settings-brand-lockup{align-items:flex-start;width:100%}.settings-identity-actions .button-primary,.settings-identity-actions .button-secondary{width:100%}.settings-detail-line{flex-direction:column;align-items:flex-start;padding:12px 16px}.settings-detail-line strong{text-align:left;max-width:none}.device-hero-main,.device-session-card,.settings-danger-card{flex-direction:column;align-items:flex-start}.device-session-meta{align-items:flex-start}.qr-profile-topbar{flex-direction:column;align-items:flex-start;padding:14px}.qr-profile-topbar>.button-secondary{justify-content:center;width:100%}.notifications-topbar,.notifications-permission-card,.language-topbar,.language-hero-card{flex-direction:column;align-items:flex-start;padding:16px}.notifications-topbar-actions,.notifications-permission-actions,.language-topbar-actions{width:100%}.notifications-topbar-actions,.language-topbar-actions{flex-direction:column}.notifications-topbar-actions .button-secondary,.notifications-permission-actions .button-primary,.language-topbar-actions .button-secondary,.language-inline-actions .button-secondary{justify-content:center;width:100%}.notification-center-item,.notifications-shell .settings-row-static,.notifications-shell .settings-row-button{flex-direction:column;align-items:flex-start;display:flex}.notifications-shell .settings-row-meta,.notification-center-head,.notifications-permission-head,.notification-center-meta{width:100%}.notifications-shell .settings-row-meta,.notification-center-meta{justify-content:flex-start}.notifications-shell .settings-row-meta{gap:8px}.notifications-group-heading{padding:0 18px}.notifications-stream-card,.notifications-privacy-card,.notifications-shell .settings-module-card,.notifications-shell .empty-card,.notifications-shell .feedback-banner{width:100%;max-width:100%;margin:0}.language-shell .settings-row-static,.language-document-card,.language-preview-header{flex-direction:column;align-items:flex-start;display:flex}.language-shell .settings-row-meta{justify-content:flex-start;gap:8px;width:100%}.language-group-heading{padding:0 18px}.language-shell .settings-module-card,.language-preview-card,.language-privacy-card,.language-shell .feedback-banner{width:100%;max-width:100%;margin:0}.digital-card-brand-row,.digital-card-identity-card,.digital-card-share-header{flex-direction:column;align-items:flex-start}.digital-card-qr-shell{grid-template-columns:1fr}.digital-card-qr-box{width:100%;max-width:168px}.digital-card-actions-card{flex-direction:column}.digital-card-actions-card .button-primary,.digital-card-actions-card .button-secondary{justify-content:center;width:100%}}.coming-soon-shell{gap:14px;width:100%;max-width:760px;margin:0 auto}.coming-soon-hero,.coming-soon-panel .empty-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:26px}.coming-soon-hero{text-align:center;background:radial-gradient(circle at top,#d8b84d1a,#0000 26%),linear-gradient(#16161afa,#0c0c0ffa);flex-direction:column;align-items:center;gap:16px;padding:28px 22px;display:flex}.coming-soon-brand{flex-direction:column;align-items:center;gap:0;display:flex}.coming-soon-logo{height:60px}.coming-soon-divider{width:56px;margin:18px auto 0}.coming-soon-panel .empty-card{background:linear-gradient(#1c1c21fa,#101013fa);padding:22px}.coming-soon-panel .empty-card h3{color:#ececee}.coming-soon-panel .empty-card p{color:#94949c}.auth-status-card{background:linear-gradient(#16161afa,#0e0e12f5);border:1px solid #2a2a30f5;border-radius:24px;box-shadow:0 18px 42px #00000057,inset 0 1px #ffffff08}.auth-status-card .page-title,.auth-status-card .page-copy{text-align:center}.auth-status-card .page-copy{color:#94949c}.qr-profile-topbar .settings-brand-lockup{min-width:0}.qr-profile-topbar .settings-topbar-copy h1{word-break:break-word}.qr-profile-topbar .eyebrow{width:fit-content}html[data-theme=dark] .chat-list-topbar{background:linear-gradient(#1d2b28e6,#16211fd1);border-color:#faf7f014;box-shadow:inset 0 1px #ffffff08,0 12px 30px #0000002e}html[data-theme=dark] .chat-list-topbar .brand-lockup-copy strong,html[data-theme=dark] .chat-title-copy strong,html[data-theme=dark] .search-discovery-title-row strong,html[data-theme=dark] .new-chat-recent-item,html[data-theme=dark] .new-chat-qr-dialog h3{color:var(--on-accent)}html[data-theme=dark] .chat-list-topbar .brand-lockup-copy span,html[data-theme=dark] .chat-title-meta>span,html[data-theme=dark] .voice-review-copy span,html[data-theme=dark] .voice-recorder-timer,html[data-theme=dark] .voice-review-meta span,html[data-theme=dark] .composer-support-row,html[data-theme=dark] .composer-bottom-sheet-header span,html[data-theme=dark] .composer-bottom-sheet-note,html[data-theme=dark] .search-discovery-subtitle,html[data-theme=dark] .search-discovery-description,html[data-theme=dark] .new-chat-recent-item small,html[data-theme=dark] .new-chat-filter-tab small,html[data-theme=dark] .new-chat-contacts-permission p,html[data-theme=dark] .new-chat-qr-dialog .muted-copy{color:#faf7f0ad}html[data-theme=dark] .chat-list-card,html[data-theme=dark] .chat-stage,html[data-theme=dark] .message-day-separator span,html[data-theme=dark] .message-menu-popover,html[data-theme=dark] .attachment-card,html[data-theme=dark] .attachment-preview-card,html[data-theme=dark] .voice-review-card,html[data-theme=dark] .voice-recorder-panel,html[data-theme=dark] .composer-card,html[data-theme=dark] .composer-bottom-sheet,html[data-theme=dark] .new-chat-module-badges .pill,html[data-theme=dark] .new-chat-mode-pill,html[data-theme=dark] .new-chat-filter-tab,html[data-theme=dark] .search-discovery-card,html[data-theme=dark] .new-chat-recent-item,html[data-theme=dark] .new-chat-search-shell .field-input,html[data-theme=dark] .new-chat-contacts-permission{color:var(--on-accent);background:radial-gradient(circle at 100% 0,#b08d5714,#0000 24%),linear-gradient(#1c1c21fa,#101013fa);border-color:#faf7f014}html[data-theme=dark] .chat-stage{background:radial-gradient(circle at 18% 14%,#b08d5714,#0000 20%),radial-gradient(circle at 78% 24%,#d3d5d814,#0000 24%),radial-gradient(circle at 50% 100%,#d3d5d80f,#0000 32%),linear-gradient(#1c1c21fa,#101013fa);box-shadow:0 22px 56px #0000003d}html[data-theme=dark] .conversation-row.has-unread{background:linear-gradient(#222227fa,#18181cf0),#18181cf0;border-color:#d8b84d38}html[data-theme=dark] .conversation-info-card.muted{background:#18181cb8}html[data-theme=dark] .conversation-row:hover{border-color:#d8b84d2e;box-shadow:0 16px 36px #00000038}html[data-theme=dark] .chat-list-shell .bottom-nav{border-color:var(--border);box-shadow:var(--shadow-md);background:linear-gradient(#1c1c21f0,#101013fa)}html[data-theme=dark] .chat-list-shell .bottom-nav-item.active{color:var(--accent);background:linear-gradient(#d3d5d824,#d3d5d814)}html[data-theme=dark] .chat-header{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, transparent), color-mix(in srgb, var(--surface-muted) 94%, transparent));border-color:#ececee14;box-shadow:inset 0 1px #ffffff0a,0 10px 26px #0000002e}html[data-theme=dark] .chat-header-actions .icon-button:disabled,html[data-theme=dark] .chat-back-button{color:#faf7f0bd}html[data-theme=dark] .message-card.other{color:var(--text);background:radial-gradient(circle at 0 0,#b08d5714,#0000 28%),linear-gradient(#1c1c21fa,#16161af5);border-color:#ececee14}html[data-theme=dark] .message-card.other:after{background:#16161af5}html[data-theme=dark] .message-card.self{background:radial-gradient(circle at 100% 0,#b08d5724,#0000 32%),linear-gradient(#28282ffa,#101013fa);border-color:#d3d5d829}html[data-theme=dark] .message-card.self:after{background:#101013fa}html[data-theme=dark] .message-card.other .message-time,html[data-theme=dark] .message-card.other .message-checks,html[data-theme=dark] .message-card.other .attachment-meta,html[data-theme=dark] .message-card.other .voice-player-duration,html[data-theme=dark] .message-card.other .attachment-kind,html[data-theme=dark] .message-card.other .voice-player-state,html[data-theme=dark] .typing-indicator-copy span,html[data-theme=dark] .message-menu-item .qidra-icon,html[data-theme=dark] .message-menu-bullet{color:#faf7f0ad}html[data-theme=dark] .typing-indicator-card{background:linear-gradient(#1c1c21fa,#101013fa);border-color:#ececee14}html[data-theme=dark] .typing-indicator-copy strong{color:var(--on-accent)}html[data-theme=dark] .voice-player.other .voice-player-toggle{color:#ececee;background:linear-gradient(#3a3a42fa,#18181cfa);border-color:#d3d5d824;box-shadow:0 10px 18px #0000002e,inset 0 1px #ffffff14}html[data-theme=dark] .voice-player.other .voice-player-toggle:disabled{color:#ececee94;box-shadow:none;background:linear-gradient(#2c2c32f5,#18181cf5);border-color:#d3d5d81a}html[data-theme=dark] .presence-indicator{color:var(--accent-platinum);background:#d3d5d814;border-color:#d3d5d824}html[data-theme=dark] .presence-indicator.offline{color:var(--gold-strong);background:#d8b84d1f}html[data-theme=dark] .composer-surface,html[data-theme=dark] .composer-icon-button,html[data-theme=dark] .composer-menu-item,html[data-theme=dark] .composer-reply-banner,html[data-theme=dark] .composer-sheet-close,html[data-theme=dark] .attachment-document-preview,html[data-theme=dark] .new-chat-inline-clear,html[data-theme=dark] .new-chat-search-actions .button-secondary,html[data-theme=dark] .composer-status-chip{color:#faf7f0c7;background:#faf7f00d;border-color:#faf7f014}html[data-theme=dark] .composer-counter-chip,html[data-theme=dark] .composer-limit-copy,html[data-theme=dark] .attachment-preview-item,html[data-theme=dark] .voice-review-audio-shell,html[data-theme=dark] .composer-menu-item-icon{background:#faf7f00d;border-color:#faf7f014}html[data-theme=dark] .composer-input,html[data-theme=dark] .attachment-preview-copy h4,html[data-theme=dark] .attachment-document-preview-copy strong,html[data-theme=dark] .voice-recorder-status strong,html[data-theme=dark] .voice-review-copy strong,html[data-theme=dark] .message-menu-item{color:var(--on-accent)}html[data-theme=dark] .attachment-preview-meta,html[data-theme=dark] .attachment-security-note,html[data-theme=dark] .attachment-document-preview-copy span,html[data-theme=dark] .attachment-preview-item-meta,html[data-theme=dark] .voice-recorder-helper{color:#faf7f0ad}html[data-theme=dark] .attachment-preview-item-name{color:var(--on-accent)}.chat-list-shell{background:radial-gradient(at 50% 35%,#101013 0%,#08080a 70%);width:100vw;min-width:0;max-width:100vw;min-height:100svh;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-inline:0;overflow-x:clip}.chat-list-shell .chat-list-screen{width:min(100%,28.75rem);min-width:0;max-width:28.75rem;min-height:100svh;padding:calc(.75rem + var(--safe-top)) max(1.25rem, var(--safe-right)) calc(7.75rem + var(--safe-bottom)) max(1.25rem, var(--safe-left));box-sizing:border-box;background:0 0;flex-direction:column;gap:.875rem;margin:0 auto;display:flex}.chat-list-shell .chat-list-stage{background:0 0;flex-direction:column;gap:.875rem;width:100%;min-width:0;display:flex}.chat-list-shell .chat-list-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 0 0,#b08d571f,#0000 28%),linear-gradient(#1c1c21fa,#101013fa);border:1px solid #ececee14;border-radius:1.5rem;justify-content:space-between;align-items:center;gap:.875rem;padding:1rem 1rem .875rem;display:flex;box-shadow:inset 0 1px #ffffff0a,0 24px 60px #00000042}.chat-list-shell .chat-list-brand-block{align-items:center;gap:.875rem;min-width:0;display:flex}.chat-list-shell .chat-list-logo-shell{background:linear-gradient(#28282ffa,#101013fa);border:1px solid #ececee14;border-radius:1rem;flex:none;place-items:center;width:3rem;height:3rem;display:grid;box-shadow:inset 0 1px #ffffff0f,0 12px 28px #00000038}.chat-list-shell .chat-list-logo-image{width:1.65rem;height:auto;display:block}.chat-list-shell .chat-list-brand-copy{flex-direction:column;gap:.1rem;min-width:0;display:flex}.chat-list-shell .chat-list-brand-copy h1{color:#ececee;font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(2rem,5vw,2.45rem);font-weight:600;line-height:.92}.chat-list-shell .chat-list-brand-copy p{color:#94949c;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:600;line-height:1.2}.chat-list-shell .chat-list-top-actions{flex:none;align-items:center;display:flex}.chat-list-shell .chat-list-avatar-link{border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.chat-list-shell .chat-list-avatar-link:focus-visible{outline:none;box-shadow:0 0 0 1px #ececee2e,0 0 0 4px #d3d5d824}.chat-list-shell .chat-list-header-avatar{border:1px solid #ececee14;border-radius:999px;width:2.875rem;height:2.875rem;box-shadow:inset 0 1px #ffffff14,0 12px 28px #0000003d}.chat-list-shell .chat-list-dial-panel{justify-content:center;padding:.125rem 0 0;display:flex}.chat-list-shell .chat-list-dial-wrap{justify-content:center;display:flex}.chat-list-shell .chat-list-dial{border-radius:999px;justify-content:center;align-items:center;width:5.75rem;height:5.75rem;display:flex;position:relative;box-shadow:inset 0 0 0 1px #ececee0f}.chat-list-shell .chat-list-dial:before{content:"";background:#08080a;border-radius:999px;position:absolute;inset:.46rem}.chat-list-shell .chat-list-dial-center{z-index:1;box-sizing:border-box;flex-direction:column;align-items:center;gap:.08rem;width:100%;padding-inline:.48rem;display:flex;position:relative}.chat-list-shell .chat-list-dial-number{color:#ececee;font-family:var(--font-display);letter-spacing:-.04em;font-size:1.55rem;font-weight:600;line-height:1}.chat-list-shell .chat-list-dial-label{color:#94949c;letter-spacing:.11em;text-transform:uppercase;text-align:center;white-space:normal;overflow-wrap:anywhere;max-width:100%;font-size:.44rem;font-weight:700;line-height:1.08}.chat-list-shell .chat-list-filter-wrap,.chat-list-shell .chat-list-search-panel,.chat-list-shell .chat-list-content{min-width:0}.chat-list-shell .chat-list-filter-track{background:#16161ae0;border:1px solid #ececee14;border-radius:1.125rem;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;min-height:3.5rem;padding:.25rem;display:grid;position:relative;overflow:hidden}.chat-list-shell .chat-list-filter-thumb{background:linear-gradient(#28282ffa,#1c1c21fa);border:1px solid #ececee14;border-radius:.95rem;width:calc(25% - .1875rem);transition:transform .22s;position:absolute;top:.25rem;bottom:.25rem;left:.25rem;box-shadow:inset 0 1px #ffffff0f,0 10px 24px #00000029}.chat-list-shell .chat-list-filter-tab{z-index:1;color:#94949c;text-align:center;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:.16rem;min-height:3rem;padding:.5rem .25rem;display:flex;position:relative}.chat-list-shell .chat-list-filter-tab span{letter-spacing:.14em;text-transform:uppercase;font-size:.62rem;font-weight:700;line-height:1.1}.chat-list-shell .chat-list-filter-tab small{color:inherit;opacity:.7;font-size:.64rem;font-weight:600;line-height:1}.chat-list-shell .chat-list-search-panel{flex-direction:column;gap:.625rem;display:flex}.chat-list-shell .chat-list-search{isolation:isolate;background:linear-gradient(#1c1c21fa,#101013fa);border:1px solid #ececee14;border-radius:1.25rem;align-items:center;gap:.7rem;width:100%;min-height:3.5rem;padding:0 1rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.chat-list-shell .chat-list-search .qidra-icon{color:#777780;flex:none;width:1.05rem;height:1.05rem;position:static;top:auto;left:auto;transform:none}.chat-list-shell .chat-list-search .field-input{width:100%;min-height:auto;box-shadow:none;color:#ececee;background:0 0;border:0;padding:0 4.5rem 0 .1rem;font-size:.96rem}.chat-list-shell .chat-list-search .field-input::placeholder{color:#777780}.chat-list-shell .chat-list-clear-button{color:#94949c;background:0 0;border:0;min-height:2rem;padding:0 .25rem;font-size:.72rem;font-weight:600;line-height:1;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.chat-list-shell .chat-list-clear-button:hover:not(:disabled){color:#ececee;background:0 0}.chat-list-shell .chat-list-clear-button:disabled{opacity:.42}.chat-list-shell .chat-list-status-chip{color:#c9c9cf;letter-spacing:.08em;text-transform:uppercase;background:#1c1c21e0;border:1px solid #ececee14;border-radius:999px;align-self:flex-start;align-items:center;gap:.5rem;min-height:2rem;padding:0 .875rem;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.chat-list-shell .chat-list-status-chip .qidra-icon{width:.95rem;height:.95rem}.chat-list-shell .chat-list-status-chip.offline{color:#f0d79c}.chat-list-shell .chat-list-status-chip.reconnecting{color:#d3d5d8}.chat-list-shell .chat-list-content,.chat-list-shell .chat-list-sections{flex-direction:column;gap:.875rem;display:flex}.chat-list-shell .chat-list-loading-card,.chat-list-shell .empty-card,.chat-list-shell .conversation-info-card{background:linear-gradient(#1c1c21fa,#101013fa);border:1px solid #ececee14;border-radius:1.5rem;box-shadow:inset 0 1px #ffffff0a,0 16px 34px #00000038}.chat-list-shell .empty-card,.chat-list-shell .conversation-info-card{padding:1rem 1rem 1.05rem}.chat-list-shell .conversation-info-card.muted{background:linear-gradient(#18181cfa,#101013fa)}.chat-list-shell .empty-card h3,.chat-list-shell .conversation-info-card strong{color:#ececee}.chat-list-shell .empty-card p,.chat-list-shell .conversation-info-card p{color:#94949c}.chat-list-shell .chat-list-section{gap:.625rem}.chat-list-shell .chat-list-section-heading{justify-content:space-between;align-items:center;gap:.75rem;padding:0 .125rem;display:flex}.chat-list-shell .chat-list-section-heading-main{align-items:center;gap:.75rem;min-width:0;display:flex}.chat-list-shell .chat-list-section-icon{color:#94949c;background:#1c1c21d1;border:1px solid #ececee14;border-radius:.8rem;flex:none;place-items:center;width:1.75rem;height:1.75rem;display:grid}.chat-list-shell .chat-list-section-icon .qidra-icon{width:.82rem;height:.82rem}.chat-list-shell .compact-screen-copy{flex-direction:column;gap:.12rem;min-width:0;display:flex}.chat-list-shell .chat-list-section .eyebrow{color:#777780;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.58rem;font-weight:700;line-height:1}.chat-list-shell .chat-list-section .section-title{color:#ececee;letter-spacing:-.02em;font-size:.98rem;line-height:1.15;font-family:var(--font-display);margin:0;font-weight:600}.chat-list-shell .chat-list-section-count{color:#777780;letter-spacing:.16em;text-transform:uppercase;flex:none;min-width:auto;font-size:.64rem;font-weight:700;line-height:1}.chat-list-shell .inbox-list{flex-direction:column;gap:.625rem;display:flex}.chat-list-shell .conversation-row{background:radial-gradient(circle at 0 0,#b08d5714,#0000 32%),linear-gradient(#1c1c21fa,#101013fa);border:1px solid #ececee14;border-radius:1.5rem;width:100%;max-width:100%;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 16px 30px #0000002e}.chat-list-shell .conversation-row.has-unread{background:radial-gradient(circle at 0 0,#b08d571f,#0000 34%),linear-gradient(#222228fc,#101013fa);border-color:#d3d5d824}.chat-list-shell .conversation-row:hover{border-color:#ececee24;box-shadow:inset 0 1px #ffffff0d,0 20px 40px #00000038}.chat-list-shell .conversation-link{border-radius:inherit;background:0 0;grid-template-columns:auto minmax(0,1fr) 4.5rem;align-items:center;gap:.875rem;width:100%;min-width:0;max-width:100%;min-height:5rem;padding:.95rem 1rem;text-decoration:none;display:grid}.chat-list-shell .conversation-avatar-shell{width:3rem;height:3rem}.chat-list-shell .conversation-avatar{color:#ececee;background:linear-gradient(#2d2d34fa,#18181cfa);border:1px solid #ececee14;border-radius:1rem;width:3rem;height:3rem;box-shadow:inset 0 1px #ffffff0f}.chat-list-shell .conversation-activity-dot{background:#777780a6;border:2px solid #101013fa;width:.78rem;height:.78rem;bottom:-.0625rem;right:-.0625rem}.chat-list-shell .conversation-activity-dot.active{background:#d3d5d8}.chat-list-shell .conversation-copy,.chat-list-shell .meta-column{min-width:0}.chat-list-shell .conversation-copy{flex-direction:column;gap:.2rem;display:flex}.chat-list-shell .conversation-name{flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;display:flex}.chat-list-shell .conversation-name-text{color:#ececee;letter-spacing:-.02em;min-width:0;font-size:1rem;font-weight:700;line-height:1.22}.chat-list-shell .conversation-preview{color:#94949c;margin:0;font-size:.86rem;line-height:1.34}.chat-list-shell .conversation-preview-text{text-overflow:ellipsis;overflow:hidden}.chat-list-shell .meta-column{flex-direction:column;justify-self:end;align-items:flex-end;gap:.45rem;width:4.5rem;min-width:4.5rem;display:flex}.chat-list-shell .conversation-time{color:#777780;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;font-size:.62rem;font-weight:700;line-height:1}.chat-list-shell .pill{color:#94949c;white-space:nowrap;background:#ececee0d;border:1px solid #ececee14;border-radius:999px;justify-content:center;align-items:center;min-height:1.35rem;padding:0 .55rem;font-size:.66rem;font-weight:600;line-height:1;display:inline-flex}.chat-list-shell .pill.quiet{color:#777780;background:#ececee0a}.chat-list-shell .unread-badge{color:#0a0a0b;background:#d3d5d8;border-radius:999px;min-width:1.4rem;height:1.4rem;padding:0 .38rem;font-size:.66rem;font-weight:800;line-height:1;box-shadow:0 10px 20px #0003}.chat-list-shell .conversation-read-mark{background:#7777808c;border-radius:999px;width:.42rem;height:.42rem}.chat-list-shell .conversation-row.is-archived{opacity:.74}.chat-detail-screen{width:min(calc(100% - max(1rem, var(--safe-left)) - max(1rem, var(--safe-right))), 28.75rem);max-width:28.75rem;height:100svh;min-height:100svh;padding:var(--safe-top) max(.625rem, var(--safe-right)) min(var(--safe-bottom), 12px) max(.625rem, var(--safe-left));box-sizing:border-box;background:#08080a;border:1px solid #2a2a30;border-radius:40px;flex-direction:column;gap:0;min-height:0;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 30px 90px #00000080}.chat-detail-shell .chat-header,.chat-detail-shell .chat-stage,.chat-detail-shell .composer-card,.chat-detail-shell .composer-bottom-sheet,.chat-detail-shell .message-day-separator span,.chat-detail-shell .message-menu-popover,.chat-detail-shell .typing-indicator-card,.chat-detail-shell .chat-stage .status-card,.chat-detail-shell .chat-stage .feedback-banner,.chat-detail-shell .attachment-card,.chat-detail-shell .attachment-preview-card,.chat-detail-shell .voice-review-card,.chat-detail-shell .voice-recorder-panel{background:radial-gradient(circle at 100% 0,#b08d5714,#0000 26%),linear-gradient(#1c1c21fa,#101013fa);border-color:#ececee14;box-shadow:inset 0 1px #ffffff0a,0 18px 36px #00000038}.chat-detail-shell .chat-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:1.5rem;min-height:72px;padding:.95rem 1rem}.chat-detail-shell .chat-back-button,.chat-detail-shell .chat-header-actions .icon-button{color:#d3d5d8;background:#ececee0d;border-color:#ececee14}.chat-detail-shell .chat-header-avatar{color:#ececee;background:linear-gradient(#2d2d34fa,#18181cfa);border:1px solid #ececee14;box-shadow:inset 0 1px #ffffff14,0 12px 24px #0000002e}.chat-detail-shell .chat-title-copy strong,.chat-detail-shell .message-card.other,.chat-detail-shell .typing-indicator-copy strong,.chat-detail-shell .attachment-preview-copy h4,.chat-detail-shell .attachment-document-preview-copy strong,.chat-detail-shell .voice-recorder-status strong,.chat-detail-shell .voice-review-copy strong{color:#f6f6f7}.chat-detail-shell .chat-title-meta>span{color:#d3d5d8}.chat-detail-shell .chat-security-label{color:#d3d5d8;background:#ececee0d;border:1px solid #ececee1a;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;display:inline-flex}.chat-detail-shell .presence-indicator{color:#d3d5d8;background:#ececee0d;border-color:#ececee1a}.chat-detail-shell .presence-indicator.offline{color:#d8b84d;background:#b08d571f;border-color:#b08d572e}.chat-detail-shell .presence-indicator.connecting{color:#d3d5d8;background:#d3d5d814;border-color:#d3d5d81f}.chat-detail-shell .chat-header-menu-popover{background:#16161a;border-color:#2a2a30;position:fixed;box-shadow:0 8px 24px #0006}.chat-detail-shell .composer-bottom-sheet,.chat-detail-shell .composer-confirmation-sheet,.chat-detail-shell .composer-camera-fallback-sheet{background:#16161a;border-top:1px solid #2a2a30;border-left:1px solid #2a2a30;border-right:1px solid #2a2a30;box-shadow:0 -18px 44px #00000057}.chat-detail-shell .composer-bottom-sheet-handle{background:#94949c}.chat-detail-shell .composer-bottom-sheet-header strong,.chat-detail-shell .composer-confirmation-sheet-header strong,.chat-detail-shell .composer-menu-item-copy strong,.chat-detail-shell .feedback-banner p,.chat-detail-shell .voice-recorder-actions .button-ghost,.chat-detail-shell .voice-recorder-actions .button-primary{color:#ececee}.chat-detail-shell .composer-menu-item,.chat-detail-shell .composer-sheet-close,.chat-detail-shell .composer-menu-item-icon,.chat-detail-shell .attachment-preview-icon-shell,.chat-detail-shell .attachment-preview-thumb,.chat-detail-shell .attachment-document-preview,.chat-detail-shell .attachment-preview-item{color:#ececee;background:#1c1c21eb;border-color:#2a2a30}.chat-detail-shell .composer-menu-item-icon,.chat-detail-shell .composer-sheet-close,.chat-detail-shell .attachment-preview-icon-shell .qidra-icon{color:#94949c}.chat-detail-shell .feedback-banner.error{background:#6b2a2a57;border-color:#c9606047}.chat-detail-shell .feedback-banner.info,.chat-detail-shell .feedback-banner.success,.chat-detail-shell .feedback-banner.subtle{background:#1c1c21eb;border-color:#2a2a30f5}.chat-detail-shell .chat-stage{border-radius:1.75rem;flex-direction:column;flex:auto;min-height:0;padding:.9rem .9rem .8rem;display:flex;overflow:hidden}.chat-detail-shell .chat-stage:before{opacity:.16}.chat-detail-shell .message-list-shell{flex:auto;min-height:0;position:relative}.chat-detail-shell .message-day-separator span{color:#ececee;box-shadow:inset 0 1px #ffffff08,0 8px 18px #00000024}.chat-detail-shell .message-card{box-shadow:0 12px 24px #0000002e,inset 0 1px #ffffff0a}.chat-detail-shell .message-card.other{background:radial-gradient(circle at 0 0,#b08d5714,#0000 28%),linear-gradient(#1c1c21fa,#16161af5);border-color:#ececee14}.chat-detail-shell .message-card.self{color:#ececee;background:radial-gradient(circle at 100% 0,#b08d5724,#0000 32%),linear-gradient(#28282ffa,#101013fa);border-color:#b08d5729}.chat-detail-shell .message-card.deleted{color:#94949c;background:linear-gradient(#1c1c21e6,#101013db);border-color:#ececee0f}.chat-detail-shell .message-card.other .message-time,.chat-detail-shell .message-card.other .message-checks,.chat-detail-shell .message-card.other .attachment-meta,.chat-detail-shell .message-card.other .voice-player-duration,.chat-detail-shell .message-card.other .attachment-kind,.chat-detail-shell .message-card.other .voice-player-state,.chat-detail-shell .message-card.self .message-time,.chat-detail-shell .message-card.self .message-checks,.chat-detail-shell .message-card.self .attachment-meta,.chat-detail-shell .message-card.self .voice-player-duration,.chat-detail-shell .message-card.self .attachment-kind,.chat-detail-shell .message-card.self .voice-player-state{color:#ececeead}.chat-detail-shell .message-menu-trigger,.chat-detail-shell .composer-surface,.chat-detail-shell .composer-icon-button,.chat-detail-shell .composer-menu-item,.chat-detail-shell .composer-reply-banner,.chat-detail-shell .composer-sheet-close,.chat-detail-shell .attachment-document-preview{color:#ececee;background:#ececee0d;border-color:#ececee14}.chat-detail-shell .message-menu-trigger{opacity:.76;pointer-events:auto;color:#d3d5d8;background:#ececee17;border-color:#ececee1f;border-radius:999px;width:28px;min-width:28px;height:28px;min-height:28px;box-shadow:inset 0 1px #ffffff0a}.chat-detail-shell .message-menu-trigger:hover,.chat-detail-shell .message-menu-trigger:focus-visible,.chat-detail-shell .message-menu-trigger.visible{opacity:1;color:#ececee;background:#b08d5729;border-color:#b08d573d}.chat-detail-shell .voice-player.other .voice-player-toggle{color:#ececee;background:linear-gradient(#3a3a42fa,#18181cfa);border-color:#d3d5d824;box-shadow:0 10px 18px #0000002e,inset 0 1px #ffffff14}.chat-detail-shell .voice-player.other .voice-player-toggle:hover,.chat-detail-shell .voice-player.other .voice-player-toggle:focus-visible{color:#f6f6f7;background:linear-gradient(#484852fa,#1e1e24fa)}.chat-detail-shell .voice-player-track{background:linear-gradient(#3a3a42eb,#18181cf0);border-color:#ececee14}.chat-detail-shell .voice-player-waveform{gap:2px}.chat-detail-shell .voice-waveform-bar{background:#d3d5d847}.chat-detail-shell .composer-card{z-index:22;border-radius:1.5rem;padding:0;position:sticky;bottom:0;overflow:visible}.chat-detail-shell .composer-surface{border-radius:1.2rem;box-shadow:inset 0 1px #ffffff08}.chat-detail-shell .composer-send-button{background:radial-gradient(circle at top,#b08d573d,#0000 52%),linear-gradient(#3a3a42fa,#18181cfa);border-color:#b08d573d}.chat-detail-shell .composer-input{color:#ececee;background:#ececee0a}.chat-detail-shell .composer-status-chip.sending{color:#d3d5d8;background:#d3d5d814;border-color:#d3d5d81f}.chat-detail-shell .composer-status-chip.failed{color:#d97264;background:#b24b3f1f;border-color:#b24b3f2e}.chat-detail-shell .composer-status-chip.sent{color:#d8b84d;background:#b08d571f;border-color:#b08d572e}.chat-detail-shell .message-menu-item{color:#f6f6f7}.chat-detail-shell .message-menu-item span{color:inherit}.chat-detail-shell .composer-backdrop{z-index:1300}.chat-detail-shell .composer-bottom-sheet{z-index:1301}.chat-detail-shell .chat-header-menu-popover{-webkit-backdrop-filter:none;opacity:1}.chat-detail-shell .feedback-banner.error{color:#ececee;background:#3f1818eb;border:1px solid #c960603d}.chat-detail-shell .feedback-banner.error .button-secondary,.chat-detail-shell .feedback-banner.subtle .button-secondary{color:#ececee;background:#1c1c21f5;border-color:#2a2a30}.composer-camera-live-sheet .composer-confirmation-sheet-actions>.button-primary,.composer-camera-live-sheet .composer-confirmation-sheet-actions>.button-ghost{min-height:44px}.camera-live-stage{aspect-ratio:4/3;background:#101013;border:1px solid #2a2a30;border-radius:16px;place-items:center;width:100%;display:grid;overflow:hidden}.camera-live-preview{object-fit:cover;background:#101013;width:100%;height:100%;display:block}.attachment-card-button{text-align:left;border:1px solid color-mix(in srgb, var(--border) 88%, transparent);cursor:pointer;width:100%}.attachment-card-button:hover,.attachment-card-button:focus-visible{border-color:#d4af3747;box-shadow:0 10px 24px #00000024}.message-info-sheet{gap:14px}.message-info-list{flex-direction:column;gap:10px;margin:0;display:flex}.message-info-row{background:#1c1c21f0;border:1px solid #2a2a30;border-radius:14px;grid-template-columns:92px minmax(0,1fr);align-items:start;gap:10px;padding:10px 12px;display:grid}.message-info-row dt{color:#94949c;margin:0;font-size:12px;line-height:16px}.message-info-row dd{color:#ececee;word-break:break-word;margin:0;font-size:13px;line-height:18px}.media-viewer-backdrop{z-index:1310}.media-viewer-sheet{z-index:1311;background:#0a0a0dfa;border:1px solid #2a2a30;border-radius:20px;flex-direction:column;display:flex;position:fixed;inset:12px;overflow:hidden;box-shadow:0 22px 48px #00000070}.media-viewer-topbar{border-bottom:1px solid #2a2a30e6;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.media-viewer-topbar strong{color:#ececee;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:18px;overflow:hidden}.media-viewer-stage{flex:1;justify-content:center;align-items:center;min-height:0;padding:12px;display:flex}.media-viewer-stage img,.media-viewer-stage video{object-fit:contain;background:#101013fa;border-radius:16px;width:100%;height:100%}.location-sheet{gap:14px}.location-option-list{flex-direction:column;gap:8px;display:flex}.location-option-card{text-align:left;color:#ececee;background:#1c1c21f0;border:1px solid #2a2a30;border-radius:16px;flex-direction:column;gap:4px;width:100%;padding:12px 14px;display:flex}.location-option-card strong{color:#ececee;font-size:14px;line-height:18px}.location-option-card span{color:#94949c;font-size:12px;line-height:16px}.location-option-card.active{background:linear-gradient(#1c1c21fa,#141418fa);border-color:#d4af3747}.location-live-intervals{flex-wrap:wrap;gap:8px;display:flex}.location-live-intervals .button-secondary.compact.active{color:#ececee;background:#d4af371f;border-color:#d4af373d}.attachment-upload-progress{margin-top:8px}.chat-detail-shell .voice-player{gap:6px;min-width:0}.chat-detail-shell .voice-player-toggle{width:32px;min-width:32px;height:32px;min-height:32px}.chat-detail-shell .voice-player-track-shell{gap:4px}.chat-detail-shell .voice-waveform-bar{max-width:4px}.chat-detail-shell .voice-player-seek::-webkit-slider-thumb{opacity:0;width:0;height:0;box-shadow:none;background:0 0;margin-top:0}.chat-detail-shell .voice-player-seek::-moz-range-thumb{opacity:0;width:0;height:0;box-shadow:none;background:0 0}.chat-detail-shell .voice-player-meta{justify-content:center;gap:2px}.chat-detail-shell .voice-player-duration,.chat-detail-shell .voice-player-state{font-size:10px}.chat-detail-shell .voice-speed-toggle{min-width:32px;min-height:22px;padding:0 8px}.chat-detail-shell .attachment-card{gap:4px;padding:6px;overflow:hidden}.chat-detail-shell .attachment-card img,.chat-detail-shell .attachment-card video{object-fit:cover;border-radius:14px;width:100%;max-height:min(320px,48vh)}.chat-detail-shell .attachment-caption{margin-top:2px}.chat-detail-shell .attachment-title{font-size:12px;line-height:16px}.chat-detail-shell .attachment-kind,.chat-detail-shell .attachment-meta{font-size:10px;line-height:14px}.chat-detail-shell{--chat-premium-bg:#090909;--chat-premium-surface:#111214;--chat-premium-card:#17181b;--chat-premium-border:#2b2d31;--chat-premium-text:#f2f2f2;--chat-premium-text-secondary:#c4c6ca;--chat-premium-text-muted:#8f9197;--chat-premium-accent:#d3d5d8;--chat-premium-status:#a3a5aa;--chat-premium-online:#6e8f7e}.chat-detail-shell .chat-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-color:var(--chat-premium-border);background:linear-gradient(#111214fa,#0a0a0cf5);border-radius:22px;min-height:68px;padding:14px 16px;box-shadow:inset 0 1px #ffffff08,0 10px 28px #00000038}.chat-detail-shell .chat-back-button,.chat-detail-shell .chat-header-actions .icon-button{border-color:var(--chat-premium-border);color:var(--chat-premium-accent);background:#f2f2f209}.chat-detail-shell .chat-header-avatar{border:1px solid var(--chat-premium-border);width:34px;min-width:34px;height:34px;color:var(--chat-premium-text);background:linear-gradient(#232428,#17181b);border-radius:999px;box-shadow:inset 0 1px #ffffff0f}.chat-detail-shell .chat-title-meta>span,.chat-detail-shell .voice-review-copy span,.chat-detail-shell .voice-recorder-timer,.chat-detail-shell .voice-review-meta span,.chat-detail-shell .composer-support-row,.chat-detail-shell .composer-bottom-sheet-header span,.chat-detail-shell .composer-bottom-sheet-note,.chat-detail-shell .typing-indicator-copy span,.chat-detail-shell .attachment-preview-meta,.chat-detail-shell .attachment-security-note,.chat-detail-shell .attachment-document-preview-copy span,.chat-detail-shell .composer-confirmation-sheet-header span,.chat-detail-shell .composer-menu-item-copy span,.chat-detail-shell .voice-recorder-limit-note,.chat-detail-shell .voice-recorder-helper{color:var(--chat-premium-text-muted);opacity:1}.chat-detail-shell .chat-title-meta>span,.chat-detail-shell .chat-security-label,.chat-detail-shell .presence-indicator{font-size:10.5px;font-weight:400;line-height:14px}.chat-detail-shell .chat-title-meta>span,.chat-detail-shell .presence-indicator{color:var(--chat-premium-online)}.chat-detail-shell .chat-security-label,.chat-detail-shell .presence-indicator{background:0 0;border:0;min-height:auto;padding:0}.chat-detail-shell .chat-header-menu-popover{background:var(--chat-premium-card);border-color:var(--chat-premium-border);box-shadow:0 12px 30px #00000057}.chat-detail-shell .chat-header-menu-item{color:var(--chat-premium-text)}.chat-detail-shell .chat-stage{border-color:var(--chat-premium-border);background:linear-gradient(#111214fa,#090909fa);border-radius:26px;padding:14px 14px 10px}.chat-detail-shell .message-day-separator span{color:var(--chat-premium-text-secondary);letter-spacing:.08em;text-transform:uppercase;border-color:var(--chat-premium-border);box-shadow:none;background:#17181be0;font-size:10px;font-weight:500}.chat-detail-shell .message-row{padding-inline:0}.chat-detail-shell .message-card{border-color:var(--chat-premium-border);border-radius:20px;gap:7px;max-width:min(70%,520px);padding:10px 13px 9px;box-shadow:inset 0 1px #ffffff08,inset 0 -1px #00000029}.chat-detail-shell .message-card.other{border-color:var(--chat-premium-border);background:linear-gradient(#17181b,#141518);border-radius:20px 20px 20px 10px}.chat-detail-shell .message-card.other:after{background:#141518}.chat-detail-shell .message-card.self{color:var(--chat-premium-text);background:linear-gradient(#1d1f23,#17181b);border-color:#d3d5d81f;border-radius:20px 20px 10px}.chat-detail-shell .message-card.self:after{background:#17181b}.chat-detail-shell .message-card.deleted{border-color:var(--chat-premium-border);color:var(--chat-premium-text-muted);background:linear-gradient(#151619,#111214)}.chat-detail-shell .message-card:before{border-color:#ffffff0a}.chat-detail-shell .message-card:after{width:12px;height:14px;bottom:8px}.chat-detail-shell .message-reply-preview{background:#1c1d21f0;border-left-color:#d3d5d88f;border-radius:12px;padding:8px 10px}.chat-detail-shell .message-footer{justify-content:flex-end;align-items:flex-end;gap:6px;margin-top:1px;display:flex}.chat-detail-shell .message-card.other .message-time,.chat-detail-shell .message-card.other .message-checks,.chat-detail-shell .message-card.other .attachment-meta,.chat-detail-shell .message-card.other .voice-player-duration,.chat-detail-shell .message-card.other .attachment-kind,.chat-detail-shell .message-card.other .voice-player-state,.chat-detail-shell .message-card.self .message-time,.chat-detail-shell .message-card.self .message-checks,.chat-detail-shell .message-card.self .attachment-meta,.chat-detail-shell .message-card.self .voice-player-duration,.chat-detail-shell .message-card.self .attachment-kind,.chat-detail-shell .message-card.self .voice-player-state{color:var(--chat-premium-status);text-transform:none;letter-spacing:0;font-size:10px;font-weight:400;line-height:12px}.chat-detail-shell .message-menu-trigger{opacity:.92;pointer-events:auto;border-color:var(--chat-premium-border);width:32px;min-width:32px;height:32px;min-height:32px;color:var(--chat-premium-accent);background:#111214eb;border-radius:999px;box-shadow:inset 0 1px #ffffff08}.chat-detail-shell .message-menu-popover{background:var(--chat-premium-card);border-color:var(--chat-premium-border);box-shadow:0 18px 40px #0000004d}.chat-detail-shell .message-menu-item{min-height:46px;color:var(--chat-premium-text);border-radius:14px}.chat-detail-shell .message-menu-item .qidra-icon,.chat-detail-shell .message-menu-bullet{color:var(--chat-premium-text-secondary)}.chat-detail-shell .message-menu-item:hover:not(:disabled),.chat-detail-shell .message-menu-item:focus-visible:not(:disabled),.chat-detail-shell .chat-header-menu-item:hover,.chat-detail-shell .chat-header-menu-item:focus-visible{color:var(--chat-premium-text);background:#d3d5d814}.chat-detail-shell .composer-card{border-color:var(--chat-premium-border);background:linear-gradient(#111214fa,#0a0a0cfa);border-radius:28px;padding:10px 12px;box-shadow:inset 0 1px #ffffff08,0 10px 28px #0000003d}.chat-detail-shell .composer-surface{min-height:56px;box-shadow:none;border-color:var(--chat-premium-border);background:#17181b;border-radius:999px;gap:8px;padding:8px 10px}.chat-detail-shell .composer-icon-button,.chat-detail-shell .composer-attachment-trigger{border-color:var(--chat-premium-border);width:36px;min-width:36px;height:36px;min-height:36px;box-shadow:none;color:var(--chat-premium-accent);background:#1c1d21;border-radius:999px}.chat-detail-shell .composer-send-button:disabled{border-color:var(--chat-premium-border);opacity:.58;background:linear-gradient(#2a2c31,#1c1d21)}.chat-detail-shell .composer-send-letter{color:#08080a;text-shadow:none;font-family:Cormorant Garamond,Iowan Old Style,serif;font-size:24px;font-weight:600;transform:translateY(-1px)}.chat-detail-shell .composer-input{min-height:38px;max-height:116px;color:var(--chat-premium-text);background:0 0;border-radius:16px;padding:9px 12px;font-size:15px;line-height:20px}.chat-detail-shell .composer-input::placeholder{color:var(--chat-premium-text-muted)}.chat-detail-shell .composer-input:focus{border-color:#d3d5d824;box-shadow:0 0 0 4px #d3d5d814}.chat-detail-shell .composer-counter-chip,.chat-detail-shell .composer-limit-copy,.chat-detail-shell .composer-status-chip,.chat-detail-shell .voice-review-audio-shell,.chat-detail-shell .composer-menu-item-icon{color:#c9c9cf;background:#ececee0d;border-color:#ececee14}.chat-detail-shell .voice-stack{gap:6px;margin-top:4px}.chat-detail-shell .voice-player{min-width:0;width:min(var(--voice-player-width), 100%);gap:8px}.chat-detail-shell .voice-player-toggle,.chat-detail-shell .voice-review-toggle{width:44px;min-width:44px;height:44px;min-height:44px;color:var(--chat-premium-text);background:linear-gradient(#2a2c31,#1a1b1f);border-color:#d3d5d824;border-radius:999px;box-shadow:inset 0 1px #ffffff0d}.chat-detail-shell .voice-player-toggle:hover,.chat-detail-shell .voice-player-toggle:focus-visible,.chat-detail-shell .voice-review-toggle:hover,.chat-detail-shell .voice-review-toggle:focus-visible{background:linear-gradient(#33353b,#1f2024)}.chat-detail-shell .voice-player-toggle-icon{width:17px;height:17px}.chat-detail-shell .voice-player-track-shell{align-self:center;gap:6px}.chat-detail-shell .voice-player-track{background:0 0;border:0;min-height:24px;padding:0 2px}.chat-detail-shell .voice-player-waveform{gap:3px;height:20px}.chat-detail-shell .voice-waveform-bar{background:#c4c6ca3d;border-radius:999px;max-width:3px}.chat-detail-shell .voice-waveform-bar.played,.chat-detail-shell .voice-player.playing .voice-waveform-bar.played,.chat-detail-shell .voice-player.paused .voice-waveform-bar.played{background:#d3d5d8f5}.chat-detail-shell .voice-player-seek{accent-color:#0000;height:6px}.chat-detail-shell .voice-player-meta{justify-content:flex-start;align-self:center;gap:6px}.chat-detail-shell .voice-player-duration,.chat-detail-shell .voice-player-state{color:var(--chat-premium-text-muted);font-size:10px}.chat-detail-shell .voice-player-duration{min-width:74px}.chat-detail-shell .voice-speed-toggle{border-color:var(--chat-premium-border);min-width:36px;min-height:24px;color:var(--chat-premium-text-secondary);background:#1c1d21f5;border-radius:999px;padding:0 8px}.chat-detail-shell .attachment-card{box-shadow:none;background:0 0;gap:0;padding:0;overflow:hidden}.chat-detail-shell .attachment-card-media{border:1px solid var(--chat-premium-border);background:var(--chat-premium-card);aspect-ratio:4/3;border-radius:16px}.chat-detail-shell .attachment-card-image,.chat-detail-shell .attachment-card-video{min-height:150px}.chat-detail-shell .attachment-gallery.attachment-gallery-count-3 .attachment-card-media:first-child{grid-column:span 2}.chat-detail-shell .attachment-card img,.chat-detail-shell .attachment-card video{border-radius:inherit;object-fit:cover;width:100%;height:100%;max-height:none}.chat-detail-shell .attachment-media-fallback{width:100%;height:100%;color:var(--chat-premium-text-secondary);background:linear-gradient(#1f2024,#17181b)}.chat-detail-shell .attachment-media-chip{color:#f2f2f2;background:#00000080;border-radius:8px;align-items:center;min-height:22px;padding:2px 7px;font-size:10px;font-weight:500;line-height:12px;display:inline-flex}.chat-detail-shell .attachment-media-more{color:#f2f2f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#09090994;font-size:20px;font-weight:600}.chat-detail-shell .attachments-stack{gap:8px}.chat-detail-shell .attachment-card-document{border:1px solid var(--chat-premium-border);background:var(--chat-premium-card);border-radius:14px;align-items:center;gap:11px;width:240px;min-height:58px;padding:10px 11px;display:flex}.chat-detail-shell .attachment-document-icon{width:38px;min-width:38px;height:38px;color:var(--chat-premium-accent);background:#1c1d21;border:1px solid #ffffff0d;border-radius:9px}.chat-detail-shell .attachment-title{text-overflow:ellipsis;white-space:nowrap;color:var(--chat-premium-text);font-size:12.5px;font-weight:600;line-height:16px;display:block;overflow:hidden}.chat-detail-shell .attachment-meta{color:var(--chat-premium-text-muted);margin-top:2px;font-size:10.5px;line-height:14px;display:block}.chat-detail-shell .voice-review-card,.chat-detail-shell .voice-recorder-panel{border-color:var(--chat-premium-border);background:linear-gradient(#17181b,#111214);border-radius:20px;padding:14px 14px 12px;box-shadow:inset 0 1px #ffffff08,0 12px 30px #0000002e}.chat-detail-shell .voice-review-player{gap:12px}.chat-detail-shell .voice-review-track{background:#c4c6ca29}.chat-detail-shell .voice-review-track-progress{background:var(--chat-premium-accent)}.chat-detail-shell .voice-review-meta{color:var(--chat-premium-text-muted);justify-content:flex-start;gap:8px}.chat-detail-shell .voice-review-actions{margin-top:2px}.chat-detail-shell .voice-recorder-wave span{box-shadow:none;background:linear-gradient(#d3d5d8eb,#8f9197b8)}.chat-detail-shell .voice-limit-chip,.chat-detail-shell .voice-limit-chip.review,.chat-detail-shell .voice-limit-chip.approaching_limit,.chat-detail-shell .voice-limit-chip.at_limit{border:1px solid var(--chat-premium-border);color:var(--chat-premium-text-secondary);background:#1c1d21f5}.chat-detail-shell .voice-recorder-actions .button-ghost,.chat-detail-shell .voice-recorder-actions .button-primary,.chat-detail-shell .voice-review-actions .button-ghost,.chat-detail-shell .voice-review-actions .button-primary{border-radius:999px;min-height:42px}@media (max-width:640px){.media-viewer-sheet{border-top:0;border-left:0;border-right:0;border-radius:0;inset:0}.message-info-row{grid-template-columns:1fr;gap:4px}}.chat-list-shell .chat-list-inline-actions,.chat-list-shell .inline-actions{flex-wrap:wrap;gap:.625rem;margin-top:.75rem;display:flex}.chat-list-shell .button-primary,.chat-list-shell .button-secondary{min-height:2.625rem}.chat-list-shell .empty-card .button-secondary{color:#ececee;background:#d3d5d814;border-color:#d3d5d83d;box-shadow:inset 0 1px #ffffff0d}.chat-list-shell .empty-card .button-secondary:hover{color:#f6f6f7;background:#d3d5d81f;border-color:#d3d5d857}.chat-list-shell .bottom-nav{width:min(28.25rem, calc(100vw - 1.5rem - var(--safe-left) - var(--safe-right)));max-width:calc(100vw - 1.5rem - var(--safe-left) - var(--safe-right));bottom:max(.75rem, var(--safe-bottom));z-index:42;background:linear-gradient(#1c1c21f5,#101013fa);border:1px solid #ececee14;border-radius:1.35rem;padding:.38rem;box-shadow:inset 0 1px #ffffff0a,0 24px 56px #00000052}.chat-list-shell .bottom-nav-item{color:#777780;border-radius:1rem;gap:.28rem;min-height:3.35rem}.chat-list-shell .bottom-nav-item:hover{color:#c9c9cf;transform:none}.chat-list-shell .bottom-nav-item span{letter-spacing:.16em;text-transform:uppercase;font-size:.58rem;line-height:1}.chat-list-shell .bottom-nav-item.active{color:#ececee;background:#ececee0d;box-shadow:inset 0 1px #ffffff0f}.chat-list-shell .bottom-nav-item.active:after{background:#d3d5d8;width:1rem;height:.14rem;bottom:.38rem}@media (max-width:720px){.chat-list-shell .chat-list-screen{width:min(100%,28.75rem);max-width:28.75rem;padding:calc(.5rem + var(--safe-top)) max(1.25rem, var(--safe-right)) calc(7.35rem + var(--safe-bottom)) max(1.25rem, var(--safe-left));gap:.75rem}.chat-list-shell .chat-list-topbar{border-radius:1.35rem;padding:.92rem .92rem .84rem}.chat-list-shell .chat-list-brand-copy h1{font-size:1.95rem}.chat-list-shell .chat-list-logo-shell{width:2.8rem;height:2.8rem}.chat-list-shell .chat-list-dial{width:5.25rem;height:5.25rem}.chat-list-shell .chat-list-filter-track{min-height:3.35rem}.chat-list-shell .chat-list-filter-tab span,.chat-list-shell .chat-list-filter-tab small{font-size:.58rem}.chat-list-shell .conversation-link{grid-template-columns:auto minmax(0,1fr) 4.25rem;gap:.75rem;padding:.88rem .92rem}.chat-list-shell .meta-column{width:4.25rem;min-width:4.25rem}.chat-list-shell .conversation-avatar-shell,.chat-list-shell .conversation-avatar{width:2.8rem;height:2.8rem}.chat-list-shell .conversation-name-text{font-size:.94rem}.chat-list-shell .conversation-preview{font-size:.82rem}.chat-list-shell .bottom-nav{width:min(28rem, calc(100vw - 1.25rem - var(--safe-left) - var(--safe-right)))}}@media (max-width:480px){.chat-list-shell .chat-list-topbar{align-items:center}.chat-list-shell .chat-list-brand-block{gap:.72rem}.chat-list-shell .chat-list-brand-copy h1{font-size:1.82rem}.chat-list-shell .chat-list-brand-copy p,.chat-list-shell .chat-list-dial-label,.chat-list-shell .chat-list-filter-tab span,.chat-list-shell .chat-list-section .eyebrow,.chat-list-shell .conversation-time,.chat-list-shell .bottom-nav-item span{letter-spacing:.14em}.chat-list-shell .chat-list-filter-tab{padding-inline:.1rem}.chat-list-shell .chat-list-filter-tab span{font-size:.54rem}.chat-list-shell .conversation-link{grid-template-columns:auto minmax(0,1fr) 4rem;align-items:center;min-height:4.7rem}.chat-list-shell .meta-column{align-items:flex-end;width:4rem;min-width:4rem}.chat-list-shell .unread-badge{margin-top:.1rem}}.create-page-shell{background:radial-gradient(at 50% 35%,#101013 0%,#08080a 70%);width:100vw;max-width:100vw;min-height:100svh;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow-x:clip}.create-page-screen{width:min(calc(100% - max(1rem, var(--safe-left)) - max(1rem, var(--safe-right))), 28.75rem);max-width:28.75rem;min-height:100svh;padding:calc(.75rem + var(--safe-top)) max(.75rem, var(--safe-right)) calc(7.75rem + var(--safe-bottom)) max(.75rem, var(--safe-left));box-sizing:border-box;flex-direction:column;gap:.875rem;margin:0 auto;display:flex}.create-page-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 0 0,#b08d571f,#0000 28%),linear-gradient(#1c1c21fa,#101013fa);border:1px solid #ececee14;border-radius:1.5rem;justify-content:space-between;align-items:center;gap:.875rem;padding:1rem 1rem .875rem;display:flex;box-shadow:inset 0 1px #ffffff0a,0 24px 60px #00000042}.create-page-brand-block{align-items:center;gap:.875rem;min-width:0;display:flex}.create-page-logo-shell{background:linear-gradient(#28282ffa,#101013fa);border:1px solid #ececee14;border-radius:1rem;flex:none;place-items:center;width:3rem;height:3rem;display:grid;box-shadow:inset 0 1px #ffffff0f,0 12px 28px #00000038}.create-page-logo-image{width:1.65rem;height:auto;display:block}.create-page-brand-copy{flex-direction:column;gap:.1rem;min-width:0;display:flex}.create-page-brand-copy h1{color:#ececee;font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(2rem,5vw,2.45rem);font-weight:600;line-height:.92}.create-page-brand-copy p{color:#94949c;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:600;line-height:1.2}.create-page-top-actions{flex:none;align-items:center;display:flex}.create-page-content{min-width:0}.create-page-shell .search-card,.create-page-shell .content-card,.create-page-shell .new-chat-contacts-permission,.create-page-shell .new-chat-recent-item,.create-page-shell .search-discovery-card,.create-page-shell .new-chat-search-shell .field-input,.create-page-shell .new-chat-filter-tab,.create-page-shell .new-chat-mode-pill,.create-page-shell .new-chat-module-badges .pill,.create-page-shell .new-chat-inline-clear{color:#ececee;border-color:#ececee14}.create-page-shell .search-card,.create-page-shell .content-card,.create-page-shell .new-chat-contacts-permission,.create-page-shell .new-chat-recent-item,.create-page-shell .search-discovery-card{background:radial-gradient(circle at 100% 0,#b08d5714,#0000 24%),linear-gradient(#1c1c21fa,#101013fa);box-shadow:inset 0 1px #ffffff0a,0 18px 36px #00000038}.create-page-shell .new-chat-module{gap:.875rem}.create-page-shell .new-chat-module-header{align-items:center;padding:0 .125rem}.create-page-shell .new-chat-module-header .eyebrow{color:#777780;background:#ececee0d;border-color:#ececee14}.create-page-shell .new-chat-module-header .section-title,.create-page-shell .search-discovery-title-row strong,.create-page-shell .new-chat-recent-item strong,.create-page-shell .new-chat-qr-dialog h3,.create-page-shell .new-chat-contacts-permission strong{color:#ececee}.create-page-shell .new-chat-search-form,.create-page-shell .new-chat-flow-stack,.create-page-shell .new-chat-discovery-main,.create-page-shell .new-chat-discovery-sidebar{gap:.875rem}.create-page-shell .new-chat-search-form{grid-template-columns:minmax(0,1fr)}.create-page-shell .new-chat-search-shell{background:linear-gradient(#1c1c21fa,#101013fa);border:1px solid #ececee14;border-radius:1.25rem;gap:.7rem;min-height:3.5rem;padding:0 1rem;box-shadow:inset 0 1px #ffffff0a}.create-page-shell .new-chat-search-shell .qidra-icon{color:#777780;flex:none;position:static;top:auto;left:auto;transform:none}.create-page-shell .new-chat-search-shell .field-input{min-height:auto;box-shadow:none;color:#ececee;background:0 0;border:0;padding:0 4.5rem 0 .1rem}.create-page-shell .new-chat-search-shell .field-input::placeholder{color:#777780}.create-page-shell .new-chat-inline-clear{color:#c9c9cf;background:#ececee0f}.create-page-shell .new-chat-search-actions{justify-content:flex-end}.create-page-shell .new-chat-search-actions .button-primary,.create-page-shell .new-chat-search-actions .button-secondary{border-radius:.75rem;min-height:2.75rem}.create-page-shell .new-chat-search-actions .button-secondary,.create-page-shell .new-chat-mode-pill{color:#c9c9cf;background:#ececee0d;border-color:#ececee14}.create-page-shell .new-chat-search-actions .button-primary{color:#0a0a0b;box-shadow:none;background:#d3d5d8;border-color:#d3d5d8}.create-page-shell .new-chat-search-actions .button-primary:hover{color:#0a0a0b;background:#ececee;border-color:#ececee}.create-page-shell .new-chat-search-actions .button-secondary{color:#ececee;background:#ececee0f;border-color:#ececee1f}.create-page-shell .new-chat-search-actions .button-secondary:hover{color:#f6f6f7;background:#ececee1a;border-color:#ececee2e}.create-page-shell .search-discovery-subtitle,.create-page-shell .search-discovery-description,.create-page-shell .new-chat-recent-item small,.create-page-shell .new-chat-contacts-permission p,.create-page-shell .muted-copy,.create-page-shell .new-chat-qr-dialog .muted-copy{color:#94949c}.create-page-shell .new-chat-discovery-layout{grid-template-columns:1fr;gap:.875rem}.create-page-shell .new-chat-side-card{flex-direction:column;gap:.875rem;display:flex}.create-page-shell .new-chat-filter-wrap{min-width:0}.create-page-shell .new-chat-filter-track{background:#16161ae0;border:1px solid #ececee14;border-radius:1.125rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;min-height:3.5rem;padding:.25rem;display:grid;position:relative;overflow:hidden}.create-page-shell .new-chat-filter-thumb{background:linear-gradient(#28282ffa,#1c1c21fa);border:1px solid #ececee14;border-radius:.95rem;width:calc(33.333% - .17rem);transition:transform .22s;position:absolute;top:.25rem;bottom:.25rem;left:.25rem;box-shadow:inset 0 1px #ffffff0f,0 10px 24px #00000029}.create-page-shell .new-chat-filter-tab{z-index:1;color:#94949c;text-align:center;background:0 0;border:0;justify-content:center;align-items:center;min-height:3rem;padding:.5rem .25rem;display:flex;position:relative}.create-page-shell .new-chat-filter-tab span{letter-spacing:.14em;text-transform:uppercase;font-size:.62rem;font-weight:700;line-height:1.1}.create-page-shell .new-chat-filter-tab.active{color:#ececee}.create-page-shell .bottom-nav{width:min(28.25rem, calc(100vw - 1.5rem - var(--safe-left) - var(--safe-right)));max-width:calc(100vw - 1.5rem - var(--safe-left) - var(--safe-right));bottom:max(.75rem, var(--safe-bottom));background:linear-gradient(#1c1c21f5,#101013fa);border:1px solid #ececee14;border-radius:1.35rem;padding:.38rem;box-shadow:inset 0 1px #ffffff0a,0 24px 56px #00000052}.create-page-shell .bottom-nav-item{color:#777780;border-radius:1rem;gap:.28rem;min-height:3.35rem}.create-page-shell .bottom-nav-item.active{color:#ececee;background:#ececee0d;box-shadow:inset 0 1px #ffffff0f}.create-page-shell .bottom-nav-item.active:after{background:#d3d5d8;width:1rem;height:.14rem;bottom:.38rem}.create-page-shell .bottom-nav-item span{letter-spacing:.16em;text-transform:uppercase;font-size:.58rem;line-height:1}.settings-page-shell{isolation:isolate;background:radial-gradient(at 50% 35%,#101013 0%,#08080a 70%);width:100vw;max-width:100vw;min-height:100svh;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;overflow-x:clip}.settings-page-screen{width:min(calc(100% - max(1rem, var(--safe-left)) - max(1rem, var(--safe-right))), 28.75rem);max-width:28.75rem;min-height:100svh;padding:calc(.75rem + var(--safe-top)) max(.75rem, var(--safe-right)) calc(7.75rem + var(--safe-bottom)) max(.75rem, var(--safe-left));box-sizing:border-box;flex-direction:column;gap:.875rem;margin:0 auto;display:flex}.settings-page-screen.settings-module-shell{gap:.875rem;max-width:28.75rem}.settings-page-shell .settings-module-topbar,.settings-page-shell .settings-identity-hero,.settings-page-shell .settings-module-card,.settings-page-shell .theme-preview-card,.settings-page-shell .settings-detail-card,.settings-page-shell .settings-help-copy,.settings-page-shell .security-alert-card,.settings-page-shell .settings-support-note-card,.settings-page-shell .device-session-card,.settings-page-shell .device-hero-card,.settings-page-shell .settings-danger-card,.settings-page-shell .settings-back-button,.settings-page-shell .settings-brand-mark-shell,.settings-page-shell .settings-support-row{border-color:#ececee14}.settings-page-shell .settings-module-topbar,.settings-page-shell .settings-module-card,.settings-page-shell .settings-detail-card,.settings-page-shell .settings-help-copy,.settings-page-shell .security-alert-card,.settings-page-shell .settings-support-note-card,.settings-page-shell .device-session-card,.settings-page-shell .settings-danger-card,.settings-page-shell .theme-preview-card{background:radial-gradient(circle at 100% 0,#b08d5714,#0000 24%),linear-gradient(#1c1c21,#101013);box-shadow:inset 0 1px #ffffff0a,0 18px 36px #00000038}.settings-page-shell .settings-module-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:1.5rem;padding:1rem 1rem .875rem}.settings-page-shell .settings-topbar-copy p,.settings-page-shell .settings-row-copy small,.settings-page-shell .settings-option-copy small,.settings-page-shell .settings-detail-line span,.settings-page-shell .theme-preview-card-header span,.settings-page-shell .settings-identity-copy span,.settings-page-shell .security-alert-card p,.settings-page-shell .settings-support-note-card p,.settings-page-shell .settings-danger-copy p,.settings-page-shell .security-center-copy small,.settings-page-shell .security-history-copy small,.settings-page-shell .device-session-copy small,.settings-page-shell .device-hero-copy span,.settings-page-shell .settings-support-row small,.settings-page-shell .device-session-meta small,.settings-page-shell .security-history-row>span,.settings-page-shell .muted-copy{color:#94949c}.settings-page-shell .settings-brand-mark-shell,.settings-page-shell .settings-back-button,.settings-page-shell .settings-row-icon,.settings-page-shell .device-session-icon-shell{color:#d3d5d8;background:#ececee0d;border:1px solid #ececee14}.settings-page-shell .settings-identity-hero,.settings-page-shell .device-hero-card{color:#ececee;background:radial-gradient(circle at 100% 0,#b08d5724,#0000 28%),linear-gradient(#222228fc,#101013fa)}.settings-page-shell .settings-module-group h2{color:#c9c9cf;padding:0 .125rem;font-size:.98rem}.settings-page-shell .settings-row-button,.settings-page-shell .settings-row-static,.settings-page-shell .settings-option-row,.settings-page-shell .security-center-row,.settings-page-shell .security-history-row,.settings-page-shell .settings-detail-line{border-bottom-color:#ececee14}.settings-page-shell .settings-status-badge,.settings-page-shell .settings-option-check,.settings-page-shell .settings-inline-badges .pill,.settings-page-shell .device-meta-chip{color:#d3d5d8;background:#ececee0d;border-color:#ececee14}.settings-page-shell .settings-row-meta{justify-content:flex-end;width:9.75rem;min-width:9.75rem}.settings-page-shell .settings-status-badge,.settings-page-shell .settings-option-check{width:100%;min-width:0}.settings-page-shell .settings-option-check.available,.settings-page-shell .settings-option-check.selected{color:#d3d5d8;background:#d3d5d81f;border-color:#d3d5d82e}.settings-page-shell .settings-option-check.pending{color:#94949c;background:#1c1c21;border-color:#2a2a30}.settings-page-shell .security-center-row,.settings-page-shell .security-history-row,.settings-page-shell .settings-detail-line{align-items:center}.settings-page-shell .settings-danger-button,.settings-page-shell .settings-identity-actions .button-primary,.settings-page-shell .settings-inline-actions .button-primary{min-height:2.75rem}.settings-page-shell .settings-identity-actions .button-primary{color:#0a0a0b;background:#d3d5d8;border-color:#d3d5d8}.settings-page-shell .settings-identity-actions .button-secondary,.settings-page-shell .settings-module-topbar>.button-secondary,.settings-page-shell .settings-inline-actions .button-secondary{color:#ececee;background:#ececee0d;border-color:#ececee14}.settings-page-shell .theme-preview-card-window{background:#faf7f00d;border-color:#ececee14}.settings-page-shell .theme-preview-card-line{background:#faf7f029}.settings-page-shell .theme-preview-card-nav span{background:#faf7f01f}.settings-page-shell .theme-preview-card-nav span.active{background:#d3d5d8}.settings-page-shell .settings-support-stack{background:#ececee14;gap:1px}.settings-page-shell .settings-support-row{background:linear-gradient(#1c1c21fa,#101013fa)}.settings-page-shell .feedback-banner.success{background:#1c1c21f5;border-color:#d3d5d82e}.settings-page-shell .feedback-banner.success p{color:#ececee}.settings-page-shell .bottom-nav{width:min(28.25rem, calc(100vw - 1.5rem - var(--safe-left) - var(--safe-right)));max-width:calc(100vw - 1.5rem - var(--safe-left) - var(--safe-right));bottom:max(.75rem, var(--safe-bottom));background:linear-gradient(#1c1c21f5,#101013fa);border:1px solid #ececee14;border-radius:1.35rem;padding:.38rem;box-shadow:inset 0 1px #ffffff0a,0 24px 56px #00000052}.settings-page-shell .bottom-nav-item{color:#777780;border-radius:1rem;gap:.28rem;min-height:3.35rem}.settings-page-shell .bottom-nav-item.active{color:#ececee;background:#ececee0d;box-shadow:inset 0 1px #ffffff0f}.settings-page-shell .bottom-nav-item.active:after{background:#d3d5d8;width:1rem;height:.14rem;bottom:.38rem}.settings-page-shell .bottom-nav-item span{letter-spacing:.16em;text-transform:uppercase;font-size:.58rem;line-height:1}.settings-overview-logout{width:100%}@media (max-width:720px){.create-page-screen,.settings-page-screen{width:min(calc(100% - max(1rem, var(--safe-left)) - max(1rem, var(--safe-right))), 28.75rem);max-width:28.75rem;padding:calc(.5rem + var(--safe-top)) max(.625rem, var(--safe-right)) calc(7.35rem + var(--safe-bottom)) max(.625rem, var(--safe-left));gap:.75rem}.create-page-topbar,.settings-page-shell .settings-module-topbar{border-radius:1.35rem;padding:.92rem .92rem .84rem}.create-page-brand-copy h1{font-size:1.95rem}.create-page-logo-shell{width:2.8rem;height:2.8rem}.create-page-shell .bottom-nav,.settings-page-shell .bottom-nav{width:min(28rem, calc(100vw - 1.25rem - var(--safe-left) - var(--safe-right)))}.create-page-shell .new-chat-search-actions{justify-content:stretch}.create-page-shell .new-chat-search-actions .button-primary,.create-page-shell .new-chat-search-actions .button-secondary{flex:1 1 0}.create-page-shell .new-chat-filter-tab span{font-size:.58rem}.settings-page-shell .settings-module-topbar{align-items:center}.settings-page-shell .settings-module-topbar>.button-secondary{min-height:2.5rem}}.create-page-shell .search-discovery-card-main .avatar-badge{border-radius:999px;width:3rem;min-width:3rem;height:3rem;min-height:3rem}.create-page-shell .search-discovery-card,.create-page-shell .search-discovery-title-row{align-items:center}.create-page-shell .search-discovery-subtitle{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;line-height:1.25;overflow:hidden}.create-page-shell .search-discovery-card.existing .button-primary,.create-page-shell .search-discovery-card.existing .button-secondary,.create-page-shell .search-discovery-card .button-primary{color:#0a0a0b;min-height:2.75rem;box-shadow:none;background:#d3d5d8;border-color:#d3d5d8;border-radius:.625rem;padding:0 1rem;font-weight:600}.create-page-shell .search-discovery-card .button-primary:hover,.create-page-shell .search-discovery-card.existing .button-primary:hover,.create-page-shell .search-discovery-card.existing .button-secondary:hover{color:#0a0a0b;background:#ececee;border-color:#ececee}.create-page-shell .known-contact-row{text-align:left;border:1px solid #ececee14;width:100%}.create-page-shell .known-contact-row .search-discovery-card-main{flex:auto;min-width:0}.create-page-shell .known-contact-row .search-discovery-copy{min-width:0}.create-page-shell .known-contact-row .search-discovery-title-row,.create-page-shell .known-contact-row .search-discovery-subtitle{max-width:100%}.create-page-shell .known-contact-chevron{color:#94949c;flex:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:inline-flex}.create-page-shell .known-contact-chevron .qidra-icon{width:1rem;height:1rem}:root{--bg-lacquer:#0b0c0e;--bg-lacquer-2:#141518;--surface-dark:#17181b;--surface-dark-2:#202226;--line-dark:#2b2d31;--accent-platinum:#d8c9ac;--accent-platinum-dim:#d8c9ac47;--accent-platinum-soft:#d8c9ac14;--accent-premium-gold:#c8a96b;--accent-premium-gold-strong:#8a6a37;--text-primary-dark:#ececee;--text-secondary-dark:#8a8c90;--text-tertiary-dark:#4f5155;--status-online:#8fae7e;--status-online-dim:#8fae7e29;--danger:#e0857b;--danger-wash:#e0857b24;--warning:#c8a96b;--warning-wash:#c8a96b29;--surface:#17181bf5;--surface-soft:#202226f0;--surface-strong:#17181b;--surface-muted:#202226;--border:#2b2d31;--border-strong:#d8c9ac33;--text:#ececee;--text-muted:#8a8c90;--text-soft:#4f5155;--accent:#c8a96b;--accent-strong:#f4e3b8;--accent-soft:#c8a96b1a;--on-accent:#0b0c0e;--gold:#c8a96b;--gold-strong:#f4e3b8;--gold-wash:#c8a96b24;--focus-ring:#c8a96b2e;--shadow-lg:0 26px 64px #00000075;--shadow-md:0 20px 42px #00000057;--shadow-sm:0 14px 30px #00000047;--app-background:radial-gradient(circle at 18% 8%, #c8a96b14, transparent 18%), radial-gradient(circle at 82% 0%, #f4e3b80f, transparent 20%), linear-gradient(180deg, #07080a 0%, #0b0c0e 45%, #141518 100%)}html,body{color:#ececee;background:#08080a}.page-shell{color:#ececee}.auth-entry-shell,.landing-route-shell,.chat-detail-shell,.chat-list-shell,.settings-page-shell,.create-page-shell{background:radial-gradient(130% 100% at 50% 0,#101013 0%,#08080a 62%,#050507 100%)}.auth-entry-divider{background:#d3d5d8b8;width:72px}.auth-entry-subtitle,.auth-helper-text,.auth-inline-status,.auth-card-intro,.conversation-preview,.meta-column,.settings-row-copy small,.settings-topbar-copy p,.settings-detail-line span,.settings-page-shell .muted-copy,.message-time,.message-checks,.attachment-meta,.voice-player-duration,.voice-player-state{color:#94949c}.auth-login-shell{min-height:calc(100dvh - max(48px, var(--safe-top)) - max(48px, var(--safe-bottom)));justify-content:center;align-items:center;gap:36px;display:flex}.auth-login-card,.auth-register-card,.auth-card{background:linear-gradient(#16161afa,#0a0a0cfa);border:1px solid #2a2a30;border-radius:28px;width:min(420px,100%);padding:30px 28px;box-shadow:0 24px 54px #0000006b,inset 0 1px #ffffff08}.auth-card h2,.auth-register-title,.chat-list-shell .chat-list-brand-copy h1,.settings-brand-lockup h1,.settings-topbar-copy h1{font-family:var(--font-display);color:#ececee;letter-spacing:.02em;font-weight:600}.auth-card h2{margin:0 0 6px;font-size:3rem;line-height:.94}.auth-card-kicker,.field-label,.eyebrow,.settings-module-group h2,.chat-list-dial-label{text-transform:uppercase;letter-spacing:.12em}.auth-card-kicker,.field-label,.settings-module-group h2{color:#55555c}.auth-form .field-label,.auth-login-card .field-label{font-size:11px;font-weight:600}.field-input,.field-select,.auth-form .field-input,.auth-login-card .field-input,.auth-register-card .field-input{color:#ececee;caret-color:#ececee;-webkit-text-fill-color:#ececee;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;min-height:50px;box-shadow:none;background:#16161a;border:1px solid #2a2a30;border-radius:10px;padding:12px 16px}.field-input::placeholder,.auth-form .field-input::placeholder,.auth-login-card .field-input::placeholder,.auth-register-card .field-input::placeholder{color:#55555c}.field-input:focus,.field-select:focus,.auth-form .field-input:focus,.auth-login-card .field-input:focus,.auth-register-card .field-input:focus{border-color:#d3d5d866;box-shadow:0 0 0 3px #d3d5d814}.field-input:-webkit-autofill{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #16161a,0 0 0 3px #d3d5d80f}.field-input:-webkit-autofill:hover{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #16161a,0 0 0 3px #d3d5d80f}.field-input:-webkit-autofill:focus{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #16161a,0 0 0 3px #d3d5d80f}.field-input:-webkit-autofill:active{-webkit-text-fill-color:#ececee;caret-color:#ececee;border:1px solid #2a2a30;transition:background-color 99999s ease-out;box-shadow:inset 0 0 0 1000px #16161a,0 0 0 3px #d3d5d80f}.button-primary{color:#08080a;background:linear-gradient(#d3d5d8,#bfc1c5);border-color:#d3d5d82e;box-shadow:0 12px 24px #00000038}.button-primary:hover{color:#08080a;background:linear-gradient(#ececee,#d3d5d8)}.button-secondary,.button-ghost{color:#ececee;background:#16161a;border-color:#2a2a30}.feedback-banner,.empty-card,.status-card,.dialog-surface,.search-card,.content-card,.settings-card,.composer-card,.chat-shell,.settings-module-topbar,.settings-module-card,.chat-list-shell .chat-list-topbar,.chat-list-shell .chat-list-filter-wrap,.chat-list-shell .chat-list-search-panel,.chat-list-shell .chat-list-content{background:linear-gradient(#16161afa,#0a0a0cf5);border:1px solid #2a2a30;box-shadow:0 18px 40px #00000047}.feedback-banner,.empty-card,.status-card,.dialog-surface{border-radius:20px}.chat-shell,.settings-module-topbar,.settings-module-card,.chat-list-shell .chat-list-topbar,.chat-list-shell .chat-list-filter-wrap,.chat-list-shell .chat-list-search-panel,.chat-list-shell .chat-list-content{border-radius:26px}.chat-list-shell .chat-list-topbar{padding:22px 24px}.chat-list-shell .chat-list-brand-copy p,.chat-list-shell .chat-list-dial-label,.chat-list-shell .chat-list-status-chip,.settings-status-badge{color:#94949c}.chat-list-shell .chat-list-logo-shell,.settings-brand-mark-shell,.settings-row-icon,.chat-list-section-icon,.conversation-avatar-shell .conversation-activity-dot,.message-reply-swipe-icon{border-color:#d3d5d829}.chat-list-shell .chat-list-dial{box-shadow:inset 0 0 0 1px #d3d5d814,0 18px 32px #00000052}.chat-list-shell .chat-list-dial:before{background:linear-gradient(#16161afa,#08080afa);inset:8px}.chat-list-shell .chat-list-dial-number{font-family:var(--font-display);color:#ececee;font-weight:700}.chat-list-shell .chat-list-filter-track{background:#101013;border:1px solid #2a2a30}.chat-list-shell .chat-list-filter-thumb{background:linear-gradient(#1c1c21fa,#101013fa);border:1px solid #d3d5d81f}.chat-list-shell .chat-list-filter-tab{color:#94949c}.chat-list-shell .chat-list-filter-tab.active{color:#ececee}.conversation-row,.search-result-item,.settings-row-button,.settings-row-static{background:linear-gradient(#1c1c21fa,#101013fa);border-color:#2a2a30}.conversation-name,.search-result-title,.settings-row-copy strong,.chat-title-copy strong{color:#ececee}.pill,.settings-status-badge,.settings-option-check,.device-meta-chip{color:#94949c;background:#1c1c21;border:1px solid #2a2a30}.settings-row-chevron,.settings-topbar-icon,.settings-row-icon .qidra-icon{color:#d3d5d8}.chat-detail-shell{isolation:isolate;background:radial-gradient(at 50% 28%,#101013 0%,#08080a 68%);width:100vw;max-width:100vw;min-height:100svh;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;overflow-x:clip}.chat-detail-screen{width:min(calc(100% - max(1rem, var(--safe-left)) - max(1rem, var(--safe-right))), 28.75rem);max-width:28.75rem;height:100svh;min-height:100svh;padding:calc(.75rem + var(--safe-top)) max(.75rem, var(--safe-right)) calc(.75rem + min(var(--safe-bottom), 16px)) max(.75rem, var(--safe-left));box-sizing:border-box;min-height:0;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:.875rem;margin:0 auto;display:flex}.chat-detail-shell .chat-header,.chat-detail-shell .chat-stage,.chat-detail-shell .composer-card,.chat-detail-shell .message-menu-popover,.chat-detail-shell .chat-header-menu-popover,.chat-detail-shell .typing-indicator-card,.chat-detail-shell .chat-stage .status-card,.chat-detail-shell .chat-stage .feedback-banner,.chat-detail-shell .voice-review-card,.chat-detail-shell .voice-recorder-panel,.chat-detail-shell .composer-bottom-sheet,.chat-detail-shell .composer-confirmation-sheet,.chat-detail-shell .composer-camera-fallback-sheet{background:linear-gradient(#16161afa,#0a0a0cf5);border:1px solid #2a2a30;box-shadow:0 18px 40px #0000004d}.chat-detail-shell .chat-header{min-height:72px;box-shadow:none;background:#101013;border:0;border-bottom:1px solid #2a2a30;border-radius:0;padding:14px 16px 12px}.chat-detail-shell .chat-back-button,.chat-detail-shell .chat-header-actions .icon-button{color:#d3d5d8;background:#16161a;border-color:#2a2a30;border-radius:999px;width:34px;min-width:34px;height:34px;min-height:34px}.chat-detail-shell .chat-back-button:hover,.chat-detail-shell .chat-header-actions .icon-button:hover,.chat-detail-shell .chat-back-button:focus-visible,.chat-detail-shell .chat-header-actions .icon-button:focus-visible{color:#ececee;background:#1c1c21;border-color:#d3d5d82e}.chat-detail-shell .chat-header-avatar{color:#ececee;width:34px;min-width:34px;height:34px;box-shadow:none;background:#1c1c21;border:1px solid #2a2a30;border-radius:999px}.chat-detail-shell .chat-title-copy{gap:2px}.chat-detail-shell .chat-title-copy strong{color:#ececee;font-size:14.5px;font-weight:600;line-height:18px}.chat-detail-shell .chat-title-meta{flex-wrap:nowrap;align-items:center;gap:4px;display:flex}.chat-detail-shell .chat-title-meta>span,.chat-detail-shell .chat-security-label,.chat-detail-shell .voice-review-copy span,.chat-detail-shell .voice-recorder-timer,.chat-detail-shell .voice-review-meta span,.chat-detail-shell .composer-support-row,.chat-detail-shell .typing-indicator-copy span,.chat-detail-shell .attachment-preview-meta,.chat-detail-shell .attachment-security-note,.chat-detail-shell .attachment-document-preview-copy span,.chat-detail-shell .composer-confirmation-sheet-header span,.chat-detail-shell .composer-menu-item-copy span,.chat-detail-shell .voice-recorder-limit-note,.chat-detail-shell .voice-recorder-helper{color:#94949c;opacity:1;font-size:10.5px;line-height:14px}.chat-detail-shell .chat-security-label{color:#94949c;background:0 0;border:0;min-height:auto;padding:0}.chat-detail-shell .presence-indicator.offline{color:#94949c}.chat-detail-shell .chat-title-copy,.chat-detail-shell .chat-title-copy strong,.chat-detail-shell .chat-title-meta,.chat-detail-shell .chat-title-meta>span,.chat-detail-shell .chat-security-label,.chat-detail-shell .presence-indicator strong{color:#ececee!important}.chat-detail-shell .chat-security-label{color:#94949c!important}.chat-detail-shell .presence-indicator,.chat-detail-shell .presence-indicator strong{color:#6e8f7e!important}.chat-detail-shell .presence-indicator.offline,.chat-detail-shell .presence-indicator.offline strong,.chat-detail-shell .presence-indicator.connecting,.chat-detail-shell .presence-indicator.connecting strong{color:#94949c!important}.chat-header-menu-popover,.chat-detail-shell .chat-header-menu-popover,.chat-detail-shell .message-menu-popover{opacity:1;-webkit-backdrop-filter:none;border:1px solid #2a2a30;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0006;z-index:1402!important;background:#16161a!important}.chat-header-menu-backdrop{z-index:1401}.chat-header-menu-popover .chat-header-menu-item,.chat-detail-shell .chat-header-menu-item,.chat-detail-shell .message-menu-item,.chat-detail-shell .message-menu-item span{color:#ececee}.chat-header-menu-popover,.chat-detail-shell .chat-header-menu-popover{width:min(220px,100vw - 24px);min-width:220px;padding:8px}.chat-detail-shell .message-menu-popover{min-width:196px;padding:8px}.chat-header-menu-popover .chat-header-menu-item,.chat-detail-shell .chat-header-menu-item,.chat-detail-shell .message-menu-item{border-radius:9px;align-items:center;gap:10px;min-height:40px;padding:10px 12px;font-size:13px;font-weight:500;line-height:18px;display:flex}.chat-header-menu-popover .chat-header-menu-item:hover,.chat-header-menu-popover .chat-header-menu-item:focus-visible,.chat-detail-shell .chat-header-menu-item:hover,.chat-detail-shell .chat-header-menu-item:focus-visible,.chat-detail-shell .message-menu-item:hover:not(:disabled),.chat-detail-shell .message-menu-item:focus-visible:not(:disabled){color:#ececee;background:#d3d5d814}.chat-detail-shell .chat-stage{box-shadow:none;background:#08080a;border:0;border-radius:0;flex:auto;padding:14px 16px 0}.chat-detail-shell .chat-stage:before{display:none}.chat-messages-shell,.chat-thread-shell{min-height:0}.chat-composer-shell{z-index:20;padding:6px 12px calc(10px + min(var(--safe-bottom), 12px));background:#101013;border-top:1px solid #2a2a30;flex:none;margin-top:0;position:relative;bottom:auto}.chat-detail-shell .messages-list{gap:10px}.chat-detail-shell .message-day-separator span{color:#94949c;letter-spacing:1.2px;text-transform:uppercase;box-shadow:none;background:#101013;border:1px solid #2a2a30;font-size:10px;font-weight:600}.chat-detail-shell .message-day-separator span:before,.chat-detail-shell .message-day-separator span:after{background:#55555c80}.message-row,.chat-detail-shell .message-row{width:100%}.message-row.self,.chat-detail-shell .message-row.self{justify-content:flex-end}.message-row.other,.chat-detail-shell .message-row.other{justify-content:flex-start}.chat-detail-shell .message-card{max-width:min(76%,20.5rem);box-shadow:none;background:#16161a;border:none;border-radius:16px;gap:7px;padding:9px 13px}.chat-detail-shell .message-card.self{color:#ececee;background:#1c1c21}.chat-detail-shell .message-card.other{color:#ececee;background:#16161a}.chat-detail-shell .message-card.deleted{color:#94949c;background:#101013;border-style:dashed}.chat-detail-shell .message-card:before,.chat-detail-shell .message-card:after{display:none}.chat-detail-shell .message-body{color:#ececee;font-size:13.5px;line-height:1.5}.chat-detail-shell .message-card.has-media-content,.chat-detail-shell .message-card.has-document-content{background:0 0;gap:0;padding:0}.chat-detail-shell .message-card.has-media-content .message-reply-preview,.chat-detail-shell .message-card.has-document-content .message-reply-preview{margin:0 0 8px;padding:8px 10px}.chat-detail-shell .message-card.has-media-content .message-body,.chat-detail-shell .message-card.has-document-content .message-body{margin:0 0 8px;padding:0 2px}.chat-detail-shell .message-reply-preview{background:#1c1c21;border-left:2px solid #d3d5d894;border-radius:12px;padding:8px 10px}.chat-detail-shell .message-reply-preview strong{color:#ececee}.chat-detail-shell .message-reply-preview span{color:#94949c}.chat-detail-shell .message-footer,.message-footer{justify-content:flex-end;align-items:flex-end;gap:6px;margin-top:4px;padding:0 2px;display:flex}.chat-detail-shell .message-card.has-media-content .message-footer,.chat-detail-shell .message-card.has-document-content .message-footer{margin-top:6px;padding:0 4px}.chat-detail-shell .message-card.other .message-time,.chat-detail-shell .message-card.other .message-checks,.chat-detail-shell .message-card.other .attachment-meta,.chat-detail-shell .message-card.other .voice-player-duration,.chat-detail-shell .message-card.other .attachment-kind,.chat-detail-shell .message-card.other .voice-player-state,.chat-detail-shell .message-card.self .message-time,.chat-detail-shell .message-card.self .message-checks,.chat-detail-shell .message-card.self .attachment-meta,.chat-detail-shell .message-card.self .voice-player-duration,.chat-detail-shell .message-card.self .attachment-kind,.chat-detail-shell .message-card.self .voice-player-state,.chat-detail-shell .message-status,.chat-detail-shell .message-meta{color:#55555c;letter-spacing:0;text-transform:none;font-size:10px;font-weight:400;line-height:12px}.chat-detail-shell .message-checks.read{color:#6e8f7e}.chat-detail-shell .message-actions{top:8px;right:8px}.chat-detail-shell .message-card.has-voice-content .message-actions,.chat-detail-shell .message-row.other .message-card.has-voice-content .message-actions,.chat-detail-shell .message-card.has-document-content .message-actions,.chat-detail-shell .message-card.has-voice-content .message-actions{top:6px;right:6px}.chat-detail-shell .message-menu-trigger{opacity:1;pointer-events:auto;color:#d3d5d8;width:28px;min-width:28px;height:28px;min-height:28px;box-shadow:none;background:#16161a;border-color:#2a2a30;border-radius:999px}.chat-detail-shell .message-card.self .message-menu-trigger{color:#d3d5d8;background:#16161a;border-color:#2a2a30}.attachments-stack,.voice-stack{gap:8px;margin-top:8px}.chat-detail-shell .message-card.has-media-content .attachments-stack,.chat-detail-shell .message-card.has-document-content .attachments-stack,.chat-detail-shell .message-card.has-media-content .message-attachments,.chat-detail-shell .message-card.has-document-content .message-attachments{margin-top:0}.chat-detail-shell .attachment-card,.chat-detail-shell .voice-card,.attachment-card,.voice-card{box-shadow:none;background:0 0;border:none;border-radius:14px}.chat-detail-shell .attachment-gallery{width:min(240px,100%)}.chat-detail-shell .attachment-gallery[data-attachment-count="1"]{width:200px}.chat-detail-shell .attachment-card-media{aspect-ratio:4/3;background:0 0;border:0;border-radius:14px;min-height:150px;padding:0;position:relative;overflow:hidden}.chat-detail-shell .attachment-card-image,.chat-detail-shell .attachment-card-video,.chat-detail-shell .attachment-card img,.chat-detail-shell .attachment-card video,.attachment-card-media img,.attachment-card-media video{border-radius:inherit;object-fit:cover;width:100%;height:100%}.attachment-card-button,.chat-detail-shell .attachment-card-button{box-shadow:none;border-color:#2a2a30}.attachment-card-button:hover,.attachment-card-button:focus-visible,.chat-detail-shell .attachment-card-button:hover,.chat-detail-shell .attachment-card-button:focus-visible{box-shadow:none;border-color:#0000}.chat-detail-shell .attachment-media-fallback{color:#94949c;background:linear-gradient(#1c1c21,#16161a);place-items:center;width:100%;height:100%;display:grid}.chat-detail-shell .attachment-media-play{color:#ececee;background:#00000080;border-radius:999px;width:44px;height:44px}.chat-detail-shell .attachment-media-play .qidra-icon{width:16px;height:16px}.chat-detail-shell .attachment-media-chip{color:#ececee;background:#00000080;border-radius:8px;min-height:22px;padding:2px 7px;font-size:10px;font-weight:500;line-height:12px}.chat-detail-shell .attachment-media-chip-top{top:8px;left:8px;right:auto}.chat-detail-shell .attachment-media-chip-bottom{bottom:8px;left:auto;right:8px}.chat-detail-shell .attachment-card-document{width:min(240px,100%);max-width:100%;min-height:56px;box-shadow:none;background:#16161a;border:1px solid #2a2a30;border-radius:12px;align-items:center;gap:11px;padding:11px 44px 11px 11px;display:flex}.chat-detail-shell .attachment-document-icon{color:#d3d5d8;background:#1c1c21;border:1px solid #ffffff0a;border-radius:9px;width:38px;min-width:38px;height:38px}.chat-detail-shell .attachment-document-copy{flex:auto;min-width:0}.chat-detail-shell .attachment-title,.attachment-title{text-overflow:ellipsis;white-space:nowrap;color:#ececee;font-size:12.5px;font-weight:600;line-height:16px;display:block;overflow:hidden}.chat-detail-shell .attachment-kind,.chat-detail-shell .attachment-meta,.attachment-kind,.attachment-meta{color:#94949c;font-size:10.5px;line-height:14px}.chat-detail-shell .voice-player,.voice-player{min-height:0;width:min(var(--voice-player-width), 100%);box-shadow:none;background:#16161a;border:1px solid #2a2a30;border-radius:16px;align-items:center;gap:8px;padding:8px 40px 8px 10px}.chat-detail-shell .voice-player-toggle,.chat-detail-shell .voice-review-toggle,.voice-player-toggle{color:#d3d5d8;width:40px;min-width:40px;height:40px;min-height:40px;box-shadow:none;background:#1c1c21;border:1px solid #2a2a30;border-radius:999px}.chat-detail-shell .voice-player-toggle:hover,.chat-detail-shell .voice-player-toggle:focus-visible,.chat-detail-shell .voice-review-toggle:hover,.chat-detail-shell .voice-review-toggle:focus-visible,.voice-player-toggle:hover,.voice-player-toggle:focus-visible{color:#ececee;background:#232428}.chat-detail-shell .voice-player-toggle:disabled,.voice-player-toggle:disabled{color:#d3d5d8b8;opacity:1;background:#1c1c21;border-color:#2a2a30}.chat-detail-shell .voice-player-toggle-icon,.voice-player-toggle-icon{width:15px;height:15px}.chat-detail-shell .voice-player-toggle-fallback,.voice-player-toggle-fallback{color:currentColor;place-items:center;width:16px;height:16px;font-size:12px;font-weight:700;line-height:1;display:grid}.chat-detail-shell .voice-player-track-shell,.voice-player-track-shell{flex-direction:column;flex:1;justify-content:center;gap:3px;min-width:0;display:flex}.chat-detail-shell .voice-player-track,.voice-player-track{background:0 0;border:0;align-items:center;min-height:18px;padding:0;display:flex}.chat-detail-shell .voice-player-waveform,.voice-player-waveform{align-items:center;gap:2px;height:16px}.chat-detail-shell .voice-waveform-bar,.voice-waveform-bar{background:#94949c38;border-radius:999px;min-width:3px;max-width:3px}.chat-detail-shell .voice-waveform-bar.played,.chat-detail-shell .voice-player.playing .voice-waveform-bar.played,.chat-detail-shell .voice-player.paused .voice-waveform-bar.played,.voice-waveform-bar.played,.voice-player.playing .voice-waveform-bar.played,.voice-player.paused .voice-waveform-bar.played{background:#d3d5d8f5}.chat-detail-shell .voice-player-meta,.voice-player-meta{justify-content:flex-end;align-self:center;align-items:flex-end;gap:4px;min-width:52px}.chat-detail-shell .voice-player-duration,.chat-detail-shell .voice-player-state,.voice-player-duration,.voice-player-state{color:#94949c;font-variant-numeric:tabular-nums;font-size:10px;line-height:12px}.chat-detail-shell .voice-player-duration,.voice-player-duration{white-space:nowrap;text-align:right;min-width:0}.chat-detail-shell .voice-speed-toggle,.voice-speed-toggle{color:#d3d5d8;background:#1c1c21;border-color:#2a2a30;border-radius:999px;min-width:30px;min-height:20px;padding:0 6px;font-size:10px;line-height:1}.chat-detail-shell .voice-player-playable,.chat-detail-shell .voice-player-pending,.chat-detail-shell .voice-player-unavailable,.chat-detail-shell .voice-player-failed{background:#16161a}.chat-detail-shell .voice-player-pending .voice-player-toggle,.chat-detail-shell .voice-player-unavailable .voice-player-toggle,.chat-detail-shell .voice-player-failed .voice-player-toggle{background:#1c1c21;border-color:#2a2a30}.chat-detail-shell .voice-player-pending .voice-player-track-shell,.chat-detail-shell .voice-player-unavailable .voice-player-track-shell,.chat-detail-shell .voice-player-failed .voice-player-track-shell{justify-content:center}.chat-detail-shell .voice-player-pending .voice-player-state,.chat-detail-shell .voice-player-unavailable .voice-player-state,.chat-detail-shell .voice-player-failed .voice-player-state{color:#94949c;font-size:11px;line-height:14px}.chat-detail-shell .voice-player-failed .voice-player-state{color:#d38f8f}.chat-detail-shell .voice-player-unavailable .voice-player-duration,.chat-detail-shell .voice-player-pending .voice-player-duration,.chat-detail-shell .voice-player-failed .voice-player-duration{color:#94949c}.chat-detail-shell .voice-player-track-shell.compact-unavailable{justify-content:center;min-height:40px}.chat-detail-shell .voice-player-seek,.voice-player-seek{z-index:1;margin-top:-12px;position:relative}.chat-detail-shell .voice-player-seek::-webkit-slider-runnable-track{background:#d3d5d82e;height:1px}.voice-player-seek::-webkit-slider-runnable-track{background:#d3d5d82e;height:1px}.chat-detail-shell .voice-player-seek::-webkit-slider-thumb{width:0;height:0;box-shadow:none;opacity:0}.voice-player-seek::-webkit-slider-thumb{width:0;height:0;box-shadow:none;opacity:0}.chat-detail-shell .voice-player-seek::-moz-range-thumb{width:0;height:0;box-shadow:none;opacity:0}.voice-player-seek::-moz-range-thumb{width:0;height:0;box-shadow:none;opacity:0}.chat-detail-shell .voice-player-seek::-moz-range-track{background:#d3d5d82e;height:1px}.voice-player-seek::-moz-range-track{background:#d3d5d82e;height:1px}.chat-detail-shell .message-card.has-voice-content{box-shadow:none;background:0 0;border:0;padding:0}.chat-detail-shell .message-card.has-voice-content .message-footer{margin-top:6px;padding:0 4px}.chat-detail-shell .message-card.has-voice-content .voice-stack{margin-top:0}.chat-detail-shell .composer-card{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.chat-detail-shell .composer-surface,.composer-surface{min-height:48px;box-shadow:none;background:#16161a;border:1px solid #2a2a30;border-radius:20px;gap:8px;padding:5px 8px}.chat-detail-shell .composer-icon-button,.chat-detail-shell .composer-attachment-trigger,.composer-icon-button{color:#d3d5d8;width:36px;min-width:36px;height:36px;min-height:36px;box-shadow:none;background:#1c1c21;border-color:#2a2a30;border-radius:999px}.chat-detail-shell .composer-send-button{width:36px;min-width:36px;height:36px;min-height:36px;box-shadow:none;background:linear-gradient(#d3d5d8,#bfc1c5);border-color:#d3d5d82e;border-radius:999px}.chat-detail-shell .composer-send-button:disabled{opacity:.58;background:#1c1c21;border-color:#2a2a30}.chat-detail-shell .composer-send-letter{font-family:var(--font-display);color:#08080a;font-size:24px;font-weight:600}.chat-detail-shell .composer-input,.composer-input{color:#ececee;background:0 0;border-radius:16px;min-height:36px;max-height:116px;padding:8px 12px 7px;font-size:12.5px;line-height:18px}.chat-detail-shell .chat-header{min-height:70px;padding:12px 16px 11px}.chat-detail-shell .chat-title-row{gap:12px}.chat-detail-shell .chat-header-actions{gap:4px}.chat-detail-shell .chat-title-copy{justify-content:center}.chat-detail-shell .chat-title-copy strong{letter-spacing:0}.chat-detail-shell .chat-title-meta{gap:3px}.chat-detail-shell .chat-title-meta>span,.chat-detail-shell .chat-security-label,.chat-detail-shell .presence-indicator,.chat-detail-shell .presence-indicator strong{font-size:10.5px;line-height:14px}.chat-detail-shell .message-list-shell{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:auto;min-height:0;padding-bottom:12px;overflow-y:auto}.chat-detail-shell .composer-leading-action,.chat-detail-shell .composer-actions,.chat-detail-shell .composer-voice-slot{justify-content:center;align-items:center;display:flex}.chat-detail-shell .composer-leading-action,.chat-detail-shell .composer-actions{align-self:flex-end}.chat-detail-shell .composer-support-row{padding:6px 2px 0}.chat-detail-shell .composer-input::placeholder,.composer-input::placeholder{color:#55555c}.chat-detail-shell .composer-input:focus,.composer-input:focus{border-color:#d3d5d824;box-shadow:0 0 0 3px #d3d5d80f}.settings-module-shell{background:0 0}.settings-module-topbar{padding:20px 22px}.settings-page-shell .settings-module-topbar,.settings-page-shell .settings-identity-hero,.settings-page-shell .settings-module-card,.settings-page-shell .theme-preview-card,.settings-page-shell .settings-detail-card,.settings-page-shell .settings-help-copy,.settings-page-shell .security-alert-card,.settings-page-shell .settings-support-note-card,.settings-page-shell .device-session-card,.settings-page-shell .device-hero-card,.settings-page-shell .settings-danger-card,.settings-page-shell .settings-support-row{background:linear-gradient(#16161afa,#0a0a0cf5);border:1px solid #2a2a30;box-shadow:0 18px 40px #00000042}.settings-page-shell .settings-topbar-copy h1,.settings-page-shell .settings-row-copy strong,.settings-page-shell .settings-option-copy strong,.settings-page-shell .settings-detail-line strong,.settings-page-shell .theme-preview-card-header strong,.settings-page-shell .settings-identity-copy strong,.settings-page-shell .security-alert-card strong,.settings-page-shell .security-history-copy strong,.settings-page-shell .device-session-copy strong,.settings-page-shell .device-hero-copy strong,.settings-page-shell .settings-support-row strong,.settings-page-shell .settings-danger-copy strong{color:#ececee}.settings-page-shell .settings-module-group h2{color:#55555c;font-size:10px;font-weight:600}.settings-page-shell .settings-status-badge,.settings-page-shell .settings-option-check,.settings-page-shell .settings-inline-badges .pill,.settings-page-shell .device-meta-chip{color:#94949c;background:#1c1c21;border:1px solid #2a2a30}.settings-page-shell .settings-option-check.available,.settings-page-shell .settings-option-check.selected{color:#ececee;border-color:#d3d5d829}.auth-helper-links a,.auth-register-helper-line a{color:#d3d5d8}.chat-detail-shell .chat-stage,.chat-detail-shell .chat-messages-shell,.chat-detail-shell .chat-thread-shell{min-height:0;overflow:hidden}.chat-detail-shell .messages-list{padding-bottom:0}.chat-detail-shell .message-actions{z-index:60}.chat-detail-shell .message-menu-trigger{z-index:61;position:relative}.chat-detail-shell .message-menu-popover{z-index:62;pointer-events:auto;position:absolute}.chat-detail-shell .message-card.has-document-content .message-menu-trigger,.chat-detail-shell .message-card.has-voice-content .message-menu-trigger{background:#16161af5}@media (hover:hover) and (pointer:fine){.chat-detail-shell .message-menu-trigger{opacity:0;pointer-events:none}.chat-detail-shell .message-card:hover .message-menu-trigger,.chat-detail-shell .message-card:focus-within .message-menu-trigger,.chat-detail-shell .message-menu-trigger.visible{opacity:1;pointer-events:auto}}.chat-detail-shell .message-gesture-shell{width:fit-content;max-width:100%;position:relative}.chat-detail-shell .message-card{gap:6px;width:fit-content;min-width:0}.chat-detail-shell .message-card.has-media-content,.chat-detail-shell .message-card.has-document-content,.chat-detail-shell .message-card.has-voice-content{width:fit-content}.chat-detail-shell .message-card.has-media-content .message-footer,.chat-detail-shell .message-card.has-document-content .message-footer,.chat-detail-shell .message-card.has-voice-content .message-footer{margin-top:4px;padding:0 2px}.chat-detail-shell .message-footer,.chat-detail-shell .message-time,.chat-detail-shell .message-checks{white-space:nowrap}.chat-detail-shell .message-actions{z-index:80;position:absolute;top:2px;left:auto;right:-34px}.chat-detail-shell .message-row.other .message-actions,.chat-detail-shell .message-card.has-document-content .message-actions,.chat-detail-shell .message-card.has-voice-content .message-actions,.chat-detail-shell .message-row.other .message-card.has-voice-content .message-actions{top:2px;left:auto;right:-34px}.chat-detail-shell .message-menu-trigger,.chat-detail-shell .message-card.self .message-menu-trigger{color:#d3d5d8;width:26px;min-width:26px;height:26px;min-height:26px;box-shadow:none;background:#16161af5;border:1px solid #2a2a30;border-radius:999px;transition:opacity .14s,background-color .14s,border-color .14s,color .14s}.chat-detail-shell .message-menu-trigger:hover,.chat-detail-shell .message-menu-trigger:focus-visible,.chat-detail-shell .message-menu-trigger.visible{color:#ececee;background:#1c1c21;border-color:#d3d5d82e}.chat-detail-shell .qidra-message-menu-popover{z-index:1402;background:#16161a;border:1px solid #2a2a30;border-radius:14px;flex-direction:column;gap:0;padding:6px;display:flex;overflow:hidden;box-shadow:0 18px 40px #0006}.chat-detail-shell .message-menu-section+.message-menu-section{border-top:1px solid #2a2a30e6;margin-top:4px;padding-top:4px}.chat-detail-shell .message-menu-item{color:#ececee;border-radius:10px;gap:10px;min-height:38px;padding:8px 10px;font-size:13px;font-weight:500;line-height:18px}.chat-detail-shell .message-menu-item span{color:inherit;font-size:inherit;line-height:inherit;font-weight:inherit}.chat-detail-shell .message-menu-item .qidra-icon,.chat-detail-shell .message-menu-bullet{color:#94949c;flex:none;width:16px;height:16px}.chat-detail-shell .message-menu-item:hover:not(:disabled),.chat-detail-shell .message-menu-item:focus-visible:not(:disabled){color:#ececee;background:#1c1c21}.chat-detail-shell .message-menu-item:disabled,.chat-detail-shell .message-menu-item:disabled .qidra-icon{color:#777780}.chat-detail-shell .message-menu-item.danger{color:#ececee}.chat-detail-shell .message-menu-item.danger .qidra-icon{color:#d38f8f}@media (hover:hover) and (pointer:fine){.chat-detail-shell .message-menu-trigger{opacity:0;pointer-events:none}.chat-detail-shell .message-row:hover .message-menu-trigger,.chat-detail-shell .message-card:hover .message-menu-trigger,.chat-detail-shell .message-card:focus-within .message-menu-trigger,.chat-detail-shell .message-menu-trigger.visible{opacity:1;pointer-events:auto}}@media (max-width:767px){.chat-detail-shell .message-actions,.chat-detail-shell .message-row.other .message-actions,.chat-detail-shell .message-card.has-document-content .message-actions,.chat-detail-shell .message-card.has-voice-content .message-actions,.chat-detail-shell .message-row.other .message-card.has-voice-content .message-actions{right:-28px}}.chat-header-menu-popover{border:1px solid #2a2a30;border-radius:12px;flex-direction:column;gap:0;width:min(220px,100vw - 24px);min-width:220px;padding:8px;display:flex;position:fixed;top:auto;right:auto;overflow:visible;box-shadow:0 8px 24px #0006;z-index:1402!important;background:#16161a!important;bottom:auto!important;left:auto!important}.chat-header-menu-item{display:block}.attachment-card-button,.chat-detail-shell .attachment-card-button,.chat-detail-shell .composer-menu-item{appearance:none}.chat-detail-shell .message-card.self .attachment-card,.chat-detail-shell .message-card.other .attachment-card{background:0 0}.chat-detail-shell .message-card.self .attachment-card-media,.chat-detail-shell .message-card.other .attachment-card-media,.chat-detail-shell .message-card.self .attachment-card-image,.chat-detail-shell .message-card.other .attachment-card-image,.chat-detail-shell .message-card.self .attachment-card-video,.chat-detail-shell .message-card.other .attachment-card-video{border:1px solid #2a2a30;background:#16161a!important}.chat-detail-shell .message-card.self .attachment-media-fallback,.chat-detail-shell .message-card.other .attachment-media-fallback{color:#94949c;background:linear-gradient(#1c1c21,#16161a)!important}.chat-detail-shell .message-card.self .attachment-card-document,.chat-detail-shell .message-card.other .attachment-card-document{box-shadow:none;background:#16161a!important;border:1px solid #2a2a30!important}.chat-detail-shell .composer-menu-item.recommended{background:#16161a;border-color:#2a2a30}.chat-detail-shell .composer-menu-item.recommended .composer-menu-item-icon{color:#d3d5d8;border-color:#d3d5d814}.composer-menu-item.recommended{background:#16161a;border-color:#2a2a30}.composer-menu-item.recommended .composer-menu-item-icon{color:#d3d5d8;border-color:#d3d5d814}@media (max-width:960px){.auth-login-shell{flex-direction:column;gap:24px}.auth-login-card,.auth-register-card,.auth-card{width:min(420px,100%)}}@media (max-width:720px){.auth-login-card,.auth-register-card,.auth-card,.chat-shell,.chat-list-shell .chat-list-topbar,.chat-list-shell .chat-list-filter-wrap,.chat-list-shell .chat-list-search-panel,.chat-list-shell .chat-list-content,.settings-module-topbar,.settings-module-card{border-radius:24px}.chat-detail-screen{width:min(calc(100% - max(1rem, var(--safe-left)) - max(1rem, var(--safe-right))), 28.75rem);max-width:28.75rem;padding:calc(.5rem + var(--safe-top)) max(.625rem, var(--safe-right)) calc(.75rem + min(var(--safe-bottom), 16px)) max(.625rem, var(--safe-left));gap:.75rem}.message-card,.chat-detail-shell .message-card{max-width:min(88%,22rem)}}.call-remote-audio{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.chat-call-panel-anchor{position:relative}.call-panel{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, white 4%);width:min(360px,100vw - 32px);box-shadow:var(--shadow-md);z-index:40;border-radius:18px;flex-direction:column;gap:14px;padding:16px;display:flex;position:absolute;top:calc(100% + 12px);right:0}.call-panel-copy{flex-direction:column;gap:6px;display:flex}.call-panel-copy strong{font-size:.95rem}.call-panel-copy span{color:var(--text-muted);font-size:.9rem;line-height:1.45}.call-panel-error{color:var(--danger)}.call-panel-meta{color:var(--text-soft)}.call-panel-actions{flex-wrap:wrap;gap:10px;display:flex}.call-mute-button,.button-primary.danger{align-items:center;gap:8px;display:inline-flex}.button-primary.danger{background:color-mix(in srgb, var(--danger) 82%, var(--accent-strong) 18%);color:var(--bg-ivory)}.call-overlay-backdrop{z-index:1600;-webkit-backdrop-filter:blur(14px);background:#09100dc2;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.call-overlay{background:radial-gradient(circle at top, #2769572e, transparent 56%), color-mix(in srgb, var(--surface) 96%, white 4%);text-align:center;border:1px solid #cbaa5b3d;border-radius:28px;flex-direction:column;justify-content:center;gap:20px;width:min(440px,100vw - 32px);min-height:min(520px,100vh - 48px);padding:28px 24px;display:flex;box-shadow:0 24px 64px #050b0957}.call-overlay-mark{background:color-mix(in srgb, var(--accent-strong) 84%, white 16%);width:72px;height:72px;color:var(--bg-ivory);border-radius:999px;place-items:center;margin:0 auto;display:grid}.call-overlay-mark .qidra-icon{width:28px;height:28px}.call-overlay-copy{flex-direction:column;gap:8px;display:flex}.call-overlay-copy strong{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.9rem}.call-overlay-copy h2{color:var(--text-strong);margin:0;font-size:clamp(1.6rem,2vw,2.1rem);line-height:1.12}.call-overlay-copy p{color:var(--text-muted);margin:0;line-height:1.5}.call-overlay-quality{color:var(--accent-strong);background:#c9a22724;border-radius:999px;align-self:center;padding:.42rem .78rem;font-size:.86rem;font-weight:600}.call-overlay-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.call-overlay-actions>button{min-width:140px}.call-overlay-mute{justify-content:center;align-items:center;gap:8px;display:inline-flex}@media (max-width:720px){.call-overlay-backdrop{align-items:flex-end;padding:16px}.call-overlay{width:100%;min-height:auto;padding:24px 18px calc(24px + min(var(--safe-bottom), 16px));border-radius:24px 24px 18px 18px}.call-overlay-actions{flex-direction:column}.call-overlay-actions>button{width:100%}}
