/* Seven complete public/admin theme systems. They change palette, surfaces, radius and visual tone. */
.theme-atelier{--page:#f3efe7;--surface:#fffdf8;--surface-2:#eee6da;--text:#25231f;--muted:#756f65;--line:#ded4c5;--brand:#3454a5;--accent:#d98d2b;--radius:16px}
.theme-nocturne{--page:#07131d;--surface:#0d1d29;--surface-2:#132b38;--text:#edf5f7;--muted:#91a9b4;--line:#223c49;--brand:#829dff;--accent:#ffc55b;--shadow:0 24px 70px rgba(0,0,0,.34)}
.theme-aurora{--page:#f3f7f8;--surface:#fff;--surface-2:#e9f2f1;--text:#102637;--muted:#6b7c84;--line:#dbe7e6;--brand:#0d7c87;--accent:#ff6c63;--shadow:0 24px 70px rgba(15,69,78,.12)}
.theme-mono{--page:#f1f1ed;--surface:#fff;--surface-2:#e7e7e1;--text:#0b0b0b;--muted:#5a5a55;--line:#cfcfc7;--brand:#0b0b0b;--accent:#c9ef35;--radius:6px;--shadow:8px 8px 0 #0b0b0b}
.theme-terracotta{--page:#f7efe8;--surface:#fffaf5;--surface-2:#f1e1d3;--text:#3c2921;--muted:#806b60;--line:#e6d2c2;--brand:#a44934;--accent:#df9b45;--shadow:0 24px 65px rgba(91,51,35,.13)}
.theme-emerald{--page:#edf5f1;--surface:#fbfefc;--surface-2:#deeee7;--text:#12382f;--muted:#637a72;--line:#cfe1d9;--brand:#08745f;--accent:#d6a52c;--shadow:0 24px 70px rgba(10,84,67,.12)}
.theme-neon{--page:#080812;--surface:#111120;--surface-2:#1b1a30;--text:#f4f2ff;--muted:#aaa6c3;--line:#2e2b49;--brand:#a878ff;--accent:#24e8c4;--shadow:0 0 50px rgba(139,92,246,.18)}
.theme-nocturne .hero-board,.theme-neon .hero-board{background:linear-gradient(140deg,color-mix(in srgb,var(--brand) 12%,var(--surface)),var(--surface))}
.theme-mono .business-card,.theme-mono .category-row>a,.theme-mono .info-card,.theme-mono .side-card{border:2px solid var(--text)}
.theme-mono .hero h1 em{background:var(--accent);color:#000;padding:0 .1em}
.theme-neon .business-card:hover,.theme-neon .category-row>a:hover{box-shadow:0 0 35px color-mix(in srgb,var(--brand) 28%,transparent)}
.theme-terracotta .hero h1,.theme-atelier .hero h1{font-family:Georgia,serif;font-weight:700}
.theme-atelier .hero-board,.theme-terracotta .hero-board{border-radius:18px}
