@media(max-width:480px){.page-layout{grid-template-columns:1fr}.center-column{padding-top:20px}.workout-title input{font-size:32px;background:transparent;border:none;outline:none;color:inherit;width:100%;font-weight:700}.workout-timer,.workout-timer-button{min-width:60px;padding:4px 8px;font-size:1rem}.workout-footer{justify-content:center;gap:1rem}}html,body{margin:0;padding:0;min-height:100%}.page-layout{display:grid;grid-template-columns:1fr minmax(400px,600px) 1fr;width:100%;min-height:100vh}.left-column,.right-column,.center-column{display:flex;flex-direction:column;align-items:center;padding-top:40px}.workout-card{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:3px solid #000000;padding:8px;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:0;width:100%;max-width:600px;height:auto;max-height:80vh;overflow-y:auto}.workout-title{text-align:center;margin-bottom:50px}.workout-title input{font-size:24px;background:transparent;border:none;outline:none;color:inherit;text-align:center;width:100%;font-weight:700}.workout-title h3{margin:0;line-height:1.2}.workout-footer{width:100%;max-width:600px;display:flex;justify-content:space-between;align-items:center;margin-top:16px}.workout-timer-box{width:120px;height:48px;padding:0;display:flex;justify-content:center;align-items:center;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:2px solid #000;border-radius:6px;box-sizing:border-box}.workout-timer{font-size:1.4rem;font-weight:700}.workout-timer-button{font-size:1.1rem;font-weight:700;cursor:pointer}.workout-actions{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem}.workout-actions-right-side{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.workout-actions-left-side{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.workout-submit-button{font-size:1.1rem;font-weight:700;padding:6px 12px;background:#f5f5f5;border:2px solid #000;border-radius:6px;cursor:pointer;min-width:80px;text-align:center}.workout-grid{display:grid;grid-template-columns:repeat(5,1fr) .33fr;overflow-y:auto;border:2px solid #333;background:linear-gradient(0deg,#fff7f2,#f5f5f5)}.cell{border-right:1px solid #333;border-bottom:1px solid #333;padding:.75rem;font-size:small;text-align:center}.cell input{width:90%;min-width:50px;padding:4px;font-size:small;text-align:center}.cell:nth-child(6n){border-right:none}.header{position:sticky;top:0;z-index:5;font-weight:700;border-bottom:2px solid #333;background-color:#f5f5f5;box-shadow:0 2px 4px #00000040}.template-container{display:flex;flex-direction:column;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:3px solid #000000;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:0;width:200px;min-height:275px}.add-template-form{display:flex;flex-direction:column;align-items:center;height:100%;gap:10px}.template-container a{text-decoration:none;color:#000;font-size:14px}.template-container a:hover{color:#c3cfe2}.template-container input[type=text]{width:100%;padding:.6rem .75rem;font-size:1rem;color:#041833;background-color:#ffffffe6;border:2px solid rgba(0,0,0,.6);border-radius:8px;outline:none}.template-container input[type=text]:focus{border-color:#000000e6}.apply-btn-wrapper{display:flex;justify-content:center;margin-top:auto;padding-bottom:10px}.apply-btn{font-size:1rem;font-weight:700;padding:10px 14px;width:100%;background:linear-gradient(90deg,#eaf0fb,#fff);color:#041833;border:2px solid #000;border-radius:6px;cursor:pointer}.apply-btn:hover{transform:scale(1.08);box-shadow:0 3px 6px #0000004d}.add-exercise{display:flex;flex-direction:column;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:3px solid #000000;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:0;width:350px}.add-exercise a{text-decoration:none;color:#000;font-size:14px}.add-exercise a:hover{color:#c3cfe2}.add-exercise input[type=text]{width:100%;padding:.6rem .75rem;font-size:1rem;color:#041833;background-color:#ffffffe6;border:2px solid rgba(0,0,0,.6);border-radius:8px;outline:none}.add-exercise input[type=text]:focus{border-color:#000000e6}.dropdown-wrapper{position:relative;max-width:100%;margin-top:10px}.dropdown{position:static;background:transparent;border:none;border-radius:6px;width:100%;margin-top:6px;max-height:125px;overflow-y:auto;padding:4px}.dropdown-item{padding:8px 12px;cursor:pointer;border-radius:6px;color:#041833;font-weight:600;max-height:140px}.dropdown-instructions{width:100%;text-align:center;font-weight:700;color:#041833;margin-bottom:6px}.dropdown-selected{border:2px solid rgba(0,0,0,.6);border-radius:6px;padding:6px;background:#ffffffd9;margin-bottom:8px}.dropdown-item.selected{background:#00000014;border:1px solid rgba(0,0,0,.12)}.check{float:right;font-weight:700;color:#0a7b00}.add-exercise-form{display:flex;flex-direction:column;align-items:center;height:100%;gap:10px}.add-btn-wrapper{display:flex;justify-content:center;margin-top:auto;padding-bottom:10px}.add-btn{font-size:1rem;font-weight:700;padding:10px 14px;width:100%;background:linear-gradient(90deg,#eaf0fb,#fff);color:#041833;border:2px solid #000;border-radius:6px;cursor:pointer}.add-btn:hover{transform:scale(1.08);box-shadow:0 3px 6px #0000004d}.pending-list{margin-top:10px;display:flex;flex-direction:column;border:2px solid #000;border-radius:6px;background-color:#f5f5f5;gap:6px;width:90%;overflow-y:auto;max-height:120px}.pending-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;font-weight:700}.remove-btn{background:transparent;border:none;font-size:1.2rem;cursor:pointer;padding:0 6px}.remove-btn:hover{color:red}.delete-button{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:50%;height:30px;width:30px;cursor:pointer;font-size:18px;transition:background-color .2s ease}.delete-button:hover{background-color:#f5f5f5}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal-content{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:3px solid #000000;border-radius:8px;box-shadow:0 8px 24px #00000040;width:480px;max-width:95%;padding:20px;color:#041833;font-family:inherit}.modal-content h3{margin:0 0 8px;color:#041833}.modal-content label{display:block;margin-top:8px;font-weight:600;color:#041833}.modal-content input[type=text],.modal-content input[type=number],.modal-content select,.modal-content textarea{width:100%;padding:8px 10px;font-size:1rem;color:#041833;background-color:#fffffff2;border:2px solid rgba(0,0,0,.6);border-radius:6px;outline:none;box-sizing:border-box}.modal-content select[multiple]{min-height:100px}.modal-content textarea{min-height:90px;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.modal-content button{font-weight:700;padding:6px 12px;border:2px solid #000;border-radius:6px;background:linear-gradient(90deg,#eaf0fb,#fff);color:#041833;cursor:pointer}.modal-content button[type=button]{background:#f5f5f5}@media(max-width:480px){.modal-content{width:100%;padding:12px}.modal-content select[multiple]{min-height:80px}}.template-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:9999}.template-modal{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);padding:24px;border-radius:10px;width:90%;max-width:420px;box-shadow:0 4px 18px #00000040;animation:fadeIn .2s ease-out}.template-modal h2{margin-top:0;margin-bottom:16px;font-size:1.4rem;font-weight:600;text-align:center}.template-modal ul{list-style:none;padding:0;margin:0 0 20px;max-height:250px;overflow-y:auto}.template-modal li{padding:8px 0;border-bottom:1px solid #e2e2e2;font-size:.95rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.template-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border:2px solid #333;background:linear-gradient(0deg,#fff7f2,#f5f5f5);max-height:300px;overflow-y:auto}.template-grid .cell{border-right:1px solid #333;border-bottom:1px solid #333;padding:.75rem;font-size:small;text-align:center}.template-grid .cell:nth-child(4n){border-right:none}.template-grid .header{font-weight:700;border-bottom:2px solid #333;background-color:#f5f5f5}.template-confirm-btn{font-size:1rem;font-weight:700;padding:10px 14px;width:100%;background:#f5f5f5;color:#041833;border:2px solid #000;border-radius:6px;cursor:pointer;margin-top:12px}.template-cancel-btn{font-size:1rem;font-weight:700;padding:10px 14px;width:100%;background:#f8d7da;color:#7a1a1a;border:2px solid #000;border-radius:6px;cursor:pointer;margin-top:8px}body{margin:0;font-family:system-ui,-apple-system,sans-serif;min-height:100vh}main{display:flex;min-height:100vh;width:100%;max-width:100%;padding-top:7vh}.page-content{display:flex;flex-direction:column;flex:1;min-height:100vh}.explore-left,.explore-right{flex:1;min-width:0}.wh-chart-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;width:100%}.wh-chart-heading{font-size:1.15rem;font-weight:600;margin-bottom:1rem;color:#333}.wh-status{text-align:center;font-size:1.1rem;padding:3rem 1rem;color:#555}.wh-error{color:#dc3636}.calendar-container{top:10%;right:20%;width:60%;min-width:200px;padding:16px;box-sizing:border-box;font-family:sans-serif;z-index:9999;background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid black;border-radius:16px;box-shadow:2px 2px 6px #0003;overflow:hidden}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:4px 8px;border-bottom:2px solid black;background:transparent;border-radius:12px}.calendar-title{font-size:18px;font-weight:600;-webkit-user-select:none;user-select:none}.calendar-button{padding:8px 12px;border-radius:16px;border:1px solid black;background:#fff;font-size:14px;cursor:pointer;transition:background .2s ease}.calendar-button:hover{background:linear-gradient(135deg,#667eea,#764ba2)}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;font-size:14px;font-weight:700;color:#000;margin-bottom:4px}.calendar-weekday{text-align:center;font-weight:700;padding:4px 0}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;justify-items:center}.calendar-cell{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;width:100%;border-radius:8px;-webkit-user-select:none;user-select:none;transition:background .15s ease;cursor:pointer;background-color:#fff;border:2px solid black}.calendar-cell.other{background-color:#d8cfa7;opacity:.7}.calendar-cell.today{box-shadow:0 0 0 2.5px #2c3e50}.calendar-cell.selected{background:linear-gradient(135deg,#667eea,#764ba2);font-weight:700;border:3px solid black}.calendar-today-badge{position:absolute;top:-6px;right:4px;font-size:10px;padding:2px 4px;border-radius:6px;background:#2c3e50;color:#fff}.calendar-day-today{font-weight:700}.calendar-cell:not(.today):hover{background:linear-gradient(135deg,#667eea,#764ba2)}.heatmap-container{display:flex;gap:40px;justify-content:center;position:relative;padding:20px}.heatmap-view{display:flex;flex-direction:column;align-items:center}.heatmap-title{margin:0 0 10px;font-size:14px;color:#333;text-transform:uppercase;letter-spacing:2px;font-weight:600}.workout-chart-widget{background:#fff;border:2px solid #333;border-radius:8px;padding:16px}.workout-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.workout-chart-header h3{margin:0;font-size:1.2rem;color:#333}.week-selector{display:flex;align-items:center;gap:4px}.week-label{font-size:.85rem;color:#666;margin-right:4px}.week-btn{padding:4px 10px;border:1px solid #ddd;background:#f5f5f5;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.week-btn:hover{background:#e5e5e5}.week-btn.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.workout-chart-loading,.workout-chart-error,.workout-chart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px;color:#666;text-align:center}.workout-chart-loading p,.workout-chart-empty p{font-style:italic;margin:0}.workout-chart-error{color:#ef4444}.retry-btn{margin-top:8px;padding:6px 16px;background:#4f46e5;color:#fff;border:none;border-radius:4px;cursor:pointer}.retry-btn:hover{background:#4338ca}.workout-chart-content{width:100%}.workout-chart-summary{text-align:center;font-size:.85rem;color:#666;margin-top:8px}.food-log-container{display:grid;grid-template-columns:1fr minmax(200px,700px) 1fr;width:100%;min-height:100vh;padding-top:40px}.food-log-container h1{grid-column:1 / -1;text-align:center;color:#041833;margin-bottom:1.5rem;font-size:48px;line-height:1.1}.food-log-content{grid-column:2;display:flex;flex-direction:column;gap:1rem;width:100%}.add-food-section{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:3px solid #000000;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:8px}.add-food-section:hover{transform:none;box-shadow:0 4px 12px #0000001a}.add-food-section h2{color:#041833;margin-bottom:1rem;font-size:1.3rem;text-align:center}.food-form{display:flex;flex-direction:column;gap:.75rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-weight:600;color:#041833;font-size:.95rem}.form-group input{width:100%;padding:.6rem .75rem;font-size:1rem;color:#041833;background-color:#ffffffe6;border:2px solid rgba(0,0,0,.6);border-radius:8px;outline:none;font-family:inherit}.form-group input:focus{outline:none;border-color:#000000e6;box-shadow:none}.form-group input::placeholder{color:#999}.search-box{width:100%;margin-bottom:1rem}.search-input{width:100%;padding:.6rem .75rem;font-size:1rem;color:#041833;background-color:#ffffffe6;border:2px solid rgba(0,0,0,.6);border-radius:8px;outline:none;font-family:inherit}.search-input:focus{outline:none;border-color:#000000e6}.search-input::placeholder{color:#999}.btn-add{font-size:1rem;font-weight:700;padding:10px 14px;width:100%;background:linear-gradient(90deg,#eaf0fb,#fff);color:#041833;border:2px solid #000;border-radius:6px;cursor:pointer;margin-top:.5rem;transition:transform .2s ease,box-shadow .2s ease}.btn-add:hover{transform:scale(1.03);box-shadow:0 3px 6px #0000004d}.btn-add:active{transform:scale(1)}.daily-summary{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:3px solid #000000;border-radius:8px;padding:8px;box-shadow:0 4px 12px #0000001a}.daily-summary h2{color:#041833;margin-bottom:1rem;font-size:1.3rem;text-align:center}.total-calories,.food-count{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:linear-gradient(0deg,#fff7f2,#f5f5f5);border:2px solid #333;border-radius:6px;margin-bottom:.75rem}.total-calories:last-child,.food-count:last-child{margin-bottom:0}.total-calories .label,.food-count .label{font-weight:600;color:#041833;font-size:.95rem}.total-calories .value,.food-count .value{font-size:1.5rem;font-weight:700;color:#041833}.calorie-totals{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:2px solid #333;border-radius:6px;margin-bottom:.75rem}.total-display{display:flex;justify-content:space-between;align-items:center;width:100%}.total-display .label{font-weight:600;color:#041833;font-size:1.1rem}.total-display .value{font-size:1.8rem;font-weight:700;color:#041833;padding-left:1rem}.logged-foods-section{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:3px solid #000000;border-radius:8px;padding:8px;box-shadow:0 4px 12px #0000001a}.logged-foods-section h2{color:#041833;margin-bottom:1rem;font-size:1.3rem;text-align:center}.foods-list{display:flex;flex-direction:column;gap:.75rem}.food-item{display:grid;grid-template-columns:1fr auto auto auto;gap:1rem;align-items:center;padding:.75rem;background:linear-gradient(0deg,#fff7f2,#f5f5f5);border:2px solid #333;border-radius:6px;transition:background-color .2s ease}.food-item:hover{background:#f5f5f5;box-shadow:none}.food-details h3{color:#041833;margin:0 0 .25rem;font-size:1rem;font-weight:700}.food-meta{color:#555;margin:0;font-size:.85rem}.food-info{display:flex;flex-direction:column;gap:.4rem;align-items:flex-end}.calories-badge,.time-badge{padding:4px 8px;border-radius:6px;font-size:.85rem;font-weight:600}.calories-badge{background:linear-gradient(90deg,#eaf0fb,#fff);color:#041833;border:2px solid #000}.time-badge{background:#f5f5f5;color:#041833;font-size:.8rem;border:1px solid #333}.btn-remove{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:50%;width:30px;height:30px;font-size:18px;cursor:pointer;transition:background-color .2s ease}.btn-remove:hover{background-color:#f5f5f5;color:red;transform:none}.btn-remove:active{transform:none}.time-period-selector{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap;justify-content:center}.period-btn{padding:6px 12px;background:linear-gradient(90deg,#eaf0fb,#fff);color:#041833;border:2px solid #000;border-radius:6px;cursor:pointer;font-weight:700;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease;min-width:80px;text-align:center}.period-btn:hover{transform:scale(1.05);box-shadow:0 3px 6px #0000004d;background:linear-gradient(90deg,#eaf0fb,#fff)}.period-btn:active{transform:scale(1)}.period-btn.active{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);color:#041833;border:3px solid #000;box-shadow:0 3px 6px #0000004d}.period-btn.active:hover{transform:scale(1.05);box-shadow:0 4px 8px #00000059}.date-navigation{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.date-input{padding:6px 10px;border:2px solid #000;border-radius:6px;font-size:1rem;color:#041833;background:#fff}.date-input:focus{outline:none;border-color:#041833}.error-message{color:#c0392b;background:#fadbd8;padding:.6rem;border-radius:6px;margin-bottom:.5rem;font-weight:500;border:2px solid #c0392b}.meal-select{width:100%;padding:.6rem .75rem;font-size:1rem;color:#041833;background-color:#ffffffe6;border:2px solid rgba(0,0,0,.6);border-radius:8px;outline:none;font-family:inherit}.meal-select:focus{outline:none;border-color:#000000e6}.btn-edit,.btn-cancel{font-size:.85rem;font-weight:700;padding:6px 12px;background:#f0c040;color:#000;border:2px solid #000;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-edit:hover,.btn-cancel:hover{transform:scale(1.05);box-shadow:0 3px 6px #0000004d}.btn-cancel{margin-left:.5rem}.meal-section{margin-bottom:1rem;border:2px solid #333;border-radius:6px;overflow:hidden}.meal-header{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);color:#041833;padding:.75rem 1rem;margin:0;font-size:1.1rem;font-weight:700;border-bottom:2px solid #333}.meal-items{display:flex;flex-direction:column;gap:0;background:linear-gradient(0deg,#fff7f2,#f5f5f5)}.meal-items .food-item{background:transparent;border:none;border-bottom:1px solid #333;border-radius:0}.meal-items .food-item:last-child{border-bottom:none}.empty-message{text-align:center;color:#041833;font-weight:600;padding:1rem}.usda-search-container{position:relative;margin-bottom:1rem}.usda-search-wrapper{position:relative;display:flex;align-items:center;gap:.5rem}.usda-search-input{width:100%;padding:.6rem .75rem;padding-right:40px;font-size:1rem;color:#041833;background-color:#fffffff2;border:2px solid #2196F3;border-radius:8px;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.usda-search-input:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #2196f31a}.usda-search-input::placeholder{color:#999}.search-spinner{position:absolute;right:12px;color:#2196f3;font-size:.9rem;font-weight:600}.usda-dropdown-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #2196F3;border-top:none;border-radius:0 0 8px 8px;list-style:none;margin:0;padding:0;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026}.usda-dropdown-item{padding:.75rem;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s ease}.usda-dropdown-item:last-child{border-bottom:none}.usda-dropdown-item:hover{background-color:#f0f7ff}.usda-dropdown-item:active{background-color:#e3f2fd}.food-item-name{font-weight:600;color:#041833;margin-bottom:.3rem;font-size:.95rem;word-break:break-word}.food-item-detail{font-size:.8rem;color:#666;margin-left:.5rem}.usda-info-text{font-size:.8rem;color:#666;margin-top:.4rem;font-style:italic}@media(max-width:768px){.food-log-container{grid-template-columns:1fr;padding:1rem}.food-log-container h1{font-size:32px;margin-bottom:1rem}.food-log-content{grid-column:1}.add-food-section,.daily-summary,.logged-foods-section{padding:8px}.add-food-section h2,.daily-summary h2,.logged-foods-section h2{font-size:1.1rem;margin-bottom:.75rem}.food-item{grid-template-columns:1fr;gap:.5rem}.food-info{flex-direction:row;justify-content:space-between}.btn-remove{width:28px;height:28px;font-size:1rem}.period-btn{min-width:60px;padding:4px 8px;font-size:1rem}}@media(max-width:480px){.food-log-container{padding:.5rem}.food-log-container h1{font-size:28px;margin-bottom:.75rem}.total-calories,.food-count{flex-direction:column;align-items:flex-start;gap:.5rem}.food-item{gap:.5rem;padding:.5rem}.calories-badge,.time-badge{font-size:.8rem;padding:3px 6px}}.dashboard-landing{min-height:100vh;color:#111;display:flex;flex-direction:column;background:#fff;width:100%}.page-inner{width:100%;max-width:1100px;margin:0 auto;box-sizing:border-box}.gym-header{display:flex;justify-content:space-between;align-items:center;padding:18px 32px}.logo{font-weight:700;font-size:20px;letter-spacing:1px}.gym-nav a{color:#ffffffe6;margin-left:18px;text-decoration:none}.primary-cta{background:#4f46e5;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:700}.primary-cta:hover{background:#4338ca}.secondary-cta{color:#333;padding:12px 24px;margin-left:12px;text-decoration:none;border-radius:8px;border:2px solid #333;font-weight:700}.secondary-cta:hover{background:#f5f5f5}.hero{display:flex;gap:24px;align-items:center;padding:48px 32px}.hero-content{flex:1 1 480px}.hero-content h1{margin:0 0 16px;font-size:2.5rem;line-height:1.1}.lead{color:#555;font-size:1.2rem;max-width:520px;margin-bottom:24px}.hero-actions{margin-top:24px}.hero-visual{flex:0 0 220px;display:flex;justify-content:center}.mock-device{width:200px;height:360px;background:linear-gradient(180deg,#4f46e5,#6366f1);border-radius:20px;padding:18px;box-shadow:0 8px 30px #4f46e54d}.mock-screen{background:#ffffff1a;height:100%;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:center}.stat-row{display:flex;gap:16px}.stat{font-size:26px;font-weight:700;color:#fff}.stat-label{font-size:12px;color:#fffc}.features{padding:48px 32px;background:#f9fafb}.features h2{text-align:center;margin-bottom:8px;font-size:2rem}.features-subtitle{text-align:center;color:#666;margin-bottom:32px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature{background:#fff;padding:24px;border-radius:12px;border:2px solid #e5e7eb;transition:all .2s ease}.feature:hover{border-color:#4f46e5;transform:translateY(-4px);box-shadow:0 8px 24px #4f46e526}.feature-icon{font-size:2rem;margin-bottom:12px}.feature h3{margin:0 0 12px;color:#4f46e5}.feature p{margin:0;color:#666;line-height:1.5}.dashboard-internal{padding:16px}.dashboard-grid{display:grid;grid-template-columns:1fr 350px;gap:20px;align-items:start}.dashboard-main-content{display:flex;flex-direction:column;gap:20px}.dashboard-tasks-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dashboard-side-content{display:flex;flex-direction:column;gap:16px}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}.dashboard-side-content{order:-1}.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{flex-direction:column;padding:24px 16px}.hero-content h1{font-size:1.8rem}.hero-visual{order:-1}.dashboard-tasks-row{grid-template-columns:1fr}.features{padding:24px 16px}.features-grid{grid-template-columns:1fr}}.streaks-container{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.internal-streaks{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-start;margin-bottom:20px}.dashboard-workout-container,.dashboard-food-container{width:100%;height:300px;display:flex;justify-content:flex-end;border:3px solid #000000;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2)}.dashboard-workout-todo-item{display:flex;flex-direction:column;height:100%;width:100%;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:none;border-radius:0;overflow:hidden}.dashboard-header{flex-shrink:0;text-align:center;font-weight:700;padding:12px;border-bottom:2px solid #333;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);font-size:1rem;color:#041833}.dashboard-task-section{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px;background:linear-gradient(0deg,#fff7f2,#f5f5f5)}.dashboard-task-section table{width:100%;border-collapse:collapse}.dashboard-cell{background:linear-gradient(0deg,#fff7f2,#f5f5f5);border:1px solid #333;border-radius:6px;padding:10px;text-align:center;width:100%;display:block;margin-bottom:6px;font-size:.95rem;color:#041833;font-weight:500}.dashboard-footer{flex-shrink:0;border-top:2px solid #333;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2)}.workout-button{width:100%;height:100%;padding:12px;border:none;font-size:1rem;font-weight:700;background:linear-gradient(90deg,#eaf0fb,#fff);color:#041833;cursor:pointer;transition:background-color .2s ease,transform .2s ease;border-left:2px solid #000}.workout-button:hover{background:linear-gradient(90deg,#d4e4f7,#f5f5f5);transform:scale(1.02)}.workout-button:active{transform:scale(.98)}.dashboard-todo-list{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:3px solid #000000;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.dashboard-todo-title{margin:0;padding:12px;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border-bottom:2px solid #333;font-size:1rem;font-weight:600;color:#041833;text-align:center}.dashboard-todo-loading,.dashboard-todo-empty{padding:24px;text-align:center;color:#041833;font-weight:600}.dashboard-todo-items{max-height:300px;overflow-y:auto}.dashboard-todo-item{padding:8px 12px;border-bottom:1px solid #333;background:linear-gradient(0deg,#fff7f2,#f5f5f5);border-radius:0;transition:background-color .2s ease}.dashboard-todo-item:last-child{border-bottom:none}.dashboard-todo-item-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.dashboard-todo-item-title{font-weight:600;font-size:.9rem;color:#041833}.dashboard-todo-item-date{font-size:.75rem;color:#666;background:#f5f5f5;border:1px solid #333;border-radius:4px;padding:2px 6px}.dashboard-todo-item-meta{font-size:.8rem;color:#555}.dashboard-todo-item-sub{display:flex;justify-content:space-between;align-items:center;margin-top:4px;font-size:.8rem;color:#041833}.dashboard-todo-item-sub span:first-child{background:linear-gradient(90deg,#eaf0fb,#fff);color:#041833;border:2px solid #000;border-radius:4px;padding:3px 6px;font-weight:600;font-size:.8rem}.dashboard-todo-footer{padding:10px 12px;border-top:2px solid #333;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);text-align:center}.view-more-link{color:#041833;text-decoration:none;font-size:.9rem;font-weight:600;transition:opacity .2s ease}.view-more-link:hover{opacity:.7}.task-completed{background:linear-gradient(0deg,#f0fdf4,#e8f5e9);border:1px solid #4caf50}.task-status-badge{color:#2e7d32;font-weight:700;background:#c8e6c9;padding:2px 6px;border-radius:3px}.today-food-chart{background:#fff;border:2px solid #333;border-radius:8px;padding:16px;text-align:center}.today-food-chart h3{margin:0 0 12px;font-size:1.2rem;color:#333}.today-food-chart .empty-message{color:#666;font-style:italic;margin:8px 0}.today-food-chart .total-calories{font-size:1.1rem;font-weight:700;color:#4f46e5;margin-top:8px}.today-food-legend{display:flex;flex-direction:column;gap:6px;margin-top:8px;text-align:left}.today-food-legend-item{display:flex;align-items:center;gap:8px;min-width:0}.today-food-legend-dot{width:10px;height:10px;border-radius:50%;flex:0 0 10px}.today-food-legend-text{color:#333;font-size:.9rem;line-height:1.3;word-break:break-word}.calendar-button-wrapper{position:fixed;bottom:20px;left:20px;display:flex;flex-direction:column;align-items:flex-end;z-index:9999}.calendar-button-trigger{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:50%;height:75px;width:75px;cursor:pointer;font-size:18px;transition:background-color .2s ease}.calendar-button-trigger:hover,.calendar-button-trigger.active{background-color:#f0f0f0}.calendar-button-popup.closed{display:none}.calendar-button-popup a{text-decoration:none;color:#000;font-size:14px}.calendar-button-popup a:hover{color:#007bff}.streak-counter{background:linear-gradient(135deg,#1e1e2e,#2d2d44);border-radius:16px;padding:20px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:140px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.streak-counter:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6b6b,orange,#ff6b6b);background-size:200% 100%;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.streak-workout{border:2px solid #4f46e5}.streak-food{border:2px solid #10b981}.streak-icon{font-size:2.5rem;margin-bottom:8px}.streak-value{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}.streak-number{font-size:2.5rem;font-weight:700;color:#fff;line-height:1}.streak-period{font-size:.875rem;color:#ffffffb3;text-transform:lowercase}.streak-label{font-size:.875rem;color:#fff9;text-align:center}.streak-flame{position:absolute;top:8px;right:8px;font-size:1.25rem;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.streak-loading{background:linear-gradient(135deg,#1e1e2e,#2d2d44)}.streak-icon-loading,.streak-value-loading,.streak-label-loading{background:#ffffff1a;border-radius:4px;animation:loading-pulse 1.5s ease-in-out infinite}.streak-icon-loading{width:40px;height:40px;border-radius:50%;margin-bottom:8px}.streak-value-loading{width:60px;height:40px;margin-bottom:4px}.streak-label-loading{width:80px;height:14px}@keyframes loading-pulse{0%,to{opacity:.5}50%{opacity:.8}}.streak-counter.empty{opacity:.7}.streak-counter.empty .streak-number{color:#ffffff80}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}.login-page{display:flex;justify-content:center;align-items:center;min-height:100%;width:100%}.login-card{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:3px solid #000000;padding:8px;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:0}.login-title{text-align:center;margin-bottom:50px}.login-title h1{font-size:48px;margin-bottom:0;line-height:1.1}.login-title p{margin:0;line-height:1.2}.login-button{display:flex;justify-content:center}.Map{display:flex;flex-direction:column;gap:16px}.map-container{width:100%;max-width:1000px;margin:0 auto;min-height:50vh}.map-and-form{display:grid;grid-template-columns:1fr 360px;gap:20px;align-items:start;width:100%;max-width:1200px;margin:0 auto}.gym-form-wrapper{display:flex;flex-direction:column;gap:12px}.gym-form{background:#fff;padding:12px;border-radius:8px;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column;gap:8px}.gym-form label{display:flex;flex-direction:column;font-size:14px}.gym-type{border:none;padding:0;margin:0;display:flex;gap:12px;align-items:center}.gym-type legend{font-size:13px;margin-bottom:4px}.gym-type label{display:flex;gap:6px;align-items:center;font-size:14px}.type-pill{display:inline-block;margin-left:8px;padding:2px 8px;background:#eef5ff;color:#0366d6;border-radius:12px;font-size:12px;vertical-align:middle}.gym-form input,.gym-form textarea{margin-top:6px;padding:8px 10px;border:1px solid #dcdcdc;border-radius:6px;font-size:14px}.gym-form textarea{min-height:64px;resize:vertical}.coords-row{display:flex;gap:8px}.coords-row label{flex:1}.form-actions{display:flex;justify-content:flex-end}.form-actions .primary{background:#007acc;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer}.hint{font-size:12px;color:#666}.saved-list{background:#fff;padding:10px;border-radius:8px;box-shadow:0 6px 18px #0000000a}.saved-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.saved-item{display:flex;justify-content:space-between;gap:8px;align-items:center}.saved-actions button{background:transparent;border:1px solid #e0e0e0;padding:6px 8px;border-radius:6px;cursor:pointer}.muted{color:#6b6b6b}.small{font-size:12px}.leaflet-container{background:#eaeaea;border-radius:8px;box-shadow:0 6px 20px #00000014}@media(max-width:720px){.map-container{padding:0 12px;min-height:40vh}.map-and-form{grid-template-columns:1fr;padding:0 12px}.gym-form-wrapper{order:2}}.address-search{display:flex;gap:8px;margin-bottom:12px;max-width:1000px;margin-left:auto;margin-right:auto}.address-search input{flex:1;padding:10px 12px;border:1px solid #dcdcdc;border-radius:6px;font-size:14px}.address-search button{padding:10px 20px;background:#007acc;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.address-search button:disabled{background:#ccc;cursor:not-allowed}.geo-error{color:#d9534f;font-size:13px;text-align:center;max-width:1000px;margin:0 auto 8px}.search-hint{font-size:13px;color:#666;text-align:center;max-width:1000px;margin:0 auto 8px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.measurement-container{max-width:1200px;margin:0 auto;padding:20px;background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border-radius:8px}.measurement-container h1{text-align:center;color:#333;margin-bottom:30px;font-size:2.5em}.measurement-content{display:flex;flex-direction:column;gap:30px}.add-measurement-section{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.add-measurement-section h2{color:#333;margin-bottom:20px;font-size:1.8em}.measurement-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:8px;font-weight:600;color:#555;font-size:.95em}.form-group input{padding:12px;border:2px solid #ddd;border-radius:5px;font-size:1em;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 5px #007bff4d}.form-group input:disabled{background-color:#f0f0f0;cursor:not-allowed}.form-buttons{grid-column:1 / -1;display:flex;gap:10px;justify-content:center}.btn{padding:12px 24px;border:none;border-radius:5px;font-size:1em;font-weight:600;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px #007bff66}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#545b62}.btn-edit{background-color:#28a745;color:#fff;padding:8px 16px;font-size:.9em}.btn-edit:hover:not(:disabled){background-color:#218838}.btn-delete{background-color:#dc3545;color:#fff;padding:8px 16px;font-size:.9em}.btn-delete:hover:not(:disabled){background-color:#c82333}.error-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:5px;padding:12px;margin-bottom:20px;font-weight:500}.charts-section{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.charts-section h2{color:#333;margin-bottom:25px;font-size:1.8em;text-align:center}.chart-container{margin-bottom:40px;padding:20px;background-color:#fafafa;border-radius:8px;border:1px solid #eee}.chart-container h3{color:#555;margin-bottom:15px;font-size:1.2em}.measurement-history{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.measurement-history h2{color:#333;margin-bottom:20px;font-size:1.8em}.measurements-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.measurement-card{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:20px;transition:all .3s;display:flex;flex-direction:column;gap:15px}.measurement-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.measurement-date{font-weight:700;font-size:1.1em;color:#007bff;padding-bottom:10px;border-bottom:2px solid #007bff}.measurement-values{flex:1}.measurement-values p{margin:8px 0;color:#555;font-size:.95em}.measurement-values strong{color:#333}.measurement-actions{display:flex;gap:10px;justify-content:center}.measurement-actions button{flex:1}@media(max-width:768px){.measurement-container{padding:15px}.measurement-container h1{font-size:1.8em}.measurement-form,.measurements-list{grid-template-columns:1fr}.chart-container{margin-bottom:30px}}.profile-card{background:linear-gradient(90deg,#c3cfe2,#f5f7fa,#c3cfe2);border:3px solid #000000;padding:24px;border-radius:8px;box-shadow:0 4px 12px #0000001a;width:100%;max-width:600px}.profile-title{text-align:center;margin-bottom:24px}.profile-title h1{font-size:48px;margin:0;line-height:1.1}.profile-picture-section{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.profile-picture{width:150px;height:150px;border-radius:50%;border:3px solid #000;object-fit:cover}.profile-name{margin:12px 0 4px;font-size:1.5rem}.profile-email{margin:0;color:#555;font-size:.95rem}.profile-bio-section{background:linear-gradient(0deg,#fff7f2,#f5f5f5);border:2px solid #333;border-radius:6px;padding:16px}.profile-bio-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.profile-bio-header h3{margin:0;font-size:1.2rem}.profile-edit-btn{font-size:1.1rem;font-weight:700;padding:6px 12px;background:#f5f5f5;border:2px solid #000;border-radius:6px;cursor:pointer;min-width:80px;text-align:center}.profile-edit-btn:hover{transform:scale(1.05);box-shadow:0 3px 6px #0003}.profile-bio-input{width:100%;min-height:100px;padding:10px;font-family:system-ui,-apple-system,sans-serif;font-size:1rem;border:1px solid #999;border-radius:4px;resize:vertical;box-sizing:border-box}.profile-bio-text{margin:0;font-size:1rem;color:#333;white-space:pre-wrap}.profile-notifications-section{margin-top:16px;text-align:center}.profile-notifications-btn{font-size:1.1rem;font-weight:700;padding:10px 20px;background:#f5f5f5;border:2px solid #000;border-radius:6px;cursor:pointer;min-width:200px}.profile-notifications-btn:hover{transform:scale(1.05);box-shadow:0 3px 6px #0003}@media(max-width:480px){.profile-title h1{font-size:32px}.profile-picture{width:100px;height:100px}}.profile-logout-section{margin-top:24px;text-align:center;padding-top:16px;border-top:1px solid #ccc}.profile-logout-btn{font-size:1.1rem;font-weight:700;padding:10px 24px;background:#f44;color:#fff;border:2px solid #000;border-radius:6px;cursor:pointer;min-width:120px}.profile-logout-btn:hover{background:#f66;transform:scale(1.05);box-shadow:0 3px 6px #0003}.profile-settings-wrapper{position:fixed;bottom:20px;right:20px;z-index:10000}.profile-settings-trigger{display:flex;align-items:center;justify-content:center;height:75px;width:75px;border-radius:50%;border:none;background:transparent;font-size:24px;cursor:pointer;transition:transform .2s ease}.profile-settings-trigger:hover{transform:scale(1.1)}.tos-page{display:flex;justify-content:center;padding:24px}.tos-container{max-width:800px;background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 6px #00000014;color:#222}.tos-container h1{margin-top:0;font-size:28px}.tos-container h2{margin-top:18px;font-size:18px}.tos-container p{line-height:1.5;margin:8px 0}.tos-last-updated{margin-top:24px;font-size:12px;color:#666}.sidebar{width:250px;min-width:250px;background:var(--color-primary);padding:20px 10px;display:flex;flex-direction:column;gap:8px}.sidebar a{padding:14px 18px;border:none;border-radius:999px;background:transparent;color:var(--text-secondary);text-decoration:none;text-align:left;cursor:pointer;font-size:var(--text-md);font-weight:var(--font-normal);display:block;transition:all .2s ease}.sidebar a:visited,.sidebar a:link{color:var(--text-secondary)}.sidebar a:hover{background:#ffffff14}.sidebar a.active{background:var(--color-bg);color:var(--color-primary);font-weight:var(--font-semibold)}.dark .sidebar a.active{color:var(--text-primary);background:var(--color-surface)}.menu-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;align-items:flex-end;z-index:9999}.menu-button{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:50%;height:75px;width:75px;cursor:pointer;font-size:18px;transition:background-color .2s ease}.menu-button:hover,.menu-button.active{background-color:#f0f0f0}.menu{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;background-color:#f9f9f9;padding:12px;border-radius:10px;box-shadow:0 8px 16px #0003}.menu.closed{display:none}.menu a{text-decoration:none;color:#000;font-size:14px}.menu a:hover{color:#007bff}.header{position:fixed;top:0;left:0;height:7vh;width:100vw;background:var(--color-primary);display:flex;align-items:center;justify-content:space-between;padding:0 26px;box-sizing:border-box;z-index:1000}.logo{font-size:var(--text-lg);font-weight:700;color:var(--text-secondary);text-decoration:none}.profile-link{font-size:var(--text-md);color:var(--text-secondary);text-decoration:none}:root{--color-bg: #FFF7F2;--color-surface: #f5f5f5;--color-primary: #1e1e2e;--color-border: #333;--gradient-card: linear-gradient(90deg, #c3cfe2, #f5f7fa, #c3cfe2);--gradient-button: linear-gradient(90deg, #eaf0fb, #ffffff);--text-primary: #041833;--text-secondary: white;--text-muted: #555;--text-xs: 12px;--text-sm: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 22px;--border-thin: 1px solid var(--color-border);--border-medium: 2px solid var(--color-border);--border-thick: 3px solid #000;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 3px 6px rgba(0,0,0,.1);--shadow-md: 0 4px 12px rgba(0,0,0,.1)}.dark{--color-bg: #505256;--color-surface: #1e293b;--color-primary: #0f172a;--color-border: #475569;--text-primary: white;--text-secondary: white;--text-muted: white;--gradient-card: linear-gradient(90deg, #1e293b, #334155)}.gym-footer{margin-top:auto;padding:10px;display:flex;justify-content:space-between;align-items:center;background:var(--color-primary);color:var(--text-secondary)}.settings-page{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg);color:var(--text-primary);font-size:var(--text-md)}.settings-container{display:flex;flex:1}.settings-content{flex:1;padding:30px;overflow:visible}.setting-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:var(--border-thin)}.setting-label{font-weight:var(--font-medium);font-size:var(--text-md)}.setting-control{width:180px;display:flex;justify-content:flex-end;position:relative}.setting-action{width:160px;height:40px;border-radius:var(--radius-md);border:var(--border-thin);background:var(--color-bg);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:var(--text-sm);font-weight:var(--font-normal);transition:all .2s ease}.setting-action:hover{background:var(--color-surface)}.dropdown-trigger{position:relative}.arrow{font-size:var(--text-xs);transition:transform .2s ease}.dropdown-trigger.open .arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;width:160px;background:var(--color-bg);border:var(--border-thin);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:9999;overflow:hidden}.dark .dropdown-menu{color:var(--text-primary)}.dropdown-item{padding:10px;cursor:pointer;transition:background .15s ease;font-size:var(--text-sm)}.dark .dropdown-item{color:var(--text-primary)}.dropdown-item:hover{background:var(--color-surface)}.dark .dropdown-item:hover{color:var(--text-primary)}.dropdown-item.selected{background:var(--color-primary);color:var(--text-secondary)}.dark .dropdown-item.selected{color:var(--text-primary)}.setting-input{width:100%;height:40px;padding:0 12px;border-radius:var(--radius-md);border:var(--border-thin);background:var(--color-bg);color:var(--text-primary);font-size:var(--text-sm)}.dark .setting-input{background:var(--color-surface);color:var(--text-primary)}.setting-input:focus{outline:2px solid var(--color-primary);outline-offset:2px}.settings-save-section{margin-top:30px;padding-top:20px;display:flex;align-items:center;gap:16px}.settings-save-button{padding:12px 32px;border-radius:var(--radius-md);border:none;background:var(--color-primary);color:var(--text-secondary);font-size:var(--text-md);font-weight:var(--font-semibold);cursor:pointer;transition:all .2s ease}.settings-save-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.settings-save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.save-success{color:#22c55e;font-size:var(--text-sm);font-weight:var(--font-medium)}.explore-root{padding:24px;color:#000}.explore-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.explore-content{display:flex;gap:24px;align-items:flex-start}.explore-left{flex:1;min-width:0}@media(max-width:768px){.explore-content{flex-direction:column}}.refresh-btn{background:#0b8a84;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer}.exercise-list{display:flex;flex-direction:column;gap:10px}.exercise-item{background:#ffffff08;padding:12px;border-radius:8px}.exercise-name{font-weight:700}.exercise-meta{color:#000;font-size:13px}.exercise-instructions{margin-top:8px;color:#000}.explore-empty,.explore-loading,.explore-error{padding:18px;background:#0003;border-radius:8px}.header-controls{display:flex;align-items:center;gap:12px}.toggle-container{display:flex;border-radius:6px;overflow:hidden;border:1px solid #ccc}.toggle-btn{background:#f5f5f5;border:none;padding:8px 12px;cursor:pointer;font-size:13px;transition:background .2s}.toggle-btn:first-child{border-right:1px solid #ccc}.toggle-btn.active{background:#4f46e5;color:#fff}.toggle-btn:disabled{opacity:.5;cursor:not-allowed}.add-task-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:24px}.add-task-section h2{margin:0 0 16px;font-size:1.25rem}.task-form{display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-weight:500;font-size:.9rem}.form-group input,.form-group textarea{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem}.form-group textarea{resize:vertical}.error-message{color:#dc2626;font-size:.9rem}.btn-add{background:#4f46e5;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer;align-self:flex-start}.btn-add:hover{background:#4338ca}.tutorial-overlay{position:fixed;inset:0;z-index:9998;pointer-events:none}.tutorial-progress-bar{position:absolute;top:0;left:0;right:0;height:4px;background:#0000001a}.tutorial-progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .3s ease}.tutorial-tooltip{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;padding:20px 28px;box-shadow:0 8px 32px #0003;max-width:400px;width:calc(100% - 48px);pointer-events:auto;animation:tutorial-slide-up .3s ease}@keyframes tutorial-slide-up{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.tutorial-step-indicator{font-size:12px;color:#888;margin-bottom:8px;font-weight:500}.tutorial-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#333}.tutorial-message{margin:0 0 16px;font-size:14px;color:#666;line-height:1.5}.tutorial-buttons{display:flex;gap:12px;justify-content:flex-end}.tutorial-skip-btn{background:transparent;border:1px solid #ddd;color:#888;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease}.tutorial-skip-btn:hover{background:#f5f5f5;color:#666}.tutorial-next-btn{background:#4caf50;border:none;color:#fff;padding:8px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.tutorial-next-btn:hover{background:#43a047}.tutorial-highlight{position:relative;z-index:9999;box-shadow:0 0 0 4px #4caf5066;border-radius:8px}body.dark .tutorial-tooltip{background:#2d2d2d;color:#fff}body.dark .tutorial-title{color:#fff}body.dark .tutorial-message{color:#bbb}body.dark .tutorial-skip-btn{border-color:#555;color:#aaa}body.dark .tutorial-skip-btn:hover{background:#3d3d3d;color:#fff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:var(--color-bg, #f5f5f5)}.loading-container p{margin-top:16px;color:var(--text-primary, #333);font-size:var(--text-md, 16px)}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--color-primary, #3498db);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
