:root {
  --bg: #0b0c0e;
  --surface: #14161a;
  --fg: #ecebe6;
  --muted: #8e9098;
  --subtle: #6a6d75;
  --accent: #c5ccd6;
  --accent-fg: #0b0c0e;
  --border: color-mix(in oklab, var(--fg) 12%, transparent);
  --border-strong: color-mix(in oklab, var(--fg) 22%, transparent);
  --font: "Manrope", system-ui, sans-serif;
  --display: "Oswald", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--font); line-height: 1.5; min-height: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
.top {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  min-height: 56px; padding: 0 12px; border-bottom: 1px solid var(--border);
  background: color-mix(in oklab, var(--bg) 90%, transparent); backdrop-filter: blur(8px);
  flex-wrap: nowrap;
}
.brand-wrap { display: flex; align-items: center; gap: 8px; min-width: 0; flex: 1; flex-wrap: nowrap; }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.logo-wide { height: 32px; width: auto; max-width: 160px; display: block; }
@media (max-width: 720px) {
  .top { padding: 0 8px; min-height: 52px; gap: 6px; }
  .logo-wide { height: 26px; max-width: 108px; }
  .league-menu { flex: 1; min-width: 0; }
  .league-menu select { width: 100%; max-width: none; min-height: 34px; font-size: 12px; padding: 0 6px; }
  nav a { padding: 0 7px; font-size: 12px; min-height: 36px; }
  nav .nav-home,
  nav .nav-updates { display: none; }
.foot a { color: var(--fg); }
}
.hero-logo { width: min(520px, 100%); margin: 0; display: block; }
.home-brand { overflow: hidden; }
.home-hero { display: grid; gap: 28px; margin: 4px 0 24px; align-items: start; }
@media (min-width: 860px) {
  .home-hero { grid-template-columns: minmax(280px, 1fr) minmax(0, 1fr); gap: 36px; align-items: center; }
}
.home-soon { position: relative; z-index: 2; }
.soon-card { display: block; padding: 20px 22px 18px; border: 1px solid var(--border-strong); background: var(--surface); border-radius: 18px; }
.soon-card h1 { font-size: clamp(1.45rem, 2.8vw, 1.95rem); margin: 0 0 14px; }
.soon-card h2 { font-size: clamp(1.25rem, 2.2vw, 1.75rem); margin: 10px 0 4px; }
.soon-card .clock { margin-top: 12px; }
.soon-card .unit b { font-size: clamp(1.4rem, 3.2vw, 2.2rem); }
.league-menu select {
  min-height: 40px; max-width: 200px; border-radius: 10px;
  border: 1px solid var(--border); background: var(--surface); color: var(--fg);
  padding: 0 10px; font-size: 13px;
}
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.five { display: grid; gap: 14px; }
@media (min-width: 720px) { .five { grid-template-columns: repeat(2, 1fr); } }
.special-block { margin-top: 36px; }
.specials { display: grid; gap: 12px; margin-top: 12px; }
@media (min-width: 720px) { .specials { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .specials { grid-template-columns: repeat(4, 1fr); } }
.card.special { border-color: color-mix(in oklab, var(--accent) 35%, var(--border)); }
.mark { width: 28px; height: 28px; border: 1px solid var(--border-strong); border-radius: 6px; position: relative; }
.mark::before { content: ""; position: absolute; inset: 6px; border: 1px solid var(--accent); border-radius: 50%; }
.mark::after { content: ""; position: absolute; left: 50%; top: 8px; width: 1px; height: 8px; background: var(--accent); }
nav { display: flex; align-items: center; gap: 4px; }
nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 10px; color: var(--muted); font-size: 14px; font-weight: 500; }
nav a.active, nav a:hover { color: var(--fg); }
.cart-link span { margin-left: 6px; background: var(--accent); color: var(--accent-fg); border-radius: 99px; padding: 0 6px; font-size: 11px; }
#app { max-width: 1160px; margin: 0 auto; padding: 22px 16px 64px; }
.kicker { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.02em; line-height: 1.05; text-wrap: balance; margin: 8px 0; }
h1 { font-size: clamp(2.4rem, 8vw, 4.6rem); }
.lede { color: var(--muted); max-width: 36rem; }
.hero { display: grid; gap: 28px; margin: 20px 0 36px; }
@media (min-width: 840px) { .hero { grid-template-columns: 1.05fr .95fr; align-items: stretch; } }
.panel { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 22px; }
.row { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.badge { border: 1px solid var(--border); border-radius: 6px; padding: 3px 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.clock { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; }
.unit { text-align: center; }
.unit b { display: block; font-family: var(--display); font-size: clamp(1.6rem, 5vw, 3.4rem); font-variant-numeric: tabular-nums; }
.unit span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.btn { min-height: 44px; border: 0; border-radius: 10px; padding: 0 18px; background: var(--accent); color: var(--accent-fg); font-weight: 600; }
.btn.ghost { background: transparent; color: var(--fg); border: 1px solid var(--border); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 22px; }
.chip { min-height: 44px; border: 1px solid var(--border); background: transparent; color: var(--muted); border-radius: 10px; padding: 0 14px; }
.chip.on { background: var(--accent); color: var(--accent-fg); border-color: var(--accent); }
.grid { display: grid; gap: 14px; }
@media (min-width: 700px) { .grid.cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .grid.cards { grid-template-columns: repeat(3, 1fr); } }
.card { display: block; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 18px; }
.card:hover { border-color: var(--border-strong); }
.muted { color: var(--muted); }
.subtle { color: var(--subtle); font-size: 13px; }
.product-photo { width: 100%; height: 280px; object-fit: contain; background: #fff; border-radius: 12px; margin-bottom: 12px; border: 1px solid var(--border); }
.art { height: 220px; border-radius: 12px; background:
  radial-gradient(circle at 50% 42%, transparent 34px, transparent 35px),
  radial-gradient(circle at 50% 42%, color-mix(in oklab, var(--accent) 18%, transparent) 70px, transparent 71px),
  var(--bg);
  border: 1px solid var(--border); position: relative; margin-bottom: 12px; }
.art::before { content: ""; position: absolute; left: 50%; top: 42%; width: 2px; height: 42px; background: var(--fg); transform: translate(-50%, -100%); }
.art::after { content: attr(data-tag); position: absolute; bottom: 14px; left: 0; right: 0; text-align: center; letter-spacing: .22em; font-size: 11px; color: var(--muted); }
.sizes { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.sizes button { min-width: 44px; min-height: 44px; border: 1px solid var(--border); background: transparent; color: var(--muted); border-radius: 8px; }
.sizes button.on { background: var(--accent); color: var(--accent-fg); border-color: var(--accent); }
.toast { position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); background: var(--surface); border: 1px solid var(--border-strong); padding: 10px 16px; border-radius: 999px; font-size: 14px; }
.ticker { overflow: hidden; margin-top: 12px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.ticker-track { display: flex; width: max-content; gap: 0; animation: ticker var(--ticker-s, 120s) linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item { display: flex; align-items: center; gap: 14px; padding: 20px 28px; border-right: 1px solid var(--border); white-space: nowrap; color: inherit; }
.ticker-item strong { font-size: 18px; }
.ticker-item .badge { font-size: 12px; padding: 4px 10px; }
.ticker-item .subtle { font-size: 14px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }
.foot { border-top: 1px solid var(--border); padding: 22px 16px; color: var(--muted); font-size: 14px; max-width: 1080px; margin: 0 auto; }
.foot a { color: var(--fg); }
.mine-form { display: grid; gap: 12px; }
.mine-form label { display: grid; gap: 6px; font-size: 13px; color: var(--muted); }
.mine-form input { min-height: 44px; border-radius: 10px; border: 1px solid var(--border); background: var(--bg); color: var(--fg); padding: 0 12px; }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
