*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f0f;--surface: #1a1a1a;--surface-2: #242424;--border: #2a2a2a;--text: #f0f0f0;--text-muted: #888;--text-faint: #555;--climb: #c8ff57;--run: #57c8ff;--strength: #ff8c57;--danger: #ff4444;--radius: 8px;--radius-lg: 12px}:root[data-theme=light]{--bg: #f5f5f5;--surface: #ffffff;--surface-2: #ebebeb;--border: #d0d0d0;--text: #111111;--text-muted: #666666;--text-faint: #aaaaaa;--climb: #5a9e00;--run: #0080c8;--strength: #c85000;--danger: #cc0000}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}select option{background:var(--surface-2)}.mono{font-family:DM Mono,monospace}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:24px;height:24px;border:2px solid var(--border);border-top-color:var(--climb);border-radius:50%;animation:spin .6s linear infinite}
