@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--bg:#f7f8fa;--surface:#fff;--surface2:#f3f4f8;--blue:#1a56db;--blue-light:#ebf2ff;--blue-mid:#c7d9ff;--blue-dark:#1035a8;--orange:#f05a28;--orange-light:#fff1ec;--orange-mid:#fecdbc;--green:#059669;--green-light:#ecfdf5;--green-mid:#6ee7b7;--red:#dc2626;--red-light:#fef2f2;--red-mid:#fca5a5;--yellow:#d97706;--yellow-light:#fffbeb;--yellow-mid:#fde68a;--text:#0d1117;--text-sub:#3d4d5c;--text-muted:#8896a5;--border:#e4e7ec;--border-mid:#cdd2da;--sidebar-width:260px;--topbar-height:60px}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:DM Sans,sans-serif;overflow-x:hidden}#root{background:var(--bg);min-height:100vh;position:relative}button{cursor:pointer;border:none;outline:none;font-family:inherit}a{color:inherit;text-decoration:none}input,select{outline:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:999px}::-webkit-scrollbar-track{background:0 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:.25s ease-out fadeIn}.cards-grid{flex-direction:column;gap:14px;display:flex}.stats-row{gap:10px;display:flex}.profile-sections{flex-direction:column;gap:16px;display:flex}@media (width>=768px){.cards-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.runners-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.profile-sections{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.detail-content{max-width:640px;margin:0 auto}}@media (width>=1200px){.cards-grid,.runners-grid{grid-template-columns:repeat(3,1fr)}}
