*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#fff;color:#222;line-height:1.6}.dashboard-container{display:flex;min-height:100vh;background-color:#fff}.sidebar{width:250px;background:#fff;color:#222;position:fixed;height:100vh;overflow-y:auto;z-index:1000;box-shadow:2px 0 10px rgba(0,0,0,.1);border-right:1px solid #dcd0a8;left:0;transition:left .3s ease;top:0}.mobile-menu-btn{display:none;position:fixed;top:20px;left:20px;z-index:1001;background:#f90;color:#fff;border:none;border-radius:8px;padding:12px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;align-items:center;justify-content:center;width:48px;height:48px}.mobile-menu-btn:hover{background:#e68a00;transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.mobile-menu-btn:active{transform:translateY(0)}.mobile-close-btn{display:none;background:none;border:none;color:#666;cursor:pointer;padding:8px;border-radius:4px;transition:all .2s ease}.mobile-close-btn:hover{background:#f5f5f5;color:#333}.mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999}@media (max-width:768px){.sidebar{left:-250px;transition:left .3s ease;z-index:1000}.sidebar.sidebar-open{left:0;z-index:1000}.mobile-menu-btn{display:flex!important;visibility:visible!important;opacity:1!important;z-index:1001!important;position:fixed!important;top:20px!important;left:20px!important}.mobile-close-btn{display:block}.mobile-overlay{display:block;z-index:999}.main-content{margin-left:0!important}}@media (min-width:769px){.sidebar{left:0}.mobile-menu-btn{display:none!important;visibility:hidden!important;opacity:0!important}.mobile-close-btn,.mobile-overlay{display:none}}@media (max-width:480px){.mobile-menu-btn{top:15px!important;left:15px!important;width:44px!important;height:44px!important;padding:10px!important}.sidebar{width:100%;max-width:280px}}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#dcd0a8;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#f90}.sidebar-header{padding:20px;border-bottom:1px solid #dcd0a8;justify-content:space-between}.sidebar-header,.sidebar-logo{display:flex;align-items:center}.sidebar-logo{gap:12px}.logo-icon{width:32px;height:32px;background:#f90;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.sidebar-header h2{font-size:1.2rem;font-weight:600;color:#222}.sidebar-menu{list-style:none;padding:20px 0}.menu-item{padding:15px 20px;cursor:pointer;transition:all .3s ease;border-left:3px solid transparent;display:flex;align-items:center;color:#222}.menu-item:hover{background-color:#fff9e5;border-left-color:#f90}.menu-item.active{background-color:#dcd0a8;border-left-color:#f90;color:#222}.menu-icon{display:flex;align-items:center;justify-content:center;margin-right:12px}.menu-icon,.menu-icon svg{width:20px;height:20px}.main-content{flex:1 1;margin-left:250px;display:flex;flex-direction:column;transition:margin-left .3s ease}@media (max-width:768px){.main-content{margin-left:0}}.header{background:#fff;padding:20px 30px;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;z-index:100;border-bottom:1px solid #dcd0a8}.header-left h1{color:#222;font-size:1.8rem;font-weight:600}.user-info{gap:10px;color:#666}.user-avatar,.user-info{display:flex;align-items:center}.user-avatar{width:32px;height:32px;background:#fff9e5;border-radius:50%;justify-content:center;color:#f90;border:1px solid #dcd0a8}.user-avatar svg{width:20px;height:20px}.content{flex:1 1;padding:30px;background-color:#fff}.content-section{display:none}.content-section.active{display:block}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-bottom:30px}.stat-card{background:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);display:flex;align-items:center;gap:20px;transition:transform .3s ease;border:1px solid #dcd0a8}.stat-card:hover{transform:translateY(-5px)}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon svg{width:24px;height:24px}.stat-card:first-child .stat-icon{background:#f90}.stat-card:nth-child(2) .stat-icon{background:#dcd0a8}.stat-card:nth-child(3) .stat-icon{background:#f90}.stat-card:nth-child(4) .stat-icon{background:#dcd0a8}.stat-info h3{color:#666;font-size:.9rem;margin-bottom:5px}.stat-number{font-size:2rem;font-weight:700;color:#222}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.section-header h2{color:#222;font-size:1.5rem;font-weight:600}.btn{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-primary{background:#dcd0a8;color:#222;border:1px solid #dcd0a8}.btn-primary:hover{background:#f90;color:#222;transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,153,0,.4)}.btn-secondary{background:#fff9e5;color:#222;border:1px solid #dcd0a8}.btn-secondary:hover{background:#dcd0a8;color:#222}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838}.btn-warning{background:#fff9e5;color:#222;border:1px solid #dcd0a8}.btn-warning:hover{background:#f90;color:#222}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn-sm{padding:5px 10px;font-size:.8rem}.table-container{border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden}.data-table{width:100%;border-collapse:collapse}.data-table th{background:#dcd0a8;color:#222;padding:15px;text-align:left;font-weight:600}.data-table td{padding:15px;border-bottom:1px solid #dcd0a8}.data-table tbody tr:hover{background-color:#fff9e5}.data-table tbody tr:last-child td{border-bottom:none}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);animation:fadeIn .3s ease}.modal-content{background-color:#fff;margin:5% auto;border-radius:10px;width:90%;max-width:500px;box-shadow:0 10px 30px rgba(0,0,0,.3);animation:slideIn .3s ease;border:1px solid #dcd0a8}.modal-header{padding:20px 25px;border-bottom:1px solid #dcd0a8;display:flex;justify-content:space-between;align-items:center}.modal-header h3{color:#222;font-size:1.3rem;font-weight:600}.close{color:#aaa;font-size:28px;font-weight:700;cursor:pointer;transition:color .3s ease}.close:hover{color:#222}.modal-body{padding:25px}.modal-footer{padding:20px 25px;display:flex;justify-content:flex-end;gap:10px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;color:#222;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px;border:1px solid #dcd0a8;border-radius:5px;font-size:.9rem;transition:border-color .3s ease;background-color:#fff9e5}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f90;box-shadow:0 0 0 2px rgba(255,153,0,.2)}.form-group textarea{resize:vertical;min-height:80px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.sidebar{width:200px}.main-content{margin-left:200px}.header{padding:15px 20px}.content{padding:20px}.stats-grid{grid-template-columns:1fr}.section-header{flex-direction:column;gap:15px;align-items:flex-start}.modal-content{width:95%;margin:10% auto}}@media (max-width:480px){.sidebar{width:100%;transform:translateX(-100%);transition:transform .3s ease}.sidebar.open{transform:translateX(0)}.main-content{margin-left:0}.header{padding:10px 15px}.content,.stat-card{padding:15px}.data-table{font-size:.8rem}.data-table td,.data-table th{padding:10px 8px}}.loading{opacity:.6;pointer-events:none}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;color:#222}.spinner{border:3px solid #f3f3f3;border-top-color:#f90;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite;display:inline-block;margin-right:10px}.status-badge{font-size:.8rem}.status-active{background-color:#dcd0a8;color:#222}.status-pending{background-color:#fff9e5;color:#222}.status-completed{background-color:#f90;color:#222}.action-buttons{gap:5px}.action-buttons .btn{padding:5px 8px}.empty-state{text-align:center;padding:40px 20px;color:#666}.empty-state i{font-size:3rem;color:#dcd0a8;margin-bottom:15px}.empty-state h3{margin-bottom:10px;color:#666}.empty-state p{color:#999}.login-modal{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fff}.login-card{background:#fff;padding:40px;border-radius:15px;box-shadow:0 20px 40px rgba(0,0,0,.1);width:100%;max-width:400px;border:1px solid #dcd0a8}.login-header{text-align:center;margin-bottom:30px}.login-header h2{color:#222;font-size:1.8rem;margin-bottom:10px}.login-header p{color:#666}.notification{position:fixed;top:20px;right:20px;padding:15px 20px;border-radius:5px;box-shadow:0 4px 15px rgba(0,0,0,.2);z-index:3000;gap:10px;animation:slideInRight .3s ease}.notification-success{background:#28a745;color:#fff}.notification-error{background:#dc3545;color:#fff}@keyframes slideOutRight{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:#dcd0a8;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#f90}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#dcd0a8 transparent}.welcome-section{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);border:1px solid #dcd0a8;text-align:center}.welcome-header{margin-bottom:30px}.welcome-icon{width:64px;height:64px;background:#f90;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.welcome-header h2{color:#222;font-size:1.8rem;font-weight:600;margin-bottom:10px}.welcome-header p{color:#666;font-size:1.1rem;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;margin-top:30px}.feature-card{padding:20px;background:#fff9e5;border-radius:8px;border:1px solid #dcd0a8;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.feature-icon{width:48px;height:48px;background:#dcd0a8;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:#222}.feature-icon svg{width:24px;height:24px}.feature-card h4{color:#222;font-size:1.1rem;font-weight:600;margin-bottom:8px}.feature-card p{color:#666;font-size:.9rem;line-height:1.4}.empty-icon{margin:0 auto 15px;color:#dcd0a8}.empty-icon,.empty-icon svg{width:48px;height:48px}.search-dropdown{position:relative;width:100%}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;color:#666;z-index:1}.search-dropdown input{width:100%;padding:12px 16px 12px 40px;border:1px solid #dcd0a8;border-radius:8px;font-size:1rem;background:#fff9e5;transition:all .3s ease}.search-dropdown input:focus{outline:none;border-color:#f90;box-shadow:0 0 0 3px rgba(255,153,0,.1)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #dcd0a8;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);z-index:1000;max-height:200px;overflow-y:auto;margin-top:4px;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#fff9e5}.dropdown-item.no-results{color:#666;font-style:italic;cursor:default}.dropdown-item.no-results:hover{background-color:transparent}.course-info{display:flex;flex-direction:column;gap:4px}.course-name{font-weight:600;color:#222;font-size:.95rem}.course-description{color:#666;font-size:.85rem;line-height:1.3}.notification-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;max-width:400px}.notification{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease;animation:slideInRight .3s ease-out;border-left:4px solid}.notification:hover{transform:translateX(-5px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.notification-success{background:#f0f9f0;border-left-color:#22c55e;color:#166534}.notification-error{background:#fef2f2;border-left-color:#ef4444;color:#dc2626}.notification-warning{background:#fffbeb;border-left-color:#f59e0b;color:#d97706}.notification-info{background:#eff6ff;border-left-color:#3b82f6;color:#1d4ed8}.notification-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.notification-content{flex:1 1}.notification-message{margin:0;font-size:.95rem;font-weight:500;line-height:1.4}.notification-close{flex-shrink:0;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;opacity:.7;transition:opacity .2s ease}.notification-close:hover{opacity:1}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.checkbox-wrapper{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.checkbox-input{position:absolute;opacity:0;cursor:pointer;height:20px;width:20px;margin:0;z-index:2}.checkbox-custom{position:relative;width:20px;height:20px;border:2px solid #dcd0a8;border-radius:4px;background:#fff9e5;transition:all .3s ease;flex-shrink:0;pointer-events:none}.checkbox-wrapper:hover .checkbox-custom{border-color:#f90;background:#fff9e5}.checkbox-input:checked+.checkbox-custom{background:#f90;border-color:#f90}.checkbox-input:checked+.checkbox-custom:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label{font-size:.95rem;color:#222;font-weight:500;line-height:1.4;cursor:pointer;pointer-events:auto}.grade-dropdown{position:relative;width:100%}.grade-dropdown select{width:100%;border:1px solid #dcd0a8;border-radius:8px;font-size:1rem;background:#fff9e5;color:#222;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding:12px 40px 12px 16px}.grade-dropdown select:focus{outline:none;border-color:#f90;box-shadow:0 0 0 3px rgba(255,153,0,.1)}.grade-dropdown select:hover{border-color:#f90}.table-container{width:100%;overflow-x:auto;border-radius:12px;border:1px solid #dcd0a8;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.table-container table{width:100%;min-width:800px;border-collapse:collapse;font-size:.9rem}.table-container td,.table-container th{padding:12px 16px;text-align:left;border-bottom:1px solid #dcd0a8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.table-container th{background:#fff9e5;font-weight:600;color:#222;position:-webkit-sticky;position:sticky;top:0;z-index:10}.table-container tbody tr:hover{background:#fff9e5}.table-container .col-name{min-width:150px;max-width:200px}.table-container .col-description{min-width:200px;max-width:300px;white-space:normal;word-wrap:break-word}.table-container .col-phone{min-width:120px;max-width:150px}.table-container .col-grade,.table-container .col-section{min-width:100px;max-width:120px}.table-container .col-governorate{min-width:120px;max-width:150px}.table-container .col-price{min-width:80px;max-width:100px}.table-container .col-status{min-width:100px;max-width:120px}.table-container .col-actions{min-width:120px;max-width:150px;text-align:center}.action-buttons{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap}.action-buttons .btn{padding:6px 12px;font-size:.8rem;min-width:auto;white-space:nowrap}.status-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-align:center;min-width:60px}@media (max-width:768px){.table-container{font-size:.8rem}.table-container td,.table-container th{padding:8px 12px}.action-buttons{flex-direction:column;gap:4px}.action-buttons .btn{width:100%;font-size:.75rem}}.table-container::-webkit-scrollbar{height:8px}.table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-container::-webkit-scrollbar-thumb{background:#dcd0a8;border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:#f90}.table-loading{display:flex;justify-content:center;align-items:center;padding:40px;color:#666}.table-loading svg{animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-content{max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.modal-body{flex:1 1;overflow-y:auto;padding:20px;max-height:calc(90vh - 120px)}.modal-header{flex-shrink:0;padding:20px 20px 0}.modal-footer{flex-shrink:0;border-top:1px solid #dcd0a8;margin-top:20px;padding:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:20px}.form-grid .form-group{margin-bottom:0}.form-grid .form-group.full-width{grid-column:1/-1}@media (max-width:768px){.form-grid{grid-template-columns:1fr;gap:15px}.modal-content{max-height:95vh;margin:10px}.modal-body{max-height:calc(95vh - 100px);padding:15px}}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.modal-body::-webkit-scrollbar-thumb{background:#dcd0a8;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#f90}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0897-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc,U+102e0-102fb,U+10e60-10e7e,U+10ec2-10ec4,U+10efc-10eff,U+1ee00-1ee03,U+1ee05-1ee1f,U+1ee21-1ee22,U+1ee24,U+1ee27,U+1ee29-1ee32,U+1ee34-1ee37,U+1ee39,U+1ee3b,U+1ee42,U+1ee47,U+1ee49,U+1ee4b,U+1ee4d-1ee4f,U+1ee51-1ee52,U+1ee54,U+1ee57,U+1ee59,U+1ee5b,U+1ee5d,U+1ee5f,U+1ee61-1ee62,U+1ee64,U+1ee67-1ee6a,U+1ee6c-1ee72,U+1ee74-1ee77,U+1ee79-1ee7c,U+1ee7e,U+1ee80-1ee89,U+1ee8b-1ee9b,U+1eea1-1eea3,U+1eea5-1eea9,U+1eeab-1eebb,U+1eef0-1eef1}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0897-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc,U+102e0-102fb,U+10e60-10e7e,U+10ec2-10ec4,U+10efc-10eff,U+1ee00-1ee03,U+1ee05-1ee1f,U+1ee21-1ee22,U+1ee24,U+1ee27,U+1ee29-1ee32,U+1ee34-1ee37,U+1ee39,U+1ee3b,U+1ee42,U+1ee47,U+1ee49,U+1ee4b,U+1ee4d-1ee4f,U+1ee51-1ee52,U+1ee54,U+1ee57,U+1ee59,U+1ee5b,U+1ee5d,U+1ee5f,U+1ee61-1ee62,U+1ee64,U+1ee67-1ee6a,U+1ee6c-1ee72,U+1ee74-1ee77,U+1ee79-1ee7c,U+1ee7e,U+1ee80-1ee89,U+1ee8b-1ee9b,U+1eea1-1eea3,U+1eea5-1eea9,U+1eeab-1eebb,U+1eef0-1eef1}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0897-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc,U+102e0-102fb,U+10e60-10e7e,U+10ec2-10ec4,U+10efc-10eff,U+1ee00-1ee03,U+1ee05-1ee1f,U+1ee21-1ee22,U+1ee24,U+1ee27,U+1ee29-1ee32,U+1ee34-1ee37,U+1ee39,U+1ee3b,U+1ee42,U+1ee47,U+1ee49,U+1ee4b,U+1ee4d-1ee4f,U+1ee51-1ee52,U+1ee54,U+1ee57,U+1ee59,U+1ee5b,U+1ee5d,U+1ee5f,U+1ee61-1ee62,U+1ee64,U+1ee67-1ee6a,U+1ee6c-1ee72,U+1ee74-1ee77,U+1ee79-1ee7c,U+1ee7e,U+1ee80-1ee89,U+1ee8b-1ee9b,U+1eea1-1eea3,U+1eea5-1eea9,U+1eeab-1eebb,U+1eef0-1eef1}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0897-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc,U+102e0-102fb,U+10e60-10e7e,U+10ec2-10ec4,U+10efc-10eff,U+1ee00-1ee03,U+1ee05-1ee1f,U+1ee21-1ee22,U+1ee24,U+1ee27,U+1ee29-1ee32,U+1ee34-1ee37,U+1ee39,U+1ee3b,U+1ee42,U+1ee47,U+1ee49,U+1ee4b,U+1ee4d-1ee4f,U+1ee51-1ee52,U+1ee54,U+1ee57,U+1ee59,U+1ee5b,U+1ee5d,U+1ee5f,U+1ee61-1ee62,U+1ee64,U+1ee67-1ee6a,U+1ee6c-1ee72,U+1ee74-1ee77,U+1ee79-1ee7c,U+1ee7e,U+1ee80-1ee89,U+1ee8b-1ee9b,U+1eea1-1eea3,U+1eea5-1eea9,U+1eeab-1eebb,U+1eef0-1eef1}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Cairo_432a2d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Cairo_Fallback_432a2d;src:local("Arial");ascent-override:136.94%;descent-override:60.01%;line-gap-override:0.00%;size-adjust:95.15%}.__className_432a2d{font-family:__Cairo_432a2d,__Cairo_Fallback_432a2d;font-style:normal}.__variable_432a2d{--font-cairo:"__Cairo_432a2d","__Cairo_Fallback_432a2d"}