*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#1e293b;background-color:#f8fafc;width:100%;max-width:100%;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.top-bar{background-color:#f1f5f9;border-bottom:1px solid #e2e8f0;justify-content:flex-end;padding:.6rem 5%;display:flex}.top-bar-content{align-items:center;gap:1.5rem;display:flex}.top-bar-content a{color:#64748b;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .3s}.top-bar-content a:hover{color:#2b7bc4}.main-nav{z-index:100;background-color:#fff;justify-content:space-between;align-items:center;padding:1.2rem 5%;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}.logo{align-items:center;gap:.8rem;font-size:1.5rem;display:flex}.school-name{color:#0f172a;letter-spacing:-.5px;font-weight:800}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:#475569;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.nav-links a:hover,.active-link{color:#2b7bc4}.login-link{background-color:#2b7bc4;border-radius:8px;padding:.6rem 1.2rem;box-shadow:0 4px 6px #2b7bc433;color:#fff!important}.login-link:hover{background-color:#1e66a8;transform:translateY(-2px)}.logout-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:all .3s}.logout-btn:hover{color:#0f172a;background:#f1f5f9}.hero-image{object-fit:cover;width:100%;height:60vh;display:block}.info-section{gap:4rem;max-width:1400px;margin:0 auto;padding:6rem 5%;display:flex}.info-left{flex:1}.info-left h2{color:#2b7bc4;letter-spacing:-1px;font-size:4rem;font-weight:900;line-height:1.1}.info-right{flex:1.5;align-items:center;display:flex}.info-right p{color:#475569;font-size:1.25rem;line-height:1.8}@media (width<=990px){.info-section{text-align:center;flex-direction:column;gap:2rem;padding:4rem 5%}.info-left h2{font-size:3rem}}@media (width<=768px){.top-bar{justify-content:center}.main-nav{flex-direction:column;gap:1.5rem;padding:1rem 5%}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-image{height:40vh}.info-left h2{font-size:2.5rem}.info-right p{font-size:1.1rem}}.dashboard-container{max-width:1400px;margin:0 auto;padding:2rem 5%}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.dashboard-header h2{color:#0f172a;margin-bottom:.2rem;font-size:1.8rem}.dashboard-header p{color:#64748b}.btn-primary{color:#fff;cursor:pointer;background-color:#2b7bc4;border:none;border-radius:8px;padding:.7rem 1.5rem;font-weight:600;transition:all .3s;box-shadow:0 4px 6px #2b7bc433}.btn-primary:hover{background-color:#1e66a8;transform:translateY(-2px)}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.kpi-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:1.2rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000008}.kpi-icon{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.icon-blue{color:#0369a1;background:#e0f2fe}.icon-orange{color:#c2410c;background:#ffedd5}.icon-red{color:#b91c1c;background:#fee2e2}.kpi-info p{color:#64748b;margin-bottom:.3rem;font-size:.9rem;font-weight:500}.kpi-info h3{color:#0f172a;font-size:1.5rem}.dashboard-main{grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (width<=990px){.dashboard-main{grid-template-columns:1fr}}.chart-card,.actions-card,.table-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #00000008}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.card-header h3{color:#1e293b;font-size:1.1rem}.view-all{color:#2b7bc4;font-size:.9rem;font-weight:600;text-decoration:none}.chart-container{width:100%;height:300px}.actions-grid{grid-template-columns:1fr;gap:1rem;display:grid}.action-btn{color:#334155;cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:1rem;padding:1rem;font-weight:600;transition:all .2s;display:flex}.action-btn:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translate(4px)}.action-icon{font-size:1.2rem}.dashboard-bottom{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;display:grid}.modern-table{border-collapse:collapse;width:100%}.modern-table th{text-align:left;color:#64748b;text-transform:uppercase;border-bottom:1px solid #e2e8f0;padding:1rem;font-size:.85rem;font-weight:600}.modern-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:1rem;font-size:.95rem}.badge{border-radius:20px;padding:.3rem .6rem;font-size:.8rem;font-weight:600}.badge-success{color:#166534;background:#dcfce7}.badge-warning{color:#854d0e;background:#fef9c3}.badge-danger{color:#991b1b;background:#fee2e2}.btn-small{cursor:pointer;color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.btn-small:hover{background:#f1f5f9}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-in-out fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;padding:2rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.close-btn{cursor:pointer;color:#64748b;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.close-btn:hover{color:#ef4444}.calendar-grid{text-align:center;grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.calendar-day-header{color:#64748b;padding-bottom:.5rem;font-size:.9rem;font-weight:700}.calendar-day{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:flex-end;min-height:80px;padding:.5rem;transition:all .2s;display:flex}.calendar-day:hover{background:#e0f2fe;border-color:#7dd3fc}.calendar-day.has-event{background:#eff6ff;border-color:#bfdbfe}.event-dot{color:#fff;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:#3b82f6;border-radius:4px;width:100%;margin-top:auto;padding:.2rem .4rem;font-size:.7rem;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
