:root{color-scheme:dark}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#030304}
button,input,select{font:inherit}

/* Juego */
.dice-game{min-height:100dvh;overflow:hidden;color:#f7f0df;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:#030304;isolation:isolate}
.dice-game__backdrop,.dice-game__veil{position:fixed;inset:0;z-index:-3;pointer-events:none}
.dice-game__backdrop{background-image:var(--dice-bg);background-size:cover;background-position:center;filter:saturate(1.06) contrast(1.04);transform:scale(1.012)}
.dice-game__veil{z-index:-2;background:linear-gradient(90deg,rgba(0,0,0,.08) 0 52%,rgba(0,0,0,.62) 76%,rgba(0,0,0,.84)),linear-gradient(0deg,rgba(0,0,0,.68),transparent 38%,rgba(0,0,0,.42))}
.dice-game__masthead{height:82px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:18px;padding:12px clamp(18px,3vw,48px);border-bottom:1px solid rgba(var(--dice-accent-rgb),.22);background:linear-gradient(180deg,rgba(3,3,5,.88),rgba(3,3,5,.42));backdrop-filter:blur(12px);position:relative;z-index:10}
.dice-game__back{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--dice-accent-bright);text-decoration:none;border:1px solid rgba(var(--dice-accent-rgb),.42);background:rgba(0,0,0,.38);font-size:20px}
.dice-game__masthead p,.dice-game__masthead h1{margin:0}
.dice-game__masthead p{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--dice-accent)}
.dice-game__masthead h1{font:600 clamp(18px,2vw,27px)/1.1 Georgia,serif;letter-spacing:.02em}
.dice-game__masthead>span{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.68)}
.dice-layout{height:calc(100dvh - 82px);display:grid;grid-template-columns:minmax(0,1fr) clamp(330px,31vw,460px);gap:clamp(18px,2.4vw,38px);padding:clamp(18px,2.5vw,42px)}
.dice-stage{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(var(--dice-accent-rgb),.28);border-radius:34px;background:radial-gradient(circle at 50% 60%,rgba(var(--dice-accent-rgb),.16),transparent 32%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.44));box-shadow:inset 0 0 80px rgba(0,0,0,.54),0 26px 70px rgba(0,0,0,.35)}
.dice-stage::before{content:"";position:absolute;inset:7%;border-radius:50%;border:1px solid rgba(var(--dice-accent-rgb),.2);box-shadow:0 0 55px rgba(var(--dice-accent-rgb),.1);pointer-events:none}
.dice-stage__halo{position:absolute;left:50%;top:54%;width:min(64%,620px);aspect-ratio:1.8;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(var(--dice-accent-rgb),.42);background:radial-gradient(ellipse,rgba(var(--dice-accent-rgb),.15),rgba(0,0,0,.12) 54%,transparent 70%);box-shadow:inset 0 0 44px rgba(var(--dice-accent-rgb),.12),0 0 60px rgba(var(--dice-accent-rgb),.08)}
.dice-stage__copy{position:absolute;top:6%;left:7%;display:flex;flex-direction:column;gap:5px;text-shadow:0 2px 18px #000}
.dice-stage__copy span{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--dice-accent)}
.dice-stage__copy strong{font:500 clamp(18px,2vw,28px)/1.1 Georgia,serif}
.dice-stage__copy small{color:rgba(255,255,255,.65)}
.dice-cup{position:absolute;z-index:4;left:50%;top:47%;width:clamp(160px,19vw,260px);aspect-ratio:1;border:0;padding:0;background:transparent;cursor:grab;transform:translate(-50%,-50%);filter:drop-shadow(0 25px 24px rgba(0,0,0,.72));touch-action:none;user-select:none}
.dice-cup:active{cursor:grabbing}
.dice-cup:focus-visible{outline:2px solid var(--dice-accent-bright);outline-offset:10px;border-radius:34px}
.dice-cup__image{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 0 24px rgba(var(--dice-accent-rgb),.2))}
.dice-cup--disabled{cursor:not-allowed;opacity:.65;filter:grayscale(.2) drop-shadow(0 20px 20px rgba(0,0,0,.7))}
.dice-layer{position:absolute;inset:0;z-index:6;pointer-events:none;overflow:hidden}
.dice-result-image{position:absolute;display:block;box-sizing:border-box;min-width:0;min-height:0;max-width:none;max-height:none;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 13px 15px rgba(0,0,0,.72)) drop-shadow(0 0 8px rgba(var(--dice-accent-rgb),.35));transform-origin:center;will-change:transform,opacity}
.dice-stage.has-dice-matches .dice-result-image.is-muted-die{opacity:.3;filter:grayscale(.7) brightness(.56) drop-shadow(0 8px 10px rgba(0,0,0,.7));scale:.88}
.dice-stage.has-dice-matches .dice-result-image.is-matching-die{z-index:8;opacity:1;filter:drop-shadow(0 15px 16px rgba(0,0,0,.78)) drop-shadow(0 0 12px var(--dice-accent-bright)) drop-shadow(0 0 27px rgba(var(--dice-accent-rgb),.82));animation:diceMatchPulse 1.06s cubic-bezier(.22,.8,.28,1) infinite}
.picker__cell.is-matched-pick{z-index:2;border-color:var(--dice-accent-bright);color:#fff;box-shadow:inset 0 0 24px rgba(var(--dice-accent-rgb),.25),0 0 26px rgba(var(--dice-accent-rgb),.62);animation:dicePickPulse 1.06s cubic-bezier(.22,.8,.28,1) infinite}
.dice-theme--neon-imperial .dice-stage__halo{border-radius:12px;transform:translate(-50%,-50%) rotate(-3deg)}
.dice-theme--palacio-jade .dice-stage__halo{border-radius:50% 15% 50% 15%}
.dice-theme--opera-rubi .dice-stage__halo{border-radius:50% 50% 20% 20%}
.dice-theme--eclipse-lunar .dice-stage__halo{border-radius:50%;border-width:2px}
.dice-theme--camara-zafiro .dice-stage__halo{border-radius:8px;clip-path:polygon(8% 0,92% 0,100% 18%,94% 100%,6% 100%,0 18%)}
.dice-theme--forja-obsidiana .dice-stage__halo{border-radius:4px;border-width:3px}
.dice-theme--aurora-boreal .dice-stage__halo{border-radius:55% 25% 55% 25%;transform:translate(-50%,-50%) rotate(-4deg)}
.dice-console{align-self:center;max-height:100%;overflow:auto;border:1px solid rgba(var(--dice-accent-rgb),.34);border-radius:30px;padding:clamp(20px,2.3vw,34px);background:linear-gradient(155deg,rgba(255,255,255,.045),transparent 34%),var(--dice-panel);box-shadow:inset 0 1px rgba(255,255,255,.08),0 30px 70px rgba(0,0,0,.46);backdrop-filter:blur(22px)}
.dice-theme--salon-dorado .dice-console{border:3px double rgba(231,188,102,.5);border-radius:12px 38px 12px 38px}
.dice-theme--neon-imperial .dice-console{border-width:2px;border-radius:8px;box-shadow:inset 0 0 28px rgba(49,231,255,.08),12px 12px 0 rgba(164,79,255,.09),0 0 34px rgba(49,231,255,.13)}
.dice-theme--palacio-jade .dice-console{border-radius:42px 10px 42px 10px;box-shadow:inset 0 0 0 5px rgba(216,183,92,.05),0 30px 70px rgba(0,0,0,.46)}
.dice-theme--opera-rubi .dice-console{border-radius:70px 70px 24px 24px;border-top-width:3px}
.dice-theme--eclipse-lunar .dice-console{border-radius:50% 50% 28px 28px/70px 70px 28px 28px;padding-top:clamp(30px,3vw,48px)}
.dice-theme--camara-zafiro .dice-console{border-radius:12px 44px 12px 44px;border-width:2px;box-shadow:inset 0 0 35px rgba(73,165,255,.1),0 30px 70px rgba(0,0,0,.46)}
.dice-theme--forja-obsidiana .dice-console{border:3px solid rgba(255,145,63,.4);border-radius:5px 26px 5px 26px;box-shadow:inset 0 0 0 5px rgba(0,0,0,.35),0 30px 70px rgba(0,0,0,.55)}
.dice-theme--aurora-boreal .dice-console{border-radius:48px 16px 48px 16px;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(99,235,217,.035) 45%,rgba(149,105,236,.08)),var(--dice-panel)}
.dice-console__header p,.dice-console__header h2,.dice-console__header span{margin:0;display:block}
.dice-console__header p{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--dice-accent)}
.dice-console__header h2{margin-top:8px;font:600 clamp(27px,3vw,42px)/1 Georgia,serif}
.dice-console__header span{margin-top:10px;font-size:13px;line-height:1.45;color:rgba(255,255,255,.62)}
.dice-picker{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:24px 0}
.dice-picker>span{color:rgba(255,255,255,.34);font-size:24px}
.picker__cell{aspect-ratio:1;border-radius:22px;border:1px solid rgba(var(--dice-accent-rgb),.52);color:var(--dice-accent-bright);font:700 clamp(30px,4vw,54px)/1 Georgia,serif;background:radial-gradient(circle at 32% 25%,rgba(255,255,255,.13),transparent 34%),linear-gradient(145deg,rgba(var(--dice-accent-rgb),.16),rgba(0,0,0,.5));box-shadow:inset 0 0 20px rgba(var(--dice-accent-rgb),.08),0 12px 28px rgba(0,0,0,.3);cursor:pointer;touch-action:none}
.picker__cell:hover{transform:translateY(-2px);box-shadow:0 0 24px rgba(var(--dice-accent-rgb),.19)}
.picker__cell.is-hold{transform:scale(.96);box-shadow:0 0 32px rgba(var(--dice-accent-rgb),.35)}
.picker__cell.is-missing{animation:diceMissing .45s ease;border-color:#ff7777}
.picker--disabled{pointer-events:none;opacity:.45}
.dice-wager{display:grid;grid-template-columns:1fr 1.1fr;gap:10px 14px;padding:16px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.dice-wager label{display:flex;flex-direction:column;justify-content:center;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.82)}
.dice-wager label small{margin-top:2px;font-size:9px;color:rgba(255,255,255,.38)}
.dice-wager input,.dice-wager select{min-width:0;height:44px;border:1px solid rgba(var(--dice-accent-rgb),.25);border-radius:12px;color:#fff;background:rgba(0,0,0,.46);padding:0 13px;outline:0}
.dice-wager input:focus,.dice-wager select:focus{border-color:var(--dice-accent);box-shadow:0 0 0 3px rgba(var(--dice-accent-rgb),.1)}
.dice-wager option{background:#0b0b0e}
.dice-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0 20px}
.dice-stats div{min-width:0;padding:10px;border-radius:12px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}
.dice-stats dt{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.43)}
.dice-stats dd{margin:5px 0 0;overflow:hidden;text-overflow:ellipsis;font-weight:700;color:var(--dice-accent-bright)}
.dice-console__actions{display:grid;grid-template-columns:1fr 1.35fr;gap:10px}
.dice-button{min-height:48px;border-radius:14px;border:1px solid rgba(var(--dice-accent-rgb),.38);font-weight:800;letter-spacing:.04em;cursor:pointer}
.dice-button--ghost{background:rgba(255,255,255,.04);color:rgba(255,255,255,.76)}
.dice-button--primary{color:#090706;background:linear-gradient(135deg,var(--dice-accent-bright),var(--dice-accent));box-shadow:0 10px 28px rgba(var(--dice-accent-rgb),.22)}
.dice-button:disabled,.dice-button.is-disabled{opacity:.4;cursor:not-allowed;filter:grayscale(.4)}
#confetti-canvas{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:2147483647}
@keyframes diceMissing{25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}
@keyframes diceMatchPulse{0%,100%{scale:1.05}48%{scale:1.23}}
@keyframes dicePickPulse{0%,100%{transform:translateY(-1px) scale(1.02)}48%{transform:translateY(-3px) scale(1.1)}}

/* Selector de salones */
.dice-showcase{min-height:100vh;padding:0 0 80px;color:#f8f2e8;background:radial-gradient(circle at 50% -10%,#322315 0,transparent 36%),#050506;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.dice-showcase__hero{max-width:1180px;margin:auto;padding:clamp(34px,7vw,92px) clamp(18px,4vw,42px) 48px;text-align:center}
.dice-showcase__back{display:inline-flex;gap:8px;align-items:center;color:#d7b766;text-decoration:none;font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.dice-showcase__eyebrow{margin:36px 0 8px;color:#d7b766;font-size:11px;letter-spacing:.25em;text-transform:uppercase}
.dice-showcase h1{margin:0;font:600 clamp(46px,8vw,94px)/.95 Georgia,serif;letter-spacing:-.04em}
.dice-showcase__lead{max-width:700px;margin:22px auto 0;color:rgba(255,255,255,.63);line-height:1.65}
.dice-showcase__rules{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:26px}
.dice-showcase__rules span{padding:9px 14px;border:1px solid rgba(215,183,102,.24);border-radius:999px;background:rgba(255,255,255,.035);font-size:11px;color:rgba(255,255,255,.72)}
.dice-showcase__rules b{color:#e7c878}
.dice-theme-grid{width:min(1180px,calc(100% - 32px));margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.dice-theme-card{min-height:440px;position:relative;overflow:hidden;border-radius:28px;border:1px solid rgba(var(--theme-accent-rgb),.25);background:#08080a;isolation:isolate;box-shadow:0 24px 55px rgba(0,0,0,.32)}
.dice-theme-card::before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--theme-card-bg);background-size:cover;background-position:center;transition:transform .65s ease,filter .65s ease}
.dice-theme-card::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(2,2,4,.98) 4%,rgba(2,2,4,.62) 48%,rgba(2,2,4,.08) 82%),linear-gradient(90deg,rgba(0,0,0,.2),transparent)}
.dice-theme-card:hover::before{transform:scale(1.045);filter:saturate(1.12)}
.dice-theme-card__visual{height:250px;position:relative}
.dice-theme-card__number{position:absolute;top:22px;left:24px;font:600 12px/1 Georgia,serif;letter-spacing:.18em;color:var(--theme-accent)}
.dice-theme-card__material{position:absolute;right:22px;top:20px;padding:7px 10px;border-radius:999px;background:rgba(0,0,0,.5);border:1px solid rgba(var(--theme-accent-rgb),.26);font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.8)}
.dice-theme-card__cup{position:absolute;left:50%;top:48%;width:clamp(132px,19vw,205px);aspect-ratio:1;object-fit:contain;transform:translate(-50%,-50%);filter:drop-shadow(0 18px 18px rgba(0,0,0,.72)) drop-shadow(0 0 18px rgba(var(--theme-accent-rgb),.16))}
.mini-dice{position:absolute;display:block;width:70px;aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 15px 14px rgba(0,0,0,.64)) drop-shadow(0 0 8px rgba(var(--theme-accent-rgb),.3))}
.mini-dice--one{left:34%;top:73%;transform:translate(-50%,-50%) rotate(-13deg)}
.mini-dice--two{left:66%;top:75%;transform:translate(-50%,-50%) rotate(12deg)}
.dice-theme-card__copy{position:absolute;left:0;right:0;bottom:0;padding:24px 26px 26px}
.dice-theme-card__copy p,.dice-theme-card__copy h2,.dice-theme-card__copy>span{margin:0;display:block}
.dice-theme-card__copy p{color:var(--theme-accent);font-size:10px;letter-spacing:.18em;text-transform:uppercase}
.dice-theme-card__copy h2{margin-top:6px;font:600 clamp(25px,3vw,38px)/1.05 Georgia,serif}
.dice-theme-card__copy>span{max-width:430px;margin-top:8px;color:rgba(255,255,255,.62);font-size:13px;line-height:1.45}
.dice-theme-card__copy a{display:inline-flex;align-items:center;gap:10px;margin-top:16px;color:var(--theme-accent);text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.dice-theme-card__copy a b{font-size:18px;transition:transform .2s}.dice-theme-card__copy a:hover b{transform:translateX(4px)}
.dice-showcase__footer{width:min(1180px,calc(100% - 32px));margin:36px auto 0;padding-top:25px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.47);font-size:12px}
.dice-showcase__footer p{margin:0}.dice-showcase__footer a{color:#d7b766;text-decoration:none}

@media(max-width:820px){
  .dice-game{overflow:auto}.dice-game__backdrop{background-image:var(--dice-bg-mobile);background-position:center top}.dice-game__veil{background:linear-gradient(0deg,rgba(0,0,0,.92) 0 41%,rgba(0,0,0,.16) 73%,rgba(0,0,0,.52))}
  .dice-game__masthead{height:66px;grid-template-columns:38px 1fr;padding:8px 14px;gap:10px}.dice-game__back{width:36px;height:36px}.dice-game__masthead>span{display:none}.dice-game__masthead p{font-size:8px}.dice-game__masthead h1{font-size:18px}
  .dice-layout{height:auto;min-height:calc(100dvh - 66px);display:flex;flex-direction:column;gap:14px;padding:10px 10px max(14px,env(safe-area-inset-bottom))}
  .dice-stage{min-height:48dvh;border-radius:24px}.dice-stage::before{inset:4%}.dice-stage__halo{top:58%;width:82%}.dice-stage__copy{top:5%;left:6%}.dice-stage__copy strong{font-size:17px}.dice-stage__copy small{font-size:11px}
  .dice-cup{top:53%;width:152px}
  .dice-console{width:100%;max-height:none;border-radius:24px;padding:18px}.dice-console__header h2{font-size:29px}.dice-console__header span{display:none}
  .dice-picker{width:min(270px,100%);margin:16px auto}.picker__cell{border-radius:18px;font-size:34px}.dice-wager{grid-template-columns:.8fr 1.25fr;padding:13px 0}.dice-wager input,.dice-wager select{height:40px}.dice-stats{margin:13px 0}.dice-stats div{padding:8px}.dice-console__actions{position:sticky;bottom:0}
  .dice-theme-grid{grid-template-columns:1fr}.dice-theme-card{min-height:420px}.dice-showcase__hero{padding-top:30px}.dice-showcase__footer{flex-direction:column}
}
@media(max-width:420px){.dice-stage{min-height:45dvh}.dice-console{padding:15px}.dice-theme--eclipse-lunar .dice-console{padding-top:25px}.dice-console__header p{font-size:9px}.dice-console__header h2{font-size:25px}.dice-picker{width:220px}.dice-stats dd{font-size:13px}.dice-button{min-height:44px}.dice-theme-card{min-height:390px}.dice-theme-card__visual{height:220px}.dice-theme-card__copy{padding:20px}.dice-theme-card__cup{width:145px}.mini-dice{width:58px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.dice-stage.has-dice-matches .dice-result-image.is-matching-die{animation:none;scale:1.14}.picker__cell.is-matched-pick{animation:none;transform:translateY(-2px) scale(1.07)}}
