:root{color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0b0e14;color:#e6e6e6;-webkit-text-size-adjust:100%}.container{max-width:1000px;margin:0 auto;padding:24px;display:grid;grid-gap:24px;gap:24px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.dashboard-title{margin:0;font-size:clamp(20px,5vw,28px)}.section-title{font-size:16px;margin:0 0 12px}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;align-items:start}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.holdings-table{width:100%;border-collapse:collapse;font-size:14px;min-width:560px}.add-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.add-form input{flex:1 1 140px;min-width:0}.add-form button{flex:0 0 auto}@media (max-width:760px){.grid-2{grid-template-columns:1fr}}@media (max-width:640px){.container{padding:16px;gap:16px}.add-form input{flex-basis:100%}.add-form button{width:100%}}