/* Page glue only. Every component comes from ui.css. A rule used three times moves there. */
.auth-card { max-width: 440px; margin: var(--s-8) auto 0; }
.auth-card .form { margin-top: var(--s-5); }
.swatch { display: grid; gap: var(--s-2); font-size: var(--text-xs); font-weight: 600; color: var(--text-2); font-variant-numeric: tabular-nums; }
.swatch > i { display: block; height: 56px; border-radius: var(--r-sm); }
.swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: var(--s-3); }
.type-row { display: grid; grid-template-columns: 96px 1fr; gap: var(--s-4); align-items: baseline; padding: var(--s-3) 0; border-top: 1px solid var(--line); }
.type-row:first-child { border-top: 0; }
.space-row { display: flex; align-items: center; gap: var(--s-4); padding: var(--s-2) 0; }
.space-row .bar { height: 12px; background: var(--blue-300); border-radius: 2px; }
