:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}button{font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.side-menu{width:250px;height:100vh;background-color:#1a1a1a;color:#fff;padding:1.5rem;display:flex;flex-direction:column}.menu-header{margin-bottom:2rem}.menu-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#fff}.menu-items{list-style:none;padding:0;margin:0}.menu-items li{margin-bottom:.5rem}.menu-items a{display:flex;align-items:center;padding:.75rem 1rem;color:#9ca3af;text-decoration:none;border-radius:6px;transition:all .2s}.menu-items a:hover{background-color:#2d2d2d;color:#fff}.menu-items a.active{background-color:#2563eb;color:#fff}.menu-items .icon{width:1.5rem;height:1.5rem;margin-right:.75rem}.menu-items span{font-size:.95rem;font-weight:500}.side-menu-header{padding:1rem 0;border-bottom:1px solid #333;margin-bottom:1rem}.side-menu-header h2{margin:0;font-size:1.5rem;color:#fff}.side-menu-nav{display:flex;flex-direction:column;gap:.5rem}.menu-item-container{display:flex;flex-direction:column}.side-menu-item{display:flex;align-items:center;padding:.75rem 1rem;color:#fff;text-decoration:none;border-radius:8px;transition:background-color .2s;cursor:pointer}.side-menu-item:hover{background-color:#333}.side-menu-item.active{background-color:#2563eb}.side-menu-item .icon{margin-right:.75rem;font-size:1.25rem}.side-menu-item .label{font-size:1rem;flex:1}.expand-icon{font-size:.75rem;margin-left:.5rem}.sub-items{margin-left:1rem;margin-top:.25rem;display:flex;flex-direction:column;gap:.25rem}.sub-item{padding:.5rem 1rem;font-size:.9rem;background-color:#ffffff0d}.sub-item:hover{background-color:#ffffff1a}.sub-item.active{background-color:#2563ebcc}.school-selector{padding:1.5rem;border-bottom:1px solid #333;position:relative}.school-dropdown{width:100%;padding:.75rem 1rem;border:1px solid #333;border-radius:8px;background-color:#2d2d2d;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em}.school-dropdown:hover{background-color:#333;border-color:#4a4a4a}.school-dropdown:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.school-dropdown option{background-color:#2d2d2d;color:#fff;padding:1rem;font-size:1rem}.school-selector{position:relative}.school-selector:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,#333,transparent)}.school-dropdown option{padding:1rem;margin:.25rem 0;border-radius:4px;transition:background-color .2s}.school-dropdown option:hover{background-color:#333}.school-dropdown option:checked{background-color:#2563eb;color:#fff}.school-dropdown option[value=""]{color:#9ca3af}.school-dropdown option:checked{font-weight:500}.page-content{flex:1;padding:2rem;overflow-y:auto;margin-left:250px;min-height:100vh;background-color:#f3f4f6}.page-layout>div:first-child{position:fixed;top:0;left:0;height:100vh;width:250px;z-index:100;background-color:#1a1a1a;box-shadow:2px 0 4px #0000001a}.loader-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.loader-container.small{min-height:40px}.loader-container.medium{min-height:60px}.loader-container.large{min-height:80px}.loader{width:40px;height:40px;border:3px solid;border-radius:50%;animation:spin 1s linear infinite}.loader-container.small .loader{width:24px;height:24px;border-width:2px}.loader-container.medium .loader{width:40px;height:40px;border-width:3px}.loader-container.large .loader{width:48px;height:48px;border-width:4px}.dashboard-layout{display:flex;min-height:100vh;background-color:#f3f4f6;width:100%}.dashboard-content{flex:1;padding:2rem;overflow-y:auto;width:calc(100% - 250px)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-actions{display:flex;gap:1rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard-card{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.dashboard-card h3{margin:0 0 .5rem;color:#6b7280;font-size:.875rem;font-weight:500}.dashboard-stat{margin:0;font-size:1.875rem;font-weight:600;color:#1a1a1a}.dashboard-sections{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.dashboard-section{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.dashboard-section h2{margin:0 0 1rem;font-size:1.25rem;color:#1a1a1a}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;border-radius:6px;transition:background-color .2s}.activity-item:hover{background-color:#f9fafb}.activity-icon{font-size:1.25rem}.activity-content p{margin:0;color:#1a1a1a}.activity-content small{color:#6b7280}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}@media (max-width: 1024px){.dashboard-sections{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-content{padding:1rem}.dashboard-grid{grid-template-columns:1fr}}.dashboard{padding:2rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{margin:0;font-size:2rem;color:#1a1a1a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.stat-card h3{margin:0 0 1rem;font-size:1.1rem;color:#6b7280}.stat-value{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.stat-subtext{font-size:.875rem;color:#6b7280}.quick-actions{margin-top:2rem}.quick-actions h2{margin-bottom:1.5rem;font-size:1.5rem;color:#1a1a1a}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.action-card{background:#fff;border:none;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:1rem}.action-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026;background-color:#f8fafc}.action-icon{font-size:2rem}.action-text{font-size:1rem;font-weight:500;color:#1a1a1a}.loading{text-align:center;padding:2rem;color:#6b7280;font-size:1.1rem}.error-message{background-color:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin:1rem 0;text-align:center}.buses-map-container{flex:1;display:flex;flex-direction:column;gap:1rem;min-width:0}.buses-map-container h1{margin-bottom:1rem;color:#333}.buses-container{padding:1rem;height:100%;overflow-y:auto;max-height:calc(100vh - 64px);display:flex;flex-direction:row;gap:1rem;width:100%}.bus-info-window{padding:.5rem;max-width:300px}.bus-info-window h3{margin:0 0 .5rem;color:#2563eb;font-size:1.1rem}.bus-info-window p{margin:.25rem 0;font-size:.9rem;color:#4b5563}.bus-info-window strong{color:#1f2937;font-weight:500}.loading{display:flex;justify-content:center;align-items:center;height:100%;font-size:1.1rem;color:#6b7280}.error{display:flex;justify-content:center;align-items:center;height:100%;color:#dc2626;font-size:1.1rem;background:#fee2e2;padding:1rem;border-radius:.5rem;margin:1rem}.map-container{position:relative;height:calc(100vh - 150px);border-radius:.5rem;overflow:hidden;box-shadow:0 2px 4px #0000001a;flex:1}.custom-marker{cursor:pointer;transition:transform .2s}.custom-marker:hover{transform:scale(1.1)}.gm-style .gm-style-iw-c{padding:0;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.gm-style .gm-style-iw-d{overflow:hidden!important;padding:0}.gm-style .gm-style-iw-t:after{background:linear-gradient(45deg,#fff 50%,#fff0 51%,#fff0);box-shadow:-2px 2px 2px #b2b2b266}.buses-list-container{flex:1;margin-top:0;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-y:auto;max-height:calc(100vh - 150px);min-width:0}.buses-grid{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.bus-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.bus-card:hover{transform:translate(4px);box-shadow:0 4px 6px #0000001a;border-color:#2563eb}.bus-header{display:flex;align-items:center;gap:1.5rem;min-width:200px}.bus-header h3{margin:0;color:#2563eb;font-size:1.2rem;font-weight:600}.status{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;text-transform:capitalize;white-space:nowrap}.status.active{background-color:#e6f4ea;color:#1e7e34}.status.maintenance{background-color:#fff3e0;color:#f57c00}.status.inactive{background-color:#fbe9e7;color:#d32f2f}.status.Running{background-color:#e6f4ea;color:#1e7e34}.status.Stopped{background-color:#d32f2f;color:#fff}.bus-details{flex:1;display:flex;gap:2rem;margin:0 2rem}.bus-details p{margin:0;color:#4b5563;font-size:.95rem;white-space:nowrap}.bus-details strong{color:#1f2937;font-weight:500;margin-right:.5rem}.bus-actions{display:flex;gap:.75rem;min-width:160px}.bus-actions button{padding:.5rem 1rem;font-size:.9rem;white-space:nowrap}.modal-content{background-color:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 2px 10px #0000001a}.modal-header{display:flex;align-items:center;padding:1.5rem}.modal-header h2{margin:0;flex:1;font-size:1.5rem;color:#1a1a1a}.modal-close{background:none;border:none;flex:1;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem}.modal-close:hover{color:#1a1a1a}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h3{color:#1f2937;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;background-color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.form-group input[type=date]{padding:.5rem}.form-group textarea{resize:vertical;min-height:100px}.form-group input[type=number]{-moz-appearance:textfield}.form-group input[type=number]::-webkit-outer-spin-button,.form-group input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-secondary{padding:.75rem 1.5rem;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:disabled{opacity:.7;cursor:not-allowed}.error-message{background-color:#fee2e2;color:#dc2626;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.875rem}.btn-primary{background-color:#007bff;color:#fff;display:flex;flex-wrap:wrap;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.btn-primary:hover{background-color:#0056b3}.btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.btn-danger{background-color:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.btn-danger:hover{background-color:#c82333}@media (max-width: 1024px){.buses-container{flex-direction:row}.buses-map-container,.buses-list-container{flex:1}.map-container{height:400px}.bus-card{flex-wrap:wrap}.bus-header{width:100%;justify-content:space-between}.bus-details{width:100%;flex-wrap:wrap;margin:1rem 0}.bus-actions{width:100%;justify-content:flex-end}}@media (max-width: 768px){.buses-container{padding:.5rem}.map-container{height:400px;margin-bottom:1rem}.bus-card{padding:1rem}.bus-details{gap:1rem}.bus-details p{font-size:.9rem}.modal-content{width:95%;margin:1rem}.form-section{margin-bottom:1.5rem;padding-bottom:1rem}}.page-layout{display:flex;min-height:100vh;background-color:#f3f4f6;width:100%}.page-content{flex:1;padding:2rem;overflow-y:auto;width:calc(100% - 250px)}.drivers-grid{display:flex;flex-direction:column;gap:1rem;width:100%}.driver-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;transition:transform .2s ease;display:flex;justify-content:space-between;align-items:center}.driver-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.driver-header{display:flex;flex-direction:row;align-items:center;gap:1rem;min-width:200px}.driver-avatar{width:48px;height:48px;background-color:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem}.driver-info{flex:1}.driver-info h3{margin:0 0 .25rem;font-size:1.25rem;color:#333}.status{display:inline-block;padding:.25rem .75rem;background-color:#e5e7eb;color:#4b5563;border-radius:20px;font-size:.875rem;font-weight:500}.status.active{background-color:#dcfce7;color:#166534}.driver-details{flex:1;display:flex;gap:2rem;margin:0 2rem}.driver-details p{margin:0;color:#666}.driver-details strong{color:#333;margin-right:.5rem}.driver-actions{display:flex;gap:.75rem;min-width:160px}.routes-container{width:100%}.routes-list{display:flex;flex-direction:column;gap:1rem}.route-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:1rem}.route-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.route-main-content{display:flex;align-items:flex-start;gap:2rem}.route-header{display:flex;align-items:center;gap:1rem;min-width:200px}.route-header h3{margin:0;font-size:1.25rem;color:#333}.status{padding:.25rem .75rem;border-radius:16px;font-size:.875rem;font-weight:500}.status.active{background:#e8f5e9;color:#2e7d32}.status.inactive{background:#ffebee;color:#c62828}.route-details{display:flex;gap:2rem;flex:1;padding:0 1rem;border-left:1px solid #eee}.route-info{min-width:200px}.route-info p{margin:.5rem 0;color:#666}.route-info strong{color:#333;font-weight:500}.route-schedule{flex:1}.route-schedule h4{margin:0 0 .5rem;color:#333;font-size:1rem}.schedule-item{display:flex;align-items:center;gap:1rem;margin:.5rem 0}.schedule-item .time{min-width:80px;color:#1976d2;font-weight:500}.schedule-item .location{color:#666}.route-actions{display:flex;gap:.5rem;align-items:center}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:2rem;width:100%;max-width:500px;max-height:90vh}.modal-content-inner{display:flex;flex-direction:column;gap:.5rem;width:100%;overflow-y:auto}.modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d21a}.error-message{color:#c62828;margin-bottom:1rem;padding:.75rem;background:#ffebee;border-radius:4px}.route-stops{flex:1}.route-stops h4{margin:0 0 .5rem;color:#333;font-size:1rem}.stop-item{display:flex;align-items:center;gap:1rem;margin:.5rem 0;padding:.5rem;background:#f8f9fa;border-radius:4px}.stop-type{min-width:80px;padding:.25rem .5rem;background:#e3f2fd;color:#1976d2;border-radius:4px;font-size:.875rem;font-weight:500;text-align:center}.stop-name{flex:1;color:#333;font-weight:500}.stop-time{min-width:80px;color:#666;text-align:right}.stops-list{display:flex;flex-direction:column;gap:1rem}.stops-list .stop-item{background:#fff;border:1px solid #ddd;padding:1rem}.stop-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.stop-inputs{display:flex;gap:1rem}.stop-inputs input{flex:1}.btn-sm{padding:.25rem .5rem;font-size:.875rem}.map-container{margin-top:1rem;border:1px solid #ddd;border-radius:8px;overflow:hidden}.map-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1rem;background:#f8f9fa;border-top:1px solid #ddd}.stop-details{display:flex;flex-direction:column;gap:.5rem;flex:1}.stop-address{margin:0;color:#333;font-size:.875rem}.stops-list{margin-top:1rem;border:1px solid #ddd;border-radius:8px;overflow:hidden}.stops-list .stop-item{background:#fff;border-bottom:1px solid #eee;padding:1rem}.stops-list .stop-item:last-child{border-bottom:none}.stops-list .stop-header{margin-bottom:.5rem}.stops-list .stop-type{background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:16px;font-size:.875rem;font-weight:500}.student-selection-container{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;background-color:#f9fafb}.student-filters{margin-bottom:1rem}.filter-row{display:flex;gap:1rem;margin-bottom:.75rem}.student-search-input{flex:2;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.class-filter-select{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background-color:#fff}.selection-actions{display:flex;gap:.5rem}.btn-small{padding:.375rem .75rem;font-size:.875rem}.students-list{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;margin-bottom:.75rem}.student-item{border-bottom:1px solid #f3f4f6;padding:.75rem}.student-item:last-child{border-bottom:none}.student-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;width:100%}.student-checkbox-label input[type=checkbox]{width:auto;margin:0}.student-info{display:flex;flex-direction:column;gap:.25rem}.student-name{font-weight:500;color:#1f2937}.student-details{font-size:.875rem;color:#6b7280}.no-students{padding:2rem;text-align:center;color:#6b7280;font-style:italic}.selected-count{padding:.5rem;background-color:#dbeafe;color:#1e40af;border-radius:6px;font-size:.875rem;font-weight:500;text-align:center}.btn-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff;color:#4b5563;cursor:pointer;transition:all .2s ease}.btn-icon svg{width:20px;height:20px}.btn-icon[title]:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;white-space:nowrap;z-index:10;margin-bottom:.25rem}.btn-icon{position:relative}.page-header h1{margin:0;font-size:1.8rem;color:#333}.parents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;width:100%}.parent-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem;transition:all .2s ease;border:1px solid #e5e7eb}.parent-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#d1d5db}.parent-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.parent-avatar{width:48px;height:48px;background-color:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem;flex-shrink:0}.parent-info{flex:1;min-width:0}.parent-info h3{margin:0 0 .25rem;font-size:1.25rem;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role{display:inline-block;padding:.25rem .75rem;background-color:#e5e7eb;color:#4b5563;border-radius:20px;font-size:.875rem;font-weight:500}.parent-details{display:flex;flex-direction:column;gap:1rem}.detail-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f9fafb;border-radius:8px;transition:background-color .2s}.detail-item:hover{background-color:#f3f4f6}.detail-icon{color:#6b7280;font-size:1rem;flex-shrink:0}.detail-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.detail-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:.875rem;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parent-actions{display:flex;gap:.5rem;margin-left:auto}.btn-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff;color:#4b5563;cursor:pointer;transition:all .2s ease;padding:0}.btn-icon:hover{background-color:#f3f4f6;color:#1f2937;border-color:#d1d5db}.btn-icon.btn-danger{color:#ef4444;border-color:#fecaca}.btn-icon.btn-danger:hover{background-color:#fee2e2;color:#dc2626;border-color:#fecaca}.btn-primary{display:flex;align-items:center;gap:.5rem;background-color:#2563eb;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-1px)}.btn-primary:disabled{background-color:#93c5fd;cursor:not-allowed;transform:none}.modal-content{background:#fff;border-radius:8px;padding:2rem;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;position:relative}.modal-header h2{margin:0;font-size:1.5rem;color:#333}.modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;line-height:1}.modal-close:hover{color:#333}.form-group input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input::placeholder{color:#9ca3af}.error-message{color:#dc2626;background-color:#fee2e2;padding:.75rem;border-radius:6px;margin-bottom:1.5rem;font-size:.875rem}.btn-primary{background-color:#2563eb;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s}.btn-primary:disabled{background-color:#93c5fd;cursor:not-allowed}.btn-secondary{background-color:#fff;color:#1a1a1a;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.btn-secondary:hover{background-color:#f9fafb;border-color:#d1d5db}.btn-danger{background-color:#dc2626;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s}.btn-danger:hover{background-color:#b91c1c}.loading{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.error{text-align:center;padding:2rem;color:#dc2626;font-size:1.1rem;background-color:#fee2e2;border-radius:8px}.phone-input-container{width:100%!important}.phone-input{width:100%!important;height:40px!important;border:1px solid #e5e7eb!important;border-radius:6px!important;padding-left:48px!important;font-size:14px!important;background-color:#fff!important}.phone-input-button{background:#f8f9fa!important;border:1px solid #e5e7eb!important;border-radius:6px 0 0 6px!important;height:40px!important;width:48px!important;display:flex!important;align-items:center!important;justify-content:center!important}.phone-input-button:hover{background:#e9ecef!important}.phone-input:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a!important;outline:none!important}.country-list{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:6px!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;max-height:300px!important;overflow-y:auto!important}.country-list .country{padding:8px 12px!important;display:flex!important;align-items:center!important;gap:8px!important}.country-list .country:hover{background-color:#f3f4f6!important}.country-list .country.highlight{background-color:#e5e7eb!important}.country-list .search-box{padding:8px!important;border-bottom:1px solid #e5e7eb!important}.country-list .search-box input{width:100%!important;padding:8px!important;border:1px solid #e5e7eb!important;border-radius:4px!important;font-size:14px!important}.country-list .search-box input:focus{outline:none!important;border-color:#2563eb!important;box-shadow:0 0 0 2px #2563eb1a!important}.phone-input-container.error .phone-input{border-color:#dc2626!important}.phone-input-container.error .phone-input:focus{box-shadow:0 0 0 3px #dc26261a!important}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f3f4f6;padding:1rem}.login-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-card h1{text-align:center;color:#1a1a1a;margin-bottom:2rem;font-size:1.875rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#374151}.form-group input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s,background-color .2s}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.login-button{background-color:#2563eb;color:#fff;padding:.75rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.login-button:hover:not(:disabled){background-color:#1d4ed8}.login-button:disabled{background-color:#93c5fd;cursor:not-allowed}.error-message{background-color:#fee2e2;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.875rem;text-align:center}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-actions{display:flex;gap:1rem}.students-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%;padding:1rem}.student-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:1rem}.student-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.student-main-content{display:flex;flex-direction:column;gap:1.5rem}.student-header{display:flex;align-items:center;gap:1rem}.student-avatar{width:48px;height:48px;background:#4a90e2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:500;flex-shrink:0}.student-info{flex:1}.student-info h3{margin:0;font-size:1.25rem;color:#333;margin-bottom:.5rem}.class-badge{display:inline-block;padding:.25rem .75rem;background:#e3f2fd;color:#1976d2;border-radius:16px;font-size:.875rem;font-weight:500}.student-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1rem;background:#f8f9fa;border-radius:6px}.student-details p{margin:0;color:#666;display:flex;flex-direction:column;gap:.25rem}.student-details strong{color:#333;font-weight:500;font-size:.875rem}.student-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #eee;margin-top:.5rem}.btn-primary{background:#4a90e2;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.btn-primary:hover{background:#357abd}.btn-secondary{background:#f5f5f5;color:#333;border:1px solid #ddd;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.btn-secondary:hover{background:#e0e0e0}.btn-danger{background:#dc3545;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.btn-danger:hover{background:#c82333}.import-button{background-color:#2563eb;color:#fff;padding:.5rem 1rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;margin-left:1rem}.import-button:hover{background-color:#1d4ed8}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#1f2937}.close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem;line-height:1}.close-button:hover{color:#1f2937}.form-group{margin-bottom:1.5rem;padding:0 1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233}.error-text{color:#dc3545;font-size:.875rem;margin-top:.25rem}.error-message{background:#f8d7da;color:#721c24;padding:1rem;margin:1rem 1.5rem;border-radius:4px;border:1px solid #f5c6cb}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #eee}.loading{text-align:center;padding:2rem;color:#666}.error{text-align:center;padding:2rem;color:#dc3545;background:#f8d7da;border-radius:4px;margin:1rem}.filters-section{margin-bottom:2rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:space-between}.search-filter-container{display:flex;gap:1rem;align-items:center}.search-box{flex:1}.search-input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233}.filter-select{padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;min-width:150px;background-color:#fff;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233}.filter-controls{display:flex;flex-direction:row;gap:1rem}.alphabet-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.alphabet-btn{padding:.25rem .5rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s;min-width:2rem;text-align:center}.alphabet-btn:hover{background:#f0f0f0}.alphabet-btn.active{background:#4a90e2;color:#fff;border-color:#4a90e2}@media (min-width: 768px){.filter-controls{flex-direction:row;align-items:center}.search-box{margin-bottom:0;margin-right:1rem}.search-input{width:300px}}@media (max-width: 768px){.students-grid,.student-details{grid-template-columns:1fr}.student-main-content{gap:1rem}.search-filter-container{flex-direction:column}.filter-select{width:100%}}.student-upload-container{padding:2rem;max-width:1200px;margin:0 auto}.upload-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.upload-card h2{margin-bottom:1.5rem;color:#1f2937}.dropzone{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s;background-color:#f9fafb}.dropzone:hover{border-color:#2563eb;background-color:#f3f4f6}.dropzone.active{border-color:#2563eb;background-color:#eff6ff}.dropzone p{margin:0;color:#6b7280}.file-info{margin-top:1.5rem;padding:1rem;background-color:#f3f4f6;border-radius:6px}.file-info p{margin:0 0 1rem;color:#4b5563}.upload-button{background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.upload-button:hover{background-color:#1d4ed8}.upload-button:disabled{background-color:#93c5fd;cursor:not-allowed}.error-message{margin-top:1rem;padding:.75rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626}.success-message{margin-top:1rem;padding:.75rem;background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:6px;color:#16a34a}.preview-section{margin-top:2rem}.preview-section h3{margin-bottom:1rem;color:#1f2937}.preview-table{overflow-x:auto}table{width:100%;border-collapse:collapse;margin-top:1rem}th,td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}th{background-color:#f9fafb;font-weight:500;color:#4b5563}tr:hover{background-color:#f9fafb}.preview-more{margin-top:.5rem;text-align:center;color:#6b7280;font-size:.875rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;line-height:1.5}button{font-family:inherit}h1,h2,h3,h4,h5,h6{line-height:1.2}a{text-decoration:none;color:inherit}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.trips{padding:2rem}.trips-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.trips-header h1{margin:0;font-size:2rem;color:#1a1a1a}.trips-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.tab-button{padding:.75rem 1.5rem;border:none;background:none;color:#6b7280;font-size:1rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s}.tab-button:hover{background-color:#f3f4f6;color:#1a1a1a}.tab-button.active{background-color:#2563eb;color:#fff}.trips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.trip-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.trip-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.trip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.trip-header h3{margin:0;font-size:1.2rem;color:#1a1a1a}.status{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;text-transform:capitalize}.status.scheduled{background-color:#e0f2fe;color:#0369a1}.status.in-progress{background-color:#fef3c7;color:#d97706}.status.completed{background-color:#dcfce7;color:#16a34a}.status.cancelled{background-color:#fee2e2;color:#dc2626}.trip-details{margin-bottom:1.5rem}.trip-details p{margin:.5rem 0;color:#4b5563}.trip-details strong{color:#1a1a1a;margin-right:.5rem}.trip-actions{display:flex;gap:.75rem}.no-trips{grid-column:1 / -1;text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.modal-content{background:#fff;border-radius:8px;padding:2rem;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.form-group select,.form-group input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;color:#1a1a1a}.form-group select[multiple]{height:150px}.form-group select:focus,.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.form-group input.error,.form-group select.error{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.error-text{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.btn-primary:disabled,.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.modal-content form{position:relative}.form-group label{font-weight:500;margin-bottom:.5rem;display:block;color:#333}.form-group label:after{content:""}.form-group label:has(+input[required]):after,.form-group label:has(+select[required]):after{content:" *";color:#dc3545}.success-message{background-color:#d4edda;color:#155724;padding:.75rem;border-radius:.25rem;margin-bottom:1rem;border:1px solid #c3e6cb}.form-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}.form-loading-spinner{width:2rem;height:2rem;border:.25rem solid #f3f3f3;border-top:.25rem solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.schools{padding:2rem}.schools-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.schools-header h1{margin:0;font-size:2rem;color:#1a1a1a}.schools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.school-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.school-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.school-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.school-header h3{margin:0;font-size:1.2rem;color:#1a1a1a}.school-status{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;background-color:#dcfce7;color:#16a34a}.school-details{margin-bottom:1.5rem}.school-details p{margin:.5rem 0;color:#4b5563}.school-details strong{color:#1a1a1a;margin-right:.5rem}.school-actions{display:flex;gap:.75rem}.no-schools{grid-column:1 / -1;text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-text{color:#6b7280;font-size:1.1rem;margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:2rem;width:90%;max-width:700px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{margin:0;font-size:1.5rem;color:#1a1a1a}.close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem}.close-button:hover{color:#1a1a1a}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.form-section h3{margin:0 0 1rem;font-size:1.1rem;color:#1a1a1a}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1a1a1a}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=time],.form-group select{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;color:#1a1a1a}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:1.25rem;height:1.25rem;border-radius:4px;border:1px solid #e5e7eb;cursor:pointer}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.btn-secondary{padding:.75rem 1.5rem;background-color:#f3f4f6;color:#1a1a1a;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background-color:#e5e7eb}.btn-primary{padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background-color:#1d4ed8}.error-message{background-color:#fee2e2;color:#dc2626;padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-size:.875rem;border:1px solid #fecaca}.btn-primary:disabled,.btn-secondary:disabled{opacity:.7;cursor:not-allowed}.phone-login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f3f4f6;padding:1rem}.phone-login-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.phone-login-card h2{text-align:center;color:#1f2937;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#4b5563;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}button{width:100%;padding:.75rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}button:hover{background-color:#1d4ed8}button:disabled{background-color:#93c5fd;cursor:not-allowed}.error-message{margin-top:1rem;padding:.75rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem;text-align:center}#recaptcha-container{margin-top:1rem}
