:root{color-scheme:light;--athlete-bg:#0b0b0c;--athlete-surface:#fff;--athlete-border:#d9d9d9;--athlete-muted:#6b7280;--athlete-text:#111;--athlete-accent:#fa5400;--athlete-error-bg:#fef2f2;--athlete-error-border:#fca5a5;--athlete-error-text:#7f1d1d;--athlete-success-bg:#ecfdf5;--athlete-success-border:#86efac;--athlete-success-text:#14532d;--athlete-radius-lg:16px;--athlete-radius-md:10px;--athlete-radius-pill:999px;--athlete-font:"Helvetica Now Text","Helvetica Neue",Helvetica,Arial,sans-serif;--athlete-font-display:"Helvetica Now Display","Helvetica Neue",Helvetica,Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--athlete-font);color:var(--athlete-text);background:#f5f5f5}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit}.portal-shell{min-height:100vh;display:flex;flex-direction:column}.portal-landing{background:linear-gradient(180deg,#0b0b0c,#1f1f23);color:#fff;min-height:100vh;display:grid;place-items:center;padding:24px}.portal-card{width:min(480px,100%);background:#fff;color:var(--athlete-text);border-radius:var(--athlete-radius-lg);box-shadow:0 24px 56px rgba(0,0,0,.32);padding:32px;display:grid;grid-gap:18px;gap:18px}.portal-title{margin:0;font-family:var(--athlete-font-display);font-size:26px;letter-spacing:-.01em;line-height:1.2}.portal-subtitle{margin:0;font-size:14px;color:var(--athlete-muted);line-height:1.5}.portal-tab-row{display:inline-flex;background:#f3f4f6;border-radius:var(--athlete-radius-pill);padding:4px;align-self:start}.portal-tab{border:none;background:transparent;border-radius:var(--athlete-radius-pill);padding:8px 16px;font-size:13px;font-weight:600;color:var(--athlete-muted)}.portal-tab-active{background:var(--athlete-text);color:#fff}.portal-field{display:grid;grid-gap:6px;gap:6px}.portal-field-label{font-size:13px;font-weight:600;color:var(--athlete-muted)}.portal-input,.portal-select,.portal-textarea{width:100%;border:1px solid var(--athlete-border);border-radius:var(--athlete-radius-md);background:#fff;color:var(--athlete-text);padding:12px 14px;font-size:15px;outline:none;font-family:inherit}.portal-input:focus,.portal-select:focus,.portal-textarea:focus{border-color:var(--athlete-text);box-shadow:0 0 0 3px hsla(0,0%,7%,.08)}.portal-textarea{min-height:96px;resize:vertical}.portal-button{border:none;border-radius:var(--athlete-radius-pill);background:var(--athlete-text);color:#fff;padding:12px 20px;font-size:14px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.portal-button:disabled{opacity:.55;cursor:not-allowed}.portal-button-secondary{background:#fff;color:var(--athlete-text);border:1px solid var(--athlete-text)}.portal-code-row{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px;gap:10px}.portal-code-digit{border:1px solid var(--athlete-border);border-radius:var(--athlete-radius-md);font-size:24px;font-weight:700;text-align:center;padding:14px 0;letter-spacing:.06em;background:#fff;color:var(--athlete-text);font-family:inherit;outline:none}.portal-code-digit:focus{border-color:var(--athlete-text);box-shadow:0 0 0 3px hsla(0,0%,7%,.08)}.portal-error{background:var(--athlete-error-bg);border:1px solid var(--athlete-error-border);color:var(--athlete-error-text);border-radius:var(--athlete-radius-md)}.portal-error,.portal-success{padding:10px 12px;font-size:13px}.portal-success{background:var(--athlete-success-bg);border:1px solid var(--athlete-success-border);color:var(--athlete-success-text);border-radius:var(--athlete-radius-md)}.portal-muted{color:var(--athlete-muted);font-size:13px;line-height:1.5;margin:0}.portal-link-button{border:none;background:transparent;color:var(--athlete-text);text-decoration:underline;text-underline-offset:3px;padding:0;font-size:13px;font-weight:600}.profile-shell{background:#f5f5f5;min-height:100vh}.profile-header{background:var(--athlete-accent);color:#fff;padding:18px 24px}.profile-header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.profile-header-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px;letter-spacing:.02em}.profile-header-brand-accent{color:#fff}.profile-header-user{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600}.profile-header-badge{background:hsla(0,0%,100%,.18);padding:3px 10px;border-radius:var(--athlete-radius-pill);font-size:11px;letter-spacing:.05em}.profile-header-badge,.profile-header-logout{color:#fff;font-weight:700;text-transform:uppercase}.profile-header-logout{border:1px solid hsla(0,0%,100%,.45);background:transparent;padding:6px 14px;border-radius:var(--athlete-radius-pill);font-size:12px;letter-spacing:.04em}.profile-main{max-width:980px;margin:32px auto 64px;padding:0 24px;display:grid;grid-gap:24px;gap:24px}.profile-card{background:#fff;border-radius:var(--athlete-radius-lg);box-shadow:0 6px 18px rgba(0,0,0,.04);padding:24px 28px;display:grid;grid-gap:16px;gap:16px}.profile-card-title{margin:0;font-family:var(--athlete-font-display);font-size:20px;font-weight:500;color:var(--athlete-text)}.profile-grid-2{display:grid;grid-gap:18px 24px;gap:18px 24px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-grid-3{display:grid;grid-gap:18px 24px;gap:18px 24px;grid-template-columns:repeat(3,minmax(0,1fr))}.profile-actions{display:flex;justify-content:flex-end;gap:12px;align-items:center}@media (max-width:720px){.profile-grid-2,.profile-grid-3{grid-template-columns:1fr}.profile-card{padding:20px}.portal-card{padding:24px}}