*,*:before,*:after{box-sizing:border-box}:root{--bg: #f0f2f5;--surface: #ffffff;--surface-2: #f8fafc;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--accent: #2481cc;--accent-hover: #1a6bab;--danger: #b91c1c;--danger-bg: #fef2f2;--success: #15803d;--success-bg: #f0fdf4;--warn: #a16207;--warn-bg: #fffbeb;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(15, 23, 42, .08);--shadow-md: 0 4px 14px rgba(15, 23, 42, .1);--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--tab-h: 52px;--app-pad: 12px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px);--field-bg: var(--surface)}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);font-size:15px;line-height:1.45;color:var(--text);background:var(--bg);overflow-x:hidden;min-height:100dvh}#root{min-height:100dvh;overflow-x:hidden}.app-root{min-height:100dvh;display:flex;flex-direction:column;max-width:720px;margin:0 auto;padding:var(--app-pad);padding-top:calc(var(--app-pad) + var(--safe-top));padding-bottom:calc(var(--tab-h) + var(--safe-bottom) + var(--app-pad) + 8px)}@media(min-width:900px){.app-root{max-width:1100px;padding-bottom:calc(var(--app-pad) + 16px)}}.app-header{margin-bottom:12px}.app-header:empty{display:none;margin:0}.app-page-title{margin:0 0 14px;font-size:1.625rem;font-weight:800;letter-spacing:-.03em;line-height:1.2}.workspace-switcher{display:flex;align-items:center;gap:10px;margin-top:0;padding:8px 10px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.workspace-switcher__label{flex:0 0 auto;font-size:.8125rem;color:var(--muted);white-space:nowrap}.workspace-switcher__select{flex:1;min-width:0;max-width:100%;padding:8px 10px;font:inherit;font-size:.875rem;color:var(--text);background:var(--field-bg);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer}.workspace-switcher__select:disabled{opacity:.65;cursor:not-allowed}.app-body{flex:1;min-width:0}.app-tabs{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;justify-content:center;padding:6px var(--app-pad);padding-bottom:calc(6px + var(--safe-bottom));background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);box-shadow:0 -4px 20px #0f172a0f}.app-tabs-inner{display:flex;max-width:420px;width:100%;gap:6px}.app-tab{flex:1;min-width:0;border:none;border-radius:var(--radius-sm);padding:10px 8px;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;background:transparent;color:var(--muted);transition:background .15s,color .15s}.app-tab:hover{background:var(--surface-2)}.app-tab--active{background:var(--surface);color:var(--accent);box-shadow:var(--shadow)}@media(min-width:900px){.app-tabs{position:static;padding:0;margin-bottom:16px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;box-shadow:none}.app-tabs-inner{max-width:none;gap:8px}.app-tab{flex:0 1 auto;padding:10px 20px;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-sm)}.app-tab--active{border-color:var(--accent);color:var(--accent);box-shadow:none}.app-root{padding-bottom:var(--app-pad)}}.debug-details{margin-bottom:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);font-size:.75rem;overflow:hidden}.debug-details summary{padding:8px 10px;cursor:pointer;font-weight:600;color:var(--muted);list-style:none}.debug-details summary::-webkit-details-marker{display:none}.debug-details[open] summary{border-bottom:1px solid var(--border)}.debug-body{padding:8px 10px;max-height:40vh;overflow-y:auto;overflow-x:hidden;word-break:break-word}.debug-row{margin-bottom:4px;color:var(--text)}.debug-row--err{color:var(--danger)}.debug-row--trace-head{margin-top:10px;padding-top:8px;border-top:1px solid var(--border);font-weight:600}.debug-row--trace-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.debug-btn{font:inherit;font-size:.75rem;padding:4px 10px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.debug-btn:active{opacity:.85}.debug-trace-json{margin:8px 0 0;padding:8px;max-height:32vh;overflow:auto;font-size:.65rem;line-height:1.35;white-space:pre-wrap;word-break:break-word;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text)}.alert{padding:10px 12px;border-radius:var(--radius-sm);margin-bottom:12px;font-size:.875rem;word-break:break-word}.alert--error{background:var(--danger-bg);color:var(--danger);border:1px solid color-mix(in srgb,var(--danger) 25%,transparent)}.loading-line{margin:8px 0;font-size:.875rem;color:var(--muted)}@keyframes app-spin{to{transform:rotate(360deg)}}@keyframes strip-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.spinner-ring{flex-shrink:0;border-radius:50%;border:3px solid color-mix(in srgb,var(--accent) 22%,var(--border));border-top-color:var(--accent);animation:app-spin .72s linear infinite}.boot-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:color-mix(in srgb,var(--bg) 78%,rgba(15,23,42,.35));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.boot-card{display:flex;flex-direction:column;align-items:center;gap:16px;padding:28px 32px;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-md);max-width:280px;text-align:center}.boot-label{margin:0;font-size:.9375rem;color:var(--muted);line-height:1.45}.strip-loader{position:fixed;top:0;left:0;right:0;z-index:150;height:3px;overflow:hidden;pointer-events:none;background:color-mix(in srgb,var(--accent) 12%,transparent)}.strip-loader:after{content:"";display:block;width:38%;height:100%;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--accent) 85%,#fff),transparent);animation:strip-slide 1.15s ease-in-out infinite}.panel-busy{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:flex;align-items:center;justify-content:center;border-radius:inherit;background:color-mix(in srgb,var(--surface) 82%,rgba(15,23,42,.12));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.panel-busy__inner{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px}.panel-busy__text{font-size:.8125rem;font-weight:600;color:var(--muted);text-align:center;max-width:220px;line-height:1.35}.ch-panel--busy-host{position:relative;overflow:hidden}.ch-expand-field{display:flex;flex-direction:column;gap:6px}.ch-textarea--expandable{resize:none;min-height:44px;transition:max-height .2s ease}.ch-expand-btn{align-self:flex-start;margin-top:2px;padding:6px 12px;font-size:.8125rem;font-weight:600;color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent);border:1px solid color-mix(in srgb,var(--accent) 28%,var(--border));border-radius:var(--radius-sm);cursor:pointer}.ch-expand-btn:active{opacity:.88}.team-add-host{min-height:52px;border-radius:var(--radius-sm)}.post-list-wrap{position:relative;min-width:0}.post-list__head{margin-bottom:8px}.post-list__head-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px}.post-list__hint{margin:0;font-size:.75rem;color:var(--muted);line-height:1.35;flex:1 1 120px;min-width:0}.post-list__refresh{font-size:.875rem;padding:8px 12px}.btn--ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.btn--ghost:hover:not(:disabled){background:color-mix(in srgb,var(--surface) 70%,var(--bg));border-color:var(--accent);color:var(--accent)}.btn--ghost:disabled{opacity:.55;cursor:not-allowed}.btn--compact{font-size:.75rem;padding:6px 10px}.plan-layout{display:flex;flex-direction:column;gap:14px;margin-top:12px;min-width:0}@media(min-width:900px){.plan-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;align-items:start}}.filter-bar{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:flex-end;min-width:0}.filter-field{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 140px}.filter-field label{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.filter-field select,.filter-field__control{width:100%;max-width:100%;min-width:0;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--border) 70%,var(--text) 12%);background-color:var(--field-bg, var(--surface));color:var(--text);font-size:.9375rem;font-family:inherit;line-height:1.35}.filter-field select:focus-visible,.filter-field__control:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.filter-field select option,.filter-field__control option{background-color:var(--field-bg, var(--surface));color:var(--text)}.filter-dropdown{position:relative;width:100%;min-width:0}.filter-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:46px;padding:10px 14px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:linear-gradient(180deg,#fff,#f8fafc);color:#0f172a;font-size:.9375rem;font-weight:600;font-family:inherit;line-height:1.3;text-align:left;cursor:pointer;box-shadow:0 1px 2px #0f172a0f,0 0 0 1px #fff9 inset;transition:border-color .15s,box-shadow .15s,transform .12s}.filter-dropdown__trigger:hover{border-color:#2481cc73;box-shadow:0 2px 8px #0f172a14,0 0 0 1px #ffffffb3 inset}.filter-dropdown__trigger:focus-visible{outline:none;border-color:var(--accent, #2481cc);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #2481cc) 28%,transparent),0 2px 10px #0f172a1a}.filter-dropdown__value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-dropdown__chevron{flex-shrink:0;width:9px;height:9px;margin-right:2px;border-right:2px solid #475569;border-bottom:2px solid #475569;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease,border-color .15s}.filter-dropdown__chevron--open{transform:rotate(225deg) translateY(1px)}.filter-dropdown__panel{box-sizing:border-box;padding:0;margin:0;border:none;animation:filter-dropdown-in .16s ease-out}@keyframes filter-dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.filter-dropdown__panel-inner{max-height:min(52vh,320px);overflow-y:auto;overflow-x:hidden;padding:6px;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.1);box-shadow:0 16px 48px #0f172a38,0 0 0 1px #ffffffe6 inset;-webkit-overflow-scrolling:touch}.filter-dropdown__option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin:0;padding:12px 14px;border:none;border-radius:10px;background:transparent;color:#0f172a;font-size:.9375rem;font-weight:500;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s,color .12s}.filter-dropdown__option:hover{background:#e0f2fe;color:#0c4a6e}.filter-dropdown__option:active{background:#bae6fd}.filter-dropdown__option--selected{background:color-mix(in srgb,#2481cc 12%,#f0f9ff);color:#075985;font-weight:700}.filter-dropdown__option-label{flex:1;min-width:0;overflow-wrap:anywhere;line-height:1.35}.filter-dropdown__check{flex-shrink:0;font-size:.875rem;font-weight:800;color:#0369a1}.toolbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;color:var(--text);min-height:44px;transition:background .15s,border-color .15s}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn--primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.btn--danger{border-color:color-mix(in srgb,var(--danger) 35%,var(--border));color:var(--danger);background:var(--surface)}.post-cards{display:flex;flex-direction:column;gap:8px;min-width:0}.post-card{display:flex;gap:10px;padding:12px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);text-align:left;min-width:0;width:100%;font:inherit;color:inherit;transition:border-color .15s,box-shadow .15s}.post-card:hover{border-color:color-mix(in srgb,var(--accent) 35%,var(--border))}.post-card--selected{border-color:var(--accent);box-shadow:var(--shadow-md)}.post-card__check{flex-shrink:0;padding-top:2px}.post-card__check input{width:18px;height:18px}.post-card__body-col{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.post-card__main-hit{flex:1;min-width:0;border:none;background:transparent;padding:0;margin:0;font:inherit;color:inherit;text-align:left;cursor:pointer;border-radius:var(--radius-sm)}.post-card__main-hit:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.post-card__actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.post-card__row1{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-bottom:4px}.post-card__time{font-weight:600;font-size:.875rem}.post-card__channel{font-size:.8125rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.post-card__excerpt{font-size:.8125rem;color:var(--text);line-height:1.4;word-break:break-word;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__fail-reason{margin-top:6px;font-size:.75rem;line-height:1.4;color:var(--danger);word-break:break-word;overflow-wrap:anywhere}.post-editor__fail-reason{margin:0 0 12px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--danger) 35%,var(--border));background:var(--danger-bg);color:var(--danger);font-size:.875rem;line-height:1.45}.status-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.01em;max-width:100%;line-height:1.2;text-align:center;white-space:normal}.status-pill--draft{background:var(--surface-2);color:var(--muted)}.status-pill--scheduled{background:#e0f2fe;color:#0369a1}.status-pill--publishing{background:#ede9fe;color:#5b21b6}.status-pill--published{background:var(--success-bg);color:var(--success)}.status-pill--failed{background:var(--danger-bg);color:var(--danger)}.status-pill--cancelled{background:#f1f5f9;color:var(--muted)}.panel{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);padding:14px;box-shadow:var(--shadow);min-width:0}.panel--busy-host{position:relative}.panel__title{margin:0 0 12px;font-size:1rem;font-weight:700}.panel__muted{margin:0;padding:20px 12px;text-align:center;color:var(--muted);font-size:.875rem;border:1px dashed var(--border);border-radius:var(--radius-sm)}.form-row{display:flex;flex-direction:column;gap:8px;min-width:0}@media(min-width:480px){.form-row--inline{flex-direction:row;align-items:stretch}}.form-row input{width:100%;min-width:0;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);font-size:1rem;font-family:inherit}.textarea-field{width:100%;min-width:0;margin-top:10px;padding:12px;border-radius:var(--radius-sm);border:1px solid var(--border);font-size:.9375rem;font-family:inherit;line-height:1.5;min-height:140px;resize:vertical}.panel-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.meta-line{font-size:.8125rem;margin-bottom:6px;word-break:break-word}.meta-line code,.mono-inline{font-size:.8125rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:var(--text);background:color-mix(in srgb,var(--text) 8%,var(--surface));border:1px solid var(--border);padding:4px 8px;border-radius:6px;word-break:break-all;display:inline-block;max-width:100%}.subsection-title{margin:0 0 10px;font-size:.9375rem;font-weight:700;color:var(--text)}.msg-ok{color:var(--success);font-size:.875rem;margin:8px 0 0}.msg-err{color:var(--danger);font-size:.875rem;margin:8px 0 0}.list-cards{display:flex;flex-direction:column;gap:8px;margin-top:12px}.list-card{padding:12px 14px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);min-width:0}.list-card__title{font-weight:600;margin-bottom:6px;word-break:break-word}.list-card__meta{font-size:.8125rem;color:var(--muted);word-break:break-all}.list-card__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.hint{font-size:.8125rem;color:var(--muted);margin:0 0 12px;line-height:1.5}.text-muted{color:var(--muted);margin-right:6px}.ch-studio{position:relative;min-width:0}.ch-toast{position:fixed;left:50%;bottom:calc(var(--tab-h) + var(--safe-bottom) + 12px);transform:translate(-50%);z-index:80;max-width:min(92vw,420px);padding:12px 16px;border-radius:12px;font-size:.875rem;font-weight:600;box-shadow:var(--shadow-md);animation:ch-toast-in .28s ease}@media(min-width:900px){.ch-toast{bottom:24px}}.ch-toast--ok{background:var(--success-bg);color:var(--success);border:1px solid color-mix(in srgb,var(--success) 35%,transparent)}.ch-toast--err{background:var(--danger-bg);color:var(--danger);border:1px solid color-mix(in srgb,var(--danger) 35%,transparent)}@keyframes ch-toast-in{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.ch-hero{margin-bottom:18px}.ch-hero-lede{margin:0;font-size:.875rem;color:var(--muted);line-height:1.55;max-width:52rem}.ch-segment{display:flex;gap:0;margin-bottom:18px;border-radius:14px;border:1px solid var(--border);overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.ch-segment__btn{flex:1;min-height:48px;padding:12px 14px;border:none;border-right:1px solid var(--border);background:transparent;font-size:.9375rem;font-weight:700;font-family:inherit;color:var(--muted);cursor:pointer;transition:background .15s,color .15s}.ch-segment__btn:last-child{border-right:none}.ch-segment__btn--on{background:color-mix(in srgb,var(--accent) 12%,var(--surface));color:var(--accent)}.ch-panel--solo{margin-bottom:20px}.ch-catalog-title--solo{margin:0 0 12px;font-size:1.05rem;font-weight:700}.ch-quick{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.ch-quick__btn{border:1px solid color-mix(in srgb,var(--accent) 35%,var(--border));background:color-mix(in srgb,var(--accent) 8%,var(--surface));color:var(--accent);font-size:.8125rem;font-weight:600;font-family:inherit;padding:10px 14px;border-radius:999px;cursor:pointer;min-height:44px;transition:background .15s,border-color .15s}.ch-quick__btn:hover{background:color-mix(in srgb,var(--accent) 14%,var(--surface))}.ch-panel-wrap{min-width:0}.ch-panel-kicker{margin:-4px 0 10px;font-size:.8125rem;color:var(--muted);font-weight:600}.ch-dual{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:22px}@media(min-width:820px){.ch-dual{grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}}.ch-panel{border-radius:16px;padding:16px 16px 18px;border:1px solid var(--border);background:linear-gradient(165deg,var(--surface) 0%,color-mix(in srgb,var(--surface) 88%,var(--bg)) 100%);box-shadow:var(--shadow);min-width:0}.ch-panel--telegram{border-color:color-mix(in srgb,var(--accent) 28%,var(--border))}.ch-panel--tov{border-color:color-mix(in srgb,var(--muted) 12%,var(--border))}.ch-panel-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.ch-panel-title{margin:0;font-size:1rem;font-weight:700}.ch-panel-badge{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:999px;background:color-mix(in srgb,var(--accent) 14%,var(--surface));color:var(--accent)}.ch-panel-badge--soft{background:var(--surface-2);color:var(--muted);text-transform:none;letter-spacing:.02em}.ch-panel-hint{margin:0 0 12px;font-size:.8125rem;color:var(--muted);line-height:1.5}.ch-steps{margin:0 0 14px;padding-left:1.1rem;font-size:.8125rem;color:var(--muted);line-height:1.55}.ch-form{display:flex;flex-direction:column;gap:10px}.ch-form--stack{gap:12px}.ch-label{font-size:.75rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.ch-input,.ch-textarea{width:100%;min-width:0;padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-size:.9375rem;font-family:inherit;box-shadow:inset 0 1px 2px #0f172a0a;-webkit-text-fill-color:#0f172a}.ch-input::placeholder,.ch-textarea::placeholder{color:#64748b;opacity:1}.ch-input:focus-visible,.ch-textarea:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 65%,#94a3b8);outline-offset:1px;border-color:color-mix(in srgb,var(--accent) 45%,#cbd5e1)}.ch-input:disabled,.ch-textarea:disabled{opacity:.72;cursor:not-allowed}.ch-textarea{resize:vertical;line-height:1.45}.ch-field{display:flex;flex-direction:column;gap:6px}.ch-field--full{grid-column:1 / -1}.ch-counter{font-size:.6875rem;color:var(--muted);align-self:flex-end}.ch-submit{margin-top:4px}.ch-footnote{margin:10px 0 0;font-size:.75rem;color:var(--muted)}.ch-catalog{margin-top:8px}.ch-catalog-head{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}@media(min-width:520px){.ch-catalog-head{flex-direction:row;align-items:center;justify-content:space-between}}.ch-catalog-title{margin:0;font-size:1.05rem;font-weight:700}.ch-chips{display:flex;flex-wrap:wrap;gap:6px}.ch-chip{border:1px solid var(--border);background:var(--surface);padding:8px 12px;border-radius:999px;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;color:var(--muted);transition:background .15s,border-color .15s,color .15s}.ch-chip--on{border-color:var(--accent);color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,var(--surface))}.ch-card-list{display:flex;flex-direction:column;gap:10px}.ch-row{border-radius:14px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .2s,border-color .2s}.ch-row--open{border-color:color-mix(in srgb,var(--accent) 35%,var(--border));box-shadow:var(--shadow-md)}.ch-row-hit{position:relative;width:100%;padding:14px 40px 14px 14px;cursor:pointer;text-align:left}.ch-row-hit:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.ch-row-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.ch-row-title{font-weight:700;font-size:.9375rem}.ch-row-meta{font-size:.75rem;color:var(--muted);margin-top:4px;word-break:break-all}.ch-row-preview{margin-top:8px;font-size:.8125rem;color:var(--text);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.ch-row-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:.75rem;color:var(--muted)}.ch-row--archive-busy .ch-row-hit{opacity:.88;cursor:wait}.ch-row-drawer{position:relative;padding:0 14px 14px;border-top:1px solid var(--border);background:color-mix(in srgb,var(--bg) 55%,var(--surface))}.ch-drawer-grid{display:grid;grid-template-columns:1fr;gap:12px;padding-top:12px}@media(min-width:560px){.ch-drawer-grid{grid-template-columns:1fr 1fr}}.ch-drawer-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.field-datetime{width:100%;max-width:100%;padding:10px 12px;font-size:1rem;border:1px solid color-mix(in srgb,var(--border) 70%,var(--text) 12%);border-radius:var(--radius-sm);background-color:var(--field-bg, var(--surface));color:var(--text);cursor:pointer}.media-gallery{margin:12px 0;padding:12px;background:var(--surface-2);border-radius:var(--radius);border:1px solid var(--border)}.media-gallery__title{font-size:.8125rem;font-weight:600;margin:0 0 10px;color:var(--text)}.media-gallery__list{display:flex;flex-direction:column;gap:8px}.media-slot{display:flex;align-items:flex-start;gap:10px;padding:10px;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border)}.media-slot input[type=checkbox]{margin-top:4px;flex-shrink:0;cursor:pointer}.media-slot__body{flex:1;min-width:0}.media-slot__badge{display:inline-block;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:6px;background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent);margin-bottom:4px}.media-slot__id{font-size:.75rem;color:var(--muted);word-break:break-all}.media-slot--selected{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 35%,transparent)}.media-slot__thumb-wrap{display:block;width:100%;margin:0;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--text) 4%,transparent);overflow:hidden;cursor:zoom-in;text-align:center}.media-slot__thumb{display:block;width:100%;max-height:180px;object-fit:contain;vertical-align:middle}.media-slot__thumb--video{max-height:180px;background:#000}.media-slot__thumb-fallback{min-height:120px;display:flex;align-items:center;justify-content:center;font-size:.8125rem;color:var(--muted);padding:12px}.media-slot__hint{font-size:.75rem;color:var(--muted);margin-top:6px}.media-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:12px;background:#000000e0}.media-lightbox__inner{position:relative;max-width:min(100%,960px);max-height:100%}.media-lightbox__media{display:block;max-width:100%;max-height:min(88vh,900px);width:auto;height:auto;margin:0 auto;object-fit:contain}.media-lightbox__close{display:block;width:100%;margin-top:12px}.media-gallery__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.team-screen__lead{max-width:640px}.team-screen__role-line{margin-top:4px}.team-invite{position:relative;margin-bottom:16px;padding:14px;border-radius:var(--radius);border:1px solid color-mix(in srgb,var(--border) 70%,var(--text) 10%);background:var(--field-bg, var(--surface))}.team-invite__form{display:flex;flex-direction:column;gap:12px}.team-label{font-size:.75rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.team-input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid color-mix(in srgb,var(--border) 70%,var(--text) 12%);background:linear-gradient(180deg,#fff,#f8fafc);color:#0f172a;font-size:.9375rem;font-family:inherit}.team-field,.team-radio-group{display:flex;flex-direction:column;gap:8px}.team-radio{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:var(--text);cursor:pointer}.team-radio input{margin-top:3px}.team-invite .team-ch-list .team-check,.team-invite .team-ch-list .team-check span{color:#0f172a}.team-ch-list{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow-y:auto;padding:8px;border-radius:10px;border:1px solid #cbd5e1;background:#f1f5f9}.team-check{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#0f172a;cursor:pointer}.team-drawer .team-radio,.team-drawer .team-ch-list .team-check,.team-drawer .team-ch-list .team-check span{color:#0f172a}.team-drawer .team-ch-list{border-color:#cbd5e1;background:#f1f5f9}.team-invite__submit{align-self:flex-start}.team-list .team-card{text-align:left;width:100%;color:var(--text);font-family:inherit;-webkit-tap-highlight-color:transparent}.team-list .team-card .list-card__title{color:var(--text)}.team-list .team-grant-hint{color:var(--muted)}.team-drawer__err{margin:12px 0 0;line-height:1.4}.team-card--clickable:hover{border-color:color-mix(in srgb,var(--accent) 35%,var(--border))}.team-card__row{margin-top:6px}.team-self-badge{font-size:.6875rem;color:var(--muted)}.team-grant-hint{margin-top:8px;font-size:.75rem;color:var(--muted);line-height:1.35}.team-tap-hint{margin-top:6px;font-size:.6875rem;color:var(--accent)}.team-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:360;display:flex;align-items:flex-end;justify-content:center;padding:12px;background:#0f172a8c}.team-drawer{width:100%;max-width:520px;max-height:min(88vh,640px);overflow-y:auto;padding:18px 16px 20px;border-radius:16px 16px 0 0;background:linear-gradient(180deg,#fff,#f8fafc);color:#0f172a;box-shadow:0 -8px 40px #0f172a33}.team-drawer__title{margin:0 0 8px;font-size:1.125rem}.team-drawer__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}@media(min-width:600px){.team-drawer-backdrop{align-items:center}.team-drawer{border-radius:16px}}.post-body-editor{margin-top:10px;min-width:0}.post-body-editor--readonly{margin-top:10px}.post-body-editor__label{display:block;font-size:.8125rem;margin-bottom:4px}.post-body-editor__hint{margin:0 0 8px;font-size:.8125rem}.post-body-editor__toolbar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.post-body-editor__tool{min-width:36px;padding:6px 8px;font-size:.8125rem;font-weight:600;line-height:1.2;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.post-body-editor__tool:disabled{opacity:.5;cursor:not-allowed}.post-body-editor__tool--active{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,var(--surface));color:var(--accent-hover)}.post-body-editor__surface{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;color:#0f172a;min-height:160px;word-break:break-word;box-shadow:var(--shadow)}.post-body-editor__surface--readonly{min-height:80px;padding:12px 14px;font-size:.9375rem;line-height:1.45;white-space:pre-wrap}.post-body-editor__empty{color:#64748b;font-style:italic}.post-body-editor__surface .post-body-editor__editable{min-height:140px;padding:12px 14px;font-size:.9375rem;line-height:1.5;outline:none;color:#0f172a}.post-body-editor__surface .post-body-editor__editable p{margin:0 0 .4em}.post-body-editor__surface .post-body-editor__editable p:last-child{margin-bottom:0}.post-body-editor__surface .post-body-editor__editable p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#64748b;pointer-events:none;height:0}.post-body-editor__surface a{color:#2481cc;text-decoration:underline;text-underline-offset:2px}.post-body-editor__surface code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.84em;padding:1px 4px;border-radius:4px;background:#0f172a14;color:#0f172a}.post-body-editor__surface pre{margin:.5em 0;padding:10px 12px;overflow-x:auto;border-radius:var(--radius-sm);background:#0f172a;color:#e2e8f0;font-size:.8125rem;white-space:pre-wrap}.post-body-editor__surface pre code{background:transparent;padding:0;color:inherit}.post-body-editor__surface blockquote{margin:.5em 0;padding:8px 0 8px 12px;border-left:3px solid #2481cc;color:#475569}.post-body-editor__surface tg-spoiler,.post-body-editor__surface .tg-spoiler{filter:blur(5px);cursor:pointer;-webkit-user-select:none;user-select:none;transition:filter .15s ease}.post-body-editor__surface tg-spoiler:hover,.post-body-editor__surface .tg-spoiler:hover{filter:none;-webkit-user-select:text;user-select:text}
