/*
 * The 2% wash reproduces zinc-50 exactly, and being an alpha overlay it
 * composites over whatever ground the well sits on — a card, a drawer, a
 * popover — instead of assuming white.
 */
@layer theme, base, lotics, components, utilities;
@layer lotics.tokens, lotics.reset, lotics.components;

@layer lotics.components {
  .lotics-well {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    gap: var(--lotics-space-16);
    padding: var(--lotics-space-16);
    border-radius: var(--lotics-radius-control);
    background: var(--lotics-wash-hover);
  }
}
