/* =====================================================================
   TEMAS — variables base + 10 temas (compartido por menú y admin)
   ===================================================================== */
:root{
  --bg:#1a1410; --bg2:#0f0b08; --surface:#241c16; --surface2:#2e241c;
  --text:#f5ede2; --muted:#b09a86; --primary:#ff7a1a; --primary-soft:#ffb066;
  --accent:#ffd089; --border:rgba(255,255,255,.08); --radius:20px;
  --shadow:0 20px 45px -18px rgba(0,0,0,.7);
  --fd:'Oswald',sans-serif; --fb:'Inter',sans-serif;
  --headOverlay:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.85));
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;padding:0}
body{background:var(--bg2);color:var(--text);font-family:var(--fb);min-height:100vh;
  line-height:1.5;overflow-x:hidden;transition:background .5s ease,color .5s ease;-webkit-font-smoothing:antialiased}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
input,textarea,select{font-family:inherit}
img{display:block;max-width:100%}
.muted{color:var(--muted)}

[data-theme="oro"]{--bg:#0c0c0e;--bg2:#060607;--surface:#16161a;--surface2:#1f1f25;
  --text:#f4eee0;--muted:#9b937f;--primary:#d4af37;--primary-soft:#f0d77a;--accent:#e8cd6e;
  --border:rgba(212,175,55,.18);--fd:'Playfair Display',serif;--fb:'Cormorant Garamond',serif;--radius:14px}
