*,::before,::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
body { margin: 0; line-height: inherit }
h1,h3,label,span,div,select,input,img,svg { margin: 0; padding: 0 }
img { display: block; vertical-align: middle; max-width: 100%; height: auto; }
input,select { font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; }
input::placeholder, select::placeholder { opacity: 1; color: #9ca3af }
[role="button"], button { cursor: pointer; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse }


/* ESTILOS PERSONALIZADOS (Fonte, Inputs, Sliders) */
@font-face {
    font-family: 'IntelbrasSans-Light'; 
    src: url('IntelbrasSans-Light.woff2') format('woff2'),
         url('IntelbrasSans-Light.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'IntelbrasSans-Light', sans-serif;
}

/* Esconde as setas dos inputs type="number" */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

/* Estilo para o controle deslizante (range input) */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px; 
    height: 16px; 
    background: #06CB3F; /* bright-green */
    cursor: pointer;
    border-radius: 4px; 
    margin-top: -4px; 
}
input[type=range]::-moz-range-thumb {
    width: 30px; 
    height: 16px; 
    background: #06CB3F; /* bright-green */
    cursor: pointer;
    border-radius: 4px; 
}

/* CLASSES UTILITÁRIAS (Compiladas do HTML) */

/* Cores Personalizadas */
.bg-light-mint { background-color: #EFEFED; }
.bg-bright-green { background-color: #06CB3F; }
.text-dark-teal { color: #163134; }
.text-bright-green { color: #06CB3F; }
.border-dark-teal { border-color: #163134; }
.ring-bright-green { --tw-ring-color: #06CB3F; }
.focus\:border-bright-green:focus { border-color: #06CB3F; }
.focus\:ring-bright-green:focus { --tw-ring-color: #06CB3F; }
.focus\:ring-1:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow-colored); }

/* Layout e Espaçamento */
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-3 { padding: 0.75rem; }
.p-1 { padding: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mt-2 { margin-top: 0.5rem; }
.gap-8 { gap: 2rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); }

/* Flexbox e Grid */
.flex { display: flex; }
.grid { display: grid; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.flex-shrink-0 { flex-shrink: 0; }
.flex-grow { flex-grow: 1; }

/* Tamanho */
.w-full { width: 100%; }
.w-40 { width: 10rem; } /* 160px */
.w-18 { width: 4.5rem; }
.w-1\/2 { width: 50%; }
.h-2 { height: 0.5rem; }
.h-40 { height: 10rem; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.min-h-\[450px\] { min-height: 450px; }
.max-w-4xl { max-width: 56rem; }

/* Tipografia */
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-white { color: #fff; }

/* Bordas e Sombras */
.rounded-xl { border-radius: 0.75rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded { border-radius: 0.25rem; }
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-gray-300 { border-color: #d1d5db; }
.shadow-2xl { --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); box-shadow: var(--tw-shadow); }
.shadow-sm { --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); box-shadow: var(--tw-shadow); }
.shadow-xl { --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); box-shadow: var(--tw-shadow); }

/* Efeitos e Transições */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-150 { transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.appearance-none { -webkit-appearance: none; appearance: none; }
.cursor-pointer { cursor: pointer; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }

/* Outros */
.block { display: block; }
.relative { position: relative; }
.absolute { position: absolute; }
.top-0 { top: 0px; }
.left-0 { left: 0px; }
.overflow-hidden { overflow: hidden; }
.object-contain { -o-object-fit: contain; object-fit: contain; }
.bg-white { background-color: #fff; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-black { background-color: #000; }
.text-gray-700 { color: #374151; }
.bg-opacity-50 { --tw-bg-opacity: 0.5; }

/* SVG */
.stroke-white { stroke: #fff; }
.stroke-width-0\.5 { stroke-width: 0.5; }
.fill-white { fill: #fff; }

/* Anéis (Focus) */
.ring-2 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow-colored); }
.focus\:ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow-colored); }

/* Responsivo */
@media (min-width: 640px) {
    .sm\:h-48 { height: 12rem; }
}
@media (min-width: 768px) {
    .md\:p-10 { padding: 2.5rem; }
    .md\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
}
@media (min-width: 1024px) {
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:min-h-0 { min-height: 0px; }
}
