.sidebar{width:250px;height:100vh;background-color:#f7f9fc;color:#333;padding:20px 0;box-shadow:2px 0 5px #0000001a;display:flex;flex-direction:column;overflow-y:auto}.sidebar-header{padding:20px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #e0e0e0;margin-bottom:20px}.logo{height:40px;width:auto}.sidebar-nav{flex-grow:1;display:flex;flex-direction:column}.nav-link{display:flex;align-items:center;padding:12px 20px;color:#666;text-decoration:none;font-size:16px;transition:background-color .2s,color .2s}.nav-link:hover{background-color:#e6f7ff;color:#007bff}.nav-link.active{background-color:#d1e7fd;color:#0056b3;font-weight:700}.nav-link-icon{margin-right:15px;display:flex;align-items:center}.nav-link-icon svg{width:20px;height:20px}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background-color:#fff;border-bottom:1px solid #e0e0e0;font-family:Arial,sans-serif}.header-left{display:flex;flex-direction:column}.header-title{font-size:2.5em;font-weight:700;color:#333;margin:0}.highlight{color:#8a2be2}.header-date,.header-time{font-size:1em;color:#666;margin-top:5px}.header-right{display:flex;align-items:center}.profile-container{position:relative;display:flex;align-items:center;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background-color .2s}.profile-container:hover{background-color:#f5f5f5}.profile-icon{background-color:#e6f7ff;border-radius:50%;padding:8px;display:flex;align-items:center;justify-content:center}.user-icon,.dropdown-icon{width:20px;height:20px;color:#007bff}.profile-details{display:flex;flex-direction:column;margin-left:10px;font-size:.9em}.profile-name{font-weight:700;color:#333}.profile-role{color:#888}.profile-dropdown-arrow{margin-left:10px;transition:transform .3s ease}.profile-dropdown-arrow.open{transform:rotate(180deg)}.profile-dropdown-card{position:absolute;top:100%;right:0;width:300px;background:#fff;border-radius:10px;box-shadow:0 4px 15px #00000026;z-index:1000;margin-top:10px;overflow:hidden;border:1px solid #f0f0f0}.card-header{background-color:#8a2be2;color:#fff;padding:15px;text-align:center}.card-name{display:block;font-size:1.2em;font-weight:700}.card-role{display:block;font-size:.9em;opacity:.9}.card-body{padding:15px;border-bottom:1px solid #eee}.card-body p{margin:5px 0;font-size:.9em;color:#555}.card-footer{display:flex;justify-content:space-between;padding:10px 15px}.settings-button,.logout-button{padding:8px 15px;border:none;border-radius:5px;cursor:pointer;font-size:.9em;transition:background-color .2s}.settings-button{background-color:#f0f0f0;color:#333}.settings-button:hover{background-color:#e0e0e0}.logout-button{background-color:#f44336;color:#fff}.logout-button:hover{background-color:#d32f2f}.dashboard-grid{display:grid;grid-template-rows:auto 1fr auto;gap:1.5rem;padding:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.stat-card-title{font-size:.875rem;color:#6b7280}.stat-card-value{font-size:2.25rem;font-weight:700;color:#1f2937;margin-top:.25rem}.charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.bottom-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.info-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.info-card h3{font-weight:600;margin-bottom:1rem;margin-top:0}.placeholder-box{display:flex;align-items:center;justify-content:center;height:16rem;background-color:#f9fafb;border-radius:.375rem;color:#9ca3af}@media (min-width: 1024px){.charts-grid{grid-template-columns:2fr 3fr}.bottom-grid{grid-template-columns:repeat(3,1fr)}}.projects-list h4{font-weight:600;color:#374151;margin-top:0;margin-bottom:.5rem}.projects-list ul{list-style:none;padding-left:0;margin:0}.projects-list li{padding:.5rem 0;color:#4b5563;border-bottom:1px solid #f3f4f6}.projects-list li:last-child{border-bottom:none}.projects-divider{margin:1.5rem 0;border-top:1px solid #e5e7eb}.events-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.event-item{display:flex;justify-content:space-between;align-items:center;color:#374151}.event-date{font-weight:600;color:#6d28d9}.fee-table{width:100%;border-collapse:collapse}.fee-table th,.fee-table td{text-align:left;padding:.75rem .25rem;border-bottom:1px solid #e5e7eb}.fee-table th{color:#6b7280;font-weight:600}.fee-table td{color:#374151}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-align:center}.status-paid{background-color:#dcfce7;color:#166534}.status-pending{background-color:#fee2e2;color:#991b1b}.students-container{padding:30px;font-family:Arial,sans-serif;color:#333}.students-title{font-size:2.5em;font-weight:700;margin-bottom:5px;color:#1a237e}.students-subtitle{font-size:1.1em;color:#666;margin-bottom:40px}.form-section,.list-section{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:30px}.form-section h3,.list-section h3{font-size:1.5em;margin-bottom:20px;color:#555;border-bottom:2px solid #f0f0f0;padding-bottom:10px}.add-student-form{display:flex;flex-wrap:wrap;gap:20px}.add-student-form input{flex:1;padding:12px;border:1px solid #ccc;border-radius:8px;min-width:200px}.add-button{padding:12px 25px;background-color:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.add-button:hover{background-color:#45a049}.student-table{width:100%;border-collapse:collapse}.student-table th,.student-table td{text-align:left;padding:15px;border-bottom:1px solid #eee}.student-table th{background-color:#f7f9fc;font-weight:600;color:#555}.status-badge{padding:5px 10px;border-radius:20px;font-size:.8em;font-weight:700;color:#fff}.status-badge.active{background-color:#4caf50}.status-badge.graduated{background-color:#9e9e9e}.attendance-container{padding:30px;font-family:Arial,sans-serif;color:#333}.attendance-title{font-size:2.5em;font-weight:700;margin-bottom:5px;color:#1a237e}.attendance-subtitle{font-size:1.1em;color:#666;margin-bottom:40px}.attendance-info-card{background-color:#f7f9fc;border-left:5px solid #2196F3;padding:20px;border-radius:8px;margin-bottom:30px}.attendance-info-card p{margin:0;font-size:1.1em;color:#555}.attendance-info-card span{font-weight:700;color:#333}.attendance-table{width:100%;border-collapse:collapse}.attendance-table th,.attendance-table td{text-align:left;padding:15px;border-bottom:1px solid #eee}.attendance-table th{background-color:#f7f9fc;font-weight:600;color:#555}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#4caf50}input:focus+.slider{box-shadow:0 0 1px #4caf50}input:checked+.slider:before{transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.status-text{margin-left:15px;font-weight:700}.status-text.present{color:#4caf50}.status-text.absent{color:#f44336}.exams-container{padding:30px;font-family:Arial,sans-serif;color:#333}.exams-title{font-size:2.5em;font-weight:700;margin-bottom:5px;color:#1a237e}.exams-subtitle{font-size:1.1em;color:#666;margin-bottom:40px}.search-form{display:flex;gap:15px;margin-bottom:30px}.search-form input{flex-grow:1;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1em}.search-button{padding:12px 25px;background-color:#2196f3;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.search-button:hover{background-color:#1e88e5}.results-card{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000000d}.results-card h3{font-size:1.5em;margin-top:0;margin-bottom:20px;border-bottom:2px solid #f0f0f0;padding-bottom:10px}.results-table{width:100%;border-collapse:collapse}.results-table th,.results-table td{text-align:left;padding:15px;border-bottom:1px solid #eee}.results-table th{background-color:#f7f9fc;font-weight:600;color:#555}.no-results-message{text-align:center;font-style:italic;color:#888}.support-container{padding:30px;font-family:Arial,sans-serif;color:#333}.support-title{font-size:2.5em;font-weight:700;margin-bottom:5px;color:#1a237e}.support-subtitle{font-size:1.1em;color:#666;margin-bottom:40px}.faq-section,.ticket-section{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:30px}.faq-section h3,.ticket-section h3{font-size:1.5em;margin-top:0;margin-bottom:20px;border-bottom:2px solid #f0f0f0;padding-bottom:10px}.faq-item h4{font-size:1.2em;color:#4caf50;margin-top:0;margin-bottom:5px}.faq-item p{font-size:1em;color:#666;line-height:1.5;margin-bottom:20px}.ticket-form{display:flex;flex-direction:column;gap:15px}.ticket-form textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1em;resize:vertical}.submit-button{padding:12px 25px;background-color:#2196f3;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color .3s ease;align-self:flex-start}.submit-button:hover{background-color:#1e88e5}.success-message{color:#4caf50;font-weight:700;margin-top:20px;text-align:center}.library-container{padding:30px;font-family:Arial,sans-serif;color:#333}.library-title{font-size:2.5em;font-weight:700;margin-bottom:5px;color:#1a237e}.library-subtitle{font-size:1.1em;color:#666;margin-bottom:40px}.books-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.books-table th,.books-table td{text-align:left;padding:15px;border-bottom:1px solid #eee}.books-table th{background-color:#f7f9fc;font-weight:600;color:#555}.books-table tr:last-child td{border-bottom:none}.book-status-badge{padding:5px 10px;border-radius:20px;font-size:.8em;font-weight:700;color:#fff}.book-status-badge.available{background-color:#4caf50}.book-status-badge.issued{background-color:#ff9800}.issue-button{padding:8px 15px;background-color:#2196f3;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:.9em;transition:background-color .3s ease}.issue-button:hover{background-color:#1e88e5}.transport-container{padding:30px;font-family:Arial,sans-serif;color:#333}.transport-title{font-size:2.5em;font-weight:700;margin-bottom:5px;color:#1a237e}.transport-subtitle{font-size:1.1em;color:#666;margin-bottom:40px}.routes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.route-card{background-color:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 12px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.route-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.route-name{font-size:1.5em;color:#555;margin-top:0;margin-bottom:10px;border-bottom:2px solid #f0f0f0;padding-bottom:10px}.driver-info{font-weight:600;color:#333;margin-bottom:15px}.driver-info span{font-weight:400;color:#555}.students-list{margin-top:20px}.students-list h4{margin:0 0 10px;color:#777}.students-list ul{list-style-type:none;padding:0}.students-list li{background-color:#f7f9fc;padding:8px 15px;border-radius:5px;margin-bottom:8px;font-size:.95em}.notifications-container{padding:30px;font-family:Arial,sans-serif;color:#333}.notifications-title{font-size:2.5em;font-weight:700;margin-bottom:5px;color:#1a237e}.notifications-subtitle{font-size:1.1em;color:#666;margin-bottom:40px}.notifications-list{list-style:none;padding:0}.notification-item{background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:15px;border-left:5px solid #FFC107;display:flex;justify-content:space-between;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.notification-item:hover{transform:translateY(-3px);box-shadow:0 4px 8px #00000014}.notification-content{font-size:1.1em;color:#333;flex:1}.notification-date{font-size:.9em;color:#888;margin-left:20px;white-space:nowrap}.hostel-container{padding:30px;font-family:Arial,sans-serif;color:#333}.hostel-title{font-size:2.5em;font-weight:700;margin-bottom:5px;color:#1a237e}.hostel-subtitle{font-size:1.1em;color:#666;margin-bottom:40px}.occupancy-grid{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px}.occupancy-card{flex:1;min-width:200px;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:20px;text-align:center;border-top:5px solid #FFC107}.occupancy-card h3{font-size:1.3em;color:#555;margin-top:0;margin-bottom:10px}.occupancy-value{font-size:2em;font-weight:700;color:#333}.occupancy-label{font-size:.9em;color:#888}.allocation-form-section,.allocation-list-section{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:30px}.allocation-form-section h3,.allocation-list-section h3{font-size:1.5em;margin-top:0;margin-bottom:20px;border-bottom:2px solid #f0f0f0;padding-bottom:10px}.allocation-form{display:flex;flex-wrap:wrap;gap:20px}.allocation-form input,.allocation-form select{flex:1;padding:12px;border:1px solid #ccc;border-radius:8px;min-width:150px}.allocate-button{padding:12px 25px;background-color:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.allocate-button:hover{background-color:#45a049}.allocation-table{width:100%;border-collapse:collapse}.allocation-table th,.allocation-table td{text-align:left;padding:15px;border-bottom:1px solid #eee}.allocation-table th{background-color:#f7f9fc;font-weight:600;color:#555}.timetable-container{padding:30px;font-family:Arial,sans-serif;color:#333}.timetable-title{font-size:2.5em;font-weight:700;margin-bottom:5px;color:#1a237e}.timetable-subtitle{font-size:1.1em;color:#666;margin-bottom:40px}.timetable-grid{display:flex;flex-wrap:wrap;gap:20px}.day-column{flex:1;min-width:250px;background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #0000000d}.day-header{font-size:1.5em;color:#555;border-bottom:2px solid #f0f0f0;padding-bottom:10px;margin-top:0;margin-bottom:20px}.lesson-card{background-color:#f7f9fc;border-radius:8px;padding:15px;margin-bottom:15px;transition:transform .2s ease,box-shadow .2s ease}.lesson-card:hover{transform:translateY(-3px);box-shadow:0 4px 8px #00000014}.lesson-time{font-weight:700;color:#2196f3;font-size:.9em;margin-bottom:5px}.lesson-subject{font-size:1.1em;font-weight:600;color:#333}.lesson-room{font-size:.9em;color:#888;margin-top:5px}.fees-container{padding:30px;font-family:Arial,sans-serif;color:#333}.fees-title{font-size:2.5em;font-weight:700;margin-bottom:5px;color:#1a237e}.fees-subtitle{font-size:1.1em;color:#666;margin-bottom:40px}.fees-controls{margin-bottom:25px}.search-input{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1em}.fees-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.fees-table th,.fees-table td{text-align:left;padding:15px;border-bottom:1px solid #eee}.fees-table th{background-color:#f7f9fc;font-weight:600;color:#555}.fees-table tr:last-child td{border-bottom:none}.fee-status-badge{padding:5px 10px;border-radius:20px;font-size:.8em;font-weight:700;color:#fff}.fee-status-badge.paid{background-color:#4caf50}.fee-status-badge.pending{background-color:#ffc107}.pay-button{padding:8px 15px;background-color:#2196f3;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:.9em;transition:background-color .3s ease}.pay-button:hover{background-color:#1e88e5}.layout{display:flex;height:100vh;width:100%}.layout-right{flex:1;display:flex;flex-direction:column;overflow:hidden}.layout-content{flex:1;overflow-y:auto;padding:1rem;background-color:#f9fafb}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7fafc}.app-container{display:flex;min-height:100vh}.main-content{flex-grow:1;display:flex;flex-direction:column}.page-content{padding:1.5rem;overflow-y:auto}@tailwind base;@tailwind components;@tailwind utilities;
