/*
 *  WakcedonDesign5 - css/modules/auth.css
 *
 *  Page-specific styles for the "auth" pages.
 *
 *  RULES (see docs/namelessmc-design-playbook.md):
 *  1. Global theme (colors for light + dark) lives ONLY in css/custom.css
 *     under :root and body.dark, as --wk-* variables.
 *  2. This module must reference those variables (var(--wk-...)) and must
 *     NOT redefine colors, backgrounds or borders per theme.
 *  3. Keep here only layout, sizes, spacing, radius, animations, hover
 *     states and responsive rules that are unique to the auth pages.
 *
 *  Example (uncomment when designing):
 *  .wk-auth-shell {
 *      background: var(--wk-surface);
 *      border: 1px solid var(--wk-border);
 *      color: var(--wk-text);
 *      border-radius: var(--wk-radius-lg);
 *  }
 */
