*::-moz-focus-inner{border:0;padding:0}*{-webkit-font-smoothing:antialiased;font-smooth:always}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:always;text-rendering:optimizeLegibility}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}input::placeholder,textarea::placeholder{color:#0000008a;opacity:1}select::-ms-expand{display:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:inherit!important}.flex-container{gap:1rem;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.flex-wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap}@media (prefers-contrast: high){*{outline:1px solid}}@supports (-ms-ime-align: auto){.edge-fix{display:block}}@-moz-document url-prefix(){.firefox-fix{display:block}}:root{--mobile-font-xs: .75rem;--mobile-font-sm: .875rem;--mobile-font-base: 1rem;--mobile-font-lg: 1.125rem;--mobile-font-xl: 1.25rem;--mobile-font-2xl: 1.5rem;--mobile-font-3xl: 1.875rem;--mobile-font-4xl: 2.25rem;--mobile-space-1: .25rem;--mobile-space-2: .5rem;--mobile-space-3: .75rem;--mobile-space-4: 1rem;--mobile-space-5: 1.25rem;--mobile-space-6: 1.5rem;--mobile-space-8: 2rem;--mobile-space-10: 2.5rem;--mobile-space-12: 3rem;--mobile-space-16: 4rem;--mobile-space-20: 5rem;--mobile-xs: 320px;--mobile-sm: 375px;--mobile-md: 414px;--mobile-lg: 768px;--mobile-xl: 1024px;--mobile-bg-primary: #ffffff;--mobile-bg-secondary: #f8f9fa;--mobile-bg-tertiary: #e9ecef;--mobile-text-primary: #212529;--mobile-text-secondary: #6c757d;--mobile-text-muted: #adb5bd;--mobile-border-light: #dee2e6;--mobile-border-medium: #ced4da;--mobile-shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--mobile-shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--mobile-shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}*{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:var(--mobile-text-primary);background-color:var(--mobile-bg-primary)}.mobile-container{width:100%;max-width:100%;margin:0 auto;padding:0 var(--mobile-space-4)}.mobile-container-fluid{width:100%;padding:0 var(--mobile-space-4)}.mobile-grid{display:grid;gap:var(--mobile-space-4);width:100%}.mobile-grid-1{grid-template-columns:1fr}.mobile-grid-2{grid-template-columns:repeat(2,1fr)}.mobile-grid-3{grid-template-columns:repeat(3,1fr)}.mobile-grid-4{grid-template-columns:repeat(4,1fr)}.mobile-p-1{padding:var(--mobile-space-1)}.mobile-p-2{padding:var(--mobile-space-2)}.mobile-p-3{padding:var(--mobile-space-3)}.mobile-p-4{padding:var(--mobile-space-4)}.mobile-p-5{padding:var(--mobile-space-5)}.mobile-p-6{padding:var(--mobile-space-6)}.mobile-p-8{padding:var(--mobile-space-8)}.mobile-m-0{margin:0}.mobile-m-1{margin:var(--mobile-space-1)}.mobile-m-2{margin:var(--mobile-space-2)}.mobile-m-3{margin:var(--mobile-space-3)}.mobile-m-4{margin:var(--mobile-space-4)}.mobile-m-5{margin:var(--mobile-space-5)}.mobile-m-6{margin:var(--mobile-space-6)}.mobile-m-8{margin:var(--mobile-space-8)}.mobile-text-xs{font-size:var(--mobile-font-xs)}.mobile-text-sm{font-size:var(--mobile-font-sm)}.mobile-text-base{font-size:var(--mobile-font-base)}.mobile-text-lg{font-size:var(--mobile-font-lg)}.mobile-text-xl{font-size:var(--mobile-font-xl)}.mobile-text-2xl{font-size:var(--mobile-font-2xl)}.mobile-text-3xl{font-size:var(--mobile-font-3xl)}.mobile-text-4xl{font-size:var(--mobile-font-4xl)}@media (min-width: 320px) and (max-width: 374px){.mobile-container{padding:0 var(--mobile-space-2)}.mobile-grid-2,.mobile-grid-3,.mobile-grid-4{grid-template-columns:1fr}}@media (min-width: 375px) and (max-width: 413px){.mobile-container{padding:0 var(--mobile-space-3)}.mobile-grid-2{grid-template-columns:repeat(2,1fr)}.mobile-grid-3,.mobile-grid-4{grid-template-columns:1fr}}@media (min-width: 414px) and (max-width: 767px){.mobile-container{padding:0 var(--mobile-space-4)}.mobile-grid-2,.mobile-grid-3,.mobile-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px) and (max-width: 1023px){.mobile-container{max-width:750px;padding:0 var(--mobile-space-6)}.mobile-grid-2{grid-template-columns:repeat(2,1fr)}.mobile-grid-3,.mobile-grid-4{grid-template-columns:repeat(3,1fr)}.mobile-only{display:none}.desktop-only{display:block}}@media (min-width: 1024px){.mobile-only{display:none}.desktop-only{display:block}.mobile-container{max-width:1200px}.mobile-grid-4{grid-template-columns:repeat(4,1fr)}}.mobile-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--mobile-bg-primary);border-bottom:1px solid var(--mobile-border-light);box-shadow:var(--mobile-shadow-sm)}.mobile-nav-content{display:flex;align-items:center;justify-content:space-between;padding:var(--mobile-space-3) var(--mobile-space-4);min-height:56px}.mobile-nav-title{font-size:var(--mobile-font-lg);font-weight:600;color:var(--mobile-text-primary);margin:0}.mobile-nav-menu{display:flex;align-items:center;gap:var(--mobile-space-2)}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:280px;background:var(--mobile-bg-primary);box-shadow:var(--mobile-shadow-lg);transform:translate(-100%);transition:transform .3s ease-in-out;z-index:1100;overflow-y:auto}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1050;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.mobile-drawer-overlay.open{opacity:1;visibility:visible}.mobile-card{background:var(--mobile-bg-primary);border:1px solid var(--mobile-border-light);border-radius:8px;box-shadow:var(--mobile-shadow-sm);overflow:hidden;margin-bottom:var(--mobile-space-4)}.mobile-card-header{padding:var(--mobile-space-4);border-bottom:1px solid var(--mobile-border-light);background:var(--mobile-bg-secondary)}.mobile-card-title{font-size:var(--mobile-font-lg);font-weight:600;color:var(--mobile-text-primary);margin:0 0 var(--mobile-space-2) 0}.mobile-card-subtitle{font-size:var(--mobile-font-sm);color:var(--mobile-text-secondary);margin:0}.mobile-card-content{padding:var(--mobile-space-4)}.mobile-card-actions{padding:var(--mobile-space-4);border-top:1px solid var(--mobile-border-light);background:var(--mobile-bg-secondary);display:flex;gap:var(--mobile-space-2);flex-wrap:wrap}.mobile-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--mobile-border-light);border-radius:8px;background:var(--mobile-bg-primary)}.mobile-table{width:100%;min-width:600px;border-collapse:collapse;font-size:var(--mobile-font-sm)}.mobile-table th{background:var(--mobile-bg-secondary);color:var(--mobile-text-primary);font-weight:600;padding:var(--mobile-space-3);text-align:left;border-bottom:2px solid var(--mobile-border-medium);white-space:nowrap}.mobile-table td{padding:var(--mobile-space-3);border-bottom:1px solid var(--mobile-border-light);vertical-align:top}.mobile-table tbody tr:hover{background:var(--mobile-bg-secondary)}.mobile-form{width:100%}.mobile-form-group{margin-bottom:var(--mobile-space-4)}.mobile-form-label{display:block;font-size:var(--mobile-font-sm);font-weight:500;color:var(--mobile-text-primary);margin-bottom:var(--mobile-space-2)}.mobile-form-input{width:100%;padding:var(--mobile-space-3);border:1px solid var(--mobile-border-medium);border-radius:6px;font-size:var(--mobile-font-base);background:var(--mobile-bg-primary);color:var(--mobile-text-primary);transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.mobile-form-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.mobile-form-textarea{width:100%;padding:var(--mobile-space-3);border:1px solid var(--mobile-border-medium);border-radius:6px;font-size:var(--mobile-font-base);background:var(--mobile-bg-primary);color:var(--mobile-text-primary);resize:vertical;min-height:100px;font-family:inherit}.mobile-form-select{width:100%;padding:var(--mobile-space-3);border:1px solid var(--mobile-border-medium);border-radius:6px;font-size:var(--mobile-font-base);background:var(--mobile-bg-primary);color:var(--mobile-text-primary);cursor:pointer}.mobile-btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--mobile-space-3) var(--mobile-space-4);border:none;border-radius:6px;font-size:var(--mobile-font-base);font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;min-height:44px;gap:var(--mobile-space-2)}.mobile-btn:disabled{opacity:.6;cursor:not-allowed}.mobile-btn-primary{background:#007bff;color:#fff}.mobile-btn-primary:hover:not(:disabled){background:#0056b3}.mobile-btn-secondary{background:var(--mobile-bg-secondary);color:var(--mobile-text-primary);border:1px solid var(--mobile-border-medium)}.mobile-btn-secondary:hover:not(:disabled){background:var(--mobile-bg-tertiary)}.mobile-btn-danger{background:#dc3545;color:#fff}.mobile-btn-danger:hover:not(:disabled){background:#c82333}.mobile-btn-success{background:#28a745;color:#fff}.mobile-btn-success:hover:not(:disabled){background:#1e7e34}.mobile-btn-sm{padding:var(--mobile-space-2) var(--mobile-space-3);font-size:var(--mobile-font-sm);min-height:36px}.mobile-btn-lg{padding:var(--mobile-space-4) var(--mobile-space-6);font-size:var(--mobile-font-lg);min-height:52px}.mobile-dialog{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:var(--mobile-space-4)}.mobile-dialog-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.mobile-dialog-content{position:relative;background:var(--mobile-bg-primary);border-radius:12px;box-shadow:var(--mobile-shadow-lg);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-dialog-header{padding:var(--mobile-space-4);border-bottom:1px solid var(--mobile-border-light);display:flex;align-items:center;justify-content:space-between}.mobile-dialog-title{font-size:var(--mobile-font-xl);font-weight:600;color:var(--mobile-text-primary);margin:0}.mobile-dialog-body{padding:var(--mobile-space-4)}.mobile-dialog-footer{padding:var(--mobile-space-4);border-top:1px solid var(--mobile-border-light);display:flex;gap:var(--mobile-space-2);justify-content:flex-end;flex-wrap:wrap}.mobile-list{background:var(--mobile-bg-primary);border:1px solid var(--mobile-border-light);border-radius:8px;overflow:hidden}.mobile-list-item{padding:var(--mobile-space-4);border-bottom:1px solid var(--mobile-border-light);display:flex;align-items:center;gap:var(--mobile-space-3)}.mobile-list-item:last-child{border-bottom:none}.mobile-list-item:hover{background:var(--mobile-bg-secondary)}.mobile-list-item-content{flex:1;min-width:0}.mobile-list-item-title{font-size:var(--mobile-font-base);font-weight:500;color:var(--mobile-text-primary);margin:0 0 var(--mobile-space-1) 0}.mobile-list-item-subtitle{font-size:var(--mobile-font-sm);color:var(--mobile-text-secondary);margin:0}.mobile-status{display:inline-flex;align-items:center;padding:var(--mobile-space-1) var(--mobile-space-2);border-radius:12px;font-size:var(--mobile-font-xs);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.mobile-status-pending{background:#fff3cd;color:#856404}.mobile-status-approved{background:#d4edda;color:#155724}.mobile-status-rejected{background:#f8d7da;color:#721c24}.mobile-status-active{background:#d1ecf1;color:#0c5460}.mobile-status-inactive{background:#e2e3e5;color:#383d41}.mobile-loading{display:flex;align-items:center;justify-content:center;padding:var(--mobile-space-8);color:var(--mobile-text-secondary)}.mobile-spinner{width:24px;height:24px;border:2px solid var(--mobile-border-light);border-top:2px solid #007bff;border-radius:50%;animation:mobile-spin 1s linear infinite;margin-right:var(--mobile-space-2)}@keyframes mobile-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-error{background:#f8d7da;color:#721c24;padding:var(--mobile-space-3);border-radius:6px;border:1px solid #f5c6cb;margin-bottom:var(--mobile-space-4)}.mobile-success{background:#d4edda;color:#155724;padding:var(--mobile-space-3);border-radius:6px;border:1px solid #c3e6cb;margin-bottom:var(--mobile-space-4)}.mobile-stepper{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--mobile-space-6);position:relative}.mobile-stepper:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:var(--mobile-border-light);z-index:1}.mobile-stepper-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;background:var(--mobile-bg-primary);padding:0 var(--mobile-space-2)}.mobile-stepper-step-number{width:32px;height:32px;border-radius:50%;background:var(--mobile-bg-secondary);color:var(--mobile-text-secondary);display:flex;align-items:center;justify-content:center;font-size:var(--mobile-font-sm);font-weight:600;margin-bottom:var(--mobile-space-2);border:2px solid var(--mobile-border-light)}.mobile-stepper-step.active .mobile-stepper-step-number{background:#007bff;color:#fff;border-color:#007bff}.mobile-stepper-step.completed .mobile-stepper-step-number{background:#28a745;color:#fff;border-color:#28a745}.mobile-stepper-step-label{font-size:var(--mobile-font-xs);color:var(--mobile-text-secondary);text-align:center;max-width:80px}.mobile-stepper-step.active .mobile-stepper-step-label{color:var(--mobile-text-primary);font-weight:500}.mobile-file-upload{border:2px dashed var(--mobile-border-medium);border-radius:8px;padding:var(--mobile-space-6);text-align:center;background:var(--mobile-bg-secondary);transition:all .2s ease-in-out;cursor:pointer}.mobile-file-upload:hover,.mobile-file-upload.dragover{border-color:#007bff;background:#f8f9ff}.mobile-file-upload-icon{font-size:var(--mobile-font-3xl);color:var(--mobile-text-muted);margin-bottom:var(--mobile-space-2)}.mobile-file-upload-text{font-size:var(--mobile-font-base);color:var(--mobile-text-primary);margin-bottom:var(--mobile-space-1)}.mobile-file-upload-hint{font-size:var(--mobile-font-sm);color:var(--mobile-text-secondary)}.mobile-pagination{display:flex;align-items:center;justify-content:center;gap:var(--mobile-space-2);margin-top:var(--mobile-space-6);flex-wrap:wrap}.mobile-pagination-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--mobile-border-medium);border-radius:6px;background:var(--mobile-bg-primary);color:var(--mobile-text-primary);text-decoration:none;font-size:var(--mobile-font-sm);transition:all .2s ease-in-out}.mobile-pagination-btn:hover{background:var(--mobile-bg-secondary);border-color:#007bff}.mobile-pagination-btn.active{background:#007bff;color:#fff;border-color:#007bff}.mobile-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.mobile-search{position:relative;margin-bottom:var(--mobile-space-4)}.mobile-search-input{width:100%;padding:var(--mobile-space-3) var(--mobile-space-10) var(--mobile-space-3) var(--mobile-space-3);border:1px solid var(--mobile-border-medium);border-radius:6px;font-size:var(--mobile-font-base);background:var(--mobile-bg-primary);color:var(--mobile-text-primary)}.mobile-search-icon{position:absolute;right:var(--mobile-space-3);top:50%;transform:translateY(-50%);color:var(--mobile-text-muted);pointer-events:none}.mobile-filters{display:flex;gap:var(--mobile-space-2);margin-bottom:var(--mobile-space-4);flex-wrap:wrap}.mobile-filter-chip{display:inline-flex;align-items:center;padding:var(--mobile-space-2) var(--mobile-space-3);background:var(--mobile-bg-secondary);color:var(--mobile-text-primary);border:1px solid var(--mobile-border-medium);border-radius:16px;font-size:var(--mobile-font-sm);cursor:pointer;transition:all .2s ease-in-out}.mobile-filter-chip:hover{background:var(--mobile-bg-tertiary)}.mobile-filter-chip.active{background:#007bff;color:#fff;border-color:#007bff}.mobile-img{max-width:100%;height:auto;display:block}.mobile-img-responsive{width:100%;height:auto;object-fit:cover}.mobile-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--mobile-border-light)}.mobile-avatar-sm{width:32px;height:32px}.mobile-avatar-lg{width:56px;height:56px}.mobile-touch-target{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.mobile-touch-feedback{transition:transform .1s ease-in-out}.mobile-touch-feedback:active{transform:scale(.95)}.mobile-scroll-hidden{overflow:hidden}.mobile-scroll-auto{overflow:auto;-webkit-overflow-scrolling:touch}.mobile-focus-visible:focus-visible{outline:2px solid #007bff;outline-offset:2px}@media print{.mobile-no-print{display:none!important}.mobile-print-only{display:block!important}.mobile-card{box-shadow:none;border:1px solid #000}.mobile-btn{border:1px solid #000;background:transparent!important;color:#000!important}}.mobile-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-contrast: high){:root{--mobile-border-light: #000000;--mobile-border-medium: #000000;--mobile-text-secondary: #000000}}.MuiAppBar-root.mobile-appbar{position:fixed;top:0;left:0;right:0;z-index:1100;box-shadow:0 2px 4px #0000001a}.MuiAppBar-root.mobile-appbar .MuiToolbar-root{min-height:56px;padding:0 16px}.MuiAppBar-root.mobile-appbar .MuiTypography-h6{font-size:1.125rem;font-weight:600}.MuiDrawer-root.mobile-drawer .MuiDrawer-paper{width:280px;box-shadow:0 8px 32px #0000001f}.MuiDrawer-root.mobile-drawer-temporary .MuiDrawer-paper{width:280px}.MuiDrawer-root.mobile-drawer-persistent .MuiDrawer-paper{width:280px;position:relative;height:100vh}.MuiDialog-root.mobile-dialog .MuiDialog-paper{margin:16px;max-height:calc(100vh - 32px);max-width:500px;width:100%;border-radius:12px;box-shadow:0 10px 40px #00000026}.MuiDialog-root.mobile-dialog .MuiDialogTitle-root{padding:20px 24px 16px;font-size:1.25rem;font-weight:600;border-bottom:1px solid #e0e0e0}.MuiDialog-root.mobile-dialog .MuiDialogContent-root{padding:24px;overflow-y:auto;-webkit-overflow-scrolling:touch}.MuiDialog-root.mobile-dialog .MuiDialogActions-root{padding:16px 24px 20px;border-top:1px solid #e0e0e0;gap:8px;flex-wrap:wrap}.MuiTableContainer-root.mobile-table-container{border:1px solid #e0e0e0;border-radius:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;background:white;box-shadow:0 1px 3px #0000001a}.MuiTable-root.mobile-table{min-width:600px}.MuiTable-root.mobile-table .MuiTableHead-root{background:#f8f9fa}.MuiTable-root.mobile-table .MuiTableCell-head{font-weight:600;color:#212529;border-bottom:2px solid #dee2e6;white-space:nowrap;padding:12px 16px}.MuiTable-root.mobile-table .MuiTableCell-body{padding:12px 16px;border-bottom:1px solid #e0e0e0;vertical-align:top}.MuiTable-root.mobile-table .MuiTableRow-root:hover{background:#f8f9fa}.MuiCard-root.mobile-card{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:16px;overflow:hidden}.MuiCard-root.mobile-card .MuiCardHeader-root{background:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:16px 20px}.MuiCard-root.mobile-card .MuiCardHeader-title{font-size:1.125rem;font-weight:600;color:#212529}.MuiCard-root.mobile-card .MuiCardHeader-subheader{font-size:.875rem;color:#6c757d;margin-top:4px}.MuiCard-root.mobile-card .MuiCardContent-root{padding:20px}.MuiCard-root.mobile-card .MuiCardActions-root{padding:16px 20px;border-top:1px solid #e0e0e0;background:#f8f9fa;gap:8px;flex-wrap:wrap}.MuiButton-root.mobile-button{min-height:44px;padding:8px 16px;font-size:.875rem;font-weight:500;border-radius:6px;text-transform:none;transition:all .2s ease-in-out}.MuiButton-root.mobile-button.mobile-button-sm{min-height:36px;padding:6px 12px;font-size:.75rem}.MuiButton-root.mobile-button.mobile-button-lg{min-height:52px;padding:12px 24px;font-size:1rem}.MuiButton-root.mobile-button.mobile-button-full{width:100%}.MuiTextField-root.mobile-textfield{width:100%;margin-bottom:16px}.MuiTextField-root.mobile-textfield .MuiInputLabel-root{font-size:.875rem;font-weight:500;color:#495057}.MuiTextField-root.mobile-textfield .MuiOutlinedInput-root{border-radius:6px}.MuiTextField-root.mobile-textfield .MuiOutlinedInput-input{padding:12px 16px;font-size:.875rem}.MuiTextField-root.mobile-textfield .MuiFormHelperText-root{font-size:.75rem;margin-top:4px}.MuiFormControl-root.mobile-select{width:100%;margin-bottom:16px}.MuiFormControl-root.mobile-select .MuiInputLabel-root{font-size:.875rem;font-weight:500;color:#495057}.MuiFormControl-root.mobile-select .MuiOutlinedInput-root{border-radius:6px}.MuiFormControl-root.mobile-select .MuiSelect-select{padding:12px 16px;font-size:.875rem}.MuiGrid-container.mobile-grid{width:100%;margin:0}.MuiGrid-container.mobile-grid .MuiGrid-item{padding:8px}.MuiGrid-container.mobile-grid.mobile-grid-no-gap .MuiGrid-item{padding:0}.MuiGrid-container.mobile-grid.mobile-grid-sm-gap .MuiGrid-item{padding:4px}.MuiGrid-container.mobile-grid.mobile-grid-lg-gap .MuiGrid-item{padding:16px}.MuiPaper-root.mobile-paper{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:16px;margin-bottom:16px}.MuiPaper-root.mobile-paper.mobile-paper-elevated{box-shadow:0 4px 6px #0000001a}.MuiPaper-root.mobile-paper.mobile-paper-outlined{box-shadow:none;border:1px solid #e0e0e0}.MuiStepper-root.mobile-stepper{padding:24px 0}.MuiStepper-root.mobile-stepper .MuiStepLabel-root{padding:0 8px}.MuiStepper-root.mobile-stepper .MuiStepLabel-label{font-size:.75rem;font-weight:500}.MuiStepper-root.mobile-stepper .MuiStepLabel-label.MuiStepLabel-active{font-weight:600;color:#1976d2}.MuiStepper-root.mobile-stepper .MuiStepConnector-line{border-color:#e0e0e0;border-top-width:2px}.MuiStepper-root.mobile-stepper .MuiStepConnector-active .MuiStepConnector-line,.MuiStepper-root.mobile-stepper .MuiStepConnector-completed .MuiStepConnector-line{border-color:#1976d2}.MuiChip-root.mobile-chip{height:32px;font-size:.75rem;font-weight:500;border-radius:16px;margin:2px}.MuiChip-root.mobile-chip.mobile-chip-sm{height:24px;font-size:.625rem}.MuiChip-root.mobile-chip.mobile-chip-lg{height:40px;font-size:.875rem}.MuiAvatar-root.mobile-avatar{width:40px;height:40px;border:2px solid #e0e0e0}.MuiAvatar-root.mobile-avatar.mobile-avatar-sm{width:32px;height:32px}.MuiAvatar-root.mobile-avatar.mobile-avatar-lg{width:56px;height:56px}.MuiList-root.mobile-list{background:white;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.MuiList-root.mobile-list .MuiListItem-root{padding:16px 20px;border-bottom:1px solid #e0e0e0}.MuiList-root.mobile-list .MuiListItem-root:last-child{border-bottom:none}.MuiList-root.mobile-list .MuiListItem-root:hover{background:#f8f9fa}.MuiList-root.mobile-list .MuiListItemText-primary{font-size:.875rem;font-weight:500;color:#212529}.MuiList-root.mobile-list .MuiListItemText-secondary{font-size:.75rem;color:#6c757d;margin-top:4px}.MuiAlert-root.mobile-alert{border-radius:8px;margin-bottom:16px;font-size:.875rem}.MuiAlert-root.mobile-alert .MuiAlert-message{font-size:.875rem;line-height:1.4}.MuiAlert-root.mobile-alert .MuiAlert-action{padding:0;margin-left:8px}.MuiCircularProgress-root.mobile-spinner{width:24px;height:24px;margin-right:8px}.MuiCircularProgress-root.mobile-spinner.mobile-spinner-sm{width:16px;height:16px}.MuiCircularProgress-root.mobile-spinner.mobile-spinner-lg{width:32px;height:32px}.MuiTooltip-tooltip.mobile-tooltip{font-size:.75rem;padding:8px 12px;border-radius:6px;max-width:200px}.MuiSwitch-root.mobile-switch{padding:8px}.MuiSwitch-root.mobile-switch .MuiSwitch-thumb{width:20px;height:20px}.MuiSwitch-root.mobile-switch .MuiSwitch-track{border-radius:10px;height:24px}.MuiCheckbox-root.mobile-checkbox{padding:8px}.MuiCheckbox-root.mobile-checkbox .MuiSvgIcon-root{font-size:20px}.MuiIconButton-root.mobile-icon-button{padding:8px;min-width:44px;min-height:44px}.MuiIconButton-root.mobile-icon-button .MuiSvgIcon-root{font-size:20px}.MuiContainer-root.mobile-container{padding-left:16px;padding-right:16px}.MuiContainer-root.mobile-container.mobile-container-fluid{max-width:none;padding-left:16px;padding-right:16px}.MuiBox-root.mobile-box{width:100%}.MuiBox-root.mobile-box.mobile-box-flex{display:flex}.MuiBox-root.mobile-box.mobile-box-flex-column{flex-direction:column}.MuiBox-root.mobile-box.mobile-box-flex-center{display:flex;align-items:center;justify-content:center}.MuiTypography-root.mobile-typography{line-height:1.5}.MuiTypography-root.mobile-typography.mobile-typography-responsive{font-size:clamp(.875rem,2.5vw,1rem)}@media (min-width: 320px) and (max-width: 374px){.MuiContainer-root.mobile-container{padding-left:8px;padding-right:8px}.MuiCard-root.mobile-card .MuiCardContent-root{padding:12px}.MuiCard-root.mobile-card .MuiCardHeader-root{padding:12px 16px}.MuiTable-root.mobile-table .MuiTableCell-head,.MuiTable-root.mobile-table .MuiTableCell-body{padding:8px 12px}.MuiButton-root.mobile-button{padding:6px 12px;font-size:.75rem}.MuiTextField-root.mobile-textfield .MuiOutlinedInput-input{padding:10px 12px;font-size:.75rem}}@media (min-width: 375px) and (max-width: 413px){.MuiContainer-root.mobile-container{padding-left:12px;padding-right:12px}.MuiCard-root.mobile-card .MuiCardContent-root{padding:16px}.MuiTable-root.mobile-table .MuiTableCell-head,.MuiTable-root.mobile-table .MuiTableCell-body{padding:10px 14px}.MuiButton-root.mobile-button{padding:8px 14px;font-size:.8125rem}}@media (min-width: 414px) and (max-width: 767px){.MuiContainer-root.mobile-container{padding-left:16px;padding-right:16px}.MuiCard-root.mobile-card .MuiCardContent-root{padding:20px}.MuiTable-root.mobile-table .MuiTableCell-head,.MuiTable-root.mobile-table .MuiTableCell-body{padding:12px 16px}.MuiButton-root.mobile-button{padding:8px 16px;font-size:.875rem}}@media (min-width: 768px) and (max-width: 1023px){.MuiContainer-root.mobile-container{max-width:750px;padding-left:24px;padding-right:24px}.MuiCard-root.mobile-card .MuiCardContent-root{padding:24px}.MuiTable-root.mobile-table .MuiTableCell-head,.MuiTable-root.mobile-table .MuiTableCell-body{padding:14px 18px}.MuiButton-root.mobile-button{padding:10px 18px;font-size:.875rem}}@media (min-width: 1024px){.MuiContainer-root.mobile-container{max-width:1200px;padding-left:24px;padding-right:24px}.MuiCard-root.mobile-card .MuiCardContent-root{padding:24px}.MuiTable-root.mobile-table .MuiTableCell-head,.MuiTable-root.mobile-table .MuiTableCell-body{padding:16px 20px}.MuiButton-root.mobile-button{padding:12px 20px;font-size:.875rem}}.MuiButton-root.mobile-button:focus-visible,.MuiIconButton-root.mobile-icon-button:focus-visible,.MuiTextField-root.mobile-textfield .MuiOutlinedInput-root:focus-within{outline:2px solid #1976d2;outline-offset:2px}@media (prefers-contrast: high){.MuiCard-root.mobile-card{border:2px solid #000000}.MuiTable-root.mobile-table .MuiTableCell-head{border-bottom:3px solid #000000}.MuiButton-root.mobile-button{border:2px solid #000000}}@media (prefers-reduced-motion: reduce){.MuiButton-root.mobile-button,.MuiIconButton-root.mobile-icon-button,.MuiChip-root.mobile-chip{transition:none}.MuiCircularProgress-root.mobile-spinner{animation:none}}.mobile-page{min-height:100vh;background:#f8f9fa;padding-top:56px}.mobile-page-content{padding:16px;max-width:100%;margin:0 auto}.mobile-page-header{background:white;border-radius:8px;padding:20px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0}.mobile-page-title{font-size:1.5rem;font-weight:600;color:#212529;margin:0 0 8px}.mobile-page-subtitle{font-size:.875rem;color:#6c757d;margin:0}.mobile-admin-dashboard{display:grid;grid-template-columns:1fr;gap:16px;padding:16px}.mobile-admin-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.mobile-admin-stat-card{background:white;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;text-align:center}.mobile-admin-stat-value{font-size:1.5rem;font-weight:700;color:#1976d2;margin:0 0 4px}.mobile-admin-stat-label{font-size:.75rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin:0}.mobile-admin-table-container{background:white;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;margin-bottom:16px}.mobile-admin-table-header{background:#f8f9fa;padding:16px 20px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.mobile-admin-table-title{font-size:1.125rem;font-weight:600;color:#212529;margin:0}.mobile-admin-table-actions{display:flex;gap:8px;flex-wrap:wrap}.mobile-admin-form{background:white;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;margin-bottom:16px}.mobile-admin-form-section{margin-bottom:24px}.mobile-admin-form-section:last-child{margin-bottom:0}.mobile-admin-form-section-title{font-size:1rem;font-weight:600;color:#212529;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.mobile-admin-form-row{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px}.mobile-admin-form-row.mobile-admin-form-row-2{grid-template-columns:repeat(2,1fr)}.mobile-admin-form-row.mobile-admin-form-row-3{grid-template-columns:repeat(3,1fr)}.mobile-advertiser-dashboard{display:grid;grid-template-columns:1fr;gap:16px;padding:16px}.mobile-advertiser-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.mobile-advertiser-stat-card{background:white;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;text-align:center}.mobile-advertiser-stat-value{font-size:1.25rem;font-weight:700;color:#28a745;margin:0 0 4px}.mobile-advertiser-stat-label{font-size:.75rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin:0}.mobile-advertiser-campaigns{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:20px}.mobile-advertiser-campaign-card{background:white;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;position:relative}.mobile-advertiser-campaign-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.mobile-advertiser-campaign-title{font-size:1.125rem;font-weight:600;color:#212529;margin:0 0 4px}.mobile-advertiser-campaign-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.mobile-advertiser-campaign-status.active{background:#d4edda;color:#155724}.mobile-advertiser-campaign-status.pending{background:#fff3cd;color:#856404}.mobile-advertiser-campaign-status.paused{background:#e2e3e5;color:#383d41}.mobile-advertiser-campaign-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.mobile-advertiser-campaign-metric{text-align:center}.mobile-advertiser-campaign-metric-value{font-size:1.25rem;font-weight:700;color:#212529;margin:0 0 4px}.mobile-advertiser-campaign-metric-label{font-size:.75rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin:0}.mobile-advertiser-campaign-actions{display:flex;gap:8px;flex-wrap:wrap}.mobile-user-dashboard{display:grid;grid-template-columns:1fr;gap:16px;padding:16px}.mobile-user-profile{background:white;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;margin-bottom:16px}.mobile-user-profile-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.mobile-user-profile-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #e0e0e0}.mobile-user-profile-info{flex:1}.mobile-user-profile-name{font-size:1.25rem;font-weight:600;color:#212529;margin:0 0 4px}.mobile-user-profile-email{font-size:.875rem;color:#6c757d;margin:0 0 8px}.mobile-user-profile-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.mobile-user-profile-status.verified{background:#d4edda;color:#155724}.mobile-user-profile-status.pending{background:#fff3cd;color:#856404}.mobile-user-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.mobile-user-stat-card{background:white;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;text-align:center}.mobile-user-stat-value{font-size:1.25rem;font-weight:700;color:#17a2b8;margin:0 0 4px}.mobile-user-stat-label{font-size:.75rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin:0}@media (min-width: 320px) and (max-width: 374px){.mobile-page-content{padding:8px}.mobile-page-header{padding:12px}.mobile-page-title{font-size:1.25rem}.mobile-admin-stats,.mobile-advertiser-stats,.mobile-user-stats,.mobile-admin-form-row-2,.mobile-admin-form-row-3,.mobile-advertiser-campaign-metrics{grid-template-columns:1fr}}@media (min-width: 375px) and (max-width: 413px){.mobile-page-content{padding:12px}.mobile-page-header{padding:16px}.mobile-admin-stats,.mobile-advertiser-stats,.mobile-user-stats,.mobile-admin-form-row-2{grid-template-columns:repeat(2,1fr)}.mobile-admin-form-row-3{grid-template-columns:1fr}.mobile-advertiser-campaign-metrics{grid-template-columns:repeat(2,1fr)}}@media (min-width: 414px) and (max-width: 767px){.mobile-page-content{padding:16px}.mobile-page-header{padding:20px}.mobile-admin-stats,.mobile-advertiser-stats,.mobile-user-stats,.mobile-admin-form-row-2,.mobile-admin-form-row-3,.mobile-advertiser-campaign-metrics{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px) and (max-width: 1023px){.mobile-page-content{padding:20px;max-width:750px}.mobile-page-header{padding:24px}.mobile-admin-stats,.mobile-advertiser-stats,.mobile-user-stats{grid-template-columns:repeat(3,1fr)}.mobile-admin-form-row-2{grid-template-columns:repeat(2,1fr)}.mobile-admin-form-row-3,.mobile-advertiser-campaign-metrics{grid-template-columns:repeat(3,1fr)}.mobile-advertiser-campaigns{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.mobile-page-content{max-width:1200px;padding:24px}.mobile-page-header{padding:32px}.mobile-admin-stats,.mobile-advertiser-stats,.mobile-user-stats{grid-template-columns:repeat(4,1fr)}.mobile-admin-form-row-2{grid-template-columns:repeat(2,1fr)}.mobile-admin-form-row-3{grid-template-columns:repeat(3,1fr)}.mobile-advertiser-campaign-metrics{grid-template-columns:repeat(4,1fr)}.mobile-advertiser-campaigns{grid-template-columns:repeat(3,1fr)}}.mobile-nav-drawer{position:fixed;top:0;left:0;bottom:0;width:280px;background:white;box-shadow:0 8px 32px #0000001f;z-index:1100;transform:translate(-100%);transition:transform .3s ease-in-out;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-nav-drawer.open{transform:translate(0)}.mobile-nav-drawer-header{padding:20px;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.mobile-nav-drawer-title{font-size:1.125rem;font-weight:600;color:#212529;margin:0}.mobile-nav-drawer-content{padding:16px 0}.mobile-nav-drawer-item{display:flex;align-items:center;padding:12px 20px;color:#495057;text-decoration:none;transition:background-color .2s ease-in-out;border:none;background:none;width:100%;text-align:left;cursor:pointer}.mobile-nav-drawer-item:hover{background:#f8f9fa;color:#212529}.mobile-nav-drawer-item.active{background:#e3f2fd;color:#1976d2;border-right:3px solid #1976d2}.mobile-nav-drawer-item-icon{margin-right:12px;font-size:20px}.mobile-nav-drawer-item-text{font-size:.875rem;font-weight:500}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid #e0e0e0;box-shadow:0 -2px 8px #0000001a;z-index:1000;display:flex;justify-content:space-around;padding:8px 0}.mobile-bottom-nav-item{display:flex;flex-direction:column;align-items:center;padding:8px 12px;color:#6c757d;text-decoration:none;transition:color .2s ease-in-out;min-width:60px}.mobile-bottom-nav-item:hover,.mobile-bottom-nav-item.active{color:#1976d2}.mobile-bottom-nav-item-icon{font-size:20px;margin-bottom:4px}.mobile-bottom-nav-item-text{font-size:.625rem;font-weight:500;text-align:center}.mobile-mt-0{margin-top:0}.mobile-mt-1{margin-top:4px}.mobile-mt-2{margin-top:8px}.mobile-mt-3{margin-top:12px}.mobile-mt-4{margin-top:16px}.mobile-mt-5{margin-top:20px}.mobile-mt-6{margin-top:24px}.mobile-mb-0{margin-bottom:0}.mobile-mb-1{margin-bottom:4px}.mobile-mb-2{margin-bottom:8px}.mobile-mb-3{margin-bottom:12px}.mobile-mb-4{margin-bottom:16px}.mobile-mb-5{margin-bottom:20px}.mobile-mb-6{margin-bottom:24px}.mobile-ml-0{margin-left:0}.mobile-ml-1{margin-left:4px}.mobile-ml-2{margin-left:8px}.mobile-ml-3{margin-left:12px}.mobile-ml-4{margin-left:16px}.mobile-ml-5{margin-left:20px}.mobile-ml-6{margin-left:24px}.mobile-mr-0{margin-right:0}.mobile-mr-1{margin-right:4px}.mobile-mr-2{margin-right:8px}.mobile-mr-3{margin-right:12px}.mobile-mr-4{margin-right:16px}.mobile-mr-5{margin-right:20px}.mobile-mr-6{margin-right:24px}.mobile-p-0{padding:0}.mobile-p-1{padding:4px}.mobile-p-2{padding:8px}.mobile-p-3{padding:12px}.mobile-p-4{padding:16px}.mobile-p-5{padding:20px}.mobile-p-6{padding:24px}.mobile-text-xs{font-size:.75rem}.mobile-text-sm{font-size:.875rem}.mobile-text-base{font-size:1rem}.mobile-text-lg{font-size:1.125rem}.mobile-text-xl{font-size:1.25rem}.mobile-text-2xl{font-size:1.5rem}.mobile-text-3xl{font-size:1.875rem}.mobile-font-light{font-weight:300}.mobile-font-normal{font-weight:400}.mobile-font-medium{font-weight:500}.mobile-font-semibold{font-weight:600}.mobile-font-bold{font-weight:700}.mobile-text-left{text-align:left}.mobile-text-center{text-align:center}.mobile-text-right{text-align:right}.mobile-text-primary{color:#212529}.mobile-text-secondary{color:#6c757d}.mobile-text-muted{color:#adb5bd}.mobile-text-success{color:#28a745}.mobile-text-danger{color:#dc3545}.mobile-text-warning{color:#ffc107}.mobile-text-info{color:#17a2b8}.mobile-hidden{display:none}.mobile-block{display:block}.mobile-inline{display:inline}.mobile-inline-block{display:inline-block}.mobile-flex{display:flex}.mobile-inline-flex{display:inline-flex}.mobile-grid{display:grid}.mobile-flex-row{flex-direction:row}.mobile-flex-column{flex-direction:column}.mobile-flex-wrap{flex-wrap:wrap}.mobile-flex-nowrap{flex-wrap:nowrap}.mobile-justify-start{justify-content:flex-start}.mobile-justify-center{justify-content:center}.mobile-justify-end{justify-content:flex-end}.mobile-justify-between{justify-content:space-between}.mobile-justify-around{justify-content:space-around}.mobile-align-start{align-items:flex-start}.mobile-align-center{align-items:center}.mobile-align-end{align-items:flex-end}.mobile-align-stretch{align-items:stretch}.mobile-relative{position:relative}.mobile-absolute{position:absolute}.mobile-fixed{position:fixed}.mobile-sticky{position:sticky}.mobile-overflow-hidden{overflow:hidden}.mobile-overflow-auto{overflow:auto}.mobile-overflow-scroll{overflow:scroll}.mobile-overflow-x-hidden{overflow-x:hidden}.mobile-overflow-y-hidden{overflow-y:hidden}.mobile-overflow-x-auto{overflow-x:auto}.mobile-overflow-y-auto{overflow-y:auto}.mobile-border{border:1px solid #e0e0e0}.mobile-border-top{border-top:1px solid #e0e0e0}.mobile-border-bottom{border-bottom:1px solid #e0e0e0}.mobile-border-left{border-left:1px solid #e0e0e0}.mobile-border-right{border-right:1px solid #e0e0e0}.mobile-border-0{border:0}.mobile-border-top-0{border-top:0}.mobile-border-bottom-0{border-bottom:0}.mobile-border-left-0{border-left:0}.mobile-border-right-0{border-right:0}.mobile-rounded{border-radius:4px}.mobile-rounded-sm{border-radius:2px}.mobile-rounded-lg{border-radius:8px}.mobile-rounded-xl{border-radius:12px}.mobile-rounded-full{border-radius:50%}.mobile-shadow-none{box-shadow:none}.mobile-shadow-sm{box-shadow:0 1px 3px #0000001a}.mobile-shadow{box-shadow:0 4px 6px #0000001a}.mobile-shadow-lg{box-shadow:0 10px 15px #0000001a}.mobile-shadow-xl{box-shadow:0 20px 25px #0000001a}.mobile-w-auto{width:auto}.mobile-w-full{width:100%}.mobile-w-screen{width:100vw}.mobile-w-1/2{width:50%}.mobile-w-1/3{width:33.333333%}.mobile-w-2/3{width:66.666667%}.mobile-w-1/4{width:25%}.mobile-w-3/4{width:75%}.mobile-h-auto{height:auto}.mobile-h-full{height:100%}.mobile-h-screen{height:100vh}.mobile-h-1/2{height:50%}.mobile-h-1/3{height:33.333333%}.mobile-h-2/3{height:66.666667%}.mobile-h-1/4{height:25%}.mobile-h-3/4{height:75%}.mobile-z-0{z-index:0}.mobile-z-10{z-index:10}.mobile-z-20{z-index:20}.mobile-z-30{z-index:30}.mobile-z-40{z-index:40}.mobile-z-50{z-index:50}.mobile-z-auto{z-index:auto}@media (max-width: 1023px){html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;padding:0;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}.MuiAppBar-root{position:fixed!important;top:0;left:0;right:0;z-index:1100}.MuiDrawer-root{z-index:1200}.MuiDialog-root{z-index:1300}.MuiSnackbar-root{z-index:1400}.MuiTooltip-popper{z-index:1500}.MuiTableContainer-root{overflow-x:auto;-webkit-overflow-scrolling:touch}.MuiButton-root,.MuiIconButton-root{min-height:44px;min-width:44px}.MuiTextField-root,.MuiFormControl-root,.MuiCard-root,.MuiPaper-root{margin-bottom:16px}.MuiGrid-container{margin:0}.MuiGrid-item{padding:8px}.MuiList-root{padding:0}.MuiListItem-root{padding:16px}.MuiTypography-h1{font-size:1.875rem!important}.MuiTypography-h2{font-size:1.5rem!important}.MuiTypography-h3{font-size:1.25rem!important}.MuiTypography-h4{font-size:1.125rem!important}.MuiTypography-h5{font-size:1rem!important}.MuiTypography-h6,.MuiTypography-body1{font-size:.875rem!important}.MuiTypography-body2{font-size:.75rem!important}.MuiTypography-caption,.MuiTypography-overline{font-size:.625rem!important}}@media (min-width: 320px) and (max-width: 374px){.MuiContainer-root{padding-left:8px!important;padding-right:8px!important}.MuiCard-root .MuiCardContent-root{padding:12px!important}.MuiCard-root .MuiCardHeader-root{padding:12px 16px!important}.MuiTable-root .MuiTableCell-head,.MuiTable-root .MuiTableCell-body{padding:8px 12px!important}.MuiButton-root{padding:6px 12px!important;font-size:.75rem!important}.MuiTextField-root .MuiOutlinedInput-input{padding:10px 12px!important;font-size:.75rem!important}.MuiTypography-h1{font-size:1.5rem!important}.MuiTypography-h2{font-size:1.25rem!important}.MuiTypography-h3{font-size:1.125rem!important}}@media (min-width: 375px) and (max-width: 413px){.MuiContainer-root{padding-left:12px!important;padding-right:12px!important}.MuiCard-root .MuiCardContent-root{padding:16px!important}.MuiTable-root .MuiTableCell-head,.MuiTable-root .MuiTableCell-body{padding:10px 14px!important}.MuiButton-root{padding:8px 14px!important;font-size:.8125rem!important}.MuiTypography-h1{font-size:1.75rem!important}.MuiTypography-h2{font-size:1.375rem!important}}@media (min-width: 414px) and (max-width: 767px){.MuiContainer-root{padding-left:16px!important;padding-right:16px!important}.MuiCard-root .MuiCardContent-root{padding:20px!important}.MuiTable-root .MuiTableCell-head,.MuiTable-root .MuiTableCell-body{padding:12px 16px!important}.MuiButton-root{padding:8px 16px!important;font-size:.875rem!important}.MuiTypography-h1{font-size:1.875rem!important}.MuiTypography-h2{font-size:1.5rem!important}}@media (min-width: 768px) and (max-width: 1023px){.MuiContainer-root{max-width:750px!important;padding-left:24px!important;padding-right:24px!important}.MuiCard-root .MuiCardContent-root{padding:24px!important}.MuiTable-root .MuiTableCell-head,.MuiTable-root .MuiTableCell-body{padding:14px 18px!important}.MuiButton-root{padding:10px 18px!important;font-size:.875rem!important}.MuiTypography-h1{font-size:2rem!important}.MuiTypography-h2{font-size:1.625rem!important}}@media (min-width: 1024px){.MuiContainer-root{max-width:1200px!important;padding-left:24px!important;padding-right:24px!important}.MuiCard-root .MuiCardContent-root{padding:24px!important}.MuiTable-root .MuiTableCell-head,.MuiTable-root .MuiTableCell-body{padding:16px 20px!important}.MuiButton-root{padding:12px 20px!important;font-size:.875rem!important}.MuiTypography-h1{font-size:2.25rem!important}.MuiTypography-h2{font-size:1.875rem!important}}@media (max-width: 1023px){.MuiButton-root:focus-visible,.MuiIconButton-root:focus-visible,.MuiTextField-root .MuiOutlinedInput-root:focus-within,.MuiFormControl-root .MuiOutlinedInput-root:focus-within{outline:2px solid #1976d2!important;outline-offset:2px!important}.MuiChip-root:focus-visible{outline:2px solid #1976d2!important;outline-offset:2px!important}.MuiListItem-root:focus-visible{outline:2px solid #1976d2!important;outline-offset:-2px!important}}@media (prefers-contrast: high) and (max-width: 1023px){.MuiCard-root{border:2px solid #000000!important}.MuiTable-root .MuiTableCell-head{border-bottom:3px solid #000000!important}.MuiButton-root{border:2px solid #000000!important}.MuiPaper-root{border:1px solid #000000!important}}@media (prefers-reduced-motion: reduce) and (max-width: 1023px){.MuiButton-root,.MuiIconButton-root,.MuiChip-root,.MuiListItem-root{transition:none!important}.MuiCircularProgress-root,.MuiLinearProgress-root,.MuiSkeleton-root{animation:none!important}}@media (max-width: 1023px){.MuiTableContainer-root,.MuiDrawer-root .MuiDrawer-paper,.MuiDialog-root .MuiDialog-paper{-webkit-transform:translateZ(0);transform:translateZ(0)}.MuiButton-root:active{-webkit-transform:scale(.98);transform:scale(.98)}.MuiIconButton-root:active{-webkit-transform:scale(.95);transform:scale(.95)}.MuiList-root{-webkit-overflow-scrolling:touch}.MuiCard-root{-webkit-transform:translateZ(0);transform:translateZ(0)}}@media print and (max-width: 1023px){.MuiAppBar-root,.MuiDrawer-root,.MuiDialog-root,.MuiSnackbar-root,.MuiTooltip-root{display:none!important}.MuiCard-root{box-shadow:none!important;border:1px solid #000000!important;break-inside:avoid}.MuiButton-root{border:1px solid #000000!important;background:transparent!important;color:#000!important}.MuiTable-root{border-collapse:collapse!important}.MuiTable-root .MuiTableCell-head,.MuiTable-root .MuiTableCell-body{border:1px solid #000000!important}.MuiPaper-root{box-shadow:none!important;border:1px solid #000000!important}}.mobile-only{display:block}.desktop-only{display:none}@media (min-width: 1024px){.mobile-only{display:none}.desktop-only{display:block}}.mobile-touch-target{min-height:44px;min-width:44px}.mobile-scroll-smooth{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.mobile-select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mobile-select-text{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.mobile-img-responsive{max-width:100%;height:auto;display:block}@supports (container-type: inline-size){.mobile-container{container-type:inline-size}@container (max-width: 400px){.mobile-responsive-text{font-size:.875rem}}@container (min-width: 401px){.mobile-responsive-text{font-size:1rem}}}[dir=rtl],[dir=rtl] .MuiTypography-root{text-align:right;direction:rtl}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] h4,[dir=rtl] h5,[dir=rtl] h6{text-align:right;font-family:Amiri,Noto Naskh Arabic,Georgia,serif;font-weight:800;line-height:1.3;letter-spacing:.02em}[dir=rtl] p,[dir=rtl] span,[dir=rtl] div{text-align:right;font-family:Tajawal,Cairo,Segoe UI,sans-serif;line-height:1.7;letter-spacing:.01em}[dir=rtl] .MuiGrid-container,[dir=rtl] .MuiGrid-item{direction:rtl}[dir=rtl] .MuiButton-root{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif;font-weight:700;letter-spacing:.05em}[dir=rtl] .MuiButton-startIcon{margin-right:0;margin-left:8px}[dir=rtl] .MuiButton-endIcon{margin-left:0;margin-right:8px}[dir=rtl] .MuiCard-root{font-family:Tajawal,Cairo,Segoe UI,sans-serif;font-weight:600}[dir=rtl] .MuiCardHeader-root{font-family:Amiri,Noto Naskh Arabic,Georgia,serif;font-weight:800}[dir=rtl] .MuiTextField-root{font-family:Tajawal,Cairo,Segoe UI,sans-serif;font-weight:500}[dir=rtl] .MuiInputBase-input{text-align:right;direction:rtl}[dir=rtl] .MuiInputLabel-root{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif;font-weight:600}[dir=rtl] .MuiChip-root{font-family:Tajawal,Cairo,Segoe UI,sans-serif;font-weight:600}[dir=rtl] .MuiTable-root{font-family:Tajawal,Cairo,Segoe UI,sans-serif}[dir=rtl] .MuiTableHead-root{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif;font-weight:700}[dir=rtl] .MuiTableCell-root{font-family:Tajawal,Cairo,Segoe UI,sans-serif;font-weight:500;text-align:right}[dir=rtl] .MuiDialog-root{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif}[dir=rtl] .MuiDialogTitle-root{font-family:Amiri,Noto Naskh Arabic,Georgia,serif;font-weight:800}[dir=rtl] .MuiAlert-root{font-family:Tajawal,Cairo,Segoe UI,sans-serif;font-weight:500}[dir=rtl] .MuiSnackbar-root,[dir=rtl] .MuiTabs-root{direction:rtl}[dir=rtl] .MuiTab-root{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif;font-weight:700;letter-spacing:.05em}[dir=rtl] .MuiStepper-root,[dir=rtl] .MuiAccordion-root{direction:rtl;font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif}[dir=rtl] .MuiBreadcrumbs-root,[dir=rtl] .MuiPagination-root,[dir=rtl] .MuiRating-root,[dir=rtl] .MuiSkeleton-root{direction:rtl;font-family:Tajawal,Cairo,Segoe UI,sans-serif}[dir=rtl] .MuiSpeedDial-root{direction:rtl;font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif}[dir=rtl] .MuiTimeline-root,[dir=rtl] .MuiTreeView-root,[dir=rtl] .MuiAutocomplete-root,[dir=rtl] .MuiDatePicker-root,[dir=rtl] .MuiTimePicker-root,[dir=rtl] .MuiDataGrid-root,[dir=rtl] .recharts-wrapper{direction:rtl;font-family:Tajawal,Cairo,Segoe UI,sans-serif}[dir=rtl] .ml-auto{margin-left:0!important;margin-right:auto!important}[dir=rtl] .mr-auto{margin-right:0!important;margin-left:auto!important}[dir=rtl] .ml-0{margin-left:0!important;margin-right:0!important}[dir=rtl] .mr-0{margin-right:0!important;margin-left:0!important}[dir=rtl] .pl-0{padding-left:0!important;padding-right:0!important}[dir=rtl] .pr-0{padding-right:0!important;padding-left:0!important}[dir=rtl] .border-left{border-left:none!important;border-right:1px solid!important}[dir=rtl] .border-right{border-right:none!important;border-left:1px solid!important}[dir=rtl] .MuiSvgIcon-root,[dir=rtl] .MuiIconButton-root,[dir=rtl] .MuiList-root{direction:rtl}[dir=rtl] .MuiListItem-root{direction:rtl;text-align:right}[dir=rtl] .MuiListItemIcon-root,[dir=rtl] .MuiListItemText-root{margin-right:0;margin-left:16px}[dir=rtl] .MuiMenu-root{direction:rtl}[dir=rtl] .MuiMenuItem-root{direction:rtl;text-align:right}[dir=rtl] .MuiTooltip-root,[dir=rtl] .MuiPopover-root,[dir=rtl] .MuiPaper-root,[dir=rtl] .MuiContainer-root,[dir=rtl] .MuiBox-root,[dir=rtl] .MuiStack-root,[dir=rtl] .MuiFormControl-root,[dir=rtl] .MuiFormControlLabel-root,[dir=rtl] .MuiFormGroup-root,[dir=rtl] .MuiSwitch-root,[dir=rtl] .MuiCheckbox-root,[dir=rtl] .MuiRadio-root{direction:rtl}[dir=rtl] .MuiSelect-root{direction:rtl;text-align:right}[dir=rtl] .MuiSlider-root,[dir=rtl] .MuiLinearProgress-root,[dir=rtl] .MuiCircularProgress-root,[dir=rtl] .MuiSkeleton-root,[dir=rtl] .MuiBadge-root,[dir=rtl] .MuiBadge-badge,[dir=rtl] .MuiAvatar-root,[dir=rtl] .MuiDivider-root,[dir=rtl] .MuiLink-root,[dir=rtl] img{direction:rtl}@media (max-width: 600px){[dir=rtl] .MuiContainer-root{padding-left:16px;padding-right:16px}[dir=rtl] .MuiGrid-container{margin-left:-8px;margin-right:-8px}[dir=rtl] .MuiGrid-item{padding-left:8px;padding-right:8px}}@media (min-width: 601px) and (max-width: 960px){[dir=rtl] .MuiContainer-root{padding-left:24px;padding-right:24px}}@media (min-width: 961px){[dir=rtl] .MuiContainer-root{padding-left:32px;padding-right:32px}}@media print{[dir=rtl],[dir=rtl] *{direction:rtl}}@media (prefers-contrast: high){[dir=rtl] .MuiButton-root,[dir=rtl] .MuiCard-root{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){[dir=rtl] *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}[dir=rtl] *:focus{outline:2px solid #1a237e;outline-offset:2px}[dir=rtl] .MuiButton-root:hover{transform:translateY(-3px);box-shadow:0 12px 32px #1a237e66}[dir=rtl] .MuiCard-root:hover{transform:translateY(-12px);box-shadow:0 20px 60px #00000029}[dir=rtl] .MuiCircularProgress-root,[dir=rtl] .MuiLinearProgress-root,[dir=rtl] .MuiSkeleton-root,[dir=rtl] .MuiBadge-root,[dir=rtl] .MuiBadge-badge,[dir=rtl] .MuiAvatar-root,[dir=rtl] .MuiDivider-root,[dir=rtl] .MuiPaper-root,[dir=rtl] .MuiList-root{direction:rtl}[dir=rtl] .MuiListItemButton-root{direction:rtl;text-align:right}[dir=rtl] .MuiFab-root,[dir=rtl] .MuiBottomNavigation-root,[dir=rtl] .MuiBottomNavigationAction-root,[dir=rtl] .MuiAppBar-root,[dir=rtl] .MuiToolbar-root,[dir=rtl] .MuiBreadcrumbs-ol,[dir=rtl] .MuiBreadcrumbs-li,[dir=rtl] a,[dir=rtl] img{direction:rtl}[dir=rtl] video{direction:rtl}[dir=rtl] iframe{direction:rtl}[dir=rtl] canvas{direction:rtl}[dir=rtl] svg{direction:rtl}[dir=rtl] .MuiInputAdornment-root{direction:rtl}[dir=rtl] .MuiInputAdornment-positionStart{margin-right:0;margin-left:8px}[dir=rtl] .MuiInputAdornment-positionEnd{margin-left:0;margin-right:8px}[dir=rtl] .professional-card{font-family:Tajawal,Cairo,sans-serif;font-weight:600;line-height:1.8}[dir=rtl] .professional-button{font-family:Cairo,Tajawal,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase}[dir=rtl] .section-title{font-family:Amiri,Noto Naskh Arabic,serif;font-weight:800;text-transform:none}[dir=rtl] .arabic-gradient-text{background:linear-gradient(135deg,#1a237e 0%,#534bae 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[dir=rtl] .arabic-gradient-bg{background:linear-gradient(135deg,#1a237e 0%,#3949ab 100%)}[dir=rtl] .arabic-shadow{box-shadow:0 8px 32px #1a237e26}[dir=rtl] .arabic-shadow-hover{box-shadow:0 16px 48px #1a237e40}[dir=rtl] .arabic-border{border:2px solid rgba(26,35,126,.2)}[dir=rtl] .arabic-border-hover{border:2px solid rgba(26,35,126,.4)}[dir=rtl] .arabic-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}[dir=rtl] .arabic-transition-slow{transition:all .4s cubic-bezier(.4,0,.2,1)}[dir=rtl] .arabic-fade-in{animation:arabicFadeIn .5s ease-out}[dir=rtl] .arabic-slide-up{animation:arabicSlideUp .6s ease-out}[dir=rtl] .arabic-text-gradient{background:linear-gradient(135deg,#1a237e 0%,#534bae 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[dir=rtl] .arabic-bg-gradient{background:linear-gradient(135deg,#1a237e 0%,#3949ab 100%)}[dir=rtl] .arabic-border-gradient{border:2px solid;border-image:linear-gradient(135deg,#1a237e 0%,#534bae 100%) 1}@media (max-width: 600px){[dir=rtl] .arabic-professional-heading{font-size:1.5rem;line-height:1.2}[dir=rtl] .arabic-professional{font-size:.875rem;line-height:1.6}}@media (min-width: 601px) and (max-width: 960px){[dir=rtl] .arabic-professional-heading{font-size:1.75rem;line-height:1.25}}@media (min-width: 961px){[dir=rtl] .arabic-professional-heading{font-size:2rem;line-height:1.3}}[lang=ar]{text-rendering:optimizeLegibility;-webkit-font-feature-settings:"kern" 1,"liga" 1,"calt" 1;-moz-font-feature-settings:"kern" 1,"liga" 1,"calt" 1;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;word-spacing:.05em;letter-spacing:.01em;line-height:1.8}[lang=ar] h1,[lang=ar] h2,[lang=ar] h3,[lang=ar] h4,[lang=ar] h5,[lang=ar] h6{font-family:Amiri,Noto Naskh Arabic,Georgia,serif;font-weight:800;line-height:1.3;letter-spacing:.02em;text-align:right}[lang=ar] p,[lang=ar] span,[lang=ar] div,[lang=ar] li{font-family:Tajawal,Cairo,Segoe UI,sans-serif;line-height:1.7;letter-spacing:.01em;text-align:right}[lang=ar] input,[lang=ar] textarea,[lang=ar] select{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif;font-weight:700;text-align:right;direction:rtl}[lang=ar] button,[lang=ar] .MuiButton-root{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif;font-weight:700;letter-spacing:.05em}[lang=ar] nav,[lang=ar] .MuiAppBar-root,[lang=ar] .MuiDrawer-root{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif}[lang=ar] table,[lang=ar] .MuiTable-root{font-family:Tajawal,Cairo,Segoe UI,sans-serif}[lang=ar] th,[lang=ar] .MuiTableCell-head{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif;font-weight:700}[lang=ar] .MuiCard-root{font-family:Tajawal,Cairo,Segoe UI,sans-serif}[lang=ar] .MuiCardHeader-root{font-family:Amiri,Noto Naskh Arabic,Georgia,serif}[lang=ar] .MuiDialog-root{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif}[lang=ar] .MuiDialogTitle-root{font-family:Amiri,Noto Naskh Arabic,Georgia,serif}[lang=ar] .MuiMenu-root,[lang=ar] .MuiTooltip-root,[lang=ar] .MuiAlert-root,[lang=ar] .MuiChip-root{font-family:Tajawal,Cairo,Segoe UI,sans-serif}[lang=ar] .MuiTab-root,[lang=ar] .MuiStepper-root,[lang=ar] .MuiAccordion-root{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif}[lang=ar] .MuiBreadcrumbs-root,[lang=ar] .MuiPagination-root,[lang=ar] .MuiRating-root,[lang=ar] .MuiSkeleton-root{font-family:Tajawal,Cairo,Segoe UI,sans-serif}[lang=ar] .MuiSpeedDial-root{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif}[lang=ar] .MuiTimeline-root,[lang=ar] .MuiTreeView-root,[lang=ar] .MuiAutocomplete-root,[dir=rtl] .MuiDatePicker-root,[dir=rtl] .MuiTimePicker-root,[dir=rtl] .MuiDataGrid-root,[dir=rtl] .recharts-wrapper{font-family:Tajawal,Cairo,Segoe UI,sans-serif}.arabic-text{font-family:Tajawal,Cairo,Segoe UI,sans-serif;text-align:right;direction:rtl;line-height:1.7;letter-spacing:.01em;font-weight:500}.arabic-heading{font-family:Amiri,Noto Naskh Arabic,Georgia,serif;text-align:right;direction:rtl;font-weight:800;line-height:1.3;letter-spacing:.02em}.arabic-button{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif;font-weight:700;letter-spacing:.05em}.arabic-input{font-family:Cairo,Tajawal,Noto Sans Arabic,Arial,sans-serif;font-weight:700;text-align:right;direction:rtl}.arabic-spacing{word-spacing:.05em;letter-spacing:.01em}.arabic-text-right{text-align:right!important}.arabic-text-left{text-align:left!important}.arabic-text-center{text-align:center!important}.arabic-rtl{direction:rtl!important}.arabic-ltr{direction:ltr!important}.arabic-font-light{font-weight:300!important}.arabic-font-regular{font-weight:400!important}.arabic-font-medium{font-weight:500!important}.arabic-font-semibold{font-weight:600!important}.arabic-font-bold{font-weight:700!important}.arabic-font-bolder{font-weight:800!important}.arabic-font-black{font-weight:900!important}.arabic-line-tight{line-height:1.4!important}.arabic-line-normal{line-height:1.6!important}.arabic-line-relaxed{line-height:1.8!important}.arabic-tracking-tight{letter-spacing:-.01em!important}.arabic-tracking-normal{letter-spacing:.01em!important}.arabic-tracking-wide{letter-spacing:.02em!important}@media (max-width: 600px){[lang=ar]{font-size:17px;line-height:1.8}[lang=ar] h1{font-size:2rem;line-height:1.3}[lang=ar] h2{font-size:1.75rem;line-height:1.3}[lang=ar] h3{font-size:1.5rem;line-height:1.3}}@media (min-width: 601px) and (max-width: 960px){[lang=ar]{font-size:16px;line-height:1.7}}@media (min-width: 961px){[lang=ar]{font-size:16px;line-height:1.8}}@media print{[lang=ar]{font-family:Amiri,Noto Naskh Arabic,Georgia,serif;text-align:right;direction:rtl}[lang=ar] h1,[lang=ar] h2,[lang=ar] h3,[lang=ar] h4,[lang=ar] h5,[lang=ar] h6{font-family:Amiri,Noto Naskh Arabic,Georgia,serif;text-align:right}}@media (prefers-contrast: high){[lang=ar]{font-weight:700}[lang=ar] h1,[lang=ar] h2,[lang=ar] h3,[lang=ar] h4,[lang=ar] h5,[lang=ar] h6{font-weight:800}}@media (prefers-reduced-motion: reduce){[lang=ar] *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}[lang=ar] *:focus{outline:2px solid #1a237e;outline-offset:2px}[lang=ar] .MuiButton-root:hover{transform:translateY(-3px);box-shadow:0 12px 32px #1a237e66}[lang=ar] .MuiCard-root:hover{transform:translateY(-12px);box-shadow:0 20px 60px #00000029}[lang=ar] .MuiCircularProgress-root,[lang=ar] .MuiLinearProgress-root,[lang=ar] .MuiSkeleton-root,[lang=ar] .MuiBadge-root,[lang=ar] .MuiBadge-badge,[lang=ar] .MuiAvatar-root,[lang=ar] .MuiDivider-root,[lang=ar] .MuiPaper-root,[lang=ar] .MuiList-root{direction:rtl}[lang=ar] .MuiListItemButton-root{direction:rtl;text-align:right}[lang=ar] .MuiFab-root,[lang=ar] .MuiBottomNavigation-root,[lang=ar] .MuiBottomNavigationAction-root,[lang=ar] .MuiAppBar-root,[lang=ar] .MuiToolbar-root,[lang=ar] .MuiBreadcrumbs-ol,[lang=ar] .MuiBreadcrumbs-li,[lang=ar] a,[lang=ar] img{direction:rtl}[lang=ar] video{direction:rtl}[lang=ar] iframe{direction:rtl}[lang=ar] canvas{direction:rtl}[lang=ar] svg{direction:rtl}[lang=ar] .MuiInputAdornment-root{direction:rtl}[lang=ar] .MuiInputAdornment-positionStart{margin-right:0;margin-left:8px}[lang=ar] .MuiInputAdornment-positionEnd{margin-left:0;margin-right:8px}.arabic-professional{font-family:Cairo,Tajawal,sans-serif;font-weight:700;letter-spacing:.02em;line-height:1.7}.arabic-professional-heading{font-family:Amiri,Noto Naskh Arabic,serif;font-weight:800;letter-spacing:.03em;line-height:1.3}.arabic-professional-button{font-family:Cairo,Tajawal,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.arabic-professional-card{font-family:Tajawal,Cairo,sans-serif;font-weight:600;line-height:1.8}.arabic-section-title{font-family:Amiri,Noto Naskh Arabic,serif;font-weight:800;color:#1a237e;text-align:right;direction:rtl;line-height:1.3;letter-spacing:.02em}.arabic-section-description{font-family:Tajawal,Cairo,sans-serif;font-weight:500;color:#424242;text-align:right;direction:rtl;line-height:1.7;letter-spacing:.01em}.arabic-gradient-text{background:linear-gradient(135deg,#1a237e 0%,#534bae 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.arabic-gradient-bg{background:linear-gradient(135deg,#1a237e 0%,#3949ab 100%)}.arabic-shadow{box-shadow:0 8px 32px #1a237e26}.arabic-shadow-hover{box-shadow:0 16px 48px #1a237e40}.arabic-border{border:2px solid rgba(26,35,126,.2)}.arabic-border-hover{border:2px solid rgba(26,35,126,.4)}.arabic-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}.arabic-transition-slow{transition:all .4s cubic-bezier(.4,0,.2,1)}@keyframes arabicFadeIn{0%{opacity:0;transform:translateY(20px) translate(-20px)}to{opacity:1;transform:translateY(0) translate(0)}}.arabic-fade-in{animation:arabicFadeIn .5s ease-out}@keyframes arabicSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.arabic-slide-up{animation:arabicSlideUp .6s ease-out}.arabic-text-gradient{background:linear-gradient(135deg,#1a237e 0%,#534bae 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.arabic-bg-gradient{background:linear-gradient(135deg,#1a237e 0%,#3949ab 100%)}.arabic-border-gradient{border:2px solid;border-image:linear-gradient(135deg,#1a237e 0%,#534bae 100%) 1}@media (max-width: 600px){.arabic-professional-heading{font-size:1.5rem;line-height:1.2}.arabic-professional{font-size:.875rem;line-height:1.6}}@media (min-width: 601px) and (max-width: 960px){.arabic-professional-heading{font-size:1.75rem;line-height:1.25}}@media (min-width: 961px){.arabic-professional-heading{font-size:2rem;line-height:1.3}}@font-face{font-family:Montserrat;font-display:swap;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2")}@font-face{font-family:Montserrat;font-display:swap;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2")}@font-face{font-family:Montserrat;font-display:swap;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2")}@font-face{font-family:Montserrat;font-display:swap;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2")}@font-face{font-family:Montserrat;font-display:swap;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2")}@font-face{font-family:Montserrat;font-display:swap;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2")}@font-face{font-family:Open Sans;font-display:swap;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format("woff2")}@font-face{font-family:Open Sans;font-display:swap;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format("woff2")}@font-face{font-family:Open Sans;font-display:swap;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format("woff2")}@font-face{font-family:Open Sans;font-display:swap;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format("woff2")}@font-face{font-family:Open Sans;font-display:swap;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format("woff2")}@font-face{font-family:Roboto;font-display:swap;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2")}@font-face{font-family:Roboto;font-display:swap;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2")}@font-face{font-family:Roboto;font-display:swap;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2")}@font-face{font-family:Roboto;font-display:swap;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format("woff2")}@font-face{font-family:Roboto Mono;font-display:swap;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW9.woff2) format("woff2")}@font-face{font-family:Roboto Mono;font-display:swap;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW9.woff2) format("woff2")}@font-face{font-family:Roboto Mono;font-display:swap;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW9.woff2) format("woff2")}@font-face{font-family:Roboto Mono;font-display:swap;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW9.woff2) format("woff2")}@font-face{font-family:Playfair Display;font-display:swap;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwc.woff2) format("woff2")}@font-face{font-family:Playfair Display;font-display:swap;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwc.woff2) format("woff2")}@font-face{font-family:Playfair Display;font-display:swap;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwc.woff2) format("woff2")}@font-face{font-family:Playfair Display;font-display:swap;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwc.woff2) format("woff2")}@font-face{font-family:Playfair Display;font-display:swap;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwc.woff2) format("woff2")}@font-face{font-family:Playfair Display;font-display:swap;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwc.woff2) format("woff2")}@font-face{font-family:Cairo;font-display:swap;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcQyyS4J0.woff2) format("woff2")}@font-face{font-family:Cairo;font-display:swap;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcQyyS4J0.woff2) format("woff2")}@font-face{font-family:Cairo;font-display:swap;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcQyyS4J0.woff2) format("woff2")}@font-face{font-family:Cairo;font-display:swap;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcQyyS4J0.woff2) format("woff2")}@font-face{font-family:Cairo;font-display:swap;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcQyyS4J0.woff2) format("woff2")}@font-face{font-family:Cairo;font-display:swap;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcQyyS4J0.woff2) format("woff2")}@font-face{font-family:Tajawal;font-display:swap;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/tajawal/v8/Iurf6YBj_oK4Ih2j7h2hCA.woff2) format("woff2")}@font-face{font-family:Tajawal;font-display:swap;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/tajawal/v8/Iurf6YBj_oK4Ih2j7h2hCA.woff2) format("woff2")}@font-face{font-family:Tajawal;font-display:swap;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/tajawal/v8/Iurf6YBj_oK4Ih2j7h2hCA.woff2) format("woff2")}@font-face{font-family:Tajawal;font-display:swap;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/tajawal/v8/Iurf6YBj_oK4Ih2j7h2hCA.woff2) format("woff2")}@font-face{font-family:Tajawal;font-display:swap;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/tajawal/v8/Iurf6YBj_oK4Ih2j7h2hCA.woff2) format("woff2")}@font-face{font-family:Tajawal;font-display:swap;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/tajawal/v8/Iurf6YBj_oK4Ih2j7h2hCA.woff2) format("woff2")}@font-face{font-family:Amiri;font-display:swap;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/amiri/v16/J7aRnpd8CGxBHpUrtLMA7w.woff2) format("woff2")}@font-face{font-family:Amiri;font-display:swap;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/amiri/v16/J7aRnpd8CGxBHpUrtLMA7w.woff2) format("woff2")}@font-face{font-family:Amiri;font-display:swap;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/amiri/v16/J7aRnpd8CGxBHpUrtLMA7w.woff2) format("woff2")}@font-face{font-family:Noto Sans Arabic;font-display:swap;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wTJRBL8YwzW8aJg.woff2) format("woff2")}@font-face{font-family:Noto Sans Arabic;font-display:swap;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wTJRBL8YwzW8aJg.woff2) format("woff2")}@font-face{font-family:Noto Sans Arabic;font-display:swap;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wTJRBL8YwzW8aJg.woff2) format("woff2")}@font-face{font-family:Noto Sans Arabic;font-display:swap;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wTJRBL8YwzW8aJg.woff2) format("woff2")}@font-face{font-family:Noto Sans Arabic;font-display:swap;font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wTJRBL8YwzW8aJg.woff2) format("woff2")}@font-face{font-family:Noto Sans Arabic;font-display:swap;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wTJRBL8YwzW8aJg.woff2) format("woff2")}@font-face{font-family:Noto Naskh Arabic;font-display:swap;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/notonaskharabic/v15/RWmCoLQv5-o3Zx8n7jQKCeZ9JjCoa4EMw.woff2) format("woff2")}@font-face{font-family:Noto Naskh Arabic;font-display:swap;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/notonaskharabic/v15/RWmCoLQv5-o3Zx8n7jQKCeZ9JjCoa4EMw.woff2) format("woff2")}@font-face{font-family:Noto Naskh Arabic;font-display:swap;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/notonaskharabic/v15/RWmCoLQv5-o3Zx8n7jQKCeZ9JjCoa4EMw.woff2) format("woff2")}@font-face{font-family:Noto Naskh Arabic;font-display:swap;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/notonaskharabic/v15/RWmCoLQv5-o3Zx8n7jQKCeZ9JjCoa4EMw.woff2) format("woff2")}.font-loading{font-display:swap;font-feature-settings:"kern" 1,"liga" 1,"calt" 1}.font-optimized{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-fallback-en{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.font-fallback-ar{font-family:Arial,Tahoma,Verdana,sans-serif}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.font-hidpi{font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"ss01" 1}}.font-loading-state{opacity:.7;transition:opacity .3s ease}.font-loaded{opacity:1}.font-performance{font-display:optional}.font-critical{font-display:block}.font-preload{font-display:swap}.font-subset{unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.font-subset-arabic{unicode-range:U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF}@keyframes fontLoad{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.font-load-animation{animation:fontLoad .5s ease-out}.font-weight-optimized{font-variation-settings:"wght" var(--font-weight, 400)}.font-features{font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"ss01" 1,"ss02" 1}.font-load-fast{font-display:swap}.font-load-slow{font-display:fallback}.font-load-blocking{font-display:block}.font-optimize{font-display:swap;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-load-monitor{font-display:swap;font-loading:auto}@media (prefers-reduced-data: reduce){.font-optimize{font-display:fallback}}@media (prefers-reduced-motion: reduce){.font-load-animation{animation:none}}.font-montserrat{font-family:Montserrat,sans-serif;font-weight:700}.font-opensans{font-family:Open Sans,sans-serif;font-weight:600}.font-roboto{font-family:Roboto,sans-serif;font-weight:700}.font-playfair{font-family:Playfair Display,serif;font-weight:900}.font-cairo{font-family:Cairo,sans-serif;font-weight:700}.font-tajawal{font-family:Tajawal,sans-serif;font-weight:700}.font-amiri{font-family:Amiri,serif;font-weight:800}.font-bold{font-weight:700!important}.font-bolder{font-weight:800!important}.font-black{font-weight:900!important}.text-xs{font-size:.75rem!important}.text-sm{font-size:.875rem!important}.text-base{font-size:1rem!important}.text-lg{font-size:1.125rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important}.text-3xl{font-size:1.875rem!important}.text-4xl{font-size:2.25rem!important}.text-5xl{font-size:3rem!important}.tracking-tight{letter-spacing:-.025em!important}.tracking-normal{letter-spacing:0em!important}.tracking-wide{letter-spacing:.025em!important}.tracking-wider{letter-spacing:.05em!important}.tracking-widest{letter-spacing:.1em!important}.leading-none{line-height:1!important}.leading-tight{line-height:1.25!important}.leading-snug{line-height:1.375!important}.leading-normal{line-height:1.5!important}.leading-relaxed{line-height:1.625!important}.leading-loose{line-height:2!important}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}@media (max-width: 600px){.MuiDrawer-paper{width:100%!important;max-width:320px!important}.MuiContainer-root{padding-left:16px!important;padding-right:16px!important}.MuiCard-root{margin-bottom:16px!important}.MuiButton-root{height:48px!important;font-size:14px!important}.MuiTextField-root{margin-bottom:16px!important}.MuiGrid-container{margin-left:-8px!important;margin-right:-8px!important}.MuiGrid-item{padding-left:8px!important;padding-right:8px!important}.MuiTypography-h1{font-size:1.75rem!important;line-height:1.2!important}.MuiTypography-h2{font-size:1.5rem!important;line-height:1.3!important}.MuiTypography-h3{font-size:1.25rem!important;line-height:1.3!important}.MuiTypography-h4{font-size:1.125rem!important;line-height:1.4!important}.MuiTypography-h5{font-size:1rem!important;line-height:1.4!important}.MuiTypography-h6{font-size:.875rem!important;line-height:1.4!important}.MuiTypography-body1{font-size:.875rem!important;line-height:1.5!important}.MuiTypography-body2{font-size:.8125rem!important;line-height:1.4!important}.MuiBox-root{margin-bottom:16px!important}.MuiAlert-root{margin-bottom:16px!important;border-radius:8px!important}.MuiChip-root{height:24px!important;font-size:.75rem!important}.MuiSvgIcon-root{font-size:1.25rem!important}.MuiDivider-root{margin:16px 0!important}.MuiListItem-root{padding:12px 16px!important}.MuiPaper-root{border-radius:8px!important}}@media (min-width: 601px) and (max-width: 960px){.MuiContainer-root{padding-left:24px!important;padding-right:24px!important}.MuiButton-root{height:44px!important}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.MuiSvgIcon-root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media (max-width: 600px) and (orientation: landscape){.MuiAppBar-root,.MuiToolbar-root{min-height:48px!important}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
