:root{--color-bg: #f8fafc;--color-bg-elevated: #f8fafc;--color-surface: #ffffff;--color-surface-secondary: #f8fafc;--color-surface-hover: #f1f5f9;--color-surface-alt: #eeeeee;--color-text: #0f172a;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-border: #e2e8f0;--color-border-subtle: rgba(0, 0, 0, .08);--color-border-input: #cbd5e1;--color-shadow: rgba(31, 38, 135, .05);--color-overlay: rgba(0, 0, 0, .5);--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .3);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .05);--color-highlight-bg: #fef3c7;--color-highlight-border: #fbbf24;--color-code-bg: #f0f4ff;--color-code-border: #c7d2fe;--color-code-text: #6366f1;--color-risk-bg: #fee2e2;--color-risk-text: #dc2626;--color-info-bg: #f0f9ff;--color-info-border: #0ea5e9;--color-entity-bg: #e0e7ff;--color-entity-border: #818cf8;--color-entity-text: #4338ca;--chart-grid: #e2e8f0;--chart-axis: #64748b;--tooltip-bg: rgba(255, 255, 255, .95);--tooltip-border: #e2e8f0}html.dark{--color-bg: #0b1120;--color-bg-elevated: #0f172a;--color-surface: #1e293b;--color-surface-secondary: #0f172a;--color-surface-hover: #334155;--color-surface-alt: #334155;--color-text: #e2e8f0;--color-text-secondary: #94a3b8;--color-text-muted: #64748b;--color-border: #334155;--color-border-subtle: rgba(255, 255, 255, .06);--color-border-input: #475569;--color-shadow: rgba(0, 0, 0, .4);--color-overlay: rgba(0, 0, 0, .6);--glass-bg: rgba(30, 41, 59, .7);--glass-border: rgba(51, 65, 85, .5);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .3);--color-highlight-bg: #422006;--color-highlight-border: #b45309;--color-code-bg: #1e1b4b;--color-code-border: #4338ca;--color-code-text: #a5b4fc;--color-risk-bg: #450a0a;--color-risk-text: #fca5a5;--color-info-bg: #0c2d48;--color-info-border: #0284c7;--color-entity-bg: #1e1b4b;--color-entity-border: #6366f1;--color-entity-text: #a5b4fc;--chart-grid: #334155;--chart-axis: #94a3b8;--tooltip-bg: rgba(30, 41, 59, .95);--tooltip-border: #475569}body{font-family:Inter,sans-serif;background-color:var(--color-bg);color:var(--color-text);margin:0;padding:0;transition:background-color .2s ease,color .2s ease}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.prism-edge{position:relative;overflow:hidden}.prism-edge:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:.5s}.prism-edge:hover:after{left:150%}.token-chip{background:linear-gradient(135deg,#e0e7ff,#f1f5f9);border:1px solid #c7d2fe}html.dark .token-chip{background:linear-gradient(135deg,#1e1b4b,#1e293b);border:1px solid #4338ca}.loading{display:flex;align-items:center;justify-content:center;padding:2rem;min-height:200px}.spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-slide-in{animation:slideIn .3s ease-out}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.animate-slide-in-left{animation:slideInLeft .25s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .2s ease-out}
