@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&family=DM+Sans:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap";
:root{--bg:#f8f8f5;--bg2:#fff;--bg3:#f2f2ee;--border:#e8e8e2;--border2:#d4d4cc;--text:#1a1a2e;--muted:#7a7a8a;--muted2:#aaaabc;--green:#00b96b;--green2:#e6f9f0;--gold:#c9a84c;--gold2:#fff8e6;--red:#e84040;--red2:#fef0f0;--blue:#3b82f6;--shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;--shadow2:0 2px 8px #00000014,0 8px 32px #0000000f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif}.mono{font-family:DM Mono,monospace}.pixel{font-family:"Press Start 2P",monospace}a{color:inherit;text-decoration:none}button:focus,input:focus{outline:2px solid var(--green);outline-offset:2px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.dashboard-grid{grid-template-columns:420px 1fr;align-items:start;gap:20px;margin-bottom:24px;display:grid}.proj-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px;display:grid}.etf-strip{grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:10px;margin-bottom:20px;display:grid}.etf-breakdown{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px;display:grid}.pie-table-grid{grid-template-columns:240px 1fr;gap:14px;display:grid}nav .nav-email{display:inline}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr}.proj-grid{grid-template-columns:1fr;gap:10px}.etf-strip{grid-template-columns:repeat(2,1fr)}.etf-breakdown,.pie-table-grid{grid-template-columns:1fr}nav .nav-email{display:none}.page-container{padding:16px 12px 60px!important}.market-status-inner{flex-direction:column!important}.market-status-right{text-align:left!important;flex-wrap:wrap!important;gap:16px!important;display:flex!important}.plan-header{flex-direction:column!important;align-items:flex-start!important}.plan-header-right{text-align:left!important}.amount-selector button{font-size:16px!important}.macro-strip{flex-wrap:wrap!important;gap:16px!important}.hero-buttons{flex-direction:column!important;align-items:center!important}.hero-buttons a,.hero-buttons button{text-align:center!important;width:100%!important;max-width:320px!important}}@media (max-width:1024px){.dashboard-grid,.pie-table-grid{grid-template-columns:1fr}.etf-strip{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.etf-strip,.proj-grid{grid-template-columns:1fr}nav{padding:0 16px!important}nav .pixel{font-size:9px!important}.table-scroll{overflow-x:auto!important}}
