@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif}.input-std{width:100%;padding:.6rem .8rem;background-color:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.875rem;outline:none;transition:all .2s ease-in-out}.input-std:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.input-std:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.dark .input-std{background-color:#0f172a;color:#f8fafc;border-color:#334155}.dark .input-std:focus{border-color:#34d399;box-shadow:0 0 0 3px #34d39926}.dark .input-std:disabled{background-color:#1e293b;color:#64748b}.card-std{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 2px #0000000d}.dark .card-std{background-color:#0f172a;border-color:#1e293b}.modal-std{background-color:#fff;border:1px solid #e2e8f0;box-shadow:0 25px 50px -12px #00000040}.dark .modal-std{background-color:#0f172a;border-color:#334155;color:#f8fafc}.table-header-std{background-color:#f8fafc;color:#0f172a;font-weight:600;text-transform:uppercase;font-size:.75rem;border-bottom:1px solid #e2e8f0}.dark .table-header-std{background-color:#1e293b;color:#f1f5f9;border-color:#334155}.table-row-std:hover{background-color:#f8fafc}.dark .table-row-std:hover{background-color:#1e293b}.btn-secondary{background-color:#f1f5f9;color:#475569;border-radius:.375rem;font-weight:600;transition:background-color .2s}.btn-secondary:hover{background-color:#e2e8f0}.dark .btn-secondary{background-color:#1e293b;color:#94a3b8}.dark .btn-secondary:hover{background-color:#334155;color:#e2e8f0}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;filter:invert(0)}.dark input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}@media print{body *{visibility:hidden}.receipt-print-area,.receipt-print-area *{visibility:visible}.receipt-print-area{position:absolute;left:0;top:0;width:100%;border:none;box-shadow:none}.print\:hidden{display:none!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px;border:2px solid transparent;background-clip:content-box;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.dark ::-webkit-scrollbar-thumb{background-color:#475569}.dark ::-webkit-scrollbar-thumb:hover{background-color:#64748b}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}@supports (scrollbar-color: auto){*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.dark *{scrollbar-color:#475569 transparent}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 1s linear infinite}
