@import "tailwindcss";

@source "../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php";
@source "../../storage/framework/views/*.php";
@source "../**/*.blade.php";
@source "../**/*.js";
@source "../**/*.vue";

@plugin "daisyui" {
  themes: winter --default, night --prefersdark;
}

html {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  min-height: 100vh;
  background: #f8fafc;
}

.crm-shell-gradient {
  background: linear-gradient(180deg, #111827 0%, #172554 100%);
}

.crm-card {
  border: 1px solid rgb(226 232 240);
  background: rgb(255 255 255 / 0.96);
  box-shadow: 0 10px 35px rgb(15 23 42 / 0.06);
}
