#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cb-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:1000;padding:40px}.cb-modal-content{background:#fff;border-radius:24px;width:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0003}.cb-modal-body{overflow-y:auto;padding:24px 32px;flex:1}.cb-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e5e7eb}.cb-modal-header h2{margin:0;font-size:20px;font-weight:700}.cb-modal-header p{margin:4px 0 0;color:#6b7280;font-size:13px}.cb-header-actions{display:flex;gap:12px}.btn-export{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc;color:#334155;font-weight:600;cursor:pointer}.btn-close{width:36px;height:36px;border-radius:12px;border:none;background:#f1f5f9;color:#334155;font-size:18px;display:grid;place-items:center;cursor:pointer}.cb-summary-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.cb-summary-card{border:1px solid #e5e7eb;border-radius:16px;padding:16px 20px;display:flex;flex-direction:column;gap:8px}.cb-summary-label{font-size:11px;font-weight:700;color:#6b7280;letter-spacing:.05em}.cb-summary-value{font-size:22px;font-weight:700}.cb-summary-value.primary{color:#0486d3}.cb-summary-value.success{color:#00a159}.cb-summary-value.danger{color:#ee343b}.cb-tables-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.cb-table-panel{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.cb-table-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-weight:700}.cb-table-header.success-bg{background:#dcfce7;color:#059669}.cb-table-header.danger-bg{background:#fee2e2;color:#dc2626}.cb-table-title{display:flex;align-items:center;gap:8px}.cb-table-title .cb-count{font-size:12px;color:#6b7280;font-weight:500}.cb-table-wrapper{max-height:400px;overflow-y:auto}.cb-table{width:100%;border-collapse:collapse;font-size:13px}.cb-table th{text-align:left;padding:12px 20px;color:#6b7280;font-weight:600;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:2}.cb-table th:last-child{text-align:right}.cb-table td{padding:14px 20px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.cb-table tbody tr:last-child td{border-bottom:none}.col-time{color:#6b7280}.col-ref{font-weight:600}.col-source{font-weight:700}.col-type{color:#6b7280}.col-mode .mode-pill{display:inline-block;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;background:#e0f2fe;color:#0284c7}.col-mode .mode-pill.cash{background:#fef9c3;color:#ca8a04}.col-amount{font-weight:700;text-align:right}.col-amount.success{color:#059669}.col-amount.danger{color:#dc2626}.cb-modal-footer{padding:24px 32px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.cb-formula{color:#6b7280;font-size:14px}.cb-final-balance{font-size:16px;font-weight:700}.cb-final-balance span{font-size:24px;color:#00a159;margin-left:12px}:root{color-scheme:light;--bg: #f4f6fb;--surface: #ffffff;--surface-alt: #f8fafc;--surface-muted: #eef2f7;--text: #161b2e;--text-muted: #6b7280;--border: #e5e7eb;--accent: #0f8c4a;--shadow: 0 20px 60px rgba(15, 25, 45, .08);--font: "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;font-family:var(--font);background:var(--bg);color:var(--text);font-size:16px;overflow:hidden}button,a{font:inherit}a{color:inherit;text-decoration:none}body{line-height:1.5}.app-shell{display:flex;min-height:100vh;height:100vh}.sidebar{width:260px;background:linear-gradient(180deg,#0f1c34,#111f35);color:#f8fafc;display:flex;flex-direction:column;justify-content:space-between;padding:32px 24px;position:sticky;top:0;height:100vh}.sidebar-title{font-size:12px;text-transform:uppercase;letter-spacing:.24em;color:#8ca1c7;margin-bottom:20px}.brand-panel{display:flex;align-items:center;gap:14px;margin-bottom:32px}.brand-mark{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:#15a85a;font-size:18px;font-weight:700}.brand-name{margin:0;font-size:16px;font-weight:700}.brand-subtitle{display:block;margin-top:4px;color:#98a8c5;font-size:12px}.sidebar-nav{display:grid;gap:4px}.nav-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:16px;color:#c3cfeb;font-size:14px;transition:background .2s ease}.nav-link:hover,.nav-link.active{background:#ffffff14;color:#fff}.nav-link.disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.nav-icon{width:18px;height:18px;display:grid;place-items:center;border-radius:0;background:transparent}.nav-icon svg{width:18px;height:18px}.sidebar-footer{margin-top:30px;padding:18px 16px;border-radius:22px;background:#ffffff14;display:flex;align-items:center;gap:12px}.status-icon{width:24px;height:24px;display:grid;place-items:center;color:#34d399}.status-icon svg{width:16px;height:16px}.footer-title{margin:0;font-size:14px;font-weight:700}.footer-meta{margin:4px 0 0;color:#9ca3af;font-size:12px}.page-content{flex:1;padding:32px 40px;min-height:100vh;overflow-y:auto}.page-content::-webkit-scrollbar{width:8px}.page-content::-webkit-scrollbar-thumb{background:#717a9759;border-radius:999px}.page-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.page-title{margin:0;font-size:20px;font-weight:700}.page-description{margin:4px 0 0;color:#6b7280;font-size:13px}.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search-pill,.date-pill,.icon-button,.profile-pill{display:inline-flex;align-items:center;gap:10px;border-radius:999px;background:#fff;border:1px solid #e5e7eb}.search-pill{padding:12px 16px;min-width:240px;color:#94a3b8;font-size:16px}.search-icon{font-size:16px}.date-pill{padding:12px 18px;font-size:16px;color:#344054}.icon-button{width:44px;height:44px;justify-content:center;border:none;background:#fff;cursor:pointer}.profile-pill{padding:10px 16px}.profile-details{display:flex;flex-direction:column}.profile-name{font-size:16px;font-weight:700}.profile-role{margin-top:2px;color:#6b7280;font-size:12px}.logout-btn{border:none;background:#eef2ff;color:#1e293b;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;cursor:pointer}.loading-shell,.error-shell{display:grid;place-items:center;min-height:100vh;margin:0;font-size:16px;color:#6b7280}.dashboard-grid{display:grid;gap:24px}.summary-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.metric-card,.chart-card,.pending-card,.summary-card,.page-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:24px}.metric-card{padding:20px;min-height:156px;transition:transform .2s,box-shadow .2s}.metric-card.clickable{cursor:pointer}.metric-card.clickable:hover{transform:translateY(-2px);box-shadow:0 25px 65px #0f192d1f}.metric-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}.metric-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#eef7f1;color:#0f8c4a;font-size:16px}.metric-title{margin:0 0 4px;color:#6b7280;font-size:13px}.metric-value{margin:0;font-size:28px;font-weight:700}.metric-description{margin:10px 0 0;color:#6b7280;font-size:11px}.metric-badge,.metric-spacer{font-size:12px;padding:8px 11px;border-radius:999px;font-weight:700}.metric-badge{color:#0f8c4a;background:#0f8c4a1f}.chart-card .card-heading,.pending-card .card-heading,.summary-card .card-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.section-label{margin:0;color:#6b7280;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.chart-card h2,.pending-card h2,.summary-card h2,.page-card h1{margin:8px 0 0;font-size:16px}.legend-pill{display:inline-flex;align-items:center;gap:10px;color:#475569;font-size:12px}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-dot.success{background:#34d399}.legend-dot.danger{background:#f87171}.chart-visual{background:#f8fafc;border-radius:24px;padding:24px 0 14px}.chart-svg{width:100%;display:block;margin-bottom:18px}.chart-axis{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:4px;color:#94a3b8;font-size:12px;padding:0 24px}.chart-axis span{text-align:center}.dashboard-main{display:grid;grid-template-columns:2fr 1fr;gap:20px}.pending-card{min-height:324px;display:flex;flex-direction:column;justify-content:space-between}.pending-actions-title{margin:0;color:#111827;font-size:15px;font-weight:700}.pending-actions-subtitle{margin:4px 0 0;color:#6b7280;font-size:12px;font-weight:500}.actions-list{display:grid;gap:14px}.action-row{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:18px;background:#f8fafc}.action-left{display:flex;align-items:center}.action-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.action-icon svg{width:18px;height:18px}.action-title{margin:0;font-size:13px;font-weight:700}.action-description{margin:2px 0 0;color:#6b7280;font-size:11px}.action-count{min-width:36px;padding:10px 12px;text-align:center;border-radius:999px;background:#eff6ff;color:#0f172a;font-weight:700}.action-count.action-warning{background:#fef3c7}.action-count.action-danger{background:#fee2e2}.action-count.action-info{background:#e0f2fe}.review-button{width:100%;margin-top:18px;padding:14px 20px;border:none;border-radius:16px;background:#0f1f44;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.dashboard-subgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.summary-card{display:flex;flex-direction:column;gap:16px}.summary-heading-block{padding-bottom:12px;border-bottom:1px solid #e5e7eb;margin-bottom:4px}.summary-title{margin:0;font-size:15px;font-weight:700;color:#111827}.summary-subtitle{margin:2px 0 0;font-size:12px;font-weight:500;color:#6b7280}.view-link{color:#2563eb;font-size:13px;font-weight:700}.list-block,.approvals-list,.receipt-list-card,.driver-list{display:grid;gap:14px}.driver-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-radius:0;background:transparent;border:none}.driver-item:not(:last-child){border-bottom:1px solid #eef2f6}.driver-item-left{display:flex;align-items:center;gap:14px}.driver-info{display:grid;gap:2px}.driver-amount{margin:0;font-size:13px;font-weight:700;color:#0f172a}.driver-name{margin:0;font-size:13px;font-weight:700}.driver-subtitle{margin:0;color:#6b7280;font-size:11px}.item-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#205fa3,#0f8c4a);color:#fff;font-weight:700;font-size:14px}.item-title{margin:0;font-size:14px;font-weight:700}.item-meta{margin:0;color:#6b7280;font-size:11px}.item-right{display:grid;gap:8px;justify-items:end}.driver-item-right{display:grid;justify-items:end;gap:2px}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:26px;padding:0 12px;border-radius:999px;font-size:10px;font-weight:700}.status-pill.pending{background:#fef3c7;color:#92400e}.status-pill.verified{background:#dcfce7;color:#166534}.approval-row,.approval-card{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid #eef2f6}.approval-top-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.approval-meta{margin:0;color:#6b7280;font-size:11px}.approval-name{margin:0;font-size:13px;font-weight:700}.approval-button-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px}.approve-button,.reject-button{border:none;border-radius:14px;padding:10px 18px;font-size:13px;font-weight:700;cursor:pointer}.approve-button{background:#12b76a;color:#fff}.reject-button{background:#eef2ff;color:#334155}.expense-amount{margin:0;font-size:13px;font-weight:700;color:#dc2626}.receipt-list-card{background:#fff;border-radius:22px;border:1px solid #eef2f6;padding:14px;display:grid;gap:12px}.receipt-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 12px;border-radius:0;background:transparent}.receipt-row+.receipt-row{border-top:1px solid #edf2f9}.receipt-icon{width:30px;height:30px;border-radius:14px;display:grid;place-items:center;background:#eef2ff;color:#2563eb;font-size:16px}.receipt-icon svg{width:18px;height:18px}.receipt-details{display:flex;flex-direction:column;gap:2px}.receipt-title{margin:0;font-size:13px;font-weight:700}.receipt-subtitle{margin:0;color:#6b7280;font-size:11px}.receipt-amount{margin:0;font-size:14px;font-weight:700;color:#0f172a}.receipt-total{display:flex;justify-content:space-between;gap:12px;padding-top:18px;border-top:1px solid #e5e7eb;font-size:13px;font-weight:700}.receipt-total-label{font-size:13px}.receipt-total strong{font-size:16px}.page-card{margin:40px;text-align:center}.page-card h1{margin-top:0}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top right,#dbeafe,#f4f6fb 38%,#eef2f7)}.login-card{width:min(460px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 20px 50px #1118271f;padding:28px;display:grid;gap:12px}.login-card h1{margin:0;font-size:26px}.login-card p{margin:0 0 8px;color:#6b7280;font-size:14px}.login-card label{font-size:13px;font-weight:700;color:#334155}.login-card input{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:12px 14px;font-size:14px}.login-card button{border:none;border-radius:12px;background:#0f8c4a;color:#fff;font-weight:700;padding:12px 14px;cursor:pointer}.login-card button:disabled{opacity:.72;cursor:not-allowed}.login-card .ghost-btn{background:#eef2ff;color:#1e293b}.login-methods{display:grid;gap:10px}.error-box{margin-top:6px;border-radius:12px;padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:13px}@media (max-width: 1180px){.summary-row,.dashboard-main,.dashboard-subgrid{grid-template-columns:1fr}}@media (max-width: 880px){.sidebar{display:none}.page-content{padding:20px}.header-actions{flex-direction:column;align-items:stretch}}.page-main{display:flex;flex-direction:column;gap:24px}.page-header-section{border-bottom:1px solid #e5e7eb;padding-bottom:20px}.page-header-section h1{margin:0 0 8px;font-size:28px;font-weight:700}.page-header-section p{margin:0;color:#6b7280;font-size:14px}.opening-cash-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:24px}.denomination-card{background:#fff;border-radius:22px;border:1px solid #e5e7eb;padding:24px}.denomination-card h2{margin:0 0 8px;font-size:16px;font-weight:700}.card-subtitle{margin:0 0 24px;color:#6b7280;font-size:14px}.denomination-list{display:grid;gap:16px}.denomination-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;background:#f8fafc;border-radius:16px}.denom-value{background:#e8f5e9;color:#1b5e20;padding:8px 14px;border-radius:8px;font-weight:700;min-width:70px;text-align:center}.denom-multiply{color:#9ca3af;font-weight:700}.denom-input{background:#fff;border:1px solid #e5e7eb;padding:8px 16px;border-radius:10px;min-width:80px;text-align:center;font-weight:700}.denom-unit{color:#9ca3af;font-size:14px}.denom-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;margin-left:auto}.denom-label{color:#6b7280;font-size:11px}.denom-subtotal{font-weight:700;font-size:16px}.opening-summary{display:flex;flex-direction:column;gap:16px}.summary-card{border-radius:18px;padding:24px;color:#fff}.summary-card.teal{background:linear-gradient(135deg,#0891b2,#0f8c4a)}.summary-label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;opacity:.9}.summary-amount{margin:12px 0 20px;font-size:32px;font-weight:700}.summary-details{display:grid;grid-template-columns:1fr 1fr;gap:12px}.detail-item{padding:12px 0}.detail-item span{display:block;font-size:12px;opacity:.85}.detail-item strong{display:block;margin-top:4px;font-size:16px}.start-day-button{background:#0f1f44;color:#fff;border:none;border-radius:14px;padding:16px 24px;font-size:16px;font-weight:700;cursor:pointer}.info-box{background:#fffacd;border:1px solid #f0e68c;border-radius:14px;padding:16px;display:flex;align-items:flex-start;gap:12px}.info-icon{font-size:18px;margin-top:2px}.info-box p{margin:0;color:#6b5c00;font-size:14px}.cash-in-tabs{display:flex;flex-direction:column;gap:20px}.tab-buttons{display:flex;gap:0;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:18px 18px 0 0;padding:0 24px;overflow-x:auto}.tab-button{padding:16px 20px;background:transparent;border:none;color:#6b7280;font-size:14px;font-weight:700;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;white-space:nowrap}.tab-button.active{color:#0f8c4a;border-bottom-color:#0f8c4a}.tab-content{background:#fff;border-radius:18px;border:1px solid #e5e7eb;padding:24px}.tab-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.tab-header h2{margin:0;font-size:16px;font-weight:700}.tab-header p{margin:8px 0 0;color:#6b7280;font-size:13px}.filter-button{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 16px;font-size:14px;cursor:pointer;white-space:nowrap}.table-container{overflow-x:auto}.cash-in-table{width:100%;border-collapse:collapse}.cash-in-table thead{background:#f8fafc;border-bottom:1px solid #e5e7eb}.cash-in-table th{padding:12px 16px;text-align:left;font-size:13px}.driver-cell strong{font-size:13px;font-weight:700;color:#6b7280;text-transform:uppercase}.cash-in-table tbody tr{border-bottom:1px solid #e5e7eb}.cash-in-table tbody tr:hover{background:#f8fafc}.cash-in-table td{padding:16px;font-size:14px}.driver-cell{display:flex;align-items:center;gap:12px}.driver-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(180deg,#205fa3,#0f8c4a);color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px}.driver-meta{color:#6b7280;font-size:11px;font-size:14px}.cash-in-table td:nth-child(3),.cash-in-table td:nth-child(4),.cash-in-table td:nth-child(5){font-size:14px}.cash-in-table td:nth-child(2){font-size:13px;margin-top:4px}.total-cell{font-weight:700}.status-badge{display:inline-flex;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:700}.status-badge.pending{background:#fef3c7;background:#fff4d0;color:#000}.status-badge.settled{background:#d8f8e2;color:#00a159}.status-badge.verified{background:#dcfce7;color:#00a159}.action-cell{display:flex;gap:8px;align-items:center}.icon-btn{background:transparent;border:none;font-size:16px;cursor:pointer;padding:4px 8px}.verify-btn{background:#0f8c4a;color:#fff;border:none;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:700;cursor:pointer}.office-sales-tab .tab-content{padding:24px}.office-sales-layout{display:grid;grid-template-columns:minmax(420px,1.35fr) minmax(340px,.9fr);gap:24px}.sales-card,.add-entry-card{background:#fff;border-radius:24px;border:1px solid #e5e7eb;padding:24px;box-shadow:0 10px 30px #0f172a0a;min-width:0}.section-heading h2{font-size:13px;margin:2px 0 0;font-size:11px;font-weight:700}.section-heading p{margin:8px 0 0;color:#6b7280;font-size:13px}.sales-table{display:grid;gap:0;margin-top:20px;overflow-x:auto}.sales-header,.sales-row{display:grid;grid-template-columns:100px minmax(160px,1fr) minmax(180px,1.3fr) 120px;gap:20px;align-items:center}.sales-header{padding:12px 0;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:700;text-transform:uppercase}.sales-row{padding:16px 0;border-bottom:1px solid #f3f4f6;font-size:14px}.form-grid{display:grid;gap:12px}.form-group{display:grid;gap:2px;font-size:13px}.request-type-card .request-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;margin-bottom:10px}.request-type-card .request-icon svg{width:18px;height:18px}.form-group label{font-weight:700;color:#0f172a}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;font-size:14px;color:#0f172a}.form-group textarea{min-height:120px;resize:vertical}.cylinder-sales-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sales-input-group{display:grid;gap:8px}.sales-input-label{font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase}.sales-input-group input{padding:14px 16px;border-radius:14px;border:1px solid #e5e7eb;background:#f8fafc}.field-note{margin:0;color:#6b7280;font-size:12px;line-height:1.5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.file-upload-card{position:relative;display:block;padding:24px;border:1px dashed #d1d5db;border-radius:18px;background:#f8fafc;cursor:pointer}.file-upload-card input[type=file]{display:none}.upload-label{display:flex;align-items:center;gap:16px;cursor:pointer;color:#0f172a}.upload-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff;border:1px solid #e5e7eb;font-size:18px}.upload-label strong{display:block;font-size:14px;font-weight:700}.upload-label div{color:#6b7280;font-size:12px}.upload-info{margin:12px 0 0;color:#0f172a;font-size:13px}.add-entry-btn{width:100%;padding:14px 16px;background:#0f8c4a;color:#fff;border:none;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer}@media (max-width: 1180px){.office-sales-layout,.form-row,.cylinder-sales-grid{grid-template-columns:1fr}}.sales-list>p{margin:0 0 20px;color:#6b7280;font-size:13px}.sales-table{display:grid;gap:0;overflow-x:auto}.sales-header{display:grid;grid-template-columns:90px minmax(140px,1fr) minmax(180px,1.2fr) 110px;gap:12px;padding:12px 0;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:700;text-transform:uppercase}.sales-row{display:grid;grid-template-columns:90px minmax(140px,1fr) minmax(180px,1.2fr) 110px;gap:12px;padding:12px 0;border-bottom:1px solid #f3f4f6;align-items:center;font-size:14px}.bill-id{color:#2563eb;font-weight:700}.customer-name{font-weight:700}.notes-cell{color:#6b7280;font-size:13px}.amount-cell{text-align:right;font-weight:700}.add-entry-form{padding:24px;background:#f8fafc}.add-entry-form h2{margin:0 0 8px;font-size:13px}.add-entry-form>p{margin:0 0 20px;color:#6b7280;font-size:11px}.form-group,.form-field{margin-bottom:16px}.radio-group{display:flex;gap:16px;margin-top:8px}.radio-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#2d2d2d;font-weight:500}.radio-option input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:#0f8c4a}.radio-option span{-webkit-user-select:none;user-select:none}.customer-search-group,.product-search-group{position:relative}.product-search-input{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-family:inherit}.search-results{position:absolute;width:100%;top:calc(100% + 6px);left:0;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 24px #0f172a14;z-index:10;max-height:240px;overflow-y:auto}.search-item{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:transparent;border:none;text-align:left;cursor:pointer;font-size:14px;color:#0f172a}.search-item:hover{background:#f8fafc}.selected-product{padding:12px 14px;margin-bottom:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.add-entry-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.add-entry-form .form-group.small{margin-bottom:0}.add-entry-form .form-row .form-group{margin-bottom:16px}@media (max-width: 1180px){.sales-grid{grid-template-columns:1fr}.sales-list{border-right:none;border-bottom:1px solid #e5e7eb}.add-entry-form .form-row{grid-template-columns:1fr}}.form-field textarea,.form-field select{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;font-family:inherit}.form-field textarea{resize:vertical;min-height:80px}.form-section{margin-bottom:16px}.form-section label{display:block;margin-bottom:12px;font-size:14px;font-weight:700}.cylinder-inputs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:12px}.input-group{display:flex;flex-direction:column;gap:6px}.input-group span{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase}.input-group input{padding:8px 12px}.form-hint{margin:0;color:#6b7280;font-size:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-note{margin:12px 0 0;color:#6b7280;font-size:12px}.file-upload{border:2px dashed #d1d5db;border-radius:12px;padding:24px;text-align:center;cursor:pointer}.upload-icon{font-size:32px;margin-bottom:8px}.file-upload p{margin:8px 0 4px;font-weight:700}.file-upload small{display:block;color:#6b7280;font-size:12px}.add-entry-btn{width:100%;padding:12px 16px;background:#0f8c4a;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;margin-top:8px}.cashier-requests-tab .tab-content{padding:20px}.cashier-requests-shell{display:grid;gap:16px}.request-types-top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.requests-bottom-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(320px,.85fr);gap:16px}.request-form-area,.recent-requests-panel{border:1px solid #e5e7eb;border-radius:18px;background:#fff;padding:24px}.request-header{margin-bottom:0;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.request-header h2{margin:0 0 8px;font-size:16px}.request-header p{margin:0 0 8px;color:#6b7280;font-size:12px;line-height:1.5}.request-id{color:#0f8c4a;font-size:13px!important;margin-top:12px!important}.request-types{display:grid;gap:12px}.request-type-card{padding:16px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;text-align:left;cursor:pointer;transition:all .2s ease}.request-type-card.active{border-color:#64748b;box-shadow:inset 0 0 0 1px #64748b}.request-type-card:hover{border-color:#0f8c4a}.request-type-card strong,.request-type-card p{pointer-events:none}.request-icon{font-size:24px;margin-bottom:8px}.request-type-card strong{display:block;font-size:13px;margin-bottom:6px}.request-type-card p{margin:0;font-size:11px;color:#6b7280}.request-form-area h3{margin:0 0 8px;font-size:16px}.form-info{margin:0 0 20px;color:#6b7280;font-size:13px}.request-form{margin-bottom:0}.submit-btn{width:100%;padding:12px 16px;background:#0f8c4a;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}.reset-btn{width:100%;padding:12px 16px;background:transparent;color:#6b7280;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;margin-top:8px}.form-actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.form-actions.row-actions{flex-direction:row;align-items:center}.form-actions.row-actions .submit-btn{flex:1}.form-actions.row-actions .reset-btn{width:auto;min-width:100px;margin-top:0}.recent-section{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.recent-section h3,.recent-requests-panel h3{margin:0 0 4px;font-size:13px}.section-date{margin:0 0 16px;color:#6b7280;font-size:11px}.customer-search-wrapper{position:relative;margin-bottom:16px}.customer-search-input{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#f8fafc}.customer-search-input:focus{outline:none;border-color:#0f8c4a;background:#fff;box-shadow:0 0 0 3px #0f8c4a1a}.customer-search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 4px 6px #0000001a}.customer-result-item{width:100%;padding:12px;border:none;border-bottom:1px solid #f3f4f6;background:transparent;text-align:left;cursor:pointer;transition:background .2s ease;display:flex;flex-direction:column;gap:4px}.customer-result-item:last-child{border-bottom:none}.customer-result-item:hover{background:#f9fafb}.customer-result-name{font-weight:600;color:#161b2e}.recent-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;text-align:left;transition:all .2s ease}.recent-item:hover{border-color:#0f8c4a;background:#f8fafc}.recent-item.is-locked{opacity:.6;cursor:not-allowed}.request-info{flex:1;display:grid;gap:4px}.request-info p{margin:0;font-size:13px;font-weight:700}.request-info small{margin:0;font-size:11px;color:#6b7280}.request-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.status-badge.approved{background:#d8f8e2;color:#00a159;font-size:11px}.amount{font-size:14px;font-weight:700;color:#0f172a}.form-field label{font-size:12px;font-weight:700;margin-bottom:6px;display:block;color:#0f172a;font-size:13px}.customer-result-meta{display:flex;gap:12px;font-size:12px;color:#6b7280}.customer-result-meta span{display:flex;align-items:center}.recent-list{display:grid;gap:12px}.recent-item{padding:14px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left}.recent-item.is-clickable{cursor:pointer}.recent-item.is-clickable:hover{border-color:#0f8c4a}.recent-item.is-locked{opacity:.75;cursor:not-allowed}.recent-item.is-selected{border-color:#0f8c4a;background:#f0fdf4}.request-info{flex:1}.request-info p{margin:0;font-size:12px;color:#0f8c4a;font-weight:700}.request-info strong{display:block;margin-top:4px;font-size:14px}.request-info small{display:block;margin-top:2px;color:#6b7280;font-size:12px}.request-status{display:flex;align-items:center;gap:12px}.status-badge.approved{background:#dcfce7;color:#166534}.amount{font-weight:700;min-width:60px;text-align:right}.recent-requests-panel{background:#f8fafc}@media (max-width: 1180px){.request-types-top{grid-template-columns:1fr 1fr}.requests-bottom-grid{grid-template-columns:1fr}.form-actions.row-actions{flex-direction:column}.form-actions.row-actions .reset-btn{width:100%}}.cashier-request-table{width:100%;border-collapse:collapse;min-width:980px}.cashier-request-table thead{background:#f8fafc;border-bottom:1px solid #e5e7eb}.cashier-request-table th{padding:10px 12px;text-align:left;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase}.cashier-request-table td{padding:12px;font-size:13px;border-bottom:1px solid #e5e7eb;vertical-align:middle}.cashier-request-table tr.is-selected{background:#f0fdf4}.other-receipts-tab .tab-content{padding:0}.receipts-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}.add-receipt-form{padding:24px;background:#fff;border-right:1px solid #e5e7eb}.add-receipt-form h2{margin:0 0 8px;font-size:13px}.add-receipt-form>p{margin:0 0 20px;color:#6b7280;font-size:13px}.type-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:16px}.type-btn{padding:10px 14px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer}.type-btn.active{background:#e0f2fe;border-color:#0ea5e9;color:#0ea5e9}.add-receipt-btn{width:100%;padding:12px 16px;background:#0f8c4a;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}.recent-receipts{padding:24px;background:#f8fafc}.recent-receipts h2{margin:0 0 4px;font-size:16px}.receipt-list{display:grid;gap:12px;margin-top:16px}.receipt-item{padding:12px;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.receipt-category{font-size:11px;font-weight:700;color:#0ea5e9;text-transform:uppercase;margin-bottom:6px}.receipt-item strong{display:block;font-size:14px;margin-bottom:8px}.receipt-amount{display:block;color:#0f8c4a;font-weight:700;font-size:14px}.cash-out-grid{display:grid;gap:24px}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stat-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:20px 24px;text-align:center}.stat-icon{width:40px;height:40px;display:grid;place-items:center;margin:0 auto 12px;border-radius:12px}.stat-icon svg{width:20px;height:20px}.stat-icon.pending{background:#fff4d0}.stat-icon.approved{background:#d8f8e2}.stat-icon.avg-time{background:#e2f5ff;margin-bottom:12px}.stat-label{margin:0 0 8px;color:#6b7280;font-size:13px}.stat-value{margin:0;font-size:28px;font-weight:700}.expense-section{background:#fff;border-radius:18px;border:1px solid #e5e7eb;padding:24px}.expense-section h2{margin:0 0 8px;font-size:16px}.expense-section>p{margin:0 0 20px;color:#6b7280;font-size:13px}.expense-list{display:grid;gap:12px}.expense-item{padding:14px 16px;background:#f8fafc;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:16px}.expense-left{display:flex;align-items:center;gap:12px}.expense-avatar{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#fb923c,#f97316);color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px}.expense-details{display:grid;gap:4px}.expense-details strong{font-size:14px}.expense-details p{margin:0;color:#6b7280;font-size:13px}.expense-right{display:flex;align-items:center;gap:12px;margin-left:auto}.expense-amount{font-weight:700;min-width:80px;text-align:right}.approve-pay-btn{background:#0f8c4a;color:#fff;border:none;border-radius:10px;padding:8px 12px;font-size:11px;font-weight:700;cursor:pointer}.reject-btn{background:transparent;color:#dc2626;border:1px solid #fecaca;border-radius:10px;padding:6px 10px;font-size:16px;cursor:pointer}.approve-pay-btn:disabled,.reject-btn:disabled,.icon-btn:disabled{opacity:.6;cursor:not-allowed}.expense-item-empty{justify-content:center;color:#6b7280;font-weight:600}.cashout-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:grid;place-items:center;padding:24px;z-index:1000}.cashout-modal{width:min(920px,100%);background:#fff;border-radius:24px;border:1px solid #e5e7eb;padding:24px;box-shadow:0 24px 60px #0f172a33}.cashout-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.cashout-modal-header h3{margin:0 0 6px;font-size:20px}.cashout-modal-header p{margin:0;color:#6b7280;font-size:14px}.cashout-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cashout-modal-sections{display:grid;gap:16px}.cashout-modal-section{display:grid;gap:10px}.cashout-modal-section h4{margin:0;font-size:14px;color:#1e293b;font-weight:700}.cashout-photo-card{border:1px solid #e5e7eb;border-radius:18px;background:#f8fafc;padding:14px}.cashout-photo-card p{margin:0 0 12px;color:#475569;font-size:13px;font-weight:700}.cashout-photo{width:100%;height:220px;object-fit:cover;border-radius:14px;background:#e2e8f0}.cashout-photo-empty{min-height:140px;border-radius:14px;border:1px dashed #cbd5e1;display:grid;place-items:center;color:#94a3b8;font-size:13px;font-weight:700}.cashout-modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.cashout-payment-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:16px;z-index:1200}.cashout-payment-modal{width:min(460px,100%);border-radius:18px;overflow:hidden;background:#fff;border:1px solid #dbe2ea;box-shadow:0 28px 64px #0f172a59}.cashout-payment-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 8px;background:linear-gradient(180deg,#79a8cf,#6a9bc4)}.cashout-payment-kicker{margin:0;font-size:11px;letter-spacing:.05em;text-transform:uppercase;font-weight:700;color:#ffffffe6}.cashout-payment-hero{background:linear-gradient(180deg,#79a8cf,#6a9bc4);color:#fff;padding:6px 16px 18px;display:grid;gap:2px}.cashout-payment-hero p{margin:0;font-size:12px;opacity:.95}.cashout-payment-hero strong{font-size:20px}.cashout-payment-hero span{font-size:12px;opacity:.9}.cashout-payment-hero h3{margin:6px 0 0;font-size:42px;line-height:1}.cashout-payment-body{padding:16px;display:grid;gap:10px}.cashout-payment-label{font-size:12px;color:#64748b;font-weight:700}.cashout-payment-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cashout-method-btn{border:1px solid #d1d5db;background:#f8fafc;color:#0f172a;border-radius:10px;min-height:40px;font-size:13px;font-weight:700;cursor:pointer}.cashout-method-btn.active{border-color:#1f4f82;background:#eef5fc}.cashout-payment-input{border:1px solid #cbd5e1;border-radius:10px;min-height:42px;padding:0 12px;font-size:14px;outline:none}.cashout-payment-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f624}.cashout-payment-error{margin:0;color:#dc2626;font-size:12px;font-weight:600}.cashout-payment-balance{margin:0 0 12px;padding:8px 12px;border-radius:8px;background:#f0f7f2;color:#1f7a49;font-size:13px;font-weight:600}.cashout-pay-confirm-btn{margin-top:4px;border:none;background:linear-gradient(135deg,#3fa96a,#249a57);color:#fff;border-radius:10px;min-height:44px;font-size:14px;font-weight:700;cursor:pointer}.cashout-pay-confirm-btn:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 900px){.cashout-modal-grid{grid-template-columns:1fr}.cashout-photo{height:190px}.cashout-photo-empty{min-height:120px}}.expense-entry-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:20px;align-items:start}.expense-entry{background:#fff;border-radius:22px;border:1px solid #e5e7eb;padding:28px}.expense-entry h2{margin:0 0 8px;font-size:16px}.expense-entry>p{margin:0 0 20px;color:#6b7280;font-size:13px}.office-expense-form{display:grid;gap:18px}.form-group,.form-field,.form-row{display:grid;gap:10px}.form-field label,.form-group label{color:#4b5563;font-size:13px;font-weight:600}.form-field input{width:100%;min-height:48px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#0f172a;font-size:14px}.form-field input:read-only{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed;border-color:#d1d5db}.form-field input:read-only::placeholder{color:#9ca3af}.category-buttons{display:flex;flex-wrap:wrap;gap:10px}.cat-btn{padding:10px 16px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.cat-btn.active{background:#e0f2fe;border-color:#0ea5e9;color:#0ea5e9}.file-upload-small{border:2px dashed #d1d5db;border-radius:14px;padding:20px;text-align:center;cursor:pointer;font-size:13px;color:#6b7280;width:100%;min-height:90px;display:flex;align-items:center;justify-content:center;background:#fff}.submit-expense-btn{background:#dc2626;color:#fff;border:none;border-radius:14px;padding:16px 18px;font-size:15px;font-weight:700;cursor:pointer;width:100%;margin-top:6px}.section-date{margin:8px 0 0;color:#6b7280;font-size:13px}.recent-expenses{background:#fff;border-radius:18px;border:1px solid #e5e7eb;padding:24px}.recent-expenses h2{margin:0 0 4px;font-size:16px}.expense-category-list{display:grid;gap:12px;margin-top:16px}.expense-category-item{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 14px;background:#f8fafc;border-radius:16px}.category-label{font-size:10px;font-weight:700;color:#6b7280;text-transform:uppercase;margin-bottom:8px}.expense-item-name{margin:0;font-size:14px;font-weight:700;color:#0f172a}.expense-item-amount{color:#dc2626;font-weight:700;font-size:14px;white-space:nowrap}.live-hero-card{background:linear-gradient(135deg,#0c1b40,#002a57);border-radius:24px;padding:32px;color:#fff;box-shadow:0 20px 60px #0211343d}.live-hero-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px}.live-badge{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8dd9b2}.live-status{font-size:14px;color:#dbeafe}.live-hero-body{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.live-hero-label{margin:0 0 8px;color:#ffffffb8;font-size:14px}.live-hero-value{margin:0;font-size:48px;letter-spacing:-.04em}.live-hero-meta{margin:10px 0 0;color:#ffffffb8;font-size:14px}.live-hero-chip{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:999px;background:#ffffff14;color:#dbeafe;min-width:200px;justify-content:center}.live-chip-dot{width:10px;height:10px;border-radius:50%;background:#34d399}.live-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:24px;margin-top:24px}.live-chart-card{padding:24px}.legend-pill-row{display:flex;gap:12px;flex-wrap:wrap}.live-chart-visual{padding:24px 0 0}.live-chart-axis{padding:0 24px}.live-summary-column{display:grid;gap:16px}.info-card{background:#fff;border-radius:24px;border:1px solid #e5e7eb;padding:24px}.info-card-green{border-color:#d1fae5}.info-card-red{border-color:#fee2e2}.info-label{margin:0;color:#0f8c4a;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.info-card h3{margin:10px 0 4px;font-size:32px}.info-meta{margin:0;color:#6b7280;font-size:13px}.alert-card{display:flex;gap:16px;align-items:flex-start;padding:22px;border-radius:20px;background:#fffbeb;border:1px solid #fef3c7}.alert-icon{font-size:24px;line-height:1}.alert-title{margin:0 0 6px;font-size:15px;font-weight:700}.payments-summary-row,.report-cards-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.payment-card,.report-card,.reconciliation-card,.saved-transfers-card,.noncash-card,.report-filters-card,.settings-card,.closing-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:var(--shadow)}.payment-card{padding:24px}.payment-card-icon,.report-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:18px;background:#eef2ff;font-size:22px;margin-bottom:16px}.payment-card-label{margin:0 0 8px;color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.payment-card h3,.report-card h2{margin:0;font-size:28px}.payment-card-note,.report-card p{margin:10px 0 0;color:#6b7280;font-size:13px}.reconciliation-card,.saved-transfers-card,.noncash-card,.report-filters-card,.settings-card{padding:24px}.reconciliation-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.reconciliation-form .form-group,.statement-upload-card .form-group,.report-filters-grid .form-field,.closing-summary-card .form-field{margin-bottom:16px}.reconciliation-form .form-field input{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:12px;font-size:14px;background:#fff}.save-transfer-btn{width:100%;padding:14px 18px;background:#081428;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;margin-top:8px}.match-button,.report-action-button,.primary-button,.secondary-button,.close-day-button{cursor:pointer;border:none;border-radius:12px;padding:14px 18px;font-size:14px;font-weight:700}.match-button{width:100%;background:#0f8c4a;color:#fff}.match-button.secondary,.secondary-button{background:#fff;color:#0f172a;border:1px solid #e5e7eb}.statement-upload-card{display:flex;flex-direction:column;gap:18px;justify-content:space-between;background:#f8fafc;border-radius:20px;padding:24px}.upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:2px dashed #cbd5e1;border-radius:18px;padding:40px 20px;text-align:center;color:#64748b}.upload-icon{font-size:32px}.payments-table{width:100%;border-collapse:collapse}.payments-table th,.payments-table td{padding:16px;border-bottom:1px solid #e5e7eb;font-size:14px;color:#0f172a}.payments-table thead th{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.payments-table tbody tr:hover{background:#f8fafc}.method-pill{display:inline-flex;padding:6px 12px;border-radius:999px;background:#eef2ff;color:#0f172a;font-size:11px;font-weight:700}.closing-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:24px}.closing-card{padding:24px}.denomination-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.denomination-pair{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:12px;padding:18px;background:#f8fafc;border-radius:18px}.denomination-pair span{font-size:14px;font-weight:700}.denomination-pair input{width:100%;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;text-align:center}.denomination-pair strong{text-align:right;font-size:14px}.closing-summary-column{display:grid;gap:20px}.closing-summary-card{padding:24px}.difference-card{padding:24px;border-radius:24px;border:1px solid #fecaca;background:#fff1f2}.difference-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.difference-label{color:#b91c1c;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.difference-value{margin:0;font-size:36px;color:#b91c1c}.difference-note{margin:8px 0 20px;color:#7f1d1d}.difference-card .form-field{margin:0 0 16px}.difference-card input{width:100%;padding:14px;border:1px solid #e5e7eb;border-radius:14px;font-size:14px}.difference-actions{display:flex;gap:12px;flex-wrap:wrap}.primary-button{background:#0f172a;color:#fff}.close-day-button{width:100%;background:#0f172a;color:#fff;padding:16px 20px;margin-top:8px}.close-day-note{margin:10px 0 0;color:#6b7280;font-size:13px}.report-card{display:grid;gap:16px;padding:24px}.report-card h2{margin:0;font-size:18px}.report-actions{display:flex;gap:12px}.report-action-button{flex:1;background:#eef2ff;color:#0f172a}.report-filters-card{padding:24px}.report-filters-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:24px}.filter-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:24px;background:#f8fafc;border-radius:20px;border:1px solid #e5e7eb}.setting-row h3{margin:0 0 8px;font-size:16px}.setting-row p{margin:0;color:#6b7280;font-size:13px;line-height:1.6}.toggle-switch{width:56px;height:32px;border-radius:999px;background:#e5e7eb;position:relative;border:none;transition:background .2s ease}.toggle-switch.active{background:#0f8c4a}.toggle-thumb{position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:999px;background:#fff;transition:transform .2s ease}.toggle-switch.active .toggle-thumb{transform:translate(24px)}@media (max-width: 1180px){.live-grid,.closing-grid,.report-cards-row,.reconciliation-grid,.payments-summary-row,.settings-grid,.report-filters-grid{grid-template-columns:1fr}}@media (max-width: 880px){.page-content,.payment-card,.report-card,.reconciliation-card,.saved-transfers-card,.noncash-card,.report-filters-card,.settings-card,.closing-card,.live-hero-card{padding:20px}}.date-filter{position:relative}.date-pill{padding:12px 18px;font-size:16px;color:#344054;cursor:pointer;font-family:inherit}.date-pill-icon{font-size:15px}.date-pill-caret{font-size:12px;color:#94a3b8}.date-popover-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.date-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:50;width:260px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 12px 30px #0f172a24;padding:16px;display:flex;flex-direction:column;gap:12px}.date-field{display:flex;flex-direction:column;gap:6px}.date-field label{font-size:12px;font-weight:600;color:#64748b}.date-field input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#1a2130;font-family:inherit}.date-field input:focus{outline:none;border-color:#3d4fe0;box-shadow:0 0 0 3px #3d4fe026}.date-popover-actions{display:flex;justify-content:space-between;gap:10px;margin-top:2px}.date-btn{flex:1;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;border:1px solid transparent}.date-btn.ghost{background:#fff;border-color:#e5e7eb;color:#475569}.date-btn.ghost:hover{background:#f8fafc}.date-btn.primary{background:#3d4fe0;color:#fff}.date-btn.primary:hover{background:#3340c4}.live-breakdown-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18)}.live-breakdown-item{display:flex;flex-direction:column;gap:4px}.live-breakdown-label{font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:#ffffffbf}.live-breakdown-value{font-size:20px;font-weight:700;color:#fff}.driver-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:1000;display:flex;justify-content:center;align-items:center}.driver-modal-container{background:#fff;width:95vw;max-width:1400px;height:90vh;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 25px #0003}.driver-modal-header{padding:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eaeaea}.driver-modal-header h2{margin:0 0 4px;font-size:24px;color:#111}.driver-modal-header p{margin:0;color:#666;font-size:14px}.driver-modal-close{background:transparent;border:1px solid #ccc;border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:16px;color:#333}.driver-modal-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:24px}.driver-summary-card{border:1px solid #eaeaea;border-radius:8px;padding:16px;background:#fff}.driver-summary-label{font-size:12px;color:#666;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.driver-summary-value{font-size:22px;font-weight:700}.driver-summary-value.blue{color:#08c}.driver-summary-value.green{color:#0f8c4a}.driver-summary-value.red{color:#e53935}.driver-summary-value.black{color:#111}.driver-modal-actions{display:flex;justify-content:space-between;align-items:center;padding:0 24px 16px;border-bottom:1px solid #eaeaea}.driver-modal-tabs{display:flex;gap:8px}.driver-tab-btn{padding:8px 16px;border-radius:20px;border:none;background:#f5f5f5;color:#333;font-weight:600;font-size:14px;cursor:pointer}.driver-tab-btn.active{background:#111;color:#fff}.driver-export-btn{background:#fff;border:1px solid #ccc;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;color:#333;display:flex;align-items:center;gap:6px}.driver-modal-container .table-container{flex:1;overflow:auto;padding:0 24px 24px}.driver-modal-table{width:100%}.driver-modal-table th{padding-top:24px;background:#fff;position:sticky;top:0;z-index:10}.verify-btn-dark{background:#14213d;color:#fff;border:none;border-radius:20px;padding:6px 16px;font-size:12px;font-weight:600;cursor:pointer}.red-text{color:#e53935}.route-cell{color:#666}.close-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:1000;display:flex;justify-content:center;align-items:center}.close-modal-content{background:#fff;border-radius:12px;width:500px;max-width:90vw;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column}.close-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;border-bottom:1px solid #f3f4f6}.close-modal-header h2{margin:0;font-size:18px;font-weight:700;color:#111827}.close-modal-header p{margin:4px 0 0;font-size:13px;color:#6b7280}.close-modal-close-btn{background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280}.close-modal-body{padding:24px;display:flex;flex-direction:column;gap:20px}.close-modal-total-card{border:1px solid #e5e7eb;border-radius:8px;padding:20px}.close-modal-label{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;display:block}.close-modal-total-value{margin:0;font-size:32px;font-weight:700;color:#111827}.close-modal-row{display:flex;gap:16px}.close-modal-col{flex:1}.petty-cash-input{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:500;background:#f9fafb}.petty-cash-input span{color:#6b7280;margin-right:8px}.petty-cash-input input{border:none;background:transparent;outline:none;font-size:16px;font-weight:500;width:100%}.balance-total-card{border:1px solid #10b981;background:#ecfdf5;border-radius:8px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;height:100%;box-sizing:border-box}.balance-total-label{font-size:13px;font-weight:600;color:#10b981}.balance-total-value{font-size:20px;font-weight:700;color:#10b981}.disposition-toggle{display:flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.disposition-btn{flex:1;padding:12px;border:none;background:#fff;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s;border-right:1px solid #e5e7eb}.disposition-btn:last-child{border-right:none}.disposition-btn.active{background:#0f172a;color:#fff}.close-modal-note{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:12px;font-size:14px;resize:none;min-height:80px;outline:none;box-sizing:border-box;font-family:inherit}.close-modal-note:focus{border-color:#3b82f6}.close-modal-footer{display:flex;justify-content:center;gap:16px;padding:20px 24px;border-top:1px solid #f3f4f6}.close-modal-cancel{padding:12px 32px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;font-size:14px;font-weight:600;color:#374151;cursor:pointer}.close-modal-submit{padding:12px 32px;border:none;background:#10b981;border-radius:8px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px}
