*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}input,textarea{user-select:text;-webkit-user-select:text}img,svg,canvas{-webkit-user-drag:none}html{touch-action:pan-x pan-y}:root{--bg: #1a1625;--bg-2: #2d1f3d;--text: #ffffff;--muted: #9b8ab3;--accent: #a78bfa;--accent-2: #60a5fa;--tabbar-h: 64px}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior:none}.app{display:flex;flex-direction:column;height:100%}.app-swipe{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;overflow:hidden;touch-action:none;user-select:none;-webkit-user-select:none}.panel{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;touch-action:pan-y;background:var(--bg)}.panel-workout{z-index:10}.panel-settings,.panel-plans,.panel-stats{z-index:5;overflow-y:auto}main{flex:1;overflow-y:auto;padding-bottom:76px}.splash{height:100%;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;text-align:center;font-size:24px;font-weight:600;color:var(--accent)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:10px;width:34px;height:34px;color:var(--muted)}.icon-text{display:inline-flex;align-items:center;gap:7px;justify-content:center}.chev{transition:transform .2s ease}.chev.open{transform:rotate(180deg)}.screen{padding:16px;max-width:680px;margin:0 auto}h1{font-size:20px;margin-bottom:16px;color:var(--text)}h2{font-size:14px;margin:20px 0 12px;color:var(--muted);font-weight:500}h3{font-size:16px;margin-bottom:8px}.muted{color:var(--muted);font-size:12px}.small{font-size:12px}.center{text-align:center}.grow{flex:1}.row{display:flex;gap:8px;align-items:center;margin-top:8px}.card{background:#ffffff0a;border-radius:12px;padding:12px 14px;margin-bottom:10px;border:1px solid rgba(255,255,255,.08)}button{font:inherit;color:inherit;background:none;border:none;border-radius:12px;cursor:pointer;touch-action:manipulation;transition:all .2s ease}button:disabled{opacity:.4;cursor:default}.primary{background:var(--accent);color:#1a1625;font-weight:600;padding:10px 18px}.primary:active{opacity:.9}.ghost{background:#ffffff14;padding:8px 14px}.ghost:active{background:#ffffff1f}.big{padding:12px 18px;font-size:16px;flex:1}.small-btn{padding:5px 10px;font-size:13px}input,select{font:inherit;color:var(--text);background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:8px 10px}input::placeholder{color:var(--muted)}.tabbar{position:fixed;bottom:0;left:0;right:0;z-index:40;display:flex;background:var(--bg-2);height:var(--tabbar-h);border-top:1px solid rgba(255,255,255,.08);padding-bottom:env(safe-area-inset-bottom)}.tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 0 8px;border-radius:0;color:var(--muted);font-size:11px}.tab.active{color:var(--text)}.tab-emoji{position:relative;font-size:20px}.tab-label{font-size:11px}.badge{position:absolute;top:-4px;right:-12px;background:var(--accent);color:#1a1625;font-size:10px;font-weight:700;border-radius:999px;padding:1px 5px}.badge.live{background:#ef4444}.today-sheet{height:100%;display:flex;flex-direction:column;padding:0;margin:0;overflow:hidden}.sheet-content{flex:1;overflow-y:auto;padding:48px 20px 32px;display:flex;flex-direction:column;gap:2px}.sheet-program-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:48px;padding:0;gap:16px}.sheet-program-name{font-size:32px;font-weight:700;color:var(--text);letter-spacing:0;text-transform:none}.sheet-program-date{font-size:13px;color:var(--muted);margin-top:4px}.set-section{margin-bottom:20px}.set-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:flex;justify-content:space-between}.set-content{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.set-reps{font-size:32px;font-weight:700;line-height:1}.set-reps-label{font-size:16px;color:var(--text);font-weight:400}.set-type-badge{font-size:11px;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-left:auto}.weight-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:flex;justify-content:space-between}.weight-breakdown{font-size:11px;color:var(--muted)}.weight-content{font-size:40px;font-weight:700;line-height:1;color:var(--text)}.weight-unit{font-size:16px;color:var(--text);font-weight:400;margin-left:6px}.rest-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:32px 0;padding-top:32px;border-top:1px solid rgba(255,255,255,.08)}.rest-item,.next-item{text-align:left}.rest-label,.next-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.rest-timer{font-size:32px;font-weight:700;line-height:1;color:var(--text)}.next-exercise{font-size:16px;font-weight:500;color:var(--text)}.sheet-footer{padding:16px;border-top:1px solid rgba(255,255,255,.08);background:var(--bg)}.sheet-footer button{width:100%;padding:14px 16px;font-size:16px;font-weight:600}.sheet-banner{font-size:13px;color:var(--muted);line-height:1.4;margin-bottom:16px;padding:8px 4px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--bg-2);border-radius:16px;padding:24px;max-width:400px;width:90%;border:1px solid rgba(255,255,255,.08)}.modal h2{margin:0 0 16px;font-size:20px;color:var(--text)}.modal p{color:var(--muted);font-size:14px;margin-bottom:8px}.modal .primary{width:100%;margin-top:16px}.alert-card{background:#a78bfa1a;border:1px solid rgba(167,139,250,.2);border-radius:12px;padding:12px;margin-bottom:12px}.alert-card strong{display:block;color:var(--accent);margin-bottom:4px}.rest-timer-bar{position:fixed;bottom:var(--tabbar-h);left:0;right:0;height:4px;background:#ffffff14}.rest-timer-fill{height:100%;background:var(--accent-2);transition:width .1s linear}.program-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;margin-bottom:12px;cursor:pointer;transition:all .2s ease}.program-card:active{background:#ffffff0f}.program-card.active-program{border-color:var(--accent);background:#a78bfa0d}.template-card{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.active-chip{display:inline-block;background:var(--accent);color:#1a1625;font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;margin-left:8px;text-transform:uppercase}.section-label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin:20px 0 12px;font-weight:600}.section-label.label-row{display:flex;justify-content:space-between;align-items:center}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.form-group input,.form-group select{width:100%}.today-sheet{display:flex;flex-direction:column;height:100vh;background:var(--bg);overflow:hidden}.sheet-top{padding:14px 24px 10px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.sheet-day{font-size:18px;font-weight:700;color:var(--accent);margin:0 0 1px;text-transform:uppercase;letter-spacing:.5px;line-height:1}.sheet-date{font-size:12px;color:var(--muted);margin:0;line-height:1}.sheet-body{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0}.section-label{font-size:10px;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin:0;line-height:1;padding:8px 24px 0;flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.section-counter{font-size:10px;color:var(--muted);margin:0;line-height:1;flex-shrink:0}.exercise-title{font-size:44px;font-weight:700;color:var(--text);margin:0;line-height:1.1;padding:6px 24px 8px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.set-display{display:flex;align-items:flex-end;justify-content:center;gap:10px;padding:10px 24px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.08)}.set-main{display:flex;flex-direction:column;align-items:center}.set-number{font-size:64px;font-weight:700;color:var(--text);line-height:.9;margin:0}.set-label-small{font-size:16px;color:var(--text);margin-top:2px;line-height:1;font-weight:400}.set-badge{font-size:10px;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;font-weight:600;line-height:1;text-align:right;padding-bottom:8px}.weight-display{display:flex;align-items:flex-end;justify-content:center;gap:6px;padding:10px 24px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.08)}.weight-number{font-size:64px;font-weight:700;color:var(--text);line-height:.9;margin:0}.weight-unit{font-size:16px;color:var(--text);line-height:1;font-weight:400;padding-bottom:4px}.section-row{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0;padding:0;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.section-col{padding:10px 24px;border-right:1px solid rgba(255,255,255,.08)}.section-col:last-child{border-right:none}.section-value{font-size:28px;font-weight:700;color:var(--text);margin:4px 0 0;line-height:1}.sheet-actions{display:flex;gap:6px;padding:8px;flex-shrink:0}.action-btn{flex:1;padding:12px 6px;font-size:9px;font-weight:600;color:var(--text);background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:4px;cursor:pointer;text-transform:uppercase;letter-spacing:.4px;transition:all .2s ease;line-height:1.1}.action-btn:active{background:#ffffff1f}.action-btn.check-btn{background:var(--accent);color:#1a1625;border-color:var(--accent);display:flex;align-items:center;justify-content:center}.action-btn.check-btn.checked{background:var(--accent)}.rest-bar{position:fixed;top:0;left:0;right:0;height:48px;background:var(--bg-2);border-bottom:1px solid rgba(255,255,255,.08);z-index:35;display:flex;align-items:center;gap:12px;padding:0 16px;overflow:hidden}.rest-bar-fill{position:absolute;left:0;top:0;height:2px;background:var(--accent-2)}.rest-bar-fox{flex-shrink:0;display:flex;align-items:center;color:var(--accent)}.rest-bar-time{font-size:16px;font-weight:700;color:var(--text);min-width:50px}main:has(>.rest-bar){margin-top:48px}.exercise-row{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.exercise-row:last-child{border-bottom:none}.exercise-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.exercise-title{font-size:24px;font-weight:700;color:var(--text)}.exercise-counter{font-size:12px;color:var(--muted)}.exercise-actions{display:flex;gap:8px;margin-top:8px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.settings-panel{display:flex;flex-direction:column;height:100%}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.settings-header h2{margin:0;font-size:18px}.settings-content{flex:1;overflow-y:auto;padding:16px}.accordion-section{border-bottom:1px solid rgba(255,255,255,.08)}.accordion-section:last-child{border-bottom:none}.accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 0;background:none;border:none;text-align:left;color:var(--text);font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.accordion-header:active{opacity:.8}.accordion-chevron{display:flex;align-items:center;transition:transform .2s ease}.accordion-chevron.open{transform:rotate(180deg)}.accordion-body{padding:8px 0}.settings-item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);background:none;text-align:left;color:var(--text);font-size:16px}.settings-item:last-child{border-bottom:none}.settings-item:active{opacity:.8}.stats-panel{display:flex;flex-direction:column;height:100%}.stats-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.stats-header h2{margin:0;font-size:18px}.stats-content{flex:1;overflow-y:auto;padding:16px}.stat-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px;margin-bottom:12px;text-align:center}.stat-label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.stat-value{font-size:32px;font-weight:700;color:var(--text)}.repmax-list{display:flex;flex-direction:column;gap:8px}.repmax-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#ffffff0a;border-radius:8px;font-size:14px}.repmax-name{color:var(--text)}.repmax-value{color:var(--accent);font-weight:600}
