:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f5;--border: #e3e6ea;--text: #1a1d21;--muted: #6b7280;--faint: #9aa1ab;--accent: #4f46e5;--accent-soft: #eef0fe;--accent-text: #4338ca;--green: #16a34a;--amber: #d97706;--red: #dc2626;--tg: #229ed9;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 4px 16px rgba(16, 24, 40, .06);--shadow-lg: 0 10px 40px rgba(16, 24, 40, .18);--sans: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;--radius-lg: 18px;--nav-h: 60px;--safe-b: env(safe-area-inset-bottom, 0px);--z-nav: 45;--z-sheet: 65;--z-chat: 60;--z-drawer: 55;--z-modal: 70;--z-toast: 90}@media(prefers-color-scheme:dark){:root{--bg: #0f1115;--surface: #171a1f;--surface-2: #1e222a;--border: #2a2f38;--text: #e8eaed;--muted: #9aa1ab;--faint: #6b7280;--accent: #6366f1;--accent-soft: #20223a;--accent-text: #a5b4fc;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 4px 16px rgba(0, 0, 0, .35);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .6)}}:root[data-theme=dark]{--bg: #0f1115;--surface: #171a1f;--surface-2: #1e222a;--border: #2a2f38;--text: #e8eaed;--muted: #9aa1ab;--faint: #6b7280;--accent: #6366f1;--accent-soft: #20223a;--accent-text: #a5b4fc;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 4px 16px rgba(0, 0, 0, .35);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .6)}:root[data-theme=light]{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f5;--border: #e3e6ea;--text: #1a1d21;--muted: #6b7280;--faint: #9aa1ab;--accent: #4f46e5;--accent-soft: #eef0fe;--accent-text: #4338ca;--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 4px 16px rgba(16, 24, 40, .06);--shadow-lg: 0 10px 40px rgba(16, 24, 40, .18)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--sans);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px;border:2px solid var(--bg)}.app{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:16px 12px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px;padding:6px 8px 16px;margin-bottom:10px;font-weight:700;font-size:15px;letter-spacing:-.01em;border-bottom:1px solid var(--border)}.brand .logo{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,var(--accent),#8b5cf6);display:grid;place-items:center;color:#fff;font-weight:800;font-size:15px}.nav-group-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--faint);padding:16px 10px 6px;font-weight:600}.nav-item{display:flex;align-items:center;gap:11px;padding:8px 10px;margin-bottom:2px;border-radius:var(--radius-sm);color:var(--muted);font-weight:500;font-size:13.5px;width:100%;text-align:left;position:relative;transition:.12s}.nav-item .ico{width:17px;height:17px;flex:none;opacity:.8}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item.active{background:var(--accent-soft);color:var(--accent-text);font-weight:600}.nav-item.active:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:3px;height:18px;border-radius:0 3px 3px 0;background:var(--accent)}.nav-item .badge{margin-left:auto;font-size:10px;background:var(--surface-2);color:var(--faint);padding:2px 7px;border-radius:20px;font-weight:600}.nav-item.soon{opacity:.55;cursor:not-allowed}.nav-item .count{margin-left:auto;font-size:11px;background:var(--accent);color:#fff;min-width:18px;height:18px;padding:0 5px;border-radius:20px;display:grid;place-items:center;font-weight:600}.avatar{width:30px;height:30px;border-radius:50%;background:var(--surface-2);display:grid;place-items:center;font-weight:600;font-size:12px;color:var(--muted);flex:none}.main{display:flex;flex-direction:column;min-width:0}.topbar{height:60px;border-bottom:1px solid var(--border);background:var(--surface);display:flex;align-items:center;gap:14px;padding:0 24px;position:sticky;top:0;z-index:20}.topbar-brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px}.topbar-brand .logo{width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,var(--accent),#8b5cf6);display:grid;place-items:center;color:#fff;font-weight:800;font-size:13px;flex:none}@media(min-width:1024px){.topbar-brand{display:none}}.topbar-spacer{flex:1}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:8px;padding:5px 10px 5px 5px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);transition:.12s}.user-menu-trigger:hover{border-color:var(--accent);background:var(--surface-2)}.user-menu-name{font-size:13px;font-weight:600;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-chevron{width:14px;height:14px;flex:none;color:var(--faint);transition:transform .15s}.user-menu-trigger[aria-expanded=true] .user-menu-chevron{transform:rotate(180deg)}.user-menu-panel{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:6px;z-index:30}.user-menu-header{padding:8px 10px;font-size:12px;font-weight:600;color:var(--faint);border-bottom:1px solid var(--border);margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-item{display:flex;align-items:center;gap:9px;width:100%;padding:8px 10px;border-radius:6px;font-size:13px;font-weight:500;color:var(--text);text-align:left;white-space:nowrap}.user-menu-item:hover{background:var(--surface-2)}.user-menu-item-danger:hover{background:#dc26261a;color:var(--red)}@media(max-width:1023px){.user-menu-name{display:none}.user-menu-trigger,.user-menu-item{min-height:44px}}.search{margin-left:auto;display:flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--border);border-radius:20px;padding:7px 14px;color:var(--muted);width:230px}.search input{background:none;border:none;outline:none;color:var(--text);width:100%;font-size:13px}.content{padding:24px 32px;max-width:1800px;width:100%;margin:0 auto;flex:1}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px}.page-header-text{min-width:0}.page-title{font-size:24px;font-weight:800;letter-spacing:-.01em}.page-subtitle{margin-top:4px;color:var(--muted);font-size:13.5px;max-width:640px;line-height:1.5}.page-updated{color:var(--faint);font-size:12px;white-space:nowrap;padding-top:5px;flex:none}@media(max-width:1023px){.page-header{margin-bottom:16px}.page-title{font-size:20px}}.btn{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:var(--radius-sm);font-weight:600;font-size:13px;border:1px solid var(--border);background:var(--surface);color:var(--text);transition:.12s}.btn:hover{background:var(--surface-2)}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:#4338ca;filter:brightness(1.05)}.btn-sm{padding:6px 11px;font-size:12px}.view{display:none;animation:fade .25s ease}.view.active{display:block}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:26px 4px 12px;display:flex;align-items:center;gap:8px}.digest-controls{display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:16px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.digest-controls .scope-control{flex:1 1 auto;min-width:260px}.digest-controls .mcs-select{flex:none;margin-top:1px}@media(max-width:767px){.digest-controls{flex-direction:column;align-items:stretch;padding:12px}.digest-controls .mcs-select{width:100%;min-width:0}}.digest{background:linear-gradient(160deg,var(--accent-soft),var(--surface) 70%);border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px;position:relative;overflow:hidden}.digest:before{content:"";position:absolute;right:-40px;top:-40px;width:180px;height:180px;background:radial-gradient(circle,rgba(99,102,241,.14),transparent 70%)}.digest-head{display:flex;align-items:center;gap:10px;margin-bottom:4px}.ai-chip{display:inline-flex;align-items:center;gap:6px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:20px}.digest h2{font-size:21px;font-weight:800;margin:8px 0 2px;letter-spacing:-.01em}.digest .gen{color:var(--muted);font-size:12px}.findings{margin-top:16px;display:flex;flex-direction:column;gap:20px;position:relative}.digest-folder-group{display:flex;flex-direction:column;gap:11px}.digest-folder-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.digest-refreshing{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 20px;text-align:center}.digest-refreshing-dots{display:flex;gap:6px}.digest-refreshing-title{font-size:20px;font-weight:800;letter-spacing:-.01em}.digest-refreshing-hint{color:var(--muted);font-size:13px}.digest-summary{margin-top:14px;font-size:13.5px;line-height:1.5;color:var(--text)}.finding{display:flex;gap:12px;padding:13px 15px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.finding .num{width:22px;height:22px;flex:none;border-radius:6px;background:var(--accent-soft);color:var(--accent-text);font-weight:700;font-size:12px;display:grid;place-items:center;margin-top:1px}.finding p{font-size:13.5px}.topic-body{flex:1;min-width:0}.topic-title{font-size:14.5px;font-weight:700;margin:0 0 4px;letter-spacing:-.005em}.topic-text{margin:0 0 6px}.topic-coverage{color:var(--muted);font-size:11.5px;margin-bottom:8px}.topic-cites{display:flex;flex-wrap:wrap;gap:4px}.cite{display:inline-flex;align-items:center;gap:5px;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:1px 7px;font-size:11.5px;color:var(--accent-text);font-weight:600;margin:0 2px;cursor:pointer;vertical-align:middle}.cite:hover{background:var(--accent-soft)}.cite .dot{width:6px;height:6px;border-radius:50%;background:var(--tg)}.provenance{margin-top:15px;padding-top:13px;border-top:1px solid var(--border);display:flex;align-items:center;gap:8px;color:var(--faint);font-size:11.5px}.provenance .conf{display:inline-flex;align-items:center;gap:5px;background:var(--surface-2);padding:2px 8px;border-radius:20px;color:var(--muted);font-weight:600}.launch-grid{display:grid;grid-template-columns:1.3fr 1fr;grid-template-areas:"sources channel" "folders channel";gap:20px;align-items:start}.lp-block{grid-area:auto;padding:0;overflow:hidden}#lpSources{grid-area:sources}#lpFolders{grid-area:folders}#lpChannel{grid-area:channel;cursor:pointer;transition:.12s}#lpChannel:hover{border-color:var(--accent)}.lp-head{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid var(--border)}.lp-head h2{font-size:15px;font-weight:800}.lp-all{margin-left:auto;font-size:12.5px;font-weight:600;color:var(--accent-text);white-space:nowrap;cursor:pointer}.lp-all:hover{text-decoration:underline}.lp-block .folder-grid{padding:16px 20px}.lp-channel-preview{display:flex;align-items:center;gap:14px;padding:18px 20px}.lp-kpi{margin-left:auto;text-align:right}.lp-kpi .v{font-size:22px;font-weight:800}.lp-kpi .l{font-size:11px;color:var(--muted);margin-top:3px;display:flex;align-items:center;gap:5px;justify-content:flex-end;flex-wrap:wrap}.mcs{display:flex;align-items:center;gap:10px;margin-bottom:18px;flex-wrap:wrap}.mcs-label{font-size:13px;font-weight:700;color:var(--muted)}.mcs-select{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600;min-width:220px;cursor:pointer}.mcs-select:hover{border-color:var(--accent)}.mcs-input{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:8px 12px;font-size:13px;min-width:240px;outline:none}.mcs-input:focus{border-color:var(--accent)}.mcs-btn{background:var(--accent);color:#fff;border:none;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer}.mcs-btn:disabled{opacity:.5;cursor:default}.mcs-hint{font-size:12px;color:var(--faint)}.cvc-bars{display:flex;align-items:flex-end;gap:4px;height:150px}.cvc-col{flex:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;min-width:0}.cvc-value{font-size:11px;line-height:1.3;text-align:center;color:var(--fg);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.cvc-bar{width:100%;flex-shrink:0;background:var(--accent);border-radius:4px 4px 0 0;transition:opacity .12s}.cvc-col:hover .cvc-bar{opacity:.8}.cvc-bar.hot{background:#f97362}.cvc-col:hover .cvc-value{color:var(--accent)}.cvc-axis{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:var(--faint)}.sgc-wrap{position:relative}.sgc-label{position:absolute;top:0;transform:translate(-50%);font-size:11px;line-height:1;color:var(--fg);white-space:nowrap;font-variant-numeric:tabular-nums}.sgc-svg{position:absolute;left:0;width:100%;overflow:visible}.sgc-line{fill:none;stroke:var(--accent);stroke-width:2;vector-effect:non-scaling-stroke}.sgc-area{stroke:none}.sgc-dot{position:absolute;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;background:var(--accent);border:2px solid var(--surface)}.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;position:relative}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:15px 18px}.st-label{font-size:12px;color:var(--muted);font-weight:600}.st-value{font-size:28px;font-weight:800;color:var(--text);line-height:1.1;margin-top:6px;letter-spacing:-.5px}.st-sub{font-size:11px;color:var(--faint);margin-top:5px}.dash-updated{position:absolute;top:-22px;right:2px;font-size:11px;color:var(--faint)}.dash-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:18px;align-items:start;margin-bottom:18px}.dash-col{display:flex;flex-direction:column;gap:18px}.dash-grid>.dash-col:only-child{grid-column:1 / -1}.dash-welcome{display:flex;align-items:center;gap:18px;flex-wrap:wrap;background:linear-gradient(160deg,var(--accent-soft),var(--surface) 70%);border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px;margin-bottom:18px}.dash-welcome-icon{font-size:32px;flex:none;line-height:1}.dash-welcome-text{flex:1 1 320px;min-width:220px}.dash-welcome-text h2{font-size:18px;font-weight:800;margin-bottom:6px}.dash-welcome-text p{font-size:13px;color:var(--muted);line-height:1.5}.dash-welcome .btn{flex:none}.lp-head-sub{margin-left:auto;font-size:11.5px;color:var(--faint);white-space:nowrap}.top-posts{padding:8px 10px 12px}.tp-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;width:100%;text-align:left;background:none;border:none;padding:9px 10px;border-radius:10px;cursor:pointer;transition:background .12s}.tp-row:hover{background:var(--surface-2)}.tp-hype{display:inline-flex;align-items:center;gap:3px;padding:4px 8px;border-radius:9px;background:var(--accent-soft);min-width:44px;justify-content:center}.tp-hype-ico{font-size:12px;filter:grayscale(.4)}.tp-hype-val{font-size:14px;font-weight:800;color:var(--accent-text);font-variant-numeric:tabular-nums}.tp-hype.hot{background:#dc262629}.tp-hype.hot .tp-hype-ico{filter:none}.tp-hype.hot .tp-hype-val{color:#f97362}.tp-main{min-width:0;display:flex;flex-direction:column;gap:3px}.tp-src{font-size:11px;color:var(--accent-text);font-weight:700}.tp-text{font-size:13px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-bar-track{height:4px;background:var(--surface-2);border-radius:3px;overflow:hidden;margin-top:3px}.tp-row:hover .tp-bar-track{background:var(--border)}.tp-bar{display:block;height:100%;background:var(--accent);border-radius:3px}.tp-views{font-size:14px;font-weight:800;color:var(--text);white-space:nowrap;text-align:right}.tp-views-lbl{color:var(--faint);font-weight:500;font-size:11px}@media(max-width:1023px){.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-updated{position:static;margin:0 0 8px}.dash-grid{grid-template-columns:1fr}.launch-grid{grid-template-columns:1fr;grid-template-areas:"sources" "folders" "channel"}.lp-all{min-height:44px;display:inline-flex;align-items:center}#lpChannel{min-height:44px}.lp-channel-preview{flex-wrap:wrap;row-gap:10px}.lp-kpi{margin-left:0;flex:1 1 100%;text-align:left}.lp-kpi .l{justify-content:flex-start}}.rank-basis{font-size:11.5px;color:var(--faint);font-weight:500;margin-left:auto}.rank-list{display:flex;flex-direction:column}.post-row{display:flex;gap:14px;padding:14px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:.1s}.post-row:last-child{border-bottom:none}.post-row:hover{background:var(--surface-2)}.post-rank{font-size:15px;font-weight:800;color:var(--faint);width:22px;flex:none;text-align:center;margin-top:2px}.post-body{min-width:0;flex:1}.post-src{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);margin-bottom:3px}.src-ava{position:relative;width:18px;height:18px;border-radius:50%;flex:none;display:grid;place-items:center;font-size:9px;font-weight:700;color:#fff;overflow:hidden}.src-logo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:50%}.post-title{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.feed-list .post-title{font-weight:400;font-size:14px;line-height:1.55;white-space:pre-wrap;-webkit-line-clamp:8}.feed-list .post-row{padding:16px 18px;gap:16px}.metrics{display:flex;gap:16px;margin-top:8px;flex-wrap:wrap}.metric{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted)}.metric b{color:var(--text);font-weight:700}.metric.na{color:var(--faint)}.trend{display:inline-flex;align-items:center;gap:2px;font-weight:700;font-size:11px;padding:1px 6px;border-radius:20px}.trend.up{color:var(--green);background:#16a34a1a}.trend.dn{color:var(--red);background:#dc26261a}.rank-table{width:100%;border-collapse:collapse}.rank-table thead th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--faint);padding:12px 16px;border-bottom:1px solid var(--border);white-space:nowrap}.rank-tr{cursor:pointer;transition:.1s;border-bottom:1px solid var(--border)}.rank-tr:last-child{border-bottom:none}.rank-tr:hover{background:var(--surface-2)}.rank-tr td{padding:12px 16px;font-size:13px;vertical-align:middle}.rank-num{color:var(--faint);font-weight:800;font-size:14px;width:28px}.rank-src{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12.5px;white-space:nowrap}.rank-title-cell{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.rank-basis-caption{padding:12px 16px;color:var(--faint);font-size:11.5px;border-top:1px solid var(--border)}.mchart-wrap{overflow-x:auto}.mchart.dense{width:max-content}.clusters-caption{color:var(--faint);font-size:11.5px;margin:-4px 4px 14px;line-height:1.5}.clusters-list{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.clusters-empty{color:var(--faint);font-size:13px;padding:18px 4px}.cluster-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.cluster-head{display:flex;align-items:center;gap:14px;padding:16px 18px;min-height:44px;cursor:pointer}.cluster-head:hover{background:var(--surface-2)}.cluster-count-badge{flex:none;display:inline-flex;align-items:center;gap:4px;font-weight:700;font-size:12.5px;background:var(--accent-soft);color:var(--accent-text);padding:5px 11px;border-radius:20px;white-space:nowrap}.cluster-count-badge .metric{color:inherit;font-size:inherit;gap:3px}.cluster-count-badge .metric b{color:inherit}.cluster-count-badge .metric.na{color:inherit;opacity:.7}.cluster-main{flex:1;min-width:0}.cluster-title{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cluster-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:5px;font-size:12px;color:var(--muted)}.cluster-quality-flag{color:var(--amber);font-weight:600;cursor:help}.cluster-chevron{flex:none;color:var(--faint);transition:transform .15s}.cluster-card.open .cluster-chevron{transform:rotate(180deg)}.cluster-avatars{display:flex;gap:8px;overflow-x:auto;padding:0 18px 14px;-webkit-overflow-scrolling:touch}.cluster-avatar{display:inline-flex;align-items:center;gap:6px;flex:none;font-size:11.5px;color:var(--muted);background:var(--surface-2);border-radius:20px;padding:3px 10px 3px 3px;white-space:nowrap}.cluster-posts{display:none;border-top:1px solid var(--border)}.cluster-card.open .cluster-posts{display:block}.cluster-post-row{display:flex;align-items:center;gap:12px;padding:12px 18px;min-height:44px;border-bottom:1px solid var(--border);color:inherit;text-decoration:none}.cluster-post-row:last-child{border-bottom:none}.cluster-post-row:hover{background:var(--surface-2)}.cluster-post-body{flex:1;min-width:0}.cluster-post-src{font-size:11.5px;color:var(--muted);margin-bottom:2px}.cluster-post-text{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cluster-post-views{flex:none;font-size:12px;color:var(--muted);white-space:nowrap}@media(max-width:1023px){.rank-table{display:block}.rank-table thead{display:none}.rank-table tbody{display:block}.rank-tr{display:flex;flex-direction:column;padding:12px 16px;gap:4px;min-height:44px}.rank-tr td{display:block;padding:2px 0;white-space:normal}.rank-title-cell{max-width:none;white-space:normal}.rank-num{width:auto}.trend-stats{grid-template-columns:repeat(2,1fr)}.cite{display:block;margin-top:6px}.mchart.dense{min-width:100%}.mchart.dense i{flex:0 0 10px}#trendPeriodToggle button{min-height:44px;padding:8px 16px}.cluster-card{border-radius:var(--radius-sm)}.cluster-head{padding:14px 16px}.cluster-title{-webkit-line-clamp:3}.cluster-avatars{padding:0 16px 14px}.cluster-post-row{padding:12px 16px}.cluster-post-text{white-space:normal;-webkit-line-clamp:2;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}}.feed-layout{display:grid;grid-template-columns:210px 1fr;gap:20px;align-items:start}.folders{position:sticky;top:84px}.folder{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:var(--radius-sm);color:var(--muted);font-weight:500;width:100%;text-align:left;font-size:13px}.folder:hover{background:var(--surface-2);color:var(--text)}.folder.active{background:var(--accent-soft);color:var(--accent-text);font-weight:600}.folder .dot{width:8px;height:8px;border-radius:50%;flex:none}.folder .u{margin-left:auto;font-size:11px;font-weight:700;color:var(--accent);background:var(--accent-soft);min-width:20px;height:18px;padding:0 5px;border-radius:10px;display:grid;place-items:center}.folder.active .u{background:var(--accent);color:#fff}.filterbar{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--border);border-radius:20px;font-size:12.5px;font-weight:500;color:var(--muted);background:var(--surface)}.chip:hover{border-color:var(--accent);color:var(--text)}.chip.on{background:var(--accent-soft);border-color:transparent;color:var(--accent-text);font-weight:600}.view-toggle{margin-left:auto;display:flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.view-toggle button{padding:6px 10px;color:var(--muted)}.view-toggle button.on{background:var(--accent-soft);color:var(--accent-text)}.feed-list{display:flex;flex-direction:column;gap:12px}.feed-card{padding:16px}.folders-chips{display:none;overflow-x:auto;gap:8px;padding-bottom:6px;margin-bottom:14px;-webkit-overflow-scrolling:touch}.folders-chips .folder{flex:none;width:auto;white-space:nowrap;min-height:44px}.search-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;flex:none;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--muted);cursor:pointer}.search-toggle:hover{border-color:var(--accent);color:var(--text)}.search-toggle .ico{width:18px;height:18px}.search-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal, 70);background:var(--bg);padding:16px}.search-overlay.open{display:flex;flex-direction:column}.search-overlay-bar{display:flex;align-items:center;gap:10px;background:var(--surface-2);border:1px solid var(--border);border-radius:20px;padding:8px 14px}.search-overlay-bar input{flex:1;min-width:0;border:none;background:transparent;color:var(--text);font-size:15px;outline:none}.search-overlay-bar .ico{width:16px;height:16px;flex:none;color:var(--muted)}.search-overlay-bar button{flex:none;min-width:44px;min-height:44px;display:grid;place-items:center;border:none;background:transparent;color:var(--muted);font-size:18px;cursor:pointer}@media(max-width:1023px){.folders{display:none}.folders-chips{display:flex}.folder-filters{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.folder-filters::-webkit-scrollbar{display:none}.fchip{flex:none;min-height:44px}.btn,.sticky-add{min-height:44px}#view-feed .search.ctx{display:none}#view-feed .search-toggle{display:flex}.metrics{flex-direction:column;gap:6px}}.empty-state{max-width:560px;margin:40px auto;text-align:center}.empty-illu{width:76px;height:76px;border-radius:20px;background:var(--accent-soft);display:grid;place-items:center;font-size:36px;margin:0 auto 20px}.empty-state h2{font-size:22px;font-weight:800;margin-bottom:8px}.empty-state p{color:var(--muted);margin-bottom:22px}.paste-box{display:flex;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px;box-shadow:var(--shadow);margin-bottom:16px}.paste-box input{flex:1;border:none;outline:none;background:none;color:var(--text);font-size:14px;padding:8px 10px}.example-chips{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.ex-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border:1px solid var(--border);border-radius:20px;background:var(--surface);font-size:13px;font-weight:500}.ex-chip:hover{border-color:var(--tg)}.hint{margin-top:26px;color:var(--faint);font-size:12.5px}.src-row-list{display:flex;flex-direction:column}.src-row{display:flex;align-items:center;gap:14px;padding:14px 18px;border-bottom:1px solid var(--border)}.src-row:last-child{border-bottom:none}.src-info{display:flex;flex-direction:column;flex:1;min-width:0}.health{width:9px;height:9px;border-radius:50%;flex:none}.health.g{background:var(--green);box-shadow:0 0 0 3px #16a34a26}.health.a{background:var(--amber);box-shadow:0 0 0 3px #d9770626}.health.r{background:var(--red);box-shadow:0 0 0 3px #dc262626}.src-name{font-weight:600;font-size:14px}.src-handle,.src-meta{color:var(--muted);font-size:12px;margin-top:2px}.src-desc{color:var(--faint);font-size:12px;margin-top:4px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tier-tag{font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.03em}.tier-tag.best{background:#229ed924;color:var(--tg)}.kebab{margin-left:auto;padding:6px 10px;border-radius:6px;color:var(--muted);font-weight:700}.kebab:hover{background:var(--surface-2)}.src-row.mini{padding:11px 16px}.locked{border:1.5px dashed var(--border);border-radius:var(--radius);padding:26px;text-align:center;background:var(--surface)}.locked .ic{font-size:30px;margin-bottom:10px;opacity:.7}.locked h3{font-size:15px;margin-bottom:5px}.locked p{color:var(--muted);font-size:13px;max-width:400px;margin:0 auto}.phase2{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-size:11px;font-weight:700;background:var(--surface-2);color:var(--muted);padding:4px 10px;border-radius:20px}.collecting{display:flex;align-items:center;gap:10px;background:var(--accent-soft);border:1px solid var(--border);border-radius:var(--radius-sm);padding:11px 15px;font-size:12.5px;color:var(--accent-text);margin-bottom:18px}.collecting .pulse{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 1.6s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.chat-fab{position:fixed;right:24px;bottom:24px;width:54px;height:54px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-lg);z-index:var(--z-chat);font-size:22px;transition:.15s}.chat-fab:hover{transform:scale(1.06)}.chat-panel{position:fixed;top:0;right:0;height:100vh;width:380px;max-width:96vw;background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:var(--z-chat);display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1),width .2s ease}.chat-panel.wide{width:680px}.chat-panel.open{transform:none}.chat-head{padding:16px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.chat-head h3{font-size:15px;font-weight:700}.chat-scope{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:5px;margin-top:2px}.chat-body{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:14px}.msg{max-width:90%}.msg.u{align-self:flex-end;background:var(--accent);color:#fff;padding:10px 14px;border-radius:14px 14px 4px;font-size:13.5px}.msg.a{align-self:flex-start}.msg.a .bubble{background:var(--surface-2);padding:12px 15px;border-radius:14px 14px 14px 4px;font-size:13.5px}.msg.a .bubble.typing{display:inline-flex;gap:5px;align-items:center;padding:14px 16px}.richtext{display:flex;flex-direction:column;gap:8px}.richtext-h2,.richtext-h3{font-weight:700;letter-spacing:-.005em;margin-top:4px}.richtext-h2{font-size:13.5px}.richtext-h3{font-size:13px;color:var(--muted)}.richtext>:first-child{margin-top:0}.richtext-p{margin:0}.richtext-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:3px}.richtext-list li{font-size:13.5px}.cite-static{cursor:default}.cite-static:hover{background:var(--surface-2)}.typing-dot{width:7px;height:7px;border-radius:50%;background:var(--muted);animation:typing-bounce 1.2s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.18s}.typing-dot:nth-child(3){animation-delay:.36s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-4px);opacity:1}}.chat-foot{padding:14px;border-top:1px solid var(--border)}.chat-input{display:flex;gap:8px;background:var(--surface-2);border:1px solid var(--border);border-radius:22px;padding:6px 6px 6px 16px;align-items:flex-end}.chat-input textarea{flex:1;border:none;outline:none;background:none;color:var(--text);font-size:13.5px;resize:none;line-height:1.4;max-height:160px;overflow-y:auto;padding:6px 0;font-family:inherit}.chat-send{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;flex:none}.prompt-pills{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px}.pill{font-size:12px;padding:6px 11px;border:1px solid var(--border);border-radius:20px;color:var(--muted)}.pill:hover{border-color:var(--accent);color:var(--text)}@media(max-width:1023px){.chat-fab{right:16px;bottom:calc(76px + var(--safe-b))}.chat-panel{width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;border-left:none}}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182866;z-index:50;opacity:0;pointer-events:none;transition:.25s}.overlay.show{opacity:1;pointer-events:auto}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:54;background:transparent}.drawer{position:fixed;top:0;right:0;height:100vh;width:520px;max-width:92vw;background:var(--surface);z-index:55;box-shadow:var(--shadow-lg);transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.drawer.open{transform:none}.drawer-head{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.drawer-body{flex:1;overflow-y:auto;padding:20px}.drawer-title{font-size:18px;font-weight:700;line-height:1.35;margin:14px 0}.drawer-text{color:var(--text);font-size:14px;line-height:1.7;white-space:pre-line}.spark{height:70px;display:flex;align-items:flex-end;gap:4px;margin-top:10px}.spark i{flex:1;background:var(--accent);border-radius:3px 3px 0 0;opacity:.75}.mchart{display:flex;align-items:flex-end;gap:3px;height:150px;padding:8px 0}.mchart i{flex:1;background:linear-gradient(var(--accent),var(--accent-soft));border-radius:3px 3px 0 0;min-height:4px;transition:.1s}.mchart i:hover{filter:brightness(1.2)}.mchart i.peak{background:linear-gradient(var(--green),rgba(22,163,74,.25))}.xaxis{display:flex;justify-content:space-between;font-size:10.5px;color:var(--faint);margin-top:6px;padding-top:8px;border-top:1px solid var(--border)}.trend-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.ts-box{background:var(--surface-2);border-radius:var(--radius-sm);padding:12px 14px}.ts-box .v{font-size:18px;font-weight:800}.ts-box .l{font-size:11px;color:var(--muted);margin-top:2px}.backfill{display:flex;align-items:center;gap:9px;background:#16a34a17;border:1px solid rgba(22,163,74,.25);border-radius:var(--radius-sm);padding:10px 14px;font-size:12.5px;color:var(--green);margin-bottom:14px}.period-toggle{margin-left:auto;display:flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.period-toggle button{padding:5px 14px;color:var(--muted);font-size:12.5px;font-weight:600}.period-toggle button.on{background:var(--accent-soft);color:var(--accent-text)}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.stat-box{background:var(--surface-2);border-radius:var(--radius-sm);padding:13px 15px}.stat-box .v{font-size:20px;font-weight:800}.stat-box .l{font-size:11.5px;color:var(--muted);margin-top:2px}.icon-btn{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;color:var(--muted)}.icon-btn:hover{background:var(--surface-2)}@media(max-width:1023px){.drawer{transform:translateY(100%);top:auto;bottom:0;height:auto;max-height:90vh;width:100%;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.drawer.open{transform:none}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182873;z-index:70;display:none;place-items:center;padding:20px}.modal.show{display:grid}.modal-card{background:var(--surface);border-radius:16px;width:460px;max-width:100%;box-shadow:var(--shadow-lg);overflow:hidden;animation:pop .2s ease}@keyframes pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}.modal-head{padding:18px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-head h3{font-size:16px;font-weight:700}.modal-body{padding:22px}.steps{display:flex;gap:6px;margin-bottom:20px}.step{flex:1;height:4px;background:var(--surface-2);border-radius:4px}.step.on{background:var(--accent)}.tier-group{margin-top:16px}.tier-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--faint);margin-bottom:8px}.preview-src{display:flex;align-items:center;gap:12px;padding:14px;background:var(--surface-2);border-radius:var(--radius-sm);margin:16px 0}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);background:var(--text);color:var(--bg);padding:12px 18px;border-radius:10px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-lg);z-index:90;transition:.3s;font-size:13px;font-weight:500}.toast.show{transform:translate(-50%)}.toast button{color:var(--accent-text);font-weight:700;filter:brightness(1.6)}.ai-btn{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border:1px solid var(--border);border-radius:20px;font-size:11.5px;font-weight:600;color:var(--accent-text);background:var(--surface)}.ai-btn:hover{background:var(--accent-soft);border-color:transparent}.post-ai{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:var(--accent-text);background:var(--accent-soft);flex:none;font-size:14px;align-self:center;transition:.12s}.post-ai:hover{background:var(--accent);color:#fff;transform:scale(1.08)}.chat-attach{margin-bottom:10px}.att-chip{display:flex;align-items:center;gap:8px;background:var(--accent-soft);border:1px solid var(--border);border-radius:10px;padding:9px 12px;font-size:12px}.att-chip .ci{width:26px;height:26px;border-radius:7px;background:var(--accent);color:#fff;display:grid;place-items:center;flex:none;font-size:12px}.att-chip .cx{margin-left:auto;color:var(--muted);font-weight:700;padding:2px 6px;border-radius:5px}.att-chip .cx:hover{background:var(--surface)}.att-chip b{display:block;color:var(--text)}.att-chip span.att-sub{color:var(--muted);font-size:11px}.switch{width:38px;height:22px;border-radius:20px;background:var(--accent);position:relative;flex:none;cursor:pointer;transition:.15s}.switch.off{background:var(--border)}.switch:after{content:"";position:absolute;top:2px;left:18px;width:18px;height:18px;border-radius:50%;background:#fff;transition:.15s}.switch.off:after{left:2px}.alert-row{display:flex;align-items:center;gap:14px;padding:14px 18px;border-bottom:1px solid var(--border)}.alert-row:last-child{border-bottom:none}.alert-ico{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;flex:none;font-size:17px}.hist-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border)}.hist-row:last-child{border-bottom:none}.hist-link{flex:none;font-size:12.5px;font-weight:600;color:var(--accent-text);white-space:nowrap;padding:6px 4px}@media(max-width:1023px){.hist-row{flex-wrap:wrap}.hist-link{min-height:44px;display:inline-flex;align-items:center}}.kpi-card{padding:18px}.kpi-card .v{font-size:26px;font-weight:800;margin:6px 0}.bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;height:calc(var(--nav-h) + var(--safe-b));padding-bottom:var(--safe-b);background:var(--surface);border-top:1px solid var(--border);z-index:var(--z-nav);align-items:stretch;justify-content:space-around}.bn-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:44px;color:var(--muted);font-size:10.5px;font-weight:600;position:relative}.bn-item .ico{width:20px;height:20px}.bn-item.active{color:var(--accent-text)}.bn-badge{position:absolute;top:2px;right:calc(50% - 22px);min-width:15px;height:15px;padding:0 4px;border-radius:20px;background:var(--accent);color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.bn-badge:empty{display:none}.sheet{position:fixed;left:0;right:0;bottom:0;max-height:85vh;background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-lg);z-index:var(--z-sheet);transform:translateY(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding-bottom:var(--safe-b)}.sheet.open{transform:none}.sheet-handle{width:38px;height:4px;border-radius:4px;background:var(--border);margin:10px auto;flex:none;cursor:pointer}.sheet-body{overflow-y:auto;padding:4px 18px 18px}.sheet-body .nav-item{color:var(--text)}.scope-control{display:flex;flex-direction:column;gap:8px;position:relative}.scope-chips{display:flex;gap:6px;flex-wrap:wrap}.scope-chip{padding:6px 12px;border:1px solid var(--border);border-radius:20px;font-size:12.5px;font-weight:500;color:var(--muted);background:var(--surface)}.scope-chip:hover{border-color:var(--accent);color:var(--text)}.scope-chip.on{background:var(--accent-soft);border-color:transparent;color:var(--accent-text);font-weight:600}.scope-chip:disabled,.scope-chip.disabled{opacity:.4;cursor:not-allowed}.scope-chip:disabled:hover,.scope-chip.disabled:hover{border-color:var(--border);color:var(--muted)}.scope-label{font-size:12px;color:var(--muted)}.scope-depth-note{font-size:11px;color:var(--faint)}.scope-custom{position:absolute;top:calc(100% + 8px);left:0;z-index:30;display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;box-shadow:var(--shadow-lg)}.scope-custom[hidden]{display:none}.scope-custom label{display:flex;flex-direction:column;gap:4px;font-size:11.5px;color:var(--muted)}.scope-custom input[type=date]{border:1px solid var(--border);border-radius:6px;padding:6px 8px;background:var(--surface);color:var(--text);font-family:inherit;min-height:36px}.sheet-body .scope-custom{position:static;border:none;box-shadow:none;padding:8px 0}.folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.folder-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px;cursor:pointer;transition:.12s}.folder-card:hover{border-color:var(--accent)}.folder-card-name{font-weight:700;font-size:13.5px}.folder-card-count{color:var(--muted);font-size:12px;margin-top:3px}.folder-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.modal-folders{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.fchip{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:13px;font-weight:600;cursor:pointer;transition:.12s}.fchip:hover{border-color:var(--accent);color:var(--text)}.fchip.on{background:var(--accent);border-color:var(--accent);color:#fff}.fchip-n{font-size:11px;font-weight:700;opacity:.65}.src-toolbar{display:flex;align-items:center;gap:14px;margin-bottom:18px;flex-wrap:wrap}.seg-control{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:3px;gap:2px;flex:none}.seg-control button{padding:7px 18px;border-radius:8px;font-size:13px;font-weight:600;color:var(--muted);background:none;border:none;cursor:pointer;transition:.12s}.seg-control button:hover{color:var(--text)}.seg-control button.on{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.search.ctx{margin-left:auto}.src-row.full .src-head{display:flex;align-items:flex-start;gap:14px;flex:1;min-width:220px}.src-row.full .src-ava{width:40px;height:40px;font-size:15px;margin-top:1px}.folder-picker{position:relative;display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.folder-picker .chip{padding:4px 10px;font-size:11.5px}.fp-add{padding:4px 9px;font-weight:700;line-height:1;cursor:pointer}.folder-popover{position:absolute;top:calc(100% + 6px);left:0;z-index:30;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:8px;min-width:170px}.folder-popover-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;font-size:13px;cursor:pointer;white-space:nowrap}.folder-popover-item:hover{background:var(--surface-2)}.sticky-add{position:sticky;bottom:0;display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px;padding:14px;background:var(--bg);border-top:1px solid var(--border);z-index:5}@media(max-width:1023px){.app{grid-template-columns:1fr}.sidebar{display:none}.feed-layout{grid-template-columns:1fr}.folders{display:none}.drawer{width:100%}.bottom-nav{display:flex}.content{padding:16px;padding-bottom:calc(var(--nav-h) + var(--safe-b) + 16px)}.kebab{min-width:44px;min-height:44px;display:grid;place-items:center}.health{position:relative}.health:after{content:"";position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px}.switch:before{content:"";position:absolute;top:-11px;right:-4px;bottom:-11px;left:-4px}.chip{position:relative}.chip:after{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px}}@media(max-width:1023px){.seg-control{width:100%}.seg-control button{flex:1}.search.ctx{width:100%;margin-left:0}.src-row{flex-wrap:nowrap;flex-direction:column;align-items:stretch;gap:10px}.kebab,.health,.switch{opacity:1!important}.sticky-add{position:fixed;bottom:calc(var(--nav-h) + 8px + var(--safe-b));left:16px;right:16px;width:auto;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);border:1px solid var(--border);margin-top:0;z-index:var(--z-nav)}}.folder-head{display:flex;align-items:baseline;gap:10px;margin-bottom:18px;flex-wrap:wrap}.folder-head h2{font-size:21px;font-weight:800;letter-spacing:-.01em}.folder-layout{display:grid;grid-template-columns:1fr 260px;gap:20px;align-items:start}.folder-rail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px;position:sticky;top:84px}.folder-rail .src-row.mini{padding:9px 0}.folder-rail .btn{min-height:36px}.folder-add-row{display:flex;align-items:center;gap:12px;padding:9px 0;border-bottom:1px solid var(--border)}.folder-add-row:last-child{border-bottom:none}#folderAddPicker{margin-top:14px}.brief-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.brief-head h3{font-size:16px;font-weight:800}.brief-skeleton{display:flex;flex-direction:column;gap:10px}.bsk-line{height:12px;border-radius:6px;background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 37%,var(--surface-2) 63%);background-size:400% 100%;animation:bsk-shimmer 1.4s ease infinite}@keyframes bsk-shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media(max-width:1023px){.folder-layout{grid-template-columns:1fr}.folder-rail{position:static;display:flex;overflow-x:auto;flex-direction:row;gap:8px;align-items:stretch;padding:12px}.folder-rail .tier-label{flex:none;display:flex;align-items:center;margin:0 4px 0 0}.folder-rail .src-row.mini{flex:none;width:200px;border-bottom:none;padding:8px 10px;background:var(--surface-2);border-radius:var(--radius-sm);min-height:44px}.folder-rail .btn{flex:none;white-space:nowrap;min-height:44px}.folder-add-row{min-height:44px}.folder-add-row .btn{min-height:36px}}.reco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.reco-grid .finding.reco{flex-direction:column;gap:10px}.reco-grid .finding.reco .ai-btn{align-self:flex-start;margin-top:2px}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.provenance-line{margin:10px 0 18px;color:var(--faint);font-size:11.5px}.tracked-row{display:flex;align-items:center;gap:14px;padding:12px 16px;border-bottom:1px solid var(--border)}.tracked-row:last-child{border-bottom:none}.tracked-row .tr-name{font-weight:600;font-size:13.5px}.tracked-row .tr-meta{color:var(--muted);font-size:12px;margin-top:2px}.tracked-row .tr-stats{margin-left:auto;text-align:right;font-size:12px;color:var(--muted)}.tracked-row .tr-stats b{color:var(--text);font-size:13.5px}@media(max-width:1023px){.reco-grid{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,1fr)}.tracked-row{flex-wrap:wrap}.tracked-row .tr-stats{margin-left:0;text-align:left}}.modal-tab{display:block}.modal-tab[hidden]{display:none}.sync-line b{color:var(--text)}@media(max-width:1023px){.modal{padding:0}.modal-card{width:100%;height:100%;max-height:100%;border-radius:0;display:flex;flex-direction:column}.modal-body{flex:1;overflow-y:auto}#modal input,#modal button{min-height:44px}}.ts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;padding:14px}.ts-item{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.ts-folder{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.ts-folder-name{font-weight:700;font-size:14px}.ts-count{font-size:11px;color:var(--muted);white-space:nowrap}.ts-post{display:flex;flex-direction:column;gap:6px;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit}.ts-post-head{display:flex;align-items:center;gap:8px}.ts-src{font-size:12px;color:var(--accent)}.ts-text{font-size:13px;line-height:1.45;color:var(--text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ts-post:hover .ts-text{color:var(--accent)}.ts-discuss{margin-top:auto;padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:12px;cursor:pointer}.ts-discuss:hover{border-color:var(--accent);color:var(--accent-text);background:var(--accent-soft)}.ts-none,.ts-empty{font-size:13px;color:var(--muted);padding:8px 0}.ts-empty{padding:18px 14px}
