@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&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-cairo{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:var(--sidebar);color:#fff;padding:24px 24px 32px;display:flex;flex-direction:column;gap:32px;box-shadow:none!important}.brand{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.12);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}.section-title{margin:0;color:var(--sidebar-muted);font-size:13px;letter-spacing:.05em}.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:inherit;padding:12px 14px;border-radius:12px;font:inherit;font-size:14px;box-shadow:none;transform:none;transition:border-color .2s ease,background .2s ease;display:flex;justify-content:flex-start;align-items:center;gap:10px}.sidebar-section button:hover{border-color:#ffffff40;background:#ffffff0d;box-shadow:none;transform:none}.sidebar-icon{font-size:16px;color:#fff}button.primary{padding:10px 20px;background:#111;color:#fff;font-family:Cairo,Segoe UI,system-ui,sans-serif}button.primary:hover{background:#333}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:var(--accent-dark)}.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}.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}.projects-table-container{background:var(--panel);border:1px solid var(--border);border-radius:24px;padding:24px 28px 32px;display:flex;flex-direction:column;gap:24px}.projects-table-container header{display:flex;justify-content:space-between;align-items:center;gap:16px}.projects-table-container h3{margin:6px 0 0}.projects-table{background:var(--panel);border:1px solid var(--border);border-radius:24px;padding:24px 28px 32px;display:flex;flex-direction:column;gap:24px}.projects-table header{display:flex;justify-content:space-between;align-items:center;gap:16px}.projects-table header h3{margin:6px 0 0;font-size:20px;font-weight:700;color:var(--text);font-family:Cairo,Segoe UI,system-ui,sans-serif}.projects-table header .hint{margin:0;color:var(--muted);font-size:14px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.projects-table header button.ghost{font-family:Cairo,Segoe UI,system-ui,sans-serif;white-space:nowrap}.projects-table .table-wrapper{overflow-x:auto;width:100%}.projects-table-content{width:100%;border-collapse:collapse;min-width:600px}.projects-table-content th,.projects-table-content td{text-align:right;padding:14px 8px;border-bottom:1px solid var(--border);font-size:15px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.projects-table-content th{color:var(--muted);font-weight:500;background:#f9f9fe}.projects-table-content tbody tr:last-child td{border-bottom:none}.users-table.projects-table{width:100%;border-collapse:collapse}.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-heading{margin-top:2px;margin-bottom:1px}.dashboard-heading-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.dashboard-greeting{font-weight:700}.dashboard-username{font-weight:400;font-size:1.2em}.dashboard-clock{font-family:Cairo,Segoe UI,system-ui,sans-serif;direction:ltr;font-weight:700;font-size:22px;color:#111;background:#fff;border:2px solid #e5e8f2;border-radius:10px;letter-spacing:1px;min-width:100px;text-align:center;padding:5px 16px;margin-right:6px;flex-shrink:0}.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:#1a1b2133;z-index:9999;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;border-radius:16px;padding:32px 24px 18px;min-width:300px;max-width:95vw;box-shadow:0 10px 32px #22253524;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.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;font-size:14px;font-weight:600;color:inherit;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:#ffffff14}.sidebar-link.active{background:#ffffff14;border-color:#ffffff40}.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 rgba(255,255,255,.2);background:#ffffff1a;color:#fff;display:grid;place-items:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;font-size:18px}.sidebar-close-btn:hover{background:#fff3;transform:scale(1.05)}.sidebar-close-btn:active{transform:scale(.95)}@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:#ffffff0d}.sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.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}.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}.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-heading-row{flex-direction:column;align-items:center;text-align:center;gap:12px}.dashboard-heading{font-size:16px;line-height:1.4}.dashboard-username{font-size:1.1em}.dashboard-clock{font-size:16px;padding:6px 12px;min-width:85px;margin-right:0;letter-spacing:.5px}.projects-table{padding:14px 16px 18px;border-radius:16px}.projects-table header{flex-direction:column;align-items:flex-start;gap:12px}.projects-table header button{width:100%;justify-content:center;padding:10px}.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;text-align:right;direction:rtl}.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:hover{background:#333}.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.admin{background:#4d64ff26;color:var(--accent-dark)}.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:#000;color:#fff}.pagination-btn.active:hover{background:#333}.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:#6366f1!important;border-color:#6366f1!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:#4d64ff!important;color:#fff!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:#111!important;color:#fff!important;font-family:Cairo,Segoe UI,system-ui,sans-serif}.add-user-btn:hover{background:#333!important}.user-form-modal{max-width:500px;width:90vw;padding:0;text-align:right;align-items:stretch}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid var(--border);margin-bottom:24px}.modal-header h3{margin:0;font-size:20px;font-weight:700;color:var(--text);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;transition:all .2s;font-size:18px}.modal-close:hover{background:#f5f7fb;color:var(--text)}.user-form{padding:0 24px 24px;display:flex;flex-direction:column;gap:20px}.form-group{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%;text-align:right;direction:rtl}.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:8px;padding-top:20px;border-top:1px solid var(--border)}.btn-cancel{padding:10px 20px;border:1px solid #111;border-radius:10px;background:#111;color:#fff;font-weight:600;cursor:pointer;transition:all .2s;font-family:Cairo,Segoe UI,system-ui,sans-serif}.btn-cancel:hover:not(:disabled){background:#333;border-color:#333}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.btn-submit{padding:10px 24px;border:none;border-radius:10px;background:#111;color:#fff;font-weight:600;cursor:pointer;transition:all .2s;font-family:Cairo,Segoe UI,system-ui,sans-serif}.btn-submit:hover:not(:disabled){background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-main{padding:10px 24px;border:none;border-radius:10px;background:#111;color:#fff;font-weight:600;cursor:pointer;transition:all .2s;font-family:Cairo,Segoe UI,system-ui,sans-serif}.btn-main:hover:not(:disabled){background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.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}.login-password-toggle:hover{color:var(--accent)}.login-password-toggle i{font-size:16px}.login-submit-btn{margin-top:18px;padding:11px 0;border-radius:10px;background:#222;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 1.3px 7px #e6eaf2;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:background .2s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;min-height:44px}.login-submit-btn:hover:not(:disabled){background:#333;transform:translateY(-1px)}.login-submit-btn:active:not(:disabled){transform:translateY(0)}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.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-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}.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;text-align:right}.profile-section-divider{margin-top:30px;margin-bottom:20px;border-top:1px solid #e5e7eb;padding-top:20px}.profile-section-title{margin-bottom:20px;color:#263240;font-size:18px;font-weight:600;font-family:Cairo,Segoe UI,system-ui,sans-serif}.profile-section-description{font-size:14px;color:#6b7280;margin-bottom:20px;font-family:Cairo,Segoe UI,system-ui,sans-serif}.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}.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}
