*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #FF8C00;--primary-hover: #E67E00;--primary-active: #CC7000;--success-color: #188038;--success-hover: #137333;--danger-color: #d93025;--text-primary: #202124;--text-secondary: #5f6368;--border-color: #dadce0;--bg-secondary: #f8f9fa}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;background:#f8f9fa;overflow-y:scroll}body{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;outline:none;transition:all .2s ease}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:6px;border:1px solid #dadce0;transition:all .15s ease;white-space:nowrap;background:#fff;color:#5f6368}.btn:hover:not(:disabled){background:#f8f9fa;border-color:#dadce0;box-shadow:0 1px 3px #3c404326}.btn:active:not(:disabled){background:#f1f3f4;transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#ff8c00;color:#fff;border-color:#ff8c00}.btn-primary:hover:not(:disabled){background:#e67e00;border-color:#e67e00;box-shadow:0 1px 3px #ff8c004d}.btn-primary:active:not(:disabled){background:#cc7000}.btn-success{background:#188038;color:#fff;border-color:#188038}.btn-success:hover:not(:disabled){background:#137333;border-color:#137333;box-shadow:0 1px 3px #1880384d}.btn-success:active:not(:disabled){background:#0d652d}.btn-info{background:#005a9c;color:#fff;border-color:#005a9c}.btn-info:hover:not(:disabled){background:#004a82;border-color:#004a82;box-shadow:0 1px 3px #005a9c4d}.btn-info:active:not(:disabled){background:#003d6b}.btn-danger{color:#d93025}.btn-danger:hover:not(:disabled){background:#fce8e6;border-color:#d93025}.btn-danger:active:not(:disabled){background:#f8d7da}.btn-icon{padding:.5rem;min-width:36px;min-height:36px;border-radius:50%;background:#e9ecef;border:none}.btn-icon:hover:not(:disabled){background:#f8f9fa}.btn-icon:active:not(:disabled){background:#f1f3f4}.btn-info.btn-icon{background:#005a9c;border-color:#005a9c}.btn-info.btn-icon:hover:not(:disabled){background:#004a82;border-color:#004a82}.btn-info.btn-icon:active:not(:disabled){background:#003d6b}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.coach-select,select.coach-select{width:100%;padding:.625rem;border:1px solid #dee2e6;border-radius:6px;font-size:.9375rem;background:#fff;cursor:pointer;transition:border-color .2s;font-family:inherit}.coach-select:hover,select.coach-select:hover{border-color:#667eea}.coach-select:focus,select.coach-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.site-header{background:#fff;color:#333;border-bottom:1px solid #e1e8ed;position:sticky;top:0;z-index:100;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 2rem}.logo-image{height:40px;width:auto;flex-shrink:0}.header-content{max-width:1400px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;gap:2rem}.site-logo{display:flex;align-items:center;font-size:1.2rem;font-weight:700;text-decoration:none;color:#005a9c;letter-spacing:-.5px}.logo-icon{display:none}.site-nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#6c757d;text-decoration:none;font-weight:500;transition:all .2s;padding:.5rem 1rem;border-radius:6px;font-size:.9375rem}.nav-link:hover{color:#005a9c;background:#f0f7fc}.nav-link.active{color:#333;background:#e9ecef}.logout-btn{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;margin-left:1rem;padding-left:1.5rem;border-left:1px solid #dee2e6}.logout-btn:hover{color:#dc3545;background:#fff5f5}.user-menu{position:relative;margin-left:1rem;padding-left:1.5rem;border-left:1px solid #dee2e6}.user-menu-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;padding:.5rem 1rem;border-radius:6px;transition:all .2s}.user-menu-btn:hover{background:#f0f7fc}.user-menu-btn svg{flex-shrink:0}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s;z-index:1000}.user-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;text-decoration:none;color:#333;border:none;background:none;cursor:pointer;font-family:inherit;font-size:.9375rem;transition:background .2s;text-align:left}.dropdown-item:first-child{border-radius:8px 8px 0 0}.dropdown-item:last-child{border-radius:0 0 8px 8px}.dropdown-item:hover{background:#f0f7fc}.dropdown-item.active{background:#e9ecef;font-weight:600}.dropdown-item svg{flex-shrink:0}.logout-item:hover{background:#fff5f5;color:#dc3545}.site-footer{background:#f8f9fa;border-top:1px solid #dee2e6;margin-top:auto}.footer-bottom{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.875rem;flex-wrap:wrap}.footer-text{color:#6c757d}.footer-divider{color:#dee2e6}.footer-link{color:#005a9c;text-decoration:none;transition:color .2s}.footer-link:hover{color:#ff8c00}.footer-link:hover{color:#0056b3;text-decoration:underline}@media(max-width:768px){.site-nav{display:none}.header-content{padding:1rem}.footer-bottom{padding:1rem;font-size:.75rem;gap:.5rem;justify-content:center}}.calendar-container{background:transparent;border-radius:0;padding:0;display:flex;flex-direction:column;flex:1 1 0;min-height:40px;overflow:hidden}.cal-topbar{display:flex;justify-content:space-between;align-items:center;padding:0 .75rem .5rem;border-bottom:1px solid #dee2e6;flex-shrink:0;gap:.75rem;position:relative;z-index:20}.cal-topbar-left{display:flex;align-items:center;gap:.35rem}.cal-topbar-right{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cal-today-btn{padding:5px 12px;background:#fff;border:1px solid #c1c7d0;border-radius:4px;font-size:13px;font-weight:500;color:#172b4d;cursor:pointer;transition:background .15s,border-color .15s;font-family:inherit}.cal-today-btn:hover{background:#f4f5f7;border-color:#0052cc}.cal-nav-btn{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;font-size:22px;line-height:1;color:#333;cursor:pointer;transition:background .15s;font-family:inherit}.cal-nav-btn:hover{background:#f0f1f2}.cal-topbar-title{font-size:1rem;font-weight:600;color:#333;margin:0;padding:0 .35rem;white-space:nowrap}.cal-title-wrapper{position:relative;display:inline-block}.cal-schoolyear-filter{padding:5px 10px;border:1px solid #c1c7d0;border-radius:4px;font-size:13px;font-family:inherit;color:#172b4d;background:#fff;cursor:pointer;margin-left:.25rem}.cal-schoolyear-filter:hover{border-color:#0052cc}.cal-title-clickable{cursor:pointer;user-select:none;transition:color .15s}.cal-title-clickable:hover,.cal-title-clickable[aria-expanded=true]{color:#06c}.month-picker{position:fixed;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:9999;padding:.5rem;min-width:220px}.mp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding:0 .25rem}.mp-year-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:.2rem .5rem;border-radius:4px;color:#495057;line-height:1}.mp-year-btn:hover{background:#f0f0f0}.mp-year-label{font-weight:600;font-size:.9rem;color:#2c3e50}.mp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem}.mp-month{background:none;border:1px solid transparent;border-radius:4px;padding:.375rem .25rem;cursor:pointer;font-size:.8rem;text-align:center;font-family:inherit;color:#2c3e50;transition:background .1s,border-color .1s}.mp-month:hover{background:#f0f5ff;border-color:#c7d7f8}.mp-month.mp-active{background:#06c;color:#fff;border-color:#06c;font-weight:600}.mp-month.mp-today:not(.mp-active){border-color:#06c;color:#06c;font-weight:600}.cal-view-wrapper{position:relative}.cal-view-btn{display:flex;align-items:center;gap:.35rem;padding:5px 11px;background:#fff;border:1px solid #c1c7d0;border-radius:4px;font-size:13px;font-weight:500;color:#172b4d;cursor:pointer;transition:background .15s,border-color .15s;font-family:inherit;white-space:nowrap}.cal-view-btn:hover{background:#f4f5f7;border-color:#0052cc}.cal-view-chevron{font-size:14px;color:#666}.cal-view-dropdown{position:fixed;width:300px;background:#fff;border:1px solid #dee2e6;border-radius:6px;box-shadow:0 8px 24px #00000029;z-index:9999;overflow:visible}.cal-filter-section{padding:.65rem 1rem}.cal-filter-section--inner{padding:.4rem 0 0}.cal-filter-title{font-size:11px;font-weight:700;color:#6c757d;text-transform:uppercase;letter-spacing:.6px;margin-bottom:.4rem}.cal-collapsible-toggle{cursor:pointer;display:flex;align-items:center;justify-content:space-between;user-select:none;margin-bottom:0}.cal-collapsible-toggle:hover{color:#495057}.cal-collapse-chevron{font-size:14px;font-weight:600;transition:transform .2s ease;transform:rotate(90deg);line-height:1}.cal-collapsible.collapsed .cal-collapse-chevron{transform:rotate(0)}.cal-collapsible-body{overflow:hidden;max-height:300px;transition:max-height .25s ease,opacity .2s ease,margin-top .2s ease;opacity:1;margin-top:.4rem}.cal-collapsible.collapsed .cal-collapsible-body{max-height:0;opacity:0;margin-top:0}.cal-view-mode-group{display:flex;border:1px solid #dee2e6;border-radius:6px;overflow:hidden}.cal-view-mode-btn{flex:1;padding:6px 0;font-size:13px;font-family:inherit;font-weight:500;background:#fff;color:#495057;border:none;border-right:1px solid #dee2e6;cursor:pointer;transition:background .15s,color .15s}.cal-view-mode-btn:last-child{border-right:none}.cal-view-mode-btn:hover:not(.active){background:#f1f3f5}.cal-view-mode-btn.active{background:#495057;color:#fff}.cal-filter-divider{height:1px;background:#e9ecef;margin:0}.cal-filter-actions{display:flex;align-items:center;gap:8px}.cal-ics-export{display:flex;gap:0}.cal-ics-btn{display:flex;align-items:center;gap:6px;padding:5px 10px;font-size:12.5px;font-family:inherit;color:#6c757d;background:none;border:1px solid #dee2e6;border-right:none;border-radius:4px 0 0 4px;cursor:pointer;transition:color .15s,border-color .15s;white-space:nowrap}.cal-ics-btn:hover{color:#495057;border-color:#adb5bd}.cal-reset-btn{display:flex;align-items:center;justify-content:center;padding:5px;font-family:inherit;color:#6c757d;background:none;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;transition:color .15s,border-color .15s}.cal-reset-btn:hover{color:#495057;border-color:#adb5bd}.cal-reset-btn svg{flex-shrink:0}.cal-ics-btn svg{flex-shrink:0}.cal-ics-year{border:1px solid #dee2e6;border-radius:0 4px 4px 0;padding:0 .4rem;font-size:12.5px;font-family:inherit;background:#f8f9fa;color:#495057;cursor:pointer;min-width:90px;max-width:110px}.cal-ics-year:focus{outline:none;border-color:#667eea}.search-wrapper{position:relative;min-width:200px}.search-input{width:100%;padding:8px 32px 8px 12px;background:#fff;border:1px solid #dee2e6;border-radius:4px;font-size:14px;font-family:inherit}.search-input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.search-input::placeholder{color:#999}.clear-search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;font-size:16px;cursor:pointer;padding:4px;line-height:1;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;transition:all .2s ease}.clear-search-btn:hover{background:#f0f0f0;color:#333}.multiselect-wrapper{position:relative;min-width:0}.multiselect-btn{width:100%;padding:8px 12px;background:#fff;border:1px solid #dee2e6;border-radius:4px;font-size:14px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.multiselect-btn:hover{border-color:#06c;background:#f8f9fa}.multiselect-btn:after{content:"▼";font-size:10px;color:#666}.multiselect-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:300px;display:flex;flex-direction:column}.multiselect-search{padding:8px;border-bottom:1px solid #dee2e6}.multiselect-search input{width:100%;padding:6px 10px;border:1px solid #dee2e6;border-radius:4px;font-size:14px}.multiselect-options{overflow-y:auto;max-height:200px;padding:4px 0}.multiselect-option{display:flex;align-items:center;padding:5px 12px;cursor:pointer;font-size:14px}.multiselect-option:hover{background:#f8f9fa}.multiselect-option input[type=checkbox]{margin-right:8px;cursor:pointer}.multiselect-actions{padding:8px;border-top:1px solid #dee2e6;display:flex;justify-content:space-between;gap:8px}.btn-link{background:none;border:none;color:#06c;font-size:13px;cursor:pointer;padding:4px 8px}.btn-link:hover{text-decoration:underline}.view-option{display:flex;align-items:center;padding:8px 12px;cursor:pointer;font-size:14px;transition:background .2s ease}.view-option:hover{background:#f8f9fa}.view-option input[type=radio],.view-option input[type=checkbox]{margin-right:10px;cursor:pointer;width:16px;height:16px}.view-option span{user-select:none}.view-option-divider{height:1px;background:#dee2e6;margin:4px 0}.toggle-label{font-size:14px;color:#333;font-weight:500}.toggle-btn{position:relative;width:48px;height:24px;background:#ccc;border:none;border-radius:12px;cursor:pointer;transition:background .3s ease;padding:0}.toggle-btn:hover{background:#b3b3b3}.toggle-btn.active{background:#4caf50}.toggle-btn.active:hover{background:#45a049}.toggle-slider{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.toggle-btn.active .toggle-slider{transform:translate(24px)}.calendar-scroll-container{display:block;flex:1 1 auto;overflow-y:scroll;overflow-x:auto;scroll-behavior:smooth;padding-right:8px;position:relative;z-index:1;min-height:0}.calendar-scroll-container::-webkit-scrollbar{width:8px}.calendar-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.calendar-scroll-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.calendar-scroll-container::-webkit-scrollbar-thumb:hover{background:#555}.calendar-sticky-header{position:sticky;top:0;z-index:10;background:#fff;display:grid;grid-template-columns:36px repeat(7,minmax(130px,1fr));gap:0;padding:0;border-bottom:2px solid #dadce0;margin-bottom:0}.calendar-sticky-header.five-day-week{grid-template-columns:36px repeat(5,minmax(130px,1fr))}.calendar-sticky-header .week-number-header{text-align:center;font-weight:400;font-size:.65rem;letter-spacing:.3px;color:#999;padding:.5rem .25rem;background:#fff;border:none;margin:0;width:36px;writing-mode:vertical-rl;transform:rotate(180deg);position:sticky;left:0;z-index:12}.calendar-sticky-header .day-header{text-align:center;font-weight:600;font-size:.875rem;letter-spacing:.5px;color:#333;padding:.75rem .5rem;background:#f8f9fa;border-right:1px solid #dadce0;margin:0}.calendar-sticky-header .day-header:last-child{border-right:none}.calendar-title{flex:1;font-size:1.125rem;font-weight:600;color:#333;text-align:center;margin:0}.legend-collapsible{flex-shrink:0;border-top:1px solid #dee2e6}.legend-toggle-btn{display:flex;align-items:center;gap:.4rem;background:none;border:none;padding:.35rem .5rem;font-size:.8rem;font-weight:500;color:#6c757d;cursor:pointer;font-family:inherit;transition:color .15s}.legend-toggle-btn:hover{color:#333}.legend-toggle-chevron{display:inline-block;font-size:14px;transition:transform .2s ease;transform:rotate(0)}.legend-toggle-btn[aria-expanded=true] .legend-toggle-chevron{transform:rotate(90deg)}.calendar-legend{display:flex;gap:1rem 1.5rem;padding:.5rem .5rem .75rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6c757d}.legend-color{width:20px;height:20px;border-radius:4px;border:1px solid #dee2e6}.legend-free{background:#fff;border-color:#dadce0}.legend-occupied{background:#1a73e8;border-color:#1a73e8}.legend-holiday{background:#fce8e6;border-color:#fce8e6}.legend-holiday-recognized{background:#ffebee;border-color:#ffebee}.legend-holiday-sunday-equivalent{background:#fff3e0;border-color:#fff3e0}.legend-holiday-half-day{background:#fffde7;border-color:#fffde7}.legend-holiday-non-recognized{background:#f3e5f5;border-color:#f3e5f5}.legend-holiday-company-mandated{background:#e0f2f1;border-color:#e0f2f1}.legend-holiday-event{background:#e3f2fd;border-color:#e3f2fd}.legend-vacation{background:#cde6fe;border-color:#cde6fe}.legend-company-mandated{background:#e0f2f1;border-color:#e0f2f1}.legend-weekend{background:#fff;border-color:#dadce0}.legend-school-day{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-left:3px solid #ff9800}.calendar-grid{display:grid;grid-template-columns:36px repeat(7,minmax(130px,1fr));gap:0;background:transparent;padding:0;border:none}.calendar-grid.five-day-week{grid-template-columns:36px repeat(5,minmax(130px,1fr))}.calendar-grid.list-view-mode{display:block;min-width:auto;margin-top:0;flex:0 0 auto}.calendar-grid.list-view-mode .list-view{padding:0;border-radius:0;margin:0}.calendar-grid.list-view-mode .list-empty{padding:2rem 1rem}.calendar-container.list-view-active{gap:0;flex:0 0 auto;height:auto}.calendar-container.list-view-active .cal-topbar{border-bottom:none;padding-bottom:.25rem}.week-number-header{text-align:center;font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.5px;color:#70757a;padding:.75rem .25rem;background:#f8f9fa;border:1px solid #dadce0;margin:0}.week-number{display:flex;align-items:center;justify-content:center;font-weight:400;font-size:.65rem;color:#999;background:#fff;border:none;padding:.5rem .25rem;text-align:center;margin:0;width:36px;writing-mode:vertical-rl;transform:rotate(180deg);position:sticky;left:0;z-index:5}.day-header{text-align:center;font-weight:500;font-size:.6875rem;text-transform:uppercase;letter-spacing:.5px;color:#70757a;padding:.75rem .5rem;background:#fff;border:1px solid #dadce0;margin:0}.calendar-day{min-height:120px;padding:.5rem;background:#fff;cursor:pointer;position:relative;display:flex;flex-direction:column;border-right:1px solid #dadce0;border-bottom:1px solid #dadce0;transition:all .1s ease;margin:0}.calendar-day.empty-day{background:transparent;cursor:default;pointer-events:none;border-right:1px solid #dadce0;border-bottom:1px solid #dadce0}.calendar-day:hover{background:#f8f9fa}.calendar-day.empty-day:hover{background:transparent}.calendar-day.today{background:#fff;border-left:3px solid #ffa726}.calendar-day.today .day-number{color:#e65100;font-weight:700}.calendar-day.weekend{background:#fafafa}.calendar-day.school-day{background:#fff}.calendar-day.vacation-day{background:#e1ecff}.calendar-day.school-day .day-number{color:#e65100;font-weight:600}.calendar-day.holiday,.calendar-day.holiday-recognized,.calendar-day.holiday-sunday-equivalent,.calendar-day.holiday-half-day,.calendar-day.half-day-holiday,.calendar-day.holiday-non-recognized{background:#fce4d6}.calendar-day.holiday-event{background:#fff}.calendar-day.holiday-company-mandated{background:#fce4d6}.calendar-day.planned{background:#fff;cursor:grab}.calendar-day.planned.half-day-holiday{background:#fce4d6}.calendar-day.planned.holiday-event{background:#fff}.calendar-day.planned.weekend{background:#fafafa}.calendar-day.planned:active{cursor:grabbing}.calendar-day.dragging{opacity:.4}.calendar-day.drag-over{background:#e8f0fe}.day-number{font-weight:600;font-size:.875rem;color:#3c4043;line-height:1.2;flex-shrink:0}.resource-warning-icon{font-size:.7rem;cursor:help;margin-left:.125rem;color:#d97706;vertical-align:middle;line-height:1}.resource-warning-icon--danger{color:#dc2626}.resource-warning-icon--onsite{color:#16a34a}.resource-warning-icon--partial{color:#d97706}.day-header-content{display:flex;align-items:flex-start;gap:.375rem;margin-bottom:.5rem;min-height:1rem}.day-badges{display:flex;flex-direction:row;flex-wrap:wrap;gap:.25rem;flex:1;min-width:0}.weekend .day-number,.planned .day-number{color:#3c4043}.weekend-label{display:none}.holiday-badge{font-size:.6875rem;padding:.125rem .375rem;background:#fce8e6;color:#c5221f;border-radius:4px;font-weight:500;word-break:break-word}.vacation-badge{font-size:.6875rem;padding:.125rem .375rem;background:#ffffff4d;border-radius:4px;font-weight:500;word-break:break-word}.resource-warning-badge{font-size:.6875rem;padding:.25rem .5rem;background:#fff3cd;color:#856404;border:1px solid #ffc107;border-radius:4px;font-weight:600;margin-bottom:.25rem;text-align:center;box-shadow:0 1px 3px #0000001f}.planned-courses-container{display:flex;flex-direction:column;gap:.25rem;width:100%}.planned-course{background:#1a73e8;padding:.25rem .5rem;cursor:grab;box-shadow:0 1px 2px #0000001a;transition:all .1s ease;position:relative;display:flex;flex-direction:column;gap:0}.planned-course:active{cursor:grabbing}.planned-course.dragging{opacity:.4;box-shadow:0 4px 8px #0000004d;transform:scale(1.05)}.planned-course.course-uk{border-top:3px solid #e53935;padding-top:calc(.25rem - 3px)}.planned-course.course-uk:hover{box-shadow:0 2px 4px #e539354d}.planned-course.single-day{border-radius:4px}.planned-course.first-day{border-radius:4px 0 0 4px;margin-right:-4px;padding-right:calc(.5rem + 4px)}.planned-course.middle-day{border-radius:0;margin-left:-4px;margin-right:-4px;padding-left:calc(.5rem + 4px);padding-right:calc(.5rem + 4px)}.planned-course.last-day{border-radius:0 4px 4px 0;margin-left:-4px;padding-left:calc(.5rem + 4px)}.planned-course:hover{box-shadow:0 2px 4px #00000026;transform:translateY(-1px)}.planned-course-name{display:flex;align-items:center;gap:.25rem;font-weight:600;font-size:.75rem;line-height:1.3;color:inherit;min-width:0;word-break:break-word}.planned-course-li{font-size:.65rem;line-height:1.2;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.planned-course-coach{font-size:.6rem;line-height:1.2;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.planned-course-placeholder{padding:.25rem .5rem;display:flex;flex-direction:column;gap:0;visibility:hidden}.planned-course-day{font-size:.65rem;font-weight:600;opacity:.8;white-space:nowrap;flex-shrink:0;line-height:1;margin-left:auto}.planned-course.ghost-course{opacity:.45;cursor:pointer;box-shadow:none;background-color:var(--ghost-color)!important;background-image:repeating-linear-gradient(-45deg,transparent,transparent 4px,rgba(0,0,0,.12) 4px,rgba(0,0,0,.12) 5px)!important;border:1px dashed currentColor!important;border-radius:4px!important;margin-left:0!important;margin-right:0!important;padding-left:.5rem!important;padding-right:.5rem!important}.planned-course.ghost-course:hover{opacity:.75;transform:translateY(-1px);box-shadow:0 2px 6px #0000002e!important}.vacation-day .planned-course.ghost-course{opacity:.7;outline:2px solid rgba(255,255,255,.7);outline-offset:-1px}.planned-course.ghost-course .planned-course-name .icon-ghost{vertical-align:middle;margin-right:2px}.calendar-main-title{font-size:1.25rem;font-weight:600;color:#333;margin:0}@media(max-width:768px){.calendar-grid{grid-template-columns:24px repeat(7,minmax(0,1fr))}.calendar-grid.five-day-week{grid-template-columns:24px repeat(5,minmax(0,1fr))}.calendar-sticky-header{grid-template-columns:24px repeat(7,minmax(0,1fr))}.calendar-sticky-header.five-day-week{grid-template-columns:24px repeat(5,minmax(0,1fr))}.calendar-sticky-header .week-number-header,.week-number{width:24px;font-size:.55rem}.calendar-sticky-header .day-header{font-size:.6rem;padding:.5rem .15rem}.calendar-day{min-height:80px;padding:.25rem}.planned-course{padding:.15rem .25rem;min-height:18px}.planned-course.first-day{margin-right:-3px;padding-right:calc(.25rem + 3px)}.planned-course.middle-day{margin-left:-3px;margin-right:-3px;padding-left:calc(.25rem + 3px);padding-right:calc(.25rem + 3px)}.planned-course.last-day{margin-left:-3px;padding-left:calc(.25rem + 3px)}.planned-course-name{font-size:.6rem}.planned-course-li{font-size:.55rem}.planned-course-coach{font-size:.5rem}.planned-course-placeholder{min-height:40px}.planned-course-day{font-size:.55rem}.day-number{font-size:.7rem}.cal-topbar{flex-wrap:wrap;padding:.25rem .5rem;gap:.35rem}.cal-topbar-left{gap:.2rem;flex-wrap:wrap}.cal-topbar-title{font-size:.85rem;padding:0 .2rem}.cal-today-btn{padding:3px 8px;font-size:11px}.cal-nav-btn{width:24px;height:24px;font-size:18px}.cal-schoolyear-filter{font-size:11px;padding:3px 6px}}.list-view{grid-column:1 / -1;background:#fff;border-radius:8px;padding:1rem;overflow-x:auto}.list-empty{text-align:center;padding:3rem;color:#6c757d;font-size:1.1rem}.planning-list-table{width:100%;border-collapse:collapse;font-size:.9rem}.planning-list-table thead{background-color:#f8f9fa;border-bottom:2px solid #dee2e6}.planning-list-table th{padding:.75rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}.planning-list-table td{padding:.75rem;border-bottom:1px solid #e9ecef;vertical-align:middle}.planning-list-table tbody tr:hover{background-color:#f8f9fa}.list-course-name{border-radius:4px;font-weight:500;display:inline-block;width:100%}.planning-list-table th.sort-header{cursor:pointer;user-select:none;white-space:nowrap}.planning-list-table th.sort-header:hover{background-color:#e9ecef}.planning-list-table th.sort-header.sort-active{color:#0d6efd}.planning-list-table .sort-indicator{font-size:.75em;margin-left:3px;opacity:.5}.planning-list-table th.sort-header.sort-active .sort-indicator{opacity:1}.planning-list-table .delete-course-btn{padding:.25rem .5rem;background:none;border:1px solid #dc3545;color:#dc3545;border-radius:4px;cursor:pointer;transition:all .2s}.planning-list-table .delete-course-btn:hover{background-color:#dc3545;color:#fff}@media(max-width:768px){.planning-list-table{font-size:.8rem}.planning-list-table th,.planning-list-table td{padding:.5rem}}.planning-view-container{overflow:auto;flex:1 1 auto;min-height:0}.pm-table{border-collapse:collapse;font-size:.8rem;width:100%;table-layout:fixed}.pm-th{padding:.4rem .5rem;font-weight:600;background:#f4f5f6;border:1px solid #d1d5da;text-align:left;position:sticky;top:0;z-index:10;white-space:nowrap;vertical-align:middle}.pm-th-kw{width:34px;text-align:center}.pm-th-datum{width:108px}.pm-th-special{width:110px}.pm-th-grp{text-align:center;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pm-gname{font-size:.78rem;font-weight:600;line-height:1.3}.pm-glevel{font-size:.67rem;font-weight:400;color:#555}.pm-th-course{overflow:hidden}.pm-th-day{width:28px;text-align:center}.pm-td{padding:.18rem .4rem;border:1px solid #e4e7eb;vertical-align:middle}.pm-kw{text-align:center;font-size:.73rem;color:#6c757d;font-weight:600;background:#f4f5f6;white-space:nowrap;vertical-align:middle}.pm-kw-curr{color:#dc3545!important;font-weight:700;border-left:3px solid #dc3545!important;background:#fff5f5!important}.pm-date{white-space:nowrap;font-size:.78rem}.pm-mon-date{font-weight:700}.pm-today-date{background:#e7f3ff!important}.pm-dow{color:#6c757d;font-size:.7rem}.pm-dval{font-size:.78rem}.pm-special{font-size:.7rem;max-width:130px}.pm-sp{border-radius:3px;padding:1px 5px;margin-bottom:1px;font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:118px;display:block}.pm-sp-h{background:#fef3cd;color:#664d03}.pm-sp-sv{background:#6496dc33;color:#1a4080}.pm-curr-week .pm-date,.pm-curr-week .pm-special,.pm-curr-week .pm-empty{background-color:#fff8f5!important}tr.pm-mon .pm-td,tr.pm-mon .pm-kw{border-top:1px solid #b0b8c4}.pm-other-m .pm-date,.pm-other-m .pm-special,.pm-other-m .pm-empty{opacity:.45}.pm-cell{max-width:140px;overflow:hidden}.pm-cn-row{display:flex;align-items:baseline;gap:.25rem;overflow:hidden}.pm-cn{display:block;font-size:.73rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.pm-li{display:block;font-size:.65rem;font-weight:600;opacity:.85;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em}.pm-coach{display:block;font-size:.6rem;font-weight:500;opacity:.75;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:1px}.pm-date-warn{display:inline-flex;align-items:center;vertical-align:middle;margin-left:.2rem;color:#d97706;cursor:help;flex-shrink:0}.pm-date-warn svg{display:block}.pm-date-warn--danger{color:#dc2626}.pm-date-unscheduled{color:#2563eb}.pm-coach-onsite{color:#16a34a}.pm-coach-partial{color:#d97706}.pm-has-course.pm-filter-mismatch{opacity:.18;pointer-events:none}.pm-day-cnt{font-size:.6rem;font-weight:600;opacity:.75;white-space:nowrap;flex-shrink:0}.pm-empty{background:#fff}.pm-school{background:#f0f1f3}.pm-blocked{background:#e1ecff!important}.pm-ffm-inactive{background:repeating-linear-gradient(135deg,#e8e8e8,#e8e8e8 4px,#d4d4d4 4px 8px)!important}.pm-cell.drag-over{outline:2px dashed #0066cc!important;background:#cce4ff!important}[data-date].pm-crosshair-row:not(.pm-has-course){background:#0066cc09}td.pm-date.pm-crosshair-row{background:#0066cc1a!important;border-left:3px solid #0066cc!important;font-weight:600}.pm-cell.drag-over.pm-crosshair-row{background:#cce4ff!important}[data-group-id].pm-crosshair-col:not(.pm-has-course){background:#0066cc0a}.pm-cell.drag-over.pm-crosshair-col{background:#cce4ff!important}.pm-cell[data-date]{cursor:pointer}.pm-cell.pm-has-course[data-date]{cursor:grab}.pm-cell.pm-has-course[data-date]:active{cursor:grabbing}.pm-cell.pm-ghost{opacity:.5;cursor:pointer;background-image:repeating-linear-gradient(-45deg,transparent,transparent 4px,rgba(0,0,0,.12) 4px,rgba(0,0,0,.12) 5px)!important;border:1px dashed currentColor!important;font-style:italic}.pm-cell.pm-ghost:hover{opacity:.8}.pm-cell.pm-blocked-ghost{opacity:.55}@keyframes course-glow-pulse{0%,to{box-shadow:0 0 6px 3px #ffffffd9,0 0 18px 7px #ffffff73}50%{box-shadow:0 0 16px 8px #fff,0 0 38px 14px #ffffffa6}}@keyframes pm-glow-pulse{0%,to{filter:drop-shadow(0 0 5px rgba(255,255,255,.85)) drop-shadow(0 0 14px rgba(255,255,255,.45))}50%{filter:drop-shadow(0 0 12px rgba(255,255,255,1)) drop-shadow(0 0 30px rgba(255,255,255,.65))}}.planned-course.course-glow{animation:course-glow-pulse 1.4s ease-in-out infinite;z-index:10;outline:2px solid rgba(255,255,255,.8);outline-offset:1px}.pm-has-course.course-glow{animation:pm-glow-pulse 1.2s ease-in-out infinite;z-index:10;position:relative;outline:2px solid rgba(255,255,255,.9);outline-offset:-2px}.pm-has-course.pm-alt{position:relative}.pm-has-course.pm-alt:after{content:"";position:absolute;inset:0;background:#ffffffb3;pointer-events:none;z-index:0}.pm-has-course.pm-alt>*{position:relative;z-index:1}td.pm-date[data-date]{cursor:pointer}td.pm-date[data-date]:hover{background:#0066cc12!important}@media(max-width:768px){.pm-table{width:max-content}.pm-th-kw,.pm-kw,.pm-th-special,.pm-special{display:none}.pm-th-datum{position:sticky;left:0;z-index:12;width:80px;min-width:80px;padding:.25rem .3rem;font-size:.7rem;background:#f4f5f6}.pm-date{position:sticky;left:0;z-index:2;background:#fff;width:80px;min-width:80px;padding:.15rem .25rem!important;font-size:.68rem!important;box-shadow:2px 0 4px #0000000f}.pm-date .pm-dow{font-size:.6rem}.pm-date .pm-dval{font-size:.65rem}.pm-date .pm-date-warn{display:none}.pm-today-date{background:#e7f3ff!important}.pm-date.pm-blocked{background:#f8f8f8!important}.pm-mon-date{background:#fff!important}.pm-th-grp{padding:.25rem .2rem;font-size:.65rem}.pm-gname{font-size:.65rem}.pm-glevel{font-size:.55rem}.pm-cn{font-size:.6rem}.pm-li{font-size:.55rem}.pm-coach{font-size:.5rem}.pm-td{padding:.1rem .2rem}}.calendar-loading{display:none;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;background:#fffffff2;border-radius:8px;box-shadow:0 2px 8px #0000001a}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.calendar-loading div:last-child{color:#666;font-size:.9rem}.pool-container{display:flex;flex-direction:column;height:100%}.pool-header{padding:1.5rem;border-bottom:1px solid #e1e8ed}.pool-header-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.pool-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.pool-collapse-btn{display:none;align-items:center;justify-content:center;background:none;border:1px solid #dee2e6;cursor:pointer;padding:.25rem .4rem;border-radius:4px;font-size:.875rem;color:#6c757d;line-height:1;transition:all .15s}.pool-collapse-btn:hover{background:#f0f0f0;color:#333;border-color:#adb5bd}.pool-title-group{flex:1;min-width:0}.pool-header h2{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.25rem}.pool-subtitle{font-size:.875rem;color:#6c757d}.pool-controls{padding:1rem 1.5rem;border-bottom:1px solid #e1e8ed;display:flex;flex-direction:column;gap:.75rem}.pool-sort-row{display:flex;gap:.5rem;align-items:center}.pool-sort-row .sort-select{flex:1;width:auto}.pool-show-planned-btn{display:flex;align-items:center;gap:.3rem;padding:.5rem .75rem;border:1px solid #dce1e6;border-radius:6px;font-size:.8125rem;font-weight:500;color:#6c757d;background:#fff;cursor:pointer;white-space:nowrap;transition:all .15s;flex-shrink:0}.pool-show-planned-btn:hover{border-color:#667eea;color:#667eea}.pool-show-planned-btn.active{background:#667eea;border-color:#667eea;color:#fff}.course-card.course-fully-planned{opacity:.65;border-style:dashed}.course-card.course-fully-planned:hover{opacity:.9}.course-planned-badge{display:inline-block;font-size:.7rem;font-weight:600;color:#2e7d32;background:#e8f5e9;border-radius:3px;padding:.1rem .4rem;margin-bottom:.25rem}.search-input,.filter-select,.sort-select{width:100%;padding:.625rem .875rem;border:1px solid #dce1e6;border-radius:6px;font-size:.875rem;transition:border-color .2s}.search-input:focus,.filter-select:focus,.sort-select:focus{outline:none;border-color:#667eea}.pool-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.course-card{background:#fff;border:2px solid #e1e8ed;border-radius:8px;padding:.625rem .75rem;cursor:grab;transition:all .2s;position:relative}.course-card.course-uk{background:#ffebee;border-color:#ef5350}.course-card.course-uk:hover{border-color:#d32f2f;box-shadow:0 2px 8px #d32f2f40;transform:translateY(-1px)}.course-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26;transform:translateY(-1px)}.course-card:active{cursor:grabbing}.course-card.dragging{opacity:.5}.course-header{display:flex;flex-direction:column;gap:.2rem;margin-bottom:0}.course-title-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.course-name{font-size:.9375rem;font-weight:600;color:#2c3e50;line-height:1.4;flex:1;min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-number{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}.course-meta-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.75rem;color:#7f8c8d}.course-groups-collapse{margin-top:.375rem;border:none}.groups-summary{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#06c;cursor:pointer;padding:.2rem .375rem;border-radius:4px;list-style:none;user-select:none}.groups-summary::-webkit-details-marker{display:none}.groups-summary:before{content:"▶";font-size:.6rem;transition:transform .15s;color:#7f8c8d}.course-groups-collapse[open]>.groups-summary:before{transform:rotate(90deg)}.groups-summary:hover{background:#e8f0fe}.course-groups-collapse .groups-list{display:flex;flex-wrap:wrap;gap:.375rem;padding:.375rem .375rem .25rem}.course-coach{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem;background:#fff3e0;border-radius:4px;font-size:.8125rem}.course-coach .coach-label{font-size:1rem}.course-coach .coach-text{color:#e65100;font-weight:500}.coach-workdays{font-size:.75rem;color:#757575;font-weight:400;margin-left:.25rem}.course-actions{display:flex;gap:.25rem;flex-shrink:0;align-items:center}.course-actions .btn{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;font-size:.875rem}.course-actions .edit-btn:hover{background:#e8f0fe;color:#1557b0}.course-actions .delete-btn:hover{background:#fce8e6;color:#c5221f}.drag-indicator{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);color:#bdc3c7;font-size:1.25rem;pointer-events:none}.empty-state{text-align:center;padding:3rem 1rem;color:#6c757d;font-size:.9375rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.empty-icon{font-size:3rem;opacity:.3}.groups-list .group-item{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .4rem;border-radius:4px;font-size:.75rem;transition:all .2s}.group-item.group-fully-planned{background:#e8f5e9;color:#2e7d32}.group-item.group-partially-planned{background:#fff8e1;color:#f57c00;font-weight:500}.group-item.group-not-planned{background:#f5f5f5;color:#616161}.status-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.status-icon.status-complete{color:#2e7d32}.status-icon.status-partial{color:#f57c00}.status-icon.status-pending{color:#9e9e9e}.groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.group-card{background:#fff;border:2px solid #e1e8ed;border-radius:8px;padding:1rem;transition:all .2s;cursor:pointer;position:relative}.group-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26;transform:translateY(-1px)}.group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e1e8ed}.group-title-row{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.group-color-indicator{width:16px;height:16px;border-radius:50%;flex-shrink:0;border:2px solid rgba(0,0,0,.1)}.group-name{font-size:.9375rem;font-weight:600;color:#2c3e50;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-actions{display:flex;gap:.25rem;flex-shrink:0;align-items:center}.group-actions .btn{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;font-size:.875rem}.group-actions .edit-btn:hover{background:#e8f0fe;color:#1557b0}.group-actions .delete-btn:hover{background:#fce8e6;color:#c5221f}.edit-btn{color:#1a73e8}.delete-btn{color:#d93025}.group-details{display:flex;flex-direction:column;gap:.5rem}.group-detail-item{display:flex;gap:.5rem;font-size:.8125rem}.detail-value{color:#2c3e50;flex:1;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.year-badge{display:inline-block;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:600;line-height:1}.year-badge.current-year{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.year-badge.next-year{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.empty-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#6c757d}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.empty-text{font-size:1.25rem;font-weight:500;margin-bottom:.5rem;color:#333}.empty-hint{font-size:.9375rem;color:#6c757d}@media(max-width:768px){.page-container{padding:1rem}.page-header{flex-direction:column;gap:1rem}.groups-grid{grid-template-columns:1fr}}.drag-handle{cursor:grab;color:#adb5bd;font-size:1.1rem;padding:0 .25rem;user-select:none;transition:color .15s}.drag-handle:hover{color:#667eea}.drag-handle:active{cursor:grabbing}.group-card[draggable]{user-select:none;touch-action:none}.group-card.dragging{opacity:.5;border-style:dashed;border-color:#667eea;background:#f8f9fa}.group-card.drag-over-top:before,.group-card.drag-over-bottom:after{content:"";position:absolute;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;pointer-events:none;z-index:10}.group-card.drag-over-top:before{top:-5px}.group-card.drag-over-bottom:after{bottom:-5px}.group-card.drag-over-top,.group-card.drag-over-bottom{position:relative}.school-days-badges{display:flex;gap:.25rem}.school-day-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;padding:.15rem .4rem;font-size:.7rem;font-weight:600;border-radius:4px;border:1px solid #7f8c8d}.holidays-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.holiday-legend{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#f8f9fa;border-radius:8px;margin-bottom:2rem;border:1px solid #e1e8ed;flex-wrap:wrap}.legend-title{font-weight:600;color:#2c3e50;font-size:.875rem;margin-right:.5rem}.legend-items{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-indicator{width:14px;height:14px;border-radius:50%;flex-shrink:0;border:2px solid rgba(0,0,0,.1)}.legend-label{font-size:.8125rem;color:#5f6368;white-space:nowrap}.holiday-card{background:#fff;border:2px solid #e1e8ed;border-radius:8px;padding:1rem;transition:all .2s;cursor:pointer;position:relative}.holiday-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26;transform:translateY(-1px)}.holiday-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e1e8ed}.holiday-title-row{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.holiday-color-indicator{width:16px;height:16px;border-radius:50%;flex-shrink:0;border:2px solid rgba(0,0,0,.1)}.holiday-name{font-size:.9375rem;font-weight:600;color:#2c3e50;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.holiday-actions{display:flex;gap:.25rem;flex-shrink:0;align-items:center}.holiday-actions .btn{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;font-size:.875rem}.holiday-actions .edit-btn:hover{background:#e8f0fe;color:#1557b0}.holiday-actions .delete-btn:hover{background:#fce8e6;color:#c5221f}.holiday-details{display:flex;flex-direction:column;gap:.5rem}.holiday-detail-item{display:flex;gap:.5rem;font-size:.8125rem}.holiday-detail-item .detail-label{font-weight:500;color:#7f8c8d}.holiday-detail-item .detail-value{color:#2c3e50;flex:1}.schools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.school-card{background:#fff;border:2px solid #e1e8ed;border-radius:8px;padding:1rem;transition:all .2s;cursor:pointer;position:relative}.school-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26;transform:translateY(-1px)}.school-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e1e8ed}.school-title-row{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.school-color-indicator{width:16px;height:16px;border-radius:50%;flex-shrink:0;border:2px solid rgba(0,0,0,.1)}.school-name{font-size:.9375rem;font-weight:600;color:#2c3e50;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.school-actions{display:flex;gap:.25rem;flex-shrink:0;align-items:center}.school-actions .btn{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;font-size:.875rem}.school-actions .edit-btn:hover{background:#e8f0fe;color:#1557b0}.school-actions .delete-btn:hover{background:#fce8e6;color:#c5221f}.school-details{display:flex;flex-direction:column;gap:.5rem}.school-detail-item{display:flex;gap:.5rem;font-size:.8125rem}.school-detail-item .detail-label{font-weight:500;color:#7f8c8d;min-width:60px}.school-detail-item .detail-value{color:#2c3e50;flex:1}.page-container{max-width:1400px;width:100%;margin:0 auto;padding:2rem;min-height:calc(100vh - 200px)}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e1e8ed}.page-header h1{font-size:2rem;font-weight:700;color:#333;margin:0 0 .5rem}.page-subtitle{font-size:1rem;color:#6c757d;margin:0}.tabs-container{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e1e8ed}.tab-btn{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#6c757d;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;position:relative;top:2px}.tab-btn:hover{color:#333;background:#f8f9fa}.tab-btn.active{color:#667eea;border-bottom-color:#667eea}.tab-content{display:none}.tab-content.active{display:block}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.vacation-filters{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;align-items:center;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-label{font-size:.875rem;font-weight:600;color:#495057;white-space:nowrap}.filter-select{padding:.5rem .75rem;border:1px solid #ced4da;border-radius:4px;font-size:.875rem;color:#495057;background:#fff;cursor:pointer;transition:all .2s;min-width:150px}.filter-select:hover{border-color:#667eea}.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.vacations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.vacation-card{background:#fff;border:2px solid #e1e8ed;border-radius:8px;padding:1rem;transition:all .2s;position:relative}.vacation-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26;transform:translateY(-1px)}.vacation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e1e8ed}.vacation-title-row{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.vacation-color-indicator{width:12px;height:12px;border-radius:50%;flex-shrink:0;border:2px solid rgba(0,0,0,.1)}.vacation-name{font-size:.9375rem;font-weight:600;color:#2c3e50;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vacation-actions{display:flex;gap:.25rem;flex-shrink:0;align-items:center}.vacation-actions .btn{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;font-size:.875rem}.vacation-actions .edit-vacation-btn:hover{background:#e8f0fe;color:#1557b0}.vacation-actions .delete-vacation-btn:hover{background:#fce8e6;color:#c5221f}.vacation-details{display:flex;flex-direction:column;gap:.5rem}.vacation-detail-item{display:flex;align-items:baseline;gap:.5rem;font-size:.875rem}.detail-label{color:#6c757d;font-weight:500}.detail-value{color:#2c3e50;flex:1}.empty-state{text-align:center;padding:4rem 2rem;color:#6c757d}.empty-icon{opacity:.3;margin-bottom:1rem}.empty-text{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.empty-hint{font-size:.875rem;color:#adb5bd}.vacations-list{background:#fff;border-radius:8px;overflow:hidden;border:2px solid #e1e8ed}.vacation-table{width:100%;border-collapse:collapse}.vacation-table thead{background:#f8f9fa;border-bottom:2px solid #e1e8ed}.vacation-table th{text-align:left;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#495057;white-space:nowrap}.vacation-table td{padding:.75rem 1rem;font-size:.875rem;color:#2c3e50;border-bottom:1px solid #e1e8ed}.vacation-table tbody tr:last-child td{border-bottom:none}.vacation-table tbody tr:hover{background:#f8f9fa}.list-vacation-name{display:flex;align-items:center;gap:.5rem;font-weight:500}.list-actions{white-space:nowrap;text-align:right}.list-actions .btn{width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;margin-left:.25rem;border-radius:4px;background:transparent;border:1px solid #e1e8ed;color:#6c757d}.list-actions .btn:hover{background:#667eea;border-color:#667eea;color:#fff}.actions-column{width:100px;text-align:right}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:none;align-items:center;justify-content:center}.modal.active{display:flex}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(2px)}.modal-content{position:relative;background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e1e8ed}.modal-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#7f8c8d;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background:#f5f7fa;color:#2c3e50}.modal-body{flex:1;overflow-y:auto;padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e1e8ed}.detail-section{margin-bottom:1.5rem}.detail-section:last-child{margin-bottom:0}.section-title{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f5f7fa}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:500;color:#7f8c8d}.detail-value{font-weight:600;color:#2c3e50}.deliverables-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.deliverables-list li{padding:.75rem;background:#f5f7fa;border-radius:6px;display:flex;justify-content:space-between;align-items:center}.deliverable-due{font-size:.875rem;color:#667eea;font-weight:500}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:#333}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.625rem;border:1px solid #dee2e6;border-radius:6px;font-size:.9375rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}.form-group input:disabled,.form-group textarea:disabled,.form-group select:disabled{background:#f8f9fa;color:#6c757d}.form-group textarea{resize:vertical;min-height:100px}.form-hint{display:block;font-size:.75rem;color:#6c757d;margin-top:.25rem}.color-picker-wrapper{display:flex;align-items:center;gap:.75rem}.color-picker-wrapper input[type=color]{width:60px;height:40px;padding:2px;border:1px solid #dee2e6;border-radius:6px;cursor:pointer;background:#fff}.color-picker-wrapper input[type=color]:hover{border-color:#0d6efd}.color-picker-wrapper input[type=color]:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}.color-picker-wrapper .color-preview{flex:1;height:40px;border:1px solid #dee2e6;border-radius:6px;min-width:100px;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#495057;background:#fff}.date-kw-wrapper{display:flex;align-items:center;gap:.5rem}.date-kw-wrapper input[type=date]{flex:1;width:auto;min-width:0}.kw-badge{white-space:nowrap;font-size:.75rem;font-weight:600;color:#6c757d;background:#f0f2f5;border:1px solid #dee2e6;border-radius:4px;padding:2px 6px;min-width:44px;text-align:center}.text-color-toggle{display:flex;gap:.75rem;align-items:center}.text-color-toggle label{margin:0;font-size:.875rem;color:#495057;font-weight:500}.text-toggle-btn{position:relative;width:48px;height:24px;background:#ccc;border:none;border-radius:12px;cursor:pointer;transition:background .3s ease;padding:0}.text-toggle-btn:hover{background:#b3b3b3}.text-toggle-btn[data-text-color=white],.text-toggle-btn[data-active=false]{background:#ccc}.text-toggle-btn[data-text-color=black],.text-toggle-btn[data-active=true]{background:#0d6efd}.text-toggle-btn[data-text-color=white]:hover,.text-toggle-btn[data-active=false]:hover{background:#b3b3b3}.text-toggle-btn[data-text-color=black]:hover,.text-toggle-btn[data-active=true]:hover{background:#0b5ed7}.text-toggle-btn .toggle-slider{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0003;background:#fff;border:1px solid #dee2e6}.text-toggle-btn[data-text-color=black] .toggle-slider,.text-toggle-btn[data-active=true] .toggle-slider{transform:translate(24px);background:#000;border:none}#deliverables-list{margin-bottom:.75rem}.empty-deliverables{color:#6c757d;font-size:.875rem;padding:.75rem;background:#f8f9fa;border-radius:6px;text-align:center}.deliverable-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;margin-bottom:.5rem}.deliverable-info{display:flex;flex-direction:column;gap:.25rem}.deliverable-info span{font-size:.8125rem;color:#6c757d}.deliverable-remove{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#dc3545;padding:.25rem .5rem;border-radius:4px;transition:background .2s}.deliverable-remove:hover{background:#fce8e6}#group-selection-modal .group-modal-description{margin-bottom:1.5rem;color:#5a6c7d;font-size:.95rem}#group-selection-modal .group-options-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem}#group-selection-modal .group-option{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #dadce0;border-radius:6px;cursor:pointer;transition:all .15s ease;text-align:center;min-width:100px;font-size:.875rem;font-weight:500}#group-selection-modal .group-option:hover{background:#f8f9fa;border-color:#dadce0;box-shadow:0 1px 3px #3c404326;transform:translateY(-1px)}#group-selection-modal .group-option:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a}#group-selection-modal .group-option:active{background:#f1f3f4;transform:translateY(1px)}#group-selection-modal .group-option-indicator{width:32px;height:32px;border-radius:6px;background:#1a73e8;flex-shrink:0}#group-selection-modal .group-option-name{font-weight:500;font-size:.875rem;color:#5f6368}.holiday-category-buttons{display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap}.holiday-category-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:#fff;border:1px solid #dadce0;border-radius:6px;cursor:pointer;transition:all .15s ease;font-size:.875rem;font-weight:500;color:#5f6368}.holiday-category-btn:hover{background:#f8f9fa;border-color:#dadce0;box-shadow:0 1px 3px #3c404326}.holiday-category-btn.active{background:#1a73e8;color:#fff;border-color:#1a73e8}.holiday-category-btn:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a}.detail-row-groups{align-items:flex-start}.detail-groups-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.detail-group-badge{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;background:#1a73e8;color:#fff;border-radius:6px;font-size:.8125rem;font-weight:500;white-space:nowrap}.day-details-content{display:flex;flex-direction:column;gap:1rem}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:768px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.courses-grid{grid-template-columns:1fr}}.day-detail-course{padding:.75rem;background:#f8f9fa;border-radius:6px;border-left:3px solid #1a73e8;display:flex;flex-direction:column;gap:.25rem}.day-detail-course-name{font-weight:600;font-size:.875rem;color:#2c3e50;line-height:1.3}.day-detail-course-number{font-size:.75rem;color:#6c757d;font-weight:500}.day-detail-course-info{font-size:.75rem;color:#6c757d}.day-detail-course-day{font-size:.75rem;color:#1a73e8;font-weight:500;margin-top:.25rem}.empty-state-text{text-align:center;color:#6c757d;font-size:1rem;padding:2rem 1rem;margin:0}.resource-planning-section{margin-top:1.5rem}.resource-summary{padding:.75rem 1rem;background:#e8f4fd;border-left:4px solid #1a73e8;border-radius:6px;font-weight:500;margin-bottom:1rem}.resource-summary.warning{background:#fff3cd;border-left-color:#ff9800;color:#856404}.resource-summary.danger{background:#fef2f2;border-left-color:#dc2626;color:#991b1b}.resource-assignments{overflow-x:auto;margin-bottom:1rem}.resource-table{width:100%;border-collapse:collapse;font-size:.875rem}.resource-table thead{background:#f8f9fa}.resource-table th{padding:.75rem .5rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}.resource-table td{padding:.75rem .5rem;border-bottom:1px solid #dee2e6}.resource-table tr.auto-assigned{background:#fff}.resource-table tr.manual-assigned{background:#f0f8ff}.island-selector{width:100%;padding:.625rem;border:1px solid #dee2e6;border-radius:6px;font-size:.9375rem;font-family:inherit;background:#fff;cursor:pointer}.island-selector:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}.island-selector:disabled{background-color:#f0f0f0;color:#6c757d;cursor:not-allowed;opacity:.7}.resource-legend{display:flex;gap:1rem;font-size:.75rem;color:#6c757d;margin-top:.5rem}.legend-item{display:flex;align-items:center;gap:.25rem}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:2000;display:flex;flex-direction:column-reverse;gap:.75rem;pointer-events:none;max-width:400px}.toast{background:#fff;border-radius:6px;padding:1rem;box-shadow:0 4px 12px #00000026;display:flex;align-items:flex-start;gap:.75rem;min-width:300px;pointer-events:auto;animation:slideInUp .3s ease-out;border:1px solid #e5e7eb}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}.toast.removing{animation:slideOutDown .2s ease-in forwards}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-info{border-left:4px solid #3b82f6}.toast-icon{font-size:1rem;font-weight:600;flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;line-height:1;margin-top:2px}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-message{flex:1;font-size:.875rem;line-height:1.5;color:#374151}.toast-close{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:1.25rem;line-height:1;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0}.toast-close:hover{background:#f3f4f6;color:#374151}.hamburger-btn{display:none;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;color:#333;transition:background .2s}.hamburger-btn:hover{background:#f0f7fc}.hamburger-btn svg{display:block}.mobile-nav-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .3s,visibility .3s}.mobile-nav-overlay.show{opacity:1;pointer-events:auto;visibility:visible}.mobile-nav-panel{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100%;background:#fff;z-index:1000;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 16px #00000026;overflow-y:auto}.mobile-nav-panel.show{transform:translate(0)}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e1e8ed}.mobile-nav-header span{font-weight:600;font-size:1.125rem;color:#333}.mobile-nav-close{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;color:#6c757d;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.mobile-nav-close:hover{background:#f5f5f5;color:#333}.mobile-nav-links{display:flex;flex-direction:column;padding:.5rem 0}.mobile-nav-links a,.mobile-nav-links button{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;text-decoration:none;color:#333;font-size:.9375rem;font-weight:500;border:none;background:none;cursor:pointer;font-family:inherit;text-align:left;width:100%;transition:background .15s}.mobile-nav-links a:hover,.mobile-nav-links button:hover{background:#f0f7fc}.mobile-nav-links a.active{background:#e9ecef;font-weight:600;color:#005a9c}.mobile-nav-links hr{margin:.5rem 1.25rem;border:none;border-top:1px solid #dee2e6}.mobile-nav-links .logout-item:hover{background:#fff5f5;color:#dc3545}.mobile-nav-version{margin-top:auto;padding:.75rem 1.25rem;font-size:.75rem;color:#adb5bd;text-align:center;border-top:1px solid #e9ecef}.mobile-tap-selected{outline:3px solid #005A9C!important;outline-offset:-2px;box-shadow:0 0 0 4px #005a9c40!important;animation:mobileTapPulse 1.5s ease-in-out infinite}@keyframes mobileTapPulse{0%,to{box-shadow:0 0 0 4px #005a9c40}50%{box-shadow:0 0 0 6px #005a9c66}}.mobile-tap-target{background-color:#005a9c14!important;cursor:pointer}.mobile-tap-banner{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#005a9c;color:#fff;padding:.5rem 1rem;font-size:.8125rem;text-align:center;box-shadow:0 -2px 8px #00000026;gap:.5rem;align-items:center;justify-content:center}.mobile-tap-banner.show{display:flex}.mobile-tap-banner button{background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;padding:.25rem .75rem;border-radius:4px;cursor:pointer;font-size:.75rem;margin-left:.5rem}.mobile-action-overlay{display:none;position:fixed;inset:0;background:#00000073;z-index:2000;align-items:flex-end;justify-content:center}.mobile-action-overlay.show{display:flex}.mobile-action-sheet{background:#fff;width:100%;max-width:400px;border-radius:14px 14px 0 0;padding:.5rem 0 0;box-shadow:0 -4px 24px #0000002e;animation:mobileActionSlideUp .2s ease-out}@keyframes mobileActionSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-action-title{padding:.75rem 1rem .5rem;font-size:.9375rem;font-weight:600;color:#333;text-align:center;border-bottom:1px solid #e9ecef}.mobile-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9rem 1rem;border:none;background:none;font-size:1rem;font-family:inherit;color:#005a9c;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background .15s}.mobile-action-btn:active{background:#f0f7fc}.mobile-action-icon{font-size:1.125rem}.mobile-action-cancel{color:#6c757d;margin-top:.25rem;border-bottom:none;padding-bottom:calc(.9rem + env(safe-area-inset-bottom,0px))}@media(max-width:768px){.hamburger-btn{display:flex}.mobile-nav-overlay{display:block}.header-content{max-width:100%;padding:.75rem .25rem;gap:.5rem}.site-nav{display:none!important}.site-header{padding:0 .5rem}.site-logo span{font-size:1.125rem}.logo-image{height:32px}.footer-bottom>*:not(:first-child){display:none}.footer-bottom{padding:.5rem;font-size:.75rem}.col-fachrichtung{display:none}.page-container{width:100%!important;max-width:100%!important;padding:1rem!important}.holidays-grid,.vacations-grid,.groups-grid{grid-template-columns:1fr!important}.page-header{flex-direction:column;gap:1rem;align-items:stretch}.page-header h1{font-size:1.5rem}.tabs-container{overflow-x:auto;-webkit-overflow-scrolling:touch;gap:0;flex-wrap:nowrap;scrollbar-width:none}.tabs-container::-webkit-scrollbar{display:none}.tab-btn{padding:.625rem 1rem;font-size:.8125rem;white-space:nowrap;flex-shrink:0}.groups-grid,.holidays-grid,.vacations-grid,.schools-grid{grid-template-columns:1fr;gap:1rem}.section-header{flex-direction:column;gap:.75rem;align-items:stretch}.vacation-filters{flex-direction:row;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.5rem .75rem}.filter-group{flex-direction:row;gap:.25rem;align-items:center}.filter-label{font-size:.75rem}.filter-select{min-width:0;font-size:.75rem;padding:.25rem .5rem}.cal-topbar{gap:.5rem;padding:.5rem;max-width:100%;box-sizing:border-box}.cal-topbar-left{flex-wrap:wrap;gap:.375rem;justify-content:center;max-width:100%}.cal-topbar-right{justify-content:center;flex-wrap:wrap;gap:.375rem;max-width:100%}.calendar-main-title{font-size:1rem;text-align:center;width:100%}.calendar-container{max-width:100%}.calendar-scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.calendar-sticky-header,.calendar-grid{min-width:700px}.calendar-day{min-height:80px;padding:.25rem}.day-number{font-size:.75rem}.planned-course{padding:.15rem .3rem;min-height:40px}.planned-course-name{font-size:.625rem}.planned-course-li{font-size:.55rem}.planned-course-coach{font-size:.5rem}.planned-course-placeholder{padding:.25rem .5rem;min-height:40px}.planned-course-day{font-size:.55rem}.view-dropdown{width:280px;right:0}.filter-dropdown{width:calc(100vw - 2rem);max-width:360px;right:0}.planning-view-container{overflow-x:auto;-webkit-overflow-scrolling:touch;background:#f0f1f3}.pm-table{min-width:unset;table-layout:auto}.pm-table colgroup{display:none}.pm-col-grp{width:200px!important;min-width:200px!important}.pm-th-grp,.pm-cell{width:200px;min-width:200px;max-width:200px}.list-view{overflow-x:auto;-webkit-overflow-scrolling:touch}.planning-list-table{min-width:600px}.calendar-grid.list-view-mode{min-width:auto;display:block}.modal-content{width:95%;max-height:90vh;border-radius:8px}.modal-header,.modal-body,.modal-footer{padding:1rem}.modal-title{font-size:1.25rem}.pool-header{padding:1rem}.pool-controls{padding:.75rem 1rem}.pool-list{padding:.75rem;gap:.5rem;max-height:180px;overflow-y:auto}.course-name{font-size:.875rem}.toolbar{flex-direction:column;gap:.5rem;align-items:stretch}.toolbar-stats{flex-wrap:wrap;justify-content:center;gap:.5rem}.toolbar-actions{flex-wrap:wrap;justify-content:center;gap:.375rem}.toolbar-actions .btn{font-size:.8125rem;padding:.375rem .625rem}#weekend-text{display:none}.legend-container{flex-wrap:wrap;gap:.5rem}.legend-item{font-size:.6875rem}.legend-color{width:10px;height:10px}.multiselect__option{padding:14px 12px;min-height:44px}.multiselect__tags{min-height:44px}.btn{min-height:40px;min-width:40px}.btn-sm{min-height:36px}.vacations-list{overflow-x:auto;-webkit-overflow-scrolling:touch}.vacation-table{min-width:600px}.courses-grid{grid-template-columns:repeat(2,1fr)}.holiday-legend{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem}#group-selection-modal .group-options-list{gap:.5rem}#group-selection-modal .group-option{min-width:80px;padding:.625rem 1rem;font-size:.8125rem}.planning-section{padding:0!important}.coach-scope-detail,.coach-workday-detail{flex-direction:column;gap:.25rem}.coach-assignment-section{flex-direction:column!important;align-items:stretch!important}.coach-assignment-section .detail-label{white-space:normal!important}.stats-row{grid-template-columns:1fr 1fr!important;gap:1rem}.stat-card{padding:1.25rem!important}.stat-value{font-size:1.75rem}.charts-grid{grid-template-columns:1fr!important}.chart-card{padding:1rem}.header-controls{flex-direction:column;align-items:stretch}}@media(max-width:480px){.site-header{padding:0 .5rem}.header-content{padding:.5rem .25rem}.site-logo span{font-size:1rem}.logo-image{height:28px}.cal-topbar{padding:.375rem}.cal-topbar-left{gap:.25rem}.btn-today{font-size:.75rem;padding:.25rem .5rem}.calendar-main-title{font-size:.9rem}.calendar-day{min-height:60px;padding:.2rem}.planned-course{padding:.1rem .2rem;min-height:16px}.planned-course-name{font-size:.5625rem}.planned-course-li,.planned-course-coach{display:none}.planned-course-placeholder{padding:.1rem .2rem;min-height:16px}.planned-course-day{display:none}.modal-content{width:100%;height:100%;max-height:100%;border-radius:0}.modal-header{padding:.75rem 1rem}.modal-title{font-size:1.125rem}.modal-body,.modal-footer{padding:.75rem 1rem}.page-container{padding:.75rem!important}.page-header h1{font-size:1.25rem}.page-subtitle{font-size:.875rem}.group-card,.holiday-card,.vacation-card,.school-card{padding:.75rem}.group-name,.holiday-name,.vacation-name,.school-name{font-size:.875rem;white-space:normal!important;overflow-wrap:break-word;word-break:break-word}.pool-header h2{font-size:1rem}.pool-header{padding:.75rem}.pool-controls{padding:.5rem .75rem}.pool-list{padding:.5rem;gap:.375rem;max-height:150px;overflow-y:auto}.course-card{padding:.5rem .625rem}.courses-grid{grid-template-columns:1fr}.planning-section{padding:0!important}.toolbar-actions .btn{font-size:.75rem;padding:.3rem .5rem}.tab-btn{padding:.5rem .75rem;font-size:.75rem}.holiday-category-buttons{gap:.375rem}.holiday-category-btn{padding:.375rem .75rem;font-size:.8125rem}.stats-row{grid-template-columns:1fr 1fr!important;gap:.75rem}.stat-card{padding:1rem!important}.stat-value{font-size:1.5rem}.stat-label{font-size:.75rem}.chart-card{padding:.75rem}.chart-title{font-size:1rem}.mobile-nav-panel{width:85vw}.footer-bottom{padding:.5rem;font-size:.6875rem}}
