@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700;800;900&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";.user-form-premium{display:flex;flex-direction:column;gap:24px;max-width:900px;margin:0 auto}.form-section{background:#f8fafc;padding:20px;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:20px}.section-title-sm{margin:0 0 15px;font-size:.95rem;font-weight:800;color:#1e40af;display:flex;align-items:center;gap:8px}.form-row{display:flex;gap:20px;margin-bottom:20px;align-items:flex-start}.form-row:last-child{margin-bottom:0}.form-group{display:flex;flex-direction:column;gap:8px;flex:1}.form-group label{font-size:.85rem;font-weight:800;color:#475569;text-align:right;margin-bottom:2px}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:12px 16px;font-size:.95rem;font-weight:700;color:#1e293b;transition:all .2s;font-family:inherit;outline:none;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;background:#fdfdfd}.form-group input.error{border-color:#ef4444}.error-message{font-size:.75rem;color:#ef4444;font-weight:800;margin-top:4px}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.permissions-grid-sm{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;background:#fff;padding:20px;border-radius:14px;border:1px solid #e2e8f0;margin-top:10px}.perm-chk{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:all .2s;font-size:.85rem;font-weight:700;color:#475569}.perm-chk:hover{background:#f8fafc;border-color:#e2e8f0}.perm-chk input{width:18px;height:18px;cursor:pointer}.permissions-label{display:block;font-weight:900;color:#1e40af;margin-bottom:10px;font-size:.9rem}.checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px 16px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;transition:all .2s;height:50px;margin-top:10px}.checkbox-label:hover{background:#f8fafc;border-color:#3b82f6}.checkbox-label input{width:20px!important;height:20px!important;margin:0!important;cursor:pointer}.checkbox-label span{font-weight:800;color:#1e293b;font-size:.9rem}.attachments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.attachment-item{background:#fff;padding:10px;border-radius:10px;border:1px solid #e2e8f0}.attachment-item label{display:block;font-size:.75rem;font-weight:700;color:#64748b;margin-bottom:5px}.attachment-item input{font-size:.7rem;width:100%}.form-actions-premium{display:flex;justify-content:flex-end;gap:12px;margin-top:10px;border-top:1px solid #e2e8f0;padding-top:20px}.btn-submit-premium{background:#1e40af;color:#fff;padding:12px 24px;border-radius:12px;font-weight:800;font-size:.9rem;display:flex;align-items:center;gap:10px;box-shadow:0 10px 20px #1e40af33;border:none;cursor:pointer}.btn-submit-premium:hover{background:#1e3a8a;transform:translateY(-2px);box-shadow:0 12px 24px #1e40af4d}.btn-cancel{background:#fff;color:#64748b;padding:12px 24px;border-radius:12px;font-weight:800;font-size:.9rem;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.profile-container{padding:20px;background:#f1f5f9;min-height:100vh}.profile-header-card{background:#fff;border-radius:24px;padding:25px;margin-bottom:25px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0}.header-content{display:flex;align-items:center;gap:25px}.profile-avatar-large{width:120px;height:120px;border-radius:20px;overflow:hidden;border:4px solid #f8fafc;box-shadow:0 10px 15px -3px #0000001a;flex-shrink:0}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#cbd5e1}.header-info-main{flex:1}.profile-name-title{font-size:1.75rem;font-weight:900;color:#0f172a;margin:0 0 5px}.profile-job-subtitle{font-size:1rem;font-weight:700;color:#64748b;margin:0 0 15px}.profile-badges-row{display:flex;gap:10px;flex-wrap:wrap}.profile-badge{background:#f1f5f9;color:#475569;padding:6px 14px;border-radius:10px;font-size:.85rem;font-weight:700;display:flex;align-items:center;gap:8px}.profile-badge i{color:#3b82f6}.header-actions{display:flex;gap:10px}.profile-main-layout{display:flex;gap:25px}.profile-sidebar{width:260px;flex-shrink:0}.tab-navigation{background:#fff;padding:10px;border-radius:20px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:5px;position:sticky;top:20px}.tab-btn{width:100%;text-align:right;padding:12px 18px;border-radius:14px;color:#64748b;font-weight:800;display:flex;align-items:center;gap:12px;transition:all .2s;background:transparent;border:none;cursor:pointer;font-family:inherit}.tab-btn:hover{background:#f8fafc;color:#1e40af}.tab-btn.active{background:#eff6ff;color:#1e40af;box-shadow:inset 0 0 0 1px #dbeafe}.tab-btn i{font-size:1.1rem;width:24px;text-align:center}.profile-content-area{flex:1}.content-card{background:#fff;border-radius:24px;padding:35px;border:1px solid #e2e8f0;min-height:500px;box-shadow:0 4px 6px -1px #0000000d}.tab-title{font-size:1.35rem;font-weight:900;color:#0f172a;border-bottom:2px solid #f1f5f9;padding-bottom:15px;margin-bottom:25px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px 40px}.info-item-box{display:flex;flex-direction:column;gap:5px}.info-label-text{font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.info-value-text{font-size:1rem;font-weight:800;color:#334155}.full-width{grid-column:span 2}.financial-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.financial-card-box{padding:20px;border-radius:18px;border-width:2px;border-style:solid;display:flex;flex-direction:column;justify-content:space-between}.financial-card-box.primary{border-color:#dbeafe;background:#f0f9ff;color:#1e40af}.financial-card-box.allowance{border-color:#dcfce7;background:#f0fdf4;color:#15803d}.financial-card-box.bonus{border-color:#fef3c7;background:#fffbeb;color:#b45309}.financial-card-box.fine{border-color:#fee2e2;background:#fef2f2;color:#b91c1c}.financial-card-box.penalty{border-color:#ffe4e6;background:#fff1f2;color:#be123c}.fin-label{font-size:.7rem;font-weight:900;opacity:.8;margin-bottom:8px}.fin-value-row{display:flex;align-items:baseline;gap:5px}.fin-num{font-size:1.5rem;font-weight:900}.fin-currency{font-size:.75rem;font-weight:800}.documents-grid-layout{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.doc-card{padding:15px;background:#fff;border-radius:20px;border:1px solid #e2e8f0;text-align:center}.doc-preview{height:160px;border-radius:14px;background:#f8fafc;overflow:hidden;margin-bottom:12px;position:relative;display:flex;align-items:center;justify-content:center;border:1px solid #f1f5f9}.doc-preview img{width:100%;height:100%;object-fit:cover}.doc-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;gap:15px;opacity:0;transition:opacity .2s}.doc-preview:hover .doc-overlay{opacity:1}.overlay-btn{width:42px;height:42px;border-radius:50%;background:#fff;color:#1e40af;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.doc-empty{color:#cbd5e1;font-weight:800}.doc-empty i{font-size:2rem;margin-bottom:5px}.doc-label{font-size:.85rem;font-weight:800;color:#475569}.requests-list{display:flex;flex-direction:column;gap:15px}.request-item{padding:18px;background:#f8fafc;border-radius:18px;display:flex;gap:15px;border:1px solid #f1f5f9;transition:all .2s}.request-item:hover{background:#fff;box-shadow:0 4px 6px -1px #0000001a;border-color:#dbeafe}.request-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.request-icon.blue{background:#eff6ff;color:#3b82f6}.request-icon.red{background:#fef2f2;color:#ef4444}.request-body{flex:1}.request-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:5px}.request-type-title{margin:0;font-size:.95rem;font-weight:900;color:#0f172a}.status-pill{padding:4px 12px;border-radius:999px;font-size:.7rem;font-weight:800}.status-pill.pending{background:#fef3c7;color:#92400e}.status-pill.approved{background:#dcfce7;color:#166534}.status-pill.rejected{background:#fee2e2;color:#991b1b}.request-reason{font-size:.85rem;color:#64748b;margin:0 0 5px}.request-date{font-size:.7rem;color:#94a3b8;font-weight:700}.empty-requests{text-align:center;padding:40px;color:#cbd5e1}.empty-requests i{font-size:3rem;margin-bottom:10px;opacity:.5}.btn-add-request{background:#1e40af;color:#fff;padding:10px 20px;border-radius:12px;font-weight:800;font-size:.85rem;display:flex;align-items:center;gap:8px;border:none;cursor:pointer}.loading-container,.error-container{padding:100px;text-align:center;font-size:1.2rem;font-weight:800}.error-container{color:#ef4444}.modal-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-inner{background:#fff;width:100%;max-width:500px;max-height:90vh;border-radius:28px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;border:1px solid #eee;display:flex;flex-direction:column}.user-form-modal{max-width:950px!important;max-height:90vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.user-form-modal .user-form-premium{overflow-y:auto!important;padding:30px;flex:1}.modal{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.modal-content{background:#fff;border-radius:30px;box-shadow:0 25px 50px -12px #0000004d;position:relative}.delete-confirm-modal{max-width:450px;padding:40px;text-align:center}.delete-confirm-icon{width:80px;height:80px;background:#fef2f2;color:#ef4444;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 20px}.delete-confirm-message{margin:15px 0 30px;color:#64748b;line-height:1.6}.delete-warning{color:#ef4444;font-weight:800;font-size:.85rem}.delete-confirm-actions{display:flex;gap:15px;justify-content:center}.btn-delete-confirm{background:#ef4444;color:#fff;padding:12px 30px;border-radius:12px;font-weight:800;border:none;cursor:pointer}.btn-delete-confirm:hover{background:#dc2626}.modal-top,.modal-header{padding:20px 25px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;direction:rtl}.modal-top h3,.modal-header h3{margin:0;font-size:1.2rem;font-weight:900;color:#0f172a}.modal-form{padding:25px;display:flex;flex-direction:column;gap:20px}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:.85rem;font-weight:800;color:#475569;text-align:right}.input-group select,.input-group textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px;font-family:inherit;font-weight:700;direction:rtl}.checkbox-row{display:flex;align-items:center;gap:10px;justify-content:flex-end}.checkbox-row label{font-size:.85rem;font-weight:800}.btn-submit-full{background:#1e40af;color:#fff;padding:15px;border-radius:16px;font-weight:900;box-shadow:0 10px 20px #1e40af33;border:none;cursor:pointer}.btn-outline-sm{background:transparent;border:1px solid #e2e8f0;color:#64748b;padding:8px 16px;border-radius:10px;font-weight:700;cursor:pointer}.btn-primary-sm{background:#1e40af;color:#fff;padding:8px 16px;border-radius:10px;font-weight:700;cursor:pointer;border:none}.close-btn{background:transparent;border:none;font-size:1.2rem;color:#94a3b8;cursor:pointer}@media print{.profile-container{background:#fff;padding:0}.profile-header-card,.content-card{border:none!important;box-shadow:none!important}.profile-sidebar,.header-actions,.btn-add-request,.modal-overlay{display:none!important}.profile-main-layout{display:block}.tab-pane{padding:0}.tab-title{margin-top:30px}}.toast{position:fixed;top:24px;left:24px!important;right:auto!important;min-width:280px;max-width:450px;padding:12px 16px;border-radius:12px;z-index:10000;animation:toast-in-left .4s cubic-bezier(.175,.885,.32,1.275);direction:rtl;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 10px 30px #00000026}@keyframes toast-in-left{0%{transform:translate(-120%);opacity:0}to{transform:translate(0);opacity:1}}.toast.toast-success{background:#10b981;color:#fff;border-left:0}.toast.toast-error{background:#ef4444;color:#fff}.toast-content{display:flex;align-items:center;gap:12px;font-weight:600;font-size:.95rem;flex-grow:1}.toast-content i{font-size:1.4rem}.toast-close{background:#ffffff26;border:none;color:#fff;width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0;order:-1}.toast-close:hover{background:#ffffff40;transform:scale(1.05)}.toast-close i{font-size:.75rem}.document-view-container{padding:2rem;max-width:1200px;margin:0 auto;background:#f8fafc;min-height:100vh}.view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.view-header h2{margin:0;color:#1e293b;font-size:1.5rem}.header-actions{display:flex;gap:1rem}.header-actions button{padding:.5rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-back{background:#64748b;color:#fff}.btn-print{background:#3b82f6;color:#fff}.btn-edit{background:#10b981;color:#fff}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.detail-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.detail-section h3{margin-top:0;margin-bottom:1.25rem;color:#3b82f6;border-bottom:2px solid #eff6ff;padding-bottom:.75rem;font-size:1.1rem}.detail-item{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px dashed #f1f5f9}.detail-item label{font-weight:600;color:#64748b}.detail-item span{color:#1e293b;font-weight:500}.premium-value{color:#10b981!important;font-weight:800!important}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.active{background:#dcfce7;color:#166534}@media print{.view-header .header-actions{display:none}.document-view-container{padding:0;background:#fff}.detail-section{box-shadow:none;border:1px solid #e2e8f0}}.create-insurance-container{padding:2rem;max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a;margin-top:2rem}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:2px solid #f1f5f9;padding-bottom:1rem}.form-header h2{color:#1e293b;font-size:1.75rem;font-weight:700}.btn-close{background:#ef4444;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background .2s}.insurance-form{display:flex;flex-direction:column;gap:2rem}.form-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.form-section{background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.form-section h3{margin-top:0;margin-bottom:1.5rem;color:#3b82f6;font-size:1.25rem;border-bottom:2px solid #eff6ff;padding-bottom:.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#475569}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{margin-top:1rem;text-align:left}.btn-submit{background:#3b82f6;color:#fff;border:none;padding:1rem 3rem;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s,background .2s}.btn-submit:hover{background:#2563eb;transform:translateY(-2px)}:root{--bg: #f0f2f5;--panel: #ffffff;--border: #e5e8f2;--text: #003173;--muted: #64748b;--accent: #139625;--accent-dark: #0e751d;--sidebar: #014cb1;--sidebar-muted: #c4c9da;--card-bg: #ffffff;--input-bg: #f5f7fb;--table-header: #f8fafc;--hover-bg: rgba(1, 76, 177, .05);font-synthesis:none;text-rendering:optimizeLegibility}[data-theme=dark]{--bg: #0b0e14;--panel: #11141d;--border: #1e2330;--text: #e2e8f0;--muted: #94a3b8;--sidebar: #11141d;--sidebar-muted: #64748b;--card-bg: #151926;--input-bg: #1e2330;--table-header: #1e2330;--hover-bg: rgba(255, 255, 255, .05)}[data-theme=dark] .topbar,[data-theme=dark] .sidebar,[data-theme=dark] .sidebar-footer,[data-theme=dark] .modal-header,[data-theme=dark] .form-actions,[data-theme=dark] .modal-content,[data-theme=dark] .user-menu{background:var(--panel)!important;background-color:var(--panel)!important;border-color:var(--border)!important;color:var(--text)!important}[data-theme=dark] .latest-documents-table thead,[data-theme=dark] table thead,[data-theme=dark] .table-header{background:var(--table-header)!important}[data-theme=dark] .latest-documents-table th,[data-theme=dark] table th{color:var(--text);border-bottom-color:var(--border)}[data-theme=dark] .latest-documents-table td,[data-theme=dark] table td{border-bottom-color:var(--border);color:var(--text)}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea,[data-theme=dark] .search-field{background:var(--input-bg)!important;border-color:var(--border)!important;color:var(--text)!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--muted)!important;opacity:1}[data-theme=dark] input:-webkit-autofill,[data-theme=dark] input:-webkit-autofill:hover,[data-theme=dark] input:-webkit-autofill:focus,[data-theme=dark] textarea:-webkit-autofill,[data-theme=dark] select:-webkit-autofill{-webkit-text-fill-color:var(--text)!important;box-shadow:0 0 0 1000px var(--input-bg) inset!important;-webkit-box-shadow:0 0 0px 1000px var(--input-bg) inset!important;caret-color:var(--text)!important;border:1px solid var(--border)!important;transition:background-color 9999s ease-in-out 0s}[data-theme=dark] .breadcrumbs,[data-theme=dark] .section-title,[data-theme=dark] .brand-subtitle,[data-theme=dark] .user-role{color:var(--muted)}[data-theme=dark] .sidebar-section button{color:var(--text)}[data-theme=dark] .sidebar-section button:hover,[data-theme=dark] .latest-documents-table tbody tr:hover,[data-theme=dark] table tbody tr:hover{background:var(--hover-bg)}[data-theme=dark] .users-breadcrumb,[data-theme=dark] .users-card,[data-theme=dark] .users-mobile-card{background:var(--panel)!important;border-color:var(--border)!important;color:var(--text)!important}[data-theme=dark] .users-breadcrumb span,[data-theme=dark] .form-group label{color:var(--text)!important}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select,[data-theme=dark] .form-group textarea{background:var(--input-bg)!important;color:var(--text)!important;border-color:var(--border)!important}[data-theme=dark] .users-table thead tr,[data-theme=dark] .table-wrapper thead tr,[data-theme=dark] table thead tr{background:var(--table-header)!important}[data-theme=dark] .icon-button.subtle{background:var(--input-bg)!important;border-color:var(--border)!important;color:var(--text)!important}[data-theme=dark] .topbar button i{color:var(--text)!important}[data-theme=dark] .service-card,[data-theme=dark] .financial-card,[data-theme=dark] .metric-card,[data-theme=dark] .dashboard-card,[data-theme=dark] .summary-box{background:var(--panel)!important;color:var(--text)!important}[data-theme=dark] .service-label,[data-theme=dark] .service-statistics,[data-theme=dark] .metric-label,[data-theme=dark] .metric-value{color:var(--text)!important}[data-theme=dark] .service-icon,[data-theme=dark] .metric-icon{color:var(--muted)!important;opacity:.2}[data-theme=dark] .chart-container,[data-theme=dark] .graph-box{background:var(--panel)!important;border-color:var(--border)!important}[data-theme=dark] .main-area h1,[data-theme=dark] .main-area h2,[data-theme=dark] .main-area h3{color:var(--text)!important}[data-theme=dark] .card-shadow,[data-theme=dark] div[style*="background: #fff"],[data-theme=dark] div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] .chart-container,[data-theme=dark] .table-wrapper{background:var(--panel)!important;border-color:var(--border)!important;color:var(--text)!important}[data-theme=dark] svg circle{fill:var(--panel)!important}[data-theme=dark] text{fill:var(--text)!important}[data-theme=dark] line{stroke:var(--border)!important}[data-theme=dark] table thead,[data-theme=dark] .users-table thead,[data-theme=dark] thead,[data-theme=dark] tr[style*="background: #f8fafc"],[data-theme=dark] th{background:var(--table-header)!important;background-color:var(--table-header)!important;color:var(--text)!important;border-bottom-color:var(--border)!important}[data-theme=dark] table th,[data-theme=dark] .users-table th{background:var(--table-header)!important;color:var(--text)!important}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif;direction:rtl}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}html,body{-ms-overflow-style:none;scrollbar-width:none}.font-tajawal{font-family:Cairo,Segoe UI,system-ui,sans-serif!important}.custody-filters-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:14px;padding:14px;border:1px solid var(--border);background:linear-gradient(180deg,color-mix(in srgb,var(--panel) 96%,#ffffff 4%),var(--panel));border-radius:14px}.custody-filters-panel select,.custody-filters-panel input{height:42px;border-radius:10px;border:1px solid var(--border);background:var(--input-bg);color:var(--text);padding:0 12px;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.custody-filters-panel select:focus,.custody-filters-panel input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.custody-reset-btn{min-height:38px;border-radius:10px!important;font-weight:700;font-size:.9rem;padding:8px 12px!important}.custody-toolbar{display:flex;justify-content:flex-start;margin-bottom:14px}.custody-print-btn{min-height:38px;border-radius:10px!important;font-weight:700;font-size:.9rem;padding:8px 12px!important;box-shadow:0 8px 18px #014cb11f}.custody-print-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}@media(max-width:768px){.custody-filters-panel{grid-template-columns:1fr;padding:10px}.custody-toolbar{justify-content:stretch}.custody-print-btn{width:100%}}.ep-payroll-toolbar{display:flex;flex-direction:column;gap:4px}.ep-payroll-toolbar-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:4px}.ep-payroll-toolbar-title{font-size:.95rem;font-weight:800;color:var(--text);margin:0}.ep-payroll-toolbar-hint{font-size:.8rem;color:var(--muted);margin:0}.ep-payroll-fields{display:grid;grid-template-columns:minmax(200px,1.6fr) minmax(96px,.75fr) minmax(128px,1fr) minmax(128px,1fr);gap:14px 16px;align-items:end}.ep-field{display:flex;flex-direction:column;gap:6px;min-width:0}.ep-field label{font-size:.76rem;font-weight:700;color:var(--muted);letter-spacing:.02em}.ep-field input,.ep-field select{width:100%;height:42px;border-radius:10px;border:1px solid var(--border);background:var(--input-bg);color:var(--text);padding:0 12px;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.ep-field input:focus,.ep-field select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.ep-payroll-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding-top:16px;margin-top:12px;border-top:1px solid var(--border)}.ep-payroll-actions .btn-submit{min-height:42px;border-radius:10px;padding:0 16px;font-weight:700;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;gap:8px}@media(max-width:900px){.ep-payroll-fields{grid-template-columns:1fr 1fr}}@media(max-width:520px){.ep-payroll-fields{grid-template-columns:1fr}.ep-payroll-actions .btn-submit{flex:1 1 calc(50% - 6px);min-width:140px}}body,body *{caret-color:transparent!important}input[type=text],input[type=email],input[type=password],input[type=search],textarea,[contenteditable=true]{caret-color:auto!important}#root{min-height:100vh}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);grid-template-areas:"sidebar main";min-height:100vh;background:var(--bg);position:relative}.app-shell.is-sidebar-closed{grid-template-columns:minmax(0,1fr)}.app-shell.is-sidebar-closed .sidebar{display:none}.main-area{grid-area:main;padding:32px 40px 48px;display:flex;flex-direction:column;overflow-x:hidden;width:100%}.sidebar{grid-area:sidebar;background:var(--panel);color:var(--text);padding:24px 24px 32px;display:flex;flex-direction:column;gap:32px;border-left:1px solid var(--border);box-shadow:none!important;position:sticky;top:0;height:100vh;overflow-y:auto;z-index:1000}.sidebar::-webkit-scrollbar{width:3px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#002b5c33;border-radius:10px}.sidebar::-webkit-scrollbar-thumb:hover{background:#002b5c59}.brand{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--border);position:relative}.brand>div{width:100%}.brand-title{margin:0;font-weight:700;font-size:20px;letter-spacing:.05em;color:var(--text)}.brand-subtitle{margin:4px 0 0;color:var(--muted);font-size:13px}.sidebar-nav{display:flex;flex-direction:column;gap:20px}.sidebar-section{display:flex;flex-direction:column;gap:12px}.sidebar-section .section-title{margin:0;color:var(--muted);font-size:13px;letter-spacing:.05em;font-weight:800}.sidebar-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.sidebar-footer{margin-top:auto;padding:16px;border-radius:16px;background:#f8fafc;border:1px solid var(--border);color:var(--text);text-align:right}.sidebar-footer p,.sidebar-footer strong,.sidebar-footer small{margin:0;display:block}.sidebar-footer strong{margin:6px 0}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 32px;border-bottom:1px solid var(--border);border-radius:0;background:#fff;margin:-32px -40px 20px;box-shadow:0 4px 12px #0000000d;min-height:68px;position:sticky;top:-32px;z-index:100}.topbar-left{display:flex;flex-direction:column;gap:6px}.topbar-page{display:flex;flex-direction:column;gap:4px}.breadcrumbs{margin:0;color:var(--muted);font-size:13px}.topbar-heading{display:flex;align-items:center;gap:8px}.topbar-heading h1{margin:0;font-size:20px}.topbar-meta{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.meta-dot{width:4px;height:4px;border-radius:999px;background:var(--border);display:inline-flex}.topbar-right{display:flex;align-items:center;gap:8px}.search-field{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f5f7fb;border:1px solid var(--border);border-radius:12px;min-width:220px;color:var(--muted);transition:border-color .2s ease,background .2s ease}.search-field:focus-within{border-color:var(--accent);background:#fff}.search-field input{border:none;background:transparent;outline:none;font:inherit;color:var(--text);width:100%}.text-link{background:none;border:none;padding:0;font:inherit;color:var(--accent-dark);cursor:pointer}.sidebar-toggle{width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:#f8f9ff;color:var(--accent-dark);display:grid;place-items:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.sidebar-toggle:hover{background:#eef2ff;transform:scale(1.05)}.sidebar-toggle:active{transform:scale(.95)}.sidebar-toggle.muted{color:var(--muted)}.logout-link{font-weight:600;color:var(--accent-dark)}button{border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #4d64ff33}.sidebar-section button{width:100%;text-align:right;background:transparent;color:#475569;padding:12px 14px;border-radius:12px;font:inherit;font-size:14px;box-shadow:none;transform:none;border:none;display:flex;justify-content:flex-start;align-items:center;gap:10px}.sidebar-section button:hover{background:#014cb10d;color:#139625;box-shadow:none;transform:none}.sidebar-section button:hover .sidebar-icon{color:#014cb1}.sidebar-icon{font-size:16px;color:#64748b}button.primary{padding:10px 20px;background:#014cb1;color:#fff;font-family:Cairo,Segoe UI,system-ui,sans-serif;transition:all .2s ease}button.primary:hover{background:#003173;transform:translateY(-1px);box-shadow:0 4px 12px #014cb11a}button.ghost{padding:10px 18px;background:#4d64ff1a;color:#000}.icon-button{width:36px;height:36px;border-radius:10px;background:#eef2ff;color:var(--accent-dark);display:grid;place-items:center}.icon-button.subtle{background:#f8f9ff;border:1px solid var(--border);color:var(--text);box-shadow:none}.icon-button.subtle:disabled{opacity:.6;cursor:not-allowed}.sync-toggle i.fa-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.topbar-user{position:relative;display:inline-flex}.user-trigger{border:1px solid var(--border);border-radius:999px;background:#fff;display:flex;align-items:center;gap:8px;padding:6px 12px;cursor:pointer;box-shadow:0 6px 16px #0f172a14;font-weight:600}[data-theme=dark] .user-trigger{background:var(--panel);box-shadow:0 4px 12px #0000000d;color:var(--text)}.topbar-user .user-menu{background:var(--panel);border:1px solid var(--border);color:var(--text)}.user-menu button:hover{background:var(--hover-bg)}.user-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.user-chip{display:flex;align-items:center;gap:6px}.user-chip i{font-size:18px;color:#014cb1}.user-meta{display:flex;flex-direction:column;line-height:1.1}.user-name{font-size:13px;font-weight:700;font-family:Cairo,Segoe UI,system-ui,sans-serif}.user-role{color:var(--muted);font-size:11px;font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.user-trigger i.fa-chevron-down{font-size:10px;color:var(--muted)}.user-menu{position:absolute;top:calc(100% + 10px);left:12px;min-width:190px;max-width:calc(100vw - 24px);background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 18px 35px #0f172a1f;padding:10px;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:100;transform-origin:top right}.user-menu.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.user-menu button{border:none;background:none;padding:10px 12px;border-radius:10px;font:inherit;display:flex;align-items:center;gap:8px;color:var(--text);justify-content:flex-start}.user-menu button:hover{background:#f5f7fb}.user-menu i{color:var(--accent-dark);width:16px;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:0}.service-card{background:linear-gradient(135deg,#139625,#d4aa00);border-radius:10px;padding:20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;min-height:120px;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px #0000001f;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000002e}.service-card-blue{background:linear-gradient(135deg,#139625 0% 100%)}.service-card-green{background:linear-gradient(135deg,#139625,#d4aa00)}.service-icon{font-size:80px;color:#ffffff26;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:auto;position:absolute;left:30px;top:50%;transform:translateY(-50%);z-index:0;pointer-events:none}.service-content{flex:1;display:flex;flex-direction:column;gap:8px;text-align:right;position:relative;z-index:1}.service-label{color:#014cb1;font-weight:700;font-size:15px;line-height:1.4}.service-statistics{color:#014cb1;font-size:24px;font-weight:800;direction:ltr}.coming-soon-modal{max-width:480px;width:auto;min-width:340px;padding:64px 48px 56px;text-align:center;align-items:center;background:#fff;border-radius:24px;box-shadow:0 12px 48px #00000026;border:1px solid #e2e8f0;margin:20px}.coming-soon-icon{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#33b3491f,#2a9d3e14);color:#014cb1;display:flex;align-items:center;justify-content:center;font-size:42px;margin:30px auto 32px;box-shadow:0 6px 20px #33b34933;border:2px solid rgba(51,179,73,.1)}.coming-soon-modal h3{margin:0 0 20px;font-size:26px;font-weight:800;color:#0f172a;font-family:Cairo,Segoe UI,system-ui,sans-serif;line-height:1.4;padding:0 24px;text-align:center}.coming-soon-message{margin:0 0 40px;font-size:16px;color:#ffffffb3;line-height:1.7;font-family:Cairo,Segoe UI,system-ui,sans-serif;font-weight:500;padding:0 24px}.coming-soon-modal .delete-confirm-actions{margin-top:0;gap:12px;padding-top:8px;padding-bottom:30px}.coming-soon-modal .btn-cancel{padding:12px 36px;border:2px solid #014cb1;border-radius:12px;background:#014cb1;color:#fff;font-weight:700;font-size:16px;cursor:pointer;font-family:Cairo,Segoe UI,system-ui,sans-serif;transition:all .2s ease;min-width:130px}.coming-soon-modal .btn-cancel:hover{background:#003173;border-color:#003173;transform:translateY(-2px);box-shadow:0 4px 12px #014cb11a}.coming-soon-modal .btn-cancel:active{transform:translateY(0)}.service-label{color:#fff;font-size:15px;font-weight:600;line-height:1.3;margin:0}.service-statistics{color:#fff;font-size:24px;font-weight:700;line-height:1.2;margin:0;opacity:.95}.latest-documents-section{margin-top:20px;background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:24px 28px;box-shadow:0 4px 20px #00000014}.latest-documents-title{margin:0 0 20px;font-size:20px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.latest-documents-table-wrapper{overflow-x:auto}.latest-documents-table{width:100%;border-collapse:collapse;font-family:Cairo,Segoe UI,system-ui,sans-serif}.latest-documents-table thead{background:#f8fafc}.latest-documents-table th{padding:12px 16px;text-align:right;font-size:14px;font-weight:700;color:var(--text);border-bottom:2px solid var(--border)}.latest-documents-table td{padding:12px 16px;text-align:right;font-size:14px;color:var(--text);border-bottom:1px solid var(--border)}.latest-documents-table tbody tr:hover{background:#f8fafc}.latest-documents-table tbody tr:last-child td{border-bottom:none}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:15px}.service-card{min-height:110px;padding:16px;gap:12px}.service-icon{font-size:36px;width:40px}.service-label{font-size:13px}.service-statistics{font-size:18px}}@media(max-width:480px){.services-grid{grid-template-columns:1fr}.service-card{min-height:100px}}.dashboard{display:flex;flex-direction:column;gap:32px}.hint{margin:0;color:var(--muted);font-size:14px}.hero-card{background:var(--panel);border-radius:24px;border:1px solid var(--border);padding:28px 32px;display:flex;justify-content:space-between;gap:24px}.hero-card h2{margin:6px 0 0;font-size:28px}.hero-meta{display:flex;gap:32px;align-items:center}.hero-meta p{margin:0;color:var(--muted);font-size:13px}.hero-meta strong{display:block;font-size:22px;margin-top:4px}.hero-meta small{color:var(--muted)}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;grid-auto-rows:1fr}.summary-card{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:18px;display:flex;align-items:center;gap:14px;min-height:100px;height:100%}.summary-icon{width:48px;height:48px;border-radius:14px;background:#e6e9f5;display:inline-flex;align-items:center;justify-content:center}.summary-icon i{color:#050505;font-size:22px}.summary-info{display:flex;flex-direction:column;gap:2px;height:48px;justify-content:center}.summary-info p{margin:0;color:var(--muted);font-size:15px;line-height:1.2}.summary-info strong{font-size:26px;color:var(--text);line-height:1.2}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:600px}th,td{text-align:right;padding:14px 8px;border-bottom:1px solid var(--border);font-size:15px}th{color:var(--muted);font-weight:500;background:#f9f9fe}tbody tr:last-child td{border-bottom:none}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:96px;padding:6px 12px;border-radius:999px;background:#10b98126;color:#0f9d58;font-weight:600}.empty-state{text-align:center;padding:32px 0;color:var(--muted)}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:0;padding:24px 28px;background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 12px #00000014}.dashboard-welcome{flex:1}.dashboard-title{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif;line-height:1.3}.dashboard-subtitle{margin:0;font-size:15px;color:var(--muted);font-family:Cairo,Segoe UI,system-ui,sans-serif}.dashboard-clock-wrapper{display:flex;align-items:center;gap:12px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px 20px;box-shadow:0 1px 3px #0000000d}.dashboard-clock-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#014cb1 0% 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.dashboard-clock{font-family:Cairo,Segoe UI,system-ui,sans-serif;direction:ltr;font-weight:700;font-size:20px;color:var(--text);letter-spacing:1px;min-width:90px;text-align:center}.project-view-cell{text-align:center;width:44px}.project-view-btn{background:none;border:none;cursor:pointer;padding:4px 8px;color:#3059d6;font-size:1.25em;transition:transform .2s ease,color .2s ease;display:inline-flex;align-items:center;justify-content:center;border-radius:6px}.project-view-btn:hover{transform:scale(1.1);color:#2a3bc6;background:#3059d61a}.project-view-btn:active{transform:scale(.95)}.status-complete{background-color:#10b9811f!important;color:#139625!important}.status-incomplete{background-color:#ef444414!important;color:#ef4444!important}@media(min-width:769px){.table-wrapper{display:block}.projects-mobile-cards{display:none!important}}.project-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text);flex:1}.project-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.project-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1}.modal,.modal-overlay{position:fixed;inset:0;background:#1a1b2166;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.modal-content{background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:20px;padding:0;min-width:300px;max-width:95vw;box-shadow:0 4px 24px #0003;display:flex;flex-direction:column;align-items:stretch;text-align:right;position:relative;margin:auto;max-height:95vh;overflow:hidden}.modal-header{padding:20px 24px;border-bottom:1px solid var(--border);background:var(--panel);display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:1.25rem;color:var(--text)}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--muted);cursor:pointer;padding:4px;line-height:1;display:flex;align-items:center;justify-content:center}.form-actions{padding:20px 24px;border-top:1px solid var(--border);background:transparent;display:flex;justify-content:flex-end!important;gap:12px}.sidebar-link{display:flex;align-items:center;gap:10px;width:100%;text-align:right;background:transparent;border:none;padding:12px 14px;border-radius:12px;font:inherit;color:#475569;font-size:14px;font-weight:600;box-shadow:none;transform:none;cursor:pointer;text-decoration:none;transition:background .13s,border .13s,color .13s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.sidebar-link:hover{background:#33b3491a;color:#014cb1}.sidebar-link:hover .sidebar-icon{color:#014cb1}.sidebar-link.active{background:#33b34926;color:#014cb1;font-weight:700}.sidebar-link.active .sidebar-icon{color:#014cb1}.sidebar-link.open,.sidebar-link.open span{font-weight:700}.pagination-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:16px;border-top:1px solid var(--border);flex-wrap:wrap;gap:16px}.pagination-info{color:var(--muted);font-size:14px}.pagination-controls{display:flex;align-items:center;gap:8px}.pagination-btn{padding:8px 12px;border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:var(--hover-bg);border-color:var(--accent)}.pagination-number{min-width:38px;justify-content:center;padding:8px}.pagination-number.active{background:var(--accent);color:#fff;border-color:var(--accent)}[data-theme=dark] .pagination-btn{background:var(--input-bg)}[data-theme=dark] .pagination-number.active{background:var(--accent);color:#fff}.pagination-dots{color:var(--muted);padding:0 4px}.sidebar-section button.sidebar-link,.sidebar-section button.sidebar-link span{font-weight:700}.sidebar-backdrop{position:fixed;inset:0;background:#0f172a80;border:none;padding:0;margin:0;cursor:pointer;z-index:80;display:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .3s ease,backdrop-filter .3s ease}.sidebar-toggle{display:none}.sidebar-close-btn{width:36px;height:36px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;color:#ffffffb3;display:grid;place-items:center;cursor:pointer;flex-shrink:0;font-size:18px}.sidebar-close-btn:hover{background:#33b3491a;color:#014cb1;border-color:#014cb1}@media(max-width:1024px){.sidebar-toggle{display:grid}.fullscreen-toggle,.sync-toggle{display:none!important}.app-shell{grid-template-columns:1fr;grid-template-areas:"main"}.main-area{padding:16px;overflow-x:hidden}.hero-card{flex-direction:column}.hero-meta{flex-wrap:wrap}.topbar{flex-direction:row;align-items:center;margin:-16px -16px 20px;padding:12px 16px;gap:12px;flex-wrap:wrap;min-height:auto;position:sticky;top:-16px;z-index:100}.topbar-left{flex-direction:row;align-items:center;gap:12px}.topbar-right{flex:1;justify-content:flex-end;flex-wrap:wrap;gap:8px}.sidebar{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;z-index:90;box-shadow:2px 0 20px #00000026!important;transform:translate(0);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden;padding:20px 16px 32px}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#f1f5f9}.sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app-shell.is-sidebar-closed .sidebar{display:block;transform:translate(100%)}.sidebar-backdrop{display:block;z-index:85}.search-field{flex:1;min-width:150px;max-width:100%}.topbar-user{flex-shrink:0}.topbar-user summary{width:100%;justify-content:space-between}.summary-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.brand-title{font-size:18px}.sidebar-link{padding:10px 12px;font-size:14px}.sidebar-icon{font-size:15px}}@media(min-width:769px)and (max-width:1024px){.sidebar{right:0;transform:translate(0);top:0;bottom:0;margin-top:0;border-radius:0}.app-shell.is-sidebar-closed .sidebar{transform:translate(100%)}}@media(max-width:768px){.main-area{padding:12px;overflow-x:hidden}.topbar{margin:-12px -12px 16px;padding:10px 12px;gap:8px;flex-direction:row;align-items:center;flex-wrap:wrap}.topbar-left{flex-shrink:0}.topbar-right{flex:1;flex-direction:row;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap;min-width:0}.search-field{min-width:120px;padding:6px 10px;font-size:14px}.search-field input{font-size:14px}.icon-button{width:32px;height:32px;font-size:14px}.sidebar-toggle{width:36px;height:36px}.user-trigger{padding:5px 10px;font-size:12px}.user-name{font-size:12px}.user-chip i{font-size:16px}.sidebar{width:90%;max-width:400px;padding:16px 12px 24px;right:50%;transform:translate(50%);border-radius:16px;top:50%;bottom:auto;max-height:85vh;margin-top:-42.5vh;box-shadow:0 10px 40px #0000004d!important;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.app-shell.is-sidebar-closed .sidebar{transform:translate(50%) translateY(-100vh);opacity:0;pointer-events:none}.brand{padding-bottom:16px}.brand-title{font-size:16px}.sidebar-section .section-title{font-size:12px}.sidebar-link{padding:9px 10px;font-size:13px}.sidebar-icon{font-size:14px}.summary-grid{grid-template-columns:1fr;gap:10px}.summary-card{padding:14px;min-height:90px}.summary-icon{width:42px;height:42px}.summary-icon i{font-size:20px}.summary-info strong{font-size:22px}.summary-info p{font-size:13px}}@media(min-width:1025px){.sidebar,.app-shell.is-sidebar-closed .sidebar{display:flex!important;transform:none!important}.topbar{flex-direction:row!important;align-items:center!important;margin:-32px -40px 20px!important;padding:12px 32px!important;gap:16px!important;flex-wrap:nowrap!important;min-height:68px!important;position:relative!important;top:auto!important}.topbar-left{flex-direction:column!important;gap:6px!important}.topbar-right{flex:0 0 auto!important;justify-content:flex-end!important;flex-wrap:nowrap!important;gap:8px!important}.search-field{flex:0 0 auto!important;min-width:220px!important;max-width:none!important}.topbar-user{flex-shrink:0!important;width:auto!important}.user-trigger{width:auto!important;justify-content:flex-start!important}}@media(hover:none)and (pointer:coarse){.sidebar-link,.sidebar-section button{min-height:44px;padding:12px 14px}.icon-button,.sidebar-toggle{min-width:44px;min-height:44px}.user-trigger{min-height:44px;padding:8px 12px}.user-menu button{min-height:44px;padding:12px 14px}}@media(min-width:481px)and (max-width:768px){.topbar{flex-direction:row;align-items:center}.topbar-right{flex-direction:row;flex-wrap:wrap}.search-field{flex:1;min-width:180px}}@media(max-width:480px){.main-area{padding:10px;overflow-x:hidden}.topbar{margin:-10px -10px 14px;padding:8px 10px;gap:6px;flex-direction:row;align-items:center;flex-wrap:wrap}.topbar-left{flex-shrink:0;justify-content:flex-start}.topbar-right{flex:1;flex-direction:row;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap;min-width:0}.search-field{flex:1;min-width:120px;max-width:100%}.topbar-user{flex-shrink:0;width:auto}.user-trigger{width:auto;justify-content:flex-start;padding:6px 10px;font-size:11px}.user-name{font-size:11px}.icon-button{width:32px;height:32px;font-size:13px}.sidebar{width:95%;max-width:95vw;padding:14px 10px 20px;right:50%;transform:translate(50%);border-radius:12px;top:50%;bottom:auto;max-height:90vh;margin-top:-45vh}.app-shell.is-sidebar-closed .sidebar{transform:translate(50%) translateY(-100vh);opacity:0}.brand-title{font-size:15px}.sidebar-link{padding:8px;font-size:12px}.sidebar-icon{font-size:13px}.sidebar-section .section-title{font-size:11px}.summary-grid{display:flex;flex-direction:column;gap:8px}.summary-card{padding:12px;min-height:80px}.summary-icon{width:38px;height:38px}.summary-icon i{font-size:18px}.summary-info strong{font-size:20px}.summary-info p{font-size:12px}.dashboard-header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.dashboard-title{font-size:22px}.dashboard-subtitle{font-size:14px}.dashboard-clock-wrapper{width:100%;justify-content:space-between}.dashboard-clock{font-size:18px}.table-wrapper{display:none}.projects-mobile-cards{display:block}.project-mobile-card{padding:14px}.project-mobile-name{font-size:15px}.project-mobile-label{font-size:12px}.project-mobile-value{font-size:13px}.user-menu{left:12px;min-width:180px}.icon-button{width:30px;height:30px;font-size:13px}.sidebar-toggle{width:34px;height:34px}}.users-management{display:flex;flex-direction:column;gap:16px}.users-breadcrumb{color:var(--muted);font-size:18px;margin-bottom:8px}.users-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 2px 8px #0f172a0f}.users-search-bar{display:flex;gap:8px;align-items:center;flex:1}.users-search-input{flex:1;padding:10px 16px;border:1px solid var(--border);border-radius:10px;font:inherit;font-size:14px;background:#fff;outline:none;transition:border-color .2s}.users-search-input:focus{border-color:var(--accent)}.users-search-btn{width:44px;height:44px;border-radius:10px;background:#111;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;font-family:Cairo,Segoe UI,system-ui,sans-serif}.users-search-btn{background:#014cb1;transition:all .2s ease}.users-search-btn:hover{background:#003173;transform:translateY(-1px);box-shadow:0 4px 12px #014cb11a}.users-table-wrapper{overflow-x:auto}.users-table{width:100%;border-collapse:collapse;font-size:14px}.users-table thead{background:#f8f9fb}.users-table th{padding:14px 12px;text-align:right;font-weight:600;color:var(--text);border-bottom:2px solid var(--border);font-size:15px}.users-table td{padding:14px 12px;text-align:right;border-bottom:1px solid var(--border);color:var(--text)}.users-table tbody tr:hover{background:#f8f9fb}.users-table tbody tr:last-child td{border-bottom:none}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-badge.active{background:#10b98126;color:#0f9d58}.type-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.type-badge{display:inline-flex;align-items:center;gap:.375rem}.type-badge.admin{background:#4d64ff26;color:var(--accent-dark)}.type-badge.agent{background:#3b82f626;color:#139625}.type-badge.branch{background:#33b34926;color:#014cb1}.type-badge.user{background:#94a3b826;color:#64748b}.type-badge i{font-size:.75rem}.action-buttons{display:flex;gap:8px;align-items:center}.action-btn{width:32px;height:32px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:14px}.action-btn.edit{background:#4d64ff1a;color:var(--accent-dark)}.action-btn.edit:hover{background:#4d64ff33}.action-btn.delete{background:#ef44441a;color:#ef4444}.action-btn.delete:hover{background:#ef444433}.action-btn.view{background:#3b82f61a;color:#139625}.action-btn.view:hover{background:#3b82f633}.treasuries-actions{display:flex;gap:10px;flex-wrap:wrap}.treasuries-action-btn{white-space:nowrap}.treasuries-action-btn .btn-text{margin-right:6px}.loading-text{text-align:center;padding:20px;color:var(--muted);font-family:Cairo,Segoe UI,system-ui,sans-serif}.empty-table-cell{text-align:center;padding:20px;color:var(--muted)}.default-badge{margin-right:8px;color:#139625;font-size:12px;font-weight:600}.balance-cell{font-weight:700}.balance-positive{color:#139625}.balance-negative{color:#ef4444}.treasuries-mobile-cards{display:none}.treasury-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px;display:flex;flex-direction:column;gap:12px}.treasury-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.treasury-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.treasury-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.treasury-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.treasury-mobile-body{display:flex;flex-direction:column;gap:10px}.treasury-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.treasury-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.treasury-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.pagination-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding:8px;border-top:1px solid var(--border);font-family:Cairo,Segoe UI,system-ui,sans-serif;flex-wrap:wrap;gap:12px}.pagination-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pagination-btn{padding:7px 14px;border:1px solid #000;border-radius:8px;background:#fff;color:#000;font-size:13px;font-weight:500;cursor:pointer;font-family:Cairo,Segoe UI,system-ui,sans-serif;transition:all .2s ease;display:flex;align-items:center;gap:4px;-webkit-tap-highlight-color:transparent}.pagination-btn:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.6}.pagination-btn:not(:disabled):hover{background:#f9fafb;transform:translateY(-1px)}.pagination-btn.active{background:#014cb1;color:#fff}.pagination-btn.active:hover{background:#003173}.pagination-number{padding:7px 10px;min-width:36px;justify-content:center}.pagination-btn-text{margin:0 4px}.users-header{display:flex;gap:12px;align-items:center;margin-bottom:20px;flex-wrap:wrap}@media(max-width:768px){.users-header{flex-direction:column;align-items:stretch;gap:12px}.users-search-bar{width:100%}.treasuries-actions{width:100%;flex-direction:column}.treasuries-action-btn{width:100%;justify-content:center}.treasuries-action-btn .btn-text{display:inline}.users-table-wrapper{display:none}.treasuries-mobile-cards{display:block}.pagination-wrapper{flex-direction:column;align-items:stretch}.pagination-info{text-align:center;margin-bottom:8px}.pagination-controls{justify-content:center;flex-wrap:wrap}.pagination-btn{min-height:36px}}@media(min-width:769px){.treasuries-mobile-cards{display:none!important}.users-table-wrapper{display:block}}@media(max-width:480px){.treasury-mobile-card{padding:12px}.treasury-mobile-name{font-size:15px}.treasury-mobile-label{font-size:12px}.treasury-mobile-value{font-size:13px}.pagination-btn{padding:6px 10px;font-size:12px}.pagination-number{min-width:32px;padding:6px 8px}.pagination-btn-text{display:none}.pagination-prev,.pagination-next{padding:6px 12px}}.treasury-header-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:16px}.treasury-title{margin:0;font-size:24px;font-weight:700;color:#111827;font-family:Cairo,Segoe UI,system-ui,sans-serif}.treasury-default-badge{display:inline-block;margin-top:8px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700;color:#139625;background-color:#d1fae5}.treasury-balance-display{text-align:left;flex-shrink:0}.treasury-balance-label{font-size:14px;color:#6b7280;margin-bottom:4px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.treasury-balance-value{font-size:28px;font-weight:700;font-family:Cairo,Segoe UI,system-ui,sans-serif}.transaction-type-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;display:inline-block;font-family:Cairo,Segoe UI,system-ui,sans-serif}.transaction-type-badge.type-income{color:#139625;background-color:#d1fae5}.transaction-type-badge.type-expense{color:#ef4444;background-color:#fee2e2}.transaction-type-badge.type-neutral{color:#6b7280;background-color:#f3f4f6}.transaction-treasury-info{font-size:11px;color:#6b7280;margin-top:4px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.transaction-amount{font-weight:700;font-family:Cairo,Segoe UI,system-ui,sans-serif}.transaction-amount.amount-income{color:#139625}.transaction-amount.amount-expense{color:#ef4444}.empty-transactions{text-align:center;padding:40px}.empty-transactions i{font-size:48px;color:#d1d5db;margin-bottom:16px;display:block}.empty-transactions p{color:#6b7280;font-size:16px;margin:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.transactions-mobile-cards{display:none}.transaction-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px;display:flex;flex-direction:column;gap:12px}.transaction-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.transaction-mobile-header>div:first-child{display:flex;flex-direction:column;gap:8px;flex:1}.transaction-mobile-number{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.transaction-mobile-body{display:flex;flex-direction:column;gap:10px}.transaction-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.transaction-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.transaction-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}@media(max-width:768px){.treasury-header-info{flex-direction:column;align-items:flex-start}.treasury-title{font-size:20px}.treasury-balance-display{width:100%;text-align:center}.treasury-balance-value{font-size:24px}.users-table-wrapper{display:none}.transactions-mobile-cards{display:block}.transaction-mobile-card{padding:14px}.transaction-mobile-header{flex-direction:column;align-items:stretch}.transaction-mobile-header>div:last-child{align-self:flex-end}}@media(min-width:769px){.transactions-mobile-cards{display:none!important}.users-table-wrapper{display:block}}@media(max-width:480px){.treasury-title{font-size:18px}.treasury-balance-value{font-size:22px}.transaction-mobile-card{padding:12px}.transaction-mobile-label{font-size:12px}.transaction-mobile-value{font-size:13px}}.owners-mobile-cards{display:none}.owner-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px;display:flex;flex-direction:column;gap:12px}.owner-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.owner-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.owner-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-mobile-number{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-mobile-body{display:flex;flex-direction:column;gap:10px}.owner-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.owner-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-view-btn{background:#4d64ff1a!important;color:#4d64ff!important}.owner-view-btn:hover{background:#4d64ff33!important}@media(max-width:768px){.users-table-wrapper{display:none}.owners-mobile-cards{display:block}.owner-mobile-card{padding:14px}.owner-mobile-header{flex-direction:column;align-items:stretch}.owner-mobile-header>div:last-child{align-self:flex-end}}@media(min-width:769px){.owners-mobile-cards{display:none!important}.users-table-wrapper{display:block}}@media(max-width:480px){.owner-mobile-card{padding:12px}.owner-mobile-name{font-size:15px}.owner-mobile-label{font-size:12px}.owner-mobile-value{font-size:13px}}.back-button{margin-top:20px;display:flex;align-items:center;gap:8px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.back-button-text{margin-right:8px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-details-container{padding:30px}.owner-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:16px}.owner-details-title{margin:0;color:#263240;font-size:24px;font-weight:700;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-section{margin-bottom:40px}.owner-section-title{margin-bottom:24px;color:#263240;font-size:20px;font-weight:700;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-section-subtitle{margin-bottom:20px;color:#263240;font-size:18px;font-weight:700;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-info-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px}.owner-info-grid,.owner-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.owner-info-item{display:flex;align-items:center;gap:14px;padding:12px;background:#f9fafb;border-radius:8px}.owner-info-icon{width:48px;height:48px;border-radius:14px;background:#e6e9f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.owner-info-icon i{color:#050505;font-size:22px}.owner-info-content{flex:1;min-width:0}.owner-info-label{font-size:12px;color:#8a91a8;margin-bottom:4px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-info-value{font-size:16px;font-weight:700;color:#263240;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-type-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-projects-mobile-cards,.owner-maps-mobile-cards{display:none}.owner-project-mobile-card,.owner-map-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px;display:flex;flex-direction:column;gap:12px}.owner-project-mobile-header,.owner-map-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.owner-project-mobile-header>div:first-child,.owner-map-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.owner-project-mobile-name,.owner-map-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-project-mobile-number{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-project-mobile-body,.owner-map-mobile-body{display:flex;flex-direction:column;gap:10px}.owner-project-mobile-row,.owner-map-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.owner-project-mobile-label,.owner-map-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-project-mobile-value,.owner-map-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.owner-project-mobile-actions,.owner-map-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border)}.owner-project-mobile-actions .action-btn,.owner-map-mobile-actions .action-btn{width:100%;justify-content:center;gap:8px;padding:10px}@media(max-width:768px){.owner-details-container{padding:20px}.owner-details-header{flex-direction:column;align-items:flex-start}.owner-details-title{font-size:20px}.owner-section-title{font-size:18px}.owner-section-subtitle{font-size:16px}.owner-info-grid,.owner-stats-grid{grid-template-columns:1fr;gap:16px}.owner-info-card{padding:20px}.users-table-wrapper{display:none}.owner-projects-mobile-cards,.owner-maps-mobile-cards{display:block}.back-button-text{display:none}}@media(min-width:769px){.owner-projects-mobile-cards,.owner-maps-mobile-cards{display:none!important}.users-table-wrapper{display:block}}@media(max-width:480px){.owner-details-container{padding:16px}.owner-details-title{font-size:18px}.owner-section-title{font-size:16px;margin-bottom:16px}.owner-section-subtitle{font-size:15px;margin-bottom:16px}.owner-info-card{padding:16px}.owner-info-item{padding:10px}.owner-info-icon{width:40px;height:40px}.owner-info-icon i{font-size:18px}.owner-info-label{font-size:11px}.owner-info-value{font-size:14px}.owner-project-mobile-card,.owner-map-mobile-card{padding:12px}.owner-project-mobile-name,.owner-map-mobile-title{font-size:15px}.owner-project-mobile-label,.owner-map-mobile-label{font-size:12px}.owner-project-mobile-value,.owner-map-mobile-value{font-size:13px}}.projects-mobile-cards{display:none}.project-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px;display:flex;flex-direction:column;gap:12px}.project-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.project-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.project-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-mobile-number{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-mobile-body{display:flex;flex-direction:column;gap:10px}.project-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.project-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end}.delete-modal-content{padding:20px;text-align:center}.delete-modal-actions{justify-content:center;margin-top:20px}@media(max-width:768px){.users-management .users-card .users-table-wrapper{display:none}.projects-mobile-cards{display:block}.project-mobile-card{padding:14px}.project-mobile-header{flex-direction:column;align-items:stretch}.project-mobile-header>div:last-child{align-self:flex-end}}@media(min-width:769px){.projects-mobile-cards{display:none!important}.users-management .users-card .users-table-wrapper{display:block!important}}@media(max-width:480px){.project-mobile-card{padding:12px}.project-mobile-name{font-size:15px}.project-mobile-label{font-size:12px}.project-mobile-value{font-size:13px}}.project-details-section{padding:20px}.project-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.project-details-title{margin:0;font-size:24px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-details-actions{display:flex;gap:10px;flex-wrap:wrap}.project-action-btn{display:flex;align-items:center;gap:6px}.project-action-btn .btn-text{font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-report-btn{background:#014cb1!important;border-color:#014cb1!important}.project-report-btn:hover{background:#003173!important;border-color:#003173!important}.project-complete-btn{background:#139625!important;border-color:#139625!important}.project-completed-badge{padding:8px 16px;background:#e0e7ff;color:#6366f1;border-radius:6px;font-weight:600;font-size:14px;display:flex;align-items:center;gap:6px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-info-card{margin-bottom:20px}.project-info-container{padding:24px}.project-info-extra{margin-top:16px;padding-top:20px;border-top:1px solid var(--border)}.agreement-mechanism-item{grid-column:1 / -1}.agreement-value{line-height:1.5}.percentage-type{font-size:12px;color:#8a91a8;margin-right:8px}.project-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px}.project-stat-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:20px;text-align:center}.project-stat-label{font-size:14px;color:#8a91a8;margin-bottom:8px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-stat-value{font-size:24px;font-weight:700;color:#263240;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-stat-positive{color:#139625}.project-stat-negative{color:#ef4444}.project-stat-purple{color:#6366f1}.project-section-card{margin-bottom:20px}.project-section-container{padding:20px}.owner-section-subtitle{margin-bottom:15px;font-size:18px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.expense-amount{color:#139625;font-weight:700}.return-amount{color:#ef4444;font-weight:700}.attachment-link{color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;gap:6px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.attachment-link:hover{text-decoration:underline}.project-payments-mobile-cards,.project-expenses-mobile-cards,.project-returns-mobile-cards{display:none}.project-payment-mobile-card,.project-expense-mobile-card,.project-return-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.project-payment-mobile-header,.project-expense-mobile-header,.project-return-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.project-payment-mobile-title,.project-expense-mobile-title,.project-return-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-payment-mobile-number,.project-expense-mobile-type,.project-return-mobile-worker{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-payment-mobile-body,.project-expense-mobile-body,.project-return-mobile-body{display:flex;flex-direction:column;gap:10px}.project-payment-mobile-row,.project-expense-mobile-row,.project-return-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.project-payment-mobile-label,.project-expense-mobile-label,.project-return-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-payment-mobile-value,.project-expense-mobile-value,.project-return-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.loading-container,.empty-container{text-align:center;padding:40px}.back-button{margin-top:20px}.project-type-badge.type-construction{background:#3b82f626;color:#139625}.project-type-badge.type-finishing{background:#10b98126;color:#139625}.owner-view-btn{background:#014cb1!important;color:#fff!important}.owner-view-btn:hover{background:#003173!important}@media(max-width:768px){.project-details-header{flex-direction:column;align-items:stretch}.project-details-title{font-size:20px}.project-details-actions{width:100%;justify-content:flex-start}.project-action-btn .btn-text{display:none}.project-stats-grid{grid-template-columns:1fr}.project-info-container,.project-section-container{padding:16px}.users-table-wrapper{display:none}.project-payments-mobile-cards,.project-expenses-mobile-cards,.project-returns-mobile-cards{display:block}}@media(min-width:769px){.project-payments-mobile-cards,.project-expenses-mobile-cards,.project-returns-mobile-cards{display:none!important}.users-table-wrapper{display:block}}@media(max-width:480px){.project-details-section{padding:12px}.project-details-title{font-size:18px}.project-stat-card{padding:16px}.project-stat-label{font-size:12px}.project-stat-value{font-size:20px}.project-payment-mobile-card,.project-expense-mobile-card,.project-return-mobile-card{padding:12px}.project-payment-mobile-title,.project-expense-mobile-title,.project-return-mobile-title{font-size:15px}}.add-user-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;white-space:nowrap;background:#014cb1!important;color:#fff!important;font-family:Cairo,Segoe UI,system-ui,sans-serif;transition:all .2s ease}.add-user-btn:hover{background:#003173!important;transform:translateY(-1px);box-shadow:0 4px 12px #014cb11a}.user-form-modal{max-width:800px;width:90vw;max-height:90vh;padding:0;text-align:right;align-items:stretch;display:flex;flex-direction:column;overflow:hidden;margin:auto}.user-form-modal .modal-header{flex-shrink:0;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e2e8f0;margin-bottom:0}.user-form-modal .user-form{flex:1;overflow-y:auto;padding:1.5rem;max-height:calc(90vh - 100px)}.user-form-modal .user-form::-webkit-scrollbar{width:8px}.user-form-modal .user-form::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.user-form-modal .user-form::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.user-form-modal .user-form::-webkit-scrollbar-thumb:hover{background:#94a3b8}.permissions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--input-bg);direction:rtl}.permissions-grid-scrollable{max-height:300px;overflow-y:auto}.permissions-grid label{-webkit-user-select:none;user-select:none}.permissions-grid span{font-size:.875rem}.permission-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease;color:var(--text)}.permission-option:hover{background:var(--hover-bg)}.permissions-grid input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#014cb1}.permissions-grid input[type=checkbox]:checked+span{font-weight:600;color:#014cb1}.permissions-section-title{margin-bottom:1rem;display:block}.admin-note{font-size:.875rem;color:var(--muted);margin-top:.5rem;margin-bottom:0}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0;margin-bottom:0;flex-shrink:0;background:#fff;border-radius:20px 20px 0 0}.modal-header h3{margin:0;font-size:1.5rem;font-weight:800;color:#0f172a;font-family:Cairo,Segoe UI,system-ui,sans-serif}.modal-close{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px}.user-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;overflow-y:auto;flex:1}.form-group{margin-bottom:20px;display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;font-size:14px;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.form-group label .required{color:#ef4444;margin-right:4px}.form-group label .optional{font-weight:400;font-size:12px;color:var(--muted);margin-right:4px}.form-group input,.form-group select,.form-group textarea{padding:10px 14px;border:1px solid var(--border);border-radius:10px;font:inherit;font-size:14px;background:#fff;outline:none;transition:border-color .2s;font-family:Cairo,Segoe UI,system-ui,sans-serif;width:100%}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:80px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent)}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:12px;margin-top:-4px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;flex-shrink:0;background:#fff;position:sticky;bottom:0}.btn-cancel{padding:10px 20px;border:1px solid #014cb1;border-radius:10px;background:#014cb1;color:#fff;font-weight:600;cursor:pointer;font-family:Cairo,Segoe UI,system-ui,sans-serif;transition:all .2s ease}.btn-cancel:hover:not(:disabled){background:#003173;border-color:#003173;transform:translateY(-1px);box-shadow:0 4px 12px #014cb11a}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.btn-submit{padding:10px 24px;border:none;border-radius:10px;background:#014cb1;color:#fff;font-weight:600;cursor:pointer;font-family:Cairo,Segoe UI,system-ui,sans-serif;transition:all .2s ease}.btn-submit:hover:not(:disabled){background:#003173;transform:translateY(-1px);box-shadow:0 4px 12px #014cb11a}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-main{padding:10px 24px;border:none;border-radius:10px;background:#014cb1;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Cairo,Segoe UI,system-ui,sans-serif}.btn-main:hover:not(:disabled){background:#003173;transform:translateY(-1px);box-shadow:0 4px 12px #014cb11a}.btn-main:disabled{opacity:.6;cursor:not-allowed;transform:none}.delete-confirm-modal{max-width:450px;width:90vw;padding:32px 24px 24px;text-align:center;align-items:center}.delete-confirm-icon{width:64px;height:64px;border-radius:50%;background:#ef44441a;color:#ef4444;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px}.delete-confirm-modal h3{margin:0 0 16px;font-size:22px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.delete-confirm-message{margin:0 0 24px;font-size:15px;color:var(--text);line-height:1.6;font-family:Cairo,Segoe UI,system-ui,sans-serif}.delete-confirm-message strong{color:var(--accent-dark);font-weight:700}.delete-warning{display:block;margin-top:8px;font-size:13px;color:#ef4444;font-weight:600}.delete-confirm-actions{display:flex;gap:12px;justify-content:center;margin-top:24px}.btn-delete-confirm{padding:10px 24px;border:none;border-radius:10px;background:#ef4444;color:#fff;font-weight:600;cursor:pointer;transition:all .2s;font-family:Cairo,Segoe UI,system-ui,sans-serif}.btn-delete-confirm:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.btn-delete-confirm:disabled{opacity:.6;cursor:not-allowed;transform:none}.toast{position:fixed;top:20px;left:20px;right:20px;max-width:400px;margin:0 auto;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:10000;animation:toastSlideIn .3s ease-out;font-family:Cairo,Segoe UI,system-ui,sans-serif}@keyframes toastSlideIn{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}.toast-success{background:#139625;color:#fff}.toast-error{background:#ef4444;color:#fff}.toast-content{display:flex;align-items:center;gap:12px;flex:1}.toast-content i{font-size:20px;color:#fff}.toast-content span{font-size:14px;font-weight:600;color:#fff}.toast-close{width:24px;height:24px;border:none;background:#fff3;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;font-size:14px;padding:0}.toast-close:hover{background:#ffffff4d;color:#fff}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:20px}.login-container{width:480px;max-width:100%;margin:auto;background:#fff;border-radius:18px;box-shadow:0 8px 38px #e3e8ee;padding:44px 40px 36px;display:flex;flex-direction:column;align-items:stretch}.login-title{font-family:Cairo,Segoe UI,system-ui,sans-serif;text-align:center;font-weight:700;font-size:26px;margin:0 0 28px;color:#263240}.login-form{display:flex;flex-direction:column;gap:14px}.login-label{font-weight:600;color:#374151;margin-bottom:4px;font-size:13px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.login-input{padding:10px 12px;border-radius:8px;border:1.3px solid #e7e9ef;font-size:14px;font-family:Cairo,Segoe UI,system-ui,sans-serif;background:#f9fafb;outline:none;transition:border-color .2s ease,background .2s ease;width:100%;box-sizing:border-box}.login-input:focus{border-color:var(--accent);background:#fff}.login-password-wrapper{position:relative}.login-password-input{padding-right:12px;padding-left:40px}.login-password-toggle{position:absolute;left:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280;padding:8px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;min-width:32px;min-height:32px;-webkit-tap-highlight-color:transparent;box-shadow:none}.login-password-toggle:hover{color:#014cb1;transform:translateY(-50%);box-shadow:none}.login-password-toggle:active{transform:translateY(-50%)}.login-password-toggle i{font-size:16px}.login-submit-btn{margin-top:18px;padding:11px 0;border-radius:10px;background:#014cb1;color:#fff;font-weight:600;font-size:16px;font-family:Cairo,Segoe UI,system-ui,sans-serif;border:none;letter-spacing:.5px;box-shadow:0 4px 12px #014cb11a;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:all .2s ease;-webkit-tap-highlight-color:transparent;min-height:44px}.login-submit-btn:hover:not(:disabled){background:#003173;transform:translateY(-1px);box-shadow:0 6px 16px #33b34966}.login-submit-btn:active:not(:disabled){transform:translateY(0)}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-captcha{margin-top:20px;margin-bottom:8px}.login-captcha-container{display:flex;flex-direction:column;gap:12px}.login-captcha-question{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:#f8fafc;border:1px solid var(--border);border-radius:10px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.login-captcha-number{font-size:24px;font-weight:700;color:#014cb1;min-width:40px;text-align:center}.login-captcha-operator,.login-captcha-equals{font-size:20px;font-weight:600;color:#64748b}.login-captcha-input-wrapper{display:flex;gap:8px;align-items:center}.login-captcha-input{flex:1;padding:12px 16px;border:1px solid var(--border);border-radius:10px;font-size:18px;font-weight:600;text-align:center;font-family:Cairo,Segoe UI,system-ui,sans-serif;outline:none;transition:border-color .2s ease}.login-captcha-input:focus{border-color:#014cb1;box-shadow:0 0 0 3px #33b3491a}.login-captcha-input.error{border-color:#ef4444}.login-captcha-refresh{width:44px;height:44px;border:1px solid var(--border);border-radius:10px;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:16px}.login-captcha-refresh:hover{background:#f8fafc;border-color:#014cb1;color:#014cb1;transform:rotate(90deg)}.login-error{color:#ef4444;text-align:center;margin-top:6px;font-weight:600;font-family:Cairo,Segoe UI,system-ui,sans-serif;font-size:13px}.login-toast{margin:22px auto 0}@media(max-width:768px){.login-page{padding:40px 16px 16px;align-items:flex-start}.login-container{width:100%;max-width:100%;padding:32px 24px 28px;border-radius:16px}.login-title{font-size:22px;margin-bottom:24px}.login-form{gap:12px}.login-label{font-size:12px;margin-bottom:6px}.login-input{padding:12px;font-size:16px}.login-password-input{padding-left:44px}.login-password-toggle{left:12px;padding:10px;min-width:40px;min-height:40px}.login-submit-btn{margin-top:16px;padding:13px 0;font-size:15px;min-height:48px}.login-error{font-size:12px;margin-top:8px}}@media(max-width:480px){.login-page{padding:30px 12px 12px}.login-container{padding:24px 20px;border-radius:12px;box-shadow:0 4px 20px #0000001a}.login-title{font-size:20px;margin-bottom:20px}.login-form{gap:10px}.login-label{font-size:11px}.login-input{padding:11px;font-size:16px}.login-password-toggle{min-width:44px;min-height:44px}.login-submit-btn{margin-top:14px;padding:12px 0;font-size:14px;min-height:46px}}.projects-report-table{overflow-x:auto}.expand-col{width:40px}.expand-icon{color:#9ca3af;font-size:17px}.project-report-row{cursor:pointer}.project-report-row.expanded{background:#f9fafb}.project-report-details-row{background:#f3f4f6}.project-report-details-cell{padding:17px 24px}.project-report-subsection{margin-bottom:18px}.project-report-subsection.last-subsection{margin-bottom:0}.project-report-subtitle{font-weight:500;margin-bottom:6px;font-family:Cairo,Segoe UI,system-ui,sans-serif;color:var(--text)}.project-report-subtable{background:#fff;width:100%}.empty-subtable-cell{text-align:center;color:#a1a1aa;font-family:Cairo,Segoe UI,system-ui,sans-serif}.projects-report-mobile-cards{display:none}.project-report-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.project-report-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px;cursor:pointer}.project-report-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.project-report-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-report-mobile-number{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-report-mobile-body{display:flex;flex-direction:column;gap:10px}.project-report-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.project-report-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-report-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-report-mobile-details{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.project-report-mobile-subsection{margin-bottom:18px}.project-report-mobile-subsection:last-child{margin-bottom:0}.project-report-mobile-subtitle{font-weight:500;margin-bottom:12px;font-size:15px;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-report-mobile-subitem{background:#fff;border:1px solid var(--border);border-radius:8px;padding:12px;margin-bottom:10px}.project-report-mobile-subitem:last-child{margin-bottom:0}.project-report-mobile-subrow{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.project-report-mobile-subrow:last-child{margin-bottom:0}.project-report-mobile-sublabel{font-weight:600;color:var(--muted);font-size:12px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.project-report-mobile-subvalue{color:var(--text);font-size:13px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}@media(max-width:768px){.projects-report-table{display:none}.projects-report-mobile-cards{display:block}.project-report-details-cell{padding:12px 16px}.project-report-subsection{margin-bottom:16px}.project-report-subtable{font-size:12px}.project-report-subtable th,.project-report-subtable td{padding:8px 6px}}@media(min-width:769px){.projects-report-mobile-cards{display:none!important}.projects-report-table{display:block}}@media(max-width:480px){.project-report-mobile-card{padding:12px}.project-report-mobile-title{font-size:15px}.project-report-mobile-label{font-size:12px}.project-report-mobile-value{font-size:13px}.project-report-mobile-subtitle{font-size:14px}.project-report-mobile-subitem{padding:10px}.project-report-details-cell{padding:10px 12px}.project-report-subtitle{font-size:14px}.project-report-subtable{font-size:11px}.project-report-subtable th,.project-report-subtable td{padding:6px 4px}}.supervisors-mobile-cards{display:none}.supervisor-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.supervisor-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.supervisor-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.supervisor-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-mobile-number{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-mobile-body{display:flex;flex-direction:column;gap:10px}.supervisor-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.supervisor-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.supervisor-details-mobile-cards{display:none}.supervisor-detail-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.supervisor-detail-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.supervisor-detail-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.supervisor-detail-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-detail-mobile-number{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-detail-mobile-body{display:flex;flex-direction:column;gap:10px}.supervisor-detail-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.supervisor-detail-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-detail-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisors-report-table{overflow-x:auto}.supervisor-report-row{cursor:pointer}.supervisor-report-row.expanded{background:#f9fafb}.supervisor-report-details-row{background:#f3f4f6}.supervisor-report-details-cell{padding:17px 24px}.supervisor-report-details-content{display:flex;flex-direction:column;gap:16px}.supervisor-report-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.supervisor-report-stat-box{background:#fff;border:1px solid var(--border);border-radius:8px;padding:12px;text-align:center}.supervisor-report-stat-label{font-size:11px;color:#777;margin-bottom:4px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-stat-value{font-size:13px;font-weight:600;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-subsection{margin-top:12px}.supervisor-report-subtitle{font-weight:500;margin-bottom:10px;font-size:15px;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-subtable{background:#fff;width:100%}.supervisors-report-mobile-cards{display:none}.supervisor-report-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.supervisor-report-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px;cursor:pointer}.supervisor-report-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.supervisor-report-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-mobile-number{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-mobile-body{display:flex;flex-direction:column;gap:10px}.supervisor-report-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.supervisor-report-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-mobile-details{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.supervisor-report-mobile-stats{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.supervisor-report-mobile-stat-item{flex:1;min-width:120px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:10px;text-align:center}.supervisor-report-mobile-stat-label{font-size:11px;color:#777;margin-bottom:4px;display:block;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-mobile-stat-value{font-size:13px;font-weight:600;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-mobile-subsection{margin-top:12px}.supervisor-report-mobile-subtitle{font-weight:500;margin-bottom:12px;font-size:15px;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-mobile-subitem{background:#fff;border:1px solid var(--border);border-radius:8px;padding:12px;margin-bottom:10px}.supervisor-report-mobile-subitem:last-child{margin-bottom:0}.supervisor-report-mobile-subrow{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.supervisor-report-mobile-subrow:last-child{margin-bottom:0}.supervisor-report-mobile-sublabel{font-weight:600;color:var(--muted);font-size:12px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.supervisor-report-mobile-subvalue{color:var(--text);font-size:13px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}@media(max-width:768px){.users-management .users-card .users-table-wrapper{display:none}.supervisors-mobile-cards,.supervisor-details-mobile-cards,.supervisors-report-mobile-cards{display:block}.supervisors-report-table{display:none}.supervisor-mobile-card,.supervisor-detail-mobile-card,.supervisor-report-mobile-card{padding:14px}.supervisor-report-details-cell{padding:12px 16px}.supervisor-report-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:769px){.supervisors-mobile-cards,.supervisor-details-mobile-cards,.supervisors-report-mobile-cards{display:none!important}.users-management .users-card .users-table-wrapper{display:block!important}.supervisors-report-table{display:block}}@media(max-width:480px){.supervisor-mobile-card,.supervisor-detail-mobile-card,.supervisor-report-mobile-card{padding:12px}.supervisor-mobile-name,.supervisor-detail-mobile-title,.supervisor-report-mobile-title{font-size:15px}.supervisor-mobile-label,.supervisor-detail-mobile-label,.supervisor-report-mobile-label{font-size:12px}.supervisor-mobile-value,.supervisor-detail-mobile-value,.supervisor-report-mobile-value{font-size:13px}.supervisor-report-stats-grid{grid-template-columns:1fr}.supervisor-report-mobile-stats{flex-direction:column}.supervisor-report-mobile-stat-item{min-width:100%}}.empty-table-cell,.loading-text{text-align:center;padding:20px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.empty-state{text-align:center;padding:40px 20px;color:var(--muted);font-family:Cairo,Segoe UI,system-ui,sans-serif;font-size:16px}.custodies-mobile-cards{display:none}.custody-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.custody-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.custody-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.custody-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-mobile-number{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-mobile-body{display:flex;flex-direction:column;gap:10px}.custody-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.custody-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.custodies-report-mobile-cards{display:none}.custody-report-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.custody-report-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.custody-report-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.custody-report-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-report-mobile-number{font-size:12px;color:var(--muted);font-weight:500;font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-report-mobile-body{display:flex;flex-direction:column;gap:10px}.custody-report-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.custody-report-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-report-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word;font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-values-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:10px}.custody-add-value-btn{padding:8px 16px;display:flex;align-items:center;gap:6px}.custody-add-value-text{font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-empty-values{text-align:center;color:#9ca3af;padding:20px;border:1px dashed #d1d5db;border-radius:8px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-values-list{display:flex;flex-direction:column;gap:15px}.custody-value-card{padding:20px;border:1px solid var(--border);border-radius:8px;background:#f9fafb}.custody-value-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.custody-value-title{font-size:16px;font-family:Cairo,Segoe UI,system-ui,sans-serif;color:var(--text)}.custody-remove-btn{padding:8px 16px;display:flex;align-items:center;gap:8px}.custody-remove-text{font-family:Cairo,Segoe UI,system-ui,sans-serif}.custody-value-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.custody-total-summary{padding:15px;background:#e0f2fe;border-radius:8px;margin-top:10px;text-align:center;font-size:16px;font-family:Cairo,Segoe UI,system-ui,sans-serif;color:var(--text)}.custody-total-summary strong{font-family:Cairo,Segoe UI,system-ui,sans-serif}@media(max-width:768px){.users-management .users-card .users-table-wrapper{display:none}.custodies-mobile-cards,.custodies-report-mobile-cards{display:block}.custodies-report-table{display:none}.custody-mobile-card,.custody-report-mobile-card{padding:14px}.custody-value-fields{grid-template-columns:1fr}.custody-values-header{flex-direction:column;align-items:stretch}.custody-add-value-btn{width:100%;justify-content:center}.custody-add-value-text{display:inline}}@media(min-width:769px){.custodies-mobile-cards,.custodies-report-mobile-cards{display:none!important}.users-management .users-card .users-table-wrapper{display:block!important}.custodies-report-table{display:block}}@media(max-width:480px){.custody-mobile-card,.custody-report-mobile-card{padding:12px}.custody-mobile-name,.custody-report-mobile-title{font-size:15px}.custody-mobile-label,.custody-report-mobile-label{font-size:12px}.custody-mobile-value,.custody-report-mobile-value{font-size:13px}.custody-value-card{padding:16px}.custody-value-title{font-size:15px}.custody-remove-text,.custody-add-value-text{display:none}.custody-total-summary{padding:12px;font-size:14px}}.workers-activities-mobile-cards{display:none}.worker-activity-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.worker-activity-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.worker-activity-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.worker-activity-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text)}.worker-activity-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.worker-activity-mobile-body{display:flex;flex-direction:column;gap:10px}.worker-activity-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.worker-activity-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.worker-activity-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.worker-activity-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.workers-activities-report-mobile-cards{display:none}.worker-activity-report-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.worker-activity-report-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.worker-activity-report-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.worker-activity-report-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.worker-activity-report-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.worker-activity-report-mobile-body{display:flex;flex-direction:column;gap:10px}.worker-activity-report-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.worker-activity-report-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.worker-activity-report-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.received-amounts-mobile-cards{display:none}.received-amount-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.received-amount-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.received-amount-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.received-amount-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.received-amount-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.received-amount-mobile-body{display:flex;flex-direction:column;gap:10px}.received-amount-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.received-amount-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.received-amount-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.received-amount-mobile-details{margin-top:8px;padding:12px;background:#f9fafb;border-radius:8px;display:flex;flex-direction:column;gap:6px}.received-amount-mobile-detail-item{font-size:12px;color:var(--text)}@media(max-width:768px){.users-management .users-card .users-table-wrapper{display:none}.workers-activities-mobile-cards,.workers-activities-report-mobile-cards,.received-amounts-mobile-cards{display:block}.workers-activities-report-table{display:none}.worker-activity-mobile-card,.worker-activity-report-mobile-card,.received-amount-mobile-card{padding:14px}}@media(min-width:769px){.workers-activities-mobile-cards,.workers-activities-report-mobile-cards,.received-amounts-mobile-cards{display:none!important}.users-management .users-card .users-table-wrapper{display:block!important}.workers-activities-report-table{display:block}}@media(max-width:480px){.worker-activity-mobile-card,.worker-activity-report-mobile-card,.received-amount-mobile-card{padding:12px}.worker-activity-mobile-name,.worker-activity-report-mobile-title,.received-amount-mobile-title{font-size:15px}.worker-activity-mobile-label,.worker-activity-report-mobile-label,.received-amount-mobile-label{font-size:12px}.worker-activity-mobile-value,.worker-activity-report-mobile-value,.received-amount-mobile-value{font-size:13px}}.main-items-mobile-cards{display:none}.main-item-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.main-item-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.main-item-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.main-item-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text)}.main-item-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.main-item-mobile-body{display:flex;flex-direction:column;gap:10px}.main-item-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.main-item-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.main-item-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.main-item-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}@media(max-width:768px){.main-items-mobile-cards{display:block}.main-items-table{display:none}.main-item-mobile-card{padding:14px}}@media(min-width:769px){.main-items-mobile-cards{display:none!important}.main-items-table{display:block!important}}@media(max-width:480px){.main-item-mobile-card{padding:10px}.main-item-mobile-name{font-size:15px}.main-item-mobile-label{font-size:12px}.main-item-mobile-value{font-size:13px}}.engineers-mobile-cards{display:none}.engineer-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.engineer-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.engineer-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.engineer-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text)}.engineer-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.engineer-mobile-body{display:flex;flex-direction:column;gap:10px}.engineer-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.engineer-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.engineer-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.engineer-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.engineer-financial-details-container{padding:30px}.engineer-financial-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.engineer-financial-details-title{margin:0;color:#263240;font-size:24px;font-weight:700}.engineer-financial-details-header .back-button{margin-top:0;padding:10px 20px;border:1px solid var(--border);border-radius:10px;background:#fff;color:#263240;font-weight:600;cursor:pointer;transition:all .2s;font-family:Cairo,Segoe UI,system-ui,sans-serif;display:flex;align-items:center;gap:8px}.engineer-financial-details-header .back-button:hover{background:#f5f7fb;border-color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.engineer-financial-details-header .back-button i{font-size:16px}.engineer-financial-details-header .back-button-text{margin-right:0;font-family:Cairo,Segoe UI,system-ui,sans-serif}.engineer-financial-details-header .back-button.print-button{background:#014cb1;color:#fff;border-color:#014cb1}.engineer-financial-details-header .back-button.print-button:hover{background:#003173;border-color:#003173;box-shadow:0 4px 12px #014cb11a}.engineer-info-card-wrapper{margin-bottom:30px}.engineer-info-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px;display:flex;gap:20px;align-items:center}.engineer-info-icon{color:#4d64ff;font-size:24px}.engineer-info-content{flex:1}.engineer-info-label{font-size:12px;color:#8a91a8;margin-bottom:4px}.engineer-info-value{font-size:18px;font-weight:700;color:#263240}.engineer-info-detail{font-size:14px;color:#6b7280;margin-top:4px}.engineer-info-detail i{margin-left:6px}.engineer-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.engineer-stat-card{padding:24px;background:#fff;border-radius:12px;border:1px solid var(--border);text-align:center}.engineer-stat-icon{font-size:32px;color:#6b7280;margin-bottom:12px}.engineer-stat-label{font-size:12px;color:#6b7280;margin-bottom:8px}.engineer-stat-value{font-size:24px;font-weight:700;color:#263240}.engineer-maps-section-title{margin-bottom:20px;color:#263240;font-size:18px;font-weight:700}.engineer-maps-empty-state{text-align:center;padding:40px;background:#f9fafb;border-radius:12px;border:1px solid var(--border)}.engineer-maps-empty-state i{font-size:48px;color:#d1d5db;margin-bottom:16px}.engineer-maps-empty-state p{color:#6b7280;font-size:16px;margin:0}.engineer-amount-positive{font-weight:600;color:#139625}.engineer-amount-zero{font-weight:600;color:#6b7280}.engineer-maps-mobile-cards{display:none}.engineer-map-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.engineer-map-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.engineer-map-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.engineer-map-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.engineer-map-mobile-body{display:flex;flex-direction:column;gap:10px}.engineer-map-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.engineer-map-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.engineer-map-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}@media(max-width:768px){.engineers-mobile-cards{display:block}.users-table-wrapper{display:none}.engineer-mobile-card{padding:14px}.engineer-financial-details-container{padding:20px}.engineer-financial-details-header{flex-direction:column;align-items:flex-start;gap:16px}.engineer-financial-details-title{font-size:20px}.engineer-info-card{flex-direction:column;align-items:flex-start}.engineer-stats-grid{grid-template-columns:1fr}.engineer-maps-mobile-cards{display:block}.engineer-map-mobile-card{padding:14px}}@media(min-width:769px){.engineers-mobile-cards{display:none!important}.users-table-wrapper{display:block}.engineer-maps-mobile-cards{display:none!important}}@media(max-width:480px){.engineer-mobile-card{padding:10px}.engineer-mobile-name{font-size:15px}.engineer-mobile-label{font-size:12px}.engineer-mobile-value{font-size:13px}.engineer-financial-details-container{padding:16px}.engineer-financial-details-title{font-size:18px}.engineer-map-mobile-card{padding:10px}.engineer-map-mobile-title{font-size:15px}.engineer-map-mobile-label{font-size:12px}.engineer-map-mobile-value{font-size:13px}}.maps-mobile-cards{display:none}.map-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.map-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.map-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.map-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text)}.map-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.map-mobile-body{display:flex;flex-direction:column;gap:10px}.map-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.map-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.map-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.map-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.map-details-container{padding:30px}.map-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.map-details-title{margin:0;color:#263240;font-size:24px;font-weight:700}.map-info-section{margin-bottom:40px}.map-info-section-title{margin-bottom:24px;color:#263240;font-size:20px;font-weight:700}.map-info-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px}.map-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.map-info-item{display:flex;align-items:center;gap:14px;padding:12px;background:#f9fafb;border-radius:8px}.map-info-icon-wrapper{width:48px;height:48px;border-radius:14px;background:#e6e9f5;display:flex;align-items:center;justify-content:center}.map-info-icon{color:#050505;font-size:22px}.map-info-content{flex:1}.map-info-label{font-size:12px;color:#8a91a8;margin-bottom:4px}.map-info-value{font-size:16px;font-weight:700;color:#263240}.map-extra-options{margin-top:16px;padding-top:20px;border-top:1px solid var(--border)}.map-extra-options-title{margin-bottom:16px;color:#263240;font-size:16px;font-weight:700}.employees-mobile-cards{display:none}.employee-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.employee-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.employee-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.employee-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text)}.employee-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.employee-mobile-body{display:flex;flex-direction:column;gap:10px}.employee-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.employee-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.employee-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.employee-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.employee-account-container{padding:30px}.employee-account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.employee-account-title{margin:0;color:#263240;font-size:24px;font-weight:700;font-family:Cairo,Segoe UI,system-ui,sans-serif}.employee-info-card-wrapper{margin-bottom:30px}.employee-info-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px;display:flex;gap:20px;align-items:center}.employee-info-content{flex:1}.employee-info-label{font-size:12px;color:#8a91a8;margin-bottom:4px}.employee-info-value{font-size:18px;font-weight:700;color:#263240}.employee-info-detail{font-size:14px;color:#6b7280;margin-top:4px}.employee-info-detail i{margin-left:6px}.employee-info-subtext{font-size:13px;color:#aaa}.employee-financial-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:30px}.employee-section-card{background:#fff;border-radius:12px;border:1px solid var(--border);padding:18px}.employee-section-title{font-size:16px;color:#263240;font-weight:700;margin-bottom:15px}.employee-empty-state{padding:20px;color:#aaa;font-size:15px}.employee-salaries-mobile-cards{display:none}.employee-salary-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.employee-salary-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.employee-salary-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.employee-salary-mobile-body{display:flex;flex-direction:column;gap:10px}.employee-salary-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.employee-salary-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.employee-salary-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.employee-salary-total{font-weight:700;color:#139625}.employee-advances-mobile-cards{display:none}.employee-advance-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.employee-advance-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.employee-advance-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.employee-advance-mobile-body{display:flex;flex-direction:column;gap:10px}.employee-advance-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.employee-advance-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.employee-advance-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.employees-report-mobile-cards{display:none}.employee-report-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.employee-report-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.employee-report-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text)}.employee-report-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.employee-report-mobile-body{display:flex;flex-direction:column;gap:10px}.employee-report-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.employee-report-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.employee-report-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.employees-report-total-mobile{display:none;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-top:12px;margin-bottom:12px;text-align:center}.employees-report-total-label{font-size:14px;color:var(--muted);margin-bottom:8px}.employees-report-total-value{font-size:20px;font-weight:700;color:var(--text)}@media(max-width:768px){.maps-mobile-cards{display:block}.users-table-wrapper{display:none}.map-mobile-card{padding:14px}.map-details-container{padding:20px}.map-details-header{flex-direction:column;align-items:flex-start;gap:16px}.map-details-title{font-size:20px}.map-info-grid{grid-template-columns:1fr}.employees-mobile-cards{display:block}.employee-mobile-card{padding:14px}.employee-account-container{padding:20px}.employee-account-header{flex-direction:column;align-items:flex-start;gap:16px}.employee-account-title{font-size:20px}.employee-info-card{flex-direction:column;align-items:flex-start}.employee-financial-grid{grid-template-columns:1fr}.employee-salaries-mobile-cards{display:block}.employee-salary-mobile-card{padding:14px}.employee-advances-mobile-cards{display:block}.employee-advance-mobile-card{padding:14px}.employees-report-mobile-cards{display:block}.employee-report-mobile-card{padding:14px}.employees-report-total-mobile{display:block}}@media(min-width:769px){.maps-mobile-cards{display:none!important}.users-table-wrapper{display:block}.employees-mobile-cards,.employee-salaries-mobile-cards,.employee-advances-mobile-cards,.employees-report-mobile-cards,.employees-report-total-mobile{display:none!important}}@media(max-width:480px){.map-mobile-card{padding:10px}.map-mobile-name{font-size:15px}.map-mobile-label{font-size:12px}.map-mobile-value{font-size:13px}.map-details-container{padding:16px}.map-details-title,.map-info-section-title{font-size:18px}.employee-mobile-card{padding:10px}.employee-mobile-name{font-size:15px}.employee-mobile-label{font-size:12px}.employee-mobile-value{font-size:13px}.employee-account-container{padding:16px}.employee-account-title{font-size:18px}.employee-salary-mobile-card{padding:10px}.employee-salary-mobile-title{font-size:15px}.employee-salary-mobile-label{font-size:12px}.employee-salary-mobile-value{font-size:13px}.employee-advance-mobile-card{padding:10px}.employee-advance-mobile-title{font-size:15px}.employee-advance-mobile-label{font-size:12px}.employee-advance-mobile-value{font-size:13px}.employee-report-mobile-card{padding:10px}.employee-report-mobile-name{font-size:15px}.employee-report-mobile-label{font-size:12px}.employee-report-mobile-value{font-size:13px}}.text-center{text-align:center}.text-right{text-align:right}.empty-state{text-align:center;padding:20px}.form-page-container{padding:30px}.form-page-header{font-family:Cairo,Segoe UI,system-ui,sans-serif;display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.form-page-title{margin:0;color:#263240;font-size:24px;font-weight:700;font-family:Cairo,Segoe UI,system-ui,sans-serif}.form-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px}.form-row:first-child{margin-top:0}.form-col{flex:1;min-width:0}.form-col-relative{flex:1;min-width:0;position:relative}.dropdown-container{position:relative}.dropdown-trigger{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:42px}.dropdown-trigger.error{border-color:#ef4444}.dropdown-trigger-text{color:#263240}.dropdown-trigger-text.placeholder{color:#9ca3af}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:8px;margin-top:4px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:300px;overflow:hidden;display:flex;flex-direction:column}.dropdown-search{padding:8px;border-bottom:1px solid var(--border)}.dropdown-search input{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px}.dropdown-list{max-height:250px;overflow-y:auto}.dropdown-item{padding:10px 12px;cursor:pointer;background:transparent;border-bottom:1px solid #f3f4f6}.dropdown-item:hover{background:#f9fafb}.dropdown-item.active{background:#f3f4f6}.dropdown-empty{padding:12px;text-align:center;color:#9ca3af}.chevron-icon{color:#9ca3af}.info-box{background:#f3f4f6;padding:12px 16px;border-radius:8px;font-size:14px;margin-top:12px}.info-box p{margin:0}.info-box strong{font-weight:600}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-flex{display:flex;gap:10px;align-items:flex-start}.form-flex-col{flex:1;position:relative}.payment-section{margin-top:30px;margin-bottom:20px}.payment-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.payment-card{padding:15px;border:1px solid var(--border);border-radius:8px;margin-bottom:15px;background:#fff}.payment-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.form-section{margin-top:30px;margin-bottom:20px;padding:24px;background:#fff;border-radius:8px;border:1px solid var(--border)}.form-sections-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;margin-top:20px}.form-sections-container>.form-section{margin-top:0}@media(max-width:768px){.form-sections-container{grid-template-columns:1fr;gap:16px}.form-section{padding:16px;margin-top:16px}.form-section-title{font-size:16px;margin-bottom:16px}.form-page-container{padding:16px}.form-page-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:20px}.form-page-title{font-size:20px}.form-row{flex-direction:column;gap:12px}.payment-card-grid{grid-template-columns:1fr;gap:12px}.form-group{margin-bottom:16px}.form-group input,.form-group select,.form-group textarea{font-size:16px}}@media(max-width:480px){.form-section{padding:12px}.form-section-title{font-size:15px}.form-page-title{font-size:18px}}@media(max-width:768px){.form-section>div[style*="grid-template-columns: 1fr 1fr"],.form-section div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important;gap:12px!important}}.form-section-title{font-size:18px;font-weight:600;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--border);color:var(--text)}.payment-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.add-form-container{margin-top:10px;padding:15px;border:1px solid var(--border);border-radius:8px;background:#f9fafb}.add-form-input{margin-bottom:10px;width:100%}.add-form-actions{display:flex;gap:10px}.total-box{background:#f9fafb;padding:12px;border-radius:8px;margin-bottom:15px}.total-box-content{display:flex;justify-content:space-between;align-items:center}.total-box-value{font-size:18px;color:#263240}.total-box-final{background:#f0fdf4;padding:12px;border-radius:8px;margin-bottom:15px}.total-box-final-value{font-size:20px;color:#139625}.engineer-box{background:#fef3c7;padding:15px;border-radius:8px;margin-bottom:15px}.engineer-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.engineer-box-info{margin-top:10px;font-size:14px;color:#6b7280}.toggle-button{background:transparent;border:1px solid var(--border);padding:8px 16px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:8px}.form-group-no-margin{margin:0}@media(max-width:768px){.form-grid,.payment-card-grid,.engineer-box-grid{grid-template-columns:1fr;gap:12px}.form-flex{flex-direction:column}.form-flex-col{width:100%}}.salaries-report-mobile-cards{display:none}.salary-report-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.salary-report-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.salary-report-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.salary-report-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.salary-report-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.salary-report-mobile-body{display:flex;flex-direction:column;gap:10px}.salary-report-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.salary-report-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.salary-report-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.salaries-list-mobile-cards{display:none}.salary-list-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.salary-list-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.salary-list-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.salary-list-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text)}.salary-list-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.salary-list-mobile-body{display:flex;flex-direction:column;gap:10px}.salary-list-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.salary-list-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.salary-list-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.salary-list-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.advances-list-mobile-cards{display:none}.advance-list-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.advance-list-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.advance-list-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.advance-list-mobile-name{margin:0;font-size:16px;font-weight:700;color:var(--text)}.advance-list-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.advance-list-mobile-body{display:flex;flex-direction:column;gap:10px}.advance-list-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.advance-list-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.advance-list-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.advance-list-mobile-actions{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.advances-report-mobile-cards{display:none}.advance-report-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.advance-report-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.advance-report-mobile-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:4px}.advance-report-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.advance-report-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.advance-report-mobile-body{display:flex;flex-direction:column;gap:10px}.advance-report-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.advance-report-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.advance-report-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.pagination-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding:8px;border-top:1px solid var(--border);font-family:"'Cairo', 'Segoe UI', system-ui, sans-serif"}.pagination-info{font-size:13px;color:#000}.pagination-controls{display:flex;gap:8px}.pagination-btn{padding:7px 14px;border:1px solid #000;border-radius:8px;background:#fff;color:#000;font-size:13px;font-weight:500;cursor:pointer;font-family:"'Cairo', 'Segoe UI', system-ui, sans-serif"}.pagination-btn:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.pagination-prev{display:flex;align-items:center}.pagination-prev i{margin-left:4px}.pagination-next{display:flex;align-items:center}.pagination-next i{margin-right:4px}.pagination-number{padding:7px 10px;border:1px solid #000;border-radius:8px;background:#fff;color:#000;cursor:pointer;font-size:13px;font-weight:500;min-width:36px;font-family:"'Cairo', 'Segoe UI', system-ui, sans-serif"}.pagination-number.active{background:#000;color:#fff}.pagination-dots{padding:0 4px;color:#9ca3af;font-size:13px}@media(max-width:768px){.users-table-wrapper{display:none}.salaries-report-mobile-cards,.salaries-list-mobile-cards,.advances-list-mobile-cards,.advances-report-mobile-cards{display:block}.salary-report-mobile-card,.salary-list-mobile-card,.advance-list-mobile-card,.advance-report-mobile-card{padding:14px}}@media(min-width:769px){.salaries-report-mobile-cards,.salaries-list-mobile-cards,.advances-list-mobile-cards,.advances-report-mobile-cards{display:none!important}.users-table-wrapper{display:block}}@media(max-width:480px){.salary-report-mobile-card{padding:10px}.salary-report-mobile-title{font-size:15px}.salary-report-mobile-label{font-size:12px}.salary-report-mobile-value{font-size:13px}.salary-list-mobile-card{padding:10px}.salary-list-mobile-name{font-size:15px}.salary-list-mobile-label{font-size:12px}.salary-list-mobile-value{font-size:13px}.advance-list-mobile-card{padding:10px}.advance-list-mobile-name{font-size:15px}.advance-list-mobile-label{font-size:12px}.advance-list-mobile-value{font-size:13px}.advance-report-mobile-card{padding:10px}.advance-report-mobile-title{font-size:15px}.advance-report-mobile-label{font-size:12px}.advance-report-mobile-value{font-size:13px}}.expense-categories-mobile-cards{display:none}.expense-category-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.expense-category-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.expense-category-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.expense-category-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.expense-category-mobile-body{display:flex;flex-direction:column;gap:10px}.expense-category-mobile-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.expense-category-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.expense-category-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.expense-category-mobile-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.expenses-list-mobile-cards{display:none}.expense-list-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.expense-list-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.expense-list-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.expense-list-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.expense-list-mobile-body{display:flex;flex-direction:column;gap:10px}.expense-list-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.expense-list-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.expense-list-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.expense-list-mobile-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.report-header{align-items:flex-end;flex-wrap:wrap;gap:16px}.report-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.report-form-group{margin-bottom:0}.report-export-buttons{display:flex;gap:8px;flex-wrap:wrap}.show-report-btn{background:#000!important;border-color:#000!important}.show-report-btn:hover{background:#333!important;border-color:#333!important}.export-excel-btn{background:#000!important;border-color:#000!important}.export-excel-btn:hover{background:#333!important;border-color:#333!important}.export-pdf-btn{background:#000!important;border-color:#000!important}.export-pdf-btn:hover{background:#333!important;border-color:#333!important}.users-header-actions{display:flex;gap:10px;align-items:center}.expenses-report-mobile-cards{display:none}.expense-report-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.expense-report-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.expense-report-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.expense-report-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.expense-report-mobile-body{display:flex;flex-direction:column;gap:10px}.expense-report-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.expense-report-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.expense-report-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}@media(max-width:768px){.expense-categories-mobile-cards,.expenses-list-mobile-cards,.expenses-report-mobile-cards{display:block}.expense-category-mobile-card,.expense-list-mobile-card,.expense-report-mobile-card{padding:14px}.expense-category-mobile-title,.expense-list-mobile-title,.expense-report-mobile-title{font-size:15px}.expense-category-mobile-label,.expense-list-mobile-label,.expense-report-mobile-label{font-size:12px}.expense-category-mobile-value,.expense-list-mobile-value,.expense-report-mobile-value{font-size:13px}}.users-mobile-cards{display:none}.user-mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px}.user-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:12px}.user-mobile-title{margin:0;font-size:16px;font-weight:700;color:var(--text)}.user-mobile-number{font-size:12px;color:var(--muted);font-weight:500}.user-mobile-body{display:flex;flex-direction:column;gap:10px}.user-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.user-mobile-label{font-weight:600;color:var(--muted);font-size:13px;flex-shrink:0}.user-mobile-value{color:var(--text);font-size:14px;text-align:left;flex:1;word-break:break-word}.user-mobile-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.profile-form-container{padding:20px;direction:rtl;text-align:right}.profile-form-container .form-group{text-align:right}.profile-form-container .form-group label{text-align:right;display:block}.profile-form-container .form-group input{text-align:right;direction:rtl}.profile-form-container .form-group input::placeholder{text-align:right;direction:rtl}.profile-form-container .error-message{text-align:right;display:block}.profile-section-divider{margin-top:30px;margin-bottom:20px;border-top:1px solid #e5e7eb;padding-top:20px;text-align:right}.profile-section-title{margin-bottom:20px;color:#263240;font-size:18px;font-weight:600;font-family:Cairo,Segoe UI,system-ui,sans-serif;text-align:right}.profile-section-description{font-size:14px;color:#6b7280;margin-bottom:20px;font-family:Cairo,Segoe UI,system-ui,sans-serif;text-align:right}.profile-form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.profile-toast{padding:12px 16px;border-radius:8px;margin-bottom:20px;text-align:right;direction:rtl}.profile-toast.success{background-color:#d1fae5;color:#065f46;border:1px solid #139625}.profile-toast.error{background-color:#fee2e2;color:#991b1b;border:1px solid #ef4444}.loading-container{padding:20px}.empty-state-container{text-align:center;padding:40px}.empty-state-text{text-align:center;padding:20px}.breadcrumb-link{cursor:pointer}.breadcrumb-spacing{margin-bottom:20px}@media(max-width:768px){.users-mobile-cards{display:block}.user-mobile-card{padding:14px}.user-mobile-title{font-size:15px}.user-mobile-label{font-size:12px}.user-mobile-value{font-size:13px}.profile-form-container{padding:16px}.profile-form-actions{flex-direction:column}.profile-form-actions button{width:100%}}.input-disabled-bg{background:#f3f4f6!important}.notes-mt{margin-top:20px}.website-layout{min-height:100vh;display:flex;flex-direction:column;font-family:Cairo,sans-serif}.website-top-bar{position:fixed;top:0;left:0;right:0;background:#fff;color:#1f2937;z-index:1001;border-bottom:1px solid rgba(1,76,177,.1);box-shadow:0 2px 8px #0000000d;height:52px;overflow:hidden}.top-bar-container{max-width:1400px;margin:0 auto;padding:0;width:100%;box-sizing:border-box;height:100%;position:relative}.top-bar-content{display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;gap:1.5rem;width:100%;box-sizing:border-box;height:100%}.top-bar-left{display:flex;align-items:center;flex:1}.top-bar-info{display:flex;align-items:center;gap:1.5rem}.top-bar-info-item{color:#014cb1;text-decoration:none;font-size:12px;font-weight:500;display:flex;align-items:center;gap:.4rem;transition:all .3s ease;padding:0;white-space:nowrap}.top-bar-info-item i{font-size:11px;color:#139625;width:14px;text-align:center}.top-bar-info-item:hover{color:#139625;transform:translate(-2px)}.top-bar-right{display:flex;align-items:center;gap:.75rem}.top-bar-link{color:#139625;text-decoration:none;font-size:13px;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;padding:.4rem 1rem;border-radius:6px;background:#1396250d;border:1px solid rgba(19,150,37,.1);position:relative;overflow:hidden;white-space:nowrap}.top-bar-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(19,150,37,.1),transparent);transition:left .5s ease}.top-bar-link:hover:before{left:100%}.top-bar-link:hover{background:#139625;border-color:#139625;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #13962526}.top-bar-link i:first-child{font-size:12px}.top-bar-link i:last-child{font-size:10px;transition:transform .3s ease}.top-bar-link:hover i:last-child{transform:translate(-3px)}.top-bar-divider{width:1px;height:20px;background:#0000001a}.language-toggle{background:#00000008;border:1px solid rgba(0,0,0,.1);color:#139625;padding:.4rem 1rem;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-family:Cairo,sans-serif;position:relative;overflow:hidden;white-space:nowrap}.language-toggle:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#1396250d;transition:left .3s ease}.language-toggle:hover:before{left:100%}.language-toggle:hover{background:#014cb10d;border-color:#014cb133;color:#139625;transform:translateY(-2px);box-shadow:0 4px 12px #002b5c26}.language-toggle i{font-size:12px;transition:transform .3s ease}.language-toggle:hover i{transform:rotate(15deg)}@media(max-width:1024px){.top-bar-info{gap:1.5rem}.top-bar-info-item span{font-size:12px}}@media(max-width:768px){.website-top-bar{font-size:12px}.top-bar-content{padding:.65rem 1rem;gap:1rem}.top-bar-info,.top-bar-link span,.language-toggle span{display:none}.top-bar-link,.language-toggle{padding:.65rem 1rem;min-width:44px;justify-content:center}.top-bar-divider{display:none}.top-bar-link i:last-child{display:none}}.website-navbar{position:fixed;top:52px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 20px #00000014;z-index:1002;transition:all .3s ease;border-bottom:1px solid rgba(1,76,177,.1);width:100%;box-sizing:border-box}.website-navbar.scrolled{background:#fff;box-shadow:0 4px 30px #0000001f;border-bottom-color:#33b34926}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#1f2937;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-icon{width:auto;height:65px;display:flex;align-items:center;justify-content:center}.logo-icon img{height:100%;width:auto;object-fit:contain}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:20px;font-weight:800;color:#014cb1;line-height:1.2}.logo-subtitle{font-size:17px;color:#003173;font-weight:500}.navbar-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.navbar-menu li a{text-decoration:none;color:#014cb1;font-weight:600;font-size:16px;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.navbar-menu li a:hover,.navbar-menu li a.active{color:#fff;background:#014cb1}.mobile-menu-toggle{display:none;background:none;border:none;font-size:24px;color:#1f2937;cursor:pointer;padding:.5rem}.hero-slider{margin-top:144px;position:relative;height:650px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;display:flex;align-items:center;justify-content:center;color:#fff}.slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1f293780,#1f29374d);z-index:1;pointer-events:none}.slide.active{opacity:1}.slide-content{text-align:center;max-width:800px;padding:2rem;z-index:2;position:relative}.slide-icon{font-size:120px;margin-bottom:1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.slide-title{font-size:52px;font-weight:900;margin-top:-.5rem;margin-bottom:1.25rem;text-shadow:2px 2px 8px rgba(0,0,0,.4);letter-spacing:-.5px}.slide-subtitle{font-size:28px;font-weight:700;margin-bottom:1.25rem;opacity:.95;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.slide-description{font-size:18px;margin-bottom:2.5rem;opacity:.92;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto}.slide-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:16px;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;border:2px solid transparent}.btn-primary{background:#014cb1;color:#fff;border-color:#014cb1;box-shadow:0 4px 16px #014cb133}.btn-primary:hover{background:#003173;border-color:#003173;transform:translateY(-3px);box-shadow:0 8px 24px #002b5c4d}.btn-secondary{background:#ffffff26;color:#fff;border-color:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 8px 24px #0003}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:20px;width:56px;height:56px;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000026}.slider-nav:hover{background:#ffffff59;border-color:#fff6;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 24px #0003}.slider-nav.prev{right:2rem}.slider-nav.next{left:2rem}.slider-dots{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10;align-items:center;justify-content:center}.slider-dots .dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;flex-shrink:0;padding:0;margin:0}.slider-dots .dot.active{background:#fff;transform:scale(1.2)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.page-hero{margin-top:144px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.page-hero h1{font-size:48px;font-weight:900;margin-bottom:1rem}.page-hero p{font-size:20px;opacity:.95}.features-section{padding:6rem 0;background:linear-gradient(180deg,#fff,#f8fafc);position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(51,179,73,.1),transparent)}.website-layout .section-title{text-align:center;font-size:42px;font-weight:800;color:#1f2937;margin-bottom:3.5rem;position:relative;padding-bottom:1.5rem}.website-layout .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#014cb1,#003173);border-radius:2px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:3rem 2.5rem;border-radius:20px;text-align:center;box-shadow:0 2px 12px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #f1f5f9;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#014cb1,#003173);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #33b3491f;border-color:#e5f7ed}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{width:90px;height:90px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#014cb1,#003173);border-radius:24px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:36px;box-shadow:0 4px 16px #33b34933;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 24px #33b3494d}.feature-card h3{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:1rem}.feature-card p{color:#6b7280;line-height:1.6}.services-preview{padding-bottom:80px;background:linear-gradient(135deg,#f0fdf4,#dcfce7,#f0fdf4 60%,#fff);position:relative;overflow:hidden}.services-preview:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(51,179,73,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none;animation:float 20s ease-in-out infinite}.services-preview:after{content:"";position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(51,179,73,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none;animation:float 25s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.services-header{text-align:center;margin-bottom:5rem;position:relative;z-index:2}.services-header .section-title{font-size:3rem;font-weight:900;color:#0f172a;margin-bottom:1.5rem;position:relative;display:inline-block}.services-header .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:5px;background:linear-gradient(90deg,#014cb1,#003173);border-radius:10px}.services-header .section-subtitle{font-size:1.25rem;color:#475569;max-width:700px;margin:0 auto;line-height:1.8;font-weight:500}.website-layout .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;position:relative;z-index:1}.website-layout .service-card{background:#fff;border-radius:28px;text-align:right;border:2px solid transparent;transition:all .6s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #00000014;position:relative;overflow:hidden;height:100%;cursor:pointer;min-height:380px;background-clip:padding-box}.service-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#ffffffe0,#ffffffd1);z-index:1;transition:all .6s cubic-bezier(.4,0,.2,1)}.website-layout .service-card:hover .service-card-overlay{background:linear-gradient(180deg,#ffffffe0,#ffffffd1)}.website-layout .service-card:before{content:"";position:absolute;top:0;right:0;left:0;height:5px;background:linear-gradient(90deg,#014cb1,#003173,#014cb1);background-size:200% 100%;transform:scaleX(0);transform-origin:right;transition:transform .6s cubic-bezier(.4,0,.2,1);z-index:2;animation:shimmer 3s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.service-card-inner{padding:3rem;display:flex;flex-direction:column;height:100%;position:relative;z-index:2;background:transparent}.service-card-decoration{position:absolute;top:-100%;right:-100%;width:300%;height:300%;background:radial-gradient(circle,rgba(51,179,73,.12) 0%,transparent 60%);opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);pointer-events:none;transform:scale(.5)}.website-layout .service-card:hover{border-color:transparent;transform:translateY(0) scale(1);box-shadow:0 8px 32px #00000014}.website-layout .service-card:hover:before{transform:scaleX(1)}.website-layout .service-card:hover .service-card-decoration{opacity:0;transform:scale(.5);top:-100%;right:-100%}.service-content{flex:1;display:flex;flex-direction:column}.website-layout .service-card h3{font-size:1.75rem;font-weight:900;color:#0f172a;margin:0 0 1.25rem;line-height:1.3;transition:all .4s cubic-bezier(.4,0,.2,1);text-shadow:0 2px 4px rgba(255,255,255,.9);position:relative;z-index:3;letter-spacing:-.5px}.website-layout .service-card:hover h3{color:#0f172a;transform:translate(0);text-shadow:0 2px 4px rgba(255,255,255,.9)}.website-layout .service-card p{color:#334155;margin:0 0 2rem;line-height:1.8;font-size:1rem;flex-grow:1;font-weight:500;text-shadow:0 1px 3px rgba(255,255,255,.9);position:relative;z-index:3}.service-link{color:#fff;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;gap:.875rem;transition:all .5s cubic-bezier(.4,0,.2,1);font-size:1rem;margin-top:auto;padding:1rem 2rem;background:linear-gradient(135deg,#014cb1,#003173,#014cb1);background-size:200% 100%;border-radius:16px;width:fit-content;position:relative;overflow:hidden;box-shadow:0 6px 20px #33b34959;z-index:3;border:2px solid transparent}.service-link:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#003173,#003173,#003173);background-size:200% 100%;opacity:0;transition:all .5s ease;animation:slideBg 3s infinite}@keyframes slideBg{0%{background-position:200% 0}to{background-position:-200% 0}}.service-link span,.service-link i{position:relative;z-index:1}.service-link:hover{gap:1.25rem;color:#fff;transform:translate(-6px) scale(1.05);box-shadow:0 8px 24px #33b34980;border-color:#ffffff4d}.service-link:hover:before{opacity:1}.service-link i{transition:transform .5s cubic-bezier(.4,0,.2,1);font-size:1rem}.service-link:hover i{transform:translate(-8px) scale(1.2)}@media(max-width:1200px){.website-layout .services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.services-preview{padding:5rem 0}.services-header{margin-bottom:3.5rem}.services-header .section-title{font-size:2.25rem}.services-header .section-subtitle{font-size:1.125rem;padding:0 1rem}.website-layout .services-grid{grid-template-columns:1fr;gap:2rem}.service-card-inner{padding:2.5rem}.website-layout .service-card{min-height:350px}.website-layout .service-card h3{font-size:1.5rem}}@media(max-width:480px){.services-preview{padding:4rem 0}.services-header{margin-bottom:3rem}.services-header .section-title{font-size:1.875rem}.services-header .section-subtitle{font-size:1rem}.service-card-inner{padding:2rem}.website-layout .service-card{min-height:320px}.website-layout .service-card h3{font-size:1.375rem}.service-link{padding:.875rem 1.5rem;font-size:.9375rem}}.about-hero{margin-top:80px;background:linear-gradient(135deg,#014cb1,#003173 50% 100%);color:#fff;padding:6rem 0;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.about-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.about-hero-content{position:relative;z-index:1}.about-hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.1)}.about-hero-subtitle{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;opacity:.95}.about-hero-description{font-size:1.25rem;max-width:800px;margin:0 auto;line-height:1.8;opacity:.9}.about-intro{padding:5rem 0;background:#fff}.about-intro-content{max-width:900px;margin:0 auto;text-align:center}.about-intro-content h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.about-intro-content p{font-size:1.125rem;color:#475569;line-height:1.9}.about-vision-mission{padding:5rem 0;background:linear-gradient(180deg,#f0fdf4,#fff)}.vision-mission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.vision-mission-card{background:#fff;padding:3rem;border-radius:24px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.vision-mission-card:before{content:"";position:absolute;top:0;right:0;left:0;height:5px;background:linear-gradient(90deg,#014cb1,#003173);transform:scaleX(0);transform-origin:right;transition:transform .4s ease}.vision-mission-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #002b5c26;border-color:#139625}.vision-mission-card:hover:before{transform:scaleX(1)}.card-icon-wrapper{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#014cb1,#003173);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;box-shadow:0 8px 24px #33b3494d;transition:all .4s ease}.vision-mission-card:hover .card-icon-wrapper{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px #33b34966}.vision-mission-card h3{font-size:1.875rem;font-weight:800;color:#0f172a;margin-bottom:1.25rem}.vision-mission-card p{font-size:1.0625rem;color:#475569;line-height:1.8}.about-values{padding:5rem 0;background:#fff}.about-values .section-title{text-align:center;font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:3.5rem;position:relative;padding-bottom:1.5rem}.about-values .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:5px;background:linear-gradient(90deg,#014cb1,#003173);border-radius:10px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;border:2px solid #f1f5f9;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#014cb1,#003173);transform:scaleX(0);transform-origin:right;transition:transform .4s ease}.value-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #33b3491f;border-color:#139625}.value-card:hover:before{transform:scaleX(1)}.value-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#33b3491a,#2a9d3e1a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#139625;font-size:2rem;transition:all .4s ease}.value-card:hover .value-icon{background:linear-gradient(135deg,#014cb1,#003173);color:#fff;transform:scale(1.1)}.value-card h4{font-size:1.375rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.value-card p{font-size:1rem;color:#64748b;line-height:1.7}.about-stats{padding:5rem 0;background:linear-gradient(135deg,#014cb1,#003173 50% 100%);position:relative;overflow:hidden}.about-stats:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.about-stats .section-title{text-align:center;font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:3.5rem;position:relative;z-index:1}.about-stats .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:1}.about-stats .stat-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:20px;border:2px solid rgba(255,255,255,.2);text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.about-stats .stat-card:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-8px);box-shadow:0 12px 32px #0003}.about-stats .stat-icon{width:70px;height:70px;margin:0 auto 1.5rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;transition:all .4s ease}.about-stats .stat-card:hover .stat-icon{background:#ffffff4d;transform:scale(1.1) rotate(5deg)}.about-stats .stat-number{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:.5rem}.about-stats .stat-label{font-size:1.125rem;color:#ffffffe6;font-weight:600}.stat-number{font-size:48px;font-weight:900;color:#fff;margin-bottom:.5rem}.stat-label{font-size:18px;color:#ffffffe6;font-weight:600}.management-hero{margin-top:80px;background:linear-gradient(135deg,#014cb1,#003173 50% 100%);color:#fff;padding:6rem 0;text-align:center;position:relative;overflow:hidden}.management-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.management-hero-content{position:relative;z-index:1}.management-hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.1)}.management-hero-subtitle{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;opacity:.95}.management-hero-description{font-size:1.25rem;max-width:800px;margin:0 auto;line-height:1.8;opacity:.9}.management-content{padding:5rem 0;background:#fff}.management-intro{text-align:center;margin-bottom:5rem}.management-intro h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;position:relative;padding-bottom:1.5rem}.management-intro h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:5px;background:linear-gradient(90deg,#014cb1,#003173);border-radius:10px}.management-intro p{font-size:1.125rem;color:#475569;max-width:800px;margin:0 auto;line-height:1.9}.management-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-bottom:5rem}.management-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .5s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative}.management-card:before{content:"";position:absolute;top:0;right:0;left:0;height:5px;background:linear-gradient(90deg,#014cb1,#003173);transform:scaleX(0);transform-origin:right;transition:transform .5s ease;z-index:1}.management-card:hover{transform:translateY(-12px);box-shadow:0 16px 48px #33b34933;border-color:#139625}.management-card:hover:before{transform:scaleX(1)}.management-card-inner{padding:3rem 2.5rem;text-align:center}.management-icon-wrapper{position:relative;width:120px;height:120px;margin:0 auto 2rem}.management-icon{width:120px;height:120px;background:linear-gradient(135deg,#014cb1,#003173);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;box-shadow:0 8px 24px #33b3494d;transition:all .5s ease;position:relative;z-index:2}.management-icon-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;background:radial-gradient(circle,rgba(51,179,73,.2) 0%,transparent 70%);border-radius:50%;opacity:0;transition:opacity .5s ease}.management-card:hover .management-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px #33b34966}.management-card:hover .management-icon-bg{opacity:1}.management-info h3{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.75rem}.management-position{font-size:1.125rem;color:#139625;font-weight:700;margin-bottom:1rem}.management-description{font-size:1rem;color:#64748b;line-height:1.7}.management-structure{margin-top:5rem;padding:4rem 3rem;background:linear-gradient(180deg,#f0fdf4,#fff);border-radius:24px;position:relative;overflow:hidden}.management-structure:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(51,179,73,.2),transparent)}.management-structure .section-title{text-align:center;font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:3.5rem;position:relative;padding-bottom:1.5rem}.management-structure .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:5px;background:linear-gradient(90deg,#014cb1,#003173);border-radius:10px}.structure-diagram{display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative}.structure-connector{width:3px;height:40px;background:linear-gradient(180deg,#014cb1,#003173);border-radius:10px}.structure-level{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.structure-box{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 4px 20px #00000014;min-width:220px;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.structure-box:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#014cb1,#003173);transform:scaleX(0);transform-origin:right;transition:transform .4s ease}.structure-box:hover{transform:translateY(-8px);box-shadow:0 12px 32px #33b34926;border-color:#139625}.structure-box:hover:before{transform:scaleX(1)}.structure-box.main{background:linear-gradient(135deg,#014cb1,#003173);color:#fff;min-width:280px}.structure-box.main:before{background:#ffffff4d}.structure-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#33b3491a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#139625;font-size:2rem;transition:all .4s ease}.structure-box.main .structure-icon{background:#fff3;color:#fff}.structure-box:hover .structure-icon{transform:scale(1.1) rotate(5deg);background:#33b34933}.structure-box.main:hover .structure-icon{background:#ffffff4d}.structure-box h4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.structure-box.main h4{color:#fff}.structure-box p{font-size:.9375rem;color:#64748b;margin:0}.structure-box.main p{color:#ffffffe6}.branches-hero{margin-top:80px;background:linear-gradient(135deg,#014cb1,#003173 50% 100%);color:#fff;padding:6rem 0;text-align:center;position:relative;overflow:hidden}.branches-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.branches-hero-content{position:relative;z-index:1}.branches-hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.1)}.branches-hero-subtitle{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;opacity:.95}.branches-hero-description{font-size:1.25rem;max-width:800px;margin:0 auto;line-height:1.8;opacity:.9}.branches-content{padding:5rem 0;background:#fff}.branches-filters{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:3rem;padding:1.5rem 2rem;background:linear-gradient(180deg,#f0fdf4,#fff);border-radius:20px;border:1px solid #e5f7ed;flex-wrap:wrap}.search-box{position:relative;flex:1;min-width:300px;max-width:500px}.search-box i{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1.125rem;z-index:1}.search-input{width:100%;padding:1rem 1.25rem 1rem 3.5rem;border:2px solid #e2e8f0;border-radius:16px;font-size:1rem;font-family:Cairo,sans-serif;outline:none;transition:all .3s ease;background:#fff;box-shadow:0 2px 8px #0000000a}.search-input::placeholder{color:#94a3b8;font-family:Cairo,sans-serif}.search-input:focus{border-color:#139625;box-shadow:0 0 0 3px #33b3491a,0 4px 12px #33b34926;background:#fff}.filter-buttons{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.filter-btn{padding:.875rem 2rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;font-size:1rem;font-weight:600;font-family:Cairo,sans-serif;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#139625;color:#139625}.filter-btn.active{background:linear-gradient(135deg,#014cb1,#003173);color:#fff;border-color:#014cb1;box-shadow:0 4px 12px #014cb11a}.branches-stats{display:flex;gap:2rem;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#33b3490d,#2a9d3e0d);border-radius:16px;border:1px solid rgba(51,179,73,.1)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.stat-number{font-size:2rem;font-weight:900;color:#014cb1}.stat-label{font-size:1rem;color:#64748b;font-weight:600}.branches-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;padding-bottom:2rem}.pagination-btn,.pagination-number{width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--sidebar);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-weight:600}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-btn:hover:not(:disabled),.pagination-number:hover{border-color:var(--sidebar);background:#014cb10d}.pagination-number.active{background:var(--sidebar);color:#fff;border-color:var(--sidebar)}@media(max-width:1024px){.branches-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.branches-grid{grid-template-columns:1fr}}.branch-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e5f7ed;display:flex;flex-direction:column;position:relative}.branch-card:before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,#014cb1,#003173);transform:scaleX(0);transform-origin:right;transition:transform .4s ease;z-index:1}.branch-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #002b5c26;border-color:#014cb1}.branch-card:hover:before{transform:scaleX(1)}.branch-card-header{display:flex;justify-content:center;align-items:center;padding:1rem;background:linear-gradient(180deg,#f0fdf4,#fff);border-bottom:1px solid #e5f7ed}.branch-type-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border-radius:10px;font-size:.8125rem;font-weight:700}.branch-type-badge.agent,.branch-type-badge.branch{background:#014cb11a;color:#014cb1}.branch-type-badge i{font-size:.875rem}.branch-card-body{padding:1.25rem;flex:1}.branch-name{font-size:1.125rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;line-height:1.4;text-align:right}.branch-agent-name{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#475569;font-weight:600;margin-bottom:.75rem;text-align:right}.branch-agent-name i{color:#014cb1;font-size:.875rem}.branch-activity{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;margin-bottom:1rem;padding:.5rem .75rem;background:#f8fafc;border-radius:8px;text-align:right}.branch-activity i{color:#014cb1;font-size:.8125rem}.branch-details{display:flex;flex-direction:column;gap:.625rem}.detail-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:#475569;line-height:1.5;text-align:right}.detail-item i{color:#014cb1;margin-top:.125rem;flex-shrink:0;font-size:.75rem;width:16px}.detail-item span,.detail-item a{flex:1;word-break:break-word}.detail-item a{color:#014cb1;text-decoration:none;transition:color .3s ease}.detail-item a:hover{color:#003173;text-decoration:underline}.branch-card-footer{padding:.875rem 1rem;background:#f8fafc;border-top:1px solid #e5f7ed;display:flex;justify-content:center}.status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:10px;font-size:.75rem;font-weight:600}.status-badge.active{background:#014cb11a;color:#014cb1}.status-badge.active i{color:#014cb1;font-size:.6875rem}.loading-state,.empty-state{text-align:center;padding:4rem 2rem}.loading-state i,.empty-state i{font-size:4rem;color:#cbd5e1;margin-bottom:1.5rem}.loading-state p,.empty-state p{font-size:1.25rem;color:#64748b;font-weight:600}.insurances-hero{margin-top:80px;background:linear-gradient(135deg,#014cb1,#003173 50% 100%);color:#fff;padding:6rem 0;text-align:center;position:relative;overflow:hidden}.insurances-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.insurances-hero-content{position:relative;z-index:1}.insurances-hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.1)}.insurances-hero-subtitle{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;opacity:.95}.insurances-hero-description{font-size:1.25rem;max-width:800px;margin:0 auto;line-height:1.8;opacity:.9}.insurances-content{padding:5rem 0;background:#fff}.insurances-intro{text-align:center;margin-bottom:4rem}.insurances-intro .section-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;position:relative;padding-bottom:1.5rem}.insurances-intro .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:5px;background:linear-gradient(90deg,#014cb1,#003173);border-radius:10px}.insurances-intro p{font-size:1.125rem;color:#475569;max-width:800px;margin:0 auto;line-height:1.9}.insurances-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:5rem}.insurance-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .5s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative}.insurance-card:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#014cb1,#003173);transform:scaleX(0);transform-origin:right;transition:transform .5s ease;z-index:1}.insurance-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #002b5c26;border-color:#014cb1}.insurance-card:hover:before{transform:scaleX(1)}.insurance-card-inner{padding:2rem;display:flex;flex-direction:column;height:100%}.insurance-icon-wrapper{text-align:center;margin-bottom:1.5rem;position:relative}.insurance-icon{width:80px;height:80px;margin:0 auto;background:linear-gradient(135deg,#014cb1,#003173);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #002b5c26;transition:all .4s ease}.insurance-card:hover .insurance-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px #014cb133}.insurance-icon i{font-size:2rem;color:#fff}.insurance-content{flex:1;text-align:right}.insurance-title{font-size:1.375rem;font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.3}.insurance-description{font-size:.9375rem;color:#64748b;margin-bottom:1.5rem;line-height:1.7}.insurance-features{list-style:none;padding:0;margin:0;margin-bottom:1.5rem}.insurance-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;color:#475569;text-align:right}.insurance-features li i{color:#014cb1;font-size:.875rem;flex-shrink:0}.insurance-features li span{flex:1}.insurance-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid #e5f7ed}.insurance-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#014cb1,#003173);color:#fff;text-decoration:none;border-radius:12px;font-size:.9375rem;font-weight:700;transition:all .3s ease;width:100%;justify-content:center}.insurance-link:hover{transform:translate(-4px);box-shadow:0 4px 12px #014cb11a;gap:.75rem}.insurance-link i{transition:transform .3s ease}.insurance-link:hover i{transform:translate(-4px)}.insurance-cta{text-align:center;padding:4rem 3rem;background:linear-gradient(135deg,#014cb1,#003173 50% 100%);border-radius:24px;color:#fff;margin-top:5rem;position:relative;overflow:hidden}.insurance-cta:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.cta-content{position:relative;z-index:1}.insurance-cta h2{font-size:2.25rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.1)}.insurance-cta p{font-size:1.125rem;margin-bottom:2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-decoration:none;border-radius:16px;font-size:1.125rem;font-weight:700;border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.cta-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-4px);box-shadow:0 8px 24px #0003;gap:1rem}.cta-button i{transition:transform .3s ease}.cta-button:hover i{transform:translate(-4px)}.contact-hero{margin-top:80px;background:linear-gradient(135deg,#014cb1,#003173 50% 100%);color:#fff;padding:6rem 0;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.contact-hero-content{position:relative;z-index:1}.contact-hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.1)}.contact-hero-subtitle{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;opacity:.95}.contact-hero-description{font-size:1.25rem;max-width:800px;margin:0 auto;line-height:1.8;opacity:.9}.contact-content{padding:5rem 0;background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{background:linear-gradient(180deg,#f0fdf4,#fff);padding:3rem;border-radius:24px;border:1px solid #e5f7ed}.contact-info h2{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:2.5rem;position:relative;padding-bottom:1.5rem}.contact-info h2:after{content:"";position:absolute;bottom:0;right:0;width:80px;height:4px;background:linear-gradient(90deg,#014cb1,#003173);border-radius:10px}.contact-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #e5f7ed;transition:all .3s ease}.contact-item:hover{transform:translate(-8px);box-shadow:0 8px 24px #33b3491a;border-color:#139625}.contact-icon{width:70px;height:70px;background:linear-gradient(135deg,#014cb1,#003173);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;flex-shrink:0;box-shadow:0 4px 12px #014cb11a;transition:all .3s ease}.contact-item:hover .contact-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 20px #33b34966}.contact-details{flex:1}.contact-details h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.contact-details p{color:#475569;margin-bottom:.5rem;font-size:.9375rem;line-height:1.6}.contact-details a{color:#139625;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#003173;text-decoration:underline}.contact-form-container{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 4px 20px #00000014;border:1px solid #e5f7ed}.contact-form-container h2{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:2rem;position:relative;padding-bottom:1.5rem}.contact-form-container h2:after{content:"";position:absolute;bottom:0;right:0;width:80px;height:4px;background:linear-gradient(90deg,#014cb1,#003173);border-radius:10px}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;font-weight:700;color:#0f172a;margin-bottom:.75rem;font-size:.9375rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:Cairo,sans-serif;transition:all .3s ease;background:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#139625;box-shadow:0 0 0 3px #33b3491a;background:#fff}.contact-form textarea{resize:vertical;min-height:150px}.contact-form .btn-primary{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#014cb1,#003173);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:700;font-family:Cairo,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 12px #014cb11a}.contact-form .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #33b34966}.success-message{background:linear-gradient(135deg,#10b9811a,#0596691a);border:2px solid #139625;border-radius:16px;padding:3rem 2rem;text-align:center;color:#065f46}.success-message i{font-size:4rem;margin-bottom:1.5rem;color:#139625}.success-message p{font-size:1.125rem;font-weight:600;line-height:1.6}.website-footer{background:linear-gradient(180deg,#014cb1,#003173 30% 60%,#003173);color:#fff;padding:6rem 0 2rem;margin-top:auto;position:relative;overflow:hidden}.website-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.website-footer:after{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}.footer-newsletter{background:#ffffff1a;border-radius:20px;padding:3rem;margin-bottom:4rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);position:relative;z-index:1}.newsletter-content{text-align:center;max-width:600px;margin:0 auto}.newsletter-content h3{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#fff}.newsletter-content p{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.7}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.newsletter-input{flex:1;padding:1rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:12px;background:#ffffff26;color:#fff;font-size:1rem;font-family:Cairo,sans-serif;outline:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.newsletter-input::placeholder{color:#ffffffb3}.newsletter-input:focus{border-color:#ffffff80;background:#fff3;box-shadow:0 4px 12px #0000001a}.newsletter-button{padding:1rem 2rem;background:#fff;color:#139625;border:none;border-radius:12px;font-size:1rem;font-weight:700;font-family:Cairo,sans-serif;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{background:#fffffff2;transform:translate(-4px);box-shadow:0 6px 20px #0003}.newsletter-button i{transition:transform .3s ease}.newsletter-button:hover i{transform:translate(-4px)}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4.5rem;margin-bottom:3rem;position:relative;z-index:1}.footer-content .footer-section:first-child{max-width:100%}.footer-logo{margin-bottom:.75rem}.footer-logo img{max-width:280px;height:auto;filter:brightness(0) invert(1);transition:all .3s ease}.footer-logo img:hover{transform:scale(1.05);opacity:.9}.footer-address{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;color:#ffffffe6;font-size:1rem;line-height:1.6}.footer-address i{color:#fffc;font-size:1.125rem;flex-shrink:0}.footer-address span{text-align:right}.footer-section h3,.footer-section h4{margin-bottom:1.5rem;font-weight:700;color:#139625}.footer-section h3{font-size:24px}.footer-section h4{font-size:18px}.footer-section p{color:#ffffffd9;line-height:1.7;font-size:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.875rem;color:#ffffffd9;display:flex;align-items:center;transition:all .3s ease}.footer-section ul li:hover{color:#fff;transform:translate(-4px)}.footer-section ul li a{color:#ffffffd9;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;width:100%}.footer-section ul li a:hover{color:#fff}.footer-section ul li i{margin-left:.75rem;color:#ffffffb3;font-size:1rem;transition:all .3s ease}.footer-section ul li:hover i{color:#fff}.footer-social{margin-top:2rem}.footer-social h4{margin-bottom:1rem;font-size:18px;font-weight:700;color:#fff}.social-icons{display:flex;gap:1rem;align-items:center}.social-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;font-size:1.125rem;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-icon:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-4px) scale(1.1);box-shadow:0 4px 12px #0003}.social-icon i{margin:0}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);color:#fffc;position:relative;z-index:1;font-size:.9375rem}.footer-credit{margin-top:8px;font-weight:700;color:#fff}.footer-credit a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px}.footer-credit a:hover{border-color:#fff}@media(max-width:1200px){.footer-content{grid-template-columns:1.3fr 1fr 1fr 1fr;gap:3.5rem}}@media(max-width:992px){.footer-content{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:3rem}}@media(max-width:768px){.website-footer{padding:4rem 0 1.5rem}.footer-newsletter{padding:2rem 1.5rem;margin-bottom:3rem}.newsletter-content h3{font-size:1.5rem}.newsletter-content p{font-size:1rem;margin-bottom:1.5rem}.newsletter-form{flex-direction:column;gap:1rem}.newsletter-input{width:100%}.newsletter-button{width:100%;justify-content:center}.footer-content{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}.footer-logo img{max-width:180px}.footer-section h3{font-size:1.5rem}.footer-section h4{font-size:1.125rem}}@media(max-width:480px){.website-footer{padding:3rem 0 1.5rem}.footer-newsletter{padding:1.5rem;margin-bottom:2.5rem}.newsletter-content h3{font-size:1.25rem}.newsletter-content p{font-size:.9375rem}.footer-content{gap:2rem}}@media(max-width:1024px){.navbar-menu{position:fixed;top:80px;right:-100%;width:300px;height:calc(100vh - 80px);background:#fff;flex-direction:column;padding:2rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;gap:0}.navbar-menu.active{right:0}.navbar-menu li{width:100%}.navbar-menu li a{display:block;padding:1rem;border-bottom:1px solid #e5e7eb}.mobile-menu-toggle{display:block}.slide-title{font-size:36px}.slide-subtitle{font-size:24px}.slide-description{font-size:18px}.contact-hero h1{font-size:2.5rem}.contact-hero-subtitle{font-size:1.25rem}.contact-hero-description{font-size:1.125rem;padding:0 1rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-info,.contact-form-container{padding:2rem}.about-hero h1{font-size:2.5rem}.about-hero-subtitle{font-size:1.25rem}.about-hero-description{font-size:1.125rem;padding:0 1rem}.about-intro-content h2{font-size:2rem}.vision-mission-grid{grid-template-columns:1fr;gap:2rem}.values-grid,.about-stats .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:480px){.about-hero{padding:4rem 0}.about-hero h1{font-size:2rem}.about-hero-subtitle{font-size:1.125rem}.about-hero-description{font-size:1rem}.about-intro-content h2{font-size:1.75rem}.vision-mission-card{padding:2rem}.values-grid,.about-stats .stats-grid{grid-template-columns:1fr}}@media(max-width:768px){.hero-slider{height:500px}.slide-title{font-size:28px}.slide-subtitle{font-size:20px}.slide-description{font-size:16px}.slide-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}.page-hero h1,.website-layout .section-title{font-size:32px}.features-grid,.services-grid,.management-hero h1{font-size:2.5rem}.management-hero-subtitle{font-size:1.25rem}.management-hero-description{font-size:1.125rem;padding:0 1rem}.management-intro h2{font-size:2rem}.management-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.management-structure{padding:3rem 2rem}.structure-level{gap:1.5rem}.structure-box{min-width:180px}.structure-box.main{min-width:240px}}@media(max-width:480px){.management-hero{padding:4rem 0}.management-hero h1{font-size:2rem}.management-hero-subtitle{font-size:1.125rem}.management-hero-description{font-size:1rem}.management-intro h2{font-size:1.75rem}.management-grid{grid-template-columns:1fr;gap:2rem}.management-card-inner{padding:2.5rem 2rem}.management-icon-wrapper{width:100px;height:100px}.management-icon{width:100px;height:100px;font-size:2.5rem}.management-structure{padding:2.5rem 1.5rem}.structure-level{flex-direction:column;align-items:center}.structure-box{width:100%;max-width:280px}.structure-box.main{min-width:100%}}@media(max-width:768px){.branches-hero h1{font-size:2.5rem}.branches-hero-subtitle{font-size:1.25rem}.branches-hero-description{font-size:1.125rem;padding:0 1rem}.branches-filters{padding:1.5rem}.filter-buttons{justify-content:center}.branches-stats{flex-direction:column;gap:1.5rem}.insurances-hero h1{font-size:2.5rem}.insurances-hero-subtitle{font-size:1.25rem}.insurances-hero-description{font-size:1.125rem;padding:0 1rem}.insurances-intro .section-title{font-size:2rem}.insurances-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.insurance-cta{padding:3rem 2rem}.insurance-cta h2{font-size:1.875rem}.management-grid,.insurances-grid{grid-template-columns:1fr;gap:2rem}.branch-card-body{padding:1.5rem}}@media(max-width:480px){.branches-hero{padding:4rem 0}.branches-hero h1{font-size:2rem}.branches-filters{padding:1.25rem}.filter-btn{padding:.75rem 1.5rem;font-size:.9375rem}}.details-section-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 4px 12px #00000008;height:100%;transition:all .3s ease}.details-section-card:hover{box-shadow:0 8px 25px #0000000f;transform:translateY(-2px)}.section-title-with-icon{display:flex;align-items:center;gap:12px;font-size:1.1rem;font-weight:800;color:#1e293b;margin-bottom:20px;padding:12px 16px;background:linear-gradient(to left,#f1f5f9,transparent);border-right:4px solid var(--sidebar);border-radius:4px}.section-title-with-icon i{font-size:1.1rem;color:var(--sidebar)}.info-table-wrapper{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.info-display-table{width:100%;border-collapse:collapse;table-layout:fixed}.info-display-table tr{border-bottom:1px solid var(--border);transition:background-color .2s ease}.info-display-table tr:hover{background-color:#00000004}.info-display-table tr:last-child{border-bottom:none}.info-label{font-weight:700;color:var(--muted);width:180px;font-size:.9rem;padding:14px 12px;vertical-align:middle;background-color:#f8fafc;border-left:1px solid var(--border);border-right:4px solid var(--sidebar)}.info-value{color:var(--text);font-weight:600;font-size:1rem;padding:14px 15px;vertical-align:middle;word-break:break-word;white-space:normal}.compact-table th{background:var(--input-bg)!important;color:var(--muted)!important;font-weight:700!important;font-size:.85rem!important;text-transform:uppercase;letter-spacing:.02em}.compact-table td{padding:12px 10px!important;font-size:.95rem!important;border-bottom:1px solid var(--border);vertical-align:middle;white-space:normal!important;word-break:break-word}.compact-table tr{transition:background-color .2s ease}.compact-table tbody tr:hover{background-color:#00000005!important}.no-scroll-wrapper{overflow-x:hidden!important}.no-scroll-wrapper .users-table{min-width:100%!important;width:100%!important}.engineer-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.engineer-stat-card{background:var(--panel);padding:20px;border-radius:16px;border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s ease}.engineer-stat-card:hover{transform:translateY(-5px)}.engineer-stat-icon{font-size:2rem;margin-bottom:12px;opacity:.9}.engineer-stat-label{font-size:.9rem;color:var(--muted);font-weight:600;margin-bottom:6px}.engineer-stat-value{font-size:1.25rem;font-weight:800;color:var(--text)}.whatsapp-floating{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.25rem;box-shadow:0 4px 15px #25d36666;z-index:9999;text-decoration:none!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:whatsappAppear .5s ease-out}@keyframes whatsappAppear{0%{transform:scale(0) rotate(180deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}.whatsapp-floating:hover{transform:scale(1.1);box-shadow:0 8px 25px #25d36680;background:#128c7e}.whatsapp-tooltip{position:absolute;right:110%;background:#014cb1;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;white-space:nowrap;pointer-events:none;opacity:0;transform:translate(10px);transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.whatsapp-floating:hover .whatsapp-tooltip{opacity:1;transform:translate(0)}.pulse-ripple{position:absolute;width:100%;height:100%;background:inherit;border-radius:inherit;opacity:.6;animation:pulseRipple 2s infinite ease-out;z-index:-1}@keyframes pulseRipple{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}@media(max-width:768px){.whatsapp-floating{bottom:1.5rem;right:1.5rem;width:50px;height:50px;font-size:1.75rem}}.no-print{display:block}.print-only{display:none}@media print{@page{margin:1cm;size:auto}.no-print,[class*=no-print],.sidebar,.topbar,.users-breadcrumb,.export-buttons,.form-group:has(select),.branches-sidebar,.toast,nav,header{display:none!important}.print-only{display:block!important}.app-shell{display:block!important;background:#fff!important;padding:0!important;margin:0!important}.main-area{padding:0!important;margin:40px!important;background:#fff!important;width:auto!important;overflow:visible!important}.users-card{box-shadow:none!important;border:none!important;padding:0!important;margin:0!important}.users-table-wrapper,.table-wrapper{display:block!important;width:100%!important;overflow:visible!important;margin-top:30px!important}table.users-table{display:table!important;width:100%!important;border-collapse:collapse!important;border:2px solid #000!important;table-layout:auto!important}.users-table th,.users-table td{display:table-cell!important;border:1px solid #000!important;padding:12px 6px!important;font-size:13px!important;color:#000!important;text-align:center!important;vertical-align:middle!important;white-space:nowrap!important}.users-table td:first-child,.users-table th:first-child{white-space:normal!important;min-width:200px!important;text-align:right!important;padding-right:15px!important}.users-table thead{display:table-header-group!important;background-color:#f0f0f0!important;-webkit-print-color-adjust:exact}.users-table thead th{font-weight:900!important;background-color:#f0f0f0!important}.users-mobile-cards{display:none!important}.users-card[style*="marginTop: '24px'"],.users-card[style*="margin-top: 24px"]{display:block!important;margin-top:20px!important;border-top:2px solid #000!important}input[disabled],input[readonly]{background:#fff!important;color:#000!important;border:none!important;padding:0!important;border-bottom:1px dashed #ccc!important;border-radius:0!important;min-height:auto!important;font-weight:700!important}label{font-weight:700!important;margin-bottom:4px!important;display:block!important}.users-card div[style*="display: 'grid'"],.users-card div[style*="display: grid"]{display:flex!important;gap:30px!important;justify-content:space-between!important}}
