@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";:root{--bg: #f3f5fb;--panel: #ffffff;--border: #e5e8f2;--text: #0f172a;--muted: #8a91a8;--accent: #4d64ff;--accent-dark: #2a3bc6;--sidebar: #0d1424;--sidebar-muted: #c4c9da;font-synthesis:none;text-rendering:optimizeLegibility}*{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}.font-tajawal{font-family:Cairo,Segoe UI,system-ui,sans-serif!important}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:#fff;color:#0f172a;padding:24px 24px 32px;display:flex;flex-direction:column;gap:32px;border-left:1px solid #e2e8f0;box-shadow:none!important}.brand{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid #e2e8f0;position:relative}.brand>div{width:100%}.brand-title{margin:0;font-weight:700;font-size:20px;letter-spacing:.05em}.brand-subtitle{margin:4px 0 0;color:var(--sidebar-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:#64748b;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:#ffffff0d;border:1px solid rgba(255,255,255,.08);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:none;min-height:68px;position:relative;z-index:10}.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:#33b3491a;color:#33b349;box-shadow:none;transform:none}.sidebar-section button:hover .sidebar-icon{color:#33b349}.sidebar-icon{font-size:16px;color:#64748b}button.primary{padding:10px 20px;background:#33b349;color:#fff;font-family:Cairo,Segoe UI,system-ui,sans-serif;transition:all .2s ease}button.primary:hover{background:#2a9d3e;transform:translateY(-1px);box-shadow:0 4px 12px #33b3494d}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}.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:#33b349}.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,#10b981,#059669);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,#3b82f6,#2563eb)}.service-card-green{background:linear-gradient(135deg,#10b981,#059669)}.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}.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:#33b349;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:#64748b;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 #33b349;border-radius:12px;background:#33b349;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:#2a9d3e;border-color:#2a9d3e;transform:translateY(-2px);box-shadow:0 4px 12px #33b3494d}.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 2px 8px #0000000a}.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:linear-gradient(135deg,#fff,#f8fafc);border:1px solid var(--border);border-radius:16px;box-shadow:0 2px 8px #0000000a}.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:#fff;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,#33b349 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:#10b981!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:#fff;border-radius:20px;padding:0;min-width:300px;max-width:95vw;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;align-items:stretch;text-align:right;position:relative;margin:auto;max-height:95vh}.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:#33b349}.sidebar-link:hover .sidebar-icon{color:#33b349}.sidebar-link.active{background:#33b34926;color:#33b349;font-weight:700}.sidebar-link.active .sidebar-icon{color:#33b349}.sidebar-link.open,.sidebar-link.open span,.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:#64748b;display:grid;place-items:center;cursor:pointer;flex-shrink:0;font-size:18px}.sidebar-close-btn:hover{background:#33b3491a;color:#33b349;border-color:#33b349}@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}.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:#33b349;transition:all .2s ease}.users-search-btn:hover{background:#2a9d3e;transform:translateY(-1px);box-shadow:0 4px 12px #33b3494d}.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:#2563eb}.type-badge.branch{background:#33b34926;color:#33b349}.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:#3b82f6}.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:#10b981;font-size:12px;font-weight:600}.balance-cell{font-weight:700}.balance-positive{color:#10b981}.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:#33b349;color:#fff}.pagination-btn.active:hover{background:#2a9d3e}.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:#10b981;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:#10b981;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:#10b981}.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:#33b349!important;border-color:#33b349!important}.project-report-btn:hover{background:#2a9d3e!important;border-color:#2a9d3e!important}.project-complete-btn{background:#10b981!important;border-color:#10b981!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:#10b981}.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:#10b981;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:#3b82f6}.project-type-badge.type-finishing{background:#10b98126;color:#10b981}.owner-view-btn{background:#33b349!important;color:#fff!important}.owner-view-btn:hover{background:#2a9d3e!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:#33b349!important;color:#fff!important;font-family:Cairo,Segoe UI,system-ui,sans-serif;transition:all .2s ease}.add-user-btn:hover{background:#2a9d3e!important;transform:translateY(-1px);box-shadow:0 4px 12px #33b3494d}.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{direction:rtl}.permissions-grid label{-webkit-user-select:none;user-select:none}.permissions-grid input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#33b349}.permissions-grid input[type=checkbox]:checked+span{font-weight:600;color:#33b349}.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 #33b349;border-radius:10px;background:#33b349;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:#2a9d3e;border-color:#2a9d3e;transform:translateY(-1px);box-shadow:0 4px 12px #33b3494d}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.btn-submit{padding:10px 24px;border:none;border-radius:10px;background:#33b349;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:#2a9d3e;transform:translateY(-1px);box-shadow:0 4px 12px #33b3494d}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-main{padding:10px 24px;border:none;border-radius:10px;background:#33b349;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:#2a9d3e;transform:translateY(-1px);box-shadow:0 4px 12px #33b3494d}.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:#10b981;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:#33b349;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:#33b349;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 #33b3494d;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:#2a9d3e;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:#33b349;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:#33b349;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:#33b349;color:#33b349;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:#33b349;color:#fff;border-color:#33b349}.engineer-financial-details-header .back-button.print-button:hover{background:#2a9d3e;border-color:#2a9d3e;box-shadow:0 4px 12px #33b3494d}.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:#10b981}.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:#10b981}.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:#10b981}.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 #10b981}.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(51,179,73,.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:#4b5563;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:#33b349;width:14px;text-align:center}.top-bar-info-item:hover{color:#33b349;transform:translate(-2px)}.top-bar-right{display:flex;align-items:center;gap:.75rem}.top-bar-link{color:#1f2937;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:#33b3491a;border:1px solid rgba(51,179,73,.2);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(51,179,73,.2),transparent);transition:left .5s ease}.top-bar-link:hover:before{left:100%}.top-bar-link:hover{background:#33b349;border-color:#33b349;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #33b3494d}.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:#1f2937;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:#33b3491a;transition:left .3s ease}.language-toggle:hover:before{left:100%}.language-toggle:hover{background:#33b3491a;border-color:#33b3494d;color:#33b349;transform:translateY(-2px);box-shadow:0 4px 12px #33b34926}.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(51,179,73,.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:#1f2937;line-height:1.2}.logo-subtitle{font-size:17px;color:#6b7280;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:#4b5563;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:#33b349;background:#33b3491a}.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:#33b349;color:#fff;border-color:#33b349;box-shadow:0 4px 16px #33b3494d}.btn-primary:hover{background:#2a9d3e;border-color:#2a9d3e;transform:translateY(-3px);box-shadow:0 8px 24px #33b34966}.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,#33b349,#2a9d3e);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,#33b349,#2a9d3e);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,#33b349,#2a9d3e);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,#33b349,#2a9d3e);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,#33b349,#2a9d3e,#33b349);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,#33b349,#2a9d3e,#33b349);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,#2a9d3e,#228b2e,#2a9d3e);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,#33b349,#2a9d3e,#228b2e);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,#33b349,#2a9d3e);transform:scaleX(0);transform-origin:right;transition:transform .4s ease}.vision-mission-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #33b34926;border-color:#33b349}.vision-mission-card:hover:before{transform:scaleX(1)}.card-icon-wrapper{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#33b349,#2a9d3e);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,#33b349,#2a9d3e);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,#33b349,#2a9d3e);transform:scaleX(0);transform-origin:right;transition:transform .4s ease}.value-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #33b3491f;border-color:#33b349}.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:#33b349;font-size:2rem;transition:all .4s ease}.value-card:hover .value-icon{background:linear-gradient(135deg,#33b349,#2a9d3e);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,#33b349,#2a9d3e,#228b2e);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,#33b349,#2a9d3e,#228b2e);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,#33b349,#2a9d3e);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,#33b349,#2a9d3e);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:#33b349}.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,#33b349,#2a9d3e);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:#33b349;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,#33b349,#2a9d3e);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,#33b349,#2a9d3e);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,#33b349,#2a9d3e);transform:scaleX(0);transform-origin:right;transition:transform .4s ease}.structure-box:hover{transform:translateY(-8px);box-shadow:0 12px 32px #33b34926;border-color:#33b349}.structure-box:hover:before{transform:scaleX(1)}.structure-box.main{background:linear-gradient(135deg,#33b349,#2a9d3e);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:#33b349;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,#33b349,#2a9d3e,#228b2e);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:#33b349;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:#33b349;color:#33b349}.filter-btn.active{background:linear-gradient(135deg,#33b349,#2a9d3e);color:#fff;border-color:#33b349;box-shadow:0 4px 12px #33b3494d}.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:#33b349}.stat-label{font-size:1rem;color:#64748b;font-weight:600}.branches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.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,#33b349,#2a9d3e);transform:scaleX(0);transform-origin:right;transition:transform .4s ease;z-index:1}.branch-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #33b34926;border-color:#33b349}.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{background:linear-gradient(135deg,#3b82f61a,#2563eb1a);color:#2563eb}.branch-type-badge.branch{background:linear-gradient(135deg,#33b3491a,#2a9d3e1a);color:#33b349}.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:#33b349;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:#33b349;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:#33b349;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:#33b349;text-decoration:none;transition:color .3s ease}.detail-item a:hover{color:#2a9d3e;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:linear-gradient(135deg,#33b3491a,#2a9d3e1a);color:#33b349}.status-badge.active i{color:#33b349;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,#33b349,#2a9d3e,#228b2e);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,#33b349,#2a9d3e);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,#33b349,#2a9d3e);transform:scaleX(0);transform-origin:right;transition:transform .5s ease;z-index:1}.insurance-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #33b34926;border-color:#33b349}.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,#33b349,#2a9d3e);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #33b3494d;transition:all .4s ease}.insurance-card:hover .insurance-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px #33b34966}.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:#33b349;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,#33b349,#2a9d3e);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 #33b3494d;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,#33b349,#2a9d3e,#228b2e);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,#33b349,#2a9d3e,#228b2e);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,#33b349,#2a9d3e);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:#33b349}.contact-icon{width:70px;height:70px;background:linear-gradient(135deg,#33b349,#2a9d3e);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 #33b3494d;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:#33b349;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#2a9d3e;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,#33b349,#2a9d3e);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:#33b349;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,#33b349,#2a9d3e);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 #33b3494d}.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 #10b981;border-radius:16px;padding:3rem 2rem;text-align:center;color:#065f46}.success-message i{font-size:4rem;margin-bottom:1.5rem;color:#10b981}.success-message p{font-size:1.125rem;font-weight:600;line-height:1.6}.website-footer{background:linear-gradient(180deg,#33b349,#2a9d3e,#228b2e 60%,#1a7a26);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:#33b349;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}.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:1200px){.branches-grid{grid-template-columns:repeat(2,1fr)}}@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,.branches-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}}
