:root{color-scheme:light;--page: #f7f7fb;--surface: #ffffff;--surface-soft: #f5f4fb;--text: #25233a;--muted: #6e6a86;--line: #e1e0ed;--accent: #635bff;--accent-strong: #4c43c9;--accent-soft: #eeedff;--error: #b42e4b;--shadow: 0 12px 38px rgba(46, 39, 107, .08)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--page: #14131d;--surface: #201f2c;--surface-soft: #29283a;--text: #f0eff8;--muted: #b4b1c9;--line: #413f56;--accent: #aaa4ff;--accent-strong: #c8c4ff;--accent-soft: #373363;--error: #ffabbc;--shadow: 0 12px 38px rgba(0, 0, 0, .2)}}:root[data-theme=dark]{color-scheme:dark;--page: #14131d;--surface: #201f2c;--surface-soft: #29283a;--text: #f0eff8;--muted: #b4b1c9;--line: #413f56;--accent: #aaa4ff;--accent-strong: #c8c4ff;--accent-soft: #373363;--error: #ffabbc;--shadow: 0 12px 38px rgba(0, 0, 0, .2)}*{box-sizing:border-box}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;background:var(--page);color:var(--text)}button,input{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.page{max-width:1220px;margin:0 auto;padding:0 28px 32px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:92px;border-bottom:1px solid var(--line)}.brand{display:inline-flex;margin:0;align-items:center;gap:11px;font-size:1.07rem;font-weight:750;letter-spacing:-.03em;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;color:#fff;background:var(--accent);font-size:1.1rem;font-style:italic}.global-controls{display:flex;align-items:center;gap:14px}.segmented{display:flex;gap:3px;padding:4px;background:var(--surface);border:1px solid var(--line);border-radius:12px}.segmented button{min-width:45px;min-height:36px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-weight:700}.segmented button[aria-pressed=true]{background:var(--accent-soft);color:var(--accent-strong)}.theme-toggle{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);font-size:1.2rem}.theme-toggle:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}main{padding-top:28px}.tool-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.card{min-width:0;padding:27px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.race-card,.target-card{grid-column:1 / -1}.card h2{margin:0 0 6px;font-size:1.3rem;letter-spacing:-.03em}.card-description{margin:0 0 22px;color:var(--muted);font-size:.9rem;line-height:1.5}.field-label{display:block;margin-bottom:9px;color:var(--muted);font-size:.84rem;font-weight:700}.field-label span{color:var(--text)}.pace-controls{display:grid;grid-template-columns:minmax(240px,310px) minmax(0,1fr);gap:24px;padding:22px;border-radius:14px;background:var(--surface-soft)}.unit-choice{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line)}.unit-choice .field-label{margin:0}.unit-choice .segmented{flex:0 1 370px;width:100%}.unit-choice .segmented button{flex:1;min-width:0;min-height:38px;padding:0 12px}.pace-entry{min-width:0}.pace-slider{margin-top:16px}.pace-slider .field-label{display:flex;justify-content:space-between}.pace-slider output{color:var(--accent-strong);font-variant-numeric:tabular-nums}.pace-slider input{width:100%;accent-color:var(--accent)}.pace-input-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.equivalent-pace{color:var(--muted);font-size:.9rem;font-variant-numeric:tabular-nums}.equivalent-pace>span{color:var(--accent-strong);font-weight:750}.equivalent-pace small{font-size:.76rem;font-weight:650}.quick-controls{display:grid;align-content:start;gap:18px}.chip-row{display:flex;flex-wrap:wrap;gap:7px}.chip{min-height:36px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text);font-size:.83rem;font-weight:700}.chip:hover,.chip[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.time-inputs{display:inline-flex;align-items:center;gap:4px}.time-inputs label{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--muted);font-size:.7rem;font-weight:700}.time-inputs input{width:70px;height:50px;padding:0 5px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);text-align:center;font-size:1.35rem;font-weight:750;font-variant-numeric:tabular-nums;appearance:textfield}.time-inputs input::-webkit-outer-spin-button,.time-inputs input::-webkit-inner-spin-button{margin:0;appearance:none}.time-colon{align-self:flex-start;padding-top:9px;color:var(--muted);font-size:1.3rem;font-weight:700}.field-error{min-height:1.25em;margin:5px 0 0;color:var(--error);font-size:.78rem}.race-results{margin-top:28px}.result-heading{display:flex;justify-content:space-between;align-items:baseline;gap:12px;min-height:31px}.result-heading h3{margin:0 0 10px;font-size:1rem;letter-spacing:-.025em}.result-heading span{color:var(--muted);font-size:.78rem;text-align:right}.add-custom-distance{margin-top:14px}.custom-distance-form{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;margin-top:12px;padding:14px;border-radius:10px;background:var(--surface-soft)}.custom-distance-form[hidden]{display:none}.custom-distance-form .field-label,.custom-distance-form .field-error{flex-basis:100%;margin-bottom:0}.distance-input{display:inline-flex;align-items:center;gap:6px}.distance-input input{width:95px;height:37px;padding:0 8px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--text);text-align:right;font-variant-numeric:tabular-nums;appearance:textfield}.distance-input input::-webkit-outer-spin-button,.distance-input input::-webkit-inner-spin-button{margin:0;appearance:none}.distance-input span{color:var(--muted);font-size:.8rem}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;white-space:nowrap;font-variant-numeric:tabular-nums}th{padding:10px 8px;border-bottom:1px solid var(--line);color:var(--muted);text-align:left;font-size:.72rem;font-weight:750;letter-spacing:.07em;text-transform:uppercase}td{padding:11px 8px;border-bottom:1px solid var(--line);font-size:.88rem}tr:last-child td{border-bottom:0}.finish-table th:last-child,.finish-table td:last-child{text-align:right}.finish-table td:last-child{color:var(--accent-strong);font-weight:800}.finish-table td:first-child{display:flex;align-items:center;justify-content:space-between;gap:16px}.finish-table th:last-child:after,.finish-table tr:not(.splits-row) td:last-child:not(.custom-finish):after{content:"";display:inline-block;width:39px}.custom-finish-content{display:inline-flex;align-items:center;gap:7px}.remove-custom-distance{display:inline-grid;place-items:center;width:32px;min-height:32px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:1.35rem;font-weight:500;line-height:1}.remove-custom-distance:hover{color:var(--error)}.race-name{min-width:0;font-weight:750}.split-toggle{flex:0 0 auto;min-height:32px;padding:0 9px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--accent-strong);font-size:.76rem;font-weight:750}.split-toggle:hover,.split-toggle[aria-expanded=true]{border-color:var(--accent);background:var(--accent-soft)}.finish-table .splits-row td{display:table-cell;width:100%;padding:0 8px 13px;background:var(--surface-soft)}.split-list{display:grid;grid-template-columns:minmax(0,1fr) max-content max-content minmax(0,1fr);column-gap:24px;margin:0;padding:13px;list-style:none}.split-list li{display:grid;grid-column:1 / -1;grid-template-columns:subgrid;padding:9px 12px;color:var(--muted);font-size:.8rem}.split-distance{grid-column:2;justify-self:start}.split-list li:nth-child(odd){background:var(--surface)}.split-list li+li{border-top:1px solid var(--line)}.split-list strong{grid-column:3;justify-self:end;color:var(--split-time-color, var(--text));font-variant-numeric:tabular-nums}.split-list li.split-finish{--split-time-color: var(--accent-strong);background:var(--accent-soft);color:var(--accent-strong)}.target-fields{display:flex;flex-wrap:wrap;gap:16px 24px}.target-fields>.field-block{flex:1 1 170px;min-width:0}.target-race-choices{display:flex;flex-wrap:wrap;gap:7px}.target-race-choice{min-height:40px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text);font-size:.83rem;font-weight:700}.target-race-choice[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.target-time input{width:59px}.target-answer{display:flex;flex:1 1 170px;flex-direction:column;justify-content:center;gap:3px;align-self:stretch;padding:18px 20px;border-radius:13px;background:var(--accent-soft);color:var(--accent-strong)}.target-answer>span{font-size:.76rem;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.target-answer strong{font-size:2.05rem;line-height:1.2;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.target-answer small{font-size:.9rem;letter-spacing:0}.target-pace-values{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 8px}.target-equivalent{color:var(--accent-strong);font-size:1.05rem;font-weight:750;font-variant-numeric:tabular-nums}.target-equivalent small{font-size:.76rem}@media(max-width:860px){.tool-grid{grid-template-columns:1fr}}@media(max-width:580px){.page{padding:0 16px 22px}.site-header{align-items:flex-start;flex-direction:column;gap:13px;padding:17px 0}.global-controls{justify-content:space-between;width:100%}main{padding-top:20px}.card{padding:19px;border-radius:17px}.pace-controls{grid-template-columns:1fr;gap:15px;padding:17px}.unit-choice{align-items:stretch;flex-direction:column;gap:10px}.unit-choice .segmented{flex:0 0 auto}.unit-choice .segmented button{min-height:36px}.race-results{margin-top:23px}.target-fields{gap:17px}.target-fields>.field-block,.target-answer{flex-basis:100%}}
