.customer-report-container{padding:2rem;font-family:Inter,sans-serif;color:var(--theme-text-primary)}.customer-report-container .report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.customer-report-container .report-header h1{margin:0;font-size:1.8rem;font-weight:700;color:var(--theme-text-primary)}.customer-report-container .report-header .date-filter{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.customer-report-container .report-header .filter-group{display:flex;align-items:center}.customer-report-container .custom-date-input{display:flex;align-items:center;background-color:var(--theme-input-bg,var(--theme-elevation-50));border:1px solid var(--theme-elevation-400);border-radius:8px;padding:0 12px;height:42px;cursor:pointer;transition:all .2s;color:var(--theme-text-primary)}.customer-report-container .custom-date-input:hover{border-color:var(--theme-info-750)}.customer-report-container .custom-date-input .date-text{font-weight:500;font-size:.9rem}.customer-report-container .custom-date-input .separator{margin:0 8px;color:var(--theme-elevation-400)}.customer-report-container .custom-date-input .icon{margin-left:12px;color:var(--theme-elevation-400);display:flex;align-items:center}.customer-report-container .export-container{position:relative}.customer-report-container .export-container .export-btn{display:flex;align-items:center;gap:8px;background-color:var(--theme-info-500);color:#fff;border:none;border-radius:8px;padding:0 16px;height:42px;cursor:pointer;font-weight:600;transition:background-color .2s}.customer-report-container .export-container .export-btn:hover{background-color:var(--theme-info-600)}.customer-report-container .export-container .export-btn .icon{font-size:1.2rem}.customer-report-container .export-container .export-menu{position:absolute;top:100%;right:0;margin-top:8px;background-color:var(--theme-bg,#fff);border:1px solid var(--theme-elevation-150);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:9999;overflow:hidden;min-width:120px}.customer-report-container .export-container .export-menu button{display:block;width:100%;text-align:left;padding:10px 16px;background:none;border:none;cursor:pointer;color:var(--theme-text-primary);font-size:.9rem}.customer-report-container .export-container .export-menu button:hover{background-color:var(--theme-elevation-50)}.customer-report-container .table-container{overflow-x:auto;background-color:var(--theme-bg,#fff);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid var(--theme-elevation-150)}.customer-report-container .table-container .report-table{width:100%;border-collapse:separate;border-spacing:0;min-width:800px}.customer-report-container .table-container .report-table thead{background-color:var(--theme-elevation-50)}.customer-report-container .table-container .report-table thead th{padding:16px;text-align:left;font-weight:600;color:var(--theme-text-secondary);border-bottom:2px solid var(--theme-elevation-150);white-space:nowrap;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.customer-report-container .table-container .report-table tbody tr{transition:background-color .1s}.customer-report-container .table-container .report-table tbody tr:hover{background-color:var(--theme-elevation-50)}.customer-report-container .table-container .report-table tbody tr td{padding:14px 16px;border-bottom:1px solid var(--theme-elevation-100);color:var(--theme-text-primary);font-size:1.2rem;vertical-align:middle}.customer-report-container .table-container .report-table tbody tr td.product-name-cell .product-price-unit{font-size:.8rem;color:var(--theme-text-secondary);margin-top:2px}.customer-report-container .table-container .report-table tbody tr:last-child td{border-bottom:none}.customer-report-container .table-container .report-table tfoot{background-color:var(--theme-elevation-100)}.customer-report-container .table-container .report-table tfoot tr td{padding:16px;border-top:2px solid var(--theme-elevation-200);font-weight:700;color:var(--theme-text-primary)}.bill-detail-container{margin-top:20px}.bill-detail-container .view-bill-btn{background-color:#000;color:#fff;padding:10px 20px;border:none;cursor:pointer;font-size:14px;border-radius:4px}.bill-detail-container .view-bill-btn:hover{background-color:#333}.bill-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999}.bill-modal-content{background-color:#fff;padding:30px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:8px;position:relative}@media(max-width:480px){.bill-modal-content{max-width:90%;padding:20px}}.bill-modal-content .close-btn{position:absolute;top:10px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#000}.branch-report-container{background:var(--theme-elevation-0);border-radius:var(--style-radius-m);box-shadow:var(--theme-shadow-success);color:var(--theme-text-primary)}.branch-report-container .report-header{flex-direction:column;align-items:flex-start;gap:1.5rem;border-bottom:1px solid var(--theme-elevation-100)}.branch-report-container .report-header h1{color:var(--theme-text-primary)}.branch-report-container .report-header .date-filter{gap:1.5rem;width:100%;color:var(--theme-text-primary)}.branch-report-container .report-header .date-filter .custom-date-input{background:var(--theme-bg-input);border:1px solid var(--theme-elevation-400);border-radius:8px;color:var(--theme-text-primary);padding:0 1rem;height:42px;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-family:inherit;font-size:1rem;min-width:250px;transition:all .2s}.branch-report-container .report-header .date-filter .custom-date-input:hover{border-color:var(--theme-info-750)}.branch-report-container .report-header .date-filter .custom-date-input .date-text{font-weight:600;letter-spacing:.5px;color:var(--theme-text-primary)}.branch-report-container .report-header .date-filter .custom-date-input .icon{display:flex;align-items:center;opacity:.6;color:var(--theme-text-primary)}.branch-report-container .report-header .date-filter .filter-group{gap:.75rem}.branch-report-container .report-header .export-btn{border:1px solid var(--theme-elevation-400);background:var(--theme-input-bg,var(--theme-elevation-50));color:var(--theme-text-primary);padding:0 1rem;height:42px;border-radius:8px;font-size:1rem;display:flex;align-items:center;gap:.5rem;transition:all .2s}.branch-report-container .report-header .export-btn:hover{border-color:var(--theme-info-500)}.branch-report-container .report-table{width:100%;border-collapse:collapse}.branch-report-container .report-table td,.branch-report-container .report-table th{padding:1rem;border-bottom:1px solid var(--theme-elevation-100);text-align:left;color:var(--theme-text-primary);border-right:1px solid var(--theme-elevation-100)}.branch-report-container .report-table td:first-child,.branch-report-container .report-table th:first-child{border-left:1px solid var(--theme-elevation-100)}.branch-report-container .report-table td.branch-name-cell,.branch-report-container .report-table th.branch-name-cell{font-size:1.1rem;font-weight:600}.branch-report-container .report-table th{background:var(--theme-elevation-50);font-weight:600}.branch-report-container .report-table tbody tr:nth-child(2n){background-color:var(--theme-elevation-50)}.branch-report-container .report-table .grand-total{background:var(--theme-elevation-100);font-weight:700}.branch-report-container .report-table .grand-total td{border-top:2px solid var(--theme-border-color)}.branch-report-container .error{color:var(--theme-error-500)}.custom-calendar{border-radius:4px!important}.custom-calendar .react-datepicker__month-container{margin:0 .5rem;float:left}.custom-calendar .react-datepicker-time__header,.custom-calendar .react-datepicker-year-header,.custom-calendar .react-datepicker__current-month{color:var(--theme-text-primary)!important;font-weight:600;margin-bottom:.5rem}.custom-calendar .react-datepicker__day{border:1px solid var(--theme-elevation-150)!important;border-radius:0!important}.custom-calendar .react-datepicker__day:hover{border-color:var(--theme-elevation-300)!important;border-radius:0!important}.custom-calendar .react-datepicker__day--disabled{border-color:rgba(0,0,0,0)!important}.custom-calendar .react-datepicker__day--outside-month{border-color:rgba(0,0,0,0)!important;opacity:.5}.custom-calendar .react-datepicker__day--in-range,.custom-calendar .react-datepicker__day--in-selecting-range,.custom-calendar .react-datepicker__day--selected{background-color:rgba(0,0,0,0)!important;color:var(--theme-text-primary)!important;border:2px solid var(--theme-text-primary)!important;font-weight:700}.custom-calendar .react-datepicker__day--in-range:hover,.custom-calendar .react-datepicker__day--in-selecting-range:hover,.custom-calendar .react-datepicker__day--selected:hover{background-color:var(--theme-elevation-200)!important}.custom-calendar .react-datepicker__day--today{font-weight:700;position:relative}.custom-calendar .react-datepicker__day--today:after{content:"";position:absolute;bottom:2px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background-color:var(--theme-info-500)}.custom-calendar .react-datepicker__day--keyboard-selected{background-color:var(--theme-elevation-150)!important;border-radius:0!important}.category-report-container{padding:2rem;background:var(--theme-elevation-0);border-radius:var(--style-radius-m);box-shadow:var(--theme-shadow-success);margin:2rem;color:var(--theme-text-primary)}.category-report-container .report-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--theme-elevation-100);position:relative;z-index:500}.category-report-container .report-header h1{margin:0;font-size:1.75rem;font-weight:600;color:var(--theme-text-primary)}.category-report-container .report-header .date-filter{display:flex;align-items:center;gap:1.5rem;color:var(--theme-text-primary);flex-wrap:wrap}.category-report-container .report-header .date-filter .filter-group{display:flex;align-items:center;gap:.75rem}.category-report-container .report-header .date-filter .filter-group label{font-weight:500;opacity:.8}.category-report-container .report-header .date-filter .custom-date-input{background:var(--theme-bg-input);border:1px solid var(--theme-elevation-400);border-radius:8px;color:var(--theme-text-primary);padding:0 1rem;height:42px;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-family:inherit;font-size:1rem;min-width:250px;transition:all .2s}.category-report-container .report-header .date-filter .custom-date-input .date-text{font-weight:600;letter-spacing:.5px;color:var(--theme-text-primary)}.category-report-container .report-header .date-filter .custom-date-input:hover{border-color:var(--theme-info-750)}.category-report-container .report-header .date-filter .custom-date-input:after{display:none}.category-report-container .report-header .date-filter .custom-date-input .icon{display:flex;align-items:center;opacity:.6;color:var(--theme-text-primary)}.category-report-container .table-container{width:100%}.category-report-container .report-table{width:70%;margin:0;border-collapse:collapse;white-space:nowrap}.category-report-container .report-table td,.category-report-container .report-table th{padding:1rem;border-bottom:1px solid var(--theme-elevation-100);border-right:1px solid var(--theme-elevation-100);text-align:left;font-size:1.2rem;color:var(--theme-text-primary)}.category-report-container .report-table td:first-child,.category-report-container .report-table th:first-child{border-right:1px solid var(--theme-elevation-100);border-left:1px solid var(--theme-elevation-100)}.category-report-container .report-table td:last-child,.category-report-container .report-table th:last-child{border-right:1px solid var(--theme-elevation-100)}.category-report-container .report-table th{background:var(--theme-elevation-50);font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 1px 0 var(--theme-elevation-100);text-transform:uppercase}.category-report-container .report-table tbody tr:nth-child(2n){background-color:var(--theme-elevation-50)}.category-report-container .report-table tbody tr:hover td{background-color:rgba(144,238,144,.24)!important;transition:background-color .15s ease-in-out}.category-report-container .report-table .grand-total{background:var(--theme-elevation-100);font-weight:700;position:-webkit-sticky;position:sticky;bottom:0;z-index:100;box-shadow:0 -2px 5px rgba(0,0,0,.1)}.category-report-container .report-table .grand-total td{border-top:2px solid var(--theme-border-color);background:var(--theme-elevation-100)}.category-report-container .error{color:var(--theme-error-500)}.custom-calendar{box-shadow:0 4px 20px rgba(0,0,0,.5)!important;padding:16px;border-radius:12px!important}.custom-calendar .react-datepicker__header{padding:0 0 16px;display:flex;flex-direction:column;position:relative}.custom-calendar .react-datepicker__current-month{color:var(--theme-text-primary,var(--theme-text))!important;font-size:1.1rem;font-weight:500;text-align:left;margin-bottom:1rem;width:100%;padding-left:.5rem}.custom-calendar .react-datepicker__navigation{top:15px;width:24px;height:24px}.custom-calendar .react-datepicker__navigation .react-datepicker__navigation-icon:before{border-color:var(--theme-text-primary,var(--theme-text))!important;border-width:2px 2px 0 0!important;height:7px;width:7px;top:10px}.custom-calendar .react-datepicker__navigation:hover :before{border-color:var(--theme-text-secondary,var(--theme-elevation-500))!important}.custom-calendar .react-datepicker__navigation--previous{right:44px;left:auto}.custom-calendar .react-datepicker__navigation--next{right:12px}.custom-calendar .react-datepicker__day-names{display:flex;justify-content:space-between;margin-bottom:.5rem}.custom-calendar .react-datepicker__day-name{color:var(--theme-text-secondary,var(--theme-elevation-500))!important;width:2.5rem;line-height:2rem;margin:0;text-align:center;font-weight:500;font-size:.9rem}.custom-calendar .react-datepicker__month{margin:0}.custom-calendar .react-datepicker__day{width:2.5rem;line-height:2.5rem;margin:1px;border-radius:6px!important;display:inline-block;text-align:center;background-color:rgba(0,0,0,0);font-weight:400;border:2px solid rgba(0,0,0,0)!important}.custom-calendar .react-datepicker__day:hover{color:var(--theme-text-primary,var(--theme-text))!important}.custom-calendar .react-datepicker__day--disabled,.custom-calendar .react-datepicker__day--outside-month{color:var(--theme-elevation-400)!important;pointer-events:none}.custom-calendar .react-datepicker__day--range-end,.custom-calendar .react-datepicker__day--range-start,.custom-calendar .react-datepicker__day--selected{background-color:var(--theme-elevation-100)!important;color:var(--theme-text-primary,var(--theme-text))!important;font-weight:600;border-radius:6px!important}.custom-calendar .react-datepicker__day--range-end:hover,.custom-calendar .react-datepicker__day--range-start:hover,.custom-calendar .react-datepicker__day--selected:hover{background-color:var(--theme-elevation-150)!important}.custom-calendar .react-datepicker__day--in-range{background-color:var(--theme-elevation-200)!important;color:var(--theme-text-primary,var(--theme-text))!important;border-radius:6px!important}.custom-calendar .react-datepicker__day--in-range:hover{background-color:var(--theme-elevation-300)!important}.custom-calendar .react-datepicker__day--today{font-weight:400}.custom-calendar .react-datepicker__day--today:not(.react-datepicker__day--selected):not(.react-datepicker__day--in-range){border:2px solid #3b82f6!important;background-color:rgba(0,0,0,0)!important;color:var(--theme-text-primary,var(--theme-text))!important}.custom-calendar .react-datepicker__day--today:after{display:none}.custom-calendar .react-datepicker__day--keyboard-selected{background-color:rgba(0,0,0,0)!important;border:1px solid var(--theme-elevation-350)!important}.export-container{position:relative}.export-container .export-btn{border:1px solid var(--theme-elevation-400);background:var(--theme-input-bg,var(--theme-elevation-50));color:var(--theme-text-primary);padding:0 1rem;height:42px;border-radius:8px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:all .2s;font-weight:500;min-width:auto}.export-container .export-btn:hover{border-color:var(--theme-info-500)}.export-container .export-btn .icon{font-size:.8em;opacity:.7}.export-container .export-menu{position:absolute;top:calc(100% + 4px);right:0;margin-top:0;background:var(--theme-input-bg,var(--theme-elevation-50));border:1px solid var(--theme-elevation-150);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.2);display:flex;flex-direction:column;width:100%;min-width:auto;z-index:9999!important;overflow:hidden}.export-container .export-menu button{background:rgba(0,0,0,0);border:none;color:var(--theme-text-primary);padding:.75rem 1rem;text-align:left;cursor:pointer;font-size:.95rem;width:100%;font-weight:500;white-space:nowrap}.export-container .export-menu button:hover{background:var(--theme-info-500);color:#fff}@media print{.date-filter,.payload-app-bar,.report-header .custom-date-input,.report-header .export-container,.report-header .react-select-container,aside,header,nav{display:none!important}.category-report-container{margin:0!important;padding:0!important;box-shadow:none!important;border-radius:0!important;width:100%!important;max-width:none!important}.table-container{max-height:none!important;overflow:visible!important}.report-table{width:100%!important;font-size:10pt}.report-table td,.report-table th{border:1px solid #ddd!important;color:#000!important}.report-table th{background-color:#f0f0f0!important;position:static!important;box-shadow:none!important}.report-header{margin-bottom:1rem!important;border-bottom:2px solid #000!important}.report-header h1{font-size:18pt!important;color:#000!important}body{background:#fff!important;color:#000!important}.breakdown-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:10000}.breakdown-modal-content{background:var(--theme-elevation-50,#1c1c1f);padding:2rem;border-radius:12px;width:400px;max-width:90%;color:var(--theme-text-primary);box-shadow:0 10px 30px rgba(0,0,0,.5);border:1px solid var(--theme-elevation-100)}.breakdown-modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid var(--theme-elevation-100);padding-bottom:1rem}.breakdown-modal-content .modal-header h3{margin:0;font-size:1.25rem;font-weight:600;text-transform:uppercase}.breakdown-modal-content .modal-header .close-btn{background:none;border:none;font-size:1.5rem;color:var(--theme-text-secondary);cursor:pointer;padding:0;line-height:1}.breakdown-modal-content .modal-header .close-btn:hover{color:var(--theme-text-primary)}.breakdown-modal-content .modal-body .breakdown-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:1rem}.breakdown-modal-content .modal-body .breakdown-item span:first-child{opacity:.8;font-weight:500}.breakdown-modal-content .modal-body .breakdown-item .amount{font-weight:700;color:var(--theme-info-500)}.breakdown-modal-content .modal-body .breakdown-item.total{margin-top:1rem;font-size:1.1rem;font-weight:700}.breakdown-modal-content .modal-body .breakdown-item.total .amount{color:var(--theme-success-500,#10b981)}.breakdown-modal-content .modal-body hr{border:none;border-top:1px solid var(--theme-elevation-100);margin:1rem 0}}.branch-report-container{padding:2rem;background:var(--theme-bg);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.5);margin:2rem;color:var(--theme-text-primary,var(--theme-text));font-family:Inter,sans-serif;min-height:80vh}.branch-report-container .report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid var(--theme-elevation-200);padding-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.branch-report-container .report-header h1{margin:0;font-size:1.5rem;font-weight:600;color:var(--theme-text-primary,var(--theme-text))}.branch-report-container .report-header .date-filter{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.branch-report-container .report-header .date-filter .filter-group{display:flex;align-items:center;gap:.5rem}.branch-report-container .report-header .date-filter .filter-group label{color:var(--theme-text-secondary,var(--theme-elevation-600));font-size:.9rem}.branch-report-container .report-header .export-btn{background-color:var(--theme-elevation-100);color:var(--theme-text-primary,var(--theme-text));border:1px solid var(--theme-elevation-300);padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500}.branch-report-container .report-header .export-btn:hover{background-color:var(--theme-elevation-200);border-color:var(--theme-elevation-400)}.branch-report-container .cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:20px;gap:20px;padding-bottom:2rem}.branch-report-container .detail-card{--summary-bg:rgba(9,14,22,0.55);--summary-divider:rgba(255,255,255,0.12);--summary-label-color:#f3f6fb;--summary-value-color:#ffffff;--summary-positive-color:#bff8cf;--summary-negative-color:#ffc4cc;background-color:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:transform .2s,box-shadow .2s}.branch-report-container .detail-card:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.4)}.branch-report-container .detail-card .card-header{background-color:#2e7d32;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;color:#fff;font-weight:600}.branch-report-container .detail-card .card-header .card-title{font-size:.95rem;text-transform:uppercase}.branch-report-container .detail-card .card-header .card-time{font-size:.8rem;opacity:.9}.branch-report-container .detail-card .card-section{padding:12px 16px;border-bottom:1px solid var(--theme-elevation-200);background-color:var(--theme-elevation-50);font-size:1.2rem;color:var(--theme-text-primary,var(--theme-text));text-transform:uppercase}.branch-report-container .detail-card .card-section div{margin-bottom:8px}.branch-report-container .detail-card .card-section div:last-child{margin-bottom:0}.branch-report-container .detail-card .card-section .row-flex{display:flex;justify-content:space-between;align-items:center}.branch-report-container .detail-card .card-section .section-total{font-weight:700;font-size:1.2rem;color:#4caf50;margin-top:8px;padding-top:8px;border-top:1px dashed var(--theme-elevation-200);display:flex;justify-content:space-between}.branch-report-container .detail-card .card-section .total-bills-row{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px}.branch-report-container .detail-card .card-section .total-bills-row span:first-child{color:#fff}.branch-report-container .detail-card .card-section .total-bills-row span:last-child{color:#fff;font-size:1.7rem;line-height:1;font-weight:800}.branch-report-container .detail-card .card-section .collection-summary{margin-top:8px;margin-bottom:8px}.branch-report-container .detail-card .card-section .collection-summary .section-total{margin:0;padding:10px 0}.branch-report-container .detail-card .card-section .collection-summary .collection-total{border-top:1px dashed var(--summary-divider);color:var(--summary-value-color);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}.branch-report-container .detail-card .card-section .collection-summary .collection-total span:first-child{font-size:1.05rem;letter-spacing:.4px}.branch-report-container .detail-card .card-section .collection-summary .collection-total span:last-child{font-size:2.05rem;line-height:1;font-weight:800}.branch-report-container .detail-card .card-section .collection-summary .sales-diff-row{border-top:1px solid var(--summary-divider);color:var(--summary-value-color)}.branch-report-container .detail-card .card-section .collection-summary .sales-diff-label{color:var(--summary-label-color)}.branch-report-container .detail-card .card-section .collection-summary .sales-diff-value{display:flex;align-items:center;gap:4px}.branch-report-container .detail-card .card-section .collection-summary .sales-diff-value.positive{color:var(--summary-positive-color)}.branch-report-container .detail-card .card-section .collection-summary .sales-diff-value.negative{color:var(--summary-negative-color)}.branch-report-container .detail-card .card-section .clickable{cursor:pointer}.branch-report-container .detail-card .card-section .clickable:hover{text-decoration:underline;color:var(--theme-text-primary,var(--theme-text))}.branch-report-container .detail-card .card-footer-stats{padding:12px 16px;background-color:var(--theme-elevation-100);border-top:1px solid var(--theme-elevation-200);text-transform:uppercase}.branch-report-container .detail-card .card-footer-stats .stat-row{display:flex;justify-content:space-between;margin-bottom:5px;font-size:.9rem;color:var(--theme-text-secondary,var(--theme-elevation-600))}.branch-report-container .detail-card .card-footer-stats .stat-row.net-amount{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;font-weight:700;color:var(--theme-text-primary,var(--theme-text));margin-top:8px}.branch-report-container .detail-card .card-footer-stats .stat-row.net-amount span:first-child{font-size:1.05rem;letter-spacing:.4px}.branch-report-container .detail-card .card-footer-stats .stat-row.net-amount span:last-child{font-size:2.05rem;line-height:1;font-weight:800}.branch-report-container .detail-card .card-footer-stats .stat-row .negative{color:#ef5350}.branch-report-container .detail-card.all-branch-card{--summary-bg:rgba(6,25,48,0.82);--summary-divider:rgba(109,167,233,0.38);--summary-label-color:#e7f1ff;--summary-value-color:#ffffff;--summary-positive-color:#c5f7d4;--summary-negative-color:#ffd1d9;background:linear-gradient(180deg,#173a66,#123158 42%,#0d2443);border-color:#2f74c4;box-shadow:0 6px 16px rgba(9,54,114,.45),inset 0 1px 0 rgba(150,190,245,.18)}.branch-report-container .detail-card.all-branch-card:hover{box-shadow:0 10px 22px rgba(10,64,136,.55),inset 0 1px 0 rgba(150,190,245,.24)}.branch-report-container .detail-card.all-branch-card .card-header{background:linear-gradient(90deg,#2a7de0,#1b5eb8)}.branch-report-container .detail-card.all-branch-card .card-section{background-color:rgba(12,38,71,.82);border-bottom-color:rgba(83,151,230,.42)}.branch-report-container .detail-card.all-branch-card .card-section .section-total{border-top-color:rgba(109,167,233,.42)}.branch-report-container .detail-card.all-branch-card .card-footer-stats{background-color:#0b2140;border-top-color:rgba(83,151,230,.42)}.branch-report-container .detail-card.negative-diff-card{--summary-bg:rgba(60,0,0,0.82);--summary-divider:rgba(128,0,0,0.38);--summary-label-color:#ffe8eb;--summary-value-color:#fff7f8;--summary-positive-color:#d8ffdf;--summary-negative-color:#ffc8d0;background:linear-gradient(180deg,#5f0000,#4a0000 42%,#320000);border-color:maroon;box-shadow:0 6px 16px rgba(128,0,0,.45),inset 0 1px 0 rgba(196,120,120,.16)}.branch-report-container .detail-card.negative-diff-card:hover{box-shadow:0 10px 22px rgba(128,0,0,.55),inset 0 1px 0 rgba(196,120,120,.22)}.branch-report-container .detail-card.negative-diff-card .card-header{background:linear-gradient(90deg,#800000,#6a0000)}.branch-report-container .detail-card.negative-diff-card .card-section{background-color:rgba(62,0,0,.82);border-bottom-color:rgba(128,0,0,.42)}.branch-report-container .detail-card.negative-diff-card .card-section .section-total{border-top-color:rgba(128,0,0,.42)}.branch-report-container .detail-card.negative-diff-card .card-footer-stats{background-color:#300000;border-top-color:rgba(128,0,0,.42)}.branch-report-container .detail-card.positive-diff-card{--summary-bg:rgba(0,120,72,0.82);--summary-divider:rgba(0,120,72,0.4);--summary-label-color:#e9fff4;--summary-value-color:#ffffff;--summary-positive-color:#d3ffe1;--summary-negative-color:#ffd2d8;background:linear-gradient(180deg,#0a6e45,#085b3a 42%,#06492f);border-color:#007848;box-shadow:0 6px 16px rgba(0,120,72,.35),inset 0 1px 0 rgba(126,209,175,.18)}.branch-report-container .detail-card.positive-diff-card:hover{box-shadow:0 10px 22px rgba(0,120,72,.45),inset 0 1px 0 rgba(126,209,175,.24)}.branch-report-container .detail-card.positive-diff-card .card-header{background:linear-gradient(90deg,#007848,#005f39)}.branch-report-container .detail-card.positive-diff-card .card-section{background-color:rgba(6,73,47,.82);border-bottom-color:rgba(0,120,72,.42)}.branch-report-container .detail-card.positive-diff-card .card-section .section-total{border-top-color:rgba(0,120,72,.42)}.branch-report-container .detail-card.positive-diff-card .card-footer-stats{background-color:#06492f;border-top-color:rgba(0,120,72,.42)}.branch-report-container .react-select__control{background-color:var(--theme-elevation-50)!important;border-color:var(--theme-elevation-200)!important;color:var(--theme-text-primary,var(--theme-text))!important;min-width:200px}.branch-report-container .react-select__control:hover{border-color:var(--theme-elevation-350)}.branch-report-container .react-select__menu{background-color:var(--theme-elevation-50)!important;border:1px solid var(--theme-elevation-200)!important;z-index:100!important}.branch-report-container .react-select__option{background-color:rgba(0,0,0,0)!important;color:var(--theme-text-primary,var(--theme-text))!important}.branch-report-container .react-select__option:hover{background-color:var(--theme-elevation-200)!important}.branch-report-container .react-select__option.react-select__option--is-selected{background-color:#2e7d32!important}.branch-report-container .react-select__input-container,.branch-report-container .react-select__single-value{color:var(--theme-text-primary,var(--theme-text))!important}.branch-report-container .react-select__indicator{color:var(--theme-text-secondary,var(--theme-elevation-500))}.branch-report-container .react-select__indicator:hover{color:var(--theme-text-primary,var(--theme-text))}.branch-report-container .react-select__placeholder{color:var(--theme-elevation-400)}.branch-report-container .table-container{overflow-x:auto;border:1px solid var(--theme-elevation-200);border-radius:8px}.branch-report-container .table-container .report-table{width:100%;border-collapse:collapse;border-spacing:0;font-size:.95rem}.branch-report-container .table-container .report-table thead{background-color:var(--theme-elevation-100);position:-webkit-sticky;position:sticky;top:0;z-index:10}.branch-report-container .table-container .report-table thead th{color:var(--theme-text-secondary,var(--theme-elevation-600));font-weight:600;text-transform:uppercase;font-size:.8rem;padding:12px 16px;border-bottom:2px solid var(--theme-elevation-200);border-right:1px solid var(--theme-elevation-200);white-space:nowrap;text-align:left}.branch-report-container .table-container .report-table thead th:last-child{border-right:none}.branch-report-container .table-container .report-table thead th.highlight-header{background-color:#3f0e12;color:#fff;border-bottom:2px solid #5c1b1f}.branch-report-container .table-container .report-table tbody tr{border-bottom:1px solid var(--theme-elevation-200);background-color:var(--theme-elevation-50);transition:background-color .2s}.branch-report-container .table-container .report-table tbody tr:hover{background-color:var(--theme-elevation-150)}.branch-report-container .table-container .report-table tbody tr td{padding:12px 16px;border-right:1px solid var(--theme-elevation-200);color:var(--theme-text-primary,var(--theme-text));vertical-align:middle}.branch-report-container .table-container .report-table tbody tr td:last-child{border-right:none}.branch-report-container .table-container .report-table tbody tr td .branch-title{font-weight:700;color:var(--theme-text-primary,var(--theme-text));font-size:.95rem}.branch-report-container .table-container .report-table tbody tr td .branch-subtext{font-size:.8rem;color:var(--theme-text-secondary,var(--theme-elevation-500));margin-top:4px}.branch-report-container .table-container .report-table tbody tr td .bill-amount{font-weight:700;color:var(--theme-text-primary,var(--theme-text))}.branch-report-container .table-container .report-table tbody tr td .bill-count{font-size:.8rem;color:var(--theme-text-secondary,var(--theme-elevation-500))}.branch-report-container .table-container .report-table tbody tr .center-cell{text-align:center}.branch-report-container .table-container .report-table tbody tr .clickable{cursor:pointer;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:4px}.branch-report-container .table-container .report-table tbody tr .clickable:hover{color:#4caf50;-webkit-text-decoration-style:solid;text-decoration-style:solid}.branch-report-container .table-container .report-table tbody tr .total-sales-cell{background-color:#3f0e12;color:#fff;font-weight:700;font-size:1.05rem;border-right:1px solid #5c1b1f}.branch-report-container .table-container .report-table tfoot{background-color:var(--theme-elevation-100);font-weight:700}.branch-report-container .table-container .report-table tfoot tr{border-top:2px solid var(--theme-elevation-300)}.branch-report-container .table-container .report-table tfoot tr td{padding:16px;color:var(--theme-text-primary,var(--theme-text));border-right:1px solid var(--theme-elevation-200)}.branch-report-container .table-container .report-table tfoot tr td.total-sales-cell{background-color:#3f0e12;border-right:1px solid #5c1b1f}.branch-report-container .view-mode-toggle:hover{background-color:var(--theme-elevation-200)!important;border-color:var(--theme-text-secondary,var(--theme-elevation-600))!important}.custom-calendar{border-color:var(--theme-elevation-200)!important}.custom-calendar .react-datepicker__header{background-color:var(--theme-elevation-100)!important}.custom-calendar .react-datepicker__day,.custom-calendar .react-datepicker__header *{color:var(--theme-text-primary,var(--theme-text))!important}.custom-calendar .react-datepicker__day--selected{background-color:#2e7d32!important}.customer-bills-table{width:100%;border-collapse:collapse;margin-top:10px;font-family:var(--font-body)}.customer-bills-table thead{background-color:var(--theme-elevation-50)}.customer-bills-table thead th{text-align:left;padding:12px 16px;font-weight:600;font-size:.875rem;color:var(--theme-elevation-800)}.customer-bills-table tbody tr,.customer-bills-table thead th{border-bottom:1px solid var(--theme-elevation-100)}.customer-bills-table tbody tr:last-child{border-bottom:none}.customer-bills-table tbody tr:hover{background-color:var(--theme-elevation-50)}.customer-bills-table tbody td{padding:12px 16px;font-size:.875rem;color:var(--theme-elevation-600)}.customer-bills-table .no-bills{font-style:italic;background-color:var(--theme-elevation-50);border-radius:4px;margin-top:5px}.customer-bills-table .loading,.customer-bills-table .no-bills{padding:20px;text-align:center;color:var(--theme-elevation-500)}.dashboard-page{padding:20px;min-height:100vh;color:var(--theme-text-primary,var(--theme-text));background-color:var(--theme-bg)}.dashboard-page .header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--theme-elevation-150)}.dashboard-page .header-row h1{margin:0;border:none;padding:0}.dashboard-page .header-row .top-actions{display:flex;gap:15px;align-items:center}.dashboard-page .filters-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:20px}.dashboard-page .filters-row .filter-select-container{min-width:180px}.dashboard-page .custom-date-input{display:flex;align-items:center;padding:8px 12px;border:1px solid var(--theme-elevation-200);border-radius:6px;background-color:var(--theme-input-bg,var(--theme-elevation-50));color:var(--theme-text-primary,var(--theme-text));cursor:pointer;font-size:14px;transition:all .2s;height:38px}.dashboard-page .custom-date-input:hover{border-color:var(--theme-elevation-350)}.dashboard-page .export-btn{display:flex;align-items:center;justify-content:center;padding:0 16px;height:38px;background-color:var(--theme-input-bg,var(--theme-elevation-50));border:1px solid var(--theme-elevation-200);color:var(--theme-text-primary,var(--theme-text));border-radius:6px;cursor:pointer;font-weight:500}.dashboard-page .export-btn:hover{background-color:var(--theme-elevation-100)}.dashboard-page .reset-btn{background:none;border:none;font-size:20px;cursor:pointer;color:var(--theme-text-primary,var(--theme-text));padding:5px}.dashboard-page .reset-btn:hover{opacity:.8}.dashboard-page .table-container{overflow-x:auto;background-color:var(--theme-elevation-0,var(--theme-bg));border:1px solid var(--theme-elevation-150);border-radius:8px;width:100%}.dashboard-page table{width:auto;border-collapse:collapse;font-size:14px;color:var(--theme-text-primary,var(--theme-text));margin-top:0}.dashboard-page table td,.dashboard-page table th{padding:6px 8px;border:1px solid var(--theme-elevation-150);text-align:right;white-space:nowrap}.dashboard-page table th{background-color:var(--theme-elevation-50);font-weight:600;color:var(--theme-text-secondary,var(--theme-elevation-600));text-transform:uppercase;font-size:12px;letter-spacing:.5px;text-align:center;position:-webkit-sticky;position:sticky;top:0;z-index:1}.dashboard-page table td.text-cell,.dashboard-page table th.text-cell{text-align:left}.dashboard-page table tbody tr{background-color:var(--theme-elevation-0,var(--theme-bg))}.dashboard-page table tbody tr:nth-child(2n){background-color:var(--theme-elevation-50)}.dashboard-page table tbody tr:hover td{background-color:var(--theme-elevation-100)}.dashboard-page .loading-text{color:var(--theme-text-secondary,var(--theme-elevation-600));font-style:italic}.expense-report-container-v2{padding:1.5rem 1.5rem 5rem;background:var(--theme-elevation-0);min-height:100vh;color:var(--theme-text-primary)}.expense-report-container-v2 .report-header-v2{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:var(--theme-elevation-0);padding:1.5rem 0;margin-bottom:2rem;border-bottom:1px solid var(--theme-elevation-100)}.expense-report-container-v2 .report-header-v2 .header-controls{display:flex;flex-direction:column;gap:1.5rem}.expense-report-container-v2 .report-header-v2 .header-controls .date-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.expense-report-container-v2 .report-header-v2 .header-controls .date-picker-wrapper .custom-date-input{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);border-radius:8px;color:var(--theme-text-primary);padding:10px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;font-family:inherit;font-size:.95rem}.expense-report-container-v2 .report-header-v2 .header-controls .date-picker-wrapper .custom-date-input .separator{opacity:.5}.expense-report-container-v2 .report-header-v2 .header-controls .date-picker-wrapper .custom-date-input .icon{margin-left:auto;opacity:.6;display:flex}.expense-report-container-v2 .report-header-v2 .header-controls .date-picker-wrapper .custom-date-input:hover{border-color:var(--theme-elevation-400)}.expense-report-container-v2 .report-header-v2 .header-controls .category-tabs{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.expense-report-container-v2 .report-header-v2 .header-controls .category-tabs::-webkit-scrollbar{display:none}.expense-report-container-v2 .report-header-v2 .header-controls .category-tabs .category-tab{padding:8px 16px;border-radius:6px;border:1px solid var(--theme-elevation-200);background:var(--theme-elevation-50);color:var(--theme-text-secondary);cursor:pointer;white-space:nowrap;font-weight:600;font-size:.8rem;text-transform:uppercase;transition:all .2s}.expense-report-container-v2 .report-header-v2 .header-controls .category-tabs .category-tab:hover{background:var(--theme-elevation-100);color:var(--theme-text-primary)}.expense-report-container-v2 .report-header-v2 .header-controls .category-tabs .category-tab.active{background:#06b6d4;color:#fff;border-color:#06b6d4}.expense-report-container-v2 .report-content .error-message,.expense-report-container-v2 .report-content .loading-state,.expense-report-container-v2 .report-content .no-data{padding:3rem;text-align:center;color:var(--theme-text-secondary);font-size:1.1rem}.expense-report-container-v2 .report-content .error-message{color:var(--theme-error-500)}.expense-report-container-v2 .report-content .report-main-layout{display:flex;gap:2rem;align-items:flex-start}.expense-report-container-v2 .report-content .report-main-layout .branch-groups{flex:1 1;display:flex;flex-direction:column;gap:2.5rem;max-width:65%}.expense-report-container-v2 .report-content .report-main-layout .category-summary{width:30%;position:-webkit-sticky;position:sticky;top:10rem;background:var(--theme-elevation-50);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.expense-report-container-v2 .report-content .report-main-layout .category-summary .summary-title{font-size:1.1rem;font-weight:700;color:var(--theme-text-primary);margin-bottom:1.5rem;border-bottom:1px solid var(--theme-elevation-150);padding-bottom:.75rem}.expense-report-container-v2 .report-content .report-main-layout .category-summary .stats-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.expense-report-container-v2 .report-content .report-main-layout .category-summary .stats-list .stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 10px;border-radius:8px;background:var(--theme-elevation-100);transition:all .2s;border:2px solid rgba(0,0,0,0)}.expense-report-container-v2 .report-content .report-main-layout .category-summary .stats-list .stat-card:hover{transform:translateY(-2px);background:var(--theme-elevation-150);border-color:var(--theme-elevation-300)}.expense-report-container-v2 .report-content .report-main-layout .category-summary .stats-list .stat-card.active{background:var(--theme-elevation-200);box-shadow:0 4px 12px rgba(0,0,0,.2)}.expense-report-container-v2 .report-content .report-main-layout .category-summary .stats-list .stat-card .stat-visual{flex-shrink:0}.expense-report-container-v2 .report-content .report-main-layout .category-summary .stats-list .stat-card .stat-info{flex:1 1;min-width:0}.expense-report-container-v2 .report-content .report-main-layout .category-summary .stats-list .stat-card .stat-info .stat-name{font-size:.75rem;font-weight:700;color:var(--theme-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expense-report-container-v2 .report-content .report-main-layout .category-summary .stats-list .stat-card .stat-info .stat-value{font-size:1.15rem;font-weight:800;color:#fcf8ef;margin-bottom:.1rem}.expense-report-container-v2 .report-content .report-main-layout .category-summary .stats-list .stat-card .stat-info .stat-count{font-size:.85rem;color:var(--theme-text-secondary);opacity:.8}.expense-report-container-v2 .report-content .overall-report-total{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:var(--theme-elevation-100);border-radius:12px;border:1px solid #56cfe1;box-shadow:0 4px 15px rgba(86,207,225,.15)}.expense-report-container-v2 .report-content .overall-report-total .total-info{display:flex;flex-direction:column;gap:.25rem}.expense-report-container-v2 .report-content .overall-report-total .total-info .total-label{font-size:1.1rem;font-weight:800;color:var(--theme-text-primary);letter-spacing:.5px}.expense-report-container-v2 .report-content .overall-report-total .total-info .total-count{font-size:.9rem;font-weight:600;color:var(--theme-text-secondary);opacity:.8}.expense-report-container-v2 .report-content .overall-report-total .total-amount{font-size:1.8rem;font-weight:900;color:#56cfe1}.expense-report-container-v2 .report-content .branch-section{background:var(--theme-elevation-50);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.expense-report-container-v2 .report-content .branch-section .branch-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;border-bottom:1px solid var(--theme-elevation-100);padding-bottom:1rem}.expense-report-container-v2 .report-content .branch-section .branch-header .branch-info h2{font-size:1.25rem;font-weight:700;color:var(--theme-text-primary);margin:0 0 .25rem}.expense-report-container-v2 .report-content .branch-section .branch-header .branch-info .item-count{font-size:.85rem;color:var(--theme-text-secondary)}.expense-report-container-v2 .report-content .branch-section .branch-header .branch-total{font-size:1.4rem;font-weight:800;color:#56cfe1}.expense-report-container-v2 .report-content .branch-section .branch-items-table table{width:100%;border-collapse:collapse;font-size:.9rem}.expense-report-container-v2 .report-content .branch-section .branch-items-table table th{text-align:left;color:var(--theme-text-secondary);font-weight:600;padding:.75rem 1rem;border-bottom:1px solid var(--theme-elevation-150);border-right:1px solid var(--theme-elevation-150);font-size:.8rem;text-transform:uppercase}.expense-report-container-v2 .report-content .branch-section .branch-items-table table th:last-child{border-right:none}.expense-report-container-v2 .report-content .branch-section .branch-items-table table tr{transition:background-color .2s}.expense-report-container-v2 .report-content .branch-section .branch-items-table table tr:nth-child(2n){background:#000}.expense-report-container-v2 .report-content .branch-section .branch-items-table table tr:hover{background:var(--theme-elevation-100)}.expense-report-container-v2 .report-content .branch-section .branch-items-table table td{padding:.75rem 1rem;border-bottom:1px solid var(--theme-elevation-100);border-right:1px solid var(--theme-elevation-100);color:var(--theme-text-primary)}.expense-report-container-v2 .report-content .branch-section .branch-items-table table td:last-child{border-right:none}.expense-report-container-v2 .report-content .branch-section .branch-items-table table td.category-cell{font-weight:600;text-transform:uppercase;font-size:.95rem}.expense-report-container-v2 .report-content .branch-section .branch-items-table table td.reason-cell{color:var(--theme-text-secondary);text-transform:uppercase;font-size:.95rem}.expense-report-container-v2 .report-content .branch-section .branch-items-table table td.amount-cell{font-weight:700;text-align:right;font-size:1.15rem}.expense-report-container-v2 .report-content .branch-section .branch-items-table table td.time-cell{color:var(--theme-text-secondary);text-align:right;font-size:.85rem}.expense-report-container-v2 .report-content .branch-section .branch-items-table table td.image-cell .image-view-btn{background:none;border:none;padding:4px;border-radius:4px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;margin:0 auto}.expense-report-container-v2 .report-content .branch-section .branch-items-table table td.image-cell .image-view-btn.active{color:#22c55e}.expense-report-container-v2 .report-content .branch-section .branch-items-table table td.image-cell .image-view-btn.active:hover{background:rgba(34,197,94,.1);transform:scale(1.1)}.expense-report-container-v2 .report-content .branch-section .branch-items-table table td.image-cell .image-view-btn.inactive{color:var(--theme-elevation-400);cursor:not-allowed;opacity:.5}.expense-report-container-v2 .report-content .branch-section .branch-items-table table tr:last-child td{border-bottom:none}.expense-report-container-v2 .image-preview-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s ease}.expense-report-container-v2 .image-preview-modal .modal-content{position:relative;max-width:90vw;max-height:90vh;box-shadow:0 0 30px rgba(0,0,0,.5);border-radius:8px;overflow:hidden}.expense-report-container-v2 .image-preview-modal .modal-content img{display:block;max-width:100%;max-height:90vh;object-fit:contain}.expense-report-container-v2 .image-preview-modal .modal-content .close-btn{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.5);color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.expense-report-container-v2 .image-preview-modal .modal-content .close-btn:hover{background:#ef4444;transform:rotate(90deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.expense-report-container-v2 .floating-scroll-btn{position:fixed;right:2rem;bottom:2rem;width:45px;height:45px;border-radius:50%;background:#000;border:1px solid var(--theme-elevation-200);color:#22c55e;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001;box-shadow:0 4px 20px rgba(0,0,0,.5);transition:all .3s cubic-bezier(.175,.885,.32,1.275);padding:0}.expense-report-container-v2 .floating-scroll-btn:hover{transform:scale(1.1) rotate(5deg);background:var(--theme-elevation-100);box-shadow:0 8px 30px rgba(0,0,0,.7);border-color:#22c55e}.expense-report-container-v2 .floating-scroll-btn:active{transform:scale(.9)}.expense-report-container-v2 .floating-scroll-btn svg{transition:transform .3s ease}.custom-calendar{border:1px solid var(--theme-elevation-400)!important;box-shadow:0 4px 12px rgba(0,0,0,.25)!important;background-color:var(--theme-elevation-100)!important;color:var(--theme-text-primary)!important;border-radius:8px!important}.custom-calendar .react-datepicker__header{border-bottom:1px solid var(--theme-elevation-200)!important;padding:0 0 1rem}.custom-calendar .react-datepicker__current-month{color:var(--theme-text-primary)!important;font-weight:600}.custom-calendar .react-datepicker__day-name{color:var(--theme-text-primary)!important;opacity:.6}.custom-calendar .react-datepicker__day{color:var(--theme-text-primary)!important;border-radius:4px!important}.custom-calendar .react-datepicker__day--in-range{background-color:var(--theme-info-500)!important;color:#fff!important}.custom-calendar .react-datepicker__day--selected{background-color:var(--theme-info-700)!important;color:#fff!important}.instock-report-container{padding:20px;background-color:var(--theme-bg-canvas);color:var(--theme-text-primary);min-height:100vh}.instock-report-container h1{margin:0;font-size:24px;font-weight:600}.instock-report-container .report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.instock-report-container .report-header .header-controls{display:flex;gap:15px;align-items:center}.instock-report-container .custom-date-input{background-color:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);color:var(--theme-text-primary,var(--theme-text));padding:8px 12px;border-radius:6px;display:flex;align-items:center;cursor:pointer}.instock-report-container .custom-date-input .date-text{font-weight:500}.instock-report-container .custom-date-input .separator{color:var(--theme-text-secondary,var(--theme-elevation-500))}.instock-report-container .reset-btn{background:rgba(0,0,0,0);border:1px solid var(--theme-elevation-200);color:var(--theme-text-secondary,var(--theme-elevation-600));padding:8px 12px;border-radius:6px;cursor:pointer}.instock-report-container .reset-btn:hover{border-color:var(--theme-elevation-350);color:var(--theme-text-primary,var(--theme-text))}.instock-report-container .filters-row{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:20px;padding:15px;background-color:var(--theme-elevation-50);border-radius:8px}.instock-report-container .report-content .error,.instock-report-container .report-content .loading{text-align:center;margin-top:40px;font-size:18px;color:var(--theme-text-secondary,var(--theme-elevation-600))}.instock-report-container .report-body{display:flex;gap:20px;align-items:flex-start;justify-content:space-between}.instock-report-container .details-table-wrapper{width:60%;border-radius:8px;overflow:hidden;border:1px solid var(--theme-elevation-200);background-color:var(--theme-elevation-50)}.instock-report-container .details-table{width:100%;border-collapse:collapse;font-size:14px}.instock-report-container .details-table th{background-color:var(--theme-elevation-50);font-weight:600;color:var(--theme-text-secondary,var(--theme-elevation-600));text-transform:uppercase;font-size:12px;letter-spacing:.5px;text-align:left;padding:6px 8px;border:1px solid var(--theme-elevation-200)}.instock-report-container .details-table td{padding:6px 8px;border:1px solid var(--theme-elevation-200);color:var(--theme-text-primary,var(--theme-text))}.instock-report-container .details-table .group-header{background-color:var(--theme-elevation-200)}.instock-report-container .details-table .group-header.dept-header td{font-weight:700;color:#3b82f6}.instock-report-container .details-table .group-header.cat-header td{font-weight:600;color:var(--theme-text-primary,var(--theme-text));background-color:var(--theme-elevation-100)}.instock-report-container .details-table tbody tr{background-color:var(--theme-elevation-0,var(--theme-bg))}.instock-report-container .details-table tr:hover td{background-color:var(--theme-elevation-200)}.instock-report-container .details-table .qty-cell{font-weight:700;font-size:18px;color:#53fd68;background-color:rgba(83,253,104,.05);text-align:center}.instock-report-container .details-table .breakdown-cell{color:var(--theme-text-secondary,var(--theme-elevation-600));font-size:13px}.instock-report-container .details-table .status-cell .status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:capitalize}.instock-report-container .details-table .status-cell .status-badge.waiting{background-color:rgba(239,68,68,.2);color:#f87171}.instock-report-container .details-table .status-cell .status-badge.approved{background-color:rgba(34,197,94,.2);color:#4ade80}.instock-report-container .report-sidebar{width:210px;flex-shrink:0;display:flex;flex-direction:column;gap:15px}.instock-report-container .report-sidebar .invoice-list-header h3{margin:0;font-size:18px;color:var(--theme-text-primary,var(--theme-text))}.instock-report-container .report-sidebar .invoice-list{display:flex;flex-direction:column;gap:12px;max-height:calc(100vh - 200px);overflow-y:auto;padding-right:5px}.instock-report-container .report-sidebar .invoice-list::-webkit-scrollbar{width:6px}.instock-report-container .report-sidebar .invoice-list::-webkit-scrollbar-track{background:var(--theme-elevation-50)}.instock-report-container .report-sidebar .invoice-list::-webkit-scrollbar-thumb{background:var(--theme-elevation-350);border-radius:3px}.instock-report-container .report-sidebar .invoice-card{background-color:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);border-radius:8px;padding:15px;display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:all .2s}.instock-report-container .report-sidebar .invoice-card:hover{border-color:var(--theme-elevation-350)}.instock-report-container .report-sidebar .invoice-card.selected{background-color:var(--theme-elevation-200);border-color:#3b82f6}.instock-report-container .report-sidebar .invoice-card.selected .inv-title{color:#3b82f6}.instock-report-container .report-sidebar .invoice-card .inv-title{font-size:16px;font-weight:700;color:var(--theme-text-primary,var(--theme-text));margin-bottom:4px}.instock-report-container .report-sidebar .invoice-card .inv-row{display:flex;justify-content:flex-start;gap:8px;font-size:14px;color:var(--theme-text-primary,var(--theme-text))}.instock-report-container .report-sidebar .invoice-card .inv-row span{color:var(--theme-text-secondary,var(--theme-elevation-600))}.instock-report-container .report-sidebar .invoice-card .inv-amt{font-size:14px;font-weight:600;color:#fde047}:global(.react-datepicker-popper){z-index:9999!important}.custom-calendar{font-family:inherit;border:1px solid var(--theme-elevation-200)!important;box-shadow:0 4px 12px rgba(0,0,0,.5)!important;background-color:var(--theme-elevation-50)!important;color:var(--theme-text-primary,var(--theme-text))!important;padding:1rem;border-radius:6px!important;display:inline-block}.custom-calendar .react-datepicker__header{background-color:rgba(0,0,0,0)!important;border-bottom:none!important}.custom-calendar .react-datepicker-time__header,.custom-calendar .react-datepicker-year-header,.custom-calendar .react-datepicker__current-month,.custom-calendar .react-datepicker__day,.custom-calendar .react-datepicker__day-name{color:var(--theme-text-primary,var(--theme-text))!important}.custom-calendar .react-datepicker__day:hover{background-color:var(--theme-elevation-200)!important}.custom-calendar .react-datepicker__day--in-range,.custom-calendar .react-datepicker__day--selected{background-color:#3b82f6!important;color:var(--theme-text-invert,#fff)!important}.custom-calendar-popup{border:1px solid var(--theme-elevation-200);border-radius:8px;overflow:hidden;font-family:inherit;background-color:var(--theme-elevation-0,var(--theme-bg));box-shadow:0 10px 15px -3px rgba(0,0,0,.5)}.custom-calendar-popup .react-datepicker__header{background-color:var(--theme-elevation-0,var(--theme-bg));border-bottom:none;padding-top:15px}.custom-calendar-popup .react-datepicker__current-month{color:var(--theme-text-primary,var(--theme-text));font-size:16px;font-weight:500}.custom-calendar-popup .react-datepicker__day-name{color:var(--theme-text-secondary,var(--theme-elevation-600));width:2.5rem}.custom-calendar-popup .react-datepicker__day{color:var(--theme-text-primary,var(--theme-text));width:2.5rem;line-height:2.5rem;border-radius:6px}.custom-calendar-popup .react-datepicker__day:hover{background-color:var(--theme-elevation-200);color:var(--theme-text-primary,var(--theme-text))}.custom-calendar-popup .react-datepicker__day--in-range,.custom-calendar-popup .react-datepicker__day--selected{background-color:#3b82f6;color:var(--theme-text-invert,#fff);border-radius:6px}.custom-calendar-popup .react-datepicker__day--in-selecting-range{background-color:rgba(59,130,246,.3)}.custom-calendar-popup .react-datepicker__day--keyboard-selected{background-color:var(--theme-elevation-200);color:var(--theme-text-primary,var(--theme-text))}.custom-calendar-popup .react-datepicker__time-container{border-left:1px solid var(--theme-elevation-200)}.custom-calendar-container{border-radius:8px}.custom-calendar-container,.custom-calendar-footer{display:flex;flex-direction:column;background-color:var(--theme-elevation-0,var(--theme-bg))}.custom-calendar-footer{padding:15px;border-top:1px solid var(--theme-elevation-200);color:var(--theme-text-primary,var(--theme-text));gap:12px}.custom-calendar-footer .footer-row{display:flex;justify-content:space-between;gap:15px}.custom-calendar-footer .date-group{display:flex;flex-direction:column;gap:6px;flex:1 1}.custom-calendar-footer .date-group label{font-size:12px;color:var(--theme-text-secondary,var(--theme-elevation-600))}.custom-calendar-footer .date-group .input-pair{display:flex;gap:5px}.custom-calendar-footer .date-group input{background-color:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);color:var(--theme-text-primary,var(--theme-text));padding:6px 8px;border-radius:4px;font-size:13px;outline:none;width:100%;color-scheme:light dark}.custom-calendar-footer .date-group input:focus{border-color:#3b82f6}.custom-calendar-footer .date-group input.footer-date-input{flex:2 1}.custom-calendar-footer .date-group input.footer-time-input{flex:1 1;min-width:60px}.custom-calendar-footer .footer-actions{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.custom-calendar-footer .footer-actions .timezone-info{font-size:12px;color:var(--theme-text-secondary,var(--theme-elevation-500));display:flex;align-items:center;gap:4px;cursor:pointer}.custom-calendar-footer .footer-actions .timezone-info .chevron-down{font-size:10px}.custom-calendar-footer .footer-actions .apply-btn{background-color:var(--theme-elevation-50);color:var(--theme-text-primary,var(--theme-text));border:1px solid var(--theme-elevation-200);padding:6px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .2s}.custom-calendar-footer .footer-actions .apply-btn:hover{background-color:var(--theme-elevation-200);border-color:var(--theme-elevation-350)}