html.machine-tailwind-missing body {
    font-family: "Space Grotesk", sans-serif;
    background: #ffffff;
    color: #111111;
}

html.machine-tailwind-missing .hidden { display: none !important; }
html.machine-tailwind-missing .block { display: block !important; }
html.machine-tailwind-missing .inline-block { display: inline-block !important; }
html.machine-tailwind-missing .inline-flex { display: inline-flex !important; }
html.machine-tailwind-missing .flex { display: flex !important; }
html.machine-tailwind-missing .grid { display: grid !important; }
html.machine-tailwind-missing .flex-col { flex-direction: column !important; }
html.machine-tailwind-missing .items-center { align-items: center !important; }
html.machine-tailwind-missing .items-start { align-items: flex-start !important; }
html.machine-tailwind-missing .justify-between { justify-content: space-between !important; }
html.machine-tailwind-missing .justify-center { justify-content: center !important; }
html.machine-tailwind-missing .justify-end { justify-content: flex-end !important; }
html.machine-tailwind-missing .flex-1 { flex: 1 1 0% !important; }
html.machine-tailwind-missing .w-full { width: 100% !important; }
html.machine-tailwind-missing .h-full { height: 100% !important; }
html.machine-tailwind-missing .overflow-hidden { overflow: hidden !important; }
html.machine-tailwind-missing .overflow-x-auto { overflow-x: auto !important; }
html.machine-tailwind-missing .overflow-y-auto { overflow-y: auto !important; }
html.machine-tailwind-missing .sticky { position: sticky !important; }
html.machine-tailwind-missing .fixed { position: fixed !important; }
html.machine-tailwind-missing .relative { position: relative !important; }
html.machine-tailwind-missing .absolute { position: absolute !important; }
html.machine-tailwind-missing .top-0 { top: 0 !important; }
html.machine-tailwind-missing .left-0 { left: 0 !important; }
html.machine-tailwind-missing .right-0 { right: 0 !important; }
html.machine-tailwind-missing .bottom-0 { bottom: 0 !important; }
html.machine-tailwind-missing .z-50 { z-index: 50 !important; }
html.machine-tailwind-missing .border { border: 1px solid #e5e7eb !important; }
html.machine-tailwind-missing .border-b { border-bottom: 1px solid #e5e7eb !important; }
html.machine-tailwind-missing .border-t { border-top: 1px solid #e5e7eb !important; }
html.machine-tailwind-missing .border-gray-200,
html.machine-tailwind-missing .border-light-accent { border-color: #e5e7eb !important; }
html.machine-tailwind-missing .bg-white { background: #ffffff !important; }
html.machine-tailwind-missing .bg-black { background: #000000 !important; }
html.machine-tailwind-missing .text-white { color: #ffffff !important; }
html.machine-tailwind-missing .text-black,
html.machine-tailwind-missing .text-industrial-black { color: #111111 !important; }
html.machine-tailwind-missing .text-gray-400 { color: #94a3b8 !important; }
html.machine-tailwind-missing .text-gray-500 { color: #64748b !important; }
html.machine-tailwind-missing .text-gray-600 { color: #475569 !important; }
html.machine-tailwind-missing .text-primary { color: #f2420d !important; }
html.machine-tailwind-missing .bg-primary { background: #f2420d !important; }
html.machine-tailwind-missing .rounded,
html.machine-tailwind-missing .rounded-lg,
html.machine-tailwind-missing .rounded-xl,
html.machine-tailwind-missing .rounded-\[10px\] { border-radius: 8px !important; }
html.machine-tailwind-missing .rounded-none { border-radius: 0 !important; }
html.machine-tailwind-missing .shadow,
html.machine-tailwind-missing .shadow-lg,
html.machine-tailwind-missing .shadow-\[0_-4px_6px_-1px_rgba\(0\,0\,0\,0\.1\)\] { box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08) !important; }
html.machine-tailwind-missing .gap-1 { gap: 0.25rem !important; }
html.machine-tailwind-missing .gap-2 { gap: 0.5rem !important; }
html.machine-tailwind-missing .gap-3 { gap: 0.75rem !important; }
html.machine-tailwind-missing .gap-4 { gap: 1rem !important; }
html.machine-tailwind-missing .gap-6 { gap: 1.5rem !important; }
html.machine-tailwind-missing .gap-8 { gap: 2rem !important; }
html.machine-tailwind-missing .gap-16 { gap: 4rem !important; }
html.machine-tailwind-missing .p-1 { padding: 0.25rem !important; }
html.machine-tailwind-missing .p-3 { padding: 0.75rem !important; }
html.machine-tailwind-missing .p-4 { padding: 1rem !important; }
html.machine-tailwind-missing .px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
html.machine-tailwind-missing .px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
html.machine-tailwind-missing .px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
html.machine-tailwind-missing .px-12 { padding-left: 3rem !important; padding-right: 3rem !important; }
html.machine-tailwind-missing .py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
html.machine-tailwind-missing .py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
html.machine-tailwind-missing .py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
html.machine-tailwind-missing .mt-0 { margin-top: 0 !important; }
html.machine-tailwind-missing .mb-2 { margin-bottom: 0.5rem !important; }
html.machine-tailwind-missing .mb-4 { margin-bottom: 1rem !important; }
html.machine-tailwind-missing .mb-12 { margin-bottom: 3rem !important; }
html.machine-tailwind-missing .mb-20 { margin-bottom: 5rem !important; }
html.machine-tailwind-missing .mx-auto { margin-left: auto !important; margin-right: auto !important; }
html.machine-tailwind-missing .max-w-\[1440px\] { max-width: 1440px !important; }
html.machine-tailwind-missing .text-xs { font-size: 0.75rem !important; }
html.machine-tailwind-missing .text-sm { font-size: 0.875rem !important; }
html.machine-tailwind-missing .text-lg { font-size: 1.125rem !important; }
html.machine-tailwind-missing .text-xl { font-size: 1.25rem !important; }
html.machine-tailwind-missing .text-2xl { font-size: 1.5rem !important; }
html.machine-tailwind-missing .text-3xl { font-size: 1.875rem !important; }
html.machine-tailwind-missing .text-4xl { font-size: 2.25rem !important; }
html.machine-tailwind-missing .text-5xl { font-size: 3rem !important; }
html.machine-tailwind-missing .text-\[10px\] { font-size: 10px !important; }
html.machine-tailwind-missing .text-\[11px\] { font-size: 11px !important; }
html.machine-tailwind-missing .font-bold { font-weight: 700 !important; }
html.machine-tailwind-missing .font-\[900\] { font-weight: 900 !important; }
html.machine-tailwind-missing .uppercase { text-transform: uppercase !important; }
html.machine-tailwind-missing .tracking-tight { letter-spacing: -0.02em !important; }
html.machine-tailwind-missing .tracking-widest { letter-spacing: 0.12em !important; }
html.machine-tailwind-missing .leading-none { line-height: 1 !important; }
html.machine-tailwind-missing .transition-colors,
html.machine-tailwind-missing .transition-all,
html.machine-tailwind-missing .transition-transform { transition: none !important; }
html.machine-tailwind-missing .hover\:text-primary:hover { color: #f2420d !important; }
html.machine-tailwind-missing .material-symbols-outlined {
    font-family: Arial, sans-serif !important;
    font-size: 0 !important;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111111;
}

html.machine-tailwind-missing .material-symbols-outlined::before {
    content: "•";
    font-size: 14px;
    line-height: 1;
}

@media (min-width: 768px) {
    html.machine-tailwind-missing .md\:px-12 { padding-left: 3rem !important; padding-right: 3rem !important; }
    html.machine-tailwind-missing .md\:h-24 { height: 6rem !important; }
    html.machine-tailwind-missing .md\:text-xs { font-size: 0.75rem !important; }
    html.machine-tailwind-missing .md\:flex { display: flex !important; }
}
