@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #FFFBF5;--bg-secondary: #FFFFFF;--bg-tertiary: #F0FDF4;--surface: #FFFFFF;--surface-hover: #F0FDF4;--border: #D1FAE5;--border-strong: #6EE7B7;--text-primary: #064E3B;--text-secondary: #065F46;--text-muted: #6B7280;--accent-prosperity: #059669;--accent-prosperity-light: #D1FAE5;--accent-prosperity-dark: #047857;--accent-wealth: #D97706;--accent-wealth-light: #FEF3C7;--accent-wealth-bg: #FFFBEB;--accent-love: #E11D48;--accent-love-light: #FFE4E6;--accent-peace: #0284C7;--accent-peace-light: #E0F2FE;--positive: #059669;--negative: #DC2626;--warning: #D97706;--info: #0284C7;--shadow-sm: 0 1px 2px rgba(6, 78, 59, .05);--shadow-md: 0 4px 12px rgba(6, 78, 59, .08);--shadow-lg: 0 8px 30px rgba(6, 78, 59, .12);--table-row-alt: #F7FDF9;--table-header-bg: #ECFDF5;--table-section-bg: #FFFBEB}[data-theme=dark]{--bg-primary: #0C1F17;--bg-secondary: #0F2A1F;--bg-tertiary: #132F23;--surface: #163528;--surface-hover: #1A3F2E;--border: #1E4D38;--border-strong: #2D6A4F;--text-primary: #ECFDF5;--text-secondary: #A7F3D0;--text-muted: #6B8F7B;--accent-prosperity: #34D399;--accent-prosperity-light: #064E3B;--accent-prosperity-dark: #6EE7B7;--accent-wealth: #FBBF24;--accent-wealth-light: #78350F;--accent-wealth-bg: #451A03;--accent-love: #FB7185;--accent-love-light: #4C0519;--accent-peace: #38BDF8;--accent-peace-light: #0C4A6E;--positive: #34D399;--negative: #F87171;--warning: #FBBF24;--info: #38BDF8}html,body,#root{width:100%;min-height:100vh;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--text-primary)}table{width:100%;border-collapse:collapse;font-size:.875rem}thead{background-color:var(--table-header-bg)}thead th{padding:.75rem 1.5rem;text-align:left;font-weight:600;color:var(--text-primary);border-bottom:1px solid var(--border)}tbody tr{border-bottom:1px solid var(--border);transition:background-color .2s ease}tbody tr:hover{background-color:var(--surface-hover)}tbody tr:nth-child(2n){background-color:var(--table-row-alt)}tbody td{padding:1rem 1.5rem;color:var(--text-secondary)}button{font-family:Inter,sans-serif;font-weight:500;border-radius:.5rem;transition:all .2s ease;cursor:pointer;border:none}button:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary{background-color:var(--accent-prosperity);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--accent-prosperity-dark)}.font-mono-data{font-family:JetBrains Mono,monospace;font-feature-settings:"tnum"}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-prosperity)}
