html{box-sizing:border-box}*{box-sizing:inherit}.calendar-wrapper{padding:1rem 1.25rem}@media(max-width:768px){.calendar-wrapper{padding:.75rem .5rem}.fc .fc-toolbar.fc-header-toolbar{flex-direction:column;align-items:stretch;gap:.5rem}.fc .fc-toolbar-title{font-size:1rem}}.date-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(max-width:600px){.date-grid{grid-template-columns:1fr}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;background:#006d77;color:#fff;font-weight:600;font-size:.9rem;text-decoration:none;border:none;cursor:pointer;box-shadow:0 2px 6px #00000014;transition:background .2s ease,transform .1s ease,box-shadow .2s ease}.btn-primary:hover{background:#00545b;transform:translateY(-1px);box-shadow:0 4px 10px #0000001f}.btn-primary:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.navbar{display:flex;align-items:center;justify-content:center;padding:0 24px;height:80px;background-color:#fcfcfccc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:0;z-index:1000;font-family:Inter,sans-serif}.nav-link.active{color:#006d77;font-weight:600;border-bottom:2px solid #006d77}.nav-container{width:100%;max-width:1200px;display:flex;align-items:center}.nav-logo{font-family:Outfit,sans-serif;font-weight:800;font-size:1.25rem;color:#111;text-decoration:none;letter-spacing:-.02em}.nav-logo span{color:#006d77}.nav-list{list-style:none;display:flex;align-items:center;gap:32px;margin-left:48px;flex:1}.nav-link{text-decoration:none;color:#555;font-size:.95rem;font-weight:500;transition:color .2s ease}.nav-link:hover{color:#006d77}.user-section{display:flex;align-items:center;gap:20px;margin-left:auto}.user-greeting{font-size:.9rem;color:#888;font-weight:400}.user-greeting strong{color:#111;font-weight:600}.btn-signout{background:#f0f0f0;color:#111;border:none;padding:8px 16px;border-radius:8px;font-family:Outfit,sans-serif;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease}.btn-signout:hover{background:#e0e0e0;color:#d93025}.auth-links{display:flex;gap:12px;margin-left:auto}.btn-signup-nav{background:#111;color:#fff!important;padding:10px 20px;border-radius:10px}.btn-signup-nav:hover{background:#006d77}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;margin-right:12px}.hamburger-icon{font-size:1.5rem;line-height:1}@media(max-width:768px){.navbar{height:64px}.nav-container{width:100%;align-items:center}.nav-toggle{display:block}.nav-list,.user-section,.auth-links{display:none}.navbar.nav-open{height:auto;align-items:flex-start}.navbar.nav-open .nav-container{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 0}.navbar.nav-open .nav-list,.navbar.nav-open .user-section,.navbar.nav-open .auth-links{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;margin-left:0}.navbar.nav-open .user-section,.navbar.nav-open .auth-links{margin-left:0}}.signup-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);font-family:Inter,sans-serif;padding:20px}.signup-container{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 30px #0000000a;width:100%;max-width:450px;border:1px solid rgba(0,0,0,.05)}.signup-container h1{font-family:Outfit,sans-serif;font-size:2rem;color:var(--text-dark);margin-bottom:8px;text-align:center}.error-message{color:var(--error-red);background:#fdf2f2;padding:10px;border-radius:8px;font-size:.85rem;text-align:center;margin-bottom:20px;min-height:18px}.signup-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.button-group{display:flex;flex-direction:column;gap:12px;margin-top:20px}.btn-submit:hover:not(:disabled){background:var(--accent-teal);transform:translateY(-2px)}.btn-submit:disabled{background:#ccc;cursor:not-allowed;opacity:.7}:root{--bg-color: #fcfcfc;--text-dark: #111111;--text-muted: #555555;--accent-teal: #006d77;--accent-soft: #e6f2f3;--error-red: #d93025}.signin-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);font-family:Inter,sans-serif;padding:20px}.signin-container{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 30px #0000000a;width:100%;max-width:400px;border:1px solid rgba(0,0,0,.05)}.signin-container h1{font-family:Outfit,sans-serif;font-size:2rem;color:var(--text-dark);margin-bottom:8px;text-align:center}.error-message{color:var(--error-red);font-size:.85rem;text-align:center;margin-bottom:20px}.signin-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.9rem;font-weight:600;color:var(--text-dark);font-family:Outfit,sans-serif}.form-group input{padding:12px 16px;border-radius:10px;border:1px solid #e0e0e0;font-family:Inter,sans-serif;font-size:1rem;transition:all .2s ease;background:#f9f9f9}.form-group input:focus{outline:none;border-color:var(--accent-teal);background:#fff;box-shadow:0 0 0 4px var(--accent-soft)}.button-group{display:flex;flex-direction:column;gap:12px;margin-top:10px}.btn-submit{background:var(--text-dark);color:#fff;padding:14px;border:none;border-radius:12px;font-family:Outfit,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.btn-submit:hover{background:var(--accent-teal);transform:translateY(-2px)}.btn-cancel{background:transparent;color:var(--text-muted);border:none;font-size:.9rem;cursor:pointer;padding:8px;text-decoration:underline}.btn-cancel:hover{color:var(--text-dark)}:root{--bg-color: #fcfcfc;--text-dark: #111111;--text-muted: #555555;--accent-teal: #006d77;--accent-soft: #e6f2f3}.landing-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);font-family:Inter,sans-serif;padding:40px 20px}.landing-content{text-align:center;max-width:800px;animation:fadeIn .8s ease-out}.brand-tag{display:inline-block;background-color:var(--accent-soft);color:var(--accent-teal);padding:8px 16px;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px;font-family:Outfit,sans-serif}.landing-content h1{font-family:Outfit,sans-serif;font-size:clamp(2.8rem,8vw,5rem);font-weight:800;color:var(--text-dark);line-height:1.1;letter-spacing:-.04em;margin-bottom:24px}.landing-content h1 span{color:var(--accent-teal)}.landing-content p{font-size:clamp(1.1rem,2.5vw,1.3rem);color:var(--text-muted);line-height:1.6;max-width:600px;margin:0 auto 40px}.cta-group{display:flex;gap:16px;justify-content:center}.cta-group a{text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center}.btn{padding:16px 32px;font-size:1.1rem;font-weight:600;border-radius:14px;cursor:pointer;transition:all .3s ease;font-family:Outfit,sans-serif;border:none}.btn-primary,.btn-primary:link,.btn-primary:visited{background-color:var(--text-dark)!important;color:#fff!important;text-decoration:none!important}.btn-primary:hover{background-color:var(--accent-teal)!important;color:#fff!important;transform:translateY(-3px);box-shadow:0 10px 20px #006d7733}.btn-secondary,.btn-secondary:link,.btn-secondary:visited{background-color:transparent;color:var(--text-dark)!important;border:1px solid #ddd;text-decoration:none!important}.btn-secondary:hover{background-color:#f4f4f4;border-color:var(--text-dark)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.cta-group{flex-direction:column}}.workout-nav-tabs{display:flex;gap:8px;padding:16px 24px;background:#fafafa;border-bottom:1px solid #e0e0e0;margin-bottom:24px}.workout-tab{padding:10px 20px;text-decoration:none;color:#666;font-weight:500;font-size:.95rem;border-radius:8px;transition:all .2s ease;border:1px solid transparent}.workout-tab:hover{background:#f0f0f0;color:#006d77}.workout-tab.active{background:#006d77;color:#fff;border-color:#006d77}@media(max-width:768px){.workout-nav-tabs{padding:12px 16px;gap:4px;overflow-x:auto}.workout-tab{padding:8px 16px;font-size:.9rem;white-space:nowrap}}.card-list{display:flex;flex-direction:column;gap:1.5rem;max-width:50vw}.card-list__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.card-list__title{font-size:1.5rem;font-weight:600;margin:0}.card-list__header-actions{display:flex;align-items:center;gap:1rem}.card-list__card-link{text-decoration:none;color:inherit;transition:color .2s ease;display:inline-block}.card-list__card-link:hover{color:#2196f3;text-decoration:underline}.card-list__card-link:focus{outline:2px solid #2196F3;outline-offset:2px;border-radius:2px}.card-list__card-action{font-size:.85rem;text-decoration:none;color:#2196f3;transition:color .2s ease,text-decoration .2s ease;display:inline-flex;align-items:center;gap:.25rem;font-weight:500}.card-list__card-action:hover{color:#1976d2;text-decoration:underline}.card-list__card-action:focus{outline:2px solid #2196F3;outline-offset:2px;border-radius:2px}.card-list__card-action:active{color:#1565c0}.card-list__create-btn{padding:.4rem .9rem;border-radius:999px;border:1px solid #ddd;font-size:.9rem;text-decoration:none;background:#fff;color:#2196f3;display:inline-block;transition:background-color .2s,border-color .2s,color .2s;font-weight:500}.card-list__create-btn:hover{background:#f0f7ff;border-color:#2196f3;color:#1976d2}.card-list__create-btn:focus{outline:2px solid #2196F3;outline-offset:2px}.card-list__create-btn:active{background:#e3f2fd;color:#1565c0}.card-list__scope-switcher{display:flex;gap:.5rem;border:1px solid #ddd;border-radius:6px;padding:2px;background:#f9f9f9}.card-list__scope-button{padding:.3rem .8rem;border:none;border-radius:4px;background:transparent;font-size:.85rem;cursor:pointer;transition:background-color .2s}.card-list__scope-button:hover{background:#0000000d}.card-list__scope-button--active{background:#fff;box-shadow:0 1px 2px #0000001a;font-weight:500}.card-list__container{display:grid;gap:1rem}.card-list__container--grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.card-list__container--list{grid-template-columns:1fr}.card-list__card{background:#fff;border-radius:.75rem;border:1px solid #e5e5e5;padding:1rem 1.1rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 10px #00000008;transition:box-shadow .2s,transform .2s}.card-list__card:hover{box-shadow:0 6px 15px #00000014}.card-list__card--clickable{cursor:pointer}.card-list__card--clickable:hover{transform:translateY(-2px)}.card-list__card-body{display:flex;flex-direction:column;gap:.4rem}.card-list__card-title{margin:0 0 .4rem;font-size:1.05rem;font-weight:600}.card-list__card-subtitle,.card-list__card-description,.card-list__card-status,.card-list__card-metadata{margin:0;color:#666;font-size:.9rem;line-height:1.4}.card-list__card-description{margin-top:.25rem}.card-list__card-metadata{margin-top:.5rem;font-size:.85rem;color:#888}.card-list__card-actions{margin-top:.6rem;display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.card-list__card-action:hover{color:#1d4ed8;text-decoration:underline}.card-list__card-action-button{font-size:.85rem;padding:.25rem .5rem;border:1px solid #ddd;border-radius:4px;background:#fff;color:#2563eb;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex;align-items:center;gap:.25rem}.card-list__card-action-button:hover:not(:disabled){background:#f0f7ff;border-color:#2563eb}.card-list__card-action-button:disabled{opacity:.5;cursor:not-allowed}.card-list__empty{padding:2rem;text-align:center;border-radius:.75rem;border:1px dashed #d4d4d4;background:#fafafa}.card-list__empty h3{margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.card-list__empty p{margin:0 0 1rem;color:#666}.card-list__error{padding:1rem;background:#fee;border:1px solid #fcc;border-radius:.5rem;color:#c33}@media(max-width:768px){.card-list{max-width:100%}.card-list__header{flex-direction:column;align-items:flex-start}.card-list__container--grid{grid-template-columns:1fr}}.exercise-page{max-width:850px;margin:auto;padding:30px;font-family:Inter,system-ui,sans-serif}.back-btn{text-decoration:none;color:#666;font-size:14px}.exercise-header{margin-top:15px;margin-bottom:25px}.exercise-header h1{font-size:32px;margin-bottom:10px}.exercise-tags{display:flex;gap:10px}.tag{background:#f2f2f2;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500}.video-card{margin-bottom:25px}.video-card iframe{width:100%;height:420px;border-radius:12px;border:none}.details-card,.instructions-card{background:#fff;padding:20px;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 10px #0000000d}.details-card h3,.instructions-card h3{margin-bottom:10px}:root{--exlib-bg: #f7f8fa;--exlib-card-bg: #ffffff;--exlib-border: #e2e4ea;--exlib-text-dark: #111111;--exlib-text-muted: #6b7280;--exlib-accent: #006d77}.exercise-lib{min-height:calc(100vh - 80px);padding:32px 20px;background:radial-gradient(circle at top left,#f3f4ff 0,#f7f8fa 35%,#fff);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;justify-content:center}.exercise-lib>div{width:100%;max-width:1100px;background-color:var(--exlib-card-bg);border-radius:24px;box-shadow:0 24px 60px #0f172a1f;border:1px solid rgba(148,163,184,.25);padding:24px 26px 28px;text-align:center}.exercise-lib h2{font-size:1.6rem;font-weight:700;color:var(--exlib-text-dark);letter-spacing:-.03em;margin-bottom:8px}.exercise-lib-subtitle{font-size:.95rem;color:var(--exlib-text-muted);margin-top:4px}.exercise-lib-count{display:inline-block;margin-top:10px;padding:4px 10px;border-radius:999px;background:#006d770f;color:var(--exlib-accent);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.exercise-lib-subtitle,.exercise-lib-count{text-align:center;margin-left:auto;margin-right:auto}.exercise-lib ul{list-style:none;margin:16px 0 0;padding:0;border-radius:18px;border:1px solid rgba(226,232,240,.9);background:#f9fafb;max-height:920px;overflow-y:auto}.exercise-lib li{border-radius:999px;padding:10px 14px;border:1px solid rgba(226,232,240,.9);background:#f9fafb;font-size:.95rem;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease}.exercise-lib li:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0f172a1f;background:#fff;border-color:#94a3b8e6}.exercise-lib a{color:var(--exlib-text-dark);text-decoration:none;font-weight:600;letter-spacing:-.01em}.exercise-lib a:hover{color:var(--exlib-accent);text-decoration:underline}.exercise-lib-empty{margin-top:18px;font-size:.95rem;color:var(--exlib-text-muted);font-style:italic}@media(max-width:640px){.exercise-lib{padding:20px 14px}.exercise-lib>div{border-radius:18px;padding:20px 18px 22px}}:root{--profile-bg: #f7f8fa;--profile-card-bg: #ffffff;--profile-border: #e2e4ea;--profile-text-dark: #111111;--profile-text-muted: #6b7280;--profile-accent: #006d77;--profile-accent-soft: #e6f2f3;--profile-danger: #b91c1c}.profile-page{min-height:calc(100vh - 80px);padding:32px 20px;background:radial-gradient(circle at top left,#f3f4ff 0,#f7f8fa 35%,#fff);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;justify-content:center}.profile-card{width:100%;max-width:1100px;background-color:var(--profile-card-bg);border-radius:24px;box-shadow:0 24px 60px #0f172a1f;border:1px solid rgba(148,163,184,.25);padding:28px 28px 32px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:28px}.profile-left{border-right:1px solid rgba(226,232,240,.9);padding-right:24px}.profile-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.profile-avatar{width:64px;height:64px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#e6f2f3,#93c5fd);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;color:var(--profile-accent)}.profile-user-meta{display:flex;flex-direction:column;gap:2px}.profile-username{font-size:1.35rem;font-weight:700;color:var(--profile-text-dark);letter-spacing:-.02em}.profile-subtitle{font-size:.9rem;color:var(--profile-text-muted)}.profile-section-title{font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;color:var(--profile-text-muted);font-weight:600;margin-bottom:6px}.profile-section{margin-bottom:24px}.height-display{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:16px;background:linear-gradient(135deg,#f9fafb,#eef2ff);border:1px solid rgba(148,163,184,.4)}.height-value{font-size:1.4rem;font-weight:700;color:var(--profile-text-dark)}.height-label{font-size:.85rem;color:var(--profile-text-muted)}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.profile-form-group{display:flex;flex-direction:column;gap:4px}.profile-label{font-size:.8rem;font-weight:600;color:var(--profile-text-muted);text-transform:uppercase;letter-spacing:.08em}.profile-input{padding:9px 10px;border-radius:12px;border:1px solid var(--profile-border);font-size:.95rem;color:var(--profile-text-dark);background-color:#f9fafb;outline:none;transition:all .15s ease}.profile-input:focus{border-color:var(--profile-accent);box-shadow:0 0 0 1px #006d7740;background-color:#fff}.profile-actions{margin-top:16px;display:flex;gap:12px;justify-content:flex-end}.btn-primary{background-color:var(--profile-accent);color:#fff;border:none;border-radius:999px;padding:9px 18px;font-size:.9rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;box-shadow:0 14px 30px #006d7740;transition:all .18s ease}.btn-primary:hover{background-color:#025862;transform:translateY(-1px);box-shadow:0 18px 40px #006d7752}.btn-secondary{background-color:transparent;color:var(--profile-text-muted);border-radius:999px;border:1px solid rgba(148,163,184,.8);padding:9px 16px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .18s ease}.btn-secondary:hover{border-color:var(--profile-text-dark);color:var(--profile-text-dark);background-color:#94a3b80f}.profile-right{display:flex;flex-direction:column;gap:24px}.current-weight-card,.weight-history-card{border-radius:18px;border:1px solid rgba(226,232,240,.9);padding:14px 14px 16px;background:#f9fafb}.current-weight-main{display:flex;align-items:baseline;gap:6px;margin-bottom:4px}.current-weight-main span.value{font-size:1.6rem;font-weight:700;color:var(--profile-text-dark)}.current-weight-main span.unit{font-size:.85rem;color:var(--profile-text-muted)}.current-weight-sub{font-size:.8rem;color:var(--profile-text-muted)}.weight-history-list{max-height:220px;overflow-y:auto;padding-right:4px;margin-top:8px}.weight-history-item{display:flex;justify-content:space-between;font-size:.85rem;color:var(--profile-text-dark);padding:6px 0;border-bottom:1px dashed rgba(226,232,240,.9)}.weight-history-item:last-child{border-bottom:none}.weight-history-date{color:var(--profile-text-muted)}.profile-empty{font-size:.9rem;color:var(--profile-text-muted);font-style:italic}.profile-error{font-size:.8rem;color:var(--profile-danger);margin-top:2px}@media(max-width:900px){.profile-card{grid-template-columns:minmax(0,1fr);padding:22px 18px 24px}.profile-left{border-right:none;border-bottom:1px solid rgba(226,232,240,.9);padding-right:0;padding-bottom:20px}}@media(max-width:640px){.profile-page{padding:20px 14px}.profile-card{border-radius:18px}.profile-header{align-items:flex-start}.profile-form-grid{grid-template-columns:minmax(0,1fr)}.profile-actions{justify-content:stretch}.btn-primary,.btn-secondary{flex:1;justify-content:center}}:root{--bg-color: #fcfcfc;--text-dark: #111111;--text-muted: #555555;--accent-teal: #006d77;--accent-soft: #e6f2f3;--card-shadow: 0 4px 12px rgba(0, 0, 0, .05)}.explore-container{padding:40px 20px;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif;background-color:var(--bg-color);min-height:100vh}.explore-header h2{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:8px}.explore-header p{color:var(--text-muted);font-size:1.1rem;margin-bottom:40px}.explore-section{margin-top:48px}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:10px}.section-header h3{font-family:Outfit,sans-serif;font-size:1.5rem;color:var(--text-dark);margin:0}.view-all-link{font-size:.9rem;font-weight:600;color:var(--accent-teal);text-decoration:none;transition:opacity .2s}.view-all-link:hover{text-decoration:underline;opacity:.8}.explore-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.explore-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:24px;transition:all .3s ease;box-shadow:var(--card-shadow);display:flex;flex-direction:column}.explore-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000014;border-color:var(--accent-teal)}.explore-card h4{margin:0 0 12px;font-family:Outfit,sans-serif;font-size:1.2rem}.explore-card h4 a{text-decoration:none;color:var(--text-dark);transition:color .2s}.explore-card h4 a:hover{color:var(--accent-teal)}.explore-card p{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.5}.card-meta{margin-top:auto;padding-top:16px;font-size:.85rem;font-weight:600;color:var(--accent-teal);text-transform:uppercase;letter-spacing:.05em}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;text-align:center}.error-state p{color:#d93025;background:#fdf2f2;padding:12px 24px;border-radius:12px}@media(max-width:768px){.explore-grid{grid-template-columns:1fr}}.calendar-page{padding:20px;max-width:1100px;margin:0 auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif}.calendar-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px;gap:12px}.calendar-header h1{font-size:1.8rem;margin:0}.calendar-header p{margin:4px 0 0;color:#555;font-size:.95rem}.calendar-primary-btn{background:#006d77;color:#fff;border:none;padding:10px 18px;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.calendar-primary-btn:hover{background:#005460}.calendar-loading{margin-bottom:8px;color:#777}.calendar-legend{display:flex;gap:12px;align-items:center;font-size:.8rem;color:#666;margin-bottom:8px}.legend-dot{width:10px;height:10px;border-radius:999px;display:inline-block;margin-right:4px}.legend-dot.planned{background:#38bdf8}.legend-dot.completed{background:#22c55e}.legend-dot.skipped{background:#f97373}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:12px}.fc .fc-toolbar-title{font-size:1rem;font-weight:600}.fc .fc-button{background:#f3f4f6;border:1px solid #e5e7eb;color:#111827;text-transform:none;font-size:.75rem;padding:4px 8px}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background:#006d77;border-color:#006d77}.fc .fc-daygrid-day-frame{padding:4px}.workout-event{border-radius:6px!important;font-size:.75rem;padding:2px 4px}.workout-status-planned{background-color:#e0f2fe!important;border-color:#38bdf8!important;color:#0369a1!important}.workout-status-completed{background-color:#dcfce7!important;border-color:#22c55e!important;color:#166534!important}.workout-status-skipped,.workout-status-canceled{background-color:#fee2e2!important;border-color:#f97373!important;color:#b91c1c!important}.workout-popover{position:fixed;transform:translate(-50%,-10px);background:#fff;border-radius:10px;padding:10px;box-shadow:0 10px 30px #0f172a2e;z-index:1000;min-width:150px;display:flex;flex-direction:column;gap:6px}.popover-btn{border:none;border-radius:6px;padding:6px 10px;font-size:.8rem;text-align:left;cursor:pointer}.popover-btn.primary{background:#0ea5e9;color:#fff}.popover-btn.success{background:#22c55e;color:#fff}.popover-btn.danger{background:#ef4444;color:#fff}.popover-btn.muted{background:#e5e7eb;color:#111827}.popover-btn:hover{filter:brightness(.95)}@media(max-width:768px){.calendar-page{padding:16px}.calendar-header{flex-direction:column;align-items:flex-start}.calendar-primary-btn{align-self:stretch;text-align:center}}
