/* ============================================================
   SNDBTS — Launcher Styles
   Imports atomic layers in order, then sets launcher-specific
   body/html sizing.
   ============================================================ */

@import 'atoms.css';
@import 'molecules.css';
@import 'organisms.css';

/* ── Launcher-specific body sizing ─────────────────────────── */
html, body {
  width: 560px;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: transparent;
}

body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
