:root{--font-sans:ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--radius-xs:10px;--radius-sm:14px;--radius-md:18px;--radius-lg:24px;--radius-xl:32px;--radius-2xl:42px;--radius-pill:999px;--radius-control:12px;--radius-card:16px;--radius-sheet:24px;--control-sm:40px;--control-md:44px;--control-lg:52px;--font-xs:11px;--font-sm:12px;--font-md:14px;--font-lg:16px;--font-xl:20px;--font-2xl:28px;--font-3xl:38px;--text-display:28px;--text-title:22px;--text-heading:17px;--text-body:15px;--text-secondary:13px;--text-caption:12px;--text-label:11px;--ease:.18s ease;--safe-bottom:env(safe-area-inset-bottom,0px)}:root,:root[data-theme=midnight-lime]{--color-page:#050505;--color-page-soft:#0a0a0a;--color-surface:#111;--color-surface-2:#171717;--color-surface-3:#222;--color-elevated:#121212eb;--color-line:#ffffff17;--color-line-strong:#ffffff29;--color-text:#fff;--color-text-soft:#d6d6d6;--color-muted:#8f8f8f;--color-muted-2:#5d5d5d;--color-accent:#c9ff3d;--color-accent-2:#a8e020;--color-accent-text:#070900;--color-success:#35df75;--color-warning:#ffbf45;--color-danger:#ff5b5b;--shadow-card:0 28px 70px #0000006b;--shadow-accent:0 18px 40px #c9ff3d38;--gradient-hero:radial-gradient(circle at 88% 16%, #c9ff3d42, transparent 28%), linear-gradient(135deg, #c9ff3d, #9dd91c);--gradient-surface:linear-gradient(145deg, #ffffff13, #ffffff06);--color-media-mat:#fff;--color-media-foreground:#475569;--color-media-line:#0f172a24}:root[data-theme=midnight-ember]{--color-page:#070505;--color-page-soft:#100c0a;--color-surface:#16110f;--color-surface-2:#1f1713;--color-surface-3:#2b211b;--color-elevated:#1c120ef0;--color-line:#ffe2d21c;--color-line-strong:#ffe2d233;--color-text:#fff8f3;--color-text-soft:#ebd8cc;--color-muted:#aa9182;--color-muted-2:#735c50;--color-accent:#ff9f45;--color-accent-2:#ff6b35;--color-accent-text:#170900;--color-success:#46dd87;--color-warning:#ffd166;--color-danger:#ff6b6b;--shadow-card:0 28px 70px #0000007a;--shadow-accent:0 18px 40px #ff7d353d;--gradient-hero:radial-gradient(circle at 88% 16%, #ff9f454d, transparent 28%), linear-gradient(135deg, #ffb15d, #ff6b35);--gradient-surface:linear-gradient(145deg, #ffebda14, #ffebda06);--color-media-mat:#fff;--color-media-foreground:#475569;--color-media-line:#0f172a24}:root[data-theme=daylight-lime]{--color-page:#e8e8e4;--color-page-soft:#f4f4f0;--color-surface:#fff;--color-surface-2:#f5f5ef;--color-surface-3:#e8eadf;--color-elevated:#ffffffeb;--color-line:#13170a1a;--color-line-strong:#13170a2e;--color-text:#11130c;--color-text-soft:#313329;--color-muted:#6d7160;--color-muted-2:#9da18d;--color-accent:#b8f21f;--color-accent-2:#8fcc0e;--color-accent-text:#070900;--color-success:#22b864;--color-warning:#d9901d;--color-danger:#db3e3e;--shadow-card:0 24px 60px #272a1a21;--shadow-accent:0 18px 40px #87c81638;--gradient-hero:radial-gradient(circle at 88% 16%, #b8f21f52, transparent 28%), linear-gradient(135deg, #c8ff3d, #a5dd1e);--gradient-surface:linear-gradient(145deg, #ffffffd9, #ffffff8c);--color-media-mat:#fff;--color-media-foreground:#475569;--color-media-line:#0f172a24}*{box-sizing:border-box}html,body,#root{min-height:100%}body{min-width:320px;color:var(--color-text);background:radial-gradient(circle at top right, color-mix(in srgb, var(--color-accent) 12%, transparent), transparent 34rem), var(--color-page);margin:0}button,input,select,textarea{font:inherit}button{color:inherit}svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}img,video{max-width:100%}h1,h2,h3,h4,p{margin:0}h1,h2,h3{letter-spacing:-.045em}h1{font-size:clamp(26px,6vw,34px);line-height:1.04}h2{font-size:clamp(20px,5vw,24px);line-height:1.08}h3{font-size:18px;line-height:1.15}h4{font-size:15px;line-height:1.25}.mutedText,.sectionCard p,.profileHero p,.catalogHero p{color:var(--color-muted);line-height:1.55}.eyebrow{color:var(--color-accent);font-size:var(--font-xs);letter-spacing:.18em;text-transform:uppercase;font-weight:900}.appShell{width:min(1120px,100%);min-height:100vh;padding:max(18px, env(safe-area-inset-top)) 18px calc(104px + var(--safe-bottom));margin:0 auto}.appHeader{z-index:50;justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-3) 0 var(--space-5);background:linear-gradient(to bottom, var(--color-page) 72%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;position:sticky;top:0}.appHeaderTitle{gap:3px;display:grid}.appHeaderTitle p{color:var(--color-muted);font-size:var(--font-sm);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.appHeaderActions{align-items:center;gap:var(--space-2);display:flex}.appContent,.screenStack{gap:var(--space-5);display:grid}.button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-pill);cursor:pointer;transition:transform var(--ease), opacity var(--ease), background var(--ease), border-color var(--ease);-webkit-user-select:none;user-select:none;white-space:nowrap;border:1px solid #0000;font-weight:900;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button-md{min-height:44px;padding:0 17px}.button-lg{min-height:54px;padding:0 22px}.button-icon{width:44px;height:44px;padding:0}.button-primary{color:var(--color-accent-text);background:linear-gradient(135deg, var(--color-accent), var(--color-accent-2));box-shadow:var(--shadow-accent)}.button-secondary,.button-ghost{color:var(--color-text);background:var(--color-surface-2);border-color:var(--color-line)}.button-ghost{background:0 0}.button-danger{color:#fff;background:color-mix(in srgb, var(--color-danger) 72%, #000)}.statusBadge{border:1px solid var(--color-line);border-radius:var(--radius-pill);background:var(--color-surface-2);width:max-content;color:var(--color-muted);font-size:var(--font-sm);justify-content:center;align-items:center;gap:6px;padding:7px 10px;font-weight:900;line-height:1;display:inline-flex}.statusBadge-success{color:var(--color-success);background:color-mix(in srgb, var(--color-success) 12%, var(--color-surface-2))}.statusBadge-warning{color:var(--color-warning);background:color-mix(in srgb, var(--color-warning) 12%, var(--color-surface-2))}.statusBadge-danger{color:var(--color-danger);background:color-mix(in srgb, var(--color-danger) 12%, var(--color-surface-2))}.statusBadge-accent{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 14%, var(--color-surface-2))}.notice{border:1px solid var(--color-line);border-radius:var(--radius-md);padding:var(--space-4);line-height:1.45}.notice-warning{color:var(--color-warning);background:color-mix(in srgb, var(--color-warning) 10%, var(--color-surface));border-color:color-mix(in srgb, var(--color-warning) 28%, var(--color-line))}.notice-danger{color:var(--color-danger);background:color-mix(in srgb, var(--color-danger) 10%, var(--color-surface));border-color:color-mix(in srgb, var(--color-danger) 28%, var(--color-line))}.bottomNav{right:max(14px, env(safe-area-inset-right));bottom:max(14px, env(safe-area-inset-bottom));left:max(14px, env(safe-area-inset-left));z-index:70;border:1px solid var(--color-line);background:color-mix(in srgb, var(--color-elevated) 88%, transparent);width:min(680px,100% - 28px);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:28px;grid-template-columns:repeat(5,1fr);margin:0 auto;padding:7px;display:grid;position:fixed}.bottomNav button{color:var(--color-muted);cursor:pointer;background:0 0;border:0;border-radius:20px;justify-items:center;gap:4px;padding:9px 6px 8px;font-size:12px;font-weight:800;display:grid}.bottomNav button.active{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 13%, transparent)}.authShell{gap:var(--space-6);width:min(1040px,100%);min-height:100vh;padding:max(24px, env(safe-area-inset-top)) 18px max(24px, env(safe-area-inset-bottom));grid-template-columns:minmax(0,1fr) 430px;align-items:center;margin:0 auto;display:grid}.welcomePanel,.authCard,.sectionCard,.catalogHero,.exerciseCard,.profileHero,.todayHero,.setsCard,.activeExerciseCard,.emptyState,.aiNoteCard{border:1px solid var(--color-line);background:var(--gradient-surface), var(--color-surface);box-shadow:var(--shadow-card)}.welcomePanel,.authCard{border-radius:var(--radius-2xl);padding:var(--space-8)}.welcomePanel{align-content:end;gap:var(--space-5);min-height:560px;display:grid;position:relative;overflow:hidden}.welcomePanel:after{content:"";background:color-mix(in srgb, var(--color-accent) 24%, transparent);filter:blur(10px);border-radius:50%;width:340px;height:340px;position:absolute;top:-80px;right:-90px}.brandOrb{width:86px;height:86px;color:var(--color-accent-text);background:linear-gradient(135deg, var(--color-accent), var(--color-accent-2));box-shadow:var(--shadow-accent);border-radius:30px;place-items:center;display:grid}.welcomePanel h1{max-width:640px;font-size:clamp(44px,8vw,86px)}.authFeatureGrid{gap:var(--space-2);flex-wrap:wrap;display:flex}.authFeatureGrid span,.chip{border:1px solid var(--color-line);border-radius:var(--radius-pill);color:var(--color-text-soft);background:color-mix(in srgb, var(--color-surface-3) 62%, transparent);font-size:var(--font-sm);padding:8px 11px;font-weight:800}.authCard h2{margin-top:var(--space-2)}.formStack{gap:var(--space-4);margin-top:var(--space-6);display:grid}.field,.searchField,.selectField{color:var(--color-muted);font-size:var(--font-sm);gap:8px;font-weight:900;display:grid}.field input,.searchField input,.selectField select{border:1px solid var(--color-line);border-radius:var(--radius-md);width:100%;min-height:48px;color:var(--color-text);background:var(--color-surface-2);outline:none}.field input,.selectField select{padding:0 14px}.searchField{align-content:center;position:relative}.searchField svg{color:var(--color-muted);position:absolute;left:14px}.searchField input{padding:0 14px 0 42px}.field input:focus,.searchField input:focus,.selectField select:focus{border-color:color-mix(in srgb, var(--color-accent) 62%, var(--color-line));box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent) 14%, transparent)}.todayHero,.catalogHero,.profileHero{border-radius:var(--radius-2xl);padding:var(--space-7)}.todayHero{gap:var(--space-5);color:#050505;background:var(--gradient-hero);grid-template-columns:minmax(0,1.2fr) 260px;min-height:320px;display:grid;position:relative;overflow:hidden}.todayHero .eyebrow,.todayHero p,.todayHero .mutedText{color:#000000ad}.todayHero h2{color:#030303;max-width:620px;margin:12px 0}.todayHeroText{z-index:1;align-content:center;gap:var(--space-4);display:grid;position:relative}.heroActions{gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.trainingFigure{min-height:240px;position:relative}.figureRing{border:30px solid #00000021;border-radius:50%;position:absolute;inset:24px}.figureBody,.figureHead,.figurePlate{background:#070707;position:absolute}.figureHead{border-radius:50%;width:44px;height:44px;top:44px;right:94px}.figureBody{border-radius:28px 28px 16px 16px;width:94px;height:118px;top:92px;right:68px;transform:rotate(-13deg)}.figurePlate{border-radius:8px;width:74px;height:22px;bottom:32px}.figurePlateLeft{right:132px;transform:rotate(-13deg)}.figurePlateRight{right:34px;transform:rotate(16deg)}.metricsGrid{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.metricsGrid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.statCard{border:1px solid var(--color-line);border-radius:var(--radius-lg);padding:var(--space-4);background:var(--color-surface-2);gap:6px;display:grid}.statCardIcon{width:36px;height:36px;color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);border-radius:14px;place-items:center;display:grid}.statCard strong{font-size:26px;line-height:1}.statCard span,.statCard small{color:var(--color-muted);font-size:var(--font-sm);font-weight:700}.sectionCard{gap:var(--space-5);border-radius:var(--radius-xl);padding:var(--space-5);display:grid}.sectionHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.sectionActions{justify-content:flex-end;display:flex}.workoutPreviewList,.timelineList{gap:var(--space-3);display:grid}.workoutPreviewItem,.timelineItem{align-items:center;gap:var(--space-3);border:1px solid var(--color-line);border-radius:var(--radius-lg);padding:var(--space-3);background:var(--color-surface-2);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.previewIndex,.timelineDot{width:38px;height:38px;color:var(--color-accent-text);background:var(--color-accent);border-radius:50%;place-items:center;font-weight:900;display:grid}.timelineDot{background:var(--color-accent);width:14px;height:14px}.workoutPreviewItem p,.timelineItem p{color:var(--color-muted);font-size:var(--font-sm);margin-top:4px}.aiNoteCard{gap:var(--space-3);border-radius:var(--radius-xl);padding:var(--space-5);color:var(--color-text-soft);grid-template-columns:auto minmax(0,1fr);display:grid}.aiNoteCard svg{color:var(--color-accent)}.aiNoteCard p{color:var(--color-muted);margin-top:4px;line-height:1.5}.catalogHero{align-items:center;gap:var(--space-5);grid-template-columns:minmax(0,1fr) 360px;display:grid}.catalogHero h2{margin:10px 0 12px}.filterDock{gap:var(--space-3);border:1px solid var(--color-line);border-radius:var(--radius-xl);padding:var(--space-4);background:var(--color-elevated);box-shadow:var(--shadow-card);grid-template-columns:minmax(220px,1.2fr) auto repeat(3,minmax(150px,1fr));align-items:end;display:grid}.segmentedControl{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface-2);gap:6px;min-height:48px;padding:4px;display:flex}.segmentedControl button{color:var(--color-muted);cursor:pointer;background:0 0;border:0;border-radius:14px;padding:0 14px;font-weight:900}.segmentedControl button.active{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 13%, transparent)}.listHeader{color:var(--color-muted);font-size:var(--font-sm);justify-content:space-between;font-weight:800;display:flex}.exerciseGrid,.skeletonGrid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.exerciseCard{border-radius:var(--radius-xl);text-align:left;cursor:pointer;padding:0;overflow:hidden}.exerciseThumb{aspect-ratio:16/11;background:var(--color-surface-3);position:relative;overflow:hidden}.exerciseThumb img,.activeMedia img,.activeMedia video{object-fit:cover;width:100%;height:100%;display:block}.exerciseThumb .statusBadge{position:absolute;bottom:12px;right:12px}.exerciseCardBody{gap:var(--space-3);padding:var(--space-4);display:grid}.exerciseCardBody p,.cardFooter{color:var(--color-muted);font-size:var(--font-sm)}.chipRow{flex-wrap:wrap;gap:7px;display:flex}.cardFooter{justify-content:space-between;gap:var(--space-3);display:flex}.emptyState{justify-items:start;gap:var(--space-4);border-radius:var(--radius-2xl);padding:var(--space-8);display:grid}.emptyStateIcon{width:68px;height:68px;color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);border-radius:24px;place-items:center;display:grid}.emptyState p{max-width:620px;color:var(--color-muted);line-height:1.55}.skeletonCard{border:1px solid var(--color-line);border-radius:var(--radius-xl);background:linear-gradient(100deg, color-mix(in srgb, var(--color-surface-2) 80%, transparent), color-mix(in srgb, var(--color-surface-3) 92%, transparent), color-mix(in srgb, var(--color-surface-2) 80%, transparent));background-size:200% 100%;min-height:260px;animation:1.25s infinite shimmer}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.sheetBackdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000a8;align-items:end;display:grid;position:fixed;inset:0}.bottomSheet{width:min(920px,100% - 24px);max-height:92vh;margin:0 auto max(12px, env(safe-area-inset-bottom));border:1px solid var(--color-line);padding:var(--space-4);background:var(--color-elevated);box-shadow:var(--shadow-card);border-radius:34px;overflow:auto}.sheetHandle{width:52px;height:5px;margin:0 auto var(--space-4);border-radius:var(--radius-pill);background:var(--color-line-strong)}.sheetHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:0 var(--space-2) var(--space-4);display:flex}.sheetContentStack{gap:var(--space-4);display:grid}.exerciseVideo,.mediaFallback{border-radius:var(--radius-xl);background:var(--color-surface-3);width:100%}.exerciseVideo{max-height:460px}.mediaFallback{place-items:center;gap:var(--space-2);min-height:220px;color:var(--color-muted);display:grid}.videoFrame{border-radius:var(--radius-xl);background:var(--color-surface-3);cursor:pointer;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.videoFrame .exerciseVideo{display:block}.videoToggle{z-index:2;border-radius:var(--radius-pill);color:#fff;min-height:30px;font-size:var(--font-xs);letter-spacing:.02em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000009e;border:1px solid #ffffff24;align-items:center;padding:7px 11px;font-weight:900;display:inline-flex;position:absolute;bottom:12px;right:12px}.techniqueBlock{gap:var(--space-4)}.instructionStack{gap:var(--space-4);display:grid}.instructionGroup{gap:var(--space-2);display:grid}.instructionGroup h4{color:var(--color-text);font-size:var(--font-md);font-weight:900}.instructionGroup ol{color:var(--color-muted);gap:9px;margin:0;padding-left:22px;display:grid}.instructionGroup li{padding-left:2px;line-height:1.45}.detailMetaGrid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.metaItem,.detailBlock{border:1px solid var(--color-line);border-radius:var(--radius-lg);padding:var(--space-4);background:var(--color-surface-2)}.metaItem span{color:var(--color-muted);font-size:var(--font-sm);margin-bottom:6px;font-weight:800;display:block}.metaItem strong{word-break:break-word}.detailBlock{gap:var(--space-3);display:grid}.activeWorkout{width:min(760px,100%);min-height:100vh;padding:max(16px, env(safe-area-inset-top)) 14px calc(96px + var(--safe-bottom));margin:0 auto}.workoutHeader{z-index:40;align-items:center;gap:var(--space-3);padding:var(--space-2) 0 var(--space-4);background:linear-gradient(to bottom, var(--color-page) 78%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:auto minmax(0,1fr) auto;display:grid;position:sticky;top:0}.workoutHeader h1{letter-spacing:-.02em;font-size:18px}.workoutHeader p{color:var(--color-muted);font-size:var(--font-sm);font-weight:800}.workoutProgress,.progressTrack{border-radius:var(--radius-pill);background:var(--color-surface-3);height:5px;overflow:hidden}.workoutProgress span,.progressTrack span{border-radius:inherit;background:var(--color-accent);height:100%;display:block}.activeWorkout{gap:var(--space-4);display:grid}.activeExerciseCard,.setsCard{border-radius:var(--radius-2xl);overflow:hidden}.activeMedia{background:var(--color-surface-3);height:320px;position:relative;overflow:hidden}.techniqueButton{border:1px solid var(--color-line);border-radius:var(--radius-pill);color:var(--color-text);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000008c;align-items:center;gap:7px;padding:9px 12px;font-weight:900;display:inline-flex;position:absolute;top:14px;right:14px}.activeExerciseBody{gap:var(--space-2);padding:var(--space-5);display:grid}.setsCard{gap:var(--space-2);padding:var(--space-4);display:grid}.setsHeader,.setRow{gap:var(--space-2);grid-template-columns:54px 1.2fr 1.2fr 1.2fr 70px 44px;align-items:center;display:grid}.setsHeader{color:var(--color-muted);font-size:var(--font-xs);text-transform:uppercase;padding:0 4px 8px;font-weight:900}.setRow{border:1px solid var(--color-line);border-radius:var(--radius-lg);padding:var(--space-2);background:var(--color-surface-2)}.setRow.done{border-color:color-mix(in srgb, var(--color-success) 42%, var(--color-line));background:color-mix(in srgb, var(--color-success) 10%, var(--color-surface-2))}.numberStepper{border:1px solid var(--color-line);background:var(--color-surface);border-radius:14px;grid-template-columns:28px minmax(30px,1fr) 28px;align-items:center;min-height:40px;display:grid;overflow:hidden}.numberStepper button,.painButton,.setDoneButton{cursor:pointer;color:var(--color-text);background:0 0;border:0;font-weight:900}.numberStepper span{text-align:center;font-size:var(--font-sm);font-weight:900}.painButton,.setDoneButton{background:var(--color-surface);border-radius:14px;place-items:center;min-height:40px;display:grid}.setDoneButton{color:var(--color-accent)}.stickyActionBar{right:max(14px, env(safe-area-inset-right));bottom:max(14px, env(safe-area-inset-bottom));left:max(14px, env(safe-area-inset-left));z-index:60;gap:var(--space-3);border:1px solid var(--color-line);width:min(732px,100% - 28px);padding:var(--space-2);background:color-mix(in srgb, var(--color-elevated) 90%, transparent);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:28px;grid-template-columns:1fr 1.4fr;margin:0 auto;display:grid;position:fixed}.profileHero{align-items:center;gap:var(--space-5);grid-template-columns:auto minmax(0,1fr);display:grid}.profileAvatar{width:82px;height:82px;color:var(--color-accent-text);background:linear-gradient(135deg, var(--color-accent), var(--color-accent-2));border-radius:30px;place-items:center;font-size:30px;font-weight:900;display:grid}.themeGrid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.themeOption{gap:var(--space-2);border:1px solid var(--color-line);border-radius:var(--radius-lg);padding:var(--space-4);color:var(--color-text);background:var(--color-surface-2);text-align:left;cursor:pointer;justify-items:start;display:grid}.themeOption.active{border-color:color-mix(in srgb, var(--color-accent) 58%, var(--color-line));box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent) 13%, transparent)}.themeOption small{color:var(--color-muted);line-height:1.4}.themeSwatch{border:1px solid var(--color-line);border-radius:16px;width:100%;height:54px}.themeSwatch[data-theme-preview=midnight-lime]{background:linear-gradient(135deg,#050505 0 45%,#c9ff3d 45% 100%)}.themeSwatch[data-theme-preview=midnight-ember]{background:linear-gradient(135deg,#070505 0 45%,#ff9f45 45% 100%)}.themeSwatch[data-theme-preview=daylight-lime]{background:linear-gradient(135deg,#f4f4f0 0 45%,#b8f21f 45% 100%)}.progressBars{gap:var(--space-4);display:grid}.progressMetric{gap:var(--space-2);display:grid}.progressMetric>div:first-child{color:var(--color-muted);justify-content:space-between;font-weight:800;display:flex}@media (width<=980px){.authShell,.todayHero,.catalogHero,.filterDock{grid-template-columns:1fr}.welcomePanel{min-height:420px}.exerciseGrid,.skeletonGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.appShell{padding:max(12px, env(safe-area-inset-top)) 12px calc(96px + var(--safe-bottom))}.appHeader{align-items:flex-start}.appHeaderActions .statusBadge,.appHeaderActions .button-secondary:first-of-type{display:none}.welcomePanel,.authCard,.todayHero,.catalogHero,.profileHero,.sectionCard,.emptyState{padding:var(--space-5);border-radius:28px}.welcomePanel h1{font-size:44px}.metricsGrid,.metricsGrid.compact,.exerciseGrid,.skeletonGrid,.detailMetaGrid,.themeGrid{grid-template-columns:1fr}.todayHero{min-height:auto}.trainingFigure{display:none}.filterDock{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:26px;position:sticky;top:76px}.bottomNav button span{font-size:12px}.activeMedia{height:260px}.setsHeader{display:none}.setRow{grid-template-columns:36px 1fr 1fr}.setRow .numberStepper:nth-of-type(3),.painButton,.setDoneButton{grid-column:auto}}@media (width<=420px){.appHeaderTitle h1{font-size:30px}.button-lg{width:100%}.heroActions{display:grid}.bottomNav{border-radius:24px}.bottomNav button{padding:8px 3px}.bottomNav svg{width:20px;height:20px}}:root{--mobile-page-x:12px;--mobile-page-top:10px;--mobile-bottom-nav-height:62px;--mobile-gap:12px;--mobile-gap-sm:8px;--mobile-card-padding:14px;--mobile-card-radius:22px;--mobile-surface-radius:18px;--mobile-field-height:48px;--mobile-tap-size:44px;--mobile-text-xs:11px;--mobile-text-sm:12px;--mobile-text-md:13px;--mobile-text-lg:15px;--mobile-title-sm:18px;--mobile-title-md:22px;--mobile-title-lg:26px}@media (width<=700px){body{background:var(--color-page)}h1{font-size:var(--mobile-title-lg);letter-spacing:-.035em;line-height:1.04}h2{font-size:var(--mobile-title-md);letter-spacing:-.035em;line-height:1.08}h3{font-size:var(--mobile-title-sm);line-height:1.12}h4{font-size:var(--mobile-text-lg)}.mutedText,.sectionCard p,.profileHero p,.catalogHero p,.todayHero p,.emptyState p,.aiNoteCard p{font-size:var(--mobile-text-md);line-height:1.42}.eyebrow{font-size:var(--mobile-text-xs);letter-spacing:.12em}.appShell{width:min(430px,100%);min-height:100dvh;padding:max(var(--mobile-page-top), env(safe-area-inset-top)) var(--mobile-page-x) calc(var(--mobile-bottom-nav-height) + 18px + var(--safe-bottom))}.appHeader{gap:var(--mobile-gap-sm);align-items:center;padding:6px 0 12px}.appHeaderTitle{gap:1px;min-width:0}.appHeaderTitle h1{font-size:24px;line-height:1.02}.appHeaderTitle p{font-size:var(--mobile-text-xs);letter-spacing:.08em}.appHeaderActions{gap:6px}.appContent,.screenStack{gap:var(--mobile-gap)}.button-md{min-height:40px;font-size:var(--mobile-text-md);padding:0 14px}.button-lg{min-height:46px;font-size:var(--mobile-text-md);padding:0 16px}.button-icon{width:var(--mobile-tap-size);height:var(--mobile-tap-size)}.statusBadge{font-size:var(--mobile-text-sm);gap:5px;padding:5px 8px}.notice{font-size:var(--mobile-text-md);border-radius:16px;padding:10px 12px}.todayHero,.catalogHero,.profileHero,.sectionCard,.emptyState,.aiNoteCard,.authCard,.welcomePanel{border-radius:var(--mobile-card-radius);padding:var(--mobile-card-padding);box-shadow:0 14px 34px #0000003d}.todayHero{gap:var(--mobile-gap);min-height:216px}.todayHeroText{gap:10px}.todayHero h2,.catalogHero h2{margin:4px 0 2px;font-size:24px;line-height:1.04}.heroActions{gap:8px;margin-top:2px}.metricsGrid,.metricsGrid.compact,.detailMetaGrid,.themeGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.statCard{border-radius:16px;gap:4px;padding:10px}.statCardIcon{border-radius:11px;width:30px;height:30px}.statCardIcon svg{width:17px;height:17px}.statCard strong{font-size:20px}.statCard span,.statCard small{font-size:var(--mobile-text-xs)}.sectionCard{gap:var(--mobile-gap)}.sectionHeader,.workoutPreviewList,.timelineList{gap:8px}.workoutPreviewItem,.timelineItem{border-radius:16px;gap:10px;padding:10px}.aiNoteCard{gap:10px;padding:12px}.catalogHero{gap:var(--mobile-gap)}.filterDock{border-radius:18px;gap:8px;padding:10px;position:static;box-shadow:0 12px 28px #00000038}.field,.searchField,.selectField{font-size:var(--mobile-text-sm);gap:5px}.field input,.searchField input,.selectField select{min-height:var(--mobile-field-height);font-size:var(--mobile-text-md);border-radius:15px}.segmentedControl{min-height:var(--mobile-field-height)}.chip{font-size:var(--mobile-text-xs);padding:6px 9px}.exerciseGrid,.skeletonGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.exerciseCard{border-radius:18px}.exerciseThumb{aspect-ratio:1/.78}.exerciseThumb .statusBadge{bottom:7px;right:7px}.exerciseCardBody{gap:7px;padding:10px}.exerciseCardBody h3{letter-spacing:-.02em;font-size:14px;line-height:1.16}.exerciseCardBody p,.cardFooter{font-size:var(--mobile-text-xs);line-height:1.3}.chipRow{gap:5px}.emptyState{gap:12px}.emptyStateIcon{border-radius:18px;width:52px;height:52px}.skeletonCard{border-radius:18px;min-height:150px}.bottomSheet{width:min(430px,100% - 12px);max-height:88dvh;padding:8px 12px calc(14px + var(--safe-bottom));border-radius:24px 24px 0 0}.sheetHandle{width:42px;height:4px;margin-bottom:10px}.sheetHeader{gap:10px;padding:0 0 10px}.sheetContentStack{gap:10px}.exerciseVideo{border-radius:18px;max-height:280px}.mediaFallback{border-radius:18px;min-height:160px}.metaItem,.detailBlock{border-radius:16px;padding:10px}.activeWorkout{width:min(430px,100%);min-height:100dvh;padding:max(8px, env(safe-area-inset-top)) 10px calc(76px + var(--safe-bottom));gap:10px}.workoutHeader{gap:8px;padding:4px 0 10px}.workoutHeader h1{font-size:16px}.workoutHeader p{font-size:var(--mobile-text-xs)}.activeExerciseCard,.setsCard{border-radius:22px}.activeMedia{height:210px}.techniqueButton{font-size:var(--mobile-text-xs);padding:7px 10px;top:10px;right:10px}.activeExerciseBody{gap:6px;padding:12px}.setsCard{gap:8px;padding:10px}.setRow{border-radius:16px;grid-template-columns:30px 1fr 1fr;gap:6px;padding:7px}.numberStepper{border-radius:12px;grid-template-columns:24px minmax(28px,1fr) 24px;min-height:36px}.numberStepper span{font-size:var(--mobile-text-xs)}.painButton,.setDoneButton{border-radius:12px;min-height:36px}.stickyActionBar{right:max(8px, env(safe-area-inset-right));bottom:max(8px, env(safe-area-inset-bottom));left:max(8px, env(safe-area-inset-left));border-radius:20px;width:min(414px,100% - 16px);padding:7px}.profileAvatar{border-radius:22px;width:62px;height:62px;font-size:24px}.themeOption{border-radius:16px;gap:6px;padding:10px}.themeSwatch{border-radius:12px;height:38px}.bottomNav{right:max(8px, env(safe-area-inset-right));bottom:max(8px, env(safe-area-inset-bottom));left:max(8px, env(safe-area-inset-left));border-radius:20px;width:min(414px,100% - 16px);padding:4px;box-shadow:0 14px 34px #00000057}.bottomNav button{border-radius:16px;gap:2px;padding:6px 2px 5px;font-size:12px;line-height:1.05}.bottomNav svg{width:18px;height:18px}}@media (width<=380px){:root{--mobile-page-x:10px;--mobile-card-padding:12px;--mobile-title-lg:24px;--mobile-title-md:21px}.appHeaderTitle h1,.todayHero h2,.catalogHero h2{font-size:22px}.exerciseGrid,.skeletonGrid{gap:8px}.exerciseCardBody{padding:9px}.exerciseCardBody h3{font-size:13px}}.uiButton{border-radius:var(--radius-pill);letter-spacing:-.01em;cursor:pointer;min-width:0;transition:transform var(--ease), background var(--ease), border-color var(--ease), color var(--ease), opacity var(--ease);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-weight:850;line-height:1;display:inline-flex}.uiButton:hover:not(:disabled){transform:translateY(-1px)}.uiButton:disabled{cursor:not-allowed;opacity:1;background:var(--color-surface-3);color:var(--color-muted);border-color:var(--color-line);box-shadow:none;transform:none}.uiButton-primary:disabled,.uiButton-danger:disabled,.uiButton-secondary:disabled,.uiButton-outline:disabled,.uiButton-ghost:disabled{background:var(--color-surface-3);color:var(--color-muted);border-color:var(--color-line);box-shadow:none}.uiButton-sm{min-height:var(--control-sm);padding:0 14px;font-size:13px}.uiButton-md{min-height:var(--control-md);padding:0 18px;font-size:14px}.uiButton-lg{min-height:var(--control-lg);padding:0 22px;font-size:16px}.uiButton-icon{width:var(--control-md);height:var(--control-md);padding:0}.uiButton-primary{background:var(--color-accent);color:var(--color-accent-text);box-shadow:var(--shadow-accent)}.uiButton-secondary{background:var(--color-surface-2);color:var(--color-text);border-color:var(--color-line)}.uiButton-outline{color:var(--color-text);border-color:var(--color-line-strong);background:0 0}.uiButton-ghost{color:var(--color-text-soft);background:0 0}.uiButton-danger{background:color-mix(in srgb, var(--color-danger) 16%, transparent);color:var(--color-danger);border-color:color-mix(in srgb, var(--color-danger) 28%, transparent)}.uiButtonIcon{flex:none;width:17px;height:17px}.uiCard{background:var(--gradient-surface), var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-card)}button.uiCard{width:100%;color:inherit;text-align:left}.uiCard-interactive{cursor:pointer;transition:transform var(--ease), border-color var(--ease), background var(--ease);-webkit-tap-highlight-color:transparent}.uiCard-interactive:hover{border-color:var(--color-line-strong);transform:translateY(-2px)}.uiCardHeader{gap:8px;padding:16px;display:grid}.uiCardTitle{color:var(--color-text);font-size:var(--text-heading);letter-spacing:-.02em;font-weight:800;line-height:1.15}.uiCardDescription{color:var(--color-muted);font-size:13px;line-height:1.48}.uiCardContent{padding:0 16px 16px}.uiBadge{border-radius:var(--radius-pill);min-width:0;min-height:26px;font-size:var(--text-caption);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:6px;padding:4px 10px;font-weight:700;line-height:1;display:inline-flex}.uiBadgeDot{border-radius:var(--radius-pill);background:currentColor;flex:none;width:6px;height:6px}.uiBadgeIcon{flex:none;width:13px;height:13px}.uiBadge-neutral{background:var(--color-surface-2);color:var(--color-text-soft);border-color:var(--color-line)}.uiBadge-accent{background:color-mix(in srgb, var(--color-accent) 18%, transparent);color:var(--color-accent);border-color:color-mix(in srgb, var(--color-accent) 28%, transparent)}.uiBadge-success{background:color-mix(in srgb, var(--color-success) 16%, transparent);color:var(--color-success);border-color:color-mix(in srgb, var(--color-success) 24%, transparent)}.uiBadge-warning{background:color-mix(in srgb, var(--color-warning) 15%, transparent);color:var(--color-warning);border-color:color-mix(in srgb, var(--color-warning) 25%, transparent)}.uiBadge-danger{background:color-mix(in srgb, var(--color-danger) 15%, transparent);color:var(--color-danger);border-color:color-mix(in srgb, var(--color-danger) 24%, transparent)}.uiInputShell{background:var(--color-surface-2);border:1px solid var(--color-line);border-radius:var(--radius-control);min-height:48px;transition:border-color var(--ease), background var(--ease);align-items:center;gap:10px;padding:0 14px;display:flex}.uiInputShell:focus-within{border-color:color-mix(in srgb, var(--color-accent) 62%, transparent);background:var(--color-surface)}.uiInputIcon{width:18px;height:18px;color:var(--color-muted);flex:none}.uiInput{width:100%;min-width:0;height:46px;color:var(--color-text);background:0 0;border:0;outline:0;font-size:16px;font-weight:600}.uiInput::placeholder{color:var(--color-muted-2)}.uiSelectField{gap:6px;min-width:0;display:grid}.uiSelectField>span{color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:850}.uiSelectTrigger{background:var(--color-surface-2);width:100%;min-height:42px;color:var(--color-text);border:1px solid var(--color-line);border-radius:var(--radius-md);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:0 13px;font-size:13px;font-weight:750;display:flex}.uiSelectIcon{width:16px;height:16px;color:var(--color-muted)}.uiSelectContent{z-index:200;transform-origin:var(--radix-select-content-transform-origin);background:var(--color-elevated);max-height:min(320px,70vh);color:var(--color-text);border:1px solid var(--color-line-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden}.uiSelectItem{cursor:pointer;outline:0;align-items:center;min-height:38px;padding:8px 38px 8px 12px;font-size:13px;font-weight:700;display:flex;position:relative}.uiSelectItem[data-highlighted]{background:color-mix(in srgb, var(--color-accent) 14%, transparent)}.uiSelectIndicator{width:16px;height:16px;color:var(--color-accent);justify-content:center;align-items:center;display:inline-flex;position:absolute;right:12px}.uiSelectIndicator svg{width:15px;height:15px}.uiToggleGroup{background:var(--color-surface-2);border:1px solid var(--color-line);border-radius:var(--radius-pill);grid-auto-columns:1fr;grid-auto-flow:column;gap:4px;padding:4px;display:inline-grid}.uiToggleItem{isolation:isolate;min-height:var(--control-sm);border-radius:var(--radius-pill);color:var(--color-muted);cursor:pointer;background:0 0;border:0;padding:0 14px;font-size:13px;font-weight:700;position:relative;overflow:hidden}.uiToggleItem[data-state=on]{color:var(--color-accent-text);background:0 0}.uiToggleIndicator{z-index:0;border-radius:inherit;background:var(--color-accent);box-shadow:0 5px 14px color-mix(in srgb, var(--color-accent) 20%, transparent);position:absolute;inset:0}.uiToggleItemLabel{z-index:1;position:relative}.uiAlert{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-md);color:var(--color-text-soft);align-items:flex-start;gap:12px;padding:14px;display:flex}.uiAlertIcon{flex:none;width:19px;height:19px;margin-top:1px}.uiAlertBody{gap:4px;min-width:0;font-size:13px;line-height:1.45;display:grid}.uiAlertBody strong{color:var(--color-text)}.uiAlert-danger{color:var(--color-danger);border-color:color-mix(in srgb, var(--color-danger) 32%, transparent);background:color-mix(in srgb, var(--color-danger) 10%, var(--color-surface))}.uiAlert-warning{color:var(--color-warning);border-color:color-mix(in srgb, var(--color-warning) 32%, transparent);background:color-mix(in srgb, var(--color-warning) 10%, var(--color-surface))}.uiAlert-success{color:var(--color-success);border-color:color-mix(in srgb, var(--color-success) 32%, transparent);background:color-mix(in srgb, var(--color-success) 10%, var(--color-surface))}.uiSkeletonGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.uiSkeleton{background:var(--color-surface-2);border:1px solid var(--color-line);border-radius:var(--radius-lg);position:relative;overflow:hidden}.uiSkeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff12,#0000);animation:1.4s infinite skeletonSlide;position:absolute;inset:0;transform:translate(-100%)}.uiSkeletonCard{min-height:210px}@keyframes skeletonSlide{to{transform:translate(100%)}}.uiDrawerOverlay{z-index:150;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000009e;position:fixed;inset:0}.uiDrawerContent{z-index:151;background:var(--color-elevated);border:1px solid var(--color-line-strong);border-bottom:0;border-radius:30px 30px 0 0;grid-template-rows:max-content max-content minmax(0,1fr);width:min(100%,560px);max-height:90dvh;display:grid;position:fixed;bottom:0;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 -28px 80px #00000094}.uiDrawerHandle{background:var(--color-line-strong);border-radius:var(--radius-pill);width:42px;height:5px;margin:10px auto 0}.uiDrawerHeader{border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 16px 12px;display:flex}.uiDrawerHeader h2{max-width:100%;font-size:20px;line-height:1.1}.uiDrawerBody{min-height:0;padding:16px 16px calc(24px + var(--safe-bottom));overflow-y:auto}.uiAccordion{gap:10px;display:grid}.uiAccordionItem{background:var(--color-surface-2);border:1px solid var(--color-line);border-radius:var(--radius-md);overflow:hidden}.uiAccordionTrigger{width:100%;min-height:var(--control-md);color:var(--color-text);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 13px;font-size:14px;font-weight:900;display:flex}.uiAccordionChevron{width:17px;height:17px;color:var(--color-muted);transition:transform var(--ease)}.uiAccordionTrigger[data-state=open] .uiAccordionChevron{transform:rotate(180deg)}.uiAccordionContent{color:var(--color-text-soft);padding:0 13px 13px;font-size:13px;line-height:1.5}.uiMediaFallback{background:var(--color-surface-2);min-height:120px;color:var(--color-muted);border:1px dashed var(--color-line-strong);border-radius:var(--radius-md);text-align:center;align-content:center;place-items:center;gap:10px;padding:16px;font-size:12px;font-weight:750;display:grid}.uiMediaFallback svg{width:30px;height:30px}.appShellV2{max-width:430px;padding-left:10px;padding-right:10px}.appHeaderV2{align-items:flex-start;gap:12px;padding:10px 0 12px}.appHeaderTitleV2{min-width:0}.appHeaderTitleV2 h1{font-size:24px}.appHeaderTitleV2 p{font-size:11px}.appHeaderActionsV2{flex:none;gap:6px}.appHeaderActionsV2 .uiBadge{text-overflow:ellipsis;max-width:168px;overflow:hidden}.appContentV2{padding-top:4px}.bottomNavV2{border-radius:26px;width:min(414px,100% - 16px);padding:6px}.bottomNavV2 button{border-radius:20px;gap:3px;min-height:46px}.bottomNavV2 button svg{width:18px;height:18px}.bottomNavV2 button span{font-size:12px}.bottomNavV2 button{isolation:isolate;position:relative;overflow:hidden}.bottomNavV2 button.active{background:0 0}.bottomNavActiveIndicator{z-index:0;border-radius:inherit;background:color-mix(in srgb, var(--color-accent) 13%, transparent);position:absolute;inset:0}.bottomNavV2 button>svg,.bottomNavLabel{z-index:1;position:relative}.uiScreenStack{gap:14px;display:grid}.uiCatalogHero{overflow:hidden}.uiCatalogHero .uiCardTitle{font-size:26px}.uiStatsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.uiStatMini{background:var(--color-surface-2);border:1px solid var(--color-line);border-radius:var(--radius-md);text-align:center;gap:5px;min-width:0;padding:10px 8px;display:grid}.uiStatMini span{background:color-mix(in srgb, var(--color-accent) 12%, transparent);width:28px;height:28px;color:var(--color-accent);border-radius:var(--radius-pill);justify-self:center;place-items:center;display:inline-grid}.uiStatMini strong{font-size:17px;font-weight:950}.uiStatMini small{color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:750;overflow:hidden}.uiFilterPanel{box-shadow:none;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px;display:grid}.uiFilterDesktopFields{display:none}.uiFilterMobileActions{grid-column:1/-1;gap:8px;display:flex}.uiFilterMobileActions .uiButton{flex:1}.uiDrawerFilterStack{gap:12px;display:grid}.listHeaderV2{padding:0 2px}.exerciseGridV2{grid-template-columns:minmax(0,1fr);gap:10px}.exerciseCardV2{border-radius:20px;grid-template-columns:116px minmax(0,1fr);min-height:132px;padding:0;display:grid;overflow:hidden}.exerciseThumbV2{border-radius:0;width:116px;height:100%;min-height:132px}.exerciseThumbV2 img,.exerciseThumbV2 .uiMediaFallback{border-radius:0;width:100%;height:100%}.exerciseThumbV2 img{object-fit:contain;object-position:center}.exerciseThumbV2 .uiBadge{max-width:calc(100% - 16px);position:absolute;bottom:8px;left:8px}.exerciseCardBodyV2{align-content:center;gap:7px;min-width:0;padding:12px}.exerciseCardBodyV2 h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:0;font-size:15px;line-height:1.22;display:-webkit-box;overflow:hidden}.exerciseCardBodyV2 p{min-height:0;font-size:var(--text-caption);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.catalogExerciseType,.catalogTechnicalMeta,.catalogMuscleRow .uiBadge:nth-child(n+2),.catalogRiskBadge{display:none}.catalogMuscleRow{min-width:0}.chipRowV2{gap:5px}.chipRowV2 .uiBadge{text-overflow:ellipsis;max-width:100%;overflow:hidden}.cardFooterV2{font-size:12px}.sheetContentStackV2{gap:12px}.videoFrameV2{border-radius:24px;height:248px}.videoToggleV2{align-items:center;gap:6px;display:inline-flex}.videoToggleV2 svg{width:14px;height:14px}.detailMetaGridV2{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.metaItemV2{border-radius:var(--radius-md);min-height:auto;padding:11px}.metaItemV2 span{font-size:11px}.metaItemV2 strong{font-size:13px}.detailBlockV2{box-shadow:none;padding:0}.detailBlockV2 .uiCardTitle{font-size:17px}.techniqueBlockV2 .uiCardContent{gap:10px;display:grid}.uiInstructionList{gap:9px;margin:0;padding-left:20px;display:grid}.uiInstructionList li::marker{color:var(--color-accent);font-weight:900}.uiEmptyState{text-align:left;padding:2px}@media (width>=421px) and (width<=699px){.exerciseGridV2{grid-template-columns:repeat(2,minmax(0,1fr))}.exerciseCardV2{grid-template-columns:minmax(0,1fr);min-height:0}.exerciseThumbV2{width:100%;height:124px;min-height:0}.catalogExerciseType,.catalogTechnicalMeta,.catalogMuscleRow .uiBadge,.catalogRiskBadge{display:inline-flex}.catalogTechnicalMeta{display:flex}}@media (width>=700px){.appShellV2{max-width:1120px}.uiFilterPanel{grid-template-columns:minmax(220px,1.2fr) auto repeat(3,minmax(160px,1fr));align-items:end}.uiFilterDesktopFields{display:contents}.uiFilterMobileActions{display:none}.exerciseGridV2{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}.exerciseCardV2{grid-template-columns:minmax(0,1fr);min-height:0}.exerciseThumbV2{width:100%;height:150px;min-height:0}.catalogExerciseType,.catalogTechnicalMeta,.catalogMuscleRow .uiBadge,.catalogRiskBadge{display:inline-flex}.catalogTechnicalMeta{display:flex}}@media (width<=380px){.uiStatsGrid{gap:6px}.uiStatMini{padding:8px 5px}.uiStatMini strong{font-size:15px}.exerciseThumbV2{width:104px;min-height:124px}.exerciseCardV2{grid-template-columns:104px minmax(0,1fr);min-height:124px}.videoFrameV2{height:218px}}.uiProgress{border-radius:var(--radius-pill);background:var(--color-surface-3);width:100%;height:7px;overflow:hidden}.uiProgress span{border-radius:inherit;background:linear-gradient(90deg, var(--color-accent), var(--color-accent-2));height:100%;transition:width var(--ease);display:block}.activeWorkout-v2{--workout-sticky-header-height:58px;width:min(760px,100%);height:100dvh;padding:max(12px, env(safe-area-inset-top)) 12px calc(112px + var(--safe-bottom));align-content:start;gap:12px;margin:0 auto;display:grid;overflow:clip auto}.workoutHeaderV2{z-index:45;min-height:var(--workout-sticky-header-height);background:var(--color-page);box-shadow:0 1px 0 var(--color-line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:4px 0;display:grid;position:sticky;top:0}.workoutHeaderTitleV2{min-width:0}.workoutHeaderTitleV2 span{color:var(--color-accent);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:900;display:block}.workoutHeaderTitleV2 h1{color:var(--color-text);letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;font-size:18px;line-height:1.08;overflow:hidden}.workoutStatusCard{gap:12px;padding:14px;display:grid}.workoutStatusTop{grid-template-columns:1fr 1fr;gap:10px;display:grid}.workoutStatusTop div{gap:3px;display:grid}.workoutStatusTop span,.restTimerMain span,.workoutStepperLabel,.scaleInputHeader span,.workoutMetaCard span{color:var(--color-muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:850}.workoutStatusTop strong,.restTimerMain strong,.workoutMetaCard strong{color:var(--color-text);letter-spacing:-.035em;font-size:16px;font-weight:950}.restTimerCard{border-color:color-mix(in srgb, var(--color-accent) 28%, var(--color-line));background:radial-gradient(circle at 6% 18%, color-mix(in srgb, var(--color-accent) 16%, transparent), transparent 32%), var(--color-surface);gap:12px;padding:14px;display:grid}.restTimerMain{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.restTimerIcon{width:44px;height:44px;color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 14%, transparent);border-radius:16px;place-items:center;display:grid}.restTimerIcon svg{width:21px;height:21px}.restTimerMain p{color:var(--color-muted);margin-top:2px;font-size:12px;font-weight:700}.restTimerActions{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.workoutExerciseRail{scrollbar-width:none;gap:8px;padding:2px 1px 4px;display:flex;overflow-x:auto}.workoutExerciseRail::-webkit-scrollbar{display:none}.workoutExercisePill{border:1px solid var(--color-line);min-width:150px;max-width:190px;color:var(--color-text-soft);background:var(--color-surface-2);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:18px;grid-template-columns:auto minmax(92px,1fr);align-items:center;gap:8px;padding:8px 10px;display:grid}.workoutExercisePill span{width:26px;height:26px;color:var(--color-text);background:var(--color-surface-3);border-radius:10px;place-items:center;font-size:12px;font-weight:950;display:grid}.workoutExercisePill strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.18;overflow:hidden}.workoutExercisePill.active{border-color:color-mix(in srgb, var(--color-accent) 48%, var(--color-line));background:color-mix(in srgb, var(--color-accent) 12%, var(--color-surface-2))}.workoutExercisePill.active span,.workoutExercisePill.done span{color:var(--color-accent-text);background:var(--color-accent)}.workoutExercisePill.done{opacity:.82}.activeExerciseCardV2{border-radius:26px;overflow:hidden}.activeExerciseMediaV2{background:var(--color-media-mat);height:240px;position:relative;overflow:hidden}.activeExerciseMediaV2 img,.activeExerciseMediaV2 video,.exerciseVideoButton{width:100%;height:100%}.activeExerciseMediaV2 img,.activeExerciseMediaV2 video{object-fit:contain;background:var(--color-media-mat);display:block}.exerciseVideoButton{color:var(--color-text);cursor:pointer;background:0 0;border:0;padding:0;display:block;position:relative}.activeExerciseMetaLine,.activeExerciseBadges{flex-wrap:wrap;gap:7px;display:flex}.activeExerciseCardV2 .uiCardHeader{padding:12px 14px 8px}.activeExerciseCardV2 .uiCardContent{padding:0 14px 14px}.setsCardV2{border-radius:26px}.setsCardTitleRow{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.workoutSetList{gap:8px;display:grid}.workoutSetRow{box-shadow:none;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px;display:grid}.workoutSetRow-done{border-color:color-mix(in srgb, var(--color-success) 42%, var(--color-line));background:color-mix(in srgb, var(--color-success) 8%, var(--color-surface))}.workoutSetDone{border:1px solid var(--color-line);width:36px;height:36px;color:var(--color-accent-text);background:var(--color-surface-2);cursor:pointer;border-radius:12px;place-items:center;display:grid}.workoutSetRow-done .workoutSetDone,.workoutSetRowShell-done .workoutSetDone{background:var(--color-accent);border-color:var(--color-accent)}.workoutSetDone svg{width:17px;height:17px}.workoutSetInfo{gap:4px;min-width:0;display:grid}.workoutSetTitle{align-items:center;gap:7px;min-width:0;display:flex}.workoutSetTitle strong{font-size:14px;font-weight:950}.workoutSetInfo p{color:var(--color-muted);font-size:12px;font-weight:750}.workoutDrawerStack,.setInputSheetV2{gap:12px;display:grid}.workoutMetaGrid,.finishSummaryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.workoutMetaCard{min-height:78px;box-shadow:none;gap:5px;padding:12px;display:grid}.workoutMetaCard strong{word-break:break-word}.workoutMetaCard-accent{border-color:color-mix(in srgb, var(--color-accent) 32%, var(--color-line))}.workoutMetaCard-success{border-color:color-mix(in srgb, var(--color-success) 35%, var(--color-line))}.workoutMetaCard-warning{border-color:color-mix(in srgb, var(--color-warning) 35%, var(--color-line))}.workoutMetaCard-danger{border-color:color-mix(in srgb, var(--color-danger) 38%, var(--color-line))}.setInputGridV2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.workoutStepper{gap:7px;display:grid}.workoutStepperControl{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:18px;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;min-height:52px;display:grid;overflow:hidden}.workoutStepperControl button{height:100%;min-height:52px;color:var(--color-text);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.workoutStepperControl button:active{background:color-mix(in srgb, var(--color-accent) 12%, transparent)}.workoutStepperControl svg{width:18px;height:18px}.workoutStepperControl strong{color:var(--color-text);letter-spacing:-.035em;justify-content:center;align-items:baseline;gap:4px;font-size:18px;font-weight:950;display:inline-flex}.workoutStepperControl small{color:var(--color-muted);font-size:11px;font-weight:850}.scaleInput,.painScale{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:20px;gap:8px;padding:12px;display:grid}.scaleInputHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.scaleInputHeader strong{color:var(--color-text);font-size:14px;font-weight:950}.scaleInputChips,.painScaleGrid{gap:6px;display:grid}.scaleInputChips{grid-template-columns:repeat(5,minmax(0,1fr))}.painScaleGrid{grid-template-columns:repeat(6,minmax(0,1fr))}.scaleChip,.painScaleChip,.setQuickToggles button{border:1px solid var(--color-line);min-height:38px;color:var(--color-text-soft);background:var(--color-surface);cursor:pointer;border-radius:13px;font-weight:900}.scaleChip-active,.painScaleChip-active,.setQuickToggles button.active{color:var(--color-accent-text);background:var(--color-accent);border-color:var(--color-accent)}.painScale-warning{border-color:color-mix(in srgb, var(--color-warning) 32%, var(--color-line))}.painScale-danger{border-color:color-mix(in srgb, var(--color-danger) 42%, var(--color-line))}.setQuickToggles{grid-template-columns:1fr 1fr;gap:8px;display:grid}.setQuickToggles button.active.danger{color:var(--color-text);background:color-mix(in srgb, var(--color-danger) 24%, var(--color-surface));border-color:color-mix(in srgb, var(--color-danger) 44%, var(--color-line))}.setCommentInput{resize:vertical;border:1px solid var(--color-line);width:100%;min-height:84px;color:var(--color-text);background:var(--color-surface-2);border-radius:18px;outline:0;padding:12px}.setCommentInput:focus{border-color:color-mix(in srgb, var(--color-accent) 58%, var(--color-line))}.setSheetActions,.stickyActionBarV2{grid-template-columns:1fr 1.35fr;gap:8px;display:grid}.stickyActionBarV2{right:max(10px, env(safe-area-inset-right));bottom:max(10px, env(safe-area-inset-bottom));left:max(10px, env(safe-area-inset-left));z-index:60;border:1px solid var(--color-line);background:color-mix(in srgb, var(--color-elevated) 92%, transparent);width:min(736px,100% - 20px);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:24px;margin:0 auto;padding:8px;position:fixed}.stickyActionBarV2 .uiButton{min-height:48px}.stickyActionBar-static{width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px;position:static}@media (width<=700px){.activeWorkout-v2{width:min(430px,100%);padding:max(8px, env(safe-area-inset-top)) 10px calc(104px + var(--safe-bottom));gap:10px}.workoutHeaderV2{gap:8px;padding-bottom:8px}.workoutHeaderTitleV2 span{font-size:11px}.workoutHeaderTitleV2 h1{font-size:16px}.workoutStatusCard,.restTimerCard{border-radius:20px;padding:12px}.workoutStatusTop strong,.restTimerMain strong{font-size:15px}.restTimerActions{grid-template-columns:1fr}.workoutExercisePill{border-radius:16px;min-width:136px;max-width:160px;padding:7px 8px}.activeExerciseCardV2,.setsCardV2{border-radius:22px}.activeExerciseMediaV2{height:184px}.setsCardTitleRow{grid-template-columns:1fr}.workoutSetRow{border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:8px}.workoutSetRow>.uiButton{grid-column:2/4;width:100%}.workoutMetaGrid,.setInputGridV2{grid-template-columns:1fr}.painScaleGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.setSheetActions,.stickyActionBarV2{grid-template-columns:1fr 1.2fr}.stickyActionBarV2{right:max(8px, env(safe-area-inset-right));bottom:max(8px, env(safe-area-inset-bottom));left:max(8px, env(safe-area-inset-left));border-radius:20px;width:min(414px,100% - 16px);padding:7px}}@media (width<=380px){.activeExerciseMediaV2{height:168px}.scaleInputChips{grid-template-columns:repeat(5,minmax(0,1fr))}.painScaleGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.stickyActionBarV2{grid-template-columns:1fr}}.todayScreenV2{padding-bottom:calc(76px + var(--safe-bottom))}.todayHeroV2{background:radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--color-accent) 32%, transparent), transparent 28%), radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--color-accent-2) 20%, transparent), transparent 30%), var(--gradient-surface), var(--color-surface);border-radius:32px;grid-template-columns:minmax(0,1fr) 174px;gap:18px;padding:20px;display:grid;position:relative;overflow:hidden}.todayHeroGlow{background:color-mix(in srgb, var(--color-accent) 20%, transparent);filter:blur(10px);pointer-events:none;border-radius:999px;width:260px;height:260px;position:absolute;bottom:-96px;right:-72px}.todayHeroContentV2{z-index:1;align-content:center;gap:16px;display:grid;position:relative}.todayHeroBadgesV2,.todayHeroActionsV2,.todayAiActionsV2,.todaySectionTitleRowV2,.todaySectionHeaderV2,.offlineChecklistHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.todayHeroBadgesV2,.todayHeroActionsV2,.todayAiActionsV2{flex-wrap:wrap;justify-content:flex-start}.todayHeroContentV2 h2{letter-spacing:-.07em;max-width:620px;margin:6px 0 4px;font-size:clamp(34px,7vw,62px);line-height:.95}.todayHeroContentV2 p:not(.eyebrow){max-width:580px;color:var(--color-text-soft);line-height:1.48}.todayHeroPanelV2{z-index:1;align-self:stretch;gap:10px;display:grid;position:relative}.todayHeroPanelV2>div,.todayMetricCardV2{border:1px solid var(--color-line);background:color-mix(in srgb, var(--color-surface-2) 82%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:22px;gap:5px;padding:14px;display:grid}.todayHeroPanelV2 span,.todayMetricCardV2 span{color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:850}.todayHeroPanelV2 strong{color:var(--color-text);letter-spacing:-.045em;font-size:24px;line-height:1}.todayQuickGridV2{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.todayMetricCardV2{min-height:112px;box-shadow:none}.todayMetricCardV2 svg{width:22px;height:22px;color:var(--color-accent)}.todayMetricCardV2 strong{color:var(--color-text);letter-spacing:-.045em;font-size:22px;line-height:1.05}.todayAiCardV2,.offlineChecklistCard,.todayReasonCardV2{border-radius:26px}.todayAiCardV2 .uiCardContent,.offlineChecklistCard .uiCardContent,.todayReasonCardV2 .uiCardContent{gap:14px;display:grid}.todayPlanSectionV2{gap:12px;display:grid}.todaySectionHeaderV2 h3{letter-spacing:-.045em;margin-top:3px;font-size:22px}.todayWorkoutPreviewListV2,.todayDrawerStackV2,.offlineChecklistRows{gap:10px;display:grid}.workoutPreviewCard{border-radius:24px;grid-template-columns:86px minmax(0,1fr);gap:12px;padding:10px;display:grid}.workoutPreviewCard-compact{border-radius:22px;grid-template-columns:76px minmax(0,1fr)}.workoutPreviewThumb{background:var(--color-surface-2);border-radius:18px;min-height:86px;position:relative;overflow:hidden}.workoutPreviewCard-compact .workoutPreviewThumb{min-height:76px}.workoutPreviewThumb img,.workoutPreviewThumb .uiMediaFallback{width:100%;height:100%;min-height:inherit;object-fit:cover}.workoutPreviewThumb span{width:28px;height:28px;color:var(--color-accent-text);background:var(--color-accent);border-radius:999px;place-items:center;font-size:12px;font-weight:950;display:grid;position:absolute;top:8px;left:8px}.workoutPreviewMain{align-content:center;gap:8px;min-width:0;display:grid}.workoutPreviewTitleRow{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.workoutPreviewTitleRow h4{color:var(--color-text);letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:950;line-height:1.05;overflow:hidden}.workoutPreviewTitleRow p,.workoutPreviewPlan,.workoutPreviewNotes{color:var(--color-muted);font-size:12px;line-height:1.35}.workoutPreviewTitleRow svg{width:17px;height:17px;color:var(--color-muted)}.workoutPreviewBadges,.todayReasonGridV2{flex-wrap:wrap;gap:6px;display:flex}.workoutPreviewNotes{color:var(--color-text-soft)}.offlineChecklistHeader{align-items:flex-start}.offlineChecklistRow{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.offlineChecklistIcon{width:38px;height:38px;color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);border-radius:14px;place-items:center;display:grid}.offlineChecklistIcon svg{width:19px;height:19px}.offlineChecklistRow strong{color:var(--color-text);font-size:14px;font-weight:950}.offlineChecklistRow p{color:var(--color-muted);margin-top:2px;font-size:12px;line-height:1.35}.todayReasonGridV2 .uiBadge{min-height:30px;padding-inline:11px}@media (width<=700px){.todayScreenV2{padding-bottom:calc(76px + var(--safe-bottom));gap:10px}.todayHeroV2{border-radius:24px;grid-template-columns:1fr;gap:12px;padding:14px}.todayHeroContentV2{gap:12px}.todayHeroContentV2 h2{font-size:28px;line-height:.98}.todayHeroContentV2 p:not(.eyebrow){font-size:13px}.todayHeroActionsV2{grid-template-columns:1fr;display:grid}.todayHeroPanelV2,.todayQuickGridV2{grid-template-columns:repeat(2,minmax(0,1fr))}.todayHeroPanelV2>div,.todayMetricCardV2{border-radius:18px;padding:11px}.todayHeroPanelV2 strong,.todayMetricCardV2 strong{font-size:19px}.todayAiCardV2,.offlineChecklistCard,.todayReasonCardV2{border-radius:22px}.todaySectionTitleRowV2,.todaySectionHeaderV2,.offlineChecklistHeader{align-items:flex-start}.todaySectionHeaderV2 h3{font-size:19px}.workoutPreviewCard,.workoutPreviewCard-compact{border-radius:18px;grid-template-columns:72px minmax(0,1fr);gap:10px;padding:8px}.workoutPreviewThumb,.workoutPreviewCard-compact .workoutPreviewThumb{border-radius:15px;min-height:72px}.workoutPreviewTitleRow h4{font-size:14px}.workoutPreviewBadges .uiBadge:nth-child(n+3){display:none}.offlineChecklistRow{border-radius:16px;grid-template-columns:auto minmax(0,1fr);padding:9px}.offlineChecklistRow .uiBadge{grid-column:2;justify-self:start}}@media (width<=380px){.todayHeroPanelV2,.todayQuickGridV2{grid-template-columns:1fr}.todayAiActionsV2{grid-template-columns:1fr;display:grid}}.uiAvatar{border:1px solid color-mix(in srgb, var(--color-accent) 42%, var(--color-line));background:linear-gradient(135deg, var(--color-accent), var(--color-accent-2));width:82px;height:82px;box-shadow:0 18px 46px color-mix(in srgb, var(--color-accent) 18%, transparent);border-radius:28px;flex:none;place-items:center;display:grid;position:relative;overflow:hidden}.uiAvatarImage{object-fit:cover;width:100%;height:100%}.uiAvatarFallback{color:var(--color-accent-text);letter-spacing:-.08em;place-items:center;font-size:28px;font-weight:950;display:grid}.uiAvatarFallback svg{width:30px;height:30px}.uiRadioCardGroup{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.uiRadioCard{border:1px solid var(--color-line);min-height:170px;color:var(--color-text);background:var(--color-surface-2);text-align:left;cursor:pointer;border-radius:22px;gap:9px;padding:12px;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;display:grid;position:relative}.uiRadioCard:hover{border-color:color-mix(in srgb, var(--color-accent) 46%, var(--color-line));transform:translateY(-1px)}.uiRadioCard[data-state=checked]{border-color:color-mix(in srgb, var(--color-accent) 70%, var(--color-line));background:color-mix(in srgb, var(--color-accent) 10%, var(--color-surface-2));box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent) 13%, transparent)}.uiRadioCard strong{color:var(--color-text);font-size:14px;font-weight:950;line-height:1.05}.uiRadioCard small{color:var(--color-text-soft);font-size:12px;line-height:1.32}.uiRadioIndicator{border:1px solid var(--color-line);width:24px;height:24px;color:var(--color-accent-text);background:var(--color-surface);border-radius:999px;place-items:center;display:grid;position:absolute;top:10px;right:10px}.uiRadioIndicator svg{width:14px;height:14px}.uiRadioCard[data-state=checked] .uiRadioIndicator{border-color:var(--color-accent);background:var(--color-accent)}.uiSwitchField{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.uiSwitchField-disabled{opacity:.62}.uiSwitchIcon,.profileActionIconV2{width:42px;height:42px;color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);border-radius:16px;place-items:center;display:grid}.uiSwitchIcon svg,.profileActionIconV2 svg{width:20px;height:20px}.uiSwitchText{gap:3px;min-width:0;display:grid}.uiSwitchText strong{color:var(--color-text);font-size:14px;font-weight:950}.uiSwitchText span{color:var(--color-muted);font-size:12px;line-height:1.35}.uiSwitchRoot{border:1px solid var(--color-line);background:var(--color-surface);cursor:pointer;border-radius:999px;width:50px;height:30px;padding:0;transition:background .18s,border-color .18s;position:relative}.uiSwitchRoot[data-state=checked]{border-color:var(--color-accent);background:var(--color-accent)}.uiSwitchThumb{background:var(--color-text);border-radius:999px;width:24px;height:24px;transition:transform .18s,background .18s;display:block;transform:translate(3px)}.uiSwitchRoot[data-state=checked] .uiSwitchThumb{background:var(--color-accent-text);transform:translate(21px)}.profileScreenV2{padding-bottom:calc(82px + var(--safe-bottom))}.profileHeroV2{background:radial-gradient(circle at 18% 16%, color-mix(in srgb, var(--color-accent) 30%, transparent), transparent 28%), radial-gradient(circle at 90% 8%, color-mix(in srgb, var(--color-accent-2) 18%, transparent), transparent 30%), var(--gradient-surface), var(--color-surface);border-radius:32px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:20px;display:grid;position:relative;overflow:hidden}.profileHeroGlowV2{background:color-mix(in srgb, var(--color-accent) 20%, transparent);filter:blur(12px);pointer-events:none;border-radius:999px;width:270px;height:270px;position:absolute;bottom:-96px;right:-74px}.profileHeroContentV2{z-index:1;gap:14px;min-width:0;display:grid;position:relative}.profileHeroTopV2,.profileHeroActionsV2{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.profileHeroTopV2{flex-wrap:wrap}.profileHeroTopV2>div{min-width:0}.profileHeroTopV2 .uiBadge{flex:none}.profileHeroActionsV2{flex-wrap:wrap;justify-content:flex-start}.profileHeroActionsV2 .uiButton{flex:auto}.profileHeroContentV2 h2{white-space:nowrap;max-width:100%;color:var(--color-text);font-weight:800;font-size:var(--text-heading);letter-spacing:-.01em;text-overflow:ellipsis;margin-top:4px;line-height:1.15;overflow:hidden}.profileHeroContentV2 p:not(.eyebrow){max-width:620px;color:var(--color-text-soft);line-height:1.46}.profileMetricGridV2,.profileSectionGridV2{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.profileSectionGridV2{grid-template-columns:repeat(3,minmax(0,1fr))}.profileMetricCardV2{border-radius:24px;gap:7px;min-height:126px;padding:14px;display:grid}.profileMetricCardV2 svg{width:22px;height:22px;color:var(--color-accent)}.profileMetricCardV2 span,.profileMetaItemV2 span,.profileStorageRowV2 span,.profileSyncRowV2 span{color:var(--color-muted);font-size:12px;font-weight:800;line-height:1.35}.profileMetricCardV2 strong{color:var(--color-text);letter-spacing:-.04em;font-size:17px;line-height:1.08}.profileThemeCardV2,.profileDetailsCardV2,.profileSystemCardV2,.profileActionCardV2,.profileRestrictionBlockV2,.profileStorageRowV2{border-radius:26px}.profileThemeCardV2 .uiCardContent,.profileDetailsCardV2 .uiCardContent,.profileSystemCardV2 .uiCardContent{gap:14px;display:grid}.profileThemeSwatchV2{border:1px solid var(--color-line);border-radius:16px;width:100%;height:58px}.profileThemeSwatchV2[data-theme-preview=midnight-lime]{background:linear-gradient(135deg,#050505 0 45%,#c9ff3d 45% 100%)}.profileThemeSwatchV2[data-theme-preview=midnight-ember]{background:linear-gradient(135deg,#070505 0 45%,#ff9f45 45% 100%)}.profileThemeSwatchV2[data-theme-preview=daylight-lime]{background:linear-gradient(135deg,#f4f4f0 0 45%,#b8f21f 45% 100%)}.profileActionCardV2{text-align:left;justify-items:start;gap:12px;min-height:190px;padding:16px;display:grid}.profileActionCardV2 h3{color:var(--color-text);letter-spacing:-.05em;margin:3px 0 5px;font-size:20px}.profileActionCardV2 p:not(.eyebrow){color:var(--color-muted);font-size:13px;line-height:1.42}.profileInfoGridV2{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.profileMetaItemV2{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:18px;gap:5px;min-width:0;padding:12px;display:grid}.profileMetaItemV2 strong{color:var(--color-text);text-overflow:ellipsis;font-size:14px;font-weight:950;line-height:1.25;overflow:hidden}.profileDrawerStackV2{gap:12px;display:grid}.profileRestrictionBlockV2 .uiCardContent p{color:var(--color-text-soft);line-height:1.5}.profileStorageRowV2 .uiCardContent{gap:10px;display:grid}.profileStorageRowV2 .uiCardContent>div{justify-content:space-between;gap:12px;display:flex}.profileStorageRowV2 strong,.profileSyncRowV2 strong{color:var(--color-text);font-size:14px;font-weight:950}.profileSyncRowV2{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.profileSyncRowV2>div:nth-child(2){gap:3px;display:grid}@media (width<=700px){.uiAvatar{border-radius:22px;width:62px;height:62px}.uiAvatarFallback{font-size:22px}.uiRadioCardGroup,.profileSectionGridV2{grid-template-columns:1fr}.uiRadioCard{grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:auto;padding:10px}.uiRadioCard .profileThemeSwatchV2{grid-row:span 2;width:76px;height:48px}.uiRadioIndicator{top:8px;right:8px}.uiSwitchField{border-radius:17px;grid-template-columns:auto minmax(0,1fr) auto;padding:10px}.profileScreenV2{padding-bottom:calc(76px + var(--safe-bottom));gap:10px}.profileHeroV2{border-radius:24px;grid-template-columns:1fr;gap:12px;padding:14px}.profileHeroTopV2{align-items:flex-start}.profileHeroContentV2 h2{font-size:24px}.profileHeroContentV2 p:not(.eyebrow){font-size:13px}.profileHeroActionsV2{grid-template-columns:1fr 1fr;display:grid}.profileMetricGridV2,.profileInfoGridV2{grid-template-columns:repeat(2,minmax(0,1fr))}.profileMetricCardV2{border-radius:19px;min-height:106px;padding:11px}.profileMetricCardV2 strong{font-size:15px}.profileThemeCardV2,.profileDetailsCardV2,.profileSystemCardV2,.profileActionCardV2,.profileRestrictionBlockV2,.profileStorageRowV2{border-radius:22px}.profileActionCardV2{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:auto;padding:12px}.profileActionCardV2 h3{font-size:17px}.profileActionCardV2 p:not(.eyebrow){font-size:12px}.profileActionCardV2 .uiBadge{grid-column:2/4;justify-self:start}}@media (width<=380px){.profileHeroActionsV2,.profileMetricGridV2,.profileInfoGridV2,.profileActionCardV2{grid-template-columns:1fr}.profileActionCardV2 .uiBadge{grid-column:auto}}.historyScreenV2{padding-bottom:calc(96px + var(--safe-bottom));gap:14px}.historyHeroV2{border-color:color-mix(in srgb, var(--color-accent) 34%, transparent);background:radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--color-accent) 22%, transparent), transparent 34%), linear-gradient(145deg, var(--color-surface), var(--color-surface-2));overflow:hidden}.historyHeroV2 .uiCardContent{gap:16px;display:grid}.historyHeroTopV2{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.historyHeroTopV2 h2{max-width:720px;color:var(--color-text);letter-spacing:-.08em;margin:4px 0 8px;font-size:34px;font-weight:950;line-height:.95}.historyHeroTopV2 p:not(.eyebrow){max-width:620px;color:var(--color-muted);font-size:14px;line-height:1.45}.historyHeroActionsV2{justify-content:space-between;align-items:center;gap:12px;display:flex}.historyMetricsGridV2{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.historyMetricCardV2 .uiCardContent{gap:4px;min-height:96px;padding:12px;display:grid}.historyMetricCardV2 span:first-child{border:1px solid var(--color-line);border-radius:var(--radius-control);background:var(--color-surface-2);width:30px;height:30px;color:var(--color-muted);place-items:center;display:grid}.historyMetricCardV2 svg{width:16px;height:16px}.historyMetricCardV2 strong{color:var(--color-text);letter-spacing:-.03em;font-size:22px;font-weight:800}.historyMetricCardV2 p{color:var(--color-text-soft);font-size:12px;font-weight:850}.historyMetricCardV2 small{color:var(--color-muted);font-size:11px;line-height:1.35}.historyMetricCardV2-accent span:first-child,.historyMetricCardV2-accent{border-color:color-mix(in srgb, var(--color-accent) 36%, transparent)}.historyMetricCardV2-success span:first-child,.historyMetricCardV2-success{border-color:color-mix(in srgb, var(--color-success) 36%, transparent)}.historyMetricCardV2-warning span:first-child,.historyMetricCardV2-warning{border-color:color-mix(in srgb, var(--color-warning) 36%, transparent)}.historyMetricCardV2-danger span:first-child,.historyMetricCardV2-danger{border-color:color-mix(in srgb, var(--color-danger) 36%, transparent)}.historyToolbarCardV2 .uiCardContent{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.historyEmptyFilterV2 .uiCardContent{gap:12px;display:grid}.historyTimelineV2{gap:10px;display:grid}.historyTimelineRowV2{grid-template-columns:34px minmax(0,1fr);gap:10px;display:grid}.historyTimelineMarkerV2{justify-content:center;display:flex;position:relative}.historyTimelineMarkerV2:before{content:"";background:var(--color-line);width:1px;position:absolute;top:32px;bottom:-20px;left:50%;transform:translate(-50%)}.historyTimelineRowV2:last-child .historyTimelineMarkerV2:before{display:none}.historyTimelineMarkerV2 span{z-index:1;border:1px solid color-mix(in srgb, var(--color-accent) 42%, transparent);background:var(--color-surface);width:28px;height:28px;color:var(--color-accent);border-radius:999px;place-items:center;font-size:11px;font-weight:950;display:grid;position:relative}.historyWorkoutCardV2{text-align:left;width:100%;padding:0}.historyWorkoutCardV2 .uiCardContent{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:13px;display:grid}.historyWorkoutCardV2-compact .uiCardContent{grid-template-columns:minmax(0,1fr);padding:10px}.historyWorkoutIconV2{border:1px solid var(--color-line);background:var(--color-surface-2);width:42px;height:42px;color:var(--color-accent);border-radius:16px;place-items:center;display:grid}.historyWorkoutIconV2 svg,.historyWorkoutTitleRowV2 svg,.historyWorkoutFactsV2 svg,.historyWorkoutCommentV2 svg{width:17px;height:17px}.historyWorkoutMainV2{gap:9px;min-width:0;display:grid}.historyWorkoutTitleRowV2{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.historyWorkoutTitleRowV2 p{color:var(--color-muted);font-size:11px;font-weight:800}.historyWorkoutTitleRowV2 h3{color:var(--color-text);letter-spacing:-.05em;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:18px;font-weight:950;line-height:1.05;overflow:hidden}.historyWorkoutTitleRowV2>svg{color:var(--color-muted)}.historyWorkoutBadgesV2{flex-wrap:wrap;gap:6px;display:flex}.historyWorkoutFactsV2{flex-wrap:wrap;gap:7px;display:flex}.historyWorkoutFactsV2 span,.historyPainFactV2{border:1px solid var(--color-line);background:var(--color-surface-2);color:var(--color-text-soft);border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:11px;font-weight:850;display:inline-flex}.historyPainFactV2-success{border-color:color-mix(in srgb, var(--color-success) 36%, transparent);color:var(--color-success)}.historyPainFactV2-warning{border-color:color-mix(in srgb, var(--color-warning) 38%, transparent);color:var(--color-warning)}.historyPainFactV2-danger{border-color:color-mix(in srgb, var(--color-danger) 40%, transparent);color:var(--color-danger)}.historyWorkoutCommentV2{color:var(--color-muted);align-items:flex-start;gap:6px;font-size:12px;line-height:1.4;display:inline-flex}.historyCalendarCardV2 .uiCardHeader{grid-template-columns:minmax(0,1fr) auto;align-items:start;display:grid}.historyMonthActionsV2{gap:6px;display:flex}.historyCalendarCardV2 .uiCardContent{gap:10px;display:grid}.historyWeekdaysV2,.historyCalendarGridV2{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;display:grid}.historyWeekdaysV2 span{color:var(--color-muted);text-align:center;text-transform:uppercase;font-size:11px;font-weight:900}.historyCalendarDayV2{border:1px solid var(--color-line);background:var(--color-surface-2);min-height:56px;color:var(--color-text-soft);font:inherit;cursor:pointer;border-radius:16px;place-items:center;display:grid;position:relative}.historyCalendarDayV2:disabled{cursor:default}.historyCalendarDayV2-empty{opacity:0;pointer-events:none}.historyCalendarDayV2 span{font-size:13px;font-weight:950}.historyCalendarDayV2 strong{background:var(--color-accent);min-width:18px;height:18px;color:var(--color-on-accent);border-radius:999px;place-items:center;font-size:12px;font-weight:950;display:grid;position:absolute;bottom:6px;right:6px}.historyCalendarDayV2-today{border-color:color-mix(in srgb, var(--color-accent) 42%, transparent)}.historyCalendarDayV2-active{background:color-mix(in srgb, var(--color-accent) 13%, var(--color-surface-2));color:var(--color-text)}.historyDrawerStackV2{gap:12px;display:grid}.historyStatusFilterGridV2{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.historyDetailHeroV2 .uiCardContent{gap:12px;display:grid}.historyDetailHeroV2 h3{color:var(--color-text);letter-spacing:-.06em;margin-top:4px;font-size:24px;font-weight:950;line-height:1.02}.historyDetailMetricGridV2{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.historyDetailMetricGridV2 .uiCardContent{gap:6px;padding:11px;display:grid}.historyDetailMetricGridV2 svg{width:17px;height:17px;color:var(--color-accent)}.historyDetailMetricGridV2 strong{color:var(--color-text);font-size:15px;font-weight:950}.historyDetailMetricGridV2 span{color:var(--color-muted);font-size:11px;font-weight:800}.historySetsCardV2 .uiCardContent{gap:10px;display:grid}.historySetsListV2{gap:8px;display:grid}.historySetExerciseGroupV2{gap:7px;display:grid}.historySetExerciseGroupV2>.uiBadge{justify-self:start}.historySetRowV2{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:18px;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);gap:8px 12px;padding:10px;display:grid}.historySetRowV2 strong{color:var(--color-text);font-size:14px;font-weight:950}.historySetRowV2 span,.historySetRowV2 p{color:var(--color-muted);font-size:12px;line-height:1.35}.historySetBadgesV2{flex-wrap:wrap;grid-column:1/-1;gap:6px;display:flex}.historyTechCardV2 .uiCardContent{grid-template-columns:auto minmax(0,1fr) minmax(0,1fr);align-items:center;gap:12px;display:grid}.historyTechCardV2 svg{width:20px;height:20px;color:var(--color-accent)}.historyTechCardV2 div{gap:3px;display:grid}.historyTechCardV2 strong{color:var(--color-text);font-size:12px;font-weight:950}.historyTechCardV2 span{color:var(--color-muted);font-size:12px}@media (width<=700px){.historyScreenV2{padding-bottom:calc(78px + var(--safe-bottom));gap:10px}.historyHeroV2,.historyToolbarCardV2,.historyCalendarCardV2,.historyWorkoutCardV2,.historyEmptyFilterV2,.historyDetailHeroV2,.historySetsCardV2,.historyTechCardV2{border-radius:22px}.historyHeroV2 .uiCardContent{gap:13px;padding:14px}.historyHeroTopV2{gap:10px;display:grid}.historyHeroTopV2 h2{font-size:25px}.historyHeroTopV2 p:not(.eyebrow){font-size:13px}.historyHeroActionsV2{grid-template-columns:1fr auto;display:grid}.historyMetricsGridV2{grid-template-columns:repeat(2,minmax(0,1fr))}.historyMetricCardV2 .uiCardContent{min-height:112px;padding:11px}.historyMetricCardV2 strong{font-size:21px}.historyToolbarCardV2 .uiCardContent{grid-template-columns:1fr;padding:11px}.historyTimelineRowV2{grid-template-columns:26px minmax(0,1fr);gap:8px}.historyTimelineMarkerV2 span{width:24px;height:24px;font-size:11px}.historyWorkoutCardV2 .uiCardContent{grid-template-columns:minmax(0,1fr);gap:10px}.historyWorkoutIconV2{display:none}.historyWorkoutTitleRowV2 h3{font-size:17px}.historyWorkoutFactsV2 span,.historyPainFactV2{padding:5px 7px;font-size:12px}.historyCalendarCardV2 .uiCardHeader{grid-template-columns:1fr;gap:10px}.historyMonthActionsV2{justify-self:start}.historyCalendarDayV2{border-radius:13px;min-height:44px}.historyDetailMetricGridV2{grid-template-columns:repeat(2,minmax(0,1fr))}.historySetRowV2,.historyTechCardV2 .uiCardContent{grid-template-columns:1fr}}@media (width<=380px){.historyHeroActionsV2,.historyMetricsGridV2,.historyDetailMetricGridV2,.historyStatusFilterGridV2{grid-template-columns:1fr}.historyWeekdaysV2,.historyCalendarGridV2{gap:4px}.historyCalendarDayV2{border-radius:11px;min-height:38px}}.progressScreenV2{gap:14px}.progressHeroV2 .uiCardContent{gap:16px;display:grid}.progressHeroTopV2{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.progressHeroTopV2 h2{max-width:520px;color:var(--color-text);letter-spacing:-.07em;margin:4px 0 6px;font-size:34px;font-weight:950;line-height:.98}.progressHeroTopV2 p:not(.eyebrow){max-width:540px;color:var(--color-muted);margin:0;font-size:14px;line-height:1.45}.progressHeroActionsV2{justify-content:space-between;align-items:center;gap:10px;display:flex}.progressMetricsGridV2{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.progressMetricCardV2 .uiCardContent{align-content:space-between;gap:6px;min-height:96px;padding:12px;display:grid}.progressMetricTopV2{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.progressMetricTopV2>span{border-radius:var(--radius-control);width:30px;height:30px;color:var(--color-text);background:var(--color-surface-2);border:1px solid var(--color-line);place-items:center;display:inline-grid}.progressMetricTopV2 svg{width:16px;height:16px}.progressMetricCardV2-accent .progressMetricTopV2>span,.progressMetricCardV2-success .progressMetricTopV2>span{color:var(--color-accent-text);background:var(--color-accent);border-color:#0000}.progressMetricCardV2-warning .progressMetricTopV2>span{color:var(--color-accent-text);background:var(--color-warning)}.progressMetricCardV2-danger .progressMetricTopV2>span{color:var(--color-text);background:var(--color-danger)}.progressMetricCardV2 strong{color:var(--color-text);letter-spacing:-.055em;font-size:22px;font-weight:950;line-height:1}.progressMetricCardV2 p{color:var(--color-text);margin:0;font-size:12px;font-weight:900}.progressMetricCardV2 small{color:var(--color-muted);font-size:11px;font-weight:750;line-height:1.25}.progressDeltaBadgeV2{gap:4px;padding-inline:7px}.progressDeltaBadgeV2 svg{width:12px;height:12px}.progressQuickActionsCardV2 .uiCardContent{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:10px;display:grid}.progressChartGridV2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.progressChartCardV2 .uiCardHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.progressChartCardV2 .uiCardTitle{font-size:17px}.progressChartCardV2 .uiCardDescription{max-width:280px}.progressChartCardV2 .uiCardContent{gap:10px;display:grid}.progressChartCanvasV2{border:1px solid var(--color-line);background:radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--color-accent) 14%, transparent), transparent 36%), var(--color-surface-2);border-radius:22px;min-height:146px;position:relative;overflow:hidden}.progressChartCanvasV2 svg{width:100%;height:146px;display:block}.progressChartScaleV2{color:var(--color-muted);pointer-events:none;flex-direction:column;justify-content:space-between;font-size:11px;font-weight:850;display:flex;position:absolute;top:11px;bottom:12px;right:10px}.progressChartGridLineV2{stroke:#ffffff12;stroke-width:1px}.progressChartLinePrimaryV2,.progressChartLineSecondaryV2{fill:none;stroke-linecap:round;stroke-linejoin:round}.progressChartLinePrimaryV2{stroke:var(--color-accent);stroke-width:4px;filter:drop-shadow(0 8px 12px color-mix(in srgb, var(--color-accent) 20%, transparent))}.progressChartLineSecondaryV2{stroke:#ffffff8c;stroke-width:3px;stroke-dasharray:5 7}.progressChartPointPrimaryV2{fill:var(--color-accent);stroke:var(--color-page);stroke-width:2px}.progressChartPointSecondaryV2{fill:#ffffffb3;stroke:var(--color-page);stroke-width:1.5px}.progressChartBarV2{fill:var(--color-accent);opacity:.86}.progressChartLegendV2{color:var(--color-muted);flex-wrap:wrap;gap:8px 12px;font-size:11px;font-weight:850;display:flex}.progressChartLegendV2 span{align-items:center;gap:6px;display:inline-flex}.progressChartLegendV2 i{border-radius:999px;width:18px;height:3px}.progressLegendPrimaryV2{background:var(--color-accent)}.progressLegendSecondaryV2{background:#ffffff8c}.progressChartEmptyV2{border:1px dashed var(--color-line);min-height:146px;color:var(--color-muted);background:var(--color-surface-2);text-align:center;border-radius:22px;place-items:center;padding:18px;font-size:13px;font-weight:850;display:grid}.progressInsightsGridV2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.progressInsightCardV2 .uiCardContent{gap:12px;display:grid}.progressInsightCardV2 p{color:var(--color-muted);margin:0;font-size:12px;line-height:1.35}.progressScoreRingV2{background:radial-gradient(circle, var(--color-surface) 0 55%, transparent 56%), conic-gradient(var(--color-accent), #ffffff14);border:1px solid var(--color-line);border-radius:999px;justify-self:center;place-items:center;width:116px;height:116px;display:grid}.progressScoreRingV2 strong{color:var(--color-text);letter-spacing:-.06em;align-self:end;font-size:24px;font-weight:950}.progressScoreRingV2 span{color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em;align-self:start;font-size:11px;font-weight:900}.progressStateRowsV2{gap:8px;display:grid}.progressStateRowsV2 span{border:1px solid var(--color-line);color:var(--color-muted);background:var(--color-surface-2);border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:10px;font-size:12px;font-weight:850;display:flex}.progressStateRowsV2 svg{width:17px;height:17px;color:var(--color-accent)}.progressStateRowsV2 strong{color:var(--color-text);margin-left:auto;font-size:13px;font-weight:950}.progressEmptyActionCardV2 .uiCardContent{gap:12px;display:grid}.progressEmptyActionsV2{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.progressFormV2{gap:12px;display:grid}.progressFormGridV2{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.progressFieldV2{gap:6px;display:grid}.progressFieldV2>span{color:var(--color-muted);font-size:11px;font-weight:900}.progressDetailsV2{gap:10px;display:grid}.progressDetailsV2 .uiCardContent{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.progressDetailsV2 svg{width:20px;height:20px;color:var(--color-accent)}.progressDetailsV2 strong{color:var(--color-text);font-size:14px;font-weight:950;display:block}.progressDetailsV2 p,.progressDetailsV2 span{color:var(--color-muted);margin:3px 0 0;font-size:12px;line-height:1.35;display:block}.progressTopExerciseListV2{gap:2px;margin-top:4px;display:grid}@media (width<=700px){.progressScreenV2{padding-bottom:calc(78px + var(--safe-bottom));gap:10px}.progressHeroV2,.progressMetricCardV2,.progressQuickActionsCardV2,.progressChartCardV2,.progressInsightCardV2,.progressEmptyActionCardV2{border-radius:22px}.progressHeroV2 .uiCardContent{gap:13px;padding:14px}.progressHeroTopV2{gap:10px;display:grid}.progressHeroTopV2 h2{font-size:25px}.progressHeroTopV2 p:not(.eyebrow){font-size:13px}.progressHeroActionsV2{grid-template-columns:1fr auto;display:grid}.progressMetricsGridV2,.progressChartGridV2,.progressInsightsGridV2{grid-template-columns:repeat(2,minmax(0,1fr))}.progressMetricCardV2 .uiCardContent{min-height:118px;padding:11px}.progressMetricCardV2 strong{font-size:22px}.progressMetricCardV2 small{font-size:12px}.progressQuickActionsCardV2 .uiCardContent{grid-template-columns:1fr}.progressChartCardV2 .uiCardHeader{gap:8px;display:grid}.progressChartCardV2 .uiCardContent{padding:10px}.progressChartCanvasV2,.progressChartEmptyV2{border-radius:18px;min-height:132px}.progressChartCanvasV2 svg{height:132px}.progressScoreRingV2{width:104px;height:104px}.progressFormGridV2{grid-template-columns:1fr}}@media (width<=420px){.progressMetricsGridV2,.progressChartGridV2,.progressInsightsGridV2,.progressEmptyActionsV2,.progressHeroActionsV2{grid-template-columns:1fr}.progressMetricTopV2>span{border-radius:13px;width:32px;height:32px}}.appBootstrapV2,.onboardingShellV2{min-height:100vh;padding:max(18px, env(safe-area-inset-top)) 14px calc(22px + var(--safe-bottom));background:radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--color-accent) 20%, transparent), transparent 24rem), var(--color-page);place-items:center;display:grid}.appBootstrapV2{text-align:center;align-content:center;justify-items:center;gap:12px}.appBootstrapV2 .brandOrb{color:var(--color-accent-text);font-weight:950}.appBootstrapV2 h1{max-width:340px;font-size:clamp(30px,10vw,42px)}.onboardingFrameV2{gap:13px;width:min(100%,460px);display:grid}.onboardingHeaderV2{justify-content:space-between;align-items:end;gap:12px;display:flex}.onboardingHeaderV2 h1{font-size:clamp(28px,9vw,40px);line-height:.95}.onboardingCardStackV2{gap:12px;display:grid}.onboardingHeroCardV2{background:radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--color-accent) 28%, transparent), transparent 40%), var(--gradient-surface), var(--color-surface);position:relative;overflow:hidden}.onboardingHeroCardV2 .uiCardContent{gap:13px;padding:18px;display:grid}.onboardingHeroIconV2{width:56px;height:56px;color:var(--color-accent-text);background:var(--color-accent);box-shadow:var(--shadow-accent);border-radius:22px;place-items:center;display:grid}.onboardingHeroIconV2 svg{width:26px;height:26px}.onboardingHeroCardV2 h2{max-width:9ch;font-size:clamp(30px,9vw,44px)}.onboardingHeroCardV2 p:not(.eyebrow){color:var(--color-text-soft);line-height:1.5}.onboardingFeatureGridV2{gap:8px;display:grid}.onboardingFeatureGridV2 span{border:1px solid var(--color-line);color:var(--color-text-soft);background:color-mix(in srgb, var(--color-surface-2) 78%, transparent);border-radius:17px;align-items:center;gap:9px;padding:11px 12px;font-size:13px;font-weight:850;display:flex}.onboardingFeatureGridV2 svg{width:17px;height:17px;color:var(--color-accent)}.onboardingFormGridV2{gap:13px;display:grid}.onboardingFieldV2{gap:8px;display:grid}.onboardingFieldV2>span{color:var(--color-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:900}.uiTextarea{resize:vertical;border:1px solid var(--color-line);width:100%;min-height:112px;color:var(--color-text);background:var(--color-surface-2);transition:border-color var(--ease), box-shadow var(--ease), background var(--ease);border-radius:18px;outline:none;padding:12px 13px}.uiTextarea:focus{border-color:color-mix(in srgb, var(--color-accent) 54%, var(--color-line));background:var(--color-surface);box-shadow:0 0 0 4px color-mix(in srgb, var(--color-accent) 14%, transparent)}.onboardingOptionGridV2{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.onboardingOptionGridV2-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.profileOptionCardV2{border:1px solid var(--color-line);min-height:92px;color:var(--color-text);background:var(--color-surface-2);text-align:left;cursor:pointer;transition:transform var(--ease), border-color var(--ease), background var(--ease), box-shadow var(--ease);border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;padding:13px;display:grid;position:relative}.profileOptionCardV2:hover,.profileOptionCardV2-selected{border-color:color-mix(in srgb, var(--color-accent) 58%, var(--color-line));background:color-mix(in srgb, var(--color-accent) 10%, var(--color-surface-2));box-shadow:0 16px 38px color-mix(in srgb, var(--color-accent) 11%, transparent);transform:translateY(-1px)}.profileOptionIconV2,.profileOptionCheckV2{width:44px;height:44px;color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);border-radius:14px;place-items:center;display:grid}.profileOptionIconV2 svg,.profileOptionCheckV2 svg{width:17px;height:17px}.profileOptionCheckV2{width:24px;height:24px;color:var(--color-accent-text);background:0 0;border-radius:999px}.profileOptionCardV2-selected .profileOptionCheckV2{background:var(--color-accent)}.profileOptionTextV2{gap:5px;min-width:0;display:grid}.profileOptionTextV2 strong{color:var(--color-text);font-size:14px;font-weight:950;line-height:1.1}.profileOptionTextV2 small{color:var(--color-muted);font-size:11.5px;line-height:1.35}.onboardingSegmentV2{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:5px;display:grid}.onboardingSegmentV2 button{color:var(--color-muted);cursor:pointer;background:0 0;border:0;border-radius:14px;padding:10px;font-size:12px;font-weight:950}.onboardingSegmentV2 button.active{color:var(--color-accent-text);background:var(--color-accent)}.onboardingSummaryCardV2 .uiCardContent{gap:13px;display:grid}.onboardingSummaryGridV2{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.onboardingSummaryGridV2 span{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:17px;gap:5px;padding:11px;display:grid}.onboardingSummaryGridV2 small{color:var(--color-muted);text-transform:uppercase;font-size:12px;font-weight:900}.onboardingSummaryGridV2 strong{color:var(--color-text);font-size:13px;font-weight:950}.onboardingActionsV2{bottom:max(10px, var(--safe-bottom));z-index:10;border:1px solid var(--color-line);background:color-mix(in srgb, var(--color-elevated) 94%, transparent);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px;grid-template-columns:auto 1fr;gap:9px;padding:8px;display:grid;position:sticky}.onboardingActionsV2 .uiButton:last-child{justify-content:center}@media (width<=700px){.onboardingShellV2{padding:max(14px, env(safe-area-inset-top)) 10px calc(12px + var(--safe-bottom));align-content:start;place-items:stretch center}.onboardingFrameV2{gap:10px}.onboardingHeaderV2 h1{font-size:30px}.onboardingOptionGridV2,.onboardingOptionGridV2-compact,.onboardingSummaryGridV2{grid-template-columns:1fr}.profileOptionCardV2{border-radius:19px;min-height:76px;padding:11px}.onboardingHeroCardV2 .uiCardContent{padding:14px}.onboardingHeroCardV2 h2{font-size:30px}.onboardingActionsV2{border-radius:22px;grid-template-columns:1fr}}.authShellV2{align-items:stretch}.authWelcomeV2,.authCardV2{align-self:center}.authStatusRow{z-index:1;flex-wrap:wrap;gap:8px;display:flex;position:relative}.authStatusRow .uiBadge,.authFeatureGridV2 span{align-items:center;gap:6px;display:inline-flex}.authBrandOrbV2{z-index:1;position:relative}.authWelcomeCopy{z-index:1;gap:14px;display:grid;position:relative}.authFeatureGridV2{z-index:1;position:relative}.authCardV2{gap:0;padding:0;display:grid;overflow:hidden}.authCardV2 .uiCardHeader,.authCardV2 .uiCardContent{padding:var(--space-6)}.authCardV2 .uiCardHeader{gap:var(--space-5);border-bottom:1px solid var(--color-line)}.authFormV2{margin-top:0}.authNameGrid{gap:var(--space-3);grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.authFieldV2{min-width:0;color:var(--color-muted);letter-spacing:.08em;text-transform:uppercase;gap:7px;font-size:11px;font-weight:900;display:grid}.authFieldV2 .uiInputShell{min-height:46px}.authPasswordShell{background:var(--color-surface-2);border:1px solid var(--color-line);border-radius:var(--radius-md);min-height:46px;transition:border-color var(--ease), background var(--ease);align-items:center;gap:10px;padding:0 7px 0 13px;display:flex}.authPasswordShell:focus-within{border-color:color-mix(in srgb, var(--color-accent) 62%, transparent);background:var(--color-surface)}.authPasswordIcon{width:18px;height:18px;color:var(--color-muted);flex:none}.authPasswordShell input{width:100%;min-width:0;height:42px;color:var(--color-text);background:0 0;border:0;outline:0;font-size:14px;font-weight:650}.authPasswordShell input::placeholder{color:var(--color-muted-2)}.authPasswordToggle{width:44px;height:44px;color:var(--color-muted);cursor:pointer;transition:color var(--ease), background var(--ease);background:0 0;border:0;border-radius:12px;flex:none;place-items:center;display:grid}.authPasswordToggle:hover{color:var(--color-text);background:color-mix(in srgb, var(--color-surface-3) 70%, transparent)}.authSecondaryAction{color:var(--color-muted);justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:750;display:flex}@media (width<=700px){.authShellV2{min-height:100dvh;padding:max(12px, env(safe-area-inset-top)) 10px max(12px, env(safe-area-inset-bottom));gap:12px}.authWelcomeV2{gap:14px;min-height:auto}.authWelcomeV2 h1{max-width:100%;font-size:34px;line-height:.98}.authBrandOrbV2{border-radius:22px;width:60px;height:60px}.authFeatureGridV2 span{padding:7px 9px;font-size:11px}.authCardV2 .uiCardHeader,.authCardV2 .uiCardContent{padding:14px}.authNameGrid{grid-template-columns:1fr}.authSecondaryAction{justify-content:space-between}}.syncStatusCardV2,.offlineChecklistCard{overflow:hidden}.syncStatusHeaderV2,.offlineChecklistHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.syncMetricGridV2{gap:var(--space-2);margin-bottom:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.syncMetricGridV2>div{border:1px solid var(--color-line);border-radius:var(--radius-lg);background:var(--color-surface-2);min-width:0;padding:10px}.syncMetricGridV2 span,.syncQueueItemV2 p,.syncQueueEmptyV2 p{color:var(--color-muted);font-size:var(--font-xs)}.syncMetricGridV2 strong{color:var(--color-text);margin-top:4px;font-size:18px;line-height:1;display:block}.syncActionsV2{gap:var(--space-2);margin-top:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.syncQueueListV2{gap:var(--space-2);margin-top:var(--space-3);display:grid}.syncQueueItemV2,.syncQueueEmptyV2{align-items:center;gap:var(--space-2);border:1px solid var(--color-line);border-radius:var(--radius-xl);background:var(--color-surface-2);grid-template-columns:auto 1fr auto;padding:12px;display:grid}.syncQueueEmptyV2{grid-template-columns:auto 1fr}.syncQueueIconV2{width:38px;height:38px;color:var(--color-accent);background:var(--color-accent-soft);border-radius:14px;place-items:center;display:grid}.syncQueueIconV2 svg,.syncQueueEmptyV2 svg{width:18px;height:18px}.syncQueueItemV2 strong,.syncQueueEmptyV2 strong{color:var(--color-text);font-size:var(--font-sm);display:block}.syncQueueItemV2 em{color:var(--color-danger,#ff6b6b);font-size:var(--font-xs);margin-top:3px;font-style:normal;display:block}@media (width<=430px){.syncMetricGridV2{grid-template-columns:repeat(2,minmax(0,1fr))}.syncActionsV2{grid-template-columns:1fr}.syncQueueItemV2{grid-template-columns:auto 1fr}.syncQueueItemV2 .uiBadge{grid-column:2;justify-self:start}}html,body,#root{overscroll-behavior-x:none;width:100%;min-height:100dvh;overflow-x:hidden}body{touch-action:manipulation;justify-content:center;display:flex}#root{justify-content:center;width:100%;display:flex}.appShell,.appShellV2{width:min(430px,100vw);min-width:320px;max-width:430px;margin-inline:auto;overflow-x:clip}@media (width>=700px){.appShellV2{max-width:430px}}.authShell,.authShellV2{width:min(430px,100vw);min-width:320px;max-width:430px;min-height:100dvh;padding:max(12px, env(safe-area-inset-top)) 10px max(12px, env(safe-area-inset-bottom));grid-template-columns:1fr;align-content:center;align-items:center;gap:12px;overflow-x:clip}.authWelcomeV2{text-align:center;align-content:center;justify-items:center;gap:12px;min-height:auto;padding:16px}.authWelcomeV2:after{opacity:.65;width:238px;height:238px;top:-72px;right:50%;transform:translate(50%)}.authBrandOrbV2{border-radius:20px;width:56px;height:56px}.authWelcomeV2 h1{max-width:360px;font-size:clamp(28px,8vw,34px);line-height:.98}.authWelcomeCopy{justify-items:center;gap:10px}.authWelcomeCopy .mutedText{max-width:360px;font-size:12px;line-height:1.4}.authFeatureGridV2{justify-content:center}.authLoginShowcase{display:none}.authLoginTitle{margin:8px 0 10px;font-size:clamp(28px,5vw,36px);line-height:1.02}@media (width>=900px){.authShellV2.authWelcomeOnly{grid-template-columns:minmax(0,1fr);width:min(1080px,100vw - 48px);max-width:1080px;padding:24px}.authWelcomeOnly .authWelcomeV2{text-align:left;align-content:end;justify-items:start;gap:22px;min-height:620px;padding:56px}.authWelcomeOnly .authWelcomeV2:after{opacity:.8;width:440px;height:440px;top:-80px;right:-30px;transform:none}.authWelcomeOnly .authWelcomeCopy,.authWelcomeOnly .authFeatureGridV2{justify-content:flex-start;justify-items:start}.authWelcomeOnly .authWelcomeV2 h1{max-width:760px;font-size:clamp(54px,6.4vw,82px);line-height:.94}.authWelcomeOnly .authWelcomeCopy .mutedText{max-width:620px;font-size:16px;line-height:1.55}.authLoginSplit{grid-template-columns:minmax(0,1.25fr) minmax(400px,460px);gap:24px;width:min(1120px,100vw - 48px);max-width:1120px;padding:24px}.authLoginShowcase{border:1px solid var(--color-line);border-radius:var(--radius-2xl);background:var(--gradient-hero);min-height:620px;color:var(--color-accent-text);box-shadow:var(--shadow-card);align-content:end;padding:48px;display:grid;position:relative;overflow:hidden}.authLoginShowcaseGlow{border:52px solid #0000001c;border-radius:50%;width:430px;height:430px;position:absolute;top:-150px;right:-100px}.authLoginShowcaseBrand,.authLoginShowcaseCopy,.authLoginShowcaseFacts{z-index:1;position:relative}.authLoginShowcaseBrand{width:76px;height:76px;color:var(--color-accent);background:#090b05;margin-bottom:28px;box-shadow:0 20px 50px #0000003d}.authLoginShowcase .eyebrow{color:#00000094}.authLoginShowcaseCopy{gap:14px;max-width:680px;display:grid}.authLoginShowcaseCopy h2{color:#050505;max-width:720px;font-size:clamp(42px,4.7vw,66px);line-height:.96}.authLoginShowcaseCopy p:last-child{color:#000000ad;max-width:620px;font-size:16px;line-height:1.55}.authLoginShowcaseFacts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:30px;display:grid}.authLoginShowcaseFacts>div{background:#ffffff3d;border:1px solid #00000021;border-radius:18px;gap:5px;min-width:0;padding:14px;display:grid}.authLoginShowcaseFacts svg{width:21px;height:21px;margin-bottom:4px}.authLoginShowcaseFacts strong{font-size:14px}.authLoginShowcaseFacts span{color:#0000009e;font-size:12px;line-height:1.35}.authLoginCardV2{align-self:center}}.uiCatalogHero{box-shadow:none;border-radius:20px}.uiCatalogHero .uiCardHeader{gap:4px;padding:10px 12px 6px}.uiCatalogHero .uiCardTitle{font-size:19px;line-height:1.08}.uiCatalogHero .uiCardDescription{display:none}.uiCatalogHero .uiCardContent{padding:0 12px 10px}.uiStatsGrid{gap:6px}.uiStatMini{border-radius:14px;gap:3px;padding:6px 4px}.uiStatMini span{width:22px;height:22px}.uiStatMini svg{width:13px;height:13px}.uiStatMini strong{font-size:13px;line-height:1}.uiStatMini small{font-size:11px}.exerciseCardV2,.workoutPreviewCard,.workoutPreviewCard-compact{min-width:0}.exerciseMediaMat{background:var(--color-media-mat)}.exerciseMediaMat>img,.exerciseMediaMat>video{object-fit:contain;object-position:center;background:var(--color-media-mat)}.exerciseMediaMat .uiMediaFallback{background:var(--color-media-mat);color:var(--color-media-foreground);border-color:var(--color-media-line)}.workoutPlanScreenV2{min-height:calc(100dvh - 132px);padding-bottom:calc(88px + var(--safe-bottom))}.workoutPlanTopBarV2{z-index:40;background:linear-gradient(to bottom, var(--color-page) 78%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:center;gap:10px;padding:8px 0;display:flex;position:sticky;top:74px}.workoutPlanHeroV2{border-radius:24px;overflow:hidden}.workoutPlanHeroV2 .uiCardHeader{padding:14px 14px 10px}.workoutPlanHeroV2 .uiCardTitle{font-size:24px}.workoutPlanHeroV2 .uiCardContent{padding:0 14px 14px}.workoutPlanMetaV2{flex-wrap:wrap;gap:7px;display:flex}.workoutPlanFullListV2{gap:10px;display:grid}.workoutPlanStickyActionV2{bottom:calc(72px + var(--safe-bottom));z-index:35;background:linear-gradient(to top, var(--color-page) 72%, transparent);padding:8px 0 0;position:sticky}.workoutPlanStickyActionV2 .uiButton{width:100%}@media (width<=380px){.uiCatalogHero .uiCardHeader{padding-top:9px}.uiCatalogHero .uiCardTitle{font-size:18px}.uiStatMini span{display:none}.uiStatMini strong{font-size:12px}}.catalogDetailScreen{min-height:calc(100dvh - 144px);padding-bottom:calc(82px + var(--safe-bottom))}.catalogDetailHeader{z-index:35;background:linear-gradient(to bottom, var(--color-page) 78%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:8px 0 10px;display:grid;position:sticky;top:72px}.catalogDetailHeader h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:20px;line-height:1.08;display:-webkit-box;overflow:hidden}.catalogDetailHeader .eyebrow{margin-bottom:2px;font-size:11px}.catalogDetailBody,.catalogDetailStack{gap:10px;display:grid}.catalogDetailScreen .videoFrameV2{border-radius:24px;height:min(48dvh,310px)}.catalogDetailScreen .exerciseVideo{background:var(--color-media-mat)}.authScreen-enter{animation:.22s both authScreenFadeIn}@keyframes authScreenFadeIn{0%{transform:translateY(10px)scale(.99)}to{transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.authScreen-enter{animation:none}}.authWelcomeOnly,.authLoginOnly{align-content:center}.authWelcomeStartV2{min-height:min(720px,100dvh - 24px)}.authWelcomeActionsV2{gap:10px;width:100%;max-width:300px;margin-top:2px;display:grid}.authWelcomeActionsV2 .uiButton,.authLoginCardV2{width:100%}.authTopActionRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.uiCatalogHero .uiCardHeader{padding-bottom:10px}.uiCatalogHero .uiCardContent:empty{display:none}.workoutSetList{gap:7px}.workoutSetRowShell{gap:7px;display:grid}.workoutSetRowShell-done .workoutSetRow-inline{border-color:color-mix(in srgb, var(--color-success) 40%, var(--color-line));background:color-mix(in srgb, var(--color-success) 7%, var(--color-surface))}.workoutSetRow-inline{border-radius:16px;grid-template-columns:36px minmax(0,1fr) 58px;align-items:center;gap:8px;min-height:0;padding:8px}.workoutSetMainInline{gap:7px;min-width:0;display:grid}.workoutSetTitle-inline{min-height:0}.workoutSetTitle-inline strong{font-size:13px;line-height:1}.setInlineInputs{grid-template-columns:1.08fr .88fr .72fr;gap:6px;min-width:0;display:grid}.setInlineNumber{gap:3px;min-width:0;display:grid}.setInlineNumber>span{color:var(--color-muted);letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:950;line-height:1;overflow:hidden}.setInlineNumberControl{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:11px;grid-template-columns:24px minmax(0,1fr) auto 24px;align-items:center;min-height:34px;display:grid;overflow:hidden}.setInlineNumberControl button{height:100%;min-height:34px;color:var(--color-text-soft);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.setInlineNumberControl button:active{background:color-mix(in srgb, var(--color-accent) 12%, transparent)}.setInlineNumberControl svg{width:12px;height:12px}.setInlineNumberControl input{width:100%;min-width:0;height:32px;color:var(--color-text);text-align:center;background:0 0;border:0;outline:0;font-size:13px;font-weight:950}.setInlineNumberControl em{color:var(--color-muted);padding-right:2px;font-size:11px;font-style:normal;font-weight:900}.setPainToggle{border:1px solid var(--color-line);min-height:48px;color:var(--color-text-soft);background:var(--color-surface-2);cursor:pointer;border-radius:15px;justify-items:center;gap:2px;font-size:11px;font-weight:950;display:grid}.setPainToggle svg{width:18px;height:18px}.setPainToggle-success{color:var(--color-success);border-color:color-mix(in srgb, var(--color-success) 28%, var(--color-line))}.setPainToggle-warning{color:var(--color-warning);border-color:color-mix(in srgb, var(--color-warning) 34%, var(--color-line))}.setPainToggle-danger{color:var(--color-danger);border-color:color-mix(in srgb, var(--color-danger) 40%, var(--color-line))}.workoutPainPanel{opacity:0;gap:8px;max-height:0;transition:max-height .22s,opacity .18s,transform .18s;display:grid;overflow:hidden;transform:translateY(-4px)}.workoutPainPanel-open{opacity:1;max-height:260px;transform:translateY(0)}.painScale-modern{border-radius:18px;gap:10px;padding:10px}.uiSlider{touch-action:none;-webkit-user-select:none;user-select:none;align-items:center;width:100%;height:26px;display:flex;position:relative}.uiSliderTrack{border-radius:var(--radius-pill);background:color-mix(in srgb, var(--color-surface-3) 80%, transparent);flex-grow:1;height:8px;position:relative;overflow:hidden}.uiSliderRange{border-radius:inherit;background:linear-gradient(90deg, var(--color-success), var(--color-warning), var(--color-danger));height:100%;position:absolute}.uiSliderThumb{border:3px solid var(--color-elevated);background:var(--color-accent);width:22px;height:22px;box-shadow:0 8px 22px color-mix(in srgb, var(--color-accent) 30%, transparent);cursor:grab;border-radius:999px;display:block}.uiSliderThumb:focus-visible{outline:3px solid color-mix(in srgb, var(--color-accent) 30%, transparent);outline-offset:2px}.uiSliderThumb:active{cursor:grabbing}.painScaleLegend{color:var(--color-muted);grid-template-columns:repeat(4,1fr);font-size:11px;font-weight:850;display:grid}.painScaleLegend span:nth-child(2){text-align:center}.painScaleLegend span:nth-child(3),.painScaleLegend span:nth-child(4){text-align:right}@media (width<=700px){.workoutSetRow-inline{grid-template-columns:36px minmax(0,1fr) 58px}.workoutSetRow-inline>.uiButton{grid-column:auto;width:auto}}@media (width<=380px){.workoutSetRow-inline{grid-template-columns:34px minmax(0,1fr) 52px;padding:7px}.setInlineInputs{grid-template-columns:1fr .85fr .7fr;gap:5px}.setInlineNumberControl{grid-template-columns:22px minmax(0,1fr) auto 22px}}.pwaUpdatePrompt{z-index:1200;border:1px solid var(--color-line);background:var(--color-elevated);width:min(560px,100vw - 24px);box-shadow:var(--shadow-card);border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.pwaUpdatePrompt strong,.pwaUpdatePrompt p{margin:0}.pwaUpdatePrompt p{color:var(--color-text-soft);margin-top:4px;font-size:13px}.pwaUpdateActions,.profileInlineActionsV2{align-items:center;gap:8px;display:flex}.offlineChecklistFailure{color:var(--danger-text);margin:12px 0 0;font-size:13px}@media (width<=560px){.pwaUpdatePrompt{flex-direction:column;align-items:stretch}.pwaUpdateActions{justify-content:flex-end}}.workoutSetDone,.setPainToggle,.setInlineNumberControl button,.restTimerActions .uiButton,.stickyActionBarV2 .uiButton,.workoutExercisePill{min-width:44px;min-height:44px}.setInlineNumberControl input,.setCommentInput,.safetyOverrideCheck,.workoutDrawerStack textarea{font-size:16px}.setInlineInputs-dynamic{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;display:grid}.setFactControls{flex-wrap:wrap;align-items:center;gap:10px 14px;margin-top:10px;display:flex}.setFactControls label,.safetyOverrideCheck{min-height:44px;color:var(--color-text-soft);align-items:center;gap:9px;line-height:1.35;display:inline-flex}.setFactControls input[type=checkbox],.safetyOverrideCheck input[type=checkbox]{width:22px;height:22px;accent-color:var(--color-accent);flex:none}.setCommentInput{border:1px solid var(--color-line);background:var(--color-surface-2);min-height:44px;color:var(--color-text);border-radius:12px;flex:180px;padding:0 12px}.workoutSetRowShell-skipped{opacity:.68}.workoutSetRowShell-skipped .workoutSetRow{border-style:dashed}.workoutExercisePill-stopped{border-color:color-mix(in srgb, var(--color-danger) 55%, var(--color-line))}.workoutExercisePill-skipped{opacity:.68}.workoutExercisePill-in_progress{border-color:color-mix(in srgb, var(--color-accent) 58%, var(--color-line))}.safetyOverrideCheck{border:1px solid color-mix(in srgb, var(--color-danger) 32%, var(--color-line));background:color-mix(in srgb, var(--color-danger) 7%, var(--color-page));border-radius:14px;padding:12px 14px}@media (width<=430px){.workoutSetRow-inline{grid-template-columns:44px minmax(0,1fr) 52px;gap:8px}.setInlineInputs-dynamic{grid-template-columns:minmax(0,1fr)}.setInlineNumberControl{min-width:0}.setInlineNumberControl input{width:100%;min-width:0}.restTimerActions{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.restTimerActions .uiButton{padding-inline:8px}}.historyPaginationCardV2 .uiCardContent{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.historyPaginationCardV2 .uiCardContent>span{color:var(--color-text-soft);text-align:center;font-size:13px}.progressRecordsGridV2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.progressRecordListV2{gap:10px;display:grid}.progressRecordRowV2{border:1px solid var(--color-line);background:var(--color-surface-2);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px;display:flex}.progressRecordRowV2>div:first-child{min-width:0}.progressRecordRowV2 strong,.progressRecordRowV2 span{display:block}.progressRecordRowV2 span{color:var(--color-text-soft);margin-top:3px;font-size:13px;line-height:1.35}.progressRecordRowV2 .profileInlineActionsV2{flex:none}@media (width<=720px){.progressRecordsGridV2{grid-template-columns:minmax(0,1fr)}}@media (width<=430px){.historyPaginationCardV2 .uiCardContent{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;display:grid}.historyPaginationCardV2 .uiCardContent>span{grid-area:1/1/auto/-1}.progressRecordRowV2{flex-direction:column;align-items:flex-start}.progressRecordRowV2 .profileInlineActionsV2{width:100%}.progressRecordRowV2 .profileInlineActionsV2 .uiButton{flex:1 1 0}}.uiFormField{gap:7px;min-width:0;display:grid}.uiFormFieldLabel,.uiFieldset>legend{color:var(--color-text);font-size:14px;font-weight:700;line-height:1.35}.uiFormFieldHint,.uiFormFieldError{margin:0;font-size:13px;line-height:1.45}.uiFormFieldHint{color:var(--color-text-soft)}.uiFormFieldError{color:var(--danger-text)}.uiFieldset{border:0;min-width:0;margin:0;padding:0}.uiFieldset>legend{margin-bottom:9px}input,select,textarea,.uiInputControl{font-size:max(16px,1rem)}.bottomNavV2 button span{font-size:12px;line-height:1.2}@media (width>=900px){.appShell.appShellV2{background:var(--color-page);grid-template-rows:auto minmax(0,1fr);grid-template-columns:112px minmax(0,1fr);align-items:start;width:min(1180px,100%);min-width:0;max-width:1180px;min-height:100dvh;margin:0 auto;display:grid}.appHeaderV2{z-index:20;background:linear-gradient(to bottom, var(--color-page) 72%, transparent);grid-area:1/2;width:100%;padding:18px 30px 12px;position:sticky;top:0}.appContentV2{grid-area:2/2;width:100%;min-width:0;max-width:none;padding:24px 30px 48px}.bottomNavV2{border-top:0;border-right:1px solid var(--color-line);background:var(--color-elevated);flex-direction:column;grid-area:1/1/span 2;justify-content:flex-start;align-self:start;gap:8px;width:112px;min-height:100dvh;padding:20px 10px;display:flex;position:sticky;top:0;bottom:auto}.bottomNavV2 button{border-radius:16px;flex:none;gap:7px;width:100%;min-height:66px}.todayQuickGridV2,.progressMetricGridV2,.profileStatsGridV2{grid-template-columns:repeat(4,minmax(0,1fr))}.todayScreenV2,.historyScreenV2,.progressScreenV2,.profileScreenV2,.catalogScreenV2{width:100%;max-width:none}.todayPlanSectionV2,.progressRecordsGridV2{max-width:none}}@media (width<=360px){.appShell.appShellV2,.authScreen,.onboardingScreenV2{min-width:0}.bottomNavV2{gap:2px}.bottomNavV2 button{padding-inline:3px}.bottomNavV2 button span{font-size:11px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.uiFormField-compact{gap:5px}.uiFormField-compact .uiFormFieldLabel{font-size:13px}.catalogCardBadges{pointer-events:none;flex-wrap:wrap;gap:5px;display:flex;position:absolute;bottom:8px;left:8px;right:8px}.exerciseThumbV2 .catalogCardBadges .uiBadge{max-width:100%;position:static}.catalogResultsHeader{justify-content:space-between;gap:12px;display:flex}.catalogPagination{padding:8px 0 calc(8px + var(--safe-bottom));grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;display:grid}.catalogPagination .uiButton:last-child{justify-self:stretch}.catalogPagination span{color:var(--color-muted);text-align:center;white-space:nowrap;font-size:13px;font-weight:800}.catalogQualityIssues{gap:6px;margin:0;padding-left:18px;display:grid}.catalogQualityIssues li{line-height:1.4}@media (width>=700px){.uiFilterPanel{grid-template-columns:repeat(3,minmax(0,1fr))}.catalogPagination .uiButton:first-child{justify-self:end;min-width:132px}.catalogPagination .uiButton:last-child{justify-self:start;min-width:132px}}@media (width<=380px){.catalogPagination{grid-template-columns:1fr 1fr}.catalogPagination span{grid-area:1/1/auto/-1}}.authLoginMobileBrand{display:none}@media (width<=899px){.authLoginOnly{padding-top:max(24px, env(safe-area-inset-top));align-content:start}.authLoginMobileBrand{align-items:center;gap:12px;width:100%;padding:6px 8px 2px;display:flex}.authLoginMobileBrand .brandOrb{border-radius:17px;flex:none;width:48px;height:48px}.authLoginMobileBrand>div:last-child{gap:2px;min-width:0;display:grid}.authLoginMobileBrand strong{letter-spacing:-.02em;font-size:17px}.authLoginMobileBrand span{color:var(--color-muted);font-size:12px;line-height:1.35}.authLoginCardV2{align-self:start}}html,body,#root{overscroll-behavior:none;width:100%;height:100%;min-height:100%;overflow:hidden}body{position:static}#root{align-items:stretch;min-width:0}.appShell.appShellV2{grid-template-rows:max-content minmax(0,1fr);height:100%;min-height:0;display:grid}.appContent.appContentV2{overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;min-width:0;min-height:0;overflow:clip auto}.authShell.authShellV2,.onboardingScreenV2,.appBootstrapV2,.activeWorkout-empty{overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;height:100%;min-height:0;overflow:clip auto}.uiDrawerOverlay,.uiDrawerContent,.uiSelectContent{will-change:transform, opacity}@media (width>=900px){.appShell.appShellV2{grid-template-rows:max-content minmax(0,1fr);grid-template-columns:112px minmax(0,1fr);height:100%;min-height:0}.appContent.appContentV2{min-height:0;overflow-y:auto}.bottomNavV2{height:100%;min-height:0}}.workoutPlanTopBarV2,.catalogDetailHeader{top:0}@media (prefers-reduced-motion:reduce){.appContent.appContentV2{scroll-behavior:auto}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=daylight-lime]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:where(button,a,input,select,textarea,summary,[role=button],[role=tab],[tabindex]):focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.uiListRow{width:100%;min-height:var(--control-md);color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:12px 0;display:flex}.uiListRow+.uiListRow{border-top:1px solid var(--color-line)}button.uiListRow{cursor:pointer;-webkit-tap-highlight-color:transparent}.uiListRowThumb{border-radius:var(--radius-xs);background:var(--color-media-mat);flex:none;width:44px;height:44px;overflow:hidden}.uiListRowThumb img,.uiListRowThumb video{object-fit:cover;width:100%;height:100%}.uiListRowBody{flex:1;gap:1px;min-width:0;display:grid}.uiListRowTitle{color:var(--color-text);font-size:var(--text-body);text-overflow:ellipsis;white-space:nowrap;font-weight:650;line-height:1.3;overflow:hidden}.uiListRowSub{color:var(--color-muted);font-size:var(--color-text-soft);line-height:1.35}.uiListRowMeta{color:var(--color-muted-2);flex:none;align-items:center;gap:8px;display:flex}.uiListRowChevron{width:16px;height:16px;color:var(--color-muted-2);flex:none}.uiStepper{border:1px solid var(--color-line-strong);border-radius:var(--radius-control);background:var(--color-surface-2);align-items:stretch;height:56px;display:flex;overflow:hidden}.uiStepper-md{height:48px}.uiStepperButton{background:color-mix(in srgb, var(--color-text) 5%, transparent);width:52px;min-width:52px;color:var(--color-text-soft);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;flex:none;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex}.uiStepperButton:disabled{opacity:.4;cursor:not-allowed}.uiStepperValue{min-width:52px;color:var(--color-text);font-variant-numeric:tabular-nums;text-align:center;background:0 0;border:0;flex:1;justify-content:center;align-items:center;padding:0 4px;font-size:18px;font-weight:700;display:flex}.uiStepperField{gap:5px;min-width:0;display:grid}.uiStepperLabel{color:var(--color-muted);font-size:var(--text-label);letter-spacing:.06em;text-transform:uppercase;font-weight:700}.uiSectionHeader{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.uiSectionHeader h2,.uiSectionHeader h3{font-size:var(--text-heading);letter-spacing:-.02em;font-weight:800}.uiSectionHeaderText{gap:2px;min-width:0;display:grid}.uiStickyBar{z-index:40;padding:12px 2px calc(12px + var(--safe-bottom));background:linear-gradient(to top, var(--color-page) 68%, transparent);align-items:center;gap:10px;margin-inline:-2px;display:flex;position:sticky;bottom:0}.uiStickyBar>.uiButton{flex:1}.uiStickyBar>.uiButton:first-child:not(:only-child){flex:none}.todayHeroV3{border-radius:var(--radius-sheet);gap:12px;padding:18px 16px;display:grid;position:relative;overflow:hidden}.todayHeroV3>:not(.todayHeroGlow){z-index:1;position:relative}.todayHeroTopV3{justify-content:space-between;align-items:center;gap:10px;display:flex}.todayHeroV3 h2{letter-spacing:-.03em}.todayHeroMetaV3{color:var(--color-muted);font-size:var(--text-secondary);margin-top:-6px}.todayHeroMetaV3 strong{color:var(--color-text);font-weight:650}.todayOfflineRowV3{min-height:var(--control-md);border:1px solid var(--color-line);border-radius:var(--radius-control);background:color-mix(in srgb, var(--color-text) 4%, transparent);color:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:center;gap:10px;padding:10px 12px;display:flex}.todayOfflineRowV3>svg{flex:none;width:18px;height:18px}.todayOfflineRowV3-pending{border-color:color-mix(in srgb, var(--color-warning) 30%, transparent);background:color-mix(in srgb, var(--color-warning) 7%, transparent)}.todayOfflineRowV3-pending>svg,.todayOfflineRowV3-pending .todayOfflineActionV3{color:var(--color-warning)}.todayOfflineRowV3-ready>svg{color:var(--color-success)}.todayOfflineTextV3{flex:1;gap:1px;min-width:0;display:grid}.todayOfflineTextV3 strong{font-size:13.5px;font-weight:700}.todayOfflineTextV3>span{color:var(--color-muted);font-size:var(--text-caption);text-overflow:clip;white-space:normal;overflow-wrap:anywhere;line-height:1.35;overflow:visible}.todayOfflineActionV3{flex:none;font-size:13px;font-weight:800}.todayPlanListV3,.todayLinkCardV3{padding:2px 14px}.todayMoreRowV3{color:var(--color-text-soft);font-weight:700}.todayLinkIconV3{background:color-mix(in srgb, var(--color-accent) 12%, transparent);width:100%;height:100%;color:var(--color-accent);justify-content:center;align-items:center;display:flex}.todayLinkIconV3 svg{width:20px;height:20px}@media (width>=900px){.todayHeroV3{padding:24px 22px}.todayHeroV3>.uiButton{justify-self:start;min-width:280px}.todayOfflineRowV3{max-width:520px}}.setsCardTitleRow{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.setsCardCounter{color:var(--color-muted);font-size:var(--text-secondary);font-variant-numeric:tabular-nums;font-weight:700}.workoutSetList{display:grid}.workoutSetList>*+*{border-top:1px solid var(--color-line)}.setLine{width:100%;min-height:var(--control-md);color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:12px 0;display:flex}button.setLine{cursor:pointer;-webkit-tap-highlight-color:transparent}.setLineNum{width:24px;color:var(--color-muted);font-size:var(--text-secondary);font-variant-numeric:tabular-nums;flex:none;font-weight:700}.setLineNum-ok{color:var(--color-success)}.setLineNum-ok svg{width:17px;height:17px}.setLineBody{flex:1;gap:1px;min-width:0;display:grid}.setLineTitle{font-size:14.5px;font-weight:650}.setLineSub{color:var(--color-muted);font-size:var(--text-caption)}.setLine-future{opacity:.62}.setLine-skipped{opacity:.55}.setLineEdit{width:var(--control-md);height:var(--control-md);border:1px solid var(--color-line-strong);border-radius:var(--radius-control);background:color-mix(in srgb, var(--color-text) 4%, transparent);color:var(--color-text-soft);cursor:pointer;flex:none;justify-content:center;align-items:center;display:flex}.setLineEdit svg{width:16px;height:16px}.setEditor{gap:12px;padding:14px 0 16px;display:grid}.setEditorHead{align-items:center;gap:8px;display:flex}.setEditorHead strong{color:var(--color-accent);font-size:var(--text-caption);letter-spacing:.06em;text-transform:uppercase;font-weight:800}.setEditorHint{color:var(--color-muted);font-size:var(--text-caption);margin-left:auto}.setEditorControls{grid-template-columns:repeat(auto-fit,minmax(142px,1fr));align-items:end;gap:10px;display:grid}.setEditorStepper,.setEditorStepper-wide{min-width:0}.setRecordAction{z-index:auto;border-radius:var(--radius-control);background:linear-gradient(135deg, var(--color-accent), var(--color-accent-2));width:100%;min-height:56px;color:var(--color-accent-text);box-shadow:var(--shadow-accent);font-size:var(--text-body);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;justify-content:center;align-items:center;gap:10px;padding:0 20px;font-weight:850;display:inline-flex;position:static;bottom:auto}.setRecordAction svg{stroke-width:3px;width:22px;height:22px}.setRecordAction:disabled{opacity:.5;cursor:not-allowed}.setRecordAction-recorded{background:color-mix(in srgb, var(--color-success) 16%, var(--color-surface-2));border:1px solid color-mix(in srgb, var(--color-success) 40%, transparent);color:var(--color-success);box-shadow:none}.setEditorChips{flex-wrap:wrap;gap:8px;display:flex}.setChip{border:1px solid var(--color-line-strong);border-radius:var(--radius-pill);background:color-mix(in srgb, var(--color-text) 5%, transparent);min-height:48px;color:var(--color-text-soft);white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:center;gap:6px;padding:0 14px;font-size:13.5px;font-weight:650;display:inline-flex}.setChip svg{width:17px;height:17px}.setChip-safety{border-radius:var(--radius-control);white-space:normal;flex:100%;justify-content:flex-start;min-height:52px}.setChip-safety small{color:var(--color-muted);font-size:var(--text-caption);text-align:right;margin-left:auto;font-weight:650;line-height:1.2}.setChip-safety.setChip-active small,.setChip-safety.setChip-danger small{color:currentColor;opacity:.8}.setChip-compact{min-width:48px;padding:0 13px}.setChip-active{border-color:color-mix(in srgb, var(--color-accent) 55%, transparent);background:color-mix(in srgb, var(--color-accent) 9%, transparent);color:var(--color-accent)}.setChip-danger{border-color:color-mix(in srgb, var(--color-danger) 55%, transparent);background:color-mix(in srgb, var(--color-danger) 10%, transparent);color:var(--color-danger)}.setChip:disabled{opacity:.5;cursor:not-allowed}.setNoteInput{width:100%;min-height:var(--control-md);border:1px solid var(--color-line);border-radius:var(--radius-control);background:var(--color-surface-2);color:var(--color-text);padding:10px 14px;font-size:16px}.setMorePanel{gap:10px;padding:4px 2px;display:grid}.setMoreCheck{min-height:32px;color:var(--color-text-soft);font-size:var(--text-body);align-items:center;gap:10px;display:flex}.setMoreCheck input{width:20px;height:20px;accent-color:var(--color-accent)}.setUndoButton{min-height:var(--control-sm);border:1px solid color-mix(in srgb, var(--color-danger) 40%, transparent);border-radius:var(--radius-pill);color:var(--color-danger);cursor:pointer;background:0 0;justify-self:start;padding:0 14px;font-size:13.5px;font-weight:650}.setAddButton{min-height:var(--control-md);border:1px solid var(--color-line-strong);border-radius:var(--radius-pill);color:var(--color-text-soft);cursor:pointer;border-top:1px solid var(--color-line-strong);background:0 0;justify-self:start;margin:10px 0 4px;padding:0 16px;font-size:14px;font-weight:650}.painZone{gap:8px;display:grid}.painZoneHead{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.painZoneHead strong{font-size:var(--text-body);font-weight:700}.painZoneHead span{color:var(--color-muted);font-size:var(--text-caption)}.painZoneHead .painZoneHint-danger{color:var(--color-danger);font-weight:700}.painZoneScale{gap:3px;display:flex}.painZoneStep{background:color-mix(in srgb, var(--color-text) 7%, transparent);min-width:0;height:48px;color:var(--color-muted);font-size:var(--text-caption);font-variant-numeric:tabular-nums;cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:8px;flex:1;font-weight:650}.painZoneStep-danger{background:color-mix(in srgb, var(--color-danger) 10%, transparent);color:color-mix(in srgb, var(--color-danger) 62%, var(--color-muted))}.painZoneStep-selected{background:var(--color-text);color:var(--color-page);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-text) 40%, transparent);font-weight:800}.painSheetHint{color:color-mix(in srgb, var(--color-warning) 70%, var(--color-muted));font-size:var(--text-caption);gap:8px;line-height:1.45;display:flex}.workoutExerciseRail .workoutExercisePill{width:var(--control-md);min-width:var(--control-md);max-width:var(--control-md);height:var(--control-md);border-radius:var(--radius-control);justify-content:center;align-items:center;padding:0;display:flex}.workoutExerciseRail .workoutExercisePill span{width:auto;height:auto;color:inherit;font-variant-numeric:tabular-nums;background:0 0;font-size:14px;font-weight:800}.workoutExerciseRail .workoutExercisePill.active span{color:var(--color-accent)}.workoutExerciseRail .workoutExercisePill.done{border-color:color-mix(in srgb, var(--color-success) 40%, transparent);color:var(--color-success)}.workoutExerciseRail .workoutExercisePill-stopped{border-color:color-mix(in srgb, var(--color-danger) 45%, transparent);color:var(--color-danger)}.workoutExerciseRail .workoutExercisePill svg{width:17px;height:17px}.progressGhostListV3{gap:10px;display:grid}.progressGhostRowV3{border:1px dashed var(--color-line-strong);border-radius:var(--radius-card);color:var(--color-muted);align-items:center;gap:14px;padding:12px 14px;display:flex}.progressGhostRowV3 svg{width:64px;height:28px;fill:var(--color-muted-2);stroke:var(--color-muted-2);stroke-width:0;flex:none}.progressGhostRowV3 svg [stroke],.progressGhostRowV3 svg polyline,.progressGhostRowV3 svg circle,.progressGhostRowV3 svg path{stroke:var(--color-muted-2)}.progressGhostRowV3 strong{color:var(--color-text-soft);font-size:var(--text-secondary);font-weight:650;display:block}.progressGhostRowV3 span{font-size:var(--text-caption)}.screenTransition{width:100%;min-width:0}.workoutStage{top:var(--workout-sticky-header-height);z-index:30;background:var(--color-page);margin:0 -2px;padding:8px 2px 10px;position:sticky;box-shadow:0 12px 20px -12px #0009}.workoutStageMedia{border-radius:var(--radius-card);background:var(--color-media-mat);touch-action:pan-y;height:240px;position:relative;overflow:hidden}.workoutStageMediaInner{position:absolute;inset:0}.workoutStageMediaInner img,.workoutStageMediaInner video,.workoutStageMediaInner .exerciseVideoButton,.workoutStageMediaInner>.uiMediaFallback{width:100%;height:100%}.workoutStageMediaInner img,.workoutStageMediaInner video{object-fit:contain;background:var(--color-media-mat);display:block}.workoutStageNav{z-index:3;width:var(--control-md);height:var(--control-md);border-radius:var(--radius-pill);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000080;border:1px solid #ffffff29;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.workoutStageNav svg{width:20px;height:20px}.workoutStageNav-prev{left:10px}.workoutStageNav-next{right:10px}.restOverlay{z-index:4;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#050602b8;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex;position:absolute;inset:0}.restOverlayReset{color:#fff;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:4px;padding:8px 24px;display:flex}.restOverlayReset svg{width:22px;height:22px;color:var(--color-accent)}.restOverlayReset strong{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:44px;font-weight:800;line-height:1}.restOverlayReset span{color:#ffffffb8;font-size:var(--text-secondary)}.restOverlayActions{gap:8px;display:flex}.restOverlayActions button{min-height:var(--control-md);min-width:var(--control-md);border-radius:var(--radius-pill);color:#fff;font-variant-numeric:tabular-nums;cursor:pointer;background:#ffffff14;border:1px solid #fff3;align-items:center;gap:4px;padding:0 14px;font-size:13px;font-weight:650;display:inline-flex}.restOverlayActions svg{width:16px;height:16px}.workoutStageDots{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:10px;display:flex}.workoutStageDot{min-width:var(--control-md);height:var(--control-md);border:1px solid var(--color-line);border-radius:var(--radius-control);background:var(--color-surface-2);color:var(--color-muted);font-variant-numeric:tabular-nums;cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;padding:0 6px;font-size:14px;font-weight:800;display:flex}.workoutStageDot span{line-height:1}.workoutStageDot svg{width:17px;height:17px}.workoutStageDot.active{border-color:color-mix(in srgb, var(--color-accent) 55%, transparent);background:color-mix(in srgb, var(--color-accent) 12%, var(--color-surface-2));color:var(--color-accent)}.workoutStageDot-completed{color:var(--color-success)}.workoutStageDot-stopped{color:var(--color-danger)}.activeExerciseInfoCard .uiCardHeader{padding:14px 14px 8px}.activeExerciseInfoCard .uiCardContent{padding:0 14px 14px}.activeExerciseMetaLine,.activeExerciseInfoCard .activeExerciseBadges{flex-wrap:wrap;gap:7px;display:flex}.detailRiskGrid{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:8px;display:grid}.detailRiskItem{border:1px solid var(--color-line);border-radius:var(--radius-control);background:var(--color-surface-2);border-left-width:3px;gap:2px;padding:10px 12px;display:grid}.detailRiskItem span{color:var(--color-muted);font-size:var(--text-caption)}.detailRiskItem strong{font-size:var(--text-secondary);font-weight:700}.detailRiskItem-low{border-left-color:var(--color-success)}.detailRiskItem-medium{border-left-color:var(--color-warning)}.detailRiskItem-high{border-left-color:var(--color-danger)}.detailRiskItem-unknown{border-left-color:var(--color-line-strong)}.detailRiskItem-unknown strong{color:var(--color-muted)}.screenToolbarV3 .uiCardContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.screenToolbarMetaV3{flex:none;align-items:center;gap:8px;margin-left:auto;display:flex}.historySearchRowV3{align-items:center;gap:8px;display:flex}.historySearchRowV3>:first-child{flex:1;min-width:0}.historySearchRowV3 .uiBadge{font-variant-numeric:tabular-nums;flex:none}.catalogCardBadges .uiBadge{text-overflow:ellipsis;max-width:100%;line-height:18px;display:inline-block;overflow:hidden}.workoutDrawerStack textarea{resize:none}.uiCardHeader>.uiBadge{justify-self:start}@media (width>=900px){.profileSystemCardV2 .uiCardContent .uiButton{justify-self:start;min-width:240px}.profileDetailsCardV2 .uiCardHeader>.uiBadge,.profileThemeCardV2 .uiCardHeader>.uiBadge{justify-self:end}}.uiToggleItem{min-height:var(--control-md)}.progressSectionNavigation .uiCardContent,.progressChartSelectorCard .uiCardContent{padding:8px}.progressSectionTabs,.progressChartTabs{width:100%}.progressScreenV2,.progressSectionPanel{grid-template-columns:minmax(0,1fr);min-width:0}.progressScreenV2>*,.progressSectionPanel>*,.progressOverviewGrid>*,.progressMetricsGridV2>*,.progressChartGridV2>*,.progressInsightsGridV2>*,.progressRecordsGridV2>*{min-width:0}.progressSectionPanel{gap:var(--space-4);display:grid}.progressSectionHeading{justify-content:space-between;align-items:flex-end;gap:var(--space-4);display:flex}.progressSectionHeading>div{gap:6px;display:grid}.progressSectionHeading h2{font-size:var(--text-title)}.progressSectionHeading p:not(.eyebrow){color:var(--color-muted);font-size:var(--text-secondary);line-height:1.45}.progressMetricsGridV2-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.progressOverviewGrid{gap:var(--space-4);grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);align-items:stretch;display:grid}.progressOverviewChart,.progressNarrativeCard,.progressJournalCard,.progressTopExercisesCard,.progressChartSelectorCard,.progressSectionNavigation{border-radius:var(--radius-card)}.progressNarrativeCard .uiCardContent{gap:var(--space-4);display:grid}.progressNarrativeList{gap:var(--space-3);display:grid}.progressNarrativeList>div{color:var(--color-text-soft);font-size:var(--text-secondary);grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;line-height:1.45;display:grid}.progressNarrativeList svg{width:19px;height:19px;color:var(--color-accent)}.progressConsistencyRow{padding-top:var(--space-3);border-top:1px solid var(--color-line);gap:10px;display:grid}.progressConsistencyRow>div{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.progressConsistencyRow strong{font-size:var(--text-title)}.progressConsistencyRow span{color:var(--color-muted);font-size:var(--text-secondary);font-weight:800}.progressChartSelectorCard .uiToggleGroup{width:100%}.progressJournalCard .uiCardContent,.progressTopExercisesCard .uiCardContent{gap:var(--space-3);display:grid}.progressRecordActions{flex:none;align-items:center;gap:6px;display:flex}.progressTopExerciseListV2 span{border-bottom:1px solid var(--color-line);color:var(--color-muted);font-size:var(--text-secondary);gap:3px;padding:10px 0;display:grid}.progressTopExerciseListV2 span:last-child{border-bottom:0}.progressTopExerciseListV2 strong{color:var(--color-text);font-size:var(--text-body)}.historyList{gap:var(--space-3);display:grid}.historyFilterSection{gap:var(--space-5);display:grid}.historyFilterSection>div:first-child{gap:6px;display:grid}.historyFilterSection h3{font-size:var(--text-heading)}.historyFilterSection p{color:var(--color-muted);font-size:var(--text-secondary);line-height:1.45}.historyWorkoutCardV2 .uiCardContent{align-items:flex-start}.historyWorkoutBadgesV2:empty{display:none}.historyWorkoutFactsV2{gap:8px 14px}.historyPainFactV2 svg{width:15px;height:15px}.profileScreenCompact{gap:var(--space-4)}.profileHeroCompact{min-height:0}.profileHeroCompact .profileHeroActionsV2 .uiButton{flex:0 auto}.profileSummaryCard,.profileSettingsGroup{border-radius:var(--radius-card)}.profileSummaryCard .uiCardContent{gap:var(--space-4);display:grid}.profileSummaryGrid{gap:var(--space-2);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.profileSummaryItem{border:1px solid var(--color-line);border-radius:var(--radius-control);background:var(--color-surface-2);gap:4px;min-width:0;padding:12px;display:grid}.profileSummaryItem span,.profileSettingsCopy>span,.profileDataStatusRow span,.profileAdvancedAccount span{color:var(--color-muted);font-size:var(--text-caption);line-height:1.4}.profileSummaryItem strong{color:var(--color-text);font-size:var(--text-body);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profileSettingsGroup .uiCardContent{padding:0}.profileSettingsList{display:grid}.profileSettingsRow{border:0;border-top:1px solid var(--color-line);width:100%;min-height:76px;color:inherit;text-align:left;cursor:pointer;transition:background var(--ease);background:0 0;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 16px;display:grid}.profileSettingsRow:first-child{border-top:0}.profileSettingsRow:hover,.profileSettingsRow:focus-visible{background:color-mix(in srgb, var(--color-accent) 7%, transparent)}.profileSettingsIcon{border-radius:var(--radius-control);width:42px;height:42px;color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 11%, var(--color-surface-2));place-items:center;display:grid}.profileSettingsIcon svg{width:20px;height:20px}.profileSettingsCopy{gap:3px;min-width:0;display:grid}.profileSettingsCopy strong,.profileDataStatusRow strong,.profileAdvancedAccount strong{color:var(--color-text);font-size:var(--text-body);font-weight:850}.profileSettingsCopy>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profileSettingsChevron{width:18px;height:18px;color:var(--color-muted-2)}.profileRestrictionRow,.profileDataStatusRow,.profileAdvancedAccount{border:1px solid var(--color-line);border-radius:var(--radius-control);background:var(--color-surface-2);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;display:grid}.profileRestrictionRow>div,.profileDataStatusRow>div,.profileAdvancedAccount>div{gap:4px;min-width:0;display:grid}.profileRestrictionRow span{color:var(--color-muted);font-size:var(--text-secondary);line-height:1.45}.profileDataStatusList{gap:var(--space-2);display:grid}.profileDataStatusRow{grid-template-columns:auto minmax(0,1fr) auto}.profileAdvancedAccount{margin-top:var(--space-2);border-color:color-mix(in srgb, var(--color-danger) 26%, var(--color-line));align-items:end}@media (width<=900px){.progressOverviewGrid{grid-template-columns:minmax(0,1fr)}.profileSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.progressSectionNavigation .uiCardContent,.progressChartSelectorCard .uiCardContent{overflow:hidden}.progressSectionTabs,.progressChartTabs{overscroll-behavior-inline:contain;scrollbar-width:none;grid-auto-columns:minmax(108px,1fr);max-width:100%;display:grid;overflow-x:auto}.progressSectionTabs::-webkit-scrollbar{display:none}.progressChartTabs::-webkit-scrollbar{display:none}.progressSectionHeading{align-items:stretch;display:grid}.progressSectionHeading .uiButton{width:100%}.profileHeroCompact .profileHeroActionsV2{grid-template-columns:1fr}.profileHeroCompact .profileHeroActionsV2 .uiButton{width:100%}.profileSettingsRow{grid-template-columns:auto minmax(0,1fr) auto;min-height:72px;padding:11px 12px}.profileSettingsRow .uiBadge{grid-column:2/4;justify-self:start}.profileSettingsChevron{grid-area:1/3}.profileAdvancedAccount{grid-template-columns:1fr;align-items:stretch}.profileAdvancedAccount .uiButton{width:100%}}@media (width<=430px){.progressMetricsGridV2-compact,.profileSummaryGrid{grid-template-columns:1fr}.progressRecordRowV2{align-items:stretch}.progressRecordActions{width:100%}.progressRecordActions .uiButton{flex:1 1 0}.historyMetricsGridV2{grid-template-columns:repeat(2,minmax(0,1fr))}.profileSettingsRow{grid-template-columns:auto minmax(0,1fr)}.profileSettingsRow .uiBadge{grid-column:2}.profileSettingsChevron{display:none}.profileDataStatusRow,.profileRestrictionRow{grid-template-columns:auto minmax(0,1fr);align-items:flex-start}.profileDataStatusRow .uiBadge,.profileRestrictionRow .uiBadge{grid-column:2;justify-self:start}}.todayHeroV3 h2{overflow-wrap:anywhere}.todayHeroFacts{color:var(--color-text-soft);font-size:var(--text-secondary);flex-wrap:wrap;gap:8px;display:flex}.todayHeroFacts span{border:1px solid var(--color-line);border-radius:var(--radius-pill);background:color-mix(in srgb, var(--color-surface-2) 72%, transparent);white-space:nowrap;align-items:center;gap:6px;min-width:0;padding:7px 10px;display:inline-flex}.todayHeroFacts svg{width:15px;height:15px;color:var(--color-accent);flex:none}.todayHeroFacts strong{color:var(--color-text);font-weight:800}.todayHeroAction{width:100%}.todayStickyActionV3{display:none}.todayOfflineStatus{border-radius:var(--radius-card);background:var(--color-surface);width:100%;box-shadow:none}.restrictionHeader{justify-content:space-between;align-items:flex-start;gap:12px;width:100%;display:flex}.restrictionHeader>div{gap:6px;min-width:0;display:grid}.restrictionZoneFieldset{gap:10px;display:grid}.restrictionZoneGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.restrictionZoneButton{border:1px solid var(--color-line);border-radius:var(--radius-control);min-height:64px;color:var(--color-text);background:var(--color-surface-2);text-align:left;cursor:pointer;transition:border-color var(--ease), background var(--ease), transform var(--ease);align-content:center;gap:4px;padding:10px 12px;display:grid}.restrictionZoneButton:hover{transform:translateY(-1px)}.restrictionZoneButton.selected{border-color:color-mix(in srgb, var(--color-accent) 58%, var(--color-line));background:color-mix(in srgb, var(--color-accent) 11%, var(--color-surface-2))}.restrictionZoneButton strong{font-size:var(--text-secondary);font-weight:800}.restrictionZoneButton span{color:var(--color-muted);font-size:var(--text-caption)}.restrictionZoneButton.selected span{color:var(--color-accent)}.restrictionEmptyHint{border:1px dashed var(--color-line);border-radius:var(--radius-control);color:var(--color-muted);font-size:var(--text-secondary);padding:12px;line-height:1.45}.restrictionDetails{gap:10px;display:grid}.restrictionDetail{border:1px solid var(--color-line);border-radius:var(--radius-card);background:var(--color-surface-2);gap:12px;padding:13px;display:grid}.restrictionDetailHeader{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.restrictionDetailHeader>div{gap:2px;display:grid}.restrictionDetailHeader strong{font-size:var(--text-heading)}.restrictionDetailHeader span{color:var(--color-muted);font-size:var(--text-caption)}.restrictionDetailHeader button{border-radius:var(--radius-pill);min-height:36px;color:var(--color-danger);background:color-mix(in srgb, var(--color-danger) 9%, transparent);font-size:var(--text-caption);cursor:pointer;border:0;padding:0 10px;font-weight:800}.restrictionDisclosure{min-height:var(--control-md);border:1px solid var(--color-line);border-radius:var(--radius-control);color:var(--color-text);background:var(--color-surface-2);text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.restrictionDisclosure>span{gap:2px;display:grid}.restrictionDisclosure strong{font-size:var(--text-secondary)}.restrictionDisclosure small{color:var(--color-muted);font-size:var(--text-caption)}.restrictionDisclosure svg{width:18px;height:18px;color:var(--color-muted);transition:transform var(--ease)}.restrictionDisclosure.expanded svg{color:var(--color-accent);transform:rotate(90deg)}.catalogDetailLead{gap:12px;display:grid}.catalogDetailLead>p{color:var(--color-text-soft);font-size:var(--text-body);line-height:1.55}.catalogDetailQuickFacts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.catalogTechniqueCard .uiCardContent,.catalogMuscleCard .uiCardContent{gap:10px;display:grid}.catalogTechniqueSteps{gap:11px}.catalogPracticalList{gap:8px;margin:0;padding-left:20px;line-height:1.48;display:grid}.catalogPracticalList li::marker{color:var(--color-accent)}.catalogTechnicalData{gap:14px;padding-top:10px;display:grid}.catalogTechnicalSection{gap:9px;display:grid}.catalogTechnicalSection h4{font-size:var(--text-secondary);font-weight:800}@media (width>=700px){.todayHeroAction{justify-self:start;width:auto;min-width:280px}.todayOfflineStatus{max-width:620px}}@media (width<=520px){.restrictionZoneGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.restrictionHeader{flex-direction:column;align-items:stretch}.restrictionHeader .uiButton{align-self:flex-start}.catalogDetailQuickFacts{grid-template-columns:1fr}}@media (width<=360px){.todayHeroTopV3{flex-wrap:wrap;align-items:flex-start}.todayHeroFacts span{flex:calc(50% - 4px);justify-content:center}.todayOfflineStatus{align-items:flex-start}.todayOfflineTextV3>span{white-space:normal}}.todayHeroV3 .todayHeroGlow{border-radius:100% 0 0;width:min(220px,72%);height:72%;bottom:0;right:0}.screenReaderOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.screenLoader{align-content:start;gap:var(--space-5);width:min(100%,980px);min-height:320px;margin:0 auto;padding:clamp(18px,4vw,32px) 0;display:grid}.screenLoaderHeader{gap:var(--space-2);width:min(100%,360px);display:grid}.screenLoaderEyebrow{width:112px;height:12px}.screenLoaderTitle{width:min(100%,280px);height:38px}.screenLoaderHero{border-radius:var(--radius-sheet);width:100%;height:clamp(180px,30vw,300px)}.screenLoaderGrid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.screenLoaderCard{border-radius:var(--radius-card);height:128px}@media (width<=700px){.screenLoaderGrid{grid-template-columns:1fr}.screenLoaderCard{height:92px}.progressScreenV2 .uiButton,.progressScreenV2 .uiToggleItem{white-space:normal;min-width:0}}.workoutHeaderActionsV2{justify-content:flex-end;align-items:center;gap:4px;display:inline-flex}.workoutHeaderActionsV2 .uiButton-icon{min-width:44px;min-height:44px}.workoutStageDot-skipped{color:var(--color-muted);border-style:dashed}.setEditorRecordedActions{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:8px;display:grid}.setEditorRecordedActions .setRecordAction{position:static}.setEditorRecordedActions .setUndoButton{white-space:nowrap;justify-self:stretch;min-height:56px;padding:0 16px}.exerciseSkipAction{min-height:48px;color:var(--color-muted);justify-self:start;margin-top:2px}.painZoneScale{grid-template-columns:repeat(6,minmax(44px,1fr));gap:4px;display:grid}.painZoneStep{min-width:44px;min-height:48px}.activeWorkout-v2{scroll-padding-top:calc(var(--workout-sticky-header-height) + 300px);scroll-padding-bottom:calc(104px + var(--safe-bottom))}@media (width<=360px){.painZoneScale{grid-template-columns:repeat(5,minmax(44px,1fr))}.setEditorRecordedActions{grid-template-columns:minmax(0,1fr)}}.catalogCardQualityMobile{display:none}@media (width<=420px){.exerciseGridV2{gap:8px}.exerciseCardV2{border-radius:var(--radius-card);grid-template-columns:88px minmax(0,1fr);min-height:88px}.exerciseThumbV2{width:88px;height:88px;min-height:88px}.exerciseCardBodyV2{align-content:center;gap:3px;padding:7px 10px}.exerciseCardBodyV2 h3{font-size:14px;line-height:1.16}.catalogExerciseMeta{line-height:1.2;-webkit-line-clamp:1!important;font-size:11px!important}.catalogCardQualityDesktop,.catalogMuscleRow,.catalogTechnicalMeta{display:none!important}.catalogCardQualityMobile{text-overflow:ellipsis;white-space:nowrap;justify-self:start;max-width:100%;min-height:18px;padding:2px 6px;font-size:10px;line-height:1.1;display:inline-flex;overflow:hidden}.historyMetricsGridV2{scroll-snap-type:x proximity;scrollbar-width:none;gap:8px;padding:1px 1px 3px;display:flex;overflow-x:auto}.historyMetricsGridV2::-webkit-scrollbar{display:none}.historyMetricCardV2{scroll-snap-align:start;flex:none;min-width:118px}.historyMetricCardV2 .uiCardContent{grid-template-columns:26px auto;grid-template-areas:"icon value""label label";align-items:center;gap:2px 7px;min-height:0;padding:8px 10px}.historyMetricCardV2 span:first-child{grid-area:icon;width:26px;height:26px}.historyMetricCardV2 strong{grid-area:value;font-size:18px}.historyMetricCardV2 p{grid-area:label;font-size:11px}.historyMetricCardV2 small{display:none}}.stoppedExerciseOverrideAction{width:fit-content;margin-top:10px}@media (width<=700px){.todayHeroAction{display:none}.todayStickyActionV3{left:50%;bottom:calc(var(--mobile-bottom-nav-height,62px) + 10px + var(--safe-bottom));z-index:70;border:1px solid color-mix(in srgb, var(--color-accent) 20%, var(--color-line));background:color-mix(in srgb, var(--color-page) 92%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px;width:min(410px,100vw - 20px);padding:8px;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 16px 42px #00000061}.todayStickyActionV3 .uiButton{width:100%}.todayScreenV2{padding-bottom:calc(var(--mobile-bottom-nav-height,62px) + 88px + var(--safe-bottom))}}@media (width>=701px){.todayStickyActionV3{display:none}}
