:root{--mx-blue:#1cb7d3;--mx-bg:#fcfcfc;--mx-surface:#fff;--mx-surface-muted:#fafafa;--mx-surface-highlight:#f4fbfd;--mx-border:#e8ecef;--mx-border-strong:#d9d9d9;--mx-text-main:#1f2329;--mx-text-muted:#646a73}html.dark{--mx-bg:#141414;--mx-surface:#1f1f1f;--mx-surface-muted:#262626;--mx-surface-highlight:#112a30;--mx-border:#303030;--mx-border-strong:#424242;--mx-text-main:#e0e0e0;--mx-text-muted:#8c8c8c}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{background:var(--mx-bg);min-width:320px;min-height:100vh;color:var(--mx-text-main);margin:0;transition:background-color .3s,color .3s}button,input,textarea,select{font:inherit}html.dark .receipt-card,html.dark .view-tabs,html.dark .ant-card,html.dark .ant-drawer-content{background:var(--mx-surface);border-color:var(--mx-border)}#root{min-height:100vh}.page{border-top:3px solid var(--mx-blue);background:var(--mx-bg);min-height:100vh;padding:28px 24px 64px}.page-container{width:min(100%,980px);margin:0 auto}.page-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;display:flex}.brand-group{align-items:center;gap:18px;display:flex}.brand-mark{color:#fff;letter-spacing:1px;background:#f5a623;border-radius:18px;flex:none;place-items:center;width:64px;height:64px;font-size:23px;font-weight:800;display:grid;box-shadow:0 10px 24px #f5a62340}.page-title.ant-typography{margin:0 0 2px;font-size:28px}.page-subtitle{color:#e99209;font-size:16px;font-weight:600}.language-button{flex:none;min-width:110px;font-weight:600}.receipt-card{border:1px solid var(--mx-border);border-radius:12px;box-shadow:0 4px 12px #00000008}.receipt-card .ant-card-body{padding:36px}.form-introduction .ant-typography{margin-top:0;margin-bottom:4px}.section-title.ant-typography{margin-top:0;margin-bottom:8px}.section-description{margin-bottom:20px;display:block}.full-width{width:100%}.upload-section{margin-top:18px}.upload-section .ant-upload-wrapper,.upload-section .ant-upload-select,.upload-section .ant-upload-select button{width:100%}.form-actions{justify-content:flex-end;gap:10px;display:flex}.ant-form-item-extra{margin-top:6px;line-height:1.5}@media (width<=600px){.page{padding:20px 12px 40px}.page-header{align-items:flex-start;gap:12px}.brand-group{align-items:center;gap:11px}.brand-mark{border-radius:14px;width:50px;height:50px;font-size:18px}.page-title.ant-typography{font-size:19px}.page-subtitle{font-size:13px}.language-button{min-width:auto;padding-inline:10px}.receipt-card .ant-card-body{padding:24px 16px}.form-actions{grid-template-columns:1fr;display:grid}.form-actions button{width:100%}}.view-tabs{border:1px solid var(--mx-border);background:var(--mx-surface);border-radius:12px;gap:4px;margin-bottom:18px;padding:5px;display:inline-flex;box-shadow:0 2px 8px #00000005}.view-tabs .ant-btn{border-radius:8px;min-width:140px;font-weight:600}.view-tabs .ant-btn-text{color:#616771}@media (width<=600px){.view-tabs{grid-template-columns:1fr;width:100%;display:grid}.view-tabs .ant-btn{width:100%;min-width:0}}.dashboard-overview-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.dashboard-overview-heading .ant-typography{margin-top:0;margin-bottom:4px}.dashboard-overview-empty{justify-content:center;align-items:center;min-height:360px;padding:48px 20px;display:flex}.dashboard-overview-description{flex-direction:column;gap:8px;max-width:620px;display:flex}@media (width<=600px){.dashboard-overview-heading{flex-direction:column}.dashboard-overview-empty{min-height:300px;padding:36px 0}}.dashboard-card{border:1px solid var(--mx-border);border-radius:12px;box-shadow:0 4px 12px #00000008}.dashboard-card>.ant-card-body{padding:36px}.dashboard-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.dashboard-heading .ant-typography{margin-top:0;margin-bottom:4px}.dashboard-status{flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:260px;display:flex}.empty-description{flex-direction:column;gap:4px;display:flex}.receipt-summary-card{border-color:var(--mx-border);height:100%}.receipt-summary-card .ant-card-body{flex-direction:column;min-height:250px;display:flex}.receipt-summary-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.receipt-merchant{min-width:0}.receipt-merchant .ant-typography{overflow-wrap:anywhere;margin-top:0;margin-bottom:2px}.receipt-amount{color:var(--mx-text-main);white-space:nowrap;flex:none;font-size:18px;font-weight:700}.receipt-tags{margin-top:18px}.receipt-preview.ant-typography{margin-top:16px;margin-bottom:0}.receipt-card-actions{justify-content:flex-end;gap:8px;margin-top:auto;padding-top:22px;display:flex}.detail-amount-block{border:1px solid var(--mx-border);background:var(--mx-surface-muted);border-radius:12px;margin-bottom:22px;padding:20px}.detail-amount-block .ant-typography{margin-top:2px;margin-bottom:0}.attachment-list{width:100%}.attachment-card{background:var(--mx-surface-muted)}.attachment-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.attachment-name{flex-direction:column;gap:3px;min-width:0;display:flex}.attachment-header .ant-btn{flex:none}.attachment-metadata{flex-wrap:wrap;gap:6px 18px;margin-top:12px;display:flex}@media (width<=600px){.dashboard-card>.ant-card-body{padding:24px 16px}.dashboard-heading,.receipt-summary-header{flex-direction:column}.receipt-amount{font-size:20px}.receipt-card-actions{grid-template-columns:1fr 1fr;display:grid}.receipt-card-actions button{width:100%}.attachment-header{flex-direction:column}.attachment-header .ant-btn{padding-left:0}.receipt-range-field{grid-column:auto}.receipt-calendar-count{top:-6px;right:-7px}}@media (width<=380px){.receipt-card-actions{grid-template-columns:1fr}}.receipt-filter-card{border-color:var(--mx-border);background:var(--mx-surface);margin-bottom:20px}.receipt-filter-card>.ant-card-body{padding:20px}.receipt-filter-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.receipt-filter-header>div{flex-direction:column;gap:3px;display:flex}.receipt-result-count{font-size:13px}.receipt-filter-grid{grid-template-columns:minmax(150px,1fr) minmax(130px,.8fr) minmax(170px,1fr) minmax(220px,1.4fr);gap:14px;display:grid}.receipt-filter-field{flex-direction:column;gap:7px;min-width:0;display:flex}.receipt-filter-field>.ant-input,.receipt-filter-field>.ant-input-affix-wrapper,.receipt-filter-field>.ant-select{width:100%}.receipt-date-controls{grid-template-columns:repeat(2,minmax(180px,280px));gap:14px;margin-top:14px;display:grid}.receipt-filter-field>.ant-picker,.receipt-filter-picker{width:100%}.receipt-range-field{grid-column:span 2}.receipt-calendar-help{margin-top:10px;font-size:12px;line-height:1.5;display:block}.receipt-calendar-cell{position:relative;overflow:visible}.receipt-calendar-count{border:1px solid var(--mx-border-strong);background:var(--mx-surface-muted);color:#ad6800;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 3px;font-size:9px;font-weight:700;line-height:13px;display:inline-flex;position:absolute;top:-7px;right:-9px}.ant-picker-cell-selected .receipt-calendar-count,.ant-picker-cell-range-start .receipt-calendar-count,.ant-picker-cell-range-end .receipt-calendar-count{color:#ad6800;background:#fff;border-color:#fff}.ant-picker-cell-disabled .receipt-calendar-count{opacity:.45}.receipt-filter-empty{padding:42px 16px 20px}@media (width<=900px){.receipt-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.receipt-filter-card>.ant-card-body{padding:16px}.receipt-filter-header{flex-direction:column}.receipt-filter-header .ant-btn{width:100%}.receipt-filter-grid,.receipt-date-controls{grid-template-columns:1fr}.receipt-range-field{grid-column:auto}.receipt-calendar-count{top:-6px;right:-7px}}.receipt-selection-toolbar{border:1px solid var(--mx-border-strong);background:var(--mx-surface-muted);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:14px 16px;display:flex}.receipt-selection-summary{flex-wrap:wrap;align-items:center;gap:8px 18px;display:flex}.receipt-summary-selection{flex:auto;align-items:flex-start;gap:10px;min-width:0;display:flex}.receipt-summary-selection>.ant-checkbox-wrapper{flex:none;margin-top:5px}.receipt-summary-card-selected{border-color:var(--mx-blue);box-shadow:0 0 0 1px #1cb7d34d,0 10px 28px #1f232917}.receipt-summary-card-selected>.ant-card-body{background:var(--mx-surface-highlight)}@media (width<=600px){.receipt-selection-toolbar{flex-direction:column;align-items:stretch}.receipt-selection-toolbar>.ant-space{width:100%}.receipt-selection-toolbar>.ant-space>.ant-space-item{flex:auto}.receipt-selection-toolbar .ant-btn{width:100%}}.receipt-edit-form{margin-bottom:8px}.receipt-system-details{margin-top:16px}.receipt-edit-form .full-width,.attachment-list{width:100%}.attachment-header{gap:12px}.attachment-name{min-width:0}.attachment-name .ant-typography{overflow-wrap:anywhere}@media (width<=575px){.attachment-header{flex-direction:column;align-items:flex-start}}.receipt-pagination{border-top:1px solid #f0f0f0;justify-content:center;margin-top:28px;padding-top:22px;display:flex}.receipt-pagination .ant-pagination{justify-content:center}@media (width<=600px){.receipt-pagination{justify-content:flex-start;margin-inline:-4px;padding:20px 4px 4px;overflow-x:auto}.receipt-pagination .ant-pagination{min-width:max-content}}
