/* Workout Log — beta signup site */
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #000000; color: #ffffff; font-family: Roboto, 'Segoe UI', sans-serif; }
a { color: rgba(255,255,255,0.55); text-decoration: none; }
a:hover, a.active { color: #ffffff; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20; height: 52px;
  background: #000000; border-bottom: 1px solid rgba(255,255,255,0.09);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px;
}
nav a { font-size: 11px; }
nav a:first-child { justify-self: start; }
nav a:last-child { justify-self: end; }
.wordmark { font-size: 17px; font-weight: 700; letter-spacing: -0.4px; color: #ffffff; }

.kicker { font-size: 10px; font-weight: 700; letter-spacing: 0.9px; text-transform: uppercase; color: rgba(255,255,255,0.55); }

/* ── Home ── */
.page.home { position: fixed; inset: 0; overflow: hidden; }
.hero {
  position: relative; z-index: 10; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 52px 24px 24px; text-align: center;
}
.hero .kicker { margin-bottom: 14px; }
.hero h1 { font-size: clamp(30px, 5.5vw, 52px); font-weight: 900; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 26px; }

[data-signup] { display: flex; flex-direction: column; align-items: center; width: 100%; }
[data-signup] form { display: flex; gap: 8px; width: 100%; max-width: 420px; flex-wrap: wrap; justify-content: center; }
[data-signup] input {
  flex: 1 1 220px; min-width: 0; background: #141414;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 999px;
  padding: 13px 20px; font-size: 15px; color: #ffffff; font-family: inherit; outline: none;
}
[data-signup] input:focus { border-color: rgba(255,255,255,0.4); }
[data-signup] input::placeholder { color: rgba(255,255,255,0.25); }
[data-signup] button {
  flex: 0 0 auto; background: #ffffff; color: #000000; border: none; border-radius: 999px;
  padding: 13px 26px; font-size: 14px; font-weight: 700; letter-spacing: -0.2px;
  font-family: inherit; cursor: pointer;
}
[data-signup] button:active { opacity: 0.8; }
[data-signup] .msg { min-height: 18px; margin-top: 10px; font-size: 12px; color: rgba(255,255,255,0.55); }
[data-signup] .micro { margin-top: 8px; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.55); max-width: 400px; }
.done { display: flex; flex-direction: column; align-items: center; gap: 12px; max-width: 420px; }
.done .check {
  width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid #30d158; color: #30d158;
  font-size: 20px; display: flex; align-items: center; justify-content: center;
}
.done p { font-size: 16px; line-height: 1.6; }

/* ── Floating app elements ── */
.floats { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.f { position: absolute; transform: rotate(var(--rot, 0deg)); }
@keyframes drift1 { 0%,100% { transform: translate(0,0) rotate(var(--rot,0deg)); } 50% { transform: translate(0,-10px) rotate(var(--rot,0deg)); } }
@keyframes drift2 { 0%,100% { transform: translate(0,0) rotate(var(--rot,0deg)); } 50% { transform: translate(0,12px) rotate(var(--rot,0deg)); } }
@media (prefers-reduced-motion: reduce) { .f { animation: none !important; } }
@media (max-width: 760px) { .d { display: none !important; } }

.cal { width: 250px; background: #0d0d0d; border: 1px solid rgba(255,255,255,0.14); border-radius: 13px; padding: 12px 12px 14px; }
.cal-title { font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; justify-items: center; }
.cal-grid .dow { font-size: 9px; font-weight: 700; letter-spacing: 0.5px; color: rgba(255,255,255,0.25); padding: 2px 0 4px; }
.cal-grid .day {
  width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-variant-numeric: tabular-nums; border: 1.5px solid transparent; color: rgba(255,255,255,0.8);
}
.cal-grid .day.logged { border-color: #30d158; }

.pill {
  display: flex; align-items: center; gap: 5px; background: #141414;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 999px;
  padding: 7px 12px 7px 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.6);
}
.pill .clock { width: 13px; height: 13px; border: 1.3px solid rgba(255,255,255,0.55); border-radius: 50%; display: inline-block; position: relative; }
.pill .clock span { position: absolute; left: 5px; top: 2px; width: 1.3px; height: 4px; background: rgba(255,255,255,0.55); }
.pill-time { font-size: 13px; font-weight: 700; letter-spacing: -0.2px; font-variant-numeric: tabular-nums; }
.pill .stop { width: 22px; height: 22px; border-radius: 50%; background: #1c1c1c; border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; }
.pill .stop span { width: 7px; height: 7px; background: #ffffff; display: block; }

/* ── Details ── */
.details { max-width: 560px; margin: 0 auto; padding: 108px 24px 80px; }
.details .lede { margin: 14px 0 40px; font-size: clamp(20px, 3.4vw, 26px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.35; text-wrap: pretty; }
.feat { display: flex; flex-direction: column; gap: 4px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.09); }
.features { border-bottom: 1px solid rgba(255,255,255,0.09); margin-bottom: 56px; }
.ft { font-size: 15px; font-weight: 600; }
.fd { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.55); text-wrap: pretty; }
.signup-end { display: flex; flex-direction: column; align-items: center; text-align: center; }
.signup-end .kicker { margin-bottom: 12px; }
.signup-end h2 { font-size: clamp(24px, 4vw, 34px); font-weight: 900; letter-spacing: -0.03em; margin-bottom: 22px; }
