:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f4f6fb;color:#0f172a}.App{min-height:100vh;background-color:#f4f6fb}*{box-sizing:border-box}body{margin:0;background-color:#f4f6fb}.dashboard{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 3rem}.hero{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.hero h1{margin:0;font-size:2rem}.subtitle{margin-top:.25rem;color:#6b7280}.summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.summary-card{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 12px 20px -15px #0f172a66;display:flex;flex-direction:column;gap:.35rem}.summary-card span{color:#6b7280;font-size:.95rem}.summary-card strong{font-size:1.6rem}.details{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 15px 30px -25px #0f172a73}.table-wrapper{overflow-x:auto}.market-table{width:100%;border-collapse:collapse}.market-table th{text-align:left;padding:.75rem .5rem;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb}.market-table td{padding:.9rem .5rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.market-name{font-weight:600}.market-id{font-family:Roboto Mono,Courier New,monospace;font-size:.85rem;color:#64748b}.allocation-cell{display:flex;flex-direction:column;gap:.35rem}.progress-track{width:100%;height:8px;border-radius:999px;background:#e5e7eb}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2f6bff,#42b5f5)}.state-message{text-align:center;color:#94a3b8;padding:2rem 1rem}.state-message.error{color:#c53030}@media (max-width: 640px){.hero{flex-direction:column;align-items:flex-start}}
