@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}body{background-color:#050505;color:#fff;-webkit-tap-highlight-color:transparent}.bg-zinc-950{background-color:#09090b}.text-amber-500{color:#f59e0b}.border-amber-500{border-color:#f59e0b}.bg-amber-500{background-color:#f59e0b}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#09090b}::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#f59e0b}*{scrollbar-width:thin;scrollbar-color:#27272a #09090b}.custom-scrollbar-minimal::-webkit-scrollbar{width:4px}.custom-scrollbar-minimal::-webkit-scrollbar-track{background:transparent}.custom-scrollbar-minimal::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.custom-scrollbar-minimal:hover::-webkit-scrollbar-thumb{background:#f59e0b66}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#09090b;border:1px solid #27272a;border-radius:.75rem;padding:.75rem 2.5rem .75rem 1rem;font-size:.875rem;line-height:1.25rem;color:#fff;cursor:pointer;transition:all .2s ease;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23f59e0b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em 1.25em}select:hover{border-color:#f59e0b}select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 1px #f59e0b}option{background-color:#09090b;color:#fff;padding:10px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .3s ease-out}.animate-slide-up{animation:slide-up .4s ease-out}@media(max-width:768px){.mobile-bottom-sheet{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;padding-bottom:env(safe-area-inset-bottom,20px)}}.font-serif{font-family:Outfit,Inter,sans-serif}.text-emerald-500,.text-emerald-400,.text-green-500{color:#f59e0b!important}.bg-emerald-500,.bg-emerald-400,.bg-green-500{background-color:#f59e0b!important}.border-emerald-500,.border-emerald-400,.border-green-500{border-color:#f59e0b!important}@media print{@page{margin:0;size:auto}body{background-color:#fff!important;background:#fff!important;color:#000!important;margin:0!important;padding:0!important;width:100%;height:100%}nav,header,footer,aside,.sidebar,.no-print,button,a{display:none!important}.printable-ticket{display:block!important;width:80mm;max-width:300px;margin:0 auto;padding:10px;font-family:Courier New,Courier,monospace;font-size:12px;line-height:1.2;color:#000!important}.printable-ticket *{color:#000!important}}
