._container_1tdwb_3{min-height:100vh;background:linear-gradient(to bottom right,#f0f9ff,#e0f2fe);display:flex;align-items:center;justify-content:center;padding:1rem}._fullScreen_1tdwb_21{min-height:100vh;background-color:#f8fafc}._card_1tdwb_33{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:2rem;width:100%;max-width:32rem;margin:0 auto}._cardFull_1tdwb_53{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:2rem;width:100%;margin:1rem}._header_1tdwb_73{text-align:center;margin-bottom:2rem}._headerCenter_1tdwb_83{text-align:center;margin-bottom:1rem}._logo_1tdwb_93{width:5rem;height:5rem;margin:0 auto 1rem}._logoSmall_1tdwb_105{width:3rem;height:3rem;margin-right:1rem}._title_1tdwb_117{font-size:1.5rem;font-weight:700;color:#1e293b;margin:.5rem 0}._titleLarge_1tdwb_131{font-size:2rem;font-weight:700;color:#1e293b;margin:.5rem 0}._subtitle_1tdwb_145{color:#64748b;margin:0}._formGroup_1tdwb_157{margin-bottom:1.5rem}._formRow_1tdwb_165{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}._formRowSingle_1tdwb_179{margin-bottom:1.5rem}._label_1tdwb_187{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.5rem}._input_1tdwb_203{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;transition:all .3s;box-sizing:border-box}._input_1tdwb_203:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}._select_1tdwb_235{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;background-color:#fff;transition:all .3s;box-sizing:border-box}._select_1tdwb_235:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}._textarea_1tdwb_269{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;transition:all .3s;box-sizing:border-box;min-height:6rem}._textarea_1tdwb_269:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}._button_1tdwb_305{width:100%;background-color:#2563eb;color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s}._button_1tdwb_305:hover{background-color:#1d4ed8}._buttonPrimary_1tdwb_339{background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s}._buttonPrimary_1tdwb_339:hover{background-color:#1d4ed8}._buttonSecondary_1tdwb_371{background-color:#059669;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s}._buttonSecondary_1tdwb_371:hover{background-color:#047857}._buttonDanger_1tdwb_403{background-color:#dc2626;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s}._buttonDanger_1tdwb_403:hover{background-color:#b91c1c}._buttonSmall_1tdwb_435{background-color:#2563eb;color:#fff;padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .3s}._buttonSmall_1tdwb_435:hover{background-color:#1d4ed8}._textCenter_1tdwb_469{text-align:center}._textRight_1tdwb_477{text-align:right}._link_1tdwb_485{color:#2563eb;text-decoration:none;font-weight:500;background:none;border:none;padding:0;font:inherit;cursor:pointer}._link_1tdwb_485:hover{text-decoration:underline}._badge_1tdwb_517{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;display:inline-block}._badgeSuccess_1tdwb_533{background-color:#dcfce7;color:#16a34a}._badgeWarning_1tdwb_543{background-color:#fef3c7;color:#d97706}._badgeDanger_1tdwb_553{background-color:#fee2e2;color:#dc2626}._badgeInfo_1tdwb_563{background-color:#dbeafe;color:#1d4ed8}._table_1tdwb_575{width:100%;border-collapse:collapse;margin:1rem 0}._table_1tdwb_575 th{background-color:#f1f5f9;padding:.75rem;text-align:left;font-weight:600;color:#334155;border-bottom:2px solid #e2e8f0}._table_1tdwb_575 td{padding:.75rem;border-bottom:1px solid #e2e8f0}._table_1tdwb_575 tr:hover{background-color:#f8fafc}._nav_1tdwb_625{display:flex;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}._navItem_1tdwb_637{padding:1rem;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s}._navItemActive_1tdwb_657{color:#2563eb;border-bottom:2px solid #2563eb}._navItem_1tdwb_637:hover{color:#334155}._grid_1tdwb_677{display:grid;gap:1rem;margin-bottom:2rem}._gridCols2_1tdwb_689{grid-template-columns:repeat(2,1fr)}._gridCols3_1tdwb_697{grid-template-columns:repeat(3,1fr)}._flex_1tdwb_707{display:flex}._flexBetween_1tdwb_715{display:flex;justify-content:space-between;align-items:center}._flexCenter_1tdwb_727{display:flex;justify-content:center;align-items:center}._flexColumn_1tdwb_739{display:flex;flex-direction:column}._flexWrap_1tdwb_749{display:flex;flex-wrap:wrap;gap:1rem}._mt1_1tdwb_763{margin-top:.25rem}._mt2_1tdwb_771{margin-top:.5rem}._mt3_1tdwb_779{margin-top:1rem}._mt4_1tdwb_787{margin-top:1.5rem}._mb1_1tdwb_795{margin-bottom:.25rem}._mb2_1tdwb_803{margin-bottom:.5rem}._mb3_1tdwb_811{margin-bottom:1rem}._mb4_1tdwb_819{margin-bottom:1.5rem}._ml1_1tdwb_827{margin-left:.25rem}._ml2_1tdwb_835{margin-left:.5rem}._ml3_1tdwb_843{margin-left:1rem}._ml4_1tdwb_851{margin-left:1.5rem}._mr1_1tdwb_859{margin-right:.25rem}._mr2_1tdwb_867{margin-right:.5rem}._mr3_1tdwb_875{margin-right:1rem}._mr4_1tdwb_883{margin-right:1.5rem}._p1_1tdwb_891{padding:.25rem}._p2_1tdwb_899{padding:.5rem}._p3_1tdwb_907{padding:1rem}._p4_1tdwb_915{padding:1.5rem}._spinner_1tdwb_925{width:3rem;height:3rem;border:3px solid #f3f4f6;border-top:3px solid #2563eb;border-radius:50%;animation:_spin_1tdwb_925 1s linear infinite;margin:0 auto}@keyframes _spin_1tdwb_925{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._successIcon_1tdwb_957{width:3rem;height:3rem;background-color:#dcfce7;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}._successIcon_1tdwb_957 svg{width:2rem;height:2rem;color:#16a34a}._dashboardHeader_1tdwb_993{background-color:#fff;box-shadow:0 1px 3px #0000001a;padding:1rem;margin-bottom:1.5rem}._dashboardHeaderContent_1tdwb_1007{max-width:80rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._statsCard_1tdwb_1025{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem}._statsCardIcon_1tdwb_1039{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}._statsCardBlue_1tdwb_1059{background-color:#dbeafe;color:#1d4ed8}._statsCardGreen_1tdwb_1069{background-color:#dcfce7;color:#16a34a}._statsCardPurple_1tdwb_1079{background-color:#f3e8ff;color:#7e22ce}._statsCardText_1tdwb_1089{font-size:.875rem;color:#64748b;margin-bottom:.25rem}._statsCardNumber_1tdwb_1101{font-size:1.75rem;font-weight:700;color:#1e293b}._profileCard_1tdwb_1115{display:flex;align-items:center;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;margin-bottom:1.5rem}._profileImage_1tdwb_1135{width:5rem;height:5rem;border-radius:9999px;margin-right:1.5rem}._profileInfo_1tdwb_1149 h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}._profileInfo_1tdwb_1149 p{color:#64748b;margin:.25rem 0}@media print{._noPrint_1tdwb_1177{display:none}._printOnly_1tdwb_1185{display:block}}._subjectItem_1tdwb_1201{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background-color:#f8fafc;border-radius:.375rem;margin-bottom:.5rem}._subjectItem_1tdwb_1201 button{background-color:#ef4444;color:#fff;border:none;border-radius:.25rem;padding:.25rem .5rem;cursor:pointer;font-size:.75rem}._subjectItem_1tdwb_1201 button:hover{background-color:#dc2626}._studentRow_1tdwb_1251{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #e2e8f0}._studentRow_1tdwb_1251:hover{background-color:#f8fafc}._studentInfo_1tdwb_1273{flex:1}._studentActions_1tdwb_1281{display:flex;gap:.5rem}._regNumber_1tdwb_1293{font-family:Courier New,monospace;font-weight:700;color:#1e40af}._pendingSection_1tdwb_1307{background-color:#fffbeb;border-left:4px solid #f59e0b;padding:1rem;margin:1rem 0;border-radius:.5rem}._pendingSection_1tdwb_1307 h3{color:#d97706;margin:0 0 1rem}._announcementHeader_1tdwb_1335{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._announcementActions_1tdwb_1349{display:flex;gap:.5rem}._managementSection_1tdwb_1361{margin-bottom:2rem}._managementHeader_1tdwb_1369{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._managementForm_1tdwb_1383{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}._modalOverlay_1tdwb_1399{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_1tdwb_1399{background:#fff;border-radius:.5rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}._modalHeader_1tdwb_1443{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}._modalBody_1tdwb_1459{padding:1.5rem}._closeButton_1tdwb_1467{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280}._closeButton_1tdwb_1467:hover{color:#1f2937}._formGroup_1tdwb_157{margin-bottom:1rem}._formActions_1tdwb_1499{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}._alert_1tdwb_1513{padding:.75rem;border-radius:.375rem;margin-bottom:1rem}._alertSuccess_1tdwb_1525{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}._alertError_1tdwb_1537{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca}._formStaticValue_1tdwb_1551{padding:.5rem .75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;min-height:2.25rem;display:flex;align-items:center;color:#1f2937}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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media print{body *{visibility:hidden}#print-section,#print-section *{visibility:visible}#print-section{position:absolute;left:0;top:0;width:100%}}
