html,body{width:100vw;height:100vh;margin:0;padding:0;box-sizing:border-box;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;background:#222;color:#fff;transition:background-color .3s,color .3s}body.light-mode{background:#f5f5f5;color:#333}main{width:100vw;min-height:100vh;margin:0;padding:0;display:flex;align-items:stretch;justify-content:stretch;background:#222;transition:background-color .3s,color .3s}main.light-mode{background:#f5f5f5;color:#333}.grid-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;gap:2em;width:100vw;min-height:100vh;margin:0;background:#222;border-radius:0;padding:3vw 5vw;color:#fff;box-sizing:border-box;align-items:start;transition:background-color .3s,color .3s}.light-mode .grid-container{background:#f5f5f5;color:#333}.grid-greeting{grid-column:1;grid-row:1;align-self:start;min-width:0;height:20%}.settings-panel{display:flex;gap:.5rem;margin-top:1rem}.settings-btn{background:#4a90e2;color:#fff;border:none;border-radius:20px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;transition:all .2s}.settings-btn:hover{background:#357abd;transform:translateY(-1px)}.light-mode .settings-btn{background:#4a90e2;color:#fff}.light-mode .settings-btn:hover{background:#357abd}.date-time,.days-since,.days-tracked{margin-top:.5em;font-size:1.1em;color:gold}.light-mode .date-time,.light-mode .days-since,.light-mode .days-tracked{margin-top:.5em;font-size:1.1em;color:#ff7b00}.grid-pr-display{grid-column:2;grid-row:1 / span 2;align-self:start;display:flex;flex-direction:column;align-items:center;text-align:center;background:#2a2a2a;border-radius:12px;padding:2vw 1vw;min-width:0;height:90%;transition:background-color .3s}.light-mode .grid-pr-display{background:#fff;color:#333;border:1px solid #ddd}.pr-svg-row{display:flex;justify-content:center;gap:2em;margin-top:1em}.pr-svg-bench,.pr-svg-squat,.pr-svg-deadlift{display:flex;flex-direction:column;align-items:center;gap:.5em}.grid-lift-input{grid-column:1;grid-row:2;align-self:start;background:#2a2a2a;border-radius:12px;padding:2vw 1vw;min-width:0;height:86%;transition:background-color .3s}.light-mode .grid-lift-input{background:#fff;color:#333;border:1px solid #ddd}.lift-form label{display:block;margin-bottom:1em}.lift-form input,.lift-form select{margin-left:.5em;padding:.3em .6em;border-radius:6px;border:1px solid #444;background:#fff;color:#222;font-size:1em;transition:background-color .3s,color .3s,border-color .3s}.light-mode .lift-form input,.light-mode .lift-form select{background:#fff;color:#333;border:1px solid #ddd}.lift-form button{margin-top:1em;padding:.6em 1.2em;background:#4a90e2;color:#fff;border:none;border-radius:8px;font-size:1em;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:background .2s}.lift-form button:hover{background:#357abd}.light-mode .lift-form button{background:#4a90e2;color:#fff}.light-mode .lift-form button:hover{background:#357abd}.save-message{margin-top:1em;color:#4caf50;font-weight:700;background:#222;border-radius:6px;padding:.5em 1em;display:inline-block;transition:background-color .3s}.light-mode .save-message{background:#f8f9fa;color:#27ae60;border:1px solid #e0e0e0}.simple-form{padding:1.5rem;text-align:center}.simple-checkbox{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.1rem;margin:1rem 0}.simple-checkbox input[type=checkbox]{transform:scale(1.5)}.simple-submit{padding:1rem 2rem;font-size:1.1rem;border-radius:25px;background:#4a90e2;color:#fff;border:none;cursor:pointer;transition:all .2s}.simple-submit:hover{background:#357abd;transform:translateY(-2px)}.light-mode .simple-submit{background:#4a90e2;color:#fff}.light-mode .simple-submit:hover{background:#357abd}@media (max-width: 900px){.grid-container{grid-template-columns:1fr;grid-template-rows:auto auto auto;width:100vw;min-height:100vh;padding:2vw}.grid-pr-display{grid-column:1;grid-row:2;margin-top:1em}.grid-lift-input{grid-column:1;grid-row:3;margin-top:1em}.settings-panel{flex-direction:column;gap:.5rem}}.calendar{margin:2rem auto;border-radius:8px;padding:1rem;max-width:350px;width:100%;text-align:center;align-self:center}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem}.nav-button{background:#4a90e2;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background-color .2s,transform .1s}.nav-button:hover{background:#357abd;transform:scale(1.1)}.nav-button:active{transform:scale(.95)}.month-title{cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:background-color .2s;margin:0;font-size:1.2rem;text-align:center;flex:1}.month-title:hover{background-color:#3a3a3a}.light-mode .month-title:hover{background-color:#f0f0f0}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:.5rem;text-align:center;font-size:.8rem;color:#ccc;font-weight:700}.light-mode .calendar-weekdays{color:#666}.calendar-weekdays span{padding:.5rem 0}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:1rem}.calendar-day{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;background:#2a2a2a;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .1s;min-height:50px;position:relative}.light-mode .calendar-day{background:#fff;color:#333;border:1px solid #e0e0e0}.calendar-day:hover{background-color:#3a3a3a;transform:scale(1.05)}.light-mode .calendar-day:hover{background-color:#f0f0f0;transform:scale(1.05)}.calendar-day.selected,.light-mode .calendar-day.selected{background-color:#4a90e2;color:#fff}.calendar-day svg{position:absolute;bottom:2px;right:2px}.calendar-details{margin-top:1rem;font-size:.95em;background:#222;border-radius:4px;padding:.5rem;transition:background-color .3s}.light-mode .calendar-details{background:#f8f9fa;color:#333;border:1px solid #e0e0e0}.simple-calendar{margin-top:2rem}.simple-grid{gap:4px}.simple-day{min-height:40px;font-size:.9rem}.simple-indicator{font-size:1.2rem;font-weight:700;margin-top:2px}.simple-indicator.lifted{color:#27ae60}.simple-indicator.not-lifted{color:#e74c3c}.simple-details{text-align:center;padding:1rem;border-radius:8px;margin-top:1rem;transition:background-color .3s}.simple-details{background:#333}.light-mode .simple-details{background:#f8f9fa;border:1px solid #e0e0e0;color:#333}.pr-svg-links{all:unset;cursor:pointer;width:50%;padding-bottom:2rem}main.svelte-ewqpju{min-height:100vh;padding:2rem;transition:background-color .3s,color .3s}.dark-mode.svelte-ewqpju{background:#222;color:#fff}.light-mode.svelte-ewqpju{background:#f5f5f5;color:#333}.graphs-container.svelte-ewqpju{max-width:1200px;margin:0 auto}.graphs-header.svelte-ewqpju{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid;transition:border-color .3s}.dark-mode.svelte-ewqpju .graphs-header:where(.svelte-ewqpju){border-bottom-color:#444}.light-mode.svelte-ewqpju .graphs-header:where(.svelte-ewqpju){border-bottom-color:#ddd}.graphs-header.svelte-ewqpju h1:where(.svelte-ewqpju){margin:0}.back-link.svelte-ewqpju{color:#4a90e2;text-decoration:none;font-size:1.1rem;transition:color .2s}.back-link.svelte-ewqpju:hover{color:#357abd}.pr-summary.svelte-ewqpju{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:3rem}.pr-card.svelte-ewqpju{border-radius:12px;padding:1.5rem;text-align:center;border-left:4px solid;transition:background-color .3s}.dark-mode.svelte-ewqpju .pr-card:where(.svelte-ewqpju){background:#2a2a2a}.light-mode.svelte-ewqpju .pr-card:where(.svelte-ewqpju){background:#fff;border:1px solid #e0e0e0}.pr-card.bench.svelte-ewqpju{border-left-color:#e74c3c}.pr-card.squat.svelte-ewqpju{border-left-color:#3498db}.pr-card.deadlift.svelte-ewqpju{border-left-color:#27ae60}.pr-card.svelte-ewqpju h3:where(.svelte-ewqpju){margin:0 0 .5rem;transition:color .3s}.dark-mode.svelte-ewqpju .pr-card:where(.svelte-ewqpju) h3:where(.svelte-ewqpju){color:#ccc}.light-mode.svelte-ewqpju .pr-card:where(.svelte-ewqpju) h3:where(.svelte-ewqpju){color:#666}.pr-value.svelte-ewqpju{font-size:2rem;font-weight:700;margin-bottom:.5rem}.sessions.svelte-ewqpju{font-size:.9rem;transition:color .3s}.dark-mode.svelte-ewqpju .sessions:where(.svelte-ewqpju){color:#999}.light-mode.svelte-ewqpju .sessions:where(.svelte-ewqpju){color:#777}.chart-container.svelte-ewqpju{border-radius:12px;padding:2rem;margin-bottom:3rem;transition:background-color .3s}.dark-mode.svelte-ewqpju .chart-container:where(.svelte-ewqpju){background:#2a2a2a}.light-mode.svelte-ewqpju .chart-container:where(.svelte-ewqpju){background:#fff;border:1px solid #e0e0e0}.chart-container.svelte-ewqpju h2:where(.svelte-ewqpju){margin:0 0 1rem;text-align:center}.progress-chart.svelte-ewqpju{display:block;margin:0 auto}.chart-legend.svelte-ewqpju{display:flex;justify-content:center;gap:2rem;margin-top:1rem}.legend-item.svelte-ewqpju{display:flex;align-items:center;gap:.5rem}.legend-color.svelte-ewqpju{width:16px;height:16px;border-radius:50%}.exercise-details.svelte-ewqpju{border-radius:12px;padding:2rem;transition:background-color .3s}.dark-mode.svelte-ewqpju .exercise-details:where(.svelte-ewqpju){background:#2a2a2a}.light-mode.svelte-ewqpju .exercise-details:where(.svelte-ewqpju){background:#fff;border:1px solid #e0e0e0}.exercise-details.svelte-ewqpju h2:where(.svelte-ewqpju){margin:0 0 2rem;text-align:center}.exercise-table.svelte-ewqpju{margin-bottom:2rem}.exercise-table.svelte-ewqpju h3:where(.svelte-ewqpju){margin:0 0 1rem}table.svelte-ewqpju{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;transition:background-color .3s}.dark-mode.svelte-ewqpju table:where(.svelte-ewqpju){background:#333}.light-mode.svelte-ewqpju table:where(.svelte-ewqpju){background:#fff;border:1px solid #e0e0e0}th.svelte-ewqpju,td.svelte-ewqpju{padding:.75rem;text-align:left;transition:background-color .3s}th.svelte-ewqpju{font-weight:700}.dark-mode.svelte-ewqpju th:where(.svelte-ewqpju){background:#444}.light-mode.svelte-ewqpju th:where(.svelte-ewqpju){background:#f8f9fa;color:#333}.dark-mode.svelte-ewqpju tr:where(.svelte-ewqpju):nth-child(2n){background:#3a3a3a}.light-mode.svelte-ewqpju tr:where(.svelte-ewqpju):nth-child(2n){background:#f8f9fa}.progress-cell.svelte-ewqpju{text-align:center}.progress-up.svelte-ewqpju{color:#27ae60;font-weight:700}.progress-down.svelte-ewqpju{color:#e74c3c;font-weight:700}.progress-same.svelte-ewqpju{transition:color .3s}.dark-mode.svelte-ewqpju .progress-same:where(.svelte-ewqpju){color:#999}.light-mode.svelte-ewqpju .progress-same:where(.svelte-ewqpju){color:#777}.goal-display.svelte-ewqpju{font-size:1rem;margin-bottom:.5rem;font-weight:700;opacity:.9}.progress-bar.svelte-ewqpju{width:100%;height:8px;border-radius:4px;margin-bottom:.5rem;overflow:hidden}.dark-mode.svelte-ewqpju .progress-bar:where(.svelte-ewqpju){background:#444}.light-mode.svelte-ewqpju .progress-bar:where(.svelte-ewqpju){background:#e0e0e0}.progress-fill.svelte-ewqpju{height:100%;border-radius:4px;transition:width .5s ease-in-out}.bench-fill.svelte-ewqpju{background:#e74c3c}.squat-fill.svelte-ewqpju{background:#3498db}.deadlift-fill.svelte-ewqpju{background:#27ae60}.goal-line.svelte-ewqpju{transition:opacity .3s}.goal-line.svelte-ewqpju:hover{opacity:1}.legend-goal-line.svelte-ewqpju{width:20px;height:3px;background:repeating-linear-gradient(to right,#666 0px,#666 8px,transparent 8px,transparent 12px);border-radius:2px}.goal-indicator.svelte-ewqpju{font-size:.8rem;font-weight:400;opacity:.8}.goal-cell.svelte-ewqpju{text-align:center;font-size:.9rem}.goal-achieved.svelte-ewqpju{color:#27ae60;font-weight:700}.goal-remaining.svelte-ewqpju{transition:color .3s}.dark-mode.svelte-ewqpju .goal-remaining:where(.svelte-ewqpju){color:#f39c12}.light-mode.svelte-ewqpju .goal-remaining:where(.svelte-ewqpju){color:#e67e22}.no-goal.svelte-ewqpju{transition:color .3s}.dark-mode.svelte-ewqpju .no-goal:where(.svelte-ewqpju){color:#999}.light-mode.svelte-ewqpju .no-goal:where(.svelte-ewqpju){color:#777}table.svelte-ewqpju th:where(.svelte-ewqpju):last-child,table.svelte-ewqpju td:where(.svelte-ewqpju):last-child{text-align:center}@media (max-width: 768px){main.svelte-ewqpju{padding:1rem}.graphs-header.svelte-ewqpju{flex-direction:column;gap:1rem;text-align:center}.progress-chart.svelte-ewqpju{width:100%;height:auto}.chart-legend.svelte-ewqpju{flex-direction:column;align-items:center}}
