*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0e0e10;--surface: #1a1a1f;--surface2: #24242c;--border: #2e2e38;--text: #e8e8f0;--text-muted:#888898;--heavy: #ef4444;--heavy-dim: #7f1d1d;--fsl: #3b82f6;--fsl-dim: #1e3a5f;--deload: #6b7280;--deload-dim:#1f2937;--amrap: #f59e0b;--amrap-bg: #2d1e00;--green: #22c55e;--radius: 10px;--radius-sm: 6px;--shadow: 0 2px 8px rgba(0,0,0,.4);font-size:16px}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior:none}html{-webkit-tap-highlight-color:transparent}#root{display:flex;flex-direction:column}h1{font-size:1.6rem;font-weight:700}h2{font-size:1.3rem;font-weight:700}h3{font-size:1.05rem;font-weight:600}.app-main{flex:1;overflow-y:auto;padding:1rem;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom));scrollbar-width:none}.app-main::-webkit-scrollbar{display:none}.bottom-nav{position:fixed;bottom:0;left:0;right:0;padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border);display:flex;z-index:100}.bottom-nav button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;color:var(--text-muted);font-size:.68rem;font-weight:500;cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none;padding:.75rem .4rem;min-height:56px;transition:color .1s}.bottom-nav button.active{color:var(--text)}.bottom-nav button:active{opacity:.6}.bottom-nav button svg{width:22px;height:22px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:.75rem}.card-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.4rem}.card-value{font-size:2rem;font-weight:700;line-height:1}.card-sub{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.2rem;border-radius:var(--radius-sm);border:none;font-size:.95rem;font-weight:600;cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none;transition:opacity .1s,transform .08s;line-height:1;min-height:44px}.btn:active{transform:scale(.96);opacity:.85}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--text);color:var(--bg)}.btn-danger{background:var(--heavy);color:#fff}.btn-blue{background:var(--fsl);color:#fff}.btn-ghost{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-full{width:100%}.btn-sm{padding:.4rem .8rem;font-size:.82rem}input,textarea,select{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:.5rem .7rem;font-size:16px;font-family:inherit;width:100%;outline:none;transition:border-color .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus,textarea:focus,select:focus{border-color:var(--fsl)}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}label{font-size:.82rem;color:var(--text-muted);display:block;margin-bottom:.25rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th{text-align:left;color:var(--text-muted);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.4rem .5rem;border-bottom:1px solid var(--border)}td{padding:.5rem;border-bottom:1px solid var(--border);vertical-align:middle}tr:last-child td{border-bottom:none}tr.amrap-row{background:var(--amrap-bg)}tr.amrap-row td:first-child{border-left:3px solid var(--amrap)}.badge{display:inline-block;padding:.2rem .55rem;border-radius:99px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge-heavy{background:var(--heavy-dim);color:var(--heavy)}.badge-fsl{background:var(--fsl-dim);color:var(--fsl)}.badge-deload{background:var(--deload-dim);color:var(--deload)}.badge-amrap{background:var(--amrap-bg);color:var(--amrap)}.badge-done{background:#14532d;color:var(--green)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.section-header h2{margin:0}.row{display:flex;gap:.75rem}.row>*{flex:1}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.text-muted{color:var(--text-muted)}.text-sm{font-size:.85rem}.text-amrap{color:var(--amrap);font-weight:700}.text-heavy{color:var(--heavy)}.text-fsl{color:var(--fsl)}.text-green{color:var(--green)}.divider{height:1px;background:var(--border);margin:1rem 0}.chip-list{display:flex;flex-wrap:wrap;gap:.4rem}.workout-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.5rem;cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none;transition:border-color .15s,opacity .1s;min-height:52px}.workout-item:active{opacity:.7}@media (hover: hover){.workout-item:hover{border-color:#445}}.workout-item.active{border-color:var(--fsl)}.workout-item.completed{opacity:.65}.workout-item-left{display:flex;flex-direction:column;gap:.25rem}.workout-item-week{font-size:.75rem;color:var(--text-muted)}.chart-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem .5rem .5rem;margin-bottom:1rem}.chart-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);padding:0 .5rem;margin-bottom:.5rem}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty-state h2{color:var(--text);margin-bottom:.5rem}.empty-state p{margin-bottom:1.5rem;font-size:.9rem}.inline-edit{display:flex;gap:.4rem;align-items:center}.inline-edit input{flex:1}.note-area{resize:vertical;min-height:80px}.completed-check{color:var(--green);font-size:1.2rem}.page-title{margin-bottom:1rem}.amrap-callout{background:var(--amrap-bg);border:1px solid var(--amrap);border-radius:var(--radius-sm);padding:.6rem .8rem;font-size:.85rem;color:var(--text-muted)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg)}.auth-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem}.auth-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.auth-logo-icon{font-size:1.6rem}.auth-logo-text{font-size:1rem;font-weight:700;color:var(--text-muted)}.auth-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:.3rem}.auth-subtitle{text-align:center;color:var(--text-muted);font-size:.88rem;margin-bottom:1.5rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.25rem}.auth-error{background:var(--heavy-dim);border:1px solid var(--heavy);color:var(--heavy);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.85rem}.auth-info{color:var(--text-muted);font-size:.9rem;text-align:center;line-height:1.5;margin-bottom:1.5rem}.auth-links{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:1rem;font-size:.85rem;color:var(--text-muted)}.auth-sep{color:var(--border)}.link-btn{background:none;border:none;color:var(--fsl);font-size:.85rem;font-weight:600;cursor:pointer;touch-action:manipulation;padding:.25rem 0;text-decoration:underline;text-underline-offset:2px;min-height:44px;display:inline-flex;align-items:center}@media (hover: hover){.link-btn:hover{color:var(--text)}}
