@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--brand-primary: #FF6A00;--brand-dark: #FF8E53;--brand-darker: #c2410c;--brand-light: #fff2e8;--brand-xlight: #fff7ed;--brand-medium: #fb923c;--brand-link: #FF6A00;--teal-primary: #FF6A00;--teal-dark: #FF8E53;--teal-darker: #c2410c;--teal-light: #fff2e8;--teal-xlight: #fff7ed;--teal-medium: #fb923c;--teal-link: #FF6A00;--sidebar-bg: #FF6A00;--sidebar-dark: #FF8E53;--text-dark: #1f2937;--text-medium: #4b5563;--border-color: #e5e7eb;--bg-page: #ffffff;--card-bg: #ffffff;--focus-ring: rgba(255, 106, 0, .18);--navbar-height: 50px;--sidebar-width: 200px}html,body,#root{width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}body{background:var(--bg-page);color:var(--text-dark);font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}img,svg,canvas,video{max-width:100%}.all-body{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));min-height:calc(100vh - var(--navbar-height));background:var(--bg-page);box-sizing:border-box;padding:var(--navbar-height) 16px 12px 16px;overflow-x:clip}.main-content{margin-left:var(--sidebar-width);padding-top:var(--navbar-height);padding-left:12px;padding-right:12px;padding-bottom:10px;min-height:calc(100vh - var(--navbar-height));box-sizing:border-box;overflow-x:clip;background:var(--bg-page)}@media(max-width:768px){.all-body,.main-content{margin-left:0;width:100%}.all-body,.main-content{padding:var(--navbar-height) 12px 8px 12px}}.page-title-block{text-align:center;margin-bottom:24px;padding-top:8px}.page-title-block h1,.page-title-block h2{font-size:1.9rem;font-weight:700;color:var(--text-dark);margin:0 0 8px;letter-spacing:.3px}.page-title-block .title-underline{width:64px;height:3px;background:var(--teal-primary);margin:0 auto;border-radius:2px}.back-btn-teal{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;background:#fff;border:2px solid var(--teal-primary);border-radius:8px;color:var(--teal-primary);font-size:14px;font-weight:600;min-width:110px;cursor:pointer;transition:all .2s ease;margin-bottom:2px;margin-top:0;box-shadow:0 2px 4px #0000000d}.back-btn-teal:hover{background:var(--teal-primary);color:#fff;box-shadow:0 4px 8px #00000026}.teal-table-wrap{width:100%;overflow-x:auto;border-radius:8px;box-shadow:0 2px 8px #00000014}.teal-table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}.teal-table thead tr{background:linear-gradient(to right,#ff6a00,#ff8e53)}.teal-table thead th{padding:13px 14px;color:#fff;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border:1px solid var(--teal-dark);text-align:center;vertical-align:middle}.teal-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .15s ease}.teal-table tbody tr:hover{background:var(--teal-xlight)}.teal-table tbody tr:last-child{border-bottom:none}.teal-table tbody td{padding:11px 14px;color:var(--text-dark);font-size:.9rem;border-right:1px solid #f5f5f5;vertical-align:middle}.teal-table tbody td:last-child{border-right:none}.teal-table .td-code{color:var(--teal-primary);font-weight:600;cursor:pointer}.teal-table .td-code:hover{text-decoration:underline}.teal-table .td-amount{text-align:right;font-family:Segoe UI,Arial,sans-serif;font-size:.9rem;font-weight:400}.teal-table .td-debit{color:var(--teal-primary);text-align:right;font-family:Segoe UI,Arial,sans-serif;font-weight:400}.teal-table .td-credit{color:var(--text-dark);text-align:right;font-family:Segoe UI,Arial,sans-serif;font-weight:400}.teal-table .td-balance-pos{color:var(--teal-primary);text-align:right;font-weight:600;font-family:Segoe UI,Arial,sans-serif}.teal-table .td-balance-neg{color:#dc2626;text-align:right;font-weight:600;font-family:Segoe UI,Arial,sans-serif}.teal-table .td-eye{text-align:center}.teal-table .td-eye button{background:none;border:none;cursor:pointer;color:var(--teal-primary);font-size:1.1rem;padding:4px 8px;border-radius:4px;transition:background .15s ease}.teal-table .td-eye button:hover{background:var(--teal-light)}.teal-pagination{display:flex;align-items:center;justify-content:space-between;padding:14px 12px;margin-top:2px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;flex-wrap:wrap;gap:16px}.teal-pagination .pagination-info{font-size:13px;color:#4b5563;font-weight:500;white-space:nowrap}.teal-pagination .pagination-buttons{display:flex;gap:4px;align-items:center;flex-wrap:wrap;margin:0 auto}.teal-pagination .page-btn{min-width:36px;height:36px;padding:0 10px;border:1.5px solid #e5e7eb;border-radius:6px;background:#fff;color:#1f2937;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.teal-pagination .page-btn:hover:not(:disabled){border-color:var(--teal-primary);color:var(--teal-primary);background:#fff7ed}.teal-pagination .page-btn.active{background:var(--teal-primary);border-color:var(--teal-primary);color:#fff;font-weight:700}.teal-pagination .page-btn:disabled{opacity:.45;cursor:not-allowed}.teal-pagination .page-size-select{padding:6px 10px;border:1.5px solid #e5e7eb;border-radius:6px;font-size:13px;color:#1f2937;background:#fff;cursor:pointer;font-family:inherit;transition:all .15s ease;white-space:nowrap}.teal-pagination .page-size-select:hover{border-color:var(--teal-primary)}.teal-pagination .page-size-select:focus{outline:none;border-color:var(--teal-primary);box-shadow:0 0 0 2px #ff6a002e}.teal-filter-bar{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap;background:#fff;padding:16px 20px;border-radius:8px;border:1px solid var(--border-color);margin-bottom:20px}.teal-filter-bar label{display:block;font-size:12px;font-weight:600;color:var(--text-medium);margin-bottom:5px;text-transform:uppercase;letter-spacing:.4px}.teal-filter-bar input[type=text],.teal-filter-bar input[type=search],.teal-filter-bar select{padding:9px 12px;border:1.5px solid var(--border-color);border-radius:6px;font-size:14px;color:var(--text-dark);background:#fff;transition:border-color .2s}.teal-filter-bar input[type=text]:focus,.teal-filter-bar input[type=search]:focus,.teal-filter-bar select:focus{outline:none;border-color:var(--teal-primary);box-shadow:0 0 0 2px #2a9d8f1f}.teal-filter-bar input[type=text]::placeholder,.teal-filter-bar input[type=search]::placeholder,.teal-filter-bar select::placeholder{color:#9ca3af}.teal-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000012;padding:28px;width:100%;box-sizing:border-box}.btn-teal{padding:9px 20px;background:var(--teal-primary);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-teal:hover:not(:disabled){background:var(--teal-dark)}.btn-teal:disabled{opacity:.55;cursor:not-allowed}.state-loading{text-align:center;padding:48px;color:var(--text-medium);font-size:1rem}.state-error{text-align:center;padding:20px;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-left:4px solid #dc2626;border-radius:6px;font-size:.95rem}.state-empty{text-align:center;padding:48px;color:var(--text-medium);font-style:italic;font-size:1rem}.date-filter-bar{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap;background:#fff;padding:14px 20px;border-radius:8px;border:1px solid var(--border-color);margin-bottom:20px}.date-filter-bar .filter-group{display:flex;flex-direction:column;gap:4px}.date-filter-bar .filter-group label{font-size:12px;font-weight:600;color:var(--text-medium);text-transform:uppercase;letter-spacing:.4px}.date-filter-bar .filter-group input[type=date]{padding:8px 12px;border:1.5px solid var(--border-color);border-radius:6px;font-size:14px;color:var(--text-dark)}.date-filter-bar .filter-group input[type=date]:focus{outline:none;border-color:var(--teal-primary);box-shadow:0 0 0 2px #2a9d8f1f}.summary-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px}.summary-card{flex:1;min-width:160px;background:#fff;border:1px solid var(--border-color);border-radius:8px;padding:16px 20px;text-align:center;box-shadow:0 1px 4px #0000000d}.summary-card .summary-label{font-size:12px;font-weight:600;color:var(--text-medium);text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px}.summary-card .summary-value{font-size:1.2rem;font-weight:700;color:var(--teal-primary);font-family:Segoe UI,Arial,sans-serif}.summary-card.summary-debit .summary-value{color:var(--teal-primary)}.summary-card.summary-credit .summary-value{color:var(--text-dark)}.summary-card.summary-balance .summary-value{color:var(--teal-primary)}.page-header-row{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--teal-light)}.page-header-row .back-btn-row{position:absolute;left:0;display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#fff;border:1.5px solid var(--border-color);border-radius:6px;color:var(--text-dark);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.page-header-row .back-btn-row:hover{border-color:var(--teal-primary);color:var(--teal-primary)}.page-header-row h1,.page-header-row h2{font-size:1.7rem;font-weight:700;color:var(--text-dark);margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.login-container{min-height:100vh;width:100%;display:flex;overflow:hidden}.login-card{width:100%;height:100vh;display:grid;grid-template-columns:45% 55%;background:transparent;box-shadow:none;border-radius:0}.login-brand-section{background:linear-gradient(135deg,#29ad5a,#075324);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 50px;text-align:center}.login-logo{display:none}.brand-text{color:#fff}.brand-text h1{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:16px}.brand-text h1 .highlight{display:block;font-size:18px;font-weight:400;opacity:.95;margin-top:10px}.brand-text p{font-size:16px;line-height:1.6;opacity:.9;max-width:350px;margin:0 auto}.login-form-section{background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:40px 60px}.login-form-wrapper{width:100%;max-width:400px}.form-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:25px}.form-header .form-logo{width:95px;height:95px;margin-bottom:15px;object-fit:contain}.form-header h2{font-size:26px;font-weight:700;color:#374151;margin-bottom:6px}.form-header p{font-size:14px;color:#6b7280;font-weight:400}.login-form-container{width:100%}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{width:100%;padding-right:42px!important}.password-input-wrapper .password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;color:#9ca3af;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-input-wrapper .password-toggle:hover{color:#29ad5a}.login-form{display:flex;flex-direction:column;gap:14px;width:100%;padding-bottom:10px}.form-group{display:flex;flex-direction:column;width:100%}.form-group label{font-size:13px;font-weight:600;margin-bottom:6px;color:#374151;text-align:left}.form-group input{width:100%;padding:11px 14px;font-size:14px;border-radius:7px;border:1px solid #e5e7eb;background:#eaf5ef;color:#374151;transition:all .2s ease;box-sizing:border-box}.form-group input::placeholder{color:#9ca3af}.form-group input:focus{outline:none;border-color:#29ad5a;box-shadow:0 0 0 3px #178c421a}.form-group input:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f5}.error-message{width:100%;background:#fef2f2;color:#dc2626;font-size:13px;font-weight:500;padding:10px 12px;border-radius:7px;border-left:3px solid #dc2626;text-align:left;box-sizing:border-box}.login-form button[type=submit]{width:100%;margin-top:6px;padding:12px;border-radius:8px;border:none;font-size:15px;font-weight:600;color:#fff;background:#29ad5a;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 10px #178c4240}.login-form button[type=submit]:hover:not(:disabled){background:#075324;transform:translateY(-1px);box-shadow:0 5px 15px #178c4259}.login-form button[type=submit]:active:not(:disabled){transform:translateY(0)}.login-form button[type=submit]:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:1024px){.login-card{grid-template-columns:40% 60%}.login-form-section{padding:40px}}@media(max-width:768px){.login-card{grid-template-columns:1fr;height:auto;min-height:100vh}.login-brand-section{padding:35px 25px;min-height:28vh}.brand-text h1{font-size:30px}.brand-text h1 .highlight{font-size:15px}.brand-text p{font-size:14px}.login-form-section{padding:35px 25px}.form-header{margin-bottom:20px}.form-header .form-logo{width:50px;height:50px;margin-bottom:12px}.form-header h2{font-size:24px}.form-header p{font-size:13px}}@media(max-width:500px){.login-brand-section{padding:35px 20px}.brand-text h1{font-size:28px}.brand-text p{font-size:14px}.login-form-section{padding:35px 20px}.form-header{margin-bottom:20px}.form-header .form-logo{width:60px;height:60px}.form-header h2{font-size:24px}.form-header p{font-size:14px}.form-group{gap:16px}.form-group label{margin-bottom:6px}.form-group input{padding:12px 16px;font-size:14px}.login-form{gap:16px}}html,body{margin:0;padding:0;height:100%}.all-body.dashboard-admin-body{background-color:#f7f8fc;min-height:calc(100vh - var(--navbar-height));padding:var(--navbar-height) 0 0 0;display:flex;flex-direction:column}.dashboard-container{background-color:#f7f8fc;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;min-height:calc(100vh - var(--navbar-height));overflow-x:hidden;padding:0;gap:0;width:100%;margin:0;align-items:center;flex:1}.dashboard-container .dashboard-wrapper{display:flex;flex-direction:column;gap:8px;width:100%;padding:12px;box-sizing:border-box}.dashboard-container .dashboard-header{align-items:center;display:flex;justify-content:space-between;padding:0;margin:0;gap:0}.dashboard-container .dashboard-header h1{color:#0f172a;font-size:28px;font-weight:800;margin:0;letter-spacing:.2px}.dashboard-container .dashboard-header .refresh-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#475467;cursor:pointer;display:inline-flex;height:38px;justify-content:center;transition:all .2s ease;width:38px;box-shadow:0 4px 14px #0f172a0f}.dashboard-container .dashboard-header .refresh-btn:hover:not(:disabled){background:#fff8f3;border-color:#ffddb7;color:#ff6a00}.dashboard-container .dashboard-header .refresh-btn:disabled{cursor:not-allowed;opacity:.6}.dashboard-container .dashboard-header .refresh-btn .spinning{animation:spin .8s linear infinite}.dashboard-container .stats-cards-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.dashboard-container .stats-cards-grid .stat-card{align-items:flex-start;background:linear-gradient(180deg,#fff,#fbfbff);border:1px solid #e7ebf3;border-radius:12px;box-shadow:0 10px 40px #0f172a12;display:flex;flex-direction:column;gap:6px;padding:12px;margin:0}.dashboard-container .stats-cards-grid .stat-icon{align-items:center;border-radius:10px;display:inline-flex;font-size:24px;height:44px;justify-content:center;width:44px}.dashboard-container .stats-cards-grid .stat-icon.sales-icon{background-color:#ffedd5;color:#ff6a00}.dashboard-container .stats-cards-grid .stat-icon.expense-icon{background-color:#fee2e2;color:#ef4444}.dashboard-container .stats-cards-grid .stat-icon.sent-icon{background-color:#dbeafe;color:#ff6a00}.dashboard-container .stats-cards-grid .stat-icon.received-icon{background-color:#dcfce7;color:#22c55e}.dashboard-container .stats-cards-grid .stat-content{display:flex;flex-direction:column;gap:6px;width:100%}.dashboard-container .stats-cards-grid .stat-label{color:#667085;font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.dashboard-container .stats-cards-grid .stat-value{color:#111827;font-size:34px;font-weight:800;line-height:1.08}.dashboard-container .stats-cards-grid .stat-change{align-items:center;display:inline-flex;font-size:13px;font-weight:700;gap:6px;padding:4px 10px;border-radius:999px}.dashboard-container .stats-cards-grid .stat-change.positive{color:#15803d;background:#ecfdf3}.dashboard-container .stats-cards-grid .stat-change.negative{color:#b91c1c;background:#fef2f2}.dashboard-container .stats-cards-grid .stat-change svg{flex-shrink:0}.dashboard-container .content-section{display:flex;flex-direction:column;gap:8px;margin:0}.dashboard-container .charts-row,.dashboard-container .tables-row{align-items:stretch;display:grid;gap:8px;grid-template-columns:2fr 1fr;margin:0}.dashboard-container .chart-card,.dashboard-container .table-card{background:#fff;border:1px solid #e7ebf3;border-radius:12px;box-shadow:0 12px 36px #0f172a12;display:flex;flex-direction:column;min-width:0;overflow:hidden;padding:12px;margin:0}.dashboard-container .chart-header,.dashboard-container .table-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:6px;margin-top:0}.dashboard-container .chart-header h3,.dashboard-container .table-header h3{color:#0f172a;font-size:17px;font-weight:700;margin:0}.dashboard-container .chart-header select,.dashboard-container .table-header select{background:#fff;border:1px solid #d6dae0;border-radius:10px;color:#1f2937;cursor:pointer;font-size:14px;font-weight:600;padding:8px 12px}.dashboard-container .chart-header select:focus,.dashboard-container .table-header select:focus{border-color:#ffb173;box-shadow:0 0 0 3px #ff6a0029;outline:none}.dashboard-container .sales-purchases-card .bar-chart-container{align-items:center;background:#f9fbff;border-radius:12px;display:flex;height:270px;justify-content:center;padding:4px;width:100%;margin:0}.dashboard-container .sales-purchases-card .bar-chart-container .bar-chart-svg{height:100%;width:100%}.dashboard-container .sales-purchases-card .chart-legend{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:6px;padding-top:6px}.dashboard-container .sales-purchases-card .chart-legend span{align-items:center;color:#4b5563;display:inline-flex;font-size:13px;gap:6px;font-weight:600}.dashboard-container .sales-purchases-card .chart-legend span i{border-radius:3px;display:inline-block;height:10px;width:10px}.dashboard-container .expense-breakdown-card .pie-chart-container{align-items:center;display:flex;flex:1;justify-content:center;min-height:270px}.dashboard-container .expense-breakdown-card .pie-chart-container .pie-chart{height:220px;max-width:100%;width:220px}.dashboard-container .expense-breakdown-card .pie-legend{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:6px 10px;justify-content:center;margin-top:6px;padding-top:6px}.dashboard-container .expense-breakdown-card .pie-legend div{align-items:center;color:#525f7a;display:flex;font-size:12px;gap:6px;white-space:nowrap}.dashboard-container .expense-breakdown-card .pie-legend div span{border-radius:50%;display:inline-block;height:8px;width:8px}.dashboard-container .table-card{min-height:210px}.dashboard-container .table-card .data-table{border-collapse:collapse;font-size:13px;width:100%}.dashboard-container .table-card .data-table thead{background:linear-gradient(to right,#ff6a00,#ff8e53)}.dashboard-container .table-card .data-table thead th{border-bottom:1px solid #FF8E53;color:#fff;font-size:12px;font-weight:800;letter-spacing:.35px;padding:11px 9px;text-align:left;text-transform:uppercase}.dashboard-container .table-card .data-table tbody tr{border-bottom:1px solid #f3f4f6}.dashboard-container .table-card .data-table tbody tr:hover{background:#fdf7f2}.dashboard-container .table-card .data-table tbody tr td{color:#1f2937;padding:11px 9px;vertical-align:middle;font-weight:500}.dashboard-container .table-card .data-table tbody tr .invoice-link{color:#ff6a00;font-weight:700;text-decoration:none}.dashboard-container .table-card .data-table tbody tr .invoice-link:hover{text-decoration:underline}.dashboard-container .table-card .data-table tbody tr .status,.dashboard-container .table-card .data-table tbody tr .status-badge{border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;padding:4px 12px}.dashboard-container .table-card .data-table tbody tr .status.delivered,.dashboard-container .table-card .data-table tbody tr .status-badge.delivered{background:#dcfce7;color:#22c55e}.dashboard-container .table-card .data-table tbody tr .status.in-progress,.dashboard-container .table-card .data-table tbody tr .status-badge.in-progress{background:#dbeafe;color:#ff6a00}.dashboard-container .table-card .data-table tbody tr .status.pending,.dashboard-container .table-card .data-table tbody tr .status-badge.pending{background:#fef3c7;color:#f59e0b}.dashboard-container .table-card .stock-summary{align-items:center;display:flex;flex:1;justify-content:center;min-height:200px;padding:0}.dashboard-container .table-card .stock-summary .stock-item{text-align:center}.dashboard-container .table-card .stock-summary .stock-item .stock-number{color:#111827;font-size:48px;font-weight:800;line-height:1;margin:0}.dashboard-container .table-card .stock-summary .stock-item .stock-label{color:#4b5563;font-size:16px;font-weight:600;margin-top:10px}.dashboard-container .table-card .stock-summary .stock-item .stock-change{color:#15803d;font-size:20px;font-weight:800;margin-top:8px}@media(max-width:1200px){.dashboard-container{background-color:#f7f8fc;padding:0}.dashboard-container .stats-cards-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-container .charts-row,.dashboard-container .tables-row{gap:8px;grid-template-columns:1fr}.dashboard-container .expense-breakdown-card .pie-chart-container{min-height:220px}}@media(max-width:768px){.all-body.dashboard-admin-body{margin-left:0;padding:var(--navbar-height) 0 0 0;background-color:#f7f8fc}.dashboard-container{background-color:#f7f8fc;padding:0}.dashboard-container .dashboard-wrapper{gap:8px;padding:10px}.dashboard-container .dashboard-header h1{font-size:24px}.dashboard-container .stats-cards-grid{display:none}.dashboard-container .content-section{gap:8px}.dashboard-container .chart-card,.dashboard-container .table-card{padding:10px}.dashboard-container .chart-header,.dashboard-container .table-header{margin-bottom:6px}.dashboard-container .chart-header h3,.dashboard-container .table-header h3{font-size:15px}.dashboard-container .chart-header select,.dashboard-container .table-header select{font-size:12px;padding:6px 10px}.dashboard-container .sales-purchases-card .bar-chart-container{height:210px}.dashboard-container .sales-purchases-card .chart-legend{gap:10px}.dashboard-container .sales-purchases-card .chart-legend span{font-size:12px}.dashboard-container .expense-breakdown-card .pie-chart-container{min-height:200px}.dashboard-container .expense-breakdown-card .pie-chart-container .pie-chart{height:170px;width:170px}.dashboard-container .expense-breakdown-card .pie-legend div{font-size:11px}.dashboard-container .data-table{font-size:12px}.dashboard-container .data-table thead th,.dashboard-container .data-table tbody td{padding:9px 7px}.dashboard-container .stock-summary{min-height:160px}.dashboard-container .stock-summary .stock-item .stock-number{font-size:38px}.dashboard-container .stock-summary .stock-item .stock-label{font-size:16px}.dashboard-container .stock-summary .stock-item .stock-change{font-size:18px}}.loading{align-items:center;color:#9ca3af;display:flex;font-size:16px;justify-content:center;min-height:320px}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}.navbar-container-desk,.navbar-container-mob{position:relative;z-index:1000}.top-navbar{position:fixed;top:0;right:0;left:200px;height:50px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:flex-end;padding:0 16px;z-index:998;transition:left .3s ease}@media(max-width:768px){.top-navbar{left:0;height:54px;padding:0 12px}}.profile-dropdown{position:relative}.profile-dropdown .profile-button{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;cursor:pointer;padding:6px 10px 6px 6px;border-radius:8px;transition:all .2s ease}.profile-dropdown .profile-button:hover{border-color:#ff6a00;box-shadow:0 2px 8px #ff6a002e}.profile-dropdown .profile-button .profile-avatar{width:28px;height:28px;background:linear-gradient(to right,#ff6a00,#ff8e53);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:12px}.profile-dropdown .profile-button .dropdown-arrow{color:#6b7280;transition:transform .2s ease;width:10px;height:10px}.profile-dropdown .profile-button .dropdown-arrow.open{transform:rotate(180deg)}.profile-dropdown .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f;border:1px solid #e5e7eb;min-width:200px;z-index:1001;overflow:hidden;margin-top:4px}.profile-dropdown .dropdown-menu .dropdown-header{padding:12px;display:flex;align-items:center;gap:10px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.profile-dropdown .dropdown-menu .dropdown-header .user-avatar{width:32px;height:32px;background:linear-gradient(to right,#ff6a00,#ff8e53);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.profile-dropdown .dropdown-menu .dropdown-header .user-info .username{margin:0 0 2px;font-weight:600;color:#1f2937;font-size:13px}.profile-dropdown .dropdown-menu .dropdown-header .user-info .user-role{margin:0;font-size:11px;color:#ff6a00;text-transform:uppercase;font-weight:500}.profile-dropdown .dropdown-menu .logout-button{width:100%;padding:10px 12px;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;color:#dc2626;font-size:13px;font-weight:500;transition:background-color .2s ease}.profile-dropdown .dropdown-menu .logout-button:hover{background:#fef2f2}.profile-dropdown .dropdown-menu .logout-button svg{width:14px;height:14px}.sidebar{-webkit-user-select:none;user-select:none;width:200px;background:#fff;color:#374151;border-right:1px solid #e5e7eb;box-shadow:2px 0 12px #0f172a0a;height:100vh;transition:transform .3s ease;position:fixed;top:0;left:0;display:flex;flex-direction:column;z-index:1000;transform:translate(0)}@media(max-width:768px){.sidebar{width:78vw;max-width:320px;min-width:240px}.sidebar.collapsed{transform:translate(-100%)}}.sidebar.collapsed-desktop{width:64px}.sidebar.collapsed-desktop .sidebar-header{justify-content:center}.sidebar.collapsed-desktop .nav-menu li{padding:0}.sidebar.collapsed-desktop .nav-menu li span,.sidebar.collapsed-desktop .nav-menu li .chevron{display:none}.sidebar-toggle{position:fixed;top:10px;left:14px;z-index:1001;background:#ff6a00;border:none;color:#fff;font-size:16px;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;opacity:0;visibility:hidden}@media(max-width:768px){.sidebar-toggle.show{opacity:1;visibility:visible}}@media(min-width:769px){.sidebar-toggle{display:none}}.sidebar-toggle:hover{background:#c2410c}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #f1f5f9}.sidebar-header .toggle-btn{background:none;border:none;color:#6b7280;font-size:14px;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s ease}@media(max-width:768px){.sidebar-header .toggle-btn{display:block}}@media(min-width:769px){.sidebar-header .toggle-btn{display:none}}.sidebar-header .toggle-btn:hover{background:#fff7ed;color:#ff8e53}.sidebar-header .collapse-btn{background:none;border:none;color:#6b7280;font-size:14px;cursor:pointer;padding:6px;border-radius:6px;transition:background .2s ease,color .2s ease}@media(max-width:768px){.sidebar-header .collapse-btn{display:none}}.sidebar-header .collapse-btn:hover{background:#fff7ed;color:#ff8e53}.sidebar-header .brand{font-size:16px;font-weight:700;color:#111827;letter-spacing:.5px}.nav-menu{list-style:none;padding:8px 0;margin:0}@media(max-width:768px){.nav-menu{padding:12px 0}}.nav-menu li{margin:2px 8px;border-radius:6px;transition:all .2s ease}.nav-menu li .submenu li,.nav-menu li .sub-submenu li{margin:1px 0;border-radius:4px}.nav-menu li:not(.menu-item){display:flex;align-items:center;padding:10px 12px;cursor:pointer;gap:10px}@media(max-width:768px){.nav-menu li:not(.menu-item){padding:12px 14px;gap:12px}}.nav-menu li:not(.menu-item):hover{background:#fff7ed}.nav-menu li:not(.menu-item).active{background:#fff2e8}.nav-menu li:not(.menu-item).active .icon,.nav-menu li:not(.menu-item).active span{color:#ff6a00}.nav-menu li:not(.menu-item) .icon{font-size:16px;color:#6b7280;min-width:16px}@media(max-width:768px){.nav-menu li:not(.menu-item) .icon{font-size:18px;min-width:18px}}.nav-menu li:not(.menu-item) span{font-size:13px;font-weight:500;color:#374151}@media(max-width:768px){.nav-menu li:not(.menu-item) span{font-size:14px}}.nav-menu li:not(.menu-item):hover .icon,.nav-menu li:not(.menu-item):hover span{color:#c2410c}.nav-menu li.menu-item .menu-main{display:flex;align-items:center;padding:10px 12px;gap:10px;cursor:pointer;transition:all .2s ease;border-radius:6px}@media(max-width:768px){.nav-menu li.menu-item .menu-main{padding:12px 14px;gap:12px}}.nav-menu li.menu-item .menu-main .chevron{margin-left:auto;font-size:10px;color:#9ca3af;transition:transform .3s ease,color .2s ease;display:flex;align-items:center;justify-content:center}.nav-menu li.menu-item .menu-main .chevron.open{transform:rotate(180deg)}.nav-menu li.menu-item .menu-main .chevron.closed{transform:rotate(0)}.nav-menu li.menu-item .menu-main:hover{background:#fff7ed}.nav-menu li.menu-item .menu-main:hover .icon,.nav-menu li.menu-item .menu-main:hover span,.nav-menu li.menu-item .menu-main:hover .chevron{color:#c2410c}.nav-menu li.menu-item .menu-main .icon{font-size:16px;color:#6b7280}@media(max-width:768px){.nav-menu li.menu-item .menu-main .icon{font-size:18px}}.nav-menu li.menu-item .menu-main span{font-size:13px;font-weight:500;color:#374151}@media(max-width:768px){.nav-menu li.menu-item .menu-main span{font-size:14px}}.nav-menu li.menu-item.has-active-child .menu-main .icon,.nav-menu li.menu-item.has-active-child .menu-main span,.nav-menu li.menu-item.has-active-child .menu-main .chevron{color:#c2410c}.nav-menu li.menu-item .submenu{list-style:none;padding:4px 0;margin:4px 0 0;background:#fff;border:1px solid #f1f5f9;border-radius:4px;animation:slideDown .3s ease-out;overflow:hidden}@media(max-width:768px){.nav-menu li.menu-item .submenu{margin-left:4px;margin-right:4px}}.nav-menu li.menu-item .submenu li{margin:1px 4px;padding:8px 12px 8px 16px;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.nav-menu li.menu-item .submenu li:hover{background:#fff7ed}.nav-menu li.menu-item .submenu li:hover span,.nav-menu li.menu-item .submenu li:hover svg{color:#c2410c}.nav-menu li.menu-item .submenu li.active{background:#fff2e8}.nav-menu li.menu-item .submenu li.active span,.nav-menu li.menu-item .submenu li.active svg{color:#ff6a00}.nav-menu li.menu-item .submenu li span{font-size:12px;font-weight:500;color:#4b5563}@media(max-width:768px){.nav-menu li.menu-item .submenu li span{font-size:13px}}.nav-menu li.menu-item .submenu li svg{color:#9ca3af;font-size:12px}.nav-menu li.menu-item .submenu .submenu-dropdown{padding:0;display:block;margin:0;border-radius:4px;cursor:default;background:none!important}.nav-menu li.menu-item .submenu .submenu-dropdown.has-active-child .submenu-dropdown-header span,.nav-menu li.menu-item .submenu .submenu-dropdown.has-active-child .submenu-dropdown-header svg{color:#ff6a00}.nav-menu li.menu-item .submenu .submenu-dropdown .submenu-dropdown-header{display:flex;align-items:center;gap:8px;padding:8px 12px 8px 16px;cursor:pointer;border-radius:4px;transition:all .2s ease}.nav-menu li.menu-item .submenu .submenu-dropdown .submenu-dropdown-header:hover{background:#fff7ed}.nav-menu li.menu-item .submenu .submenu-dropdown .submenu-dropdown-header:hover span,.nav-menu li.menu-item .submenu .submenu-dropdown .submenu-dropdown-header:hover svg{color:#c2410c}.nav-menu li.menu-item .submenu .submenu-dropdown .submenu-dropdown-header span{font-size:12px;font-weight:500;color:#4b5563;flex:1}.nav-menu li.menu-item .submenu .submenu-dropdown .submenu-dropdown-header svg{color:#9ca3af;font-size:12px}.nav-menu li.menu-item .submenu .submenu-dropdown .submenu-dropdown-header .chevron{margin-left:auto;font-size:9px;color:#9ca3af;transition:transform .3s ease}.nav-menu li.menu-item .submenu .submenu-dropdown .submenu-dropdown-header .chevron.open{transform:rotate(180deg)}.nav-menu li.menu-item .submenu .submenu-dropdown .submenu-dropdown-header .chevron.closed{transform:rotate(0)}.nav-menu li.menu-item .submenu .submenu-dropdown .sub-submenu{list-style:none;padding:2px 0;margin:0;animation:slideDown .2s ease-out}.nav-menu li.menu-item .submenu .submenu-dropdown .sub-submenu li{margin:1px 0;padding:7px 12px 7px 28px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.nav-menu li.menu-item .submenu .submenu-dropdown .sub-submenu li:hover{background:#fff7ed}.nav-menu li.menu-item .submenu .submenu-dropdown .sub-submenu li:hover span,.nav-menu li.menu-item .submenu .submenu-dropdown .sub-submenu li:hover svg{color:#c2410c}.nav-menu li.menu-item .submenu .submenu-dropdown .sub-submenu li.active{background:#fff2e8}.nav-menu li.menu-item .submenu .submenu-dropdown .sub-submenu li.active span,.nav-menu li.menu-item .submenu .submenu-dropdown .sub-submenu li.active svg{color:#ff6a00}.nav-menu li.menu-item .submenu .submenu-dropdown .sub-submenu li span{font-size:12px;font-weight:500;color:#4b5563}.nav-menu li.menu-item .submenu .submenu-dropdown .sub-submenu li svg{color:#9ca3af;font-size:11px}.main-content{margin-left:200px;margin-top:50px;transition:margin-left .3s ease;min-height:calc(100vh - 50px);padding:12px;background:#fff;overflow-x:hidden}@media(max-width:768px){.main-content{margin-left:0;margin-top:54px;min-height:calc(100vh - 45px);padding:10px}}.main-content.sidebar-collapsed{margin-left:0}.sidebar-overlay{position:fixed!important;inset:0!important;background:#0000004d!important;z-index:998!important}.navbar-container-mob .top-navbar{left:0;height:54px}.navbar-container-desk .top-navbar{left:200px;height:50px}.debtors-container{width:100%;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000012;padding:16px;box-sizing:border-box;font-family:Segoe UI,Calibri,sans-serif}.debtors-container h1,.debtors-container h2{text-align:center;font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:0}.debtors-container .title-underline{width:60px;height:3px;background:#ff6a00;margin:0 auto;border-radius:2px}.debtors-table-wrap{width:100%;overflow-x:auto;border-radius:8px;box-shadow:0 2px 8px #00000014}.debtors-table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}.debtors-table thead tr{background:linear-gradient(to right,#ff6a00,#ff8e53)}.debtors-table thead th{padding:13px 14px;color:#fff;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border:1px solid #FF8E53;text-align:left;vertical-align:middle}.debtors-table thead th.th-number{text-align:right}.debtors-table thead th.th-center{text-align:center}.debtors-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .15s ease}.debtors-table tbody tr:hover{background:#fff7ed}.debtors-table tbody tr:last-child{border-bottom:none}.debtors-table tbody td{padding:11px 14px;color:#1f2937;font-size:.9rem;border-right:1px solid #f5f5f5;vertical-align:middle;text-align:left}.debtors-table tbody td:last-child{border-right:none}.debtors-table .td-code{color:#ff6a00;font-weight:600}.debtors-table .td-number{text-align:right;font-family:Segoe UI,Arial,sans-serif;font-size:.9rem;font-weight:400}.debtors-table .td-debit{text-align:right;font-family:Segoe UI,Arial,sans-serif;color:#ff6a00;font-weight:400}.debtors-table .td-credit{text-align:right;font-family:Segoe UI,Arial,sans-serif;color:#1f2937;font-weight:400}.debtors-table .td-balance-pos{text-align:right;font-family:Segoe UI,Arial,sans-serif;font-weight:600;color:#ff6a00}.debtors-table .td-balance-neg{text-align:right;font-family:Segoe UI,Arial,sans-serif;font-weight:600;color:#dc2626}.debtors-table .td-center{text-align:center}.debtors-table .eye-btn{background:none;border:none;cursor:pointer;color:#ff6a00;font-size:1.1rem;padding:4px 8px;border-radius:4px}.debtors-table .eye-btn:hover{background:#fff2e8}.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-left:4px solid #dc2626}.no-data{color:#6b7280;font-style:italic;font-size:.95rem}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-box{background:#fff;border-radius:10px;width:100%;max-width:900px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#ff6a00;color:#fff}.modal-header h3{margin:0;font-size:1.1rem;font-weight:700}.modal-header button{background:#fff3;border:none;color:#fff;width:30px;height:30px;border-radius:6px;cursor:pointer;font-size:16px}.modal-header button:hover{background:#ffffff59}.modal-body{overflow-y:auto;padding:16px}.modal-body table{width:100%;border-collapse:collapse;font-size:13px}.modal-body thead th{padding:10px 12px;background:#ff6a00;color:#fff;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.4px;border:1px solid #FF8E53;text-align:left}.modal-body tbody td{padding:9px 12px;border-bottom:1px solid #f0f0f0;vertical-align:middle;text-align:left}.modal-body tbody tr:hover{background:#fff7ed}.modal-body .currency{text-align:right;font-family:Segoe UI,Arial,sans-serif;font-weight:400}.header-section{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #fff2e8}.back-button{padding:8px 16px;background:#fff;border:1.5px solid #FF6A00;border-radius:6px;color:#ff6a00;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit}.back-button:hover{background:#ff6a00;color:#fff}.header-info{flex:1}.header-info h2{margin:0 0 4px;color:#1f2937;font-size:1.4rem;font-weight:700}.header-info p{margin:0;color:#6b7280;font-size:14px}.summary-cards{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.summary-card{flex:1;min-width:180px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px 20px;display:flex;gap:14px;align-items:center;box-shadow:0 1px 4px #0000000d}.summary-card .card-icon{width:40px;height:40px;background:#fff2e8;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ff6a00;font-size:1.2rem;font-weight:700}.summary-card .card-content h3{margin:0 0 4px;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;font-weight:600}.summary-card .card-content .card-amount{margin:0;font-size:1.1rem;font-weight:700;color:#1f2937;font-family:Segoe UI,Arial,sans-serif}.summary-card .balance-type{font-size:.8rem;color:#6b7280;font-weight:500}.search-filter-container{margin-bottom:20px}.search-row{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap;margin-bottom:12px}.search-group{display:flex;flex-direction:column;gap:4px}.search-group label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.4px}.search-group input,.search-group select{padding:8px 12px;border:1.5px solid #e5e7eb;border-radius:6px;font-size:14px;color:#1f2937;background:#fff;font-family:inherit}.search-group input:focus,.search-group select:focus{outline:none;border-color:#ff6a00}.search-buttons{display:flex;align-items:flex-end}.clear-btn{padding:8px 16px;background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;color:#6b7280}.clear-btn:hover{border-color:#ff6a00;color:#ff6a00}.search-results-info{font-size:12px;color:#6b7280;padding:6px 0}.search-results-info .clear-search{margin-left:12px;color:#ff6a00;cursor:pointer;text-decoration:underline;font-weight:600}.filter-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:14px 18px;display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap;margin-bottom:20px}.filter-section label{display:block;font-size:11px;font-weight:600;color:#6b7280;margin-bottom:4px;text-transform:uppercase;letter-spacing:.4px}.filter-section input[type=date],.filter-section input[type=text],.filter-section input[type=search],.filter-section select{padding:8px 12px;border:1.5px solid #e5e7eb;border-radius:6px;font-size:14px;color:#1f2937;background:#fff;font-family:inherit}.filter-section input[type=date]:focus,.filter-section input[type=text]:focus,.filter-section input[type=search]:focus,.filter-section select:focus{outline:none;border-color:#ff6a00}.filter-section .apply-button,.filter-section .reset-button{padding:9px 18px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.filter-section .apply-button{background:#ff6a00;color:#fff}.filter-section .apply-button:hover{background:#ff8e53}.filter-section .reset-button{background:#fff;color:#6b7280;border:1.5px solid #e5e7eb}.filter-section .reset-button:hover{border-color:#ff6a00;color:#ff6a00}.ledger-page-wrapper{width:100%;box-sizing:border-box;font-family:Segoe UI,Calibri,sans-serif;padding:calc(var(--navbar-height) + 16px) 12px 14px 12px}.ledger-page-title-block{text-align:center;margin-bottom:0}.ledger-page-title-block h1{font-size:1.8rem;font-weight:700;color:#1f2937;margin:0}.ledger-page-title-block .title-underline{width:60px;height:3px;background:#ff6a00;margin:0 auto;border-radius:2px}.ledger-search-bar{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:14px 18px;margin-bottom:20px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.ledger-search-bar label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.4px}.ledger-search-bar input[type=text],.ledger-search-bar input[type=search]{flex:1;min-width:200px;padding:8px 12px;border:1.5px solid #e5e7eb;border-radius:6px;font-size:14px;color:#1f2937;background:#fff;font-family:inherit}.ledger-search-bar input[type=text]:focus,.ledger-search-bar input[type=search]:focus{outline:none;border-color:#ff6a00}.ledger-table-wrap{width:100%;overflow-x:auto;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:4px}.ledger-table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}.ledger-table thead tr{background:linear-gradient(to right,#ff6a00,#ff8e53)}.ledger-table thead th{padding:13px 14px;color:#fff;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border:1px solid #FF8E53;text-align:left;vertical-align:middle}.ledger-table thead th.num{text-align:right}.ledger-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .15s ease}.ledger-table tbody tr:hover{background:#fff7ed}.ledger-table tbody tr:last-child{border-bottom:none}.ledger-table tbody td{padding:11px 14px;color:#1f2937;font-size:.9rem;border-right:1px solid #f5f5f5;vertical-align:middle;text-align:left}.ledger-table tbody td:last-child{border-right:none}.ledger-table .td-code{color:#ff6a00;font-weight:600;cursor:pointer}.ledger-table .td-code:hover{text-decoration:underline}.ledger-table .td-num{text-align:right;font-family:Segoe UI,Arial,sans-serif;font-size:.9rem;font-weight:400}.ledger-table .td-balance-pos{text-align:right;font-family:Segoe UI,Arial,sans-serif;font-weight:600;color:#ff6a00;font-size:.9rem}.ledger-table .td-balance-neg{text-align:right;font-family:Segoe UI,Arial,sans-serif;font-weight:600;color:#dc2626;font-size:.9rem}.loading,.error,.no-data{text-align:center;padding:48px;font-size:1rem;border-radius:8px}.loading{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb}.error{color:#dc2626;background:#fef2f2;border-left:4px solid #dc2626}.no-data{color:#6b7280;font-style:italic}.dbt-page{width:100%;min-height:100vh;background:#f5f6fa;box-sizing:border-box;font-family:Segoe UI,Calibri,sans-serif}.dbt-card{width:100%;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000012;overflow:visible}.dbt-card-inner{padding:0}.dbt-card-header{background:#ff6a00;padding:20px 28px;color:#fff}.dbt-card-header .dbt-header-content{display:flex;align-items:center;justify-content:space-between;gap:16px}.dbt-card-header .dbt-header-left h1.dbt-title{margin:0 0 4px;font-size:1.4rem;font-weight:700;color:#fff}.dbt-card-header p.dbt-subtitle{margin:0;font-size:13px;color:#ffffffd1}.dbt-card-header .dbt-refresh-btn{padding:8px 16px;background:#fff3;border:1.5px solid rgba(255,255,255,.5);border-radius:6px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.dbt-card-header .dbt-refresh-btn:hover:not(:disabled){background:#ffffff59}.dbt-card-header .dbt-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.dbt-error{margin:16px 28px;padding:12px 16px;background:#fef2f2;border-left:4px solid #dc2626;color:#dc2626;border-radius:6px;font-size:14px}.dbt-loading{margin:16px 28px;padding:24px;text-align:center;color:#6b7280;background:#f9fafb;border-radius:8px}.dbt-dropdown-section{padding:24px 28px}.dbt-dropdown-label{display:block;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.dbt-dropdown-container{position:relative;width:100%;max-width:600px}.dbt-dropdown-button{width:100%;padding:12px 16px;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:14px;color:#1f2937;font-family:inherit;transition:all .2s;text-align:left}.dbt-dropdown-button:hover{border-color:#ff6a00}.dbt-dropdown-button .dbt-dropdown-text{flex:1}.dbt-dropdown-button .dbt-dropdown-separator{margin:0 8px;color:#9ca3af}.dbt-dropdown-button .dbt-dropdown-place{color:#6b7280;font-size:12px}.dbt-dropdown-button .dbt-dropdown-arrow{color:#6b7280;font-size:12px;transition:transform .2s}.dbt-dropdown-button .dbt-dropdown-arrow.open{transform:rotate(180deg)}.dbt-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:100;overflow:hidden}.dbt-dropdown-search{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid #f0f0f0;background:#f9fafb}.dbt-dropdown-search .dbt-search-icon{color:#6b7280}.dbt-dropdown-search .dbt-dropdown-search-input{flex:1;border:none;background:transparent;font-size:14px;color:#1f2937;outline:none;font-family:inherit}.dbt-dropdown-search .dbt-search-clear{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:16px;padding:2px 6px}.dbt-dropdown-search .dbt-search-clear:hover{color:#dc2626}.dbt-dropdown-list{max-height:320px;overflow-y:auto}.dbt-dropdown-list::-webkit-scrollbar{width:8px}.dbt-dropdown-list::-webkit-scrollbar-track{background:transparent}.dbt-dropdown-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.dbt-dropdown-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dbt-dropdown-item{border-bottom:1px solid #f5f5f5;cursor:pointer;transition:background .12s}.dbt-dropdown-item:hover{background:#fff7ed}.dbt-dropdown-item:last-child{border-bottom:none}.dbt-dropdown-item .dbt-dropdown-item-main{display:flex;align-items:center;gap:12px;padding:10px 14px}.dbt-dropdown-item .dbt-dropdown-item-info{flex:1}.dbt-dropdown-item .dbt-dropdown-item-name{font-size:14px;font-weight:600;color:#1f2937}.dbt-dropdown-item .dbt-dropdown-item-place{font-size:12px;color:#6b7280;margin-top:2px}.dbt-dropdown-item .dbt-dropdown-item-balance{font-size:13px;min-width:110px;text-align:right}.dbt-dropdown-item .dbt-show-btn{padding:6px 14px;background:#ff6a00;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit}.dbt-dropdown-item .dbt-show-btn:hover{background:#ff8e53}.dbt-selected-account{margin-top:16px}.dbt-selected-account-inner{background:#f9fafb;border:1px solid #e5e7eb;border-left:4px solid #FF6A00;border-radius:8px;padding:16px 20px}.dbt-selected-account-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dbt-selected-account-title{margin:0;font-size:14px;font-weight:700;color:#ff6a00;text-transform:uppercase;letter-spacing:.4px}.dbt-clear-selection{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:18px}.dbt-clear-selection:hover{color:#dc2626}.dbt-selected-account-details{display:flex;flex-wrap:wrap;gap:12px 24px}.dbt-selected-account-details p{margin:0;font-size:14px}.dbt-selected-account-details p .label{color:#6b7280;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.3px;margin-right:6px}.dbt-selected-account-details p .value{color:#1f2937}.dbt-selected-account-details p .code{color:#ff6a00;font-weight:700}.dbt-hint{margin:12px 0 8px;font-size:12px;color:#6b7280}.dbt-view-ledger-btn{padding:10px 24px;background:#ff6a00;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}.dbt-view-ledger-btn:hover{background:#ff8e53}.dbt-total-stats{margin-top:16px;font-size:13px;color:#6b7280}.dbt-total-stats .highlight{color:#ff6a00;font-weight:700}.dbt-balance-loading{font-size:12px;color:#9ca3af;font-style:italic}.dbt-balance-placeholder{font-size:12px;color:#c4c4c4}.dbt-balance-amount{font-family:Segoe UI,Arial,sans-serif;font-size:13px;font-weight:600}.dbt-balance-positive{color:#ff6a00}.dbt-balance-negative{color:#dc2626}.dbt-balance-type{font-size:11px;font-weight:500}.all-body.bank-book-body{padding:var(--navbar-height) 16px 16px 16px;background:#f5f6fa;min-height:calc(100vh - var(--navbar-height));box-sizing:border-box}.cash-book-container{width:100%;background:#fff;border-radius:8px;padding:14px 14px 16px;box-sizing:border-box;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;display:flex;flex-direction:column;gap:10px}.cash-book-container .table-container .cash-book-table thead th{padding:13px 14px;color:#fff;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border:1px solid #FF8E53;text-align:center;vertical-align:middle}.cash-book-container .table-container .cash-book-table tbody td{padding:11px 14px;color:#1f2937;font-size:.9rem;border-right:1px solid #f5f5f5;vertical-align:middle}.cash-book-container .table-container .cash-book-table tbody .eye-icon-cell{text-align:center}.cash-book-container .table-container .cash-book-table tbody .eye-icon-btn{background:none;border:none;cursor:pointer;color:#ff6a00;font-size:1.1rem;padding:4px 8px;border-radius:4px;transition:background .15s ease}.all-body.cash-book-body{padding:var(--navbar-height) 12px 12px 12px;background:#f5f6fa;min-height:calc(100vh - var(--navbar-height));box-sizing:border-box}.cash-book-container{width:100%;background:#fff;border-radius:8px;padding:12px 12px 14px;box-sizing:border-box;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;display:flex;flex-direction:column;gap:8px}.cash-book-container .cash-book-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.cash-book-container .cash-book-header .title-block{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.cash-book-container .cash-book-header .header-spacer{width:110px;height:1px}.cash-book-container h1{text-align:center;font-size:1.8rem;font-weight:700;color:#1f2937;margin:0;letter-spacing:.3px}.cash-book-container .title-underline{width:60px;height:3px;background:#ff6a00;margin:4px auto 2px;border-radius:2px}.cash-book-container .loading,.cash-book-container .error,.cash-book-container .no-data{text-align:center;padding:48px;font-size:1rem;border-radius:8px}.cash-book-container .loading{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb}.cash-book-container .error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-left:4px solid #dc2626}.cash-book-container .no-data{color:#6b7280;font-style:italic;background:#f9fafb;border:1px dashed #d1d5db}.cash-book-container .table-container{width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}.cash-book-container .table-container .table-wrapper{overflow-x:auto;width:100%}.cash-book-container .table-container .cash-book-table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}.cash-book-container .table-container .cash-book-table thead{background:linear-gradient(to right,#ff6a00,#ff8e53);position:sticky;top:0;z-index:10}.cash-book-container .table-container .cash-book-table thead th{padding:11px 12px;color:#fff;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border:1px solid #FF8E53;text-align:center;vertical-align:middle}.cash-book-container .table-container .cash-book-table thead th:nth-child(3){display:none}.cash-book-container .table-container .cash-book-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .15s ease}.cash-book-container .table-container .cash-book-table tbody tr:hover{background:#fff7ed}.cash-book-container .table-container .cash-book-table tbody tr:last-child{border-bottom:none}.cash-book-container .table-container .cash-book-table tbody td{padding:9px 12px;color:#1f2937;font-size:.9rem;border-right:1px solid #f5f5f5;vertical-align:middle}.cash-book-container .table-container .cash-book-table tbody td:last-child{border-right:none}.cash-book-container .table-container .cash-book-table tbody .eye-icon-cell{display:none;text-align:center}.cash-book-container .table-container .cash-book-table tbody .eye-icon-btn{display:none;background:none;border:none;cursor:pointer;color:#ff6a00;font-size:1.1rem;padding:4px 8px;border-radius:4px;transition:background .15s ease}.cash-book-container .table-container .cash-book-table tbody .eye-icon-btn:hover{background:#fff2e8}.cash-book-container .table-container .cash-book-table tbody .amount-cell{text-align:right;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:.9rem;font-weight:400}.cash-book-container .table-container .cash-book-table tbody .debit-amount{color:#ff6a00}.cash-book-container .table-container .cash-book-table tbody .credit-amount{color:#1f2937}.cash-book-container .table-container .cash-book-table tbody .balance-amount{font-weight:600;text-align:right;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:.9rem}.cash-book-container .table-container .cash-book-table tbody .balance-amount.positive{color:#ff6a00}.cash-book-container .table-container .cash-book-table tbody .balance-amount.negative{color:#dc2626}.all-body.cl-body{padding:calc(var(--navbar-height) + 20px) 20px;background:#f5f6fa;min-height:100vh;box-sizing:border-box;font-family:Segoe UI,Calibri,sans-serif}.cl-wrapper{width:100%;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000012;padding:16px 20px;box-sizing:border-box}.cl-top-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.cl-header-left{display:flex;flex-direction:column;gap:4px}.cl-back-btn{padding:6px 14px;background:#fff;border:1.5px solid #FF6A00;border-radius:6px;color:#ff6a00;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;width:fit-content}.cl-back-btn:hover{background:#ff6a00;color:#fff}.cl-subtext{font-size:12px;color:#6b7280;font-style:italic;margin-left:2px}.cl-header-center{text-align:center}.cl-header-center h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.cl-header-right{display:flex;align-items:center;justify-content:flex-end}.cl-avatar{width:36px;height:36px;background:#ff8e53;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;box-shadow:0 2px 4px #0000001a}.cl-filter-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.cl-filter-group{display:flex;align-items:center;gap:12px}.cl-input-wrap{display:flex;align-items:center;gap:8px}.cl-input-wrap label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase}.cl-input-wrap input{padding:6px 10px;border:1px solid #cbd5e1;border-radius:4px;font-size:13px;color:#334155;background:#fff}.cl-input-wrap input:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 2px #2a9d8f1a}.cl-btn-apply{padding:6px 16px;background:#ff8e53;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.cl-btn-apply:hover{background:#9a3412}.cl-btn-reset{padding:6px 16px;background:#fff;color:#64748b;border:1px solid #cbd5e1;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.cl-btn-reset:hover{background:#f1f5f9;color:#334155;border-color:#94a3b8}.cl-summary-group{display:flex;align-items:center;font-size:14px;color:#334155}.cl-label{font-weight:500;color:#64748b;margin-right:6px}.cl-value{font-weight:700;color:#0f172a;font-family:Segoe UI,Arial,sans-serif}.cl-value-bold{font-weight:800;color:#0f172a;font-family:Segoe UI,Arial,sans-serif;font-size:15px}.cl-error,.cl-loading,.no-data{text-align:center;padding:40px;color:#64748b;font-style:italic;background:#f9fafb;border-radius:6px;margin:20px 0}.cl-error{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2}.cl-table thead th{background:linear-gradient(to right,#ff6a00,#ff8e53)!important;font-size:11px!important;padding:10px 12px!important;border-color:#ff8e53!important}.cl-table tbody td{padding:8px 12px!important;font-size:13px!important}.all-body.bl-body{padding:calc(var(--navbar-height) + 20px) 20px;background:#f5f6fa;min-height:100vh;box-sizing:border-box;font-family:Segoe UI,Calibri,sans-serif}.bl-wrapper{width:100%;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000012;padding:16px 20px;box-sizing:border-box}.bl-top-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.bl-header-left{display:flex;flex-direction:column;gap:4px}.bl-back-btn{padding:6px 14px;background:#fff;border:1.5px solid #FF6A00;border-radius:6px;color:#ff6a00;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;width:fit-content}.bl-back-btn:hover{background:#ff6a00;color:#fff}.bl-subtext{font-size:12px;color:#6b7280;font-style:italic;margin-left:2px}.bl-header-center{text-align:center}.bl-header-center h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.bl-header-right{display:flex;align-items:center;justify-content:flex-end}.bl-avatar{width:36px;height:36px;background:#ff8e53;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;box-shadow:0 2px 4px #0000001a}.bl-filter-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.bl-filter-group{display:flex;align-items:center;gap:12px}.bl-input-wrap{display:flex;align-items:center;gap:8px}.bl-input-wrap label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase}.bl-input-wrap input{padding:6px 10px;border:1px solid #cbd5e1;border-radius:4px;font-size:13px;color:#334155;background:#fff}.bl-input-wrap input:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 2px #2a9d8f1a}.bl-btn-apply{padding:6px 16px;background:#ff8e53;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.bl-btn-apply:hover{background:#9a3412}.bl-btn-reset{padding:6px 16px;background:#fff;color:#64748b;border:1px solid #cbd5e1;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.bl-btn-reset:hover{background:#f1f5f9;color:#334155;border-color:#94a3b8}.bl-summary-group{display:flex;align-items:center;font-size:14px;color:#334155}.bl-label{font-weight:500;color:#64748b;margin-right:6px}.bl-value{font-weight:700;color:#0f172a;font-family:Segoe UI,Arial,sans-serif}.bl-value-bold{font-weight:800;color:#0f172a;font-family:Segoe UI,Arial,sans-serif;font-size:15px}.ml-4{margin-left:24px}.bl-error,.bl-loading,.no-data{text-align:center;padding:40px;color:#64748b;font-style:italic;background:#f9fafb;border-radius:6px;margin:20px 0}.bl-error{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2}.bl-table thead th{background:linear-gradient(to right,#ff6a00,#ff8e53)!important;font-size:11px!important;padding:10px 12px!important;border-color:#ff8e53!important}.bl-table tbody td{padding:8px 12px!important;font-size:13px!important}.container{margin:80px 0 0;padding:20px;background:#fff;border-top:1px solid #dfdfdf;font-family:sans-serif}.container .customer_section h2{font-size:1.2rem;font-weight:600;color:#333;margin:0;letter-spacing:.5px}.container .customer_section .drop_button{margin-top:12px;margin-bottom:6px;position:relative;-webkit-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;font-family:sans-serif;background-color:#e5e7eb;border-radius:10px;color:#0f0f0f;padding:14px 10px;cursor:pointer;transition:background-color .2s ease}.container .customer_section .drop_button:hover{background-color:#d1d5db}.container .customer_section .dropdownOpen{position:relative;z-index:1000;animation:fadeIn .2s ease-in-out}.container .customer_section .input_section{position:relative;display:flex;align-items:center}.container .customer_section .input_section .search_icon{opacity:.6;position:absolute;right:10px;top:50%;transform:translateY(-50%);padding:4px}.container .customer_section .input_section .loading-spinner{position:absolute;right:40px;top:50%;transform:translateY(-50%);color:#666;font-size:12px}.container .customer_section .customer-list{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000012;margin-top:8px;max-height:400px;overflow:auto;z-index:10}.container .customer_section .customer-list.virtualized{position:relative}.container .customer_section .customer-list.virtualized .customer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #eee;cursor:pointer;height:50px;box-sizing:border-box;transition:background-color .15s ease}.container .customer_section .customer-list.virtualized .customer:hover{background-color:#f5f5f5}.container .customer_section .customer-list.virtualized .customer:last-child{border-bottom:none}.container .customer_section .customer{padding:10px 16px;cursor:pointer;font-size:1rem;color:#222;transition:background .18s;display:flex;justify-content:space-between}.container .customer_section .customer .list_icons{font-size:.8rem}.container .customer_section .customer:hover{background:#f1f3f6}.container .customer_section .no-customers{padding:12px 16px;color:#888;font-size:.98rem;text-align:center}.container .customer_section input[type=text]{border:none;border-bottom:1px solid #e0e0e0;padding:10px 40px 10px 16px;width:100%;font-size:1rem;outline:none;margin-bottom:4px;background:#fafbfc;border-radius:8px 8px 0 0;transition:border .2s}.container .customer_section input[type=text]:focus{border-bottom:1.5px solid #FF6A00;background:#fff}.container .section_punchin{display:flex;flex-direction:column}.container .section_punchin .location_available{font-size:.7rem;font-weight:300;color:#0bb838}.container .section_punchin .photo_section .photo_label{display:none}.container .section_punchin .photo_section .take_button{margin:24px 0;padding:6px;gap:6px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1.2rem;-webkit-user-select:none;user-select:none;border:1px solid gray;transition:background-color .2s ease;cursor:pointer}.container .section_punchin .photo_section .take_button .icon{font-size:24px}.container .section_punchin .photo_section .take_button:hover{background:#f3f3f3}.container .section_punchin .photo_section .take_button:focus{outline:none;box-shadow:0 0 0 2px #ff6a00,0 0 0 4px #fff}.container .section_punchin .preview_section .photo_container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:18px}.container .section_punchin .preview_section .photo_container img{width:100%;height:auto;object-fit:contain;border-radius:8px;border:4px solid #e0e0e0;box-shadow:0 2px 8px #00000014;background:#f5f5f5;display:block}.container .section_punchin .preview_section .photo_actions{display:flex;flex-direction:row;justify-content:space-between;margin:16px 0;gap:12px}.container .section_punchin .preview_section .photo_actions button{font-family:sans-serif;border:none;padding:12px 20px;font-size:1.1rem;font-weight:600;border-radius:6px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.container .section_punchin .preview_section .photo_actions button .icon{font-size:1.2rem}.container .section_punchin .preview_section .photo_actions .discard{color:red;background-color:#fce9e9}.container .section_punchin .preview_section .photo_actions .discard:hover{background-color:#fad2d2}.container .section_punchin .preview_section .capture_location{display:flex;justify-content:center;align-items:center}.container .section_punchin .preview_section .capture_location .location_container{width:100%;max-width:600px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.container .section_punchin .preview_section .capture_location .location_container .location_header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0}.container .section_punchin .preview_section .capture_location .location_container .location_header .your_location{display:flex;align-items:center;font-weight:600;color:#333;font-size:1rem}.container .section_punchin .preview_section .capture_location .location_container .location_header .your_location .icon{font-size:1.3rem;margin-right:.4rem;color:#ff6a00}.container .section_punchin .preview_section .capture_location .location_container .location_header .fetch_btn{font-size:1.6rem;color:#ff6a00;cursor:pointer;transition:color .2s ease}.container .section_punchin .preview_section .capture_location .location_container .location_header .fetch_btn:hover{color:#0056b3}.container .section_punchin .preview_section .capture_location .location_container .location_map{border-radius:12px;width:100%;height:200px;overflow:hidden}.container .section_punchin .preview_section .capture_location .location_container .location_map .leaflet-container{width:100%;height:100%}.container .section_punchin .preview_section .capture_location .location_container .km_container{border:1px solid #aeaeb8;background-color:#d8dfe9;display:flex;align-items:center;justify-content:space-between;border-radius:5px;margin-top:20px;font-size:1rem;color:#ff6a00;font-weight:600;padding:4px 10px}.container .section_punchin .preview_section .capture_location .location_container .km_container .mdOutline{display:flex;align-items:center;gap:8px}.container .section_punchin .preview_section .capture_location .location_container .km_container .icon{font-size:2rem}.container .section_punchin .preview_section .punchin_button{margin-top:10px;color:#fff;font-weight:700;border:none;box-shadow:0 2px 8px #00000014;cursor:pointer;z-index:10;width:100%;display:flex;align-items:center;justify-content:center;gap:6px;background-color:#ff8e53;transition:background-color .2s ease-in-out;padding:.75rem 1rem;font-size:1rem;border-radius:.375rem}.container .section_punchin .preview_section .punchin_button:hover{background-color:#0b6bcb}.container .section_punchin .preview_section .punchin_button:disabled{background-color:#9ca3af;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-cell-container{position:relative;display:inline-block}.status-cell-container .status-updating-indicator{position:absolute;top:-20px;right:0;font-size:.75rem;color:#666;background:#f0f0f0;padding:2px 6px;border-radius:4px;white-space:nowrap}@media(min-width:600px){.container{margin:32px auto;padding:28px 20px;max-width:500px;border:none}.container .customer_section{margin-bottom:20px;padding:18px 0}.container .customer_section h2{font-size:1.35rem}.container .customer_section .customer-list{width:100%}}@media(min-width:900px){.container{margin:40px auto;padding:32px 24px;max-width:600px}.container .customer_section{margin-bottom:24px;padding:20px 0}.container .customer_section h2{font-size:1.5rem}.container .customer_section .customer-list.virtualized{max-height:400px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.add-location-container{margin:40px auto;padding:24px;border-radius:8px;background:#fff;box-shadow:0 4px 16px #0003}.add-location-container .set-loc-text{padding-bottom:12px}.add-location-container .set-loc-text .set-cus-name{color:#ff6a00}.add-location-container .add-location{border-left:4px solid #dc2929;background-color:#fde8e8;padding:12px 4px;border-radius:8px;box-shadow:0 1px 3px #00000014}.add-location-container .add-location .location-warning{display:flex;align-items:flex-start;gap:8px}.add-location-container .add-location .location-warning .icon{flex-shrink:0;height:40px;width:40px;color:#dc2929}.add-location-container .add-location .location-warning .message{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.4;color:#4a1d1d}.add-location-container .add-location .location-warning .message .title{margin:0 0 4px;font-size:1rem;font-weight:600;color:#b91c1c}.add-location-container .add-location .location-warning .message .description{margin:0;font-size:.875rem;color:#6b1818}.add-location-container .location-available-{border-left:4px solid #1e9e42;background-color:#e8fdea;padding:12px 4px;border-radius:8px;box-shadow:0 1px 3px #00000014;margin-top:1rem}.add-location-container .location-available- .location-success{display:flex;align-items:flex-start;gap:8px}.add-location-container .location-available- .location-success .icon{flex-shrink:0;height:40px;width:40px;color:#1e9e42}.add-location-container .location-available- .location-success .message{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.4;color:#1d4a29}.add-location-container .location-available- .location-success .message .title{margin:0 0 4px;font-size:1rem;font-weight:600;color:#ff6a00}.add-location-container .location-available- .location-success .message .description{margin:0;font-size:.875rem;color:#145c1e}.add-location-container .fetch-current{margin-top:20px;border-radius:8px;border:1px solid rgb(231,219,219);padding:16px;display:flex;flex-direction:column;box-shadow:0 6px 9px #0000004d;gap:8px}.add-location-container .fetch-current .geo-loc-label{display:flex;align-items:center;gap:4px;font-weight:600}.add-location-container .fetch-current .geo-loc-label .icon-geo{color:#ff6a00;flex-shrink:0;height:24px;width:24px}.add-location-container .fetch-current .map{min-height:200px;background-color:#cfcaca;border-radius:8px}.add-location-container .fetch-current .fetch-current-btn{font-weight:600;display:flex;justify-content:center;align-items:center;gap:4px;background:#ff6a00;color:#fff;padding:8px;border-radius:8px;border:none}.add-location-container .fetch-current .fetch-current-btn .icon{flex-shrink:0;height:24px;width:24px}.add-location-container .fetch-current .coordinates{display:flex;gap:1rem;flex-wrap:wrap;padding:1rem;background:#f8f9fa;border-radius:8px;box-shadow:0 2px 6px #00000014}.add-location-container .fetch-current .coordinates .coordinate{display:flex;flex-direction:column;flex:1;min-width:150px}.add-location-container .fetch-current .coordinates .coordinate label{font-weight:600;margin-bottom:.25rem;color:#333}.add-location-container .fetch-current .coordinates .coordinate input{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem;transition:border-color .2s ease}.add-location-container .fetch-current .coordinates .coordinate input:focus{border-color:#ff6a00;outline:none}.add-location-container .fetch-current .form-actions{display:flex;justify-content:flex-end;gap:.75rem}.add-location-container .fetch-current .form-actions .btn{padding:.6rem 1.2rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:background-color .2s ease,transform .1s ease}.add-location-container .fetch-current .form-actions .btn:active{transform:scale(.97)}.add-location-container .fetch-current .form-actions .btn.cancel{background-color:#e0e0e0;color:#333}.add-location-container .fetch-current .form-actions .btn.cancel:hover{background-color:#d5d5d5}.add-location-container .fetch-current .form-actions .btn.save{background-color:#ff6a00;color:#fff}.add-location-container .fetch-current .form-actions .btn.save:hover{background-color:#ff8e53}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.confirm_modal{position:fixed;inset:0;z-index:9999;display:flex;justify-content:center;align-items:center;padding:16px;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .3s ease}.confirm_modal .confirm_container{background:#fff;border-radius:12px;max-width:420px;width:100%;padding:24px 20px;box-shadow:0 8px 30px #0003;text-align:center}.confirm_modal .confirm_container .confirm_title{font-size:1.25rem;font-weight:600;margin-bottom:10px;color:#111}.confirm_modal .confirm_container .confirm_text{font-size:.95rem;line-height:1.5;color:#555;margin-bottom:24px}.confirm_modal .confirm_container .confirm_buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.confirm_modal .confirm_container .confirm_buttons .btn{flex:1;min-width:120px;padding:10px 18px;font-size:.95rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.confirm_modal .confirm_container .confirm_buttons .btn:focus{outline:3px solid rgba(0,184,56,.3);outline-offset:2px}.confirm_modal .confirm_container .confirm_buttons .btn.primary{background-color:#0bb838;color:#fff}.confirm_modal .confirm_container .confirm_buttons .btn.primary:hover:not(:disabled){background-color:#09a330;transform:translateY(-1px)}.confirm_modal .confirm_container .confirm_buttons .btn.primary:active:not(:disabled){background-color:#078f28;transform:translateY(0)}.confirm_modal .confirm_container .confirm_buttons .btn.secondary{background-color:#e5e5e5;color:#333}.confirm_modal .confirm_container .confirm_buttons .btn.secondary:hover:not(:disabled){background-color:#d4d4d4;transform:translateY(-1px)}.confirm_modal .confirm_container .confirm_buttons .btn.secondary:active:not(:disabled){background-color:#c4c4c4;transform:translateY(0)}.confirm_modal .confirm_container .confirm_buttons .btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.location_capture{color:#1e293b;margin:0;padding:12px;position:relative}.location_capture .header_section{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;background:#fff;padding:16px 12px;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid #e2e8f0}.location_capture .header-tit{flex:1;min-width:0}.location_capture .header_title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:4px;line-height:1.3}.location_capture .header_sub{font-size:.8rem;color:#64748b;line-height:1.4}.location_capture .add_new_button{padding:10px 16px;background:linear-gradient(135deg,#ff8e53,#ff9f6d);color:#fff;font-size:.85rem;font-weight:600;border-radius:10px;cursor:pointer;border:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -2px #2563eb1a;width:100%;min-height:44px;position:relative;overflow:hidden}.location_capture .add_new_button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.location_capture .add_new_button:hover:before{left:100%}.location_capture .add_new_button .icon{font-size:1rem;flex-shrink:0;transition:transform .2s ease}.location_capture .add_new_button .add-loc-label{font-weight:600;letter-spacing:.025em}.location_capture .add_new_button:hover{background:linear-gradient(135deg,#1f54c7,#ff8e53);transform:translateY(-2px);box-shadow:0 8px 15px -3px #2563eb4d,0 4px 6px -4px #2563eb33}.location_capture .add_new_button:hover .icon{transform:scale(1.1)}.location_capture .add_new_button:active{transform:translateY(-1px);box-shadow:0 4px 6px -1px #2563eb40,0 2px 4px -2px #2563eb26}.location_capture .add_new_button:focus{outline:none;box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -2px #2563eb1a,0 0 0 3px #2563eb4d}.location_capture .table_section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid #e2e8f0;overflow:hidden;min-height:200px}.location_capture .table_section.is-loading{display:flex;align-items:center;justify-content:center}.location_capture .table_section.is-loading:before{content:"Loading...";font-size:.9rem;color:#64748b}@media(min-width:375px){.location_capture{padding:14px}.location_capture .header_section{padding:18px 14px;gap:14px;margin-bottom:22px}.location_capture .header_title{font-size:1.15rem}.location_capture .header_sub{font-size:.825rem}}@media(min-width:480px){.location_capture{padding:16px}.location_capture .header_section{flex-direction:row;align-items:flex-start;gap:16px;padding:20px 16px;margin-bottom:24px}.location_capture .header_title{font-size:1.25rem}.location_capture .header_sub{font-size:.875rem}.location_capture .add_new_button{width:auto;min-width:140px;font-size:.875rem}.location_capture .table_section{padding:14px}}@media(min-width:576px){.location_capture{padding:18px}.location_capture .add_new_button{min-width:150px;padding:10px 18px}}@media(min-width:640px){.location_capture{padding:20px}.location_capture .header_section{align-items:center;padding:24px 20px}.location_capture .header_title{font-size:1.4rem}.location_capture .add_new_button{min-width:160px;max-width:200px;min-height:42px}.location_capture .table_section{padding:16px}}@media(min-width:768px){.location_capture{margin-top:60px;padding:28px 24px}.location_capture .header_section{padding:28px 24px;margin-bottom:28px}.location_capture .header_title{font-size:1.5rem}.location_capture .header_sub{font-size:.9rem}.location_capture .add_new_button{padding:11px 20px;min-width:170px;max-width:220px;min-height:40px;border-radius:8px}.location_capture .table_section{padding:20px}}@media(min-width:992px){.location_capture{padding:30px 28px}.location_capture .header_section{padding:30px 26px}.location_capture .add_new_button{padding:11px 22px;font-size:.9rem;min-width:175px;max-width:230px}.location_capture .table_section{padding:22px}}@media(min-width:1024px){.location_capture{max-width:1180px;margin:60px auto 0;padding:32px}.location_capture .header_section{padding:32px 28px}.location_capture .add_new_button{padding:12px 24px;min-width:180px;max-width:240px;min-height:44px}.location_capture .table_section{padding:24px}}@media(min-width:1200px){.location_capture{max-width:1200px;padding:36px}.location_capture .header_section{padding:34px 30px}.location_capture .add_new_button{padding:12px 26px;min-width:185px;max-width:250px;min-height:45px}.location_capture .table_section{padding:26px}}@media(min-width:1280px){.location_capture{padding:40px}.location_capture .header_section{padding:36px 32px}.location_capture .add_new_button{padding:12px 28px;font-weight:600;min-width:190px;max-width:260px;min-height:46px;border-radius:10px}.location_capture .add_new_button .icon{font-size:1.1rem}.location_capture .table_section{padding:28px}}@media(min-width:1440px){.location_capture{max-width:1400px;padding:44px}.location_capture .header_section{padding:40px 36px}.location_capture .add_new_button{padding:13px 30px;min-width:200px;max-width:280px;min-height:48px}.location_capture .table_section{padding:32px}}@media(max-height:500px)and (orientation:landscape){.location_capture{min-height:auto;margin-top:0}.location_capture .header_section{margin-bottom:16px;padding:16px}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.location_capture .add_new_button{border:.5px solid transparent}}@media(prefers-reduced-motion:reduce){.location_capture .add_new_button{transition:none}.location_capture .add_new_button:before{transition:none}.location_capture .add_new_button .icon{transition:none}}.table_section{background:#fff;border-radius:8px;padding:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin:20px 0}.table_section .table_title{margin:0 0 16px;font-size:16px;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:8px}.table_section .table_title:before{content:"";width:4px;height:20px;background:linear-gradient(to right,#ff6a00,#ff8e53);border-radius:2px}.table_section .filter_search_section{margin-bottom:16px;max-width:100%}.table_section .filter_search_section .search_section{position:relative;margin-bottom:12px}.table_section .filter_search_section .search_section .search_icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:14px;pointer-events:none}.table_section .filter_search_section .search_section .search_input{width:100%;padding:8px 10px 8px 35px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;transition:all .2s ease;background:#f9fafb}.table_section .filter_search_section .search_section .search_input:focus{outline:none;border-color:#ff6a00;background:#fff;box-shadow:0 0 0 3px #667eea1a}.table_section .filter_search_section .search_section .search_input::placeholder{color:#9ca3af}.table_section .filter_search_section .filters_section{display:flex;flex-direction:column}.table_section .filter_search_section .filters_section .filter_label{color:#a49696;font-style:italic;font-size:.6rem}.table_section .filter_search_section .filters_section .filter_status,.table_section .filter_search_section .filters_section .filter_date{display:flex;flex-direction:column;align-items:start;font-size:13px;font-weight:500;color:#374151;padding:8px 0}.table_section .filter_search_section .filters_section .filter_status .status-filter-select,.table_section .filter_search_section .filters_section .filter_date .status-filter-select{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#fff;min-width:120px}.table_section .filter_search_section .filters_section .filter_status .status-filter-select:focus,.table_section .filter_search_section .filters_section .filter_date .status-filter-select:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 2px #667eea1a}.table_section .filter_search_section .filters_section .filter_status .status-filter-select option,.table_section .filter_search_section .filters_section .filter_date .status-filter-select option{padding:8px;font-size:12px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter{min-width:200px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter input,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter input{font-size:12px;padding:6px 8px}.table_section .results_count{margin-bottom:16px;font-size:14px;color:#6b7280;font-weight:500;padding:8px 0;border-bottom:1px solid #f3f4f6}.table_section .table_container{overflow-x:auto;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.table_section .table_container table{width:100%;border-collapse:collapse;font-size:11px;min-width:500px}.table_section .table_container table thead{background:linear-gradient(to right,#ff6a00,#ff8e53);border-bottom:2px solid #FF8E53}.table_section .table_container table thead th{padding:6px 8px;text-align:left;font-weight:600;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.25)}.table_section .table_container table thead th:first-child{border-radius:8px 0 0}.table_section .table_container table thead th:last-child{border-radius:0 8px 0 0}.table_section .table_container table tbody tr{transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.table_section .table_container table tbody tr:hover{background:#f8fafc}.table_section .table_container table tbody tr:last-child{border-bottom:none}.table_section .table_container table tbody tr td{padding:8px;color:#374151;vertical-align:middle;line-height:1.5;font-size:11px}.table_section .table_container table tbody tr td.no-data{text-align:center;color:#6b7280;font-style:italic;padding:40px 16px}.table_section .table_container table tbody tr td a{color:#ff6a00;text-decoration:none;font-weight:500;padding:4px 8px;border-radius:4px;transition:all .2s ease;display:inline-block}.table_section .table_container table tbody tr td a:hover{background:#667eea1a;color:#5a67d8}.table_section .table_container table tbody tr td .punchin-image{height:50px;width:50px;overflow:hidden;border-radius:40%;border:2px solid rgb(230,218,218);box-shadow:0 4px 8px #00000026}.table_section .table_container table tbody tr td .punchin-image img{height:100%}.table_section .status-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;text-transform:capitalize;white-space:nowrap}.table_section .status-badge.pending{background:#fef3c7;color:#d97706;border:1px solid #fbbf24}.table_section .status-badge.verified{background:#d1fae5;color:#ff6a00;border:1px solid #34d399}.table_section .status-badge.rejected{background:#fee2e2;color:#dc2626;border:1px solid #f87171}.table_section .status-badge.unknown{background:#f9fafb;color:#6b7280;border:1px solid #d1d5db}.table_section .status-cell-container{display:flex;flex-direction:column;gap:4px}.table_section .status-cell-container .status-select{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}.table_section .status-cell-container .status-select:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 2px #667eea1a}.table_section .status-cell-container .status-select:disabled{opacity:.6;cursor:not-allowed}.table_section .status-cell-container .status-select.pending{background:#fef3c7;color:#d97706;border-color:#fbbf24}.table_section .status-cell-container .status-select.verified{background:#d1fae5;color:#ff6a00;border-color:#34d399}.table_section .status-cell-container .status-select.rejected{background:#fee2e2;color:#dc2626;border-color:#f87171}.table_section .status-cell-container .status-updating-indicator{font-size:11px;color:#6b7280;font-style:italic}.table_section .pagination_controls{display:flex;align-items:center;justify-content:center;margin-top:20px;padding:16px;background:#f9fafb;border-radius:8px;gap:8px;flex-wrap:wrap}.table_section .pagination_controls button{padding:6px 12px;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.table_section .pagination_controls button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.table_section .pagination_controls button:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}.table_section .pagination_controls span{font-size:13px;color:#374151;font-weight:500;white-space:nowrap}.table_section .pagination_controls select{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;background:#fff;cursor:pointer;transition:all .2s ease}.table_section .pagination_controls select:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 2px #667eea1a}.table_section .loading,.table_section .error{text-align:center;padding:60px 20px;color:#6b7280;font-size:16px}.table_section .loading{position:relative}.table_section .loading:before{content:"";display:inline-block;width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #FF6A00;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px;vertical-align:middle}.table_section .error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:20px 0}@media(min-width:481px){.table_section{padding:16px}.table_section .table_title{font-size:18px}.table_section .filter_search_section .search_section .search_input{font-size:14px;padding:10px 12px 10px 40px}.table_section .filter_search_section .search_section .search_icon{font-size:16px;left:12px}.table_section .filter_search_section .filters_section{flex-direction:row;justify-content:flex-start;gap:20px}.table_section .filter_search_section .filters_section .filter_status,.table_section .filter_search_section .filters_section .filter_date{font-size:14px}.table_section .filter_search_section .filters_section .filter_status .status-filter-select,.table_section .filter_search_section .filters_section .filter_date .status-filter-select{font-size:13px;padding:5px 10px;min-width:140px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter{min-width:220px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter input,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter input{font-size:13px;padding:8px 10px}.table_section .table_container table{font-size:12px;min-width:600px}.table_section .table_container table thead th{padding:8px 12px;font-size:11px}.table_section .table_container table tbody td{padding:10px 12px;font-size:12px}}@media(min-width:769px){.table_section .filter_search_section{display:flex;align-items:center;gap:20px;margin-bottom:20px}.table_section .filter_search_section .search_section{margin-bottom:0;max-width:400px;flex:1}.table_section .filter_search_section .filters_section{flex:1;justify-content:flex-end;gap:24px}.table_section .filter_search_section .filters_section .filter_status .status-filter-select,.table_section .filter_search_section .filters_section .filter_date .status-filter-select{min-width:120px}.table_section .table_container table{font-size:13px}.table_section .table_container table thead th,.table_section .table_container table tbody td{padding:10px 14px}.table_section .pagination_controls{justify-content:space-between;flex-wrap:nowrap;gap:12px}.table_section .pagination_controls button{padding:8px 16px;font-size:14px}.table_section .pagination_controls span,.table_section .pagination_controls select{font-size:14px}}@media(min-width:1025px){.table_section{border-radius:12px;padding:24px}.table_section .table_title{font-size:20px;margin-bottom:20px}.table_section .filter_search_section{margin-bottom:24px}.table_section .filter_search_section .search_section{max-width:500px}.table_section .filter_search_section .filters_section{gap:32px}.table_section .filter_search_section .filters_section .filter_status,.table_section .filter_search_section .filters_section .filter_date{font-size:15px}.table_section .filter_search_section .filters_section .filter_status .status-filter-select,.table_section .filter_search_section .filters_section .filter_date .status-filter-select{font-size:14px;padding:6px 12px;min-width:140px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter{min-width:250px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter input,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter input{font-size:14px;padding:10px 12px}.table_section .table_container table{font-size:14px;min-width:700px}.table_section .table_container table thead th{padding:12px 16px;font-size:13px}.table_section .table_container table tbody td{padding:14px 16px;font-size:14px}.table_section .results_count{font-size:15px;margin-bottom:20px}}._add_new_button_zhnbb_1{color:#fff;font-weight:600;font-size:.875rem;border-radius:10px;border:none;cursor:pointer;padding:12px 20px;min-height:44px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 4px 12px #ff6b6b4d}._add_new_button_zhnbb_1:hover{background:linear-gradient(135deg,#ff5252,#d63031);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}._add_new_button_zhnbb_1:active{transform:translateY(0);box-shadow:0 4px 12px #ff6b6b4d}._add_new_button_zhnbb_1 ._icon_zhnbb_37{font-size:1.1rem;transition:transform .3s ease}._add_new_button_zhnbb_1:hover ._icon_zhnbb_37{transform:rotate(90deg)}._welcome_card_zhnbb_46{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 10px #0000001a;border:1px solid #e5e7eb;margin-top:20px}._welcome_card_zhnbb_46 h3{color:#1f2937;font-size:1.3rem;margin:0 0 8px;font-weight:600}._welcome_card_zhnbb_46 p{color:#6b7280;font-size:1rem;margin:0 0 20px;line-height:1.5}._welcome_card_zhnbb_46 ._features_zhnbb_66{display:flex;flex-direction:column;gap:12px}._welcome_card_zhnbb_46 ._features_zhnbb_66 ._feature_item_zhnbb_71{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #f1f5f9}._welcome_card_zhnbb_46 ._features_zhnbb_66 ._feature_item_zhnbb_71 ._feature_icon_zhnbb_80{font-size:1.2rem}._welcome_card_zhnbb_46 ._features_zhnbb_66 ._feature_item_zhnbb_71 ._feature_text_zhnbb_83{color:#374151;font-size:.9rem;font-weight:500}@media(min-width:640px){._add_new_button_zhnbb_1{width:auto;min-width:160px;font-size:.9rem}._welcome_card_zhnbb_46 ._quick_stats_zhnbb_96{gap:24px}}@media(min-width:768px){._add_new_button_zhnbb_1{font-size:1rem;min-width:180px;padding:14px 24px;min-height:48px}._welcome_card_zhnbb_46{padding:32px}}@media(hover:none){._add_new_button_zhnbb_1:hover{transform:none;background:linear-gradient(135deg,#ff6b6b,#ee5a24)}._add_new_button_zhnbb_1:active{transform:scale(.98)}}@media(max-width:480px){._add_new_button_zhnbb_1{font-size:.8rem;min-height:44px;padding:10px 16px;border-radius:10px}._add_new_button_zhnbb_1 ._icon_zhnbb_37{font-size:1rem}}@media(min-width:481px)and (max-width:640px){._add_new_button_zhnbb_1{font-size:.875rem;min-height:46px;padding:11px 18px}}@media(min-width:641px)and (max-width:768px){._add_new_button_zhnbb_1{font-size:.9rem;min-height:48px;padding:12px 20px;width:auto;min-width:160px;max-width:200px}}@media(min-width:769px){._add_new_button_zhnbb_1{font-size:1rem;min-height:50px;padding:14px 24px;width:auto;min-width:180px;max-width:220px;border-radius:14px}._add_new_button_zhnbb_1 ._icon_zhnbb_37{font-size:1.2rem}._add_new_button_zhnbb_1:hover{transform:translateY(-4px)}}@media(min-width:1024px){._add_new_button_zhnbb_1{font-size:1.1rem;min-height:52px;padding:16px 28px;min-width:200px;max-width:250px}}@media(hover:none)and (pointer:coarse){._add_new_button_zhnbb_1{min-height:48px}._add_new_button_zhnbb_1:hover{transform:none;background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 4px 12px #ff6b6b4d}._add_new_button_zhnbb_1:active{transform:scale(.98);background:linear-gradient(135deg,#ff5252,#d63031)}}@media(max-height:500px)and (orientation:landscape){._add_new_button_zhnbb_1{min-height:40px;font-size:.8rem;padding:8px 16px}}@media(prefers-contrast:high){._add_new_button_zhnbb_1{border:2px solid white;background:#06c}._add_new_button_zhnbb_1:hover{background:#0052a3}._add_new_button_zhnbb_1:focus{outline:3px solid #ffff00;outline-offset:2px}}@media(prefers-reduced-motion:reduce){._add_new_button_zhnbb_1{transition:none}._add_new_button_zhnbb_1:before{transition:none}._add_new_button_zhnbb_1 ._icon_zhnbb_37{transition:none}._add_new_button_zhnbb_1:hover,._add_new_button_zhnbb_1:active{transform:none}._add_new_button_zhnbb_1._loading_zhnbb_234 ._icon_zhnbb_37{animation:none}}@media(prefers-color-scheme:dark){._add_new_button_zhnbb_1{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 15px #4f46e54d,0 2px 4px #0003}._add_new_button_zhnbb_1:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);box-shadow:0 8px 25px #4f46e566,0 4px 12px #0000004d}}@keyframes _spin_zhnbb_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media print{._add_new_button_zhnbb_1{background:#666!important;color:#fff!important;box-shadow:none!important;border:1px solid #333!important}}.confirm_modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#11182799;z-index:10000;overflow-y:auto}.confirm__container{background:#fff;color:#111827;border-radius:.75rem;max-height:500px;overflow:auto;box-sizing:content-box;box-shadow:0 20px 50px #00000040;padding:2rem;position:relative;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}.confirm__container img{width:100%;height:auto;object-fit:contain;display:block}.closs_cross{position:absolute;top:.25rem;right:.5rem;font-size:1.5rem;font-weight:700;color:#6b7280;cursor:pointer;border-radius:50%;line-height:1;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;transition:background-color .25s ease,color .25s ease,transform .15s ease}.closs_cross:hover{background-color:#0000000d;color:#ef4444;transform:scale(1.1)}.closs_cross:active{transform:scale(.95)}.closs_cross:focus{outline:2px solid #ef4444;outline-offset:2px}.confirm__container:after:hover{color:#111827}@media(max-width:640px){.confirm__container{width:100%;max-width:none;margin:1rem;padding:1.5rem}}.punchin-capture-page{padding:0;width:100%;position:relative}.punchin-capture-page .punchin_wizard{margin:0}.punchin-capture-page .error-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:2rem;text-align:center;background:#f9fafb}.punchin-capture-page .error-fallback h2{color:#dc2626;margin-bottom:1rem;font-size:1.5rem}.punchin-capture-page .error-fallback p{color:#6b7280;margin-bottom:2rem;font-size:1rem}.punchin-capture-page .error-fallback button{background:#ff6a00;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .2s ease}.punchin-capture-page .error-fallback button:hover{background:#ff8e53}.punchin-capture-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#f9fafb}.punchin-capture-page .loading-container p{margin-top:1rem;color:#6b7280;font-size:1rem}@media screen and (min-width:768px){.punchin-capture-page{margin-top:60px}}@media screen and (min-width:1200px){.punchin-capture-page{max-width:1200px;padding:36px}}.loading-spinner{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}.spinner{border-radius:50%;border:2px solid #e5e7eb;border-top:2px solid #FF6A00;animation:spin 1s linear infinite}.spinner--small{width:16px;height:16px;border-width:1px}.spinner--medium{width:32px;height:32px;border-width:2px}.spinner--large{width:48px;height:48px;border-width:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading-spinner .w-4,.loading-spinner .h-4{width:1rem;height:1rem}.loading-spinner .w-8,.loading-spinner .h-8{width:2rem;height:2rem}.loading-spinner .w-12,.loading-spinner .h-12{width:3rem;height:3rem}.border-2{border-width:2px}.border-gray-300{border-color:#d1d5db}.border-t-blue-600{border-top-color:#ff8e53}.rounded-full{border-radius:9999px}.menu-management-container{max-width:1100px;margin:0 auto;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 1px 4px #0000000f}.menu-management-container .management-header{margin-bottom:1.5rem;padding:1.25rem 1.5rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px}.menu-management-container .management-header h1{font-size:1.4rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.menu-management-container .management-header .subtitle{color:#475569;font-size:.95rem;margin:0;font-weight:500}.menu-management-container .user-selection-section{margin-bottom:1.5rem}.menu-management-container .user-selection-section .form-group{margin-bottom:1rem}.menu-management-container .user-selection-section .form-group label{display:block;font-weight:600;color:#0f172a;margin-bottom:.35rem;font-size:.9rem}.menu-management-container .user-selection-section .form-group .user-select{width:100%;padding:.65rem .9rem;font-size:.95rem;border:1px solid #d4d7dd;border-radius:8px;background:#fff;color:#111827;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.menu-management-container .user-selection-section .form-group .user-select:hover:not(:disabled){border-color:#cbd5e1}.menu-management-container .user-selection-section .form-group .user-select:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a0026}.menu-management-container .user-selection-section .form-group .user-select:disabled{background:#f8fafc;cursor:not-allowed;opacity:.55}.menu-management-container .user-selection-section .user-info-card{background:#f8fafc;color:#0f172a;padding:1rem 1.1rem;border-radius:10px;border:1px solid #e5e7eb}.menu-management-container .user-selection-section .user-info-card .user-info-row{display:flex;justify-content:space-between;align-items:center;padding:.45rem 0}.menu-management-container .user-selection-section .user-info-card .user-info-row:not(:last-child){border-bottom:1px solid #e5e7eb}.menu-management-container .user-selection-section .user-info-card .user-info-row .info-label{font-weight:600;color:#475569}.menu-management-container .user-selection-section .user-info-card .user-info-row .info-value{font-weight:600}.menu-management-container .user-selection-section .user-info-card .user-info-row .info-value.highlight{background:#f1f5f9;padding:.2rem .65rem;border-radius:12px}.menu-management-container .user-selection-section .user-info-card .user-info-row .info-value.role-badge{background:#fff7ed;padding:.25rem .6rem;border-radius:12px;font-size:.85rem}.menu-management-container .menu-items-section{position:relative}.menu-management-container .menu-items-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.menu-management-container .menu-items-section .section-header h2{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0}.menu-management-container .menu-items-section .section-header .selection-count{background:#f1f5f9;color:#0f172a;padding:.35rem .75rem;border-radius:12px;font-weight:600;font-size:.85rem}.menu-management-container .menu-items-section .loading-overlay{position:absolute;inset:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:8px}.menu-management-container .menu-items-section .loading-overlay .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #FF6A00;border-radius:50%;animation:spin 1s linear infinite}.menu-management-container .menu-items-section .loading-overlay p{margin-top:1rem;color:#666;font-weight:500}.menu-management-container .menu-items-section .menu-items-list{background:#fff;border-radius:10px;padding:1rem;max-height:500px;overflow-y:auto;border:1px solid #e5e7eb}.menu-management-container .menu-items-section .menu-items-list::-webkit-scrollbar{width:8px}.menu-management-container .menu-items-section .menu-items-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.menu-management-container .menu-items-section .menu-items-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.menu-management-container .menu-items-section .menu-items-list::-webkit-scrollbar-thumb:hover{background:#555}.menu-management-container .menu-items-section .menu-item-wrapper{margin-bottom:.75rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.menu-management-container .menu-items-section .menu-item-wrapper .menu-item{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;transition:background .2s ease}.menu-management-container .menu-items-section .menu-item-wrapper .menu-item:hover{background:#f8f9fa}.menu-management-container .menu-items-section .menu-item-wrapper .menu-item.parent-item{background:#f8fafc;font-weight:600}.menu-management-container .menu-items-section .menu-item-wrapper .menu-item.parent-item:hover{background:#edf2f7}.menu-management-container .menu-items-section .menu-item-wrapper .menu-item .children-count{background:#e8f5e9;color:#ff6a00;padding:.3rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox{display:flex;align-items:center;cursor:pointer;flex:1;-webkit-user-select:none;user-select:none}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox]:checked+.checkbox-custom{background:#ff6a00;border-color:#ff6a00}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox]:checked+.checkbox-custom:after{display:block}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox]:disabled+.checkbox-custom{background:#e0e0e0;cursor:not-allowed}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox].indeterminate+.checkbox-custom{background:#66bb6a;border-color:#66bb6a}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox].indeterminate+.checkbox-custom:after{content:"";display:block;width:10px;height:2px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .checkbox-custom{position:relative;width:18px;height:18px;border:1.5px solid #cbd5e1;border-radius:4px;margin-right:.6rem;transition:all .2s ease;flex-shrink:0}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .checkbox-custom:after{content:"";display:none;position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .menu-label{display:flex;align-items:center;gap:.45rem;color:#0f172a;font-size:.95rem}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .menu-label .menu-icon{font-size:1rem;color:#ff6a00}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .menu-label.child-label{font-size:.95rem;font-weight:400}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .menu-label .menu-type-badge{background:#fff7ed;color:#b45309;padding:.15rem .45rem;border-radius:10px;font-size:.72rem;font-weight:600;margin-left:.4rem}.menu-management-container .menu-items-section .menu-item-wrapper .menu-children{background:#f9fafb;padding:.5rem 1rem .9rem 2.5rem}.menu-management-container .menu-items-section .menu-item-wrapper .menu-children .menu-child-item{padding:.5rem 0}.menu-management-container .menu-items-section .menu-item-wrapper .menu-children .menu-child-item:not(:last-child){border-bottom:1px solid #e9ecef}.menu-management-container .menu-items-section .action-buttons{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.menu-management-container .menu-items-section .action-buttons .btn{padding:.6rem 1.1rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.45rem}.menu-management-container .menu-items-section .action-buttons .btn:disabled{opacity:.6;cursor:not-allowed}.menu-management-container .menu-items-section .action-buttons .btn.btn-primary{background:#ff6a00;color:#fff;box-shadow:0 2px 8px #ff6a0040}.menu-management-container .menu-items-section .action-buttons .btn.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 10px #ff6a004d}.menu-management-container .menu-items-section .action-buttons .btn.btn-secondary{background:#f5f5f5;color:#111827}.menu-management-container .menu-items-section .action-buttons .btn.btn-secondary:hover:not(:disabled){background:#e9ecef}.menu-management-container .menu-items-section .action-buttons .btn .btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin .8s linear infinite}.menu-management-container .menu-items-section .save-status{margin-top:1rem;padding:.85rem 1.2rem;border-radius:8px;display:flex;align-items:center;gap:.65rem;font-weight:500;animation:slideIn .25s ease}.menu-management-container .menu-items-section .save-status .status-icon{font-size:1.5rem;font-weight:700}.menu-management-container .menu-items-section .save-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.menu-management-container .menu-items-section .save-status.success .status-icon{color:#28a745}.menu-management-container .menu-items-section .save-status.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.menu-management-container .menu-items-section .save-status.error .status-icon{color:#dc3545}.menu-management-container .empty-state{text-align:center;padding:4rem 2rem;color:#666}.menu-management-container .empty-state .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.menu-management-container .empty-state h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.menu-management-container .empty-state p{font-size:1rem;color:#666}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.menu-management-container{padding:1rem}.menu-management-container .management-header h1{font-size:1.5rem}.menu-management-container .menu-items-section .section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.menu-management-container .menu-items-section .menu-items-list{max-height:400px}.menu-management-container .action-buttons{flex-direction:column}.menu-management-container .action-buttons .btn{width:100%;justify-content:center}}.user-dropdown-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#0f172a;margin-bottom:.35rem;font-size:.9rem}.user-dropdown-label i{background:#e8f5e9;color:#ff6a00;padding:.5rem;border-radius:8px;font-size:.95rem}.user-dropdown{position:relative;width:100%}.user-dropdown--open .user-dropdown__input-wrapper{border-color:#ff6a00;box-shadow:0 0 0 4px #2a9d8f1a,0 4px 12px #0000001a;border-radius:8px 8px 0 0}.user-dropdown__trigger{position:relative}.user-dropdown__input-wrapper{position:relative;display:flex;align-items:center;background:#fff;border:1px solid #d4d7dd;border-radius:8px;min-height:48px;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.user-dropdown__input-wrapper:hover{border-color:#cbd5e1}.user-dropdown__input-wrapper:focus-within{border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a0026}.user-dropdown__search-icon{position:absolute;left:1rem;color:#999;font-size:1rem;z-index:1}.user-dropdown__input{flex:1;border:none;outline:none;padding:.65rem 2.75rem .65rem 2.35rem;font-size:.95rem;font-weight:500;background:transparent;color:#0f172a}.user-dropdown__input::placeholder{color:#999;font-weight:400}.user-dropdown__input:disabled{cursor:not-allowed;opacity:.6}.user-dropdown__arrow{position:absolute;right:.85rem;color:#94a3b8;font-size:.95rem;transition:all .3s ease;cursor:pointer;padding:.35rem;border-radius:6px;z-index:2}.user-dropdown__arrow:hover{color:#ff6a00;background:#2a9d8f1a}.user-dropdown__menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 6px 18px #00000014;z-index:1000;max-height:360px;overflow-y:auto;animation:slideDown .18s ease-out}.user-dropdown__loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#666}.user-dropdown__empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1.5rem;color:#999;text-align:center}.user-dropdown__options{padding:.35rem 0}.user-dropdown__option{cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(224,224,224,.5)}.user-dropdown__option:hover{background:linear-gradient(135deg,#e8f5e9,#2a9d8f1a)}.user-dropdown__option:hover .user-option__name{color:#b45309}.user-option{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;position:relative;overflow:hidden}.user-option:before{content:"";position:absolute;left:0;bottom:0;right:0;height:0;background:linear-gradient(to right,#ff6a00,#ff8e53);transition:height .3s ease}.user-option:hover:before{height:3px}.user-option__avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(to right,#ff6a00,#ff8e53)!important;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1rem;flex-shrink:0;box-shadow:0 2px 4px #0000001f;border:2px solid white;position:relative}.user-option__name{font-weight:700;font-size:.95rem;color:#b45309!important;margin-bottom:.15rem;transition:color .2s ease}.user-option__email{color:#666;font-size:.82rem;margin-bottom:.2rem;font-weight:500}.user-option__role{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:transform .2s ease}.user-option__role--admin{background:#fff3cd;color:#856404;border:1px solid #ffc107}.user-option__role--admin:before{background:#ffc107}.user-option__role--manager{background:#e8f5e9;color:#b45309;border:1px solid #FF6A00}.user-option__role--user{background:#f5f5f5;color:#666;border:1px solid #ddd}.user-option__role--user:before{background:#999}.user-option__role--employee{background:#d4edda;color:#155724;border:1px solid #28a745}.user-option__role--employee:before{background:#28a745}.user-option__action{color:#ff6a00;font-size:1rem;opacity:0;transition:opacity .2s ease,transform .2s ease}.user-dropdown__option:hover .user-option__action{opacity:1;transform:translate(4px)}.spinner-small{width:24px;height:24px;border:3px solid #f3f3f3;border-top:3px solid #FF6A00;border-radius:50%;animation:spin 1s linear infinite}.user-option__avatar,.user-dropdown__option [class*=avatar]{background:linear-gradient(to right,#ff6a00,#ff8e53)!important}.user-option__name,.user-dropdown__option .user-option__name,.user-dropdown__option div{color:#b45309!important}.all-body.ci-body{margin-left:200px;margin-top:50px;padding:20px;background:#f5f6fa;min-height:calc(100vh - 50px);box-sizing:border-box;font-family:Segoe UI,Calibri,sans-serif}@media(max-width:768px){.all-body.ci-body{margin-left:0;margin-top:54px;padding:12px 12px 70px;min-height:calc(100vh - 54px)}}.ci-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:24px;box-sizing:border-box}.ci-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;border-bottom:2px solid #e2e8f0;padding-bottom:16px;flex-wrap:wrap;gap:12px}.back-btn-teal:hover:not(:disabled){border-color:#ff6a00;color:#ff6a00}.back-btn-teal:disabled{opacity:.5;cursor:not-allowed}.ci-title{text-align:center;flex:1}.ci-title h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.ci-title .title-underline{width:60px;height:3px;background:#ff6a00;margin:4px auto 0;border-radius:2px}.ci-status{text-align:center;padding:40px;color:#64748b;font-size:1rem}.ci-status.error{color:#ef4444}.ci-status button{margin-left:10px;padding:4px 12px;border:1px solid #ef4444;background:#fff;color:#ef4444;border-radius:4px;cursor:pointer}.ci-logo-wrap{display:flex;justify-content:center;margin-bottom:24px}.ci-logo-wrap .ci-logo{max-height:100px;max-width:260px;object-fit:contain;border-radius:6px;border:1px solid #e2e8f0;padding:8px}.ci-content{display:flex;flex-direction:column;gap:24px}.ci-section{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.ci-section-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:linear-gradient(to right,#ff6a00,#ff8e53);margin:0;padding:10px 16px}.ci-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:0}.ci-field{display:flex;flex-direction:column;padding:12px 16px;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9}.ci-field:hover{background:#fafafa}.ci-label{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}.ci-value{font-size:.95rem;font-weight:500;color:#1e293b;word-break:break-word}.punchout-screen{display:flex;align-items:center;justify-content:center;padding:1rem}.punchout-screen .punchout-container{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;max-width:500px;width:100%;margin:0 auto}.punchout-screen .punchout-header{text-align:center;margin-bottom:2rem}.punchout-screen .punchout-header .status-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;color:#10b981;font-weight:500;font-size:.95rem}.punchout-screen .punchout-header .status-indicator .pulse-dot{width:12px;height:12px;background:#10b981;border-radius:50%;animation:pulse 2s infinite;flex-shrink:0}.punchout-screen .punchout-header h1{font-size:clamp(1.5rem,4vw,1.8rem);color:#1f2937;margin:0;line-height:1.2}.punchout-screen .session-info{display:grid;gap:1rem;margin-bottom:2rem}.punchout-screen .session-info .info-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;border-left:4px solid #FF6A00;min-height:60px}.punchout-screen .session-info .info-card .info-icon{color:#ff6a00;font-size:1.2rem;min-width:20px;flex-shrink:0}.punchout-screen .session-info .info-card div{flex:1;min-width:0}.punchout-screen .session-info .info-card label{font-size:.875rem;color:#6b7280;display:block;margin-bottom:.25rem;font-weight:500}.punchout-screen .session-info .info-card p{margin:0;font-weight:600;color:#1f2937;word-wrap:break-word;overflow-wrap:break-word}.punchout-screen .session-info .info-card p.duration{color:#059669;font-size:1.1rem}.punchout-screen .current-time{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:12px;margin-bottom:2rem}.punchout-screen .current-time h2{font-size:clamp(1.75rem,6vw,2rem);color:#1f2937;margin:0 0 .5rem;font-weight:700;line-height:1.1}.punchout-screen .current-time p{color:#6b7280;margin:0;font-size:.95rem}.punchout-screen .photo-section{margin-bottom:2rem;text-align:center}.punchout-screen .photo-section label{display:block;font-weight:600;color:#374151;margin-bottom:.75rem}.punchout-screen .photo-section .photo-thumbnail{position:relative;width:120px;height:120px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.punchout-screen .photo-section .photo-thumbnail img{width:100%;height:100%;object-fit:cover}.punchout-screen .photo-section .photo-thumbnail .photo-icon{position:absolute;top:8px;right:8px;color:#fff;background:#00000080;padding:4px;border-radius:4px}.punchout-screen .punchout-actions .punchout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;border:none;border-radius:8px;font-weight:600;font-size:.925rem;transition:all .2s ease;cursor:pointer;width:100%}.punchout-screen .punchout-actions .punchout-btn.primary{background:#dc2626;color:#fff;box-shadow:0 2px 4px #dc262633}.punchout-screen .punchout-actions .punchout-btn.primary:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 3px 6px #dc262640}.punchout-screen .punchout-actions .punchout-btn.primary:active{transform:translateY(0)}.punchout-screen .punchout-actions .punchout-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.punchout-screen .punchout-actions .punchout-btn svg{font-size:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(min-width:1025px){.punchout-screen{padding:2rem}.punchout-screen .punchout-container{max-width:1200px;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.punchout-screen .punchout-left{display:flex;flex-direction:column}.punchout-screen .punchout-right{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px}.punchout-screen .punchout-header{margin-bottom:2rem;text-align:left}.punchout-screen .punchout-header h1{font-size:2.2rem}.punchout-screen .punchout-header .status-indicator{justify-content:flex-start;font-size:1rem}.punchout-screen .session-info{margin-bottom:2rem;gap:1.5rem}.punchout-screen .session-info .info-card{padding:1.5rem}.punchout-screen .current-time{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:3rem 2rem;margin-bottom:0;border-radius:20px;box-shadow:0 10px 25px #0000001a}.punchout-screen .current-time h2{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.punchout-screen .current-time p{font-size:1.1rem}.punchout-screen .punchout-actions{margin-top:2rem}.punchout-screen .punchout-actions .punchout-btn{padding:1.5rem 2rem;font-size:1.2rem;border-radius:15px}.punchout-screen .punchout-actions .punchout-btn.primary{background:linear-gradient(135deg,#dc2626,#991b1b);box-shadow:0 8px 20px #dc26264d}.punchout-screen .punchout-actions .punchout-btn.primary:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#7f1d1d);transform:translateY(-2px);box-shadow:0 12px 25px #dc262666}}@media(min-width:1400px){.punchout-screen .punchout-container{max-width:1400px;gap:4rem;padding:3rem}.punchout-screen .punchout-container .current-time{padding:4rem 3rem}.punchout-screen .punchout-container .current-time h2{font-size:4rem}.punchout-screen .punchout-container .punchout-actions .punchout-btn{padding:2rem 3rem;font-size:1.3rem}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.punchout-screen{padding:1.5rem}.punchout-screen .punchout-container{max-width:900px;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.punchout-screen .punchout-left{display:flex;flex-direction:column}.punchout-screen .punchout-right{display:flex;flex-direction:column;justify-content:center}.punchout-screen .punchout-header{text-align:left;margin-bottom:1.5rem}.punchout-screen .session-info{gap:1rem;margin-bottom:1.5rem}.punchout-screen .current-time{margin-bottom:0}}@media(min-width:768px)and (max-width:1024px)and (orientation:portrait){.punchout-screen{padding:1.5rem}.punchout-screen .punchout-container{max-width:550px;padding:2.5rem}.punchout-screen .current-time h2{font-size:2.25rem}}@media(min-width:481px)and (max-width:767px){.punchout-screen{padding:1rem}.punchout-screen .punchout-container{padding:1.75rem}.punchout-screen .session-info .info-card{padding:.875rem}.punchout-screen .current-time{padding:1.25rem}.punchout-screen .current-time h2{font-size:1.875rem}.punchout-screen .punchout-actions .punchout-btn{font-size:1rem;min-height:48px}}@media(max-width:480px){.punchout-screen{padding:1rem .75rem .75rem;align-items:flex-start}.punchout-screen .punchout-container{padding:1.25rem;border-radius:16px;box-shadow:0 10px 25px #0000001a}.punchout-screen .punchout-header{margin-bottom:1.5rem}.punchout-screen .punchout-header .status-indicator{font-size:.875rem;margin-bottom:.75rem}.punchout-screen .punchout-header .status-indicator .pulse-dot{width:10px;height:10px}.punchout-screen .punchout-header h1{font-size:1.5rem}.punchout-screen .session-info{gap:.75rem;margin-bottom:1.5rem}.punchout-screen .session-info .info-card{padding:.75rem;gap:.75rem;min-height:55px}.punchout-screen .session-info .info-card .info-icon{font-size:1.1rem;min-width:18px}.punchout-screen .session-info .info-card label{font-size:.8rem;margin-bottom:.2rem}.punchout-screen .session-info .info-card p{font-size:.95rem}.punchout-screen .session-info .info-card p.duration{font-size:1rem}.punchout-screen .current-time{padding:1.25rem 1rem;margin-bottom:1.5rem}.punchout-screen .current-time h2{font-size:1.75rem;margin-bottom:.25rem}.punchout-screen .current-time p{font-size:.875rem}.punchout-screen .photo-section{margin-bottom:1.5rem}.punchout-screen .photo-section .photo-thumbnail{width:100px;height:100px}.punchout-screen .punchout-actions{gap:.75rem}.punchout-screen .punchout-actions .punchout-btn{padding:.875rem;font-size:.95rem;min-height:48px;border-radius:10px}.punchout-screen .punchout-actions .punchout-btn.primary{font-weight:700}.punchout-screen .punchout-actions .refresh-btn{padding:.75rem;min-height:42px;border-radius:8px}}@media(max-width:319px){.punchout-screen{padding:.5rem}.punchout-screen .punchout-container{padding:1rem;border-radius:12px}.punchout-screen .punchout-header h1{font-size:1.375rem}.punchout-screen .current-time h2{font-size:1.625rem}.punchout-screen .session-info .info-card{padding:.625rem;gap:.625rem}.punchout-screen .session-info .info-card .info-icon{font-size:1rem}.punchout-screen .session-info .info-card label{font-size:.75rem}.punchout-screen .session-info .info-card p{font-size:.875rem}.punchout-screen .punchout-actions .punchout-btn{padding:.75rem;font-size:.875rem;min-height:44px}}.error-fallback{text-align:center;padding:2rem}.error-fallback .error-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.error-fallback .error-actions button{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;min-height:44px;touch-action:manipulation}.error-fallback .error-actions button.retry-btn{background:#ff6a00;color:#fff}.error-fallback .error-actions button.continue-btn{background:#f9fafb;color:#6b7280}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.punchout-container{box-shadow:0 20px 40px #00000026}}@media(max-width:768px)and (orientation:landscape){.punchout-screen{align-items:center;padding:1rem}.punchout-screen .punchout-container{max-width:90vw;max-height:90vh;overflow-y:auto}.punchout-screen .current-time{padding:1rem}.punchout-screen .current-time h2{font-size:1.5rem}.punchout-screen .session-info,.punchout-screen .punchout-header{margin-bottom:1.25rem}}@media(hover:none)and (pointer:coarse){.punchout-actions .punchout-btn,.punchout-actions .refresh-btn{min-height:48px}.punchout-actions .punchout-btn:active,.punchout-actions .refresh-btn:active{transform:scale(.95);transition:transform .1s}.info-card{padding:1rem .875rem}}@media print{.punchout-screen{background:#fff;padding:0}.punchout-screen .punchout-container{box-shadow:none;border:1px solid #e5e7eb}.punchout-screen .punchout-actions{display:none}.punchout-screen .pulse-dot{animation:none}}.camera_modal{position:fixed;inset:0;background:#0a0a0a;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:slideUp .3s cubic-bezier(.25,.46,.45,.94)}.camera_modal .camera_container{position:relative;width:100%;max-width:400px;aspect-ratio:9/16;border-radius:32px;overflow:hidden;background:#111;border:2px solid rgba(255,255,255,.08)}.camera_modal .camera_container .camera_video{width:100%;height:100%;object-fit:cover;background:#111}.camera_modal .camera_container .camera_header{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1.75rem 1.5rem 0;z-index:10}.camera_modal .camera_container .camera_header .camera_btn{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:1.125rem;width:40px;height:40px;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.camera_modal .camera_container .camera_header .camera_btn:before{content:"";position:absolute;inset:0;background:#ffffff0d;opacity:0;transition:opacity .3s ease}.camera_modal .camera_container .camera_header .camera_btn:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-2px)}.camera_modal .camera_container .camera_header .camera_btn:hover:before{opacity:1}.camera_modal .camera_container .camera_header .camera_btn:active{transform:translateY(0)}.camera_modal .camera_container .camera_header .camera_btn.close_btn{background:#ffffff0f;border-color:#ffffff1a;color:#ff6b6b}.camera_modal .camera_container .camera_header .camera_btn.close_btn:hover{background:#ff6b6b1a;border-color:#ff6b6b33;color:#ff8787}.camera_modal .camera_container .capture_overlay{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;padding:0 2rem 3rem}.camera_modal .camera_container .capture_overlay .capture_btn{width:84px;height:84px;border-radius:42px;background:linear-gradient(135deg,#fff,#f8f9fa);border:6px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#2d3748;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.camera_modal .camera_container .capture_overlay .capture_btn:before{content:"";position:absolute;inset:-3px;background:linear-gradient(45deg,#fff3,#ffffff0d,#fff3);border-radius:50px;opacity:0;transition:opacity .4s ease;z-index:-1}.camera_modal .camera_container .capture_overlay .capture_btn:hover{transform:scale(1.08) translateY(-4px);box-shadow:0 16px 32px #0006,0 0 0 12px #ffffff0a}.camera_modal .camera_container .capture_overlay .capture_btn:hover:before{opacity:1}.camera_modal .camera_container .capture_overlay .capture_btn:active{transform:scale(1.02)}.camera_modal .camera_container .capture_overlay .capture_btn svg{font-size:1.75rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.camera_modal{padding:.75rem}.camera_modal .camera_container{max-width:360px;border-radius:28px}.camera_modal .camera_container .camera_header{padding:1.5rem 1.25rem 0}.camera_modal .camera_container .camera_header .camera_btn{width:36px;height:36px;border-radius:10px;font-size:1rem}.camera_modal .camera_container .capture_overlay{padding:0 1.75rem 2.5rem}.camera_modal .camera_container .capture_overlay .capture_btn{width:76px;height:76px;border-radius:38px;font-size:1.625rem}.camera_modal .camera_container .capture_overlay .capture_btn svg{font-size:1.625rem}}@media(max-width:480px){.camera_modal{padding:.5rem}.camera_modal .camera_container{max-width:320px;border-radius:24px}.camera_modal .camera_container .camera_header{padding:1.25rem 1rem 0}.camera_modal .camera_container .camera_header .camera_btn{width:34px;height:34px;border-radius:9px;font-size:.95rem}.camera_modal .camera_container .capture_overlay{padding:0 1.5rem 2.25rem}.camera_modal .camera_container .capture_overlay .capture_btn{width:68px;height:68px;border-radius:34px;font-size:1.5rem;border-width:4px}.camera_modal .camera_container .capture_overlay .capture_btn:hover{transform:scale(1.06) translateY(-3px)}.camera_modal .camera_container .capture_overlay .capture_btn svg{font-size:1.5rem}}@media(max-width:360px){.camera_modal{padding:.375rem}.camera_modal .camera_container{max-width:290px;border-radius:20px}.camera_modal .camera_container .camera_header{padding:1rem .875rem 0}.camera_modal .camera_container .camera_header .camera_btn{width:30px;height:30px;border-radius:8px;font-size:.875rem}.camera_modal .camera_container .capture_overlay{padding:0 1.25rem 2rem}.camera_modal .camera_container .capture_overlay .capture_btn{width:60px;height:60px;border-radius:30px;font-size:1.375rem;border-width:3px}.camera_modal .camera_container .capture_overlay .capture_btn svg{font-size:1.375rem}.camera_modal .camera_container:after{top:48%;left:15%;right:15%}}@media(min-width:1024px){.camera_modal{padding:0}.camera_modal .camera_container{max-width:75vw;max-height:75vh;width:75vw;height:75vh;aspect-ratio:16/9;border-radius:32px;box-shadow:0 12px 48px #00000080}.camera_modal .camera_container .camera_video{border-radius:32px}}.all-body.area-assign-body{background:linear-gradient(135deg,#fff,#fff2e8);min-height:100vh;padding:calc(var(--navbar-height) + 24px) 1.5rem 1.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;line-height:1.6}@media(max-width:575px){.all-body.area-assign-body{padding:calc(var(--navbar-height) + 16px) 1rem 1rem 1rem}}.area-assign-page{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:575px){.area-assign-page{gap:1rem}}.area-assign__header{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;padding:2rem}@media(max-width:575px){.area-assign__header{padding:1.5rem}}.area-assign__header .area-assign__header-content .header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}@media(max-width:575px){.area-assign__header .area-assign__header-content .header-top{flex-direction:column;align-items:flex-start}}.area-assign__header .area-assign__header-content .header-tit .area-assign__title{display:flex;align-items:center;gap:.75rem;font-size:1.875rem;font-weight:800;color:#111827;margin:0}.area-assign__header .area-assign__header-content .header-tit .area-assign__title i{color:#ff6a00;background:#d1f0ec;padding:.75rem;border-radius:.75rem}@media(max-width:575px){.area-assign__header .area-assign__header-content .header-tit .area-assign__title{font-size:1.5rem}}.area-assign__header .area-assign__header-content .header-tit .area-assign__subtitle{color:#4b5563;font-size:1rem;margin-top:.5rem;font-weight:500}@media(max-width:575px){.area-assign__header .area-assign__header-content .header-tit .area-assign__subtitle{font-size:.875rem}}.step-indicator{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}@media(max-width:575px){.step-indicator{gap:1rem;margin-top:1.5rem}}.step-indicator__item{display:flex;flex-direction:column;align-items:center;position:relative}.step-indicator__item--active .step-indicator__circle{background:#ff6a00;color:#fff;border-color:#ff6a00;transform:scale(1.1)}.step-indicator__item--active .step-indicator__label{color:#ff8e53;font-weight:600}.step-indicator__item--completed .step-indicator__circle{background:#10b981;color:#fff;border-color:#10b981}.step-indicator__item--completed .step-indicator__label{color:#ff6a00}.step-indicator__circle{width:48px;height:48px;border-radius:50%;border:3px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;margin-bottom:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;color:#6b7280}@media(max-width:575px){.step-indicator__circle{width:40px;height:40px;font-size:1rem}}.step-indicator__label{font-size:.875rem;color:#6b7280;font-weight:500;text-align:center}@media(max-width:575px){.step-indicator__label{font-size:.75rem}}.step-indicator__line{width:80px;height:3px;background:#d1d5db;border-radius:.375rem}@media(max-width:575px){.step-indicator__line{width:40px;height:2px}}.area-assign__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}@media(max-width:575px){.area-assign__stats{grid-template-columns:1fr;gap:1rem}}.stat-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.stat-card__icon{width:56px;height:56px;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.stat-card__icon--user{background:linear-gradient(135deg,#ff6a00,#ff8e53);color:#fff}.stat-card__content{display:flex;flex-direction:column;gap:.25rem}.stat-card__content .stat-card__value{font-size:.875rem;font-weight:700;color:#111827}.stat-card__content .stat-card__label{color:#4b5563;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.area-assign__content{flex:1}.area-assign__step{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;padding:0;overflow:hidden}.area-assign__step--users .step-panel{padding:2rem}@media(max-width:575px){.area-assign__step--users .step-panel{padding:1.5rem}}.area-assign__step--areas .step-panel{padding:0}.panel-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid #e5e7eb}@media(max-width:575px){.panel-header{padding:1.5rem 1.5rem 1rem}}.panel-header__title{font-size:1.25rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}@media(max-width:575px){.panel-header__title{font-size:1.125rem}}.panel-header__subtitle{color:#4b5563;font-size:1rem;font-weight:500}@media(max-width:575px){.panel-header__subtitle{font-size:.875rem}}.panel-header__left{display:flex;align-items:center;gap:1rem}.panel-header__actions{display:flex;align-items:center;gap:.75rem}.panel-content{padding:2rem}@media(max-width:575px){.panel-content{padding:1.5rem}}.user-selection-container{max-width:700px;margin:0 auto}.user-dropdown-wrapper{margin-bottom:2.5rem}.user-dropdown-label{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.125rem;color:#111827;margin-bottom:1rem}.user-dropdown-label i{background:#d1f0ec;color:#ff8e53;padding:.75rem;border-radius:.75rem;font-size:1.125rem}.user-dropdown{position:relative}.user-dropdown__input-wrapper{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:1rem;min-height:64px;box-shadow:0 1px 2px #0000000d;transition:all .2s cubic-bezier(.4,0,.2,1)}.user-dropdown__input-wrapper:hover{border-color:#52bdb4;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-1px)}.user-dropdown__input-wrapper:focus-within{border-color:#ff6a00;box-shadow:0 0 0 4px #ff6a002e,0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-2px)}@media(max-width:575px){.user-dropdown__input-wrapper{min-height:56px}}.user-dropdown__search-icon{position:absolute;left:1.25rem;color:#6b7280;font-size:1.125rem;z-index:1}@media(max-width:575px){.user-dropdown__search-icon{left:1rem;font-size:1rem}}.user-dropdown__input{flex:1;border:none;outline:none;padding:1rem 4rem 1rem 3rem;font-size:1rem;font-weight:500;background:transparent;color:#111827}.user-dropdown__input::placeholder{color:#9ca3af;font-weight:400}@media(max-width:575px){.user-dropdown__input{padding:.75rem 3rem .75rem 2.5rem;font-size:.875rem}}.user-dropdown__arrow{position:absolute;right:1.25rem;color:#6b7280;font-size:1.125rem;transition:all .3s ease;cursor:pointer;padding:.5rem;border-radius:.5rem;z-index:2}.user-dropdown__arrow:hover{color:#ff6a00;background:#d1f0ec80}.user-dropdown__arrow--up{transform:rotate(180deg);color:#ff6a00}@media(max-width:575px){.user-dropdown__arrow{right:1rem;font-size:1rem;padding:.25rem}}.user-dropdown__menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #a8e5df;border-top:none;border-radius:0 0 1rem 1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:1000;max-height:400px;overflow-y:auto;animation:slideDown .2s ease-out}@media(max-width:575px){.user-dropdown__menu{max-height:300px}}.user-dropdown__loading{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:#4b5563}.user-dropdown__empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1.5rem;color:#6b7280;text-align:center}.user-dropdown__empty i{font-size:3rem;opacity:.5;margin-bottom:.5rem}.user-dropdown__empty span{font-size:1rem;line-height:1.5}.user-dropdown__options{padding:.5rem 0}.user-dropdown__option{cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(229,231,235,.5)}.user-dropdown__option:hover{background:linear-gradient(135deg,#fff2e8,#d1f0ec80)}.user-dropdown__option:last-child{border-bottom:none}.user-option{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;position:relative;overflow:hidden}.user-option:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(135deg,#ff6a00,#ff8e53);transition:width .3s ease}.user-option:hover:before{width:4px}.user-option__avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#ff6a00,#ff8e53);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.25rem;flex-shrink:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:3px solid white;position:relative}@media(max-width:575px){.user-option__avatar{width:48px;height:48px;font-size:1.125rem}}.user-option__info{flex:1;min-width:0}.user-option__name{font-weight:700;font-size:1.125rem;color:#111827;margin-bottom:.5rem;transition:color .2s ease}@media(max-width:575px){.user-option__name{font-size:1rem}}.user-option__email{color:#4b5563;font-size:1rem;margin-bottom:.5rem;font-weight:500}@media(max-width:575px){.user-option__email{font-size:.875rem}}.user-option__role{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:transform .2s ease}.user-option__role:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.user-option__role--admin{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.user-option__role--admin:before{background:#f59e0b}.user-option__role--manager{background:#fff2e8;color:#ff8e53;border:1px solid #a8e5df}.user-option__role--manager:before{background:#ff6a00}.user-option__role--user{background:#f9fafb;color:#4b5563;border:1px solid #d1d5db}.user-option__role--user:before{background:#6b7280}.user-option__role--employee{background:#ecfdf5;color:#ff6a00;border:1px solid #a7f3d0}.user-option__role--employee:before{background:#10b981}.user-option__action{color:#9ca3af;font-size:1.25rem;flex-shrink:0;transition:all .3s ease;padding:.75rem;border-radius:.75rem}@media(max-width:575px){.user-option__action{font-size:1.125rem}}.user-option:hover .user-option__name{color:#ff8e53}.user-option:hover .user-option__action{color:#ff6a00;background:#d1f0ec80;transform:translate(4px)}.user-option:hover .user-option__role{transform:scale(1.05)}@media(max-width:575px){.user-option{gap:1rem;padding:1rem}}.user-selection-stats{display:flex;gap:2rem;flex-wrap:wrap;margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#fff,#fff2e8);border-radius:1rem;border:1px solid #e5e7eb}.user-selection-stats .stat-item{display:flex;align-items:center;gap:.75rem;color:#4b5563;font-size:1rem;font-weight:600;transition:all .2s ease}.user-selection-stats .stat-item i{color:#ff6a00;font-size:1.125rem;padding:.5rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.user-selection-stats .stat-item:hover{color:#111827;transform:translateY(-1px)}.user-selection-stats .stat-item:hover i{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media(max-width:575px){.user-selection-stats{gap:1.5rem;padding:1rem}.user-selection-stats .stat-item{font-size:.875rem;gap:.5rem}.user-selection-stats .stat-item i{font-size:1rem;padding:.25rem}}.selection-instructions{margin-top:2.5rem}@media(max-width:575px){.selection-instructions{margin-top:2rem}}.instruction-card{background:linear-gradient(135deg,#fff2e8,#d1f0ec80);border:2px solid #a8e5df;border-radius:1rem;padding:2rem;display:flex;gap:1.5rem;box-shadow:0 1px 2px #0000000d;position:relative;overflow:hidden}.instruction-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6a00,#ff8e53)}.instruction-card__icon{color:#ff8e53;font-size:2rem;flex-shrink:0;padding:1rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000d}@media(max-width:575px){.instruction-card__icon{font-size:1.5rem;padding:.75rem}}.instruction-card__content{flex:1}.instruction-card__content h3{color:#111827;font-weight:700;font-size:1.25rem;margin-bottom:1rem}@media(max-width:575px){.instruction-card__content h3{font-size:1.125rem}}.instruction-card__content ul{list-style:none;padding:0;margin:0}.instruction-card__content ul li{color:#374151;font-size:1rem;position:relative;padding:.5rem 0 .5rem 1.5rem;line-height:1.6;font-weight:500;transition:color .2s ease}.instruction-card__content ul li:before{content:"✓";color:#10b981;position:absolute;left:0;font-weight:700;font-size:1.125rem}.instruction-card__content ul li:hover{color:#111827}@media(max-width:575px){.instruction-card__content ul li{font-size:.875rem;padding:.25rem 0 .25rem 1.25rem}.instruction-card__content ul li:before{font-size:1rem}}@media(max-width:575px){.instruction-card{padding:1.5rem;gap:1rem}}.panel-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:#fff}@media(max-width:575px){.panel-toolbar{flex-direction:column;align-items:stretch;padding:1rem 1.5rem}}.panel-toolbar__search{position:relative;flex:1;max-width:400px}@media(max-width:575px){.panel-toolbar__search{max-width:none;margin-bottom:1rem}}.panel-toolbar__search i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280;font-size:1rem}.panel-toolbar__search .search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #d1d5db;border-radius:.75rem;font-size:.875rem;font-weight:500;background:#fff;transition:all .2s ease}.panel-toolbar__search .search-input:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a001a}.panel-toolbar__search .search-input::placeholder{color:#9ca3af}.panel-toolbar__actions{display:flex;gap:.75rem}@media(max-width:575px){.panel-toolbar__actions{justify-content:center}}.progress-bar{margin:1.5rem 0;padding:1.5rem;text-align:center}.progress-bar__track{background:#e5e7eb;height:12px;border-radius:.5rem;overflow:hidden}.progress-bar__fill{background:linear-gradient(90deg,#ff6a00,#ff8e53);height:100%;transition:width .5s cubic-bezier(.4,0,.2,1);border-radius:.5rem}.progress-bar__label{font-size:.875rem;font-weight:600;margin-top:.5rem;color:#374151}.area-list{display:grid;gap:1rem;padding:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@media(max-width:575px){.area-list{grid-template-columns:1fr;padding:1.5rem;gap:.75rem}}@media(min-width:576px)and (max-width:767px){.area-list{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}}.area-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;padding:1.5rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.area-card:before{content:"";position:absolute;top:0;left:0;right:0;height:0;background:linear-gradient(135deg,#ff6a00,#ff8e53);transition:height .3s ease}.area-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.area-card:hover:before{height:4px}.area-card--selected{border-color:#ff6a00;background:linear-gradient(135deg,#fff2e8,#d1f0ec80)}.area-card--selected:before{height:4px}@media(max-width:575px){.area-card{padding:1rem;display:flex;align-items:center;gap:1rem}.area-card:hover{transform:translateY(-2px)}}.area-card__checkbox{display:flex;align-items:center;margin-bottom:1rem}@media(max-width:575px){.area-card__checkbox{margin-bottom:0;flex-shrink:0}}.area-card__checkbox input[type=checkbox]{display:none}.area-card__checkbox .checkbox-custom{width:20px;height:20px;border:2px solid #d1d5db;border-radius:.375rem;position:relative;transition:all .2s ease}.area-card__checkbox .checkbox-custom:after{content:"";position:absolute;left:6px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.area-card--selected .area-card__checkbox .checkbox-custom{background:#ff6a00;border-color:#ff6a00}.area-card--selected .area-card__checkbox .checkbox-custom:after{opacity:1}.area-card__content{flex:1}@media(max-width:575px){.area-card__content{min-width:0}}.area-card__name{font-size:1.125rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.area-card__name i{color:#ff6a00}@media(max-width:575px){.area-card__name{font-size:1rem;margin-bottom:.25rem}}.area-card__code{color:#4b5563;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.area-card__code i{color:#9ca3af}@media(max-width:575px){.area-card__code{font-size:.75rem}}.area-card__badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#10b981,#ff6a00);color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media(max-width:575px){.area-card__badge{position:static;width:24px;height:24px;font-size:.75rem;flex-shrink:0}}.area-assign__footer{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;border-top:3px solid #FF6A00;border-radius:1rem 1rem 0 0;position:sticky;bottom:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.area-assign__footer-content{display:flex;justify-content:space-between;align-items:center;padding:2rem;gap:1.5rem}@media(max-width:575px){.area-assign__footer-content{flex-direction:column;align-items:stretch;padding:1.5rem;gap:1rem}}.area-assign__footer .footer-info__text{font-size:1.125rem;font-weight:700;color:#111827}.area-assign__footer .footer-info__hint{color:#4b5563;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.5rem}.area-assign__footer .footer-info__hint i{color:#ff6a00}.area-assign__footer .footer-actions{display:flex;gap:1rem}@media(max-width:575px){.area-assign__footer .footer-actions{justify-content:space-between}}.area-assign__footer .footer-actions .btn{white-space:wrap}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center;color:#6b7280}.loading-state .spinner,.empty-state .spinner{width:40px;height:40px;border:3px solid #d1d5db;border-top-color:#ff6a00;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-state i,.empty-state i{font-size:4rem;margin-bottom:1rem;color:#9ca3af}.loading-state p,.empty-state p{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.spinner-small{width:20px;height:20px;border:2px solid rgba(255,106,0,.2);border-top-color:#ff6a00;border-radius:50%;animation:spin 1s linear infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.875rem;line-height:1.25}.btn:disabled{opacity:.6;cursor:not-allowed}.btn{padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:600;text-decoration:none}.btn--primary{background:linear-gradient(135deg,#ff6a00,#ff8e53);color:#fff;box-shadow:0 1px 2px #0000000d}.btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#ff8e53,#c2410c);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn--primary:active{transform:translateY(0)}.btn--secondary{background:#fff;color:#374151;border:2px solid #d1d5db}.btn--secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.btn--sm{padding:.5rem 1rem;font-size:.75rem}.btn--lg{padding:1rem 2rem;font-size:1rem}.btn--icon{padding:.75rem;background:#fff;border:2px solid #d1d5db;color:#4b5563}.btn--icon:hover:not(:disabled){color:#ff8e53;border-color:#7dd3cc;background:#fff2e8}.btn .btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.all-body.area-assign-view-body{min-height:100vh}.area-assign-view-page{padding:12px}@media(min-width:768px){.area-assign-view-page{padding:16px}}@media(min-width:992px){.area-assign-view-page{padding:20px}}.area-assign-view{background:#f8fafc;color:#1e293b}.area-assign-view__header{margin-bottom:16px;background:#fff;padding:16px 12px;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}@media(min-width:992px){.area-assign-view__header{margin-bottom:20px;padding:20px 16px}}.area-assign-view__header .header-top{display:flex;flex-direction:column;gap:12px}@media(min-width:768px){.area-assign-view__header .header-top{flex-direction:row;align-items:flex-start;justify-content:space-between}}.area-assign-view__header .header-top .header-tit{flex:1;min-width:0}.area-assign-view__header .header-top .header-actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:575px){.area-assign-view__header .header-top .header-actions{width:100%}.area-assign-view__header .header-top .header-actions button{flex:1}}.area-assign-view__title{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0 0 4px;display:flex;align-items:center;gap:8px;line-height:1.3}@media(min-width:768px){.area-assign-view__title{font-size:1.3rem}}@media(min-width:992px){.area-assign-view__title{font-size:1.5rem}}.area-assign-view__title i{color:#ff6a00;font-size:1rem}@media(min-width:768px){.area-assign-view__title i{font-size:1.2rem}}.area-assign-view__subtitle{font-size:.8rem;color:#64748b;margin:0;line-height:1.4}@media(min-width:768px){.area-assign-view__subtitle{font-size:.85rem}}@media(min-width:992px){.area-assign-view__subtitle{font-size:.9rem}}.area-assign-view .btn-back,.area-assign-view .btn-primary{border:none;border-radius:.5rem;padding:10px 16px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:0 1px 2px #0000000d}.area-assign-view .btn-back:active,.area-assign-view .btn-primary:active{transform:translateY(1px)}.area-assign-view .btn-back i,.area-assign-view .btn-primary i{font-size:1rem}@media(min-width:768px){.area-assign-view .btn-back,.area-assign-view .btn-primary{padding:12px 20px;font-size:.9rem}}.area-assign-view .btn-back{background:#fff;color:#1e293b;border:1px solid #e2e8f0}.area-assign-view .btn-back:hover{background:#f8fafc;border-color:adjust(#e2e8f0,-5%)}.area-assign-view .btn-primary{background:#ff6a00;color:#fff}.area-assign-view .btn-primary:hover{background:#ff8e53;box-shadow:0 4px 6px -1px #0000001a}.area-assign-view__content{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:992px){.area-assign-view__content{grid-template-columns:320px 1fr;gap:2rem}}@media(min-width:1200px){.area-assign-view__content{grid-template-columns:380px 1fr}}@media(max-width:575px){.area-assign-view__sidebar{max-height:400px}}.area-assign-view__main{min-height:600px}.header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}@media(max-width:575px){.header-top{flex-direction:column;align-items:stretch}}.header-top__left{display:flex;align-items:flex-start;gap:1rem;flex:1}.sidebar-panel{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;max-height:calc(100vh - 200px);display:flex;flex-direction:column}@media(max-width:575px){.sidebar-panel{max-height:400px}}.user-info-banner{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#eff6ff,#fff)}@media(max-width:575px){.user-info-banner{flex-direction:column;text-align:center}}.user-info-banner__avatar{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:50%;background:linear-gradient(135deg,#ff6a00,#ff8e53);color:#fff;font-size:2.5rem;font-weight:600;flex-shrink:0;box-shadow:0 10px 15px -3px #0000001a}@media(max-width:575px){.user-info-banner__avatar{width:4rem;height:4rem;font-size:2rem}}.user-info-banner__details{flex:1}.user-info-banner__name{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.user-info-banner__email{font-size:1rem;color:#64748b;margin:0 0 .5rem}.user-info-banner__role{display:inline-block;padding:.375rem .875rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.user-info-banner__role--admin{background:#fef3c7;color:#92400e}.user-info-banner__role--user{background:#dbeafe;color:#c2410c}.user-info-banner__role--sales{background:#d1fae5;color:#065f46}.user-info-banner__role--accountant{background:#fce7f3;color:#9f1239}.user-info-banner__stats{display:flex;gap:2rem}@media(max-width:575px){.user-info-banner__stats{flex-direction:column;gap:1rem;width:100%}}.stat-item{display:flex;align-items:center;gap:.75rem}.stat-item i{font-size:2rem;color:#ff6a00}.stat-item__content{display:flex;flex-direction:column}.stat-item__value{font-size:1.75rem;font-weight:700;color:#1e293b;line-height:1}.stat-item__label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e2e8f0}@media(max-width:575px){.tabs{flex-direction:column;border-bottom:none}}.tabs__btn{padding:.875rem 1.5rem;border:none;background:transparent;color:#64748b;font-size:1rem;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s;display:flex;align-items:center;gap:.5rem}@media(max-width:575px){.tabs__btn{border-bottom:none;border-left:3px solid transparent;justify-content:flex-start}}.tabs__btn:hover{color:#ff6a00;background:#eff6ff}.tabs__btn--active{color:#ff6a00;border-bottom-color:#ff6a00}@media(max-width:575px){.tabs__btn--active{border-bottom-color:transparent;border-left-color:#ff6a00;background:#eff6ff}}.tab-content{animation:fadeIn .3s ease}.assignments-panel,.history-panel{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;min-height:400px}.area-grid{display:grid;gap:1.5rem;padding:1.5rem}.area-grid--grid{grid-template-columns:1fr}@media(min-width:768px){.area-grid--grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.area-grid--grid{grid-template-columns:repeat(3,1fr)}}.area-grid--list{grid-template-columns:1fr}.area-card-detailed{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;padding:1.5rem;transition:all .3s;position:relative}.area-card-detailed:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.area-card-detailed__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.area-card-detailed__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#ff6a00,#ff8e53);color:#fff;font-size:1.25rem}.area-card-detailed__remove{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:none;background:transparent;color:#ef4444;cursor:pointer;transition:all .2s}.area-card-detailed__remove:hover{background:#ef4444;color:#fff}.area-card-detailed__content{padding-left:.5rem}.area-card-detailed__name{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.area-card-detailed__address,.area-card-detailed__coordinates,.area-card-detailed__date{font-size:.875rem;color:#64748b;margin:.5rem 0;display:flex;align-items:flex-start;gap:.5rem}.area-card-detailed__address i,.area-card-detailed__coordinates i,.area-card-detailed__date i{color:#94a3b8;margin-top:.2rem;flex-shrink:0}.timeline{padding:2rem;position:relative}@media(max-width:575px){.timeline{padding:1rem}}.timeline:before{content:"";position:absolute;left:2rem;top:0;bottom:0;width:2px;background:#e2e8f0}@media(max-width:575px){.timeline:before{left:1rem}}.timeline-item{display:flex;gap:1.5rem;margin-bottom:2rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-item__marker{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#fff;border:3px solid #FF6A00;color:#ff6a00;font-size:1rem;flex-shrink:0;position:relative;z-index:1}.timeline-item__content{flex:1;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;padding:1.25rem}.timeline-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.timeline-item__date{font-size:.875rem;color:#94a3b8}.timeline-item__title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.timeline-item__description,.timeline-item__meta,.timeline-item__notes{font-size:.875rem;color:#64748b;margin:.25rem 0;display:flex;align-items:flex-start;gap:.5rem}.timeline-item__description i,.timeline-item__meta i,.timeline-item__notes i{color:#94a3b8;margin-top:.2rem}.timeline-item__notes{background:#f8fafc;padding:.75rem;border-radius:.5rem;margin-top:.5rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge--success{background:#d1fae5;color:#065f46}.badge--danger{background:#fee2e2;color:#991b1b}.badge--warning{background:#fef3c7;color:#92400e}.badge--info{background:#cffafe;color:#155e75}.empty-state-large{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem 2rem;text-align:center;color:#64748b}.empty-state-large i{font-size:5rem;color:#94a3b8;margin-bottom:1.5rem}.empty-state-large h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.empty-state-large p{font-size:1rem;margin:0}.panel-header{padding:1.25rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}@media(min-width:768px){.panel-header{padding:1.5rem}}.panel-header__title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.panel-header__title i{color:#ff6a00}.panel-header__search{position:relative}.panel-header__search i{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8}.panel-content{flex:1;overflow-y:auto;padding:1rem}@media(min-width:768px){.panel-content{padding:1.25rem}}.panel-content::-webkit-scrollbar{width:8px}.panel-content::-webkit-scrollbar-track{background:#f8fafc}.panel-content::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.panel-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.panel-toolbar{padding:1rem 1.25rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.panel-toolbar{flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 1.5rem}}.panel-toolbar__title{font-size:1rem;font-weight:600;color:#1e293b;margin:0;display:flex;align-items:center;gap:.5rem}.panel-toolbar__title i{color:#ff6a00}.panel-toolbar__search{position:relative;flex:1}.panel-toolbar__search i{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8}.panel-toolbar__actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.search-input{width:100%;padding:.625rem .75rem .625rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.search-input:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a002e}.search-input::placeholder{color:#94a3b8}.user-list{display:flex;flex-direction:column;gap:.75rem}.user-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;padding:1rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .2s;border:2px solid transparent}.user-card:hover{transform:translate(4px);box-shadow:0 10px 15px -3px #0000001a;border-color:#eff6ff}.user-card--active{border-color:#ff6a00;background:#eff6ff;transform:translate(4px)}.user-card--active .user-card__name{color:#ff6a00}.user-card__avatar{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#ff6a00,#ff8e53);color:#fff;font-size:1.25rem;font-weight:600;flex-shrink:0}.user-card__info{flex:1;min-width:0}.user-card__name{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card__email{font-size:.875rem;color:#64748b;margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card__role{display:inline-block;padding:.125rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.user-card__role--admin{background:#fef3c7;color:#92400e}.user-card__role--user{background:#dbeafe;color:#c2410c}.user-card__role--sales{background:#d1fae5;color:#065f46}.user-card__role--accountant{background:#fce7f3;color:#9f1239}.user-card__check{font-size:1.5rem;color:#ff6a00;flex-shrink:0}.view-toggle{display:flex;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.25rem;gap:.25rem}.view-toggle__btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;color:#64748b;border-radius:.375rem;cursor:pointer;transition:all .2s}.view-toggle__btn:hover{background:#f8fafc;color:#ff6a00}.view-toggle__btn--active{background:#ff6a00;color:#fff}.view-toggle__btn--active:hover{background:#ff8e53}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:linear-gradient(135deg,#ff6a00,#ff8e53);color:#fff}.btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.btn--secondary{background:#fff;color:#1e293b;border:1px solid #e2e8f0}.btn--secondary:hover:not(:disabled){background:#f8fafc;border-color:#ff6a00;color:#ff6a00}.btn--sm{padding:.5rem .875rem;font-size:.8125rem}.btn--icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border-radius:50%}.loading-state,.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:3rem 1.5rem;text-align:center;color:#64748b}.loading-state i,.empty-state i{font-size:3rem;color:#94a3b8;margin-bottom:1rem}.loading-state p,.loading-state h3,.empty-state p,.empty-state h3{margin:.5rem 0}.loading-state h3,.empty-state h3{font-size:1.25rem;color:#1e293b}.spinner{width:3rem;height:3rem;border:4px solid #e2e8f0;border-top-color:#ff6a00;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:575px){.area-assign-view{padding:.75rem}.area-assign-view__header{margin-bottom:1.5rem}.area-assign-view__title{font-size:1.5rem}.area-assign-view__content,.timeline-item{gap:1rem}}@media print{.area-assign-view__header,.area-assign-view .btn,.area-assign-view .tabs,.area-assign-view .view-toggle,.area-assign-view .search-input,.area-assign-view .area-card-detailed__remove{display:none!important}.area-assign-view__content{display:block}.area-assign-view__sidebar{display:none}.area-assign-view .user-info-banner,.area-assign-view .timeline-item__content,.area-assign-view .area-card-detailed{page-break-inside:avoid;box-shadow:none}}.all-body.mu-body{padding:calc(var(--navbar-height) + 12px) 16px;background:#f9fafb;min-height:100vh}.mu-wrapper{max-width:900px;margin:0 auto;background:#fff;border-radius:10px;padding:20px;box-shadow:0 1px 3px #00000014}.mu-title-block{text-align:center;margin-bottom:16px}.mu-title-block h1{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.mu-title-block .title-underline{width:50px;height:2.5px;background:linear-gradient(to right,#ff6a00,#ff8e53);margin:6px auto 0;border-radius:2px}.mu-error-banner{background:#fef2f2;border:1px solid #fecaca;border-left:3px solid #dc2626;border-radius:6px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;color:#dc2626;margin-bottom:14px}.mu-error-banner button{padding:4px 10px;background:#dc2626;color:#fff;border:none;border-radius:4px;font-size:11px;cursor:pointer}.mu-error-banner button:hover{background:#b91c1c}.mu-filter-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;gap:12px;flex-wrap:wrap}.mu-search-wrap{display:flex;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px;flex:1;min-width:200px;max-width:350px}.mu-search-wrap .search-icon{color:#9ca3af;font-size:14px}.mu-search-wrap input{border:none;background:transparent;outline:none;flex:1;font-size:13px;color:#374151;margin-left:6px}.mu-role-select{padding:6px 10px;border-radius:6px;border:1px solid #e5e7eb;height:32px;font-size:13px;background:#fff;color:#374151}.mu-role-select:focus{outline:none;border-color:#ff6a00}.mu-refresh-btn{padding:6px 14px;background:linear-gradient(to right,#ff6a00,#ff8e53);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;height:32px;font-size:13px;transition:all .2s}.mu-refresh-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 6px #ff6a004d}.mu-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.mu-role-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600}.role-admin{background:#fff2e8;color:#ff6a00}.role-viewer{background:#f0f9ff;color:#0369a1}.role-default{background:#f9fafb;color:#6b7280}.loading,.no-data{text-align:center;font-style:italic;color:#6b7280;padding:16px;font-size:13px}:root{--ms-page-bg: #f5f6fa;--navbar-height: 50px}*{font-family:Calibri,Segoe UI,Tahoma,sans-serif}.all-body.ms-body{padding:calc(var(--navbar-height) + 20px) 20px;background:var(--ms-page-bg);min-height:100vh;box-sizing:border-box}.ms-wrapper{width:100%;background:#fff;border-radius:8px;padding:16px;box-sizing:border-box;box-shadow:0 2px 8px #00000012}.ms-title-block{text-align:center;margin-bottom:20px}.ms-title-block h1{font-size:1.8rem;font-weight:700;color:#1f2937;margin:0}.ms-title-block .title-underline{width:60px;height:3px;background:#ff6a00;margin:4px auto 0;border-radius:2px}.ms-filter-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:16px;flex-wrap:wrap}.ms-search-wrap{display:flex;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:8px 12px;min-width:300px}.ms-search-wrap input{border:none;background:transparent;outline:none;flex:1;font-size:14px;color:#374151}.loading,.error,.no-data{text-align:center;padding:48px;font-size:1rem}.ms-filter-balance{min-width:200px}.ms-balance-select{width:100%;height:44px;padding:10px 16px;border-radius:10px;border:2px solid #e5e7eb;background:#fff;color:#1f2937;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.ms-balance-select:hover{border-color:#cbd5e1}.ms-balance-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 4px #10b98126}.ms-clear-filters-btn{height:44px;padding:10px 20px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 10px #dc262640;white-space:nowrap}.ms-clear-filters-btn:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-2px);box-shadow:0 6px 16px #dc262659}.ms-clear-filters-btn:active{transform:translateY(0)}.ms-stats{display:flex;align-items:center;gap:12px}.ms-rows-selector{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:999px;box-shadow:var(--ms-shadow-sm);border:2px solid #d1fae5}.ms-rows-selector label{font-size:13px;font-weight:700;color:#047857;margin:0}.ms-rows-selector select{height:28px;padding:0 10px;border-radius:6px;border:2px solid #a7f3d0;background:#fff;font-size:13px;font-weight:700;cursor:pointer;color:#ff6a00;transition:all .2s ease}.ms-rows-selector select:focus{outline:none;border-color:#10b99d;box-shadow:0 0 0 3px #10b98126}.ms-table-wrap{width:100%;overflow-x:auto;border-radius:16px;background:linear-gradient(180deg,#fffffff2,#fffffffa);box-shadow:0 4px 20px #05966914,inset 0 0 0 1px #10b98114;padding:6px;box-sizing:border-box}.ms-suppliers-table{width:100%;border-collapse:collapse;border-spacing:0;min-width:900px;font-size:14px}.ms-suppliers-table thead{background:linear-gradient(to right,#ff6a00,#ff8e53);color:#fff;font-weight:700}.ms-suppliers-table thead th{padding:16px 20px;text-align:left;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-right:1px solid rgba(255,255,255,.3);position:relative}.ms-suppliers-table thead th:last-child{border-right:none}.ms-suppliers-table thead th:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.ms-suppliers-table thead th:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.ms-suppliers-table th:first-child,.ms-suppliers-table td:first-child{width:100px!important;max-width:100px!important;min-width:100px!important;text-align:center!important;font-weight:700}.ms-suppliers-table tbody td{padding:18px 20px;background:#fff;vertical-align:middle;color:#121f31;font-weight:500;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;transition:all .2s ease}.ms-suppliers-table tbody td:last-child{border-right:none}.ms-suppliers-table tbody tr{transition:all .2s ease}.ms-suppliers-table tbody td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px;font-size:15px;font-weight:500;color:#334155}.ms-suppliers-table tbody td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.ms-suppliers-table tbody tr:nth-child(2n) td{background:var(--ms-zebra)}.ms-suppliers-table tbody tr:hover td{background:#10b9810f;transform:scale(1.005);box-shadow:0 4px 12px #05966914}.ms-no-data{text-align:center;padding:60px 20px;color:#64748b;font-size:16px;font-weight:500}.ms-table-wrap{border-radius:8px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#036041 #f1f5f9}.ms-table-wrap::-webkit-scrollbar{height:8px}.ms-table-wrap::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.ms-table-wrap::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#10b95c,#05963d);border-radius:4px}.ms-table-wrap::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#059646,#05803c)}@media(max-width:480px){.ms-card{padding:12px}.ms-title{font-size:20px}.ms-filter-item{width:100%}.ms-search-wrap,.ms-filter-balance{width:100%;min-width:100%}.ms-page-btn{padding:7px 14px;font-size:12px}.ms-page-info{font-size:12px}.ms-suppliers-table{min-width:850px;font-size:12px}.ms-table-wrap::-webkit-scrollbar{height:6px}}:root{--ldg-primary: #FF6A00;--ldg-primary-dark: #FF8E53;--ldg-bg: #f5f6fa;--ldg-card-bg: #ffffff;--ldg-border: #e5e7eb;--ldg-text: #1f2937;--ldg-text-light: #6b7280;--ldg-debit: #FF6A00;--ldg-credit: #1f2937;--ldg-balance-dr: #FF6A00;--ldg-balance-cr: #dc2626;--navbar-height: 50px;--sidebar-width: 200px}.ldg-page{min-height:100vh;padding-top:calc(var(--navbar-height) + 24px);padding-left:calc(var(--sidebar-width) + 20px);padding-right:20px;padding-bottom:20px;background:var(--ldg-bg);font-family:Calibri,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--ldg-text)}.ldg-container{max-width:1800px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.ldg-back-btn{padding:10px 20px;background:#fff;border:2px solid var(--ldg-border);border-radius:8px;font-size:14px;font-weight:600;color:var(--ldg-text);cursor:pointer;transition:all .3s ease;align-self:flex-start}.ldg-back-btn:hover{background:var(--ldg-bg);border-color:var(--ldg-primary);transform:translate(-4px)}.ldg-header{background:#fff;padding:24px 32px;border-radius:12px;border:1px solid var(--ldg-border);box-shadow:0 1px 3px #0000000d;display:flex;justify-content:space-between;align-items:center;gap:20px}.ldg-header-left{flex:1}.ldg-title{margin:0 0 8px;font-size:28px;font-weight:800;color:var(--ldg-primary)}.ldg-account-info{margin:0;font-size:15px;color:var(--ldg-text-light);font-weight:500}.ldg-account-info strong{color:var(--ldg-primary);font-weight:700}.ldg-account-code{margin-left:8px;color:var(--ldg-text-light);font-size:14px}.ldg-refresh-btn{padding:10px 20px;background:var(--ldg-primary);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.ldg-refresh-btn:hover:not(:disabled){background:#1dd871;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.ldg-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.ldg-filter-section{background:#fff;padding:20px 24px;border-radius:12px;border:1px solid var(--ldg-border);box-shadow:0 1px 3px #0000000d}.ldg-filter-header{font-size:14px;font-weight:700;color:var(--ldg-primary);margin-bottom:16px}.ldg-filter-inputs{display:flex;gap:16px;align-items:flex-end}.ldg-filter-group{display:flex;flex-direction:column;gap:8px}.ldg-filter-group label{font-size:11px;font-weight:700;color:var(--ldg-text-light);letter-spacing:.5px}.ldg-date-input{padding:10px 14px;border:2px solid var(--ldg-border);border-radius:8px;font-size:14px;font-weight:500;color:var(--ldg-text);outline:none;transition:all .3s ease;min-width:180px}.ldg-date-input:focus{border-color:var(--ldg-primary);box-shadow:0 0 0 3px #2563eb1a}.ldg-clear-filter-btn{padding:10px 20px;background:#f1f5f9;border:2px solid var(--ldg-border);border-radius:8px;font-size:14px;font-weight:600;color:var(--ldg-text);cursor:pointer;transition:all .3s ease}.ldg-clear-filter-btn:hover{background:#e2e8f0;border-color:var(--ldg-text-light)}.ldg-balance-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ldg-balance-card{background:#fff;padding:20px;border-radius:12px;border:1px solid var(--ldg-border);box-shadow:0 1px 3px #0000000d;transition:all .3s ease}.ldg-balance-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.ldg-balance-card.highlight{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:var(--ldg-primary)}.ldg-card-label{font-size:13px;font-weight:600;color:var(--ldg-text-light);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.ldg-card-value{font-size:24px;font-weight:800;font-family:Calibri,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ldg-card-value.opening{color:var(--ldg-primary)}.ldg-card-value.debit{color:var(--ldg-debit)}.ldg-card-value.credit{color:var(--ldg-credit)}.ldg-card-value.balance.dr{color:var(--ldg-balance-dr)}.ldg-card-value.balance.cr{color:var(--ldg-balance-cr)}.ldg-entries-count{text-align:right;font-size:14px;color:var(--ldg-text-light);font-weight:500}.ldg-entries-count strong{color:var(--ldg-primary);font-weight:700}.ldg-error{padding:16px 20px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fecaca;border-radius:10px;color:#dc2626;font-size:14px;font-weight:600}.ldg-loading{padding:60px 20px;text-align:center;color:var(--ldg-text-light);font-size:16px;font-weight:500}.ldg-table-container{background:#fff;border-radius:12px;border:1px solid var(--ldg-border);overflow:hidden;box-shadow:0 1px 3px #0000000d}.ldg-table{width:100%;border-collapse:collapse;font-size:14px}.ldg-table thead{background:linear-gradient(to right,var(--ldg-primary) 0%,var(--ldg-primary-dark) 100%);color:#fff}.ldg-table thead th{padding:14px 16px;text-align:left;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #d4dc5c}.ldg-table tbody tr{border-bottom:1px solid var(--ldg-border);transition:all .2s ease}.ldg-table tbody tr:hover{background:#f8fafc}.ldg-table tbody tr:last-child{border-bottom:none}.ldg-table tbody tr td{padding:14px 16px;color:var(--ldg-text);font-weight:500}.ldg-table tfoot{background:#f1f5f9;border-top:3px solid var(--ldg-primary)}.ldg-table tfoot td{padding:16px;font-weight:700;font-size:15px}.ldg-no-data{padding:60px 20px!important;text-align:center;color:var(--ldg-text-light);font-style:italic}.ldg-particulars{font-weight:600;color:var(--ldg-primary)}.ldg-voucher{color:#ff6a00;font-family:Calibri,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600}.ldg-mode-badge{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.ldg-mode-badge.je{background:#dbeafe;color:#c2410c}.ldg-mode-badge.cr{background:#dcfce7;color:#15803d}.ldg-mode-badge.cash{background:#fef3c7;color:#92400e}.ldg-debit{color:var(--ldg-debit);font-weight:700;font-family:Calibri,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ldg-credit{color:var(--ldg-credit);font-weight:700;font-family:Calibri,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ldg-balance{font-weight:700;font-family:Calibri,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ldg-balance.dr{color:var(--ldg-balance-dr)}.ldg-balance.cr{color:var(--ldg-balance-cr)}.ldg-narration{color:var(--ldg-text-light);font-size:13px;max-width:200px}.ldg-total-row,.ldg-total-row:hover{background:#f1f5f9!important}.ldg-total-label{text-align:right;color:var(--ldg-primary);font-weight:800;font-size:14px}.ldg-total-debit{color:var(--ldg-debit);font-weight:800;font-family:Calibri,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ldg-total-credit{color:var(--ldg-credit);font-weight:800;font-family:Calibri,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ldg-total-balance{font-weight:800;font-family:Calibri,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ldg-total-balance.dr{color:var(--ldg-balance-dr)}.ldg-total-balance.cr{color:var(--ldg-balance-cr)}@media(max-width:1400px){.ldg-page{padding-left:calc(var(--sidebar-width) + 20px);padding-right:20px}.ldg-balance-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.ldg-header{flex-direction:column;align-items:flex-start}.ldg-filter-inputs{flex-wrap:wrap}}@media(max-width:880px){.ldg-page{padding-left:16px;padding-right:16px;padding-top:calc(var(--navbar-height) + 12px)}.ldg-balance-cards{grid-template-columns:1fr}.ldg-table-container{overflow-x:auto}.ldg-table{min-width:1000px}}@media(max-width:640px){.ldg-title{font-size:22px}.ldg-account-info{font-size:13px}.ldg-filter-inputs{flex-direction:column;align-items:stretch}.ldg-date-input{min-width:auto;width:100%}}.all-body.inv-body{padding:calc(var(--navbar-height) + 20px) 20px;background:#f5f6fa;min-height:100vh;box-sizing:border-box;font-family:Segoe UI,Calibri,sans-serif}.inv-card{width:100%;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000012;padding:16px;box-sizing:border-box;min-height:calc(100vh - 120px)}.inv-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;border-bottom:2px solid #fff2e8;padding-bottom:16px;flex-wrap:wrap;gap:16px}.inv-title{text-align:center}.inv-title h1{font-size:1.8rem;font-weight:700;color:#1f2937;margin:0}.inv-filter input{padding:8px 12px;border:1.5px solid #e2e8f0;border-radius:6px;font-size:14px;min-width:250px}.inv-filter input:focus{outline:none;border-color:#ff6a00}.teal-table-wrap{width:100%;overflow-x:auto;border-radius:8px;background:#fff;margin-bottom:16px}.teal-table{width:100%;border-collapse:collapse}.teal-table thead th{background:linear-gradient(to right,#ff6a00,#ff8e53);color:#fff;padding:12px 14px;font-weight:700;text-transform:uppercase;font-size:.85rem;white-space:nowrap;border:1px solid #1f8b7e}.teal-table tbody td{padding:10px 14px;color:#334155;border:1px solid #f1f5f9;font-size:14px}.teal-table tbody tr:nth-child(2n){background:#fafafa}.teal-table tbody tr:hover{background:#f0fdfa}.teal-table .td-code{font-weight:600;color:#ff6a00}.teal-table .td-amount{text-align:right;font-family:Segoe UI,Arial,sans-serif;font-weight:400}.teal-table tfoot td{border:1px solid #e2e8f0}.loading,.error{text-align:center;padding:40px;background:#f8fafc;color:#64748b;border-radius:8px}.error{background:#fef2f2;color:#ef4444;border:1px solid #fee2e2}.teal-table thead{position:sticky;top:0;z-index:20;background:linear-gradient(to right,#ff6a00,#ff8e53)}.teal-table thead th{background:linear-gradient(to right,#ff6a00,#ff8e53);color:#fff;padding:12px 14px;font-weight:700;text-transform:uppercase;font-size:.82rem;letter-spacing:.05em;text-align:left;white-space:nowrap;border-right:1px solid rgba(255,255,255,.2)}.teal-table thead th[style*="text-align: center"],.teal-table thead th[style*="text-align:center"]{text-align:center}.teal-table .td-code{font-weight:600;color:#ff6a00;font-family:Segoe UI,Arial,sans-serif}.teal-table .td-amount{text-align:right;font-family:Segoe UI,Arial,sans-serif;font-weight:600;color:#0f172a}.tender-cash-page{margin-left:200px;margin-top:50px;padding:10px 12px;background:#f5f7fb;min-height:calc(100vh - 50px);box-sizing:border-box}@media(max-width:768px){.tender-cash-page{margin-left:0;margin-top:54px;padding:8px 10px}}.tc-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;background:#fff;border:1px solid #e8edf7;border-radius:10px;padding:8px 12px;box-shadow:0 2px 8px #0000000a}.tc-header h1{flex:1;text-align:center;font-size:15px;font-weight:700;color:#ff6a00;margin:0}.tc-header .back-btn,.tc-header .reload-btn{width:30px;height:30px;border:1px solid #e8edf7;border-radius:8px;background:#fff4e8;color:#ff6a00;display:grid;place-items:center;cursor:pointer;font-size:13px;transition:background .15s}.tc-header .back-btn:hover:not(:disabled),.tc-header .reload-btn:hover:not(:disabled){background:bisque}.tc-header .back-btn:disabled,.tc-header .reload-btn:disabled{opacity:.5;cursor:not-allowed}.tc-mode-switch{display:inline-flex;gap:4px;margin-bottom:8px;background:#fff;padding:4px;border-radius:8px;border:1px solid #e5e7eb}@media(max-width:768px){.tc-mode-switch{width:100%}}.tc-mode-switch .mode-btn{border:none;background:transparent;padding:6px 12px;border-radius:6px;font-weight:600;font-size:12px;color:#6b7280;cursor:pointer;transition:all .15s}.tc-mode-switch .mode-btn.active{background:linear-gradient(120deg,#ff6a00,#ff8e53);color:#fff;box-shadow:0 4px 12px #ff6a0040}.tc-mode-switch .mode-btn:hover:not(.active){color:#ff6a00}.tc-hero{background:linear-gradient(120deg,#5c4efc,#8b6fff);border-radius:10px;padding:10px 14px;color:#fff;display:flex;align-items:center;gap:10px;margin-bottom:8px}.tc-hero .hero-icon{width:36px;height:36px;border-radius:50%;background:#ffffff26;display:grid;place-items:center;font-size:16px;flex-shrink:0}.tc-hero .hero-text p{margin:0;font-size:11px;font-weight:600;opacity:.85}.tc-hero .hero-text h2{margin:2px 0 0;font-size:20px;font-weight:800}.user-cards{display:flex;flex-direction:column;gap:12px}.user-card{background:#fff;border:1px solid #e8edf7;border-radius:12px;padding:14px 16px;box-shadow:0 10px 30px #12287814;display:grid;grid-template-columns:1fr;gap:14px}.user-card-left{display:flex;flex-direction:column;gap:12px}.user-card-right{display:flex;flex-direction:column;gap:10px}.user-card-top{display:flex;align-items:center;justify-content:space-between}.user-pill{background:#eef1ff;color:#4c54d2;border-radius:18px;padding:6px 12px;font-weight:800;font-size:13px;letter-spacing:.4px;box-shadow:0 6px 16px #4c54d226}.user-total{color:#4a3dd9;font-weight:800;font-size:20px}.split-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:0}.badge{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px}.badge .dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.user-table{background:#f8f9fd;border:1px solid #e6eaf5;border-radius:8px;overflow:hidden;box-shadow:inset 0 1px #eef2ff}.table-head,.table-row{display:grid;grid-template-columns:1fr auto;align-items:center;padding:10px 12px;font-size:12px;font-weight:700}.table-head{background:#f0f2fb;color:#6b7280}.table-row{border-top:1px solid #e6eaf5;background:#fff}.table-row.muted{color:#9ca3af}.code-block{display:inline-flex;align-items:center;gap:6px;min-width:0}.code-chip{width:28px;height:28px;border-radius:8px;background:#fff4e6;color:#ff8a00;display:grid;place-items:center;font-weight:800;font-size:12px;flex-shrink:0}.code-name{font-weight:600;color:#1f2937;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.amount-block{text-align:right}.amount-block strong{color:#4a3dd9;font-size:12px;display:block}.amount-block .pct{color:#9ca3af;font-size:11px}.user-total-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0 0;font-weight:700;font-size:13px;color:#4a3dd9;border-top:1px dashed #e6eaf5;margin-top:6px}.tc-tabs{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:8px}.tc-tabs .tab{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:7px;border:1px solid #e6e9f2;background:#fff;font-weight:600;font-size:12px;color:#4b5563;cursor:pointer;transition:all .15s;white-space:nowrap}.tc-tabs .tab svg{font-size:11px}.tc-tabs .tab.active{background:linear-gradient(120deg,#ff6a00,#ff8e53);color:#fff;border-color:transparent;box-shadow:0 4px 12px #ff6a004d}.tc-tabs .tab:hover:not(.active){border-color:#ff6a00;color:#ff6a00}.tc-card{background:linear-gradient(120deg,#5c4efc,#8b6fff);border-radius:10px;padding:10px 14px;color:#fff;margin-bottom:8px}.tc-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px}@media(max-width:768px){.tc-card-header{flex-direction:column;align-items:flex-start}}.tc-card-header .eyebrow{margin:0 0 2px;font-size:10px;font-weight:600;opacity:.85;letter-spacing:.3px}.tc-card-header h2{margin:0;font-size:20px;font-weight:800}.tc-card-header .pill{background:#ffffff26;padding:5px 10px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.tc-splits-container{margin-bottom:8px}.tc-splits{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e8edf7}.split-row{display:grid;grid-template-columns:32px 1fr auto;gap:8px;align-items:center;padding:7px 10px;border-bottom:1px solid #f0f1f6;transition:background .1s}.split-row:last-child{border-bottom:none}.split-row:hover{background:#fafbff}.split-row .row-num{text-align:center;font-weight:600;color:#c4cad8;font-size:11px}.split-row .row-info{min-width:0}.split-row .label{margin:0;font-weight:600;color:#374151;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.split-row .sub{margin:1px 0 0;font-size:10px;color:#9ca3af}.split-row .amount{font-weight:700;color:#ff6a00;font-size:12px;white-space:nowrap}.teal-pagination{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-wrap:wrap;gap:12px}.dots{color:#9ca3af;padding:0 4px;font-size:11px}.tc-status{margin:6px 0;padding:8px 12px;border-radius:8px;background:#fff6ed;color:#c2410c;border:1px solid #ffe3d0;font-size:12px;font-weight:600;text-align:center}.tc-status.error{background:#fff1f2;color:#b91c1c;border-color:#fecdd3}.tc-status.error button{margin-left:8px;padding:3px 8px;border:none;border-radius:5px;background:#ff6a00;color:#fff;cursor:pointer;font-size:11px;font-weight:600}.tc-status.muted{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.eventlog-page{background:#f5f7fb;min-height:100vh;padding:70px 20px 20px 220px;display:flex;justify-content:center;box-sizing:border-box}.eventlog-shell{width:100%;max-width:1080px;margin:0 auto}.eventlog-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;background:#fff;border:1px solid #e8edf7;border-radius:16px;box-shadow:0 14px 40px #11269214}.back-btn{border:none;background:#fff4e8;color:#ff8a00;border-radius:12px;width:44px;height:44px;display:grid;place-items:center;font-size:16px;cursor:pointer;box-shadow:0 10px 30px #ff8a0026}.eventlog-title{flex:1;display:flex;flex-direction:column;gap:4px}.eventlog-title .eyebrow{color:#7f8a9f;font-size:13px;letter-spacing:.3px;margin:0}.eventlog-title h1{margin:0;font-size:24px;color:#1c2a4a}.eventlog-title span{color:#90a0b8;font-size:14px}.eventlog-count{background:linear-gradient(180deg,#fff1d8,#ffe7c2);border:1px solid #ffd7a3;border-radius:14px;padding:10px 14px;min-width:110px;text-align:right;box-shadow:0 10px 30px #ff9b2840}.eventlog-count .label{display:block;color:#b06a1b;font-size:12px;text-transform:uppercase;letter-spacing:.4px}.eventlog-count strong{display:block;color:#d86b00;font-size:22px;margin-top:4px}.eventlog-toolbar{display:flex;gap:12px;align-items:center;margin:16px 0;flex-wrap:wrap}.search-box{flex:1;display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fff;border:1px solid #e4e8f1;border-radius:14px;box-shadow:0 10px 24px #0c17400d}.search-box .search-icon{color:#9aabc2;font-size:16px}.search-box input{border:none;outline:none;flex:1;font-size:14px;background:transparent;color:#1c2a4a}.eventlog-list{display:flex;flex-direction:column;gap:14px}.eventlog-card{background:#fff;border:1px solid #eef2f8;border-radius:18px;padding:14px 16px;box-shadow:0 14px 36px #1126920f;display:flex;flex-direction:column;gap:12px}.eventlog-card-top{display:flex;align-items:center;gap:12px}.avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(180deg,#ffe6c7,#ffd59f);border:2px solid #ffb45b;color:#d86b00;font-weight:700;font-size:18px;display:grid;place-items:center}.card-meta{display:flex;flex-direction:column;gap:4px}.card-meta .name{font-size:18px;font-weight:700;color:#1c2a4a}.meta-row{display:flex;gap:14px;align-items:center;color:#8091ab;font-size:13px}.meta-row span{display:inline-flex;align-items:center;gap:6px}.eventlog-card-body{position:relative;background:#f7f9fd;border:1px solid #e6ebf5;border-radius:14px;padding:12px 14px 12px 42px;color:#2a3555;line-height:1.5;box-shadow:inset 0 1px #fff9}.eventlog-card-body:before{content:"";position:absolute;left:12px;top:10px;bottom:10px;width:6px;border-radius:8px;background:linear-gradient(180deg,#ff8a00,#ff5b1a)}.eventlog-card-body p{margin:0;font-size:15px;color:#2a3555}.info-icon{position:absolute;left:20px;top:14px;color:#ff8a00}.eventlog-status,.eventlog-empty{margin:18px 0;padding:14px 16px;border-radius:14px;border:1px dashed #d7deee;background:#fbfcff;color:#51607b;text-align:center}.eventlog-status.error{border-color:#ffd2c8;background:#fff4f0;color:#c65336}.eventlog-status button{margin-left:10px;padding:8px 12px;border:none;border-radius:10px;background:#ff8a00;color:#fff;cursor:pointer}@media(max-width:768px){.eventlog-page{padding:74px 12px 70px}.eventlog-header{flex-direction:column;align-items:flex-start}.eventlog-toolbar{flex-direction:column}.meta-row{flex-direction:column;align-items:flex-start;gap:6px}.ev-pagination{flex-direction:column;align-items:flex-start}}.refreshtag-page{background:#f5f7fb;min-height:100vh;padding:70px 20px 20px 220px;display:flex;justify-content:center;box-sizing:border-box}.rt-shell{width:100%;max-width:1080px}.rt-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e8edf7;border-radius:16px;padding:14px 16px;box-shadow:0 12px 32px #12287814;gap:12px}.rt-back,.rt-reload{width:44px;height:44px;border:none;border-radius:12px;display:grid;place-items:center;background:#fff4e8;color:#ff8a00;cursor:pointer;box-shadow:0 10px 30px #ff8a0026}.rt-reload:disabled{opacity:.6;cursor:not-allowed}.rt-title h1{margin:0;color:#1c2a4a;font-size:22px}.rt-title p{margin:2px 0 0;color:#8091ab;font-size:14px}.rt-list{margin-top:16px;display:flex;flex-direction:column;gap:12px}.rt-card{display:flex;gap:14px;background:#fff;border:1px solid #eef2f8;border-radius:16px;padding:14px 16px;box-shadow:0 10px 26px #1228780f}.rt-icon{width:58px;height:58px;border-radius:50%;background:linear-gradient(180deg,#ffe6c7,#ffd59f);border:2px solid #ffb45b;color:#d86b00;display:grid;place-items:center;font-size:22px}.rt-body{flex:1;display:flex;flex-direction:column;gap:6px}.rt-body h3{margin:0;color:#1c2a4a;font-size:18px;font-weight:700}.rt-user{margin:0;color:#ff8a00;font-weight:600;display:inline-flex;align-items:center;gap:8px}.rt-meta{display:flex;gap:18px;color:#8c9bb4;font-size:14px;align-items:center}.rt-meta span{display:inline-flex;gap:6px;align-items:center}.rt-status{margin-top:16px;padding:14px 16px;border-radius:14px;border:1px dashed #d7deee;background:#fbfcff;color:#51607b;text-align:center}.rt-status.error{border-color:#ffd2c8;background:#fff4f0;color:#c65336}.rt-status button{margin-left:10px;padding:8px 12px;border:none;border-radius:10px;background:#ff8a00;color:#fff;cursor:pointer}.teal-pagination{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-wrap:wrap;gap:12px;margin-top:16px}.pagination-buttons{display:flex;gap:6px;align-items:center}.page-btn{min-width:32px;height:32px;border:1px solid #cbd5e1;background:#fff;border-radius:4px;cursor:pointer;font-weight:600;font-size:13px;color:#475569}.page-btn:hover:not(:disabled){background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-size-select{margin-left:12px;padding:4px 8px;border:1px solid #cbd5e1;border-radius:4px;font-size:13px;background:#fff;color:#475569}.dots{color:#9ca3af;padding:0 4px;font-weight:600}@media(max-width:768px){.refreshtag-page{padding:74px 12px 70px}.rt-header{flex-direction:row;align-items:center}.rt-meta{flex-direction:column;align-items:flex-start;gap:6px}}.spin{animation:spin .9s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--navbar-height: 50px}.all-body.inv-body{padding:calc(var(--navbar-height) + 20px) 20px 20px;background:#f5f6fa;min-height:100vh;box-sizing:border-box;font-family:Segoe UI,Calibri,sans-serif;display:flex;flex-direction:column}.inv-card{flex:1;width:100%;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;min-height:0}.inv-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:2px solid #e2e8f0;padding-bottom:16px;flex-wrap:wrap;gap:16px}.back-btn-teal{background:#fff;border:1px solid #e2e8f0;color:#64748b;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s}.back-btn-teal:hover{border-color:#ff6a00;color:#ff6a00;background:#f0fdfa}.inv-title{text-align:center;flex:1}.inv-title h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.inv-title .title-underline{width:60px;height:3px;background:#ff6a00;margin:4px auto 0;border-radius:2px}.inv-tabs{display:flex;gap:8px;background:#f1f5f9;padding:4px;border-radius:8px}.tab-btn{padding:8px 16px;border:none;background:transparent;color:#64748b;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s}.tab-btn:hover:not(.active){color:#334155;background:#ffffff80}.tab-btn.active{background:#fff;color:#ff6a00;box-shadow:0 1px 3px #0000001a}.teal-table-wrap{flex:1;width:100%;overflow:auto;border:1px solid #e2e8f0;border-radius:6px;position:relative}.teal-table{width:100%;border-collapse:separate;border-spacing:0;min-width:800px}.teal-table thead{position:sticky;top:0;z-index:10;background:linear-gradient(to right,#ff6a00,#ff8e53)}.teal-table thead th{background:linear-gradient(to right,#ff6a00,#ff8e53);color:#fff;padding:12px 14px;font-weight:600;text-transform:uppercase;font-size:.82rem;text-align:left;white-space:nowrap;border-right:1px solid rgba(255,255,255,.2)}.teal-table thead th:last-child{border-right:none}.teal-table thead th[style*="text-align: right"],.teal-table thead th[style*="text-align:right"]{text-align:right}.teal-table tbody tr{transition:background .15s}.teal-table tbody tr:hover{background:#f8fafc}.teal-table tbody tr:last-child td{border-bottom:none}.teal-table tbody td{padding:12px 16px;color:#334155;font-size:.9rem;vertical-align:middle;border-bottom:1px solid #f1f5f9}.teal-table .td-code{font-weight:600;color:#ff6a00;font-family:monospace}.teal-table .td-amount{text-align:right;font-family:Consolas,monospace;font-weight:600;color:#0f172a}.teal-table .no-data{text-align:center;color:#94a3b8;padding:40px;font-style:italic}.teal-pagination{margin-top:16px;display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f1f5f9}.pagination-info{color:#64748b;font-size:.85rem;font-weight:500}.pagination-buttons{display:flex;align-items:center;gap:6px}.page-btn{min-width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;font-size:.85rem;font-weight:500;transition:all .2s}.page-btn:hover:not(:disabled){border-color:#cbd5e1;color:#1e293b;background:#f8fafc}.page-btn.active{background:#ff6a00;color:#fff;border-color:#ff6a00}.page-btn:disabled{background:#f8fafc;color:#cbd5e1;cursor:not-allowed;border-color:#f1f5f9}.page-size-select{margin-left:12px;padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:.85rem;cursor:pointer;background:#fff}.page-size-select:focus{outline:none;border-color:#ff6a00}.loading,.error{flex:1;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:1rem;background:#f8fafc;border-radius:8px;margin:10px 0}.error{color:#ef4444;background:#fef2f2}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Calibri,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;line-height:1.5;color:#1f2937;background:#fff7ed;overflow-x:hidden}a{color:#ff6a00;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}
