:root{
  --bg:#f4f4f1;
  --panel:#ffffff;
  --ink:#171717;
  --muted:#74776f;
  --line:#dedfd9;
  --signal:#ffd84a;
  --signal-2:#f2c900;
  --soft:#ecece7;
  --radius:24px;
  --shadow:0 18px 48px rgba(0,0,0,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}
button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.app-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.header-inner{width:min(1200px,calc(100% - 28px));min-height:72px;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px}
.fit-brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand-icon{width:40px;height:40px;object-fit:contain}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:1.05rem;font-weight:1000;letter-spacing:-.03em}.brand-copy strong span{color:#c29f00}.brand-copy small{margin-top:4px;color:var(--muted);font-size:.62rem;font-weight:800}
.desktop-nav{display:flex;justify-content:center;gap:6px}.nav-btn{border:0;background:transparent;padding:9px 12px;border-radius:999px;font-weight:850;font-size:.8rem;cursor:pointer}.nav-btn:hover{background:#f2f2ee}.nav-btn.active{background:var(--ink);color:#fff}.sheep404-link{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-size:.76rem;font-weight:900;white-space:nowrap}
.app-shell{width:min(1200px,calc(100% - 28px));margin:auto;padding:22px 0 80px}.view{display:none}.view.active{display:block}
.hero-card{position:relative;min-height:440px;overflow:hidden;border-radius:32px;padding:46px;background:linear-gradient(135deg,#151515 0%,#272727 64%,#101010 100%);color:#fff;display:flex;align-items:center;box-shadow:var(--shadow)}.hero-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 24%,rgba(255,216,74,.26),transparent 28%);pointer-events:none}.hero-content{position:relative;z-index:3;max-width:590px}.eyebrow,.section-kicker{display:inline-block;font-size:.69rem;font-weight:950;letter-spacing:.08em}.eyebrow{background:var(--signal);color:#171717;padding:7px 10px;border-radius:999px}.hero-card h1{font-size:clamp(3rem,7vw,5.7rem);line-height:.86;margin:18px 0 18px;letter-spacing:-.065em}.hero-card h1 span{color:var(--signal)}.hero-card p{max-width:560px;margin:0;color:#d5d5d0;line-height:1.6;font-size:.98rem;font-weight:650}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.primary-action,.secondary-action{border-radius:14px;padding:12px 16px;font-weight:950;cursor:pointer}.primary-action{border:0;background:var(--signal);color:#171717}.primary-action:hover{background:#ffe16a}.secondary-action{border:1px solid #575757;background:transparent;color:#fff}.primary-action.compact{padding:10px 14px}.hero-mascot-wrap{position:absolute;right:1%;bottom:-3%;width:44%;height:96%;z-index:2;display:flex;align-items:flex-end;justify-content:center}.hero-glow{position:absolute;width:68%;aspect-ratio:1;border-radius:50%;background:rgba(255,216,74,.18);filter:blur(24px);bottom:17%}.hero-mascot{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 20px 30px rgba(0,0,0,.38))}
.quick-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0 0}.quick-stats article{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:17px;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:8px}.quick-stats article>span{font-size:1.15rem}.quick-stats strong{font-size:1.35rem}.quick-stats small{color:var(--muted);font-weight:750;font-size:.75rem}
.content-section{margin-top:34px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px}.section-kicker{color:#9d8100}.section-heading h2,.page-title h1{margin:5px 0 4px;letter-spacing:-.04em}.section-heading h2{font-size:1.7rem}.section-heading p,.page-title p{margin:0;color:var(--muted);font-weight:650;line-height:1.5}.status-pill,.mini-badge,.level-chip{border-radius:999px;font-weight:950;letter-spacing:.04em}.status-pill{background:#fff0ae;padding:7px 10px;font-size:.65rem}.featured-workout{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:24px;display:grid;grid-template-columns:260px 1fr;min-height:210px}.workout-visual{background:linear-gradient(145deg,#ffd84a,#e8b900);padding:24px;display:flex;align-items:end;justify-content:space-between}.visual-number{font-size:5.3rem;line-height:.8;font-weight:1000;letter-spacing:-.08em}.visual-copy{display:flex;flex-direction:column;text-align:right}.visual-copy span{font-size:.65rem;font-weight:950}.visual-copy strong{font-size:.95rem}.workout-info{padding:25px}.workout-tags{display:flex;gap:7px;flex-wrap:wrap}.workout-tags span{background:#f0f0eb;border-radius:999px;padding:6px 9px;font-size:.66rem;font-weight:850}.workout-info h3{font-size:1.55rem;margin:16px 0 5px}.workout-info p{color:var(--muted);line-height:1.55;font-weight:600}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.feature-card>span{font-size:1.7rem}.feature-card h3{margin:12px 0 6px}.feature-card p{margin:0;color:var(--muted);line-height:1.5;font-size:.84rem;font-weight:650}
.page-title{padding:16px 0 20px}.page-title h1{font-size:clamp(2.4rem,6vw,4rem)}.library-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.library-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:center}.library-card.live{border-color:#d1b330;box-shadow:0 8px 28px rgba(174,139,0,.08)}.card-icon{width:54px;height:54px;border-radius:16px;background:#f0f0eb;display:grid;place-items:center;font-size:1.5rem}.library-card div>span{color:var(--muted);font-size:.68rem;font-weight:800}.library-card h3{margin:3px 0;font-size:1.04rem}.library-card p{margin:0;color:var(--muted);font-size:.75rem;font-weight:650}.mini-badge{padding:6px 8px;background:var(--signal);font-size:.58rem}.mini-badge.muted{background:#ededeb;color:#898c85}.placeholder-panel{min-height:300px;border:1px dashed #bfc1ba;border-radius:24px;background:#fafaf7;display:grid;place-items:center;text-align:center;padding:30px}.placeholder-panel>span{font-size:3rem}.placeholder-panel h2{margin:10px 0 6px}.placeholder-panel p{max-width:560px;margin:0;color:var(--muted);line-height:1.5}.progress-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.progress-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;display:flex;flex-direction:column}.progress-grid span{color:var(--muted);font-size:.72rem;font-weight:850}.progress-grid strong{font-size:2.4rem;letter-spacing:-.05em;margin:8px 0}.progress-grid small{color:var(--muted);font-weight:700}.profile-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center}.profile-mascot{height:260px;background:linear-gradient(145deg,#ffd84a,#f0c314);border-radius:22px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.profile-mascot img{height:95%;width:auto;object-fit:contain;object-position:center bottom}.level-chip{display:inline-block;background:#171717;color:#fff;padding:7px 10px;font-size:.62rem}.profile-card h2{font-size:2rem;margin:10px 0 5px}.profile-card p{color:var(--muted);font-weight:650}.xp-bar{height:12px;border-radius:999px;background:#e9e9e4;overflow:hidden;margin:24px 0 7px}.xp-bar span{display:block;height:100%;background:var(--signal);border-radius:inherit}.profile-card small{color:var(--muted);font-weight:800}
.mobile-nav{display:none}.toast{position:fixed;left:50%;bottom:88px;z-index:300;transform:translate(-50%,18px);background:#171717;color:#fff;border-radius:999px;padding:10px 14px;font-size:.78rem;font-weight:850;opacity:0;pointer-events:none;transition:.2s ease}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.desktop-nav{display:none}.header-inner{grid-template-columns:1fr auto}.hero-card{min-height:410px;padding:34px}.hero-content{max-width:54%}.hero-card h1{font-size:clamp(2.7rem,8vw,4.7rem)}.hero-mascot-wrap{width:52%;right:-4%}.quick-stats{grid-template-columns:repeat(2,1fr)}.feature-grid,.progress-grid{grid-template-columns:repeat(2,1fr)}.library-grid{grid-template-columns:1fr}}
@media(max-width:650px){body{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.app-header{position:relative}.header-inner{min-height:64px;width:calc(100% - 22px);gap:10px}.brand-icon{width:36px;height:36px}.brand-copy strong{font-size:.98rem}.brand-copy small{font-size:.56rem}.sheep404-link{font-size:.68rem;padding:8px 10px}.app-shell{width:calc(100% - 20px);padding-top:10px;padding-bottom:28px}.hero-card{min-height:560px;padding:26px 22px 0;display:block;border-radius:24px}.hero-card:after{background:radial-gradient(circle at 50% 75%,rgba(255,216,74,.25),transparent 34%)}.hero-content{max-width:none}.hero-card h1{font-size:clamp(2.85rem,14vw,4.3rem);margin:15px 0 14px}.hero-card p{font-size:.87rem}.hero-actions{margin-top:18px}.primary-action,.secondary-action{padding:11px 14px}.hero-mascot-wrap{height:45%;width:80%;right:10%;bottom:-2%}.hero-mascot{height:100%}.quick-stats{gap:8px;margin-top:10px}.quick-stats article{padding:13px;grid-template-columns:auto auto;gap:6px}.quick-stats small{grid-column:1/-1}.content-section{margin-top:28px}.section-heading{align-items:flex-start}.section-heading h2{font-size:1.45rem}.section-heading p{font-size:.82rem}.featured-workout{grid-template-columns:1fr}.workout-visual{min-height:145px}.visual-number{font-size:4.5rem}.workout-info{padding:19px}.feature-grid,.progress-grid{grid-template-columns:1fr}.library-card{grid-template-columns:48px 1fr}.library-card .mini-badge{grid-column:2;justify-self:start}.card-icon{width:48px;height:48px}.profile-card{grid-template-columns:1fr;padding:18px}.profile-mascot{height:280px}.mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:200;display:grid;grid-template-columns:repeat(5,1fr);padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-top:1px solid var(--line)}.mobile-nav-btn{border:0;background:transparent;border-radius:14px;padding:5px 2px;display:flex;flex-direction:column;align-items:center;gap:2px;color:#7d8079;cursor:pointer}.mobile-nav-btn>span{font-size:1.05rem;font-weight:950;line-height:1}.mobile-nav-btn small{font-size:.55rem;font-weight:900}.mobile-nav-btn.active{color:#171717;background:#fff5c6}.toast{bottom:calc(82px + env(safe-area-inset-bottom))}}
@media(max-width:390px){.brand-copy small{display:none}.hero-card{min-height:540px}.hero-actions{gap:7px}.primary-action,.secondary-action{font-size:.78rem}.quick-stats strong{font-size:1.15rem}}
