:root{color:#17212b;font-synthesis:none;text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;--bg:#f5f7fa;--surface:#fff;--surface-soft:#f8fafc;--line:#dfe6ee;--line-strong:#cad5e0;--text:#17212b;--muted:#657486;--soft:#8b98a8;--blue:#2878b9;--blue-soft:#e7f2fb;--green:#1f9a72;--green-soft:#e4f6ef;--amber:#b7791f;--amber-soft:#fff2d8;--coral:#df6b55;--shadow:0 18px 45px #17212b14;background:#f5f7fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}.app-shell{background:linear-gradient(180deg, #ffffffdb, #f5f7faf5), var(--bg);grid-template-columns:86px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;flex-direction:column;align-items:center;gap:24px;height:100vh;padding:22px 14px;display:flex;position:sticky;top:0}.brand span,.add-button{border-radius:8px;place-items:center;width:46px;height:46px;display:grid}.brand span{color:#fff;background:#17212b;box-shadow:0 12px 26px #17212b29}.sidebar nav{gap:8px;width:100%;display:grid}.nav-item,.add-button,.quiet-button,.icon-button{color:var(--muted);background:0 0;border:1px solid #0000}.nav-item{border-radius:8px;justify-items:center;gap:4px;padding:10px 2px;display:grid}.nav-item span{max-width:58px;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;line-height:1.1;overflow:hidden}.nav-item.active,.nav-item:hover,.add-button:hover,.quiet-button:hover,.icon-button:hover{color:var(--blue);border-color:var(--line);background:var(--blue-soft)}.add-button{border-color:var(--line);background:var(--surface);margin-top:auto}.workspace{flex-direction:column;gap:18px;width:min(1440px,100%);margin:0 auto;padding:24px;display:flex}.topbar,.section-head,.inspector-top,.brief-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.topbar h1,.topbar p,.section-head h2,.section-head h3,.section-head p,.inspector h2,.brief-head h3{margin:0}.topbar h1{letter-spacing:0;font-size:27px;line-height:1.1}.topbar p,.section-head p,.compact p{color:var(--muted);margin-top:6px;font-size:13px;line-height:1.4}.quiet-button,.icon-button{border-color:var(--line);background:var(--surface);border-radius:8px;flex:none;place-items:center;width:40px;height:40px;display:grid}.query-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;gap:12px;padding:14px;display:grid}.search-box{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.search-box svg{color:var(--soft)}.search-box input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:22px;font-weight:720;line-height:1.2}.search-box button,.brief-head button{color:#fff;background:var(--blue);white-space:nowrap;border:1px solid #1f6fa8;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 15px;font-size:13px;font-weight:760;display:inline-flex}.mode-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.mode{border:1px solid var(--line);min-height:42px;color:var(--muted);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:720;display:flex}.mode.active{color:var(--blue);background:var(--blue-soft);border-color:#a9d4f3}.content-grid{grid-template-columns:minmax(560px,1fr) minmax(380px,450px);align-items:start;gap:18px;display:grid}.opportunities,.inspector{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffeb;border-radius:8px}.opportunities{padding:16px}.section-head h2{font-size:18px;line-height:1.2}.cards{gap:10px;margin-top:15px;display:grid}.opportunity{border:1px solid var(--line);width:100%;color:inherit;text-align:left;background:#fff;border-radius:8px;grid-template-columns:44px minmax(0,1fr) auto;gap:13px;padding:14px;transition:border-color .16s,transform .16s,box-shadow .16s;display:grid}.opportunity:hover,.opportunity.selected{border-color:#96c9ee;transform:translateY(-1px);box-shadow:0 14px 30px #2878b91c}.rank{width:40px;height:40px;color:var(--blue);background:var(--blue-soft);border-radius:8px;place-items:center;font-size:13px;font-weight:820;display:grid}.card-main{min-width:0}.card-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;display:grid}.card-title-row h3{color:var(--text);letter-spacing:0;margin:0;font-size:16px;line-height:1.28}.card-main>p{color:var(--muted);margin:6px 0 12px;font-size:13px;line-height:1.35}.score{flex:none;place-items:center;width:44px;height:44px;display:grid;position:relative}.score svg{width:44px;height:44px;position:absolute;inset:0;transform:rotate(-90deg)}.score circle{fill:none;stroke:#e8eef5;stroke-width:4px}.score circle+circle{stroke:var(--green);stroke-linecap:round;pathLength:100}.score strong{font-size:12px;font-weight:840}.metric-row{flex-wrap:wrap;gap:8px;display:flex}.metric{min-height:28px;color:var(--muted);background:var(--surface-soft);border-radius:8px;align-items:center;gap:5px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.metric svg{color:var(--blue)}.metric strong{color:var(--text)}.tag-row,.channel-row{flex-wrap:wrap;gap:7px;margin-top:11px;display:flex}.tag-row span,.channel-row span{border:1px solid var(--line);min-height:25px;color:var(--muted);background:#fff;border-radius:8px;align-items:center;padding:0 8px;font-size:11px;font-weight:720;display:inline-flex}.card-side{min-width:84px;color:var(--soft);justify-items:end;gap:8px;display:grid}.status,.difficulty{border-radius:8px;justify-content:center;align-items:center;min-height:25px;padding:0 9px;font-size:11px;font-weight:820;display:inline-flex}.status.validate{color:var(--green);background:var(--green-soft)}.status.monitor{color:var(--amber);background:var(--amber-soft)}.status.draft{color:var(--blue);background:var(--blue-soft)}.difficulty.low{color:var(--green)}.difficulty.medium{color:var(--amber)}.difficulty.high{color:var(--coral)}.inspector{gap:14px;padding:16px;display:grid;position:sticky;top:18px}.source{color:var(--blue);letter-spacing:.05em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:860;display:block}.inspector h2{font-size:20px;line-height:1.22}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.insight{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;min-height:132px;padding:13px}.insight div{color:var(--blue);align-items:center;gap:7px;font-size:12px;font-weight:820;display:flex}.insight p{color:var(--text);margin:9px 0 0;font-size:13px;line-height:1.45}.source-panel,.brief-panel{border:1px solid var(--line);background:#fff;border-radius:8px;padding:13px}.compact h3,.brief-head h3{font-size:15px;line-height:1.2}blockquote{border-left:3px solid var(--coral);color:#344252;background:#fff8f6;border-radius:0 8px 8px 0;margin:10px 0 0;padding:10px 11px;font-size:13px;line-height:1.42}.brief-panel ul{gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.brief-panel li{border:1px solid var(--line);color:#344252;background:var(--surface-soft);border-radius:8px;padding:10px 10px 10px 34px;font-size:13px;line-height:1.35;position:relative}.brief-panel li:before{background:var(--green);content:"";border-radius:999px;width:12px;height:12px;position:absolute;top:11px;left:11px}.activity-rail{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffeb;border-radius:8px;gap:13px;padding:14px 16px 16px;display:grid}.activity-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.activity-head h2,.activity-head p{margin:0}.activity-head h2{font-size:16px;line-height:1.2}.activity-head p{color:var(--muted);margin-top:5px;font-size:12px}.activity-head button{border:1px solid var(--line);min-height:36px;color:var(--text);white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:760;display:inline-flex}.activity-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.activity-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:10px;min-height:148px;padding:13px;display:grid}.activity-card div,.activity-card footer{align-items:center;gap:8px;min-width:0;display:flex}.reddit-dot{color:#fff;background:var(--coral);border-radius:999px;flex:none;place-items:center;width:25px;height:25px;font-size:11px;font-weight:860;display:grid}.activity-card strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.activity-card small{color:var(--soft);font-size:11px;font-weight:700}.activity-card p{color:#344252;margin:0;font-size:13px;line-height:1.42}.activity-card footer{margin-top:auto}.activity-card footer span{min-height:24px;color:var(--coral);background:#fff0ec;border-radius:8px;align-items:center;padding:0 8px;font-size:11px;font-weight:780;display:inline-flex}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1120px){.content-grid{grid-template-columns:1fr}.inspector{position:static}}@media (width<=760px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;justify-content:space-between;width:100%;height:auto;padding:10px 14px;position:static}.sidebar nav{width:auto;max-width:calc(100vw - 150px);display:flex;overflow-x:auto}.nav-item{min-width:54px}.workspace{padding:16px}.topbar{align-items:flex-start}.topbar h1{font-size:24px}.search-box{grid-template-columns:auto minmax(0,1fr)}.search-box input{font-size:18px}.search-box button{grid-column:1/-1;width:100%}.mode-row,.summary-grid,.activity-cards{grid-template-columns:1fr}.opportunity{grid-template-columns:38px minmax(0,1fr)}.card-side{grid-column:2;grid-template-columns:repeat(3,auto);justify-content:start;justify-items:start;min-width:0}}
