*{box-sizing:border-box;margin:0;padding:0}body{font-family:monospace;background:#fff;color:#000;line-height:1.5}.container{max-width:600px;margin:0 auto;padding:20px}header{display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid #000;padding-bottom:10px;margin-bottom:20px}h1{font-size:2rem;font-weight:900;letter-spacing:2px}h2{font-size:1.25rem;font-weight:700;margin-bottom:10px;border-bottom:2px solid #000;padding-bottom:5px}button{font-family:monospace;font-size:1rem;padding:8px 16px;background:#000;color:#fff;border:3px solid #000;cursor:pointer}button:hover{background:#fff;color:#000}button:disabled{opacity:.5;cursor:not-allowed}input,select{font-family:monospace;font-size:1rem;padding:8px;border:3px solid #000;background:#fff;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:28px}input:focus,select:focus{outline:none;background:#f0f0f0}label{display:block;font-weight:700;margin-bottom:4px}.error{color:#c00;font-weight:700;margin-top:10px}.login-form{max-width:300px}.login-form>div{margin-bottom:15px}.login-form input{width:100%}.exercise-form{border:3px solid #000;padding:15px;margin-bottom:20px}.form-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.form-row>div{flex:1;min-width:100px}@media(max-width:500px){.form-row{flex-direction:column;align-items:stretch}.form-row>div{flex:none;width:100%}.form-row>button{width:100%}}.form-row input,.form-row select{width:100%}.date-input-row{display:flex;gap:5px}.date-input-row input{flex:1}.today-btn{font-size:.75rem;padding:4px 8px;white-space:nowrap}.date-list ul,.day-view ul{list-style:none}.date-list li{border:3px solid #000;padding:10px;margin-bottom:10px;cursor:pointer;display:flex;justify-content:space-between}.date-list li:hover{background:#f0f0f0}.date-list .date{font-weight:700}.date-list .summary{color:#666}.day-view .back-btn{margin-bottom:15px}.day-view li{border:3px solid #000;padding:10px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.day-view .type{font-weight:700;text-transform:uppercase;min-width:140px}.day-view .value{flex:1;text-align:center}.delete-btn{background:#c00;border-color:#c00;font-size:.875rem;padding:4px 8px}.delete-btn:hover{background:#fff;color:#c00}.logout-btn{font-size:.875rem;padding:4px 8px}.week-view{border:3px solid #000;padding:15px;margin-bottom:20px}.week-view h2{font-size:.875rem;margin-bottom:15px}.week-view .no-data{color:#999;font-size:.875rem}.week-grid{display:flex;justify-content:space-between;align-items:flex-end;height:80px;gap:8px}.day-column{flex:1;display:flex;flex-direction:column;align-items:center}.day-bars{display:flex;gap:2px;align-items:flex-end;height:60px}.bar{width:8px;min-height:2px;transition:height .2s ease}.bar-run{background:#000}.bar-pushups{background:#666}.bar-weighted{background:#aaa}.bar-empty{width:8px;height:2px;background:#ddd}.day-label{font-size:.75rem;margin-top:8px;font-weight:700}.week-legend{display:flex;gap:15px;margin-top:12px;font-size:.75rem}.legend-item{display:flex;align-items:center;gap:4px}.dot{width:8px;height:8px}.dot-run{background:#000}.dot-pushups{background:#666}.dot-weighted{background:#aaa}.header-buttons{display:flex;gap:8px}.stats-view .back-btn{margin-bottom:0}.stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.stats-toggle{display:flex;gap:0}.stats-toggle button{font-size:.875rem;padding:4px 12px;background:#fff;color:#000;border:3px solid #000;margin-left:-3px}.stats-toggle button:first-child{margin-left:0}.stats-toggle button.active{background:#000;color:#fff}.stats-chart{border:3px solid #000;padding:15px;margin-bottom:20px}.stats-chart h2{font-size:.875rem;margin-bottom:15px}.chart-tooltip{background:#000;color:#fff;padding:4px 8px;font-size:.75rem;font-family:monospace;font-weight:700}.coach-view{margin-top:10px}.coach-section{margin-bottom:15px}.coach-textarea{font-family:monospace;font-size:1rem;padding:8px;border:3px solid #000;background:#fff;color:#000;width:100%;resize:vertical;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.coach-textarea:focus{outline:none;background:#f0f0f0}.coach-response{border:3px solid #000;padding:15px;margin-top:15px;white-space:pre-wrap;line-height:1.6}.coach-response .cursor{animation:blink .8s step-end infinite}@keyframes blink{50%{opacity:0}}.coach-history{margin-top:20px}.coach-history-item{border:3px solid #000;margin-bottom:10px}.coach-history-header{padding:10px;cursor:pointer;display:flex;justify-content:space-between;font-weight:700}.coach-history-header:hover{background:#f0f0f0}.coach-history-body{padding:10px;border-top:3px solid #000;white-space:pre-wrap;line-height:1.6}.star-btn{background:transparent;border:none;cursor:pointer;font-size:1rem;padding:0 4px;color:#000}.star-btn:hover{background:transparent;color:#666}.coach-prompt{margin-top:10px;padding-top:10px;border-top:1px solid #ccc;color:#666;font-size:.875rem}.starred-coach{border:3px solid #000;margin-bottom:20px}.starred-coach-header{padding:10px;cursor:pointer;display:flex;justify-content:space-between;font-weight:700}.starred-coach-header:hover{background:#f0f0f0}.starred-coach-body{padding:10px;border-top:3px solid #000;white-space:pre-wrap;line-height:1.6}
