:root{color:#18231e;font-synthesis:none;--ink:#18231e;--muted:#66706a;--paper:#fffdf8;--cream:#f3eee3;--line:#d9d3c7;--green:#245f4c;--green-dark:#174535;--coral:#e86f51;--coral-soft:#f9e4dc;--shadow:0 28px 70px #24312a1f;background:#f3eee3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}[hidden]{display:none!important}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;min-width:320px;min-height:100%}body{min-height:100vh;margin:0}.app-shell main,.card,.field,form,.panel,.auth-panel,.dashboard-main,.dashboard-side,.space-sidebar,.session-details{min-width:0}h1,h2,.space-card strong,.incoming-card strong,.account-summary strong{overflow-wrap:anywhere}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--green);text-underline-offset:3px;font-weight:650}a:hover{color:var(--green-dark)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #e86f5173}.app-shell{grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1fr);min-width:0;min-height:100vh;display:grid}.site-header,footer{justify-content:space-between;align-items:center;width:min(1180px,100% - 48px);margin:0 auto;display:flex}.site-header{height:88px}.brand{color:var(--ink);letter-spacing:-.03em;align-items:center;gap:11px;font-size:20px;font-weight:750;text-decoration:none;display:inline-flex}.brand-mark{object-fit:cover;border-radius:9px;width:35px;height:35px;display:block}.phase-label{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:700}footer{min-height:74px;color:var(--muted);border-top:1px solid #67706a33;font-size:13px}.footer-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.footer-feedback-button,.footer-privacy-link{color:var(--green);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:5px 0;font-size:13px;font-weight:700;text-decoration:underline}.footer-feedback-button:hover,.footer-privacy-link:hover{color:var(--green-dark)}.prototype-note{text-transform:uppercase;letter-spacing:.08em;font-size:11px}.startup-error{color:#7b2d1e;background:#fff0eb;border:1px solid #eab3a4;border-radius:10px;max-width:900px;margin:0 auto 20px;padding:12px 16px}.auth-layout{width:min(1180px,100% - 48px);min-height:660px;box-shadow:var(--shadow);background:var(--paper);border-radius:28px;grid-template-columns:1.03fr .97fr;margin:14px auto 60px;display:grid;overflow:hidden}.auth-story{background:var(--green);color:#fff;isolation:isolate;flex-direction:column;justify-content:center;min-height:660px;padding:70px;display:flex;position:relative;overflow:hidden}.auth-story:before{content:"";background:var(--coral);opacity:.92;z-index:-1;border-radius:52% 48% 36% 64%;width:310px;height:310px;position:absolute;bottom:-90px;left:-100px;transform:rotate(18deg)}.auth-story:after{content:"";opacity:.85;z-index:-1;background:#d5bf79;border-radius:50%;width:230px;height:230px;position:absolute;top:-70px;right:-55px}.story-orbit{z-index:-1;border:1px solid #ffffff47;border-radius:50%;position:absolute}.story-orbit-one{width:540px;height:540px;top:60px;left:-80px}.story-orbit-two{width:380px;height:380px;top:140px;left:20px}.story-kicker{letter-spacing:.24em;opacity:.78;margin:0 0 36px;font-size:12px;font-weight:700}blockquote{letter-spacing:-.035em;max-width:470px;margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(32px,4vw,49px);line-height:1.08}.story-path{text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:13px;margin-top:72px;font-size:12px;font-weight:650;display:flex}.story-path i{background:#ffffff70;width:45px;height:1px;position:relative}.story-path i:after{content:"";border-top:1px solid #fff;border-right:1px solid #fff;width:5px;height:5px;position:absolute;top:-2px;right:0;transform:rotate(45deg)}.auth-panel{flex-direction:column;justify-content:center;padding:58px 64px 38px;display:flex}.card{width:min(100%,430px);margin:0 auto}.eyebrow{color:var(--coral);letter-spacing:.15em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:750}h1{letter-spacing:-.035em;margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(36px,4vw,52px);font-weight:600;line-height:1.05}.introduction{color:var(--muted);margin:18px 0 28px;font-size:15px;line-height:1.65}form{gap:18px;display:grid}.field{gap:8px;display:grid}.field-label-row{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.field-label-row label{font-size:13px;font-weight:700}.field-label-row a{font-size:12px}.field input,.field select,.field textarea{width:100%;color:var(--ink);background:#fffefa;border:1px solid #cfc9bd;border-radius:10px;padding:0 14px;transition:border-color .15s,box-shadow .15s}.field input,.field select{height:48px}.field textarea{resize:vertical;padding-block:12px;line-height:1.45}.field input:hover,.field select:hover,.field textarea:hover{border-color:#979f99}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #245f4c1f}.password-input{position:relative}.password-input>input{padding-right:52px}.password-visibility-toggle{width:38px;height:38px;color:var(--green);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:8px;display:grid;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.password-visibility-toggle:hover{background:#245f4c17}.password-visibility-toggle:focus-visible{outline-offset:1px;outline:3px solid #e86f5173}.password-visibility-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:20px;height:20px}.field-hint{color:var(--muted);margin:-2px 2px 0;font-size:11px;line-height:1.4}.primary-button,.button-link,.button-secondary,.danger-button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 20px;font-weight:700;text-decoration:none;transition:transform .12s,background .12s,opacity .12s;display:inline-flex}.primary-button,.button-link{color:#fff;background:var(--green)}.primary-button:hover,.button-link:hover{color:#fff;background:var(--green-dark);transform:translateY(-1px)}.primary-button:disabled,.danger-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button-secondary{color:var(--green);background:0 0;border:1px solid #9aaba4}.button-secondary:hover{background:#245f4c12}.danger-button{color:#8a321f;background:var(--coral-soft);border:1px solid #edb8a8}.danger-button:hover:not(:disabled){background:#f4d1c5}.form-aside{color:var(--muted);text-align:center;margin:26px auto 0;font-size:13px}.status{border:1px solid;border-radius:10px;margin:0 0 20px;padding:12px 14px;font-size:13px;line-height:1.5}.status p{margin:0 0 4px;font-weight:700}.status ul{margin:4px 0 0;padding-left:20px}.status-error{color:#7b2d1e;background:#fff0eb;border-color:#eab3a4}.status-success{color:#1d5c43;background:#edf8f2;border-color:#a8d5bf}.status-info{color:#325c70;background:#edf6fa;border-color:#b7d4df}.button-spinner,.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;animation:.8s linear infinite spin}.button-spinner{width:15px;height:15px}.loading{min-height:300px;color:var(--muted);justify-content:center;align-items:center;gap:12px;display:flex}.loading .spinner{border-color:#245f4c38;border-top-color:var(--green);width:21px;height:21px}@keyframes spin{to{transform:rotate(360deg)}}.success-panel{text-align:center;padding:12px 0}.success-panel h2{margin:14px 0 8px;font-family:Fraunces,Georgia,serif;font-size:30px}.success-panel p{color:var(--muted);line-height:1.6}.success-panel .button-link{width:100%;margin-top:12px}.success-icon{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto;font-size:25px;display:grid}.quiet-link{margin-top:18px;font-size:13px;display:inline-block}.single-action{display:grid}.registration-privacy-note{color:var(--muted);margin:-2px 0 0;font-size:12px;line-height:1.55}.home-layout{grid-template-columns:1.15fr .85fr;align-items:center;gap:80px;width:min(1080px,100% - 48px);margin:85px auto 110px;display:grid}.home-copy h1 span{color:var(--green)}.home-lede{max-width:630px;color:var(--muted);margin:24px 0 34px;font-size:18px;line-height:1.7}.home-actions{align-items:center;gap:12px;display:flex}.signed-out-home{min-height:600px}.signed-out-home .home-copy{z-index:1;position:relative}.signed-out-home .home-copy:before{content:"";z-index:-1;border:1px solid #245f4c29;border-radius:50%;width:170px;height:170px;position:absolute;top:-64px;left:-78px}.home-prototype-note{max-width:570px;color:var(--muted);border-top:1px solid var(--line);margin:26px 0 0;padding-top:20px;font-size:12px;line-height:1.6}.home-feature-board{border:1px solid var(--line);background:var(--green);min-height:500px;box-shadow:var(--shadow);isolation:isolate;border-radius:28px;align-content:center;gap:13px;padding:38px 26px;display:grid;position:relative;overflow:hidden}.home-feature-board:before{content:"";z-index:-1;opacity:.88;background:#d5bf79;border-radius:50%;width:270px;height:270px;position:absolute;top:-100px;right:-100px}.home-feature-board:after{content:"";z-index:-1;background:var(--coral);border-radius:54% 46% 58% 42%;width:250px;height:250px;position:absolute;bottom:-135px;left:-120px;transform:rotate(-18deg)}.home-feature-card{color:var(--ink);background:#fffdf8f0;border:1px solid #ffffff7a;border-radius:14px;grid-template-columns:auto 1fr;align-items:center;gap:13px;padding:16px;display:grid;box-shadow:0 12px 30px #13312724}.home-feature-card:nth-child(2){margin-left:24px}.home-feature-card:nth-child(3){margin-right:18px}.home-feature-card strong{font-size:14px}.home-feature-card p{color:var(--muted);margin:4px 0 0;font-size:11px;line-height:1.45}.home-feature-icon{color:#fff;background:var(--green);border-radius:12px 12px 12px 4px;place-items:center;width:38px;height:38px;font-family:Fraunces,Georgia,serif;font-size:18px;display:grid}.home-access-note{color:#fff;grid-template-columns:auto 1fr;align-items:center;gap:10px;margin:7px 10px 0;display:grid}.home-access-note>span{font-size:22px}.home-access-note p{margin:0;font-size:11px;line-height:1.45}.privacy-layout{gap:18px;width:min(960px,100% - 48px);margin:14px auto 90px;display:grid}.privacy-page-nav{justify-content:space-between;align-items:center;gap:18px;min-height:48px;display:flex}.privacy-nav-action{min-height:42px}.privacy-hero,.privacy-sections,.privacy-closing-actions{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow);border-radius:24px}.privacy-hero{padding:42px 48px}.privacy-hero>p:last-child{max-width:720px;color:var(--muted);margin:20px 0 0;line-height:1.7}.privacy-updated{color:var(--muted);margin:13px 0 0;font-size:12px}.privacy-sections{padding:12px 48px}.privacy-sections section{border-bottom:1px solid var(--line);padding:28px 0}.privacy-sections section:last-child{border-bottom:0}.privacy-sections h2{margin:0 0 13px;font-family:Fraunces,Georgia,serif;font-size:25px}.privacy-sections p,.privacy-sections li{color:var(--muted);line-height:1.7}.privacy-sections p{margin:10px 0 0}.privacy-sections ul{gap:9px;margin:0;padding-left:22px;display:grid}.privacy-sections strong{color:var(--ink)}.privacy-closing-actions{align-items:center;gap:18px;padding:24px 48px;display:flex}.privacy-closing-actions .quiet-link{margin:0}.discover-layout{gap:30px;width:min(1120px,100% - 48px);margin:22px auto 110px;display:grid}.discover-page-nav{justify-content:space-between;align-items:center;gap:16px;min-height:48px;display:flex}.discover-back-link{font-size:13px}.discover-nav-action{min-height:40px;padding-inline:16px}.discover-layout h2{letter-spacing:-.025em;margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(29px,3.6vw,43px);font-weight:600;line-height:1.12}.discover-layout h3{margin:0;font-size:20px}.discover-hero{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow);isolation:isolate;border-radius:30px;gap:38px;padding:clamp(38px,6vw,72px);display:grid;position:relative;overflow:hidden}.discover-hero:before{content:"";z-index:-1;opacity:.55;background:#d5bf79;border-radius:50%;width:330px;height:330px;position:absolute;top:-180px;right:-150px}.discover-hero-copy{max-width:850px}.discover-hero-copy h1{max-width:820px}.discover-lede{max-width:780px;color:var(--muted);margin:24px 0 0;font-size:18px;line-height:1.72}.discover-principles{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.discover-principles article{background:#f7f2e8;border:1px solid #ccd5cf;border-radius:16px;min-width:0;padding:20px}.discover-principles article>span{color:#fff;background:var(--green);border-radius:9px 9px 9px 3px;place-items:center;width:31px;height:31px;font-size:10px;font-weight:800;display:grid}.discover-principles h2{letter-spacing:0;margin-top:14px;font-family:inherit;font-size:17px;font-weight:800}.discover-principles p{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.58}.discover-section{background:#fffdf88f;border-radius:26px;gap:28px;padding:clamp(28px,5vw,54px);display:grid}.discover-section-heading{max-width:780px}.discover-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.discover-audience-card{border:1px solid var(--line);background:var(--paper);border-radius:20px;min-width:0;padding:28px;position:relative;overflow:hidden;box-shadow:0 12px 30px #24312a12}.discover-card-number{color:#245f4c1f;font-family:Fraunces,Georgia,serif;font-size:58px;line-height:1;position:absolute;top:14px;right:19px}.discover-audience-card h3{padding-right:42px;position:relative}.discover-audience-card p{color:var(--muted);margin:15px 0 0;line-height:1.65}.discover-audience-card ul{border-top:1px solid var(--line);color:#34483f;gap:9px;margin:20px 0 0;padding:17px 0 0 19px;font-size:13px;line-height:1.5;display:grid}.discover-use-case{border:1px solid var(--line);background:var(--paper);border-radius:26px;grid-template-columns:minmax(0,.88fr) minmax(390px,1.12fr);align-items:center;gap:clamp(32px,6vw,72px);padding:clamp(30px,5vw,58px);display:grid}.discover-use-case-reverse .discover-use-case-copy{order:2}.discover-use-case-reverse .discover-space-example{order:1}.discover-use-case-copy p:not(.eyebrow){color:var(--muted);margin:18px 0 0;font-size:15px;line-height:1.7}.discover-space-example{background:#f7f2e8;border:1px solid #bdcbc4;border-radius:20px;gap:11px;min-width:0;margin:0;padding:20px;display:grid;box-shadow:0 18px 40px #24312a1a}.discover-example-heading{border-bottom:1px solid var(--line);gap:4px;padding:4px 5px 15px;display:grid}.discover-example-heading span{color:var(--coral);letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:800}.discover-example-heading strong{font-family:Fraunces,Georgia,serif;font-size:23px}.discover-example-heading small{color:var(--muted);font-size:10px}.discover-example-chat,.discover-example-topic{background:#fff;border:1px solid #d8d1c5;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;min-width:0;padding:13px;display:grid}.discover-example-chat{background:#edf6f1;border-color:#a8c6b8}.discover-example-kind{min-width:76px;color:var(--green);letter-spacing:.06em;text-transform:uppercase;background:#e1efe7;border-radius:999px;justify-content:center;padding:5px 7px;font-size:9px;font-weight:800;display:inline-flex}.discover-example-chat strong,.discover-example-topic strong{font-size:12px}.discover-example-chat p,.discover-example-topic p{color:var(--muted);margin:4px 0 0;font-size:10px;line-height:1.5}.discover-example-topics{gap:7px;display:grid}.discover-schedule-wrap{border:1px solid var(--line);background:#fff;border-radius:12px;max-width:100%;overflow-x:auto}.discover-schedule-wrap table{border-collapse:collapse;width:100%;min-width:330px;font-size:10px}.discover-schedule-wrap caption{color:var(--muted);border-bottom:1px solid var(--line);text-align:left;padding:9px 11px;font-weight:750}.discover-schedule-wrap th,.discover-schedule-wrap td{text-align:left;border-bottom:1px solid #ece6db;padding:8px 11px}.discover-schedule-wrap th{color:var(--green);text-transform:uppercase;letter-spacing:.06em;background:#edf6f1;font-size:9px}.discover-schedule-wrap tbody tr:last-child td{border-bottom:0}.discover-trust{color:#fff;background:var(--green);box-shadow:var(--shadow);border-radius:26px;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:clamp(30px,6vw,70px);padding:clamp(34px,6vw,64px);display:grid}.discover-trust .eyebrow{color:#f3ab96}.discover-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.discover-trust-grid p{color:#ffffffc7;margin:0;font-size:13px;line-height:1.62}.discover-trust-grid strong{color:#fff;margin-bottom:4px;display:block}.discover-closing{border:1px solid var(--line);background:var(--paper);text-align:center;border-radius:26px;justify-items:center;padding:clamp(38px,7vw,76px);display:grid}.discover-closing>p:not(.eyebrow){max-width:620px;color:var(--muted);margin:18px 0 0;line-height:1.65}.discover-closing-actions{justify-content:center;align-items:center;gap:12px;margin-top:26px;display:flex}.discover-closing-actions .quiet-link{margin:0 0 0 6px}.account-card{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow);border-radius:22px;padding:34px}.avatar{color:#fff;background:var(--coral);border-radius:19px 19px 19px 6px;place-items:center;width:64px;height:64px;margin-bottom:18px;font-family:Fraunces,Georgia,serif;font-size:24px;display:grid}.account-card p{color:var(--muted);margin:3px 0}.account-card .account-name{color:var(--ink);font-size:20px;font-weight:700}.verified-badge,.current-badge{color:var(--green);background:#eaf5ef;border-radius:999px;align-items:center;gap:6px;margin-top:18px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.verified-badge i{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:16px;height:16px;font-style:normal;display:grid}.account-card dl{border-top:1px solid var(--line);margin:28px 0 0;padding-top:8px}.account-card dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding:15px 0;display:flex}.account-card dt{color:var(--muted);font-size:13px}.account-card dd{text-align:right;margin:0;font-size:13px;font-weight:650}.sessions-layout{width:min(980px,100% - 48px);margin:55px auto 100px}.section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:40px;display:flex}.section-heading h1{font-size:48px}.section-heading p:not(.eyebrow){color:var(--muted);margin:14px 0 0}.session-list{gap:12px;display:grid}.session-card{border:1px solid var(--line);background:var(--paper);border-radius:16px;grid-template-columns:auto 1fr auto;align-items:start;gap:18px;padding:22px;display:grid}.session-card.current{border-color:#9abaaa;box-shadow:0 0 0 2px #245f4c0f}.browser-icon{border:2px solid var(--green);border-radius:6px;place-items:center;width:42px;height:35px;display:grid}.browser-icon span{border-top:2px solid var(--green);border-bottom:2px solid var(--green);align-self:end;width:18px;height:4px;margin-bottom:-8px}.session-details h2{margin:0 0 7px;font-size:16px}.session-details p{color:var(--muted);overflow-wrap:anywhere;margin:3px 0;font-size:12px}.session-details .agent{color:var(--ink)}.current-badge{margin:0}.session-action{background:#fffdf8a6;border:1px solid #edc1b4;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;margin-top:28px;padding:24px;display:flex}.session-action h2{margin:0 0 6px;font-family:Fraunces,Georgia,serif;font-size:22px}.session-action p{color:var(--muted);margin:0;font-size:13px}.account-blocks-panel{margin-top:24px}.account-blocks-panel>p:not(.eyebrow){max-width:720px}.block-account-form{grid-template-columns:minmax(220px,1fr) auto;align-items:end;margin-top:20px}.blocked-account-list{margin-top:22px;display:grid}.blocked-account-list .loading{min-height:100px}.blocked-account-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:13px 0;display:flex}.blocked-account-row>div{gap:4px;display:grid}.blocked-account-row span{color:var(--muted);font-size:11px}.report-list{gap:18px;display:grid}.report-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.report-heading h2{overflow-wrap:anywhere}.report-metadata{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px;margin:18px 0;display:grid}.report-metadata div{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:8px 0;display:flex}.report-metadata dt{color:var(--muted);font-size:11px}.report-metadata dd{text-align:right;overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:650}.report-private-copy{background:#f8f4ea;border:1px solid #dbcfc0;border-radius:12px;gap:7px;padding:16px;display:grid}.report-private-copy h3{text-transform:uppercase;letter-spacing:.08em;margin:4px 0 0;font-size:12px}.report-private-copy p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 8px;line-height:1.5}.report-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.stacked-actions{gap:12px;display:grid}.dashboard-layout,.messenger-layout{width:min(1180px,100% - 48px);margin:45px auto 100px}.dashboard-heading,.space-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px;display:flex}.dashboard-heading h1 span{color:var(--green)}.dashboard-heading>div>p:not(.eyebrow),.retention-note{max-width:680px;color:var(--muted);margin:16px 0 0;line-height:1.55}.dashboard-account-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);align-items:start;gap:28px;display:grid}.dashboard-main,.dashboard-side,.space-sidebar{gap:24px;display:grid}.panel{border:1px solid var(--line);background:var(--paper);border-radius:18px;padding:26px;box-shadow:0 14px 35px #24312a12}.panel h2,.list-heading h2,.conversation-heading h2{letter-spacing:-.02em;margin:0;font-family:Fraunces,Georgia,serif;font-size:28px;font-weight:600}.panel>p:not(.eyebrow),.create-space-panel>div>p:not(.eyebrow){color:var(--muted);line-height:1.55}.create-space-panel{margin-bottom:35px}.create-space-content{grid-template-columns:minmax(0,1fr) minmax(220px,.72fr);align-items:end;gap:24px;display:grid}.create-space-content>div>p:not(.eyebrow){color:var(--muted);line-height:1.55}.mobile-disclosure-toggle,.topic-menu-toggle,.mobile-space-tools,.mobile-space-actions,.mobile-retention-note{display:none}.responsive-disclosure{min-width:0}.conversation-shortcuts,.conversation-topics{display:contents}.inline-form{align-items:end}.list-heading,.conversation-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.compact-heading{margin-bottom:14px}.count-badge{min-width:28px;height:28px;color:var(--green);background:#eaf5ef;border-radius:999px;place-items:center;padding:0 8px;font-size:12px;font-weight:750;display:inline-grid}.space-list,.incoming-list{gap:11px;display:grid}.space-card{min-width:0;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px;text-decoration:none;display:grid;box-shadow:0 9px 24px #24312a0d}.space-card:hover{color:var(--ink);border-color:#9abaaa;transform:translateY(-1px)}.space-card>span:nth-child(2){gap:4px;display:grid}.space-card small{color:var(--muted);letter-spacing:.12em;font-size:10px}.space-avatar,.mini-avatar{color:#fff;background:var(--green);place-items:center;font-family:Fraunces,Georgia,serif;display:grid}.space-avatar{border-radius:13px 13px 13px 4px;width:44px;height:44px}.mini-avatar{border-radius:10px 10px 10px 3px;width:34px;height:34px;font-size:12px}.empty-state{min-height:110px;color:var(--muted);text-align:center;background:#fffdf89e;border:1px dashed #c9c2b6;border-radius:14px;place-items:center;padding:24px;display:grid}.muted-copy{color:var(--muted);font-size:13px;line-height:1.5}.invitation-panel .loading{min-height:130px}.incoming-card{background:#f8f4ea;border-radius:12px;gap:5px;padding:15px;display:grid}.incoming-card span,.outgoing-row span{color:var(--muted);font-size:11px}.notification-panel .loading,.public-access-panel .loading{min-height:120px}.notification-list{gap:10px;display:grid}.notification-card{background:#f8f4ea;border:1px solid #d8d1c5;border-radius:11px;padding:14px}.notification-card.unread{background:#edf6f1;border-color:#93b9a8}.notification-card p{margin:0;font-size:12px;line-height:1.5}.notification-card .notification-context{color:var(--muted);margin-top:5px;font-size:11px}.notification-card>div{justify-content:space-between;align-items:center;gap:10px;margin-top:9px;display:flex}.notification-card span{color:var(--muted);font-size:10px}.notification-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.compact-button{min-height:36px;margin-top:7px;padding:0 13px;font-size:12px}.account-summary{gap:5px;display:grid}.account-summary>span:not(.verified-badge){color:var(--muted);overflow-wrap:anywhere;font-size:13px}.account-summary .verified-badge{justify-self:start}.back-link{margin-bottom:25px;font-size:13px;display:inline-block}.space-heading{margin-bottom:24px}.space-presentation{gap:12px;margin-bottom:14px;display:grid}.space-presentation .space-description{margin:0 4px}.space-hero{width:100%;min-height:170px;max-height:360px;color:var(--muted);border:1px solid var(--line);box-shadow:var(--shadow);background:#e8e5dc;border-radius:22px;place-items:center;font-size:12px;display:grid;overflow:hidden}.space-hero img{object-fit:cover;width:100%;height:clamp(170px,28vw,360px);display:block}.space-heading h1{font-size:clamp(38px,5vw,58px)}.space-description{white-space:pre-wrap;overflow-wrap:anywhere;color:#34483f;max-width:680px;margin:14px 0 0;font-size:15px;line-height:1.6}.retention-note{font-size:13px}.space-lifecycle-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.conversation-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;margin-bottom:14px;display:grid}.private-conversation-toolbar{grid-template-columns:minmax(0,1fr)}.conversation-switcher{border:1px solid var(--line);background:#fffdf8b8;border-radius:16px;flex-wrap:wrap;align-items:stretch;gap:7px;min-width:0;padding:8px;display:flex}.conversation-search-action{white-space:nowrap;min-width:152px;padding-inline:16px}.space-sidebar-toolbar{z-index:2;border:1px solid var(--line);background:color-mix(in srgb, var(--paper) 94%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px;display:grid;position:sticky;top:0;box-shadow:0 10px 24px #24312a17}.space-sidebar-toolbar .conversation-search-action{width:100%}.space-sidebar-expand-action{place-items:center;width:42px;min-width:42px;min-height:42px;margin:0;padding:10px;display:inline-grid}.space-sidebar-expand-action svg{fill:currentColor;width:19px;height:19px}.space-sidebar-modal-backdrop{z-index:20;cursor:default;background:#121d18ad;border:0;border-radius:0;width:100%;height:100%;padding:0;position:fixed;inset:0}.space-sidebar.space-sidebar-expanded{z-index:21;overscroll-behavior:contain;border:1px solid var(--line);background:var(--paper);scrollbar-width:thin;border-radius:22px;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;width:min(1120px,100% - 40px);height:calc(100dvh - 40px);max-height:none;margin:auto;padding:24px;position:fixed;inset:20px;overflow-y:auto;box-shadow:0 32px 90px #00000047}.space-sidebar-expanded .space-sidebar-toolbar{grid-column:1/-1;margin:-8px -8px 0;top:-24px}.conversation-link{min-width:126px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:11px;flex:none;gap:2px;padding:10px 13px;display:grid}.conversation-link:hover{background:#f7f2e8;border-color:#b8c9c1}.conversation-link.active{background:#e7f2ec;border-color:#8db3a2;box-shadow:0 3px 10px #24312a0f}.conversation-link span{text-overflow:ellipsis;white-space:nowrap;max-width:190px;font-size:13px;font-weight:750;overflow:hidden}.conversation-link small{color:var(--muted);text-transform:uppercase;letter-spacing:.09em;font-size:9px}.unread-dot{vertical-align:1px;background:#d86445;border-radius:50%;width:8px;height:8px;margin-left:4px;display:inline-block;box-shadow:0 0 0 2px #d8644524}.updated-badge{color:#8b3d29;letter-spacing:.06em;background:#f8ded6;border-radius:999px;margin-left:7px;padding:2px 5px;font-size:8px}.new-topic-link{color:var(--green);border-style:dashed;border-color:#b9c8c0}.messenger-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,.7fr);align-items:start;gap:24px;display:grid}.conversation-stage{min-width:0}.conversation-panel{border:1px solid var(--line);background:var(--paper);min-width:0;box-shadow:var(--shadow);border-radius:20px;overflow:hidden}.conversation-heading{border-bottom:1px solid var(--line);margin:0;padding:23px 25px}.conversation-heading-actions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.more-toggle{min-height:34px;color:var(--green);cursor:pointer;background:0 0;border:1px solid #aab7b1;border-radius:999px;align-items:center;gap:8px;padding:3px 7px 3px 10px;font-size:12px;font-weight:750;display:inline-flex}.more-toggle>span{background:#c8cec9;border-radius:999px;width:28px;height:17px;padding:2px;transition:background .12s;display:block}.more-toggle>span:after{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:transform .12s;display:block;box-shadow:0 1px 3px #00000038}.more-toggle.active{color:#fff;border-color:var(--green);background:var(--green)}.more-toggle.active>span{background:#8bc2aa}.more-toggle.active>span:after{transform:translate(11px)}.promotion-toolbar{border-bottom:1px solid var(--line);background:#edf6f1;justify-content:space-between;align-items:center;gap:18px;padding:13px 22px;display:flex}.promotion-toolbar>div{gap:3px;display:grid}.promotion-toolbar strong{font-size:13px}.promotion-toolbar span{color:var(--muted);font-size:11px}.promotion-destination{grid-template-columns:auto minmax(135px,1fr) auto;align-items:center;min-width:min(330px,100%);gap:7px!important}.promotion-destination label{font-size:11px;font-weight:750}.promotion-destination select{min-width:0;height:36px;color:var(--ink);background:#fff;border:1px solid #aab7b1;border-radius:8px;padding:0 9px}.quiet-button{min-height:32px;color:var(--green);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:3px 9px;font-size:12px;font-weight:700}.quiet-button:hover{background:#245f4c14}.icon-button{width:32px;height:32px;color:var(--green);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:7px;display:inline-grid}.icon-button:hover{background:#245f4c17}.icon-button:disabled{cursor:not-allowed;opacity:.5}.icon-button svg{fill:currentColor;width:17px;height:17px}.danger-text{color:#983f2b}.danger-text:hover{background:var(--coral-soft)}.message-list{background:#f7f2e8;flex-direction:column;gap:13px;min-height:390px;max-height:56vh;padding:22px;display:flex;overflow-y:auto}.first-unread-divider{color:#8b3d29;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;width:100%;font-size:10px;font-weight:800;display:flex}.first-unread-divider:before,.first-unread-divider:after{content:"";background:#d99582;flex:1;height:1px}.first-unread-divider span{flex:none}.message-row{background:#fff;border:1px solid #ddd6ca;border-radius:4px 15px 15px;align-self:flex-start;max-width:82%;padding:13px 15px;box-shadow:0 5px 15px #24312a0d}.message-row:not(.deleted):not(.selection-mode):hover{border-color:#b7c7bf}.message-row.own{background:#edf6f1;border-color:#a8c6b8;border-radius:15px 4px 15px 15px;align-self:flex-end}.message-row.deleted{color:var(--muted);box-shadow:none;background:#ffffffa8;border-style:dashed}.message-row.deleted.own{background:#edf6f1ad}.reply-preview{color:#34483f;background:#e3eee8ad;border-left:3px solid #8aa99b;border-radius:0 7px 7px 0;gap:2px;min-width:0;margin-top:9px;padding:7px 9px;font-size:11px;display:grid}.reply-preview-label{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:800}.reply-preview-body{text-overflow:ellipsis;white-space:nowrap;max-width:48ch;overflow:hidden}.reply-preview-table{color:var(--muted);font-weight:750}.reply-preview-attachment{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.reply-target-indicator{background:#edf6f1;border:1px solid #c9d6cf;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px;display:flex}.reply-target-indicator .reply-preview{background:0 0;flex:1;margin:0}.reaction-bar{flex-wrap:wrap;gap:5px;margin-top:9px;display:flex}.reaction-chip{color:#34483f;min-height:28px;font:inherit;background:#f7f6f1;border:1px solid #c8cec9;border-radius:999px;justify-content:center;align-items:center;padding:3px 8px;font-size:12px;line-height:1;display:inline-flex}button.reaction-chip{cursor:pointer}button.reaction-chip:hover{border-color:var(--green);background:#edf6f1}.reaction-chip.mine{border-color:var(--green);color:var(--green);background:#dceee5;box-shadow:inset 0 0 0 1px #245f4c29}.reaction-chip:disabled{cursor:wait;opacity:.62}.deleted-message-copy{font-style:italic}.message-meta{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.message-meta strong{font-size:12px}.message-meta span{color:var(--muted);font-size:10px}.message-row>p{white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0 0;line-height:1.48}.message-actions{flex-wrap:wrap;justify-content:flex-end;gap:5px;margin-top:8px;display:flex}.message-action-panel{border-top:1px solid #d9d3c8;margin-top:9px;padding-top:8px}.message-action-panel .reaction-bar{margin-top:0}.message-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:9px;display:flex}.message-footer>span{color:var(--muted);font-size:9px}.message-footer .message-actions{align-items:center;margin-top:0}.topic-item-footer{justify-content:flex-end}.message-action-toggle{min-height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:4px;padding:3px 7px;font-size:10px;font-weight:750;display:inline-flex}.message-action-toggle:hover,.message-action-toggle.active{color:var(--green);background:#245f4c14}.message-action-toggle svg{fill:currentColor;width:16px;height:16px}.message-selector{color:var(--green);cursor:pointer;align-items:center;gap:5px;font-size:11px;font-weight:700;display:inline-flex}.message-selector input{accent-color:var(--green)}.edit-form{gap:8px;min-width:min(430px,65vw);margin-top:9px}.edit-form textarea,.composer textarea{resize:vertical;width:100%;color:var(--ink);background:#fffefa;border:1px solid #bbb5aa;border-radius:10px;padding:12px;line-height:1.45}.composer textarea{min-height:92px;max-height:260px;overflow-y:auto}.edit-form textarea:focus,.composer textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #245f4c1f}.mention-textarea-wrap{gap:5px;min-width:0;display:grid}.mention-suggestions{background:#fffefa;border:1px solid #b8c7c0;border-radius:10px;gap:2px;width:min(100%,430px);max-height:210px;padding:5px;display:grid;overflow-y:auto;box-shadow:0 8px 22px #1c2b241f}.mention-suggestions button{width:100%;color:var(--ink);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 10px}.mention-suggestions button:hover,.mention-suggestions button.active,.mention-suggestions button[aria-selected=true]{color:var(--green-dark);background:#e5f1ea}.mention-lookup-state{min-height:16px;color:var(--muted);margin-top:3px;font-size:11px;display:block}.mention-authoring-hint{color:var(--muted);font-size:11px;line-height:1.4}.verified-mention-list{flex-wrap:wrap;gap:6px;display:flex}.verified-mention-chip{color:var(--green-dark);background:#e1efe7;border:1px solid #a9c8b9;border-radius:999px;align-items:center;gap:6px;padding:4px 7px;font-size:11px;display:inline-flex}.verified-mention-chip small{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:750}.message-mention{color:var(--green-dark);-webkit-box-decoration-break:clone;box-decoration-break:clone;background:#e1efe7;border-radius:4px;padding:1px 3px;font-weight:750}.message-mention.deleted{color:var(--muted);background:#ece9e2}.composer{border-top:1px solid var(--line);gap:8px;padding:20px 22px}.composer>label{font-size:12px;font-weight:700}.composer textarea:disabled{color:var(--muted);background:#eeeae1}.composer-tools{gap:8px;display:grid}.composer-tools-toggle{min-height:34px;color:var(--green);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-self:start;align-items:center;gap:6px;padding:4px 8px;font-size:11px;font-weight:750;display:inline-flex}.composer-tools-toggle:hover,.composer-tools-toggle.active{background:#edf6f1;border-color:#c5d2cc}.composer-tools-toggle svg{fill:currentColor;width:18px;height:18px;transition:transform .12s}.composer-tools-toggle.active svg{transform:rotate(180deg)}.composer-tools-toggle b{color:#34483f;background:#d9e9e1;border-radius:999px;padding:2px 6px;font-size:9px}.composer-tool-area{gap:8px;display:grid}.composer-tool-row{flex-wrap:wrap;gap:6px;display:flex}.composer-tool-button{color:#34483f;cursor:pointer;background:#fffefa;border:1px solid #c7cec9;border-radius:9px;align-items:center;gap:6px;min-height:36px;padding:5px 9px;font-size:11px;font-weight:750;display:inline-flex}.composer-tool-button:hover,.composer-tool-button.active{color:var(--green);background:#edf6f1;border-color:#8faf9f}.composer-tool-button:disabled{cursor:not-allowed;opacity:.58}.composer-tool-button svg{fill:currentColor;width:18px;height:18px}.composer-tool-restrictions{color:#70412f;background:#fff3ed;border:1px solid #e4bcae;border-radius:9px;gap:5px;padding:9px 11px;font-size:11px;line-height:1.45;display:grid}.composer-tool-restrictions p,.composer-tool-restriction{margin:0}.composer-tool-restriction{color:#70412f;font-size:11px;line-height:1.45}.composer input[type=file]{width:100%;color:var(--ink);background:#fffefa;border:1px solid #bbb5aa;border-radius:10px;padding:9px 11px;font-size:12px}.composer input[type=file]::file-selector-button{color:var(--green);cursor:pointer;background:#edf6f1;border:1px solid #9aaba4;border-radius:7px;margin-right:11px;padding:7px 10px;font-weight:700}.attachment-drop-zone{background:#fffefab3;border:1px dashed #aab7b1;border-radius:12px;gap:8px;padding:12px;transition:border-color .12s,background .12s;display:grid;position:relative}.attachment-drop-zone.drag-active{border-color:var(--green);background:#e7f2ec}.attachment-drop-zone.disabled{opacity:.7}.attachment-picker-row{gap:7px;display:grid}.attachment-picker-row label{font-size:12px;font-weight:700}.pending-attachment-area{border-top:1px solid #ded8cd;gap:8px;padding-top:9px;display:grid}.pending-attachment-summary{justify-content:space-between;align-items:baseline;gap:12px;font-size:11px;display:flex}.pending-attachment-summary span{color:var(--muted)}.pending-attachment-area ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.composer .pending-attachment-area ul{overscroll-behavior:contain;max-height:230px;padding-right:4px;overflow-y:auto}.pending-attachment-area li{background:#fff;border:1px solid #ddd6ca;border-radius:9px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;padding:7px;display:grid}.pending-file-preview{width:48px;height:42px;color:var(--muted);background:#e8e5dc;border-radius:7px;place-items:center;display:grid;overflow:hidden}.pending-file-preview img{object-fit:cover;width:100%;height:100%}.pending-file-icon{letter-spacing:.08em;font-size:8px;font-weight:800}.pending-file-details{gap:2px;min-width:0;display:grid}.pending-file-details strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.pending-file-details span{color:var(--muted);font-size:9px}.attachment-selection-error{color:#8a321f;font-size:11px;line-height:1.4}.drop-instruction{border-radius:inherit;color:var(--green-dark);background:#e7f2ecf0;place-items:center;font-size:13px;font-weight:800;display:none;position:absolute;inset:0}.attachment-drop-zone.drag-active .drop-instruction{display:grid}.composer-actions{justify-content:space-between;align-items:center;gap:18px;display:flex}.delivery-state{min-height:18px;color:var(--green);font-size:12px}.delivery-state.failed{color:#8a321f}.attachment-list{gap:8px;margin-top:10px;display:grid}.attachment-card{background:#fffdf8d1;border:1px solid #cbd2cc;border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px 12px;min-width:min(440px,62vw);padding:10px;display:grid}.attachment-card.image-attachment{grid-template-columns:minmax(88px,140px) minmax(0,1fr)}.attachment-card.image-attachment>.button-secondary{grid-column:2;justify-self:start}.attachment-image-frame{width:100%;min-height:82px;color:var(--muted);cursor:zoom-in;background:#e8e5dc;border:0;border-radius:8px;grid-area:span 2/1;place-items:center;padding:0;font-size:10px;display:grid;overflow:hidden}.attachment-image-frame img{object-fit:contain;width:100%;max-height:140px;display:block}.attachment-details{gap:3px;min-width:0;display:grid}.attachment-details strong{overflow-wrap:anywhere;font-size:12px}.attachment-details>span{color:var(--muted);overflow-wrap:anywhere;font-size:9px}.attachment-details .attachment-error{color:#8a321f}.image-viewer-modal{grid-template-rows:auto minmax(0,1fr) auto;gap:18px;width:min(1100px,100%);max-height:calc(100dvh - 40px);display:grid;overflow:hidden}.image-viewer-heading,.image-viewer-footer{justify-content:space-between;align-items:center;gap:18px;display:flex}.image-viewer-heading h2{overflow-wrap:anywhere}.image-viewer-heading .eyebrow{margin-bottom:6px}.image-viewer-stage{background:#ece8df;border:1px solid #d8d2c7;border-radius:12px;place-items:center;min-height:180px;display:grid;overflow:auto}.image-viewer-stage img{object-fit:contain;max-width:100%;max-height:calc(100dvh - 245px);display:block}.image-viewer-stage .status{margin:18px}.image-viewer-footer{color:var(--muted);font-size:11px}.page-topic-panel{overflow:visible}.page-document{background:#fffdf8;align-content:start;gap:20px;min-height:390px;padding:clamp(28px,5vw,58px);display:grid}.page-empty-state{place-items:center;min-height:340px;display:grid}.page-block{min-width:0}.page-block h3{overflow-wrap:anywhere;margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(25px,4vw,38px);line-height:1.15}.page-block>p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.7}.page-block>ul{overflow-wrap:anywhere;gap:7px;margin:0;padding-left:24px;line-height:1.55;display:grid}.page-block-link>a{overflow-wrap:anywhere;max-width:100%;display:inline-block}.page-block-divider{padding-block:5px}.page-block-divider hr{border:0;border-top:1px solid #cfc8bb;margin:0}.page-table-scroll{background:#fff;border:1px solid #cbc5b9;border-radius:10px;max-width:100%;position:relative;overflow-x:auto}.page-table-scroll:focus-visible{outline-offset:2px;outline:3px solid #2a6a4d47}.page-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:520px}.page-table th,.page-table td{text-align:left;vertical-align:top;white-space:pre-wrap;overflow-wrap:anywhere;border-bottom:1px solid #ddd6c9;border-right:1px solid #ddd6c9;padding:10px 12px}.page-table th:last-child,.page-table td:last-child{border-right:0}.page-table tbody tr:last-child td{border-bottom:0}.page-table th{color:var(--green-dark);letter-spacing:.025em;background:#eef2ec;font-size:11px}.page-table td{font-size:12px;line-height:1.45}.page-table-block{gap:10px;display:grid}.page-table-sharing-control{background:#f1f7f3;border:1px solid #c7d7cf;border-radius:10px;gap:7px;padding:12px 14px;display:grid}.page-table-sharing-control>label{color:var(--green-dark);cursor:pointer;align-items:center;gap:9px;font-size:12px;font-weight:750;display:flex}.page-table-sharing-control input[type=checkbox]{width:18px;height:18px;accent-color:var(--green);margin:0}.page-table-sharing-control p,.page-shared-table-note{color:var(--muted);margin:0;font-size:11px;line-height:1.45}.page-shared-table td{padding:5px}.page-shared-cell-button{width:100%;min-height:40px;color:var(--ink);font:inherit;text-align:left;overflow-wrap:anywhere;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;padding:6px 7px;line-height:1.4}.page-shared-cell-button:hover{background:#f1f7f3;border-color:#a9c8b9}.page-shared-cell-button.empty{color:var(--green);font-style:italic}.page-shared-cell-button:focus-visible{outline-offset:1px;outline:3px solid #2a6a4d47}.page-shared-cell-editor{gap:6px;min-width:150px;display:grid}.page-shared-cell-editor>input,.page-shared-cell-pending>input{background:#fffefa;border:1px solid #7fa58f;border-radius:7px;width:100%;min-width:130px;height:38px;padding:0 9px}.page-shared-cell-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.page-shared-cell-actions .compact-button{margin-top:0}.page-shared-cell-pending{background:#fff5f0;border:1px solid #d3a392;border-radius:10px;gap:9px;padding:12px;display:grid}.page-shared-cell-pending>label{font-size:11px;font-weight:750}.page-shared-cell-orphan{margin-bottom:14px}.page-table-block>.status .compact-button{margin-left:10px}.page-table-editor{gap:10px;display:grid}.page-table-editable{table-layout:auto;min-width:680px}.page-table-editable th,.page-table-editable td{min-width:150px;padding:8px}.page-table-editable input{background:#fffefa;border:1px solid #aaa69d;border-radius:7px;width:100%;min-width:130px;height:36px;padding:0 9px}.page-table-editable th .quiet-button{margin-top:5px}.page-table-editable .page-table-action-column,.page-table-editable .page-table-row-action{width:105px;min-width:105px}.page-table-empty{color:var(--muted);text-align:center!important}.page-table-controls{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.page-table-controls>span{color:var(--muted);font-size:10px}.message-table-content{width:min(620px,64vw);min-width:0;max-width:100%;margin-top:10px}.message-table-content .page-table{min-width:440px}.message-table-editor{background:#fffdf8c2;border:1px solid #d4cec3;border-radius:11px;gap:10px;min-width:0;max-width:min(760px,70vw);padding:12px;display:grid}.composer .message-table-editor{max-width:100%}.composer .message-table-editor .page-table-scroll{overscroll-behavior:contain;max-height:300px;overflow:auto}.message-table-editor-heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.message-table-editor-heading>div{gap:2px;min-width:0;display:grid}.message-table-editor-heading strong{font-size:12px}.message-table-editor-heading span{color:var(--muted);font-size:10px}.message-table-preview{gap:8px;display:grid}.message-table-preview summary{color:var(--green);cursor:pointer;font-size:11px;font-weight:750}.message-table-preview[open] summary{margin-bottom:8px}.message-table-preview .page-table{min-width:440px}.edit-add-table{justify-self:start}.page-block .attachment-list{margin-top:0}.page-block .attachment-card{min-width:0}.page-invalid-link{color:#8a321f;font-size:12px}.page-editor{background:#f7f2e8}.page-editor>.status{margin:18px 22px 0}.page-block-editor-list{align-content:start;gap:14px;min-height:320px;padding:22px;display:grid}.page-block-editor{background:#fff;border:1px solid #d7d0c4;border-radius:12px;gap:13px;padding:16px;display:grid;box-shadow:0 4px 12px #24312a0a}.page-block-editor.read-only{background:#f1eee7;border-style:dashed}.page-block-editor-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.page-block-editor-heading>div:first-child{gap:2px;min-width:0;display:grid}.page-block-editor-heading strong{font-size:13px}.page-block-editor-heading span{color:var(--muted);font-size:10px}.page-block-editor-actions{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.page-block-editor .field input,.page-block-editor .field textarea{width:100%}.page-link-fields{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:12px;display:grid}.page-attachment-editor{gap:8px;display:grid}.page-attachment-editor>label{font-size:12px;font-weight:700}.page-attachment-editor>input[type=file]{background:#fffefa;border:1px solid #bbb5aa;border-radius:9px;width:100%;padding:9px}.page-divider-editor{color:var(--muted);text-align:center;border-top:1px solid #cfc8bb;padding:14px;font-size:11px}.page-pending-image{gap:7px;margin:0;display:grid}.page-pending-image img{object-fit:contain;background:#e8e5dc;border-radius:10px;width:100%;max-height:420px;display:block}.page-pending-image figcaption,.page-pending-file span{color:var(--muted);overflow-wrap:anywhere;font-size:10px}.page-pending-file{background:#fffdf8;border:1px solid #cbd2cc;border-radius:10px;gap:4px;padding:12px;display:grid}.page-preview-banner{color:var(--green-dark);background:#e7f2ec;border-block:1px solid #c7d7cf;justify-content:space-between;align-items:baseline;gap:14px;padding:12px 22px;display:flex}.page-preview-banner strong{font-size:13px}.page-preview-banner span{color:var(--muted);font-size:11px}.page-preview-document{min-height:320px}.page-editor-toolbar{z-index:2;border-top:1px solid var(--line);background:#fffdf8f7;justify-content:space-between;align-items:center;gap:18px;padding:14px 20px;display:flex;position:sticky;bottom:0;box-shadow:0 -8px 25px #24312a12}.page-add-block{align-items:center;gap:7px;display:flex}.page-add-block label{font-size:11px;font-weight:750}.page-add-block select{height:36px;color:var(--ink);background:#fff;border:1px solid #aab7b1;border-radius:8px;padding:0 9px}.page-save-actions{justify-content:flex-end;align-items:center;gap:7px;display:flex}.page-save-actions .delivery-state{max-width:300px;margin-right:5px}.member-list{display:grid}.member-row{border-top:1px solid #e5dfd4;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:12px 0;display:grid}.member-row:first-child{border-top:0}.member-identity{gap:3px;min-width:0;display:grid}.member-identity strong{overflow-wrap:anywhere;font-size:13px}.member-identity span{color:var(--muted);letter-spacing:.11em;font-size:9px}.member-actions{flex-wrap:wrap;grid-column:2;gap:3px;display:flex}.admin-invitations form{margin-top:18px}.space-policy-panel h2{margin-bottom:18px}.settings-fields{gap:17px;display:grid}.presentation-settings-panel h2{margin-bottom:18px}.presentation-settings-panel form{gap:14px}.selected-hero-file{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:10px}.presentation-save-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.presentation-save-actions .delivery-state{flex:auto}.topic-order-settings{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.topic-order-settings h3{margin:0 0 10px;font-size:13px}.topic-order-settings ol{margin:0;padding:0;list-style:none;display:grid}.topic-order-settings li{border-top:1px solid #ece6db;justify-content:space-between;align-items:center;gap:10px;padding:9px 0;display:flex}.topic-order-settings li>span:first-child{gap:2px;min-width:0;display:grid}.topic-order-settings li strong{overflow-wrap:anywhere;font-size:12px}.topic-order-settings li small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px}.topic-order-actions{gap:2px;display:flex}.topic-order-actions .quiet-button{min-width:32px;padding-inline:7px;font-size:15px}.public-access-panel h2{margin-bottom:18px}.public-access-details{gap:14px;display:grid}.public-access-details .status{margin:0}.visitor-message-tool-settings{border:1px solid var(--line);border-radius:12px;gap:14px;margin:0;padding:16px;display:grid}.visitor-message-tool-settings legend{color:var(--ink);padding:0 7px;font-size:13px;font-weight:800}.visitor-message-tool-settings>p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.public-access-actions{flex-wrap:wrap;gap:8px;display:flex}.public-qr{border:1px solid var(--line);background:#fffefa;border-radius:12px;justify-items:center;gap:7px;margin:2px 0;padding:14px;display:grid}.public-qr canvas{width:min(220px,100%);height:auto;image-rendering:pixelated}.public-qr figcaption{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px}.public-qr>span{color:#8a321f;text-align:center;font-size:11px}.manual-copy-fallback{gap:8px;display:grid}.manual-copy-fallback p{margin:0;font-weight:700}.manual-copy-fallback label{font-size:11px;font-weight:750}.manual-copy-fallback input{width:100%;min-width:0;height:42px;color:var(--ink);background:#fff;border:1px solid #9fb9c5;border-radius:8px;padding:0 11px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px}.manual-copy-fallback .quiet-button{color:#325c70;justify-self:start}.outgoing-list{border-top:1px solid var(--line);margin-top:26px;padding-top:20px}.outgoing-list h3{margin:0 0 9px;font-size:13px}.outgoing-row{border-top:1px solid #ece6db;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;display:flex}.outgoing-row>div{gap:3px;min-width:0;display:grid}.outgoing-row strong{overflow-wrap:anywhere;font-size:12px}.topic-loading{min-height:500px}.topic-detail-heading{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.topic-detail-heading h2{font-size:34px}.topic-byline{color:var(--muted);margin-top:7px;font-size:11px;display:inline-block}.topic-admin-actions{flex-wrap:wrap;gap:4px;display:flex}.topic-title-form{flex:1;gap:8px}.topic-items{gap:13px;display:flex}.topic-item>p{white-space:pre-wrap;overflow-wrap:anywhere;margin:10px 0 0;line-height:1.55}.topic-item-meta strong{font-size:12px}.topic-item-meta span{color:var(--muted);text-align:right;font-size:10px}.poll-definition-fields{gap:15px;display:grid}.poll-definition-group,.poll-eligibility{border:0;gap:13px;min-width:0;margin:0;padding:0;display:grid}.poll-definition-group>legend,.poll-eligibility>legend{color:var(--ink);margin-bottom:4px;padding:0;font-size:13px;font-weight:750}.poll-definition-group:disabled{opacity:.68}.poll-option-editor{gap:8px;display:grid}.poll-option-editor .field-label-row strong{font-size:13px}.poll-option-editor .field-label-row span{color:var(--muted);font-size:11px}.poll-option-input{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;display:grid}.poll-option-input>input{width:100%;height:44px;color:var(--ink);border:1px solid var(--space-control-border,#cfc9bd);background:var(--space-field,#fffefa);border-radius:9px;padding:0 12px}.poll-option-input>input:focus{border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb, var(--green) 14%, transparent);outline:none}.poll-option-editor>.button-secondary{justify-self:start}.poll-eligibility{border:1px solid var(--line);border-radius:11px;padding:12px}.poll-eligibility>label{color:var(--ink);cursor:pointer;align-items:flex-start;gap:10px;display:flex}.poll-eligibility input{accent-color:var(--green);margin-top:3px}.poll-eligibility span{gap:2px;display:grid}.poll-eligibility small{color:var(--muted);line-height:1.4}.poll-setting-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.poll-lock-note,.poll-results-note{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.poll-lock-note{border:1px solid var(--space-selected-border,#8db3a2);background:var(--space-selected-muted,#edf6f1);border-radius:10px;padding:11px 12px}.poll-topic-panel{overflow-y:auto}.poll-content{background:var(--space-soft,#f7f2e8);gap:19px;padding:26px 32px 30px;display:grid}.poll-status-row{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:9px;font-size:11px;display:flex}.poll-status{border:1px solid var(--space-selected-border,#8db3a2);color:var(--green);background:var(--space-selected-muted,#edf6f1);border-radius:999px;padding:5px 9px;font-weight:750}.poll-status.closed{color:#6f6259;border-color:var(--line);background:var(--paper)}.poll-question{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(24px,4vw,38px);line-height:1.17}.poll-options{gap:10px;display:grid}.poll-option{border:1px solid var(--space-card-border,#ddd6ca);background:var(--space-surface,#fff);cursor:pointer;border-radius:12px;gap:8px;padding:13px 14px;display:grid}.poll-option:hover{border-color:var(--space-control-border,#aab7b1)}.poll-option.selected{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.poll-option:has(input:disabled){cursor:default}.poll-option-choice{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.poll-option-choice input{accent-color:var(--green)}.poll-option-choice strong{overflow-wrap:anywhere}.poll-option-choice b{color:var(--green);font-size:11px}.poll-result-bar{width:100%;height:5px;display:block}.poll-result-track{fill:var(--space-selected-strong,#dceee5)}.poll-result-value{fill:var(--green);transition:width .18s}.poll-voter-list{color:var(--muted);overflow-wrap:anywhere;font-size:10px;line-height:1.45}.poll-vote-actions,.poll-admin-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.poll-participation-note{border:1px solid var(--line);border-radius:10px}.poll-admin-panel{border-top:1px solid var(--line);background:var(--paper);padding:24px 32px 30px}.poll-admin-panel form{gap:16px;display:grid}.poll-admin-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.poll-admin-heading h3{margin:0;font-size:20px}.field-error{color:#8a321f;margin:0;font-size:11px}.managed-topic-note{color:var(--muted);border-top:1px solid var(--line);background:#f7f2e8;margin:0;padding:18px 22px;font-size:12px;line-height:1.5}.not-found-panel{text-align:center;width:min(560px,100% - 48px);margin:100px auto}.public-unavailable-panel h1{margin-bottom:24px}.public-space-heading{align-items:center}.public-heading-actions{justify-items:stretch;gap:9px;display:grid}.public-context-badge{background:#edf6f1;border:1px solid #9abaaa;border-radius:13px;gap:4px;min-width:230px;padding:15px 17px;display:grid}.public-context-badge strong{color:var(--green);font-size:13px}.public-context-badge span{color:var(--muted);font-size:10px}.public-conversation-stage{width:min(900px,100%);margin:0 auto}.modal-backdrop{z-index:20;background:#121d18ad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.destructive-modal{overscroll-behavior:contain;background:var(--paper);border-radius:20px;width:min(530px,100%);max-height:calc(100dvh - 40px);padding:30px;overflow-y:auto;box-shadow:0 32px 90px #00000047}.destructive-modal h2{margin:0;font-family:Fraunces,Georgia,serif;font-size:32px;line-height:1.12}.destructive-modal>p:not(.eyebrow){color:var(--muted);line-height:1.6}.destructive-modal form{margin-top:20px}.feedback-modal{width:min(580px,100%);max-height:calc(100dvh - 40px);overflow-y:auto}.feedback-modal .status{margin:20px 0 0}.optional-label{color:var(--muted);margin-left:5px;font-size:11px;font-weight:500}.topic-creator-modal{flex-direction:column;width:min(560px,100%);max-height:calc(100dvh - 40px);display:flex;overflow:hidden}.poll-creator-modal{width:min(820px,100%);height:min(740px,100dvh - 40px)}.search-modal{flex-direction:column;width:min(720px,100%);max-height:calc(100dvh - 40px);display:flex;overflow-y:auto}.modal-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.modal-heading .eyebrow{margin-bottom:7px}.modal-close-button{color:var(--muted);flex:none;margin:-5px -5px 0 0;font-size:25px;line-height:1}.topic-creation-modal-form{overscroll-behavior:contain;gap:14px;min-height:0;padding-right:4px;overflow-y:auto}.topic-creation-modal-form>.modal-actions{z-index:1;background:var(--paper);box-shadow:0 -10px 16px var(--paper);margin-top:2px;padding:12px 0 2px;position:sticky;bottom:0}.poll-creator-modal .topic-creation-modal-form{grid-template-columns:repeat(2,minmax(0,1fr))}.poll-creator-modal .poll-definition-fields,.poll-creator-modal .modal-actions{grid-column:1/-1}.poll-creator-modal .poll-definition-fields{grid-template-columns:minmax(0,1.15fr) minmax(250px,.85fr);align-items:start}.poll-creator-modal .poll-definition-group{grid-row:1/span 2}.poll-creator-modal .poll-setting-grid{grid-template-columns:1fr}.search-scope-copy{margin:12px 0 0}.destructive-modal .space-search-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin-top:16px;display:grid}.space-search-form .primary-button{min-height:43px}.search-results{overscroll-behavior:contain;scrollbar-width:thin;min-height:60px;margin-top:18px;padding-right:4px;overflow-y:auto}.search-results-summary{color:var(--muted);justify-content:space-between;gap:12px;margin-bottom:9px;font-size:11px;display:flex}.search-results-summary strong{color:var(--ink)}.search-result-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.search-result-list button{border:1px solid var(--space-card-border,#ddd6ca);width:100%;color:var(--ink);background:var(--space-surface,white);cursor:pointer;text-align:left;border-radius:12px;gap:8px;padding:13px 14px;display:grid}.search-result-list button:hover{border-color:var(--green);background:var(--space-selected-muted,#edf6f1)}.search-result-list button:disabled{cursor:wait;opacity:.65}.search-result-heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.search-result-heading strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;overflow:hidden}.search-result-heading small,.search-result-list time{color:var(--muted);font-size:10px}.search-result-snippet{overflow-wrap:anywhere;white-space:pre-wrap;line-height:1.55}.search-result-snippet mark{color:inherit;background:#f7db86;border-radius:2px;padding:0 2px}.search-continuation{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:14px 2px 2px;font-size:11px;display:flex}.search-result-target{outline:3px solid var(--space-highlight,var(--coral));outline-offset:3px;scroll-margin:28px}.field .hero-file-input{display:none}.hero-picker-button{justify-self:start}.hero-picker-button:disabled{cursor:not-allowed;opacity:.55}.destructive-summary{background:#f8f4ea;border:1px solid #e0d4c6;border-radius:10px;margin:18px 0;padding:14px}.destructive-summary p,.destructive-summary li{color:var(--muted);font-size:12px;line-height:1.5}.destructive-summary ul{margin:9px 0;padding-left:20px}.confirmation-check{color:var(--muted);align-items:flex-start;gap:9px;margin-top:15px;font-size:12px;line-height:1.5;display:flex}.confirmation-check input{accent-color:#983f2b;margin-top:3px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:25px;display:flex}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.space-theme{--space-highlight:var(--coral);--space-focus:#e86f5173;--space-field:#fffefa;--space-surface:#fff;--space-soft:#f7f2e8;--space-softer:#f8f4ea;--space-selected:#e7f2ec;--space-selected-muted:#edf6f1;--space-selected-strong:#dceee5;--space-selected-border:#8db3a2;--space-control-border:#aab7b1;--space-card-border:#ddd6ca;--space-reply-copy:#34483f;color:var(--ink)}.space-theme-blue{--ink:#14263b;--muted:#5b6d82;--paper:#f9fcff;--line:#c8d7e7;--green:#286da8;--green-dark:#174d7c;--shadow:0 28px 70px #19436924;--space-highlight:#2e78b8;--space-focus:#2770ab6b;--space-field:#fcfeff;--space-surface:#fff;--space-soft:#eaf3fb;--space-softer:#f0f6fc;--space-selected:#dcecf9;--space-selected-muted:#e8f3fc;--space-selected-strong:#cfe4f5;--space-selected-border:#6f9fc5;--space-control-border:#9db7ce;--space-card-border:#c9d8e6;--space-reply-copy:#294862}.space-theme-blue .space-heading{border:1px solid var(--line);background:linear-gradient(135deg,#f9fcfff5,#e0effbe6);border-radius:20px;padding:22px;box-shadow:0 12px 34px #19436917}.space-theme .eyebrow{color:var(--space-highlight)}.space-theme button:focus-visible,.space-theme a:focus-visible,.space-theme input:focus-visible,.space-theme select:focus-visible,.space-theme textarea:focus-visible{outline-color:var(--space-focus)}.space-theme .field input,.space-theme .field select,.space-theme .field textarea,.space-theme .edit-form textarea,.space-theme .composer textarea{color:var(--ink);background:var(--space-field);border-color:var(--space-control-border)}.space-theme .field input:focus,.space-theme .field select:focus,.space-theme .field textarea:focus,.space-theme .edit-form textarea:focus,.space-theme .composer textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb, var(--green) 14%, transparent)}.space-theme .button-secondary{color:var(--green);border-color:var(--space-control-border)}.space-theme .button-secondary:hover{background:color-mix(in srgb, var(--green) 8%, transparent)}.space-theme .space-description{color:var(--space-reply-copy)}.space-theme .space-hero{border-color:var(--line);background:var(--space-soft)}.space-theme .conversation-switcher{border-color:var(--line);background:color-mix(in srgb, var(--paper) 78%, transparent)}.space-theme .conversation-link{color:var(--ink)}.space-theme .conversation-link:hover{border-color:var(--space-control-border);background:var(--space-soft)}.space-theme .conversation-link.active{border-color:var(--space-selected-border);background:var(--space-selected);box-shadow:0 3px 10px color-mix(in srgb, var(--green) 10%, transparent)}.space-theme .new-topic-link{color:var(--green);border-color:var(--space-control-border)}.space-theme .conversation-panel,.space-theme .panel{border-color:var(--line);background:var(--paper)}.space-theme .conversation-panel{box-shadow:var(--shadow)}.space-theme-blue .panel{box-shadow:0 14px 35px #19436914}.space-theme .more-toggle,.space-theme .promotion-destination select{border-color:var(--space-control-border);color:var(--green)}.space-theme .more-toggle.active{color:#fff;border-color:var(--green);background:var(--green)}.space-theme .promotion-toolbar,.space-theme .reply-target-indicator,.space-theme .managed-topic-note{background:var(--space-selected-muted);border-color:var(--line)}.space-theme .quiet-button,.space-theme .icon-button,.space-theme .composer-tools-toggle{color:var(--green)}.space-theme .quiet-button:hover,.space-theme .icon-button:hover,.space-theme .message-action-toggle:hover,.space-theme .message-action-toggle.active{background:color-mix(in srgb, var(--green) 9%, transparent)}.space-theme .message-list,.space-theme .page-editor{background:var(--space-soft)}.space-theme .message-row{border-color:var(--space-card-border);background:var(--space-surface);box-shadow:0 5px 15px color-mix(in srgb, var(--green) 9%, transparent)}.space-theme .message-row:not(.deleted):not(.selection-mode):hover{border-color:var(--space-control-border)}.space-theme .message-row.own{border-color:var(--space-selected-border);background:var(--space-selected-muted)}.space-theme .message-row.deleted{background:color-mix(in srgb, var(--space-surface) 68%, transparent)}.space-theme .message-row.deleted.own{background:color-mix(in srgb, var(--space-selected-muted) 70%, transparent)}.space-theme .reply-preview{color:var(--space-reply-copy);border-color:var(--space-selected-border);background:color-mix(in srgb, var(--space-selected) 72%, transparent)}.space-theme .message-action-panel{border-color:var(--line)}.space-theme .reaction-chip{color:var(--space-reply-copy);border-color:var(--space-card-border);background:var(--space-soft)}.space-theme button.reaction-chip:hover{border-color:var(--green);background:var(--space-selected-muted)}.space-theme .reaction-chip.mine{color:var(--green);border-color:var(--green);background:var(--space-selected-strong);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--green) 18%, transparent)}.space-theme .composer-tools-toggle:hover,.space-theme .composer-tools-toggle.active,.space-theme .composer-tool-button:hover,.space-theme .composer-tool-button.active{color:var(--green);border-color:var(--space-selected-border);background:var(--space-selected-muted)}.space-theme .composer-tools-toggle b{color:var(--space-reply-copy);background:var(--space-selected-strong)}.space-theme .composer-tool-button,.space-theme .composer input[type=file]{color:var(--space-reply-copy);border-color:var(--space-card-border);background:var(--space-field)}.space-theme .attachment-drop-zone{border-color:var(--space-control-border);background:color-mix(in srgb, var(--space-field) 72%, transparent)}.space-theme .attachment-drop-zone.drag-active{border-color:var(--green);background:var(--space-selected)}.space-theme .drop-instruction{color:var(--green-dark);background:color-mix(in srgb, var(--space-selected) 94%, transparent)}.space-theme .pending-attachment-area{border-color:var(--line)}.space-theme .pending-attachment-area li,.space-theme .attachment-card{border-color:var(--space-card-border);background:var(--space-surface)}.space-theme .pending-file-preview,.space-theme .attachment-image-frame{background:var(--space-soft)}.space-theme .page-document{background:var(--paper)}.space-theme .page-table-scroll,.space-theme .page-block-editor,.space-theme .page-table-editable input,.space-theme .page-pending-file,.space-theme .message-table-editor{border-color:var(--space-card-border);background:var(--space-surface)}.space-theme .page-table-sharing-control,.space-theme .page-shared-cell-button:hover{border-color:var(--space-selected-border);background:var(--space-selected-muted)}.space-theme .page-shared-cell-editor>input,.space-theme .page-shared-cell-pending>input{color:var(--ink);background:var(--space-field)}.space-theme .page-table th{color:var(--green-dark);background:var(--space-selected-muted)}.space-theme .page-table th,.space-theme .page-table td{border-color:var(--space-card-border)}.space-theme .page-table-scroll:focus-visible{outline-color:var(--space-focus)}.space-theme .page-block-editor.read-only{background:var(--space-softer)}.space-theme .page-preview-banner{color:var(--green-dark);border-color:var(--space-selected-border);background:var(--space-selected)}.space-theme .page-editor-toolbar{border-color:var(--line);background:color-mix(in srgb, var(--paper) 97%, transparent)}.space-theme .page-add-block select,.space-theme .public-qr{color:var(--ink);border-color:var(--space-control-border);background:var(--space-field)}.space-theme .member-row,.space-theme .topic-order-settings,.space-theme .topic-order-settings li,.space-theme .outgoing-list,.space-theme .outgoing-row{border-color:var(--line)}.space-theme .public-context-badge{border-color:var(--space-selected-border);background:var(--space-selected-muted)}.space-theme .public-context-badge strong{color:var(--green)}.space-theme .destructive-modal{color:var(--ink);background:var(--paper)}.space-theme .search-result-list button{color:var(--ink);border-color:var(--space-card-border);background:var(--space-surface)}.space-theme .search-result-list button:hover{border-color:var(--green);background:var(--space-selected-muted)}.space-theme .search-result-snippet mark{background:color-mix(in srgb, var(--space-highlight) 30%, var(--space-surface))}.space-theme .mention-suggestions{border-color:var(--space-control-border);background:var(--space-surface)}.space-theme .mention-suggestions button{color:var(--ink)}.space-theme .mention-suggestions button:hover,.space-theme .mention-suggestions button.active,.space-theme .mention-suggestions button[aria-selected=true]{color:var(--green-dark);background:var(--space-selected-muted)}.space-theme .message-mention{color:var(--green-dark);background:var(--space-selected-strong)}.space-theme .verified-mention-chip{color:var(--green-dark);border-color:var(--space-selected-border);background:var(--space-selected-strong)}@media (width>=851px){.conversation-stage>.conversation-panel:not(.page-topic-panel),.public-conversation-stage>.conversation-panel:not(.page-topic-panel){flex-direction:column;min-height:clamp(680px,100vh - 24px,900px);display:flex}.conversation-stage>.conversation-panel:not(.page-topic-panel)>.message-list,.public-conversation-stage>.conversation-panel:not(.page-topic-panel)>.message-list{flex:auto;min-height:clamp(220px,34vh,340px);max-height:clamp(420px,58vh,620px)}.conversation-stage>.conversation-panel:not(.page-topic-panel)>.composer,.public-conversation-stage>.conversation-panel:not(.page-topic-panel)>.composer{flex:none;max-height:none;overflow:visible}.space-sidebar{overscroll-behavior:contain;scrollbar-width:thin;align-content:start;max-height:calc(100vh - 32px);padding-right:5px;position:sticky;top:16px;overflow-y:auto}}@media (width<=700px){.poll-creator-modal .topic-creation-modal-form,.poll-creator-modal .poll-definition-fields{grid-template-columns:1fr}.poll-creator-modal .poll-definition-fields,.poll-creator-modal .modal-actions,.poll-creator-modal .poll-definition-group{grid-area:auto/1}}@media (width<=850px){.auth-layout{grid-template-columns:1fr}.auth-story{display:none}.auth-panel{min-height:640px;padding:52px 32px}.home-layout{grid-template-columns:1fr;gap:42px;margin-top:50px}.discover-principles,.discover-audience-grid,.discover-use-case,.discover-trust{grid-template-columns:1fr}.discover-use-case-reverse .discover-use-case-copy,.discover-use-case-reverse .discover-space-example{order:initial}.dashboard-grid,.messenger-grid,.create-space-panel,.block-account-form{grid-template-columns:1fr}.message-list{max-height:none}.space-sidebar.space-sidebar-expanded{grid-template-columns:1fr}}@media (width<=560px){.site-header,footer,.auth-layout,.home-layout,.discover-layout,.privacy-layout,.sessions-layout,.dashboard-layout,.messenger-layout{width:min(100% - 28px,100%)}.site-header{height:72px}.phase-label{display:none}.auth-layout{border-radius:20px;margin-top:6px}.auth-panel{min-height:0;padding:42px 22px 30px}h1{font-size:37px}footer{flex-direction:column;align-items:flex-start;gap:12px;padding:20px 0}.footer-actions{justify-content:space-between;gap:10px 18px;width:100%}.home-layout{margin-bottom:70px}.discover-layout{gap:18px;margin-top:8px;margin-bottom:70px}.discover-hero,.discover-section,.discover-use-case,.discover-trust,.discover-closing{border-radius:20px;padding:25px 20px}.discover-lede{font-size:16px}.discover-audience-card{padding:23px 20px}.discover-example-chat,.discover-example-topic{grid-template-columns:1fr}.discover-example-kind{justify-self:start;min-width:0}.discover-trust-grid{grid-template-columns:1fr}.discover-closing-actions{flex-direction:column;align-items:stretch;width:100%}.discover-closing-actions>*{width:100%}.discover-closing-actions .quiet-link{margin:8px 0 0}.privacy-hero,.privacy-sections,.privacy-closing-actions{border-radius:20px;padding:25px 20px}.privacy-closing-actions{flex-direction:column;align-items:stretch}.privacy-closing-actions>*{width:100%}.privacy-closing-actions .quiet-link{text-align:center;margin:8px 0 0}.home-actions,.section-heading,.session-action,.dashboard-heading,.space-heading,.dashboard-account-actions,.space-lifecycle-actions,.composer-actions,.modal-actions,.promotion-toolbar,.topic-detail-heading,.page-editor-toolbar,.page-save-actions{flex-direction:column;align-items:stretch}.conversation-toolbar{grid-template-columns:1fr}.conversation-search-action{width:100%}.space-sidebar.space-sidebar-expanded{border-radius:16px;width:calc(100% - 20px);height:calc(100dvh - 20px);padding:14px;inset:10px}.space-sidebar-expanded .space-sidebar-toolbar{margin:-4px -4px 0;top:-14px}.promotion-destination,.report-metadata{grid-template-columns:1fr}.report-actions,.blocked-account-row{flex-direction:column;align-items:stretch}.public-access-actions{display:grid}.home-actions>*,.section-heading>.button-secondary,.session-action>button,.dashboard-account-actions>*,.space-lifecycle-actions>*,.modal-actions>*{width:100%}.section-heading{align-items:flex-start}.section-heading h1{font-size:38px}.session-card{grid-template-columns:auto 1fr}.current-badge{grid-column:2;justify-self:start}.message-row{max-width:94%}.reply-target-indicator{flex-direction:column;align-items:stretch}.reply-target-indicator>button{align-self:flex-start}.attachment-card{grid-template-columns:1fr;min-width:min(76vw,440px)}.attachment-card.image-attachment{grid-template-columns:1fr}.attachment-card.image-attachment>.button-secondary{grid-column:1}.attachment-image-frame{grid-row:auto}.pending-attachment-area li{grid-template-columns:42px minmax(0,1fr)}.pending-attachment-area li>button{grid-column:2;justify-self:start}.pending-file-preview{width:42px;height:38px}.modal-backdrop{padding:10px}.feedback-modal{max-height:calc(100dvh - 20px)}.image-viewer-modal{max-height:calc(100dvh - 20px);padding:20px}.image-viewer-heading,.image-viewer-footer{flex-direction:column;align-items:stretch}.image-viewer-heading .button-secondary,.image-viewer-footer .button-secondary{width:100%}.image-viewer-stage img{max-height:calc(100dvh - 315px)}.edit-form{min-width:min(72vw,430px)}.message-table-content,.message-table-editor{width:min(76vw,620px);max-width:100%}.message-table-editor-heading{flex-direction:column;align-items:stretch}.message-table-editor-heading .quiet-button{align-self:flex-start}.page-document{padding:25px 18px}.page-block-editor-list{padding:14px}.page-block-editor-heading,.page-preview-banner{flex-direction:column;align-items:stretch}.page-block-editor-actions{justify-content:flex-start}.page-link-fields{grid-template-columns:1fr}.page-add-block{grid-template-columns:1fr auto;display:grid}.page-add-block label{grid-column:1/-1}.page-save-actions .delivery-state{max-width:none;margin-right:0}.space-hero{border-radius:16px;min-height:130px}.space-hero img{height:clamp(130px,48vw,240px)}.presentation-save-actions{flex-direction:column;align-items:stretch}.presentation-save-actions>button{width:100%}.poll-setting-grid{grid-template-columns:1fr}.poll-content,.poll-admin-panel{padding-inline:18px}.poll-status-row,.poll-admin-heading,.poll-vote-actions,.poll-admin-actions{flex-direction:column;align-items:stretch}.poll-vote-actions>button,.poll-admin-actions>button{width:100%}.destructive-modal .space-search-form{grid-template-columns:1fr}.space-search-form .primary-button{width:100%}.search-results-summary,.search-result-heading,.search-continuation{flex-direction:column;align-items:stretch}}@media (width<=850px){.app-shell{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.site-header,footer,.auth-layout,.home-layout,.discover-layout,.privacy-layout,.sessions-layout,.dashboard-layout,.messenger-layout{width:min(100% - 32px,100%)}.site-header{height:64px}footer{padding-bottom:max(20px, env(safe-area-inset-bottom))}.auth-layout{min-height:0;margin-bottom:40px}.auth-panel{min-height:0;padding-block:36px}.dashboard-layout,.messenger-layout,.sessions-layout{margin-top:16px;margin-bottom:44px}.dashboard-heading,.space-heading{align-items:flex-start;gap:16px;margin-bottom:22px}.dashboard-heading>div:first-child,.space-heading>div:first-child,.conversation-heading>div:first-child{min-width:0}.dashboard-heading h1{font-size:clamp(30px,5vw,42px)}.dashboard-heading>div>p:not(.eyebrow){margin-top:12px;font-size:14px}.dashboard-grid,.dashboard-main,.dashboard-side{gap:18px}.dashboard-main>section[aria-labelledby=spaces-heading]{order:-1}.dashboard-side .account-summary{display:none}.create-space-panel{margin-bottom:0;padding:12px 16px}.create-space-content{grid-template-columns:1fr;gap:8px;padding-top:18px}.create-space-content .inline-form>p{margin-top:0}.create-space-content .primary-button{width:100%}.dashboard-account-actions{justify-content:flex-start;padding-top:10px}.mobile-disclosure-toggle{border:1px solid var(--line);max-width:100%;min-height:44px;color:var(--green);background:var(--paper);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;font-size:13px;font-weight:750;display:inline-flex}.mobile-disclosure-toggle svg,.topic-menu-toggle svg{fill:currentColor;flex:0 0 18px;width:18px;height:18px}.mobile-disclosure-toggle[aria-expanded=true] svg,.topic-menu-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.create-space-panel .mobile-disclosure-toggle{background:0 0;border:0;width:100%;padding-inline:0}.desktop-retention-note,.desktop-space-actions{display:none}.mobile-space-actions,.mobile-retention-note{display:block}.mobile-retention-note{margin-bottom:18px}.space-lifecycle-actions{padding-top:12px}.space-heading .back-link{align-items:center;min-height:36px;margin-bottom:8px;display:inline-flex}.space-heading .eyebrow{margin-bottom:8px}.space-heading h1{font-size:clamp(32px,5vw,44px)}.space-theme-blue .space-heading{padding:16px}.mobile-space-tools{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;margin-bottom:10px;display:grid}.mobile-space-tools .button-secondary{background:var(--paper);min-height:44px;padding-inline:10px;font-size:13px}.mobile-space-tools svg{width:18px;height:18px;fill:var(--paper);stroke:currentColor;stroke-width:1.8px;stroke-linecap:round}.space-sidebar:not(.space-sidebar-expanded){display:none}.space-sidebar.space-sidebar-expanded{inset:max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));align-content:start;gap:14px;width:auto;height:auto;padding:14px}.space-sidebar-expanded .space-sidebar-toolbar{margin:-4px -4px 0;top:-14px}.space-sidebar-expanded .panel{box-shadow:none;padding:18px}.space-sidebar-feedback{grid-column:1/-1}.conversation-toolbar{gap:8px}.conversation-switcher{border-radius:13px;gap:6px;padding:6px}.conversation-shortcuts{gap:6px;width:100%;min-width:0;display:flex}.conversation-shortcuts>.conversation-link{min-width:90px}.conversation-topics{border-top:1px solid var(--line);flex-wrap:wrap;gap:6px;width:100%;min-width:0;padding-top:6px;display:flex}.conversation-topics .conversation-link{flex:130px;min-width:0;max-width:100%}.conversation-link span{max-width:100%}.topic-menu-toggle{border:1px solid var(--line);min-width:0;min-height:48px;color:var(--green);background:var(--paper);text-align:left;cursor:pointer;border-radius:10px;flex:1;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:750;display:flex}.topic-menu-toggle>span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.topic-menu-toggle.active{border-color:var(--space-selected-border);background:var(--space-selected)}.message-list{min-height:180px;max-height:52svh;padding:14px;overflow-y:auto}.message-list>*{flex-shrink:0}.message-row{min-width:0;max-width:94%;padding:11px 12px}.message-meta{flex-wrap:wrap;gap:3px 12px}.message-footer{flex-wrap:wrap;gap:4px 10px}.message-actions{gap:4px}.conversation-heading{gap:12px;padding:16px}.conversation-heading:not(.topic-detail-heading) .eyebrow{display:none}.conversation-heading:not(.topic-detail-heading) .conversation-heading-actions{flex-shrink:0}.conversation-heading .eyebrow{letter-spacing:.1em;margin-bottom:7px;font-size:10px}.conversation-heading h2{font-size:27px}.composer{gap:8px;min-width:0;padding:14px}.composer>*{grid-column:1/-1;min-width:0}.composer:has(.composer-tools-toggle[aria-expanded=false]):not(:has(.delivery-state:not(:empty))){grid-template-columns:minmax(0,1fr) auto}.composer:has(.composer-tools-toggle[aria-expanded=false]):not(:has(.delivery-state:not(:empty)))>.composer-tools{grid-column:1;align-self:center}.composer:has(.composer-tools-toggle[aria-expanded=false]):not(:has(.delivery-state:not(:empty)))>.composer-actions{grid-column:2}.composer-tools-toggle{max-width:100%}.composer-actions .delivery-state:empty{display:none}.composer textarea{min-height:92px;max-height:min(260px,40svh)}.composer-actions{flex-direction:row;align-items:center;gap:10px}.composer-actions .delivery-state{flex:1;min-width:0}.composer-actions .primary-button{flex:none;min-width:128px}.edit-form,.attachment-card{width:100%;min-width:0}.message-table-content,.message-table-editor{width:100%;max-width:100%}.reply-target-indicator{flex-direction:row;align-items:center}.reply-target-indicator>button{flex-shrink:0}.reply-preview-body,.reply-preview-attachment{max-width:100%}.pending-attachment-summary{flex-wrap:wrap;gap:4px}.page-document{padding:24px 18px}.page-editor-toolbar{flex-wrap:wrap;gap:12px;padding:14px;position:static}.page-save-actions{flex-wrap:wrap}.page-add-block,.page-add-block select{min-width:0;max-width:100%}.public-heading-actions,.public-context-badge{width:100%;min-width:0}.public-messenger-layout .retention-note{margin-top:10px;font-size:12px}.public-context-badge{padding:12px 14px}.notification-card>div{flex-wrap:wrap}.notification-actions{justify-content:flex-start}.panel{padding:20px}.field input,.field select,.field textarea,.composer textarea,.edit-form textarea,.poll-option-input>input,.page-table-editable input,.page-shared-cell-editor>input,.page-shared-cell-pending>input,.page-add-block select,.promotion-destination select,.manual-copy-fallback input{min-width:0;font-size:16px}.field-label-row{flex-wrap:wrap;gap:6px 12px}.quiet-button,.compact-button,.composer-tools-toggle,.composer-tool-button,.message-action-toggle,.reaction-chip,.more-toggle{min-height:44px}.icon-button,.space-sidebar-expand-action{width:44px;min-width:44px;height:44px}.reaction-chip{min-width:44px}.password-visibility-toggle{width:44px;height:44px;right:2px}.footer-feedback-button,.footer-privacy-link{align-items:center;min-height:44px;display:inline-flex}.modal-backdrop{padding:max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left))}.destructive-modal{max-height:calc(100dvh - max(10px, env(safe-area-inset-top)) - max(10px, env(safe-area-inset-bottom)));padding:22px}.modal-heading,.topic-creation-modal-form>.modal-actions{flex-shrink:0}.modal-actions{flex-wrap:wrap}.image-viewer-stage{min-height:80px}.image-viewer-stage img{max-height:max(80px,100dvh - 315px)}}@media (width<=560px){.dashboard-heading{grid-template-columns:minmax(0,1fr) auto;gap:12px;display:grid}.dashboard-heading>div:first-child,.dashboard-account-menu{grid-column:1/-1}.dashboard-account-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.dashboard-account-actions>*{padding-inline:10px;font-size:12px}.space-heading{gap:8px;margin-bottom:14px}.space-lifecycle-actions{flex-direction:row;gap:8px}.space-lifecycle-actions>*{flex:130px;width:auto;padding-inline:12px;font-size:12px}.space-hero,.space-hero img{height:clamp(110px,35vw,180px);min-height:110px}.space-description{font-size:14px}.home-layout{gap:26px;margin-top:26px}.home-lede{font-size:16px;line-height:1.6}.home-feature-board{min-height:380px;padding:24px 18px}.home-feature-card:nth-child(2),.home-feature-card:nth-child(3){margin-inline:0}.discover-space-example{padding:13px}.discover-schedule-wrap table{min-width:0}.discover-schedule-wrap th,.discover-schedule-wrap td{overflow-wrap:anywhere;padding:8px}.auth-panel{padding:30px 20px}.auth-panel h1{font-size:34px}.topic-detail-heading{gap:12px}.topic-detail-heading .conversation-heading-actions{justify-content:space-between}.topic-detail-heading>.topic-title-form{width:100%}.page-save-actions{flex-direction:row}.page-save-actions .delivery-state{flex-basis:100%}.page-save-actions>button{flex:auto}.page-block-editor{padding:12px}.page-table-editor,.page-block-editor-list,.page-block-editor,.page-attachment-editor{min-width:0}.session-card{gap:12px;padding:16px}.report-heading{flex-wrap:wrap}.modal-actions{flex-direction:row;gap:8px}.modal-actions>*{flex:110px;width:auto}.image-viewer-heading{flex-direction:row;align-items:flex-start;gap:10px}.image-viewer-heading .button-secondary{width:auto;padding-inline:12px}.image-viewer-heading h2{font-size:24px}.search-scope-copy{font-size:12px;line-height:1.4}.search-results{flex:1 0 100px}.poll-creator-modal{height:auto;max-height:calc(100dvh - 20px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
