@charset "UTF-8";*{box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}input[type=text],input[type=email],input[type=password],input[type=date],input[type=number],textarea,select{@apply w-full px-3 py-2 border border-slate-200 rounded-lg text-sm text-slate-900 placeholder-slate-400 focus:outline-none focus:ring-2 focus:ring-slate-900 focus:border-transparent bg-white transition-shadow;}.drop-zone{@apply border-2 border-dashed border-slate-300 rounded-xl p-8 text-center transition-colors cursor-pointer;}.drop-zone.dragover{@apply border-amber-400 bg-amber-50;}
