@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--bg-app: #F4F5F7;--bg-surface: #FFFFFF;--bg-dark-hero: #0F172A;--border-subtle: #E2E8F0;--border-card: #E2E8F0;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--mobile-top-bar-height: 56px;--mobile-bottom-nav-height: 64px;--mobile-fab-size: 52px;--mobile-touch-min-target: 44px;--mobile-sheet-radius: 20px;--mobile-card-radius: 14px;--mobile-glass-bg: rgba(255, 255, 255, .94);--mobile-glass-border: #E2E8F0;--mobile-shadow-sheet: 0 -10px 30px rgba(15, 23, 42, .18);--mobile-shadow-fab: 0 8px 24px rgba(15, 23, 42, .22)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-app);color:var(--text-primary);line-height:1.4;-webkit-font-smoothing:antialiased}.app-container{display:flex;min-height:100vh;width:100vw;background-color:var(--bg-app)}.sidebar{width:255px;min-width:255px;height:100vh;background-color:#fff;border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;padding:20px 14px;position:sticky;top:0;z-index:50}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:0 4px 16px;border-bottom:1px solid var(--border-subtle);margin-bottom:14px}.brand-logo-icon{width:36px;height:36px;background-color:#0f172a;border-radius:8px;display:flex;align-items:center;justify-content:center}.brand-title{font-size:15px;font-weight:800;color:#0f172a}.brand-subtitle{font-size:11px;font-weight:500;color:#94a3b8}.sidebar-nav-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column}.sidebar-group{margin-bottom:16px}select,.form-select,.select-input,.form-control select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:14px 14px!important;padding:8px 36px 8px 14px!important;border:1px solid #CBD5E1!important;border-radius:12px!important;color:#0f172a!important;font-family:var(--font-family)!important;font-size:13px!important;font-weight:600!important;outline:none!important;cursor:pointer!important;box-shadow:0 1px 3px #0f172a0a!important;transition:all .15s cubic-bezier(.16,1,.3,1)!important}select:hover,.form-select:hover,.select-input:hover{border-color:#94a3b8!important;background-color:#f8fafc!important}select:focus,.form-select:focus,.select-input:focus{border-color:#3b82f6!important;background-color:#fff!important;box-shadow:0 0 0 3.5px #3b82f626,0 1px 3px #0f172a14!important}input[type=text],input[type=number],input[type=email],input[type=password],input[type=tel],input[type=search],input[type=url],textarea,.form-input,.form-control input,.form-group input,.form-group textarea{width:100%;border:1px solid #CBD5E1!important;border-radius:12px!important;background-color:#fff!important;color:#0f172a!important;font-family:var(--font-family)!important;font-size:13px!important;font-weight:500!important;padding:8px 14px!important;height:38px;outline:none!important;box-shadow:0 1px 2px #0f172a0a!important;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease!important}textarea,.form-group textarea{height:auto!important;min-height:80px;padding:10px 14px!important}input[type=text]:hover,input[type=number]:hover,input[type=email]:hover,input[type=password]:hover,input[type=tel]:hover,input[type=search]:hover,input[type=url]:hover,textarea:hover,.form-input:hover,.form-group input:hover,.form-group textarea:hover{border-color:#94a3b8!important}input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=search]:focus,input[type=url]:focus,textarea:focus,.form-input:focus,.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6!important;background-color:#fff!important;box-shadow:0 0 0 3.5px #3b82f626,0 1px 3px #0f172a14!important;outline:none!important}input::placeholder,textarea::placeholder,.form-input::placeholder{color:#94a3b8!important;font-weight:400!important}option{padding:10px 14px!important;background-color:#fff!important;color:#0f172a!important;font-size:13px!important;font-weight:600!important}option:checked,option:hover{background-color:#eff6ff!important;color:#1d4ed8!important}.dropdown-menu,.popover-menu,.context-menu,.menu-dropdown{background:#fffffffa!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border:1px solid #E2E8F0!important;border-radius:14px!important;box-shadow:0 16px 36px -6px #0f172a29,0 0 0 1px #e2e8f0cc!important;padding:6px!important;z-index:1200!important;animation:dropdownFadeIn .15s cubic-bezier(.16,1,.3,1)!important}@keyframes dropdownFadeIn{0%{opacity:0}to{opacity:1}}.dropdown-item,.popover-item,.menu-item{display:flex!important;align-items:center!important;gap:10px!important;padding:8px 12px!important;border-radius:10px!important;color:#334155!important;font-size:13px!important;font-weight:600!important;cursor:pointer!important;transition:all .12s ease!important;text-decoration:none!important}.dropdown-item:hover,.popover-item:hover,.menu-item:hover{background-color:#f1f5f9!important;color:#0f172a!important;transform:translate(2px)!important}.dropdown-item-active,.popover-item-active{background-color:#eff6ff!important;color:#1d4ed8!important;font-weight:700!important}.section-heading-prominent{font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:7px 12px;border-radius:8px;margin:14px 2px 8px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 3px #0000000a}.heading-accent-bar{width:4px;height:14px;border-radius:2px;display:inline-block}.core-heading{background-color:#f1f5f9;color:#0f172a;border:1px solid #CBD5E1}.core-bar{background-color:#0f172a}.academics-heading{background-color:#eff6ff;color:#1e40af;border:1px solid #BFDBFE}.academics-bar{background-color:#2563eb}.admin-heading{background-color:#ecfdf5;color:#065f46;border:1px solid #A7F3D0}.admin-bar{background-color:#059669}.nav-list{display:flex;flex-direction:column;gap:2px}.sidebar-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:8px;border:none;background:transparent;color:#475569;font-weight:500;font-size:13px;font-family:inherit;cursor:pointer;transition:background-color .1s ease}.sidebar-item:hover{background-color:#f8fafc;color:#0f172a}.sidebar-item-active{background-color:#0f172a!important;color:#fff!important;font-weight:600}.nav-left{display:flex;align-items:center;gap:8px}.sidebar-footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:4px}.academia-badge{font-size:11px;font-weight:700;color:#0f172a;background-color:#fff;border:1px solid #E2E8F0;border-radius:9999px;padding:4px 10px;margin-top:8px;display:inline-flex;align-items:center;justify-content:center;gap:4px}.diamond-symbol{color:#16a34a}.main-content{flex:1;display:flex;flex-direction:column;min-width:0;height:100vh;overflow-y:auto;overflow-x:hidden;padding:24px 28px}.top-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.title-greeting{font-size:24px;font-weight:800;color:#0f172a}.header-right{display:flex;align-items:center;gap:10px}.header-search-input-box{display:flex;align-items:center;background-color:#fff;border:1px solid #E2E8F0;border-radius:9999px;padding:0 14px;height:40px;width:280px;box-shadow:0 1px 3px #00000005}.header-search-input-box input{border:none;outline:none;background:transparent;width:100%;font-size:13px;color:#0f172a;margin-left:6px;font-family:inherit}.shortcut-badge{font-size:10px;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:2px 6px;border-radius:4px}.search-dropdown-menu{position:absolute;top:48px;left:0;width:320px;background:#fff;border-radius:12px;border:1px solid #E2E8F0;box-shadow:0 10px 25px -5px #0000001a;padding:8px;z-index:100}.dropdown-section-title{font-size:10px;font-weight:800;letter-spacing:.05em;color:#94a3b8;padding:6px 8px}.dropdown-item{display:flex;flex-direction:column;gap:2px;padding:8px;border-radius:8px;cursor:pointer;transition:background-color .1s ease}.dropdown-item:hover{background-color:#f8fafc}.dropdown-item-title{font-size:13px;font-weight:700;color:#0f172a}.profile-dropdown-menu{position:absolute;top:48px;right:0;width:200px;background:#fff;border-radius:12px;border:1px solid #E2E8F0;box-shadow:0 10px 25px -5px #0000001a;padding:8px;z-index:100}.profile-menu-header{padding:8px;display:flex;flex-direction:column}.profile-menu-divider{height:1px;background-color:#e2e8f0;margin:4px 0}.profile-menu-item{width:100%;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;border:none;background:transparent;font-size:13px;font-weight:600;color:#475569;cursor:pointer;font-family:inherit}.profile-menu-item:hover{background-color:#f8fafc;color:#0f172a}.btn-primary{background-color:#0f172a;color:#fff;font-weight:600;font-size:13px;height:36px;padding:0 16px;border-radius:8px;border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-family:inherit;box-shadow:0 1px 2px #0f172a14;transition:all .15s cubic-bezier(.16,1,.3,1)}.btn-primary:hover{background-color:#1e293b;box-shadow:0 2px 6px #0f172a26}.btn-secondary{background-color:#fff;color:#334155;font-weight:600;font-size:13px;height:36px;padding:0 14px;border-radius:8px;border:1px solid #E2E8F0;cursor:pointer;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-family:inherit;box-shadow:0 1px 2px #0f172a0a;transition:all .15s cubic-bezier(.16,1,.3,1)}.btn-secondary:hover{background-color:#f8fafc;border-color:#cbd5e1;color:#0f172a}.btn-secondary.btn-sm{height:30px;font-size:12px;padding:0 10px;border-radius:6px}.btn-danger{background-color:#fef2f2;color:#dc2626;font-weight:600;font-size:12px;height:30px;padding:0 10px;border-radius:6px;border:1px solid #FECACA;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all .15s ease}.btn-danger:hover{background-color:#fee2e2;border-color:#f87171}.btn-amber{background-color:#fef3c7;color:#b45309;font-weight:600;font-size:12px;height:30px;padding:0 10px;border-radius:6px;border:1px solid #FDE68A;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all .15s ease}.btn-amber:hover{background-color:#fde68a}.directory-header-container{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.header-action-bar{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.header-menu-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fffffffa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid #E2E8F0;border-radius:14px;box-shadow:0 16px 36px -6px #0f172a2e,0 4px 12px #0f172a14,0 0 0 1px #fffc;padding:6px;min-width:210px;z-index:1050;display:flex;flex-direction:column;gap:2px;animation:dropdownFadeIn .15s cubic-bezier(.16,1,.3,1)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.header-menu-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;border:none;background:transparent;color:#334155;font-size:13px;font-weight:500;cursor:pointer;width:100%;text-align:left;transition:all .12s ease;white-space:nowrap}.header-menu-item svg{color:#475569;flex-shrink:0;transition:color .12s ease}.header-menu-item:hover{background:#f1f5f9;color:#0f172a}.header-menu-item:hover svg{color:#0f172a}.header-menu-item.danger,.header-menu-item.destructive{color:#dc2626}.header-menu-item.danger svg,.header-menu-item.destructive svg{color:#dc2626!important}.header-menu-item.danger:hover,.header-menu-item.destructive:hover{background:#fef2f2;color:#b91c1c}.data-table-container{background:#fff;border-radius:12px;border:1px solid #E2E8F0;overflow:visible;position:relative;box-shadow:0 1px 3px #0f172a08}.data-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;text-align:left}.data-table thead th{background:#f8fafc;color:#64748b;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:12px 16px;border-bottom:1px solid #E2E8F0;vertical-align:middle;white-space:nowrap}.data-table thead th:first-child{border-top-left-radius:12px}.data-table thead th:last-child{border-top-right-radius:12px}.data-table tbody td{padding:12px 16px;border-bottom:1px solid #F1F5F9;vertical-align:middle;color:#334155;font-weight:500;box-sizing:border-box}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.data-table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.badge-group{display:inline-flex;align-items:center;gap:6px;flex-wrap:nowrap;white-space:nowrap}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:11.5px;font-weight:600;line-height:1.2;white-space:nowrap;box-sizing:border-box;text-decoration:none}.badge-blue{background:#eff6ff;color:#1d4ed8;border:1px solid #DBEAFE}.badge-green{background:#f0fdf4;color:#15803d;border:1px solid #DCFCE7}.badge-red{background:#fef2f2;color:#dc2626;border:1px solid #FEE2E2}.badge-amber{background:#fef3c7;color:#b45309;border:1px solid #FDE68A}.badge-gray{background:#f8fafc;color:#475569;border:1px solid #E2E8F0}.table-action-group{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:nowrap;white-space:nowrap}.table-icon-btn{width:30px;height:30px;border-radius:6px;border:1px solid #E2E8F0;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s cubic-bezier(.16,1,.3,1);padding:0}.table-icon-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.table-icon-btn.danger{border-color:#fecaca;background:#fef2f2;color:#dc2626}.table-icon-btn.danger:hover{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.btn-icon{width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid #E2E8F0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#475569}.user-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;border:1px solid #E2E8F0;cursor:pointer}.user-avatar img{width:100%;height:100%;object-fit:cover}.bell-btn{position:relative}.notification-dot{position:absolute;top:7px;right:8px;width:6px;height:6px;background-color:#ef4444;border-radius:50%}.dashboard-page{display:flex;flex-direction:column;gap:16px}.card{background:#fff;border-radius:14px;border:1px solid var(--border-card);padding:20px}.dashboard-grid-top{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:16px}.dashboard-grid-mid{display:grid;grid-template-columns:1fr 1.75fr;gap:16px}.overview-card{background-color:#0f172a!important;color:#fff;border-radius:14px;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.overview-header{display:flex;align-items:center;justify-content:space-between}.overview-title-group{display:flex;align-items:center;gap:8px}.overview-title-group h2{font-size:16px;font-weight:700;color:#fff}.pill-spring{font-size:11px;font-weight:500;color:#94a3b8;background-color:#ffffff1a;border-radius:9999px;padding:2px 8px}.dark-icon-btn{background:#ffffff1a;border:none;color:#94a3b8;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer}.overview-primary-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0}.primary-stat-item{display:flex;align-items:center;gap:10px}.stat-icon-wrapper{width:38px;height:38px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff}.stat-number{font-size:32px;font-weight:700;line-height:1;color:#fff}.stat-label{font-size:11px;font-weight:500;color:#94a3b8;margin-top:2px;display:block}.overview-subcards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.subcard-item{background:#fff;color:#0f172a;border-radius:10px;padding:10px;display:flex;flex-direction:column;align-items:flex-start}.subcard-val{font-size:14px;font-weight:700;line-height:1.1}.subcard-lbl{font-size:10px;font-weight:500;color:#64748b;margin-top:2px;line-height:1.2}.card-header-flex{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.card-title{font-size:15px;font-weight:700;color:#0f172a}.card-subtitle{font-size:11px;color:#64748b;margin-top:1px}.trend-legend{display:flex;gap:12px;margin-bottom:12px;font-size:11px;color:#64748b;font-weight:500}.legend-item{display:flex;align-items:center;gap:4px}.dot{width:7px;height:7px;border-radius:50%}.dot-dark{background-color:#0f172a}.dot-gray{background-color:#cbd5e1}.empty-state-container{height:110px;display:flex;align-items:center;justify-content:center}.empty-state-text{font-size:13px;color:#94a3b8;font-weight:400}.dollar-badge-icon{width:28px;height:28px;border-radius:6px;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#0f172a}.collections-main-stat{margin-bottom:12px}.big-amount{font-size:32px;font-weight:700;color:#0f172a}.target-progress-group{margin-bottom:14px}.target-flex{display:flex;justify-content:space-between;font-size:11px;font-weight:500;color:#64748b;margin-bottom:4px}.progress-bar-bg{width:100%;height:6px;background-color:#f1f5f9;border-radius:9999px;overflow:hidden}.progress-bar-fill{height:100%;background-color:#0f172a;border-radius:9999px}.financial-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding-top:10px;border-top:1px solid var(--border-subtle)}.fin-col{display:flex;flex-direction:column}.fin-lbl{font-size:10px;color:#64748b;font-weight:500}.fin-val{font-size:13px;font-weight:700;margin-top:1px}.text-black{color:#0f172a}.text-amber{color:#d97706}.text-red{color:#dc2626}.text-green{color:#16a34a}.notice-banner-card{background:#fff;border:1px solid var(--border-card);border-radius:12px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.notice-left{display:flex;align-items:center;gap:12px}.notice-icon-circle{width:36px;height:36px;border-radius:50%;background:#0f172a;display:flex;align-items:center;justify-content:center}.notice-title{font-size:14px;font-weight:700;color:#0f172a}.notice-sub{font-size:12px;color:#64748b}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.floating-island-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1300!important;padding:20px!important;overflow-y:auto!important}.floating-island-container{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important;animation:scaleUp .18s cubic-bezier(.16,1,.3,1)!important}.island-header-card{background:#0f172a!important;border-radius:16px!important;padding:16px 20px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;box-shadow:0 10px 25px -5px #0f172a4d!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important}.island-header-card.danger{border-bottom:2px solid rgba(239,68,68,.4)!important}.island-header-left{display:flex!important;flex-direction:column!important;gap:3px!important}.island-header-badge{display:inline-flex!important;align-items:center!important;gap:6px!important;font-size:11px!important;font-weight:700!important;background:#10b98126!important;color:#10b981!important;padding:3px 10px!important;border-radius:9999px!important;width:fit-content!important;margin-bottom:2px!important}.island-header-badge.danger{background:#ef444426!important;color:#ef4444!important}.island-header-title{margin:0!important;font-size:15.5px!important;font-weight:800!important;color:#fff!important;letter-spacing:-.01em!important;display:flex!important;align-items:center!important;gap:8px!important}.island-header-sub{margin:0!important;font-size:12px!important;color:#94a3b8!important}.island-close-btn{background:#ffffff14!important;border:none!important;border-radius:50%!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#94a3b8!important;cursor:pointer!important;transition:all .15s ease!important;flex-shrink:0!important}.island-close-btn:hover{background:#ffffff29!important;color:#fff!important}.island-form-card,.island-content-card{background:#fff!important;border-radius:16px!important;border:1px solid #E2E8F0!important;padding:20px!important;box-shadow:0 10px 25px -5px #0f172a1f!important}.island-pill-row{display:flex!important;gap:10px!important;width:100%!important}.registration-two-column-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:18px;align-items:start}@media (max-width: 880px){.registration-two-column-layout{grid-template-columns:1fr;gap:16px}}.island-pill-btn{flex:1!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:11px 18px!important;border-radius:9999px!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important;transition:all .15s ease!important;border:none!important}.island-pill-btn-cancel{background:#fff!important;color:#334155!important;border:1px solid #CBD5E1!important}.island-pill-btn-cancel:hover{background:#f8fafc!important;border-color:#94a3b8!important}.island-pill-btn-submit{background:#0f172a!important;color:#fff!important;box-shadow:0 4px 14px #0f172a4d!important}.island-pill-btn-submit:hover{background:#1e293b!important}.island-pill-btn-danger{background:#dc2626!important;color:#fff!important;box-shadow:0 4px 14px #dc262659!important}.island-pill-btn-danger:hover{background:#b91c1c!important}.modal-container{background-color:#fff;border-radius:20px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 30px -10px #00000026;padding:24px}.modal-tab-selector{display:flex;gap:6px;background-color:#f1f5f9;padding:4px;border-radius:10px;margin-bottom:20px}.modal-tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:none;background:transparent;font-size:12.5px;font-weight:600;color:#64748b;border-radius:8px;cursor:pointer;font-family:inherit;transition:all .15s ease}.modal-tab-btn.active{background-color:#fff;color:#0f172a;font-weight:700;box-shadow:0 1px 3px #00000014}.form-group{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.form-label{font-size:12.5px;font-weight:700;color:#0f172a}.input-with-icon{display:flex;align-items:center;background-color:#fff;border:1px solid #CBD5E1;border-radius:8px;padding:0 12px}.input-with-icon .form-input{border:none;outline:none;box-shadow:none;padding:9px 8px}.form-input,.form-select{width:100%;padding:9px 12px;border-radius:8px;border:1px solid #CBD5E1;font-family:inherit;font-size:13.5px;color:#0f172a;outline:none;background-color:#fff}.form-input:focus,.form-select:focus{border-color:#0f172a}.receipt-modal-card{background:#fff;border-radius:20px;max-width:480px;width:100%;padding:28px;box-shadow:0 20px 40px -10px #0003}.receipt-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px;border-bottom:2px dashed #E2E8F0;margin-bottom:20px}.receipt-badge-status{font-size:11px;font-weight:800;color:#16a34a;background:#dcfce7;padding:4px 10px;border-radius:9999px;display:flex;align-items:center;gap:4px}.receipt-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.receipt-lbl{font-size:10px;font-weight:700;color:#94a3b8;letter-spacing:.05em;display:block}.receipt-val{font-size:13.5px;font-weight:700;color:#0f172a;margin-top:2px}.receipt-items-table{border:1px solid #E2E8F0;border-radius:10px;overflow:hidden;margin-bottom:16px}.receipt-table-header{background:#f8fafc;padding:8px 14px;font-size:11px;font-weight:700;color:#64748b;display:flex;justify-content:space-between;border-bottom:1px solid #E2E8F0}.receipt-table-row{padding:12px 14px;font-size:13px;display:flex;justify-content:space-between}.receipt-total-row{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;padding:14px;border-radius:10px;font-weight:800;font-size:14px}.receipt-total-val{font-size:20px;color:#16a34a}.badge{font-size:11px;font-weight:500;padding:3px 8px;border-radius:9999px;display:inline-flex;align-items:center;gap:4px}.badge-green{background-color:#dcfce7;color:#15803d}.badge-amber{background-color:#fef3c7;color:#b45309}.badge-red{background-color:#fee2e2;color:#b91c1c}.badge-blue{background-color:#e0f2fe;color:#0369a1}.badge-gray{background-color:#f1f5f9;color:#475569}.contact-popover-menu{position:absolute;top:100%;right:0;margin-top:6px;background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:12px;box-shadow:0 12px 28px -4px #0f172a1f,0 4px 10px -2px #0f172a0f;border:1px solid #E2E8F0;padding:6px;z-index:100;display:flex;flex-direction:column;gap:4px;min-width:175px;animation:popoverFadeIn .15s ease-out}@keyframes popoverFadeIn{0%{opacity:0}to{opacity:1}}.contact-popover-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;border:none;background:transparent;color:#334155;font-size:13px;font-weight:600;cursor:pointer;text-align:left;width:100%;transition:all .15s ease}.contact-popover-item:hover{background:#f8fafc;color:#0f172a}.contact-popover-item.whatsapp-item:hover{background:#f0fdf4;color:#15803d}.contact-popover-item.call-item:hover{background:#eff6ff;color:#1d4ed8}.contact-icon-badge{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s ease}.modal-overlay,.modal-backdrop{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#0f172a99!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1200!important;padding:20px!important;animation:backdropFadeIn .2s ease-out}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:#fff!important;border-radius:20px!important;box-shadow:0 25px 50px -12px #0f172a40,0 0 0 1px #e2e8f0cc!important;max-width:580px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative;margin:auto!important;animation:modalPopIn .2s cubic-bezier(.16,1,.3,1)}@keyframes modalPopIn{0%{opacity:0}to{opacity:1}}.fee-status-action-btn:hover{box-shadow:0 4px 12px -2px #0f172a1f!important}.floating-bulk-bar{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;box-shadow:0 20px 40px -10px #0f172a33,0 0 0 1px #e2e8f0cc;padding:12px 20px;z-index:1050;display:flex;align-items:center;gap:20px;animation:floatingBarSlideUp .2s cubic-bezier(.16,1,.3,1)}@keyframes floatingBarSlideUp{0%{opacity:0}to{opacity:1}}.contact-icon-badge.whatsapp{background:#dcfce7;color:#16a34a}.contact-icon-badge.call{background:#dbeafe;color:#2563eb}@media print{@page{size:A4 portrait;margin:10mm}html,body{background:#fff!important;color:#000!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important;overflow:visible!important}.app-container,.no-print,.print-hide,button{display:none!important}body>.modal-backdrop,.modal-backdrop{position:static!important;background:#fff!important;display:block!important;padding:0!important;margin:0!important;box-shadow:none!important;border:none!important;width:100%!important}.modal-container{position:static!important;max-width:100%!important;width:100%!important;box-shadow:none!important;background:#fff!important;padding:0!important;margin:0!important;overflow:visible!important;border:none!important;border-radius:0!important}#printable-id-card-area{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:flex-start!important;gap:28px!important;padding:20px 0!important;margin:0 auto!important;background:#fff!important;max-height:none!important;overflow:visible!important;box-shadow:none!important;border:none!important}.a4-print-page{width:8.27in!important;height:11.69in!important;padding:.4in .3in!important;margin:0 auto!important;box-shadow:none!important;border:none!important;border-radius:0!important;page-break-after:always!important;break-after:page!important;box-sizing:border-box!important}.cr80-card{width:2.125in!important;height:3.375in!important;box-shadow:none!important;border:1px solid #CBD5E1!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}}button,.btn,.btn-primary,.btn-secondary,.btn-outline{transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease!important;transform:none!important}button:hover,.btn:hover{filter:brightness(.97);transform:none!important}button:active,.btn:active{filter:brightness(.92);transform:none!important}.mobile-only{display:none!important}.desktop-only{display:block}@keyframes slideUpSheet{0%{transform:translateY(100%);opacity:.9}to{transform:translateY(0);opacity:1}}@keyframes slideInDrawer{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}@keyframes fabFanOut{0%{transform:scale(.6) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}button,a,input,select,.clickable,.mobile-tab-item,.mobile-entity-card{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mobile-card-roster{display:flex;flex-direction:column;gap:12px}.mobile-entity-card{background:#fff;border:1px solid #E2E8F0;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px;box-shadow:0 2px 6px #0f172a0a;transition:all .15s ease}.mobile-entity-card:active{background:#f8fafc;border-color:#cbd5e1}.mobile-filter-scroll-bar{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:4px 2px 8px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.mobile-filter-scroll-bar::-webkit-scrollbar{display:none}.card-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;min-width:0}@media (max-width: 960px){.card-grid-3{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr))}}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.sidebar,.topbar,.top-header,.header-left,.header-right{display:none!important}html,body,#root,.app-container,.main-content,.dashboard-page,.students-view-container{max-width:100vw!important;overflow-x:hidden!important;width:100%!important;box-sizing:border-box!important}.app-container{flex-direction:column;min-height:100vh;width:100vw}.main-content{margin-left:0!important;padding-top:calc(var(--mobile-top-bar-height) + env(safe-area-inset-top,0px) + 12px)!important;padding-bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px) + 36px)!important;padding-left:12px!important;padding-right:12px!important;min-height:100vh;width:100%!important;box-sizing:border-box}.mobile-top-bar{position:fixed;top:0;left:0;right:0;height:calc(var(--mobile-top-bar-height) + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0px);background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #E2E8F0;display:flex!important;align-items:center;justify-content:space-between;padding-left:14px;padding-right:14px;z-index:900;box-shadow:0 1px 4px #0f172a0a}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fffffff5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid #E2E8F0;display:flex!important;align-items:center;justify-content:space-around;z-index:950;box-shadow:0 -4px 16px #0f172a0f}.mobile-tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex:1;height:100%;background:transparent;border:none;cursor:pointer;color:#64748b;transition:color .15s ease;padding:6px 0}.mobile-tab-item.active{color:#0f172a}.mobile-tab-icon-wrap{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;transition:all .15s ease}.mobile-tab-item.active .mobile-tab-icon-wrap{background:#0f172a;color:#fff}.mobile-tab-label{font-size:10.5px;font-weight:700;letter-spacing:-.01em}.mobile-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1200;animation:fadeInBackdrop .2s ease-out}.mobile-drawer-sheet{position:fixed;top:0;right:0;bottom:0;width:82%;max-width:320px;background:#fff;box-shadow:-8px 0 28px #0f172a33;z-index:1210;display:flex;flex-direction:column;animation:slideInDrawer .25s cubic-bezier(.16,1,.3,1);padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px)}.mobile-fab-container{position:fixed;bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px) + 16px);right:16px;z-index:960;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.mobile-fab-main-btn{width:var(--mobile-fab-size);height:var(--mobile-fab-size);border-radius:50%;background:#0f172a;color:#fff;border:none;display:flex;align-items:center;justify-content:center;box-shadow:var(--mobile-shadow-fab);cursor:pointer;transition:transform .2s ease,background .15s ease}.mobile-fab-main-btn.open{transform:rotate(45deg);background:#475569}.mobile-fab-menu{display:flex;flex-direction:column;align-items:flex-end;gap:8px;animation:fabFanOut .2s cubic-bezier(.16,1,.3,1)}.mobile-fab-item{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #E2E8F0;padding:10px 16px;border-radius:9999px;box-shadow:0 4px 16px #0f172a1f;color:#0f172a;font-size:13px;font-weight:700;cursor:pointer}.modal-backdrop,.modal-overlay{align-items:flex-end!important;padding:0!important}.modal-card,.receipt-modal-card{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;border-radius:var(--mobile-sheet-radius) var(--mobile-sheet-radius) 0 0!important;max-height:88vh!important;overflow-y:auto!important;margin:0!important;box-shadow:var(--mobile-shadow-sheet)!important;animation:slideUpSheet .28s cubic-bezier(.16,1,.3,1)!important;padding-bottom:max(16px,env(safe-area-inset-bottom,16px))!important}.dashboard-grid-top,.dashboard-grid-mid,.stats-grid,.dashboard-grid,.card-grid-3,.card-grid-2,.directory-grid,.responsive-grid-auto,.subjects-grid,.whatsapp-grid,.settings-grid,.crm-grid{grid-template-columns:1fr!important;gap:12px!important}.form-grid-2,.modal-card .form-grid-2,.modal-form-grid{grid-template-columns:1fr!important;gap:10px!important}.overview-subcards{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.subcard-item{padding:8px 6px!important;min-width:0!important}.subcard-val{font-size:13px!important}.subcard-lbl{font-size:9.5px!important;line-height:1.15!important}.financial-columns{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.fin-val{font-size:12px!important}.notice-banner-card{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:14px!important}.notice-banner-card button{width:100%!important;justify-content:center!important}.card{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:16px!important}.directory-header-container{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;width:100%!important}.header-action-bar{width:100%!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;overflow-x:visible!important;padding-bottom:0!important}.header-action-bar>button,.header-action-bar>div>button,.header-action-bar>a{white-space:nowrap!important;font-size:12.5px!important;padding:8px 12px!important}.data-table-container,.table-responsive{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.mobile-filter-scroll-bar{display:flex!important;gap:6px!important;overflow-x:auto!important;padding-bottom:4px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.mobile-filter-scroll-bar::-webkit-scrollbar{display:none!important}}
