@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{@apply border-slate-200;}body{@apply bg-slate-50 text-slate-900 antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{@apply font-semibold text-slate-900;letter-spacing:-.01em}h1{@apply text-2xl;}h2{@apply text-xl;}h3{@apply text-lg;}}@layer components{.btn{@apply inline-flex items-center justify-center gap-2 px-4 py-2 rounded-lg font-medium text-sm transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-primary{@apply bg-slate-900 text-white hover:bg-slate-800 focus:ring-slate-500 active:scale-[.98];}.btn-secondary{@apply bg-white text-slate-700 border border-slate-300 hover:bg-slate-50 focus:ring-slate-500 active:scale-[.98];}.btn-ghost{@apply bg-transparent text-slate-600 hover:bg-slate-100 focus:ring-slate-500;}.btn-danger{@apply bg-red-600 text-white hover:bg-red-700 focus:ring-red-500 active:scale-[.98];}.input{@apply w-full px-3 py-2.5 text-sm border border-slate-300 rounded-lg bg-white text-slate-900 placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-slate-500 focus:border-transparent transition-all disabled:bg-slate-50 disabled:text-slate-500 disabled:cursor-not-allowed;}.label{@apply block text-xs font-semibold text-slate-700 uppercase tracking-wider mb-1.5;}.card{@apply bg-white rounded-xl shadow-sm border border-slate-200;}.table-container{@apply overflow-x-auto -mx-6;}.table{@apply w-full border-collapse;}.table thead{@apply bg-slate-50 border-b border-slate-200;}.table thead th{@apply px-6 py-3 text-left text-xs font-semibold text-slate-600 uppercase tracking-wider sticky top-0 bg-slate-50 z-10;}.table tbody tr{@apply border-b border-slate-100 hover:bg-slate-50/50 transition-colors;}.table tbody td{@apply px-6 py-4 text-sm text-slate-700;}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.badge-success{@apply bg-emerald-50 text-emerald-700;}.badge-warning{@apply bg-amber-50 text-amber-700;}.badge-danger{@apply bg-red-50 text-red-700;}.badge-neutral{@apply bg-slate-100 text-slate-700;}}@layer utilities{.scrollbar-thin{scrollbar-width:thin;scrollbar-color:rgb(203 213 225) transparent}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}}.theme-dark body{background-color:#0f172a;color:#e2e8f0}.theme-dark .bg-white{background-color:#111827}.theme-dark .bg-slate-50{background-color:#0f172a}.theme-dark .text-slate-900,.theme-dark .text-gray-900{color:#f1f5f9}.theme-dark .text-slate-600,.theme-dark .text-gray-600,.theme-dark .text-slate-500,.theme-dark .text-gray-500{color:#cbd5e1}.theme-dark .border-slate-200,.theme-dark .border-gray-200,.theme-dark .border-gray-300{border-color:#1f2937}.theme-dark input[type=text],.theme-dark input[type=email],.theme-dark input[type=password],.theme-dark input[type=number],.theme-dark input[type=date],.theme-dark input[type=time],.theme-dark input[type=search],.theme-dark textarea,.theme-dark select{background-color:#1e293b!important;color:#f1f5f9!important;border-color:#334155!important}.theme-dark input[type=text]::placeholder,.theme-dark input[type=email]::placeholder,.theme-dark input[type=password]::placeholder,.theme-dark input[type=number]::placeholder,.theme-dark input[type=date]::placeholder,.theme-dark input[type=time]::placeholder,.theme-dark input[type=search]::placeholder,.theme-dark textarea::placeholder{color:#94a3b8!important}.theme-dark input[type=text]:focus,.theme-dark input[type=email]:focus,.theme-dark input[type=password]:focus,.theme-dark input[type=number]:focus,.theme-dark input[type=date]:focus,.theme-dark input[type=time]:focus,.theme-dark input[type=search]:focus,.theme-dark textarea:focus,.theme-dark select:focus{background-color:#1e293b!important;color:#f1f5f9!important;border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 2px #3b82f633!important}.theme-dark input[type=text]:disabled,.theme-dark input[type=email]:disabled,.theme-dark input[type=password]:disabled,.theme-dark input[type=number]:disabled,.theme-dark input[type=date]:disabled,.theme-dark input[type=time]:disabled,.theme-dark input[type=search]:disabled,.theme-dark textarea:disabled,.theme-dark select:disabled{background-color:#0f172a!important;color:#64748b!important;border-color:#1e293b!important;cursor:not-allowed}.theme-dark select option{background-color:#1e293b!important;color:#f1f5f9!important}.theme-dark .input{background-color:#1e293b!important;color:#f1f5f9!important;border-color:#334155!important}.theme-dark .input::placeholder{color:#94a3b8!important}.theme-dark .input:focus{background-color:#1e293b!important;color:#f1f5f9!important;border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f633!important}.theme-dark .input:disabled{background-color:#0f172a!important;color:#64748b!important;border-color:#1e293b!important}.theme-dark .label,.theme-dark label,.theme-dark label.text-slate-700,.theme-dark label.text-gray-700{color:#cbd5e1!important}.theme-dark .card{background-color:#111827!important;border-color:#1f2937!important}.theme-dark .table thead{background-color:#1e293b!important;border-color:#334155!important}.theme-dark .table thead th{background-color:#1e293b!important;color:#cbd5e1!important;border-color:#334155!important}.theme-dark .table tbody tr{border-color:#1f2937!important}.theme-dark .table tbody tr:hover{background-color:#1e293b!important}.theme-dark .table tbody td{color:#e2e8f0!important}@media print{body *{visibility:hidden}.print-content,.print-content *{visibility:visible}.print-content{position:absolute;left:0;top:0;width:100%}}
