html[data-theme=light] #thought-author-modal{--feed-mode-accent:#356fd6;--feed-mode-active-text:#3567ba;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif}html[data-theme=light][data-feed-background=midnight] #thought-author-modal{--feed-mode-accent:#527dcc;--feed-mode-active-text:#365fad}html[data-theme=light][data-feed-background=aurora] #thought-author-modal{--feed-mode-accent:#198f7b;--feed-mode-active-text:#126f61}html[data-theme=light][data-feed-background=violet] #thought-author-modal{--feed-mode-accent:#c45d83;--feed-mode-active-text:#9f4164}html[data-theme=light][data-feed-background=ember] #thought-author-modal{--feed-mode-accent:#d16948;--feed-mode-active-text:#a84d32}html[data-theme=light][data-feed-background=graphite] #thought-author-modal{--feed-mode-accent:#687f9e;--feed-mode-active-text:#506780}html[data-theme=light] #thought-author-modal{--border:color-mix(in srgb,var(--feed-mode-accent) 22%,#e6e6e8);--bg-card:#fff;--bg-elevated:color-mix(in srgb,var(--feed-mode-accent) 4%,#fff);--text:color-mix(in srgb,var(--feed-mode-active-text) 12%,#29313d);--muted:color-mix(in srgb,var(--feed-mode-active-text) 15%,#626b79);--hover:color-mix(in srgb,var(--feed-mode-accent) 8%,#fff);--accent:var(--feed-mode-accent);--accent-light:var(--feed-mode-active-text);--t-border:var(--border);--t-input-b:var(--border);--t-input:var(--bg-elevated);--t-card:var(--bg-card);--t-elevated:var(--bg-elevated);--t-text:var(--text);--t-muted:var(--muted);--t-subtle:var(--muted);--t-hover:var(--hover)}html[data-theme=light] #thought-author-modal :is(button,textarea){font-family:inherit}html[data-theme=light] #thought-author-modal .thought-modal__head{border-bottom-color:var(--border)!important}html[data-theme=light] #thought-compose-modal .thought-modal__head{border-bottom-color:var(--t-border,#dce6f3)!important}#thought-compose-modal .thought-modal__close{position:relative;display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;padding:0;font-size:0;line-height:1}#thought-compose-modal .thought-modal__close::before,#thought-compose-modal .thought-modal__close::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:2px;border-radius:1px;background:currentColor;transform:translate(-50%,-50%) rotate(45deg);pointer-events:none}#thought-compose-modal .thought-modal__close::after{transform:translate(-50%,-50%) rotate(-45deg)}html[data-theme=light] #thought-compose-modal .thought-modal__close{color:#667994}html[data-theme=light] #thought-compose-modal .thought-modal__close:is(:hover,:focus-visible){color:#2563eb;background:#e5edfb}#thought-compose-modal .thought-modal__close:focus-visible{outline:2px solid #487ff5;outline-offset:2px}html[data-theme=light] #thought-author-compose{padding:14px 15px 13px;border-color:var(--border);border-radius:16px;background:#fff}html[data-theme=light] #thought-author-modal .thought-card{background:#fff;border-color:#d9e2ef;color:#1b2940}html[data-theme=light] #thought-author-modal .thought-card__actions{border-color:var(--t-border)}html[data-theme=light] #thought-author-compose .thought-image-pick{background:transparent;border-color:var(--border);color:var(--muted)}html[data-theme=light] #thought-author-compose .thought-image-pick:hover{background:var(--hover);color:var(--accent-light)}html[data-theme=light] #thought-author-compose .thought-primary{background:var(--feed-mode-active-text);border-color:var(--feed-mode-active-text);color:#fff}html[data-theme=light] #thought-author-compose .thought-primary:not(:disabled):hover{background:color-mix(in srgb,var(--feed-mode-active-text) 88%,#000)}@media(min-width:681px){html[data-theme=light] #thought-author-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px}html[data-theme=light] #thought-author-compose>*{grid-column:1/-1;min-width:0}html[data-theme=light] #thought-author-compose>.thought-author-compose__media{grid-column:1;grid-row:4}html[data-theme=light] #thought-author-compose>.thought-author-compose__footer{grid-column:2;grid-row:4}}.thought-editor{border:1px solid var(--t-input-b,var(--t-border));border-radius:12px;background:var(--t-input,var(--t-elevated));color:var(--t-text);overflow:hidden;min-width:0;transition:border-color .15s ease}.thought-editor:focus-within{border-color:color-mix(in srgb,var(--t-input-b,var(--t-border)) 76%,var(--t-muted))}.thought-editor .thought-editor__input:focus{outline:none;box-shadow:none}html[data-theme] .feed-scroll-surface .feed-thought-composer .feed-thought-composer__form:focus-within{border-color:var(--composer-border,var(--border,var(--t-border)));box-shadow:none}.thought-editor__input{min-height:110px;max-height:320px;overflow-y:auto;outline:none;padding:12px;font-size:14px;font-weight:400;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;cursor:text}.thought-editor__input[data-empty=true]::before{content:attr(data-placeholder);color:var(--t-subtle,var(--t-muted));pointer-events:none;float:left;height:0}.thought-editor__input p,.thought-editor__input div{margin:0}.thought-editor__input ul{list-style:disc;margin:0;padding-left:22px}.thought-editor__input li{margin:0;display:list-item}.thought-editor__input :is(b,strong){font-weight:700}.thought-editor__input :is(i,em){font-style:italic}.thought-editor__toolbar{display:flex;gap:3px;align-items:center;padding:4px 7px 7px;min-height:39px}.thought-editor__toolbar button{display:grid;place-items:center;width:30px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--t-muted);font-size:14px;line-height:1;cursor:pointer;transition:background .15s,color .15s}.thought-editor__toolbar button[data-editor-command=bold]{font-weight:750}.thought-editor__toolbar button[data-editor-command=italic]{font-family:Georgia,serif;font-style:italic;font-size:17px}.thought-editor__toolbar button[data-editor-command=removeFormat]{margin-left:4px;font-size:13px}.thought-editor__toolbar button:is(:hover,:focus-visible),.thought-editor__toolbar button[aria-pressed=true]{background:color-mix(in srgb,var(--feed-mode-accent,var(--ac,#5685ee)) 12%,transparent);color:var(--feed-mode-active-text,var(--ac-l,#80aaff))}html[data-theme=light] .thought-editor__toolbar button:is(:hover,:focus-visible),html[data-theme=light] .thought-editor__toolbar button[aria-pressed=true]{color:var(--feed-mode-active-text,#2563eb)}.thought-editor__toolbar button:focus-visible{outline:2px solid var(--feed-mode-accent,var(--ac,#5685ee));outline-offset:1px}.thought-editor__toolbar button:disabled{opacity:.45;cursor:wait}.thought-editor__emoji-trigger svg{width:17px;height:17px}.thought-editor__toolbar .thought-editor__emoji-trigger{margin-inline-start:5px}.thought-editor__toolbar .thought-editor__emoji-trigger[aria-expanded=true]{background:color-mix(in srgb,var(--feed-mode-accent,var(--ac,#5685ee)) 12%,transparent);color:var(--feed-mode-active-text,var(--ac-l,#80aaff))}html[data-theme=light] .thought-editor__toolbar .thought-editor__emoji-trigger[aria-expanded=true]{background:color-mix(in srgb,var(--feed-mode-accent,#2563eb) 14%,#fff);color:var(--feed-mode-active-text,#2563eb)}.thought-editor__emoji-panel[hidden]{display:none!important}.thought-editor__emoji-panel{padding:10px 12px 12px;border-top:1px solid var(--t-border);background:var(--t-elevated);color:var(--t-text)}.thought-editor__emoji-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:var(--t-muted);font-size:10px}.thought-editor__emoji-head small{font:inherit}.thought-editor__emoji-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(40px,1fr));gap:4px;width:100%}.thought-editor__emoji-grid button{display:grid;place-items:center;width:100%;height:40px;min-width:0;padding:0;border:0;border-radius:7px;background:transparent;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:20px;line-height:1;cursor:pointer}.thought-editor__emoji-grid button:is(:hover,:focus-visible){background:var(--t-hover, #8892aa18)}.thought-editor__emoji-grid button:focus-visible{outline:2px solid var(--feed-mode-accent,var(--ac,#5685ee));outline-offset:-2px}.thought-editor__emoji-grid button:disabled{opacity:.45;cursor:default}.thought-editor.is-over-limit{border-color:#dc6475}.thought-count-warning{color:var(--t-text)!important}.thought-count-error{color:#dc6475!important}.feed-thought-composer__form>textarea[data-thought-editor][hidden],textarea[data-thought-editor][hidden]{display:none!important}@media(max-width:680px){.thought-editor__input{min-height:120px;font-size:16px}.thought-editor__toolbar button{width:36px;height:32px}.thought-editor__toolbar{min-height:43px}}@media(prefers-reduced-motion:reduce){.thought-editor,.thought-editor__toolbar button{transition:none}}.feed-thought-composer__form{container:feed-composer / inline-size;min-width:0;max-width:100%}.thought-compose{container:thought-compose / inline-size;min-width:0}.thought-author-compose{min-width:0}.feed-thought-composer__footer,.thought-compose__footer,.thought-author-compose__media,.thought-author-compose__footer{flex-wrap:wrap}.feed-thought-composer__image-pick,.thought-image-pick{flex-shrink:0;white-space:nowrap;max-width:100%}.feed-thought-composer__image-pick svg,.thought-image-pick svg{flex-shrink:0}.feed-thought-composer__submit-group{flex-shrink:0;margin-left:auto;white-space:nowrap}.feed-thought-composer__submit-group button,.thought-compose__footer .thought-primary,.thought-author-compose__footer .thought-primary{flex-shrink:0;white-space:nowrap}.thought-compose__meta{gap:10px;min-width:0}.thought-compose__meta>span:first-child{min-width:0;overflow-wrap:anywhere}[data-thought-inline-count],#thought-compose-count,#thought-author-compose-count{flex-shrink:0;white-space:nowrap;font-variant-numeric:tabular-nums}.feed-thought-composer__upload-status:empty{display:none}.feed-thought-composer__error,.thought-form-error{overflow-wrap:anywhere}@container feed-composer (max-width:460px){.feed-thought-composer__footer{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:12px 10px}.feed-thought-composer__image-limit{justify-self:end}.feed-thought-composer__submit-group{grid-column:1 / -1;grid-row:2;margin-left:0;justify-content:space-between;min-width:0}.feed-thought-composer__upload-status:not(:empty){grid-column:1 / -1;grid-row:3;display:flex;justify-content:flex-start;white-space:normal;overflow-wrap:anywhere}.feed-thought-composer__image-pick,.feed-thought-composer__submit-group button{height:40px}.feed-thought-composer__previews{grid-template-columns:repeat(2,minmax(0,1fr))}}@container thought-compose (max-width:340px){.thought-compose__footer{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.thought-compose__footer>.thought-image-pick,.thought-compose__footer>.thought-primary{width:100%;height:42px}}html[data-theme] .thought-reply-input-wrap:focus-within{border-color:color-mix(in srgb,var(--t-border) 76%,var(--t-muted));box-shadow:none}.thought-reply-form .thought-reply-input-wrap textarea:focus{outline:none;box-shadow:none}html[data-theme] #post-modal #modal-comment-input:focus{border-color:color-mix(in srgb,var(--t-border) 76%,var(--t-muted))!important;outline:none;box-shadow:none}.thought-compose__editor{position:relative;min-width:0}.thought-compose__sketch{display:none}@media(max-width:680px){.thought-compose__editor:has(.thought-compose__sketch) .thought-editor__toolbar{min-height:52px;padding-inline-end:96px}.thought-compose__editor:has(.thought-compose__sketch) .thought-editor__toolbar button{flex-shrink:0}.thought-compose__editor:has(.thought-compose__sketch)>textarea:not([hidden]){padding-bottom:56px}.thought-compose__sketch{position:absolute;inset-inline-end:8px;bottom:4px;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:0 8px;border-radius:8px;color:var(--t-muted);font-size:12px;font-weight:500;line-height:1.4;text-decoration:none;white-space:nowrap}.thought-compose__sketch svg{width:17px;height:17px;flex:none}.thought-compose__sketch:hover{background:var(--t-hover);color:var(--t-text)}.thought-compose__sketch:focus-visible{outline:2px solid var(--feed-mode-accent,var(--ac,#5685ee));outline-offset:1px}}@supports not (color: color-mix(in srgb,red,blue)){:root{--dl-r-ac:59;--dl-g-ac:130;--dl-b-ac:246;--dl-a-ac:1;--dl-r-ac-d:37;--dl-g-ac-d:99;--dl-b-ac-d:235;--dl-a-ac-d:1;--dl-r-ac-l:147;--dl-g-ac-l:197;--dl-b-ac-l:253;--dl-a-ac-l:1}html[data-theme=light] #thought-author-modal{--feed-mode-accent:#356fd6;--dl-a-feed-mode-accent:1;--dl-b-feed-mode-accent:214;--dl-g-feed-mode-accent:111;--dl-r-feed-mode-accent:53;--feed-mode-active-text:#3567ba;--dl-a-feed-mode-active-text:1;--dl-b-feed-mode-active-text:186;--dl-g-feed-mode-active-text:103;--dl-r-feed-mode-active-text:53}html[data-theme=light][data-feed-background=midnight] #thought-author-modal{--feed-mode-accent:#527dcc;--dl-a-feed-mode-accent:1;--dl-b-feed-mode-accent:204;--dl-g-feed-mode-accent:125;--dl-r-feed-mode-accent:82;--feed-mode-active-text:#365fad;--dl-a-feed-mode-active-text:1;--dl-b-feed-mode-active-text:173;--dl-g-feed-mode-active-text:95;--dl-r-feed-mode-active-text:54}html[data-theme=light][data-feed-background=aurora] #thought-author-modal{--feed-mode-accent:#198f7b;--dl-a-feed-mode-accent:1;--dl-b-feed-mode-accent:123;--dl-g-feed-mode-accent:143;--dl-r-feed-mode-accent:25;--feed-mode-active-text:#126f61;--dl-a-feed-mode-active-text:1;--dl-b-feed-mode-active-text:97;--dl-g-feed-mode-active-text:111;--dl-r-feed-mode-active-text:18}html[data-theme=light][data-feed-background=violet] #thought-author-modal{--feed-mode-accent:#c45d83;--dl-a-feed-mode-accent:1;--dl-b-feed-mode-accent:131;--dl-g-feed-mode-accent:93;--dl-r-feed-mode-accent:196;--feed-mode-active-text:#9f4164;--dl-a-feed-mode-active-text:1;--dl-b-feed-mode-active-text:100;--dl-g-feed-mode-active-text:65;--dl-r-feed-mode-active-text:159}html[data-theme=light][data-feed-background=ember] #thought-author-modal{--feed-mode-accent:#d16948;--dl-a-feed-mode-accent:1;--dl-b-feed-mode-accent:72;--dl-g-feed-mode-accent:105;--dl-r-feed-mode-accent:209;--feed-mode-active-text:#a84d32;--dl-a-feed-mode-active-text:1;--dl-b-feed-mode-active-text:50;--dl-g-feed-mode-active-text:77;--dl-r-feed-mode-active-text:168}html[data-theme=light][data-feed-background=graphite] #thought-author-modal{--feed-mode-accent:#687f9e;--dl-a-feed-mode-accent:1;--dl-b-feed-mode-accent:158;--dl-g-feed-mode-accent:127;--dl-r-feed-mode-accent:104;--feed-mode-active-text:#506780;--dl-a-feed-mode-active-text:1;--dl-b-feed-mode-active-text:128;--dl-g-feed-mode-active-text:103;--dl-r-feed-mode-active-text:80}html[data-theme=light] #thought-author-modal{--border:rgba(calc((var(--dl-r-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.22 + 230 * 1 * 0.78) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.22 + 1 * 0.78))),calc((var(--dl-g-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.22 + 230 * 1 * 0.78) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.22 + 1 * 0.78))),calc((var(--dl-b-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.22 + 232 * 1 * 0.78) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.22 + 1 * 0.78))),calc(calc(var(--dl-a-feed-mode-accent,1) * 0.22 + 1 * 0.78) * 1));--dl-a-border:calc(calc(var(--dl-a-feed-mode-accent,1) * 0.22 + 1 * 0.78) * 1);--dl-b-border:calc((var(--dl-b-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.22 + 232 * 1 * 0.78) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.22 + 1 * 0.78)));--dl-g-border:calc((var(--dl-g-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.22 + 230 * 1 * 0.78) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.22 + 1 * 0.78)));--dl-r-border:calc((var(--dl-r-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.22 + 230 * 1 * 0.78) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.22 + 1 * 0.78)));--bg-card:#fff;--dl-a-bg-card:1;--dl-b-bg-card:255;--dl-g-bg-card:255;--dl-r-bg-card:255;--bg-elevated:rgba(calc((var(--dl-r-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.04 + 255 * 1 * 0.96) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.04 + 1 * 0.96))),calc((var(--dl-g-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.04 + 255 * 1 * 0.96) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.04 + 1 * 0.96))),calc((var(--dl-b-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.04 + 255 * 1 * 0.96) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.04 + 1 * 0.96))),calc(calc(var(--dl-a-feed-mode-accent,1) * 0.04 + 1 * 0.96) * 1));--dl-a-bg-elevated:calc(calc(var(--dl-a-feed-mode-accent,1) * 0.04 + 1 * 0.96) * 1);--dl-b-bg-elevated:calc((var(--dl-b-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.04 + 255 * 1 * 0.96) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.04 + 1 * 0.96)));--dl-g-bg-elevated:calc((var(--dl-g-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.04 + 255 * 1 * 0.96) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.04 + 1 * 0.96)));--dl-r-bg-elevated:calc((var(--dl-r-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.04 + 255 * 1 * 0.96) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.04 + 1 * 0.96)));--text:rgba(calc((var(--dl-r-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.12 + 41 * 1 * 0.88) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.12 + 1 * 0.88))),calc((var(--dl-g-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.12 + 49 * 1 * 0.88) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.12 + 1 * 0.88))),calc((var(--dl-b-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.12 + 61 * 1 * 0.88) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.12 + 1 * 0.88))),calc(calc(var(--dl-a-feed-mode-active-text,1) * 0.12 + 1 * 0.88) * 1));--dl-a-text:calc(calc(var(--dl-a-feed-mode-active-text,1) * 0.12 + 1 * 0.88) * 1);--dl-b-text:calc((var(--dl-b-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.12 + 61 * 1 * 0.88) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.12 + 1 * 0.88)));--dl-g-text:calc((var(--dl-g-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.12 + 49 * 1 * 0.88) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.12 + 1 * 0.88)));--dl-r-text:calc((var(--dl-r-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.12 + 41 * 1 * 0.88) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.12 + 1 * 0.88)));--muted:rgba(calc((var(--dl-r-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.15 + 98 * 1 * 0.85) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.15 + 1 * 0.85))),calc((var(--dl-g-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.15 + 107 * 1 * 0.85) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.15 + 1 * 0.85))),calc((var(--dl-b-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.15 + 121 * 1 * 0.85) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.15 + 1 * 0.85))),calc(calc(var(--dl-a-feed-mode-active-text,1) * 0.15 + 1 * 0.85) * 1));--dl-a-muted:calc(calc(var(--dl-a-feed-mode-active-text,1) * 0.15 + 1 * 0.85) * 1);--dl-b-muted:calc((var(--dl-b-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.15 + 121 * 1 * 0.85) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.15 + 1 * 0.85)));--dl-g-muted:calc((var(--dl-g-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.15 + 107 * 1 * 0.85) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.15 + 1 * 0.85)));--dl-r-muted:calc((var(--dl-r-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.15 + 98 * 1 * 0.85) / max(.000001, calc(var(--dl-a-feed-mode-active-text,1) * 0.15 + 1 * 0.85)));--hover:rgba(calc((var(--dl-r-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.08 + 255 * 1 * 0.92) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.08 + 1 * 0.92))),calc((var(--dl-g-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.08 + 255 * 1 * 0.92) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.08 + 1 * 0.92))),calc((var(--dl-b-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.08 + 255 * 1 * 0.92) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.08 + 1 * 0.92))),calc(calc(var(--dl-a-feed-mode-accent,1) * 0.08 + 1 * 0.92) * 1));--dl-a-hover:calc(calc(var(--dl-a-feed-mode-accent,1) * 0.08 + 1 * 0.92) * 1);--dl-b-hover:calc((var(--dl-b-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.08 + 255 * 1 * 0.92) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.08 + 1 * 0.92)));--dl-g-hover:calc((var(--dl-g-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.08 + 255 * 1 * 0.92) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.08 + 1 * 0.92)));--dl-r-hover:calc((var(--dl-r-feed-mode-accent) * var(--dl-a-feed-mode-accent,1) * 0.08 + 255 * 1 * 0.92) / max(.000001, calc(var(--dl-a-feed-mode-accent,1) * 0.08 + 1 * 0.92)));--accent:var(--feed-mode-accent);--dl-a-accent:var(--dl-a-feed-mode-accent,1);--dl-b-accent:var(--dl-b-feed-mode-accent);--dl-g-accent:var(--dl-g-feed-mode-accent);--dl-r-accent:var(--dl-r-feed-mode-accent);--accent-light:var(--feed-mode-active-text);--dl-a-accent-light:var(--dl-a-feed-mode-active-text,1);--dl-b-accent-light:var(--dl-b-feed-mode-active-text);--dl-g-accent-light:var(--dl-g-feed-mode-active-text);--dl-r-accent-light:var(--dl-r-feed-mode-active-text);--t-border:var(--border);--dl-a-t-border:var(--dl-a-border,1);--dl-b-t-border:var(--dl-b-border);--dl-g-t-border:var(--dl-g-border);--dl-r-t-border:var(--dl-r-border);--t-input-b:var(--border);--dl-a-t-input-b:var(--dl-a-border,1);--dl-b-t-input-b:var(--dl-b-border);--dl-g-t-input-b:var(--dl-g-border);--dl-r-t-input-b:var(--dl-r-border);--t-input:var(--bg-elevated);--dl-a-t-input:var(--dl-a-bg-elevated,1);--dl-b-t-input:var(--dl-b-bg-elevated);--dl-g-t-input:var(--dl-g-bg-elevated);--dl-r-t-input:var(--dl-r-bg-elevated);--t-card:var(--bg-card);--dl-a-t-card:var(--dl-a-bg-card,1);--dl-b-t-card:var(--dl-b-bg-card);--dl-g-t-card:var(--dl-g-bg-card);--dl-r-t-card:var(--dl-r-bg-card);--t-elevated:var(--bg-elevated);--dl-a-t-elevated:var(--dl-a-bg-elevated,1);--dl-b-t-elevated:var(--dl-b-bg-elevated);--dl-g-t-elevated:var(--dl-g-bg-elevated);--dl-r-t-elevated:var(--dl-r-bg-elevated);--t-text:var(--text);--dl-a-t-text:var(--dl-a-text,1);--dl-b-t-text:var(--dl-b-text);--dl-g-t-text:var(--dl-g-text);--dl-r-t-text:var(--dl-r-text);--t-muted:var(--muted);--dl-a-t-muted:var(--dl-a-muted,1);--dl-b-t-muted:var(--dl-b-muted);--dl-g-t-muted:var(--dl-g-muted);--dl-r-t-muted:var(--dl-r-muted);--t-subtle:var(--muted);--dl-a-t-subtle:var(--dl-a-muted,1);--dl-b-t-subtle:var(--dl-b-muted);--dl-g-t-subtle:var(--dl-g-muted);--dl-r-t-subtle:var(--dl-r-muted);--t-hover:var(--hover);--dl-a-t-hover:var(--dl-a-hover,1);--dl-b-t-hover:var(--dl-b-hover);--dl-g-t-hover:var(--dl-g-hover);--dl-r-t-hover:var(--dl-r-hover)}html[data-theme=light] #thought-author-modal .thought-modal__head{border-bottom-color:var(--border)!important}html[data-theme=light] #thought-compose-modal .thought-modal__head{border-bottom-color:var(--t-border,#dce6f3)!important}#thought-compose-modal .thought-modal__close::before,#thought-compose-modal .thought-modal__close::after{border-radius:1px;background:currentColor}html[data-theme=light] #thought-compose-modal .thought-modal__close{color:#667994;--dl-current-a:1;--dl-current-b:148;--dl-current-g:121;--dl-current-r:102}html[data-theme=light] #thought-compose-modal .thought-modal__close:is(:hover,:focus-visible){color:#2563eb;--dl-current-a:1;--dl-current-b:235;--dl-current-g:99;--dl-current-r:37;background:#e5edfb}#thought-compose-modal .thought-modal__close:focus-visible{outline:2px solid #487ff5;outline-offset:2px}html[data-theme=light] #thought-author-compose{border-color:var(--border);border-radius:16px;background:#fff}html[data-theme=light] #thought-author-modal .thought-card{background:#fff;border-color:#d9e2ef;color:#1b2940;--dl-current-a:1;--dl-current-b:64;--dl-current-g:41;--dl-current-r:27}html[data-theme=light] #thought-author-modal .thought-card__actions{border-color:var(--t-border)}html[data-theme=light] #thought-author-compose .thought-image-pick{background:transparent;border-color:var(--border);color:var(--muted);--dl-current-a:var(--dl-a-muted,1);--dl-current-b:var(--dl-b-muted);--dl-current-g:var(--dl-g-muted);--dl-current-r:var(--dl-r-muted)}html[data-theme=light] #thought-author-compose .thought-image-pick:hover{background:var(--hover);color:var(--accent-light);--dl-current-a:var(--dl-a-accent-light,1);--dl-current-b:var(--dl-b-accent-light);--dl-current-g:var(--dl-g-accent-light);--dl-current-r:var(--dl-r-accent-light)}html[data-theme=light] #thought-author-compose .thought-primary{background:var(--feed-mode-active-text);border-color:var(--feed-mode-active-text);color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255}html[data-theme=light] #thought-author-compose .thought-primary:not(:disabled):hover{background:rgba(calc((var(--dl-r-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.88 + 0 * 1 * 0.12) / max(.000001,calc(var(--dl-a-feed-mode-active-text,1) * 0.88 + 1 * 0.12))),calc((var(--dl-g-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.88 + 0 * 1 * 0.12) / max(.000001,calc(var(--dl-a-feed-mode-active-text,1) * 0.88 + 1 * 0.12))),calc((var(--dl-b-feed-mode-active-text) * var(--dl-a-feed-mode-active-text,1) * 0.88 + 0 * 1 * 0.12) / max(.000001,calc(var(--dl-a-feed-mode-active-text,1) * 0.88 + 1 * 0.12))),calc(calc(var(--dl-a-feed-mode-active-text,1) * 0.88 + 1 * 0.12) * 1))}.thought-editor{border:1px solid var(--t-input-b,var(--t-border));border-radius:12px;background:var(--t-input,var(--t-elevated));color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.thought-editor:focus-within{border-color:rgba(calc((var(--dl-r-t-input-b,var(--dl-r-t-border)) * var(--dl-a-t-input-b,var(--dl-a-t-border,1)) * 0.76 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-input-b,var(--dl-a-t-border,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-g-t-input-b,var(--dl-g-t-border)) * var(--dl-a-t-input-b,var(--dl-a-t-border,1)) * 0.76 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-input-b,var(--dl-a-t-border,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-b-t-input-b,var(--dl-b-t-border)) * var(--dl-a-t-input-b,var(--dl-a-t-border,1)) * 0.76 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-input-b,var(--dl-a-t-border,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc(calc(var(--dl-a-t-input-b,var(--dl-a-t-border,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24) * 1))}.thought-editor .thought-editor__input:focus{outline:none;box-shadow:none}html[data-theme] .feed-scroll-surface .feed-thought-composer .feed-thought-composer__form:focus-within{border-color:var(--composer-border,var(--border,var(--t-border)));box-shadow:none}.thought-editor__input{outline:none}.thought-editor__input[data-empty=true]::before{color:var(--t-subtle,var(--t-muted));--dl-current-a:var(--dl-a-t-subtle,var(--dl-a-t-muted,1));--dl-current-b:var(--dl-b-t-subtle,var(--dl-b-t-muted));--dl-current-g:var(--dl-g-t-subtle,var(--dl-g-t-muted));--dl-current-r:var(--dl-r-t-subtle,var(--dl-r-t-muted))}.thought-editor__toolbar button{border:0;border-radius:6px;background:transparent;color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.thought-editor__toolbar button:is(:hover,:focus-visible),.thought-editor__toolbar button[aria-pressed=true]{background:rgba(var(--dl-r-feed-mode-accent,var(--dl-r-ac,86)),var(--dl-g-feed-mode-accent,var(--dl-g-ac,133)),var(--dl-b-feed-mode-accent,var(--dl-b-ac,238)),calc(var(--dl-a-feed-mode-accent,var(--dl-a-ac,1)) * 0.12));color:var(--feed-mode-active-text,var(--ac-l,#80aaff));--dl-current-a:var(--dl-a-feed-mode-active-text,var(--dl-a-ac-l,1));--dl-current-b:var(--dl-b-feed-mode-active-text,var(--dl-b-ac-l,255));--dl-current-g:var(--dl-g-feed-mode-active-text,var(--dl-g-ac-l,170));--dl-current-r:var(--dl-r-feed-mode-active-text,var(--dl-r-ac-l,128))}html[data-theme=light] .thought-editor__toolbar button:is(:hover,:focus-visible),html[data-theme=light] .thought-editor__toolbar button[aria-pressed=true]{color:var(--feed-mode-active-text,#2563eb);--dl-current-a:var(--dl-a-feed-mode-active-text,1);--dl-current-b:var(--dl-b-feed-mode-active-text,235);--dl-current-g:var(--dl-g-feed-mode-active-text,99);--dl-current-r:var(--dl-r-feed-mode-active-text,37)}.thought-editor__toolbar button:focus-visible{outline:2px solid var(--feed-mode-accent,var(--ac,#5685ee));outline-offset:1px}.thought-editor__toolbar .thought-editor__emoji-trigger[aria-expanded=true]{background:rgba(var(--dl-r-feed-mode-accent,var(--dl-r-ac,86)),var(--dl-g-feed-mode-accent,var(--dl-g-ac,133)),var(--dl-b-feed-mode-accent,var(--dl-b-ac,238)),calc(var(--dl-a-feed-mode-accent,var(--dl-a-ac,1)) * 0.12));color:var(--feed-mode-active-text,var(--ac-l,#80aaff));--dl-current-a:var(--dl-a-feed-mode-active-text,var(--dl-a-ac-l,1));--dl-current-b:var(--dl-b-feed-mode-active-text,var(--dl-b-ac-l,255));--dl-current-g:var(--dl-g-feed-mode-active-text,var(--dl-g-ac-l,170));--dl-current-r:var(--dl-r-feed-mode-active-text,var(--dl-r-ac-l,128))}html[data-theme=light] .thought-editor__toolbar .thought-editor__emoji-trigger[aria-expanded=true]{background:rgba(calc((var(--dl-r-feed-mode-accent,37) * var(--dl-a-feed-mode-accent,1) * 0.14 + 255 * 1 * 0.86) / max(.000001,calc(var(--dl-a-feed-mode-accent,1) * 0.14 + 1 * 0.86))),calc((var(--dl-g-feed-mode-accent,99) * var(--dl-a-feed-mode-accent,1) * 0.14 + 255 * 1 * 0.86) / max(.000001,calc(var(--dl-a-feed-mode-accent,1) * 0.14 + 1 * 0.86))),calc((var(--dl-b-feed-mode-accent,235) * var(--dl-a-feed-mode-accent,1) * 0.14 + 255 * 1 * 0.86) / max(.000001,calc(var(--dl-a-feed-mode-accent,1) * 0.14 + 1 * 0.86))),calc(calc(var(--dl-a-feed-mode-accent,1) * 0.14 + 1 * 0.86) * 1));color:var(--feed-mode-active-text,#2563eb);--dl-current-a:var(--dl-a-feed-mode-active-text,1);--dl-current-b:var(--dl-b-feed-mode-active-text,235);--dl-current-g:var(--dl-g-feed-mode-active-text,99);--dl-current-r:var(--dl-r-feed-mode-active-text,37)}.thought-editor__emoji-panel{border-top:1px solid var(--t-border);background:var(--t-elevated);color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.thought-editor__emoji-head{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.thought-editor__emoji-grid button{border:0;border-radius:7px;background:transparent}.thought-editor__emoji-grid button:is(:hover,:focus-visible){background:var(--t-hover, #8892aa18)}.thought-editor__emoji-grid button:focus-visible{outline:2px solid var(--feed-mode-accent,var(--ac,#5685ee));outline-offset:-2px}.thought-editor.is-over-limit{border-color:#dc6475}.thought-count-warning{color:var(--t-text)!important;--dl-current-a:var(--dl-a-t-text,1)!important;--dl-current-b:var(--dl-b-t-text)!important;--dl-current-g:var(--dl-g-t-text)!important;--dl-current-r:var(--dl-r-t-text)!important}.thought-count-error{color:#dc6475!important;--dl-current-a:1!important;--dl-current-b:117!important;--dl-current-g:100!important;--dl-current-r:220!important}html[data-theme] .thought-reply-input-wrap:focus-within{border-color:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.76 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-border,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.76 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-border,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.76 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-border,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc(calc(var(--dl-a-t-border,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24) * 1));box-shadow:none}.thought-reply-form .thought-reply-input-wrap textarea:focus{outline:none;box-shadow:none}html[data-theme] #post-modal #modal-comment-input:focus{border-color:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.76 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-border,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.76 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-border,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.76 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-border,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc(calc(var(--dl-a-t-border,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24) * 1))!important;outline:none;box-shadow:none}@media(max-width:680px){.thought-compose__sketch{border-radius:8px;color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.thought-compose__sketch:hover{background:var(--t-hover);color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.thought-compose__sketch:focus-visible{outline:2px solid var(--feed-mode-accent,var(--ac,#5685ee));outline-offset:1px}}}
