:root{
  --bg:#f6f8f5; --bg2:#edf5f0; --surface:#ffffff; --surface2:#f9fbf8; --text:#102019; --text2:#22352c; --muted:#62756d;
  --orange:#ff8a26; --orange2:#ffb04f; --teal:#078e87; --teal2:#dff4f1; --blue:#1f5f8b; --red:#d94141; --green:#168a4d;
  --line:rgba(16,32,25,.14); --line2:rgba(16,32,25,.08);
  --shadow:0 22px 65px rgba(16,32,25,.11); --shadow2:0 10px 28px rgba(16,32,25,.08);
  --radius:24px; --radius2:16px; --sidebar:272px; --gap:20px;
  --font-ui:"Runner's World", Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-display:"Runner's World", "Arial Black", Impact, var(--font-ui);
}
*{box-sizing:border-box;min-width:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:linear-gradient(135deg,#fff6e8 0%,#f6f8f5 28%,#eaf4ef 100%);color:var(--text);font-family:var(--font-ui);font-weight:650;line-height:1.45;overflow-x:hidden}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{touch-action:manipulation}::selection{background:var(--orange);color:#111}
img,svg{max-width:100%}h1,h2,h3,p{overflow-wrap:anywhere}p{margin-top:0}.sr-only{position:absolute;left:-9999px}
#app{min-height:100vh;width:100%}
