:root {
  color-scheme: dark;
  --bg: #0d0f10;
  --surface: #171a1c;
  --surface-2: #202426;
  --ink: #f6f2eb;
  --muted: #92989c;
  --line: #303538;
  --accent: #ff6b2c;
  --accent-soft: #ffb08e;
  --success: #a8e05f;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { background: #050606; }
body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 50% -10%, #2a1a15 0, #0b0c0d 38%, #050606 100%);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button { font: inherit; }
button:disabled { cursor: default; opacity: .55; }
.app-shell {
  position: relative;
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--bg);
  box-shadow: 0 0 70px rgba(0,0,0,.65);
}
.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(18px + env(safe-area-inset-top)) 20px 14px;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.brand { font-size: 14px; font-weight: 900; letter-spacing: .18em; }
.header-context { margin-top: 5px; color: var(--muted); font-size: 12px; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid #3b4144;
  color: var(--ink); background: linear-gradient(145deg,#2a2f32,#16191b); font-weight: 800;
}
.screen { display: none; padding: 24px 20px 124px; }
.screen.is-active { display: block; }
.eyebrow { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1 { margin: 10px 0 24px; font-size: 38px; line-height: 1.02; letter-spacing: -.045em; }
h2 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
p { color: var(--muted); line-height: 1.45; }
.hero-card, .exercise-card, .progress-card {
  border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,#1d2022,#131617);
}
.hero-card { padding: 20px; box-shadow: 0 22px 55px rgba(0,0,0,.28); }
.hero-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.card-kicker { margin-bottom: 7px; color: var(--accent-soft); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-card p { margin: 6px 0 0; font-size: 14px; }
.progress-ring {
  display: grid; place-content: center; flex: 0 0 auto; width: 76px; height: 76px; border-radius: 50%;
  background: radial-gradient(circle closest-side,#171a1c 75%,transparent 77%), conic-gradient(var(--accent) var(--progress),#34383a 0);
  text-align: center;
}
.progress-ring strong { font-size: 21px; line-height: 1; }.progress-ring span { color: var(--muted); font-size: 11px; }
.session-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.session-meta span { padding: 7px 9px; border-radius: 999px; background: #272b2d; color: #c5c8ca; font-size: 11px; }
.draft-badge { margin:-6px 0 14px; padding:9px 11px; border:1px solid rgba(168,224,95,.24); border-radius:11px; color:#dfffc0; background:rgba(168,224,95,.07); font-size:11px; font-weight:750; }
.draft-badge[hidden] { display:none; }
.primary-button, .secondary-button {
  width: 100%; min-height: 54px; border: 0; border-radius: 16px; font-weight: 850; cursor: pointer;
}
.primary-button { background: var(--accent); color: #fff; box-shadow: 0 10px 28px rgba(255,107,44,.2); }
.secondary-button { color: var(--ink); background: #272b2e; border: 1px solid #3b4144; }
.secondary-button.is-ready { color: #111; background: var(--success); border-color: var(--success); }
.metric-strip { display: grid; grid-template-columns: repeat(3,1fr); margin: 18px 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-strip div { padding: 0 10px; border-right: 1px solid var(--line); }.metric-strip div:last-child { border-right: 0; }
.metric-strip strong { display: block; font-size: 20px; }.metric-strip span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.coach-quote { position: relative; display: flex; gap: 13px; margin: 18px 0; padding: 17px; border: 0; border-left: 3px solid var(--accent); border-radius: 0 16px 16px 0; background: rgba(255,107,44,.08); color: #d9d5cf; font-size: 13px; line-height: 1.5; }
.coach-quote b { color: var(--ink); }.quote-mark { color: var(--accent); font-size: 31px; line-height: .8; }
.coach-quote.compact { margin-top: 22px; }
.retest-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; width: 100%; padding: 15px; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: transparent; text-align: left; }
.retest-card small { display: block; margin-top: 4px; color: var(--muted); }
.route-cards { display:grid; gap:9px; margin:12px 0 18px; }
.route-card { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:12px; width:100%; padding:14px; border:1px solid var(--line); border-radius:17px; color:var(--ink); background:#16191b; text-align:left; }
.route-card--nutrition { border-color:rgba(168,224,95,.2); background:linear-gradient(135deg,rgba(168,224,95,.075),#16191b 48%); }
.route-card--vision { border-color:rgba(255,176,142,.24); background:linear-gradient(135deg,rgba(255,107,44,.09),#16191b 50%); }
.route-card-icon { display:grid; place-content:center; width:40px; height:40px; border-radius:13px; color:#111; background:var(--success); font-size:20px; font-weight:950; }
.route-card--vision .route-card-icon { color:#fff; background:var(--accent); }
.route-card small,.route-card b,.route-card em { display:block; }
.route-card small { color:var(--muted); font-size:9px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.route-card b { margin-top:4px; overflow:hidden; font-size:13px; text-overflow:ellipsis; white-space:nowrap; }
.route-card em { margin-top:3px; color:var(--muted); font-size:9px; font-style:normal; }
.route-card>i { color:var(--muted); font-style:normal; }
.nutrition-target-card { padding:19px; border:1px solid rgba(168,224,95,.28); border-radius:22px; background:radial-gradient(circle at 100% 0,rgba(168,224,95,.14),transparent 40%),linear-gradient(145deg,#1d2220,#131617); }
.nutrition-target-head { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
.nutrition-target-head span,.nutrition-target-head b { display:block; }
.nutrition-target-head span { color:var(--muted); font-size:9px; text-transform:uppercase; letter-spacing:.1em; }
.nutrition-target-head b { margin-top:4px; font-size:12px; }
.nutrition-target-head em { padding:5px 8px; border-radius:999px; color:#111; background:var(--success); font-size:8px; font-style:normal; font-weight:900; text-transform:uppercase; }
.nutrition-calories { margin:24px 0 18px; }
.nutrition-calories strong { display:block; color:#efffde; font-size:40px; line-height:1; letter-spacing:-.055em; }
.nutrition-calories span { display:block; margin-top:6px; color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.1em; }
.nutrition-macros { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; }
.nutrition-macros div { padding:11px 9px; border:1px solid #333a37; border-radius:12px; background:rgba(255,255,255,.025); }
.nutrition-macros span,.nutrition-macros b { display:block; }
.nutrition-macros span { color:var(--muted); font-size:8px; text-transform:uppercase; }
.nutrition-macros b { margin-top:4px; font-size:12px; }
.nutrition-target-card>p { margin:16px 0 0; font-size:11px; }
.nutrition-review-line { display:flex; justify-content:space-between; gap:12px; margin-top:14px; padding-top:12px; border-top:1px solid rgba(255,255,255,.08); font-size:10px; }
.nutrition-review-line span { color:var(--muted); }
.nutrition-log-card,.checkpoint-card { padding:16px; border:1px solid var(--line); border-radius:18px; background:#171a1c; }
.nutrition-log-card>span { display:block; font-size:12px; font-weight:800; }
.nutrition-status-buttons { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin:12px 0; }
.nutrition-status-buttons button { min-height:42px; border:1px solid #3a4144; border-radius:11px; color:var(--muted); background:#222628; font-size:10px; font-weight:850; }
.nutrition-status-buttons button.is-active { color:#111; border-color:var(--success); background:var(--success); }
.nutrition-log-card>small { display:block; margin-top:10px; color:var(--muted); font-size:9px; }
.nutrition-details { margin-top:10px; }
.nutrition-details summary { font-size:10px; }
.nutrition-fields { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:12px; }
.nutrition-fields label,.checkpoint-selects label { display:block; }
.nutrition-fields label>span,.checkpoint-selects label>span { display:block; margin:0 0 5px 2px; color:var(--muted); font-size:9px; }
.nutrition-fields input,.checkpoint-selects select { width:100%; height:44px; padding:0 11px; border:1px solid #373d40; border-radius:11px; outline:0; color:var(--ink); background:#202426; font:inherit; font-size:14px; }
.nutrition-fields input:focus,.checkpoint-selects select:focus { border-color:var(--success); box-shadow:0 0 0 3px rgba(168,224,95,.08); }
.fatsecret-button { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:10px; width:100%; margin-top:10px; padding:13px; border:1px solid #3b4144; border-radius:16px; color:var(--ink); background:#202426; text-align:left; }
.fatsecret-button>span { grid-row:1/3; display:grid; place-content:center; width:36px; height:36px; border-radius:11px; color:#fff; background:#40a735; font-weight:950; }
.fatsecret-button b { align-self:end; font-size:12px; }
.fatsecret-button small { grid-column:2; align-self:start; color:var(--muted); font-size:9px; }
.fatsecret-button i { grid-column:3; grid-row:1/3; color:var(--muted); font-style:normal; }
.checkpoint-readiness { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.checkpoint-readiness>div { padding:12px; border-radius:13px; background:#202426; }
.checkpoint-readiness strong { font-size:24px; }
.checkpoint-readiness span { margin-left:3px; color:var(--muted); font-size:8px; }
.checkpoint-card>p { margin:12px 0 0; font-size:10px; }
.checkpoint-lab { margin-top:12px; border-top:1px solid var(--line); }
.checkpoint-lab>summary { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:13px 2px 3px; cursor:pointer; list-style:none; }
.checkpoint-lab>summary::-webkit-details-marker { display:none; }
.checkpoint-lab>summary span { font-size:11px; font-weight:850; }
.checkpoint-lab>summary small { max-width:55%; color:var(--muted); text-align:right; font-size:8px; line-height:1.3; }
.checkpoint-lab>summary::after { content:"＋"; color:var(--success); font-size:14px; }
.checkpoint-lab[open]>summary::after { content:"−"; }
.checkpoint-lab form { margin-top:12px; }
.checkpoint-selects { display:grid; grid-template-columns:1fr; gap:8px; margin:10px 0; }
.checkpoint-context-note { display:block; margin:8px 2px 0; color:var(--muted); font-size:8px; line-height:1.45; }
.checkpoint-safety { display:flex; align-items:flex-start; gap:9px; margin:12px 0; padding:11px; border:1px solid rgba(255,107,44,.25); border-radius:12px; background:rgba(255,107,44,.055); font-size:10px; line-height:1.4; }
.checkpoint-safety input { margin-top:1px; accent-color:var(--accent); }
.checkpoint-card .primary-button { margin-top:4px; }
.checkpoint-result { margin-top:10px; padding:17px; border:1px solid rgba(168,224,95,.3); border-radius:18px; background:rgba(168,224,95,.065); }
.checkpoint-result[hidden] { display:none; }
.checkpoint-result>span { color:var(--success); font-size:9px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.checkpoint-result h2 { margin-top:6px; font-size:22px; }
.checkpoint-result p { margin:7px 0 0; font-size:11px; }
.checkpoint-result>div { display:flex; flex-wrap:wrap; gap:6px; margin-top:11px; }
.checkpoint-result>div span { padding:5px 7px; border-radius:8px; color:var(--muted); background:#202426; font-size:8px; }
.vision-stage { padding:18px; border:1px solid rgba(255,107,44,.35); border-radius:22px; background:radial-gradient(circle at 85% 5%,rgba(255,107,44,.18),transparent 34%),linear-gradient(145deg,#211916,#131617); }
.vision-stage-head { display:flex; align-items:center; justify-content:space-between; }
.vision-stage-head span { color:var(--accent-soft); font-size:11px; font-weight:950; letter-spacing:.13em; }
.vision-stage-head em { color:var(--muted); font-size:9px; font-style:normal; }
.vision-comparison { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:7px; margin:17px 0; }
.vision-frame { position:relative; display:grid; place-items:center; min-height:225px; overflow:hidden; border:1px solid #3a3f42; border-radius:16px; background:linear-gradient(180deg,#272b2d,#151819); }
.vision-frame:after { content:""; position:absolute; inset:auto 12% 0; height:38%; background:radial-gradient(ellipse at 50% 100%,rgba(255,255,255,.09),transparent 70%); }
.vision-frame>img { position:absolute; z-index:1; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(.82) contrast(1.04); }
.vision-frame>img[hidden] { display:none; }
.vision-frame>span { position:absolute; z-index:3; left:10px; bottom:9px; color:#fff; font-size:8px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.vision-frame>small { position:absolute; z-index:3; top:9px; right:8px; padding:4px 6px; border-radius:7px; color:#fff; background:rgba(255,107,44,.88); font-size:7px; font-weight:950; }
.vision-arrow { color:var(--accent); font-size:19px; font-weight:900; }
.vision-silhouette { position:relative; z-index:1; width:70px; height:158px; opacity:.72; filter:drop-shadow(0 14px 18px rgba(0,0,0,.4)); }
.vision-silhouette i { position:absolute; left:22px; top:0; width:27px; height:27px; border-radius:50%; background:#6a7073; }
.vision-silhouette b { position:absolute; left:11px; top:31px; width:48px; height:119px; border-radius:24px 24px 15px 15px; background:linear-gradient(90deg,#4b5053,#777d80 48%,#474c4f); clip-path:polygon(20% 0,80% 0,100% 37%,80% 58%,72% 100%,54% 100%,50% 62%,46% 100%,28% 100%,20% 58%,0 37%); }
.vision-silhouette--target { transform:scale(1.05); opacity:.95; }
.vision-silhouette--target i { background:#ba6b49; }
.vision-silhouette--target b { background:linear-gradient(90deg,#7d3f28,#d57850 48%,#713822); clip-path:polygon(8% 0,92% 0,100% 32%,78% 52%,70% 100%,54% 100%,50% 60%,46% 100%,30% 100%,22% 52%,0 32%); }
.vision-stage>p { margin:0 0 13px; font-size:10px; }
.vision-upload { display:block; margin-bottom:8px; }
.vision-upload input { position:absolute; width:1px; height:1px; opacity:0; pointer-events:none; }
.vision-upload span { display:grid; place-content:center; min-height:46px; border:1px dashed #575e61; border-radius:13px; color:var(--accent-soft); background:rgba(255,255,255,.025); font-size:11px; font-weight:850; cursor:pointer; }
.vision-stage.is-ready .vision-upload span { color:var(--success); border-color:rgba(168,224,95,.35); }
.vision-stage.is-generated { border-color:rgba(168,224,95,.42); }
.vision-stage.is-generated .vision-frame--target .vision-silhouette { display:none; }
.vision-stage.is-generating .vision-frame--target { animation:vision-scan 1s ease-in-out infinite; }
.vision-consent { display:flex; align-items:flex-start; gap:9px; margin:10px 0 12px; padding:11px; border:1px solid #343a3d; border-radius:12px; color:var(--muted); background:rgba(255,255,255,.022); font-size:9px; line-height:1.45; cursor:pointer; }
.vision-consent input { flex:0 0 auto; margin-top:1px; accent-color:var(--accent); }
.vision-consent:has(input:checked) { border-color:rgba(168,224,95,.3); color:#c9ceca; }
.vision-disclaimer { margin:10px 0 0; padding:12px; border-left:3px solid var(--accent); border-radius:0 12px 12px 0; color:var(--muted); background:rgba(255,107,44,.055); font-size:10px; line-height:1.45; }
.vision-disclaimer b { color:var(--ink); }
.vision-timeline { display:grid; gap:8px; }
.vision-timeline article { position:relative; padding:14px 14px 14px 46px; border:1px solid var(--line); border-radius:15px; background:#171a1c; }
.vision-timeline article:before { content:""; position:absolute; left:17px; top:17px; width:14px; height:14px; border:2px solid #555b5e; border-radius:50%; }
.vision-timeline article.is-current:before,.vision-timeline article.is-unlocked:before { border-color:var(--success); background:var(--success); box-shadow:0 0 0 5px rgba(168,224,95,.08); }
.vision-timeline span,.vision-timeline b { display:block; }
.vision-timeline span { color:var(--muted); font-size:8px; text-transform:uppercase; letter-spacing:.08em; }
.vision-timeline b { margin-top:3px; font-size:13px; }
.vision-timeline p { margin:4px 0 0; font-size:9px; }
.vision-premium-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.vision-premium-grid article { min-height:165px; padding:14px; border:1px solid #4a342b; border-radius:16px; background:radial-gradient(circle at 100% 0,rgba(255,107,44,.13),transparent 42%),#171a1c; }
.vision-premium-grid span { color:var(--accent-soft); font-size:9px; font-weight:900; letter-spacing:.1em; }
.vision-premium-grid b { display:block; margin-top:6px; font-size:18px; }
.vision-premium-grid p { margin:8px 0; font-size:9px; }
.vision-premium-grid em { color:var(--muted); font-size:8px; font-style:normal; }
.calendar-card { margin:18px 0; padding:17px; border:1px solid var(--line); border-radius:18px; background:#151819; }
.calendar-card[hidden], .calendar-decision[hidden], .feedback-card[hidden] { display:none; }
.calendar-title { margin:0 0 12px; }
.calendar-title h2 { font-size:17px; }
.calendar-days { display:grid; grid-template-columns:repeat(7,1fr); gap:6px; }
.calendar-day { position:relative; display:grid; place-items:center; gap:5px; min-height:53px; padding:7px 2px; border:1px solid #303538; border-radius:11px; color:var(--muted); background:#1d2123; font-size:9px; }
.calendar-day b { color:var(--ink); font-size:13px; }
.calendar-day.is-done { border-color:rgba(168,224,95,.28); background:rgba(168,224,95,.06); }
.calendar-day.is-done b { color:var(--success); }
.calendar-day.is-today { border-color:var(--accent); }
.calendar-day.is-missed { border-color:rgba(255,107,44,.35); }
.calendar-day.is-skipped { border-color:rgba(146,152,156,.35); background:repeating-linear-gradient(135deg,#1d2123,#1d2123 5px,#222628 5px,#222628 10px); }
.calendar-day.is-skipped b { color:#9ba1a4; text-decoration:line-through; }
.calendar-day-marker { position:absolute; right:3px; bottom:3px; padding:1px 3px; border-radius:4px; color:#171a1c; background:#a8adb0; font-size:6px; font-style:normal; font-weight:900; letter-spacing:.02em; text-transform:uppercase; }
.calendar-decision { margin-top:12px; padding-top:12px; border-top:1px solid var(--line); }
.calendar-decision b,.calendar-decision small { display:block; }
.calendar-decision small { margin-top:4px; color:var(--muted); font-size:10px; line-height:1.4; }
.calendar-actions { display:grid; grid-template-columns:1fr 1fr; gap:7px; margin-top:11px; }
.calendar-actions button { min-height:40px; border:1px solid #3a4144; border-radius:11px; color:var(--ink); background:#252a2c; font-size:11px; font-weight:800; }
.calendar-actions button:first-child { color:#fff; border-color:var(--accent); background:var(--accent); }
.feedback-card { margin:18px 0; padding:15px; border:1px solid rgba(255,176,142,.28); border-radius:16px; background:rgba(255,107,44,.06); }
.feedback-card>span { color:var(--accent); font-size:9px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.feedback-card>b { display:block; margin-top:6px; font-size:13px; line-height:1.4; }
.feedback-card>div { display:flex; gap:7px; margin-top:11px; }
.feedback-card button { min-height:36px; padding:0 16px; border:1px solid #41474a; border-radius:10px; color:var(--ink); background:#252a2c; font-size:11px; font-weight:800; }
.back-button, .text-button { border: 0; color: var(--accent-soft); background: transparent; padding: 0; font-weight: 750; }
.workout-progress { height: 5px; overflow: hidden; border-radius: 99px; background: #303436; }.workout-progress span { display: block; height: 100%; border-radius: inherit; background: var(--accent); }
.muted { margin: 9px 0 20px; font-size: 12px; }.muted b { color: var(--ink); }
.exercise-card { margin-bottom: 12px; padding: 17px; }.exercise-card.is-current { border-color: #6f422f; }
.exercise-heading { display: grid; grid-template-columns: 32px 1fr auto; align-items: flex-start; gap: 10px; }
.exercise-number { color: var(--accent); font-weight: 900; font-size: 12px; }.exercise-heading h2 { font-size: 18px; }.exercise-heading p { margin: 4px 0 0; font-size: 12px; }
.icon-button { border: 0; color: var(--muted); background: transparent; }.status-dot { width: 9px; height: 9px; margin-top: 7px; border-radius: 50%; background: #3d4346; }
.load-callout { display: flex; align-items: center; justify-content: space-between; margin: 15px 0; padding: 12px; border-radius: 13px; background: #25292b; }
.load-callout span { color: var(--muted); font-size: 11px; }.load-callout strong { color: var(--accent-soft); }
.progression-callout { display:grid; grid-template-columns:25px minmax(0,1fr); gap:9px; margin:13px 0; padding:11px 12px; border:1px solid rgba(168,224,95,.2); border-radius:13px; background:rgba(168,224,95,.055); }
.progression-callout-icon { display:grid; place-items:center; width:24px; height:24px; border-radius:50%; color:#101411; background:var(--success); font-size:13px; font-weight:950; }
.progression-callout b { display:block; color:#eef4ea; font-size:11px; line-height:1.35; }
.progression-callout p { margin:3px 0 0; color:var(--muted); font-size:10px; line-height:1.42; }
.progression-callout small { display:block; margin-top:5px; color:var(--success); font-size:9px; font-weight:800; }
.progression-callout.needs-review { border-color:rgba(255,107,44,.3); background:rgba(255,107,44,.07); }
.progression-callout.needs-review .progression-callout-icon { color:#fff; background:var(--accent); }
.set-coach-mark { display:flex; align-items:center; gap:10px; margin:0 0 13px; padding:11px 12px; border:1px solid rgba(255,107,44,.3); border-radius:13px; color:#f4ddd3; background:rgba(255,107,44,.08); font-size:12px; line-height:1.35; }
.set-coach-mark span { font-size:19px; }
.sets-grid { display: grid; gap: 8px; }
.set-row { display:grid; grid-template-columns:minmax(0,1fr); gap:7px; }
.set-row.has-secondary { grid-template-columns:minmax(0,1fr) auto; }
.set-chip { display: grid; grid-template-columns: 26px minmax(0,1fr) auto; align-items: center; width:100%; min-width:0; padding: 11px; border: 1px solid #343a3d; border-radius: 12px; color: var(--ink); background: #1b1f21; text-align: left; }
.set-chip span { display: grid; place-content: center; width: 22px; height: 22px; border-radius: 50%; background: #34393c; font-size: 11px; }.set-chip small { color: var(--muted); }.set-chip.is-done { border-color: rgba(168,224,95,.32); background: rgba(168,224,95,.07); }.set-chip.is-done span { background: var(--success); color: #111; }
.set-chip b { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.set-chip small { max-width:88px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.set-chip.is-skipped { border-color:rgba(146,152,156,.35); background:rgba(146,152,156,.06); }
.set-chip.is-skipped span { color:#171a1c; background:#a8adb0; }
.set-chip.is-substituted { border-color:rgba(255,176,142,.42); background:rgba(255,107,44,.08); }
.set-chip.is-substituted span { color:#21130e; background:var(--accent-soft); }
.set-chip.is-stopped { border-color:rgba(255,107,44,.58); background:rgba(255,107,44,.1); }
.set-chip.is-stopped span { color:#fff; background:var(--accent); }
.set-chip.has-pain { border-color:rgba(255,107,44,.75); box-shadow:inset 3px 0 0 var(--accent); background:rgba(255,107,44,.11); }
.set-edit-button { min-width:88px; min-height:46px; padding:0 10px; border:1px solid #343a3d; border-radius:12px; color:var(--accent-soft); background:#1b1f21; font-size:10px; font-weight:850; }
.set-edit-button[data-status="completed"] { color:var(--success); border-color:rgba(168,224,95,.25); }
.set-edit-button[data-status="substituted"], .set-edit-button[data-status="stopped"] { color:var(--accent-soft); border-color:rgba(255,107,44,.28); }
.set-chip.is-saving { opacity: .68; }
.set-chip.is-cued { animation:set-cue .8s ease 2; border-color:var(--success); box-shadow:0 0 0 4px rgba(168,224,95,.11); }
.exercise-early-action { width:100%; margin-top:10px; min-height:40px; border:1px dashed #454b4e; border-radius:12px; color:var(--muted); background:transparent; font-size:11px; font-weight:750; }
details { margin-top: 14px; color: var(--muted); font-size: 12px; }summary { color: #d5d0ca; cursor: pointer; font-weight: 700; }details p { font-size: 12px; }
.warmup-card { margin: 0 0 12px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.warmup-card ol { margin: 12px 0 0; padding-left: 21px; line-height: 1.55; }
.warmup-card li + li { margin-top: 5px; }
.cycle-complete { padding: 34px 22px; text-align: center; }
.cycle-complete .complete-emoji { display: grid; place-content: center; width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 50%; color: #111; background: var(--success); font-size: 25px; font-weight: 900; }
.cycle-complete p { margin-bottom: 0; }
.sticky-action { position: sticky; bottom: 92px; padding-top: 14px; background: linear-gradient(transparent,var(--bg) 22%); }
.progress-card { padding: 18px; }.progress-card-head { display: flex; justify-content: space-between; }.progress-card-head span { color: var(--muted); font-size: 12px; }.progress-card-head strong { display: block; margin-top: 4px; font-size: 32px; }.progress-card-head .trend { align-self: flex-start; padding: 6px 9px; border-radius: 999px; color: var(--success); background: rgba(168,224,95,.09); }
.week-bars { display: flex; align-items: flex-end; gap: 12px; height: 130px; margin-top: 18px; border-bottom: 1px solid var(--line); }.week-bars span { flex: 1; min-height: 8px; border-radius: 7px 7px 0 0; background: #3a3f42; }.week-bars span.is-current { background: linear-gradient(var(--accent-soft),var(--accent)); }
.week-labels { display: flex; gap: 12px; margin-top: 8px; }.week-labels span { flex: 1; color: var(--muted); font-size: 10px; text-align: center; }
.section-title { display: flex; align-items: end; justify-content: space-between; margin: 25px 0 10px; }.section-title h2 { font-size: 20px; }.section-title span { color: var(--muted); font-size: 11px; }
.movement-list { border-top: 1px solid var(--line); }.movement-list div { display: grid; grid-template-columns: 1fr auto; padding: 14px 0; border-bottom: 1px solid var(--line); }.movement-list b { grid-column: 1; margin-top: 4px; }.movement-list em { grid-column: 2; grid-row: 1/3; align-self: center; color: var(--success); font-size: 11px; font-style: normal; }
.empty-state { margin:0; padding:14px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); font-size:12px; }
.recent-workouts,.exercise-history { display:grid; gap:8px; }
.recent-workout,.history-item { padding:14px; border:1px solid var(--line); border-radius:15px; background:#171a1c; }
.recent-workout-head,.history-item-head { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
.recent-workout span,.history-item span { color:var(--muted); font-size:10px; }
.recent-workout b,.history-item b { display:block; margin-top:4px; font-size:14px; }
.recent-workout em,.history-item em { flex:0 0 auto; color:var(--success); font-size:10px; font-style:normal; }
.recent-workout-summary { display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }
.recent-workout-summary span { padding:5px 7px; border-radius:8px; background:#24282a; }
.history-track { display:flex; align-items:end; gap:5px; height:40px; margin-top:10px; }
.history-track i { flex:1; min-height:5px; border-radius:3px 3px 0 0; background:linear-gradient(var(--accent-soft),var(--accent)); opacity:.8; }
.history-growth { display:flex; align-items:center; justify-content:space-between; gap:9px; margin-top:10px; padding:8px 10px; border:1px solid #343a3d; border-radius:10px; background:#202426; }
.history-growth b { margin:0; color:var(--muted); font-size:10px; }
.history-growth small { color:var(--muted); font-size:9px; white-space:nowrap; }
.history-growth.is-up { border-color:rgba(168,224,95,.25); background:rgba(168,224,95,.055); }
.history-growth.is-up b { color:var(--success); }
.history-growth.is-down { border-color:rgba(255,107,44,.3); background:rgba(255,107,44,.06); }
.history-growth.is-down b { color:var(--accent-soft); }
.reopen-last { margin-top:10px; min-height:46px; font-size:12px; }
.passport-pending { margin:10px 0 0; padding:11px; border-radius:11px; background:#202426; font-size:11px; text-align:center; }
.passport-cover { position: relative; min-height: 420px; margin-bottom: 18px; padding: 22px; overflow: hidden; border: 1px solid #4a342b; border-radius: 22px; background: radial-gradient(circle at 95% 10%,#4b2d22 0,#202123 33%,#121416 70%); }
.passport-cover:after { content:""; position:absolute; right:-80px; bottom:-20px; width:240px; height:240px; border:1px solid rgba(255,107,44,.3); border-radius:50%; box-shadow:0 0 0 45px rgba(255,107,44,.035),0 0 0 90px rgba(255,107,44,.02); }
.passport-cover>span { color: var(--muted); font-size: 9px; letter-spacing: .13em; }.passport-cover div { position: relative; z-index: 1; margin-top: 44px; }.passport-cover small { display:block; color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.11em; }.passport-cover strong { display:block; margin-top:5px; color:var(--accent-soft); font-size:26px; }.text-button { display:block; width:100%; padding:15px; }
.author-card { display:grid; grid-template-columns:auto 1fr; gap:15px; align-items:start; margin:0 0 18px; padding:17px; border:1px solid var(--line); border-radius:18px; background:#171a1c; }
.author-card[hidden] { display:none; }
.author-card img { width:68px; height:68px; object-fit:cover; border-radius:16px; border:1px solid #4a342b; }
.author-card span { color:var(--accent); font-size:9px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }
.author-card h2 { margin-top:5px; font-size:19px; }.author-card p { margin:4px 0 0; font-size:12px; }
.author-card blockquote { margin:12px 0 0; padding-left:11px; border-left:2px solid var(--accent); color:#d9d5cf; font-size:12px; line-height:1.45; }
.rest-timer { position:fixed; z-index:25; left:50%; bottom:92px; width:min(calc(100% - 24px),406px); padding:15px; transform:translateX(-50%); border:1px solid #4a4f52; border-radius:20px; background:rgba(24,28,30,.97); box-shadow:0 18px 55px rgba(0,0,0,.55); backdrop-filter:blur(18px); }
.rest-timer[hidden], .rest-preferences[hidden], .rest-preferences-backdrop[hidden] { display:none; }
.rest-timer.is-finished { border-color:rgba(168,224,95,.55); }
.rest-timer.is-outside { border-color:rgba(255,107,44,.65); }
.rest-timer-head { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.rest-timer-head span { display:block; color:var(--accent); font-size:9px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.rest-timer-head b { display:block; max-width:245px; margin-top:4px; overflow:hidden; font-size:13px; text-overflow:ellipsis; white-space:nowrap; }
.rest-timer-head small { display:block; margin-top:4px; color:var(--muted); font-size:10px; }
.rest-timer-clock { display:flex; align-items:center; gap:7px; }
.rest-timer-head strong { flex:0 0 auto; font-size:30px; letter-spacing:-.04em; font-variant-numeric:tabular-nums; }
.rest-timer-clock button { width:31px; height:31px; padding:0; border:1px solid #3d4346; border-radius:10px; color:var(--muted); background:#222729; font-weight:900; letter-spacing:.08em; }
.rest-timer.is-finished .rest-timer-head strong { color:var(--success); }
.rest-timer-progress { height:4px; margin:12px 0; overflow:hidden; border-radius:99px; background:#34393c; }
.rest-timer-progress span { display:block; width:100%; height:100%; border-radius:inherit; background:var(--accent); transition:width .25s linear; }
.rest-timer.is-finished .rest-timer-progress span { background:var(--success); }
.rest-timer-coach { display:block; margin:-2px 0 11px; padding:9px 10px; border-radius:10px; color:#d9d5cf; background:rgba(255,255,255,.04); font-size:10px; line-height:1.4; }
.rest-timer-coach[hidden] { display:none; }
.rest-timer-actions { display:grid; grid-template-columns:1fr; }
.rest-timer-actions button { min-height:38px; padding:0 9px; border:1px solid #404649; border-radius:11px; color:var(--ink); background:#282d2f; font-size:12px; font-weight:800; }
.rest-timer-actions button.is-primary { border-color:var(--success); color:#111; background:var(--success); }
.rest-preferences-open { overflow:hidden; }
.rest-preferences-backdrop { position:fixed; z-index:60; inset:0; background:rgba(0,0,0,.64); opacity:0; transition:opacity .18s ease; backdrop-filter:blur(3px); }
.rest-preferences-backdrop.is-open { opacity:1; }
.rest-preferences { position:fixed; z-index:70; left:50%; bottom:0; width:min(100%,430px); max-height:min(88dvh,650px); padding:10px 18px calc(22px + env(safe-area-inset-bottom)); transform:translate(-50%,105%); overflow:auto; border:1px solid #3b4144; border-bottom:0; border-radius:26px 26px 0 0; background:#151819; box-shadow:0 -24px 70px rgba(0,0,0,.65); transition:transform .22s cubic-bezier(.2,.75,.25,1); }
.rest-preferences.is-open { transform:translate(-50%,0); }
.rest-preferences-handle { width:42px; height:4px; margin:0 auto 12px; border-radius:99px; background:#454b4e; }
.rest-preferences-head { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; }
.rest-preferences-head span { color:var(--accent); font-size:9px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.rest-preferences-head h2 { margin-top:4px; font-size:23px; }
.rest-preferences-head button { flex:0 0 auto; width:38px; height:38px; padding:0; border:1px solid #3d4346; border-radius:12px; color:var(--ink); background:#24282a; font-size:25px; line-height:1; }
.rest-preferences > p { margin:14px 0 0; color:var(--muted); font-size:12px; line-height:1.5; }
.rest-preferences-current { margin-top:14px; padding:10px 12px; border-radius:11px; color:var(--muted); background:#202426; font-size:11px; }
.rest-preferences-current b { color:var(--ink); }
.rest-offset-options { display:grid; grid-template-columns:1fr; gap:8px; margin-top:10px; }
.rest-offset-options button { display:flex; min-height:54px; padding:9px 12px; align-items:flex-start; justify-content:center; flex-direction:column; border:1px solid #383e41; border-radius:12px; color:var(--ink); background:#202426; font-size:13px; font-weight:850; text-align:left; }
.rest-offset-options button small { margin-top:3px; color:var(--muted); font-size:10px; font-weight:650; }
.rest-offset-options button.is-active { color:#111; border-color:var(--success); background:var(--success); }
.rest-offset-options button.is-active small { color:rgba(17,17,17,.66); }
.rest-preferences-note { display:block; margin-top:12px; color:var(--muted); font-size:10px; line-height:1.45; }
.set-editor-open,.summary-open { overflow:hidden; }
.set-editor-backdrop,.summary-backdrop { position:fixed; z-index:60; inset:0; background:rgba(0,0,0,.64); opacity:0; transition:opacity .18s ease; backdrop-filter:blur(3px); }
.set-editor-backdrop[hidden],.set-editor[hidden],.summary-backdrop[hidden],.summary-sheet[hidden],.deviation-subchoices[hidden],.outlier-confirmation[hidden] { display:none; }
.set-editor-backdrop.is-open,.summary-backdrop.is-open { opacity:1; }
.set-editor,.summary-sheet { position:fixed; z-index:70; left:50%; bottom:0; width:min(100%,430px); max-height:min(90dvh,780px); padding:10px 18px calc(18px + env(safe-area-inset-bottom)); transform:translate(-50%,105%); overflow:auto; border:1px solid #3b4144; border-bottom:0; border-radius:26px 26px 0 0; background:#151819; box-shadow:0 -24px 70px rgba(0,0,0,.65); transition:transform .22s cubic-bezier(.2,.75,.25,1); }
.set-editor.is-open,.summary-sheet.is-open { transform:translate(-50%,0); }
.set-editor-handle,.summary-handle { width:42px; height:4px; margin:0 auto 12px; border-radius:99px; background:#454b4e; }
.set-editor-head,.summary-head { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; }
.set-editor-head span,.summary-head span { color:var(--accent); font-size:9px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.set-editor-head h2,.summary-head h2 { margin-top:4px; font-size:23px; }
.set-editor-head p,.summary-head p { margin:4px 0 0; font-size:12px; }
.set-editor-head button,.summary-head>button { flex:0 0 auto; width:38px; height:38px; padding:0; border:1px solid #3d4346; border-radius:12px; color:var(--ink); background:#24282a; font-size:25px; line-height:1; }
.set-issue-picker { display:grid; grid-template-columns:1fr 1fr; gap:7px; margin:18px 0 14px; }
.set-issue-picker button { min-height:42px; padding:7px 9px; border:1px solid #383e41; border-radius:11px; color:var(--muted); background:#202426; font-size:11px; font-weight:800; }
.set-issue-picker button.is-active { color:#111; border-color:var(--accent-soft); background:var(--accent-soft); }
.set-editor-fields { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.set-editor label { display:block; }
.set-editor label span { display:block; margin:0 0 6px 2px; color:var(--muted); font-size:10px; font-weight:750; }
.set-editor input, .set-editor textarea { width:100%; border:1px solid #373d40; border-radius:12px; outline:0; color:var(--ink); background:#202426; font:inherit; font-size:16px; }
.set-editor input { height:46px; padding:0 12px; }
.set-editor textarea { min-height:64px; padding:11px 12px; resize:vertical; }
.set-editor input:focus, .set-editor textarea:focus { border-color:var(--accent); box-shadow:0 0 0 3px rgba(255,107,44,.1); }
.set-editor-wide { margin-top:10px; }
.set-editor-wide.is-emphasised textarea { border-color:rgba(255,107,44,.42); }
.set-editor-actions { display:grid; grid-template-columns:.8fr 1.2fr; gap:8px; margin-top:14px; }
.set-editor-actions button { min-height:48px; border:1px solid #3d4346; border-radius:13px; color:var(--ink); background:#252a2c; font-weight:850; }
.set-editor-actions button.is-primary { color:#fff; border-color:var(--accent); background:var(--accent); }
.set-editor-actions [data-mark-as-prescribed]:not([hidden]) { grid-column:1 / -1; grid-row:2; color:var(--success); border-color:rgba(168,224,95,.3); background:rgba(168,224,95,.06); }
.restore-original-button { width:100%; min-height:40px; margin-top:8px; border:1px solid rgba(255,176,142,.26); border-radius:11px; color:var(--accent-soft); background:rgba(255,107,44,.05); font-size:10px; font-weight:850; }
.deviation-subchoices { margin:10px 0; padding:12px; border:1px solid #343a3d; border-radius:13px; background:#1b1f21; }
.deviation-subchoices>span { display:block; margin-bottom:8px; color:var(--muted); font-size:10px; font-weight:750; }
.deviation-subchoices>div { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
.deviation-subchoices button { min-height:42px; padding:7px 9px; border:1px solid #3b4144; border-radius:10px; color:var(--ink); background:#252a2c; font-size:10px; font-weight:800; }
.deviation-subchoices button.is-active { color:#111; border-color:var(--success); background:var(--success); }
.deviation-subchoices label { margin-top:8px; }
.deviation-subchoices small { display:block; margin-top:9px; color:var(--accent-soft); font-size:10px; line-height:1.4; }
.outlier-confirmation { margin:10px 0; padding:12px; border:1px solid rgba(255,107,44,.45); border-radius:13px; background:rgba(255,107,44,.09); }
.outlier-confirmation p { margin:5px 0 10px; font-size:11px; }
.outlier-confirmation>div { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
.outlier-confirmation button { min-height:40px; border:1px solid #4a3a33; border-radius:10px; color:var(--ink); background:#292321; font-size:11px; font-weight:800; }
.outlier-confirmation button:last-child { color:#fff; border-color:var(--accent); background:var(--accent); }
.summary-stats { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:18px 0 12px; }
.summary-stat { padding:12px; border:1px solid var(--line); border-radius:13px; background:#1d2123; }
.summary-stat strong { display:block; font-size:22px; }
.summary-stat span { display:block; margin-top:3px; color:var(--muted); font-size:10px; }
.summary-exceptions { display:grid; gap:7px; }
.summary-exception { display:grid; grid-template-columns:1fr auto; align-items:center; gap:10px; padding:11px 12px; border:1px solid #343a3d; border-radius:12px; background:#1b1f21; }
.summary-exception b,.summary-exception small { display:block; }
.summary-exception b { font-size:12px; }
.summary-exception small { margin-top:3px; color:var(--muted); font-size:10px; }
.summary-exception button { min-height:34px; padding:0 10px; border:1px solid #444b4e; border-radius:9px; color:var(--accent-soft); background:#252a2c; font-size:10px; font-weight:800; }
.summary-empty { padding:14px; border:1px solid rgba(168,224,95,.25); border-radius:13px; color:#dfffc0; background:rgba(168,224,95,.06); font-size:12px; }
.summary-actions { display:grid; grid-template-columns:.8fr 1.2fr; gap:8px; margin-top:14px; }
.summary-actions button { min-height:48px; border:1px solid #3d4346; border-radius:13px; color:var(--ink); background:#252a2c; font-weight:850; }
.summary-actions button.is-primary { color:#fff; border-color:var(--accent); background:var(--accent); }
.bottom-nav { position: fixed; z-index: 20; left: 50%; bottom: 0; display: grid; grid-template-columns: repeat(4,1fr); width: min(100%,430px); padding: 10px 10px calc(10px + env(safe-area-inset-bottom)); transform: translateX(-50%); border-top: 1px solid rgba(255,255,255,.07); background: rgba(14,16,17,.93); backdrop-filter: blur(18px); }
.bottom-nav button { display: grid; place-items: center; gap: 4px; min-height: 54px; border: 0; border-radius: 14px; color: #777e82; background: transparent; }.bottom-nav button.is-active { color: var(--ink); background: #202426; }.bottom-nav span { font-size: 20px; }.bottom-nav small { font-size: 9px; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 100px; display:flex; align-items:center; justify-content:space-between; gap:10px; width: min(calc(100% - 40px),390px); padding: 13px 14px; transform: translate(-50%,30px); border: 1px solid rgba(168,224,95,.28); border-radius: 15px; background: #1d281a; color: #dfffc0; font-size:12px; opacity: 0; pointer-events: none; transition: .25s ease; }.toast.is-visible { transform: translate(-50%,0); opacity: 1; }
.toast.has-actions { pointer-events:auto; }
.toast [data-toast-actions] { display:flex; flex:0 0 auto; gap:5px; }
.toast [data-toast-actions][hidden] { display:none; }
.toast [data-toast-actions] button { min-height:34px; padding:0 8px; border:1px solid rgba(223,255,192,.25); border-radius:9px; color:#efffde; background:rgba(255,255,255,.05); font-size:10px; font-weight:850; }
.toast.is-error { border-color: rgba(255,107,44,.35); background: #321b14; color: #ffd3c1; }
.app-shell[aria-busy="true"]:after { content:""; position:fixed; z-index:40; top:0; left:50%; width:min(100%,430px); height:3px; transform:translateX(-50%); background:linear-gradient(90deg,transparent,var(--accent),transparent); background-size:200% 100%; animation:loading 1s linear infinite; }
.app-shell.is-gated > :not(.access-gate) { display:none!important; }
.access-gate {
  display:flex; flex-direction:column; justify-content:center; min-height:100vh;
  padding:calc(32px + env(safe-area-inset-top)) 28px calc(32px + env(safe-area-inset-bottom));
  text-align:center;
}
.access-gate-icon {
  display:grid; place-content:center; width:72px; height:72px; margin:0 auto 24px;
  border:1px solid #4a342b; border-radius:24px; background:rgba(255,107,44,.09); font-size:34px;
}
.access-gate h1 { margin:12px auto 14px; font-size:34px; }
.access-gate-copy { max-width:330px; margin:0 auto 28px; color:#b3b7b9; font-size:15px; }
.access-gate .primary-button { margin-top:4px; }
.product-entry { justify-content:flex-start; padding-top:calc(54px + env(safe-area-inset-top)); text-align:left; }
.product-entry .access-gate-icon { margin:0 0 24px; }
.product-entry h1 { margin:12px 0 14px; max-width:340px; }
.product-entry .access-gate-copy { max-width:360px; margin:0 0 24px; }
.entry-value-list { display:grid; width:100%; gap:9px; margin:0 0 26px; }
.entry-value-item { display:flex; align-items:center; gap:11px; padding:12px 14px; border:1px solid var(--line); border-radius:14px; background:#181b1d; }
.entry-value-item span { display:grid; place-content:center; width:25px; height:25px; border-radius:50%; color:#111; background:var(--success); font-weight:900; }
.entry-value-item b { font-size:13px; }
.entry-value-list.is-loop .entry-value-item span { color:#fff; background:var(--accent); }
.entry-report-button { margin-top:9px; }
.app-shell.is-workout-focus .bottom-nav { display:none; }
.app-shell.is-workout-focus .screen { padding-bottom:calc(38px + env(safe-area-inset-bottom)); }
.app-shell.is-workout-focus .sticky-action { bottom:0; }
.app-shell.is-workout-focus .rest-timer { bottom:calc(12px + env(safe-area-inset-bottom)); }
.emoji { display: inline-block; transform-origin: 50% 70%; }.emoji--pulse { animation: pulse 1.8s ease-in-out infinite; }.emoji--float { animation: float 2.5s ease-in-out infinite; }.emoji--swing { animation: swing 2s ease-in-out infinite; }
@keyframes screen-in { from { opacity:0; transform:translateY(7px) } to { opacity:1; transform:none } }
@keyframes pulse { 0%,100% { transform:scale(1) } 50% { transform:scale(1.2) rotate(-4deg) } }
@keyframes float { 0%,100% { transform:translateY(0) } 50% { transform:translateY(-4px) } }
@keyframes swing { 0%,100% { transform:rotate(-4deg) } 50% { transform:rotate(6deg) } }
@keyframes set-cue { 0%,100% { transform:scale(1) } 50% { transform:scale(1.012) } }
@keyframes loading { from { background-position:-430px 0 } to { background-position:430px 0 } }
@keyframes vision-scan { 0%,100% { filter:brightness(.8) } 50% { filter:brightness(1.35) } }
@media (prefers-reduced-motion: reduce) { *,*:before,*:after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } }
@media (min-width: 700px) { body { padding: 24px 0; }.app-shell { min-height: 860px; border: 1px solid #2c3032; border-radius: 32px; }.bottom-nav { bottom: 24px; border-radius: 0 0 32px 32px; }.rest-timer { bottom:116px; }.set-editor,.summary-sheet { bottom:24px; border-bottom:1px solid #3b4144; border-radius:26px; } }
