@media print {
  body {
    background-color: #fff;
    color: #000;
    font-family: sans-serif;
  }

  .no-print {
    display: none !important;
  }

  .header-print {
    display: none !important;
  }

  [data-state="inactive"] {
    display: none;
  }

  div,
  main,
  section,
  article {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    color: #000 !important;
  }

  .p-4, .p-8, .md\:p-8 {
    padding: 0 !important;
  }

  .max-w-6xl {
    max-width: 100% !important;
  }

  .gradient-text {
    background-image: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: #000 !important;
  }

  .text-purple-200 {
    color: #333 !important;
  }

  .glass-effect {
    background: none !important;
    backdrop-filter: none !important;
  }

  .bg-opacity-10 {
    background: none !important;
  }

  .border-white\/10, .border-dashed, .border-white\/20 {
    border: 1px solid #ccc !important;
  }

  .text-gray-300 {
    color: #333 !important;
  }

  .text-red-300, .text-green-300, .text-yellow-300 {
    color: #000 !important;
  }

  .bg-red-500\/20, .bg-green-500\/20, .bg-yellow-500\/20 {
    background: #eee !important;
  }

  input, select {
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    color: #000 !important;
  }

  label {
    color: #000 !important;
  }

  @page {
    size: A4;
    margin: 20mm;
  }
}