:root{--surface-base:#f5f5f4;--surface-card:#ffffff;--surface-raised:#fafaf9;--surface-overlay:#000000cc;--border:#e7e5e4;--border-strong:#a8a29e;--text-primary:#1c1917;--text-secondary:#78716c;--text-muted:#a8a29e;--text-inverse:#ffffff;--accent:#4f46e5;--accent-hover:#4338ca;--accent-subtle:#eef2ff;--accent-text:#312e81;--verdict-strong:#16a34a;--verdict-strong-bg:#f0fdf4;--verdict-watch:#2563eb;--verdict-watch-bg:#eff6ff;--verdict-maybe:#d97706;--verdict-maybe-bg:#fffbeb;--verdict-pass:#a8a29e;--verdict-pass-bg:#f5f5f4;--conf-high:#16a34a;--conf-medium:#d97706;--conf-low:#dc2626;--danger:#dc2626;--danger-hover:#b91c1c;--danger-subtle:#fef2f2;--sp-1:0.25rem;--sp-2:0.5rem;--sp-3:0.75rem;--sp-4:1rem;--sp-5:1.25rem;--sp-6:1.5rem;--sp-8:2rem;--sp-10:2.5rem;--sp-12:3rem;--sp-16:4rem;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:ui-monospace,"Cascadia Code","Source Code Pro",Menlo,Consolas,monospace;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--radius-sm:0.375rem;--radius:0.5rem;--radius-md:0.75rem;--radius-lg:1rem;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--nav-height:3.5rem;--sidebar-width:15rem;--content-max:72rem;--content-padding:var(--sp-4)}@media (prefers-color-scheme:dark){:root{--surface-base:#1c1917;--surface-card:#292524;--surface-raised:#1c1917;--surface-overlay:#000000dd;--border:#44403c;--border-strong:#78716c;--text-primary:#fafaf9;--text-secondary:#a8a29e;--text-muted:#78716c;--text-inverse:#1c1917;--accent:#818cf8;--accent-hover:#a5b4fc;--accent-subtle:#1e1b4b;--accent-text:#c7d2fe;--verdict-strong-bg:#052e16;--verdict-watch-bg:#172554;--verdict-maybe-bg:#451a03;--verdict-pass-bg:#292524;--danger-subtle:#450a0a;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.4);--shadow:0 1px 3px 0 rgb(0 0 0/0.4),0 1px 2px -1px rgb(0 0 0/0.4);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.4),0 2px 4px -2px rgb(0 0 0/0.4)}}@media (min-width:768px){:root{--content-padding:var(--sp-8)}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5;color:var(--text-primary);background-color:var(--surface-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}img,video{max-width:100%}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.app-layout{display:grid;grid-template-columns:1fr;grid-template-rows:var(--nav-height) 1fr auto;min-height:100dvh}.app-sidebar{display:none}@media (min-width:768px){.app-layout{grid-template-columns:var(--sidebar-width) 1fr;grid-template-rows:1fr}.app-sidebar{display:flex;flex-direction:column;grid-column:1;grid-row:1;border-right:1px solid var(--border);background-color:var(--surface-card);height:100dvh;position:-webkit-sticky;position:sticky;top:0;overflow-y:auto}.app-bottom-nav,.app-mobile-header{display:none!important}.app-main{grid-column:2;grid-row:1}}.dashboard-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--sp-6);gap:var(--sp-6)}@media (min-width:640px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dashboard-grid{grid-template-columns:repeat(3,1fr)}}.feed-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--sp-4);gap:var(--sp-4)}@media (min-width:640px){.feed-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.feed-grid{grid-template-columns:repeat(3,1fr)}}