@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#19342f;background:#f1f3ec;font-synthesis:none;--ink:#15332d;--forest:#123b34;--green:#2e7765;--mint:#dcebe1;--lime:#c7e78a;--paper:#fafbf7;--line:#dce2d8;--muted:#6b7c76}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 80% -10%,#d4e7d6 0,transparent 32%),#f1f3ec}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.035em}h1{margin-bottom:8px;font-size:clamp(1.8rem,7vw,2.55rem);line-height:1.05}h2{font-size:1.25rem}.app-shell{min-height:100vh}.content{width:min(100%,720px);margin:auto;padding:32px 18px 118px}.page-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:25px}.eyebrow{color:var(--green);font-size:.72rem;letter-spacing:.16em;font-weight:800;margin-bottom:8px}.muted{color:var(--muted);line-height:1.55}.avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--forest);color:#fff;font-weight:700;font-size:.82rem;box-shadow:0 5px 15px #143b3425}.readiness-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.mini-stat{padding:14px;border:1px solid var(--line);border-radius:16px;background:#ffffffa6}.mini-stat span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.75rem}.mini-stat strong{display:block;margin-top:7px;font-family:Manrope}.session-card,.panel,.finish-card{padding:20px;background:var(--paper);border:1px solid #fff;border-radius:24px;box-shadow:0 12px 35px #233a3120;margin-bottom:16px}.session-hero{display:flex;gap:14px;align-items:center}.session-hero p,.workout-head p{color:var(--green);font-size:.7rem;font-weight:800;letter-spacing:.13em;margin:0 0 4px}.session-hero h2{margin:0;font-size:1.35rem}.round-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;color:var(--forest);background:var(--lime);flex:0 0 auto}.session-meta{display:flex;gap:7px;margin:17px 0 12px}.session-meta span{padding:7px 10px;border-radius:99px;font-size:.72rem;font-weight:700;color:#426359;background:#e9eee8}.exercise-preview{border-top:1px solid var(--line);margin:18px 0;padding-top:10px}.exercise-preview>div{display:flex;align-items:center;gap:11px;padding:8px 0}.exercise-preview>div>span,.exercise-title>span{width:26px;height:26px;border-radius:9px;display:grid;place-items:center;flex:0 0 auto;color:var(--green);background:var(--mint);font-size:.72rem;font-weight:800}.exercise-preview p{margin:0;display:flex;flex-direction:column;font-size:.87rem}.exercise-preview small,.history-row small,.schedule-row small,.integration-row small{color:var(--muted);margin-top:2px}.exercise-thumb,.exercise-visual{flex:0 0 auto;border-radius:13px;background-repeat:no-repeat;background-color:#e7eee7;box-shadow:inset 0 0 0 1px #d9e1d7}.exercise-thumb{width:56px;height:56px}.exercise-visual{width:112px;height:112px;border-radius:18px}.exercise-thumb.placeholder,.exercise-visual.placeholder{display:grid;place-items:center;color:var(--green)}.more{color:var(--green);font-size:.8rem;font-weight:700}.checkin{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:15px;border-radius:17px;background:#edf2eb;margin-bottom:16px}.checkin label{font-size:.75rem;font-weight:700}.checkin output{float:right;color:var(--green)}.checkin input{width:100%;accent-color:var(--green)}.primary{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:0;padding:14px 18px;border-radius:14px;color:#fff;background:var(--forest);font-weight:800;box-shadow:0 8px 20px #153d3530}.primary:disabled{opacity:.55}.wide{width:100%}.notice{padding:10px 12px;border-radius:12px;color:#5b542e;background:#f4edcf;font-size:.8rem;line-height:1.45}.safety-note{display:flex;gap:12px;padding:16px;color:#476059;font-size:.78rem;line-height:1.5}.safety-note svg{flex:0 0 auto}.safety-note p{margin:0}.safety-note strong{display:block;color:var(--ink)}.bottom-nav{position:fixed;z-index:10;bottom:0;left:50%;transform:translate(-50%);width:min(100%,720px);display:grid;grid-template-columns:repeat(4,1fr);padding:9px 10px calc(9px + env(safe-area-inset-bottom));background:#fbfcf8ed;border:1px solid #fff;border-radius:22px 22px 0 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -8px 30px #273a3320}.bottom-nav button{border:0;background:none;color:#87938f;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:.68rem;font-weight:700}.bottom-nav svg{width:21px}.bottom-nav button.active{color:var(--forest)}.bottom-nav button.active svg{filter:drop-shadow(0 2px 4px #315f5050)}.login-shell{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(150deg,#0f322c,#1e5a4d)}.login-card{width:min(100%,400px);padding:34px;border-radius:28px;background:#f9fbf6;box-shadow:0 30px 70px #03191360}.brand-mark{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:var(--lime);margin-bottom:24px}.login-card form{margin-top:28px}.login-card label,.finish-card label,.measure-form label{display:block;font-size:.78rem;color:var(--muted);font-weight:700}input,select,textarea{width:100%;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:12px;padding:12px;outline:none;margin:6px 0 14px}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #2e77651c}.error{color:#a83d3d;background:#fbe8e6;padding:9px 11px;border-radius:10px;font-size:.78rem}.workout-shell{width:min(100%,720px);margin:auto;padding:20px 15px 60px}.workout-head{display:flex;align-items:center;gap:12px}.workout-head h1{font-size:1.22rem;margin:0}.workout-head div:nth-child(2){flex:1}.icon-button{border:0;background:#fff;width:42px;height:42px;border-radius:14px;display:grid;place-items:center}.live-dot{font-size:.6rem;color:#256453;font-weight:800;padding:6px 8px;border-radius:99px;background:#d9efdf}.workout-progress{height:5px;margin:20px 0 10px;background:#dfe5dc;border-radius:99px;overflow:hidden}.workout-progress span{display:block;height:100%;background:var(--green)}.workout-rule{color:var(--muted);font-size:.78rem;margin-bottom:18px}.exercise-log{background:var(--paper);border:1px solid #fff;border-radius:20px;padding:16px;margin-bottom:12px}.exercise-guide{display:flex;gap:14px;align-items:center;margin-bottom:12px}.exercise-title{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px}.exercise-title h3{font-size:.95rem;margin:2px 0}.exercise-title p{color:var(--muted);font-size:.72rem;margin:0}.machine-chip{display:flex;align-items:center;gap:8px;margin:0 0 12px;padding:9px 11px;color:#365c52;background:#e8f0e9;border-radius:11px;font-size:.75rem}.exercise-alternative{margin:0 0 13px;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.exercise-alternative summary{padding:10px 12px;color:var(--green);font-size:.74rem;font-weight:800;cursor:pointer}.alternative-grid{display:grid;grid-template-columns:56px 1fr;gap:11px;align-items:start;padding:0 12px 12px}.alternative-grid>div:last-child{display:flex;flex-direction:column;font-size:.78rem}.alternative-grid small{color:var(--muted);margin-top:2px}.alternative-grid p{color:var(--muted);font-size:.72rem;line-height:1.4;margin:5px 0 0}.set-row{display:grid;grid-template-columns:25px repeat(3,1fr) 38px;gap:7px;align-items:end;padding:6px 0;border-top:1px solid #e8ece5}.set-row>b{align-self:center;color:var(--muted);font-size:.78rem}.set-row label{font-size:.61rem;color:var(--muted)}.set-row input{margin:3px 0 0;padding:8px 5px;text-align:center;border-radius:9px}.set-done{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);color:#89958f;background:#fff;border-radius:10px}.set-done.saved{color:#fff;background:var(--green);border-color:var(--green)}.timed-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0 2px;border-top:1px solid #e8ece5;color:var(--muted);font-size:.75rem}.finish-card{margin-top:24px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.finish-card textarea{min-height:80px;resize:vertical}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:16px}.stats-grid div{padding:17px 10px;text-align:center;background:var(--forest);color:#fff;border-radius:17px}.stats-grid strong{display:block;font-family:Manrope;font-size:1.5rem}.stats-grid span{color:#bcd1ca;font-size:.7rem}.panel h2{margin-bottom:14px}.history-row,.schedule-row,.integration-row,.metric-row{display:flex;gap:11px;align-items:center;padding:12px 0;border-top:1px solid var(--line);font-size:.82rem}.history-row:first-of-type,.schedule-row:first-of-type,.integration-row:first-of-type,.metric-row:first-of-type{border-top:0}.history-row>div:nth-child(2),.schedule-row>div:nth-child(2),.integration-row>div:nth-child(2){display:flex;flex-direction:column;flex:1}.history-row>p{text-align:right;margin:0}.history-icon,.integration-icon{width:38px;height:38px;border-radius:12px;background:#e8eee7;display:grid;place-items:center;flex:0 0 auto}.integration-icon.connected{color:#185b48;background:#d7ebdc}.metric-row{justify-content:space-between}.measure-form form{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.measure-form button,.measure-form .error{grid-column:1/-1}.unit-input{position:relative}.unit-input span{position:absolute;right:12px;top:18px;color:var(--muted);font-size:.78rem}.unit-input input{padding-right:45px}.plan-banner{display:flex;gap:14px;align-items:center;color:#fff;padding:20px;border-radius:22px;margin-bottom:16px;background:linear-gradient(135deg,#123b34,#2b6a5b);box-shadow:0 14px 35px #123b3430}.plan-banner svg{color:var(--lime)}.plan-banner p{font-size:.72rem;color:#c2d7d0;margin-bottom:5px}.plan-banner h2{margin:0;font-size:1rem}.date-box{display:flex;flex-direction:column;align-items:center;width:40px;padding:5px;border-radius:10px;background:#edf0ea}.date-box strong{line-height:1}.date-box.complete{color:#fff;background:var(--green)}.status{font-size:.65rem;padding:5px 7px;border-radius:99px;background:#ecefe9}.status.completed{color:#19543f;background:#d9ecdd}.status.in_progress{color:#75581b;background:#f3e6bb}.text-button{border:0;color:var(--green);background:none;font-size:.73rem;font-weight:800;padding:7px}.logout{display:flex;align-items:center;gap:6px;margin:28px auto 0;border:0;background:none;color:#7f8c87;font-size:.74rem}.sync-explainer p{margin:0;padding:9px 0;border-top:1px solid var(--line);color:var(--muted);font-size:.8rem;line-height:1.5}.sync-explainer p strong{color:var(--ink)}.shortcut-setup{margin-top:14px;padding:15px;border-radius:15px;background:#edf2eb}.shortcut-setup>p{color:var(--muted);font-size:.75rem;line-height:1.45;margin:6px 0 12px}.shortcut-setup label{display:block;margin-top:10px;color:var(--muted);font-size:.7rem;font-weight:700}.shortcut-setup code{display:block;overflow-wrap:anywhere;margin:5px 0 7px;padding:9px;border-radius:9px;color:var(--ink);background:#fff;font-size:.68rem}.shortcut-setup input{margin:5px 0 7px;padding:9px;font-size:.72rem}.copy-button{display:inline-flex;align-items:center;gap:5px;border:0;padding:7px 9px;border-radius:9px;color:var(--green);background:#fff;font-size:.69rem;font-weight:800}.loading,.empty{min-height:45vh;display:grid;place-content:center;justify-items:center;text-align:center;color:var(--muted)}.empty svg{color:var(--green);width:38px;height:38px}.empty h2{color:var(--ink);margin:12px 0 5px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:650px){.content{padding-top:55px}.session-card,.panel,.finish-card{padding:25px}.bottom-nav{bottom:18px;border-radius:22px}.workout-shell{padding-top:35px}}@media(max-width:380px){.checkin,.measure-form form{grid-template-columns:1fr}.measure-form button,.measure-form .error{grid-column:auto}.set-row{grid-template-columns:21px repeat(3,1fr) 34px;gap:4px}}
