*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:#f4f6fb;color:#1d2331}:root{--bottom-nav-offset:88px}.app-shell{min-height:100vh}.app-content{padding-bottom:var(--bottom-nav-offset)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:10px 12px 14px;background:linear-gradient(0deg,rgba(244,246,251,.98),rgba(244,246,251,.65));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(15,23,42,.08)}.bottom-nav-inner{width:min(560px,calc(100vw - 24px));margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:10px;gap:10px;padding:10px;border-radius:18px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.88);box-shadow:0 18px 40px rgba(15,23,42,.12)}.bottom-tab{display:grid;justify-items:center;grid-gap:6px;gap:6px;padding:10px;border-radius:14px;color:#64748b;border:1px solid transparent;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease}.bottom-tab:hover{transform:translateY(-1px);background:rgba(15,23,42,.03)}.bottom-tab.active{color:#0f172a;border-color:rgba(59,130,246,.28);background:rgba(59,130,246,.08)}.bottom-tab-icon{width:26px;height:26px;display:grid;place-items:center}.bottom-tab-label{font-size:12px;font-weight:750;letter-spacing:-.01em}.chat-root{min-height:100vh;display:flex;flex-direction:column}.chat-shell{width:min(1160px,calc(100vw - 24px));margin:0 auto;padding:18px 0 0;display:flex;flex-direction:row;gap:14px;min-height:calc(100vh - 88px)}.chat-sidebar{width:320px;min-width:280px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.78);box-shadow:0 16px 44px rgba(15,23,42,.1);overflow:hidden;display:flex;flex-direction:column}.chat-sidebar-header{padding:14px 14px 12px;border-bottom:1px solid rgba(15,23,42,.08);display:flex;align-items:center;justify-content:space-between;gap:10px}.chat-sidebar-title{font-size:18px;font-weight:950;letter-spacing:-.02em;color:#0f172a}.chat-sidebar-sub{margin-top:6px;display:inline-flex;align-items:center;gap:10px;color:#64748b;font-size:12px;font-weight:700}.chat-sidebar-new{padding:10px 12px;border-radius:12px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.92);color:#0f172a;font-weight:850;cursor:pointer}.chat-sidebar-list{flex:1 1;min-height:0;overflow:auto;padding:10px;display:grid;grid-gap:8px;gap:8px}.chat-conv{text-align:left;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.86);padding:10px;cursor:pointer}.chat-conv.active{border-color:rgba(59,130,246,.28);background:rgba(59,130,246,.1)}.chat-conv-top{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.chat-conv-title{font-weight:900;color:#0f172a;font-size:13px;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-conv-meta{color:#64748b;font-size:11px;font-weight:700}.chat-conv-bottom{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.chat-conv-pill{font-size:11px;font-weight:800;color:#0f172a;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.8);padding:5px 8px;border-radius:999px}.chat-main{flex:1 1;min-width:0;display:flex;flex-direction:column}.chat-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 12px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.78);box-shadow:0 16px 44px rgba(15,23,42,.1)}.chat-title{font-size:22px;font-weight:900;letter-spacing:-.02em;color:#0f172a}.chat-sub{margin-top:4px;display:inline-flex;align-items:center;gap:10px;color:#64748b;font-size:13px;font-weight:650}.chat-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.14)}.chat-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid rgba(59,130,246,.22);background:rgba(59,130,246,.1);color:#0f172a;font-weight:850;cursor:pointer;box-shadow:0 12px 28px rgba(15,23,42,.1)}.chat-pill-badge{width:22px;height:22px;border-radius:999px;background:rgba(168,85,247,.22);border:1px solid rgba(168,85,247,.35);display:grid;place-items:center;font-size:12px;font-weight:900}.chat-canvas{margin-top:14px;flex:1 1;min-height:0;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.72);box-shadow:0 18px 50px rgba(15,23,42,.1);overflow:hidden;display:flex;flex-direction:column}.chat-messages{flex:1 1;min-height:0;overflow:auto;padding:16px}.chat-bubble{max-width:520px;border-radius:18px;padding:12px 12px 10px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.85);color:#0f172a;white-space:pre-wrap;line-height:1.4;box-shadow:0 14px 32px rgba(15,23,42,.1)}.chat-bubble.user{background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.18)}.chat-bubble-meta{font-size:12px;opacity:.65;margin-bottom:6px}.chat-composer{padding:12px 12px 14px;border-top:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.92)}.chat-composer-row{display:flex;gap:10px;align-items:center}.chat-icon-btn{width:42px;height:42px;border-radius:14px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.9);display:grid;place-items:center;cursor:pointer}.chat-input{flex:1 1;height:44px;border-radius:999px;border:1px solid rgba(15,23,42,.12);padding:0 14px;background:hsla(0,0%,100%,.95);color:#0f172a;font-size:14px}.chat-send{width:46px;height:46px;border-radius:999px;border:1px solid rgba(168,85,247,.35);background:rgba(168,85,247,.2);color:#0f172a;display:grid;place-items:center;cursor:pointer;box-shadow:0 16px 40px rgba(15,23,42,.12)}@media (max-width:900px){.chat-shell{flex-direction:column}.chat-sidebar{width:auto;min-width:0}}.invite-overlay{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:18px;background:radial-gradient(900px circle at 50% 20%,hsla(0,0%,100%,.7),hsla(0,0%,100%,.08));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.invite-panel{width:min(440px,calc(100vw - 36px));border-radius:18px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.92)}.invite-title{font-size:18px;font-weight:900;letter-spacing:-.02em;color:#0f172a}.invite-sub{margin-top:4px;color:#475569;font-size:13px;line-height:1.45}.home-stage{position:relative;min-height:100vh}.home-overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:18px;pointer-events:none}.home-overlay:before{content:"";position:absolute;inset:0;background:radial-gradient(900px circle at 50% 20%,hsla(0,0%,100%,.55),hsla(0,0%,100%,.05));backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:none}.home-overlay-card{position:relative;width:min(440px,calc(100vw - 36px));pointer-events:auto;border-radius:18px;border-color:rgba(15,23,42,.1);background:hsla(0,0%,100%,.9)}.home-overlay-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.home-overlay-title{font-size:18px;font-weight:900;letter-spacing:-.02em;color:#0f172a}.home-overlay-sub{margin-top:2px}.home-overlay-body{margin-top:10px}.home-overlay-lede{color:#475569;font-size:13px;line-height:1.45}a{color:inherit;text-decoration:none}.container{max-width:1180px;margin:0 auto;padding:32px 28px 72px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.header h1{font-size:26px;letter-spacing:-.02em;margin-bottom:6px}.meta{color:#6b7280;font-size:13px}.nav{display:flex;gap:10px}.header-actions{align-items:center;gap:16px}.account-inline{display:flex;align-items:center;gap:10px}.dashboard-layout{display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(320px,1fr);grid-gap:24px;gap:24px;align-items:start}.dashboard-right .card{position:-webkit-sticky;position:sticky;top:24px}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.card-stack{display:grid;grid-gap:16px;gap:16px}.feed-tabs{display:flex;flex-wrap:wrap}.swipe-area{position:relative;height:340px}.completed-list{display:grid;grid-gap:16px;gap:16px}.swipe-card{position:absolute;inset:0;transition:transform .2s ease;touch-action:none}.swipe-card.dragging{transition:none}.swipe-card.background{transform:translateY(12px) scale(.98);opacity:.7}.card{background:#fff;border:1px solid #e5e7ef;padding:18px;border-radius:14px;box-shadow:0 12px 24px rgba(15,23,42,.08)}.card-state-intent{background:#fff;color:#111827;border-color:#e5e7ef}.card-state-proposal{background:#f1f2f6}.card-state-executed{background:#e6f6ec;border-color:#bfe8cc}.card-state-intent .meta,.card-state-intent .source-label,.card-state-intent .source-snippet,.card-state-intent .tag{color:#4b5563}.card h3{margin:0 0 8px}.actions{display:flex;gap:10px;margin-top:16px}.btn{border:1px solid #e5e7ef;background:#f8f9fc;color:#1f2937;padding:8px 14px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:transform .15s ease,background .2s ease,box-shadow .2s ease}.btn.primary{background:#3b82f6;color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(59,130,246,.2)}.btn.secondary{background:#eef1f7;color:#1f2937}.btn.success{background:#34a853;box-shadow:0 8px 18px rgba(52,168,83,.2)}.btn.danger,.btn.success{color:#fff;border-color:transparent}.btn.danger{background:#e25555;box-shadow:0 8px 18px rgba(226,85,85,.2)}.btn:hover{transform:translateY(-1px)}.btn-content{display:inline-flex;align-items:center;gap:8px}.spinner{width:14px;height:14px;border:2px solid;border-right:2px solid transparent;border-radius:999px;display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.tag{display:inline-block;padding:3px 10px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:12px}.swipe-hint{margin-top:12px;font-size:12px;color:#7d7d93}.source-preview{margin:12px 0;padding:10px;border-radius:12px;background:#f8f9fc;border:1px solid #e5e7ef;display:grid;grid-gap:8px;gap:8px;font-size:13px}.source-line{display:flex;justify-content:space-between;gap:8px;min-width:0}.source-label{color:#6b7280;font-weight:600;min-width:60px}.source-snippet{color:#4b5563}.feed-root{position:relative;min-height:100vh;width:100%;overflow:hidden;background:#fff;color:#0f172a}.feed-bg{opacity:1;background:radial-gradient(900px circle at 20% 0,rgba(59,130,246,.1),transparent 52%),radial-gradient(820px circle at 90% 25%,rgba(168,85,247,.08),transparent 55%),radial-gradient(900px circle at 55% 95%,rgba(16,185,129,.06),transparent 60%);filter:blur(0)}.feed-bg,.feed-bg:after{position:absolute;inset:0}.feed-bg:after{content:"";background:hsla(0,0%,100%,.7)}.feed-shell{position:relative;margin:0 auto;max-width:540px;min-height:100vh;padding:22px 18px calc(34px + var(--bottom-nav-offset));display:flex;flex-direction:column}.feed-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.feed-topbar-kicker{font-size:13px;font-weight:650;letter-spacing:.02em;color:#64748b}.feed-topbar-title{margin-top:2px;font-size:26px;font-weight:900;letter-spacing:-.02em;color:#0f172a}.feed-icon-btn{width:42px;height:42px;border-radius:999px;border:1px solid #e5e7eb;background:hsla(0,0%,100%,.9);color:#0f172a;cursor:pointer;display:grid;place-items:center;transition:transform .15s ease,background .2s ease,box-shadow .2s ease;box-shadow:0 10px 24px rgba(15,23,42,.08)}.feed-icon-btn:hover{transform:translateY(-1px);background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.1)}.feed-center{position:relative;flex:1 1;display:flex;align-items:center;justify-content:center;margin-top:18px}.feed-stack{position:relative;width:100%}.feed-card-back{position:absolute;inset:0;transform:translateY(14px) scale(.985);opacity:.72;pointer-events:none}.feed-card-front{position:relative;z-index:2}.feed-card{width:100%;border-radius:28px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.12);overflow:hidden;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab}.feed-card.action .feed-hero{background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(168,85,247,.1))}.feed-card.intent{border-color:rgba(245,158,11,.45);box-shadow:0 30px 80px rgba(15,23,42,.12),0 0 0 2px rgba(245,158,11,.1)}.feed-card.intent .feed-hero{background:linear-gradient(135deg,rgba(245,158,11,.18),rgba(251,191,36,.14))}.feed-card.intent .feed-confidence-pill,.feed-card.intent .feed-source-pill{border-color:rgba(251,191,36,.26)}.feed-card.history{border-color:rgba(34,197,94,.38);box-shadow:0 30px 80px rgba(15,23,42,.12),0 0 0 2px rgba(34,197,94,.1)}.feed-card.history .feed-hero{background:linear-gradient(135deg,rgba(34,197,94,.16),rgba(134,239,172,.12))}.feed-card.history .feed-confidence-pill,.feed-card.history .feed-source-pill{border-color:rgba(34,197,94,.22)}.wf-inventory{position:fixed;left:18px;bottom:calc(18px + var(--bottom-nav-offset));z-index:40;width:44px;height:44px;border-radius:16px;border:1px solid rgba(15,23,42,.12);background:hsla(0,0%,100%,.92);box-shadow:0 14px 34px rgba(15,23,42,.12);cursor:pointer;display:grid;place-items:center;transition:transform .12s ease,box-shadow .2s ease,background .2s ease}.wf-inventory:hover{transform:translateY(-1px);background:hsla(0,0%,100%,.98)}.wf-inventory.bump{animation:wf-bump .26s cubic-bezier(.2,.8,.2,1)}@keyframes wf-bump{0%{transform:scale(1)}40%{transform:scale(1.08)}to{transform:scale(1)}}.wf-inventory-icon{width:34px;height:34px;border-radius:14px;display:grid;place-items:center;background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.08);font-weight:900;color:#0f172a}.wf-inventory-badge{position:absolute;right:-6px;top:-6px;min-width:18px;height:18px;padding:0 6px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.96);box-shadow:0 12px 28px rgba(15,23,42,.14);font-size:11px;font-weight:900;line-height:18px;color:#0f172a}@media (max-width:420px){.wf-inventory{left:14px;bottom:calc(14px + var(--bottom-nav-offset))}}.wf-fly{position:fixed;left:0;top:0;z-index:90;border-radius:28px;border:1px solid rgba(15,23,42,.1);box-shadow:0 30px 80px rgba(15,23,42,.18);background:hsla(0,0%,100%,.96);pointer-events:none;transform-origin:center center}.wf-fly.bundle:after,.wf-fly.bundle:before{content:"";position:absolute;inset:0;border-radius:28px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.92);box-shadow:0 18px 50px rgba(15,23,42,.12)}.wf-fly.bundle:before{transform:translate3d(-10px,10px,0) rotate(-2deg);opacity:.75}.wf-fly.bundle:after{transform:translate3d(-5px,5px,0) rotate(-1deg);opacity:.85}.wf-discovered{position:fixed;left:50%;top:90px;transform:translateX(-50%);z-index:65;pointer-events:none;padding:12px 14px;border-radius:18px;border:1px solid rgba(15,23,42,.12);background:hsla(0,0%,100%,.92);box-shadow:0 26px 70px rgba(15,23,42,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:wf-discovered-pop .9s cubic-bezier(.2,.8,.2,1) both}.wf-discovered-title{font-size:14px;font-weight:950;letter-spacing:-.01em;color:#0f172a;text-align:center}.wf-discovered-sub{margin-top:4px;font-size:12px;font-weight:750;color:#64748b;text-align:center}@keyframes wf-discovered-pop{0%{transform:translateX(-50%) translateY(6px) scale(.96);opacity:0}20%{opacity:1}55%{transform:translateX(-50%) translateY(0) scale(1);opacity:1}to{transform:translateX(-50%) translateY(-4px) scale(.985);opacity:0}}.feed-card:active{cursor:-webkit-grabbing;cursor:grabbing}.feed-card.animating{transition:transform .26s cubic-bezier(.2,.8,.2,1)}.feed-stamp{position:absolute;top:18px;padding:10px 14px;border-radius:18px;font-size:18px;letter-spacing:.16em;font-weight:900;border:2px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.88);z-index:3;pointer-events:none}.feed-stamp-approve{left:18px;transform:rotate(-12deg);border-color:rgba(16,185,129,.35);color:rgba(5,150,105,.95)}.feed-stamp-reject{right:18px;transform:rotate(12deg);border-color:rgba(244,63,94,.35);color:rgba(225,29,72,.95)}.feed-hero{position:relative;height:232px}.feed-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.92}.feed-hero-placeholder{position:absolute;inset:0;background:radial-gradient(640px circle at 20% 10%,hsla(0,0%,100%,.75),transparent 55%),radial-gradient(720px circle at 80% 40%,rgba(15,23,42,.04),transparent 60%);opacity:.95}.feed-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.65))}.feed-hero-top{position:absolute;top:16px;left:16px;right:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:2}.feed-source-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:18px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.88);font-size:13px;font-weight:650;color:#0f172a}.feed-source-icon{width:38px;height:38px;border-radius:16px;display:grid;place-items:center;background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.08)}.feed-source-favicon{width:20px;height:20px;object-fit:contain;border-radius:6px}.feed-confidence-pill{display:inline-flex;align-items:center;gap:9px;padding:10px 12px;border-radius:18px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.88);font-size:13px;font-weight:650;color:#0f172a}.feed-dot{width:8px;height:8px;border-radius:999px;background:currentColor;opacity:.75}.feed-confidence-pill.tone-good{color:rgba(167,243,208,.95);border-color:rgba(52,211,153,.28)}.feed-confidence-pill.tone-ok{color:rgba(186,230,253,.95);border-color:rgba(56,189,248,.28)}.feed-confidence-pill.tone-mid{color:hsla(48,97%,77%,.95);border-color:rgba(251,191,36,.3)}.feed-body{padding:18px 20px 20px}.feed-title{font-size:23px;font-weight:900;letter-spacing:-.02em;line-height:1.16;color:#0f172a}.feed-why{margin-top:10px;font-size:14px;line-height:1.45;color:#475569}.feed-details{margin-top:16px;padding-top:14px;border-top:1px solid rgba(15,23,42,.08)}.feed-details-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:#fff;color:#0f172a;padding:10px 12px;cursor:pointer;font-weight:650;font-size:13px}.feed-details-toggle:hover{background:rgba(15,23,42,.03)}.feed-chevron{display:inline-block;transition:transform .18s ease;opacity:.75}.feed-chevron.open{transform:rotate(180deg)}.feed-details-panel{margin-top:10px;padding:12px;border-radius:18px;border:1px solid rgba(15,23,42,.1);background:rgba(15,23,42,.02);color:#475569;font-size:13px;line-height:1.5}.feed-hint{margin-top:14px;text-align:center;font-size:12px;color:#94a3b8}.feed-bottom{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:16px}.feed-action-btn{width:66px;height:66px;border-radius:999px;cursor:pointer;border:1px solid rgba(15,23,42,.1);background:#fff;color:#0f172a;display:grid;place-items:center;transition:transform .15s ease,background .2s ease,box-shadow .2s ease;box-shadow:0 14px 30px rgba(15,23,42,.1)}.feed-action-btn:hover{transform:translateY(-1px)}.feed-action-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.feed-action-btn.reject{background:rgba(244,63,94,.06);border-color:rgba(244,63,94,.18)}.feed-action-btn.reject:hover{background:rgba(244,63,94,.09)}.feed-action-btn.approve{background:rgba(16,185,129,.06);border-color:rgba(16,185,129,.18)}.feed-action-btn.approve:hover{background:rgba(16,185,129,.09)}.feed-footer{margin-top:10px;display:flex;align-items:center;justify-content:space-between;color:#94a3b8;font-size:12px}.feed-history-link{border:none;background:transparent;color:#0f172a;cursor:pointer;font-weight:650;padding:6px 8px;border-radius:12px}.feed-history-link:hover{background:rgba(15,23,42,.03)}.feed-empty{width:100%;border-radius:28px;border:1px solid rgba(15,23,42,.1);background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.12);padding:42px 26px;text-align:center}.feed-empty-icon{width:54px;height:54px;border-radius:18px;margin:0 auto 12px;display:grid;place-items:center;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.85)}.feed-empty-title{font-size:24px;font-weight:900;letter-spacing:-.02em}.feed-empty-sub{margin-top:10px;font-size:14px;color:#64748b;line-height:1.45}.feed-modal{position:fixed;inset:0;background:rgba(15,23,42,.22);display:grid;place-items:center;padding:18px;z-index:50}.feed-modal-panel{width:100%;max-width:420px;border-radius:22px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.96);box-shadow:0 30px 90px rgba(15,23,42,.22);overflow:hidden;max-height:92vh;display:flex;flex-direction:column}.feed-modal-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 14px 10px}.feed-modal-title{font-size:16px;font-weight:850;letter-spacing:-.01em}.feed-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;padding:0 14px 12px}.feed-tab{border-radius:14px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.82);padding:10px 12px;cursor:pointer;font-weight:750;font-size:13px}.feed-tab.active{background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.95)}.feed-modal-body{padding:0 14px 14px;display:grid;grid-gap:10px;gap:10px;overflow:auto;flex:1 1;min-height:0;-webkit-overflow-scrolling:touch}.feed-modal-footer{padding:12px 14px 14px;border-top:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.98)}.feed-modal-footer-row{display:flex;gap:10px;flex-wrap:wrap}.feed-panel{border-radius:18px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.96);padding:14px}.feed-panel-title{font-weight:850;letter-spacing:-.01em}.feed-panel-sub{margin-top:6px;color:#64748b;font-size:13px;line-height:1.45}.feed-history{display:grid;grid-gap:10px;gap:10px;max-height:60vh;overflow:auto;padding-bottom:2px}.feed-history-item{border-radius:18px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);padding:14px}.feed-history-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.feed-history-meta{font-size:12px;color:hsla(0,0%,100%,.6);display:flex;align-items:center;gap:6px;min-width:0}.feed-history-source{font-weight:750;color:hsla(0,0%,100%,.75)}.feed-history-time{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-history-badge{font-size:12px;font-weight:800;padding:6px 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.12)}.feed-history-badge.approved{background:rgba(52,211,153,.14);border-color:rgba(52,211,153,.25);color:rgba(167,243,208,.92)}.feed-history-badge.rejected{background:rgba(251,113,133,.14);border-color:rgba(251,113,133,.25);color:rgba(255,205,214,.92)}.feed-history-badge.snoozed{background:rgba(59,130,246,.14);border-color:rgba(59,130,246,.25);color:rgba(191,219,254,.92)}.feed-history-title{margin-top:10px;font-weight:900;letter-spacing:-.01em}.feed-history-why{margin-top:6px;color:hsla(0,0%,100%,.72);font-size:13px;line-height:1.45}@media (max-width:420px){.feed-shell{padding:18px 14px 28px}.feed-hero{height:214px}.feed-title{font-size:21px}}.feed-toast{position:fixed;left:50%;bottom:calc(18px + var(--bottom-nav-offset));transform:translateX(-50%);max-width:min(560px,calc(100vw - 24px));padding:12px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.96);color:rgba(15,23,42,.9);box-shadow:0 20px 60px rgba(15,23,42,.22);font-size:13px;line-height:1.4;z-index:60}.source-actions{display:flex;gap:8px;flex-wrap:wrap}.source-detail{border-top:1px solid hsla(0,0%,100%,.05);padding-top:8px}.source-body{margin-top:10px;white-space:pre-wrap;background:#f3f4f6;border-radius:10px;padding:10px;font-size:12px;line-height:1.5;color:#1f2937;max-height:240px;overflow:auto}.source-faded{opacity:.7}.intent-context{font-weight:600;color:#4f46e5}.action-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:10px;gap:10px;margin:10px 0;padding:10px;border-radius:10px;background:#f8f9fc;border:1px solid #e5e7ef}.action-value{font-weight:600;text-transform:capitalize}.context-block{margin-top:10px;padding:10px;border-radius:10px;background:#f8f9fc;border:1px solid #e5e7ef}.context-lines{display:grid;grid-gap:4px;gap:4px;margin-top:6px}.claim-block h3{margin-top:4px}.reasoning-block{margin-top:10px}.clamp-1,.clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.clamp-1{-webkit-line-clamp:1}.clamp-2{-webkit-line-clamp:2}.clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.evidence-actions,.evidence-list{margin-top:10px}.evidence-list{display:grid;grid-gap:10px;gap:10px}.evidence-item{border:1px solid #e5e7ef;border-radius:10px;padding:10px;background:#f9fafb;display:grid;grid-gap:4px;gap:4px}.evidence-quote{color:#1f2937;font-size:13px}.intent-visual{display:grid;grid-gap:12px;gap:12px}.intent-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.intent-stream{display:flex;flex-wrap:wrap;gap:6px;min-height:18px}.intent-dot{width:10px;height:10px;border-radius:999px;box-shadow:0 0 0 2px hsla(0,0%,100%,.6);animation:popIn .6s ease}.intent-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.intent-chip{border:1px solid #e5e7ef;border-radius:12px;padding:12px;background:#f9fafb;display:grid;grid-gap:8px;gap:8px}.intent-chip-header{display:flex;gap:10px;align-items:flex-start}.intent-swatch{width:12px;height:12px;border-radius:4px}.intent-avatar{width:52px;height:52px;border-radius:14px;background:#f3f4f6;border:1px solid #e5e7ef;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.intent-avatar-img{width:100%;height:100%;object-fit:cover}.intent-chip-body{display:grid;grid-gap:4px;gap:4px}.action-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:6px 0 10px}.action-icons{display:flex;align-items:center;gap:6px}.action-icon{width:36px;height:36px;border-radius:10px;background:#f3f4f6;border:1px solid #e5e7ef;padding:6px;object-fit:contain}.action-icon.service-icon{width:28px;height:28px;padding:4px;border-radius:8px}.action-title{font-size:16px;font-weight:600;color:#111827}.action-chip{padding:4px 10px;border-radius:999px;background:rgba(59,130,246,.12);color:#1d4ed8;font-size:12px;font-weight:600}.intent-card-header{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:12px;gap:12px;padding:6px 0 10px}.intent-card-title{font-size:16px;font-weight:600;color:#111827}.intent-title{font-weight:600;font-size:14px}.queue-pill{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:4px 10px;border-radius:999px;background:rgba(59,130,246,.15);color:#1d4ed8;font-size:12px;font-weight:600}.intent-examples{display:grid;grid-gap:4px;gap:4px}.intent-actions{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.intent-input,.intent-select{width:100%;border:1px solid #e5e7ef;border-radius:8px;padding:6px 10px;font-size:12px;background:#fff;color:#1f2937}@keyframes popIn{0%{transform:scale(.6);opacity:.3}to{transform:scale(1);opacity:1}}.status{font-size:13px;color:#7ad1a6}.history-filters,.history-row{display:flex;gap:8px}.history-row{align-items:center;margin-bottom:8px}.pill{padding:2px 8px;border-radius:999px;font-size:12px;background:#2d2d43;color:#c7c7de}.pill.approved{background:rgba(122,209,166,.2);color:#7ad1a6}.pill.rejected{background:hsla(0,100%,74%,.2);color:#ff7b7b}.pill.snoozed{background:rgba(120,160,255,.2);color:#8fa3ff}.pill.pending{background:rgba(106,92,255,.2);color:#9b93ff}.graph-card{padding:24px}.graph{width:100%}.graph,.graph-placeholder{height:260px;border-radius:12px;background:#f3f4f6}.graph-placeholder{display:flex;align-items:center;justify-content:center;color:#6b7280}.graph-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.graph-summary,.graph-surface{display:grid;grid-gap:16px;gap:16px}.graph-network{background:#f8fafc;border-radius:12px;padding:12px}.graph-svg{width:100%;height:320px;display:block}.graph-toolbar{gap:12px;justify-content:space-between}.graph-tabs,.graph-toolbar{display:flex;flex-wrap:wrap}.graph-tabs{gap:8px}.graph-column{background:#f9fafb;border-radius:12px;padding:12px;min-height:220px;border:1px solid #eef0f5}.graph-title{font-size:14px;color:#6b7280;margin-bottom:10px;text-transform:uppercase;letter-spacing:.08em}.graph-item{display:flex;justify-content:space-between;gap:8px;padding:6px 0;border-bottom:1px solid #eef0f5;font-size:13px}.graph-item:last-child{border-bottom:none}.graph-list{display:grid;grid-gap:12px;gap:12px}.graph-card-item{background:#f9fafb;border-radius:12px;padding:14px;display:grid;grid-gap:8px;gap:8px;border:1px solid #eef0f5}.graph-card-header{display:flex;justify-content:space-between;gap:8px}.graph-card-title{font-size:14px;font-weight:600}.graph-related{display:flex;flex-wrap:wrap;gap:6px}.chip{font-size:11px;padding:4px 8px;border-radius:999px;background:#eef2ff;color:#4f46e5}.graph-help{margin-top:12px}.stats-card{background:#fff}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:16px;gap:16px}.stat-value{font-size:20px;font-weight:600;margin-top:4px}.sync-message{margin-top:10px}.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.35);display:flex;align-items:center;justify-content:center;z-index:20;padding:24px}.modal{width:min(720px,100%);background:#fff;border:1px solid #e5e7ef;border-radius:16px;padding:20px;display:grid;grid-gap:12px;gap:12px;box-shadow:0 20px 50px rgba(15,23,42,.2)}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.modal-textarea{width:100%;background:#f8f9fc;border:1px solid #e5e7ef;border-radius:12px;color:#1f2937;padding:12px;font-family:inherit;font-size:14px;resize:vertical;min-height:180px}.card-instruction .modal-textarea{min-height:70px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.detail-section{display:grid;grid-gap:6px;gap:6px}.detail-title{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5}.detail-evidence{display:grid;grid-gap:6px;gap:6px}.detail-snippet{color:#4b5563}.graph-compact .graph-toolbar{display:none}.graph-compact .graph-svg{height:260px}@media (max-width:960px){.dashboard-layout{grid-template-columns:1fr}.dashboard-right .card{position:static}}