#cfh-wrapper {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #374151;
line-height: 1.5;
box-sizing: border-box;
}
#cfh-wrapper *, #cfh-wrapper *::before, #cfh-wrapper *::after { box-sizing: border-box; } .tw-block { display: block; }
.tw-inline { display: inline; }
.tw-inline-block { display: inline-block; }
.tw-flex { display: flex; }
.tw-inline-flex { display: inline-flex; }
.tw-grid { display: grid; }
.tw-hidden { display: none; } .tw-flex-1 { flex: 1 1 0%; }
.tw-flex-wrap { flex-wrap: wrap; }
.tw-items-center { align-items: center; }
.tw-justify-between { justify-content: space-between; }
.tw-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.tw-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tw-gap-2 { gap: .5rem; }
.tw-gap-3 { gap: .75rem; }
.tw-gap-4 { gap: 1rem; } .tw-w-full { width: 100%; }
.tw-w-4 { width: 1rem; }
.tw-w-5 { width: 1.25rem; }
.tw-w-7 { width: 1.75rem; }
.tw-w-9 { width: 2.25rem; }
.tw-h-2 { height: .5rem; }
.tw-h-4 { height: 1rem; }
.tw-h-5 { height: 1.25rem; }
.tw-h-7 { height: 1.75rem; }
.tw-h-9 { height: 2.25rem; }
.tw-max-w-\[1100px\] { max-width: 1100px; }
.tw-min-w-\[120px\] { min-width: 120px; } .tw-m-0 { margin: 0; }
.tw-mx-auto { margin-left: auto; margin-right: auto; }
.tw-my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.tw-ml-2 { margin-left: .5rem; }
.tw-mt-0 { margin-top: 0; }
.tw-mt-1 { margin-top: .25rem; }
.tw-mt-2 { margin-top: .5rem; }
.tw-mt-5 { margin-top: 1.25rem; }
.tw-mt-6 { margin-top: 1.5rem; }
.tw-mb-0 { margin-bottom: 0; }
.tw-mb-1 { margin-bottom: .25rem; }
.tw-mb-2 { margin-bottom: .5rem; }
.tw-mb-3 { margin-bottom: .75rem; }
.tw-mb-4 { margin-bottom: 1rem; }
.tw-mb-5 { margin-bottom: 1.25rem; }
.tw-mb-6 { margin-bottom: 1.5rem; }
.tw-mb-8 { margin-bottom: 2rem; } .tw-p-2 { padding: .5rem; }
.tw-p-3 { padding: .75rem; }
.tw-p-4 { padding: 1rem; }
.tw-p-5 { padding: 1.25rem; }
.tw-p-6 { padding: 1.5rem; }
.tw-p-8 { padding: 2rem; }
.tw-pl-5 { padding-left: 1.25rem; }
.tw-pt-6 { padding-top: 1.5rem; }
.tw-px-3 { padding-left: .75rem; padding-right: .75rem; }
.tw-px-4 { padding-left: 1rem; padding-right: 1rem; }
.tw-px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.tw-px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.tw-py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.tw-py-2\.5 { padding-top: .625rem; padding-bottom: .625rem; }
.tw-py-3 { padding-top: .75rem; padding-bottom: .75rem; } .tw-text-xs { font-size: .75rem; line-height: 1rem; }
.tw-text-sm { font-size: .875rem; line-height: 1.25rem; }
.tw-text-base { font-size: 1rem; line-height: 1.5rem; }
.tw-text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.tw-text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.tw-text-2xl { font-size: 1.5rem; line-height: 2rem; }
.tw-text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.tw-font-normal { font-weight: 400; }
.tw-font-medium { font-weight: 500; }
.tw-font-semibold { font-weight: 600; }
.tw-font-bold { font-weight: 700; }
.tw-font-extrabold { font-weight: 800; }
.tw-text-center { text-align: center; }
.tw-uppercase { text-transform: uppercase; }
.tw-tracking-wide { letter-spacing: .025em; }
.tw-leading-relaxed { line-height: 1.625; } .tw-text-white { color: #fff; }
.tw-text-gray-400 { color: #9ca3af; }
.tw-text-gray-500 { color: #6b7280; }
.tw-text-gray-600 { color: #4b5563; }
.tw-text-gray-700 { color: #374151; }
.tw-text-gray-800 { color: #1f2937; }
.tw-text-gray-900 { color: #111827; }
.tw-text-amber-700 { color: #b45309; }
.tw-text-amber-800 { color: #92400e; }
.tw-text-red-600 { color: #dc2626; }
.tw-text-red-700 { color: #b91c1c; }
.tw-text-red-800 { color: #991b1b; }
.tw-text-green-700 { color: #15803d; }
.tw-text-camtek { color: #008FBE; }
.tw-text-camtek-dark { color: #006a8e; } .tw-bg-transparent { background-color: transparent; }
.tw-bg-white { background-color: #fff; }
.tw-bg-gray-100 { background-color: #f3f4f6; }
.tw-bg-gray-200 { background-color: #e5e7eb; }
.tw-bg-amber-50 { background-color: #fffbeb; }
.tw-bg-red-50 { background-color: #fef2f2; }
.tw-bg-camtek { background-color: #008FBE; }
.tw-bg-camtek-light { background-color: #E6F4F8; }
.tw-bg-camtek-dark { background-color: #006a8e; } .tw-border-0 { border-width: 0; }
.tw-border { border-width: 1px; border-style: solid; }
.tw-border-2 { border-width: 2px; border-style: solid; }
.tw-border-t { border-top-width: 1px; border-top-style: solid; }
.tw-border-dashed { border-style: dashed; }
.tw-border-gray-100 { border-color: #f3f4f6; }
.tw-border-gray-200 { border-color: #e5e7eb; }
.tw-border-gray-300 { border-color: #d1d5db; }
.tw-border-amber-200 { border-color: #fde68a; }
.tw-border-red-200 { border-color: #fecaca; }
.tw-border-camtek { border-color: #008FBE; }
.tw-rounded { border-radius: .25rem; }
.tw-rounded-lg { border-radius: .5rem; }
.tw-rounded-xl { border-radius: .75rem; }
.tw-rounded-full { border-radius: 9999px; } .tw-shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1); }
.tw-cursor-pointer { cursor: pointer; }
.tw-transition-all { transition: all .15s ease-in-out; }
.tw-transition-colors { transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; } .hover\:tw-bg-camtek-dark:hover { background-color: #006a8e; }
.hover\:tw-border-camtek:hover { border-color: #008FBE; }
.hover\:tw-text-gray-800:hover { color: #1f2937; } @media (min-width: 768px) {
.md\:tw-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.md\:tw-p-8 { padding: 2rem; }
}