/* ==========================================================================
   metanoIA — folha de estilos dos layouts
   --------------------------------------------------------------------------
   Utilitários no padrão Tailwind, escritos à mão e sem minificação para
   edição direta. Nenhuma dependência externa de CSS.

   Paleta
     ink #22272F · ink-soft #4D5560 · muted #7C838C · faint #A8A199
     line #F2ECE5 · cream #FFFDF9 · peach #FFF1E2
     brand-500 #F17F36 · brand-600 #D95A18 · brand-700 #A8420F
     moss-100 #E4F1DE · moss-400 #63BC4F · moss-700 #0D7346
   ========================================================================== */

*,*::before,*::after {
  box-sizing:border-box;
  border:0 solid #F2ECE5}
* {
  margin:0}
html {
  -webkit-text-size-adjust:100%;
  line-height:1.5;
  font-family:'Flexo','Figtree',sans-serif}
body {
  line-height:inherit;
  font-family:'Flexo','Figtree',sans-serif}
h1,h2,h3,h4,p {
  font-size:inherit;
  font-weight:inherit;
  margin:0}
ul,ol {
  list-style:none;
  margin:0;
  padding:0}
button,input,textarea,select {
  font:inherit;
  color:inherit;
  background:transparent;
  border:0;
  padding:0;
  margin:0}
button {
  cursor:pointer;
  text-align:inherit}
img,svg {
  display:block;
  max-width:100%}
svg {
  vertical-align:middle}
strong {
  font-weight:inherit}
a {
  color:#D95A18;
  text-decoration:none}
a:hover {
  color:#A8420F}
[hidden] {
  display:none}
.h-screen {
  height:100vh}
.overflow-hidden {
  overflow:hidden}
.bg-cream {
  background-color:#FFFDF9}
.font-sans {
  font-family:'Flexo','Figtree',sans-serif}
.text-ink {
  color:#22272F}
.antialiased {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale}
.flex {
  display:flex}
.min-w-\[1280px\] {
  min-width:1280px}
.w-\[118px\] {
  width:118px}
.shrink-0 {
  flex-shrink:0}
.border-r {
  border-right-width:1px;
  border-style:solid}
.border-\[\#F0EAE3\] {
  border-color:#F0EAE3}
.flex-col {
  flex-direction:column}
.items-center {
  align-items:center}
.px-2\.5 {
  padding-left:0.625rem;
  padding-right:0.625rem}
.pt-6 {
  padding-top:1.5rem}
.pb-5 {
  padding-bottom:1.25rem}
.w-12 {
  width:3rem}
.h-12 {
  height:3rem}
.rounded-full {
  border-radius:9999px}
.border-\[1\.5px\] {
  border-width:1.5px;
  border-style:solid}
.border-brand-300 {
  border-color:#F7B183}
.bg-peach-2 {
  background-color:#FFF4E9}
.justify-center {
  justify-content:center}
.text-\[21px\] {
  font-size:21px}
.font-bold {
  font-weight:700}
.text-brand-600 {
  color:#D95A18}
.mb-6 {
  margin-bottom:1.5rem}
.w-full {
  width:100%}
.gap-1 {
  gap:0.25rem}
.w-\[88px\] {
  width:88px}
.gap-\[7px\] {
  gap:7px}
.py-3 {
  padding-top:0.75rem;
  padding-bottom:0.75rem}
.rounded-\[18px\] {
  border-radius:18px}
.transition-colors {
  transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}
.duration-200 {
  transition-duration:200ms}
.w-\[38px\] {
  width:38px}
.h-\[38px\] {
  height:38px}
.font-semibold {
  font-weight:600}
.font-medium {
  font-weight:500}
.mt-auto {
  margin-top:auto}
.gap-2 {
  gap:0.5rem}
.bg-ink {
  background-color:#22272F}
.text-white {
  color:#FFFFFF}
.text-\[13px\] {
  font-size:13px}
.text-muted {
  color:#7C838C}
.hover\:text-brand-600:hover {
  color:#D95A18}
.flex-1 {
  flex:1 1 0%}
.min-w-0 {
  min-width:0rem}
.overflow-y-auto {
  overflow-y:auto}
.overscroll-contain {
  overscroll-behavior:contain}
.px-6 {
  padding-left:1.5rem;
  padding-right:1.5rem}
.py-\[30px\] {
  padding-top:30px;
  padding-bottom:30px}
.gap-5 {
  gap:1.25rem}
.items-start {
  align-items:flex-start}
.justify-between {
  justify-content:space-between}
.gap-7 {
  gap:1.75rem}
.text-\[44px\] {
  font-size:44px}
.tracking-\[-\.025em\] {
  letter-spacing:-.025em}
.text-brand-500 {
  color:#F17F36}
.tracking-\[-\.02em\] {
  letter-spacing:-.02em}
.text-\[15px\] {
  font-size:15px}
.max-w-\[380px\] {
  max-width:380px}
.text-pretty {
  text-wrap:pretty}
.w-\[310px\] {
  width:310px}
.gap-3\.5 {
  gap:0.875rem}
.p-5 {
  padding:1.25rem}
.rounded-\[22px\] {
  border-radius:22px}
.border {
  border-width:1px;
  border-style:solid}
.border-\[\#F2E7DA\] {
  border-color:#F2E7DA}
.bg-gradient-to-b {
  background-image:linear-gradient(to bottom,var(--tw-from),var(--tw-via,var(--tw-from)),var(--tw-to))}
.from-white {
  --tw-from:#FFFFFF}
.to-cream-2 {
  --tw-to:#FFF8F1}
.w-11 {
  width:2.75rem}
.h-11 {
  height:2.75rem}
.rounded-\[14px\] {
  border-radius:14px}
.bg-peach {
  background-color:#FFF1E2}
.text-ink-soft {
  color:#4D5560}
.px-3\.5 {
  padding-left:0.875rem;
  padding-right:0.875rem}
.py-2 {
  padding-top:0.5rem;
  padding-bottom:0.5rem}
.text-brand-700 {
  color:#A8420F}
.bg-\[\#FDF0E0\] {
  background-color:#FDF0E0}
.text-\[\#C06A24\] {
  color:#C06A24}
.bg-moss-100 {
  background-color:#E4F1DE}
.text-moss-700 {
  color:#0D7346}
.grid {
  display:grid}
.grid-cols-\[1\.5fr_1fr\] {
  grid-template-columns:1.5fr 1fr}
.gap-\[18px\] {
  gap:18px}
.gap-4 {
  gap:1rem}
.p-6 {
  padding:1.5rem}
.border-line {
  border-color:#F2ECE5}
.bg-white {
  background-color:#FFFFFF}
.gap-6 {
  gap:1.5rem}
.relative {
  position:relative}
.w-\[216px\] {
  width:216px}
.h-\[216px\] {
  height:216px}
.gap-\[11px\] {
  gap:11px}
.whitespace-nowrap {
  white-space:nowrap}
.gap-1\.5 {
  gap:0.375rem}
.px-\[18px\] {
  padding-left:18px;
  padding-right:18px}
.py-4 {
  padding-top:1rem;
  padding-bottom:1rem}
.bg-\[\#FFF6EE\] {
  background-color:#FFF6EE}
.border-\[\#F9E4CE\] {
  border-color:#F9E4CE}
.gap-2\.5 {
  gap:0.625rem}
.tracking-wide {
  letter-spacing:0.025em}
.tracking-wider {
  letter-spacing:0.05em}
.uppercase {
  text-transform:uppercase}
.text-\[17px\] {
  font-size:17px}
.min-h-\[150px\] {
  min-height:150px}
.from-cream-2 {
  --tw-from:#FFF8F1}
.to-peach {
  --tw-to:#FFF1E2}
.absolute {
  position:absolute}
.inset-0 {
  inset:0}
.opacity-55 {
  opacity:0.55}
.right-6 {
  right:1.5rem}
.top-5 {
  top:1.25rem}
.w-\[46px\] {
  width:46px}
.h-\[46px\] {
  height:46px}
.items-baseline {
  align-items:baseline}
.text-\[42px\] {
  font-size:42px}
.tracking-\[-\.03em\] {
  letter-spacing:-.03em}
.-mt-2 {
  margin-top:-0.5rem}
.gap-0\.5 {
  gap:0.125rem}
.mx-6 {
  margin-left:1.5rem;
  margin-right:1.5rem}
.mb-4 {
  margin-bottom:1rem}
.mt-4 {
  margin-top:1rem}
.p-4 {
  padding:1rem}
.bg-cream-3 {
  background-color:#FFFBF6}
.border-t {
  border-top-width:1px;
  border-style:solid}
.hover\:bg-peach-2:hover {
  background-color:#FFF4E9}
.hover\:text-brand-700:hover {
  color:#A8420F}
.left-\[47px\] {
  left:47px}
.bottom-5 {
  bottom:1.25rem}
.w-0\.5 {
  width:0.125rem}
.bg-line {
  background-color:#F2ECE5}
.w-28 {
  width:7rem}
.py-1\.5 {
  padding-top:0.375rem;
  padding-bottom:0.375rem}
.w-\[150px\] {
  width:150px}
.h-\[170px\] {
  height:170px}
.object-cover {
  object-fit:cover}
.w-\[34px\] {
  width:34px}
.h-\[34px\] {
  height:34px}
.bg-brand-300 {
  background-color:#F7B183}
.text-\[\#8A3208\] {
  color:#8A3208}
.px-\[22px\] {
  padding-left:22px;
  padding-right:22px}
.py-5 {
  padding-top:1.25rem;
  padding-bottom:1.25rem}
.px-1\.5 {
  padding-left:0.375rem;
  padding-right:0.375rem}
.py-2\.5 {
  padding-top:0.625rem;
  padding-bottom:0.625rem}
.text-left {
  text-align:left}
.w-\[180px\] {
  width:180px}
.h-\[150px\] {
  height:150px}
.text-faint {
  color:#A8A199}
.w-\[130px\] {
  width:130px}
.w-\[45\%\] {
  width:45%}
.border-l {
  border-left-width:1px;
  border-style:solid}
.px-\[30px\] {
  padding-left:30px;
  padding-right:30px}
.text-\[23px\] {
  font-size:23px}
.tracking-\[-\.01em\] {
  letter-spacing:-.01em}
.border-\[\#F2D6BB\] {
  border-color:#F2D6BB}
.min-h-0 {
  min-height:0px}
.pt-2 {
  padding-top:0.5rem}
.h-px {
  height:1px}
.bg-\[\#F0EAE3\] {
  background-color:#F0EAE3}
.pb-\[22px\] {
  padding-bottom:22px}
.gap-3 {
  gap:0.75rem}
.flex-wrap {
  flex-wrap:wrap}
.hover\:border-\[\#F9CFAC\]:hover {
  border-color:#F9CFAC}
.pl-6 {
  padding-left:1.5rem}
.pr-\[18px\] {
  padding-right:18px}
.py-\[18px\] {
  padding-top:18px;
  padding-bottom:18px}
.border-line-strong {
  border-color:#F0E4D6}
.resize-none {
  resize:none}
.bg-transparent {
  background-color:transparent}
.placeholder\:text-faint::placeholder {
  color:#A8A199}
.outline-none {
  outline:2px solid transparent;
  outline-offset:2px}
.px-4 {
  padding-left:1rem;
  padding-right:1rem}
.w-14 {
  width:3.5rem}
.h-14 {
  height:3.5rem}
.bg-gradient-to-br {
  background-image:linear-gradient(to bottom right,var(--tw-from),var(--tw-via,var(--tw-from)),var(--tw-to))}
.from-\[\#E95016\] {
  --tw-from:#E95016}
.via-\[\#F27222\] {
  --tw-via:#F27222}
.to-\[\#E76318\] {
  --tw-to:#E76318}
.hover\:brightness-105:hover {
  filter:brightness(1.05)}
.transition {
  transition:all .15s cubic-bezier(.4,0,.2,1)}
.text-center {
  text-align:center}
.hidden {
  display:none}
.w-\[76px\] {
  width:76px}
.py-6 {
  padding-top:1.5rem;
  padding-bottom:1.5rem}
.hover\:bg-peach:hover {
  background-color:#FFF1E2}
.w-7 {
  width:1.75rem}
.h-7 {
  height:1.75rem}
.w-\[22px\] {
  width:22px}
.h-\[22px\] {
  height:22px}
.-rotate-90 {
  transform:rotate(-90deg)}
.gap-px {
  gap:1px}
.pointer-events-none {
  pointer-events:none}
.text-\[52px\] {
  font-size:52px}
.mt-2 {
  margin-top:0.5rem}
.w-3 {
  width:0.75rem}
.h-3 {
  height:0.75rem}
.ml-auto {
  margin-left:auto}
.w-\[42px\] {
  width:42px}
.h-\[42px\] {
  height:42px}
.pt-0\.5 {
  padding-top:0.125rem}
.w-6 {
  width:1.5rem}
.h-6 {
  height:1.5rem}
.items-end {
  align-items:flex-end}
.justify-end {
  justify-content:flex-end}
.max-w-\[74\%\] {
  max-width:74%}
.px-5 {
  padding-left:1.25rem;
  padding-right:1.25rem}
.rounded-br-md {
  border-bottom-right-radius:0.375rem}
.bg-peach-3 {
  background-color:#FFF1E4}
.self-end {
  align-self:flex-end}
.text-\[11px\] {
  font-size:11px}
.text-\[\#B49E8A\] {
  color:#B49E8A}
.w-10 {
  width:2.5rem}
.h-10 {
  height:2.5rem}
.w-1\.5 {
  width:0.375rem}
.h-1\.5 {
  height:0.375rem}
.bg-brand-500 {
  background-color:#F17F36}
.max-w-\[84\%\] {
  max-width:84%}
.rounded-tl-md {
  border-top-left-radius:0.375rem}
.text-\[\#B0A99F\] {
  color:#B0A99F}
.bg-\[\#F4F1ED\] {
  background-color:#F4F1ED}
.mx-auto {
  margin-left:auto;
  margin-right:auto}
.max-w-\[1194px\] {
  max-width:1194px}
.w-\[112px\] {
  width:112px}
.text-\[38px\] {
  font-size:38px}
.text-\[26px\] {
  font-size:26px}
.max-w-\[340px\] {
  max-width:340px}
.w-\[196px\] {
  width:196px}
.h-\[196px\] {
  height:196px}
.gap-x-6 {
  column-gap:1.5rem}
.gap-y-2 {
  row-gap:0.5rem}
.w-\[32\%\] {
  width:32%}
.max-w-\[140px\] {
  max-width:140px}
.h-\[160px\] {
  height:160px}
.w-\[30\%\] {
  width:30%}
.max-w-\[150px\] {
  max-width:150px}
.h-\[140px\] {
  height:140px}
.max-w-\[130px\] {
  max-width:130px}
.w-\[40\%\] {
  width:40%}
.min-w-\[380px\] {
  min-width:380px}
.pt-5 {
  padding-top:1.25rem}
.pb-4 {
  padding-bottom:1rem}
.text-\[20px\] {
  font-size:20px}
.w-\[20px\] {
  width:20px}
.h-\[20px\] {
  height:20px}
.mt-1\.5 {
  margin-top:0.375rem}
.text-\[19px\] {
  font-size:19px}
.h-full {
  height:100%}
.max-w-\[1024px\] {
  max-width:1024px}
.px-8 {
  padding-left:2rem;
  padding-right:2rem}
.pt-7 {
  padding-top:1.75rem}
.mt-1 {
  margin-top:0.25rem}
.h-\[52px\] {
  height:52px}
.w-\[52px\] {
  width:52px}
.text-\[22px\] {
  font-size:22px}
.max-w-\[520px\] {
  max-width:520px}
.pt-1 {
  padding-top:0.25rem}
.active\:bg-peach-2:active {
  background-color:#FFF4E9}
.right-2\.5 {
  right:0.625rem}
.top-2\.5 {
  top:0.625rem}
.h-2\.5 {
  height:0.625rem}
.w-2\.5 {
  width:0.625rem}
.ring-2 {
  box-shadow:0 0 0 2px var(--tw-ring-color,#fff)}
.ring-white {
  --tw-ring-color:#FFFFFF}
.z-40 {
  z-index:40}
.right-8 {
  right:2rem}
.top-\[100px\] {
  top:100px}
.z-50 {
  z-index:50}
.max-h-\[60\%\] {
  max-height:60%}
.w-\[420px\] {
  width:420px}
.rounded-\[24px\] {
  border-radius:24px}
.border-b {
  border-bottom-width:1px;
  border-style:solid}
.text-\[16px\] {
  font-size:16px}
.py-0\.5 {
  padding-top:0.125rem;
  padding-bottom:0.125rem}
.text-\[12px\] {
  font-size:12px}
.px-3 {
  padding-left:0.75rem;
  padding-right:0.75rem}
.text-\[14px\] {
  font-size:14px}
.pb-8 {
  padding-bottom:2rem}
.grid-cols-2 {
  grid-template-columns:repeat(2,minmax(0,1fr))}
.h-\[188px\] {
  height:188px}
.w-\[188px\] {
  width:188px}
.pt-4 {
  padding-top:1rem}
.text-\[46px\] {
  font-size:46px}
.mt-5 {
  margin-top:1.25rem}
.w-\[44\%\] {
  width:44%}
.max-w-\[190px\] {
  max-width:190px}
.rounded-\[20px\] {
  border-radius:20px}
.opacity-60 {
  opacity:0.6}
.right-4 {
  right:1rem}
.top-4 {
  top:1rem}
.active\:text-brand-700:active {
  color:#A8420F}
.mt-3 {
  margin-top:0.75rem}
.left-\[22px\] {
  left:22px}
.bottom-4 {
  bottom:1rem}
.w-\[104px\] {
  width:104px}
.shrink {
  flex-shrink:1}
.h-9 {
  height:2.25rem}
.w-9 {
  width:2.25rem}
.truncate {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap}
.py-3\.5 {
  padding-top:0.875rem;
  padding-bottom:0.875rem}
.active\:bg-cream-3:active {
  background-color:#FFFBF6}
.h-\[132px\] {
  height:132px}
.max-w-\[126px\] {
  max-width:126px}
.active\:brightness-\[\.98\]:active {
  filter:brightness(.98)}
.max-w-\[124px\] {
  max-width:124px}
.z-20 {
  z-index:20}
.backdrop-blur-\[3px\] {
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px)}
.inset-x-0 {
  left:0;
  right:0}
.bottom-\[110px\] {
  bottom:110px}
.top-\[12\%\] {
  top:12%}
.z-30 {
  z-index:30}
.w-\[620px\] {
  width:620px}
.max-w-\[86\%\] {
  max-width:86%}
.rounded-\[28px\] {
  border-radius:28px}
.px-7 {
  padding-left:1.75rem;
  padding-right:1.75rem}
.pb-3 {
  padding-bottom:0.75rem}
.mt-0\.5 {
  margin-top:0.125rem}
.pb-6 {
  padding-bottom:1.5rem}
.mb-3\.5 {
  margin-bottom:0.875rem}
.grid-cols-3 {
  grid-template-columns:repeat(3,minmax(0,1fr))}
.active\:brightness-105:active {
  filter:brightness(1.05)}
.max-h-\[70\%\] {
  max-height:70%}
.w-\[680px\] {
  width:680px}
.max-w-\[90\%\] {
  max-width:90%}
.rounded-\[16px\] {
  border-radius:16px}
.h-\[110px\] {
  height:110px}
.px-10 {
  padding-left:2.5rem;
  padding-right:2.5rem}
.h-\[74px\] {
  height:74px}
.w-\[120px\] {
  width:120px}
.-top-\[36px\] {
  top:-36px}
.left-1\/2 {
  left:50%}
.h-\[76px\] {
  height:76px}
.-translate-x-1\/2 {
  transform:translateX(-50%)}
.from-\[\#F27222\] {
  --tw-from:#F27222}
.to-\[\#E95016\] {
  --tw-to:#E95016}
.ring-4 {
  box-shadow:0 0 0 4px var(--tw-ring-color,#fff)}
.bottom-\[10px\] {
  bottom:10px}
.h-\[18px\] {
  height:18px}
.w-\[18px\] {
  width:18px}
.text-\[36px\] {
  font-size:36px}
.rounded-\[15px\] {
  border-radius:15px}
.max-w-\[78\%\] {
  max-width:78%}
.max-w-\[430px\] {
  max-width:430px}
.h-2 {
  height:0.5rem}
.w-2 {
  width:0.5rem}
.top-\[74px\] {
  top:74px}
.max-h-\[62\%\] {
  max-height:62%}
.w-\[92\%\] {
  width:92%}
.px-2 {
  padding-left:0.5rem;
  padding-right:0.5rem}
.mt-3\.5 {
  margin-top:0.875rem}
.h-\[168px\] {
  height:168px}
.w-\[168px\] {
  width:168px}
.active\:bg-peach:active {
  background-color:#FFF1E2}
.h-\[120px\] {
  height:120px}
.right-3 {
  right:0.75rem}
.top-3 {
  top:0.75rem}
.self-start {
  align-self:flex-start}
.h-8 {
  height:2rem}
.w-8 {
  width:2rem}
.w-\[110px\] {
  width:110px}
.bottom-\[86px\] {
  bottom:86px}
.top-\[7\%\] {
  top:7%}
.rounded-t-\[28px\] {
  border-top-left-radius:28px;
  border-top-right-radius:28px}
.mb-3 {
  margin-bottom:0.75rem}
.py-1 {
  padding-top:0.25rem;
  padding-bottom:0.25rem}
.max-h-\[76\%\] {
  max-height:76%}
.pt-3 {
  padding-top:0.75rem}
.pb-2 {
  padding-bottom:0.5rem}
.mt-2\.5 {
  margin-top:0.625rem}
.h-\[86px\] {
  height:86px}
.h-\[62px\] {
  height:62px}
.w-\[86px\] {
  width:86px}
.-top-\[30px\] {
  top:-30px}
.h-\[64px\] {
  height:64px}
.w-\[64px\] {
  width:64px}
.bottom-\[9px\] {
  bottom:9px}
.h-4 {
  height:1rem}
.w-4 {
  width:1rem}
.text-\[34px\] {
  font-size:34px}
.max-w-\[80\%\] {
  max-width:80%}
.rounded-\[13px\] {
  border-radius:13px}
.-translate-x-1\/2 {
  transform:translateX(-50%)}
.text-xs {
  font-size:0.75rem;
  line-height:1rem}
.text-sm {
  font-size:0.875rem;
  line-height:1.25rem}
.text-base {
  font-size:1rem;
  line-height:1.5rem}
.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}
.leading-none {
  line-height:1}
.leading-tight {
  line-height:1.25}
.leading-snug {
  line-height:1.375}
.leading-normal {
  line-height:1.5}
.leading-relaxed {
  line-height:1.625}
.leading-loose {
  line-height:2}
.rounded-xl2 {
  border-radius:20px}
.rounded-xl3 {
  border-radius:24px}
.rounded-xl {
  border-radius:0.75rem}
.shadow-card {
  box-shadow:0 8px 24px rgba(65,45,30,.05), 0 2px 6px rgba(65,45,30,.04)}
.shadow-card-hover {
  box-shadow:0 12px 30px rgba(65,45,30,.08), 0 3px 8px rgba(65,45,30,.05)}
.shadow-brand {
  box-shadow:0 6px 16px rgba(233,80,22,.30)}
.shadow-sheet {
  box-shadow:0 -18px 60px rgba(54,37,25,.18)}
.shadow-modal {
  box-shadow:0 30px 80px rgba(54,37,25,.22), 0 8px 24px rgba(54,37,25,.10)}
.hover\:shadow-card-hover:hover {
  box-shadow:0 12px 30px rgba(65,45,30,.08), 0 3px 8px rgba(65,45,30,.05)}

/* alturas do logotipo */
.h-\[26px\] {
  height:26px}
.h-\[54px\] {
  height:54px}
.h-\[58px\] {
  height:58px}

/* rolagem vertical não cria barra horizontal */
.overflow-y-auto {
  overflow-x:hidden}

.h-\[19px\] {
  height:19px}
.w-\[19px\] {
  width:19px}
.h-\[17px\] {
  height:17px}
.w-\[17px\] {
  width:17px}
.object-contain {
  object-fit:contain}

/* utilitários que faltavam (dropdown de conversas, painéis e sombras) */
.block {
  display:block}
.flex-nowrap {
  flex-wrap:nowrap}
.right-0 {
  right:0}
.top-\[42px\] {
  top:42px}
.top-\[48px\] {
  top:48px}
.top-\[52px\] {
  top:52px}
.w-auto {
  width:auto}
.w-\[250px\] {
  width:250px}
.w-\[270px\] {
  width:270px}
.w-\[280px\] {
  width:280px}
.max-h-\[220px\] {
  max-height:220px}
.max-h-\[240px\] {
  max-height:240px}
.max-h-\[260px\] {
  max-height:260px}
.min-w-\[210px\] {
  min-width:210px}
.pb-1\.5 {
  padding-bottom:0.375rem}
.pt-3\.5 {
  padding-top:0.875rem}
.text-\[10px\] {
  font-size:10px}
.bg-\[rgba\(35\,27\,22\,\.16\)\] {
  background-color:rgba(35,27,22,.16)}
.bg-\[rgba\(35\,27\,22\,\.20\)\] {
  background-color:rgba(35,27,22,.20)}
.bg-\[rgba\(35\,27\,22\,\.22\)\] {
  background-color:rgba(35,27,22,.22)}
.shadow-\[0_16px_40px_rgba\(35\,31\,28\,\.16\)\] {
  box-shadow:0 16px 40px rgba(35,31,28,.16)}
.shadow-\[0_16px_40px_rgba\(35\,31\,28\,\.18\)\] {
  box-shadow:0 16px 40px rgba(35,31,28,.18)}
.shadow-\[0_20px_50px_rgba\(54\,37\,25\,\.20\)\] {
  box-shadow:0 20px 50px rgba(54,37,25,.20)}
.shadow-\[0_6px_16px_rgba\(233\,80\,22\,\.28\)\] {
  box-shadow:0 6px 16px rgba(233,80,22,.28)}
.shadow-\[0_6px_16px_rgba\(65\,45\,30\,\.12\)\] {
  box-shadow:0 6px 16px rgba(65,45,30,.12)}
.shadow-\[0_6px_16px_rgba\(65\,45\,30\,\.14\)\] {
  box-shadow:0 6px 16px rgba(65,45,30,.14)}
.shadow-\[0_6px_18px_rgba\(65\,45\,30\,\.05\)\] {
  box-shadow:0 6px 18px rgba(65,45,30,.05)}
