:root{--bg-primary: #0f0f1a;--bg-secondary: #1a1a2e;--bg-card: #16213e;--text-primary: #e0e0e0;--text-secondary: #a0a0a0;--accent: #4cc9f0;--accent-green: #4ade80;--accent-red: #f87171;--accent-yellow: #fbbf24}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6}.card{background:var(--bg-card);border-radius:8px;padding:1.5rem;margin-bottom:1rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.card-title{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.metric{background:var(--bg-card);padding:1.25rem;border-radius:8px;text-align:center}.metric-value{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.metric-value.positive{color:var(--accent-green)}.metric-value.negative{color:var(--accent-red)}.metric-value.neutral{color:var(--accent)}.metric-label{font-size:.875rem;color:var(--text-secondary)}table{width:100%;border-collapse:collapse}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}th{font-weight:600;color:var(--text-secondary);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}tr:hover{background:#ffffff05}.btn{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-size:.875rem;transition:all .2s}.btn-primary{background:var(--accent);color:#000}.btn-primary:hover{background:#3ab8df}select,input{background:var(--bg-secondary);border:1px solid rgba(255,255,255,.1);color:var(--text-primary);padding:.5rem 1rem;border-radius:6px;font-size:.875rem}select:focus,input:focus{outline:none;border-color:var(--accent)}.text-green{color:var(--accent-green)}.text-red{color:var(--accent-red)}.text-muted{color:var(--text-secondary)}.text-right{text-align:right}.font-mono{font-family:SF Mono,Monaco,monospace}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}header.svelte-12qhfyh{background:#1a1a2e;padding:1rem 2rem}nav.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.logo.svelte-12qhfyh{font-size:1.5rem;font-weight:700;color:#4cc9f0;text-decoration:none}.nav-links.svelte-12qhfyh{display:flex;gap:1.5rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#e0e0e0;text-decoration:none;transition:color .2s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#4cc9f0}main.svelte-12qhfyh{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}footer.svelte-12qhfyh{background:#1a1a2e;padding:1rem;text-align:center;color:#666;font-size:.875rem}
