.lcc-panel{position:fixed;top:clamp(154px,18vh,190px);right:clamp(18px,3vw,48px);z-index:12;display:flex;flex-direction:column;width:min(320px,calc(100vw - 36px));height:min(620px,calc(100vh - 190px));min-height:420px;color:#f2f4f8;background:#0c0e12a8;border:1px solid rgba(255,255,255,.1);border-radius:24px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 70px #0f172a3d;animation:lcc-slide-in .18s ease-out}.lcc-panel--collapsed{width:10px;min-width:10px;height:112px;min-height:112px;overflow:visible;background:#0c0e127a}.lcc-panel--collapsed .lcc-header__collapse{position:absolute;top:12px;right:8px}.lcc-mobile-handle{width:42px;height:4px;margin:8px auto 0;border-radius:999px;background:#ffffff40}.lcc-header{display:grid;grid-template-columns:1fr auto 32px;align-items:center;gap:6px;min-height:50px;padding:0 12px 0 14px;border-bottom:1px solid rgba(255,255,255,.06)}.lcc-header__title{font-size:13px;font-weight:600;letter-spacing:.01em;color:#ffffffe6}.lcc-header__status{display:inline-flex;gap:6px;align-items:center;font-size:12px;color:#ffffff9e}.lcc-header__status-dot{width:7px;height:7px;border-radius:999px}.lcc-header__status-dot--ok{background:#44d17a}.lcc-header__status-dot--warn{background:#ffb45f}.lcc-header__status-dot--ended{background:#ffffff4d}.lcc-header__collapse{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#ffffffb8;cursor:pointer;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:999px}.lcc-scroll{position:relative;flex:1;min-height:0;padding:12px 10px 10px;overflow-y:auto;overscroll-behavior:contain}.lcc-scroll__timestamp{margin:12px 0 8px;font-size:11px;line-height:1.2;color:#ffffff80;text-align:center}.lcc-scroll__empty{display:grid;gap:6px;place-items:center;margin-top:40%;color:#ffffff8c;text-align:center}.lcc-scroll__empty span{font-size:32px;color:#ffffff40}.lcc-scroll__empty strong{font-size:14px;font-weight:500}.lcc-scroll__empty p{margin:0;font-size:12px;color:#ffffff59}.lcc-scroll__skeleton{display:grid;gap:9px;padding-top:16px}.lcc-scroll__skeleton span{width:60%;height:32px;border-radius:16px;background:linear-gradient(90deg,#ffffff0f,#ffffff24,#ffffff0f);background-size:180% 100%;animation:lcc-shimmer 1.4s linear infinite}.lcc-scroll__skeleton span:nth-child(2){justify-self:end}.lcc-scroll__error-banner{position:sticky;top:0;z-index:2;display:flex;gap:8px;align-items:center;padding:8px 10px;margin-bottom:10px;font-size:12px;color:#ffd3a0;background:#ffa8571f;border:1px solid rgba(255,168,87,.18);border-radius:12px}.lcc-scroll__new-pill{position:sticky;bottom:8px;left:50%;display:block;padding:7px 12px;margin:8px auto 0;color:#fff;cursor:pointer;background:#5b8defeb;border:0;border-radius:999px;box-shadow:0 10px 26px #0000003d}.lcc-bubble{position:relative;width:fit-content;max-width:82%;padding:7px 11px;margin-top:8px;font-size:13px;line-height:1.4;overflow-wrap:anywhere}.lcc-bubble:not(.lcc-bubble--first-of-run){margin-top:2px}.lcc-bubble--self{margin-left:auto;color:#fff;background:#5b8def;border-radius:16px 16px 4px}.lcc-bubble--peer{margin-right:auto;color:#f2f4f8;background:#ffffff14;border-radius:16px 16px 16px 4px}.lcc-bubble:not(.lcc-bubble--last-of-run).lcc-bubble--self{border-bottom-right-radius:16px}.lcc-bubble:not(.lcc-bubble--last-of-run).lcc-bubble--peer{border-bottom-left-radius:16px}.lcc-bubble__text a{color:inherit;text-decoration:underline}.lcc-bubble__status{position:absolute;right:-6px;bottom:-6px}.lcc-bubble__status--sending{width:8px;height:8px;background:#ffffff7a;border-radius:999px;animation:lcc-pulse 1s ease-in-out infinite}.lcc-bubble__status--failed{position:static;display:block;margin-top:4px}.lcc-bubble__retry{padding:0;font-size:11px;color:#ff8a8a;cursor:pointer;background:transparent;border:0;text-decoration:underline}.lcc-input{padding:10px 10px 12px;border-top:1px solid rgba(255,255,255,.06)}.lcc-input__field{position:relative}.lcc-input__textarea{width:100%;min-height:38px;max-height:120px;padding:9px 42px 9px 13px;overflow-y:auto;font:inherit;font-size:13px;line-height:1.4;color:#f2f4f8;resize:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:20px;outline:none}.lcc-input__textarea:focus{border-color:#5b8def99}.lcc-input__send{position:absolute;right:5px;bottom:6px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#fff;cursor:pointer;background:#5b8def;border:0;border-radius:999px}.lcc-input__send--disabled{color:#ffffff59;cursor:not-allowed;background:transparent}.lcc-input__counter{margin:0 4px 4px 0;font-size:11px;color:#ffffff80;text-align:right}.lcc-input__counter--warn,.lcc-input__error{color:#ff8a8a}.lcc-input__error{margin:6px 4px 0;font-size:12px}.lcc-spinner{width:12px;height:12px;border:2px solid rgba(255,211,160,.3);border-top-color:#ffd3a0;border-radius:999px;animation:lcc-spin .8s linear infinite}@media(max-width:767px){.lcc-panel--mobile{position:fixed;inset:auto 12px 132px auto;width:min(238px,calc(100vw - 24px));height:min(23vh,210px);min-height:168px;max-height:26vh;background:#0c0e1285;border-top:1px solid rgba(255,255,255,.08);border-left:1px solid rgba(255,255,255,.08);border-radius:22px;animation:lcc-slide-up .18s ease-out}.lcc-panel--mobile:focus-within{height:min(31vh,280px);max-height:34vh}.lcc-panel--mobile .lcc-header{min-height:34px;padding:0 7px 0 9px;gap:4px;grid-template-columns:1fr auto 26px}.lcc-panel--mobile .lcc-header__title,.lcc-panel--mobile .lcc-header__status{font-size:11px}.lcc-panel--mobile .lcc-scroll{padding:5px 6px 4px}.lcc-panel--mobile .lcc-input{padding:5px 6px 6px}.lcc-panel--mobile .lcc-input__textarea{min-height:32px;max-height:54px;padding:6px 34px 6px 10px;font-size:12px}.lcc-panel--mobile .lcc-input__send{width:26px;height:26px;right:3px;bottom:4px}.lcc-panel--mobile .lcc-bubble{max-width:88%;padding:5px 8px;font-size:11px}.lcc-panel--mobile .lcc-scroll__timestamp{margin:7px 0 5px}.lcc-panel--mobile .lcc-header__collapse{width:26px;height:26px}}@keyframes lcc-slide-in{0%{transform:translate(24px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes lcc-slide-up{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes lcc-shimmer{0%{background-position:180% 0}to{background-position:-180% 0}}@keyframes lcc-pulse{0%,to{opacity:.35;transform:scale(.86)}50%{opacity:.9;transform:scale(1)}}@keyframes lcc-spin{to{transform:rotate(360deg)}}.auth-modal-backdrop{position:fixed;inset:0;background:#0b102094;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:1200}.auth-modal-card{width:min(100%,440px);min-height:560px;background:linear-gradient(180deg,#fffffffa,#f8fafff5);border:1px solid rgba(116,144,255,.16);border-radius:28px;box-shadow:0 28px 80px #0f172a3d;padding:22px 22px 24px;display:flex;flex-direction:column;justify-content:center}.auth-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.auth-modal-head strong{display:block;font-size:.98rem;font-weight:700;color:#111827}.auth-modal-head span{display:block;margin-top:4px;font-size:.88rem;line-height:1.45;color:#667085}.auth-modal-head .ghost-btn{border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:600;background:#fff;border:1px solid rgba(15,23,42,.08);color:#344054}.auth-modal-copy-block h3{margin:0;font-size:2rem;line-height:1.05;letter-spacing:-.03em;color:#101828}.auth-modal-copy-block p{margin:12px 0 0;font-size:.98rem;line-height:1.55;color:#475467}.auth-access-rule-box{margin-top:18px;padding:16px 16px 14px;border-radius:18px;background:linear-gradient(180deg,#3b82f614,#6366f114);border:1px solid rgba(59,130,246,.14)}.auth-access-rule-box strong{display:block;margin-bottom:10px;font-size:.9rem;font-weight:700;color:#1d4ed8}.auth-access-rule-box ul{margin:0;padding-left:18px;color:#344054}.auth-access-rule-box li{margin:0 0 6px;font-size:.92rem;line-height:1.45}.auth-input{width:100%;margin-top:18px;box-sizing:border-box}.auth-input-premium{height:58px;border-radius:18px;border:1px solid rgba(148,163,184,.35);background:#fffffffa;padding:0 18px;font-size:1rem;color:#111827;box-shadow:inset 0 1px 2px #0f172a08}.auth-input-premium:focus{outline:none;border-color:#3b82f68c;box-shadow:0 0 0 4px #3b82f61f}.auth-modal-actions-primary-only{width:100%;display:flex;margin-top:16px}.auth-modal-master-cta{width:100%}.auth-modal-master-cta-premium{min-height:58px;border-radius:18px;border:0;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 16px 32px #2563eb47}.google-cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:44px;padding:10px 16px;background:#fff;color:#1f1f1f;border:1px solid #dadce0;border-radius:8px;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.25px;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.google-cta:hover{background:#f8f9fa;border-color:#d2d5da;box-shadow:0 1px 2px #3c404314}.google-cta:active{background:#f1f3f4;border-color:#c7cace;box-shadow:none}.google-cta:focus-visible{outline:none;border-color:#4285f4;box-shadow:0 0 0 3px #4285f44d}.google-cta:disabled{opacity:.55;cursor:not-allowed}.google-cta__icon{display:inline-flex;width:18px;height:18px;flex-shrink:0}.google-cta__icon svg{width:100%;height:100%;display:block}.google-cta__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-divider{display:flex;align-items:center;gap:12px;margin:16px 0 0;color:#00000073;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#0000001a}.auth-modal-support-note{margin-top:12px;text-align:center;font-size:.88rem;color:#667085}.live-next-person-cta{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 14px 28px #2563eb3d}.auth-modal-actions{display:flex;gap:12px;margin-top:16px}.auth-status-note{margin-top:12px;font-size:.9rem;color:#475467}@media(max-width:640px){.auth-modal-backdrop{padding:14px;align-items:flex-end}.auth-modal-card{width:100%;min-height:auto;border-radius:24px 24px 18px 18px;padding:18px 18px 22px}.auth-modal-copy-block h3{font-size:1.7rem}.auth-modal-copy-block p,.auth-access-rule-box li,.auth-modal-support-note{font-size:.92rem}.auth-input-premium,.auth-modal-master-cta-premium{min-height:56px}.google-cta{min-height:48px;font-size:15px}.auth-modal-actions{flex-direction:column}}.home-feed-page{padding-top:8px;background:linear-gradient(180deg,#f6faff,#eef5ff)}.home-feed-shell{display:grid;grid-template-columns:220px minmax(0,640px) 280px;justify-content:center;gap:16px;align-items:start}.home-left-rail,.home-right-rail{display:grid;gap:12px;position:sticky;top:96px}.home-left-rail-inner,.home-rail-card,.home-feed-post-card,.home-feed-composer{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(37,99,235,.1);border-radius:16px;box-shadow:0 10px 24px #2563eb14,inset 0 1px #ffffffe0}.home-left-rail-inner,.home-rail-card,.home-feed-composer{padding:16px}.home-left-brand-block{display:grid;gap:8px;margin-bottom:14px}.home-left-brand-block h3,.home-right-rail .home-rail-card h3{margin:0;color:#0f172a}.home-left-brand-block h3{font-size:24px;line-height:1.06}.home-left-brand-block p{margin:0;color:#475569;font-size:14px;line-height:1.55}.home-rail-nav{display:grid;gap:8px}.home-rail-link{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-height:48px;padding:13px 16px;border-radius:16px;border:1px solid #d7e6ff;background:#f8fbff;color:#334155;font-weight:800;box-shadow:none;cursor:pointer}.home-rail-link.active{background:linear-gradient(180deg,#eaf2ff,#dbeafe);border-color:#93c5fd;color:#1d4ed8}.home-left-rail-summary{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.home-feed-center{display:grid;gap:12px;min-width:0}.home-feed-composer{display:grid;gap:14px}.home-feed-primary-entry{border-width:1.5px;box-shadow:0 14px 30px #2563eb1f,inset 0 1px #ffffffe0}.home-feed-composer-head{display:flex;gap:12px;align-items:flex-start}.home-feed-composer-copy{display:grid;gap:4px}.home-feed-composer-copy strong{color:#0f172a;font-size:18px}.home-feed-composer-copy span{color:#475569;font-size:14px;line-height:1.45}.home-feed-composer-actions{display:flex;gap:8px;flex-wrap:wrap}.home-feed-composer-actions-priority{gap:10px}.home-feed-composer-actions-supporting{gap:8px}.home-feed-composer-lite-btn{min-height:38px!important;border-radius:999px!important;padding:8px 12px!important;border-color:#c7dcff!important;background:#f8fbff!important;color:#2563eb!important}.home-feed-composer-primary{min-width:280px;justify-content:center;background:linear-gradient(180deg,#2563eb,#1d4ed8)!important;box-shadow:0 16px 30px #2563eb3d!important;font-weight:900!important}.home-feed-composer-secondary{min-width:180px;justify-content:center;border-width:1.5px!important;border-color:#bfdbfe!important;background:#f8fbff!important;color:#1d4ed8!important;box-shadow:0 10px 20px #2563eb14!important;font-weight:800!important}.home-feed-tabs{display:flex;gap:0;flex-wrap:nowrap;padding:0;position:sticky;top:78px;z-index:5;background:#f6fafff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(37,99,235,.1)}.home-feed-stream{display:grid;gap:0;border-left:1px solid rgba(37,99,235,.1);border-right:1px solid rgba(37,99,235,.1)}.home-feed-post-card{padding:16px 16px 14px;display:grid;gap:10px;border-radius:0;border-left:none;border-right:none;border-top:none;box-shadow:none;background:transparent}.home-feed-post-card-featured{border-color:#2563eb2e}.home-feed-post-head{display:flex;gap:10px;align-items:flex-start}.home-feed-avatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--primary-bg);color:#fff;font-weight:900;box-shadow:0 8px 16px #2563eb29;flex-shrink:0}.home-feed-avatar-mini{width:38px;height:38px;border-radius:12px;font-size:13px}.home-feed-post-identity{display:grid;gap:6px;min-width:0}.home-feed-post-name-row{display:flex;gap:6px;align-items:center;flex-wrap:wrap;color:#64748b}.home-feed-post-name-row strong{color:#0f172a;font-size:16px}.home-feed-post-dot{opacity:.55}.home-feed-post-meta,.home-rail-list-row span{color:#64748b;font-size:13px;line-height:1.45}.home-feed-post-body{margin:0;color:#1e293b;font-size:16px;line-height:1.7}.home-feed-post-proof-row{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}.home-feed-post-proof{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#eaf2ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:11px;font-weight:800;letter-spacing:.01em}.home-feed-post-proof-secondary{background:#f8fbff;color:#475569;border-color:#d7e6ff}.home-feed-context-line{color:#64748b;font-size:12px;font-weight:700}.home-feed-media-card{display:grid;gap:6px;padding:14px;border-radius:14px;background:linear-gradient(180deg,#eff6ff,#f8fbff);border:1px solid rgba(37,99,235,.14)}.home-feed-media-card strong{color:#0f172a;font-size:15px}.home-feed-media-card span{color:#475569;font-size:13px;line-height:1.5}.home-feed-post-chips{display:flex;gap:8px;flex-wrap:wrap}.home-feed-post-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.home-feed-post-actions-social{padding-top:0;gap:8px}.home-feed-post-actions-primary{padding-top:2px}.home-feed-post-actions .primary-btn,.home-feed-post-actions .ghost-btn{min-height:44px}.home-feed-social-btn{border-width:1.5px!important;min-height:38px!important;padding:7px 12px!important;border-radius:999px!important;box-shadow:0 8px 16px #2563eb0f!important;font-size:13px!important;border-color:#d7e6ff!important;background:#f8fbff!important;color:#2563eb!important;font-weight:800!important}.home-feed-post-actions-utility{margin-top:2px}.home-feed-primary-cta{min-width:184px;justify-content:center;background:linear-gradient(180deg,#2563eb,#1d4ed8)!important;box-shadow:0 14px 24px #2563eb38!important;font-weight:900!important}.home-feed-secondary-cta{min-width:172px;justify-content:center;border-width:1.5px!important;border-color:#bfdbfe!important;background:#f8fbff!important;color:#1d4ed8!important;box-shadow:0 8px 16px #2563eb14!important;font-weight:800!important}.home-left-rail-primary-cta-wrap{margin-top:14px}.home-rail-icon{width:16px;display:inline-flex;justify-content:center}.home-left-rail-primary-cta{width:100%;justify-content:center;background:linear-gradient(180deg,#2563eb,#1d4ed8)!important;box-shadow:0 16px 30px #2563eb3d!important}.home-feed-post-chips-minimal{gap:6px}.home-feed-minimal-tag{font-size:11px;padding:5px 9px;opacity:.9;background:#eff6ff!important;border-color:#dbeafe!important;color:#1d4ed8!important}.home-rail-list{display:grid;gap:8px;margin-top:10px}.home-rail-list-dense{gap:2px}.home-rail-list-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:10px 0;border-top:1px solid rgba(37,99,235,.08)}.home-rail-follow-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid rgba(37,99,235,.08)}.home-rail-follow-row:first-child{border-top:none;padding-top:0}.home-rail-follow-id{display:flex;align-items:center;gap:10px;min-width:0}.home-rail-follow-id div:last-child{display:grid;gap:2px}.home-rail-follow-btn{min-height:36px!important;padding:8px 12px!important;border-radius:999px!important;border-color:#bfdbfe!important;background:#eff6ff!important;color:#1d4ed8!important;font-weight:800!important;box-shadow:0 8px 16px #2563eb0f!important}.home-rail-list-row:first-child{border-top:none;padding-top:0}.home-rail-list-row strong{font-size:13px;color:#0f172a;line-height:1.35}.home-feed-refresh-row{display:flex;justify-content:center}.home-feed-refresh-btn{min-height:36px!important;padding:8px 14px!important;border-radius:999px!important;border-color:#bfdbfe!important;background:#eff6ff!important;color:#1d4ed8!important}.home-right-rail .home-rail-card h3{font-size:22px;line-height:1.08}@media(max-width:1100px){.home-feed-shell{grid-template-columns:minmax(0,1fr);gap:16px}.home-feed-tabs{position:static;-webkit-backdrop-filter:none;backdrop-filter:none}.home-feed-stream{border-left:none;border-right:none}.home-left-rail,.home-right-rail{position:static}.home-left-rail{order:1}.home-feed-center{order:2}.home-right-rail{order:3}.home-feed-header h1{max-width:18ch}}.home-feed-tabs .tab{min-height:52px;padding:0 18px;border:none;border-bottom:2px solid transparent;border-radius:0;background:transparent;box-shadow:none;font-weight:800}.home-feed-tabs .tab.active{border-bottom-color:#2563eb;color:#1d4ed8}.member-profile-page .profile-hero.member-profile-hero{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:18px}.member-profile-main,.member-profile-side{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(37,99,235,.1);border-radius:20px;box-shadow:0 14px 28px #2563eb14}.member-profile-topbar{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:start}.member-profile-identity-row{display:flex;gap:16px;align-items:flex-start}.member-profile-avatar{width:78px;height:78px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb 60%,#60a5fa);color:#fff;font-size:28px;font-weight:900;box-shadow:0 18px 30px #2563eb38;flex-shrink:0}.member-profile-identity-copy{display:grid;gap:6px}.member-profile-identity-copy h1{margin:0;color:#0f172a;font-size:clamp(34px,4.2vw,52px);line-height:.94;letter-spacing:-.04em}.member-profile-handle{color:#64748b;font-size:15px;font-weight:700}.member-profile-identity-copy p{margin:0;color:#475569;font-size:16px;line-height:1.65;max-width:58ch}.member-profile-presence-row{margin-top:14px}.member-profile-stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.member-profile-actions{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}.member-profile-actions .ghost-btn,.member-profile-actions .primary-btn{min-height:48px}.member-profile-owner-cta-stack{display:grid;gap:10px}.member-profile-owner-primary,.member-profile-owner-secondary{min-height:48px!important;justify-content:center}.member-profile-owner-primary{box-shadow:0 16px 28px #2563eb38!important}.member-profile-tabs{margin-top:18px}.member-profile-tabs-owner{border-bottom:1px solid #d7e6ff;padding-bottom:6px}.member-profile-activity-feed{display:grid;gap:12px;margin-top:18px}.member-profile-activity-card{display:grid;gap:6px;padding:16px;border-radius:16px;border:1px solid #d7e6ff;background:#f8fbff}.member-profile-activity-card strong{color:#0f172a;font-size:15px}.member-profile-activity-card span{color:#1d4ed8;font-size:12px;font-weight:800}.member-profile-activity-card p{margin:0;color:#475569;font-size:14px;line-height:1.55}.member-profile-side h3{margin-top:0;color:#0f172a}.member-profile-side p,.member-profile-side li{color:#475569;line-height:1.6}.member-profile-editor-panel{margin-top:18px;padding:18px;border-radius:18px;border:1px solid #d7e6ff;background:#f8fbff;display:grid;gap:14px}.member-profile-editor-panel h3{margin:0;color:#0f172a}.member-profile-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.member-profile-editor-grid label,.member-profile-settings-grid label{display:grid;gap:6px;color:#334155;font-weight:700}.member-profile-editor-wide{grid-column:1 / -1}.member-profile-bio-input{min-height:120px}.member-profile-settings-grid{display:grid;gap:12px}.member-profile-toggle-row{align-items:center;grid-template-columns:minmax(0,1fr) auto}.member-profile-inline-meta{display:flex;gap:10px;flex-wrap:wrap;color:#64748b;font-size:14px}.member-profile-inline-meta a{color:#1d4ed8;text-decoration:none}.member-profile-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.agent-name-link{color:inherit;text-decoration:none}.agent-name-link:hover,.agent-name-link:focus-visible{color:#1d4ed8;text-decoration:underline}@media(max-width:900px){.member-profile-page .profile-hero.member-profile-hero,.member-profile-topbar{grid-template-columns:minmax(0,1fr)}.member-profile-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}.member-profile-editor-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:720px){.home-feed-page{padding-left:0;padding-right:0}.home-feed-shell{gap:14px}.home-left-rail-inner,.home-rail-card,.home-feed-post-card{border-radius:22px}.home-feed-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.home-feed-tabs .tab{flex:0 0 auto}.home-feed-post-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-feed-post-actions .primary-btn,.home-feed-post-actions .ghost-btn{justify-content:center;width:100%}}.topbar.topbar-home{background:linear-gradient(135deg,#2563eb,#1d4ed8 58%,#3b82f6)!important;border:1px solid rgba(191,219,254,.48)!important;box-shadow:0 18px 40px #2563eb47!important}.topbar.topbar-home .brand strong,.topbar.topbar-home .brand small,.topbar.topbar-home .nav-link,.topbar.topbar-home .mobile-link,.topbar.topbar-home .topbar-secondary-link{color:#fff!important}.topbar.topbar-home .brand-mark{background:#ffffff29!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 10px 22px #0f172a29!important}.topbar.topbar-home .nav-link,.topbar.topbar-home .mobile-link{background:#ffffff1f!important;border:1px solid rgba(255,255,255,.26)!important;box-shadow:0 8px 18px #0f172a1f!important}.topbar.topbar-home .nav-link.active,.topbar.topbar-home .mobile-link.active,.topbar.topbar-home .nav-link:hover,.topbar.topbar-home .nav-link:focus-visible{background:#ffffff2e!important;border-color:#ffffffc7!important;color:#fff!important;box-shadow:0 0 0 3px #ffffff2e,0 10px 22px #0f172a24!important}.topbar.topbar-home .ghost-btn,.topbar.topbar-home .topbar-secondary-link{background:#ffffff1f!important;border:1px solid rgba(255,255,255,.24)!important;color:#fff!important;box-shadow:0 8px 18px #0f172a1f!important}.topbar.topbar-home .ghost-btn:hover,.topbar.topbar-home .ghost-btn:focus-visible,.topbar.topbar-home .topbar-secondary-link:hover,.topbar.topbar-home .topbar-secondary-link:focus-visible{background:#ffffff2e!important;border-color:#ffffffb8!important;color:#fff!important}.topbar.topbar-home .primary-btn,.topbar.topbar-home .direct-message-cta{background:linear-gradient(180deg,#eff6ff,#dbeafe)!important;color:#1d4ed8!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:0 12px 24px #0f172a24!important}.topbar.topbar-home .primary-btn:hover,.topbar.topbar-home .primary-btn:focus-visible,.topbar.topbar-home .direct-message-cta:hover,.topbar.topbar-home .direct-message-cta:focus-visible{background:linear-gradient(180deg,#fff,#eaf2ff)!important;color:#1e40af!important;border-color:#ffffffeb!important}:root{color-scheme:light;--color-bg-primary:#f6faff;--color-bg-secondary:#eef5ff;--color-surface:#ffffff;--color-surface-muted:#f8fbff;--color-border-subtle:#d7e6ff;--color-border-strong:#bfdbfe;--color-text-primary:#141c24;--color-text-secondary:#344054;--color-text-muted:#64748b;--color-accent-primary:#2563eb;--color-accent-primary-hover:#3b82f6;--color-accent-primary-active:#1d4ed8;--color-accent-secondary:#1e40af;--color-accent-secondary-hover:#1d4ed8;--color-accent-secondary-active:#1e3a8a;--shadow-surface-base:0 10px 20px rgba(37,99,235,.09), inset 0 1px 0 rgba(255,255,255,.75);--shadow-surface-hover:0 14px 24px rgba(37,99,235,.13), inset 0 1px 0 rgba(255,255,255,.82);--shadow-surface-active:0 8px 16px rgba(37,99,235,.1), inset 0 1px 0 rgba(255,255,255,.7);--highlight-surface-top:inset 0 1px 0 rgba(255,255,255,.75);--border-subtle:1px solid var(--color-border-subtle);--border-interactive:1.5px solid var(--color-border-strong);--border-focus:0 0 0 3px rgba(255,255,255,.9),0 0 0 5px rgba(37,99,235,.22);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--bg:var(--color-bg-primary);--panel:#ffffff;--panel2:#f4efe8;--line:var(--color-border-subtle);--text:var(--color-text-primary);--muted:var(--color-text-muted);--red:var(--color-accent-primary);--red-dark:var(--color-accent-primary-active);--red-soft:rgba(37,99,235,.1);--orange:#60a5fa;--violet:#8b5cf6;--blue:#2563eb;--green:#10b981;--yellow:#f59e0b;--card-shadow:0 12px 28px rgba(15,23,42,.05);--cta-shadow:0 18px 32px rgba(37,99,235,.24);--warm-shadow:0 10px 26px rgba(37,99,235,.08);--warm-line:#d7e6ff;--warm-text:#64748b;--warm-title:#0f172a;--soft-blue-bg:linear-gradient(180deg,#f4f9ff,#ecf5ff);--soft-blue-border:#bfdcff;--soft-blue-border-strong:#8db8e8;--soft-blue-text:#2f6fae;--primary-bg:linear-gradient(135deg,var(--color-accent-primary-hover) 0%,var(--color-accent-primary) 58%,#60a5fa 100%);--primary-border:rgba(255,255,255,.18);--primary-text:#ffffff;--secondary-bg:#f8fbff;--secondary-border:#d7e6ff;--secondary-text:var(--color-accent-secondary);--interactive-bg:var(--color-surface);--interactive-border:var(--color-border-strong);--interactive-text:var(--color-text-secondary);--interactive-shadow:var(--shadow-surface-base);--interactive-shadow-hover:var(--shadow-surface-hover);--selected-bg:#eaf2ff;--selected-border:#bfdbfe;--selected-text:#1d4ed8;--interactive-ring:0 0 0 1.5px rgba(255,255,255,.82);--gradient-topbar:linear-gradient(135deg,var(--color-accent-primary-hover) 0%,var(--color-accent-primary) 55%,#60a5fa 100%);--surface-overlay-strong:rgba(255,255,255,.18);--surface-overlay-border:rgba(255,255,255,.22);--surface-overlay-border-strong:rgba(255,255,255,.42);--surface-overlay-hover:rgba(255,255,255,.16);--surface-overlay-hover-border:rgba(255,255,255,.92);--surface-overlay-ring:0 0 0 1.5px rgba(255,255,255,.68);--surface-overlay-focus:0 0 0 3px rgba(255,255,255,.92);--shadow-topbar:0 18px 40px rgba(37,99,235,.28);--shadow-overlay:0 8px 18px rgba(0,0,0,.08);--shadow-overlay-strong:0 10px 22px rgba(0,0,0,.1);--shadow-overlay-cta:0 14px 28px rgba(0,0,0,.12);--gradient-page-intro:linear-gradient(180deg,var(--color-surface),#f4f9ff);--gradient-topic-card:linear-gradient(180deg,var(--color-surface) 0%,var(--color-surface-muted) 100%);--gradient-topic-card-glow:linear-gradient(135deg,rgba(37,99,235,.08),rgba(255,255,255,0) 42%,rgba(96,165,250,.06) 100%);--gradient-auth-modal:linear-gradient(180deg,var(--color-surface),var(--color-surface-muted));--surface-premium-ring:0 0 0 2px rgba(255,255,255,.92);--shadow-premium-card:0 16px 34px rgba(37,99,235,.08);--shadow-auth-modal:0 20px 50px rgba(15,23,42,.18);--status-success-bg:rgba(16,185,129,.12);--status-success-text:#047857;--status-warning-bg:rgba(245,158,11,.12);--status-warning-text:#b45309;--status-danger-bg:rgba(239,68,68,.12);--status-danger-text:#b91c1c;--status-neutral-bg:#f9fafb;--status-neutral-text:#4b5563;--mobile-nav-bg:rgba(246,250,255,.94);--mobile-menu-bg:linear-gradient(180deg,var(--color-surface) 0%,#f4f9ff 100%);--mobile-menu-shadow:-18px 0 44px rgba(20,28,36,.14);--backdrop-scrim:rgba(20,28,36,.28);--layout-gap-section:26px;--layout-gap-card:14px;--layout-gap-meta:8px;--copy-max:64ch;--copy-max-tight:44ch}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui;background:linear-gradient(180deg,#f6faff,#eef5ff 45%,#e9f2ff);color:var(--text)}a{text-decoration:none;color:inherit}.site-shell{min-height:100vh;padding:16px 16px 96px}.topbar{width:min(1380px,calc(100% - 32px));margin:0 auto 18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;background:#fffaf5e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:var(--border-subtle);border-radius:var(--radius-xl);position:sticky;top:12px;z-index:20;box-shadow:0 10px 30px #0f172a0d;box-sizing:border-box}.mobile-menu-toggle,.mobile-menu-backdrop,.mobile-menu-drawer{display:none}.topbar-home{top:0;background:var(--gradient-topbar);border:1px solid var(--surface-overlay-strong);box-shadow:var(--shadow-topbar);padding:12px 16px}.topbar-home .brand strong,.topbar-home .brand small,.topbar-home .nav-link,.topbar-home .mobile-link,.topbar-home .topbar-secondary-link{color:var(--primary-text)}.topbar-home .brand-mark{background:var(--surface-overlay-strong);border:1px solid var(--surface-overlay-border);box-shadow:var(--shadow-overlay-strong)}.topbar-home .nav-link,.topbar-home .mobile-link{background:#ffffff1f;border:1px solid var(--surface-overlay-border-strong);box-shadow:var(--surface-overlay-ring),var(--shadow-overlay)}.topbar-home .nav-link.active,.topbar-home .mobile-link.active,.topbar-home .nav-link:hover,.topbar-home .nav-link:focus-visible{background:var(--surface-overlay-hover);color:var(--primary-text);border-color:var(--surface-overlay-hover-border);box-shadow:var(--surface-overlay-focus),var(--shadow-overlay-strong)}.topbar-home .mobile-link.active{background:var(--color-surface)!important;color:var(--color-accent-primary-active)!important;border-color:var(--surface-overlay-hover-border)!important}.topbar-home .mobile-link:hover{background:var(--surface-overlay-strong);border-color:var(--surface-overlay-border);color:var(--primary-text)}.topbar-home .ghost-btn{background:#ffffff24!important;border:1px solid var(--surface-overlay-border)!important;color:var(--primary-text)!important;box-shadow:var(--shadow-overlay)!important}.topbar-home .ghost-btn:hover,.topbar-home .ghost-btn:focus-visible{background:#ffffff38!important;color:var(--primary-text)!important;border-color:var(--surface-overlay-border-strong)!important}.topbar-home .primary-btn{background:var(--color-surface)!important;color:#c2410c!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:var(--shadow-surface-hover)!important}.topbar-home .primary-btn:hover,.topbar-home .primary-btn:focus-visible{color:var(--color-accent-secondary-hover)!important}.topbar-home .desktop-nav{justify-content:flex-start}.topbar-home .desktop-nav .nav-link{padding-left:18px;padding-right:18px}.live-page-simplified .topbar{padding:10px 12px;border-radius:var(--radius-lg)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:var(--radius-md);display:grid;place-items:center;background:var(--primary-bg);font-weight:900;color:#fff;box-shadow:0 12px 24px #ff3b3038}.brand strong{display:block;font-size:var(--text-base)}.brand small{display:block;color:var(--muted);margin-top:2px}.desktop-nav{display:flex;align-items:center;justify-content:center;min-width:0}.desktop-nav-primary{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;flex:1;flex-wrap:nowrap}.nav-link,.ghost-btn,.primary-btn,.mobile-link,.tab{padding:11px 16px;border-radius:var(--radius-xl);font-weight:700;transition:.16s ease;white-space:nowrap;min-width:0}.nav-link,.ghost-btn,.mobile-link,.tab{border:1.5px solid var(--interactive-border);color:var(--interactive-text);background:var(--interactive-bg);box-shadow:var(--interactive-ring),var(--interactive-shadow)}.nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;flex:0 1 auto;max-width:100%;font-size:var(--text-sm);letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.nav-link.active,.mobile-link.active,.tab.active{background:var(--selected-bg);color:var(--selected-text);border-color:var(--selected-border);box-shadow:var(--shadow-surface-hover)}.topbar:not(.topbar-home){background:var(--gradient-topbar);border:1px solid var(--surface-overlay-strong);box-shadow:var(--shadow-topbar)}.topbar:not(.topbar-home) .brand strong,.topbar:not(.topbar-home) .brand small,.topbar:not(.topbar-home) .nav-link,.topbar:not(.topbar-home) .mobile-link,.topbar:not(.topbar-home) .topbar-secondary-link{color:var(--primary-text)}.topbar:not(.topbar-home) .brand-mark{background:var(--surface-overlay-strong);border:1px solid var(--surface-overlay-border);box-shadow:var(--shadow-overlay-strong)}.topbar:not(.topbar-home) .nav-link,.topbar:not(.topbar-home) .mobile-link,.topbar:not(.topbar-home) .topbar-secondary-link,.topbar:not(.topbar-home) .topbar-actions .primary-btn{background:#ffffff1f;border:1px solid var(--surface-overlay-strong);box-shadow:var(--shadow-overlay)}.topbar:not(.topbar-home) .nav-link.active,.topbar:not(.topbar-home) .mobile-link.active,.topbar:not(.topbar-home) .nav-link:hover,.topbar:not(.topbar-home) .nav-link:focus-visible,.topbar:not(.topbar-home) .topbar-secondary-link:hover,.topbar:not(.topbar-home) .topbar-secondary-link:focus-visible{background:var(--surface-overlay-hover);color:var(--primary-text);border-color:var(--surface-overlay-hover-border);box-shadow:var(--surface-overlay-focus),var(--shadow-overlay-strong)}.topbar:not(.topbar-home) .topbar-actions .primary-btn{background:var(--color-surface);color:var(--color-accent-primary-active);border:1px solid var(--surface-overlay-hover-border);box-shadow:var(--shadow-surface-hover)}.topbar:not(.topbar-home) .topbar-actions .primary-btn:hover,.topbar:not(.topbar-home) .topbar-actions .primary-btn:focus-visible{color:var(--color-accent-secondary-hover);background:var(--color-surface);border-color:var(--surface-overlay-hover-border)}.topbar-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-shrink:0;min-width:0}.topbar-actions>*{min-width:0;max-width:156px;overflow:hidden;text-overflow:ellipsis}.topbar-utility-links{display:flex;gap:8px}.topbar-secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 15px;border-radius:var(--radius-xl);opacity:1;color:var(--interactive-text);background:var(--interactive-bg);border:1.5px solid var(--interactive-border);box-shadow:var(--interactive-ring),var(--interactive-shadow);white-space:nowrap}.topbar-secondary-link.active{background:var(--selected-bg);color:var(--selected-text);border-color:var(--selected-border);box-shadow:var(--interactive-ring),0 10px 22px #a058281f}.topbar-help-link,.topbar-logout-btn{display:inline-flex}.topbar-auth-btn{max-width:172px}.topbar-live-btn{min-width:154px;max-width:154px;justify-content:center}.nav-link-support{opacity:.96}.topbar-utility-link{padding:8px 10px;font-size:var(--text-xs);opacity:.8;border-color:#1f293714;color:var(--color-text-muted)}.primary-btn{background:var(--primary-bg);color:var(--primary-text);border:1px solid var(--primary-border);box-shadow:var(--cta-shadow);cursor:pointer;min-height:48px}primary-btn.large,.ghost-btn.large{padding:14px 18px;border-radius:var(--radius-lg)}.ghost-btn{background:var(--color-surface);min-height:44px}.primary-btn:hover,.agent-live-cta:hover{transform:translateY(-1px)}.ghost-btn:hover,.nav-link:hover,.tab:hover{border-color:#ff3b3047;color:var(--red-dark)}.direct-message-cta-header{min-height:46px;padding:11px 18px;box-shadow:var(--interactive-ring),var(--shadow-surface-hover)!important;font-weight:800}footer{max-width:1260px;margin:32px auto 0;color:var(--muted);text-align:center}.footer-legal{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.footer-legal-links{display:flex;gap:12px;flex-wrap:wrap}.footer-legal-links a{padding:8px 12px;border-radius:var(--radius-xl);background:var(--color-surface-muted);border:var(--border-interactive);color:var(--color-accent-secondary);font-weight:700;box-shadow:var(--shadow-surface-base)}.footer-legal-links a:hover,.footer-legal-links a:focus-visible{outline:none;background:var(--selected-bg);border-color:var(--selected-border);color:var(--color-accent-secondary-active)}.hero-section,.content-section,.page-section,.faq-section,.final-cta,.preview-strip{max-width:1260px;margin:0 auto var(--layout-gap-section)}.hero-section{display:grid;grid-template-columns:1.08fr .92fr;gap:40px;align-items:center;padding:32px 4px 16px}.hero-camera-first{align-items:start}.hero-kicker,.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--radius-xl);background:var(--color-surface);border:var(--border-subtle);color:var(--red-dark);font-size:var(--text-xs);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-kicker-topics{background:#ff8a3d1a;border-color:#ff8a3d2e;color:#c76a23}.hero-copy-premium{display:grid;align-content:center;justify-items:start;gap:14px;padding-top:10px}.hero-copy-stack{display:grid;gap:10px;max-width:760px}.hero-copy h1{font-size:clamp(52px,8vw,92px);line-height:.9;margin:0;letter-spacing:-.065em;max-width:11ch;color:#14110f;text-wrap:balance;font-weight:900}.hero-copy p{font-size:17px;line-height:1.6;color:var(--muted);max-width:var(--copy-max-tight);margin:0 0 8px}.hero-actions{margin-top:16px}.hero-actions-premium{margin-top:8px;align-items:center}.hero-actions,.card-actions,.tag-row,.metric-row,.control-row,.tabs,.topic-links,.session-badge-row,.agent-presence-row,.camera-card-actions,.live-cta-row{display:flex;gap:12px;flex-wrap:wrap}.card-actions{align-items:center;justify-content:center}.card-actions .primary-btn,.card-actions .ghost-btn{min-height:48px;justify-content:center}.card-actions-priority{justify-content:center}.card-actions-secondary{display:flex;justify-content:center;align-items:center;width:100%;margin-top:12px;text-align:center}.card-actions-secondary .moltbody-link-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto;text-align:center}.tag,.control,.presence-pill,.camera-card-actions span{padding:10px 12px;border-radius:var(--radius-xl);background:var(--color-surface);border:var(--border-subtle);color:#374151;font-size:var(--text-sm);font-weight:700}.hero-mockup{position:relative;min-height:420px}.hero-mockup-camera{min-height:420px}.device-shell{position:relative;z-index:2;background:linear-gradient(180deg,#fff,#fbf7f2);border:var(--border-subtle);border-radius:34px;padding:18px;box-shadow:0 24px 60px #78482014}.camera-shell{padding:20px}.camera-stage-grid,.live-stage-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.single-stage-grid{grid-template-columns:1fr}.camera-phone-card{padding:16px;border-radius:28px;background:var(--color-surface);border:1px solid rgba(24,33,47,.06);box-shadow:var(--card-shadow)}.featured-stage-card{max-width:440px;margin:0 auto}.camera-card-top{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:12px;color:#374151}.camera-screen{min-height:320px;border-radius:24px;background:linear-gradient(135deg,var(--red),#ff7a45 55%,#1f2937);display:flex;align-items:end;justify-content:center;padding:16px;color:#fff;font-weight:800}.live-layout-redesign{grid-template-columns:1.15fr .85fr;align-items:start}.live-stage-redesign,.transcript-shell-redesign{box-shadow:0 14px 34px #78482014}.mock-head,.submolt-top,.agent-top,.card-top,.transcript-header,.section-header,.profile-hero,.hero,.trust-grid,.search-columns,.live-layout{display:flex;justify-content:space-between;gap:16px}.mock-head{align-items:center;margin-bottom:14px;color:#374151}.live-dot{width:10px;height:10px;border-radius:var(--radius-xl);background:#28b06f;box-shadow:0 0 12px #86efac}.mock-stage{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cam-panel,.agent-panel,.live-window{border-radius:26px;min-height:220px;display:flex;align-items:end;padding:18px;font-weight:800;color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb 55%,#1f2937)}.agent-panel{background:linear-gradient(135deg,#ec4899,#8b5cf6 55%,#1f2937)}.transcript-panel,.transcript-shell,.profile-card,.trust-card,.faq-item,.summary-box,.agent-card,.submolt-card,.topic-card{background:var(--color-surface);border:1px solid rgba(24,33,47,.06);border-radius:26px;box-shadow:var(--card-shadow)}.transcript-panel{margin-top:14px;padding:16px}.transcript-line{padding:8px 0;color:#374151}.live-proof-section{padding-top:4px}.homepage-discovery-preview{padding-top:8px}.live-proof-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;align-items:start}.simplified-live-proof-shell{grid-template-columns:1fr .72fr}.live-proof-stage,.live-proof-transcript{padding:20px;border-radius:30px;background:var(--color-surface);border:var(--border-subtle);box-shadow:0 14px 34px #78482014}.live-proof-stage{background:linear-gradient(180deg,#fff,#f9f1e8)}.live-proof-top,.live-proof-headline,.live-proof-actions{display:flex;justify-content:space-between;gap:12px;align-items:center}.live-proof-headline{align-items:flex-start;margin:12px 0 14px}.live-proof-headline h3{margin:0 0 6px;font-size:36px;letter-spacing:-.04em;color:#111827}.live-proof-headline p{margin:0;color:var(--muted);max-width:640px;line-height:1.6}.live-proof-pills{display:flex;gap:10px;flex-wrap:wrap}.live-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.simplified-live-proof-grid{grid-template-columns:1fr}.live-proof-window{min-height:260px;border-radius:28px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;box-shadow:inset 0 0 0 1px #ffffff1f}.full-width-live-window{min-height:320px}.human-window{background:linear-gradient(135deg,#2563eb,#1f2937 72%)}.ai-window{background:linear-gradient(135deg,#ec4899,#8b5cf6 60%,#1f2937)}.live-window-label{display:inline-flex;align-self:flex-start;padding:8px 10px;border-radius:var(--radius-xl);background:#ffffff29;border:1px solid rgba(255,255,255,.18);font-size:var(--text-xs);font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:auto}.live-proof-window strong{font-size:24px;line-height:1.05}.live-proof-window span{margin-top:6px;color:#ffffffe0;font-weight:600}.transcript-feed.compact{min-height:0;padding:12px 0}.simplified-live-proof-transcript .transcript-header{justify-content:flex-start}.section-header{align-items:end;margin-bottom:18px}.section-header h2,.page-section h1,.page-section h2{margin:0 0 6px;font-size:clamp(28px,4vw,42px);letter-spacing:-.03em;color:#111827}.section-header p,.page-section>p{margin:0;color:var(--muted);max-width:760px;line-height:1.6}.listing-hero-strip{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.listing-strip-card{min-width:180px;padding:14px 16px;border-radius:var(--radius-xl);background:var(--color-surface);border:var(--border-subtle)}.listing-strip-card strong{display:block;font-size:22px;color:#111827}.listing-strip-card span{display:block;margin-top:4px;color:var(--muted);font-size:var(--text-sm)}.crawlable-intro-block{margin:0 0 18px;padding:16px 18px;border-radius:var(--radius-xl);background:#ffffffd1;border:var(--border-subtle);box-shadow:0 8px 24px #0f172a0a}.crawlable-intro-block-topics{background:linear-gradient(180deg,#ff8a3d1a,#ffffffe6);border-color:#ff8a3d29}.crawlable-intro-block h3{margin:0 0 8px;font-size:var(--text-xl);color:#111827}.crawlable-intro-block p{margin:0;color:#4b5563;line-height:1.7}.feed-note{margin:0 0 18px;color:#4b5563;font-size:14px}.listing-page-topics .feed-note{color:#c76a23}.search-empty-state{padding:20px;min-height:132px;display:grid;align-content:center;border-radius:22px}.search-empty-state p{margin:0;color:var(--muted);max-width:30ch;line-height:1.6}.card-grid{display:grid;gap:16px}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.one{grid-template-columns:1fr}.agent-card,.submolt-card,.topic-card,.trust-card,.faq-item,.profile-card,.transcript-shell{padding:18px}.agent-card,.submolt-card,.topic-card,.community-card,.trust-card{background:var(--color-surface)af6;border-color:var(--warm-line);box-shadow:var(--warm-shadow)}.agent-card{position:relative;overflow:hidden;padding:20px;transition:.18s ease;display:flex;flex-direction:column;justify-content:space-between;min-height:320px}.agent-card:hover{transform:translateY(-2px);box-shadow:0 18px 34px #0f172a14}.topic-card-interactive{position:relative;overflow:hidden;padding:20px;border-radius:var(--radius-xl);border:var(--border-interactive);background:var(--gradient-topic-card);box-shadow:var(--interactive-ring),var(--shadow-premium-card);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;cursor:pointer}.topic-card-interactive:before{content:"";position:absolute;inset:0;background:var(--gradient-topic-card-glow);pointer-events:none}.topic-card-head,.topic-card-title-wrap,.topic-card-meta,.topic-card-primary-action,.topic-card-links,.topic-card-description{position:relative;z-index:1}.topic-card-head{align-items:flex-start;margin-bottom:12px}.topic-card-title-wrap{display:grid;gap:10px}.topic-card-interactive h3{margin:0;font-size:30px;line-height:1.04;letter-spacing:-.03em}.topic-card-description{margin:0 0 14px;color:#5f5650;font-size:15px;line-height:1.68}.topic-card-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.topic-card-meta span{display:inline-flex;align-items:center;min-height:34px;padding:8px 11px;border-radius:var(--radius-xl);background:#ffffffd1;border:1px solid #eed7c6;color:#8a4b25;font-size:var(--text-xs);font-weight:800;letter-spacing:.01em}.topic-card-primary-action{display:flex;margin-bottom:16px}.topic-card-cta{min-width:170px;justify-content:center;background:linear-gradient(135deg,#2f7df6,#2563eb 55%,#1d4ed8);border:1px solid rgba(255,255,255,.18);color:#fff;box-shadow:0 14px 26px #2563eb38}.topic-card-cta:hover,.topic-card-cta:focus-visible{background:linear-gradient(135deg,#3b88ff,#2563eb 55%,#1e40af);color:#fff;box-shadow:0 16px 28px #2563eb42}.topic-card-links{gap:10px}.topic-primary-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 16px;border-radius:var(--radius-lg);border:1.5px solid #b9d5ff;background:linear-gradient(180deg,#f4f9ff,#eaf3ff);box-shadow:0 0 0 1px #ffffffe0,0 10px 18px #2563eb1a;font-weight:800;color:#245ea8;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease,color .16s ease;cursor:pointer}.topic-card-interactive:hover,.topic-card-interactive:focus-within{transform:translateY(-2px);border-color:var(--selected-border);box-shadow:0 0 0 1px #fffffff0,0 18px 34px #7848201f,0 12px 24px #0f172a0f}.topic-card-interactive:active{transform:translateY(1px) scale(.992);box-shadow:0 0 0 1px #fffffff0,0 12px 22px #7848201a,0 6px 14px #0f172a0d}.topic-primary-link:hover,.topic-primary-link:focus-visible{background:linear-gradient(180deg,#eef6ff,#dfeeff);border-color:#8db8e8;color:#1e4f90;box-shadow:0 0 0 1px #ffffffeb,0 14px 22px #2563eb24;transform:translateY(-1px)}.topic-primary-link:active{transform:translateY(1px) scale(.985);background:linear-gradient(180deg,#e6f1ff,#d8eaff);box-shadow:0 0 0 1px #ffffffe6,0 8px 14px #2563eb1f}.agent-card-glow{position:absolute;inset:-40% auto auto -10%;width:180px;height:180px;border-radius:var(--radius-xl);background:radial-gradient(circle,#ff3b301a,#ff3b3000);pointer-events:none}.agent-rank{font-size:var(--text-sm);font-weight:900;color:#fff;background:linear-gradient(135deg,#ff5a36,#ff6a3d 55%,#ff8a5b);padding:7px 11px;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 20px #ff5a362e}.rank-row{display:flex;gap:8px;align-items:center;margin-bottom:10px}.status-pill{padding:8px 12px;border-radius:var(--radius-xl);font-size:var(--text-xs);font-weight:900;border:var(--border-subtle)}.status-pill.admit{background:var(--status-success-bg);color:var(--status-success-text)}.status-pill.watch{background:var(--status-warning-bg);color:var(--status-warning-text)}.status-pill.reject{background:var(--status-danger-bg);color:var(--status-danger-text)}.status-pill.neutral{background:var(--status-neutral-bg);color:var(--status-neutral-text)}.agent-card h3,.submolt-card h3,.topic-card h3,.trust-card h3,.section-header h2{color:var(--warm-title)}.agent-card h3,.submolt-card h3,.topic-card h3,.trust-card h3{margin:0 0 8px;font-size:27px;line-height:1.04;font-weight:800;letter-spacing:-.025em}.agent-sub,.why,.submolt-card p,.topic-card p,.trust-card p,.faq-item p,.feed-note,.section-header p,.live-stage-headline span{color:var(--warm-text);line-height:1.6}.agent-sub,.why,.submolt-card p,.topic-card p,.trust-card p,.faq-item p,.feed-note,.section-header p{font-size:15px;opacity:.88;max-width:var(--copy-max)}.agent-top{align-items:stretch;flex:1}.agent-card-copy{display:flex;flex-direction:column;min-height:132px}.agent-card h3{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.agent-live-cta{display:flex;align-items:center;justify-content:center;min-width:190px;min-height:96px;padding:22px 24px;border-radius:24px;background:linear-gradient(135deg,#101828,#344054 55%,#475467);color:#fff;font-weight:900;font-size:var(--text-xl);box-shadow:var(--cta-shadow);text-align:center;align-self:stretch}.agent-side-stack,.card-top-right{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;min-width:190px}.trust-badge{width:100%;min-width:210px;max-width:272px;padding:12px 14px;border-radius:var(--radius-lg);border:1px solid rgba(205,178,153,.72);background:var(--color-surface);box-shadow:var(--card-shadow);align-self:center}.trust-badge-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:12px;margin-bottom:6px}.trust-badge-top span{font-size:var(--text-xs);font-weight:800;text-transform:uppercase;letter-spacing:.08em;line-height:1.25;min-width:0}.trust-badge-top strong{display:flex;align-items:flex-start;justify-content:flex-end;min-width:32px;font-size:22px;line-height:1;color:#111827;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.trust-badge p{margin:0;color:#4b5563;font-size:var(--text-xs);line-height:1.45;padding-right:2px}.trust-low-risk{background:#10b9810f}.trust-caution{background:#f59e0b14}.trust-high-risk,.trust-severe-risk{background:#ef444414}.metric-row{color:#6a5f59;font-size:var(--text-sm)}.agent-sub{max-width:34ch;font-size:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.metric-row.large span{padding:10px 12px;border-radius:var(--radius-xl);background:var(--color-surface);border:var(--border-subtle)}.text-link{color:var(--blue)}.ghost-btn.action-link{background:var(--selected-bg);border:1px solid #f2b28f;color:#a3471f;box-shadow:0 8px 18px #a058281a}.ghost-btn.action-link:hover{background:#ffe7d8;color:#8f3915;border-color:#ea9d72}.ghost-btn.live-start-cta{display:inline-flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,#fff3e8,#ffe4cf)!important;border:1.5px solid #efc4a7!important;color:#a3471f!important;box-shadow:0 10px 22px #a058281f!important;font-weight:800;letter-spacing:-.01em}.ghost-btn.live-start-cta:hover,.ghost-btn.live-start-cta:focus-visible{background:linear-gradient(180deg,#ffeedf,#ffd9bc)!important;border-color:#e4a37c!important;color:#8f3915!important;box-shadow:0 14px 26px #a0582829!important}.ghost-btn.moltbody-link-btn,.moltbody-link-btn,.card-actions .moltbody-link-btn,.card-actions .ghost-btn.moltbody-link-btn{background:var(--soft-blue-bg)!important;border:1px solid var(--soft-blue-border)!important;color:var(--soft-blue-text)!important;box-shadow:0 8px 18px #4c84c41a!important}.ghost-btn.moltbody-link-btn:hover,.ghost-btn.moltbody-link-btn:focus-visible,.moltbody-link-btn:hover,.moltbody-link-btn:focus-visible,.card-actions .moltbody-link-btn:hover,.card-actions .moltbody-link-btn:focus-visible{background:linear-gradient(180deg,#eef6ff,#e2f0ff)!important;color:#235c93!important;border-color:#9fcaef!important}.trust-grid,.lead-capture-grid,.monetization-grid,.trust-conversion-band{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}.trust-card.highlight{background:linear-gradient(180deg,#ff4db814,#ffffffd9)}.stack-form{display:grid;gap:10px;margin-top:14px}.saved-note{color:#1f9d63;font-size:var(--text-sm);font-weight:700}.credit-pack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.credit-pack-card{display:grid;gap:8px;padding:16px;border-radius:20px;border:1px solid rgba(255,77,184,.22);background:var(--color-surface)}.credit-pack-card strong{font-size:24px;color:#c02680}.credit-pack-card span{color:var(--muted)}.credit-pack-card.emphasis{background:linear-gradient(180deg,#ff4db814,#fff)}.faq-list{display:grid;gap:12px}.faq-item strong{font-size:var(--text-lg);display:block;margin-bottom:8px;color:#111827}.final-cta{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:28px 28px 24px;border-radius:32px;background:linear-gradient(135deg,#ff3b300f,#ffffffe6,#ff8a3d0f);border:1px solid rgba(24,33,47,.06)}.final-cta h2{margin:6px 0;font-size:clamp(32px,5vw,54px);line-height:1.02;color:var(--text)}.page-section{max-width:1260px;margin:0 auto 22px;padding:22px 4px}.page-section.narrow{max-width:920px}.content-page .section-header{margin-bottom:12px}.content-stack{display:grid;gap:14px}.content-link-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.mega-search,.chat-input{width:100%;padding:16px 18px;border-radius:20px;border:1.5px solid #ddd2c8;background:linear-gradient(180deg,#fffdfb,#fff9f4);color:#111827;font-size:var(--text-base);box-shadow:0 8px 18px #7848200f}.search-columns{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:start}.profile-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.profile-card-main-upgraded{background:linear-gradient(180deg,#fff,#f9f4ed)}.profile-presence-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}.live-page .live-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:20px}.live-layout-monkeyish{grid-template-columns:1.3fr .7fr;align-items:start}.live-stage,.transcript-shell{padding:20px;border-radius:30px}.live-stage{background:var(--color-surface);border:1px solid rgba(24,33,47,.06)}.live-stage-upgraded{background:linear-gradient(180deg,#fff,#faf5ef)}.battle-banner{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:12px 14px;border-radius:var(--radius-lg);background:var(--red-soft);border:1px solid rgba(255,59,48,.16);margin-bottom:14px;color:var(--red-dark)}.live-stage-headline{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px;color:var(--text)}.live-stage-headline strong{font-size:24px}.mode-selector-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 16px}.mode-selector-row .tab{padding:14px 16px;border-radius:var(--radius-lg);text-align:left}.live-layout-chat{grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:24px}.live-stage-chat{background:linear-gradient(180deg,#fffdfb,#fcf6ef);padding:24px;border-radius:32px;box-shadow:0 18px 38px #78482014}.chat-mode-summary{display:grid;grid-template-columns:1fr;gap:12px;margin:0 0 14px}.live-room-meta-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 14px}.live-room-meta-card{padding:16px 18px;border-radius:22px;background:linear-gradient(180deg,#fffdfb,#fff7f1);border:1px solid #ecd8ca;box-shadow:0 12px 28px #78482014}.live-room-meta-card strong{display:block;font-size:24px;line-height:1.08;color:#18212b;letter-spacing:-.03em}.live-room-meta-card span{display:block;margin-top:8px;color:#5f5650;line-height:1.58;font-size:15px}.human-chat-meta-row{grid-template-columns:1.35fr .85fr}.human-chat-meta-card-quiet{background:linear-gradient(180deg,#fffaf6,#fff4ec)}.human-chat-session-pills{gap:10px;margin-bottom:14px}.live-window{min-height:332px;position:relative;overflow:hidden;border:1px solid rgba(24,33,47,.06);box-shadow:var(--card-shadow)}.live-window-user{background:linear-gradient(135deg,#2563eb,#60a5fa 42%,#ff8a3d)}.live-local-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.live-window-overlay{display:flex;flex-direction:column;gap:6px;align-self:flex-end;position:relative;z-index:2}.live-window-overlay span{display:inline-flex;align-self:flex-start;padding:8px 10px;border-radius:var(--radius-xl);background:#ffffff29;border:1px solid rgba(255,255,255,.18);font-size:var(--text-xs);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.live-window-overlay strong{font-size:24px;line-height:1.05}.live-window-overlay small{color:#ffffffe0;font-size:14px;line-height:1.5;max-width:34ch}.control-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.control{justify-content:center;border-radius:var(--radius-lg);padding:14px 12px}.control.active{background:var(--red-soft);border-color:#ff3b3038;color:var(--red-dark)}.wallet-panel{margin-top:14px;display:grid;grid-template-columns:1fr;gap:12px}.wallet-panel-secondary{opacity:.96}.wallet-balance-card{padding:16px 18px;border-radius:var(--radius-xl);background:var(--color-surface);border:1px solid rgba(24,33,47,.06);box-shadow:var(--card-shadow)}.wallet-balance-card-muted{background:#ffffffb8}.wallet-balance-card-full{grid-column:1 / -1}.wallet-balance-card strong{display:block;margin-top:8px;font-size:30px;line-height:1;color:var(--text);letter-spacing:-.03em}.wallet-balance-card p{margin:6px 0 0;color:#4b5563;line-height:1.55;max-width:30ch}.plan-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.wallet-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wallet-actions-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.wallet-actions-grid .ghost-btn,.wallet-actions-grid .primary-btn{justify-content:center}.transcript-shell-chat{min-height:100%;padding:22px 22px 18px;border-radius:32px;background:linear-gradient(180deg,#fffdfb,#fff8f2);box-shadow:0 18px 38px #78482014}.transcript-header{align-items:center;margin-bottom:10px}.transcript-header-premium{align-items:flex-start}.transcript-header-premium>div:first-child{display:grid;gap:6px}.transcript-header-premium span{display:block;font-size:30px;font-weight:800;letter-spacing:-.03em;color:#18212b}.transcript-subhead{display:block;color:#6b625c;font-size:14px;line-height:1.5}.export-controls-premium{display:flex;align-items:center;gap:10px}.export-btn{min-height:44px;padding:10px 16px;font-weight:800}.transcript-feed{display:grid;gap:14px;padding:12px 0 16px;color:#374151;min-height:420px}.transcript-feed>div{padding:14px 16px;border-radius:20px;background:#fbfaf8;border:1px solid rgba(24,33,47,.05)}.transcript-feed-chat-dominant{min-height:520px;padding:12px 0 18px}.transcript-bubble{padding:16px 18px;border-radius:20px;box-shadow:0 8px 18px #7848200d}.transcript-bubble strong{display:block;margin-bottom:6px;font-size:13px;letter-spacing:.02em;text-transform:uppercase;color:#7a685d}.transcript-empty-state-premium{display:grid;place-items:start;min-height:240px;padding:24px;background:linear-gradient(180deg,#fffdfb,#fff8f2);border:1px dashed #e5d4c7}.live-side-summary{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 14px}.live-side-summary-premium{margin:0 0 12px}.chat-input-shell{position:sticky;bottom:0;padding-top:8px;background:linear-gradient(180deg,#fff8f200,#fff8f2 18% 100%)}.chat-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.chat-input-row-premium{padding:14px;border-radius:24px;background:#fffdfb;border:1px solid #ecd8ca;box-shadow:0 16px 28px #78482014}.chat-input{min-height:58px;border-radius:20px}.chat-input-live-premium{min-height:136px;padding:18px;border:1.5px solid #dcc9bb;background:linear-gradient(180deg,#fff,#fffaf6);box-shadow:inset 0 1px #ffffffe6}.chat-input-live-premium::placeholder{color:#8c7d72}.chat-action-row-premium{display:grid;grid-template-columns:1fr;gap:10px;min-width:156px}.attachment-action-btn-premium,.secondary-chat-btn{min-height:48px}.chat-send-btn{min-height:56px;font-size:15px;font-weight:800;box-shadow:0 16px 26px #ff5a3633}.chat-start-row{grid-template-columns:1fr}.chat-start-btn{width:100%;min-height:56px}.session-meta{margin-top:12px;color:var(--muted);font-size:var(--text-sm)}.session-meta-premium{font-size:13px;color:#7a685d}.live-cta-row{margin-top:16px}.live-cta-row .primary-btn{min-width:180px}.topbar-actions .ghost-btn,.topbar-actions .primary-btn{display:inline-flex;align-items:center}.member-profile-avatar.has-image .member-profile-avatar-fallback,.member-profile-avatar.is-empty .member-profile-avatar-img{display:none!important}.member-profile-avatar-edit-group{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:inline-flex;align-items:center;gap:6px;z-index:2;flex-wrap:nowrap}.member-profile-avatar-remove{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:none;border-radius:999px;background:#fffffff5;box-shadow:0 10px 24px #0f172a29;font-size:11px;font-weight:700;color:#0f172a;cursor:pointer;white-space:nowrap}.member-profile-avatar-edit input,.member-profile-banner-btn input{position:absolute;inset:0;opacity:0;cursor:pointer}.member-profile-hero-banner.has-image .member-profile-banner-fallback,.member-profile-hero-banner.is-empty .member-profile-banner-img{display:none!important}.mobile-nav{display:none}.loading{padding:48px 0;color:var(--muted)}.page-intro-card{padding:24px;border-radius:var(--radius-xl);background:var(--gradient-page-intro);border:var(--border-subtle);box-shadow:var(--shadow-premium-card);margin-bottom:14px}.page-intro-main{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-top:10px}.page-intro-main h1{margin:0 0 6px;font-size:clamp(34px,5vw,56px);letter-spacing:-.04em;color:var(--color-text-primary)}.page-intro-main p{margin:0;max-width:var(--copy-max);color:#475467;font-size:16px;line-height:1.58;opacity:.9}.page-intro-cta{align-self:center;min-width:220px;justify-content:center;box-shadow:0 16px 28px #ff5a362e}.listing-mobile-summary{display:none}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.trust-chip{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:var(--radius-xl);background:#fffdfbeb;border:1px solid #edd8c8;color:#8a4b25;font-size:13px;font-weight:800}.search-page-redesign .mega-search{font-size:var(--text-lg);min-height:62px;border-color:#ddd2c8;box-shadow:0 8px 18px #0f172a0a}.search-columns>div>h3{margin:0 0 10px;font-size:24px;line-height:1.08;letter-spacing:-.02em;color:#1b1917}.mode-section{margin:0 0 16px}.mode-section-copy h3{margin:0 0 4px;font-size:22px;color:var(--color-text-primary)}.mode-section-copy p{margin:0 0 12px;color:#475467;max-width:34ch;line-height:1.58}.mode-selector-cards .tab{display:flex;flex-direction:column;gap:4px;min-height:88px;justify-content:center;border-radius:20px;color:#141c24;border-color:#ddd2c8}.mode-selector-cards .tab small{font-size:var(--text-sm);color:var(--color-text-muted)}.mode-selector-cards .tab.active{background:var(--selected-bg);border-color:#ff6a3d;color:#9a3412;box-shadow:0 10px 22px #fb923c1f}.single-webcam-cta-row{grid-template-columns:1fr}.primary-webcam-cta{min-height:96px;background:linear-gradient(135deg,var(--red),#ff5a36 55%,#ff7a45);color:#fff;border:none;box-shadow:var(--cta-shadow)}.fallback-mode-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;width:100%}.fallback-mode-btn{min-height:56px;font-size:16px;padding:14px 18px;border:1.5px solid #d9c8bb;color:#5a4336;background:linear-gradient(180deg,#fffdfb,#fff5ec);box-shadow:0 10px 22px #78482014;font-weight:800;justify-content:center}.live-banner-clean{background:var(--selected-bg);border-color:#fed7aa;color:#9a3412}.session-badge-row-clean .presence-pill{background:#f8fafc;border-color:#ddd2c8;color:var(--color-text-secondary)}.session-badge-row-clean .presence-pill.ready{background:#eefaf3;border-color:#abefc6;color:#067647}.live-window-overlay strong{font-size:28px;line-height:1.04;letter-spacing:-.025em}.live-window-overlay small{font-size:14px;line-height:1.55;max-width:32ch;opacity:.9}.transcript-feed-bubbles{gap:12px;min-height:220px}.transcript-bubble{padding:14px 16px;border-radius:var(--radius-lg);border:1px solid #eaecf0;background:var(--color-surface)}.transcript-user{background:var(--selected-bg);border-color:#fed7aa}.transcript-agent{background:#eff8ff;border-color:#b2ddff}.transcript-system{background:#f9fafb;border-color:#eaecf0}.transcript-empty-state{padding:20px;border-radius:20px;background:linear-gradient(180deg,#fffdfb,#fff8f2);border:1px dashed #ddd2c8;color:#475467;box-shadow:0 8px 18px #7848200d}.transcript-empty-state strong{display:block;margin-bottom:6px;color:var(--color-text-primary);font-size:18px;line-height:1.2}.live-cta-row-clean{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.live-primary-cta{min-width:240px}.live-page .ghost-btn[disabled],.live-page button[disabled]{opacity:.55}.topbar .primary-btn{min-height:44px}.listing-page .listing-strip-card,.search-page-redesign .trust-card,.topbar{border-color:#eaecf0}.nav-link,.ghost-btn,.mobile-link,.tab{color:var(--color-text-secondary);border-color:#ddd2c8}.nav-link.active,.mobile-link.active,.tab.active{background:#eff8ff;color:#175cd3;border-color:#b2ddff}.ghost-btn:hover,.nav-link:hover,.tab:hover{color:var(--color-text-primary);border-color:#98a2b3}.control.active{background:#eefaf3;border-color:#abefc6;color:#067647}.media-debug-pre{margin:10px 0 0;padding:12px;border-radius:var(--radius-md);background:#000000b8;color:#f5f5f5;overflow:auto;font-size:var(--text-xs);line-height:1.45;white-space:pre-wrap;word-break:break-word}.media-failure-card{border-color:#fed7aa;background:linear-gradient(180deg,#fff1e8,#fff);margin-top:12px}.media-failure-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.primary-btn,.primary-webcam-cta{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.primary-btn:not(:disabled):active,.primary-webcam-cta:not(:disabled):active{transform:translateY(1px) scale(.98);filter:brightness(.96)}.fallback-mode-btn,.ghost-btn{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease}.fallback-mode-btn:not(:disabled):active,.ghost-btn:not(:disabled):active{transform:translateY(1px) scale(.985)}.live-primary-cta{font-weight:800;letter-spacing:-.01em;min-width:248px}.primary-webcam-cta{position:relative;overflow:hidden;width:100%}.primary-webcam-cta:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,#ffffff38,#fff0);opacity:0;transition:opacity .18s ease}.primary-webcam-cta:hover:before,.primary-webcam-cta:focus-visible:before{opacity:1}.primary-webcam-cta:focus-visible,.live-primary-cta:focus-visible,.fallback-mode-btn:focus-visible,.ghost-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffffe6,0 0 0 6px #ff5a366b,0 16px 34px #ff5a3638}.cta-icon-label{display:inline-flex;align-items:center;gap:10px}.cta-icon{display:inline-flex;transition:transform .18s ease,filter .18s ease}.primary-webcam-cta:hover .cta-icon,.primary-webcam-cta:focus-visible .cta-icon{transform:translateY(-1px) scale(1.08) rotate(-4deg);filter:brightness(1.08)}.live-primary-cta:hover,.live-primary-cta:focus-visible{transform:translateY(-1px) scale(1.01)}.fallback-mode-btn:hover,.fallback-mode-btn:focus-visible{transform:translateY(-1px);border-color:#cfae98;box-shadow:0 14px 26px #7848201f}.primary-btn,.primary-webcam-cta,.ghost-btn,.fallback-mode-btn,.nav-link,.mobile-link,.tab,.presence-pill,.mobile-menu-toggle,.mobile-menu-close,.mobile-menu-link,.agent-card,.submolt-card,.topic-card,.trust-card,.faq-item,.faq-item-accordion,.listing-strip-card,.live-window,.agent-live-cta,.attachment-action-btn{position:relative}.primary-btn,.primary-webcam-cta{border:1px solid rgba(255,255,255,.18);text-shadow:0 1px 0 rgba(0,0,0,.08)}.ghost-btn,.fallback-mode-btn,.nav-link,.mobile-link,.tab,.presence-pill{border:1px solid #ddd2c8;background:var(--color-surface);box-shadow:0 6px 14px #78482014}.ghost-btn,.fallback-mode-btn{font-weight:800}.primary-btn:after,.primary-webcam-cta:after,.ghost-btn:after,.fallback-mode-btn:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px #ffffff2e;pointer-events:none}.live-primary-cta,.primary-webcam-cta{min-height:54px}.ghost-btn,.fallback-mode-btn{min-height:46px}.nav-link,.tab,.presence-pill,.mobile-menu-toggle,.mobile-menu-close,.mobile-menu-link,.attachment-action-btn,.mobile-link,.live-back-btn,.footer-legal-links a,.topbar-secondary-link{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease}.ghost-btn:not(:disabled):active,.fallback-mode-btn:not(:disabled):active,.nav-link:not(:disabled):active,.mobile-link:not(:disabled):active,.tab:not(:disabled):active,.presence-pill:not(:disabled):active,.mobile-menu-toggle:not(:disabled):active,.mobile-menu-close:not(:disabled):active,.mobile-menu-link:not(:disabled):active,.attachment-action-btn:not(:disabled):active,.live-back-btn:not(:disabled):active,.footer-legal-links a:active,.topbar-secondary-link:active{transform:translateY(1px) scale(.985)}.agent-card,.submolt-card,.topic-card,.trust-card,.faq-item,.faq-item-accordion,.listing-strip-card,.live-window,.agent-live-cta,.community-card{transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.agent-card:active,.submolt-card:active,.topic-card:active,.trust-card:active,.faq-item:active,.faq-item-accordion:active,.listing-strip-card:active,.live-window:active,.agent-live-cta:active,.community-card:active{transform:translateY(1px) scale(.99)}.page-intro-card,.content-page-hero,.what-is-page-premium .trust-card,.faq-page-premium .trust-card,.legal-page-premium .trust-card,.faq-item-accordion{border:1px solid #ecd8ca;box-shadow:0 16px 36px #78482014}.page-intro-card,.content-page-hero,.crawlable-intro-block,.listing-strip-card,.trust-card,.profile-card,.transcript-shell,.live-stage,.wallet-balance-card,.faq-item-accordion,.faq-group-card,.search-card,.chart-card,.list-card,.faq-card,.form-card,.summary-box,.final-cta{background:linear-gradient(180deg,#fff7f1,#fff1e8);border:1px solid rgba(255,255,255,.96)!important;box-shadow:0 0 0 2px #ffffffeb,0 16px 34px #ff6a3d1a,0 8px 22px #78482014}.page-intro-card,.content-page-hero,.crawlable-intro-block,.final-cta{position:relative;overflow:hidden}.page-intro-card:before,.content-page-hero:before,.crawlable-intro-block:before,.final-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ff6a3d14,#fff0 42%,#ff8a3d0f);pointer-events:none}.page-intro-card>*,.content-page-hero>*,.crawlable-intro-block>*,.final-cta>*{position:relative;z-index:1}content-page-hero{padding:28px 30px 24px;border-radius:32px;background:linear-gradient(180deg,#fffdfb,#fff6ef);margin-bottom:28px;animation:ctaLiftIn .22s ease both}.content-page-hero-main .section-header{display:block;margin-bottom:0}.content-page-hero-main .section-header h2{font-size:clamp(38px,5vw,58px);line-height:.98;letter-spacing:-.045em;max-width:820px;margin-bottom:12px}.content-page-hero-main .section-header p{max-width:700px;font-size:var(--text-lg);line-height:1.72;color:#5f5650}.content-proof-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.content-proof-chips .trust-chip{background:var(--color-surface);border-color:#efddcf;color:#8a4b25;box-shadow:0 10px 22px #78482014}.content-proof-chips .trust-chip:nth-child(n+4){opacity:.78}.what-is-page-premium,.faq-page-premium{max-width:1040px;padding-top:30px;padding-bottom:48px}.content-stack-premium,.faq-group-list,.legal-stack{display:grid;gap:18px}.what-is-page-premium .trust-card,.faq-page-premium .trust-card{padding:24px 24px 22px;border-radius:28px;background:linear-gradient(180deg,#fffdfb,#fff8f3)}.what-is-page-premium .trust-card:nth-child(2n),.faq-page-premium .trust-card:nth-child(2n){background:linear-gradient(180deg,#fffaf6,#fff4ec)}.what-is-page-premium .trust-card h3,.faq-page-premium .trust-card h3,.legal-page-premium .trust-card h3{font-size:28px;line-height:1.08;letter-spacing:-.03em;margin-bottom:12px}.what-is-page-premium .trust-card p,.faq-page-premium .trust-card p,.legal-page-premium .trust-card p{max-width:68ch;font-size:17px;line-height:1.78;color:#5f5650}.what-is-page-premium .content-link-row{margin-top:18px;gap:12px}.faq-group-card>h3{margin:0 0 14px;font-size:24px;color:#1b1917}.faq-list-accordion{gap:12px}.faq-item-accordion{padding:0;border-radius:var(--radius-xl);background:var(--color-surface);overflow:hidden}.faq-item-accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;cursor:pointer;font-size:var(--text-lg);font-weight:800;color:#1b1917;line-height:1.35;min-height:52px}.faq-item-accordion summary::-webkit-details-marker{display:none}.faq-item-accordion p{margin:0;padding:0 20px 18px;max-width:68ch;font-size:15px;line-height:1.66;color:#5f5650}.faq-item-accordion:hover{transform:translateY(-1px);box-shadow:0 14px 28px #7848201a}.faq-chevron{font-size:var(--text-lg);color:#a3471f;transition:transform .18s ease}.faq-item-accordion[open] .faq-chevron{transform:rotate(180deg)}.what-is-page-premium .hero-kicker,.faq-page-premium .hero-kicker{margin-bottom:14px}.what-is-page-premium .primary-btn,.faq-page-premium .primary-btn,.what-is-page-premium .ghost-btn,.faq-page-premium .ghost-btn{min-height:48px}@keyframes ctaLiftIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.preview-strip,.card-grid.three,.card-grid.two,.trust-grid,.profile-hero,.search-columns,.live-page .live-layout,.hero-section,.camera-stage-grid,.live-stage-grid,.monetization-grid,.lead-capture-grid,.proof-band,.proof-stat-grid,.live-proof-shell,.live-proof-grid,.live-proof-activity,.section-callout-row,.trust-conversion-band,.live-room-meta-row,.wallet-panel,.wallet-actions-grid,.chat-mode-summary{grid-template-columns:1fr}.floating-stack{position:relative;right:auto;bottom:auto;margin-top:14px}.desktop-nav{display:none}.mobile-nav{position:fixed;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;background:var(--mobile-nav-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:var(--border-subtle);border-radius:var(--radius-xl);z-index:20;box-shadow:var(--shadow-surface-hover)}.mobile-link{font-size:var(--text-xs);text-align:center;padding:12px 8px;min-height:52px;display:flex;align-items:center;justify-content:center}.topbar{padding:12px}.live-layout-redesign,.live-proof-shell,.live-layout-chat{grid-template-columns:1fr}.live-proof-top,.live-proof-headline,.live-proof-actions,.live-stage-headline{flex-direction:column;align-items:flex-start}.live-proof-status{justify-items:start}}@media(max-width:900px){.page-intro-main{flex-direction:column}.page-intro-cta{width:100%}.mode-selector-cards{grid-template-columns:1fr}.live-primary-cta{width:100%}.content-page-hero{padding:22px 20px}.content-page-hero-main .section-header h2{font-size:40px}.what-is-page-premium .trust-card h3,.faq-page-premium .trust-card h3,.legal-page-premium .trust-card h3{font-size:24px}.what-is-page-premium .trust-card p,.faq-page-premium .trust-card p,.faq-item-accordion p,.legal-page-premium .trust-card p{font-size:var(--text-base)}.faq-item-accordion summary{font-size:17px}}@media(max-width:720px){.footer-legal{flex-direction:column}}@media(hover:hover)and (pointer:fine){.primary-btn:not(:disabled):hover,.primary-webcam-cta:not(:disabled):hover{transform:translateY(-1px) scale(1.02);filter:brightness(1.04);box-shadow:0 16px 34px #ff5a364d}.ghost-btn:not(:disabled):hover,.fallback-mode-btn:not(:disabled):hover,.mobile-link:not(:disabled):hover,.live-back-btn:not(:disabled):hover,.footer-legal-links a:hover,.topbar-secondary-link:hover,.attachment-action-btn:not(:disabled):hover{transform:translateY(-1px) scale(1.015);box-shadow:0 10px 20px #7848201f}.nav-link:not(:disabled):hover,.tab:not(:disabled):hover,.presence-pill:not(:disabled):hover,.mobile-menu-toggle:not(:disabled):hover,.mobile-menu-close:not(:disabled):hover,.mobile-menu-link:not(:disabled):hover{transform:translateY(-1px) scale(1.01);box-shadow:0 10px 20px #7848201f}.agent-card:hover,.submolt-card:hover,.topic-card:hover,.trust-card:hover,.faq-item:hover,.faq-item-accordion:hover,.listing-strip-card:hover,.live-window:hover,.agent-live-cta:hover,.community-card:hover{transform:translateY(-2px) scale(1.01)}.agent-card:has(a:hover,button:hover),.submolt-card:has(a:hover,button:hover),.topic-card:has(a:hover,button:hover),.trust-card:has(a:hover,button:hover),.faq-item:has(a:hover,button:hover),.faq-item-accordion:has(a:hover,button:hover),.listing-strip-card:has(a:hover,button:hover),.community-card:has(a:hover,button:hover){transform:none}}@media(max-width:820px){.site-shell{padding:10px 10px calc(132px + env(safe-area-inset-bottom,0px))}.live-page .live-layout,.live-layout-chat,.search-columns,.profile-hero,.trust-grid,.lead-capture-grid,.monetization-grid,.trust-conversion-band,.live-proof-shell,.live-proof-grid,.page-intro-main,.hero-section,.camera-stage-grid,.live-stage-grid,.wallet-actions-grid,.wallet-actions-grid-compact,.live-room-meta-row,.mode-selector-row,.control-row,.card-grid.two,.card-grid.three{grid-template-columns:1fr!important}.topbar{top:8px;padding:10px 12px;border-radius:var(--radius-lg);gap:10px}.brand-mark{width:40px;height:40px}.brand strong{font-size:15px}.brand small{font-size:var(--text-xs)}.page-section,.content-section,.faq-section,.final-cta,.preview-strip,.hero-section{margin-bottom:16px}.page-section{padding:18px 2px}.hero-copy h1,.content-page-hero-main .section-header h2{font-size:clamp(32px,9vw,42px);line-height:1.02}.hero-copy p,.section-header p,.page-section>p,.what-is-page-premium .trust-card p,.faq-page-premium .trust-card p,.legal-page-premium .trust-card p,.faq-item-accordion p{font-size:var(--text-base);line-height:1.72;max-width:30ch}.agent-card p,.submolt-card p,.topic-card p,.feed-note,.agent-sub,.why{font-size:14px;line-height:1.55;max-width:24ch}.content-page-hero,.what-is-page-premium .trust-card,.faq-page-premium .trust-card,.legal-page-premium .trust-card,.agent-card,.submolt-card,.topic-card,.profile-card,.transcript-shell,.live-stage,.wallet-balance-card{padding:18px 16px;border-radius:var(--radius-xl)}.agent-card,.submolt-card,.topic-card{display:flex;flex-direction:column;justify-content:space-between;min-height:0}.agent-card .card-actions,.submolt-card .card-actions,.topic-card .card-actions{margin-top:auto;padding-top:14px;position:sticky;bottom:0;background:linear-gradient(180deg,#fffaf600,#fffaf6 34% 100%)}.agent-card .card-actions a,.submolt-card .card-actions a,.topic-card .card-actions a{width:100%}.hero-actions,.content-link-row,.card-actions,.live-cta-row,.chat-action-row,.wallet-actions-grid,.wallet-actions-grid-compact{display:grid;grid-template-columns:1fr;gap:12px}.hero-actions .primary-btn,.hero-actions .ghost-btn,.content-link-row .primary-btn,.content-link-row .ghost-btn,.card-actions .primary-btn,.card-actions .ghost-btn,.live-cta-row .primary-btn,.live-cta-row .ghost-btn,.wallet-actions-grid .primary-btn,.wallet-actions-grid .ghost-btn,.wallet-actions-grid-compact .primary-btn,.wallet-actions-grid-compact .ghost-btn,.page-intro-cta,.live-primary-cta,.agent-live-cta,.primary-webcam-cta,.chat-input-row-sticky .primary-btn,.chat-input-row-sticky .ghost-btn{width:100%;min-height:56px;justify-content:center}.card-actions .primary-btn,.card-actions .ghost-btn,.listing-page .page-intro-cta,.search-page-redesign .page-intro-cta,.mobile-sticky-cta{width:100%;justify-content:center}.card-actions .ghost-btn,.content-link-row .ghost-btn,.hero-actions .ghost-btn,.live-cta-row .ghost-btn{display:none}.ghost-btn,.primary-btn,.mobile-link,.tab,.fallback-mode-btn,.attachment-action-btn,.live-back-btn,.footer-legal-links a{min-height:52px;padding:13px 15px;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.wallet-balance-card,.live-stage,.transcript-shell,.agent-card,.submolt-card,.topic-card,.profile-card{box-shadow:0 10px 22px #583c280f;border-color:#ece2d8}.card-actions .primary-btn,.agent-live-cta,.live-primary-cta,.mobile-sticky-cta{border-radius:var(--radius-lg);box-shadow:0 14px 26px #ff5a362e,inset 0 1px #ffffff29}.card-actions .ghost-btn,.moltbody-link-btn{border-radius:var(--radius-lg)}.card-actions .primary-btn:active,.agent-live-cta:active,.live-primary-cta:active,.mobile-sticky-cta:active,.primary-btn:not(:disabled):active,.ghost-btn:not(:disabled):active,.mobile-link:not(:disabled):active,.tab:not(:disabled):active{transform:translateY(1px) scale(.982);filter:brightness(.96)}.primary-btn:focus-visible,.ghost-btn:focus-visible,.mobile-link:focus-visible,.tab:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffffeb,0 0 0 5px #ffad7a2e,0 12px 22px #7848201a}.primary-btn.loading,.ghost-btn.loading{opacity:.92;filter:saturate(.96)}.topbar-actions,.topbar-utility-links,.desktop-nav{display:none}.topbar{flex-direction:row;align-items:center;justify-content:space-between}.brand{justify-content:flex-start;flex:1}.mobile-menu-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:60px;height:60px;border-radius:18px;border:1px solid rgba(255,255,255,.44);background:linear-gradient(135deg,#60a5fa,#2563eb 55%,#7c3aed);box-shadow:0 18px 34px #2563eb4d,inset 0 1px #ffffff3d;padding:0 15px;cursor:pointer}.mobile-menu-toggle span{display:block;height:3px;border-radius:var(--radius-xl);background:#fff;transition:transform .18s ease,opacity .18s ease}.mobile-menu-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-backdrop{display:block;position:fixed;inset:0;background:#141c2461;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:29;border:none}.mobile-menu-drawer{display:block;position:fixed;top:0;right:0;bottom:0;width:min(88vw,360px);background:linear-gradient(180deg,#f8fbff,#eef5ff);border-left:1px solid #cfe0ff;box-shadow:-18px 0 44px #141c2429;z-index:30;transform:translate(100%);transition:transform .22s ease;padding:18px 16px calc(20px + env(safe-area-inset-bottom,0px));overflow:auto}.mobile-menu-drawer.open{transform:translate(0)}.mobile-menu-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.mobile-menu-drawer-head strong{font-size:var(--text-xl);color:#173b7a}.mobile-menu-close{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;border:1px solid #cfe0ff;background:linear-gradient(180deg,#fff,#edf5ff);color:#1d4ed8;box-shadow:0 8px 18px #2563eb1a;cursor:pointer}.mobile-menu-list{display:grid;gap:12px}.mobile-menu-link{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:15px 18px;border-radius:18px;background:linear-gradient(180deg,#eef6ff,#dcecff);border:1px solid #b7d2fb;color:#1e4f90;font-weight:900;box-shadow:0 10px 20px #2563eb1f,inset 0 1px #ffffffb8}.mobile-menu-link-primary{background:linear-gradient(135deg,#60a5fa,#2563eb 52%,#7c3aed);color:#fff;border-color:#2563eb;box-shadow:0 18px 30px #2563eb42,inset 0 1px #ffffff38}.mobile-menu-link.active{background:linear-gradient(135deg,#3b82f6,#2563eb 58%,#1d4ed8);color:#fff;border-color:#1d4ed8;box-shadow:0 14px 26px #2563eb3d,inset 0 1px #ffffff2e}.mobile-menu-link-primary.active{background:linear-gradient(135deg,#60a5fa,#2563eb 52%,#7c3aed);border-color:#2563eb;box-shadow:0 18px 30px #2563eb42,inset 0 1px #ffffff38}.mobile-menu-link:not(.active){opacity:1}.mobile-nav{left:8px;right:8px;bottom:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:8px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));border-radius:20px;background:#fffcf8f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #eadfd4;box-shadow:0 14px 30px #583c281a}.mobile-link{min-height:52px;font-size:var(--text-sm);background:var(--color-surface)!important;border:1px solid #eadfd4!important;color:#5c524b!important;box-shadow:0 6px 14px #583c280f!important;font-weight:800}.mobile-link.active{background:linear-gradient(180deg,#fff8f1,#fff1e6)!important;color:#a54a1c!important;border-color:#efc4a7!important;box-shadow:0 12px 22px #a058281f!important;transform:translateY(-4px) scale(1.02)}.mobile-link:not(.active){opacity:.92}.listing-hero-strip,.trust-row,.content-proof-chips,.plan-chip-row,.live-side-summary,.metric-row,.tag-row{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.listing-hero-strip::-webkit-scrollbar,.trust-row::-webkit-scrollbar,.content-proof-chips::-webkit-scrollbar,.plan-chip-row::-webkit-scrollbar,.live-side-summary::-webkit-scrollbar,.metric-row::-webkit-scrollbar,.tag-row::-webkit-scrollbar{display:none}.listing-page .metric-row,.listing-page .tag-row,.search-page-redesign .metric-row,.search-page-redesign .tag-row{display:none}.listing-strip-card,.trust-chip,.tag,.presence-pill{min-height:44px;display:inline-flex;align-items:center;flex:0 0 auto;background:var(--color-surface)af6;border-color:#eadfd4;color:#7a685d}.listing-mobile-summary{margin:0 0 14px;padding:0;border:none}.listing-page .feed-note,.search-page-redesign .feed-note,.listing-page .section-header p,.search-page-redesign .section-header p,.live-page .live-stage-headline span,.agent-profile .section-header p{display:none}.listing-page .section-header h2,.search-page-redesign .section-header h2,.agent-profile .section-header h2{margin-bottom:6px}.listing-mobile-summary summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:var(--radius-lg);background:var(--color-surface)7f1;border:1px solid #ecd8ca;box-shadow:0 10px 22px #78482014;font-weight:800;color:#1b1917;cursor:pointer;min-height:56px}.listing-mobile-summary summary::-webkit-details-marker{display:none}.listing-mobile-summary[open] summary{margin-bottom:10px}.mega-search,.chat-input,.export-select{font-size:var(--text-base);min-height:52px}.chat-input-live{min-height:96px}.transcript-feed-chat-dominant{min-height:360px;padding:12px}.transcript-bubble{max-width:100%;padding:13px 14px}.faq-item-accordion summary{padding:16px;font-size:var(--text-base);min-height:56px}.faq-item-accordion p{padding:0 16px 16px}.live-window,.camera-screen,.live-proof-window,.cam-panel,.agent-panel{min-height:160px}.mobile-sticky-cta-bar{position:fixed;left:10px;right:10px;bottom:72px;z-index:21;padding-bottom:env(safe-area-inset-bottom,0px);display:flex;justify-content:center;pointer-events:none}.mobile-sticky-cta{width:100%;min-height:60px;border-radius:var(--radius-lg);pointer-events:auto;box-shadow:0 14px 28px #ff5a362e}.listing-page .page-intro-cta,.search-page-redesign .page-intro-cta{position:sticky;bottom:72px;z-index:19;min-height:60px}.listing-page .page-intro-card,.search-page-redesign .page-intro-card{padding-bottom:18px}}@media(prefers-reduced-motion:reduce){.primary-btn,.primary-webcam-cta,.ghost-btn,.fallback-mode-btn,.nav-link,.mobile-link,.tab,.presence-pill,.mobile-menu-toggle,.mobile-menu-close,.mobile-menu-link,.agent-card,.submolt-card,.topic-card,.trust-card,.faq-item,.faq-item-accordion,.listing-strip-card,.live-window,.agent-live-cta,.attachment-action-btn,.live-back-btn,.footer-legal-links a,.topbar-secondary-link,.community-card{transition:none!important;transform:none!important;animation:none!important}}.auth-modal-backdrop{position:fixed;inset:0;background:#10182885;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:80}.auth-modal-card{width:min(100%,560px);padding:28px;border-radius:24px;background:linear-gradient(180deg,#fffdfbfa,#fff6effa);border:1px solid rgba(255,255,255,.82);box-shadow:0 0 0 1px #ffffffeb,0 24px 60px #0f172a2e}.auth-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.auth-modal-head strong{display:block;font-size:var(--text-xl);color:var(--color-text-primary)}.auth-modal-head span{display:block;margin-top:4px;color:var(--color-text-muted);font-size:var(--text-sm)}.auth-close-btn{min-height:42px;padding:10px 14px;border-radius:999px;background:#ffffffd1;border:1px solid #ead8ca;color:#6f4b38;box-shadow:0 8px 18px #78482014}.auth-close-btn:hover,.auth-close-btn:focus-visible{background:#fff7f1;border-color:#e4cbb6;color:#9a3412;box-shadow:0 10px 20px #7848201a}.auth-modal-card h3{margin:0 0 10px;font-size:34px;letter-spacing:-.045em;color:#181512}.auth-modal-card p{margin:0 0 16px;color:#5f5650;line-height:1.7;max-width:38ch}.auth-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.auth-modal-actions-single{grid-template-columns:1fr}.auth-primary-cta{min-height:56px;width:100%;border-radius:18px;font-size:16px;font-weight:800;letter-spacing:-.01em;box-shadow:0 18px 34px #ff5a3638}.auth-input{margin-top:10px}.auth-status-note{margin-top:14px;padding:13px 15px;border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid #edd8c8;color:#8a4b25;font-weight:700;line-height:1.45}.verify-gate-card{max-width:980px;margin:0 auto}.mobile-menu-link{appearance:none;text-align:left;width:100%}@media(max-width:720px){.auth-modal-card{padding:22px;border-radius:22px}.auth-modal-card h3{font-size:30px}.auth-modal-actions{grid-template-columns:1fr}.auth-close-btn{min-height:40px;padding:9px 12px}}.moltmail-grid{align-items:start}.moltmail-column{display:grid;gap:12px}.moltmail-compose-card,.moltmail-inbox-card,.moltmail-thread-panel{padding:20px}.moltmail-section-head{display:grid;gap:4px;margin-bottom:4px}.moltmail-section-head h3{margin:0;font-size:26px;line-height:1.04;letter-spacing:-.025em}.moltmail-section-head p{margin:0;color:#6b625c;font-size:14px;line-height:1.55;max-width:32ch}.moltmail-section-head-secondary{margin-top:10px}.moltmail-recipient-list,.moltmail-thread-list{display:grid;gap:10px}.moltmail-recipient-btn,.moltmail-thread-btn{display:grid;gap:4px;justify-items:start;text-align:left;border-radius:18px;padding:15px 16px;min-height:68px;background:linear-gradient(180deg,#fffdfb,#fff7f1);border:1px solid #eadfd4;box-shadow:0 10px 22px #7848200f;cursor:pointer}.moltmail-recipient-btn.active,.moltmail-thread-btn.active{background:linear-gradient(180deg,#eef6ff,#e3f0ff);border-color:#9fc4ef;box-shadow:0 0 0 1px #ffffffeb,0 14px 24px #2563eb24}.moltmail-thread-btn strong,.moltmail-recipient-btn strong{color:var(--color-text-primary);font-size:16px;line-height:1.25}.moltmail-thread-btn span,.moltmail-recipient-btn span{color:var(--color-text-muted);font-size:13px;line-height:1.45}.moltmail-thread-panel{display:grid;gap:12px}.moltmail-compose-textarea,.moltmail-reply-textarea{min-height:150px;padding:18px;border:1.5px solid #dcc9bb;background:linear-gradient(180deg,#fff,#fffaf6);box-shadow:inset 0 1px #ffffffe6}.moltmail-transcript-feed{min-height:340px;padding-top:6px}.moltmail-compose-actions{grid-template-columns:minmax(0,1fr) auto;align-items:center}.moltmail-send-btn{min-height:56px;padding:0 20px;font-size:15px;font-weight:800;box-shadow:0 16px 26px #ff5a3633}.moltmail-locked-card{padding:28px 28px 24px;display:grid;gap:12px;background:linear-gradient(180deg,#fffdfb,#fff7f1)}.moltmail-locked-card h3{margin:0;font-size:34px;line-height:1.02;letter-spacing:-.035em}.moltmail-locked-card p{margin:0;color:#5f5650;font-size:16px;line-height:1.62;max-width:36ch}.moltmail-locked-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.moltmail-empty-note{min-height:64px;display:flex;align-items:center}.section-header p{margin-top:6px;font-size:15px;line-height:1.62;max-width:var(--copy-max-tight);opacity:.9}.content-proof-chips{gap:8px;margin-top:14px}.metric-row,.tag-row{gap:8px}.final-cta{padding:24px 24px 22px}.final-cta p{max-width:var(--copy-max-tight);margin:0 auto;color:#5f5650;line-height:1.6}.live-room-meta-card{min-height:112px}.export-btn{font-weight:800}.chat-send-btn{letter-spacing:-.01em}.mobile-link,.mobile-menu-link,.nav-link,.topbar-secondary-link{font-weight:800}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:8px;padding:0 6px;border-radius:var(--radius-xl);background:var(--color-surface);color:#c2410c;font-size:var(--text-xs);font-weight:900;box-shadow:0 6px 14px #0000001a}.moltmail-audit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.moltmail-audit-list{display:grid;gap:10px;margin-top:10px}@media(max-width:820px){.moltmail-audit-grid{grid-template-columns:1fr}}a[href],button,[role=button],.nav-link,.ghost-btn,.primary-btn,.mobile-link,.tab,.topic-primary-link,.status-pill,.filter-chip{cursor:pointer}.nav-link:hover,.ghost-btn:hover,.mobile-link:hover,.tab:hover,.topbar-secondary-link:hover,.status-pill:hover,.filter-chip:hover{transform:translateY(-1px);border-color:var(--selected-border);box-shadow:var(--interactive-shadow-hover);color:var(--selected-text);background:var(--color-surface)}.nav-link:active,.ghost-btn:active,.primary-btn:active,.mobile-link:active,.tab:active,.topbar-secondary-link:active,.status-pill:active,.filter-chip:active{transform:translateY(1px) scale(.985)}.primary-btn:hover,.primary-btn:focus-visible{transform:translateY(-1px);box-shadow:0 20px 34px #ff5a3647;filter:saturate(1.02) brightness(1.01)}.primary-btn:focus-visible,.ghost-btn:focus-visible,.nav-link:focus-visible,.mobile-link:focus-visible,.tab:focus-visible,.topbar-secondary-link:focus-visible,.topic-primary-link:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffffe6,0 0 0 5px #ff6a3d38,var(--interactive-shadow-hover)}.ghost-btn{color:var(--secondary-text);background:var(--secondary-bg);border:1.5px solid var(--secondary-border);box-shadow:var(--interactive-ring),var(--interactive-shadow)}.status-pill,.filter-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:9px 14px;border-radius:var(--radius-xl);border:1.5px solid var(--interactive-border);background:var(--interactive-bg);color:var(--interactive-text);box-shadow:var(--interactive-ring),var(--interactive-shadow);font-weight:700}.status-pill.active,.filter-chip.active,.status-pill[aria-pressed=true],.filter-chip[aria-pressed=true]{background:var(--selected-bg);color:var(--selected-text);border-color:var(--selected-border);box-shadow:var(--interactive-ring),0 10px 22px #a058281f}.search-page-redesign .tab{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:16px;border:1.5px solid #cfe0ff;background:linear-gradient(180deg,#fff,#eef5ff);color:#1e4f90;box-shadow:0 10px 20px #2563eb14,inset 0 1px #ffffffd1;font-weight:800;letter-spacing:-.01em}.search-page-redesign .tab:hover,.search-page-redesign .tab:focus-visible{background:linear-gradient(180deg,#f4f9ff,#e6f0ff);border-color:#8fb6f3;color:#1d4ed8;box-shadow:0 14px 24px #2563eb1f,inset 0 1px #ffffffe0}.search-page-redesign .tab.active{background:linear-gradient(135deg,#4a8fff,#2563eb 58%,#1d4ed8);border-color:#1d4ed8;color:#fff;box-shadow:0 16px 28px #2563eb3d,inset 0 1px #ffffff2e}.search-page-redesign .tab:active{transform:translateY(1px) scale(.985)}.direct-message-cta{border-color:var(--soft-blue-border-strong)!important;color:var(--soft-blue-text)!important;background:var(--soft-blue-bg)!important;box-shadow:var(--interactive-ring),var(--shadow-surface-base)!important}.direct-message-cta:hover,.direct-message-cta:focus-visible{border-color:var(--blue)!important;color:#235c93!important;background:linear-gradient(180deg,#eef6ff,#e2f0ff)!important;box-shadow:var(--interactive-ring),var(--shadow-surface-hover)!important}.topbar-home .direct-message-cta,.topbar:not(.topbar-home) .direct-message-cta{background:var(--soft-blue-bg)!important;color:var(--soft-blue-text)!important;border-color:var(--soft-blue-border-strong)!important}.topbar-home .direct-message-cta:hover,.topbar-home .direct-message-cta:focus-visible,.topbar:not(.topbar-home) .direct-message-cta:hover,.topbar:not(.topbar-home) .direct-message-cta:focus-visible{border-color:var(--blue)!important;color:#235c93!important;background:linear-gradient(180deg,#eef6ff,#e2f0ff)!important}@media(max-width:820px){.site-shell{padding:0 16px calc(164px + env(safe-area-inset-bottom,0px))}main{padding-bottom:140px}.topbar,.topbar-home,.topbar:not(.topbar-home){width:100%;margin:0 0 12px;grid-template-columns:minmax(0,1fr) auto;gap:10px}.brand{min-width:0;gap:10px}.brand span:last-child{min-width:0}.brand strong{font-size:15px;line-height:1.1}.brand small{font-size:11px;line-height:1.2;opacity:.9}.brand-mark{width:42px;height:42px}.mobile-menu-toggle{width:48px;height:48px}.mobile-menu-drawer{width:min(88vw,360px);padding:18px 16px calc(24px + env(safe-area-inset-bottom,0px))}.mobile-menu-link{min-height:48px;padding:12px 14px;font-size:15px}.mobile-nav{left:16px;right:16px;bottom:12px;padding:7px}.mobile-link{min-height:48px;padding:10px 8px;font-size:13px;line-height:1.1}.mobile-link.active{transform:translateY(-1px)}.hero-section,.content-section,.page-section,.final-cta{margin-bottom:12px}.hero-section{padding:18px 0 8px;gap:18px}.hero-copy-premium{gap:12px;padding-top:0;justify-items:center;text-align:center}.hero-copy-stack{max-width:none;justify-items:center}.hero-copy h1{font-size:clamp(34px,10vw,42px);line-height:1.01;max-width:12ch;margin:0;text-wrap:pretty}.hero-copy p{font-size:14px;line-height:1.56;max-width:32ch;margin-bottom:0;opacity:.88}.hero-kicker,.eyebrow{min-height:32px;padding:6px 10px;font-size:11px;letter-spacing:.07em}.hero-actions,.content-link-row,.card-actions,.live-cta-row,.wallet-actions-grid,.wallet-actions-grid-compact,.chat-action-row{display:grid;grid-template-columns:1fr;gap:8px}.hero-actions .primary-btn,.hero-actions .ghost-btn,.card-actions .primary-btn,.card-actions .ghost-btn,.content-link-row .primary-btn,.content-link-row .ghost-btn,.live-cta-row .primary-btn,.live-cta-row .ghost-btn,.wallet-actions-grid .primary-btn,.wallet-actions-grid .ghost-btn,.wallet-actions-grid-compact .primary-btn,.wallet-actions-grid-compact .ghost-btn,.page-intro-cta,.primary-webcam-cta,.live-primary-cta,.chat-start-btn{width:100%;min-height:50px}.hero-actions .ghost-btn,.content-link-row .ghost-btn,.card-actions .ghost-btn,.live-cta-row .ghost-btn{display:flex;opacity:.92}.hero-actions .primary-btn+.ghost-btn,.card-actions .primary-btn+.ghost-btn,.live-cta-row .primary-btn+.ghost-btn,.content-link-row .primary-btn+.ghost-btn{box-shadow:var(--interactive-ring),var(--shadow-surface-base)}.page-intro-card,.content-page-hero,.crawlable-intro-block,.trust-card,.agent-card,.submolt-card,.topic-card,.profile-card,.transcript-shell,.live-stage,.wallet-balance-card,.faq-group-card,.faq-item-accordion,.listing-strip-card,.final-cta{padding:16px}.page-intro-main{gap:14px}.page-intro-main h1,.content-page-hero-main .section-header h2{font-size:clamp(31px,9vw,40px);line-height:1.01;margin-bottom:6px}.page-intro-main p,.content-page-hero-main .section-header p,.what-is-page-premium .trust-card p,.faq-page-premium .trust-card p,.legal-page-premium .trust-card p,.faq-item-accordion p{font-size:14px;line-height:1.6;max-width:32ch;opacity:.88}.section-header h2,.page-section h1,.page-section h2{font-size:clamp(28px,8vw,34px)}.listing-mobile-summary{display:block}.listing-hero-strip,.trust-row,.content-proof-chips,.plan-chip-row,.live-side-summary,.metric-row,.tag-row,.topic-card-meta{gap:8px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.listing-hero-strip::-webkit-scrollbar,.trust-row::-webkit-scrollbar,.content-proof-chips::-webkit-scrollbar,.plan-chip-row::-webkit-scrollbar,.live-side-summary::-webkit-scrollbar,.metric-row::-webkit-scrollbar,.tag-row::-webkit-scrollbar,.topic-card-meta::-webkit-scrollbar{display:none}.listing-strip-card,.trust-chip,.tag,.presence-pill,.topic-card-meta span{flex:0 0 auto;min-height:36px;padding:8px 11px}.listing-strip-card{min-width:124px;padding:10px 11px}.listing-strip-card strong{font-size:16px;line-height:1}.listing-strip-card span{font-size:12px;line-height:1.2;white-space:normal}.card-grid.three,.card-grid.two,.card-grid.one{gap:12px}.agent-card,.submolt-card,.topic-card{min-height:0;padding:16px}.agent-top,.submolt-top,.topic-card-head{gap:10px}.agent-side-stack,.card-top-right{min-width:0;width:100%;align-items:flex-start;gap:8px}.trust-badge{min-width:0;max-width:none;width:100%}.tag-row{margin-top:4px}.tag-row .tag:nth-child(n+3),.metric-row span:nth-child(n+3),.trust-row .trust-chip:nth-child(n+4),.topic-card-meta span:nth-child(n+3){display:none}.agent-card h3,.submolt-card h3,.topic-card h3,.trust-card h3{font-size:24px;line-height:1.02;font-weight:800;color:var(--color-text-primary)}.agent-sub,.why,.submolt-card p,.topic-card p{font-size:13px;line-height:1.52;max-width:none;opacity:.82}.metric-row{font-size:13px;opacity:.8}.card-actions{margin-top:12px;gap:8px;justify-content:center}.card-actions-secondary{margin-top:10px;justify-content:center;align-items:center;text-align:center}.card-actions-priority .primary-btn{order:1}.card-actions-priority .action-link{order:2}.card-actions-priority .direct-message-cta,.card-actions-priority .moltbody-link-btn{order:3}.card-actions .ghost-btn:not(:first-child){opacity:.9}.topic-card-primary-action{margin-bottom:12px}.topic-card-cta,.topic-primary-link{width:100%;min-height:48px;justify-content:center}.topic-card-links{display:grid;grid-template-columns:1fr;gap:8px}.search-page-redesign .mega-search,.mega-search.auth-input,.chat-input.auth-input{min-height:50px;padding:14px 16px;font-size:15px}.search-page-redesign .mode-selector-row{gap:8px;margin-top:10px!important}.search-page-redesign .tab{min-height:48px;text-align:center;justify-content:center}.search-columns>div>h3{margin:0 0 8px;font-size:20px}.search-empty-state,.transcript-empty-state{padding:16px}.moltmail-grid{gap:12px}.moltmail-column,.moltmail-thread-panel{gap:8px}.moltmail-compose-card,.moltmail-inbox-card,.moltmail-thread-panel{padding:18px 16px}.moltmail-recipient-btn,.moltmail-thread-btn{padding:12px 14px;min-height:56px}.moltmail-compose-actions{grid-template-columns:1fr}.moltmail-send-btn{width:100%;min-height:52px}.moltmail-compose-textarea,.moltmail-reply-textarea{min-height:128px}.moltmail-audit-grid{gap:10px}.live-page-simplified .page-intro-card{margin-bottom:10px}.live-back-row{margin-bottom:8px}.live-back-btn{min-height:48px}.mobile-sticky-cta-bar{left:16px;right:16px;bottom:112px;justify-content:center;pointer-events:none}.mobile-sticky-cta{max-width:320px;min-height:48px;padding:0 16px;opacity:.96;box-shadow:0 14px 24px #ff5a3629,0 6px 14px #78482012;pointer-events:auto}.live-stage-headline{margin-bottom:12px}.live-stage-headline strong,.live-window-overlay strong,.live-proof-headline h3{font-size:25px;line-height:1.03}.live-stage-headline span,.live-window-overlay small,.live-proof-headline p{font-size:13px;line-height:1.52;max-width:30ch;opacity:.86}.mode-section-copy h3{font-size:21px;margin-bottom:2px}.mode-selector-row,.control-row,.live-room-meta-row{gap:8px}.primary-webcam-cta{min-height:52px;padding:12px 14px;display:flex;align-items:center;justify-content:center;text-align:center}.primary-webcam-cta .cta-icon-label{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:nowrap;width:100%;font-size:15px;line-height:1.2}.fallback-mode-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.fallback-mode-btn{min-height:52px;width:100%}.live-window,.camera-screen,.live-proof-window,.cam-panel,.agent-panel{min-height:210px}.moltmail-new-message-picker{width:min(100%,calc(100vw - 20px));padding:16px;border-radius:24px}.moltmail-picker-title-block strong{font-size:26px}.moltmail-picker-title-block span{max-width:none;font-size:13px}.moltmail-picker-search-input{min-height:50px}.moltmail-user-row-premium{padding:12px 10px}.live-layout-redesign,.live-layout-chat{gap:12px}.human-chat-meta-row{grid-template-columns:1fr}.transcript-feed-chat-dominant,.transcript-feed-bubbles{min-height:320px;padding:8px 0}.transcript-shell-chat{padding:18px 16px 16px;border-radius:26px}.transcript-header-premium span{font-size:26px}.transcript-bubble{padding:14px}.chat-input-shell{padding-top:10px}.chat-input-row{grid-template-columns:1fr;gap:8px;align-items:stretch}.chat-input-row-premium{padding:12px}.chat-input-live{min-height:96px}.chat-input-live-premium{min-height:120px}.chat-action-row{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:8px}.chat-action-row-premium{grid-template-columns:1fr 1fr}.chat-send-btn{grid-column:1 / -1;min-height:52px}.chat-action-row .ghost-btn,.chat-action-row .primary-btn{min-height:48px;padding:12px 10px;font-size:14px}.attachment-action-btn{justify-content:center}.footer-legal{align-items:stretch;text-align:left;padding-bottom:32px;margin-bottom:132px}.footer-legal-links{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}.footer-legal-links a{display:flex;align-items:center;justify-content:center;min-height:48px}}@media(max-width:560px){.hero-copy h1{font-size:34px;max-width:13ch}.hero-copy-premium{justify-items:center;text-align:center}.page-intro-main h1,.content-page-hero-main .section-header h2{font-size:30px}.agent-card h3,.submolt-card h3,.topic-card h3,.trust-card h3{font-size:22px}.live-stage-headline strong,.live-window-overlay strong,.live-proof-headline h3{font-size:24px}.fallback-mode-row,.footer-legal-links,.chat-action-row{grid-template-columns:1fr}.mobile-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-link{font-size:12px;padding:10px 8px}.mobile-sticky-cta-bar{bottom:120px}.mobile-sticky-cta{max-width:none;width:100%}.moltmail-new-message-picker{width:min(100%,calc(100vw - 16px));padding:14px;border-radius:22px}.moltmail-picker-head-premium{gap:12px}.moltmail-picker-title-block strong{font-size:24px}.moltmail-picker-close{width:36px;height:36px}.moltmail-picker-results-premium{gap:8px}}.moltmail-screen{max-width:1280px;margin:0 auto;padding:12px 0 0}.moltmail-app{display:grid;grid-template-columns:340px minmax(0,1fr);min-height:calc(100vh - 160px);background:#fff;border:1px solid #efebe6;border-radius:28px;overflow:hidden}.moltmail-conversations{display:grid;grid-template-rows:auto auto 1fr;border-right:1px solid #f3ede6;background:linear-gradient(180deg,#fffdfb,#fff8f2)}.moltmail-conversations-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 12px}.moltmail-conversations-head h1{margin:0;font-size:30px;line-height:1;letter-spacing:-.03em}.moltmail-new-message{min-height:42px;padding:0 14px;border-radius:999px;border:none;background:#2f7df6;color:#fff;font-weight:800;cursor:pointer}.moltmail-tab-strip{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 14px 12px}.moltmail-conversation-list{overflow:auto;padding:0 8px 8px}.moltmail-search-wrap{padding:0 12px 12px;display:grid;gap:10px}.moltmail-search-input{width:100%;height:42px;border:none;border-radius:999px;background:#f1f3f5;padding:0 16px;font:inherit}.moltmail-audit-btn{justify-content:center}.moltmail-audit-row{display:grid;gap:6px;padding:10px 8px;border-radius:14px;background:#f7f8fa}.moltmail-audit-row span{font-size:13px;color:#6f665f;line-height:1.55}.moltmail-thread-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;padding:12px 10px;border:none;border-bottom:1px solid #f3efe9;background:transparent;text-align:left;cursor:pointer}.moltmail-thread-row.active{background:#f5f9ff}.moltmail-thread-row.unread strong{font-weight:800}.moltmail-avatar{width:44px;height:44px;border-radius:999px;background:#f3f4f6;color:#17212b;display:grid;place-items:center;font-weight:800}.moltmail-thread-copy{min-width:0;display:grid;gap:4px}.moltmail-thread-topline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.moltmail-thread-topline strong{font-size:15px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moltmail-thread-topline span{font-size:12px;color:#8a8179}.moltmail-link-preview{display:grid;gap:4px;margin-top:8px;padding:10px 12px;border-radius:14px;background:#0f172a14;color:inherit;text-decoration:none}.moltmail-link-preview strong{font-size:13px;line-height:1.3}.moltmail-link-preview span{font-size:11px;opacity:.8;text-transform:uppercase;letter-spacing:.03em}.moltmail-audio-note{width:220px;max-width:100%}.moltmail-gallery-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:center;padding:8px;border-radius:14px;background:#f7f8fa;color:inherit;text-decoration:none}.moltmail-gallery-thumb{width:64px;height:64px;border-radius:12px;object-fit:cover;background:#e5e7eb}.moltmail-gallery-file{display:grid;place-items:center;font-size:24px}.moltmail-head-actions{display:flex;gap:8px;align-items:center}.moltmail-head-actions .ghost-btn{min-height:44px;padding:0 16px;border-radius:14px;background:linear-gradient(180deg,#3b8cff,#2563eb);border:1px solid #1f6feb;color:#fff;box-shadow:0 12px 24px #2563eb38}.moltmail-head-actions .ghost-btn:hover,.moltmail-head-actions .ghost-btn:focus-visible{background:linear-gradient(180deg,#60a5fa,#2563eb);border-color:#2563eb;color:#fff}.moltmail-pinned-chip{display:inline-flex;align-items:center;justify-content:center;align-self:center;margin:2px auto 0;padding:8px 16px;min-height:34px;border:none;border-radius:999px;background:linear-gradient(180deg,#f4f9ff,#e7f1ff);color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.01em;text-transform:none;box-shadow:0 8px 20px #2563eb1f,inset 0 1px #ffffffeb;text-align:center;cursor:default}.moltmail-gif-popover{grid-template-columns:repeat(3,minmax(0,1fr))}.moltmail-gif-btn{border:none;background:#f7f8fa;border-radius:14px;padding:8px;display:grid;gap:6px;cursor:pointer}.moltmail-gif-btn img{width:100%;height:82px;object-fit:cover;border-radius:10px}moltmail-thread-preview{font-size:13px;color:#6f665f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moltmail-thread-presence{font-size:11px;color:#8a8179;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.moltmail-unread-dot{width:8px;height:8px;border-radius:999px;background:#2f7df6}.moltmail-chat{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;background:#fff}.moltmail-chat-head{display:flex;align-items:flex-start;gap:12px;padding:18px 20px 14px;border-bottom:none;background:linear-gradient(180deg,#fffdfb,#fff8f2);box-shadow:inset 0 -1px #d7e6ff8c}.moltmail-mobile-back{display:none;border:none;background:transparent;font-size:20px;cursor:pointer}.moltmail-chat-identity{display:grid;gap:6px;justify-items:start;width:100%}.moltmail-chat-identity strong{font-size:18px;line-height:1.2}.moltmail-chat-identity span{font-size:12px;color:#8a8179;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.moltmail-presence-chip{color:#2563eb!important}.moltmail-chat-feed{overflow:auto;padding:18px 20px 10px;display:grid;align-content:start;gap:0;background:linear-gradient(180deg,#fffdfb,#f8fbff)}.moltmail-bubble-row{display:flex;width:100%}.moltmail-bubble-row.sent{justify-content:flex-end}.moltmail-bubble-row.received{justify-content:flex-start}.moltmail-bubble-row.group-start{margin-top:18px}.moltmail-bubble-row.stacked{margin-top:6px}.moltmail-bubble-shell{display:grid;gap:6px;max-width:min(76%,560px)}.moltmail-bubble-shell.sent{justify-items:end}.moltmail-bubble-shell.received{justify-items:start}.moltmail-bubble-label,.moltmail-bubble-time{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.moltmail-bubble-label{color:#8a8179}.moltmail-bubble-time{color:#9aa4b2;padding:0 6px}.moltmail-bubble{width:100%;padding:13px 16px;border-radius:22px;font-size:15px;line-height:1.52;word-break:break-word;border:1px solid transparent}.moltmail-bubble.sent{background:linear-gradient(180deg,#3f8cff,#2f7df6);color:#fff;border-bottom-right-radius:8px;border-color:#2b6fe0;box-shadow:0 12px 24px #2f7df63d}.moltmail-bubble.received{background:linear-gradient(180deg,#f6f8fb,#edf1f5);color:#17212b;border-bottom-left-radius:8px;border-color:#dde4ec;box-shadow:0 8px 20px #0f172a0f}.moltmail-bubble.failed{border-color:#f59e0b;box-shadow:0 0 0 1px #f59e0b52}.moltmail-message-meta{display:flex;justify-content:flex-end;gap:8px;align-items:center;padding:0 6px}.moltmail-message-status{font-size:11px;font-weight:800;color:#8a8179;letter-spacing:.04em;text-transform:uppercase}.moltmail-retry-btn{border:none;background:transparent;color:#b45309;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;padding:0}.moltmail-reactions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.moltmail-reaction-chip,.moltmail-inline-action,.moltmail-reply-preview{border:none;border-radius:999px;background:#ffffff2e;color:inherit;cursor:pointer}.moltmail-reaction-chip{padding:4px 8px;font-size:12px}.moltmail-reaction-chip.active{background:#ffffff4d}.moltmail-inline-action{padding:4px 8px;font-size:11px;font-weight:800}.moltmail-bubble-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.moltmail-reply-preview{display:block;width:100%;min-width:100%;text-align:left;padding:10px 12px;margin:0 0 10px;border-radius:14px;background:#0f172a14;font-size:12px;line-height:1.45;overflow:hidden}.moltmail-reply-pill{display:grid;gap:4px;margin:10px 14px 0;padding:10px 12px;border-radius:14px;background:#f4f6f8;font-size:12px}.moltmail-reply-pill button{border:none;background:transparent;justify-self:end;cursor:pointer}.moltmail-chat-composer-wrap{position:sticky;bottom:0;background:linear-gradient(180deg,#fffdfb,#fff8f2);border-top:1px solid rgba(215,230,255,.7);box-shadow:0 -10px 24px #0f172a0a}.moltmail-chat-composer-tools{display:flex;gap:8px;padding:10px 14px 0}.moltmail-tool-btn{width:36px;height:36px;border:none;border-radius:999px;background:#f1f3f5;cursor:pointer}.moltmail-tool-btn:disabled{opacity:.45;cursor:default}.moltmail-tool-note{padding:8px 14px 0;color:#8a8179;font-size:12px;font-weight:700}.moltmail-picker-popover{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding:10px 14px 0}.moltmail-emoji-btn,.moltmail-sticker-btn{border:none;background:#f7f8fa;border-radius:14px;cursor:pointer}.moltmail-emoji-btn{padding:10px;font-size:20px}.moltmail-sticker-popover{grid-template-columns:repeat(3,minmax(0,1fr))}.moltmail-sticker-btn{display:grid;gap:6px;padding:12px;justify-items:center}.moltmail-sticker-btn span{font-size:28px}.moltmail-sticker-btn small{font-size:11px;font-weight:700;color:#6f665f}.moltmail-attachment-pill{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 14px 0;padding:10px 12px;border-radius:14px;background:#f4f6f8;font-size:13px}.moltmail-attachment-pill button{border:none;background:transparent;cursor:pointer}.moltmail-chat-composer{display:grid;grid-template-columns:minmax(0,1fr) 52px;gap:10px;padding:12px 16px 16px;background:#fff}.moltmail-message-input{min-height:48px;max-height:140px;padding:14px 18px;border:none;border-radius:999px;background:#f1f3f5;resize:none;font:inherit}.moltmail-send-icon{min-height:52px;min-width:52px;border:none;border-radius:999px;background:#2f7df6;color:#fff;font-size:20px;font-weight:800;cursor:pointer}.moltmail-send-icon:disabled{opacity:.45;cursor:default}.moltmail-inline-error{padding:0 18px 14px;color:#b42318;font-size:13px;background:#fff}.moltmail-picker-backdrop{position:fixed;inset:0;background:#141c2447;display:grid;place-items:center;padding:20px;z-index:60}.moltmail-picker{width:min(100%,460px);background:#fff;border-radius:24px;padding:16px;border:1px solid #eee7df;box-shadow:0 20px 50px #0f172a2e;display:grid;gap:12px}.moltmail-new-message-picker{width:min(100%,560px);padding:20px;border-radius:28px;background:linear-gradient(180deg,#fffdfb,#fff7f1);border:1px solid #f0e3d7;box-shadow:0 0 0 1px #ffffffe6,0 26px 60px #0f172a2e}.moltmail-picker-head{display:flex;align-items:center;justify-content:space-between}.moltmail-picker-head-premium{align-items:flex-start;gap:16px}.moltmail-picker-title-block{display:grid;gap:6px}.moltmail-picker-title-block strong{font-size:32px;line-height:1.02;letter-spacing:-.04em;color:#181512}.moltmail-picker-title-block span{color:#6f665f;font-size:14px;line-height:1.6;max-width:34ch}.moltmail-picker-search-shell{padding:4px 0 2px}.moltmail-picker-search-input{min-height:54px;border:1.5px solid #ead8ca;background:linear-gradient(180deg,#fff,#fffaf6);box-shadow:inset 0 1px #ffffffe6}.moltmail-picker-close{border:none;background:#ffffffd6;font-size:18px;cursor:pointer;width:40px;height:40px;border-radius:999px;display:grid;place-items:center;color:#6f4b38;box-shadow:0 8px 18px #78482014}.moltmail-picker-close:hover,.moltmail-picker-close:focus-visible{background:#fff7f1;color:#9a3412}.moltmail-picker-results{display:grid;gap:6px;max-height:420px;overflow:auto}.moltmail-picker-results-premium{gap:10px;padding-top:4px}.moltmail-user-row{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;padding:10px 8px;border:none;background:transparent;border-radius:16px;text-align:left;cursor:pointer}.moltmail-user-row-premium{padding:14px 12px;border:1px solid #eee3d7;border-radius:18px;background:#ffffffb8;box-shadow:0 10px 22px #7848200d}.moltmail-user-row:hover{background:#f7f8fa}.moltmail-user-row-premium:hover{background:linear-gradient(180deg,#fffdfb,#fff6ef);border-color:#e6d3c4;box-shadow:0 14px 24px #78482014}.moltmail-user-row span{display:block;font-size:13px;color:#6f665f}.moltmail-empty-space-premium{min-height:120px;display:grid;place-items:center;text-align:center;padding:18px;border-radius:20px;background:#ffffffb8;border:1px dashed #e7d6c8;color:#6f665f}.moltmail-empty-space-premium strong{font-size:15px;color:#1b1917}.moltmail-empty-space-premium span{margin-top:6px;font-size:13px;line-height:1.55;max-width:28ch}.moltmail-thread-loading,.moltmail-empty-space,.moltmail-chat-start{min-height:24px}.moltmail-gate{display:grid;place-items:center;min-height:60vh}.moltmail-page-intro,.moltmail-locked-card{display:none}.moltmail-sticker-message{display:grid;justify-items:center;gap:4px}.moltmail-sticker-message span{font-size:44px;line-height:1}.moltmail-sticker-message small{font-size:12px;font-weight:700;opacity:.8}.moltmail-attachment-card{display:grid;gap:8px;margin-top:8px}.moltmail-draft-row{margin:8px 14px 0}.moltmail-bubble-draft{padding:12px 12px 10px}.moltmail-attachment-card-draft{margin:0;padding:0;border-radius:18px;background:transparent;border:none;box-shadow:none}.moltmail-attachment-preview{max-width:220px;border-radius:14px;display:block}.moltmail-attachment-card-draft .moltmail-attachment-preview{max-width:min(320px,100%)}.moltmail-draft-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:800}.moltmail-draft-meta button{border:none;background:#ffffff29;color:#fff;border-radius:999px;width:28px;height:28px;cursor:pointer}.moltmail-attachment-file{padding:10px 12px;border-radius:12px;background:#fff3}.moltmail-attachment-actions{display:flex;gap:10px;flex-wrap:wrap}.moltmail-attachment-actions a{font-size:12px;font-weight:800;color:inherit;text-decoration:none}.attachment-input-hidden{display:none}@media(max-width:900px){.moltmail-screen{padding-top:0}.moltmail-app{grid-template-columns:1fr;border:none;border-radius:0;min-height:calc(100vh - 100px)}.moltmail-conversations,.moltmail-chat{min-height:calc(100vh - 100px)}.moltmail-conversations.mobile-hidden,.moltmail-chat.mobile-hidden-chat{display:none}.moltmail-mobile-back{display:inline-flex}.moltmail-chat-feed{padding:14px 12px 10px}.moltmail-bubble-shell{max-width:88%}.moltmail-chat-composer{padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px))}.moltmail-conversations-head{padding:14px 14px 10px}.moltmail-tab-strip{padding:0 10px 10px}.moltmail-conversation-list{padding:0 4px 10px}.moltmail-new-message{min-height:40px}}.moltmail-page-intro{display:none!important}.moltmail-screen .page-intro-card{display:none}.moltmail-gate{min-height:70vh}.moltmail-app{margin-top:0}.moltmail-conversations-head{border-bottom:1px solid #f1ece6}.moltmail-conversation-list{padding-top:4px}.moltmail-chat{background:#fffdfb}.moltmail-chat-head{min-height:64px;border-bottom:none;box-shadow:inset 0 -1px #d7e6ff8c}.moltmail-chat-start{flex:1;min-height:100%;background:transparent}.moltmail-thread-panel-minimal{padding:0}.moltmail-compose-card-minimal{display:none}.moltmail-chat-feed{min-height:0}.moltmail-screen .page-section.narrow{max-width:none}.moltmail-conversations,.moltmail-chat{border-radius:0}.moltmail-app{box-shadow:none}.moltmail-conversations{border-right:1px solid #ede7e1}.moltmail-mobile-back{width:36px;height:36px;align-items:center;justify-content:center;border-radius:999px;background:#f4f6f8}.moltmail-thread-row:hover{background:#f8fafc}.moltmail-thread-row.active .moltmail-avatar{background:#dbeafe;color:#1d4ed8}@media(max-width:900px){.moltmail-app{min-height:100vh}.moltmail-conversations-head h1{font-size:26px}.moltmail-conversation-list{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.moltmail-chat-head{padding:12px}.moltmail-chat-composer{position:sticky;bottom:0}.moltmail-bubble-row.group-start{margin-top:14px}.moltmail-bubble-row.stacked{margin-top:5px}}body.moltmail-immersive-route .topbar,body.moltmail-immersive-route .topbar-home,body.moltmail-immersive-route footer,body.moltmail-immersive-route .mobile-nav{display:none!important}body.moltmail-immersive-route .site-shell{padding-bottom:0!important}body.moltmail-immersive-route{background:#fffdfb}.moltmail-app{min-height:100vh}.moltmail-chat-feed{padding:20px 18px 10px}.moltmail-chat-head{padding:18px 20px 14px;border-bottom:none;box-shadow:inset 0 -1px #d7e6ff8c}.moltmail-conversations-head{padding:16px 16px 12px}.moltmail-thread-row{padding:12px}.moltmail-thread-row.active{background:#eef5ff}.moltmail-chat-composer{background:linear-gradient(180deg,#fffdfb,#fff8f2);padding:10px 14px 14px}.moltmail-message-input{background:#f4f6f8}@media(max-width:900px){body.moltmail-immersive-route .site-shell{padding:0!important}.moltmail-conversations,.moltmail-chat{min-height:100vh}.moltmail-chat-feed{padding:14px 12px 8px}.moltmail-chat-head{padding:10px 12px;border-bottom:none;box-shadow:inset 0 -1px #d7e6ff8c}}.moltmail-screen{max-width:1320px;padding-top:16px}.moltmail-app{grid-template-columns:360px minmax(0,1fr);background:#fffdfb;border-color:#e9dfd4;border-radius:32px;box-shadow:0 18px 44px #0f172a0f}.moltmail-conversations{background:linear-gradient(180deg,#fffdfb,#fff8f3);border-right-color:#efe5da}.moltmail-conversations-head,.moltmail-chat-head{padding:18px 20px}.moltmail-conversations-head h1,.moltmail-chat-identity strong{font-weight:900;letter-spacing:-.04em;color:#101828}.moltmail-conversations-head h1{font-size:32px}.moltmail-new-message,.ghost-btn,.moltmail-send-icon,.moltmail-tool-btn,.moltmail-inline-action,.moltmail-reaction-chip,.moltmail-pinned-chip{transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.moltmail-new-message,.moltmail-send-icon{border-radius:14px;box-shadow:0 12px 24px #2563eb38}.moltmail-new-message{min-height:46px;padding:0 16px;border:1px solid #1f6feb;background:linear-gradient(180deg,#3b8cff,#2563eb);font-weight:900}.ghost-btn{min-height:40px;padding:0 14px;border:1px solid #d7dde5;border-radius:12px;background:#fff;color:#17212b;font-weight:800;box-shadow:0 6px 16px #0f172a0a}.moltmail-send-icon{background:linear-gradient(180deg,#3b8cff,#2563eb)}.moltmail-tool-btn{width:40px;height:40px;border:1px solid #d7dde5;border-radius:12px;background:#fff;box-shadow:0 6px 16px #0f172a0a;font-weight:800}.moltmail-tool-btn:disabled,.ghost-btn:disabled,.moltmail-send-icon:disabled{opacity:.5;filter:saturate(.7)}.moltmail-thread-row{grid-template-columns:48px minmax(0,1fr) auto;padding:14px 12px;border:1px solid transparent;border-radius:18px;margin-bottom:6px}.moltmail-thread-row.active{background:#eef5ff;border-color:#cfe0ff;box-shadow:0 10px 20px #2563eb14}.moltmail-thread-row.unread{background:#fff4eb;border-color:#f2d2b6}.moltmail-thread-row.unread strong{font-weight:900}.moltmail-avatar{width:48px;height:48px;border-radius:16px;background:linear-gradient(180deg,#fff,#f3f4f6);font-weight:900}.moltmail-thread-copy{gap:5px}.moltmail-thread-topline{gap:10px}.moltmail-thread-topline strong{color:#101828}.moltmail-thread-topline span,.moltmail-thread-presence{font-weight:800}.moltmail-thread-preview{color:#5f5650;line-height:1.35}.moltmail-unread-dot{width:10px;height:10px;box-shadow:0 0 0 4px #2563eb1f}.moltmail-search-wrap{padding:0 16px 14px}.moltmail-search-input{height:46px;border:1px solid #dfd4c8;border-radius:16px;background:#fff;box-shadow:0 6px 16px #0f172a0a}.moltmail-chat-head{border-bottom-color:#ece4da;background:linear-gradient(180deg,#fffdfb,#fff9f4)}.moltmail-chat-feed{padding:22px 24px 14px;background:linear-gradient(180deg,#fff,#f8fafc)}.moltmail-bubble-row.group-start{margin-top:22px}.moltmail-bubble-row.stacked{margin-top:7px}.moltmail-bubble-shell{gap:7px;max-width:min(74%,560px)}.moltmail-bubble{padding:14px 17px;border-radius:24px;line-height:1.58}.moltmail-bubble.sent{background:linear-gradient(180deg,#3b8cff,#2563eb);border-bottom-right-radius:10px;border-color:#1f5fd6;box-shadow:0 14px 28px #2563eb38}.moltmail-bubble.received{background:linear-gradient(180deg,#fff,#f5f7fa);border-bottom-left-radius:10px;border-color:#dfe5ed;box-shadow:0 10px 22px #0f172a0f}.moltmail-inline-action,.moltmail-reaction-chip,.moltmail-pinned-chip{background:#fffffff2;color:#17212b;border:1px solid #d7dde5;box-shadow:0 4px 12px #0f172a0a}.moltmail-bubble.sent .moltmail-inline-action,.moltmail-bubble.sent .moltmail-reaction-chip{background:#ffffff29;color:#fff;border-color:#ffffff38}.moltmail-bubble.sent .moltmail-reaction-chip.active,.moltmail-bubble.sent .moltmail-inline-action.active{background:#fff;color:#2563eb;border-color:#fff;box-shadow:0 0 0 2px #ffffff38}.moltmail-link-preview,.moltmail-reply-preview,.moltmail-attachment-pill,.moltmail-reply-pill{border-radius:16px}.moltmail-link-preview{background:#0f172a0f}.moltmail-message-input{border:1px solid #dfe5ed;background:#fff;box-shadow:inset 0 1px 2px #0f172a05}.moltmail-start-conversation-picker{width:min(100%,520px);max-height:min(78vh,760px);padding:16px;border-radius:22px}.moltmail-start-conversation-picker .moltmail-picker-head{align-items:flex-start;margin-bottom:10px}.moltmail-start-conversation-picker .moltmail-picker-head p{margin:4px 0 0;color:#667085;font-size:13px;line-height:1.45}.moltmail-recipient-search-wrap{position:relative;margin-bottom:12px}.moltmail-recipient-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#64748b;font-size:15px;pointer-events:none}.moltmail-recipient-search-input{min-height:50px;padding-left:40px;border-radius:15px;font-size:14px}.moltmail-picker-section-label{display:block;margin:2px 0 8px;color:#475467;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.moltmail-picker-results{display:grid;gap:7px;max-height:min(56vh,480px);overflow:auto}.moltmail-user-row{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:11px;width:100%;padding:11px 12px;border:none;border-radius:16px;background:#fff;box-shadow:0 6px 16px #0f172a0d;text-align:left;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease}.moltmail-user-row:hover{transform:translateY(-1px);background:#f8fbff;box-shadow:0 10px 22px #2563eb14}.moltmail-user-row:active{transform:scale(.99)}.moltmail-user-row-copy{display:grid;gap:2px;min-width:0}.moltmail-user-row-copy strong{font-size:14px;line-height:1.1;color:#0f172a}.moltmail-user-row-copy span{font-size:12px;color:#667085}.moltmail-user-row-copy small{font-size:11px;color:#475467;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moltmail-picker-empty-state{display:grid;gap:6px;place-items:center;padding:24px 12px;border-radius:16px;background:#f8fafc;border:1px dashed #cbd5e1;color:#667085;text-align:center}.moltmail-chat-head{align-items:flex-start}.moltmail-chat-identity{display:grid;gap:4px}.moltmail-chat-identity strong{font-size:18px;line-height:1.1}.moltmail-chat-identity span{font-size:12px;color:#667085}.moltmail-new-message{min-height:42px}.moltmail-screen{position:relative;max-width:1180px;margin:0 auto;padding:12px 0 0}.moltmail-app{position:relative;display:grid;grid-template-columns:312px minmax(0,1fr);width:100%;min-height:calc(100dvh - 120px);max-height:calc(100dvh - 120px);margin:0 auto;overflow:hidden;background:linear-gradient(180deg,#fffefd,#f7fbff);border:1px solid #d9e6f7;border-radius:24px;box-shadow:0 14px 34px #2563eb0d,0 8px 20px #0f172a0a}.moltmail-app:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fff9,#fff0 36%,#bfdbfe14);pointer-events:none}.moltmail-conversations{position:relative;display:grid;grid-template-rows:auto auto minmax(0,1fr);min-width:0;background:linear-gradient(180deg,#fffdfb,#f8fbff);border-right:1px solid #dbe8f7}.moltmail-conversations:after{content:"";position:absolute;top:18px;right:0;bottom:18px;width:1px;background:linear-gradient(180deg,#bfdbfe00,#bfdbfebf,#bfdbfe00)}.moltmail-conversations-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:16px 18px 10px}.moltmail-conversations-head h1{margin:0;min-width:0;font-size:28px;line-height:1;font-weight:900;letter-spacing:-.04em;color:#101828;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moltmail-head-actions{display:flex;justify-content:end;align-items:center;gap:6px;min-width:0}.moltmail-head-actions .ghost-btn,.moltmail-new-message{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.1;min-height:34px;padding:0 10px;border-radius:11px;font-size:11px;font-weight:800;letter-spacing:-.01em;white-space:nowrap;min-width:auto}.moltmail-new-message-inline{background:linear-gradient(180deg,#3b8cff,#2563eb);border:1px solid #1f6feb;color:#fff;box-shadow:0 8px 18px #2563eb29}.moltmail-back-link{opacity:.78}.moltmail-search-wrap{display:grid;gap:8px;padding:0 12px 10px}.moltmail-search-input{width:100%;height:40px;padding:0 14px;border-radius:14px;font-size:14px;font-weight:600;color:#0f172a;border:1px solid #d8e3f3;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:inset 0 1px #ffffffe6,0 8px 18px #0f172a0a}.moltmail-conversation-list{overflow:auto;padding:0 8px 10px}.moltmail-thread-row{grid-template-columns:40px minmax(0,1fr) auto;gap:10px;padding:10px;border-radius:16px;margin-bottom:6px;border:1px solid rgba(219,232,247,.88);background:linear-gradient(180deg,#fffffffa,#f7fbfffa);box-shadow:0 6px 14px #0f172a09}.moltmail-thread-row:hover{transform:translateY(-1px);background:linear-gradient(180deg,#fbfdff,#f2f8ff);border-color:#c7dcff;box-shadow:0 12px 22px #2563eb14}.moltmail-thread-row.active{background:linear-gradient(180deg,#eff6ff,#e0edff);border-color:#a9c8ff;box-shadow:0 12px 24px #2563eb1a}.moltmail-avatar{width:40px;height:40px;border-radius:13px;background:linear-gradient(180deg,#fff,#edf4ff);box-shadow:0 8px 16px #0f172a0d,inset 0 1px #fffffff2}.moltmail-thread-topline strong{font-size:14px;font-weight:850}.moltmail-thread-topline span{font-size:11px;color:#8a8179}.moltmail-thread-preview{font-size:12px;line-height:1.38;color:#526071}.moltmail-chat{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;height:100%}.moltmail-chat-head{position:relative;display:grid;align-items:start;padding:16px 18px 10px;background:linear-gradient(180deg,#fffefd,#f7fbff);box-shadow:inset 0 -1px #d7e6ffc7}.moltmail-chat-identity{display:grid;gap:4px;min-width:0;justify-items:start}.moltmail-chat-identity strong{font-size:16px;line-height:1.05;font-weight:900;letter-spacing:-.03em}.moltmail-chat-identity span{font-size:11px;font-weight:800;letter-spacing:.02em}.moltmail-pinned-chip{margin:4px auto 0;max-width:min(100%,420px);padding:7px 12px;min-height:28px;font-size:10px;font-weight:900;background:linear-gradient(180deg,#f7fbff,#e7f1ff);box-shadow:0 8px 16px #2563eb14,inset 0 1px #fffffffa}.moltmail-chat-feed{padding:16px 18px 10px;background:linear-gradient(180deg,#fffefd,#f8fbff)}.moltmail-bubble-row.group-start{margin-top:14px}.moltmail-bubble-row.stacked{margin-top:4px}.moltmail-bubble-shell{gap:5px;max-width:min(68%,540px)}.moltmail-bubble{padding:11px 14px;border-radius:18px;font-size:14px;line-height:1.45}.moltmail-bubble.sent{background:linear-gradient(180deg,#56a1ff,#2563eb);box-shadow:0 12px 24px #2563eb2e,inset 0 1px #ffffff2e}.moltmail-bubble.received{background:linear-gradient(180deg,#fff,#f4f8fd);box-shadow:0 10px 20px #0f172a0d,inset 0 1px #fffffff2}.moltmail-bubble-actions{gap:8px;margin-top:8px}.moltmail-inline-action,.moltmail-reaction-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900;box-shadow:0 4px 10px #0f172a0a}.moltmail-chat-composer-wrap{padding-top:4px;background:linear-gradient(180deg,#fffefde6,#fff9f4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.moltmail-chat-composer-tools{gap:8px;padding:8px 14px 0}.moltmail-tool-btn{width:34px;height:34px;border-radius:10px;border:1px solid #d7dde5;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 6px 12px #0f172a0a}.moltmail-chat-composer{grid-template-columns:minmax(0,1fr) 48px;gap:8px;padding:10px 14px 14px;background:transparent}.moltmail-message-input{min-height:44px;max-height:128px;padding:12px 15px;border:1px solid #d8e3f3;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:inset 0 1px #fffffff2,0 8px 16px #0f172a0a;font-size:14px;line-height:1.4}.moltmail-send-icon{min-height:48px;min-width:48px;border-radius:14px;box-shadow:0 10px 20px #2563eb29,inset 0 1px #ffffff2e}.moltmail-head-actions .ghost-btn:focus-visible,.moltmail-new-message:focus-visible,.moltmail-thread-row:focus-visible,.moltmail-search-input:focus-visible,.moltmail-inline-action:focus-visible,.moltmail-reaction-chip:focus-visible,.moltmail-tool-btn:focus-visible,.moltmail-message-input:focus-visible,.moltmail-send-icon:focus-visible{outline:none;box-shadow:0 0 0 3px #fffffff2,0 0 0 6px #2563eb29,0 12px 22px #2563eb1f}.moltmail-head-actions .ghost-btn:active,.moltmail-new-message:active,.moltmail-inline-action:active,.moltmail-reaction-chip:active,.moltmail-tool-btn:active,.moltmail-send-icon:active{transform:translateY(1px) scale(.985)}@media(max-width:1100px){.moltmail-screen{padding:10px 10px 0}.moltmail-app{grid-template-columns:292px minmax(0,1fr);width:100%;min-height:calc(100dvh - 96px);max-height:calc(100dvh - 96px)}.moltmail-conversations-head{grid-template-columns:1fr}.moltmail-head-actions{justify-content:flex-start}.moltmail-head-actions .ghost-btn,.moltmail-new-message{min-width:0}.moltmail-chat-head,.moltmail-chat-feed{padding:14px 14px 10px}.moltmail-bubble-shell{max-width:min(76%,520px)}}@media(max-width:900px){.moltmail-screen{padding-top:0}.moltmail-app{grid-template-columns:1fr;border-radius:0;min-height:100dvh;max-height:none}.moltmail-conversations,.moltmail-chat{min-height:100dvh}.moltmail-conversations.mobile-hidden,.moltmail-chat.mobile-hidden-chat{display:none}.moltmail-mobile-back{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:999px;background:#f3f6fb}.moltmail-chat-feed{padding:12px 12px 8px}.moltmail-bubble-shell{max-width:88%}.moltmail-chat-composer-wrap{padding-top:4px}.moltmail-chat-composer{padding:10px 12px calc(12px + env(safe-area-inset-bottom,0px));grid-template-columns:minmax(0,1fr) 46px;gap:8px}.moltmail-chat-composer-tools{padding:6px 12px 0;gap:6px}.moltmail-tool-btn{width:34px;height:34px;border-radius:10px}.moltmail-conversations-head{grid-template-columns:1fr;gap:6px;padding:12px 12px 8px}.moltmail-conversations-head h1{font-size:24px}.moltmail-head-actions{justify-content:flex-start;flex-wrap:wrap;gap:6px}.moltmail-head-actions .ghost-btn,.moltmail-new-message{min-width:0;font-size:11px;padding:0 10px;min-height:32px}.moltmail-tab-strip{padding:0 10px 8px;gap:6px}.moltmail-tab-strip .tab{min-height:34px;padding:0 12px;font-size:12px;border-radius:10px}.moltmail-search-wrap{padding:0 10px 8px}.moltmail-search-input{height:40px;font-size:14px;padding:0 14px;border-radius:14px}.moltmail-conversation-list{padding:0 6px 10px}.moltmail-thread-row{grid-template-columns:40px minmax(0,1fr) auto;padding:10px;border-radius:14px;gap:9px}.moltmail-avatar{width:40px;height:40px;border-radius:12px}.moltmail-thread-topline strong{font-size:14px}.moltmail-thread-preview{font-size:11px;line-height:1.35}.moltmail-chat-head{padding:10px 12px 8px;gap:8px}.moltmail-chat-identity strong{font-size:16px}.moltmail-chat-identity span{font-size:11px}.moltmail-pinned-chip{margin-top:4px;max-width:100%;padding:7px 10px;font-size:10px}.moltmail-bubble-row.group-start{margin-top:10px}.moltmail-bubble-row.stacked{margin-top:4px}.moltmail-bubble-shell{gap:4px}.moltmail-bubble{padding:10px 12px;border-radius:18px;font-size:13px;line-height:1.42}.moltmail-bubble-label,.moltmail-bubble-time,.moltmail-message-status,.moltmail-retry-btn{font-size:10px}.moltmail-bubble-actions{margin-top:6px}.moltmail-inline-action,.moltmail-reaction-chip{min-height:28px;padding:4px 8px;font-size:11px}.moltmail-message-input{min-height:44px;font-size:14px;padding:12px 14px}.moltmail-send-icon{min-height:46px;min-width:46px;border-radius:13px;font-size:18px}.moltmail-start-conversation-picker{width:min(100%,calc(100vw - 12px));max-height:calc(100dvh - 16px);overflow:auto;padding:10px 8px;border-radius:16px}.moltmail-picker-head{gap:10px}.moltmail-picker-head strong{font-size:18px}.moltmail-picker-head p{font-size:12px}.moltmail-recipient-search-wrap{margin-bottom:10px}.moltmail-recipient-search-input{min-height:46px;font-size:14px;padding-left:38px}.moltmail-picker-results{gap:6px;max-height:52vh}.moltmail-user-row{grid-template-columns:40px minmax(0,1fr);gap:8px;padding:9px;border-radius:14px}.moltmail-user-row-copy strong{font-size:13px}.moltmail-user-row-copy span,.moltmail-user-row-copy small{font-size:11px}}@media(max-width:560px){.moltmail-conversations-head{padding:10px 10px 6px}.moltmail-conversations-head h1{font-size:22px}.moltmail-head-actions{gap:5px}.moltmail-head-actions .ghost-btn,.moltmail-new-message{font-size:10px;padding:0 8px;min-height:30px}.moltmail-search-wrap{padding:0 10px 8px}.moltmail-search-input{height:38px;font-size:13px}.moltmail-thread-row{padding:9px 8px;border-radius:13px}.moltmail-avatar{width:38px;height:38px}.moltmail-chat-head{padding:9px 10px 7px}.moltmail-chat-feed{padding:10px 10px 6px}.moltmail-bubble-shell{max-width:92%}.moltmail-bubble{padding:9px 11px;font-size:12px;border-radius:17px}.moltmail-chat-composer{padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px));grid-template-columns:minmax(0,1fr) 42px}.moltmail-message-input{min-height:42px;padding:11px 13px;font-size:13px}.moltmail-send-icon{min-height:42px;min-width:42px}.moltmail-start-conversation-picker{padding:9px 7px;border-radius:15px}}.member-profile-page-shell{max-width:1440px;margin:0 auto;padding:0 32px}.member-profile-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:20px;align-items:start}.member-profile-left-column,.member-profile-right-column{display:grid;gap:10px;align-content:start;min-width:0}.member-profile-content-block{margin-top:0;min-width:0}.member-profile-section-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.member-profile-stat-btn{border:none;background:none;padding:0;text-align:left;cursor:pointer}.member-profile-stat-btn .listing-strip-card,.member-profile-clickable-section,.member-profile-inline-edit,.member-profile-owner-primary,.member-profile-inline-meta a,.member-profile-avatar-edit,.member-profile-banner-btn,.member-profile-website-chip{transition:transform .14s ease,background-color .14s ease,box-shadow .14s ease,opacity .14s ease}.member-profile-stat-btn:hover .listing-strip-card,.member-profile-clickable-section:hover,.member-profile-owner-primary:hover,.member-profile-inline-meta a:hover,.member-profile-avatar-edit:hover,.member-profile-banner-btn:hover,.member-profile-website-chip:hover{transform:translateY(-1px) scale(1.01)}.member-profile-clickable-section:active,.member-profile-stat-btn:active .listing-strip-card,.member-profile-owner-primary:active,.member-profile-inline-edit:active,.member-profile-inline-meta a:active,.member-profile-avatar-edit:active,.member-profile-banner-btn:active,.member-profile-website-chip:active{transform:scale(.98)}.member-profile-empty-state{padding:14px;border-radius:14px;background:var(--color-surface-muted);color:var(--color-text-muted)}.member-profile-empty-state strong{display:block;margin-bottom:8px;color:var(--color-text-primary)}.member-profile-empty-actions{margin-top:8px;display:flex;gap:8px}.member-profile-meta-card{padding:8px 8px 6px}.member-profile-side p,.member-profile-side li,.member-profile-link-card span,.member-profile-identity-copy p,.member-profile-inline-meta,.member-profile-bio-text,.member-profile-handle,.member-profile-inline-meta a{font-size:13px;line-height:1.35;word-break:break-word;overflow-wrap:anywhere}.member-profile-inline-section-card{padding:10px 0;border-radius:0;background:transparent;box-shadow:none}.member-profile-inline-section-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px}.member-profile-inline-edit-group{display:flex;gap:6px}.member-profile-inline-edit{border:none;background:#eef5ff;cursor:pointer;font-size:13px;width:30px;height:30px;border-radius:999px;display:grid;place-items:center;box-shadow:0 3px 10px #0f172a1a;opacity:1}.member-profile-savebar{justify-content:flex-end}.member-profile-detail-pills{display:flex;gap:6px;flex-wrap:wrap}.member-profile-topics-editor,.member-profile-featured-links-editor{display:grid;gap:8px}.member-profile-topic-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.member-profile-edit-tag{cursor:pointer}.member-profile-featured-links-grid{display:grid;gap:8px}.member-profile-featured-link-row{display:grid;grid-template-columns:160px minmax(0,1fr);gap:8px}.member-profile-links-grid{display:grid;gap:8px}.member-profile-link-card{display:grid;gap:4px;align-content:start;padding:10px;text-align:left}.member-profile-link-card span{font-size:11px;overflow:hidden;text-overflow:ellipsis}.member-profile-hero-banner{margin-top:6px;position:relative;border-radius:22px;overflow:hidden;box-shadow:0 18px 42px #0f172a1f}.member-profile-banner-img,.member-profile-banner-fallback{width:100%;min-height:188px;border-radius:22px;display:block}.member-profile-banner-img{object-fit:cover}.member-profile-banner-fallback{display:grid;align-content:end;padding:22px;background:linear-gradient(135deg,#fff7f1,#f8ebe0 58%,#f3e0d1);color:#2b211b;border:1px solid rgba(233,213,197,.88)}.member-profile-banner-empty-copy{display:grid;gap:6px;max-width:36ch}.member-profile-banner-fallback strong{font-size:18px}.member-profile-banner-fallback span{margin-top:2px;max-width:34ch;font-size:12px;opacity:.9;color:#6b5b50}.member-profile-banner-actions{position:absolute;right:14px;top:14px;display:flex;gap:8px;align-items:center}.member-profile-banner-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:none;border-radius:999px;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 26px #0f172a2e}.member-profile-banner-btn-primary{background:#ffffffe0;color:#0f172a}.member-profile-banner-btn-secondary{background:#0f172a85;color:#fff}.member-profile-banner-btn-icon{display:inline-flex;align-items:center;justify-content:center}.member-profile-banner-btn input,.member-profile-avatar-edit input{position:absolute;inset:0;opacity:0;cursor:pointer}.member-profile-connections-modal,.member-profile-gate-card{width:min(100%,440px);background:#fff;border-radius:14px;padding:14px;display:grid;gap:10px;box-shadow:0 24px 60px #0f172a40}.member-profile-gate-card{margin:0 auto;text-align:center}.member-profile-avatar{transform:scale(.98);transform-origin:left center;filter:drop-shadow(0 12px 24px rgba(15,23,42,.14));position:relative;width:110px;height:110px;border-radius:50%;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:inset 0 0 0 1px #ffffffb3,0 0 0 3px #ffffffeb}.member-profile-avatar.editable:after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(180deg,#0f172a00 28%,#0f172a5c);pointer-events:none}.member-profile-avatar-img,.member-profile-avatar-fallback{width:100%;height:100%;border-radius:50%;object-fit:cover;display:grid;place-items:center;font-size:34px;font-weight:800;color:#0f172a}.member-profile-avatar-fallback{background:linear-gradient(180deg,#eff6ff,#dbeafe)}.member-profile-avatar-edit{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:#fffffff5;box-shadow:0 10px 24px #0f172a29;font-size:11px;font-weight:700;z-index:2;white-space:nowrap}.member-profile-avatar-edit-icon{display:inline-flex;align-items:center;justify-content:center}.member-profile-avatar-edit-text{display:inline-flex}.member-profile-topbar{padding:8px 0 2px;border-bottom:1px solid rgba(15,23,42,.06)}.member-profile-identity-stack{display:grid;gap:4px}.member-profile-primary-actions{display:flex;gap:8px;align-items:center;margin-top:8px}.member-profile-identity-copy h1{font-size:36px;line-height:1;font-weight:860;word-break:break-word;overflow-wrap:anywhere;max-width:100%}.member-profile-handle{font-size:12px;color:#0f172a85;max-width:100%}.member-profile-category-line{margin-top:2px;font-size:15px;font-weight:650;color:#0f172ae0}.member-profile-bio-wrap{max-width:640px;min-height:64px}.member-profile-bio-text{margin:0;white-space:pre-wrap}.member-profile-bio-firstline{font-weight:680}.member-profile-bio-text.clamped{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.member-profile-bio-text.expanded{display:block}.member-profile-bio-toggle{margin-top:6px;border:none;background:none;padding:0;color:var(--color-accent);font-weight:600;cursor:pointer;font-size:12px}.member-profile-about-section{padding-top:14px}.member-profile-about-copy{font-size:15px;line-height:1.72;color:#0f172ac7;max-width:60ch}.member-profile-editor-panel{padding-top:6px}.member-profile-editor-grid{gap:14px}.member-profile-edit-group-block{display:grid;gap:8px;padding:10px 0;border-top:1px solid rgba(15,23,42,.06)}.member-profile-edit-group-block:first-child{border-top:none;padding-top:0}.member-profile-edit-group-block h4{margin:0;font-size:13px;font-weight:700}.member-profile-edit-group-block p{margin:0;color:var(--color-text-muted);font-size:11px}.member-profile-edit-group-block label{display:grid;gap:6px}.member-profile-edit-group-block label small{color:var(--color-text-muted);font-size:11px}.member-profile-edit-subgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.member-profile-stats-row{display:flex;gap:8px;flex-wrap:wrap;padding-top:2px}.member-profile-stats-row .listing-strip-card{padding:7px 11px;min-width:96px}.member-profile-stats-row .listing-strip-card strong{font-size:19px}.member-profile-stats-row .listing-strip-card span{font-size:11px}.member-profile-metadata-card{padding:2px 0}.member-profile-metadata-card .tag{font-size:11px;max-width:100%;color:#0f172ab8}.member-profile-inline-meta{color:#0f172a94;gap:8px;display:flex;flex-wrap:wrap;align-items:center}.member-profile-inline-meta a{color:#1d4ed8;text-decoration:none;font-weight:600}.member-profile-website-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;text-decoration:none;font-weight:700;box-shadow:0 6px 14px #1d4ed81f;border:1px solid rgba(29,78,216,.1)}.member-profile-owner-primary{box-shadow:0 8px 18px #1d4ed838}.member-profile-save-toast{position:sticky;bottom:12px;justify-self:end;padding:10px 12px;border-radius:999px;background:#0f172a;color:#fff;font-size:12px;font-weight:700;box-shadow:0 10px 24px #0f172a38;z-index:4}.member-profile-completion-hints{display:flex;gap:6px;flex-wrap:wrap;margin:4px 0 8px}.member-profile-topics-row{display:flex;gap:6px;flex-wrap:wrap}.member-profile-topics-row .tag{border-radius:999px;padding:6px 10px;background:#0f172a0d}.member-profile-topics-overflow{opacity:.76}.member-profile-highlights-list{display:grid;gap:8px}.member-profile-highlight-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);font-size:12px;font-weight:700;letter-spacing:.01em;box-shadow:0 4px 10px #0f172a0f;border-left:3px solid rgba(29,78,216,.32);width:fit-content}.field-error{color:#b42318;font-size:11px}.auth-input.invalid{border-color:#d92d20;box-shadow:0 0 0 2px #d92d2014}.tag-row{display:flex;gap:6px;flex-wrap:wrap}.tag{max-width:100%;overflow-wrap:anywhere}@media(max-width:900px){.member-profile-page-shell{padding:0 16px}.member-profile-grid{grid-template-columns:1fr}.member-profile-bio-wrap{max-width:100%}.member-profile-edit-subgrid{grid-template-columns:1fr}.member-profile-banner-actions{position:static;margin-top:10px;padding:0 4px 4px}.member-profile-banner-img,.member-profile-banner-fallback{min-height:152px}.member-profile-avatar-edit,.member-profile-banner-btn,.member-profile-owner-primary,.member-profile-website-chip{min-height:42px}.member-profile-primary-actions{margin-top:10px}.member-profile-avatar{width:96px;height:96px}.member-profile-avatar-edit-text{display:none}}.home-feed-page .home-left-rail{position:sticky;top:94px}.home-feed-page .home-left-rail-inner{display:grid;gap:16px}.home-feed-page .home-left-brand-block{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#f6faff);border:1px solid #dbe7ff;box-shadow:0 14px 34px #2563eb14}.home-feed-page .home-readiness-card{display:grid;gap:8px;padding:16px;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #bfdbfe;box-shadow:0 10px 24px #2563eb1a;text-align:center}.home-feed-page .home-readiness-card strong{font-size:20px;line-height:1.05;color:#0f172a}.home-feed-page .home-readiness-card p{margin:0;color:#475467;font-size:14px;line-height:1.55}.home-feed-page .home-readiness-kicker{display:inline-flex;justify-self:center;padding:6px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-feed-page .home-readiness-nudge{width:100%;justify-content:center;min-height:48px}.home-feed-page .home-readiness-card-ready{background:linear-gradient(135deg,#effaf4,#fff);border-color:#abefc6}.home-feed-page .home-rail-nav{display:grid;gap:8px;padding:10px;border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 28px #0f172a0d}.home-feed-page .home-rail-link{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:10px;min-height:46px;padding:0 14px;border-radius:14px;background:#fff;border:1px solid transparent;color:#334155;font-weight:700}.home-feed-page .home-rail-link span:last-child{line-height:1}.home-feed-page .home-rail-link.active{background:linear-gradient(180deg,#eff6ff,#dbeafe);border-color:#bfdbfe;color:#1d4ed8;box-shadow:0 8px 18px #2563eb1a}.home-feed-page .home-feed-tabs{display:flex;gap:10px;padding:8px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 28px #0f172a0d;overflow:auto}.home-feed-page .home-feed-tabs .tab{border:none;box-shadow:none;background:transparent;color:#475467;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:800;letter-spacing:-.01em}.home-feed-page .home-feed-tabs .tab.active{background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8;box-shadow:inset 0 0 0 1px #bfdbfe,0 6px 14px #2563eb1a}.home-feed-page .home-feed-post-actions{align-items:center}.home-feed-page .home-feed-primary-cta{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px}.home-feed-page .home-feed-post-actions .primary-btn.home-feed-primary-cta{box-shadow:0 14px 26px #2563eb2e}.home-feed-page .home-feed-post-actions .ghost-btn.home-feed-primary-cta{background:linear-gradient(135deg,#3b82f6,#2563eb);border:1.5px solid rgba(255,255,255,.18);color:#fff;box-shadow:0 8px 18px #0f172a0d}.home-feed-page .home-feed-post-actions .ghost-btn.home-feed-primary-cta:hover{border-color:#94a3b8;color:#0f172a}.home-feed-page .home-left-rail-primary-cta-wrap .primary-btn,.home-feed-page .home-left-rail-primary-cta-wrap .ghost-btn{width:100%;min-height:46px;justify-content:center}.home-feed-page .home-feed-center{display:grid;gap:16px}.home-feed-page .home-feed-stream{display:grid;gap:18px}.home-feed-page .home-feed-post-card{padding:22px;border-radius:28px;border:1px solid #e2e8f0;box-shadow:0 14px 34px #0f172a0f;background:linear-gradient(180deg,#fff,#f8fbff)}.home-feed-page .home-feed-post-card-featured{box-shadow:0 18px 42px #2563eb1a;border-color:#cfe0ff}.home-feed-page .home-feed-post-head{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin-bottom:10px}.home-feed-page .home-feed-avatar{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;font-weight:900;font-size:18px;box-shadow:0 8px 18px #2563eb1f}.home-feed-page .home-feed-post-identity{display:grid;gap:4px;min-width:0}.home-feed-page .home-feed-post-name-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:14px}.home-feed-page .home-feed-post-name-row strong{font-size:17px;line-height:1;color:#0f172a}.home-feed-page .home-feed-post-name-row span{color:#64748b;font-size:13px}.home-feed-page .home-feed-post-meta{font-size:12px;font-weight:700;color:#475467;letter-spacing:.01em}.home-feed-page .home-feed-post-body{margin:0 0 12px;color:#0f172a;font-size:15px;line-height:1.65;max-width:62ch}.home-feed-page .home-feed-post-proof-row{display:grid;gap:4px;padding:12px 14px;border-radius:16px;background:#f8fbff;border:1px solid #dbeafe;margin:0 0 14px}.home-feed-page .home-feed-post-proof{font-size:13px;font-weight:700;color:#1e3a8a}.home-feed-page .home-feed-post-proof-secondary{font-size:12px;color:#64748b}.home-feed-page .home-feed-post-actions{gap:10px;align-items:stretch}.home-feed-page .home-feed-post-actions .home-feed-primary-cta{flex:0 0 auto;min-width:170px}.home-feed-page .home-feed-tabs{gap:8px}.home-feed-page .home-feed-tabs .tab{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center}.home-feed-page .home-left-brand-block h3{font-size:24px;line-height:1.02;margin:0;color:#0f172a}.home-feed-page .home-left-brand-block p{margin:0;color:#475467;font-size:14px;line-height:1.6}.home-feed-page .home-available-module{display:grid;gap:16px;padding:22px;border-radius:28px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe7ff;box-shadow:0 16px 36px #2563eb14}.home-feed-page .home-available-head h2{margin:6px 0 8px;font-size:28px;line-height:1.02;color:#0f172a}.home-feed-page .home-available-head p{margin:0;color:#475467;max-width:62ch;line-height:1.6}.home-feed-page .home-available-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-feed-page .home-available-card{display:grid;gap:14px;padding:18px;border-radius:22px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 24px #0f172a0d}.home-feed-page .home-available-card-head{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start}.home-feed-page .home-available-card-copy{display:grid;gap:3px;min-width:0}.home-feed-page .home-available-card-copy strong{font-size:17px;color:#0f172a;line-height:1.05}.home-feed-page .home-available-card-copy span{font-size:13px;color:#667085}.home-feed-page .home-available-card-copy p{margin:2px 0 0;color:#475467;font-size:13px;line-height:1.55}.home-feed-page .home-available-card-actions{display:flex;flex-wrap:wrap;gap:10px}.home-feed-page .home-available-card-actions .primary-btn,.home-feed-page .home-available-card-actions .ghost-btn{min-width:130px}.home-feed-page .home-available-empty{display:grid;gap:6px;place-items:center;padding:24px;border-radius:20px;background:#fff;border:1px dashed #cbd5e1;color:#667085;text-align:center}@media(max-width:900px){.home-feed-page .home-available-grid{grid-template-columns:1fr}}@media(max-width:820px){.site-shell{padding:10px 10px 88px}.topbar{width:calc(100% - 16px);margin:0 auto 12px;padding:10px;border-radius:18px;gap:8px}.brand{gap:10px}.brand-mark{width:40px;height:40px;border-radius:13px;box-shadow:0 10px 20px #2563eb29}.brand strong{font-size:15px}.brand small{font-size:11px}.topbar-actions{gap:8px}.topbar-actions .primary-btn,.topbar-actions .ghost-btn,.topbar-secondary-link,.nav-link,.mobile-link,.tab{min-height:42px;padding:0 12px;border-radius:14px;font-size:13px;font-weight:800;box-shadow:0 8px 18px #0f172a14,inset 0 1px #fffc}.primary-btn{box-shadow:0 14px 26px #2563eb38,inset 0 1px #ffffff29}.ghost-btn,.nav-link,.mobile-link,.tab{background:linear-gradient(180deg,#fff,#f5f9ff);border-color:#cfe0ff;color:#173b7a}.primary-btn:active,.ghost-btn:active,.nav-link:active,.mobile-link:active,.tab:active{transform:translateY(1px) scale(.985)}.page-section,.hero-section,.content-section,.faq-section,.final-cta,.preview-strip{margin-bottom:16px}.page-intro-card{padding:16px 14px;border-radius:20px}.page-intro-main{display:grid;gap:12px}.page-intro-main h1{font-size:34px;line-height:.95}.page-intro-main p{font-size:14px;line-height:1.56}.page-intro-cta{min-width:0;width:100%;min-height:46px}.hero-section{grid-template-columns:1fr;gap:18px;padding:18px 0 10px}.hero-copy-premium{gap:12px;padding-top:0}.hero-copy h1{font-size:clamp(34px,13vw,54px);line-height:.92}.hero-copy p{font-size:14px;line-height:1.56;max-width:34ch}.hero-actions,.hero-actions-premium,.card-actions,.content-link-row,.live-cta-row{display:grid;grid-template-columns:1fr;gap:10px}.primary-btn,.ghost-btn,.topbar-secondary-link,.mobile-link,.tab,.fallback-mode-btn,.topic-primary-link,.topic-card-cta,.live-feed-primary-cta,.home-feed-primary-cta,.direct-message-cta-header{width:100%;justify-content:center;min-height:46px;font-size:13px;font-weight:800}.card-grid.two,.card-grid.three,.trust-grid,.lead-capture-grid,.monetization-grid,.trust-conversion-band,.search-columns,.profile-hero,.live-page .live-layout,.live-layout-monkeyish,.live-layout-chat,.live-proof-shell,.simplified-live-proof-shell,.page-intro-main,.mock-stage,.camera-stage-grid,.live-stage-grid,.live-proof-grid,.wallet-actions-grid,.wallet-actions-grid-compact,.fallback-mode-row,.mode-selector-row,.live-room-meta-row,.human-chat-meta-row{grid-template-columns:1fr!important;gap:12px}.device-shell,.camera-phone-card,.agent-card,.submolt-card,.topic-card,.trust-card,.faq-item,.profile-card,.transcript-shell,.live-stage,.live-proof-stage,.live-proof-transcript,.wallet-balance-card,.live-room-meta-card,.credit-pack-card{border-radius:20px;padding:16px}.agent-card h3,.submolt-card h3,.topic-card h3,.trust-card h3{font-size:22px;line-height:1.06}.agent-sub,.why,.submolt-card p,.topic-card p,.trust-card p,.faq-item p,.feed-note,.section-header p,.live-stage-headline span{font-size:14px;line-height:1.58}.section-header h2,.page-section h1,.page-section h2{font-size:28px;line-height:1.02}.topic-card-primary-action,.live-proof-actions,.profile-presence-row,.listing-hero-strip,.trust-row,.topic-card-links,.tag-row,.metric-row{display:grid;grid-template-columns:1fr;gap:8px}.topic-card-meta{gap:6px}.topic-card-meta span,.trust-chip,.status-pill,.tag,.control,.presence-pill{min-height:34px;padding:8px 10px;border-radius:12px;font-size:11px;font-weight:800}.mobile-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;position:fixed;left:10px;right:10px;bottom:10px;z-index:40;padding:10px;border-radius:20px;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #dbe7ff;box-shadow:0 18px 32px #0f172a24}.mobile-link{min-height:44px;padding:0 8px;border-radius:14px;font-size:11px;line-height:1.1;text-align:center}.home-feed-page{padding-top:6px}.home-feed-page .home-feed-shell{display:grid;gap:12px}.home-feed-page .home-left-rail{position:static;top:auto}.home-feed-page .home-left-rail-inner{gap:12px}.home-feed-page .home-left-brand-block{padding:14px;border-radius:18px;gap:8px}.home-feed-page .home-left-brand-block h3{font-size:20px;line-height:1.02}.home-feed-page .home-left-brand-block p{font-size:13px;line-height:1.5}.home-feed-page .home-readiness-card{padding:14px;border-radius:16px;gap:6px}.home-feed-page .home-readiness-card strong{font-size:18px}.home-feed-page .home-readiness-card p{font-size:13px;line-height:1.48}.home-feed-page .home-readiness-nudge{min-height:44px}.home-feed-page .home-rail-nav{display:flex;gap:8px;padding:0;background:transparent;border:none;box-shadow:none;overflow:auto;scrollbar-width:none}.home-feed-page .home-rail-nav::-webkit-scrollbar{display:none}.home-feed-page .home-rail-link{flex:0 0 auto;grid-template-columns:16px auto;min-height:40px;padding:0 12px;border-radius:999px;border:1px solid #dbe7ff;background:#fff;box-shadow:0 8px 18px #0f172a14;font-size:13px;font-weight:800}.home-feed-page .home-left-rail-primary-cta-wrap{display:none}.home-feed-page .home-feed-center{gap:12px}.home-feed-page .home-available-module{gap:14px;padding:16px 14px 14px;border-radius:22px;margin-bottom:12px}.home-feed-page .home-available-module:after{left:14px;right:14px;bottom:-8px}.home-feed-page .home-available-head{gap:8px;padding-bottom:6px}.home-feed-page .home-available-head h2{font-size:24px;line-height:1}.home-feed-page .home-available-head p{font-size:13px;line-height:1.5;max-width:none}.home-feed-page .home-available-grid{gap:10px}.home-feed-page .home-available-card{gap:10px;padding:14px;border-radius:18px}.home-feed-page .home-available-card-head{grid-template-columns:42px minmax(0,1fr) auto;gap:10px}.home-feed-page .home-available-card-copy strong{font-size:15px}.home-feed-page .home-available-card-copy span,.home-feed-page .home-available-card-copy p{font-size:12px;line-height:1.45}.home-feed-page .home-available-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.home-feed-page .home-available-card-actions .primary-btn,.home-feed-page .home-available-card-actions .ghost-btn{min-width:0;min-height:44px;padding:0 10px;font-size:12px}.home-feed-page .home-feed-tabs{margin-top:0;padding:6px;border-radius:14px;gap:6px}.home-feed-page .home-feed-tabs .tab{min-height:40px;padding:0 12px;font-size:12px;border-radius:12px}.home-feed-page .home-feed-stream{gap:12px}.home-feed-page .home-feed-post-card{padding:16px;border-radius:20px;box-shadow:0 12px 26px #0f172a14}.home-feed-page .home-feed-post-head{gap:10px;margin-bottom:8px}.home-feed-page .home-feed-avatar{width:42px;height:42px;border-radius:14px;font-size:16px}.home-feed-page .home-feed-post-name-row{gap:6px;font-size:12px}.home-feed-page .home-feed-post-name-row strong{font-size:15px}.home-feed-page .home-feed-post-name-row span{font-size:12px}.home-feed-page .home-feed-post-meta{font-size:11px}.home-feed-page .home-feed-post-body{margin-bottom:10px;font-size:14px;line-height:1.56}.home-feed-page .home-feed-post-proof-row{padding:10px 12px;border-radius:14px;margin-bottom:12px}.home-feed-page .home-feed-post-proof{font-size:12px}.home-feed-page .home-feed-post-proof-secondary{font-size:11px}.home-feed-page .home-feed-post-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.home-feed-page .home-feed-post-actions .home-feed-primary-cta{min-width:0;min-height:46px;padding:0 10px;font-size:12px}.home-feed-page .home-right-rail{display:grid;gap:12px}.home-feed-page .home-rail-card{padding:14px;border-radius:18px}.home-feed-page .home-rail-card h3{font-size:18px}.home-feed-page .home-rail-list,.home-feed-page .home-rail-list-row,.home-feed-page .home-rail-follow-row{gap:10px}.home-feed-page .home-feed-avatar-mini{width:34px;height:34px;border-radius:12px;font-size:13px}.home-feed-page .home-rail-follow-btn{min-height:40px;padding:0 10px;font-size:12px}}@media(max-width:560px){.home-feed-page .home-available-card-actions,.home-feed-page .home-feed-post-actions{grid-template-columns:1fr}.home-feed-page .home-feed-tabs{overflow:auto}.home-feed-page .home-feed-tabs .tab{flex:0 0 auto}.home-feed-page .home-rail-card{padding:12px;border-radius:16px}.home-feed-page .home-left-brand-block,.home-feed-page .home-readiness-card,.home-feed-page .home-available-module,.home-feed-page .home-feed-post-card{border-radius:18px}.topbar{width:calc(100% - 12px);padding:8px 8px 10px}.brand-mark{width:36px;height:36px;border-radius:12px}.brand strong{font-size:14px}.brand small{font-size:10px}.page-intro-card,.device-shell,.camera-phone-card,.agent-card,.submolt-card,.topic-card,.trust-card,.faq-item,.profile-card,.transcript-shell,.live-stage,.live-proof-stage,.live-proof-transcript,.wallet-balance-card,.live-room-meta-card,.credit-pack-card{padding:14px;border-radius:18px}.primary-btn,.ghost-btn,.topbar-secondary-link,.mobile-link,.tab,.fallback-mode-btn,.topic-primary-link,.topic-card-cta,.live-feed-primary-cta,.home-feed-primary-cta,.direct-message-cta-header{min-height:44px;font-size:12px}.section-header h2,.page-section h1,.page-section h2{font-size:26px}.hero-copy h1{font-size:clamp(30px,12vw,44px)}.mobile-nav{left:8px;right:8px;bottom:8px;padding:8px;border-radius:18px}.mobile-link{min-height:42px;font-size:10px}}.home-feed-page .home-available-module{position:relative;gap:20px;padding:26px 26px 24px;border-radius:32px;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid #cfe0ff;box-shadow:0 20px 44px #2563eb1a;margin-bottom:24px}.home-feed-page .home-available-module:after{content:"";position:absolute;left:26px;right:26px;bottom:-14px;height:1px;background:linear-gradient(90deg,#bfdbfe00,#bfdbfee6,#bfdbfe00)}.home-feed-page .home-available-head{display:grid;gap:10px;padding-bottom:8px;border-bottom:1px solid #e0ecff}.home-feed-page .home-available-head .eyebrow{display:inline-flex;justify-self:start;padding:6px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-feed-page .home-available-head h2{margin:0;font-size:32px;line-height:.98;letter-spacing:-.03em;color:#0f172a;max-width:14ch}.home-feed-page .home-available-head p{margin:0;max-width:58ch;font-size:15px;line-height:1.65;color:#475467}.home-feed-page .home-available-grid{gap:16px}.home-feed-page .home-available-card{padding:20px;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe7ff;box-shadow:0 12px 28px #0f172a0d}.home-feed-page .home-available-card-actions{padding-top:4px}.home-feed-page .home-feed-tabs{margin-top:8px}@media(max-width:820px){.mobile-menu-link:hover,.mobile-menu-link:focus-visible{background:linear-gradient(180deg,#e6f1ff,#d3e7ff);border-color:#8fb6f3;color:#1d4ed8;box-shadow:0 12px 24px #2563eb29}.mobile-menu-link.active:hover,.mobile-menu-link.active:focus-visible{background:linear-gradient(135deg,#4a8fff,#2563eb 58%,#1e40af);color:#fff;border-color:#1e40af}}.search-page-redesign .filter-chip-row,.search-page-redesign .control-row{gap:12px;align-items:center}.search-page-redesign .feed-note{margin-top:8px;margin-bottom:12px}.member-profile-owner-cta-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.member-profile-edit-cta{min-width:220px;justify-content:center;text-align:center;align-self:center;background:linear-gradient(135deg,#4a8fff,#2563eb 58%,#1d4ed8)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 16px 30px #2563eb38,inset 0 1px #ffffff2e!important;font-weight:900;letter-spacing:-.01em}.member-profile-edit-cta:hover,.member-profile-edit-cta:focus-visible{background:linear-gradient(135deg,#5a98ff,#2563eb 58%,#1e40af)!important;color:#fff!important;box-shadow:0 18px 34px #2563eb42,inset 0 1px #ffffff38!important}.member-profile-page-shell{max-width:1380px}.member-profile-topbar{padding:12px 0 6px;border-bottom:1px solid rgba(15,23,42,.05)}.member-profile-left-column{gap:14px}.member-profile-hero-banner{margin-top:2px;border-radius:28px;box-shadow:0 16px 34px #0f172a14}.member-profile-banner-img,.member-profile-banner-fallback{min-height:168px;border-radius:28px}.member-profile-banner-fallback{padding:18px 20px}.member-profile-banner-empty-copy{gap:4px;max-width:30ch}.member-profile-banner-fallback strong{font-size:16px;line-height:1.08}.member-profile-banner-fallback span{font-size:12px;line-height:1.5}.member-profile-avatar{width:98px;height:98px;box-shadow:inset 0 0 0 1px #ffffffb3,0 0 0 3px #ffffffeb,0 14px 28px #0f172a1f}.member-profile-identity-stack{gap:6px}.member-profile-identity-copy h1{font-size:32px;line-height:.98;letter-spacing:-.04em}.member-profile-handle{font-size:13px;color:#0f172a8f}.member-profile-category-line{margin-top:0;font-size:14px;font-weight:700;color:#0f172ad1}.member-profile-bio-wrap{max-width:58ch;min-height:auto}.member-profile-bio-text{font-size:14px;line-height:1.6;color:#0f172ac7}.member-profile-primary-actions{margin-top:6px}.member-profile-inline-meta{gap:10px;margin-top:2px;color:#0f172a85}.member-profile-owner-cta-stack,.member-profile-primary-actions{align-items:flex-start}.member-profile-owner-primary,.member-profile-message-cta,.member-profile-website-chip{min-height:42px;border-radius:14px}.member-profile-stats-row{gap:10px;padding-top:0}.member-profile-stats-row .listing-strip-card{padding:9px 12px;min-width:104px;border-radius:16px;box-shadow:0 8px 18px #0f172a0d}.member-profile-stats-row .listing-strip-card strong{font-size:18px}@media(max-width:900px){.member-profile-page-shell{padding:0 14px}.member-profile-topbar{padding:10px 0 4px}.member-profile-hero-banner{border-radius:22px}.member-profile-banner-img,.member-profile-banner-fallback{min-height:140px;border-radius:22px}.member-profile-banner-fallback{padding:16px}.member-profile-avatar{width:88px;height:88px}.member-profile-identity-copy h1{font-size:28px}.member-profile-bio-text,.member-profile-about-copy{font-size:14px;line-height:1.58}.member-profile-stats-row{gap:8px}.member-profile-stats-row .listing-strip-card{min-width:96px}}.member-profile-content-block,.member-profile-right-column>.member-profile-inline-section-card,.member-profile-right-column>.member-profile-content-block,.member-profile-metadata-card{padding:16px 18px;border-radius:22px;background:linear-gradient(180deg,#fffdfb,#fff8f3);border:1px solid rgba(233,213,197,.72);box-shadow:0 10px 22px #0f172a0d}.member-profile-content-block.member-profile-about-section{padding-top:18px}.member-profile-inline-section-head,.member-profile-section-head{margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(15,23,42,.05)}.member-profile-inline-section-head h3,.member-profile-section-head h3,.member-profile-section-head strong{margin:0;font-size:18px;line-height:1.08;letter-spacing:-.02em;color:#1b1917}.member-profile-about-copy{max-width:58ch;font-size:14px;line-height:1.68;color:#0f172ac2}.member-profile-right-column{gap:14px}.member-profile-metadata-card .tag,.member-profile-topics-row .tag,.member-profile-highlight-chip,.member-profile-link-card,.member-profile-detail-pills .tag{box-shadow:none}.member-profile-topics-row,.member-profile-detail-pills,.tag-row{gap:8px}.member-profile-topics-row .tag,.member-profile-detail-pills .tag,.member-profile-edit-tag{padding:8px 12px;border-radius:999px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe7ff;color:#245ea8;font-size:12px;font-weight:700}.member-profile-highlight-chip{padding:10px 14px;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);border-left:3px solid rgba(29,78,216,.22);color:#334155;font-size:12px;font-weight:700}.member-profile-link-card{padding:12px 14px;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe7ff}.member-profile-link-card strong{font-size:14px;line-height:1.1;color:#173b7a}.member-profile-link-card span{font-size:11px;line-height:1.4;color:#667085}.member-profile-empty-state{padding:16px;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px dashed #dbe7ff}.member-profile-empty-state strong{margin-bottom:6px;font-size:15px}.member-profile-inline-edit{background:linear-gradient(180deg,#fff,#eef5ff);border:1px solid #dbe7ff;box-shadow:0 6px 14px #0f172a0f}@media(max-width:900px){.member-profile-content-block,.member-profile-right-column>.member-profile-inline-section-card,.member-profile-right-column>.member-profile-content-block,.member-profile-metadata-card{padding:14px;border-radius:18px}.member-profile-inline-section-head,.member-profile-section-head{margin-bottom:8px;padding-bottom:6px}.member-profile-inline-section-head h3,.member-profile-section-head h3,.member-profile-section-head strong{font-size:16px}.member-profile-about-copy{font-size:14px;line-height:1.62}.member-profile-link-card{padding:10px 12px;border-radius:14px}}.member-profile-website-chip,.member-profile-message-cta,.member-profile-owner-primary,.member-profile-banner-btn,.member-profile-avatar-edit,.member-profile-inline-edit{transition:transform .14s ease,box-shadow .14s ease,filter .14s ease,background .14s ease,color .14s ease,border-color .14s ease}.member-profile-website-chip,.member-profile-message-cta{min-height:42px;padding:0 14px;border-radius:14px;justify-content:center;font-size:12px;font-weight:800;letter-spacing:-.01em}.member-profile-message-cta{background:linear-gradient(180deg,#fff,#eef5ff);border:1px solid #cfe0ff;color:#1e4f90;box-shadow:0 8px 18px #2563eb1a,inset 0 1px #ffffffd1}.member-profile-message-cta:hover,.member-profile-message-cta:focus-visible,.member-profile-website-chip:hover,.member-profile-website-chip:focus-visible{transform:translateY(-1px);box-shadow:0 12px 22px #2563eb24,inset 0 1px #ffffffe0}.member-profile-banner-btn{min-height:38px;padding:0 12px;border-radius:999px;font-size:11px;font-weight:800}.member-profile-inline-edit{width:32px;height:32px;font-size:12px}.member-profile-owner-primary,.member-profile-edit-cta{min-height:44px}.member-profile-inline-meta,.member-profile-inline-meta a,.member-profile-handle,.member-profile-category-line,.member-profile-banner-fallback span,.member-profile-link-card span,.member-profile-metadata-card .tag{text-rendering:optimizeLegibility}.member-profile-content-block p:last-child,.member-profile-right-column p:last-child{margin-bottom:0}.member-profile-savebar .ghost-btn,.member-profile-savebar .primary-btn{min-height:42px;border-radius:14px;font-size:12px;font-weight:800}.live-layout-single-column{grid-template-columns:minmax(0,1fr)}.live-layout-webcam-only{grid-template-columns:minmax(0,1fr);align-items:start}.live-layout-session-chat{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start}.live-session-chat-panel{align-self:stretch;min-height:100%}@media(max-width:900px){.live-layout-webcam-only,.live-layout-session-chat{grid-template-columns:1fr}.member-profile-website-chip,.member-profile-message-cta,.member-profile-owner-primary,.member-profile-edit-cta,.member-profile-primary-actions,.member-profile-owner-cta-stack{width:100%}.member-profile-savebar{grid-template-columns:1fr}}.home-minimal-live-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:48px 22px;background:linear-gradient(180deg,#eef4ff,#f7fbff)}.home-minimal-live-hero{position:relative;width:min(940px,100%);padding:22px 22px 30px;border-radius:34px;background:linear-gradient(180deg,#fff7ed,#fffaf5);box-shadow:0 28px 80px #2563eb1f;text-align:center;color:#0f172a;border:1px solid rgba(37,99,235,.1);overflow:hidden}.home-minimal-live-visual{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0 26px}.home-minimal-live-screen{position:relative;min-height:300px;border-radius:24px;overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:inset 0 1px #ffffff59,0 14px 30px #0f172a1a}.home-minimal-live-screen-user{background:linear-gradient(135deg,#2563eb,#60a5fa 42%,#ff8a3d)}.home-minimal-live-screen-match{background:linear-gradient(135deg,#7c3aed,#2563eb 58%,#0f172a)}.home-minimal-live-screen-glow{display:none}.home-minimal-live-screen-label{position:absolute;left:16px;bottom:14px;padding:9px 13px;border-radius:999px;background:#ffffffeb;border:1px solid rgba(37,99,235,.12);font-size:13px;font-weight:700;color:#175cd3;box-shadow:0 6px 18px #2563eb1a}.home-minimal-live-hero .eyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border-radius:18px;background:linear-gradient(180deg,#4f8fd2,#2f78bf);color:#fff;box-shadow:0 12px 28px #2f78bf38;font-weight:700}.home-minimal-live-hero h1{font-size:clamp(48px,7vw,86px);line-height:.93;letter-spacing:-.04em;color:#0f172a;max-width:760px;margin:8px auto 10px}.home-minimal-live-subcopy{margin:0 auto;max-width:520px;color:#475467;font-size:clamp(16px,2vw,20px);line-height:1.42}.home-minimal-live-actions{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:24px}.home-minimal-live-primary,.home-minimal-live-secondary{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1;white-space:nowrap}.home-minimal-live-primary{min-height:60px;padding:0 32px;border-radius:18px;font-size:18px;font-weight:800;background:linear-gradient(180deg,#4f8fd2,#2f78bf);color:#fff;border:1px solid rgba(47,120,191,.26);box-shadow:0 12px 28px #2f78bf38}.home-minimal-live-primary:hover{background:linear-gradient(180deg,#61a0e1,#3a82c8)}.home-minimal-live-secondary{min-height:60px;padding:0 24px;border-radius:18px;background:linear-gradient(180deg,#fff,#f4f8ff);color:#175cd3;border:1px solid rgba(47,120,191,.18);box-shadow:0 10px 22px #2f78bf1a,inset 0 1px #ffffffeb;font-size:17px;font-weight:700}.home-minimal-live-trust{margin-top:14px;font-size:13px;color:#667085}.home-minimal-live-chips{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:16px}.home-minimal-live-chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:14px;background:#fff;border:1px solid rgba(37,99,235,.1);color:#175cd3;font-size:12px;font-weight:700;box-shadow:0 6px 14px #2563eb0d}@media(max-width:640px){.home-minimal-live-page{padding:22px 12px;background:linear-gradient(180deg,#eef4ff,#f7fbff)}.home-minimal-live-hero{padding:16px 14px 22px;border-radius:24px}.home-minimal-live-visual{grid-template-columns:1fr 1fr;gap:10px;margin:12px 0 18px}.home-minimal-live-screen{min-height:176px;border-radius:18px}.home-minimal-live-hero .eyebrow{min-height:46px;padding:0 14px;border-radius:14px}.home-minimal-live-hero h1{font-size:clamp(38px,12vw,58px);max-width:100%}.home-minimal-live-subcopy{max-width:100%;font-size:16px}.home-minimal-live-actions{flex-direction:column;margin-top:20px}.home-minimal-live-actions .primary-btn,.home-minimal-live-actions .ghost-btn{width:100%;justify-content:center}.home-minimal-live-primary{min-height:58px}.home-minimal-live-secondary{min-height:54px}.home-minimal-live-chip{width:100%;border-radius:12px}}.live-video-debug-chip{position:absolute;left:12px;top:12px;z-index:4;display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:8px;background:#0f172ab8;color:#fff;font-size:12px;font-weight:800;line-height:1;box-shadow:0 6px 16px #0f172a2e;pointer-events:none}.live-video-debug-chip-partner{right:12px;left:auto;max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-video-identity-chip{position:absolute;left:12px;bottom:12px;z-index:4;display:inline-flex;align-items:center;min-height:42px;padding:10px 12px;border-radius:8px;background:hsl(var(--live-user-debug-hue,210) 82% 42%);color:#fff;font-size:18px;font-weight:900;line-height:1;box-shadow:0 10px 24px #0f172a42;pointer-events:none;text-shadow:0 1px 1px rgba(0,0,0,.24)}.live-video-identity-chip-partner{left:auto;right:12px}.moltmail-screen,.moltmail-app,.moltmail-chat,.moltmail-chat-feed,.moltmail-chat-composer-wrap,.moltmail-chat-composer{min-width:0}.moltmail-chat{position:relative}.moltmail-screen,.moltmail-app,.moltmail-chat,.moltmail-chat-feed{overflow-x:hidden}.moltmail-chat-feed{overflow-y:scroll;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-gutter:stable both-edges}.moltmail-chat-feed::-webkit-scrollbar{width:10px}.moltmail-chat-feed::-webkit-scrollbar-thumb{background:#bfd0e8;border-radius:10px;border:2px solid transparent;background-clip:padding-box}.moltmail-chat-feed:focus-visible{outline:2px solid #60a5fa;outline-offset:-2px}.moltmail-head-actions .ghost-btn,.moltmail-new-message{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px}.moltmail-start-conversation-picker{width:min(100%,640px);max-height:min(84dvh,800px);display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:12px;overflow:hidden}.moltmail-recipient-search-wrap{position:sticky;top:0;z-index:2;padding-bottom:8px;background:linear-gradient(180deg,#fffdfb,#fff8f2)}.moltmail-recipient-default-sections{overflow:auto;display:grid;gap:10px;min-height:0;padding-right:2px}.moltmail-recents-block{display:grid;gap:8px;padding:10px;border:1px solid #e4ecf7;border-radius:14px;background:#f8fbff}.moltmail-picker-results{max-height:none}.moltmail-user-search-results{overflow:auto;min-height:0;max-height:min(56dvh,500px);padding-right:2px}.moltmail-user-row{grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px}.moltmail-user-row-actions{display:flex;align-items:center;justify-content:flex-end}.moltmail-user-row-cta{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:800;color:#1d4ed8;background:#eaf2ff;border:1px solid #bfd0e8;white-space:nowrap}.moltmail-chat-composer-wrap{overflow-x:clip}.moltmail-chat-composer-tools{display:flex;flex-wrap:wrap;align-items:center}.moltmail-chat-composer{grid-template-columns:minmax(0,1fr) auto;align-items:end}.moltmail-message-input{width:100%;min-width:0}.moltmail-send-icon{width:48px;min-width:48px}.moltmail-scroll-latest-btn{position:absolute;right:14px;bottom:80px;z-index:6;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid #a9c8ff;background:#eaf2ff;color:#1d4ed8;font-size:12px;font-weight:800;box-shadow:0 8px 18px #2563eb29;opacity:.98;pointer-events:auto}.moltmail-scroll-latest-btn.idle{opacity:.82}.moltmail-scroll-latest-btn.visible{opacity:1}.moltmail-scroll-down-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);z-index:7;width:40px;min-width:40px;height:40px;border-radius:999px;border:1px solid #a9c8ff;background:#eaf2ff;color:#1d4ed8;font-size:20px;font-weight:900;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #2563eb2e;opacity:.85}.moltmail-scroll-down-btn.idle{opacity:.58}.moltmail-scroll-down-btn.visible{opacity:1}@media(max-width:900px){.moltmail-head-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.moltmail-head-actions .ghost-btn,.moltmail-new-message{width:100%;min-height:40px;padding:0 10px;font-size:12px}.moltmail-chat-composer-wrap{padding-bottom:env(safe-area-inset-bottom,0px)}.moltmail-chat-composer-tools{padding:6px 10px 0;gap:6px}.moltmail-chat-composer{gap:8px;padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px))}.moltmail-message-input{min-height:44px;font-size:16px}.moltmail-search-input,.moltmail-recipient-search-input{font-size:16px}.moltmail-send-icon{width:44px;min-width:44px;min-height:44px}.moltmail-start-conversation-picker{width:min(100%,calc(100vw - 10px));max-height:calc(100dvh - 12px);border-radius:16px;padding:10px 8px}.moltmail-user-row{grid-template-columns:40px minmax(0,1fr) auto;padding:9px}.moltmail-user-row-cta{min-height:26px;padding:0 8px;font-size:10px}.moltmail-scroll-latest-btn{right:10px;bottom:calc(82px + env(safe-area-inset-bottom,0px));min-height:32px;padding:0 10px;font-size:11px}.moltmail-scroll-down-btn{display:none}}@media(max-width:560px){.moltmail-head-actions .ghost-btn,.moltmail-new-message{min-height:38px;font-size:11px}.moltmail-chat-composer{grid-template-columns:minmax(0,1fr) 42px}}.live-window-cta{border:0;text-align:left;opacity:1;filter:none}.live-window-cta[aria-disabled=true]{cursor:default;opacity:1;filter:none}.live-window-user .live-local-video{opacity:1;filter:none}
