*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#213547;background-color:#fff}body{min-height:100vh}.page{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem}.page h1{font-size:1.5rem;margin-bottom:1.5rem}.activity-list,.button-list{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px}.activity-button,.nav-button{width:100%;padding:1rem;font-size:1.25rem;font-weight:600;font-family:inherit;border:2px solid #213547;border-radius:8px;background-color:#fff;color:#213547;cursor:pointer}.activity-button:active,.nav-button:active{background-color:#213547;color:#fff}.exercise-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:400px;margin-bottom:1.5rem}.exercise-card{display:flex;flex-direction:column;padding:.75rem 1rem;border:2px solid #ccc;border-radius:8px;cursor:pointer}.exercise-card-header{display:flex;justify-content:space-between;align-items:center}.skip-button{padding:.25rem .75rem;font-size:.75rem;font-weight:600;font-family:inherit;border:1px solid #888;border-radius:4px;background-color:#fff;color:#555;cursor:pointer;flex-shrink:0}.skip-button:active{background-color:#555;color:#fff}.exercise-card--completed{border-color:#2e7d32;background-color:#e8f5e9}.exercise-name{font-weight:600;font-size:1rem}.exercise-detail{font-size:.875rem;color:#555}.exercise-target{font-size:1rem;color:#555;margin-bottom:1rem}.submit-button{width:100%;max-width:400px;padding:1rem;font-size:1.25rem;font-weight:600;font-family:inherit;border:2px solid #2e7d32;border-radius:8px;background-color:#2e7d32;color:#fff;cursor:pointer}.submit-button:disabled{background-color:#ccc;border-color:#ccc;color:#888;cursor:not-allowed}.set-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:400px;margin-bottom:1rem}.set-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px}.set-info{font-size:.875rem}.set-actions{display:flex;gap:.5rem}.set-action-button{padding:.25rem .5rem;font-size:.75rem;font-family:inherit;border:1px solid #213547;border-radius:4px;background-color:#fff;color:#213547;cursor:pointer}.input-group{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:400px;margin-bottom:1rem}.input-label{display:flex;flex-direction:column;font-size:.875rem;font-weight:600}.input-field{margin-top:.25rem;padding:.75rem;font-size:1rem;font-family:inherit;border:2px solid #ccc;border-radius:8px;outline:none}.input-field:focus{border-color:#213547}.textarea-field{margin-top:.25rem;padding:.75rem;font-size:1rem;font-family:inherit;border:2px solid #ccc;border-radius:8px;outline:none;resize:vertical}.textarea-field:focus{border-color:#213547}.metric-display{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#213547}.rpe-group{display:flex;flex-direction:column}.rpe-header{display:flex;justify-content:space-between;align-items:center}.rpe-value{font-size:1.25rem;font-weight:600;color:#213547}.rpe-slider{margin-top:.5rem;width:100%;height:2rem;cursor:pointer;accent-color:#213547}.notes-label{width:100%;max-width:400px;margin-bottom:1rem}.overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000;pointer-events:none;opacity:0;transition:opacity .3s ease}.overlay--visible{opacity:1;transition:opacity .15s ease}.overlay-message{background:#e57373;color:#fff;font-size:1rem;font-weight:600;text-align:center;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 8px #0003;max-width:80%}
