*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#f5f5f5}.app-layout{display:flex;height:100vh;overflow:hidden}.main-content{flex:1;display:flex;flex-direction:column;min-width:0}.page-content{flex:1;padding:24px;background:#f6f7fb;overflow-y:auto}.mobile-menu-btn{display:none}@media (max-width: 768px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center;position:fixed;top:14px;left:14px;width:40px;height:40px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:20px;line-height:1;color:#374151;cursor:pointer;z-index:1001;box-shadow:0 2px 6px #00000014}}.header{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;border-bottom:1px solid #e5e7eb}.header-title{font-size:24px;font-weight:700}.header-user{display:flex;align-items:center;gap:14px}.header-user-name{font-size:14px;font-weight:600;color:#374151}.header-logout-btn{border:1px solid #e5e7eb;background:#f9fafb;color:#374151;font-size:13px;font-weight:600;padding:8px 14px;border-radius:8px;cursor:pointer;transition:.2s}.header-logout-btn:hover{background:#f3f4f6}@media (max-width: 768px){.header{padding-left:64px}}.sidebar{width:240px;min-width:240px;flex-shrink:0;background:#fff;border-right:1px solid #e5e7eb;padding:20px;overflow-y:auto}.sidebar-logo{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.sidebar-logo h2{font-size:28px;color:#ea580c;margin:0}.sidebar-logo p{margin-top:5px;color:#6b7280;font-size:14px}.sidebar nav{display:flex;flex-direction:column;gap:8px}.menu-link{text-decoration:none;color:#374151;padding:12px 14px;border-radius:10px;transition:all .2s ease;font-weight:500}.menu-link:hover{background:#f3f4f6}.menu-link.active{background:#ffedd5;color:#ea580c;font-weight:600}.sidebar-overlay{display:none}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:0;height:100vh;z-index:1000;transform:translate(-100%);transition:transform .3s ease;box-shadow:2px 0 16px #00000026}.sidebar.is-open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f4f5f7;padding:24px}.login-card{width:100%;max-width:380px;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;padding:36px 32px}.login-header{text-align:center;margin-bottom:28px}.login-header h1{font-size:22px;font-weight:700;color:#111827;margin:0 0 6px}.login-header p{font-size:14px;color:#6b7280;margin:0}.login-form{display:flex;flex-direction:column;gap:16px}.login-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:10px;padding:10px 14px;font-size:14px}.login-submit{margin-top:4px}.login-submit button{width:100%}.btn{border:none;border-radius:8px;padding:12px 18px;font-size:15px;font-weight:600;cursor:pointer;transition:.2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#ea580c;color:#fff}.btn-primary:hover{background:#c2410c}.btn-secondary{background:#f3f4f6;color:#111827}.btn-secondary:hover{background:#e5e7eb}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.dashboard-header h1{font-size:32px;color:#111827}.dashboard-header p{margin-top:6px;color:#6b7280;font-size:15px}.dashboard-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.dashboard-section{margin-top:32px}.dashboard-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dashboard-section .section-header h2{font-size:22px;font-weight:600;color:#111827}.quick-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.financial-summary-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.pending-items-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 1200px){.financial-summary-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.dashboard-summary-cards,.quick-actions-grid,.pending-items-cards,.financial-summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.dashboard-header{flex-direction:column;align-items:stretch}.dashboard-summary-cards,.quick-actions-grid,.financial-summary-cards,.pending-items-cards{grid-template-columns:1fr}}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;position:relative;overflow:hidden}.stat-title{color:#6b7280;font-size:16px;margin-bottom:10px}.stat-value{font-size:32px;color:#111827}.stat-icon{font-size:22px;line-height:1;margin-bottom:12px}.stat-card-clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.stat-card-clickable:hover{transform:translateY(-2px);box-shadow:0 8px 20px #11182714;border-color:#d1d5db}.stat-card-clickable:focus-visible{outline:2px solid #ea580c;outline-offset:2px}.stat-card-premium{padding-top:24px}.stat-card-premium:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--stat-card-accent, #ea580c)}.stat-card-compact{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.stat-card-compact .stat-title{font-size:14px;margin-bottom:0}.stat-card-compact .stat-value{font-size:24px}.stat-card-compact .stat-icon{margin-bottom:0}.quick-action-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px 16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;font-family:inherit}.quick-action-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #11182714;border-color:#d1d5db}.quick-action-card:focus-visible{outline:2px solid #ea580c;outline-offset:2px}.quick-action-icon{font-size:28px;line-height:1}.quick-action-label{font-size:15px;font-weight:600;color:#111827;text-align:center}.students-page{padding:10px}.students-header{display:flex;justify-content:space-between;align-items:center}.students-header h1{font-size:32px;margin:0}.students-header p{margin-top:8px;color:#6b7280}.add-student-btn{background:#ea580c;color:#fff;border:none;padding:12px 18px;border-radius:8px;cursor:pointer;font-size:15px}.add-student-btn:hover{background:#c2410c}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999}.student-modal{width:850px;max-width:95%;max-height:90vh;overflow:auto;background:#fff;border-radius:14px}.modal-header h2{margin:0}.modal-header p{margin:6px 0 0;color:#6b7280}.close-btn{border:none;background:#f3f4f6;border-radius:50%;width:40px;height:40px;font-size:20px;cursor:pointer}.modal-body{padding:24px}.section-title{margin:24px 0 16px;font-size:18px;border-bottom:1px solid #eee;padding-bottom:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group input,.form-group textarea{padding:12px;border:1px solid #d1d5db;border-radius:10px;font-size:15px}.full{grid-column:1/-1}@media (max-width:768px){.form-grid{grid-template-columns:1fr}}.form-group select{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;font-size:15px;background:#fff;outline:none;transition:.2s}.form-group select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.student-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.toolbar-left h1{margin:0;font-size:32px;color:#111827}.toolbar-left p{margin-top:6px;color:#6b7280;font-size:15px}.toolbar-right{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.toolbar-search{min-width:320px}@media (max-width:768px){.student-toolbar{flex-direction:column;align-items:stretch}.toolbar-right{width:100%;flex-direction:column}.toolbar-search{width:100%;min-width:100%}.toolbar-right button{width:100%}}.student-filters{display:flex;gap:20px;margin-bottom:24px;flex-wrap:wrap}.filter-group select{width:180px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}@media (max-width:768px){.student-filters{flex-direction:column}.filter-group,.filter-group select{width:100%}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{width:95%;background:#fff;border-radius:16px;overflow:hidden;max-height:90vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:24px}.modal-header p{margin-top:6px;color:#6b7280}.modal-close{width:40px;height:40px;border:none;border-radius:50%;background:#f3f4f6;cursor:pointer;font-size:20px}.modal-close:hover{background:#e5e7eb}.modal-content{padding:24px;overflow:auto}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb}@media (max-width:768px){.modal-container{width:100%;height:100%;border-radius:0}}.profile-section h3{margin:24px 0 16px;font-size:18px;border-bottom:1px solid #eee;padding-bottom:8px}.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.profile-item{display:flex;flex-direction:column}.profile-label{font-size:13px;color:#6b7280;margin-bottom:4px}.profile-value{font-size:15px;font-weight:600}@media (max-width:768px){.profile-grid{grid-template-columns:1fr}}.fees-dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.fees-dashboard-header h1{font-size:32px;color:#111827}.fees-dashboard-header p{margin-top:6px;color:#6b7280;font-size:15px}.fees-dashboard-actions{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.fees-dashboard-header{flex-direction:column;align-items:stretch}.fees-dashboard-actions{flex-direction:column}}.recent-fee-collections{margin-top:32px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-header h2{font-size:22px;font-weight:600;color:#111827;margin-bottom:4px}.section-header p{color:#6b7280;font-size:14px}.fee-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media (max-width: 992px){.fee-summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.fee-summary-cards{grid-template-columns:1fr}}.status{padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600}.active{background:#dcfce7;color:#15803d}.inactive{background:#fee2e2;color:#b91c1c}.collect-fees-header{margin-bottom:24px}.collect-fees-header h1{font-size:32px;color:#111827}.collect-fees-header p{margin-top:6px;color:#6b7280;font-size:15px}.collect-fees-confirmation{background:#dcfce7;color:#15803d;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:600;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.receipt-download-btn{display:inline-flex;align-items:center;gap:8px;background:#1d4ed8;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap}.receipt-download-btn:hover:not(:disabled){background:#1e40af}.receipt-download-btn:disabled{opacity:.6;cursor:not-allowed}.collect-fees-paid-message{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center;color:#15803d;font-weight:600}.student-search{position:relative;max-width:480px}.student-search-results{margin-top:10px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.student-search-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;background:none;border:none;border-bottom:1px solid #f1f5f9;cursor:pointer;text-align:left;font-family:inherit;transition:.2s}.student-search-item:last-child{border-bottom:none}.student-search-item:hover{background:#fafafa}.student-search-name{font-size:15px;font-weight:600;color:#111827}.student-search-meta{margin-top:4px;font-size:13px;color:#6b7280}.student-search-mobile{font-size:14px;color:#374151;white-space:nowrap}.student-search-empty{padding:16px;text-align:center;color:#6b7280;font-size:14px}.student-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:24px}.student-info-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.student-info-header h3{font-size:20px;color:#111827}.student-info-header p{margin-top:4px;font-size:14px;color:#6b7280}.student-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #f1f5f9}.student-info-field{display:flex;flex-direction:column;gap:6px}.student-info-label{font-size:13px;color:#6b7280;font-weight:600}.student-info-value{font-size:15px;color:#111827}@media (max-width: 768px){.student-info-grid{grid-template-columns:repeat(2,1fr)}}.fee-structure-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:24px}.fee-structure-title{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.fee-structure-title h3{font-size:18px;color:#111827}.fee-structure-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #f1f5f9}.fee-structure-stat{display:flex;flex-direction:column;gap:6px}.fee-structure-stat-label{font-size:13px;color:#6b7280;font-weight:600}.fee-structure-stat-value{font-size:22px;color:#111827;font-weight:700}.fee-structure-stat-value.paid{color:#15803d}.fee-structure-stat-value.balance{color:#b91c1c}@media (max-width: 576px){.fee-structure-stats{grid-template-columns:1fr}}.payment-status{display:inline-block;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;white-space:nowrap}.status-paid{background:#dcfce7;color:#15803d}.status-partial{background:#fef3c7;color:#b45309}.status-pending{background:#fee2e2;color:#b91c1c}.fee-breakdown-table-container{background:#fff;border-radius:12px;overflow:auto;border:1px solid #e5e7eb;margin-bottom:24px}.fee-breakdown-table{width:100%;border-collapse:collapse}.fee-breakdown-table thead{background:#f9fafb}.fee-breakdown-table th{padding:16px;text-align:left;font-size:14px;color:#374151;border-bottom:1px solid #e5e7eb}.fee-breakdown-table td{padding:16px;border-bottom:1px solid #f1f5f9;font-size:15px;color:#111827}.fee-breakdown-table tbody tr:hover{background:#fafafa}.fee-breakdown-table tfoot td{padding:16px;border-bottom:none;border-top:1px solid #e5e7eb;font-weight:700;font-size:16px;color:#111827}.fee-breakdown-paid-label{color:#15803d;font-weight:600;font-size:14px}.payment-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.payment-form h3{font-size:18px;color:#111827}.payment-form-row{display:flex;align-items:flex-end;gap:24px;flex-wrap:wrap}.payment-form-row>.input-group{flex:1;min-width:220px}.payment-form-preview{display:flex;flex-direction:column;gap:8px}.payment-form-preview-label{font-size:13px;color:#6b7280;font-weight:600}.payment-form-error{color:#b91c1c;font-size:14px}.payment-form-actions{display:flex;justify-content:flex-end}.payment-method-selector{display:flex;flex-direction:column;gap:8px}.payment-method-label{font-size:14px;font-weight:600;color:#374151}.payment-method-options{display:flex;flex-wrap:wrap;gap:10px}.payment-method-option{padding:10px 18px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:14px;font-weight:600;cursor:pointer;transition:.2s}.payment-method-option:hover{background:#f9fafb}.payment-method-option.active{background:#ea580c;border-color:#ea580c;color:#fff}.fee-history-header{margin-bottom:24px}.fee-history-header h1{font-size:32px;color:#111827}.fee-history-header p{margin-top:6px;color:#6b7280;font-size:15px}.fee-history-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.fee-history-search{min-width:320px;flex:1}.fee-history-filters{display:flex;gap:20px;flex-wrap:wrap}.fee-history-filters .filter-group{display:flex;flex-direction:column;gap:8px}.fee-history-filters .filter-group label{font-size:14px;color:#6b7280;font-weight:600}.fee-history-filters .filter-group select{width:180px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}.fee-history-filters .filter-group select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.fee-history-details{display:flex;flex-direction:column;gap:16px}.fee-history-details-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:15px}.fee-history-details-row:last-child{border-bottom:none;padding-bottom:0}.fee-history-details-row>span:first-child{color:#6b7280;font-weight:600}.fee-history-details-row>span:last-child{color:#111827;text-align:right}@media (max-width: 768px){.fee-history-toolbar{flex-direction:column;align-items:stretch}.fee-history-search{min-width:100%}.fee-history-filters .filter-group,.fee-history-filters .filter-group select{width:100%}}.fee-history-receipt-error{background:#fef2f2;color:#b91c1c;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:600;margin-bottom:16px}.fee-history-table-container{background:#fff;border-radius:12px;overflow:auto;border:1px solid #e5e7eb}.fee-history-table{width:100%;border-collapse:collapse}.fee-history-table thead{background:#f9fafb}.fee-history-table th{padding:16px;text-align:left;font-size:14px;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap}.fee-history-table td{padding:16px;border-bottom:1px solid #f1f5f9;white-space:nowrap}.fee-history-table tbody tr:hover{background:#fafafa}.fee-history-view-btn{border:none;cursor:pointer;padding:6px 12px;border-radius:6px;font-size:13px;background:#dbeafe;color:#1d4ed8}.fee-history-empty{text-align:center;padding:40px;color:#6b7280}.expense-dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.expense-dashboard-header h1{font-size:32px;color:#111827}.expense-dashboard-header p{margin-top:6px;color:#6b7280;font-size:15px}.expense-dashboard-actions{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.expense-dashboard-header{flex-direction:column;align-items:stretch}.expense-dashboard-actions{flex-direction:column}}.expense-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media (max-width: 992px){.expense-summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.expense-summary-cards{grid-template-columns:1fr}}.expense-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px}.add-expense-header{margin-bottom:24px}.add-expense-header h1{font-size:32px;color:#111827}.add-expense-header p{margin-top:6px;color:#6b7280;font-size:15px}.expense-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.expense-form-error{color:#b91c1c;font-size:14px}.expense-form-actions{display:flex;justify-content:flex-end;gap:12px}@media (max-width: 768px){.expense-form-grid{grid-template-columns:1fr}.expense-form-actions{flex-direction:column-reverse}}.input-group{display:flex;flex-direction:column;gap:8px}.input-label{font-size:14px;font-weight:600;color:#374151}.input-field{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;outline:none;transition:.2s;background:#fff}.input-field:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.input-field:disabled{background:#f3f4f6;cursor:not-allowed}.select-field{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.select-field:disabled{cursor:not-allowed}.expense-history-header{margin-bottom:24px}.expense-history-header h1{font-size:32px;color:#111827}.expense-history-header p{margin-top:6px;color:#6b7280;font-size:15px}.expense-history-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.expense-history-search{min-width:320px;flex:1}.expense-history-filters{display:flex;gap:20px;flex-wrap:wrap}.expense-history-filters .filter-group{display:flex;flex-direction:column;gap:8px}.expense-history-filters .filter-group label{font-size:14px;color:#6b7280;font-weight:600}.expense-history-filters .filter-group select{width:190px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}.expense-history-filters .filter-group select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.expense-details{display:flex;flex-direction:column;gap:16px}.expense-details-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:15px}.expense-details-row:last-child{border-bottom:none;padding-bottom:0}.expense-details-row>span:first-child{color:#6b7280;font-weight:600}.expense-details-row>span:last-child{color:#111827;text-align:right}@media (max-width: 768px){.expense-history-toolbar{flex-direction:column;align-items:stretch}.expense-history-search{min-width:100%}.expense-history-filters .filter-group,.expense-history-filters .filter-group select{width:100%}}.staff-dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.staff-dashboard-header h1{font-size:32px;color:#111827}.staff-dashboard-header p{margin-top:6px;color:#6b7280;font-size:15px}.staff-dashboard-actions{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.staff-dashboard-header{flex-direction:column;align-items:stretch}.staff-dashboard-actions{flex-direction:column}}.staff-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media (max-width: 992px){.staff-summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.staff-summary-cards{grid-template-columns:1fr}}.staff-list-header{margin-bottom:24px}.staff-list-header h1{font-size:32px;color:#111827}.staff-list-header p{margin-top:6px;color:#6b7280;font-size:15px}.staff-list-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.staff-list-search{min-width:320px;flex:1}.staff-list-filters{display:flex;gap:20px;flex-wrap:wrap}.staff-list-filters .filter-group{display:flex;flex-direction:column;gap:8px}.staff-list-filters .filter-group label{font-size:14px;color:#6b7280;font-weight:600}.staff-list-filters .filter-group select{width:190px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}.staff-list-filters .filter-group select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.staff-details{display:flex;flex-direction:column;gap:16px}.staff-details-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:15px}.staff-details-row:last-child{border-bottom:none;padding-bottom:0}.staff-details-row>span:first-child{color:#6b7280;font-weight:600}.staff-details-row>span:last-child{color:#111827;text-align:right}@media (max-width: 768px){.staff-list-toolbar{flex-direction:column;align-items:stretch}.staff-list-search{min-width:100%}.staff-list-filters .filter-group,.staff-list-filters .filter-group select{width:100%}}.staff-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px}.add-staff-header{margin-bottom:24px}.add-staff-header h1{font-size:32px;color:#111827}.add-staff-header p{margin-top:6px;color:#6b7280;font-size:15px}.staff-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.staff-form-error{color:#b91c1c;font-size:14px}.staff-form-actions{display:flex;justify-content:flex-end;gap:12px}@media (max-width: 768px){.staff-form-grid{grid-template-columns:1fr}.staff-form-actions{flex-direction:column-reverse}}.salary-dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.salary-dashboard-header h1{font-size:32px;color:#111827}.salary-dashboard-header p{margin-top:6px;color:#6b7280;font-size:15px}.salary-dashboard-actions{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.salary-dashboard-header{flex-direction:column;align-items:stretch}.salary-dashboard-actions{flex-direction:column}}.salary-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media (max-width: 992px){.salary-summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.salary-summary-cards{grid-template-columns:1fr}}.salary-history-header{margin-bottom:24px}.salary-history-header h1{font-size:32px;color:#111827}.salary-history-header p{margin-top:6px;color:#6b7280;font-size:15px}.salary-history-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.salary-history-search{min-width:320px;flex:1}.salary-history-filters{display:flex;gap:20px;flex-wrap:wrap}.salary-history-filters .filter-group{display:flex;flex-direction:column;gap:8px}.salary-history-filters .filter-group label{font-size:14px;color:#6b7280;font-weight:600}.salary-history-filters .filter-group select{width:190px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}.salary-history-filters .filter-group select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.salary-details{display:flex;flex-direction:column;gap:16px}.salary-details-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:15px}.salary-details-row:last-child{border-bottom:none;padding-bottom:0}.salary-details-row>span:first-child{color:#6b7280;font-weight:600}.salary-details-row>span:last-child{color:#111827;text-align:right}@media (max-width: 768px){.salary-history-toolbar{flex-direction:column;align-items:stretch}.salary-history-search{min-width:100%}.salary-history-filters .filter-group,.salary-history-filters .filter-group select{width:100%}}.salary-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px}.generate-salary-header{margin-bottom:24px}.generate-salary-header h1{font-size:32px;color:#111827}.generate-salary-header p{margin-top:6px;color:#6b7280;font-size:15px}.salary-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.salary-form-error{color:#b91c1c;font-size:14px}.salary-form-actions{display:flex;justify-content:flex-end;gap:12px}@media (max-width: 768px){.salary-form-grid{grid-template-columns:1fr}.salary-form-actions{flex-direction:column-reverse}}.vehicle-dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.vehicle-dashboard-header h1{font-size:32px;color:#111827}.vehicle-dashboard-header p{margin-top:6px;color:#6b7280;font-size:15px}.vehicle-dashboard-actions{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.vehicle-dashboard-header{flex-direction:column;align-items:stretch}.vehicle-dashboard-actions{flex-direction:column}}.vehicle-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media (max-width: 992px){.vehicle-summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.vehicle-summary-cards{grid-template-columns:1fr}}.vehicle-list-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.vehicle-list-header h1{font-size:32px;color:#111827}.vehicle-list-header p{margin-top:6px;color:#6b7280;font-size:15px}.vehicle-list-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.vehicle-list-search{min-width:320px;flex:1}.vehicle-list-filters{display:flex;gap:20px;flex-wrap:wrap}.vehicle-list-filters .filter-group{display:flex;flex-direction:column;gap:8px}.vehicle-list-filters .filter-group label{font-size:14px;color:#6b7280;font-weight:600}.vehicle-list-filters .filter-group select{width:190px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}.vehicle-list-filters .filter-group select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.vehicle-details{display:flex;flex-direction:column;gap:16px}.vehicle-details-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:15px}.vehicle-details-row:last-child{border-bottom:none;padding-bottom:0}.vehicle-details-row>span:first-child{color:#6b7280;font-weight:600}.vehicle-details-row>span:last-child{color:#111827;text-align:right}@media (max-width: 768px){.vehicle-list-header,.vehicle-list-toolbar{flex-direction:column;align-items:stretch}.vehicle-list-search{min-width:100%}.vehicle-list-filters .filter-group,.vehicle-list-filters .filter-group select{width:100%}}.vehicle-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px}.add-vehicle-header{margin-bottom:24px}.add-vehicle-header h1{font-size:32px;color:#111827}.add-vehicle-header p{margin-top:6px;color:#6b7280;font-size:15px}.vehicle-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.vehicle-form-error{color:#b91c1c;font-size:14px}.vehicle-form-actions{display:flex;justify-content:flex-end;gap:12px}@media (max-width: 768px){.vehicle-form-grid{grid-template-columns:1fr}.vehicle-form-actions{flex-direction:column-reverse}}.route-management-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.route-management-header h1{font-size:32px;color:#111827}.route-management-header p{margin-top:6px;color:#6b7280;font-size:15px}.route-management-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.route-management-search{min-width:320px;flex:1}.status-badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600}.status-badge.active{background:#dcfce7;color:#15803d}.status-badge.inactive{background:#f3f4f6;color:#6b7280}.route-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.route-form-error{color:#b91c1c;font-size:14px;margin-top:16px}.route-details{display:flex;flex-direction:column;gap:16px}.route-details-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:15px}.route-details-row:last-child{border-bottom:none;padding-bottom:0}.route-details-row>span:first-child{color:#6b7280;font-weight:600}.route-details-row>span:last-child{color:#111827;text-align:right}@media (max-width: 768px){.route-management-header,.route-management-toolbar{flex-direction:column;align-items:stretch}.route-management-search{min-width:100%}.route-form-grid{grid-template-columns:1fr}}.fuel-management-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.fuel-management-header h1{font-size:32px;color:#111827}.fuel-management-header p{margin-top:6px;color:#6b7280;font-size:15px}.fuel-management-toolbar{display:flex;justify-content:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.filter-group select{width:220px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}.fuel-form{display:flex;flex-direction:column;gap:20px}.fuel-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.fuel-form-error{color:#b91c1c;font-size:14px}.fuel-details{display:flex;flex-direction:column;gap:16px}.fuel-details-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:15px}.fuel-details-row:last-child{border-bottom:none;padding-bottom:0}.fuel-details-row>span:first-child{color:#6b7280;font-weight:600}.fuel-details-row>span:last-child{color:#111827;text-align:right}@media (max-width: 768px){.fuel-management-header{flex-direction:column;align-items:stretch}.fuel-management-toolbar{justify-content:stretch}.filter-group,.filter-group select{width:100%}.fuel-form-grid{grid-template-columns:1fr}}.vehicle-expense-management-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.vehicle-expense-management-header h1{font-size:32px;color:#111827}.vehicle-expense-management-header p{margin-top:6px;color:#6b7280;font-size:15px}.vehicle-expense-management-toolbar{display:flex;justify-content:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-size:14px;color:#6b7280;font-weight:600}.filter-group select{width:190px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}.filter-group select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.edit{background:#fef3c7;color:#b45309}.delete{background:#fee2e2;color:#b91c1c}.vehicle-expense-form{display:flex;flex-direction:column;gap:20px}.vehicle-expense-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.vehicle-expense-form-error{color:#b91c1c;font-size:14px}.vehicle-expense-details{display:flex;flex-direction:column;gap:16px}.vehicle-expense-details-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:15px}.vehicle-expense-details-row:last-child{border-bottom:none;padding-bottom:0}.vehicle-expense-details-row>span:first-child{color:#6b7280;font-weight:600}.vehicle-expense-details-row>span:last-child{color:#111827;text-align:right}@media (max-width: 768px){.vehicle-expense-management-header{flex-direction:column;align-items:stretch}.vehicle-expense-management-toolbar{justify-content:stretch}.filter-group,.filter-group select{width:100%}.vehicle-expense-form-grid{grid-template-columns:1fr}}.attendance-dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.attendance-dashboard-header h1{font-size:32px;color:#111827}.attendance-dashboard-header p{margin-top:6px;color:#6b7280;font-size:15px}.attendance-dashboard-actions{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.attendance-dashboard-header{flex-direction:column;align-items:stretch}.attendance-dashboard-actions{flex-direction:column}}.attendance-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media (max-width: 992px){.attendance-summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.attendance-summary-cards{grid-template-columns:1fr}}.student-attendance-header{margin-bottom:24px}.student-attendance-header h1{font-size:32px;color:#111827}.student-attendance-header p{margin-top:6px;color:#6b7280;font-size:15px}.student-attendance-toolbar{display:flex;align-items:flex-end;gap:20px;margin-bottom:20px;flex-wrap:wrap}.student-attendance-date{min-width:200px}.student-attendance-toolbar .filter-group{display:flex;flex-direction:column;gap:8px}.student-attendance-toolbar .filter-group label{font-size:14px;color:#6b7280;font-weight:600}.student-attendance-toolbar .filter-group select{width:190px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}.student-attendance-toolbar .filter-group select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.student-attendance-actions{display:flex;gap:16px;flex-wrap:wrap;margin-left:auto}@media (max-width: 768px){.student-attendance-toolbar{flex-direction:column;align-items:stretch}.student-attendance-actions{margin-left:0;flex-direction:column}.student-attendance-toolbar .filter-group,.student-attendance-toolbar .filter-group select{width:100%}}.staff-attendance-header{margin-bottom:24px}.staff-attendance-header h1{font-size:32px;color:#111827}.staff-attendance-header p{margin-top:6px;color:#6b7280;font-size:15px}.staff-attendance-toolbar{display:flex;align-items:flex-end;gap:20px;margin-bottom:20px;flex-wrap:wrap}.staff-attendance-date{min-width:200px}.staff-attendance-toolbar .filter-group{display:flex;flex-direction:column;gap:8px}.staff-attendance-toolbar .filter-group label{font-size:14px;color:#6b7280;font-weight:600}.staff-attendance-toolbar .filter-group select{width:190px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}.staff-attendance-toolbar .filter-group select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.staff-attendance-actions{display:flex;gap:16px;flex-wrap:wrap;margin-left:auto}.attendance-saved-banner{background:#dcfce7;color:#15803d;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:600;margin-bottom:20px}.attendance-status-group{display:flex;gap:8px}.attendance-status-btn{border:1px solid #e5e7eb;background:#fff;color:#6b7280;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:.2s}.attendance-status-btn:hover{border-color:#d1d5db}.attendance-status-btn.status-present.is-selected{background:#dcfce7;color:#15803d;border-color:#dcfce7}.attendance-status-btn.status-absent.is-selected{background:#fee2e2;color:#b91c1c;border-color:#fee2e2}.attendance-status-btn.status-leave.is-selected{background:#fef3c7;color:#b45309;border-color:#fef3c7}@media (max-width: 768px){.staff-attendance-toolbar{flex-direction:column;align-items:stretch}.staff-attendance-actions{margin-left:0;flex-direction:column}.staff-attendance-toolbar .filter-group,.staff-attendance-toolbar .filter-group select{width:100%}}.attendance-history-header{margin-bottom:24px}.attendance-history-header h1{font-size:32px;color:#111827}.attendance-history-header p{margin-top:6px;color:#6b7280;font-size:15px}.attendance-history-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.attendance-history-search{min-width:280px;flex:1}.attendance-history-filters{display:flex;gap:20px;flex-wrap:wrap}.attendance-history-filters .filter-group{display:flex;flex-direction:column;gap:8px}.attendance-history-filters .filter-group label{font-size:14px;color:#6b7280;font-weight:600}.attendance-history-filters .filter-group select,.attendance-history-filters .filter-group input[type=date]{width:170px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;outline:none}.attendance-history-filters .filter-group select:focus,.attendance-history-filters .filter-group input[type=date]:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.view{background:#dbeafe;color:#1d4ed8}.attendance-badge{padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600}.attendance-badge.status-present{background:#dcfce7;color:#15803d}.attendance-badge.status-absent{background:#fee2e2;color:#b91c1c}.attendance-badge.status-leave{background:#fef3c7;color:#b45309}.attendance-details{display:flex;flex-direction:column;gap:16px}.attendance-details-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:15px}.attendance-details-row:last-child{border-bottom:none;padding-bottom:0}.attendance-details-row>span:first-child{color:#6b7280;font-weight:600}.attendance-details-row>span:last-child{color:#111827;text-align:right}@media (max-width: 768px){.attendance-history-toolbar{flex-direction:column;align-items:stretch}.attendance-history-search{min-width:100%}.attendance-history-filters .filter-group,.attendance-history-filters .filter-group select,.attendance-history-filters .filter-group input[type=date]{width:100%}}.settings-dashboard-header,.settings-section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;flex-wrap:wrap}.settings-dashboard-header h1,.settings-section-header h1{font-size:32px;color:#111827}.settings-dashboard-header p,.settings-section-header p{margin-top:6px;color:#6b7280;font-size:15px}.settings-section-actions{display:flex;gap:16px;flex-wrap:wrap}.settings-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.settings-card{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;cursor:pointer;box-shadow:0 1px 3px #0000000a;transition:.2s}.settings-card:hover{border-color:#ea580c;box-shadow:0 4px 14px #ea580c1f;transform:translateY(-2px)}.settings-card-icon{width:56px;height:56px;min-width:56px;border-radius:14px;background:#ffedd5;display:flex;align-items:center;justify-content:center;font-size:26px}.settings-card-body h3{font-size:17px;color:#111827;margin-bottom:4px}.settings-card-body p{font-size:14px;color:#6b7280;line-height:1.5}.settings-section-body{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.settings-form{display:flex;flex-direction:column;gap:20px}.settings-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.settings-form-error{color:#b91c1c;font-size:14px}.settings-form-actions{display:flex;justify-content:flex-end;gap:12px}@media (max-width: 768px){.settings-form-grid{grid-template-columns:1fr}.settings-form-actions{flex-direction:column-reverse}.settings-cards-grid{grid-template-columns:1fr}}@media (max-width: 992px) and (min-width: 769px){.settings-cards-grid{grid-template-columns:repeat(2,1fr)}}.logo-upload{display:flex;align-items:center;gap:20px}.logo-upload-preview{width:80px;height:80px;border-radius:16px;background:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.logo-upload-preview img{width:100%;height:100%;object-fit:cover}.logo-upload-placeholder{font-size:30px}.logo-upload-controls{display:flex;flex-direction:column;gap:8px}.logo-upload-button{display:inline-block;width:fit-content;background:#f3f4f6;color:#111827;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s}.logo-upload-button:hover{background:#e5e7eb}.logo-upload-hint{font-size:13px;color:#6b7280}.table-container{background:#fff;border-radius:12px;overflow:auto;border:1px solid #e5e7eb}.student-table{width:100%;border-collapse:collapse}.student-table thead{background:#f9fafb}.student-table th{padding:16px;text-align:left;font-size:14px;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap}.student-table td{padding:16px;border-bottom:1px solid #f1f5f9;white-space:nowrap}.student-table tbody tr:hover{background:#fafafa}.action-btn{border:none;cursor:pointer;padding:6px 12px;border-radius:6px;margin-right:6px;font-size:13px}.action-btn.edit{background:#fef3c7;color:#b45309}.action-btn.delete{background:#fee2e2;color:#b91c1c}.empty-row{text-align:center;padding:40px;color:#6b7280}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600}.status-active{background:#dcfce7;color:#15803d}.status-inactive{background:#f3f4f6;color:#6b7280}.settings-status-banner{background:#ffedd5;color:#9a3412;border-radius:8px;padding:12px 16px;font-size:14px;font-weight:600;margin-bottom:20px}.data-management-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.data-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px}.data-card h3{font-size:16px;color:#111827}.data-card-note{font-size:14px;color:#6b7280;line-height:1.5}.data-card-row{display:flex;justify-content:space-between;font-size:14px}.data-card-row>span:first-child{color:#6b7280;font-weight:600}.data-card-row>span:last-child{color:#111827}.data-card-actions{display:flex;flex-direction:column;gap:10px}.data-card-danger{background:#fef2f2;border-color:#fecaca}@media (max-width: 992px){.data-management-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.data-management-grid{grid-template-columns:1fr}}.about-card{display:flex;flex-direction:column;gap:16px}.about-card h2{font-size:22px;color:#ea580c}.about-row{display:flex;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:15px}.about-row:last-child{border-bottom:none;padding-bottom:0}.about-row>span:first-child{color:#6b7280;font-weight:600}.about-row>span:last-child{color:#111827}
