/* =========================================================================
 * Per-domain theme — code-generated pages (/cricket, /login, /download, 403)
 * =========================================================================
 *
 * HOW IT WORKS
 *   - This file loads AFTER the compiled app CSS, so anything here wins.
 *   - Each domain sets APP_THEME in its .env to a file name in this folder:
 *         APP_THEME=clientA   ->   public/css/themes/clientA.css
 *   - "default" (this file) is used when APP_THEME is unset. It intentionally
 *     changes nothing, so the base green/dark look is preserved.
 *   - To brand a domain: copy this file to public/css/themes/<name>.css, set
 *     APP_THEME=<name> in that domain's .env, and edit the rules below.
 *   - No rebuild needed (plain static CSS, served by nginx). A cache-buster is
 *     appended automatically from the file's modified time.
 *
 * BASE LOOK (what you're overriding)
 *   - Theme: dark. Page background uses Tailwind gray-950.
 *   - Accent/brand: green (buttons = green-600, focus rings = green-500).
 *   - Shared component classes come from resources/css/app.css:
 *         .form-label, .form-input, .btn-primary, .btn-secondary
 *   - Font: --font-sans ('Instrument Sans').
 *
 * EXAMPLES — uncomment/edit per domain
 * -------------------------------------------------------------------------
 *
 *  // 1) Change the accent colour (buttons + input focus)
 *  .btn-primary        { background-color: #7c3aed; }        // violet
 *  .btn-primary:hover  { background-color: #8b5cf6; }
 *  .form-input:focus   { border-color: #7c3aed; }
 *  .cfs-wrapper        { --cfs-accent: #7c3aed; }
 *
 *  // 2) Change the page background / surface tone
 *  html, body          { background-color: #0b1220; }
 *
 *  // 3) Change the font (also load it via the domain's head if it's a webfont)
 *  :root               { --font-sans: 'Poppins', ui-sans-serif, system-ui, sans-serif; }
 *
 *  // 4) Anything else — target any element/class the pages use:
 *  // .some-class { ... }
 *
 * ========================================================================= */

/* default theme: no overrides — keep the base look */
