/*! Central de Ajuda evob — CSS estático (Tailwind subset) | 2026-05-01 */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
::before,::after{--tw-content:''}
html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-feature-settings:normal}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
abbr:where([title]){text-decoration:underline dotted}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
code,kbd,samp,pre{font-family:'JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;background-color:transparent;background-image:none}
:-moz-focusring{outline:auto}
:-moz-ui-invalid{box-shadow:none}
progress{vertical-align:baseline}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
[type='search']{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
summary{display:list-item}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}
fieldset{margin:0;padding:0}
legend{padding:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
dialog{padding:0}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role="button"]{cursor:pointer}
:disabled{cursor:default}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]{display:none}

/* === Layout === */
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.sticky{position:sticky}
.inset-0{inset:0}
.top-0{top:0}
.top-14{top:3.5rem}
.top-20{top:5rem}
.left-0{left:0}
.bottom-0{bottom:0}
.right-3{right:.75rem}
.z-20{z-index:20}
.z-30{z-index:30}
.z-40{z-index:40}
.z-50{z-index:50}
.z-60{z-index:60}

/* === Display === */
.block{display:block}
.inline-block{display:inline-block}
.inline{display:inline}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}

/* === Flex/Grid === */
.flex-col{flex-direction:column}
.flex-1{flex:1 1 0%}
.flex-shrink-0{flex-shrink:0}
.flex-wrap{flex-wrap:wrap}
.flex-nowrap{flex-wrap:nowrap}
.items-start{align-items:flex-start}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.items-baseline{align-items:baseline}
.items-stretch{align-items:stretch}
.justify-start{justify-content:flex-start}
.justify-center{justify-content:center}
.justify-end{justify-content:flex-end}
.justify-between{justify-content:space-between}
.gap-1{gap:.25rem}
.gap-1\.5{gap:.375rem}
.gap-2{gap:.5rem}
.gap-2\.5{gap:.625rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.gap-x-3{column-gap:.75rem}
.gap-y-1{row-gap:.25rem}
.gap-y-2{row-gap:.5rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.space-y-1>*+*{margin-top:.25rem}
.space-y-2>*+*{margin-top:.5rem}
.divide-y>*+*{border-top-width:1px}
.divide-gray-100>*+*{border-color:#f3f4f6}

/* === Sizing === */
.w-1\.5{width:.375rem}
.w-5{width:1.25rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-9{width:2.25rem}
.w-10{width:2.5rem}
.w-11{width:2.75rem}
.w-12{width:3rem}
.w-14{width:3.5rem}
.w-full{width:100%}
.w-\[200px\]{width:200px}
.w-\[260px\]{width:260px}
.w-\[280px\]{width:280px}
.h-5{height:1.25rem}
.h-7{height:1.75rem}
.h-8{height:2rem}
.h-9{height:2.25rem}
.h-10{height:2.5rem}
.h-11{height:2.75rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.min-h-\[calc\(100vh-56px\)\]{min-height:calc(100vh - 56px)}
.h-1\.5{height:.375rem}
.min-w-0{min-width:0}
.min-w-\[280px\]{min-width:280px}
.max-w-2xl{max-width:42rem}
.max-w-\[600px\]{max-width:600px}
.max-w-\[640px\]{max-width:640px}
.max-w-\[820px\]{max-width:820px}
.max-w-4xl{max-width:56rem}
.max-w-\[85vw\]{max-width:85vw}
.max-w-\[1200px\]{max-width:1200px}
.max-w-\[1600px\]{max-width:1600px}
.max-h-\[60vh\]{max-height:60vh}

/* === Spacing === */
.m-0{margin:0}
.mx-auto{margin-left:auto;margin-right:auto}
.ml-2{margin-left:.5rem}
.ml-7{margin-left:1.75rem}
.ml-12{margin-left:3rem}
.-ml-1{margin-left:-.25rem}
.-mr-1{margin-right:-.25rem}
.mr-3{margin-right:.75rem}
.mr-4{margin-right:1rem}
.mt-0\.5{margin-top:.125rem}
.mt-1{margin-top:.25rem}
.mt-1\.5{margin-top:.375rem}
.mt-2{margin-top:.5rem}
.mt-3{margin-top:.75rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mt-16{margin-top:4rem}
.-mt-4{margin-top:-1rem}
.mb-0\.5{margin-bottom:.125rem}
.mb-1{margin-bottom:.25rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-7{margin-bottom:1.75rem}
.mb-8{margin-bottom:2rem}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.mb-16{margin-bottom:4rem}
.p-1\.5{padding:.375rem}
.p-2{padding:.5rem}
.p-2\.5{padding:.625rem}
.p-3{padding:.75rem}
.p-3\.5{padding:.875rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.p-10{padding:2.5rem}
.px-1{padding-left:.25rem;padding-right:.25rem}
.px-2\.5{padding-left:.625rem;padding-right:.625rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-3\.5{padding-left:.875rem;padding-right:.875rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}
.py-7{padding-top:1.75rem;padding-bottom:1.75rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.pt-3{padding-top:.75rem}
.pt-12{padding-top:3rem}
.pt-16{padding-top:4rem}
.pt-20{padding-top:5rem}
.pt-24{padding-top:6rem}
.pb-6{padding-bottom:1.5rem}
.pb-10{padding-bottom:2.5rem}
.pb-12{padding-bottom:3rem}
.pb-16{padding-bottom:4rem}
.pl-3{padding-left:.75rem}
.pr-2{padding-right:.5rem}
.pr-4{padding-right:1rem}

/* === Typography === */
.font-mono{font-family:'JetBrains Mono',ui-monospace,monospace}
.font-normal{font-weight:400}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.italic{font-style:italic}
.text-\[10\.5px\]{font-size:10.5px}
.text-\[11\.5px\]{font-size:11.5px}
.text-\[11px\]{font-size:11px}
.text-\[12\.5px\]{font-size:12.5px}
.text-\[12px\]{font-size:12px}
.text-\[13\.5px\]{font-size:13.5px}
.text-\[13px\]{font-size:13px}
.text-\[14\.5px\]{font-size:14.5px}
.text-\[14px\]{font-size:14px}
.text-\[15\.5px\]{font-size:15.5px}
.text-\[15px\]{font-size:15px}
.text-\[16px\]{font-size:16px}
.text-\[17px\]{font-size:17px}
.text-\[20px\]{font-size:20px}
.text-\[22px\]{font-size:22px}
.text-\[24px\]{font-size:24px}
.text-\[28px\]{font-size:28px}
.text-\[32px\]{font-size:32px}
.text-\[40px\]{font-size:40px}
.text-\[48px\]{font-size:48px}
.text-base{font-size:1rem;line-height:1.5rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-xs{font-size:.75rem;line-height:1rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-center{text-align:center}
.text-left{text-align:left}
.tracking-tight{letter-spacing:-.025em}
.tracking-wider{letter-spacing:.05em}
.uppercase{text-transform:uppercase}
.leading-tight{line-height:1.25}
.leading-snug{line-height:1.375}
.leading-relaxed{line-height:1.625}
.leading-none{line-height:1}
.leading-\[1\.1\]{line-height:1.1}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* === Colors text === */
.text-white{color:#fff}
.text-gray-300{color:#d1d5db}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-gray-900{color:#111827}
.text-amber-600{color:#d97706}
.text-orange-600{color:#ea580c}
.text-orange-700{color:#c2410c}
.text-violet-600{color:#7c3aed}
.text-violet-700{color:#6d28d9}
.text-blue-700{color:#1d4ed8}
.text-emerald-700{color:#047857}
.text-amber-700{color:#b45309}
.text-pink-700{color:#be185d}
.text-green-500{color:#22c55e}
.text-green-700{color:#15803d}
.text-rose-700{color:#be123c}
.text-cyan-700{color:#0e7490}
.text-yellow-800{color:#854d0e}
.text-brand{color:var(--brand)}

/* === Backgrounds === */
.bg-white{background-color:#fff}
.bg-white\/95{background-color:rgba(255,255,255,.95)}
.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}
.bg-gray-900{background-color:#111827}
.bg-black{background-color:#000}
.bg-orange-50{background-color:#fff7ed}
.bg-violet-50{background-color:#f5f3ff}
.bg-blue-50{background-color:#eff6ff}
.bg-emerald-50{background-color:#ecfdf5}
.bg-amber-50{background-color:#fffbeb}
.bg-pink-50{background-color:#fdf2f8}
.bg-green-50{background-color:#f0fdf4}
.bg-green-500{background-color:#22c55e}
.bg-rose-50{background-color:#fff1f2}
.bg-cyan-50{background-color:#ecfeff}
.bg-yellow-50{background-color:#fefce8}
.bg-brand{background-color:var(--brand)}
.bg-brand-soft{background-color:var(--brand-soft)}
.bg-\[\#5B17C0\]{background-color:#5B17C0}
.bg-\[\#4a0ea3\]{background-color:#4a0ea3}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-\[\#f5f3ff\]{--tw-gradient-from:#f5f3ff;--tw-gradient-to:rgb(245 243 255 / 0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.to-\[\#ede9fe\]{--tw-gradient-to:#ede9fe}
.from-violet-500{--tw-gradient-from:#8b5cf6;--tw-gradient-to:rgb(139 92 246 / 0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.to-purple-600{--tw-gradient-to:#9333ea}
.from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-to:rgb(59 130 246 / 0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.to-cyan-600{--tw-gradient-to:#0891b2}
.from-emerald-500{--tw-gradient-from:#10b981;--tw-gradient-to:rgb(16 185 129 / 0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.to-teal-600{--tw-gradient-to:#0d9488}
.backdrop-blur-sm{backdrop-filter:blur(4px)}

/* === Borders === */
.border{border-width:1px}
.border-2{border-width:2px}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-r{border-right-width:1px}
.border-l-2{border-left-width:2px}
.border-soft{border-color:var(--line)}
.border-gray-100{border-color:#f3f4f6}
.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}
.border-gray-400{border-color:#9ca3af}
.border-orange-100{border-color:#ffedd5}
.border-orange-200{border-color:#fed7aa}
.border-violet-100{border-color:#ede9fe}
.border-violet-200{border-color:#ddd6fe}
.border-blue-200{border-color:#bfdbfe}
.border-emerald-200{border-color:#a7f3d0}
.border-amber-200{border-color:#fde68a}
.border-pink-200{border-color:#fbcfe8}
.border-green-200{border-color:#bbf7d0}
.border-rose-200{border-color:#fecaca}
.border-cyan-200{border-color:#a5f3fc}
.border-purple-100{border-color:#e9d5ff}
.border-purple-300{border-color:#d8b4fe}
.border-yellow-200{border-color:#fef08a}
.border-dashed{border-style:dashed}
.rounded{border-radius:.25rem}
.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}

/* === Effects === */
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}
.opacity-0{opacity:0}
.opacity-1{opacity:1}

/* === Misc === */
.cursor-pointer{cursor:pointer}
.cursor-text{cursor:text}
.cursor-not-allowed{cursor:not-allowed}
.select-none{user-select:none}
.outline-none{outline:2px solid transparent;outline-offset:2px}
.tabular-nums{font-variant-numeric:tabular-nums}
.placeholder\:text-gray-400::placeholder{color:#9ca3af}
.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform;transition-duration:.15s}
.transition-all{transition:all .15s}
.transition-colors{transition:color,background-color,border-color .15s}

/* === Scrollbars === */
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.overflow-y-auto{overflow-y:auto}
.self-start{align-self:flex-start}

/* === Responsive (md = 768px) === */
@media(min-width:640px){
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(min-width:768px){
  .md\:block{display:block}
  .md\:flex{display:flex}
  .md\:hidden{display:none}
  .md\:inline-flex{display:inline-flex}
  .md\:inline{display:inline}
  .md\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}
  .md\:py-16{padding-top:4rem;padding-bottom:4rem}
  .md\:pt-20{padding-top:5rem}
  .md\:pb-16{padding-bottom:4rem}
  .md\:mb-8{margin-bottom:2rem}
  .md\:px-12{padding-left:3rem;padding-right:3rem}
  .md\:p-10{padding:2.5rem}
  .md\:text-\[16px\]{font-size:16px}
  .md\:text-\[15\.5px\]{font-size:15.5px}
  .md\:text-\[28px\]{font-size:28px}
  .md\:text-\[32px\]{font-size:32px}
  .md\:text-\[48px\]{font-size:48px}
  .md\:gap-3{gap:.75rem}
  .md\:w-10{width:2.5rem}
  .md\:h-10{height:2.5rem}
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:1024px){
  .lg\:flex{display:flex}
  .lg\:px-12{padding-left:3rem;padding-right:3rem}
}
@media(min-width:1280px){
  .xl\:block{display:block}
}

/* === Hover === */
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:bg-black:hover{background-color:#000}
.hover\:bg-\[\#4a0ea3\]:hover{background-color:#4a0ea3}
.hover\:text-gray-900:hover{color:#111827}
.hover\:text-brand:hover{color:var(--brand)}
.hover\:border-gray-300:hover{border-color:#d1d5db}
.hover\:border-gray-400:hover{border-color:#9ca3af}
.hover\:border-purple-300:hover{border-color:#d8b4fe}
.hover\:underline:hover{text-decoration:underline}
.hover\:gap-1\.5:hover{gap:.375rem}
.hover\:translate-x-0\.5:hover{transform:translateX(.125rem)}
.hover\:shadow-sm:hover{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}

/* === Group hover === */
.group:hover .group-hover\:text-brand{color:var(--brand)}
.group:hover .group-hover\:bg-brand-soft{background-color:var(--brand-soft)}
.group:hover .group-hover\:underline{text-decoration:underline}
.group:hover .group-hover\:gap-1\.5{gap:.375rem}
.group:hover .group-hover\:translate-x-0\.5{transform:translateX(.125rem)}

/* === Focus === */
.focus-within\:shadow-2xl:focus-within{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}
