@tailwind base;@tailwind components;@tailwind utilities;@layer base{*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}table{border-collapse:collapse}:focus{outline:none}:focus-visible{outline:2px solid #059669;outline-offset:2px;border-radius:4px}}@layer components{.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.scrollbar-thin::-webkit-scrollbar{width:5px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:20px}.kpi-card{@apply bg-gray-50 rounded-xl px-4 py-3;}.kpi-card--urgent{@apply bg-red-50 border border-red-100;}.kpi-card--warn{@apply bg-amber-50 border border-amber-100;}.kpi-card--info{@apply bg-blue-50 border border-blue-100;}.kpi-card--ok{@apply bg-emerald-50 border border-emerald-100;}.kpi-card__label{@apply text-xs font-medium text-gray-500 leading-tight;}.kpi-card__value{@apply text-xl font-bold text-gray-900 mt-0.5 leading-tight;}.kpi-card__value--red{color:#dc2626}.kpi-card__value--amber{color:#b45309}.kpi-card__value--green{color:#059669}.kpi-card__value--blue{color:#2563eb}.alert{@apply flex items-start gap-3 rounded-2xl px-4 py-3.5 text-sm;}.alert--error{@apply bg-red-50 border border-red-200 text-red-800;}.alert--warn{@apply bg-amber-50 border border-amber-200 text-amber-800;}.alert--info{@apply bg-blue-50 border border-blue-200 text-blue-800;}.alert--success{@apply bg-emerald-50 border border-emerald-200 text-emerald-800;}.alert__icon{@apply text-xl shrink-0 mt-0.5;}.alert__title{@apply font-semibold mb-0.5;}.progress-bar{@apply w-full bg-gray-100 rounded-full overflow-hidden;height:6px}.progress-bar--sm{height:4px}.progress-bar--lg{height:8px}.progress-bar__fill{height:6px;@apply rounded-full transition-all duration-300;}.progress-bar--sm .progress-bar__fill{height:4px}.progress-bar--lg .progress-bar__fill{height:8px}.progress-bar__fill--green{@apply bg-emerald-500;}.progress-bar__fill--amber{@apply bg-amber-500;}.progress-bar__fill--red{@apply bg-red-500;}.progress-bar__fill--blue{@apply bg-blue-500;}.detail-panel{@apply w-96 flex flex-col border-l border-gray-100 bg-white overflow-hidden shrink-0 animate-slide-in-right;}.detail-panel__header{@apply px-5 py-4 border-b border-gray-100 flex items-start justify-between;}.detail-panel__section{@apply px-5 py-4 border-b border-gray-100;}.detail-panel__actions{@apply px-5 py-3 border-b border-gray-100 flex gap-2;}.detail-panel__body{@apply flex-1 overflow-y-auto px-5 py-4 scrollbar-thin;}.section-label{@apply text-xs font-semibold text-gray-400 uppercase tracking-wider mb-3;}.tx-row{@apply flex items-start gap-3 py-3 border-b border-gray-50 last:border-0;}.tx-row__icon{@apply w-8 h-8 rounded-full flex items-center justify-center shrink-0 text-base;}.tx-row__icon--debit{@apply bg-red-100 text-red-600;}.tx-row__icon--credit{@apply bg-emerald-100 text-emerald-700;}.tx-row__icon--adjust{@apply bg-amber-100 text-amber-700;}.tx-row__meta{@apply flex-1 min-w-0;}.tx-row__title{@apply text-sm font-medium text-gray-800;}.tx-row__sub{@apply text-xs text-gray-400 mt-0.5 truncate;}.tx-row__amount{@apply text-sm font-semibold shrink-0 text-right;}.tx-row__amount--debit{color:#dc2626}.tx-row__amount--credit{color:#059669}.tx-row__balance{@apply text-xs text-gray-400 mt-0.5;}.data-table{@apply w-full text-sm;}.data-table thead{@apply sticky top-0 bg-white border-b border-gray-100 z-10;}.data-table th{@apply px-5 py-3 text-left text-xs font-semibold text-gray-400 uppercase tracking-wide whitespace-nowrap;}.data-table tbody{@apply divide-y divide-gray-50;}.data-table td{@apply px-5 py-3.5;}.data-table tr{@apply transition-colors duration-100;}.data-table tr.is-clickable{@apply cursor-pointer;}.data-table tr.is-clickable:hover{@apply bg-gray-50;}.data-table tr.is-selected{@apply bg-emerald-50;}.data-table tr.is-urgent{background-color:#fee2e266}.bs-card{@apply bg-white rounded-2xl border border-gray-100 shadow-sm overflow-hidden;}.bs-card__header{@apply px-6 py-4 border-b border-gray-100 flex items-center justify-between;}.bs-card__title{@apply text-sm font-semibold text-gray-900;}.bs-card__body{@apply divide-y divide-gray-50;}.bs-row{@apply flex items-center justify-between px-6 py-3 text-sm;}.bs-row--total{@apply flex items-center justify-between px-6 py-4 bg-gray-50 font-semibold text-sm;}.bs-row--section{@apply flex items-center px-6 py-2 text-xs font-semibold text-gray-400 uppercase tracking-wider bg-gray-50/50;}.bs-row__label{@apply text-gray-600;}.bs-row__value{@apply font-medium text-gray-900;}.bs-row__value--debit{@apply font-semibold text-red-600;}.bs-row__value--credit{@apply font-semibold text-emerald-700;}.statement-meta{@apply grid grid-cols-2 gap-x-12 gap-y-3 text-sm;}.statement-meta dt{@apply text-gray-400;}.statement-meta dd{@apply font-medium text-gray-900;}.page-toolbar{@apply px-6 py-4 border-b border-gray-100 space-y-4;}.modal-summary-row{@apply flex items-center justify-between text-sm rounded-xl px-4 py-3;}.modal-summary-row--debit{@apply bg-red-50 border border-red-100;}.modal-summary-row--credit{@apply bg-emerald-50 border border-emerald-100;}.modal-summary-row--neutral{@apply bg-gray-50;}.modal-summary-row__label{@apply text-gray-600;}.modal-summary-row__value{@apply font-bold text-gray-900;}.modal-summary-row--debit .modal-summary-row__value{@apply text-red-700;}.modal-summary-row--credit .modal-summary-row__value{@apply text-emerald-700;}@media print{.no-print{display:none!important}body{background:#fff!important}}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-right{0%{transform:translate(20px);opacity:0}to{transform:none;opacity:1}}@keyframes zoom-in{0%{transform:scale(.97);opacity:0}to{transform:none;opacity:1}}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.animate-fade-in{animation:fade-in .15s ease-out both}.animate-slide-in-right{animation:slide-in-right .2s ease-out both}.animate-zoom-in{animation:zoom-in .15s ease-out both}.animate-shimmer{background:linear-gradient(90deg,#f3f4f6 25%,#e9eaeb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.receipt-preview-wrap{@apply flex-1 bg-gray-100 rounded-2xl flex flex-col items-center py-8 px-4 overflow-y-auto scrollbar-thin;}.receipt-preview-paper{@apply bg-white shadow-lg font-mono;padding:12px 10px;line-height:1.6;transition:transform .2s}.receipt-divider-solid{@apply border-t border-gray-200 my-1.5;}.receipt-divider-dashed{border-top:1px dashed #ccc;@apply my-1.5;}.receipt-item-row{@apply flex justify-between text-xs;}.receipt-total-row{@apply flex justify-between text-xs font-bold border-t border-gray-200 pt-1 mt-1;}.receipt-center{@apply text-center;}.receipt-muted{@apply text-gray-400;}.barcode-label-preview{@apply bg-white border border-gray-300 shadow-sm flex flex-col items-center justify-center overflow-hidden;padding:3px}.barcode-label-preview__logo{@apply text-gray-400;font-size:8px}.barcode-label-preview__sku{@apply text-gray-400;font-size:7px;font-family:monospace}.barcode-label-preview__custom{color:#666;font-size:7px}.ai-chat-card{height:560px;@apply flex flex-col;}:root{--ep-blue: #1D6FEB;--ep-blue2: #1558C8;--ep-blue3: #0F3F96;--ep-blueSoft: #EEF4FF;--ep-green: #00C97A;--ep-green2: #009E60;--ep-greenSoft: #E6FAF1;--ep-navy: #0D1B3E;--ep-dark: #0F1117}:focus-visible{outline:2px solid var(--ep-blue)!important;outline-offset:2px;border-radius:4px}a.brand-link{color:var(--ep-blue);font-weight:500;text-decoration:none;transition:color .15s}a.brand-link:hover{color:var(--ep-blue2)}.btn-checkout{background:var(--ep-blue);color:#fff;font-weight:700;@apply w-full rounded-xl py-4 text-sm transition-all duration-150 active:scale-[.98];}.btn-checkout:hover{background:var(--ep-blue2)}.btn-checkout:active{background:var(--ep-blue3)}.btn-checkout:disabled{@apply opacity-40 cursor-not-allowed;}.nav-active{background:var(--ep-blue)!important;color:#fff!important}.badge-brand{background:var(--ep-blueSoft);color:var(--ep-blue);@apply text-xs font-medium px-2 py-0.5 rounded-full;}.badge-brand--green{background:var(--ep-greenSoft);color:var(--ep-green2);@apply text-xs font-medium px-2 py-0.5 rounded-full;}.progress-bar__fill--green{background:var(--ep-green)!important}.progress-bar__fill--blue{background:var(--ep-blue)!important}.kpi-card--ok{background:var(--ep-greenSoft);border-color:#00c97a33}.kpi-card--ok .kpi-card__value--green{color:var(--ep-green2)}.shadow-ep{box-shadow:0 4px 20px -4px #1d6feb66}.receipt-paper{--receipt-fs: 11px;--receipt-fs-sm: 10px;--receipt-fs-lg: 12px;--receipt-fs-xs: 9px;font-family:JetBrains Mono,Courier New,monospace;font-size:var(--receipt-fs);line-height:1.65;color:#1a1a1a}.receipt-paper--small{--receipt-fs: 9px;--receipt-fs-sm: 8px;--receipt-fs-lg: 10px;--receipt-fs-xs: 7px}.receipt-paper--normal{--receipt-fs: 11px;--receipt-fs-sm: 10px;--receipt-fs-lg: 12px;--receipt-fs-xs: 9px}.receipt-paper--large{--receipt-fs: 13px;--receipt-fs-sm: 12px;--receipt-fs-lg: 14px;--receipt-fs-xs: 11px}.receipt-paper--xl{--receipt-fs: 15px;--receipt-fs-sm: 13px;--receipt-fs-lg: 16px;--receipt-fs-xs: 12px}.receipt-paper--58mm{width:200px}.receipt-paper--80mm{width:230px}.receipt-paper--A5{width:260px}.receipt-paper--A4{width:320px}.receipt-store-name{font-size:var(--receipt-fs-lg);font-weight:700}.receipt-secondary{font-size:var(--receipt-fs-sm);color:#666}.receipt-fine-print{font-size:var(--receipt-fs-xs);color:#888}.receipt-total-value{font-size:var(--receipt-fs-lg);font-weight:700}.receipt-line-item{font-size:var(--receipt-fs)}.receipt-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.receipt-divider-top{border-top:1px dashed #ccc;margin-top:6px;padding-top:6px}.receipt-qr-block{display:inline-block;background:#000;border-radius:2px}.receipt-barcode-bar{background:#000;margin:0 auto;border-radius:1px;opacity:.85}.receipt-logo-mark{display:inline-flex;width:32px;height:32px;border-radius:6px;background:#1d6feb;color:#fff;align-items:center;justify-content:center;font-weight:700;font-size:14px}main>*{animation:fade-in .18s ease-out both}:focus-visible{outline:2px solid #1D6FEB!important;outline-offset:3px;border-radius:6px}::selection{background:#1d6feb26;color:inherit}[class*=overflow-y-auto]{scroll-behavior:smooth}.data-table tr.is-clickable{transition:background-color 80ms ease}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px #1d6feb14}button:active:not(:disabled){transform:scale(.98)}nav a{transition:background-color .12s ease,color .12s ease}@media print{.no-print,nav,header,.page-toolbar button,footer{display:none!important}body{font-size:12px!important;background:#fff!important}.bs-card,.data-table tr{break-inside:avoid}h1,h2{break-after:avoid}@page{margin:1.5cm}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}*::-webkit-scrollbar{width:5px;height:5px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:20px}*::-webkit-scrollbar-thumb:hover{background:#d1d5db}@view-transition{navigation: auto;}.skeleton-card{@apply bg-white rounded-2xl border border-gray-100 overflow-hidden;}.skeleton-card__header{@apply h-12 animate-shimmer;}.skeleton-card__body{@apply p-4 space-y-3;}
