html,body,#root{margin:0;padding:0;height:100%;background:#0c0c10;color:#e0e0e5;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;color-scheme:dark}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#60a5fa;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}input:focus,textarea:focus,select:focus{outline:2px solid #3b82f6;outline-offset:-1px}code,pre{font-family:ui-monospace,SF Mono,Menlo,Monaco,Consolas,monospace;font-size:12px}pre{white-space:pre-wrap;word-break:break-word}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0c0c10}::-webkit-scrollbar-thumb{background:#2a2a30;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3a3a40}:root{--bg-base: #08090c;--bg-elevated: #11131a;--bg-card: #15171f;--bg-card-hover: #1c1f2a;--border-subtle: #232733;--border-strong: #353a4a;--text-primary: #e8eaed;--text-secondary: #9aa0b3;--text-muted: #6b7280;--text-faint: #4b5263;--accent: #4f8aff;--accent-glow: rgba(79, 138, 255, .4);--accent-grad-start: #4f8aff;--accent-grad-end: #b15cff;--success: #22d68a;--success-bg: rgba(34, 214, 138, .1);--warning: #f5a524;--warning-bg: rgba(245, 165, 36, .1);--danger: #ff4d6d;--danger-bg: rgba(255, 77, 109, .1);--neutral: #6b7280;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--tap-min: 44px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-card: 0 4px 12px rgba(0, 0, 0, .3);--shadow-glow: 0 0 24px var(--accent-glow)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--bg-base);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overflow-x:hidden}body{background:radial-gradient(ellipse at top right,rgba(79,138,255,.08),transparent 50%),radial-gradient(ellipse at bottom left,rgba(177,92,255,.06),transparent 50%),var(--bg-base);background-attachment:fixed}html{font-size:14px}@media (min-width: 768px){html{font-size:14px}}@media (min-width: 1280px){html{font-size:15px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}button,.btn,[role=button]{min-height:var(--tap-min);cursor:pointer;font-family:inherit}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input:not([type=checkbox]):not([type=radio]),textarea,select{min-height:var(--tap-min);font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{width:20px;height:20px;accent-color:var(--accent);cursor:pointer;margin:0}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex:0 0 auto}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-switch .slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:var(--border-strong);border-radius:24px;transition:background .2s}.toggle-switch .slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s,background .2s;box-shadow:0 1px 3px #0006}.toggle-switch input:checked+.slider{background:linear-gradient(135deg,var(--accent-grad-start),var(--accent-grad-end))}.toggle-switch input:checked+.slider:before{transform:translate(20px)}.toggle-switch input:focus-visible+.slider{box-shadow:0 0 0 3px var(--accent-glow)}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.4}}.live-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--success);animation:live-pulse 2s ease-in-out infinite}@keyframes flash-in{0%{background:var(--success-bg);transform:translateY(-4px)}to{background:transparent;transform:translateY(0)}}.flash-in{animation:flash-in 1.5s ease-out}.glass{background:linear-gradient(135deg,#ffffff0a,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg)}.text-gradient{background:linear-gradient(135deg,var(--accent-grad-start),var(--accent-grad-end));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.mobile-only{display:none}.desktop-only{display:initial}@media (max-width: 767px){.mobile-only{display:initial}.desktop-only{display:none!important}}.safe-area-bottom{padding-bottom:max(var(--space-4),env(safe-area-inset-bottom))}.safe-area-top{padding-top:max(var(--space-4),env(safe-area-inset-top))}.fade-enter{animation:fade-in .3s ease-out}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}button:active,[role=button]:active{transform:scale(.97);transition:transform .1s}table{border-collapse:collapse;font-size:clamp(11px,3vw,13px)}section table{display:block;max-width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}@media (min-width: 768px){section table{display:table;white-space:normal}}@media (max-width: 767px){button,.btn{padding:10px 14px!important;font-size:13px!important}td button,th button{min-height:36px;padding:6px 10px!important}}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-3);margin-bottom:var(--space-4)}@media (max-width: 480px){.kpi-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-2)}}input[type=text],input[type=password],input[type=number],textarea,select{background:var(--bg-base);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text-primary);padding:10px 12px;font-size:14px;width:100%;max-width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}code{background:var(--bg-base);padding:2px 6px;border-radius:4px;font-size:.9em;font-family:SF Mono,Monaco,Consolas,monospace;color:var(--accent)}h1{font-size:clamp(18px,5vw,22px);margin:0 0 var(--space-4);font-weight:700;letter-spacing:-.02em}h2{font-size:clamp(15px,4vw,17px)}@media (max-width: 767px){button,.btn,[role=button],a.nav-link,input[type=button],input[type=submit]{min-height:44px;min-width:44px}td button,th button,.chip button,.pill button,.hub-tabs button{min-height:36px;min-width:36px}}@media (max-width: 767px){.hub-tabs{flex-wrap:nowrap!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:8px 12px 12px;margin:0 -14px 12px;mask-image:linear-gradient(to right,transparent 0,#000 16px,#000 calc(100% - 16px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 16px,#000 calc(100% - 16px),transparent 100%)}.hub-tabs::-webkit-scrollbar{display:none}.hub-tabs{scrollbar-width:none}.hub-tabs button{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap}}@media (max-width: 480px){[style*=grid-template-columns][style*=auto-fit][style*=minmax]{grid-template-columns:1fr!important}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width: 481px) and (max-width: 767px){[style*=grid-template-columns][style*=auto-fit][style*="minmax(300"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 599px){table.responsive-cards,.stack-on-mobile table,section table{display:block;width:100%!important;border:0;white-space:normal;overflow-x:visible}table.responsive-cards thead,.stack-on-mobile table thead,section table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}table.responsive-cards tbody,.stack-on-mobile table tbody,section table tbody{display:block;width:100%}table.responsive-cards tr,.stack-on-mobile table tr,section table tr{display:block;width:100%;background:var(--bg-card, #15171f);border:1px solid var(--border-subtle, #232733);border-radius:var(--radius-md, 10px);margin-bottom:10px;padding:8px 10px}table.responsive-cards td,.stack-on-mobile table td,section table td{display:flex;justify-content:space-between;align-items:baseline;width:100%!important;padding:6px 0;border-bottom:1px solid var(--border-subtle, #232733);text-align:left!important;white-space:normal;word-break:break-word;min-width:0}table.responsive-cards td:last-child,.stack-on-mobile table td:last-child,section table td:last-child{border-bottom:0;padding-bottom:0}table.responsive-cards td[data-label]:before,.stack-on-mobile table td[data-label]:before,section table td[data-label]:before{content:attr(data-label);font-weight:600;color:var(--text-muted, #6b7280);font-size:11px;text-transform:uppercase;letter-spacing:.4px;margin-right:12px;flex:0 0 auto}}@media (max-width: 767px){.modal,[role=dialog],.confirm-modal,.modal-card{max-width:95vw!important;width:95vw!important;max-height:90dvh!important;margin:5vh auto!important;overflow-y:auto;padding:16px!important}.modal-actions,.modal .btn-row,[role=dialog] .btn-row{flex-direction:column!important;gap:8px!important;width:100%}.modal-actions>*,.modal .btn-row>*,[role=dialog] .btn-row>*{width:100%}}@media (max-width: 767px){form input:not([type=checkbox]):not([type=radio]),form select,form textarea{width:100%!important;max-width:100%!important;font-size:16px!important;padding:12px 14px!important}form button[type=submit],form .submit-btn{width:100%;padding:14px 18px!important;font-size:15px!important;font-weight:600;margin-top:4px}.form-row,.field-row{flex-direction:column!important;align-items:stretch!important;gap:6px!important}.form-row>label,.field-row>label{text-align:left;min-width:0!important}}svg.chart,svg.responsive-svg,.chart-container svg,.svg-chart{width:100%;height:auto;max-width:100%}@media (max-width: 767px){.status-bar,.service-status,.footer-status{font-size:11px;padding:6px 10px;gap:6px;flex-wrap:wrap}.status-bar>*,.service-status>*{min-width:0}}@media (max-width: 767px){.brain-override-grid,.brain-control-center,[data-brain-section=override]{grid-template-columns:1fr!important;flex-direction:column!important}.watchlist-pill,.pill{min-height:36px;padding:8px 12px!important;font-size:13px!important}.verdict-stream,[data-brain-section=verdict]{width:100%!important;max-width:100%!important}}@media (max-width: 480px){.card,.panel,.glass{padding:12px!important;border-radius:10px}h1{font-size:18px!important}h2{font-size:15px!important}h3{font-size:14px!important}}html,body{max-width:100vw;overflow-x:hidden}@supports (padding: env(safe-area-inset-bottom)){.has-bottom-nav{padding-bottom:calc(64px + env(safe-area-inset-bottom))}}@media (display-mode: standalone){.install-prompt{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
