*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-base: #f4f4f4;--bg-surface: #ffffff;--bg-elevated: #f0f0f0;--bg-hover: #e8e8e8;--border: #e0e0e0;--border-strong: #c8c8c2;--accent: #d42b35;--accent-dim: #fde8e9;--accent-text: #a81f27;--text-primary: #111111;--text-secondary: #555555;--text-muted: #999999;--green: #1a8a4a;--green-dim: #e6f7ed;--green-text: #136335;--amber: #b86e00;--amber-dim: #fff4e0;--amber-text: #8a5200;--red: #d42b35;--red-dim: #fde8e9;--red-text: #a81f27;--blue: #1a5fa8;--blue-dim: #e6eef8;--blue-text: #0f4480;--purple: #6929C4;--purple-dim: #f2ebfc;--purple-text: #491D8B;--font-display: "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, sans-serif;--font-semi: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;--font-mono: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 8px;--transition: .15s cubic-bezier(.33, 0, .67, 1);--review-card: #ffffff;--review-well: #e4e4e4;--card-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--card-shadow-hover: 0 3px 8px rgba(0,0,0,.12), 0 1px 4px rgba(0,0,0,.08)}[data-theme=dark]{--bg-base: #0e0f11;--bg-surface: #16181c;--bg-elevated: #1e2028;--bg-hover: #252830;--border: #2a2d36;--border-strong: #383c48;--accent: #e83540;--accent-dim: #3a1018;--accent-text: #ff7a82;--text-primary: #f0f0f0;--text-secondary: #8b90a0;--text-muted: #4e5263;--green: #2dd88a;--green-dim: #0d3324;--green-text: #5ee8a4;--amber: #f5a623;--amber-dim: #3a2a0a;--amber-text: #f7bc5c;--red: #ff4d6a;--red-dim: #3a0f18;--red-text: #ff7a8e;--blue: #3b9eff;--blue-dim: #0d2840;--blue-text: #6db8ff;--purple: #A56EFF;--purple-dim: #241540;--purple-text: #BE95FF;--review-card: #22252d;--review-well: #0b0c0f;--card-shadow: 0 1px 3px rgba(0,0,0,.36), 0 1px 2px rgba(0,0,0,.24);--card-shadow-hover: 0 3px 8px rgba(0,0,0,.52), 0 1px 4px rgba(0,0,0,.36)}html,body,#root{height:100%}.app-root{height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-base);color:var(--text-primary);font-family:var(--font-mono);font-size:13px;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}input,textarea,button,select{font-family:var(--font-mono);font-size:13px}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:1px}@keyframes cardHoverPanelIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
