.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:13.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:12.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:12.5px;line-height:1.5;color:var(--text-dim)}.cf-about-price{margin-top:4px;align-self:flex-start;font-size:11px;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:13px;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:11.5px;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:11px;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:11.5px;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:11px;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:13.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:11.5px;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:12.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:13px;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:13px;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:11.5px;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:12.5px;color:var(--text-muted);white-space:nowrap}.cf-status{display:inline-flex;padding:3px 8px;border-radius:6px;font-size:11px;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:12.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:12px;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:12px;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:12.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:13px;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:12px;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:12.5px;line-height:1.5;color:var(--text-dim)}.cf-fact-proof a{font-size:12px;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:12.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:13.5px;font-weight:700;color:var(--text)}.cf-angle-hint{font-size:12px;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:13px;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:11.5px;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:11.5px;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:13px;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:12.5px;width:auto}.cf-save{display:inline-flex;align-items:center;gap:6px;font-size:12px;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:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.cf-link-btn{border:0;background:none;padding:0;font-size:12.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:11.5px;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:11.5px;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:11px;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:12px;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:11px;font-weight:700}.cf-source-title{min-width:0;font-size:13.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:12px}.cf-source-body{padding:0 14px 14px;display:flex;flex-direction:column;gap:10px}.cf-source-summary{margin:0;font-size:13px;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:12px}.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:13px;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:13px;cursor:pointer}.cf-check input{margin-top:2px}.cf-check-hint{display:block;font-size:11.5px;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:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.cf-preview-channel{font-size:12px;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:12px;font-weight:700;color:var(--text-dim)}.cf-bubble-name{font-size:12.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:13px;color:var(--text-muted);line-height:1.5}.cf-bubble-foot{display:flex;align-items:center;gap:8px;font-size:11px;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:11.5px;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:13.5px;line-height:1.55;color:var(--text-dim)}.cf-state .btn{margin-top:6px}.cf-error{color:#B45309;font-size:13.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:13.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:11.5px;color:var(--text-muted);line-height:1.35}.ui-select-trigger.sm{padding:7px 10px;font-size:12.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:13px}.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:12.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:12.5px;font-weight:700;color:var(--primary)}.cf-intro-price{font-size:11px;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:12.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:12px;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:11px;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:10.5px;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:12px;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:12.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-estimate{margin:4px 0 0;padding:10px 12px;border-radius:10px;background:var(--surface-up);font-size:12.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:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase}.cf-rhythm-rubric{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text);white-space:nowrap}.cf-rhythm-manual{padding:1px 6px;border-radius:999px;background:var(--surface-hi);font-size:10px;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:12px;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:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase}.cf-day-num{font-size:12px;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:11px;font-weight:700;color:var(--text-dim)}.cf-slot-title{font-size:12px;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:11.5px;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:10px;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:12px}.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}}