:root{--color-bg: #f7f7f5;--color-surface: #ffffff;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-border: #e5e3de;--color-accent: #ffcc00;--color-accent-deep: #e0ac00;--color-accent-ink: #4a3800;--radius-md: 12px;--radius-lg: 18px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 6px 20px rgba(0, 0, 0, .08);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem}[data-race=vuelta]{--color-bg: #f8f5f5;--color-border: #e8dede;--color-accent: #e4002b;--color-accent-deep: #b30021;--color-accent-ink: #ffffff}@media(prefers-color-scheme:dark){:root{--color-bg: #14140f;--color-surface: #1f1f18;--color-text: #f2f2ee;--color-text-muted: #a7a79c;--color-border: #33332a;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .35);--shadow-md: 0 10px 30px rgba(0, 0, 0, .45)}[data-race=vuelta]{--color-bg: #17100f;--color-surface: #201818;--color-border: #382b2b;--color-accent-deep: #ff5a70}}*{box-sizing:border-box}body{margin:0;transition:background-color .3s ease,color .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.5}#app{max-width:1080px;margin:0 auto;padding:var(--space-6) var(--space-4) var(--space-8)}.hero{margin-bottom:var(--space-8)}.hero__eyebrow{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-deep)}.hero__title{margin:var(--space-1) 0;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.hero__subtitle{margin:0 0 var(--space-6);color:var(--color-text-muted);max-width:46ch}.hero__grid{display:grid;grid-template-columns:2fr 1fr;gap:var(--space-4)}.hero-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-sm)}.hero-card--today{border-color:var(--color-accent);box-shadow:var(--shadow-md);position:relative}.hero-card--today:before{content:"Dnes";position:absolute;top:var(--space-4);right:var(--space-4);background:var(--color-accent);color:var(--color-accent-ink);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.25rem .6rem;border-radius:999px}.hero-card__eyebrow{font-weight:700;color:var(--color-text-muted);margin-bottom:var(--space-2)}.hero-stage__meta{color:var(--color-text-muted);font-size:.9rem;margin-bottom:var(--space-1)}.hero-stage__route{margin:0 0 var(--space-2);font-size:1.4rem;font-weight:700}.hero-stage__tags{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3)}.tag{display:inline-flex;align-items:center;gap:var(--space-2);font-size:.85rem;color:var(--color-text-muted)}.tag svg{width:16px;height:16px}.hero-stage__blurb{margin:0 0 var(--space-3);color:var(--color-text-muted)}.hero-stage__link{color:var(--color-accent-deep);font-weight:700;text-decoration:none}.hero-stage__link:hover{text-decoration:underline}.hero-stage__next{font-size:.9rem;color:var(--color-text-muted);border-top:1px solid var(--color-border);padding-top:var(--space-3);margin-top:var(--space-3)}.hero-progress{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:center}.hero-progress__label{font-size:.8rem;color:var(--color-text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.hero-progress__count{font-size:2rem;font-weight:800;margin:var(--space-2) 0}.hero-progress__count span{font-size:1rem;font-weight:500;color:var(--color-text-muted)}.hero-progress__bar{height:8px;border-radius:999px;background:var(--color-border);overflow:hidden}.hero-progress__fill{height:100%;background:var(--color-accent);border-radius:999px;transition:width .4s ease}.race-switch{display:inline-flex;gap:var(--space-1);margin:var(--space-4) 0 var(--space-6);padding:var(--space-1);background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;box-shadow:var(--shadow-sm)}.race-switch__option{display:inline-flex;align-items:center;gap:var(--space-2);font:inherit;font-size:.9rem;font-weight:700;color:var(--color-text-muted);background:transparent;border:none;border-radius:999px;padding:.45rem 1.1rem;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease}.race-switch__option:hover{color:var(--color-text)}.race-switch__option:focus-visible{outline:2px solid var(--color-accent-deep);outline-offset:2px}.race-switch__option--active{background:var(--color-accent);color:var(--color-accent-ink)}.race-switch__emoji{font-size:1rem;line-height:1}.section-title{font-size:1.3rem;font-weight:700;margin:var(--space-8) 0 var(--space-4)}.stars{color:var(--color-accent-deep);letter-spacing:1px;font-size:.9rem;white-space:nowrap}.stars__empty{color:var(--color-border)}.calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--space-2);margin-bottom:var(--space-2);font-size:.75rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:center}.calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--space-2)}.day-card{display:flex;flex-direction:column;gap:.2rem;text-align:left;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);font:inherit;color:inherit;cursor:pointer;min-height:128px;transition:transform .15s ease,box-shadow .15s ease}.day-card--stage:hover,.day-card--stage:focus-visible{transform:translateY(-2px);box-shadow:var(--shadow-md);outline:none}.day-card:focus-visible{outline:2px solid var(--color-accent-deep);outline-offset:2px}.day-card--pad{visibility:hidden;min-height:0;border:none;padding:0}.day-card__date{font-size:.75rem;color:var(--color-text-muted);font-weight:600}.day-card__number{font-size:.75rem;font-weight:700;color:var(--color-text-muted)}.day-card__icon svg{width:18px;height:18px;color:var(--color-text-muted)}.day-card__route{font-weight:700;font-size:.85rem;line-height:1.25}.day-card__blurb{font-size:.75rem;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.day-card--rest{cursor:default;background:var(--color-bg);color:var(--color-text-muted);justify-content:center;align-items:center;text-align:center}.day-card--rest .day-card__icon svg{width:20px;height:20px}.day-card--today{border-color:var(--color-accent);border-width:2px;box-shadow:var(--shadow-md)}.day-card--tomorrow{border-color:var(--color-accent-deep);background:color-mix(in srgb,var(--color-accent) 8%,var(--color-surface))}.day-card--past{opacity:.55}.day-card--dimmed{opacity:.3}.filter-bar{margin-bottom:var(--space-6)}.filters{display:flex;flex-wrap:wrap;gap:var(--space-2)}.filter-chip{font:inherit;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:999px;padding:.45rem 1rem;cursor:pointer;font-size:.85rem;font-weight:600;transition:background .15s ease,border-color .15s ease,color .15s ease}.filter-chip:hover{border-color:var(--color-accent-deep)}.filter-chip:focus-visible{outline:2px solid var(--color-accent-deep);outline-offset:2px}.filter-chip--active{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-ink)}.stages__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-4)}.stage-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-sm);scroll-margin-top:var(--space-6);transition:box-shadow .3s ease,transform .3s ease}.stage-card--must-watch{border-color:var(--color-accent)}.stage-card--highlight{box-shadow:0 0 0 3px var(--color-accent),var(--shadow-md);transform:translateY(-2px)}.stage-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-2)}.stage-card__number{font-weight:700;font-size:.85rem;color:var(--color-text-muted)}.stage-card__icon svg{width:18px;height:18px;color:var(--color-text-muted)}.stage-card__route{margin:0 0 var(--space-1);font-size:1.1rem;font-weight:700}.stage-card__date{font-size:.8rem;color:var(--color-text-muted);margin-bottom:var(--space-3);text-transform:capitalize}.stage-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2) var(--space-3);margin:0 0 var(--space-3)}.stage-card__stats div{min-width:0}.stage-card__stats dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.stage-card__stats dd{margin:0;font-weight:600;font-size:.9rem}.stage-card__description{margin:0;font-size:.9rem;color:var(--color-text-muted)}.stages__empty{text-align:center;color:var(--color-text-muted);padding:var(--space-8) 0}@media(max-width:640px){.hero__grid{grid-template-columns:1fr}.race-switch{display:flex;width:100%}.race-switch__option{flex:1;justify-content:center;padding:.5rem}.calendar__weekdays{display:none}.calendar__grid{grid-template-columns:1fr}.day-card--pad{display:none}.day-card{flex-direction:row;flex-wrap:wrap;align-items:center;min-height:0}.day-card--stage{column-gap:var(--space-3)}.day-card__blurb{flex-basis:100%;-webkit-line-clamp:1}.stages__grid{grid-template-columns:1fr}}
