html,body{width:100%;height:100%;margin:0;padding:0}body{color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:#111827;margin:0;font-weight:700}p{margin:0}button{font-family:inherit}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.auth-bg{background:linear-gradient(160deg,#d9e8ff 0%,#edf2ff 45%,#f3f6ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex}.auth-card{background:#fff;border-radius:18px;width:100%;max-width:420px;animation:.25s authCardIn;overflow:hidden;box-shadow:0 8px 40px #1250c421,0 2px 8px #0000000f}.auth-card--narrow{max-width:400px}@keyframes authCardIn{0%{opacity:0;transform:translateY(-16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-card-header{background:linear-gradient(135deg,#1250c4 0%,#0a3fa0 100%);flex-direction:column;align-items:center;gap:6px;padding:26px 24px 22px;display:flex}.auth-logo{background:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex;overflow:hidden}.auth-logo-icon{font-size:26px;line-height:1}.auth-logo-img{object-fit:contain;width:100%;height:100%;padding:4px}.auth-brand-name{color:#fff;letter-spacing:-.3px;font-size:20px;font-weight:700}.auth-brand-sub{color:#ffffffb8;margin-top:-2px;font-size:12px}.auth-card-body{flex-direction:column;padding:24px 24px 28px;display:flex}.auth-title{color:#111827;text-align:center;margin:0 0 4px;font-size:20px;font-weight:700}.auth-subtitle{color:#6b7280;text-align:center;margin:0 0 20px;font-size:13px;line-height:1.4}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field-group{flex-direction:column;gap:5px;display:flex}.auth-field-group label{color:#374151;font-size:12px;font-weight:600}.auth-field{position:relative}.auth-field input{color:#111827;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.auth-field input::placeholder{color:#9ca3af}.auth-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.auth-field--icon-left input{padding-left:36px}.auth-field--icon-both input{padding-left:36px;padding-right:38px}.auth-field-icon-left{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.auth-pwd-toggle{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-pwd-toggle:hover{color:#374151}.auth-forgot-link{color:#2563eb;cursor:pointer;text-align:left;background:0 0;border:none;align-self:flex-start;margin-top:-4px;padding:0;font-family:inherit;font-size:13px;font-weight:500;transition:color .15s}.auth-forgot-link:hover{color:#1d4ed8;text-decoration:underline}.auth-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1250c4 0%,#2563eb 100%);border:none;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:12px;font-family:inherit;font-size:14px;font-weight:700;transition:opacity .15s,box-shadow .15s;display:flex;box-shadow:0 4px 14px #2563eb59}.auth-btn-primary:hover:not(:disabled){opacity:.9;box-shadow:0 6px 18px #2563eb73}.auth-btn-primary:disabled{opacity:.65;cursor:not-allowed}.auth-back-link{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:5px;margin-top:4px;padding:10px 0 0;font-family:inherit;font-size:13px;font-weight:500;transition:color .15s;display:flex}.auth-back-link:hover{color:#374151}.auth-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;font-size:13px}.auth-success{color:#16a34a;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-bottom:4px;padding:12px 14px;font-size:13px;font-weight:500}@media (width<=400px){.auth-bg{align-items:flex-start;padding:40px 16px 16px}.auth-card{max-width:100%}}*,:before,:after{box-sizing:border-box}.lessons-page-root{color:#111827;background:#f7fafc;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;display:flex}.sidebar{color:#fff;background:linear-gradient(#1250c4 0%,#0a3fa0 100%);flex-direction:column;justify-content:space-between;width:230px;min-width:230px;height:100vh;padding:24px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-top{flex-direction:column;gap:0;display:flex}.brand{margin-bottom:28px}.brand-logo{align-items:center;gap:10px;display:flex}.brand-icon{font-size:26px;line-height:1}.brand-icon-img{object-fit:contain;background:#fff;border-radius:6px;width:32px;height:32px;padding:2px}.brand-name{letter-spacing:-.3px;font-size:18px;font-weight:700}.brand-sub{opacity:.75;margin-top:1px;font-size:11px}.nav{flex-direction:column;gap:4px;display:flex}.nav-item{color:#fffc;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:flex}.nav-item:hover{color:#fff;background:#ffffff1a}.nav-item.active{color:#fff;background:#ffffff26;font-weight:600}.nav-icon{flex-shrink:0}.sidebar-bottom{border-top:1px solid #ffffff26;flex-direction:column;gap:10px;padding-top:16px;display:flex}.sidebar-profile{align-items:center;gap:10px;display:flex}.profile-avatar{object-fit:cover;background:#fff3;border-radius:50%;flex-shrink:0;width:38px;height:38px}.profile-avatar--initials{color:#fff;letter-spacing:.5px;-webkit-user-select:none;user-select:none;border:1.5px solid #ffffff59;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.profile-name{color:#fff;font-size:13px;font-weight:600}.profile-role{color:#ffffffb3;margin-top:1px;font-size:11px}.btn-logout{color:#ffffffd9;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s;display:flex}.btn-logout:hover{background:#fff3}.main-column{flex:1;min-width:0;padding:28px 36px}.header-bar{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.header-bar h1{color:#111827;margin:0;font-size:22px;font-weight:700}.header-sub{color:#6b7280;margin:4px 0 0;font-size:14px}.btn-new-lesson{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:7px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #2563eb40}.btn-new-lesson:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb59}.header-right{align-items:center;gap:10px;display:flex}.new-course-btn{color:#2563eb;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #2563eb;border-radius:10px;align-items:center;gap:7px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,box-shadow .15s;display:flex}.new-course-btn:hover{background:#eff6ff;box-shadow:0 2px 8px #2563eb26}.page-content{margin-top:18px}.filters-bar{justify-content:space-between;align-items:center;gap:12px;padding:12px 0 16px;display:flex}.filters-left{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.filter-label{color:#374151;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.filter-label select{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:7px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.filter-label select:focus{border-color:#2563eb}.btn-reset{color:#2563eb;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s;display:flex}.btn-reset:hover{background:#eff6ff}.calendar-root{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:20px;box-shadow:0 1px 4px #1018280f}.calendar-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.month-nav{align-items:center;gap:10px;display:flex}.month-btn{cursor:pointer;color:#3730a3;background:#eef2ff;border:none;border-radius:8px;justify-content:center;align-items:center;padding:7px 9px;transition:background .15s;display:flex}.month-btn:hover{background:#e0e7ff}.month-label{color:#fff;letter-spacing:-.2px;text-align:center;background:linear-gradient(90deg,#1e40af,#2563eb);border-radius:10px;min-width:160px;padding:8px 18px;font-size:15px;font-weight:600}.calendar-legend{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.legend-recovery-btn{cursor:pointer;color:#0f766e;background:#f0fdfa;border:1.5px solid #14b8a6;border-radius:999px;padding:6px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,color .15s}.legend-recovery-btn.active{color:#fff;background:#14b8a6}.legend-recovery-btn:hover:not(.active){background:#ccfbf1}.legend-item{color:#374151;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.legend-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.calendar-status{text-align:center;color:#6b7280;border-radius:8px;margin-bottom:8px;padding:10px;font-size:13px}.calendar-status.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.calendar-weekdays{text-align:center;color:#6b7280;letter-spacing:.3px;text-transform:uppercase;border-bottom:1px solid #f3f4f6;grid-template-columns:repeat(7,1fr);padding:8px 0;font-size:12px;font-weight:600;display:grid}.calendar-cells{background:#f3f4f6;border-radius:8px;grid-template-columns:repeat(7,1fr);grid-auto-rows:120px;gap:1px;margin-top:1px;display:grid;overflow:hidden}.calendar-cell{background:#fff;flex-direction:column;height:120px;padding:8px 6px 4px;display:flex;position:relative;overflow:hidden}.calendar-cell.other-month{background:#fafafa}.calendar-cell.other-month .cell-day{color:#d1d5db}.calendar-cell.today .cell-day{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-weight:700;display:flex}.cell-day{color:#374151;margin-bottom:4px;font-size:12px;font-weight:500;line-height:1}.cell-events{flex-direction:column;flex:1;gap:2px;min-height:0;display:flex;overflow:hidden}.cell-more-btn{color:#2563eb;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;flex-shrink:0;margin-top:1px;padding:1px 4px;font-family:inherit;font-size:11px;font-weight:600;transition:background .12s}.cell-more-btn:hover{background:#eff6ff}.day-popup-overlay{z-index:500;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.day-popup{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:400px;max-height:80vh;animation:.18s popupIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000002e}@keyframes popupIn{0%{opacity:0;transform:scale(.94)translateY(-8px)}to{opacity:1;transform:scale(1)translateY(0)}}.day-popup-header{border-bottom:1px solid #f3f4f6;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:20px 20px 16px;display:flex}.day-popup-weekday{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px;font-size:12px;font-weight:500}.day-popup-date{color:#111827;font-size:18px;font-weight:700}.day-popup-close{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:background .12s,color .12s;display:flex}.day-popup-close:hover{color:#111827;background:#e5e7eb}.day-popup-body{flex-direction:column;gap:8px;padding:12px 16px 20px;display:flex;overflow-y:auto}.day-popup-event{background:#f9fafb;border:1px solid #f0f0f0;border-radius:10px;align-items:stretch;gap:10px;padding:10px 12px;transition:background .12s;display:flex}.day-popup-event:hover{background:#f3f4f6}.day-popup-status-bar{border-radius:4px;flex-shrink:0;width:4px}.day-popup-status-bar.status-completed{background:#22c55e}.day-popup-status-bar.status-scheduled{background:#3b82f6}.day-popup-status-bar.status-cancelled{background:#ef4444}.day-popup-status-bar.status-recovery{background:#14b8a6}.day-popup-event-info{flex-direction:column;gap:4px;min-width:0;display:flex}.day-popup-event-title{color:#111827;font-size:14px;font-weight:600}.day-popup-event-meta{color:#6b7280;flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.day-popup-event-meta span{align-items:center;gap:3px;display:flex}.event-card{cursor:default;white-space:nowrap;text-overflow:ellipsis;border-radius:5px;align-items:center;gap:5px;padding:3px 6px;font-size:11px;display:flex;overflow:hidden}.event-time{opacity:.75;flex-shrink:0;font-size:10px;font-weight:700}.event-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobile-topbar,.sidebar-close-btn{display:none}@media (width<=1024px){.sidebar{width:66px;min-width:66px;padding:20px 8px}.brand-text{display:none}.brand-icon{font-size:22px}.brand{margin-bottom:20px}.nav-label{display:none}.nav-item{justify-content:center;gap:0;padding:10px}.sidebar-profile{display:none}.btn-logout{border-radius:50%;justify-content:center;align-self:center;gap:0;width:40px;height:40px;padding:9px}.main-column{padding:20px 24px}.calendar-cells{grid-auto-rows:88px}.calendar-cell{height:88px;padding:4px 3px 2px}.event-card{padding:2px 4px;font-size:10px}.cell-more-btn{font-size:10px}}@media (width<=640px){.sidebar{z-index:200;width:260px;min-width:260px;height:100dvh;padding:20px 14px;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.brand-text{display:block}.brand-icon{font-size:26px}.nav-label{display:inline}.nav-item{justify-content:flex-start;gap:10px;padding:10px 12px}.sidebar-profile{display:flex}.btn-logout{border-radius:8px;justify-content:flex-start;align-self:stretch;gap:8px;width:100%;height:auto;padding:8px 12px}.sidebar-close-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:8px;align-self:flex-end;margin-bottom:12px;padding:6px 8px;display:flex}.sidebar-overlay{z-index:199;background:#00000073;position:fixed;inset:0}.mobile-topbar{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.mobile-menu-btn{cursor:pointer;color:#374151;background:#f3f4f6;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;display:flex}.mobile-brand{color:#111827;text-align:center;flex:1;font-size:16px;font-weight:700}.mobile-new-btn{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;display:flex;box-shadow:0 2px 6px #2563eb4d}.lessons-page-root{flex-direction:column}.main-column{padding:16px 14px}.header-bar{flex-direction:column;align-items:stretch;gap:12px}.btn-new-lesson{justify-content:center}.filters-bar{flex-direction:column;align-items:stretch;gap:8px}.filters-left{flex-direction:column;gap:8px}.filter-label{flex-direction:column;align-items:flex-start;gap:4px}.filter-label select{width:100%}.btn-reset{align-self:flex-start}.calendar-root{border-radius:12px;padding:14px 10px}.calendar-top{flex-direction:column;align-items:flex-start;gap:10px}.month-label{min-width:unset;text-align:center;width:100%;font-size:14px}.month-nav{justify-content:space-between;width:100%}.calendar-legend{gap:8px}.legend-item{font-size:11px}.calendar-cells{grid-auto-rows:100px}.calendar-cell{height:100px;min-height:unset;padding:4px 3px 2px}.cell-day{margin-bottom:2px;font-size:10px}.event-card{border-radius:3px;gap:3px;padding:2px 4px;font-size:10px}.event-time{font-size:9px}.event-title{font-size:10px}.cell-more-btn{padding:0 2px;font-size:10px}.header-bar .btn-new-lesson{display:none}.day-popup-overlay{padding:16px}.day-popup{max-width:100%}}@media (width<=380px){.main-column{padding:12px 10px}.calendar-cells{grid-auto-rows:88px}.calendar-cell{height:88px}.event-card{padding:1px 3px;font-size:9px}.event-time{font-size:8px}}.home-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.home-title{color:#111827;letter-spacing:-.5px;margin:0;font-size:26px;font-weight:800}.home-date-box{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.home-date-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.home-date-value{color:#374151;font-size:13px;font-weight:500}.home-top-grid{grid-template-columns:1fr 1fr 1fr;gap:18px;margin-bottom:20px;display:grid}.hcard{border-radius:16px;flex-direction:column;gap:10px;min-height:200px;padding:20px;display:flex}.hcard--blue{color:#fff;background:linear-gradient(145deg,#1a56d4 0%,#0a3fa0 100%)}.hcard--white{background:#fff;border:1px solid #f0f0f0;box-shadow:0 1px 4px #1018280f}.hcard--purple{color:#fff;background:linear-gradient(145deg,#7c3aed 0%,#4c1d95 100%)}.hcard-label{letter-spacing:1px;text-transform:uppercase;opacity:.75;color:inherit;font-size:10px;font-weight:700}.hcard-label--dark{color:#9ca3af}.hcard-row-main{justify-content:space-between;align-items:flex-end;display:flex}.hcard-big-num{color:#fff;letter-spacing:-3px;font-size:58px;font-weight:800;line-height:1}.hcard-big-num--dark{color:#111827;letter-spacing:-2px}.hcard-top-row{justify-content:space-between;align-items:flex-start;display:flex}.hcard-clock{opacity:.7}.hcard-icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hcard-icon-circle--white{color:#fff;background:#fff3}.hcard-icon-circle--green{color:#16a34a;background:#dcfce7}.hcard-divider{background:#fff3;height:1px;margin:2px 0}.hcard-divider--dark{background:#f3f4f6}.hcard-sub-label{opacity:.75;font-size:11px;font-weight:600}.hcard-sub-label--dark{color:#6b7280;opacity:1}.hcard-list{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.hcard-list li{color:#ffffffd9;align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.hcard-list li:before{content:"•";opacity:.5;font-size:10px}.hcard-list--dark li,.hcard-list--dark li:before{color:#ef4444}.hcard-list-none{font-style:italic;opacity:.6!important}.hcard-list-none:before{display:none}.hcard-list-more{cursor:pointer;margin-top:2px;font-size:11px;font-weight:600;text-decoration:underline;opacity:.7!important}.hcard-list-more:before{display:none}.hcard-pay-pills{flex-wrap:wrap;gap:8px;display:flex}.hcard-pay-pill{border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:12px;font-weight:600;display:flex}.hcard-pay-dot{border-radius:50%;width:7px;height:7px}.hcard-pay-pill--green{color:#15803d;background:#dcfce7}.hcard-pay-pill--green .hcard-pay-dot{background:#16a34a}.hcard-pay-pill--orange{color:#c2410c;background:#fff7ed}.hcard-pay-pill--orange .hcard-pay-dot{background:#ea580c}.hcard-lesson-name{color:#fff;letter-spacing:-.5px;font-size:30px;font-weight:800;line-height:1.1}.hcard-lesson-student{color:#ffffffc7;margin-top:-4px;font-size:13px}.hcard-lesson-datetime{background:#ffffff26;border-radius:10px;margin-top:4px;padding:10px 12px}.hcard-lesson-date-row{color:#ffffffe6;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.hcard-lesson-date{font-weight:600}.hcard-lesson-sep{opacity:.5}.hcard-lesson-time{font-weight:600}.hcard-lesson-room{color:#ffffffb8;align-items:center;gap:5px;margin-top:2px;font-size:12px;display:flex}.hcard-lesson-empty{color:#fff9;margin-top:8px;font-size:13px;font-style:italic}.home-bottom-grid{grid-template-columns:1.8fr 1fr;gap:18px;display:grid}.home-section-title{color:#111827;margin-bottom:2px;font-size:16px;font-weight:700}.home-section-sub{color:#9ca3af;min-height:18px;margin-bottom:10px;font-size:12px}.home-card{background:#fff;border:1px solid #f0f0f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #1018280f}.home-empty{text-align:center;color:#9ca3af;padding:28px;font-size:13px}.ls-row{border-bottom:1px solid #f3f4f6;border-left:4px solid #0000;align-items:center;gap:14px;padding:13px 18px;display:flex}.ls-row:last-child{border-bottom:none}.ls-row--green{border-left-color:#22c55e}.ls-row--blue{border-left-color:#3b82f6}.ls-row--teal{border-left-color:#14b8a6}.ls-row--red{border-left-color:#ef4444}.ls-time{color:#374151;flex-shrink:0;min-width:44px;font-size:13px;font-weight:700}.ls-info{flex:1;min-width:0}.ls-subject{color:#111827;font-size:14px;font-weight:600}.ls-meta{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;overflow:hidden}.ls-badge{border-radius:999px;flex-shrink:0;padding:4px 12px;font-size:12px;font-weight:600}.ls-badge--green{color:#15803d;background:#dcfce7}.ls-badge--gray{color:#6b7280;background:#f3f4f6}.ls-badge--teal{color:#0f766e;background:#ccfbf1}.ls-badge--red{color:#b91c1c;background:#fee2e2}.hstats-card{color:#fff;background:linear-gradient(145deg,#f97316 0%,#ea580c 100%);border-radius:16px;flex-direction:column;padding:6px 20px;display:flex}.hstats-row{justify-content:space-between;align-items:center;gap:12px;padding:16px 0;display:flex}.hstats-divider{background:#ffffff2e;height:1px}.hstats-left{align-items:center;gap:12px;min-width:0;display:flex}.hstats-icon{background:#ffffff38;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hstats-label{opacity:.92;font-size:12px;font-weight:500;line-height:1.35}.hstats-value{letter-spacing:-1.5px;flex-shrink:0;font-size:36px;font-weight:800;line-height:1}@media (width<=1100px){.home-top-grid{grid-template-columns:1fr 1fr}.home-bottom-grid{grid-template-columns:1fr}.hcard--purple{display:none}}@media (width<=640px){.home-top-grid{grid-template-columns:1fr;gap:12px}.hcard--purple{display:flex}.home-header{flex-direction:column;gap:4px}.home-date-box{align-items:flex-start}.hcard-big-num{font-size:40px}.hcard-lesson-name{font-size:24px}}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:480px;max-height:90vh;animation:.2s modalIn;display:flex;position:relative;overflow-y:auto;box-shadow:0 24px 60px #0003}@keyframes modalIn{0%{opacity:0;transform:translateY(-14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{background:linear-gradient(135deg,#1250c4 0%,#0a3fa0 100%);border-radius:16px 16px 0 0;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:22px 24px 20px;display:flex}.modal-title{color:#fff;letter-spacing:-.3px;margin:0;font-size:20px;font-weight:700}.modal-subtitle{color:#ffffffbf;margin:4px 0 0;font-size:13px}.modal-close{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;padding:7px;transition:background .15s;display:flex}.modal-close:hover{background:#ffffff40}.modal-form{flex-direction:column;gap:16px;padding:24px;display:flex}.form-row{gap:14px;display:flex}.form-row.two-col>*{flex:1;min-width:0}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#6b7280;text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:600}.form-group input,.form-group select{color:#111827;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.studio-row{align-items:center;gap:8px;display:flex}.studio-row select{flex:1}.studio-check-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s;display:flex}.studio-check-btn:hover{background:#1d4ed8}.recovery-checkbox{cursor:pointer;color:#374151;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.recovery-checkbox input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:5px;flex-shrink:0;width:18px;height:18px;transition:background .15s,border-color .15s;position:relative}.recovery-checkbox input[type=checkbox]:checked{background:#2563eb;border-color:#2563eb}.recovery-checkbox input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:6px;height:10px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.recovery-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6;background:#f3f4f6;border-color:#e5e7eb}.recovery-checkbox:has(input[type=checkbox]:disabled){cursor:not-allowed;color:#9ca3af}.form-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px}.cancel-confirm-overlay{z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;border-radius:16px;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.cancel-confirm-box{background:#fff;border-radius:14px;width:100%;max-width:340px;animation:.18s modalIn;overflow:hidden;box-shadow:0 16px 40px #0003}.cancel-confirm-header{background:linear-gradient(135deg,#1250c4 0%,#0a3fa0 100%);justify-content:space-between;align-items:flex-start;padding:18px 18px 16px;display:flex}.cancel-confirm-title{color:#fff;font-size:17px;font-weight:700}.cancel-confirm-sub{color:#ffffffbf;margin-top:3px;font-size:12px}.cancel-confirm-actions{gap:10px;padding:16px;display:flex}.cancel-confirm-actions .btn-action{flex:1;padding:11px 8px;font-size:13px}.assign-box{max-width:320px}.assign-teacher-list{flex-direction:column;gap:6px;padding:12px 14px 16px;display:flex}.assign-empty{color:#9ca3af;text-align:center;margin:0;padding:8px 0;font-size:13px}.assign-teacher-btn{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.assign-teacher-btn:hover:not(:disabled){background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.assign-teacher-btn:disabled{opacity:.6;cursor:not-allowed}.assign-teacher-avatar{color:#fff;background:linear-gradient(135deg,#1250c4,#2563eb);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.assign-teacher-info{flex-direction:column;gap:2px;min-width:0;display:flex}.assign-teacher-name{color:#111827;font-size:14px;font-weight:600}.assign-teacher-subject{color:#6b7280;font-size:11px}.assign-spinner{color:#9ca3af;margin-left:auto;font-size:13px}.form-group textarea{color:#111827;box-sizing:border-box;resize:vertical;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;min-height:80px;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea::placeholder{color:#9ca3af}.edit-actions{gap:10px;margin-top:4px;display:flex}.btn-action{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:7px;padding:13px 8px;font-family:inherit;font-size:14px;font-weight:700;transition:opacity .15s,box-shadow .15s;display:flex}.btn-action:disabled{opacity:.6;cursor:not-allowed}.btn-save{color:#fff;background:#16a34a;box-shadow:0 3px 10px #16a34a4d}.btn-save:hover:not(:disabled){opacity:.88;box-shadow:0 4px 14px #16a34a66}.btn-annulla{color:#fff;background:#dc2626;box-shadow:0 3px 10px #dc26264d}.btn-annulla:hover:not(:disabled){opacity:.88;box-shadow:0 4px 14px #dc262666}.btn-assegna{color:#fff;background:#ea580c;box-shadow:0 3px 10px #ea580c4d}.btn-assegna:hover:not(:disabled){opacity:.88;box-shadow:0 4px 14px #ea580c66}.btn-delete-rec{color:#fff;background:#7c3aed;box-shadow:0 3px 10px #7c3aed4d}.btn-delete-rec:hover:not(:disabled){opacity:.88;box-shadow:0 4px 14px #7c3aed66}.input-readonly{color:#6b7280;cursor:default;background:#f3f4f6;border:1.5px solid #e5e7eb!important}.btn-create{color:#fff;cursor:pointer;letter-spacing:-.1px;background:linear-gradient(135deg,#1250c4 0%,#2563eb 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .15s,box-shadow .15s;display:flex;box-shadow:0 4px 14px #2563eb59}.btn-create:hover:not(:disabled){opacity:.92;box-shadow:0 6px 18px #2563eb73}.btn-create:disabled{opacity:.65;cursor:not-allowed}.btn-create-sm{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1250c4 0%,#2563eb 100%);border:none;border-radius:10px;align-items:center;gap:7px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #2563eb4d}.btn-create-sm:hover:not(:disabled){opacity:.9}.btn-create-sm:disabled{opacity:.65;cursor:not-allowed}.course-students-box{border:1.5px solid #e5e7eb;border-radius:10px;overflow:hidden}.course-students-search{color:#9ca3af;border-bottom:1px solid #e5e7eb;align-items:center;gap:8px;padding:8px 12px;display:flex}.course-students-search input{outline:none;flex:1;font-size:13px;box-shadow:none!important;border:none!important;padding:4px 0!important}.course-students-list{max-height:150px;padding:6px 0;overflow-y:auto}.course-student-item{cursor:pointer;color:#374151;align-items:center;gap:10px;padding:8px 14px;font-size:14px;transition:background .1s;display:flex}.course-student-item:hover{background:#f3f4f6}.course-student-item input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:5px;flex-shrink:0;width:18px;height:18px;transition:background .15s,border-color .15s;position:relative}.course-student-item input[type=checkbox]:checked{background:#2563eb;border-color:#2563eb}.course-student-item input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:6px;height:10px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.cost-input-row{border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.cost-input-row:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.cost-currency{color:#6b7280;padding:10px 0 10px 12px;font-size:14px;font-weight:600}.cost-input-row input{flex:1;min-width:0;box-shadow:none!important;border:none!important;padding:10px 12px 10px 6px!important}@media (width<=640px){.modal-overlay{align-items:flex-end;padding:0}.modal-box{border-radius:20px 20px 0 0;max-width:100%;max-height:94dvh;animation:.25s modalInMobile}.modal-header{border-radius:20px 20px 0 0;padding:20px 20px 18px}.modal-form{gap:14px;padding:20px 20px 32px}.form-row.two-col{flex-direction:column;gap:14px}}@keyframes modalInMobile{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.recovery-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.recovery-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:480px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000002e}.recovery-header{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.recovery-header-left{align-items:center;gap:10px;display:flex}.recovery-header-icon{background:#ffffff40;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.recovery-header-title{letter-spacing:-.2px;font-size:17px;font-weight:700}.recovery-close{cursor:pointer;color:#fff;background:#fff3;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.recovery-close:hover{background:#ffffff59}.recovery-body{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.recovery-empty{text-align:center;color:#9ca3af;padding:32px 0;font-size:14px}.recovery-group{border:1.5px solid;border-radius:12px;overflow:hidden}.recovery-group-header{align-items:center;gap:10px;padding:12px 14px;display:flex}.recovery-group-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.recovery-group-name{color:#111827;flex:1;font-size:15px;font-weight:700}.recovery-group-badge{color:#fff;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600}.recovery-group-students{border-top:1px solid #0000000f;flex-direction:column;display:flex}.recovery-student-row{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.recovery-student-row:last-child{border-bottom:none}.recovery-student-name{color:#1f2937;font-size:14px;font-weight:600}.recovery-student-sub{color:#6b7280;margin-top:1px;font-size:12px}.recovery-schedule-btn{cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;text-decoration:none}.recovery-schedule-btn:hover{text-decoration:underline}.recovery-footer{color:#fff;background:#1e293b;flex-shrink:0;align-items:center;gap:12px;padding:14px 20px;display:flex}.recovery-footer-icon{background:#f97316;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.recovery-footer-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.recovery-footer-total{color:#fff;font-size:20px;font-weight:800;line-height:1.2}.sav-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.sav-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 8px 40px #0000002e}.sav-header{color:#fff;background:#3b82f6;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;display:flex}.sav-header h2{margin:0 0 4px;font-size:20px;font-weight:700}.sav-header p{opacity:.85;margin:0;font-size:13px}.sav-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:8px;flex-shrink:0;align-items:center;margin-left:12px;padding:6px;display:flex}.sav-close:hover{background:#ffffff59}.sav-body{flex:1;padding:16px 20px 20px;overflow-y:auto}.sav-nav{background:#3b82f6;border-radius:10px;align-items:center;gap:12px;margin-bottom:16px;padding:10px 16px;display:flex}.sav-nav-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:6px;align-items:center;padding:4px 8px;transition:background .15s;display:flex}.sav-nav-btn:hover{background:#ffffff59}.sav-month-label{color:#fff;text-align:center;flex:1;font-size:16px;font-weight:700}.sav-loading{text-align:center;color:#6b7280;padding:40px;font-size:14px}.sav-grid{border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:repeat(7,1fr);display:grid;overflow:hidden}.sav-weekday{text-align:center;color:#6b7280;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:8px 4px;font-size:12px;font-weight:600}.sav-cell{vertical-align:top;background:#fff;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;min-height:90px;padding:6px 4px 4px}.sav-cell:nth-child(7n){border-right:none}.sav-cell--other{background:#f9fafb}.sav-cell--other .sav-day-num{color:#d1d5db}.sav-cell--today .sav-day-num{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.sav-day-num{color:#374151;justify-content:center;align-items:center;width:22px;height:22px;margin-bottom:2px;font-size:12px;font-weight:600;display:inline-flex}.sav-events{flex-direction:column;gap:2px;display:flex}.sav-event{text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border:none;border-radius:4px;width:100%;padding:2px 6px;font-size:11px;font-weight:500;transition:opacity .15s;display:block;overflow:hidden}.sav-event:hover{opacity:.8}.sav-event--lezione{color:#1d4ed8;background:#dbeafe}.sav-event--corso{color:#065f46;background:#d1fae5}.sav-popup{z-index:2000;background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:200px;max-width:260px;padding:12px 14px;position:fixed;box-shadow:0 4px 24px #0000002e}.sav-popup-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.sav-popup-header button{cursor:pointer;color:#6b7280;background:0 0;border:none;align-items:center;padding:2px;display:flex}.sav-popup-tipo{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}.sav-popup-tipo--lezione{color:#1d4ed8;background:#dbeafe}.sav-popup-tipo--corso{color:#065f46;background:#d1fae5}.sav-popup-row{color:#374151;align-items:center;gap:6px;margin-bottom:4px;font-size:13px;display:flex}.sav-popup-label{color:#6b7280;font-size:12px;font-weight:600}.smodal-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.smodal-box{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:92vh;animation:.2s sModalIn;overflow-y:auto;box-shadow:0 24px 60px #0003}@keyframes sModalIn{0%{opacity:0;transform:translateY(-14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.smodal-box--overflow{overflow:visible}.smodal-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;padding:22px 22px 18px;display:flex}.smodal-header-left{align-items:flex-start;gap:14px;display:flex}.smodal-icon{color:#fff;background:linear-gradient(135deg,#1250c4 0%,#2563eb 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.smodal-title{color:#111827;margin:0;font-size:18px;font-weight:700;line-height:1.2}.smodal-subtitle{color:#6b7280;margin:3px 0 0;font-size:13px}.smodal-close{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:7px;transition:background .15s,color .15s;display:flex}.smodal-close:hover{color:#111827;background:#e5e7eb}.smodal-form{flex-direction:column;gap:16px;padding:20px 22px 24px;display:flex}.sform-row{gap:14px;display:flex}.sform-row>*{flex:1;min-width:0}.sform-group{flex-direction:column;gap:6px;display:flex}.sform-group label{color:#374151;font-size:12px;font-weight:600}.sfield{position:relative}.sfield-icon{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.sfield input{color:#111827;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 12px 10px 34px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.sfield input::placeholder{color:#9ca3af}.sfield input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.sfield-select{position:relative}.sfield-select-btn{color:#111827;cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;width:100%;padding:10px 12px 10px 34px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.sfield-select-btn.open{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.sfield-select-btn .placeholder{color:#9ca3af}.sfield-select-btn span:first-of-type{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.sfield-icon-abs{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.chevron{color:#9ca3af;flex-shrink:0;transition:transform .15s}.chevron.open{transform:rotate(180deg)}.sfield-dropdown{z-index:50;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;max-height:200px;padding:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.sdropdown-item{cursor:pointer;color:#374151;border-radius:7px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;transition:background .12s;display:flex}.sdropdown-item:hover{background:#f3f4f6}.sdropdown-item input[type=checkbox]{accent-color:#2563eb;cursor:pointer;flex-shrink:0;width:16px;height:16px}.sminor-checkbox{cursor:pointer;color:#374151;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.sminor-checkbox input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:5px;flex-shrink:0;width:18px;height:18px;transition:background .15s,border-color .15s;position:relative}.sminor-checkbox input[type=checkbox]:checked{background:#2563eb;border-color:#2563eb}.sminor-checkbox input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:6px;height:10px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.sguardian-section{background:#f8faff;border:1.5px solid #dbeafe;border-radius:12px;flex-direction:column;gap:14px;padding:16px;display:flex}.sguardian-header{color:#1e40af;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.sguardian-icon{color:#fff;background:linear-gradient(135deg,#1250c4,#2563eb);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.sguardian-section .sfield input{background:#fff}.sform-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px}.sbtn-create{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1250c4 0%,#2563eb 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .15s,box-shadow .15s;display:flex;box-shadow:0 4px 14px #2563eb59}.sbtn-create:hover:not(:disabled){opacity:.9;box-shadow:0 6px 18px #2563eb73}.sbtn-create:disabled{opacity:.6;cursor:not-allowed}.sedit-actions{gap:10px;display:flex}.sbtn-save,.sbtn-delete{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:7px;padding:13px 8px;font-family:inherit;font-size:14px;font-weight:700;transition:opacity .15s,box-shadow .15s;display:flex}.sbtn-save:disabled,.sbtn-delete:disabled{opacity:.6;cursor:not-allowed}.sbtn-save{color:#fff;background:#16a34a;box-shadow:0 3px 10px #16a34a4d}.sbtn-save:hover:not(:disabled){opacity:.88}.sbtn-delete{color:#fff;background:#dc2626;box-shadow:0 3px 10px #dc26264d}.sbtn-delete:hover:not(:disabled){opacity:.88}@media (width<=640px){.smodal-overlay{align-items:flex-end;padding:0}.smodal-box{border-radius:20px 20px 0 0;max-width:100%;max-height:96dvh;animation:.25s sModalInMobile}.sform-row{flex-direction:column;gap:14px}.smodal-form{padding:18px 18px 32px}}@keyframes sModalInMobile{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.fp-overlay{z-index:1100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.fp-box{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:820px;height:90vh;max-height:90vh;animation:.2s fpIn;display:flex;overflow:hidden;box-shadow:0 24px 60px #00000040}@keyframes fpIn{0%{opacity:0;transform:translateY(-14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.fp-header{background:linear-gradient(135deg,#1250c4 0%,#0a3fa0 100%);flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:20px 24px;display:flex}.fp-header-left{align-items:flex-start;gap:14px;display:flex}.fp-header-icon{color:#fff;background:#ffffff2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.fp-title{color:#fff;letter-spacing:-.3px;margin:0;font-size:19px;font-weight:700}.fp-subtitle{color:#ffffffc7;margin:4px 0 0;font-size:13px}.fp-close{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:7px;transition:background .15s;display:flex}.fp-close:hover{background:#ffffff47}.fp-body{background:#525659;flex:1;justify-content:center;align-items:center;min-height:0;display:flex;overflow:auto}.fp-frame{border:none;width:100%;height:100%}.fp-image{object-fit:contain;max-width:100%;max-height:100%}.fp-status{color:#e5e7eb;text-align:center;padding:32px;font-size:14px}.fp-status.error{color:#fca5a5}.fp-footer{background:#fafafa;border-top:1px solid #f3f4f6;flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.fp-btn{cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:9px;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:opacity .15s,background .15s;display:inline-flex}.fp-btn:hover:not(:disabled){opacity:.85}.fp-btn:disabled{opacity:.55;cursor:default}.fp-btn-default{color:#374151;background:#f3f4f6;border-color:#e5e7eb}.fp-btn-primary{color:#fff;background:#2563eb}.fp-btn-approve{color:#fff;background:#059669}.fp-btn-reject{color:#dc2626;background:#fef2f2;border-color:#fecaca}@media (width<=640px){.fp-overlay{padding:0}.fp-box{border-radius:0;max-width:100%;height:100dvh;max-height:100dvh}.fp-footer{justify-content:stretch}.fp-btn{flex:1;justify-content:center}}.ph-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ph-box{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:700px;max-height:90vh;animation:.2s phIn;display:flex;overflow:hidden;box-shadow:0 24px 60px #0003}@keyframes phIn{0%{opacity:0;transform:translateY(-14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ph-header{background:linear-gradient(135deg,#1250c4 0%,#0a3fa0 100%);flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:22px 24px 20px;display:flex}.ph-header-left{align-items:flex-start;gap:14px;display:flex}.ph-header-icon{color:#fff;background:#ffffff2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ph-title{color:#fff;letter-spacing:-.3px;margin:0;font-size:20px;font-weight:700}.ph-subtitle{color:#ffffffc7;margin:4px 0 0;font-size:13px}.ph-close{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:7px;transition:background .15s;display:flex}.ph-close:hover{background:#ffffff47}.ph-body{flex:1;overflow-y:auto}.ph-status-msg{text-align:center;color:#6b7280;padding:32px;font-size:14px}.ph-status-msg.error{color:#dc2626}.ph-table-wrap{overflow-x:auto}.ph-table{border-collapse:collapse;width:100%;font-size:13px}.ph-table thead th{text-align:left;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#fafafa;border-bottom:1px solid #f0f0f0;padding:12px 16px;font-size:11px;font-weight:600}.ph-table tbody td{vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:14px 16px}.ph-table tbody tr:last-child td{border-bottom:none}.ph-table tbody tr:hover{background:#f9fafb}.ph-col-actions{text-align:right}.ph-date{color:#374151;white-space:nowrap;font-weight:600}.ph-amount{color:#111827;font-weight:600}.ph-due{color:#6b7280;white-space:nowrap}.ph-empty{text-align:center;color:#9ca3af;padding:32px;font-size:13px}.ph-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 11px;font-size:12px;font-weight:600;display:inline-flex}.ph-status-paid{color:#059669;background:#ecfdf5}.ph-status-pending{color:#d97706;background:#fffbeb}.ph-status-topay{color:#2563eb;background:#eff6ff}.ph-status-late{color:#ea580c;background:#fff7ed}.ph-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.ph-btn{cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:7px;align-items:center;gap:5px;padding:5px 11px;font-family:inherit;font-size:12px;font-weight:600;transition:opacity .15s;display:inline-flex}.ph-btn:hover{opacity:.82}.ph-btn-download{color:#374151;background:#f3f4f6;border-color:#e5e7eb}.ph-btn-approve{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.ph-btn-reject{color:#dc2626;background:#fef2f2;border-color:#fecaca}.ph-btn-manual{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.ph-footer{background:#fafafa;border-top:1px solid #f3f4f6;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.ph-total{color:#374151;font-size:14px;font-weight:600}.ph-btn-close{color:#fff;cursor:pointer;background:#374151;border:none;border-radius:9px;padding:9px 22px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s}.ph-btn-close:hover{background:#1f2937}.ph-manual-overlay{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ph-manual-box{background:#fff;border-radius:16px;width:100%;max-width:440px;animation:.18s phIn;overflow:hidden;box-shadow:0 24px 60px #00000038}.ph-manual-header{background:linear-gradient(135deg,#1250c4 0%,#0a3fa0 100%);justify-content:space-between;align-items:flex-start;padding:18px 20px;display:flex}.ph-manual-title{color:#fff;font-size:16px;font-weight:700}.ph-manual-sub{color:#ffffffc7;margin-top:3px;font-size:12px}.ph-manual-body{flex-direction:column;gap:16px;padding:18px 20px;display:flex}.ph-manual-field{flex-direction:column;gap:6px;display:flex}.ph-manual-field>span{color:#374151;font-size:13px;font-weight:600}.ph-manual-field textarea{resize:vertical;border:1px solid #e5e7eb;border-radius:9px;outline:none;padding:9px 11px;font-family:inherit;font-size:13px;transition:border-color .15s}.ph-manual-field textarea:focus{border-color:#2563eb}.ph-file-btn{color:#475569;cursor:pointer;word-break:break-all;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:9px;align-items:center;gap:8px;padding:9px 12px;font-size:13px;transition:border-color .15s,background .15s;display:inline-flex}.ph-file-btn:hover{background:#eff6ff;border-color:#2563eb}.ph-manual-footer{background:#fafafa;border-top:1px solid #f3f4f6;justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.ph-manual-confirm{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:9px;align-items:center;gap:7px;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s;display:inline-flex}.ph-manual-confirm:hover:not(:disabled){background:#047857}.ph-manual-confirm:disabled,.ph-btn-close:disabled{opacity:.6;cursor:default}@media (width<=640px){.ph-overlay{align-items:flex-end;padding:0}.ph-box{border-radius:20px 20px 0 0;max-width:100%;max-height:96dvh}.ph-actions{justify-content:flex-start}.ph-table thead th,.ph-table tbody td{padding:10px 12px}}.students-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #1018280f}.students-toolbar{border-bottom:1px solid #f3f4f6;flex-wrap:wrap;align-items:center;gap:12px;padding:16px 18px;display:flex}.students-search{flex:1;min-width:220px;position:relative}.students-search-icon{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.students-search input{color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:9px 12px 9px 36px;font-family:inherit;font-size:13px;transition:border-color .15s,background .15s}.students-search input::placeholder{color:#9ca3af}.students-search input:focus{background:#fff;border-color:#2563eb}.students-select{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;min-width:150px;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .15s}.students-select:focus{border-color:#2563eb}.students-status{text-align:center;color:#6b7280;padding:24px;font-size:13px}.students-status.error{color:#dc2626}.students-table-wrap{overflow-x:auto}.students-table{border-collapse:collapse;width:100%;font-size:13px}.students-table thead th{text-align:left;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#fafafa;border-bottom:1px solid #f0f0f0;padding:12px 18px;font-size:11px;font-weight:600}.students-table tbody td{vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:14px 18px}.students-table tbody tr:last-child td{border-bottom:none}.students-table tbody tr:hover{background:#f9fafb}.col-actions{text-align:right;width:70px}.student-name{color:#111827;font-size:14px;font-weight:600}.student-card-nr{color:#9ca3af;margin-top:2px;font-size:12px}.course-pills{flex-wrap:wrap;gap:6px;display:flex}.course-pill{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.course-piano{color:#2563eb;background:#eff6ff}.course-guitar{color:#7c3aed;background:#f5f3ff}.course-canto{color:#db2777;background:#fdf2f8}.course-batteria{color:#ea580c;background:#fff7ed}.course-teoria{color:#059669;background:#ecfdf5}.course-default{color:#4b5563;background:#f3f4f6}.contact-email{color:#111827}.contact-phone{color:#9ca3af;margin-top:2px;font-size:12px}.pay-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 11px;font-size:12px;font-weight:600;display:inline-flex}.pay-ok{color:#059669;background:#ecfdf5}.pay-late{color:#ea580c;background:#fff7ed}.pay-suspended{color:#dc2626;background:#fef2f2}.history-link{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex}.history-link:hover{text-decoration:underline}.history-last{color:#9ca3af;margin-top:3px;font-size:12px}.action-btn{cursor:pointer;color:#2563eb;background:#eff6ff;border:none;border-radius:8px;justify-content:center;align-items:center;padding:7px;transition:background .15s;display:inline-flex}.action-btn:hover{background:#dbeafe}.students-empty{text-align:center;color:#9ca3af;padding:32px;font-size:13px}.students-footer{border-top:1px solid #f3f4f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.students-count{color:#6b7280;font-size:13px}.students-pagination{align-items:center;gap:6px;display:flex}@media (width<=640px){.students-toolbar{flex-direction:column;align-items:stretch}.students-select{width:100%}.header-bar .btn-new-lesson{display:none}}.pwd-strength{align-items:center;gap:10px;margin-top:8px;display:flex}.pwd-strength-bar{flex:1;gap:4px;display:flex}.pwd-strength-segment{background:#e5e7eb;border-radius:99px;flex:1;height:4px;transition:background .25s}.pwd-strength-segment--very-weak{background:#ef4444}.pwd-strength-segment--weak{background:#f97316}.pwd-strength-segment--fair{background:#eab308}.pwd-strength-segment--strong{background:#22c55e}.pwd-strength-segment--very-strong{background:#16a34a}.pwd-strength-label{white-space:nowrap;text-align:right;min-width:80px;font-size:12px;font-weight:600}.pwd-strength-label--very-weak{color:#ef4444}.pwd-strength-label--weak{color:#f97316}.pwd-strength-label--fair{color:#eab308}.pwd-strength-label--strong{color:#22c55e}.pwd-strength-label--very-strong{color:#16a34a}.settings-layout{align-items:flex-start;gap:24px;padding:24px;display:flex}.settings-nav{background:#fff;border:1px solid #f0f0f0;border-radius:14px;flex-direction:column;gap:2px;width:220px;min-width:220px;padding:8px;display:flex;position:sticky;top:24px;box-shadow:0 1px 4px #1018280f}.settings-nav-item{color:#374151;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:flex}.settings-nav-item:hover{color:#1250c4;background:#f3f6ff}.settings-nav-item.active{color:#1250c4;background:#eef2ff;font-weight:600}.subject-desc{color:#6b7280;margin-top:2px;font-size:12px}.settings-nav-chevron{opacity:.4;flex-shrink:0;margin-left:auto}.settings-nav-item.active .settings-nav-chevron{opacity:.7}.settings-content{flex:1;min-width:0}.settings-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:28px;box-shadow:0 1px 4px #1018280f}.settings-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.settings-card-title{color:#111827;margin:0 0 4px;font-size:17px;font-weight:700}.settings-card-desc{color:#6b7280;margin:0;font-size:13px}.btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:#1250c4;border:none;border-radius:9px;flex-shrink:0;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.btn-primary:hover{background:#0e42a8}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.settings-alert{border-radius:9px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:500}.settings-alert--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.settings-alert--success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.settings-loading,.settings-empty{color:#9ca3af;text-align:center;padding:20px 0;font-size:13px}.subjects-list{flex-direction:column;gap:6px;display:flex}.subject-row{background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;transition:border-color .15s;display:flex}.subject-row:hover{border-color:#e0e7ff}.subject-row--new{background:#f5f7ff;border-color:#c7d2fe}.subject-info{align-items:center;gap:10px;display:flex}.subject-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.subject-name{color:#111827;font-size:14px;font-weight:500}.subject-row-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.icon-btn{cursor:pointer;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-family:inherit;transition:background .15s,color .15s;display:flex}.icon-btn--edit{color:#374151;background:#f3f4f6}.icon-btn--edit:hover{color:#1250c4;background:#e0e7ff}.icon-btn--delete{color:#374151;background:#f3f4f6}.icon-btn--delete:hover{color:#dc2626;background:#fee2e2}.icon-btn--confirm{color:#15803d;background:#dcfce7}.icon-btn--confirm:hover{background:#bbf7d0}.icon-btn--cancel{color:#6b7280;background:#f3f4f6}.icon-btn--cancel:hover{color:#dc2626;background:#fee2e2}.subject-edit-fields{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.color-picker-wrap{flex-shrink:0;align-items:center;gap:8px;display:flex}.color-preview{border:2px solid #0000001a;border-radius:50%;flex-shrink:0;width:22px;height:22px}.color-swatches{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:18px;height:18px;padding:0;transition:transform .1s,border-color .1s}.color-swatch:hover{transform:scale(1.2)}.color-swatch.selected{border-color:#111827;transform:scale(1.15)}.color-input-custom{cursor:pointer;background:0 0;border:2px solid #e5e7eb;border-radius:50%;width:22px;height:22px;padding:0;overflow:hidden}.settings-form{flex-direction:column;gap:18px;max-width:420px;display:flex}.settings-field{flex-direction:column;gap:6px;display:flex}.settings-label{color:#374151;font-size:13px;font-weight:600}.settings-input{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:9px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.settings-input:focus{border-color:#1250c4;box-shadow:0 0 0 3px #1250c41a}.settings-form-footer{padding-top:4px}@media (width<=700px){.settings-layout{flex-direction:column;gap:16px;padding:16px}.settings-nav{width:100%;min-width:unset;flex-direction:row;padding:6px;position:static;overflow-x:auto}.settings-nav-item{white-space:nowrap;flex-shrink:0}.settings-nav-chevron{display:none}.settings-card{padding:18px}.subject-edit-fields,.color-swatches{flex-wrap:wrap}}.studio-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.studio-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:480px;display:flex;overflow:hidden;box-shadow:0 8px 40px #0000002e}.studio-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:18px 22px 14px;display:flex}.studio-modal-header h2{color:#111827;margin:0;font-size:17px;font-weight:700}.studio-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;display:flex}.studio-modal-close:hover{color:#111827;background:#f3f4f6}.studio-modal-body{flex-direction:column;gap:16px;padding:20px 22px;display:flex}.studio-modal-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px}.studio-field{flex-direction:column;gap:6px;display:flex}.studio-field label{color:#374151;font-size:13px;font-weight:600}.studio-field input,.studio-field select{color:#111827;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:9px 12px;font-size:14px;transition:border-color .15s}.studio-field input:focus,.studio-field select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.studio-strumenti-list{flex-wrap:wrap;gap:6px;min-height:28px;display:flex}.studio-strumento-tag{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;align-items:center;gap:4px;padding:3px 10px 3px 12px;font-size:13px;font-weight:500;display:inline-flex}.studio-strumento-tag button{cursor:pointer;color:#93c5fd;background:0 0;border:none;align-items:center;padding:0;line-height:1;display:flex}.studio-strumento-tag button:hover{color:#1d4ed8}.studio-strumento-input-row{gap:8px;margin-top:4px;display:flex}.studio-strumento-input-row input{flex:1}.btn-add-strumento{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;align-items:center;padding:0 14px;font-size:14px;transition:background .15s;display:flex}.btn-add-strumento:hover{background:#2563eb}.studio-modal-footer{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.btn-cancel-modal{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;padding:9px 18px;font-size:14px;font-weight:500;transition:background .15s}.btn-cancel-modal:hover{background:#e5e7eb}.btn-save-modal{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:9px 20px;font-size:14px;font-weight:600;transition:background .15s}.btn-save-modal:hover:not(:disabled){background:#2563eb}.btn-save-modal:disabled{opacity:.6;cursor:not-allowed}.studios-page-root{color:#111827;background:#f7fafc;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;display:flex}.studios-main{flex:1;min-width:0;padding:28px 36px}.studios-header{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.studios-header h1{color:#111827;margin:0;font-size:22px;font-weight:700}.studios-header p{color:#6b7280;margin:4px 0 0;font-size:14px}.studios-header-right{align-items:center;gap:10px;display:flex}.btn-new-studio{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:7px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #2563eb40}.btn-new-studio:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb59}.sidebar-overlay{z-index:99;background:#00000059;position:fixed;inset:0}.mobile-topbar{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 16px;display:none;position:sticky;top:0}.mobile-menu-btn{cursor:pointer;color:#374151;background:0 0;border:none;align-items:center;padding:4px;display:flex}.mobile-brand{color:#111827;font-size:16px;font-weight:700}@media (width<=768px){.mobile-topbar{display:flex}.studios-main{padding:16px}.studios-header{flex-direction:column;align-items:flex-start;gap:12px}}.studios-loading,.studios-error{text-align:center;color:#6b7280;padding:40px;font-size:14px}.studios-error{color:#dc2626}.studios-empty{color:#9ca3af;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;font-size:14px;display:flex}.studios-list{flex-direction:column;gap:16px;margin-top:24px;display:flex}.studio-card{background:#fff;border-radius:14px;flex-direction:column;gap:0;padding:20px 24px 16px;display:flex;box-shadow:0 1px 4px #00000012}.studio-card-top{align-items:center;gap:16px;margin-bottom:14px;display:flex}.studio-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.studio-card-info{flex:1;min-width:0}.studio-card-name{color:#111827;margin:0;font-size:16px;font-weight:700;line-height:1.3}.studio-card-sub{color:#6b7280;margin:2px 0 0;font-size:13px}.studio-card-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.studio-stato{border-radius:20px;padding:3px 12px;font-size:12px;font-weight:600}.studio-stato--attivo{color:#16a34a;background:#dcfce7}.studio-stato--disattivo{color:#dc2626;background:#fee2e2}.studio-edit-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;align-items:center;padding:6px;transition:background .15s,color .15s;display:flex}.studio-edit-btn:hover{color:#111827;background:#f3f4f6}.studio-strumenti-section{border-top:1px solid #f3f4f6;flex-direction:column;gap:8px;padding:14px 0;display:flex}.studio-strumenti-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.studio-strumenti-tags{flex-wrap:wrap;gap:8px;display:flex}.studio-strumento-pill{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;padding:4px 14px;font-size:12px;font-weight:500}.studio-card-footer{border-top:1px solid #f3f4f6;padding-top:12px}.studio-avail-btn{cursor:pointer;color:#2563eb;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-family:inherit;font-size:13px;font-weight:600;transition:color .15s;display:inline-flex}.studio-avail-btn:hover{color:#1d4ed8}.sp-next-card{background:linear-gradient(120deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;padding:22px 24px;display:flex;box-shadow:0 1px 4px #1018280d}.sp-next-card--overdue{background:linear-gradient(120deg,#fef2f2 0%,#fee2e2 100%);border-color:#fecaca}.sp-next-card--overdue .sp-next-icon{color:#dc2626;background:#dc262624}.sp-next-card--overdue .sp-next-title{color:#991b1b}.sp-next-card--overdue .sp-next-hint,.sp-next-card--overdue .sp-field-label{color:#b91c1c}.sp-next-card--overdue .sp-field-amount{color:#991b1b}.sp-next-card--overdue .sp-field-value{color:#7f1d1d}.sp-next-card--overdue .sp-upload-hint{color:#b91c1c}.sp-next-card--future{background:linear-gradient(120deg,#f0fdf4 0%,#dcfce7 100%);border-color:#bbf7d0}.sp-next-card--future .sp-next-icon{color:#16a34a;background:#16a34a24}.sp-next-card--future .sp-next-title{color:#166534}.sp-next-card--future .sp-field-label{color:#15803d}.sp-next-card--future .sp-field-amount{color:#166534}.sp-next-card--future .sp-field-value{color:#14532d}.sp-next-card--future .sp-upload-hint{color:#15803d}.sp-next-card--muted{color:#92400e}.sp-next-card--ok{background:linear-gradient(120deg,#ecfdf5 0%,#d1fae5 100%);border-color:#a7f3d0}.sp-next-main{flex:1;min-width:260px}.sp-next-head{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.sp-next-icon{color:#ea580c;background:#ea580c24;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.sp-next-icon--ok{color:#059669;background:#05966924}.sp-next-title{color:#9a3412;font-size:16px;font-weight:700}.sp-next-card--ok .sp-next-title{color:#065f46}.sp-next-hint{color:#b45309;margin-top:2px;font-size:13px}.sp-next-card--ok .sp-next-hint{color:#047857}.sp-next-fields{flex-wrap:wrap;gap:40px;display:flex}.sp-field{flex-direction:column;gap:4px;display:flex}.sp-field-label{text-transform:uppercase;letter-spacing:.5px;color:#b45309;font-size:11px;font-weight:600}.sp-field-amount{color:#9a3412;font-size:24px;font-weight:800}.sp-field-value{color:#7c2d12;flex-direction:column;font-size:15px;font-weight:600;display:flex}.sp-course-line{display:block}.sp-badge-late{color:#fff;background:#dc2626;border-radius:999px;align-self:flex-start;margin-top:4px;padding:2px 10px;font-size:11px;font-weight:700}.sp-next-action{flex-direction:column;align-items:flex-end;gap:8px;min-width:200px;display:flex}.sp-upload-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:10px;align-items:center;gap:8px;padding:11px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex;box-shadow:0 2px 8px #16a34a4d}.sp-upload-btn:hover:not(:disabled){background:#15803d}.sp-upload-btn:disabled{opacity:.6;cursor:default}.sp-upload-hint{color:#b45309;text-align:right;max-width:200px;font-size:12px}.sp-upload-error{color:#dc2626;text-align:right;font-size:12px}.sp-history-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;margin-top:20px;overflow:hidden;box-shadow:0 1px 4px #1018280f}.sp-history-head{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.sp-history-title{color:#111827;margin:0;font-size:17px;font-weight:700}.sp-history-count{color:#6b7280;align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.sp-status{text-align:center;color:#6b7280;padding:28px;font-size:14px}.sp-status.error{color:#dc2626}.sp-table-wrap{overflow-x:auto}.sp-table{border-collapse:collapse;width:100%;font-size:14px}.sp-table thead th{text-align:left;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#fafafa;border-bottom:1px solid #f0f0f0;padding:12px 22px;font-size:11px;font-weight:600}.sp-table tbody td{vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:14px 22px}.sp-table tbody tr:last-child td{border-bottom:none}.sp-table tbody tr:hover{background:#f9fafb}.sp-col-right{text-align:right}.sp-date{color:#374151;white-space:nowrap;align-items:center;gap:8px;font-weight:600;display:flex}.sp-date-icon{color:#9ca3af;flex-shrink:0}.sp-num-pill{color:#2563eb;background:#eff6ff;border-radius:6px;padding:3px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600;display:inline-block}.sp-amount{color:#059669;font-weight:700}.sp-dl-btn{color:#2563eb;cursor:pointer;background:#dbeafe;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:inline-flex}.sp-dl-btn:hover:not(:disabled){background:#bfdbfe}.sp-dl-btn:disabled{opacity:.45;cursor:default}.sp-empty{text-align:center;color:#9ca3af;padding:32px;font-size:14px}.sp-footer{border-top:1px solid #f3f4f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 22px;display:flex}.sp-footer-count{color:#6b7280;font-size:13px}.sp-pagination{gap:6px;display:flex}.page-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.page-btn:hover:not(:disabled):not(.page-btn--active){background:#f3f4f6}.page-btn:disabled{opacity:.4;cursor:default}.page-btn--active{color:#fff;background:#2563eb;border-color:#2563eb}@media (width<=640px){.sp-next-card{flex-direction:column}.sp-next-action{align-items:stretch;width:100%}.sp-upload-btn{justify-content:center}.sp-upload-hint,.sp-upload-error{text-align:center;max-width:none}.sp-next-fields{gap:18px}}.inv-zip-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#16a34a;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex;box-shadow:0 2px 8px #16a34a4d}.inv-zip-btn:hover:not(:disabled){background:#15803d}.inv-zip-btn:disabled{opacity:.55;cursor:default}.inv-toolbar{border-bottom:1px solid #f3f4f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px;display:flex}.inv-toolbar-left{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.inv-month-select{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:9px;outline:none;padding:8px 14px;font-family:inherit;font-size:14px;font-weight:600;transition:border-color .15s}.inv-month-select:focus{border-color:#2563eb}.inv-total{color:#374151;align-items:center;gap:6px;font-size:14px;display:inline-flex}.inv-total strong{color:#059669}.inv-student{color:#111827;font-weight:600}.inv-course{color:#6b7280}@media (width<=640px){.inv-toolbar{flex-direction:column;align-items:stretch}.inv-toolbar-left{justify-content:space-between}}
