.cf{display:flex;flex-direction:column;gap:18px;padding-bottom:32px}.cf-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.cf-head-main{min-width:0}.cf .cf-title{margin:0 0 4px;font-size:26px;letter-spacing:-.02em}.cf-sub{margin:0;color:var(--text-dim);font-size:14px;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.cf-sub b{color:var(--text);font-weight:700}.cf-sub-sep{color:var(--text-muted)}.cf-pulse{width:8px;height:8px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 0 rgba(45,91,255,.45);animation:cf-pulse 2.4s var(--ease) infinite;flex:none}@keyframes cf-pulse{0%{box-shadow:0 0 0 0 rgba(45,91,255,.4)}70%{box-shadow:0 0 0 9px rgba(45,91,255,0)}to{box-shadow:0 0 0 0 rgba(45,91,255,0)}}@media (prefers-reduced-motion:reduce){.cf-pulse{animation:none}}.cf-own-btn{flex:none}.cf-purpose{margin:0 0 6px;font-size:14.5px;line-height:1.5;color:var(--text-dim);max-width:620px}.cf-about{padding:16px 18px;border:1px solid var(--outline);border-radius:var(--radius);background:radial-gradient(80% 140% at 100% 0,rgba(45,91,255,.06),transparent 62%),var(--surface)}.cf-about.is-collapsed{padding:12px 18px}.cf-about-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.cf-about-title{margin:0;font-size:14px;font-weight:700;letter-spacing:-.01em;color:var(--text)}.cf-about-toggle{flex:none;border:0;background:transparent;color:var(--primary);font-size:13.5px;font-weight:700;cursor:pointer;padding:4px 6px;border-radius:8px}.cf-about-toggle:hover{background:var(--surface-hi)}.cf-about-grid{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:10px}.cf-about-card{display:flex;flex-direction:column;gap:5px;padding:13px 14px;border:1px solid var(--outline);border-radius:14px;background:var(--surface-up);text-align:left}.cf-about-card.is-clickable{cursor:pointer;transition:transform .18s var(--ease),border-color .18s,background .18s}.cf-about-card.is-clickable:hover{transform:translateY(-2px);border-color:rgba(45,91,255,.35);background:var(--surface)}.cf-about-ico{font-size:19px;line-height:1}.cf-about-card-title{font-size:14px;font-weight:700;color:var(--text)}.cf-about-card-text{font-size:13.5px;line-height:1.5;color:var(--text-dim)}.cf-about-price{margin-top:4px;align-self:flex-start;font-size:12.5px;font-weight:700;color:var(--text-muted);padding:2px 7px;border-radius:999px;background:var(--surface-hi)}.cf-about-price.is-free{color:#15803D;background:rgba(22,163,74,.1)}.cf-locked{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:18px;padding:16px 18px;border:1px solid rgba(45,91,255,.22);border-radius:var(--radius);background:radial-gradient(70% 130% at 100% 0,rgba(45,91,255,.09),transparent 60%),var(--surface)}.cf-locked-plan{margin:0 0 16px}.cf-locked-main{display:flex;flex-direction:column;gap:4px;min-width:0}.cf-locked-main b{font-size:15px;color:var(--text)}.cf-locked-main span{font-size:14px;line-height:1.55;color:var(--text-dim);max-width:640px}.cf-locked .btn{flex:none}.cf-tabs{display:flex;gap:8px;padding:6px;background:var(--surface-up);border:1px solid var(--outline);border-radius:16px;overflow-x:auto;scrollbar-width:none}.cf-tabs::-webkit-scrollbar{display:none}.cf-tab{position:relative;flex:1 1 0;min-width:140px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 14px;border:1px solid transparent;border-radius:12px;background:transparent;cursor:pointer;text-align:left;transition:background .18s var(--ease),border-color .18s,box-shadow .18s}.cf-tab.is-active,.cf-tab:hover{background:var(--surface)}.cf-tab.is-active{border-color:var(--outline);box-shadow:0 1px 2px rgba(10,24,52,.08)}.cf-tab-label{font-size:14px;font-weight:700;color:var(--text-dim)}.cf-tab.is-active .cf-tab-label{color:var(--text)}.cf-tab-hint{font-size:13px;color:var(--text-muted)}.cf-tab-dot{position:absolute;top:10px;right:12px;width:7px;height:7px;border-radius:50%;background:var(--primary)}.cf-tab-count{position:absolute;top:8px;right:10px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--surface-hi);color:var(--text-dim);font-size:12.5px;font-weight:700;font-family:var(--font-mono),ui-monospace,monospace}.cf .segmented button[aria-pressed=true],.cf-editor .segmented button[aria-pressed=true]{background:var(--surface-hi);color:var(--text);box-shadow:0 1px 2px rgba(10,24,52,.08)}.cf-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cf-bar-period{flex:none}.cf-bar-select{min-width:150px}.cf-bar-sort{margin-left:auto;min-width:170px}.cf-feed{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:14px}.cf-card{background:var(--surface);border:1px solid var(--outline);border-radius:var(--radius);box-shadow:var(--shadow-card)}.cf-lead{display:flex;overflow:hidden;transition:box-shadow .2s var(--ease),transform .2s var(--ease),border-color .2s}.cf-lead:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hi,0 4px 12px rgba(10,24,52,.08),0 20px 40px rgba(10,24,52,.1));border-color:var(--outline-strong)}.cf-rail{flex:none;width:4px;margin:14px 0 14px 12px;border-radius:999px;background:var(--surface-hi);display:flex;align-items:flex-end}.cf-rail-fill{width:100%;border-radius:999px;background:var(--text-muted);transition:height .3s var(--ease)}.cf-lead.tone-hot .cf-rail-fill{background:var(--primary)}.cf-lead.tone-warm .cf-rail-fill{background:#D97706}.cf-card-body{flex:1 1 auto;min-width:0;padding:14px 16px 14px 12px;display:flex;flex-direction:column;gap:8px}.cf-lead-top{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cf-lead-time{margin-left:auto;font-size:13px;color:var(--text-muted);white-space:nowrap}.cf-tag{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;background:var(--surface-hi);color:var(--text-dim);font-size:12.5px;font-weight:700;letter-spacing:.01em;white-space:nowrap}.cf-tag.tone-hot{background:rgba(45,91,255,.1);color:var(--primary)}.cf-tag.tone-warm{background:rgba(217,119,6,.12);color:#B45309}.cf-lead-title{display:block;width:100%;padding:0;border:0;background:none;text-align:left;font-family:var(--font-display),var(--font-sans),system-ui,sans-serif;font-size:16.5px;font-weight:700;line-height:1.32;letter-spacing:-.011em;color:var(--text);cursor:pointer}.cf-lead-title:hover{color:var(--primary)}.cf-lead-summary{margin:0;font-size:14.5px;line-height:1.5;color:var(--text-dim);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cf-lead-foot{margin-top:auto;padding-top:8px;justify-content:space-between;border-top:1px solid var(--outline)}.cf-lead-foot,.cf-lead-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cf-lead-meta{min-width:0}.cf-meta-item{font-size:13px;color:var(--text-dim);display:inline-flex;align-items:center;gap:4px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cf-meta-item.mono{font-family:var(--font-mono),ui-monospace,monospace;color:var(--text)}.cf-meta-soft{color:var(--text-muted);font-style:italic}.cf-lead-actions{display:flex;gap:6px;margin-left:auto}.cf .btn.sm,.cf-editor .btn.sm,.cf-sheet .btn.sm{padding:7px 12px;font-size:13.5px;border-radius:9px}.cf .btn.lg,.cf-sheet .btn.lg{padding:12px 20px;font-size:15px}.btn.ghost{background:transparent;border-color:transparent;color:var(--text-dim)}.btn.ghost:hover{background:var(--surface-hi);color:var(--text)}.btn.ghost.danger:hover{color:var(--danger-ds,#DC2626)}.cf-topic-section{display:flex;flex-direction:column;gap:12px}.cf-section-title{margin:6px 0 0;font-size:14px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;display:flex;align-items:center;gap:7px}.cf-topics{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.cf-topic{display:flex;gap:12px;padding:16px;background:var(--surface);border:1px solid var(--outline);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s}.cf-topic:hover{transform:translateY(-2px);border-color:var(--outline-strong)}.cf-topic.is-season{background:linear-gradient(180deg,rgba(217,119,6,.05),transparent 60%)}.cf-topic-ico{flex:none;width:40px;height:40px;display:grid;place-items:center;font-size:20px;background:var(--surface-hi);border-radius:11px}.cf-topic-body{min-width:0;display:flex;flex-direction:column;gap:6px;flex:1 1 auto}.cf-topic-title{margin:0;font-size:15px;font-weight:700;line-height:1.3;color:var(--text)}.cf-topic-brief{margin:0;font-size:14px;line-height:1.5;color:var(--text-dim);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cf-topic-foot{margin-top:auto;padding-top:8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cf-topic-tags{display:flex;gap:5px;flex-wrap:wrap}.cf-topic-foot .btn{margin-left:auto}.cf-posts-pane{display:flex;flex-direction:column;gap:14px}.cf-post-tabs{align-self:flex-start}.cf-posts{display:flex;flex-direction:column;gap:10px}.cf-post{display:flex;gap:14px;padding:12px;text-decoration:none;color:inherit;transition:transform .18s var(--ease),border-color .18s,box-shadow .18s}.cf-post:hover{transform:translateX(2px);border-color:var(--outline-strong)}.cf-post-thumb{flex:none;width:76px;height:76px;border-radius:10px;-o-object-fit:cover;object-fit:cover;background:var(--surface-hi)}.cf-post-thumb-empty{display:grid;place-items:center;font-size:26px}.cf-post-main{min-width:0;display:flex;flex-direction:column;gap:5px}.cf-post-top{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cf-post-time{margin-left:auto;font-size:13px;color:var(--text-muted)}.cf-post-title{font-size:15px;font-weight:700;line-height:1.3;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cf-post-preview,.cf-post-title{margin:0;overflow:hidden;text-overflow:ellipsis}.cf-post-preview{font-size:13.5px;color:var(--text-muted);white-space:nowrap}.cf-status{display:inline-flex;padding:3px 8px;border-radius:6px;font-size:12.5px;font-weight:700;background:var(--surface-hi);color:var(--text-dim)}.cf-status-draft{background:rgba(122,131,152,.14);color:var(--text-dim)}.cf-status-ready{background:rgba(45,91,255,.1);color:var(--primary)}.cf-status-published{background:rgba(22,163,74,.12);color:#15803D}.cf-sheet-overlay{position:fixed;inset:0;z-index:60;background:rgba(10,24,52,.34);backdrop-filter:blur(2px);display:flex;justify-content:flex-end;animation:cf-fade .18s var(--ease)}@keyframes cf-fade{0%{opacity:0}to{opacity:1}}.cf-sheet{width:min(560px,100%);height:100%;display:flex;flex-direction:column;background:var(--surface);border-left:1px solid var(--outline);box-shadow:-24px 0 60px rgba(10,24,52,.16);animation:cf-slide .24s var(--ease)}@keyframes cf-slide{0%{transform:translateX(24px);opacity:.6}to{transform:none;opacity:1}}@media (prefers-reduced-motion:reduce){.cf-sheet,.cf-sheet-overlay{animation:none}}.cf-sheet-head{display:flex;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid var(--outline)}.cf-sheet-tags{display:flex;gap:6px;flex-wrap:wrap}.cf-sheet-close{margin-left:auto;width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--outline);border-radius:9px;background:var(--surface);color:var(--text-dim);cursor:pointer}.cf-sheet-close:hover{color:var(--text);border-color:var(--outline-strong)}.cf-sheet-body{flex:1 1 auto;overflow-y:auto;padding:18px 20px 24px;display:flex;flex-direction:column;gap:18px}.cf-sheet .cf-sheet-title{margin:0;font-size:21px;font-weight:700;line-height:1.28;letter-spacing:-.015em}.cf-sheet-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;margin:0 0 12px;font-size:13.5px;color:var(--text-muted)}.cf-sheet-meta-item{display:inline-flex;align-items:center}.cf-sheet-meta-item+.cf-sheet-meta-item:before{content:"·";margin-right:10px;color:var(--outline-strong,var(--outline))}.cf-impact{margin:0 0 18px;padding:13px 15px;border-radius:14px;border:1px solid rgba(45,91,255,.18);background:rgba(45,91,255,.05)}.cf-impact-title{margin:0 0 5px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary)}.cf-impact-text{margin:0;font-size:14px;line-height:1.55;color:var(--text)}.cf-sheet-summary{margin:0;font-size:14.5px;line-height:1.58;color:var(--text-dim)}.cf-sheet-h3{margin:0 0 8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.cf-sheet-h3-note{text-transform:none;letter-spacing:0;font-weight:600}.cf-sheet-note{margin:0 0 10px;font-size:13.5px;color:var(--text-muted);line-height:1.45}.cf-fact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.cf-fact{border:1px solid var(--outline);border-radius:11px;background:var(--surface-up);overflow:hidden}.cf-fact.is-open{border-color:var(--outline-strong);background:var(--surface)}.cf-fact-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:0;background:none;cursor:pointer;text-align:left}.cf-fact-label{font-size:14px;color:var(--text-dim)}.cf-fact-value{font-family:var(--font-mono),ui-monospace,monospace;font-size:15px;font-weight:700;color:var(--text);white-space:nowrap}.cf-fact-unit{font-size:13px;color:var(--text-muted);font-weight:600}.cf-fact-proof{padding:0 12px 12px;display:flex;flex-direction:column;gap:6px}.cf-fact-proof blockquote{margin:0;padding-left:10px;border-left:2px solid var(--primary);font-size:13.5px;line-height:1.5;color:var(--text-dim)}.cf-fact-proof a{font-size:13px;color:var(--primary);text-decoration:none}.cf-fact-proof a:hover{text-decoration:underline}.cf-no-facts,.cf-note,.cf-source-nofacts{margin:0;padding:10px 12px;border-radius:10px;background:var(--surface-up);border:1px dashed var(--outline-strong);font-size:13.5px;line-height:1.5;color:var(--text-dim)}.cf-angle-list{gap:6px}.cf-angle,.cf-angle-list{display:flex;flex-direction:column}.cf-angle{gap:2px;padding:10px 12px;border:1px solid var(--outline);border-radius:11px;background:var(--surface);cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.cf-angle:hover{border-color:var(--outline-strong)}.cf-angle.is-active{border-color:rgba(45,91,255,.45);background:rgba(45,91,255,.06)}.cf-angle-name{font-size:14.5px;font-weight:700;color:var(--text)}.cf-angle-hint{font-size:13px;color:var(--text-muted);line-height:1.4}.cf-source-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.cf-source-list li{display:flex;flex-direction:column;gap:2px}.cf-source-list a{font-size:14px;color:var(--text);text-decoration:none;line-height:1.4}.cf-source-list a:hover{color:var(--primary);text-decoration:underline}.cf-source-meta{font-size:13px;color:var(--text-muted)}.cf-trusted{color:#15803D;font-weight:700}.cf-sheet-foot{padding:14px 20px;border-top:1px solid var(--outline);background:var(--surface);display:flex;flex-direction:column;gap:6px}.cf-sheet-foot .btn{width:100%}.cf-sheet-foot-note{font-size:13px;color:var(--text-muted);text-align:center}.cf-editor{display:flex;flex-direction:column;gap:14px;padding-bottom:40px}.cf-ed-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cf-back{font-size:14px;font-weight:600;color:var(--text-dim);text-decoration:none}.cf-back:hover{color:var(--text)}.cf-ed-top-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.cf-ed-top-actions .input.sm{padding:7px 10px;font-size:13.5px;width:auto}.cf-save{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted)}.cf-save .dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted)}.cf-save.is-saving .dot{background:var(--primary);animation:cf-blink 1s ease-in-out infinite}.cf-save.is-saved .dot{background:#16A34A}.cf-save.is-error{color:#B45309}.cf-save.is-error .dot{background:#D97706}@keyframes cf-blink{0%,to{opacity:1}50%{opacity:.25}}.cf-ed-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,400px);gap:16px;align-items:start}.cf-ed-work{display:flex;flex-direction:column;gap:14px;min-width:0}.cf-ed-preview{position:sticky;top:12px}.cf-block{padding:16px;background:var(--surface);border:1px solid var(--outline);border-radius:var(--radius);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:10px}.cf-block-row{flex-direction:row;gap:12px;flex-wrap:wrap}.cf-block-row .cf-field{flex:1 1 200px}.cf-block-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.cf-block-title{margin:0;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.cf-link-btn{border:0;background:none;padding:0;font-size:13.5px;font-weight:600;color:var(--primary);cursor:pointer}.cf-link-btn:hover{text-decoration:underline}.cf-field{display:flex;flex-direction:column;gap:6px}.cf-field-hint{font-size:13px;color:var(--text-muted);line-height:1.45}.cf-textarea{width:100%;min-height:260px;padding:14px 16px;border:1px solid var(--outline);border-radius:12px;background:var(--surface-up);color:var(--text);font-family:var(--font-sans),system-ui,sans-serif;font-size:14.5px;line-height:1.62;resize:vertical}.cf-textarea:focus{outline:none;border-color:rgba(45,91,255,.45);background:var(--surface);box-shadow:0 0 0 3px rgba(45,91,255,.1)}.cf-textarea-foot{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted)}.cf-textarea-foot .mono{font-family:var(--font-mono),ui-monospace,monospace}.cf-edited-flag{margin-left:auto;color:#B45309}.cf-gen-row{display:flex;gap:8px;flex-wrap:wrap}.cf-price,.chip .price{margin-left:8px;padding:2px 6px;border-radius:5px;background:rgba(255,255,255,.22);font-family:var(--font-mono),ui-monospace,monospace;font-size:12.5px;font-weight:700}.chip .price{background:var(--surface-hi);color:var(--text-muted)}.cf-refine{display:flex;flex-direction:column;gap:8px;padding-top:4px}.cf-refine-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);display:inline-flex;align-items:center}.cf-refine-label .cf-price{background:var(--surface-hi);color:var(--text-muted)}.cf-source-panel{border:1px solid var(--outline);border-radius:var(--radius);background:var(--surface-up);overflow:hidden}.cf-source-panel.is-own{background:var(--surface)}.cf-source-head{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;border:0;background:none;cursor:pointer;text-align:left}.cf-source-head.as-static{cursor:default}.cf-source-kind{flex:none;padding:3px 8px;border-radius:6px;background:rgba(45,91,255,.1);color:var(--primary);font-size:12.5px;font-weight:700}.cf-source-title{min-width:0;font-size:14.5px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cf-source-caret{margin-left:auto;color:var(--text-muted);font-size:13px}.cf-source-body{padding:0 14px 14px;display:flex;flex-direction:column;gap:10px}.cf-source-summary{margin:0;font-size:14px;line-height:1.55;color:var(--text-dim)}.cf-source-summary a{color:var(--primary)}.cf-source-facts{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.cf-source-facts li{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid var(--outline);border-radius:999px;background:var(--surface);font-size:13px}.cf-source-fact-label{color:var(--text-muted)}.cf-source-fact-value{font-family:var(--font-mono),ui-monospace,monospace;font-weight:700;color:var(--text)}.cf-source-facts a{color:var(--primary);text-decoration:none}.cf-image-current{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.cf-image-current img{max-width:100%;max-height:320px;border-radius:12px;border:1px solid var(--outline);-o-object-fit:contain;object-fit:contain;background:var(--surface-up)}.cf-image-progress{display:flex;align-items:center;gap:10px;padding:16px;border:1px dashed var(--outline-strong);border-radius:12px;background:var(--surface-up);font-size:14px;color:var(--text-dim)}.cf-spinner{width:16px;height:16px;border:2px solid var(--outline-strong);border-top-color:var(--primary);border-radius:50%;animation:cf-spin .8s linear infinite;flex:none}@keyframes cf-spin{to{transform:rotate(1turn)}}.cf-image-controls{display:flex;gap:14px;flex-wrap:wrap}.cf-image-controls .cf-field{flex:1 1 220px}.cf-check{display:flex;gap:9px;align-items:flex-start;font-size:14px;cursor:pointer}.cf-check input{margin-top:2px}.cf-check-hint{display:block;font-size:13px;color:var(--text-muted);line-height:1.4}.cf-preview{display:flex;flex-direction:column;gap:10px;padding:14px;background:var(--surface-up);border:1px solid var(--outline);border-radius:var(--radius)}.cf-preview-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.cf-preview-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.cf-preview-channel{font-size:13px;color:var(--text-dim)}.cf-bubble-wrap{max-height:62vh;overflow-y:auto}.cf-bubble{background:var(--surface);border:1px solid var(--outline);border-radius:16px 16px 16px 6px;padding:12px 14px;box-shadow:0 1px 2px rgba(10,24,52,.06);display:flex;flex-direction:column;gap:10px}.cf-bubble-author{display:flex;align-items:center;gap:8px}.cf-bubble-ava{width:26px;height:26px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:var(--surface-hi)}.cf-bubble-ava-empty{display:grid;place-items:center;font-size:13px;font-weight:700;color:var(--text-dim)}.cf-bubble-name{font-size:13.5px;font-weight:700;color:var(--primary)}.cf-bubble-img{width:100%;border-radius:10px;display:block}.cf-bubble-text{display:flex;flex-direction:column;gap:10px}.cf-bubble-text p{margin:0;font-size:14px;line-height:1.55;color:var(--text);white-space:pre-wrap;word-break:break-word}.cf-bubble-empty{margin:0;font-size:14px;color:var(--text-muted);line-height:1.5}.cf-bubble-foot{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-muted)}.cf-bubble-foot .mono{font-family:var(--font-mono),ui-monospace,monospace}.cf-bubble-warn{color:#B45309}.cf-preview-actions{display:flex;gap:8px;flex-wrap:wrap}.cf-preview-note{margin:0;font-size:13px;line-height:1.45;color:var(--text-muted)}.cf-state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:48px 24px;text-align:center;background:var(--surface);border:1px solid var(--outline);border-radius:var(--radius)}.cf-state-ico{font-size:38px;line-height:1}.cf-state h3{margin:0;font-size:17px;font-weight:700;color:var(--text)}.cf-state p{margin:0;max-width:460px;font-size:14.5px;line-height:1.55;color:var(--text-dim)}.cf-state .btn{margin-top:6px}.cf-error{color:#B45309;font-size:14.5px}.cf-skeleton{padding:16px;display:flex;flex-direction:column;gap:10px}.sk{border-radius:7px;background:linear-gradient(90deg,var(--surface-hi) 25%,var(--surface-up) 37%,var(--surface-hi) 63%);background-size:400% 100%;animation:cf-shimmer 1.4s ease-in-out infinite}.sk-line{height:12px}.sk-line.w40{width:40%}.sk-line.w50{width:50%}.sk-line.w60{width:60%}.sk-line.w70{width:70%}.sk-line.w75{width:75%}.sk-line.w80{width:80%}.sk-line.w90{width:90%}.sk-line.w100{width:100%}@keyframes cf-shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion:reduce){.sk{animation:none}}@media (max-width:1080px){.cf-ed-grid{grid-template-columns:minmax(0,1fr)}.cf-ed-preview{position:static}.cf-bubble-wrap{max-height:none}}@media (max-width:720px){.cf .cf-title{font-size:22px}.cf-feed,.cf-topics{grid-template-columns:1fr}.cf-tab{min-width:118px;padding:9px 11px}.cf-tab-hint{display:none}.cf-bar{gap:8px}.cf-bar-period{width:100%;overflow-x:auto;scrollbar-width:none}.cf-bar-period::-webkit-scrollbar{display:none}.cf-bar-period button{flex:none}.cf-bar-select{flex:1 1 140px;min-width:0}.cf-bar-sort{margin-left:0;flex:1 1 100%}.cf-sheet{width:100%;border-left:0;border-top-left-radius:18px;border-top-right-radius:18px}.cf-sheet-overlay{align-items:flex-end}.cf-sheet{height:92dvh}.cf-post-thumb{width:58px;height:58px}.cf-own-btn{width:100%}.cf-head{align-items:stretch}.cf-image-current img{max-height:240px}}.ui-select{position:relative;display:block}.ui-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--outline);border-radius:10px;background:var(--surface);color:var(--text);font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s}.ui-select-trigger:hover:not(:disabled){border-color:var(--outline-strong)}.ui-select-trigger:focus-visible,.ui-select.is-open .ui-select-trigger{outline:none;border-color:rgba(45,91,255,.45);box-shadow:0 0 0 3px rgba(45,91,255,.1)}.ui-select-trigger:disabled{opacity:.55;cursor:not-allowed}.ui-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select-value.is-placeholder{color:var(--text-muted)}.ui-select-caret{flex:none;display:grid;place-items:center;color:var(--text-muted);transition:transform .18s var(--ease)}.ui-select.is-open .ui-select-caret{transform:rotate(180deg)}.ui-select-list{position:absolute;z-index:70;top:calc(100% + 6px);left:0;right:0;max-height:280px;overflow-y:auto;padding:5px;background:var(--surface);border:1px solid var(--outline-strong);border-radius:12px;box-shadow:0 8px 24px rgba(10,24,52,.12),0 24px 48px rgba(10,24,52,.1);animation:ui-select-in .14s var(--ease)}.ui-select-list.is-up{top:auto;bottom:calc(100% + 6px)}@keyframes ui-select-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ui-select-list{animation:none}}.ui-select-option{display:flex;flex-direction:column;gap:1px;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:14.5px;color:var(--text)}.ui-select-option.is-active{background:var(--surface-hi)}.ui-select-option.is-selected .ui-select-option-label{font-weight:700;color:var(--primary)}.ui-select-option.is-disabled{opacity:.45;cursor:not-allowed}.ui-select-option-hint{font-size:13px;color:var(--text-muted);line-height:1.35}.ui-select-trigger.sm{padding:7px 10px;font-size:13.5px;border-radius:9px}.cf-intro{position:relative;padding:22px 24px;border:1px solid var(--outline);border-radius:var(--radius);background:radial-gradient(90% 120% at 0 0,rgba(45,91,255,.07),transparent 60%),var(--surface);box-shadow:var(--shadow-card)}.cf-intro-close{position:absolute;top:12px;right:12px;width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer;font-size:14px}.cf-intro-close:hover{background:var(--surface-hi);color:var(--text)}.cf-intro-head{max-width:640px;margin-bottom:18px}.cf-intro .cf-intro-title{margin:0 0 6px;font-size:20px;font-weight:700;letter-spacing:-.015em;color:var(--text)}.cf-intro-lead{margin:0;font-size:14px;line-height:1.55;color:var(--text-dim)}.cf-intro-paths{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}.cf-intro-path{display:flex;flex-direction:column;gap:5px;padding:14px;border:1px solid var(--outline);border-radius:14px;background:var(--surface-up);text-align:left;cursor:pointer;transition:transform .18s var(--ease),border-color .18s,background .18s}.cf-intro-path:hover{transform:translateY(-2px);border-color:rgba(45,91,255,.35);background:var(--surface)}.cf-intro-ico{font-size:22px;line-height:1}.cf-intro-path-title{font-size:14.5px;font-weight:700;color:var(--text)}.cf-intro-path-text{font-size:13.5px;line-height:1.5;color:var(--text-dim)}.cf-intro-path-foot{margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:8px}.cf-intro-action{font-size:13.5px;font-weight:700;color:var(--primary)}.cf-intro-price{font-size:12.5px;font-weight:700;color:var(--text-muted);padding:2px 7px;border-radius:999px;background:var(--surface-hi)}.cf-intro-price.is-free{color:#15803D;background:rgba(22,163,74,.1)}.cf-intro-money{margin:16px 0 0;padding-top:14px;border-top:1px solid var(--outline);font-size:13.5px;line-height:1.5;color:var(--text-muted)}.cf-groups{gap:22px}.cf-group,.cf-groups{display:flex;flex-direction:column}.cf-group{gap:12px}.cf-group-title{display:flex;align-items:center;gap:8px;margin:0;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.cf-group-count{padding:1px 7px;border-radius:999px;background:var(--surface-hi);font-size:12.5px;color:var(--text-dim);letter-spacing:0}.cf-state-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:6px}.cf-image-modes{align-self:flex-start;flex-wrap:wrap}.cf-image-modes button{display:inline-flex;align-items:center;gap:6px}.cf-mode-note{font-size:12px;font-weight:700;padding:1px 6px;border-radius:999px;background:var(--surface-hi);color:var(--text-muted)}.cf-mode-note.is-free{color:#15803D;background:rgba(22,163,74,.12)}.cf-price-free{background:rgba(255,255,255,.22)}.cf-ai-image,.cf-own-image{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.cf-ai-image .btn,.cf-own-image .btn{align-self:flex-start}.cf-cover{gap:12px}.cf-cover,.cf-cover-controls{display:flex;flex-direction:column}.cf-cover-controls{gap:10px}.cf-cover-dot{width:11px;height:11px;border-radius:50%;border:1px solid rgba(10,24,52,.14)}.cf-cover-preview{display:flex;justify-content:center;padding:14px;background:var(--surface-up);border:1px solid var(--outline);border-radius:12px}.cf-cover-preview canvas{max-width:100%;max-height:340px;height:auto;border-radius:8px;box-shadow:0 4px 14px rgba(10,24,52,.12)}.cf-cover .btn{align-self:flex-start}.cf-cover-note{margin:0;font-size:13px;color:var(--text-muted)}.cf-status-select{min-width:150px}@media (max-width:720px){.cf-intro{padding:18px 16px}.cf-intro-paths{grid-template-columns:1fr}.cf-image-modes{width:100%}.cf-cover-preview canvas{max-height:260px}}.cf-more{align-self:center;margin-top:4px}.cf-plan{display:flex;flex-direction:column;gap:16px}.cf-plan-head{justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 16px;background:var(--surface);border:1px solid var(--outline);border-radius:var(--radius);box-shadow:var(--shadow-card)}.cf-plan-head,.cf-plan-state{display:flex;align-items:center}.cf-plan-state{gap:12px;min-width:0}.cf-plan-dot{flex:none;width:10px;height:10px;border-radius:50%;background:var(--text-muted)}.cf-plan-dot.is-on{background:#16A34A;box-shadow:0 0 0 4px rgba(22,163,74,.14)}.cf-plan-state-title{font-size:14.5px;font-weight:700;color:var(--text)}.cf-plan-state-note{font-size:13.5px;color:var(--text-muted);line-height:1.45}.cf-plan-actions{display:flex;gap:8px;margin-left:auto}.cf-plan-settings{display:flex;flex-direction:column;gap:12px}.cf-plan-save{display:flex;gap:8px;flex-wrap:wrap}.cf-plan-error{margin:0 0 10px;background:var(--danger-soft,#fdeceb);color:var(--danger,#a32118);font-size:14px}.cf-plan-error,.cf-plan-estimate{padding:10px 12px;border-radius:10px}.cf-plan-estimate{margin:4px 0 0;background:var(--surface-up);font-size:13.5px;line-height:1.5;color:var(--text-dim)}.cf-money{border-color:rgba(217,119,6,.35)}.cf-rhythm{display:flex;flex-direction:column;gap:4px;overflow-x:auto}.cf-rhythm-row{display:grid;grid-template-columns:minmax(150px,1.4fr) repeat(7,minmax(34px,1fr));align-items:center;gap:4px}.cf-rhythm-head .cf-rhythm-day{text-align:center;font-size:12.5px;font-weight:700;color:var(--text-muted);text-transform:uppercase}.cf-rhythm-rubric{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--text);white-space:nowrap}.cf-rhythm-manual{padding:1px 6px;border-radius:999px;background:var(--surface-hi);font-size:11.5px;font-weight:700;color:var(--text-muted)}.cf-rhythm-cell{height:32px;border:1px solid var(--outline);border-radius:8px;background:var(--surface-up);cursor:pointer;transition:background .15s,border-color .15s}.cf-rhythm-cell:hover{border-color:var(--outline-strong)}.cf-rhythm-cell.is-on{background:var(--primary);border-color:transparent;box-shadow:0 2px 6px rgba(45,91,255,.28)}.cf-weeks{gap:18px}.cf-week,.cf-weeks{display:flex;flex-direction:column}.cf-week{gap:10px}.cf-week-title{margin:0;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.cf-week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.cf-day{display:flex;flex-direction:column;gap:6px;min-height:96px;padding:8px;background:var(--surface-up);border:1px solid var(--outline);border-radius:12px}.cf-day.is-today{border-color:rgba(45,91,255,.45);background:var(--surface)}.cf-day-head{display:flex;align-items:baseline;gap:6px}.cf-day-name{font-size:12.5px;font-weight:700;color:var(--text-muted);text-transform:uppercase}.cf-day-num{font-size:13px;color:var(--text-dim);font-family:var(--font-mono),ui-monospace,monospace}.cf-day-slots{gap:6px}.cf-day-slots,.cf-slot{display:flex;flex-direction:column}.cf-slot{gap:3px;padding:8px;border:1px solid var(--outline);border-radius:9px;background:var(--surface);text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}a.cf-slot:hover{border-color:rgba(45,91,255,.45);transform:translateY(-1px)}.cf-slot.is-empty{border-style:dashed;background:transparent}.cf-slot.is-manual{border-color:rgba(122,131,152,.35)}.cf-slot-rubric{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;color:var(--text-dim)}.cf-slot-title{font-size:13px;line-height:1.35;color:var(--text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cf-slot-empty{font-size:13px;color:var(--text-muted);font-style:italic}.cf-slot-flag{align-self:flex-start;padding:1px 6px;border-radius:999px;background:rgba(217,119,6,.12);color:#B45309;font-size:11.5px;font-weight:700}@media (max-width:900px){.cf-week-grid{grid-template-columns:1fr}.cf-day{min-height:0;flex-direction:row;gap:10px}.cf-day,.cf-day-head{align-items:flex-start}.cf-day-head{flex:none;width:54px;flex-direction:column}.cf-day-slots{flex:1 1 auto}.cf-day:not(.is-today) .cf-day-slots:empty:after{content:"—";color:var(--text-muted);font-size:13px}.cf-rhythm-row{grid-template-columns:minmax(120px,1fr) repeat(7,minmax(30px,1fr))}}.cf-slot.is-draggable{cursor:grab}.cf-slot.is-draggable:active{cursor:grabbing}.cf-slot.is-dragging{opacity:.4}.cf-day.is-drop{border-color:var(--primary);background:rgba(45,91,255,.06);box-shadow:inset 0 0 0 1px rgba(45,91,255,.35)}.cf-day.is-locked{opacity:.45}@media (hover:none){.cf-slot.is-draggable{cursor:default}}.dash-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:14px;align-items:start;margin-top:18px}.dash-col{display:flex;flex-direction:column;gap:14px;min-width:0}@media (max-width:900px){.dash-grid{grid-template-columns:1fr}}.dash-card{background:var(--surface,#fff);border:1px solid var(--border,#e3e8f0);border-radius:14px;padding:16px 18px}.dash-card h3{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:15px;font-weight:700}.dash-card h3 .dash-link{margin-left:auto;font-size:13px;font-weight:500;color:var(--text-muted,#5b6b7f);white-space:nowrap}.dash-card h3 .dash-link:hover{color:var(--accent,#2563eb)}.dash-actions{display:flex;flex-wrap:wrap;gap:8px}.dash-actions .dash-action{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border:1px solid var(--border,#dde3ec);border-radius:10px;background:var(--surface,#fff);font-size:13.5px;font-weight:600;color:inherit;cursor:pointer}.dash-actions .dash-action:hover{border-color:var(--accent,#2563eb);color:var(--accent,#2563eb)}.dash-actions .dash-action small{font-weight:400;color:var(--text-muted,#5b6b7f)}@media (max-width:768px){.dash-actions{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.dash-actions .dash-action{flex:none;white-space:nowrap}}.dash-kpi{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.dash-kpi .kpi{background:var(--surface,#fff);border:1px solid var(--border,#e3e8f0);border-radius:12px;padding:10px 14px;min-width:0}.dash-kpi .kpi .l{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted,#5b6b7f);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-kpi .kpi .v{font-size:20px;font-weight:700;font-variant-numeric:tabular-nums;margin-top:2px}.dash-kpi .kpi .d{font-size:12px;font-weight:600}.dash-kpi .kpi .d.up{color:var(--ok,#12805c)}.dash-kpi .kpi .d.down{color:var(--danger,#c2413b)}.dash-kpi .kpi .d.flat{color:var(--text-muted,#5b6b7f)}.dash-check-progress{height:8px;border-radius:5px;background:var(--accent-soft,#e8efff);overflow:hidden;margin-bottom:12px}.dash-check-progress i{display:block;height:100%;background:var(--accent,#2563eb);border-radius:5px}.dash-check-step{display:flex;gap:10px;padding:8px 0;align-items:baseline;flex-wrap:wrap}.dash-check-step+.dash-check-step{border-top:1px solid var(--surface-2,#eef1f6)}.dash-check-step .t{flex:1 1 180px}.dash-check-step .n{flex:none;width:22px;height:22px;border-radius:50%;background:var(--accent-soft,#e8efff);color:var(--accent,#2563eb);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;align-self:center}.dash-check-step.done .n{background:var(--ok-soft,#e2f4ec);color:var(--ok,#12805c)}.dash-check-step.done .t{color:var(--text-muted,#8b98a9);text-decoration:line-through}.dash-check-step .t{font-size:14px;min-width:0}.dash-check-step .t small{display:block;color:var(--text-muted,#5b6b7f)}.dash-check-bar{display:flex;align-items:center;gap:10px;width:100%;padding:11px 16px;border:1px solid var(--border,#dde3ec);border-radius:12px;background:var(--surface,#fff);font:inherit;font-size:14px;cursor:pointer;text-align:left}.dash-check-bar:hover{border-color:var(--accent,#2563eb)}.dash-check-side .dash-check-body{max-height:420px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.dash-check-bar .mini-progress{flex:1;max-width:220px;height:6px;border-radius:4px;background:var(--accent-soft,#e8efff);overflow:hidden}.dash-check-bar .mini-progress i{display:block;height:100%;background:var(--accent,#2563eb);border-radius:4px}.dash-check-bar .cnt{margin-left:auto;color:var(--text-muted,#5b6b7f);font-variant-numeric:tabular-nums;white-space:nowrap}.dash-check-bar .chev,.dash-check-skip{color:var(--text-muted,#8b98a9)}.dash-check-skip{background:none;border:0;padding:0;font:inherit;font-size:12.5px;cursor:pointer;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.dash-check-skip:hover{color:var(--danger,#c2413b)}.dash-grid--even{grid-template-columns:1fr 1fr}@media (max-width:900px){.dash-grid--even{grid-template-columns:1fr}}.dash-check-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid var(--border,#dde3ec);border-radius:99px;font-size:13px;background:var(--surface,#fff);cursor:pointer}.dash-ev{display:flex;gap:10px;padding:7px 0;align-items:baseline}.dash-ev+.dash-ev{border-top:1px solid var(--surface-2,#eef1f6)}.dash-ev .t{flex:none;width:46px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--accent,#2563eb)}.dash-ev.late .t{color:var(--danger,#c2413b)}.dash-ev .body{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.dash-ev .body small{color:var(--text-muted,#5b6b7f)}.dash-stats{display:flex;gap:16px;flex-wrap:wrap}.dash-stats .st{min-width:0}.dash-stats .st .l{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted,#5b6b7f)}.dash-stats .st .v{font-size:18px;font-weight:700;font-variant-numeric:tabular-nums}.dash-stats .st .v small{font-size:12px;font-weight:600}.dash-warn{margin-top:10px;font-size:13px;color:var(--warn,#b45309)}.dash-chips{display:flex;flex-wrap:wrap;gap:6px}.dash-chips .chip{font-size:12.5px;border-radius:8px;padding:4px 10px;background:var(--surface-2,#eef1f6);color:var(--text,#17202e);white-space:nowrap}.dash-chips .chip b{font-variant-numeric:tabular-nums}.dash-chips .chip.won{background:var(--ok-soft,#e2f4ec);color:var(--ok,#0d6a4c)}.dash-showcase{border:1.5px dashed var(--border,#c9d3e2);border-radius:14px;padding:16px 18px;background:transparent}.dash-showcase .tag{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted,#8b98a9)}.dash-showcase p{margin:6px 0 10px;font-size:13.5px;color:var(--text-muted,#5b6b7f)}.dash-work-tile{position:relative;display:block;border-radius:10px;overflow:hidden;aspect-ratio:4/3}.dash-work-tile .cap{position:absolute;left:0;right:0;bottom:0;padding:14px 8px 6px;font-size:11px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.55))}.dash-stage-banner{display:flex;gap:10px;align-items:center;border:1px solid var(--accent-soft,#d8e3fa);background:var(--accent-soft,#f2f6ff);border-radius:12px;padding:10px 14px;font-size:13.5px;margin-top:14px}.dash-stage-banner button{margin-left:auto;background:none;border:0;cursor:pointer;color:var(--text-muted,#5b6b7f)}.dash-skel{border-radius:14px;min-height:96px;background:var(--surface-2,#eef1f6);animation:dashPulse 1.2s ease-in-out infinite}@keyframes dashPulse{0%,to{opacity:.55}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.dash-skel{animation:none}}.inbox-tabs{display:flex;gap:6px;margin:14px 0}.inbox-tab{border:1px solid var(--border,#dde3ec);background:var(--surface,#fff);border-radius:99px;padding:7px 16px;font-size:13.5px;font-weight:600;cursor:pointer}.inbox-tab.active{background:var(--accent,#2563eb);border-color:var(--accent,#2563eb);color:#fff}.inbox-split{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:14px;align-items:start}.inbox-list{display:flex;flex-direction:column;gap:8px;min-width:0;max-height:72vh;overflow-y:auto;overscroll-behavior:contain;padding:3px}.inbox-item{text-align:left;background:var(--surface,#fff);border:1px solid var(--border,#e3e8f0);border-radius:12px;padding:11px 14px;cursor:pointer;font:inherit;color:inherit;min-width:0}.inbox-item.active,.inbox-item:hover{border-color:var(--accent,#2563eb)}.inbox-item.active{box-shadow:0 0 0 1px var(--accent,#2563eb)}.inbox-item.waiting{border-left:3px solid var(--danger,#c2413b)}.inbox-item .row1{display:flex;gap:8px;align-items:baseline;min-width:0}.inbox-item .who{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-item .ch{flex:none;font-size:10.5px;font-weight:700;border-radius:5px;padding:1px 6px;background:var(--surface-2,#eef1f6);color:var(--text-muted,#5b6b7f)}.inbox-item .ch-avito_messenger{background:#e8f7ee;color:#0a9952}.inbox-item .ch-telegram,.inbox-item .ch-telegram_userbot{background:#e3f2fd;color:#0277bd}.inbox-item .ch-domclick_chat{background:#e8eaf6;color:#3f51b5}.inbox-item .ch-cian_messenger{background:#fdeaec;color:#d6336c}.inbox-item .cab{font-size:10.5px;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-item .cab,.inbox-item .when{flex:none;color:var(--text-muted,#8b98a9)}.inbox-item .when{margin-left:auto;font-size:12px;font-variant-numeric:tabular-nums}.inbox-item .row2{display:flex;gap:6px;align-items:center;margin-top:4px;min-width:0}.inbox-item .preview{color:var(--text-muted,#5b6b7f);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-item .dot-wait{background:var(--danger,#c2413b)}.inbox-item .dot-new,.inbox-item .dot-wait{flex:none;width:8px;height:8px;border-radius:50%}.inbox-item .dot-new{background:var(--accent,#2563eb)}.inbox-item .manual-mark{margin-top:4px;font-size:11px;color:var(--warn,#b45309)}.inbox-thread{display:flex;flex-direction:column;min-height:420px;max-height:72vh}.inbox-thread-empty{align-items:center;justify-content:center;color:var(--text-muted,#8b98a9)}.thread-head{display:flex;gap:10px;align-items:center;padding-bottom:10px;border-bottom:1px solid var(--surface-2,#eef1f6)}.thread-head .back{display:none;background:none;border:0;font-size:18px;cursor:pointer;color:inherit}.thread-head .meta{font-size:12.5px;color:var(--text-muted,#5b6b7f)}.thread-scroll{flex:1;overflow-y:auto;padding:12px 2px;display:flex;flex-direction:column;gap:8px}.msg{display:flex}.msg.in{justify-content:flex-start}.msg.out{justify-content:flex-end}.msg .bubble{max-width:78%;border-radius:12px;padding:8px 12px;font-size:14px;white-space:pre-wrap;overflow-wrap:break-word;background:var(--surface-2,#eef1f6)}.msg.out .bubble{background:var(--accent-soft,#e8efff)}.msg.draft .bubble{opacity:.65;border:1px dashed var(--border,#c9d3e2)}.msg .stamp{display:block;margin-top:4px;font-size:11px;color:var(--text-muted,#8b98a9)}.thread-reply{display:flex;gap:8px;padding-top:10px;border-top:1px solid var(--surface-2,#eef1f6)}.thread-reply textarea{flex:1;resize:none;border:1px solid var(--border,#dde3ec);border-radius:10px;padding:9px 12px;font:inherit;font-size:14px;min-height:44px}.thread-reply textarea:focus{outline:2px solid var(--accent,#2563eb);outline-offset:-1px}@media (max-width:900px){.inbox-split{grid-template-columns:1fr}.inbox-list{max-height:none;overflow:visible;padding:0}.inbox-split.has-open .inbox-list,.inbox-thread-empty{display:none}.thread-head .back{display:block}.inbox-thread{max-height:none;min-height:60vh}}.sb-link.sb-glow{animation:sbGlow .8s ease 4;border-radius:10px}@keyframes sbGlow{0%,to{box-shadow:0 0 0 0 rgba(37,99,235,0)}50%{box-shadow:0 0 0 3px rgba(37,99,235,.35)}}.dash-fresh .dash-card,.dash-fresh .dash-showcase{animation:dashFreshGlow 1.6s ease 2}@keyframes dashFreshGlow{0%,to{box-shadow:0 0 0 0 rgba(37,99,235,0)}50%{box-shadow:0 0 0 3px rgba(37,99,235,.22)}}@media (prefers-reduced-motion:reduce){.dash-fresh .dash-card,.dash-fresh .dash-showcase,.sb-link.sb-glow{animation:none}}@media (max-width:900px){.dash-desktop-only{display:none}}.dash-settings{margin-top:14px}.dash-settings-row{display:flex;align-items:center;gap:10px;padding:6px 0;border-top:1px solid var(--surface-2,#eef1f6);font-size:14px}.dash-settings-row label{display:flex;align-items:center;gap:8px;cursor:pointer}.dash-settings-row .arrows{margin-left:auto;display:flex;gap:4px}.dash-settings-row .arrows button{width:28px;height:28px;border:1px solid var(--border,#dde3ec);border-radius:7px;background:var(--surface,#fff);cursor:pointer;font-size:13px}.dash-settings-row .arrows button:hover{border-color:var(--accent,#2563eb);color:var(--accent,#2563eb)}.dash-tour-chips{display:flex;flex-wrap:wrap;gap:6px}.tour-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border:1px solid var(--border,#dde3ec);border-radius:99px;font-size:12.5px;color:inherit;text-decoration:none}.tour-chip:hover{border-color:var(--accent,#2563eb);color:var(--accent,#2563eb)}.tour-chip.seen{color:var(--ok,#12805c);border-color:var(--ok-soft,#bfe4d4);background:var(--ok-soft,#e2f4ec)}.dash-settings-pop{position:absolute;right:0;top:calc(100% + 8px);width:340px;max-height:60vh;overflow-y:auto;z-index:80;box-shadow:0 12px 32px rgba(10,24,52,.14)}.dash-settings-row .nodata{display:block;font-size:11.5px;color:var(--text-muted,#8b98a9)}@media (max-width:900px){.dash-settings-pop{position:fixed;left:12px;right:12px;width:auto;top:70px}}.inbox-item{display:flex;gap:10px;align-items:flex-start}.inbox-item .cols{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.inbox-item .row1,.inbox-item .row2{display:flex}.inbox-channels{display:inline-flex;gap:6px;flex-wrap:wrap;margin-left:4px}.inbox-chip{border:1px solid var(--border,#dde3ec);background:var(--surface,#fff);border-radius:99px;padding:5px 12px;font-size:12.5px;cursor:pointer;color:var(--text-muted,#5b6b7f)}.inbox-chip:hover{border-color:var(--accent,#2563eb);color:var(--accent,#2563eb)}.inbox-chip.active{background:var(--surface-2,#eef1f6);color:var(--text,#17202e);border-color:var(--text-muted,#8b98a9)}.inbox-more{border:1px dashed var(--border,#c9d3e2);background:none;border-radius:10px;padding:9px;font:inherit;font-size:13px;color:var(--text-muted,#5b6b7f);cursor:pointer}.inbox-more:hover{border-color:var(--accent,#2563eb);color:var(--accent,#2563eb)}.inbox-empty{text-align:center;color:var(--text-muted,#5b6b7f);display:flex;flex-direction:column;gap:4px;align-items:center;padding:26px 16px}.inbox-empty .big{font-size:26px}.inbox-empty b{color:var(--text,#17202e)}.day-sep{align-self:center;font-size:11.5px;font-weight:600;color:var(--text-muted,#8b98a9);background:var(--surface-2,#eef1f6);border-radius:99px;padding:3px 12px;margin:6px 0 2px}.dash-balance-card{background:var(--bg,#f2f6ff);border:1px solid var(--outline,#d8e3fa);border-radius:14px;padding:12px 14px;display:flex;flex-direction:column;gap:6px}.dash-balance-card .amt-link{color:inherit;text-decoration:none;min-width:0}.dash-balance-card .amt{display:flex;align-items:center;gap:6px;font-size:22px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap;overflow:hidden}.dash-balance-card .amt-coin{flex:none;color:#d97706}.dash-balance-card .amt-unit{font-size:12px;font-weight:400;color:var(--text-muted,#5b6b7f);align-self:flex-end;padding-bottom:3px}.dash-balance-card .plan{display:block;font-size:12px;color:var(--text-muted,#5b6b7f);margin-top:1px}.dash-balance-card .meta{font-size:12.5px;color:var(--ok,#12805c)}.dash-hero{position:relative;margin-top:16px;margin-bottom:14px;border-radius:18px;padding:26px 28px;color:#fff;display:flex;align-items:center;gap:20px;flex-wrap:wrap;overflow:hidden}.dash-hero:before{content:"";position:absolute;top:-70px;right:-40px;width:210px;height:210px;border-radius:50%;background:rgba(255,255,255,.16);pointer-events:none}.dash-hero.hero-blue{background:linear-gradient(135deg,#2451d6,#4f83f4)}.dash-hero.hero-violet{background:linear-gradient(135deg,#7c3aed,#a855f7)}.dash-hero.hero-orange{background:linear-gradient(135deg,#ea580c,#fb923c)}.dash-hero.hero-green{background:linear-gradient(135deg,#0e9f6e,#34d399)}.dash-hero.hero-indigo{background:linear-gradient(135deg,#4338ca,#6d78f6)}.dash-hero.hero-teal{background:linear-gradient(135deg,#0d9488,#2dd4bf)}.dash-hero.hero-night{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.dash-hero-body{flex:1 1 320px;min-width:0;position:relative}.dash-hero .hero-pill{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:#fff;border-radius:99px;padding:5px 13px;margin-bottom:12px}.hero-blue .hero-pill,.hero-night .hero-pill{color:#2451d6}.hero-violet .hero-pill{color:#7c3aed}.hero-orange .hero-pill{color:#c2410c}.hero-green .hero-pill{color:#0e9f6e}.hero-indigo .hero-pill{color:#4338ca}.hero-teal .hero-pill{color:#0d9488}.dash-hero h2{margin:0 0 6px;font-size:23px;line-height:1.22;letter-spacing:-.01em;text-wrap:balance}.dash-hero p,body.app .dash-hero p{margin:0;font-size:14px;color:rgba(255,255,255,.96);max-width:52ch}.dash-hero-actions{display:flex;gap:10px;flex:none;flex-wrap:wrap;position:relative}.dash-hero .hero-btn{display:inline-block;border-radius:12px;padding:11px 20px;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}.dash-hero .hero-btn.primary{background:#fff;box-shadow:0 4px 14px rgba(10,24,52,.18)}.hero-blue .hero-btn.primary,.hero-night .hero-btn.primary{color:#2451d6}.hero-violet .hero-btn.primary{color:#7c3aed}.hero-orange .hero-btn.primary{color:#c2410c}.hero-green .hero-btn.primary{color:#0e9f6e}.hero-indigo .hero-btn.primary{color:#4338ca}.hero-teal .hero-btn.primary{color:#0d9488}.dash-hero .hero-btn.primary:hover{transform:translateY(-1px)}.dash-hero .hero-btn.ghost{border:1px solid rgba(255,255,255,.55);color:#fff}.dash-hero .hero-btn.ghost:hover{background:rgba(255,255,255,.12)}.dash-tiles{margin-top:14px}.dash-tiles .qa-card{transition:transform .15s ease,box-shadow .15s ease;border:1px solid transparent}.dash-tiles .qa-card.photos{background:linear-gradient(160deg,#eef4ff,#fafcff);border-color:#dbe7fb}.dash-tiles .qa-card.staging{background:linear-gradient(160deg,#f6efff,#fdfbff);border-color:#e9dcfa}.dash-tiles .qa-card.floorplan{background:linear-gradient(160deg,#eefaf3,#fbfffc);border-color:#d5eee0}.dash-tiles .qa-card.listing{background:linear-gradient(160deg,#fff6ec,#fffdfa);border-color:#f5e3cc}.dash-tiles .qa-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(10,24,52,.1)}@media (prefers-reduced-motion:reduce){.dash-hero .hero-btn.primary,.dash-tiles .qa-card{transition:none;transform:none}}.dash-balance .dash-balance-amt{display:flex;align-items:baseline;gap:7px;white-space:nowrap;overflow:hidden}.dash-balance .amt-coin{flex:none;color:#d97706;align-self:center}.dash-balance .num{font-size:26px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.dash-balance .dash-balance-amt small{font-size:12px;color:var(--text-muted,#5b6b7f)}.dash-balance .dash-balance-sub{font-size:12.5px;color:var(--text-muted,#5b6b7f);margin-top:2px}.dash-balance .dash-balance-meta{margin-top:8px;font-size:12.5px;color:var(--ok,#12805c)}