:root{color-scheme:light;--bg: #f5f7f8;--surface: #ffffff;--surface-strong: #eef3f1;--text: #17201c;--muted: #65736d;--line: #d9e2de;--accent: #176c5f;--accent-dark: #0f5148;--accent-soft: #dcefea;--warning: #a84f2b;--warning-soft: #fae8df;--focus: #2c77b8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg);-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;font-size:1rem}button{cursor:pointer;touch-action:manipulation}button:disabled{cursor:not-allowed;opacity:.55}strong,p,span,small,dd{overflow-wrap:anywhere}h1,h2,h3,h4,p{margin-top:0}h1{margin-bottom:0;font-size:2rem;line-height:1.15;overflow-wrap:anywhere}h2{margin-bottom:.85rem;font-size:1.2rem}h3{margin-bottom:.35rem;font-size:1.05rem}h4{margin-bottom:.2rem}small,.muted{color:var(--muted)}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:8px;padding:.72rem .8rem;background:#fff;color:var(--text)}textarea{resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--focus);outline:3px solid rgba(44,119,184,.16)}label{display:grid;gap:.4rem;color:#26342f;font-size:.92rem;font-weight:700}table{width:100%;border-collapse:collapse;background:var(--surface)}th,td{border-bottom:1px solid var(--line);padding:.9rem;text-align:left;vertical-align:middle}th{color:var(--muted);font-size:.78rem;letter-spacing:0;text-transform:uppercase}td small{display:block}.screen-center{display:grid;min-height:100vh;place-items:center;color:var(--muted)}.compact-loader{min-height:120px}.app-shell{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:1.25rem;height:100vh;border-right:1px solid var(--line);background:#fbfcfb;padding:1.15rem}.brand,.nav-item,.primary-button,.secondary-button,.danger-button,.icon-button,.inline-action{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.brand{justify-content:flex-start;color:var(--accent-dark);font-weight:800}.brand svg{width:28px;height:28px}.nav-list{display:grid;gap:.25rem}.nav-item{justify-content:flex-start;border-radius:8px;padding:.72rem .75rem;color:#40514b;font-weight:700}.nav-item:hover,.nav-item.active{background:var(--accent-soft);color:var(--accent-dark)}.mobile-label{display:none}.sidebar-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;border-top:1px solid var(--line);padding-top:1rem}.sidebar-footer strong,.sidebar-footer small{display:block}.main-content{width:min(100%,1440px);padding:2rem}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.page-actions{display:flex;flex-wrap:wrap;gap:.6rem}.eyebrow{margin-bottom:.25rem;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.primary-button,.secondary-button,.danger-button,.icon-button{border:1px solid transparent;border-radius:8px;min-height:44px;padding:.58rem .85rem;font-weight:800}.primary-button{background:var(--accent);color:#fff}.primary-button:hover{background:var(--accent-dark)}.secondary-button{border-color:var(--line);background:var(--surface);color:#24342f}.secondary-button:hover{border-color:#b6c7c1;background:var(--surface-strong)}.danger-button{border-color:#ecc5b4;background:var(--warning-soft);color:var(--warning)}.danger-button:hover{background:#f6d9cb}.icon-button{width:44px;padding:0;border-color:var(--line);background:var(--surface);color:#40514b}.inline-action{color:var(--accent);font-weight:800}.auth-page{display:grid;min-height:100vh;place-items:center;padding:1.5rem;background:linear-gradient(180deg,#176c5f14,#2c77b814),var(--bg)}.auth-panel{width:min(100%,430px);border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:2rem;box-shadow:0 18px 42px #17201c14}.auth-mark{display:grid;width:48px;height:48px;place-items:center;border-radius:8px;margin-bottom:1rem;background:var(--accent-soft);color:var(--accent-dark)}.auth-switch{margin:1rem 0 0;color:var(--muted)}.auth-switch a{color:var(--accent);font-weight:800}.auth-link{justify-content:flex-start;width:fit-content}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:var(--muted);font-size:.85rem;font-weight:800}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--line)}.google-signin-button{width:100%}.stack{display:grid;gap:1rem}.form-error,.alert.error,.alert.success{border:1px solid #e5b4a0;border-radius:8px;background:var(--warning-soft);color:var(--warning);padding:.8rem .9rem}.alert.success{border-color:#afd3c7;background:var(--accent-soft);color:var(--accent-dark)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{display:flex;gap:.85rem;align-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:1rem}.stat-card svg{color:var(--accent)}.stat-card span,.compact-meta dt{display:block;color:var(--muted);font-size:.8rem;font-weight:700}.stat-card strong{display:block;font-size:1.5rem;line-height:1.2}.section-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.45fr);gap:1rem;align-items:start}.section-grid.wide-left{grid-template-columns:minmax(0,1.2fr) minmax(320px,.55fr)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.section-heading h2{margin:0}.section-heading a,.section-heading span{color:var(--muted);font-size:.9rem;font-weight:800}.content-section{margin-top:1.5rem}.program-panel,.editor-panel,.program-card,.workout-log-card,.exercise-editor-card,.empty-state{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:1rem}.program-panel-header,.program-card-top,.exercise-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.program-panel-header p,.program-card-top p,.exercise-card-header p{margin-bottom:0;color:var(--muted)}.program-grid,.day-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.program-card,.day-card,.list-card,.select-card{display:grid;gap:.75rem}.day-card,.list-card,.select-card{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:1rem}.day-card:hover,.list-card:hover,.select-card.selected{border-color:#9fc2b8;background:var(--accent-soft)}.day-card p,.day-card span,.select-card span,.select-card small{margin:0;color:var(--muted)}.select-card input{position:absolute;opacity:0;pointer-events:none}.side-stack,.card-list,.exercise-editor-list,.workout-log-list,.history-list{display:grid;gap:1rem}.list-card{grid-template-columns:minmax(0,1fr) auto auto;align-items:center}.list-card span{display:block;color:var(--muted)}.history-card{display:grid;gap:.75rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:1rem}.history-card-main{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.history-card-main h2{margin-bottom:.25rem}.history-card-main p,.history-meta{margin:0;color:var(--muted)}.history-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.92rem}.history-delete{justify-self:start}.compact-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0}.compact-meta dd,.compact-meta dt,.detail-list dd,.detail-list dt{margin:0}.compact-meta dd,.detail-list dd{font-weight:800}.status-pill{border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);padding:.25rem .55rem;font-size:.78rem;font-weight:900}.button-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.checkbox-row{display:flex;align-items:center;gap:.55rem}.checkbox-row input{width:auto}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.table-wrap.compact{border:0}.exercise-editor-card{display:grid;gap:1rem}.set-grid-header,.set-grid-row{display:grid;grid-template-columns:60px minmax(88px,1fr) minmax(72px,1fr) minmax(180px,1.8fr) 44px;gap:.5rem;align-items:center}.set-grid-header{color:var(--muted);font-size:.8rem;font-weight:900;text-transform:uppercase}.set-number{display:flex;align-items:center;min-height:44px}.set-number span,.set-field span{display:none}label.set-field{display:block;min-width:0}.previous-set-performance{display:grid;grid-column:2 / 5;gap:.15rem;color:var(--muted);font-size:.82rem;line-height:1.35}.empty-state{color:var(--muted);text-align:center}.empty-state h2{color:var(--text)}.narrow-panel{max-width:620px}.detail-list{display:grid;gap:1rem}.detail-list div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding-bottom:.8rem}@media(max-width:1100px){.stats-grid,.form-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.section-grid,.section-grid.wide-left{grid-template-columns:1fr}}@media(max-width:780px){.app-shell{display:block;min-height:100dvh}.sidebar{position:fixed;top:auto;right:0;bottom:0;left:0;z-index:30;display:block;height:auto;border-top:1px solid var(--line);border-right:0;padding:.35rem max(.45rem,env(safe-area-inset-left)) calc(.35rem + env(safe-area-inset-bottom)) max(.45rem,env(safe-area-inset-right));box-shadow:0 -12px 30px #17201c14}.brand{display:none}.nav-list{grid-template-columns:repeat(6,minmax(0,1fr));gap:.15rem}.nav-item{flex-direction:column;justify-content:center;gap:.18rem;min-width:0;min-height:56px;border-radius:8px;padding:.35rem .1rem;font-size:.68rem;line-height:1.1}.nav-item svg{width:20px;height:20px;flex:0 0 auto}.desktop-label{display:none}.mobile-label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-footer{display:none}.main-content{width:100%;max-width:680px;margin:0 auto;padding:1rem 1rem calc(5.5rem + env(safe-area-inset-bottom))}h1{font-size:1.6rem}h2{font-size:1.1rem}.page-header,.program-panel-header,.program-card-top,.exercise-card-header{align-items:stretch;flex-direction:column}.page-actions{width:100%}.page-actions>*,.button-row>.primary-button,.button-row>.secondary-button,.button-row>.danger-button{width:100%}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.stat-card{align-items:flex-start;flex-direction:column;gap:.55rem;padding:.85rem}.stat-card strong{overflow-wrap:anywhere;font-size:1.3rem}.form-grid,.form-grid.three,.form-grid.four,.program-grid,.day-card-grid{grid-template-columns:1fr}.list-card{grid-template-columns:minmax(0,1fr) auto;gap:.65rem}.list-card small{grid-column:1}.list-card svg{grid-column:2;grid-row:1 / span 2;align-self:center}.history-card-main{flex-direction:column}.history-card-main .secondary-button,.history-delete{width:100%}.auth-page{min-height:100dvh;place-items:start center;padding:max(1rem,env(safe-area-inset-top)) 1rem 1rem}.auth-panel{padding:1.25rem;box-shadow:none}.detail-list div{flex-direction:column;gap:.25rem}.set-grid-header{display:none}.set-grid-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;align-items:end;border-top:1px solid var(--line);padding-top:.85rem}.set-grid-header+.set-grid-row{border-top:0;padding-top:0}.set-number{grid-column:1 / -1;justify-content:space-between;min-height:auto;border-radius:8px;background:var(--surface-strong);padding:.45rem .6rem}.set-number span,.set-field span{display:block}label.set-field{display:grid;gap:.35rem}.set-field-notes,.previous-set-performance,.set-grid-row .icon-button{grid-column:1 / -1}.set-grid-row .icon-button{width:100%}}@media(max-width:680px){.table-wrap{overflow:visible;border:0;background:transparent}.table-wrap table,.table-wrap thead,.table-wrap tbody,.table-wrap tr,.table-wrap th,.table-wrap td{display:block}.table-wrap thead{display:none}.table-wrap tr{margin-bottom:.75rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:.85rem}.table-wrap td{display:grid;grid-template-columns:minmax(96px,.38fr) minmax(0,1fr);gap:.75rem;border-bottom:0;padding:.35rem 0}.table-wrap td:before{content:attr(data-label);color:var(--muted);font-size:.76rem;font-weight:900;text-transform:uppercase}.table-wrap td[data-label=Actions]{display:block;padding-top:.75rem}.table-wrap td[data-label=Actions]:before{display:none}.table-wrap.compact tr{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;padding:.7rem}.table-wrap.compact td{display:block;padding:.25rem;text-align:center}.table-wrap.compact td:before{display:block;margin-bottom:.15rem;font-size:.68rem}.table-wrap.compact td[data-label=Notes]{grid-column:1 / -1;border-top:1px solid var(--line);margin-top:.25rem;padding-top:.5rem;text-align:left}}@media(max-width:360px){.main-content{padding-right:.75rem;padding-left:.75rem}.stats-grid{grid-template-columns:1fr}.nav-item{font-size:.62rem}}