[data-theme="oro"] .card{background:linear-gradient(160deg,#16161a,#101013)}
[data-theme="oro"] .hero-bg.placeholder{background:radial-gradient(circle at 50% 30%,#2a230f,#060607)}

[data-theme="italiana"]{--bg:#fbf6ec;--bg2:#f1e7d4;--surface:#ffffff;--surface2:#f3ead9;
  --text:#2b2018;--muted:#8a7359;--primary:#c0392b;--primary-soft:#e07a5f;--accent:#3f7d3f;
  --border:rgba(60,40,20,.12);--fd:'DM Serif Display',serif;--fb:'Poppins',sans-serif;--radius:18px;
  --shadow:0 20px 40px -22px rgba(120,60,30,.4);--headOverlay:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.55))}
[data-theme="italiana"] .card-price{color:var(--primary)}
[data-theme="italiana"] .hero-bg.placeholder{background:repeating-linear-gradient(45deg,#fff,#fff 22px,#f1e7d4 22px,#f1e7d4 44px)}

[data-theme="cafe"]{--bg:#efe6da;--bg2:#e3d4c1;--surface:#fffaf3;--surface2:#efe2d2;
  --text:#3a2a1d;--muted:#9c8164;--primary:#9c5a2c;--primary-soft:#c08552;--accent:#7a4a22;
  --border:rgba(80,50,20,.13);--fd:'Oswald',sans-serif;--fb:'Inter',sans-serif;--radius:20px;
  --shadow:0 18px 38px -20px rgba(90,55,25,.4);--headOverlay:linear-gradient(180deg,rgba(40,20,5,.15),rgba(40,20,5,.6))}
[data-theme="cafe"] .hero-bg.placeholder{background:radial-gradient(circle at 50% 35%,#caa37a,#9c5a2c)}

[data-theme="sushi"]{--bg:#f6f6f4;--bg2:#ebebe7;--surface:#ffffff;--surface2:#f0f0ec;
  --text:#1c1c1c;--muted:#8a8a86;--primary:#c81d25;--primary-soft:#e85d63;--accent:#1c1c1c;
  --border:rgba(0,0,0,.09);--fd:'Oswald',sans-serif;--fb:'Inter',sans-serif;--radius:8px;
  --shadow:0 16px 36px -22px rgba(0,0,0,.35);--headOverlay:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.5))}
[data-theme="sushi"] .card-price{color:var(--primary)}
[data-theme="sushi"] .hero-bg.placeholder{background:linear-gradient(135deg,#fff 60%,#c81d25 60%)}
[data-theme="sushi"] .sec-title{color:var(--text)}

[data-theme="tropical"]{--bg:#063b3a;--bg2:#04282a;--surface:#0c4f4d;--surface2:#106563;
  --text:#eafff7;--muted:#7fd4c5;--primary:#ff8c42;--primary-soft:#ffb56b;--accent:#ffe066;
  --border:rgba(255,255,255,.1);--fd:'Pacifico',cursive;--fb:'Poppins',sans-serif;--radius:24px;
  --shadow:0 22px 46px -20px rgba(0,0,0,.6)}
[data-theme="tropical"] .hero-bg.placeholder{background:linear-gradient(160deg,#15a39a,#063b3a)}
[data-theme="tropical"] .sec-title{font-size:26px}

[data-theme="neon"]{--bg:#0a0a14;--bg2:#05050c;--surface:#12121f;--surface2:#1a1a2e;
  --text:#e9e9ff;--muted:#8a8ab5;--primary:#ff2bd6;--primary-soft:#7b5cff;--accent:#22e6ff;
  --border:rgba(123,92,255,.25);--fd:'Righteous',cursive;--fb:'Space Grotesk',sans-serif;--radius:16px;
  --shadow:0 0 30px -6px rgba(255,43,214,.35)}
[data-theme="neon"] .card{border-color:rgba(34,230,255,.2)}
[data-theme="neon"] .card-name{text-shadow:0 0 12px rgba(34,230,255,.4)}
[data-theme="neon"] .card-price{color:var(--accent);text-shadow:0 0 14px rgba(34,230,255,.6)}
[data-theme="neon"] .cat-pill.active{box-shadow:0 0 24px -2px var(--primary)}
[data-theme="neon"] .hero-bg.placeholder{background:radial-gradient(circle at 50% 40%,#3a1466,#05050c)}
[data-theme="neon"] .logo-badge{box-shadow:0 0 24px -2px var(--primary)}

[data-theme="vintage"]{--bg:#f0e3c8;--bg2:#e3d2af;--surface:#fbf2dd;--surface2:#eaddc0;
  --text:#3d3022;--muted:#9a7e54;--primary:#cc5500;--primary-soft:#e08a3c;--accent:#2e6b5e;
  --border:rgba(70,50,20,.16);--fd:'Lobster',cursive;--fb:'Oswald',sans-serif;--radius:12px;
  --shadow:0 16px 32px -18px rgba(80,50,20,.45);--headOverlay:linear-gradient(180deg,rgba(50,30,10,.2),rgba(50,30,10,.6))}
[data-theme="vintage"] .sec-title{font-size:26px}
[data-theme="vintage"] .hero-bg.placeholder{background:repeating-radial-gradient(circle at 50% 40%,#e08a3c,#e08a3c 12px,#cc5500 12px,#cc5500 24px)}

[data-theme="mexicana"]{--bg:#fff4e6;--bg2:#ffe8cc;--surface:#ffffff;--surface2:#fff0db;
  --text:#23122e;--muted:#9b6a8f;--primary:#e6007e;--primary-soft:#ff5cb0;--accent:#00a39a;
  --border:rgba(120,30,90,.13);--fd:'Archivo Black',sans-serif;--fb:'Poppins',sans-serif;--radius:20px;
  --shadow:0 20px 40px -20px rgba(180,0,100,.35);--headOverlay:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.55))}
[data-theme="mexicana"] .card-name{font-size:16px}
[data-theme="mexicana"] .card-price{color:var(--accent)}
[data-theme="mexicana"] .hero-bg.placeholder{background:repeating-linear-gradient(90deg,#e6007e 0 25%,#ff8c00 25% 50%,#00a39a 50% 75%,#7b2ff7 75% 100%)}

[data-theme="minimal"]{--bg:#fafafa;--bg2:#f0f0f0;--surface:#ffffff;--surface2:#f4f4f4;
  --text:#18181b;--muted:#a1a1aa;--primary:#18181b;--primary-soft:#52525b;--accent:#18181b;
  --border:rgba(0,0,0,.07);--fd:'Inter',sans-serif;--fb:'Inter',sans-serif;--radius:14px;
  --shadow:0 14px 34px -22px rgba(0,0,0,.25);--headOverlay:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.4))}
[data-theme="minimal"] .cat-pill.active{color:#fff}
[data-theme="minimal"] .cat-pill.active .nm,[data-theme="minimal"] .cat-pill.active .ico{color:#fff}
[data-theme="minimal"] .add-btn,[data-theme="minimal"] .btn.primary{color:#fff}
[data-theme="minimal"] .sec-title{color:var(--text)}
[data-theme="minimal"] .hero-bg.placeholder{background:#e4e4e7}

@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
