@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-tertiary: #cbd5e1;--bg-card: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--border-color: #e2e8f0;--border-hover: #cbd5e1;--color-primary: #6366f1;--color-primary-hover: #4f46e5;--color-primary-text: #ffffff;--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444}}@layer utilities{.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.appearance-none::-webkit-outer-spin-button,.appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.appearance-none[type=number]{-moz-appearance:textfield}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.custom-scrollbar::-webkit-scrollbar{width:6px}}html,body{font-family:Inter,system-ui,sans-serif;@apply bg-[var(--bg-primary)] text-[var(--text-primary)];-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;width:100%;min-height:100vh;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto;overscroll-behavior-x:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:text;-webkit-user-select:text}#root{width:100%;min-height:100vh;overflow:visible;position:relative}.public-page-container{min-height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.selectable,.selectable *{user-select:text;-webkit-user-select:text;cursor:text}input,textarea,select{user-select:text!important;-webkit-user-select:text!important;cursor:text}@media print{body>*{display:none!important}body #receipt-modal-overlay{display:block!important;visibility:visible!important;position:absolute!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;background:#fff!important;z-index:999999!important}#receipt-modal-overlay *{visibility:visible!important;display:block}#receipt-modal-overlay .flex{display:flex!important}#receipt-modal-overlay .grid{display:grid!important}#receipt-modal-overlay .hidden{display:none!important}#receipt-modal-overlay>div{box-shadow:none!important;max-width:none!important;width:100%!important;margin:0!important;border:none!important;border-radius:0!important}#receipt-content{overflow:visible!important}@page{margin:0;size:auto}html,body{margin:0!important;padding:0!important;height:100%!important;overflow:visible!important}}.botao-secundario{background:var(--botao-sec-bg)!important;border:1px solid var(--botao-sec-border)!important;box-shadow:var(--botao-sec-shadow)!important;transition:all .2s ease!important;color:var(--botao-sec-text)!important}.botao-secundario:hover{box-shadow:0 4px 12px var(--botao-sec-border)!important;transform:translateY(-1px)!important;background:var(--botao-sec-hover-bg)!important;color:var(--text-primary)!important}html.theme-light{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-tertiary: #cbd5e1;--bg-card: #ffffff;--text-primary: #0f172a;--text-secondary: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--border-hover: #cbd5e1;--color-primary: #6366f1;--color-primary-hover: #4f46e5;--color-primary-text: #ffffff;--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--botao-sec-bg: rgba(99, 102, 241, .05);--botao-sec-border: rgba(99, 102, 241, .12);--botao-sec-shadow: 0 2px 6px rgba(0, 0, 0, .03);--botao-sec-hover-bg: rgba(99, 102, 241, .1);--botao-sec-text: #4b5563}html.theme-dark{--bg-primary: #0d0f12;--bg-secondary: #161a20;--bg-tertiary: #1e252e;--bg-card: #161a20;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--border-color: #2d3748;--border-hover: #4a5568;--color-primary: #2d88ff;--color-primary-hover: #1a6dd9;--color-primary-text: #ffffff;--color-success: #34d399;--color-warning: #fbbf24;--color-danger: #f87171;--botao-sec-bg: rgba(255, 255, 255, .1);--botao-sec-border: rgba(255, 255, 255, .1);--botao-sec-shadow: none;--botao-sec-hover-bg: rgba(255, 255, 255, .15);--botao-sec-text: #e4e6eb}html.theme-dark .bg-white{background-color:var(--bg-card)!important;color:var(--text-primary)!important}html.theme-dark [class*=bg-white]{background-color:var(--bg-card)!important}html.theme-dark [class*=bg-slate-50],html.theme-dark [class*=bg-gray-50]{background-color:var(--bg-primary)!important}html.theme-dark [class*=bg-slate-100],html.theme-dark [class*=bg-gray-100]{background-color:var(--bg-secondary)!important}html.theme-dark [class*=bg-slate-200]{background-color:var(--bg-tertiary)!important}html.theme-dark [class*=shadow-indigo],html.theme-dark [class*=shadow-emerald],html.theme-dark [class*=shadow-rose],html.theme-dark [class*=shadow-amber],html.theme-dark [class*=shadow-blue]{box-shadow:none!important}html.theme-dark .shadow-xl,html.theme-dark .shadow-2xl{box-shadow:0 4px 16px #00000080!important}html.theme-dark .shadow-sm,html.theme-dark .shadow-md{box-shadow:0 1px 6px #0006!important}html.theme-dark [class*=border-slate-100],html.theme-dark [class*=border-slate-200],html.theme-dark [class*=border-gray-100],html.theme-dark [class*=border-gray-200]{border-color:var(--border-color)!important}html.theme-dark [class*=text-slate-700],html.theme-dark [class*=text-slate-800],html.theme-dark [class*=text-slate-900],html.theme-dark [class*=text-gray-700],html.theme-dark [class*=text-gray-800],html.theme-dark [class*=text-gray-900]{color:var(--text-primary)!important}html.theme-dark [class*=text-slate-500],html.theme-dark [class*=text-slate-600],html.theme-dark [class*=text-gray-500],html.theme-dark [class*=text-gray-600]{color:var(--text-secondary)!important}html.theme-dark [class*=text-slate-400],html.theme-dark [class*=text-gray-400]{color:var(--text-muted)!important}html.theme-dark input,html.theme-dark select,html.theme-dark textarea{background-color:var(--bg-primary)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html.theme-dark input::placeholder,html.theme-dark textarea::placeholder{color:var(--text-muted)!important}html.theme-dark [class*="bg-white/"]{background-color:#242526f2!important}html.theme-dark [class*=divide-slate],html.theme-dark [class*=divide-gray]{border-color:var(--border-color)!important}html.theme-dark [class*=bg-indigo-50]{background-color:#6366f11f!important}html.theme-dark [class*=bg-blue-50]{background-color:#3b82f61f!important}html.theme-dark [class*=bg-violet-50]{background-color:#8b5cf61f!important}html.theme-dark [class*=bg-emerald-50]{background-color:#10b9811f!important}html.theme-dark [class*=bg-green-50]{background-color:#22c55e1f!important}html.theme-dark [class*=bg-rose-50]{background-color:#f43f5e1f!important}html.theme-dark [class*=bg-red-50]{background-color:#ef44441f!important}html.theme-dark [class*=bg-amber-50]{background-color:#f59e0b1f!important}html.theme-dark [class*=bg-yellow-50]{background-color:#eab3081f!important}html.theme-dark [class*=bg-orange-50]{background-color:#f973161f!important}html.theme-dark [class*=bg-sky-50]{background-color:#0ea5e91f!important}html.theme-dark [class*=bg-teal-50]{background-color:#14b8a61f!important}html.theme-dark [class*=bg-purple-50]{background-color:#a855f71f!important}html.theme-dark [class*=bg-pink-50]{background-color:#ec48991f!important}html.theme-dark [class*=bg-indigo-100]{background-color:#6366f12e!important}html.theme-dark [class*=bg-emerald-100]{background-color:#10b9812e!important}html.theme-dark [class*=bg-rose-100]{background-color:#f43f5e2e!important}html.theme-dark [class*=bg-amber-100]{background-color:#f59e0b2e!important}html.theme-dark [class*=bg-blue-100]{background-color:#3b82f62e!important}html.theme-dark [class*=border-indigo-100]{border-color:#6366f14d!important}html.theme-dark [class*=border-indigo-200]{border-color:#6366f166!important}html.theme-dark [class*=border-emerald-100]{border-color:#10b9814d!important}html.theme-dark [class*=border-emerald-200]{border-color:#10b98166!important}html.theme-dark [class*=border-rose-100]{border-color:#f43f5e4d!important}html.theme-dark [class*=border-amber-100]{border-color:#f59e0b4d!important}html.theme-dark [class*=border-blue-100]{border-color:#3b82f64d!important}html.theme-dark [class*=text-indigo-600]{color:#818cf8!important}html.theme-dark [class*=text-indigo-700]{color:#a5b4fc!important}html.theme-dark [class*=text-emerald-600]{color:#34d399!important}html.theme-dark [class*=text-emerald-700]{color:#6ee7b7!important}html.theme-dark [class*=text-rose-600]{color:#fb7185!important}html.theme-dark [class*=text-amber-600]{color:#fbbf24!important}html.theme-dark [class*=text-blue-600]{color:#60a5fa!important}html.theme-dark [class*=shadow-inner]{box-shadow:inset 0 2px 4px #0006!important}html.theme-dark [class*="hover:bg-slate-50"]:hover,html.theme-dark [class*="hover:bg-gray-50"]:hover{background-color:#ffffff08!important}html.theme-dark [class*="hover:bg-slate-100"]:hover,html.theme-dark [class*="hover:bg-gray-100"]:hover{background-color:#ffffff0d!important}html.theme-dark [class*="hover:bg-rose-50"]:hover{background-color:#f43f5e26!important}html.theme-dark [class*="hover:bg-amber-50"]:hover{background-color:#f59e0b26!important}html.theme-dark [class*="hover:bg-emerald-50"]:hover{background-color:#10b98126!important}html.theme-dark [class*="hover:bg-indigo-50"]:hover{background-color:#6366f126!important}html.theme-ocean{--bg-primary: #ecfeff;--bg-secondary: #ffffff;--bg-tertiary: #a5f3fc;--bg-card: #ffffff;--text-primary: #164e63;--text-secondary: #0e7490;--text-muted: #67e8f9;--border-color: #cffafe;--border-hover: #a5f3fc;--color-primary: #06b6d4;--color-primary-hover: #0891b2;--color-primary-text: #ffffff;--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--botao-sec-bg: rgba(6, 182, 212, .08);--botao-sec-border: rgba(6, 182, 212, .15);--botao-sec-shadow: 0 2px 6px rgba(6, 182, 212, .08);--botao-sec-hover-bg: rgba(6, 182, 212, .12);--botao-sec-text: #0e7490}html.theme-sunset{--bg-primary: #fff7ed;--bg-secondary: #ffffff;--bg-tertiary: #fed7aa;--bg-card: #ffffff;--text-primary: #431407;--text-secondary: #9a3412;--text-muted: #fdba74;--border-color: #ffedd5;--border-hover: #fed7aa;--color-primary: #f97316;--color-primary-hover: #ea580c;--color-primary-text: #ffffff;--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--botao-sec-bg: rgba(249, 115, 22, .08);--botao-sec-border: rgba(249, 115, 22, .15);--botao-sec-shadow: 0 2px 6px rgba(249, 115, 22, .08);--botao-sec-hover-bg: rgba(249, 115, 22, .12);--botao-sec-text: #9a3412}
