/* Mobile navigation and dashboard for BookEnda. */
[hidden]{display:none!important}
.app-brand-icon{width:36px;height:36px;object-fit:cover;border-radius:10px;margin-right:9px}
.menu-toggle,.mobile-menu,.mobile-dock{display:none}
.dash-tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin:0 0 27px}
.dash-tile{position:relative;min-height:178px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;background:#fff;border:1px solid #e5eaf8;border-radius:23px;padding:18px;color:#142042;box-shadow:0 12px 32px #172c6510;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;animation:tile-rise .55s both}
.dash-tile:nth-child(2){animation-delay:.07s}.dash-tile:nth-child(3){animation-delay:.14s}.dash-tile:nth-child(4){animation-delay:.21s}
.dash-tile:hover{transform:translateY(-5px);box-shadow:0 18px 36px #172c6521;border-color:#b6c7ff;color:#142042}
.dash-tile:active{transform:scale(.98)}.dash-tile.accent{background:linear-gradient(145deg,#164ff1,#4037c8);color:#fff;border-color:transparent}.dash-tile.accent:hover{color:#fff}
.tile-symbol{height:38px;width:38px;display:grid;place-items:center;border-radius:12px;background:#ecf1ff;color:#1450f5;font-size:25px;line-height:1}.accent .tile-symbol{background:#ffffff30;color:#fff}
.tile-label{font-size:14px;color:#63708d;font-weight:700;margin-top:13px}.accent .tile-label,.accent .tile-hint{color:#ffffffd9}
.dash-tile strong{font-size:34px;line-height:1.15;letter-spacing:-.05em;margin-top:4px}.dash-tile strong.tile-word{font-size:28px}.tile-hint{font-size:12px;color:#687694;margin-top:auto;padding-top:9px;font-weight:650}.tile-hint span{font-size:16px;margin-left:3px}
.dashboard-editor,.dashboard-sections{margin-top:12px}.dashboard-sections>section,.dashboard-editor>article,.badge{scroll-margin-top:95px}
@keyframes tile-rise{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){.dash-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){
 .top{height:68px;padding:10px 20px;flex-direction:row;align-items:center;gap:10px;z-index:30;box-shadow:0 3px 18px #172c650c}
 .top .brand{font-size:22px;white-space:nowrap;min-width:0}.top .lp-brand-logo{max-width:180px;height:auto}
 .top .desktop-nav{display:none}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;margin-left:auto;background:#eef2ff;color:#1450f5;border-radius:13px;box-shadow:none}
 .menu-toggle span{display:block;width:22px;height:2px;background:currentColor;border-radius:3px;transition:transform .22s,opacity .22s}.menu-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:last-child{transform:translateY(-7px) rotate(-45deg)}
 .top .mobile-menu{position:absolute;display:flex;flex-direction:column;align-items:stretch;gap:2px;top:calc(100% + 7px);right:15px;left:15px;padding:12px;background:#fff;border:1px solid #dfe6f7;border-radius:20px;box-shadow:0 22px 50px #172c6530;transform-origin:top right;animation:menu-enter .22s ease both}.mobile-menu a,.menu-logout{display:block;width:100%;text-align:left;padding:13px 15px;border-radius:12px;color:#152143;font-size:15px;font-weight:700;background:transparent;box-shadow:none;margin:0}.mobile-menu a:hover,.menu-logout:hover{background:#eef2ff;color:#1450f5;transform:none;box-shadow:none}.mobile-menu form{width:100%}
 .mobile-dock{position:fixed;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:calc(9px + env(safe-area-inset-bottom));height:68px;padding:5px 3px;background:#ffffffed;border:1px solid #dce5f7;box-shadow:0 10px 36px #11255430;border-radius:23px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:25}
 .mobile-dock a,.mobile-dock button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;padding:3px 0;color:#66738e;font-size:10px;line-height:1.2;font-weight:750;background:transparent;border:0;box-shadow:none;border-radius:13px;margin:0;white-space:nowrap}.mobile-dock a:hover,.mobile-dock button:hover,.mobile-dock a[aria-current=page]{color:#1450f5;background:transparent;box-shadow:none;transform:none}.dock-icon{font-size:24px;line-height:26px;font-weight:500}.mobile-dock .dock-action{color:#1450f5}.dock-plus{width:43px;height:43px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#1450f5,#6044dc);box-shadow:0 5px 12px #1450f54f;color:#fff;font-size:30px;font-weight:400;line-height:1;margin-top:-18px}.mobile-dock .dock-action>span:last-child{color:#1450f5}
 body:has(.mobile-dock) .wrap{padding-bottom:calc(105px + env(safe-area-inset-bottom))}body:has(.mobile-dock) footer{padding-bottom:calc(95px + env(safe-area-inset-bottom))}
 .dash-tiles{gap:11px;margin-bottom:25px}.dash-tile{min-height:156px;padding:15px;border-radius:20px}.tile-label{font-size:13px}.dash-tile strong{font-size:30px}.tile-symbol{width:34px;height:34px;font-size:21px}.tile-hint{font-size:11px}
 .dashboard-sections>section,.dashboard-editor>article,.badge{scroll-margin-top:84px}.heading{gap:10px}.heading .badge{white-space:nowrap;font-size:12px;padding:8px 10px}.dashboard-editor{margin-top:22px}.dashboard-editor .grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:370px){.mobile-dock{left:5px;right:5px}.mobile-dock a,.mobile-dock button{font-size:9px}.dash-tile{padding:12px}.tile-hint{font-size:10px}}
@keyframes menu-enter{from{opacity:0;transform:translateY(-7px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(prefers-reduced-motion:reduce){.dash-tile,.top .mobile-menu{animation:none}.dash-tile,.menu-toggle span{transition:none}}
.lesson-options{border:1px solid #dfe6f7;border-radius:16px;margin:17px 0;padding:15px}.lesson-options legend{font-weight:800;padding:0 7px}.lesson-options label{display:flex;align-items:flex-start;gap:9px;margin:10px 0;font-weight:500;line-height:1.4}.lesson-options input[type=radio]{width:auto;margin:3px 0;accent-color:#1450f5}.lesson-slot{background:#f5f7ff;border:1px solid #e3e9f8;border-radius:18px;padding:16px;margin:12px 0}.lesson-slot .grid{gap:7px 12px}.lesson-slot h4{margin:0}.lesson-slot .remove-slot{float:right;padding:5px 10px;margin:0;font-size:13px}.lesson-thumb{width:82px;height:82px;object-fit:cover;border-radius:14px;flex:none}.activity .date{background:color-mix(in srgb,var(--lesson-color),white 90%);color:var(--lesson-color)}.lesson-day-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e7ebf5;border-radius:16px;padding:9px 12px;margin:10px 0 16px}.lesson-day-nav button{background:#eef2ff;color:#1450f5;padding:4px 13px;font-size:27px;margin:0;box-shadow:none}.lesson-day-nav label{font-size:11px;margin:0;display:flex;flex-direction:column;align-items:center;color:#69758b}.lesson-day-nav input{margin:2px 0 0;width:auto;padding:3px 7px;font-size:15px;font-weight:750;border:0;text-align:center}@media(max-width:720px){.lesson-thumb{width:58px;height:58px}.activity:has(.lesson-thumb){flex-wrap:wrap}.activity:has(.lesson-thumb) .activity-body{min-width:50%}.lesson-day-nav{gap:4px}.lesson-slot{padding:11px}}
/* BookEnda 0.8: readable lesson discovery and inline management. */
.lesson-controls{background:#fff;border:1px solid #e7ebf5;border-radius:21px;padding:17px;margin:10px 0 17px;box-shadow:0 8px 22px #172c650a}.lesson-filters,.lesson-quick-days{display:flex;align-items:center;gap:8px;overflow:auto;scrollbar-width:thin;padding-bottom:4px}.lesson-filters button,.lesson-quick-days button{flex:none;border:1px solid #e0e7f6;background:#f4f6fc;color:#334260;padding:9px 13px;font-size:13px;border-radius:13px;box-shadow:none;margin:0}.lesson-filters button:hover,.lesson-quick-days button:hover,.lesson-filters button.filter-active,.lesson-quick-days button.filter-active{background:#1450f5;color:#fff;transform:none;box-shadow:none}.lesson-filters label{margin:0;font-size:12px;white-space:nowrap}.lesson-filters input{width:145px;margin:0;padding:8px}.lesson-search{font-size:12px;margin:13px 0}.lesson-search input{margin:5px 0 0}.lesson-quick-days{padding-top:4px}.lesson-controls #lesson-result-count{margin:10px 0 0;font-size:13px}.inline-editor{background:#f5f7ff;border-radius:13px;padding:10px 14px;margin-top:12px;border:1px solid #e5eafa}.inline-editor summary{cursor:pointer;font-weight:700;color:#1450f5}.inline-editor form{margin:12px 0}.inline-editor label{font-size:13px}.inline-editor .danger{border-color:#c54838;color:#a23125}.inline-editor .danger:hover{background:#a23125;color:#fff}.inline-editor button{margin-top:10px}.inline-editor .grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.lesson-slot [hidden]{display:none!important}.lesson-slot select[data-weekly-select]{margin:7px 0 0;font-size:13px}.lesson-slot .remove-slot{margin:0 0 8px}.activity[hidden]{display:none!important}@media(max-width:720px){.lesson-controls{padding:13px}.inline-editor .grid.two{gap:8px}.inline-editor input,.inline-editor select{font-size:14px}.table-wrap td .inline-editor{min-width:225px}}

.lesson-new{border:2px solid #1450f5;box-shadow:0 0 0 5px #1450f51a}
/* Compact daily agenda. Brand colors and familiar booking cues from the reference video. */
.lesson-row.activity{display:block;padding:0;overflow:hidden;border:1px solid #252e4d;background:#191e31;color:#fff;border-radius:19px;margin:0 0 9px;box-shadow:0 7px 22px #141e3520;transition:transform .18s,border-color .18s,box-shadow .18s}
.lesson-row.activity:hover{transform:translateY(-2px);border-color:#5464bd;box-shadow:0 10px 23px #141e3530}
.lesson-disclosure{width:100%}.lesson-summary{list-style:none;display:flex;align-items:center;gap:13px;padding:13px 16px;cursor:pointer;min-height:76px}.lesson-summary::-webkit-details-marker{display:none}.lesson-summary:focus-visible{outline:3px solid #ff714e;outline-offset:-4px;border-radius:17px}
.lesson-time{display:flex;flex:none;flex-direction:column;align-items:center;justify-content:center;width:58px;height:49px;border-radius:12px;background:color-mix(in srgb,var(--lesson-color,#1450f5),#191e31 65%);border-left:3px solid var(--lesson-color,#1450f5);font-size:16px;font-weight:850;font-variant-numeric:tabular-nums}.lesson-time small{font-size:10px;color:#bbc6df;margin-top:3px}
.lesson-title{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.lesson-title strong{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lesson-title small{font-size:12px;color:#aab5d0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lesson-capacity{width:51px;height:51px;flex:none;border:3px solid var(--lesson-color,#1450f5);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;line-height:1.05;font-variant-numeric:tabular-nums}.lesson-capacity strong{font-size:16px}.lesson-capacity small{font-size:10px;color:#bcc7df}.lesson-chevron{color:#aab5d0;font-size:25px;line-height:1;transition:transform .2s}.lesson-disclosure[open] .lesson-chevron{transform:rotate(180deg)}
.lesson-expanded{border-top:1px solid #333b56;padding:17px;background:#22283d;animation:menu-enter .22s ease}.lesson-expanded>p{color:#d6dded;line-height:1.5}.lesson-cover{display:block;width:100%;max-height:170px;object-fit:cover;border-radius:13px;margin-bottom:15px}.lesson-meta{display:flex;flex-wrap:wrap;gap:8px;margin:11px 0;color:#d2daf0;font-size:12px}.lesson-meta span{border:1px solid #3d4866;border-radius:9px;padding:6px 9px}.lesson-progress{height:6px;background:#3b435f;border-radius:10px;overflow:hidden}.lesson-progress span{display:block;height:100%;background:var(--lesson-color,#1450f5);border-radius:10px;transition:width .25s}.lesson-expanded .muted{color:#bac5df}.lesson-expanded label{color:#e2e9f9}.lesson-expanded select,.lesson-expanded input,.lesson-expanded textarea{background:#f9fbff;color:#142042}.lesson-expanded .state{color:#9eb9ff}
.lesson-staff-tools{border-top:1px solid #3d4866;padding:12px 0;margin-top:14px}.lesson-staff-tools summary{color:#d5e2ff;font-weight:700;cursor:pointer}.lesson-staff-tools form{padding:4px 0}.lesson-editor{background:#2d344b;border-color:#434e6e}.lesson-editor summary{color:#aabbff}.lesson-editor .danger{background:#fff}.lesson-expanded form button{max-width:100%}
.participants{padding:15px 0 4px;border-top:1px solid #3d4866;margin-top:17px}.participants h4{margin:0 0 10px;font-size:16px}.participants [data-participants-panel]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.participant-group{background:#303851;border:1px solid #404d70;border-radius:13px;padding:12px;min-width:0}.participant-group h5{font-size:13px;color:#e2e9ff;margin:0 0 10px}.participant-group ol{padding-left:23px;margin:0;max-height:220px;overflow-y:auto}.participant-group li{padding:5px 0;border-top:1px solid #ffffff18;font-size:13px;overflow-wrap:anywhere}.participant-group p{font-size:13px;margin:0;color:#abb8d5}
.lesson-new{border-color:#80a7ff!important;box-shadow:0 0 0 4px #1450f53a!important}.dashboard-sections #attivita>.lesson-controls{margin-bottom:19px}
@media(max-width:720px){.lesson-summary{gap:9px;padding:11px 12px;min-height:70px}.lesson-time{width:52px;height:46px;font-size:14px}.lesson-title strong{font-size:14px}.lesson-title small{font-size:11px}.lesson-capacity{width:45px;height:45px}.lesson-chevron{font-size:21px}.lesson-expanded{padding:13px}.participants [data-participants-panel]{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.participant-group{padding:9px}}
@media(max-width:365px){.lesson-summary{gap:6px}.lesson-time{width:48px}.lesson-capacity{width:42px;height:42px}.lesson-chevron{font-size:18px}.participants [data-participants-panel]{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.lesson-row.activity,.lesson-chevron,.lesson-progress span{transition:none}.lesson-expanded{animation:none}}
/* Booking requests and notifications */
.notification-bell{position:relative;display:grid;place-items:center;width:40px;height:40px;flex:none;background:#eff3ff;border-radius:13px;color:#1450f5;margin-left:auto}.notification-bell svg{width:23px;height:23px}.notification-bell b{position:absolute;top:-5px;right:-5px;background:#ff714e;color:#fff;border:2px solid #fff;border-radius:20px;min-width:19px;height:19px;padding:0 3px;display:grid;place-items:center;font-size:10px}.notification-bell:hover{background:#dfe8ff}.notification-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;scroll-margin-top:90px}.notification-heading h2{margin:25px 0 12px}.notification-heading form button{font-size:12px;padding:7px 10px;margin:0}.note.unread{border-left:4px solid #1450f5;background:#eef3ff;font-weight:650}.pending-requests{background:linear-gradient(135deg,#f1f5ff,#fff);border:1px solid #dce6ff;border-radius:22px;padding:18px;margin:0 0 24px;scroll-margin-top:92px}.pending-heading{display:flex;align-items:center;justify-content:space-between;gap:9px}.pending-heading h2{font-size:22px;margin:0 0 14px}.pending-heading span{background:#dce6ff;color:#1450f5;border-radius:99px;padding:7px 10px;font-size:12px;font-weight:800;white-space:nowrap}.pending-empty{margin:0;color:#687591}.pending-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #e2e8fa;border-radius:16px;padding:12px 15px;margin-top:8px}.pending-card p{color:#596987;font-size:13px;margin:5px 0 0}.pending-actions,.participant-actions{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.pending-actions button,.participant-actions button{margin:0;padding:8px 10px;font-size:12px}.pending-actions .danger,.participant-actions .danger{color:#a23125;border-color:#c54838}.participant-actions{margin-top:7px}.participant-actions form{margin:0}.participant-group li{padding:8px 0}.participant-group li span{font-weight:700}
@media(max-width:720px){.top .notification-bell{margin-left:auto}.top .menu-toggle{margin-left:0}.pending-requests{padding:13px}.pending-card{align-items:flex-start;flex-direction:column}.notification-heading h2{font-size:22px}}
/* Athlete view: date-first discovery and an inviting lesson detail. */
.athlete-shell .dash-tiles{display:none}.athlete-shell .heading{margin-bottom:16px}.athlete-shell .heading h1{font-size:clamp(27px,4vw,38px)}.athlete-shell .dashboard-sections{grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);gap:25px}.athlete-shell #attivita{min-width:0}.athlete-shell #attivita>h2{font-size:25px;margin:22px 0 12px}
.athlete-hero{position:relative;display:flex;align-items:flex-end;min-height:205px;border-radius:24px;overflow:hidden;background:linear-gradient(120deg,#18356e,#1450f5 65%,#553fc3);color:#fff;isolation:isolate}.athlete-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.34;z-index:-1}.athlete-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#101d46ed,#14396b6b);z-index:-1}.athlete-hero-content{padding:27px 29px;max-width:580px}.athlete-hero small{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#d8e5ff;font-weight:800}.athlete-hero h2{font-size:clamp(24px,3.8vw,36px);line-height:1.1;letter-spacing:-.04em;margin:10px 0 6px}.athlete-hero p{color:#e0eaff;line-height:1.45;margin:0 0 16px}.athlete-hero a{display:inline-flex;gap:10px;align-items:center;background:#fff;color:#1450f5;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:850}.athlete-hero a:hover{background:#e4edff;color:#1450f5}
.athlete-tabs{display:flex;border-bottom:1px solid #dae2f5;gap:22px;margin:12px 0 17px}.athlete-tabs button{background:transparent;color:#64718e;box-shadow:none;border-radius:0;margin:0;padding:10px 0 11px;border-bottom:3px solid transparent;font-size:14px}.athlete-tabs button:hover,.athlete-tabs button.is-active{color:#1450f5;border-bottom-color:#1450f5;transform:none;box-shadow:none}.athlete-day-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;background:linear-gradient(105deg,#223f83,#1450f5);color:#fff;border-radius:16px;padding:9px 13px;margin-bottom:10px}.athlete-day-heading span{text-transform:capitalize;text-align:center;font-size:14px;font-weight:750}.athlete-day-heading button{background:#ffffff29;color:#fff;padding:0 13px;line-height:33px;font-size:23px;box-shadow:none;margin:0}.athlete-day-heading button:hover{background:#ffffff45;transform:none;box-shadow:none}.athlete-shell .lesson-controls{background:transparent;border:0;box-shadow:none;padding:0;margin:6px 0 17px}.athlete-shell .lesson-filters{order:2}.athlete-shell .lesson-search{margin:8px 0 11px}.athlete-shell .lesson-search input{background:#fff;border:1px solid #d8e2f5;border-radius:99px}.athlete-shell .lesson-quick-days{margin:7px 0}.athlete-shell .lesson-quick-days button{background:#fff}.athlete-shell .lesson-quick-days button.filter-active{background:#1450f5}.athlete-shell .lesson-row.activity{background:#fff;border:1px solid #e0e5f3;color:#142042;box-shadow:0 6px 17px #213a7410;border-left:4px solid var(--lesson-color,#1450f5);border-radius:15px}.athlete-shell .lesson-row.activity:hover{border-color:#b6c8ef;box-shadow:0 9px 25px #213a7420}.athlete-shell .lesson-summary{min-height:67px;padding:9px 12px}.athlete-shell .lesson-time{background:#e9efff;color:#1450f5;border:0}.athlete-shell .lesson-time small{color:#536caa}.athlete-shell .lesson-title strong{color:#142042}.athlete-shell .lesson-title small{color:#62718e}.athlete-shell .lesson-chevron{color:#687a9d}.athlete-shell .lesson-capacity{border:0;border-radius:11px;background:#dff6ea;color:#167b47}.athlete-shell .lesson-capacity small{color:inherit}.athlete-shell .lesson-capacity.seat-full{background:#eae2fb;color:#7839b6}.athlete-shell .lesson-capacity.seat-confirmed{background:#def6e9;color:#118047}.athlete-shell .lesson-capacity.seat-pending{background:#fff0d5;color:#ab610c}.athlete-shell .lesson-expanded{background:#fff;border-top:1px solid #e7ebf5;padding:16px;color:#142042}.athlete-shell .lesson-expanded>p,.athlete-shell .lesson-expanded .muted{color:#586581}.athlete-shell .lesson-cover{max-height:235px;margin:-16px -16px 17px;width:calc(100% + 32px);border-radius:0;object-position:center}.athlete-lesson-title h3{font-size:24px;margin:5px 0;line-height:1.15}.athlete-label{color:#1450f5;text-transform:uppercase;font-size:11px;font-weight:850;letter-spacing:.08em}.athlete-lesson-title p{font-size:13px;color:#567092;margin:0 0 15px}.athlete-dates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:10px 0 16px}.athlete-dates>div{display:flex;flex-direction:column;background:#f0f4ff;border-radius:14px;padding:13px;gap:4px}.athlete-dates small{color:#637596;font-size:11px}.athlete-dates strong{font-size:15px;color:#172449}.athlete-dates span{color:#1450f5;font-size:13px;font-weight:750}.athlete-shell .lesson-meta{color:#435370}.athlete-shell .lesson-meta span{border-color:#dae3f5;background:#f8faff}.athlete-shell .lesson-progress{background:#ebf0fb}.athlete-shell .lesson-expanded form>button{display:block;width:100%;font-size:15px;padding:14px 20px;border-radius:13px;margin-top:15px}.athlete-shell .lesson-expanded form>button.outline{background:#fff;color:#1450f5}.athlete-shell .lesson-expanded .state{font-weight:850;color:#118047}.athlete-shell .lesson-row[hidden]{display:none}
@media(max-width:800px){.athlete-shell .dashboard-sections{grid-template-columns:1fr}}
@media(max-width:720px){.athlete-shell .heading{align-items:center}.athlete-shell .heading h1{font-size:25px}.athlete-shell .heading p{font-size:13px}.athlete-hero{min-height:178px;border-radius:19px}.athlete-hero-content{padding:19px}.athlete-hero h2{font-size:26px}.athlete-hero p{font-size:13px;margin-bottom:11px}.athlete-shell #attivita>h2{font-size:22px}.athlete-tabs button{font-size:12px}.athlete-shell .lesson-summary{gap:8px}.athlete-shell .lesson-time{width:49px}.athlete-shell .lesson-title small{font-size:10px}.athlete-shell .lesson-capacity{width:43px;height:43px}.athlete-shell .lesson-capacity strong{font-size:15px}.athlete-shell .lesson-capacity small{font-size:9px}}
.athlete-today-entry{display:flex;align-items:center;gap:18px;padding:19px 23px;margin:17px 0 11px;border-radius:22px;background:linear-gradient(110deg,#492d91,#9b32cf 72%,#be4ad1);box-shadow:0 15px 30px #61288d39;color:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.athlete-today-entry:hover,.athlete-today-entry:focus-visible{color:#fff;transform:translateY(-3px);box-shadow:0 20px 35px #61288d50}.athlete-today-icon{font-size:29px;opacity:.85}.athlete-today-number{font-size:clamp(44px,7vw,76px);font-weight:900;letter-spacing:-.07em;line-height:1}.athlete-today-month{font-size:clamp(20px,3vw,30px);font-weight:750;text-transform:capitalize;line-height:1.12}.athlete-today-month small{display:block;font-size:14px;font-weight:600;opacity:.8;margin-top:5px}.athlete-today-arrow{font-size:35px;margin-left:auto;opacity:.8}.athlete-shell.js-ready #attivita:not(.is-open){display:none}.athlete-shell.js-ready #attivita:not(.is-open)~#bacheca{grid-column:1/-1}.athlete-shell #attivita.is-open{animation:bookenda-schedule-in .25s ease-out}.athlete-schedule-back{display:inline-flex;align-items:center;font-size:13px;font-weight:750;color:#563ab4;margin:14px 0 0}.athlete-date-divider{display:flex;align-items:center;justify-content:center;gap:10px;background:#493d74;color:#fff;border-radius:13px;margin:18px 0 8px;padding:11px 16px;font-size:15px;font-weight:650;text-transform:capitalize;line-height:1.35}.athlete-date-divider[hidden]{display:none}.athlete-date-divider span{font-size:19px}.athlete-shell .lesson-row.activity{border-left:5px solid #ab50d5;margin:6px 0}.athlete-shell .lesson-capacity.seat-open{background:#b763d5;color:#fff}.athlete-shell .lesson-capacity.seat-confirmed{background:#51c941;color:#fff}.athlete-shell .lesson-capacity.seat-full{background:#edddf5;color:#702b91}.athlete-shell .lesson-capacity.seat-pending{background:#ffe7b0;color:#79510c}.athlete-shell .lesson-capacity small{color:inherit}.athlete-shell .lesson-capacity{border-radius:13px}.athlete-shell .lesson-summary{padding:10px 13px}.athlete-shell .lesson-title strong{font-weight:780}@keyframes bookenda-schedule-in{from{opacity:.35;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.athlete-today-entry,.athlete-shell #attivita.is-open{animation:none;transition:none}}@media(max-width:720px){.athlete-today-entry{padding:16px;gap:12px}.athlete-today-number{font-size:54px}.athlete-today-icon{font-size:23px}.athlete-date-divider{font-size:14px}.athlete-shell .lesson-capacity{width:51px;height:51px}.athlete-shell .lesson-capacity small{font-size:10px}}
.athlete-back-list{display:inline-block;margin:14px 0 2px;color:#563ab4;font-size:13px;font-weight:800}

/* Cliente: schermata iniziale fotografica e agenda per giornate. */
.athlete-shell .dashboard-sections{grid-template-columns:minmax(0,1fr);max-width:900px;margin-inline:auto}
.athlete-shell .heading,.athlete-stage{max-width:900px;margin-inline:auto}
.athlete-stage{position:relative;isolation:isolate;margin-bottom:22px}
.athlete-stage .athlete-hero{min-height:365px;align-items:flex-end;background:linear-gradient(135deg,#182a5c,#62408b);border-radius:24px}
.athlete-stage .athlete-hero>img{opacity:.75;object-position:center 44%}
.athlete-stage .athlete-hero::before{background:linear-gradient(180deg,#11193493 0%,#18234715 38%,#121a44ed 100%)}
.athlete-stage .athlete-today-entry{position:absolute;z-index:2;top:16px;left:16px;right:16px;margin:0;padding:15px 20px;background:linear-gradient(105deg,#2549bfef,#8044b9f2);border:1px solid #ffffff45;box-shadow:0 14px 30px #0e173b52;backdrop-filter:blur(12px)}
.athlete-stage .athlete-today-entry:focus-visible{outline:3px solid #fff;outline-offset:3px}
.athlete-stage .athlete-today-month small::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#56d771;margin-right:7px;vertical-align:1px;box-shadow:0 0 0 3px #56d77135}
.athlete-stage .athlete-hero-content{padding:124px 26px 26px;max-width:650px}
.athlete-stage .athlete-hero-content small{color:#e2e9ff}
.athlete-stage .athlete-hero-content h2{font-size:clamp(29px,4vw,42px);text-wrap:balance}
.athlete-stage .athlete-hero-content p{max-width:480px}
.athlete-shell:has(#attivita.is-open) .athlete-stage{display:none}
.athlete-shell:has(#attivita.is-open)>.heading{display:none}
.athlete-shell #attivita.is-open{background:#f2f0f8;border:1px solid #e7e0f2;border-radius:23px;padding:19px 21px 25px}
.athlete-shell #attivita>h2{margin:8px 0 10px}
.athlete-shell .athlete-tabs{justify-content:center;gap:0;background:#fff;border:1px solid #e7e2ee;border-radius:14px;padding:4px;margin:14px 0}
.athlete-shell .athlete-tabs button{flex:1;min-height:44px;padding:9px 12px;margin:0;border:0;border-radius:10px;font-weight:750}
.athlete-shell .athlete-tabs button.is-active{background:#ebebff;color:#4236a2}
.athlete-shell .athlete-day-heading{background:#34306c;border-radius:12px;min-height:43px}
.athlete-shell .lesson-search input{border:1px solid #dcd6ea;min-height:48px}
.athlete-shell .lesson-search input:focus-visible{outline:2px solid #754bc2;outline-offset:2px}
.athlete-shell .athlete-date-divider{background:#38336c;letter-spacing:.01em}
.athlete-shell .lesson-row.activity{border:0;border-left:5px solid var(--lesson-color,#a25bd0);border-radius:17px;box-shadow:0 4px 12px #29214a12}
.athlete-shell .lesson-summary{min-height:78px;gap:13px}
.athlete-shell .lesson-time{background:#f2e9fb;color:#7840a5;min-width:56px}
.athlete-shell .lesson-time small{color:#8a67a8}
.athlete-shell .lesson-title strong{font-size:16px}
.athlete-shell .lesson-capacity{min-width:56px;min-height:55px}
.athlete-shell .lesson-capacity strong{font-size:18px}
.athlete-shell .lesson-capacity.seat-open{background:#ac62cb}
.athlete-shell .lesson-capacity.seat-confirmed{background:#50c648}
.athlete-shell .lesson-disclosure[open]{border-radius:16px}
.athlete-shell .lesson-disclosure[open] .lesson-summary{background:#f9f7fe}
.athlete-shell .lesson-expanded form>button{background:#1450f5;color:#fff}
.athlete-shell .lesson-expanded form>button:focus-visible{outline:3px solid #9e70d6;outline-offset:3px}
@media(max-width:720px){
 .athlete-shell .heading{margin-bottom:12px}.athlete-stage{margin-inline:-14px}.athlete-stage .athlete-hero{min-height:450px;border-radius:0 0 24px 24px}.athlete-stage .athlete-hero>img{object-position:center 45%}
 .athlete-stage .athlete-today-entry{top:14px;left:14px;right:14px;padding:14px 17px}.athlete-stage .athlete-today-entry .athlete-today-number{font-size:62px}.athlete-stage .athlete-hero-content{padding:130px 22px 24px}
 .athlete-shell #attivita.is-open{margin:0 -10px;padding:15px 11px 23px;border-radius:18px}.athlete-shell .lesson-summary{gap:7px;padding:10px}.athlete-shell .lesson-time{min-width:47px;width:47px}.athlete-shell .lesson-capacity{width:52px;min-width:52px;height:52px;min-height:52px}.athlete-shell .lesson-title strong{font-size:14px}.athlete-shell .lesson-chevron{font-size:18px}
}
@media(max-width:370px){.athlete-stage .athlete-today-entry{gap:8px}.athlete-stage .athlete-today-entry .athlete-today-number{font-size:54px}.athlete-stage .athlete-today-month{font-size:19px}.athlete-shell .lesson-capacity{width:47px;min-width:47px}}
@media(max-width:720px){
 body:has(.athlete-shell) .top{background:#343064;box-shadow:none}
 body:has(.athlete-shell) .top .brand,body:has(.athlete-shell) .top .brand span{color:#fff}
 body:has(.athlete-shell) .top .notification-bell,body:has(.athlete-shell) .top .menu-toggle{color:#fff;background:#ffffff25}
 body:has(.athlete-shell) .mobile-dock{background:#343064f2;border-color:#ffffff2d;box-shadow:0 12px 30px #16143d4d}
 body:has(.athlete-shell) .mobile-dock a,body:has(.athlete-shell) .mobile-dock button{color:#dcdbf5}
 body:has(.athlete-shell) .mobile-dock a[aria-current=page],body:has(.athlete-shell) .mobile-dock a:hover{color:#fff}
 body:has(.athlete-shell) .mobile-dock .dock-action,body:has(.athlete-shell) .mobile-dock .dock-action>span:last-child{color:#fff}
 body:has(.athlete-shell) .mobile-dock .dock-plus{background:linear-gradient(145deg,#1450f5,#aa54d0)}
}
@media(prefers-reduced-motion:reduce){.athlete-shell #attivita.is-open{animation:none}}

.athlete-shell .athlete-day-group{margin-top:16px}
.athlete-shell .athlete-day-group[hidden]{display:none}
.athlete-shell .athlete-day-group .athlete-date-divider{padding:0;margin:0;background:#38336c;overflow:hidden}
.athlete-day-toggle{display:grid;grid-template-columns:24px minmax(0,1fr) auto 22px;align-items:center;gap:10px;width:100%;min-height:50px;margin:0;padding:10px 16px;background:transparent;color:#fff;border:0;box-shadow:none;font:inherit;text-align:center;cursor:pointer;transition:background .2s ease}
.athlete-day-toggle:hover,.athlete-day-toggle:focus-visible{background:#5b4d91;color:#fff;box-shadow:none;transform:none}
.athlete-day-toggle:focus-visible{outline:3px solid #bb9af4;outline-offset:-3px}
.athlete-day-count{padding:4px 8px;border-radius:20px;background:#ffffff20;color:#f4ebff;font-size:11px;font-weight:700;white-space:nowrap}
.athlete-day-marker{font-size:21px;line-height:1;transition:transform .3s ease}
.athlete-day-group.is-open .athlete-day-marker{transform:rotate(180deg)}
.athlete-day-content{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .36s cubic-bezier(.2,.75,.25,1),opacity .24s ease}
.athlete-day-group.is-open .athlete-day-content{grid-template-rows:1fr;opacity:1}
.athlete-day-inner{min-height:0;overflow:hidden}
.athlete-day-group.is-open .athlete-day-inner{padding-top:7px}
@media(max-width:720px){.athlete-day-toggle{min-height:48px;padding:9px;gap:6px}.athlete-day-count{font-size:10px;padding:3px 6px}.athlete-day-marker{font-size:18px}}
@media(prefers-reduced-motion:reduce){.athlete-day-toggle,.athlete-day-marker,.athlete-day-content{transition:none}}

/* Titolare e istruttore: stessa identità della vista cliente, strumenti compatti. */
.staff-shell .heading{background:linear-gradient(125deg,#202b64,#42337d 63%,#7e46b2);padding:25px;border-radius:24px;color:#fff;box-shadow:0 16px 30px #24245f26;margin-bottom:23px}
.staff-shell .heading .eyebrow,.staff-shell .heading p{color:#e5e6ff}.staff-shell .heading h1{margin:5px 0 6px}
.staff-quick-action{align-self:center;display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:14px;padding:13px 17px;color:#30358a;font-weight:800;white-space:nowrap;min-height:46px;box-shadow:0 8px 20px #11165b2d}
.staff-quick-action:hover{background:#edf0ff;color:#2436a8}
.staff-shell .dash-tiles{grid-template-columns:repeat(4,minmax(0,1fr))}.staff-shell .dash-tile{border-color:#e1e3f6;min-height:164px}.staff-shell .dash-tile.accent{background:linear-gradient(145deg,#224fe8,#673ac7)}
.staff-shell .dashboard-editor{grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr);gap:17px;align-items:start}
.staff-shell .dashboard-editor>article{min-width:0;border:1px solid #e2e4f2;border-radius:23px;box-shadow:0 12px 30px #20245b0d}
.staff-shell .dashboard-sections{grid-template-columns:minmax(0,1.45fr) minmax(270px,.75fr);gap:20px}
.staff-shell .dashboard-sections>section{min-width:0}.staff-shell #attivita,.staff-shell #bacheca{background:#f3f1fa;border:1px solid #e9e5f2;border-radius:22px;padding:18px}
.staff-shell #attivita>h2,.staff-shell #bacheca>h2{margin:0 0 12px;color:#25295f}
.staff-shell #attivita .lesson-controls{background:#fff}.staff-shell .lesson-row.activity{border-left:5px solid var(--lesson-color,#764cc8);box-shadow:0 5px 15px #23245112}
.staff-shell .athlete-day-group .athlete-date-divider{padding:0;margin:0;background:#38336c;overflow:hidden}.staff-shell .athlete-day-group .athlete-date-divider>button{color:#fff}
.staff-shell .athlete-day-group{margin:13px 0}.staff-shell .athlete-day-group[hidden]{display:none}.staff-shell .athlete-day-inner{padding-inline:2px}
.staff-shell .lesson-expanded form>button{min-height:44px}.staff-shell .lesson-editor input,.staff-shell .lesson-editor select,.staff-shell .lesson-editor textarea{max-width:100%}
.staff-shell #bacheca .card{background:#fff;overflow-wrap:anywhere}
.staff-form-heading{display:flex;align-items:center;gap:13px;margin-bottom:19px}.staff-form-icon{display:grid;place-items:center;flex:none;width:50px;height:50px;border-radius:15px;background:linear-gradient(145deg,#2053f0,#8652cc);color:#fff;font-size:28px}.staff-form-heading small,.week-planner-heading small{color:#6a5da9;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:800}.staff-form-heading h2{margin:3px 0;font-size:23px;color:#242653}.staff-form-heading p{margin:0;color:#6a7188;font-size:13px;line-height:1.45}.staff-form-toggle{display:none}
.staff-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;align-items:start}.staff-schedule-card label,.staff-schedule-card fieldset{min-width:0}.staff-schedule-card input,.staff-schedule-card select,.staff-schedule-card textarea{max-width:100%}.staff-schedule-card input[type=color]{min-height:46px}.staff-schedule-card input[type=file]{font-size:12px}
.staff-schedule-card .lesson-options{margin:10px 0 14px;background:#faf9ff}.staff-schedule-card .lesson-options legend{color:#303570}.staff-schedule-card .lesson-options label{font-size:13px}
.week-planner{margin:22px 0;background:#f5f3fc;border:1px solid #e6e0f3;border-radius:20px;padding:17px}.week-planner-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.week-planner-heading h3{margin:3px 0;color:#282865;font-size:20px}.week-planner>p{color:#616985;font-size:13px;line-height:1.45}.week-planner-hint{background:#ebe4fa;color:#5e4194;border-radius:20px;padding:6px 9px;font-size:11px;font-weight:800;white-space:nowrap}.week-picker{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;margin:14px 0 19px}.week-picker button{display:flex;align-items:center;justify-content:center;gap:4px;margin:0;min-height:44px;padding:6px;background:#fff;border:1px solid #dfd9ed;border-radius:12px;color:#433974;box-shadow:none;font-weight:800;font-size:12px}.week-picker button span{font-size:17px}.week-picker button:hover,.week-picker button:focus-visible{background:#5843a7;color:#fff;transform:translateY(-2px)}.week-picker button:disabled{opacity:.5;cursor:not-allowed;transform:none}
.staff-schedule-card .lesson-slot{background:#fff;border:1px solid #e3ddf0;border-left:5px solid #8351bf;border-radius:18px;padding:15px;margin:11px 0;animation:staff-slot-appear .24s ease-out}.slot-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:10px}.slot-toolbar strong{color:#272553}.slot-summary{font-size:12px;color:#796c9b}.slot-toolbar .remove-slot{margin-left:auto;padding:6px 9px;font-size:11px;float:none;box-shadow:none}.staff-schedule-card .lesson-slot .staff-form-grid{gap:9px 13px}.staff-schedule-card .lesson-slot label{font-size:12px;color:#495474}.slot-end{display:flex;flex-direction:column;justify-content:center;min-height:68px;padding:9px 14px;background:#e9ebff;border-radius:13px;color:#292c83}.slot-end small{font-size:11px;font-weight:700}.slot-end output{font-size:21px;font-weight:850;font-variant-numeric:tabular-nums}.week-preview{background:#e8eefc;border-radius:12px;padding:10px 13px;color:#243e8a!important;font-weight:750}.week-preview.is-over-limit{background:#fff0e8;color:#9e4228!important}.staff-schedule-card .add-slot-button{min-height:44px;width:100%;margin-top:9px}.staff-schedule-card form>button[type=submit]{width:100%;min-height:49px;margin-top:14px;font-size:15px;border-radius:13px}
@keyframes staff-slot-appear{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1050px){.staff-shell .dashboard-editor,.staff-shell .dashboard-sections{grid-template-columns:1fr}.staff-shell .dash-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){
 body:has(.staff-shell) .top{background:#343064;box-shadow:none}body:has(.staff-shell) .top .brand,body:has(.staff-shell) .top .brand span{color:#fff}body:has(.staff-shell) .top .notification-bell,body:has(.staff-shell) .top .menu-toggle{color:#fff;background:#ffffff25}
 body:has(.staff-shell) .mobile-dock{background:#343064f2;border-color:#ffffff2d;box-shadow:0 12px 30px #16143d4d}body:has(.staff-shell) .mobile-dock a,body:has(.staff-shell) .mobile-dock button{color:#dcdbf5}body:has(.staff-shell) .mobile-dock a[aria-current=page],body:has(.staff-shell) .mobile-dock a:hover,body:has(.staff-shell) .mobile-dock .dock-action,body:has(.staff-shell) .mobile-dock .dock-action>span:last-child{color:#fff}
 .staff-shell .heading{padding:18px;margin:0 0 17px;border-radius:17px;align-items:flex-start;flex-direction:column}.staff-shell .heading h1{font-size:25px}.staff-quick-action{align-self:stretch;min-height:44px}
 .staff-shell .dash-tiles{gap:9px;margin-bottom:19px}.staff-shell .dash-tile{min-height:130px;padding:12px;border-radius:16px}.staff-shell .dash-tile strong{font-size:29px}
 .staff-shell .dashboard-editor>article,.staff-shell #attivita,.staff-shell #bacheca{border-radius:17px;padding:15px}.staff-shell .dashboard-editor{gap:12px}.staff-form-heading h2{font-size:19px}.staff-form-heading p{font-size:12px}
 .staff-form-toggle{display:flex;align-items:center;gap:3px;margin-left:auto;padding:7px 9px;background:#ede9ff;border-radius:10px;color:#383393;font-size:11px;box-shadow:none}.staff-form-toggle>span:first-child{font-size:21px;line-height:1;transition:transform .2s}.staff-schedule-card.is-expanded .staff-form-toggle>span:first-child{transform:rotate(180deg)}body.staff-planner-ready .staff-schedule-card:not(.is-expanded)>form{display:none}
 .week-planner{padding:13px}.week-picker{grid-template-columns:repeat(4,minmax(0,1fr))}.staff-schedule-card .lesson-slot{padding:11px}.staff-schedule-card .staff-form-grid{gap:8px}
}
@media(max-width:430px){.staff-schedule-card .staff-form-grid{grid-template-columns:1fr}.staff-shell .lesson-summary{gap:6px;padding:9px}.staff-shell .lesson-title strong{font-size:13px}.staff-shell .lesson-capacity{width:43px;height:43px}.staff-shell .pending-card{max-width:100%}}
@media(prefers-reduced-motion:reduce){.staff-schedule-card .lesson-slot{animation:none}.week-picker button,.staff-form-toggle>span:first-child{transition:none}}
/* BookEnda 1.9: agenda giornaliera per l'attività */
.staff-today-summary{margin:18px 0 22px;padding:23px;border:1px solid #dce6ff;border-radius:24px;background:linear-gradient(135deg,#f9fbff,#e9efff);box-shadow:0 12px 32px #233c8912}
.staff-today-head{display:flex;justify-content:space-between;align-items:center;gap:16px}
.staff-today-head small{text-transform:uppercase;letter-spacing:.08em;color:#315cd3;font-weight:800}
.staff-today-head h2{margin:7px 0;font-size:clamp(21px,4vw,29px);color:#132849}
.staff-today-head p{margin:0;color:#586a83}
.staff-today-head>a{display:inline-flex;padding:11px 17px;border-radius:13px;background:#1450f5;color:white;font-weight:800;white-space:nowrap;text-decoration:none;transition:transform .2s,box-shadow .2s}
.staff-today-head>a:hover{transform:translateY(-3px);box-shadow:0 9px 22px #1450f54a}
.staff-today-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:17px}
.staff-today-list>a{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid #e4ebfa;background:white;border-radius:16px;text-decoration:none;color:#172c55;transition:transform .22s,box-shadow .22s}
.staff-today-list>a:hover{transform:translateY(-3px);box-shadow:0 8px 22px #142a7130}
.staff-today-list>a>span:nth-child(2){flex:1;min-width:0}.staff-today-list strong,.staff-today-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-today-list small{color:#61728e;margin-top:4px}.staff-time{font-weight:850;color:#1450f5;background:#e9efff;padding:9px;border-radius:10px}.staff-today-empty{margin:0;color:#526581}
@media(max-width:600px){.staff-today-summary{margin:13px 0;padding:17px;border-radius:20px}.staff-today-head{align-items:flex-start;flex-direction:column}.staff-today-head>a{align-self:stretch;justify-content:center}.staff-today-list{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.staff-today-head>a,.staff-today-list>a{transition:none}}

/* 2.0: griglia giorni leggibile su telefono e desktop. */
.athlete-day-group .athlete-date-divider{display:block;max-width:100%;min-width:0}
.athlete-day-group .athlete-day-toggle{display:grid;grid-template-columns:26px minmax(0,1fr) auto 22px;justify-content:normal;align-items:center;gap:12px;width:100%;min-width:0;min-height:66px;padding:13px 17px;text-align:left;white-space:normal;line-height:1.3}
.athlete-day-group .athlete-day-toggle>span{min-width:0}
.athlete-day-group .athlete-day-toggle>.athlete-day-date{font-size:clamp(14px,2.4vw,17px);font-weight:800;line-height:1.35;white-space:normal;overflow-wrap:normal;text-transform:capitalize;text-align:left}
.athlete-day-group .athlete-day-toggle>.athlete-day-count{font-size:12px;white-space:nowrap;font-weight:800;padding:6px 11px}
.athlete-day-group .athlete-day-toggle>.athlete-day-marker{font-size:22px;text-align:right}
@media(max-width:480px){.athlete-day-group .athlete-day-toggle{grid-template-columns:20px minmax(0,1fr) auto 18px;gap:7px;padding:12px 10px;min-height:62px}.athlete-day-group .athlete-day-toggle>.athlete-day-date{font-size:14px}.athlete-day-group .athlete-day-toggle>.athlete-day-count{font-size:10px;padding:5px 7px}}
/* 2.1: avvisi gestibili e notifiche che aprono la lezione esatta. */
.announcement-card{scroll-margin-top:110px}.announcement-editor{margin-top:16px}.announcement-editor form{margin-top:12px}.announcement-editor button{margin-top:8px}
#notifiche{scroll-margin-top:110px}#bacheca>form{margin:0 0 9px}#bacheca>form>.notification-link{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%;margin:0;padding:14px 16px;background:#fff;color:#263454;border:1px solid #e6eafb;box-shadow:none;text-align:left;font-size:14px;font-weight:600;line-height:1.45;border-radius:13px;transition:background .18s,transform .18s,border-color .18s}#bacheca>form>.notification-link.unread{background:#edf2ff;border-color:#c5d6ff}#bacheca>form>.notification-link:hover{background:#e9efff;border-color:#adc5ff;transform:translateY(-2px);box-shadow:0 7px 18px #293b8022}#bacheca .notification-link span:first-child{min-width:0;overflow-wrap:anywhere}#bacheca .notification-link small{display:block;margin-top:5px;color:#667692;font-weight:500}#bacheca .notification-link-arrow{font-size:26px;line-height:1;color:#7152bb;flex:none}
/* 2.2: contrasto delle lezioni nella dashboard titolare e istruttore. */
.staff-shell .lesson-row.activity .lesson-title strong{color:#fff;font-weight:850}
.staff-shell .lesson-row.activity .lesson-title small{color:#cdd8f1}
.staff-shell .lesson-row.activity .lesson-capacity.is-empty strong{color:#fff}
.staff-shell .lesson-row.activity .lesson-capacity.has-bookings{border-color:#53d67b}
.staff-shell .lesson-row.activity .lesson-capacity.has-bookings strong{color:#65e58c}
.staff-shell .lesson-row.activity .lesson-capacity small{color:#d8e1f5}
