/* Bela Martins — SHAPE. Personality lives in the micro: pills, rules, cards,
   corners and layers with closed spec. No shadow, no gradient, no glow anywhere. */

:root {
  --radius-pill: 999px;      /* full capsule — pills, tags */
  --radius-card: 24px;       /* floating card, interior-F panel */
  --radius-frame-out: 32px;  /* device mockup — outer frame */
  --radius-frame-in: 24px;   /* device mockup — inner screen */

  --stroke-hairline: 1px;    /* card, pill outline, mockup frame */
  --regua-h: 3px;            /* rule height */
  --regua-w: 60px;           /* rule length — fixed, never crosses the usable width */
  --stroke-icon: 15px;       /* highlight icon stroke (in a 1080x1920 file) */

  --rotate-stack: 1.75deg;   /* @kind other */ /* back card of a stack only (1.5°–2°) */

  /* Separation comes from stroke + contrast, never from shadow. */
  --shadow-none: none;
}
