@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Montserrat:wght@400;500;600;700;800;900&display=swap";body{margin:0;font-family:Arial,sans-serif}.login-container{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:24px;background-image:url(/assets/RocamborFondo-Cq0yKTNA.png);background-size:100%;background-position:center;background-repeat:no-repeat;overflow:hidden;font-family:Montserrat,Arial,Helvetica,sans-serif}.login-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f201cad,#1e181199);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.login-card{position:relative;z-index:2;width:100%;max-width:1100px;min-height:650px;display:grid;grid-template-columns:1fr 1fr;background:#131913db;border:1px solid rgba(213,181,112,.3);border-radius:28px;overflow:hidden;box-shadow:0 25px 70px #00000073,0 0 0 1px #fff0cc0d inset;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-left{position:relative;padding:44px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#4e441d2e,#161a121a);border-right:1px solid rgba(213,181,112,.14)}.brand-box{max-width:420px}.brand-icon{width:84px;height:84px;border-radius:18px;margin-bottom:22px;background-image:url(../../../fondos/RocamborIcono.png);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid rgba(213,181,112,.35);box-shadow:0 12px 28px #00000047,0 0 14px #d5b5701f}.brand-box h1{margin:0;font-size:48px;font-weight:800;font-family:Cinzel,serif;color:#f4e3b2;letter-spacing:1.5px;text-shadow:0 2px 10px rgba(0,0,0,.35)}.brand-box p{margin-top:14px;color:#e8dab8;font-size:17px;line-height:1.7;max-width:360px}.login-illustration{position:relative;height:300px;border-radius:22px;overflow:hidden;background-image:url(/assets/RocamborPortada-CZNhl9yD.png);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid rgba(213,181,112,.2);box-shadow:inset 0 0 0 1px #fff1d10a,0 12px 28px #0003}.login-illustration:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0c110c26}.login-illustration:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.login-right{padding:48px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,#0a0f0beb,#1d160ed6)}.login-header h2{margin:0;font-size:42px;font-family:Cinzel,serif;color:#f4e3b2;font-weight:800;letter-spacing:1px;text-transform:uppercase}.login-header p{margin-top:12px;margin-bottom:28px;color:#d7c69b;font-size:15px}.login-form{display:flex;flex-direction:column;gap:18px}.input-group label{display:block;margin-bottom:8px;color:#f0e3c3;font-size:14px;font-weight:700}.input-wrapper{position:relative;display:flex;align-items:center;background:#f7eac70d;border:1px solid rgba(213,181,112,.2);border-radius:16px;transition:.25s ease}.input-wrapper:focus-within{border-color:#d5b570;box-shadow:0 0 0 4px #d5b5701a}.input-icon{width:52px;display:flex;align-items:center;justify-content:center;color:#daba74;font-size:15px}.input-wrapper input{width:100%;height:56px;background:transparent;border:none;outline:none;color:#fff9eb;font-size:15px;padding-right:48px;font-family:Montserrat,sans-serif}.input-wrapper input::placeholder{color:#bca97d}.toggle-password{position:absolute;right:14px;background:transparent;border:none;color:#daba74;cursor:pointer;font-size:15px}.login-options{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px;margin-bottom:6px}.remember-me{display:flex;align-items:center;gap:8px;color:#eadcb8;font-size:14px}.remember-me input{accent-color:#c79c41}.forgot-link{color:#e7c572;text-decoration:none;font-size:14px}.forgot-link:hover{text-decoration:underline}.login-button,.guest-button{height:54px;border:none;border-radius:16px;font-size:15px;font-weight:800;cursor:pointer;transition:.3s ease;font-family:Montserrat,sans-serif}.login-button{background:linear-gradient(135deg,#ba8f3d,#e1c06b);color:#23180b;box-shadow:0 10px 20px #ba8f3d38,0 0 18px #e1c06b1a}.login-button:hover{transform:translateY(-2px);filter:brightness(1.03)}.guest-button{background:#fff8e40a;color:#f4e3b2;border:1px solid rgba(213,181,112,.2)}.guest-button:hover{background:#fff8e414}.divider{position:relative;margin:10px 0 2px;text-align:center}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid rgba(213,181,112,.14)}.divider span{position:relative;padding:0 14px;background:#100e0af2;color:#cfb57a;font-size:14px}.register-text{text-align:center;color:#eadcb8;font-size:15px;margin-top:10px}.register-link{color:#e7c572;font-weight:700;text-decoration:none}.register-link:hover{text-decoration:underline}.login-message{padding:12px 14px;border-radius:12px;font-size:14px;font-weight:700}.login-message.error{background:#82201647;border:1px solid rgba(230,120,95,.35);color:#ffd0c2}.login-message.success{background:#2f5e3947;border:1px solid rgba(112,185,127,.35);color:#d7f5dd}.login-button:disabled,.guest-button:disabled,.toggle-password:disabled{opacity:.7;cursor:not-allowed}@media(max-width:900px){.login-card{grid-template-columns:1fr;min-height:auto}.login-left{display:none}.login-right{padding:32px 24px}.login-container{padding:16px}.login-header h2{font-size:30px}}.juego-layout{display:grid;grid-template-columns:170px 1fr;gap:12px;align-items:start}.juego-sidebar{width:170px;display:flex;flex-direction:column;gap:10px}.info-card{padding:12px 10px;border-radius:16px}.info-card h3{font-size:13px;margin-bottom:8px;line-height:1.2}.info-card p{font-size:11px;line-height:1.35;margin:4px 0}.score-list{display:flex;flex-direction:column;gap:6px}.score-item{padding:6px 8px;font-size:12px;border-radius:10px}.accion-button{width:100%;min-height:38px;padding:8px 10px;font-size:12px;border-radius:12px}.fase-panel label{display:block;font-size:11px;margin-bottom:4px}.fase-panel p,.sugerencia-palo-box,.sugerencia-palo-box small{font-size:11px;line-height:1.3}.fase-panel select{width:100%;min-height:34px;font-size:12px;padding:6px 8px;margin-bottom:8px;border-radius:10px}.carta-img{width:86px;height:auto;display:block;border-radius:8px;box-shadow:0 10px 20px #00000047;-webkit-user-select:none;user-select:none;pointer-events:none}.carta-img-mesa{width:94px;height:auto;border-radius:8px;box-shadow:0 12px 24px #0000004d}.baraja-horizontal .carta-img-btn,.baraja-horizontal .carta-oculta-wrap{margin-left:-28px}.baraja-horizontal .carta-img-btn:first-child,.baraja-horizontal .carta-oculta-wrap:first-child{margin-left:0}.baraja-vertical .carta-img-btn,.baraja-vertical .carta-oculta-wrap{margin-top:-56px}.baraja-vertical .carta-img-btn:first-child,.baraja-vertical .carta-oculta-wrap:first-child{margin-top:0}.carta-img-btn-jugable:hover{transform:translateY(-10px) scale(1.03)}.carta-img-btn-seleccionada{transform:translateY(-16px) scale(1.04)}.jugador-badge{font-size:11px;padding:4px 10px;border-radius:999px}.dealer-badge{font-size:10px;padding:4px 8px;border-radius:999px}.contador-cartas-jugador{margin-top:5px;margin-bottom:6px;font-size:11px;font-weight:700}.mesa-label{font-size:11px;padding:5px 10px;border-radius:999px}.mensaje-jugador{font-size:12px;padding:8px 12px;border-radius:10px}.jugador-mesa-label{font-size:11px;font-weight:700;padding:4px 8px;border-radius:10px}.mesa-fila{min-height:130px;gap:14px}.topbar-right{display:flex;align-items:flex-start;gap:10px}.mini-mesa-card{transform:scale(.88);transform-origin:top right;margin-right:-18px;margin-top:-8px}.mesa-card{min-height:520px;padding:14px;border-radius:20px}@media(max-width:1200px){.juego-layout{grid-template-columns:160px 1fr}.juego-sidebar{width:160px}.carta-img{width:78px}.carta-img-mesa{width:86px}.baraja-horizontal .carta-img-btn,.baraja-horizontal .carta-oculta-wrap{margin-left:-24px}.baraja-vertical .carta-img-btn,.baraja-vertical .carta-oculta-wrap{margin-top:-50px}}@media(max-width:900px){.juego-layout{grid-template-columns:1fr}.juego-sidebar{width:100%}.mini-mesa-card{transform:scale(.82);margin-right:0}.carta-img{width:70px}.carta-img-mesa{width:78px}}.guest-only-panel{width:100%;max-width:390px;margin:auto;padding:34px 30px;border:1px solid rgba(231,197,116,.25);border-radius:22px;background:radial-gradient(circle at top,rgba(231,197,116,.13),transparent 42%),linear-gradient(180deg,#1c180ff0,#0c0e0af5);box-shadow:0 20px 45px #00000061,inset 0 1px #ffffff0a;text-align:center}.guest-badge{width:fit-content;margin:0 auto 18px;padding:8px 14px;border-radius:999px;display:flex;align-items:center;gap:8px;color:#f3d98a;background:#e7c5741a;border:1px solid rgba(231,197,116,.22);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.guest-only-panel h2{margin:0;color:#fff2c2;font-size:34px;line-height:1.05;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.guest-description{margin:16px auto 22px;color:#fff6d2c7;font-size:14px;line-height:1.6;max-width:310px}.guest-benefits{display:grid;grid-template-columns:1fr;gap:10px;margin:0 0 24px}.guest-benefit{display:flex;align-items:center;justify-content:center;gap:10px;min-height:42px;border-radius:14px;color:#fff6d2db;background:#ffffff09;border:1px solid rgba(231,197,116,.13);font-size:13px;font-weight:700}.guest-benefit svg{color:#e7c574}.guest-button-main{width:100%;height:52px;border-radius:16px;background:linear-gradient(135deg,#c99a3f,#f0cf72);color:#16130c;border:none;font-size:15px;font-weight:900;letter-spacing:.02em;box-shadow:0 12px 28px #e7c5743d,inset 0 1px #ffffff47;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.guest-button-main:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 16px 34px #e7c57457,inset 0 1px #ffffff52}.guest-button-main:disabled{opacity:.6;cursor:not-allowed}.guest-note{margin:16px 0 0;color:#fff6d28c;font-size:12px;line-height:1.5}.login-right{display:flex;align-items:center;justify-content:center}.register-container{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:24px;background-image:url(/assets/RocamborFondo-Cq0yKTNA.png);background-size:100%;background-position:center center;background-repeat:no-repeat;overflow:hidden;font-family:Montserrat,Arial,Helvetica,sans-serif}.register-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f201cb3,#1e18119e);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.register-card{position:relative;z-index:2;width:100%;max-width:1250px;min-height:720px;display:grid;grid-template-columns:1fr 1.2fr;background:#131913db;border:1px solid rgba(213,181,112,.3);border-radius:28px;overflow:hidden;box-shadow:0 25px 70px #00000073,0 0 0 1px #fff0cc0d inset;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.register-left{position:relative;padding:44px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#4e441d2e,#161a121a);border-right:1px solid rgba(213,181,112,.14)}.register-brand-box{max-width:420px}.register-brand-icon{width:84px;height:84px;border-radius:18px;margin-bottom:22px;background-image:url(/assets/rocamborIcono-ATAgQaYu.png);background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#0000002e;border:1px solid rgba(213,181,112,.35);box-shadow:0 12px 28px #00000047,0 0 14px #d5b5701f}.register-brand-box h1{margin:0;font-size:48px;font-weight:800;font-family:Cinzel,serif;color:#f4e3b2;letter-spacing:1.5px;text-shadow:0 2px 10px rgba(0,0,0,.35)}.register-brand-box p{margin-top:14px;color:#e8dab8;font-size:17px;line-height:1.7;max-width:360px}.register-illustration{position:relative;height:300px;border-radius:22px;overflow:hidden;background-image:url(/assets/RocamborPortada-CZNhl9yD.png);background-size:100%;background-position:center center;background-repeat:no-repeat;background-color:#0000002e;border:1px solid rgba(213,181,112,.2);box-shadow:inset 0 0 0 1px #fff1d10a,0 12px 28px #0003}.register-illustration:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0c110c26}.register-illustration:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.register-right{padding:42px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,#0a0f0beb,#1d160ed6)}.register-header h2{margin:0;font-size:42px;font-family:Cinzel,serif;color:#f4e3b2;font-weight:800;letter-spacing:1px;text-transform:uppercase}.register-header p{margin-top:12px;margin-bottom:28px;color:#d7c69b;font-size:15px}.register-form{display:flex;flex-direction:column}.register-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.register-input-group{display:flex;flex-direction:column}.register-full-width{grid-column:1 / -1}.register-input-group label{display:block;margin-bottom:8px;color:#f0e3c3;font-size:14px;font-weight:700}.register-input-wrapper{position:relative;display:flex;align-items:center;background:#f7eac70d;border:1px solid rgba(213,181,112,.2);border-radius:16px;transition:.25s ease}.register-input-wrapper:focus-within{border-color:#d5b570;box-shadow:0 0 0 4px #d5b5701a}.register-input-icon{width:52px;display:flex;align-items:center;justify-content:center;color:#daba74;font-size:15px}.register-input-wrapper input{width:100%;height:56px;background:transparent;border:none;outline:none;color:#fff9eb;font-size:15px;padding-right:48px;font-family:Montserrat,sans-serif}.register-input-wrapper input::placeholder{color:#bca97d}.register-toggle-password{position:absolute;right:14px;background:transparent;border:none;color:#daba74;cursor:pointer;font-size:15px}.register-terms{margin-top:20px;margin-bottom:22px}.register-checkbox{display:flex;align-items:flex-start;gap:10px;color:#eadcb8;font-size:14px;line-height:1.5}.register-checkbox input{margin-top:3px;accent-color:#c79c41}.register-button{height:56px;border:none;border-radius:16px;font-size:15px;font-weight:800;cursor:pointer;transition:.3s ease;background:linear-gradient(135deg,#ba8f3d,#e1c06b);color:#23180b;box-shadow:0 10px 20px #ba8f3d38,0 0 18px #e1c06b1a}.register-button:hover{transform:translateY(-2px);filter:brightness(1.03)}.register-divider{position:relative;margin:26px 0 18px;text-align:center}.register-divider:before{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid rgba(213,181,112,.14)}.register-divider span{position:relative;padding:0 14px;background:#100e0af2;color:#cfb57a;font-size:14px}.register-login-text{text-align:center;color:#eadcb8;font-size:15px}.register-login-link{color:#e7c572;font-weight:700;text-decoration:none}.register-login-link:hover{text-decoration:underline}.register-message{margin-top:18px;margin-bottom:4px;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:700}.register-message.error{background:#82201647;border:1px solid rgba(230,120,95,.35);color:#ffd0c2}.register-message.success{background:#2f5e3947;border:1px solid rgba(112,185,127,.35);color:#d7f5dd}.register-button:disabled,.register-toggle-password:disabled{opacity:.7;cursor:not-allowed}@media(max-width:1024px){.register-card{grid-template-columns:1fr;min-height:auto}.register-left{display:none}}@media(max-width:768px){.register-right{padding:30px 20px}.register-grid{grid-template-columns:1fr}.register-full-width{grid-column:auto}.register-header h2{font-size:30px}.register-container{padding:16px}}.verification-container{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:24px;background-image:url(/assets/RocamborFondo-Cq0yKTNA.png);background-size:110%;background-position:center center;background-repeat:no-repeat;overflow:hidden;font-family:Montserrat,Arial,Helvetica,sans-serif}.verification-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f201cb3,#1e18119e);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.verification-card{position:relative;z-index:2;width:100%;max-width:1100px;min-height:650px;display:grid;grid-template-columns:1fr 1fr;background:#131913db;border:1px solid rgba(213,181,112,.3);border-radius:28px;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 25px 70px #00000073,0 0 0 1px #fff0cc0d inset}.verification-left{position:relative;padding:44px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#4e441d2e,#161a121a);border-right:1px solid rgba(213,181,112,.14)}.verification-brand-box{max-width:420px}.verification-brand-icon{width:84px;height:84px;border-radius:18px;margin-bottom:22px;background-image:url(../../../fondos/RocamborIcono.png);background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#0000002e;border:1px solid rgba(213,181,112,.35);box-shadow:0 12px 28px #00000047,0 0 14px #d5b5701f}.verification-brand-box h1{margin:0;font-size:48px;font-weight:800;font-family:Cinzel,serif;color:#f4e3b2;letter-spacing:1.5px;text-shadow:0 2px 10px rgba(0,0,0,.35)}.verification-brand-box p{margin-top:14px;color:#e8dab8;font-size:17px;line-height:1.7;max-width:360px}.verification-illustration{position:relative;height:280px;border-radius:22px;overflow:hidden;background-image:url(/assets/RocamborPortada-CZNhl9yD.png);background-size:92%;background-position:center center;background-repeat:no-repeat;background-color:#0000002e;border:1px solid rgba(213,181,112,.2);box-shadow:inset 0 0 0 1px #fff1d10a,0 12px 28px #0003}.verification-illustration:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0c110c26}.verification-illustration:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.verification-right{padding:48px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,#0a0f0beb,#1d160ed6)}.verification-header h2{margin:0;font-size:42px;font-family:Cinzel,serif;color:#f4e3b2;font-weight:800;letter-spacing:1px}.verification-header p{margin-top:12px;margin-bottom:18px;color:#d7c69b;font-size:15px;line-height:1.6}.verification-email-box{display:flex;align-items:center;gap:10px;background:#f7eac70d;border:1px solid rgba(213,181,112,.2);border-radius:16px;padding:14px 16px;color:#f0e3c3;margin-bottom:24px;word-break:break-word}.verification-form{display:flex;flex-direction:column;gap:18px}.verification-input-group label{display:block;margin-bottom:8px;color:#f0e3c3;font-size:14px;font-weight:700}.verification-input-wrapper{position:relative;display:flex;align-items:center;background:#f7eac70d;border:1px solid rgba(213,181,112,.2);border-radius:16px;transition:.25s ease}.verification-input-wrapper:focus-within{border-color:#d5b570;box-shadow:0 0 0 4px #d5b5701a}.verification-input-wrapper input{width:100%;height:56px;background:transparent;border:none;outline:none;color:#fff9eb;font-size:20px;text-align:center;letter-spacing:8px;padding:0 18px;font-family:Montserrat,sans-serif;font-weight:700}.verification-input-wrapper input::placeholder{color:#bca97d;letter-spacing:normal;font-size:15px;font-weight:500}.verification-message{padding:12px 14px;border-radius:12px;font-size:14px;font-weight:700}.verification-message.error{background:#82201647;border:1px solid rgba(230,120,95,.35);color:#ffd0c2}.verification-message.success{background:#2f5e3947;border:1px solid rgba(112,185,127,.35);color:#d7f5dd}.verification-timer-box{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff8e40a;border:1px solid rgba(213,181,112,.14);border-radius:16px;padding:14px 16px}.verification-timer-label{color:#eadcb8;font-size:14px}.verification-timer-value{color:#f5e3b4;font-size:22px;font-weight:800;font-family:Cinzel,serif}.verification-button,.verification-secondary-button{height:54px;border:none;border-radius:16px;font-size:15px;font-weight:800;cursor:pointer;transition:.3s ease;font-family:Montserrat,sans-serif}.verification-button{background:linear-gradient(135deg,#ba8f3d,#e1c06b);color:#23180b;box-shadow:0 10px 20px #ba8f3d38,0 0 18px #e1c06b1a}.verification-secondary-button{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff8e40a;color:#f4e3b2;border:1px solid rgba(213,181,112,.2)}.verification-button:hover,.verification-secondary-button:hover{transform:translateY(-2px);filter:brightness(1.03)}.verification-divider{position:relative;margin:28px 0 18px;text-align:center}.verification-divider:before{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid rgba(213,181,112,.14)}.verification-divider span{position:relative;padding:0 14px;background:#100e0af2;color:#cfb57a;font-size:14px}.verification-link-button{width:100%;background:transparent;border:none;color:#e7c572;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:14px;margin-bottom:18px;font-weight:600}.verification-link-button:hover{text-decoration:underline}.verification-login-text{text-align:center;color:#eadcb8;font-size:15px}.verification-login-link{color:#e7c572;font-weight:700;text-decoration:none}.verification-login-link:hover{text-decoration:underline}.verification-button:disabled,.verification-secondary-button:disabled,.verification-link-button:disabled{opacity:.7;cursor:not-allowed}@media(max-width:900px){.verification-card{grid-template-columns:1fr;min-height:auto}.verification-left{display:none}.verification-right{padding:32px 24px}.verification-timer-box{flex-direction:column;align-items:flex-start}.verification-container{padding:16px}.verification-header h2{font-size:30px}}.roc-menu{min-height:100vh;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:24px;display:flex;align-items:center;justify-content:center}.roc-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#08140e94;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.roc-menu__shell{position:relative;z-index:2;width:100%;max-width:1080px;background:#091812eb;border:1px solid rgba(211,173,82,.42);border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000059}.roc-menu__header{min-height:110px;padding:20px 24px;background-size:cover;background-position:center;border-bottom:1px solid rgba(211,173,82,.25)}.roc-menu__topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.roc-menu__brand h1{margin:0;color:#ffd95f;font-size:3rem;font-weight:900;letter-spacing:1px;text-shadow:2px 2px 0 rgba(65,32,10,.55)}.roc-menu__brand p{margin:6px 0 0;color:#f8eed0;font-size:.95rem}.roc-menu__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.roc-menu__btn{border:none;border-radius:999px;padding:10px 16px;font-size:.92rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:transform .2s ease,filter .2s ease}.roc-menu__btn:hover,.roc-menu__edit-profile:hover,.roc-menu__play-button:hover{transform:translateY(-1px);filter:brightness(1.05)}.roc-menu__btn--gold{background:linear-gradient(180deg,#e0b84f,#b78520);color:#1f1a0c}.roc-menu__btn--danger{background:linear-gradient(180deg,#cb7352,#aa4f35);color:#fff6ef}.roc-menu__content{display:grid;grid-template-columns:310px 1fr;gap:18px;padding:16px}.roc-menu__profile-card,.roc-menu__mode-card{border-radius:20px;border:1px solid rgba(211,173,82,.38);background:#ffffff0a;min-width:0}.roc-menu__profile-card{display:flex;flex-direction:column;justify-content:space-between;padding:18px;background:linear-gradient(180deg,#042d27f5,#08221ced)}.roc-menu__profile-top{display:flex;flex-direction:column;align-items:center;text-align:center}.roc-menu__avatar{width:96px;height:96px;border-radius:50%;margin-bottom:14px;border:3px solid #d6b056;background:linear-gradient(180deg,#74d2ff,#4596db);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:900;box-shadow:0 8px 18px #00000040;overflow:hidden;flex-shrink:0}.roc-menu__avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.roc-menu__profile-title{width:100%}.roc-menu__profile-title h2{margin:0;color:#f0d88f;font-size:1.25rem;line-height:1.25;word-break:break-word}.roc-menu__message{margin:20px 0;text-align:center;color:#f4ead0;font-size:.95rem}.roc-menu__message--error{color:#ffb8b8}.roc-menu__profile-info{margin:18px 0;display:flex;flex-direction:column;gap:12px}.roc-menu__info-item{width:100%;display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(211,173,82,.2);background:#ffffff0a;min-width:0}.roc-menu__info-icon{width:38px;height:38px;border-radius:12px;background:#d6b05626;color:#f0d88f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.roc-menu__info-text{flex:1;min-width:0;text-align:left}.roc-menu__info-text small{display:block;margin-bottom:4px;color:#cdbf9b;font-size:.78rem}.roc-menu__info-text p{margin:0;color:#fff;font-size:.93rem;font-weight:700;line-height:1.35;word-break:break-word;overflow-wrap:anywhere}.roc-menu__edit-profile{width:100%;border:none;border-radius:14px;padding:12px 16px;background:linear-gradient(180deg,#d7b04b,#b98723);color:#1f1a0c;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.roc-menu__mode-card{padding:18px;background:#ffffff08}.roc-menu__mode-card h2{margin:0;color:#f0d88f;font-size:1.9rem;line-height:1.2}.roc-menu__mode-subtitle{margin:8px 0 18px;color:#d9cfad;font-size:.95rem}.roc-menu__mode-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px;border-radius:18px;border:1px solid rgba(211,173,82,.22);background:linear-gradient(90deg,#ffda6d12,#ffffff08)}.roc-menu__mode-icon{width:56px;height:56px;border-radius:16px;background:#d6b05624;color:#f0d88f;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.roc-menu__mode-info{min-width:0}.roc-menu__mode-info h3{margin:0 0 6px;color:#fff;font-size:1.35rem}.roc-menu__mode-info p{margin:0;color:#d7ccb0;font-size:.95rem;line-height:1.5}.roc-menu__play-button{border:none;border-radius:14px;padding:14px 20px;min-width:135px;white-space:nowrap;background:linear-gradient(180deg,#e3bc57,#be8d2d);color:#241b0d;font-weight:800;cursor:pointer}.roc-menu__coming-soon{margin-top:14px;border-radius:14px;padding:14px 16px;border:1px solid rgba(211,173,82,.18);background:#ffffff08;color:#d9cfad;display:flex;align-items:center;gap:10px;font-size:.93rem}@media(max-width:920px){.roc-menu__content{grid-template-columns:1fr}}@media(max-width:720px){.roc-menu{padding:14px}.roc-menu__header{padding:18px}.roc-menu__brand h1{font-size:2.2rem}.roc-menu__mode-item{grid-template-columns:1fr;text-align:center}.roc-menu__mode-icon{margin:0 auto}.roc-menu__play-button{width:100%}.roc-menu__btn span{display:none}}.roc-menu-guest{min-height:100vh;padding:24px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;font-family:Montserrat,Arial,Helvetica,sans-serif;color:#fff9eb}.roc-menu-guest__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0c1612d1,#21170fb3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:0}.roc-menu-guest__shell{position:relative;z-index:1;max-width:1150px;margin:0 auto}.roc-menu-guest__header{min-height:150px;border-radius:26px;padding:28px 32px;background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid rgba(213,181,112,.2);box-shadow:0 18px 40px #00000047,inset 0 0 0 1px #fff0cc08;overflow:hidden;position:relative}.roc-menu-guest__header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#111a146b,#111a141f)}.roc-menu-guest__header-content{position:relative;z-index:2}.roc-menu-guest__header h1{margin:0;font-size:42px;font-weight:800;font-family:Cinzel,serif;color:#f5e3b4;letter-spacing:1px;text-shadow:0 2px 10px rgba(0,0,0,.35)}.roc-menu-guest__header p{margin:10px 0 0;font-size:16px;color:#f0e2bd;font-weight:500}.roc-menu-guest__content{margin-top:22px;display:flex;justify-content:center}.roc-menu-guest__card{width:100%;max-width:640px;background:#fff8e40f;border:1px solid rgba(213,181,112,.16);border-radius:24px;padding:30px 28px;box-shadow:inset 0 0 0 1px #fff1d108;text-align:center}.roc-menu-guest__icon{width:84px;height:84px;margin:0 auto 18px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ba8f3d29;border:1px solid rgba(225,192,107,.26);color:#f5e3b4;font-size:34px}.roc-menu-guest__card h2{margin:0 0 10px;font-size:28px;font-family:Cinzel,serif;color:#f5e3b4}.roc-menu-guest__card p{margin:0 auto;max-width:480px;font-size:15px;line-height:1.65;color:#eadcb8}.roc-menu-guest__actions{display:flex;gap:14px;justify-content:center;margin-top:26px;flex-wrap:wrap}.roc-menu-guest__btn{min-width:220px;height:48px;border:none;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;font-size:14px;cursor:pointer;transition:.25s ease;box-shadow:0 10px 20px #0000002e}.roc-menu-guest__btn:hover{transform:translateY(-2px)}.roc-menu-guest__btn--gold{background:linear-gradient(135deg,#ba8f3d,#e1c06b);color:#23180b}.roc-menu-guest__btn--dark{background:#fff8e41f;color:#fff9eb;border:1px solid rgba(213,181,112,.18)}@media(max-width:768px){.roc-menu-guest{padding:16px}.roc-menu-guest__header{padding:22px 20px;min-height:130px}.roc-menu-guest__header h1{font-size:32px}.roc-menu-guest__card{padding:24px 18px}.roc-menu-guest__card h2{font-size:24px}.roc-menu-guest__btn{width:100%;min-width:100%}}:root{--font-title: "Cinzel", serif;--font-ui: "Montserrat", Arial, Helvetica, sans-serif;--bg-dark: #0d1f1a;--bg-table: #143529;--bg-table-2: #111d19;--cream: #fff8e4;--cream-2: #f5e3b4;--gold: #f7c948;--gold-2: #d8951e;--gold-3: #ba8f3d;--brown: #24190c;--green: #477a4e;--green-2: #73bf76;--red: #d13b28;--red-2: #651e18;--orange: #c76a48;--border-gold: rgba(225, 192, 107, .38);--shadow-soft: 0 14px 32px rgba(0, 0, 0, .28);--shadow-strong: 0 28px 80px rgba(0, 0, 0, .58);--topbar-h: 70px;--page-pad: 5px}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body,button,select,input{font-family:var(--font-ui)}button{-webkit-user-select:none;user-select:none}button:disabled,select:disabled,input:disabled{cursor:not-allowed;opacity:.65}.juego-solo-container{position:relative;width:100vw;height:100vh;min-height:100vh;padding:var(--page-pad);overflow:hidden;color:#fff9eb;font-family:var(--font-ui);background:radial-gradient(circle at center,rgba(36,74,58,.52),transparent 46%),linear-gradient(135deg,#11241e,#1a1711)}.juego-solo-container:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(135deg,#0f201cb8,#1e1811a3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.juego-solo-container>*{position:relative;z-index:1}.juego-topbar{position:relative;height:var(--topbar-h);min-height:var(--topbar-h);max-height:var(--topbar-h);margin-bottom:6px;padding:9px 14px;overflow:hidden;border-radius:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#465246d1,#37392fc7);border:1px solid rgba(213,181,112,.2);box-shadow:var(--shadow-soft),inset 0 0 0 1px #fff0cc0a}.juego-topbar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#111a1438,#111a140f)}.juego-topbar>*{position:relative;z-index:2}.juego-topbar h1{margin:0;color:var(--cream-2);font-family:var(--font-title);font-size:23px;line-height:1.05;font-weight:800;letter-spacing:.8px;text-shadow:0 2px 10px rgba(0,0,0,.35)}.juego-topbar p{margin:3px 0 0;color:#f0e2bd;font-size:13px;font-weight:800}.topbar-right{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px;flex-shrink:0}.btn-open-guide,.btn-open-rules,.estado-badge{display:inline-flex;align-items:center;justify-content:center;border:none;white-space:nowrap;font-weight:1000;box-shadow:0 8px 18px #00000038}.btn-open-guide,.btn-open-rules{min-height:30px;padding:7px 11px;border-radius:10px;cursor:pointer;background:linear-gradient(135deg,var(--gold-3),#e1c06b);color:#23180b;font-size:11px}.estado-badge{padding:8px 13px;border-radius:999px;font-size:14px;line-height:1}.estado-badge.en-curso{background:linear-gradient(135deg,var(--gold-3),#e1c06b);color:#23180b}.estado-badge.finalizado{background:linear-gradient(135deg,#a94438,#d36f50);color:#fff7ea}.mini-mesa-card{width:158px;min-width:158px;max-width:158px;padding:4px 5px;border-radius:12px;background:#fff8e414;border:1px solid rgba(213,181,112,.18);box-shadow:inset 0 0 0 1px #fff1d10a}.mini-mesa-card h4{margin:0 0 4px;color:var(--cream-2);font-family:var(--font-title);font-size:8px;line-height:1;text-transform:uppercase}.mini-tablero{position:relative;width:100%;height:50px;border-radius:8px;background:linear-gradient(135deg,#15352aeb,#121d19eb);border:1px solid rgba(213,181,112,.18)}.mini-jugador{position:absolute;min-width:30px;padding:2px 3px;border-radius:7px;display:flex;flex-direction:column;gap:1px;text-align:center;background:#fff8e41a;border:1px solid rgba(213,181,112,.14)}.mini-jugador-nombre{color:#fff8e8;font-size:8px;line-height:1;font-weight:1000}.mini-jugador-humano{background:#ba8f3d2e;border-color:#e1c06b47}.mini-jugador-turno{box-shadow:0 0 0 2px #e1c06b2e}.mini-top{top:5px;left:50%;transform:translate(-50%)}.mini-left{top:50%;left:6px;transform:translateY(-50%)}.mini-right{top:50%;right:6px;transform:translateY(-50%)}.mini-bottom{bottom:5px;left:50%;transform:translate(-50%)}.mini-centro{position:absolute;top:50%;left:50%;width:54px;padding:3px;transform:translate(-50%,-50%);border-radius:7px;text-align:center;background:#fff8e414;border:1px solid rgba(213,181,112,.14)}.mini-centro-item{display:flex;flex-direction:column;margin-bottom:2px}.mini-centro-item:last-child{margin-bottom:0}.mini-label,.mini-chip{font-size:7px;line-height:1}.mini-label{color:#d8c89a;text-transform:uppercase}.mini-centro strong{max-width:48px;overflow:hidden;color:#fff8e8;font-size:8px;line-height:1;white-space:nowrap;text-overflow:ellipsis}.mini-chip{display:inline-flex;align-items:center;justify-content:center;padding:1px 3px;border-radius:999px;font-weight:1000}.mini-chip.dealer{background:linear-gradient(135deg,var(--gold-3),#e1c06b);color:#23180b}.mini-chip.turno,.mini-chip.prioridad{background:#4fb36bf2;color:#fff}.juego-layout{display:grid;grid-template-columns:minmax(0,1fr);height:calc(100vh - var(--topbar-h) - 11px);min-height:0;overflow:hidden}.juego-sidebar{display:none}.mesa-card{position:relative;width:calc(100vw - 10px);height:calc(100vh - var(--topbar-h) - 11px);min-height:0;max-height:calc(100vh - var(--topbar-h) - 11px);margin:0 auto;padding:14px 24px;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#15352af5,#121d19f5);border:1px solid rgba(213,181,112,.22);box-shadow:0 22px 50px #00000047,inset 0 0 0 1px #fff1d10a}.mesa-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at center,rgba(180,142,56,.07),transparent 48%)}.mesa-controles-rapidos{position:absolute;left:14px;bottom:14px;z-index:90;width:132px;min-width:132px;max-width:132px;padding:10px;display:flex;flex-direction:column;gap:10px;border-radius:18px;background:#0e1c18eb;border:2px solid rgba(225,192,107,.22);box-shadow:0 14px 28px #00000059,inset 0 0 0 1px #ffffff0a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mesa-control-btn{width:100%;min-height:44px;padding:10px;border:none;border-radius:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;color:#23180b;font-size:15px;line-height:1.12;font-weight:1000;letter-spacing:.15px;white-space:normal;background:#fff8e4e6;box-shadow:0 8px 18px #00000042;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.mesa-control-btn:hover:not(:disabled){transform:translateY(-2px) scale(1.02);filter:brightness(1.05);box-shadow:0 12px 24px #00000052}.mesa-control-seats-grande{background:linear-gradient(135deg,#f2cf63,#ddb548);color:#1f1609}.mesa-control-rules-grande{background:linear-gradient(135deg,#5f7443,#8daa5c);color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.25)}.mesa-control-menu-grande{min-height:58px;background:linear-gradient(135deg,#b85f43,#cd7a55);color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.25)}.jugador-top,.jugador-left,.jugador-right,.jugador-bottom{overflow:visible}.jugador-top{position:absolute;top:12px;left:50%;z-index:20;width:auto;max-width:62%;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center;transform:translate(-50%)}.jugador-left,.jugador-right{position:absolute;top:50%;z-index:20;width:170px;max-width:170px;min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;text-align:center;transform:translateY(-50%)}.jugador-left{left:18px}.jugador-right{right:18px;z-index:45}.jugador-bottom{position:absolute;bottom:18px;left:50%;z-index:25;width:calc(100% - 250px);max-width:1320px;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center;transform:translate(-50%)}.jugador-header-mesa{position:relative;z-index:35;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;margin-bottom:1px}.jugador-badge,.puntaje-jugador-chip,.turno-jugador-chip,.dealer-badge,.brave-badge{position:relative;z-index:35;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-weight:1000}.jugador-badge{padding:10px 18px;border-radius:999px;background:#68522247;border:1px solid rgba(213,181,112,.24);color:#fff7e1;font-size:19px;text-shadow:0 2px 7px rgba(0,0,0,.35)}.puntaje-jugador-chip{gap:6px;padding:6px 10px;border-radius:999px;background:#fff8e421;border:1px solid rgba(225,192,107,.34);color:#fff8e8;box-shadow:0 6px 12px #0000002e}.puntaje-jugador-chip span{color:var(--cream-2);font-size:14px;font-weight:1000;letter-spacing:.25px;text-transform:uppercase}.puntaje-jugador-chip strong{min-width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gold-3),#e1c06b);color:#23180b;font-size:20px;font-weight:1000}.turno-jugador-chip{padding:9px 15px;border-radius:999px;background:#4fb36bf5;color:#fff;font-size:15px;text-transform:uppercase;box-shadow:0 0 0 2px #4fb36b2e,0 8px 16px #0000003d}.dealer-badge{padding:9px 16px;border-radius:999px;background:linear-gradient(135deg,var(--gold-3),#e1c06b);color:#23180b;font-size:16px;box-shadow:0 8px 16px #ba8f3d38}.dealer-badge-animado{animation:dealerPulse .48s ease-in-out infinite alternate}.dealer-header-activo{border-radius:999px;box-shadow:0 0 0 3px #e1c06b38}.brave-badge{padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,var(--red-2),var(--red));color:#fff6e0;border:2px solid rgba(255,191,92,.65);font-size:17px;text-transform:uppercase;letter-spacing:.6px;box-shadow:0 10px 22px #6414126b,0 0 0 4px #d13b2829;animation:braveThreatPulse 1.4s ease-in-out infinite}.brave-header-activo .jugador-badge{border-color:#d13b28b3;box-shadow:0 0 0 3px #d13b2829}.contador-cartas-jugador{position:relative;z-index:35;margin-top:2px;margin-bottom:3px;color:#fff2c7;font-size:17px;line-height:1.1;font-weight:1000;text-shadow:0 2px 8px rgba(0,0,0,.45)}.jugador-left .contador-cartas-jugador,.jugador-right .contador-cartas-jugador{margin-top:6px;margin-bottom:14px;padding:4px 10px;border-radius:999px;background:#0d1e19d1}.preview-reparto-pill{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;color:#23180b;background:linear-gradient(135deg,#f7d56a,#e1b64f);border:1px solid rgba(225,192,107,.4);box-shadow:0 8px 16px #00000038;animation:previewCardsPulse .6s ease-in-out infinite alternate}.jugador-left .contador-cartas-jugador.preview-reparto-pill,.jugador-right .contador-cartas-jugador.preview-reparto-pill,.jugador-bottom .contador-cartas-jugador.preview-reparto-pill{color:#fff2c7;border:2px solid rgba(255,235,170,.75);text-shadow:0 2px 6px rgba(0,0,0,.55);font-weight:1000}.mensaje-jugador{display:inline-flex;align-items:center;justify-content:center;padding:11px 15px;border-radius:13px;background:#fff8e4eb;color:#23180b;border:1px solid rgba(213,181,112,.2);font-size:18px;line-height:1.15;font-style:italic;font-weight:1000;text-align:center}.mensaje-dealer-no-juega{font-size:15px}.jugador-bottom{bottom:22px!important;gap:8px!important}.jugador-bottom .jugador-header-mesa{transform:translateY(8px)!important;margin-bottom:14px!important;z-index:96!important}.jugador-bottom .contador-cartas-jugador.preview-reparto-pill{display:none!important}.jugador-bottom .decision-jugador-burbuja,.jugador-bottom .exchange-decision-bubble{transform:translateY(4px)!important;margin:8px auto 14px!important;z-index:95!important}.jugador-bottom .zona-humano-con-acciones,.jugador-bottom .zona-humano-con-next-trick{margin-top:18px!important;z-index:70!important}.jugador-bottom .zona-cartas-wrapper-humano-horizontal{margin-top:0!important}.jugador-bottom:has(.mensaje-dealer-no-juega) .jugador-header-mesa,.jugador-bottom:has(.mensaje-dealer-no-juega) .contador-cartas-jugador{margin-bottom:14px}.jugador-bottom .mensaje-dealer-no-juega{margin-top:18px;transform:translateY(12px);max-width:360px;padding:12px 18px;line-height:1.15;z-index:65}.jugador-bottom:has(.mensaje-dealer-no-juega) .zona-humano-con-acciones,.jugador-bottom:has(.mensaje-dealer-no-juega) .zona-humano-con-next-trick{margin-top:18px}.zona-cartas-wrapper,.cartas-fila,.baraja-horizontal{display:flex;align-items:flex-end;justify-content:center;gap:0;overflow:visible}.cartas-fila,.baraja-horizontal{flex-wrap:nowrap}.cartas-columna,.baraja-vertical{display:flex;flex-direction:column;align-items:center;gap:0;overflow:visible}.baraja-horizontal{max-width:100%}.baraja-vertical{max-height:none}.carta-img-btn,.carta-oculta-wrap,.carta-mesa-wrap{will-change:transform,opacity}.carta-img-btn{position:relative;border:none;padding:0;cursor:default;background:transparent;transition:transform .22s ease,filter .22s ease,opacity .22s ease}.carta-img-btn:disabled{opacity:1}.carta-img-btn-jugable{cursor:pointer}.carta-img-btn-jugable:hover,.carta-img-btn-seleccionada{transform:translateY(-12px) scale(1.05);filter:brightness(1.06)}.carta-img{width:56px;height:auto;display:block;border-radius:7px;-webkit-user-select:none;user-select:none;pointer-events:none;background:transparent;box-shadow:0 8px 18px #00000047;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.carta-img-humana{background:#fff}.carta-oculta-wrap{transition:transform .2s ease}.jugador-top .carta-img,.jugador-left .carta-img,.jugador-right .carta-img{width:55px;border-radius:7px}.jugador-top .baraja-horizontal .carta-img-btn,.jugador-top .baraja-horizontal .carta-oculta-wrap{margin-left:-29px}.jugador-top .baraja-horizontal .carta-img-btn:first-child,.jugador-top .baraja-horizontal .carta-oculta-wrap:first-child{margin-left:0}.jugador-left .zona-cartas-wrapper,.jugador-right .zona-cartas-wrapper{margin-top:10px;z-index:30}.jugador-left .baraja-vertical,.jugador-right .baraja-vertical{padding-top:10px}.jugador-left .baraja-vertical .carta-img-btn,.jugador-left .baraja-vertical .carta-oculta-wrap,.jugador-right .baraja-vertical .carta-img-btn,.jugador-right .baraja-vertical .carta-oculta-wrap{margin-top:-28px}.jugador-left .baraja-vertical .carta-img-btn:first-child,.jugador-left .baraja-vertical .carta-oculta-wrap:first-child,.jugador-right .baraja-vertical .carta-img-btn:first-child,.jugador-right .baraja-vertical .carta-oculta-wrap:first-child{margin-top:0}.jugador-bottom .carta-img-humana{width:76px;border-radius:11px;box-shadow:0 13px 26px #00000059}.jugador-bottom .baraja-horizontal .carta-img-btn,.jugador-bottom .baraja-horizontal .carta-oculta-wrap{margin-left:-34px}.jugador-bottom .baraja-horizontal .carta-img-btn:first-child,.jugador-bottom .baraja-horizontal .carta-oculta-wrap:first-child{margin-left:0}.carta-img-btn-legal .carta-img{opacity:1;outline:3px solid rgba(79,179,107,.92);outline-offset:3px;filter:brightness(1.08) saturate(1.08);box-shadow:0 0 0 5px #4fb36b2e,0 16px 32px #0000005c,0 0 24px #4fb36b6b}.carta-img-btn-no-legal{opacity:.38;cursor:pointer;filter:grayscale(.25) saturate(.72)}.carta-img-btn-no-legal:hover{transform:none;opacity:.5}.carta-img-btn-invalida .carta-img{outline:3px solid rgba(255,65,65,.95);outline-offset:3px;filter:drop-shadow(0 0 14px rgba(255,65,65,.9));animation:cartaInvalidaShake .42s ease-in-out}.carta-img-btn-procesando .carta-img{opacity:.72;filter:brightness(1.05) saturate(.95)}.carta-img-btn-exchange-out .carta-img{outline:3px solid rgba(247,201,72,.95);outline-offset:4px;filter:brightness(1.12);animation:humanSelectedExchangeOut 1.1s ease-in-out forwards}.carta-seleccion-check{position:absolute;top:-8px;right:-6px;z-index:30;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff;font-size:14px;font-weight:1000;box-shadow:0 8px 16px #00000047}.mesa-centro{position:absolute;top:49%;left:50%;z-index:8;width:66%;min-height:300px;max-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:translate(-50%,-50%)}.mesa-label{position:relative;z-index:15;margin-bottom:6px;display:inline-flex;padding:9px 18px;border-radius:999px;background:#68522240;border:1px solid rgba(213,181,112,.2);color:#fff7e1;font-size:17px;line-height:1;font-weight:1000}.mesa-fila{width:100%;min-height:300px;max-height:300px;display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:nowrap}.mesa-fila-posicional,.mesa-jugadas-posicional{position:relative}.mesa-jugadas-posicional{width:100%;height:330px;max-width:700px;margin:0 auto}.mesa-slot{position:absolute;min-width:110px;min-height:140px;pointer-events:none;display:flex;align-items:center;justify-content:center}.mesa-slot-top{top:0;left:50%;transform:translate(-50%)}.mesa-slot-left{top:50%;left:0;transform:translateY(-50%)}.mesa-slot-right{top:50%;right:0;transform:translateY(-50%)}.mesa-slot-bottom{bottom:-28px;left:50%;transform:translate(-50%)}.mesa-slot-center{top:50%;left:50%;min-width:82px;min-height:82px;transform:translate(-50%,-50%)}.mesa-slot-center-mark{display:none}.carta-mesa-wrap{display:flex;flex-direction:column;align-items:center;gap:7px;opacity:0;transform:translateY(24px) scale(.86);animation:cartaEntraMesaSuave .45s ease-out forwards}.mesa-slot-bottom .carta-mesa-wrap{transform:translateY(18px) scale(1)}.carta-img-mesa{width:92px;border-radius:11px;box-shadow:0 16px 30px #0000006b}.jugador-mesa-label{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 8px;border-radius:10px;background:#00000075;color:#fff;font-size:16px;line-height:1;font-weight:1000}.jugador-mesa-label-lead{max-width:210px;padding:7px 12px;border-radius:13px;background:linear-gradient(135deg,#ba8f3df5,#e1c06bf5);border:1px solid rgba(255,232,170,.62);color:#23180b;font-size:17px;letter-spacing:.3px;box-shadow:0 12px 26px #0000005c,0 0 0 2px #e1c06b2e;animation:leadLabelPulse 1.4s ease-in-out infinite}.mesa-slot-bottom .jugador-mesa-label,.mesa-slot-bottom .jugador-mesa-label-lead{margin-bottom:6px}.carta-pass-mesa{width:82px;min-height:114px;border-radius:12px;background:linear-gradient(145deg,#5a2823f5,#231414f5);border:1px solid rgba(255,200,150,.42);box-shadow:0 12px 22px #00000052;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.carta-pass-mesa strong{color:#ffd38a;font-size:15px;font-weight:1000;letter-spacing:1px}.carta-pass-mesa span{color:#fff7ea;font-size:11px;font-weight:1000;text-align:center}.zona-humano-con-acciones,.zona-humano-con-next-trick{width:100%;max-width:1240px;margin:0 auto;overflow:visible;display:grid;grid-template-columns:130px minmax(560px,760px) 250px;align-items:end;justify-content:center;gap:14px}.next-trick-side-slot{width:130px;min-width:130px;min-height:66px;display:flex;align-items:flex-end;justify-content:flex-end;z-index:70}.zona-cartas-wrapper-humano-horizontal{width:100%;min-width:560px;max-width:760px;display:grid;grid-template-columns:126px minmax(0,1fr);align-items:end;justify-content:center;gap:14px;overflow:visible;z-index:45}.zona-cartas-wrapper-humano-horizontal .ordenar-mano-control{grid-column:1;justify-self:end;align-self:end;margin:0 10px 0 0;z-index:90;display:flex;flex-direction:column;gap:8px}.zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.zona-cartas-wrapper-humano-horizontal .mano-fila,.jugador-bottom .baraja-horizontal{grid-column:2;justify-self:center;justify-content:center;max-width:680px;width:auto;overflow:visible}.ordenar-mano-control{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px}.ordenar-mano-select-wrap,.ordenar-mano-trump-info{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;border-radius:13px}.ordenar-mano-select-wrap{width:104px;min-width:104px;padding:7px 8px;align-items:stretch;background:#fff8e4f5;border:1px solid rgba(225,192,107,.42);box-shadow:0 8px 18px #00000038}.ordenar-mano-select-wrap span,.ordenar-mano-trump-info span{color:#7a5617;font-size:8px;line-height:1;font-weight:1000;text-transform:uppercase;letter-spacing:.5px}.ordenar-mano-select,.tactica-select,.declare-select{width:100%;min-width:0;height:32px;min-height:32px;border:1px solid rgba(120,85,25,.25);border-radius:10px;outline:none;background:var(--cream);color:#23180b;font-size:13px;font-weight:1000;padding:5px 8px}.ordenar-mano-trump-info{min-width:82px;padding:7px 8px;align-items:center;background:#4fb36b29;border:1px solid rgba(79,179,107,.32);color:#fff8e8}.ordenar-mano-trump-info strong{color:#fff;font-size:10px;font-weight:1000}.btn-ordenar-mano-mesa{width:104px;min-width:104px;min-height:42px;padding:8px 10px;border:none;border-radius:13px;cursor:pointer;background:linear-gradient(135deg,#f7d56a,#e8b941);color:#1f1f1f;font-size:15px;line-height:1;font-weight:1000;box-shadow:0 8px 18px #0000003d;transition:transform .18s ease,filter .18s ease}.btn-ordenar-mano-mesa:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05)}.tacticas-panel-jugador,.tacticas-panel-jugador-horizontal,.tacticas-panel-solo-acciones{width:350px;min-width:350px;max-width:350px;max-height:none;overflow:hidden;position:relative;z-index:30;padding:11px 13px;border-radius:18px;display:flex;flex-direction:column;gap:8px;text-align:left;color:#24190c;background:#fff8e4f7;border:1px solid rgba(225,192,107,.46);box-shadow:0 15px 30px #00000047,inset 0 0 0 1px #ffffff61}.tacticas-panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0}.tacticas-panel-header span{color:#2b1d0d;font-size:15px;line-height:1;font-weight:1000;text-transform:uppercase;letter-spacing:.7px}.tacticas-header-actions{display:flex;align-items:center;gap:6px}.tacticas-rules-btn,.tacticas-panel-header button{border:none;cursor:pointer;padding:6px 8px;border-radius:10px;background:#ba8f3d2e;color:#3d2b12;font-size:9px;line-height:1;font-weight:1000}.tactica-section{margin:0;padding:0;border-top:none;display:flex;flex-direction:column;gap:6px}.tactica-section-inline{display:grid;grid-template-columns:120px minmax(0,1fr);gap:10px;align-items:start}.tactica-section-copy,.exchange-actions-title{display:flex;flex-direction:column;gap:3px;min-width:0}.tactica-section-copy strong,.tactica-section>strong,.exchange-actions-title strong{color:#24190c;font-size:16px;line-height:1.08;font-weight:1000}.tactica-section-copy small,.tactica-section>small,.exchange-actions-title small,.exchange-help-message{color:#513d21;font-size:12px;line-height:1.22;font-weight:800}.tactica-actions-grid,.tactica-actions-grid-inline{min-width:0;display:grid;grid-template-columns:1fr;gap:8px;align-items:stretch}.tactica-btn{width:100%;min-width:0;min-height:32px;padding:7px 9px;border:none;border-radius:10px;cursor:pointer;background:linear-gradient(135deg,var(--gold-3),#e1c06b);color:#23180b;font-size:15px;line-height:1.1;font-weight:1000;box-shadow:0 8px 14px #00000024;transition:transform .15s ease,filter .15s ease,opacity .15s ease}.tactica-btn:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05)}.tactica-btn-pass,.tactica-btn-secondary{background:linear-gradient(135deg,#5f5145,#8a7d68);color:#fff7e8}.tactica-btn-main{background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff}.tactica-btn-danger{background:linear-gradient(135deg,#b36b4f,#d8a27f);color:#fff8e8}.declare-game-compact-section{width:100%;max-width:100%;display:flex;flex-direction:column;gap:7px;overflow:hidden}.declare-game-copy{display:grid;grid-template-columns:88px minmax(0,1fr);gap:8px;align-items:start}.declare-game-copy strong{color:#24190c;font-size:11px;line-height:1.05;font-weight:1000;white-space:nowrap}.declare-game-copy small{color:#513d21;font-size:8.5px;line-height:1.1;font-weight:800;text-align:right}.declare-game-row{width:100%;display:grid;grid-template-columns:88px 88px 82px;gap:8px;align-items:end}.declare-field{min-width:0;width:100%;display:flex;flex-direction:column;gap:3px}.declare-field span{color:#6b551b;font-size:8px;line-height:1;font-weight:1000;text-transform:uppercase;letter-spacing:.5px}.declare-confirm-btn{width:100%;height:32px;min-height:32px;border-radius:10px;font-size:10px}.tactica-section-exchange-buttons-only{display:grid;grid-template-columns:82px minmax(0,1fr);gap:10px;align-items:center}.exchange-actions-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:center}.exchange-actions-buttons .tactica-btn{width:100%;min-height:32px;max-width:none;padding:7px 8px;font-size:9px}.exchange-help-message{grid-column:1 / -1;padding:8px 10px;border-radius:12px;background:#4fb36b24;border:1px solid rgba(79,179,107,.32);color:#2b1d0d;font-weight:900}.exchange-detail-mini{margin-top:7px;padding:7px 8px;border-radius:10px;background:#0000001f;border:1px solid rgba(120,85,25,.18);display:flex;flex-direction:column;gap:4px}.exchange-detail-mini small{color:#2b1d0d;font-size:9px;line-height:1.2;font-weight:900;text-transform:none;letter-spacing:0}.hand-advice-strip{display:none}.decision-jugador-burbuja{position:relative;z-index:40;min-width:120px;max-width:180px;margin:6px auto 5px;padding:9px 11px;border-radius:14px;text-align:center;pointer-events:none;background:#fff8e4fa;border:2px solid rgba(225,192,107,.45);color:#23180b;box-shadow:0 14px 28px #00000047;animation:decisionBubblePop .24s ease-out}.decision-jugador-burbuja span{display:block;margin-bottom:4px;color:#7a5617;font-size:10px;line-height:1;font-weight:1000;text-transform:uppercase;letter-spacing:.5px}.decision-jugador-burbuja strong{display:block;color:#23180b;font-size:14px;line-height:1.12;font-weight:1000}.decision-play,.exchange-bubble-changed{border-color:#4fb36b9e;box-shadow:0 14px 28px #00000047,0 0 0 3px #4fb36b2e}.decision-pass,.exchange-bubble-passed{border-color:#be5b4aad;box-shadow:0 14px 28px #00000047,0 0 0 3px #be5b4a2e}.decision-freezed,.exchange-decision-bubble{animation:decisionBubblePop .24s ease-out,decisionFreezeGlow 1.45s ease-in-out infinite}.jugador-left .decision-jugador-burbuja,.jugador-right .decision-jugador-burbuja{min-width:105px;max-width:122px;padding:8px}.jugador-left .decision-jugador-burbuja span,.jugador-right .decision-jugador-burbuja span{font-size:8px}.jugador-left .decision-jugador-burbuja strong,.jugador-right .decision-jugador-burbuja strong{font-size:12px}.exchange-counter-corner{position:absolute;top:58px;right:22px;z-index:64;width:108px;min-height:104px;padding:10px 8px;border-radius:20px;pointer-events:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:radial-gradient(circle at top,rgba(255,218,111,.32),transparent 48%),linear-gradient(145deg,#25180bf5,#704915f0);border:2px solid rgba(255,215,120,.62);color:#fff7df;box-shadow:0 20px 45px #0000006b,0 0 0 5px #ffcf5814;animation:exchangeCounterPulse 1.4s ease-in-out infinite}.exchange-counter-corner span,.exchange-counter-corner small,.exchange-counter-corner strong{font-weight:1000;text-align:center}.exchange-counter-corner span{color:#ffe29a;font-size:10px;text-transform:uppercase;letter-spacing:.8px}.exchange-counter-corner strong{color:#fff;font-size:28px;line-height:1;text-shadow:0 3px 12px rgba(0,0,0,.42)}.exchange-counter-corner small{color:#f8e7b8;font-size:8px;line-height:1.05;font-weight:900}.exchange-info-mesa,.exchange-info-mesa-clean,.flip-card-box{display:none}.flip-card-corner,.manual-trump-corner{position:absolute;top:24px;left:230px;z-index:70;width:150px;min-height:198px;padding:12px;border-radius:18px;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:9px;background:radial-gradient(circle at top,rgba(255,218,111,.22),transparent 48%),#fff8e41f;border:2px solid rgba(225,192,107,.42);box-shadow:0 16px 34px #00000057,inset 0 0 0 1px #fff1d114;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.flip-card-corner-title,.manual-trump-title{width:100%;padding:8px 10px;border-radius:999px;background:#00000085;color:#ffd36f;font-size:17px;line-height:1;font-weight:1000;letter-spacing:.8px;text-align:center}.flip-card-corner-subtitle,.manual-trump-subtitle{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff7e1;font-size:16px;line-height:1.05;font-weight:1000;text-align:center;text-transform:uppercase}.manual-trump-subtitle{font-size:19px}.flip-card-corner-img,.manual-trump-img{width:104px;height:auto;border-radius:8px;background:#fff;box-shadow:0 14px 26px #0006}.manual-trump-img{width:112px}.mesa-card-showing-winner .flip-card-corner,.mesa-card-showing-winner .manual-trump-corner{z-index:40}.next-trick-btn,.finish-match-btn{width:138px;min-width:138px;min-height:48px;padding:8px 12px;border-radius:14px;cursor:pointer;border:2px solid rgba(255,244,185,.72);background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#24190c;font-size:15px;line-height:1.05;font-weight:1000;letter-spacing:.4px;text-transform:uppercase;white-space:normal;box-shadow:0 14px 26px #0000005c,0 0 0 4px #f7c94824;animation:nextTrickHumanPulse 1.25s ease-in-out infinite}.next-trick-btn:hover:not(:disabled),.finish-match-btn:hover:not(:disabled){transform:translateY(-2px) scale(1.03);filter:brightness(1.08)}.ganador-baza-overlay,.ganador-baza-humano-zone{display:none}.ganador-baza-global{position:absolute;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none;display:flex;align-items:center;justify-content:center}.ganador-baza-global-card,.ganador-baza-player-zone{text-align:center;pointer-events:none;background:radial-gradient(circle at top,rgba(255,245,170,.35),transparent 45%),linear-gradient(145deg,#261d0cf5,#0c120ff5);color:#fff8df;border:3px solid rgba(247,201,72,.92);box-shadow:0 24px 70px #0000008c,0 0 0 6px #f7c94824,0 0 38px #f7c94873}.ganador-baza-global-card{width:420px;max-width:90vw;min-height:150px;padding:24px 30px;border-radius:28px;animation:winnerGlobalPop .28s ease-out,winnerGlobalGlow 1.2s ease-in-out infinite}.ganador-baza-global-card span,.ganador-baza-player-zone span{display:block;color:var(--gold);line-height:1;font-weight:1000;letter-spacing:1px;text-transform:uppercase}.ganador-baza-global-card span{font-size:24px}.ganador-baza-global-card strong,.ganador-baza-player-zone strong{display:block;color:#fff8df;line-height:1.05;font-weight:1000;text-transform:uppercase;white-space:nowrap}.ganador-baza-global-card strong{margin-top:10px;font-size:44px;line-height:1}.ganador-baza-global-card p{margin:10px 0 0;color:var(--gold);font-size:25px;line-height:1;font-weight:1000;text-transform:uppercase}.ganador-baza-player-zone{position:absolute;z-index:999;min-width:430px;max-width:560px;min-height:125px;padding:20px 24px;border-radius:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;animation:ganadorJugadorFullPop .28s ease-out,ganadorJugadorFullGlow 1.2s ease-in-out infinite}.ganador-baza-player-zone:before{content:"👑";font-size:36px;line-height:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.45))}.ganador-baza-player-zone span{font-size:26px}.ganador-baza-player-zone strong{font-size:38px}.ganador-baza-player-top{top:-18px;left:50%;width:430px;min-height:175px;transform:translate(-50%)}.ganador-baza-player-left{top:-34px;left:8px;width:265px;min-height:245px}.ganador-baza-player-right{top:-34px;right:8px;width:265px;min-height:245px}.ganador-baza-player-bottom{left:50%;bottom:138px;width:520px;min-height:125px;padding:18px 30px;transform:translate(-50%)}.ganador-baza-player-bottom span{font-size:22px}.ganador-baza-player-bottom strong{font-size:30px}.ganador-baza-player-bottom:before{font-size:30px}.mesa-card-showing-winner .jugador-left,.mesa-card-showing-winner .jugador-right,.mesa-card-showing-winner .jugador-top,.mesa-card-showing-winner .jugador-bottom{z-index:500}.juego-solo-container:has(.mesa-card-showing-winner) .serie-score-floating{z-index:20;opacity:.82}.mesa-card-showing-winner .ganador-baza-player-zone{position:fixed;z-index:2147483000}.mesa-card-showing-winner .ganador-baza-player-right{top:112px;right:12px;left:auto;width:460px;min-height:150px;transform:none}.mesa-card-showing-winner .ganador-baza-player-top{top:96px;left:50%;right:auto;width:460px;min-height:150px;transform:translate(-50%)}.mesa-card-showing-winner .ganador-baza-player-left{top:180px;left:18px;right:auto;width:420px;min-height:150px;transform:none}.mesa-card-showing-winner .ganador-baza-player-bottom{bottom:130px;left:50%;right:auto;width:520px;min-height:130px;transform:translate(-50%)}.setup-clean-start .juego-topbar,.setup-clean-start .mesa-controles-rapidos,.setup-clean-start .jugador-top,.setup-clean-start .jugador-left,.setup-clean-start .jugador-right,.setup-clean-start .jugador-bottom,.setup-clean-start .mesa-label,.setup-clean-start .exchange-counter-corner,.setup-clean-start .flip-card-corner,.setup-clean-start .manual-trump-corner,.setup-clean-start .mini-mesa-card,.setup-clean-start .estado-badge{display:none}.setup-clean-start .juego-layout{height:100vh;min-height:100vh}.setup-clean-start .mesa-card{width:calc(100vw - 12px);height:calc(100vh - 12px);min-height:calc(100vh - 12px);max-height:calc(100vh - 12px);margin:0 auto;padding:24px;border-radius:32px}.setup-clean-start .mesa-card:after{content:"";position:absolute;top:42px;right:42px;bottom:42px;left:42px;border-radius:50%;border:3px dashed rgba(225,192,107,.14);pointer-events:none}.setup-clean-start .mesa-centro{top:50%;left:50%;width:76%;min-height:430px;max-height:none;transform:translate(-50%,-50%)}.setup-clean-start .mesa-fila{min-height:360px}.mesa-empty-start-mark{width:440px;height:270px;max-width:80vw;border-radius:50%;border:2px solid rgba(225,192,107,.14);background:radial-gradient(circle,rgba(225,192,107,.08),transparent 58%),#0000000a;box-shadow:inset 0 0 70px #0000003d,0 0 70px #e1c06b14}.setup-banner{position:absolute;z-index:90;display:flex;align-items:center;gap:18px;padding:22px 24px;border-radius:24px;background:#fff8e4f7;border:2px solid rgba(225,192,107,.62);color:#24190c;box-shadow:0 28px 70px #00000075,inset 0 0 0 1px #ffffff7a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.setup-banner-center,.setup-banner-dealer-selected-center{top:50%;left:50%;right:auto;width:560px;max-width:calc(100vw - 52px);flex-direction:column;text-align:center;transform:translate(-50%,-50%);z-index:85}.setup-banner-dealing-center{z-index:85;opacity:.96}.setup-banner-deal-fixed{top:18px;right:22px;left:auto;width:330px;max-width:calc(100vw - 44px);padding:14px 16px;flex-direction:row;text-align:left;transform:none}.setup-banner-copy{display:flex;flex-direction:column;gap:8px}.setup-banner-copy strong{color:#24190c;font-family:var(--font-title);font-size:30px;line-height:1.05;font-weight:1000}.setup-banner-copy span{color:#4c3416;font-size:18px;line-height:1.35;font-weight:900}.setup-banner-btn{min-width:190px;min-height:56px;padding:14px 22px;border:none;border-radius:18px;cursor:pointer;background:linear-gradient(135deg,var(--gold-3),#e1c06b);color:#24190c;font-size:18px;font-weight:1000;box-shadow:0 14px 28px #0000003d,0 0 0 2px #ffe8aa2e;transition:transform .18s ease,filter .18s ease}.setup-banner-btn:hover:not(:disabled){transform:translateY(-2px) scale(1.02);filter:brightness(1.06)}.setup-banner-deal-fixed .setup-banner-copy strong{font-size:18px}.setup-banner-deal-fixed .setup-banner-copy span{font-size:12px;line-height:1.25}.setup-banner-deal-fixed .setup-banner-btn{min-width:110px;min-height:44px;padding:10px 12px;font-size:14px;border-radius:14px}.seat-shuffling .jugador-badge{animation:seatNameShuffle .34s ease-in-out infinite alternate}.reparto-bloque-volando{position:fixed;z-index:2147483646;width:78px;height:108px;pointer-events:none;transform:translate(-50%,-50%);animation:repartoBloqueVuela var(--duracion-reparto, .54s) cubic-bezier(.22,.8,.28,1) forwards}.reparto-bloque-volando img{position:absolute;top:0;left:0;width:62px;height:auto;border-radius:8px;-webkit-user-select:none;user-select:none;box-shadow:0 16px 30px #0000006b}.reparto-bloque-volando img:nth-child(1){transform:translate(-10px,3px) rotate(-8deg)}.reparto-bloque-volando img:nth-child(2){transform:translate(0) rotate(0)}.reparto-bloque-volando img:nth-child(3){transform:translate(10px,3px) rotate(8deg)}.mesa-info-jugada,.mesa-error-jugada{margin-bottom:8px;padding:9px 14px;border-radius:14px;box-shadow:0 12px 28px #00000052;display:flex;flex-direction:column;align-items:center;gap:2px;animation:mesaErrorPop .22s ease-out}.mesa-info-jugada{background:#fff8e4f0;border:1px solid rgba(225,192,107,.42);color:#23180b}.mesa-error-jugada{background:#9b2626eb;border:1px solid rgba(255,180,140,.65);color:#fff7ea}.mesa-info-jugada strong,.mesa-error-jugada strong{font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em}.mesa-info-jugada span,.mesa-error-jugada span{font-size:11px;font-weight:900;text-align:center}.juego-loading-box{max-width:420px;margin:90px auto 0;padding:24px;text-align:center;background:#fff8e414;border-radius:18px;border:1px solid rgba(213,181,112,.16);color:var(--cream-2)}.reglas-overlay,.confirmar-menu-overlay,.resultado-final-overlay,.timer-decision-overlay,.modo-inicial-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:18px;background:#03080bad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto}.reglas-card,.confirmar-menu-card,.resultado-final-card,.timer-decision-card{max-width:calc(100vw - 32px);color:#24190c;background:#fff8e4fa;border:1px solid rgba(225,192,107,.62);box-shadow:0 32px 90px #00000094;animation:modalPop .24s ease-out}.reglas-card{width:720px;max-height:calc(100vh - 32px);overflow-y:auto;border-radius:24px;padding:18px}.reglas-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.reglas-header span,.confirmar-menu-subtitle,.resultado-final-subtitle,.timer-decision-subtitle{display:block;color:#8a6320;font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:1px}.reglas-header h2,.confirmar-menu-card h2,.resultado-final-card h2,.timer-decision-card h2{margin:3px 0 0;color:#24190c;font-size:26px;line-height:1.1;font-weight:1000}.reglas-header h2{font-family:var(--font-title)}.reglas-header button{width:36px;height:36px;border:none;cursor:pointer;border-radius:10px;background:#5037161f;color:#24190c;font-size:16px;font-weight:1000}.reglas-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reglas-grid section{padding:12px;border-radius:16px;background:#ba8f3d1a;border:1px solid rgba(186,143,61,.18)}.reglas-grid h3{margin:0 0 5px;color:#23180b;font-size:14px;font-weight:1000}.reglas-grid p{margin:0;color:#513d21;font-size:12px;line-height:1.35;font-weight:800}.reglas-footer{margin-top:14px;display:flex;justify-content:flex-end}.reglas-footer button,.confirmar-menu-btn,.resultado-final-menu-btn,.timer-btn{border:none;cursor:pointer;border-radius:14px;font-weight:1000;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.reglas-footer button{min-width:130px;padding:10px 14px;background:linear-gradient(135deg,var(--gold-3),#e1c06b);color:#23180b;font-size:12px}.confirmar-menu-card,.timer-decision-card{text-align:center}.confirmar-menu-card{width:520px;padding:32px 30px;border-radius:26px}.timer-decision-card{width:440px;padding:26px 24px;border-radius:24px}.confirmar-menu-icon,.resultado-final-icon,.timer-decision-icon{width:74px;height:74px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gold-3),#e1c06b);color:#24190c;font-size:38px;box-shadow:0 14px 30px #ba8f3d47}.confirmar-menu-card p,.timer-decision-card p{margin:14px auto 0;max-width:440px;color:#513d21;font-size:15px;line-height:1.45;font-weight:800}.confirmar-menu-actions,.resultado-final-actions,.timer-decision-actions{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.confirmar-menu-btn,.resultado-final-menu-btn,.timer-btn{min-height:48px;padding:12px 16px;font-size:13px}.confirmar-menu-btn-cancelar,.resultado-final-play-again-btn,.timer-btn-accept{background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff}.confirmar-menu-btn-confirmar,.timer-btn-decline{background:linear-gradient(135deg,#8a4634,var(--orange));color:#fff8e8}.resultado-final-card{width:460px;padding:30px 28px;border-radius:26px;text-align:center;color:#fff;background:linear-gradient(145deg,#182337,#080e1a);border:1px solid rgba(255,215,120,.5)}.resultado-final-card h2{color:#fff;font-size:32px}.resultado-final-score-box{margin-top:18px;padding:14px;border-radius:16px;background:#fff8e414;border:1px solid rgba(255,215,120,.22)}.resultado-final-score-box h3{margin:0 0 10px;color:#f7d774;font-size:13px;font-weight:1000;letter-spacing:.8px;text-transform:uppercase}.resultado-final-score-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.resultado-final-score-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:12px;background:#ffffff14;color:#ffffffe6;font-size:15px;font-weight:900}.resultado-final-score-item strong{min-width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--gold-3),#e1c06b);color:#23180b;font-size:13px;font-weight:1000}.resultado-final-score-humano{background:#4fb36b38;border:1px solid rgba(79,179,107,.35)}.resultado-final-score-top,.resultado-final-score-codillo{box-shadow:0 0 0 3px #f7c9481f,0 12px 24px #00000047}.resultado-final-score-top{border:2px solid rgba(247,201,72,.82);background:radial-gradient(circle at top left,rgba(247,201,72,.24),transparent 45%),#ffffff1a}.resultado-final-score-codillo{border:2px solid rgba(220,75,55,.88);background:radial-gradient(circle at top left,rgba(220,75,55,.28),transparent 45%),#ffffff1a}.resultado-final-player-name{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.resultado-role-brave,.resultado-role-top-score,.resultado-role-codillo,.resultado-role-dealer{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-style:normal;font-weight:1000}.resultado-role-brave{padding:4px 7px;background:linear-gradient(135deg,var(--red-2),var(--red));color:#fff6e0;font-size:11px;letter-spacing:.5px}.resultado-role-top-score{gap:4px;padding:4px 8px;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#24190c;font-size:10px;letter-spacing:.4px}.resultado-role-codillo{gap:4px;padding:4px 8px;background:linear-gradient(135deg,#9f2f24,#e07045);color:#fff8e8;font-size:10px;letter-spacing:.4px}.resultado-role-dealer{min-width:66px;height:28px;padding:0 10px;background:linear-gradient(135deg,#4d4a43,#756d5d);color:#fff8e8;font-size:10px}.modo-inicial-overlay{background:#03080bb8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modo-inicial-card{width:680px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);overflow-y:auto;padding:30px 28px;border-radius:28px;text-align:center;color:#fff8df;background:radial-gradient(circle at top,rgba(247,201,72,.2),transparent 42%),linear-gradient(145deg,#111e1afa,#1c140cfa);border:2px solid rgba(247,201,72,.62);box-shadow:0 32px 90px #0000009e,0 0 0 6px #f7c9481a;animation:modalPop .24s ease-out}.modo-inicial-icon{width:78px;height:78px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#24190c;font-size:44px;font-weight:1000;box-shadow:0 14px 30px #f7c94847}.modo-inicial-subtitle{margin:0;color:var(--gold);font-size:13px;font-weight:1000;text-transform:uppercase;letter-spacing:1px}.modo-inicial-card h2{margin:6px 0 8px;color:#fff8df;font-family:var(--font-title);font-size:34px;line-height:1.05;font-weight:1000}.modo-inicial-home-small{min-height:34px;margin:2px auto 14px;padding:8px 14px;border-radius:999px;border:1px solid rgba(247,201,72,.34);cursor:pointer;background:#fff8e41a;color:#fff8df;font-size:12px;font-weight:1000;transition:transform .16s ease,filter .16s ease,background .16s ease}.modo-inicial-home-small:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.08);background:#f7c94829}.modo-inicial-text{max-width:560px;margin:0 auto 18px;color:#fff8dfd6;font-size:14px;line-height:1.45;font-weight:800}.modo-inicial-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.modo-inicial-actions-config{margin-top:14px}.modo-inicial-btn{min-height:110px;padding:18px;border-radius:20px;border:1px solid rgba(247,201,72,.38);cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:8px;text-align:left;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.modo-inicial-btn:hover:not(:disabled){transform:translateY(-3px) scale(1.01);filter:brightness(1.06);box-shadow:0 18px 34px #00000052}.modo-inicial-btn strong{font-size:20px;line-height:1.05;font-weight:1000}.modo-inicial-btn span{font-size:12px;line-height:1.35;font-weight:800}.modo-inicial-btn-normal{background:linear-gradient(135deg,#fff8e4f5,#eed8a6f5);color:#24190c}.modo-inicial-btn-bet{background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff}.modo-inicial-btn-back{background:linear-gradient(135deg,#5f5145,#8a7d68);color:#fff7e8}.modo-inicial-rounds{margin:16px 0 14px}.modo-inicial-bet-field{margin:0 auto 14px;max-width:420px}.modo-inicial-pot-preview{max-width:420px;margin:0 auto;padding:12px 14px;border-radius:16px;display:grid;grid-template-columns:1fr auto;gap:4px 10px;align-items:center;text-align:left;background:#f7c94824;border:1px solid rgba(247,201,72,.34)}.modo-inicial-pot-preview span,.serie-rondas-entry-main span,.serie-rondas-pot span,.serie-rondas-header span,.serie-config-box h3{color:var(--gold);font-weight:1000;text-transform:uppercase}.modo-inicial-pot-preview span{font-size:12px}.modo-inicial-pot-preview strong{color:#fff;font-size:26px;font-weight:1000}.modo-inicial-pot-preview small{grid-column:1 / -1;color:#fff8dfc7;font-size:11px;font-weight:800}.modo-inicial-error{margin-top:16px;padding:10px 12px;border-radius:14px;background:#9b2626eb;border:1px solid rgba(255,180,140,.65);color:#fff7ea;font-size:13px;font-weight:900}.serie-config-box,.serie-rondas-box{margin-top:16px;padding:14px;border-radius:18px;background:#fff8e414;border:1px solid rgba(247,201,72,.32);color:#fff8df}.serie-config-box h3{margin:0;font-size:18px}.serie-config-box p{margin:8px 0 12px;color:#fff8dfd6;font-size:12px;line-height:1.35;font-weight:800}.serie-options-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.serie-option-btn{min-height:42px;border-radius:12px;border:1px solid rgba(247,201,72,.32);cursor:pointer;background:#ffffff14;color:#fff8df;font-size:12px;font-weight:1000}.serie-option-btn-active{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#24190c;border-color:#fff4b9bf}.serie-apuesta-field{display:grid;grid-template-columns:100px 1fr;gap:10px;align-items:center;margin-bottom:12px;color:var(--gold);font-size:12px;font-weight:1000}.serie-apuesta-field input{width:100%;min-height:38px;border:1px solid rgba(247,201,72,.32);border-radius:12px;padding:8px 10px;background:#fff8e4f2;color:#24190c;font-weight:1000}.serie-rondas-header,.serie-rondas-pot,.serie-rondas-player,.serie-score-floating-header,.serie-score-floating-item{display:flex;align-items:center;justify-content:space-between;gap:8px}.serie-rondas-header{margin-bottom:10px}.serie-rondas-header span{font-size:12px;letter-spacing:.8px}.serie-rondas-header strong{color:#fff8df;font-size:14px;font-weight:1000}.serie-rondas-entry-info{margin-bottom:12px;padding:10px 12px;border-radius:14px;background:#fff8e412;border:1px solid rgba(247,201,72,.22)}.serie-rondas-entry-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:7px}.serie-rondas-entry-main>div{padding:8px 10px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#f7c9481f;border:1px solid rgba(247,201,72,.18)}.serie-rondas-entry-main span{font-size:10px;letter-spacing:.4px}.serie-rondas-entry-main strong{color:#fff;font-size:18px;font-weight:1000}.serie-rondas-entry-info small{display:block;color:#fff8dfc7;font-size:10px;line-height:1.25;font-weight:800;text-align:center}.serie-rondas-pot{margin-bottom:12px;padding:10px 12px;border-radius:14px;background:#f7c94824;border:1px solid rgba(247,201,72,.25)}.serie-rondas-pot span{font-size:12px}.serie-rondas-pot strong{color:#fff;font-size:24px;font-weight:1000}.serie-rondas-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.serie-rondas-player{padding:9px 10px;border-radius:12px;background:#ffffff14}.serie-rondas-player span{color:#fff8dfe0;font-size:11px;font-weight:900}.serie-rondas-player strong{color:var(--gold);font-size:15px;font-weight:1000}.serie-rondas-history{margin-top:12px;max-height:120px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.serie-rondas-history>div{display:grid;grid-template-columns:34px 1fr auto;gap:8px;align-items:center;padding:7px 9px;border-radius:10px;background:#0000002e}.serie-rondas-history span{color:var(--gold);font-size:11px;font-weight:1000}.serie-rondas-history strong{color:#fff8df;font-size:11px;font-weight:1000}.serie-rondas-history small{color:#fff8dfbf;font-size:10px;font-weight:800}.serie-score-floating{position:absolute;top:88px;right:310px;z-index:45;width:235px;padding:12px 12px 10px;border-radius:18px;color:#fff8df;background:linear-gradient(145deg,#101821f5,#1f2838f5);border:1px solid rgba(247,201,72,.34);box-shadow:0 18px 34px #00000059,0 0 0 1px #ffffff08 inset;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transform:scale(.92);transform-origin:top right}.serie-score-floating-header{align-items:flex-start;gap:10px;margin-bottom:10px}.serie-score-floating-label{display:block;color:var(--gold);font-size:10px;font-weight:1000;text-transform:uppercase;letter-spacing:.8px}.serie-score-floating-header strong{display:block;margin-top:2px;font-size:14px;font-weight:1000;color:#fff}.serie-score-floating-pot{min-width:70px;padding:6px 8px;border-radius:12px;background:#f7c94824;border:1px solid rgba(247,201,72,.22);text-align:center}.serie-score-floating-pot span{display:block;color:var(--gold);font-size:10px;font-weight:1000;text-transform:uppercase}.serie-score-floating-pot strong{display:block;margin-top:2px;color:#fff;font-size:18px;font-weight:1000}.serie-score-floating-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.serie-score-floating-item{padding:8px 10px;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.04)}.serie-score-floating-item span{color:#fff8dfe6;font-size:11px;font-weight:900}.serie-score-floating-item strong{color:var(--gold);font-size:15px;font-weight:1000}.serie-score-human{background:#477a4e3d;border-color:#73bf7633}.btn-toggle-cpu-cards{position:absolute;right:22px;bottom:92px;z-index:180;border:none;cursor:pointer;padding:12px 16px;border-radius:14px;background:linear-gradient(135deg,#f7d56a,#e8b941);color:#23180b;font-size:13px;font-weight:1000;box-shadow:0 12px 26px #00000059}.btn-toggle-cpu-cards:hover{transform:translateY(-2px);filter:brightness(1.06)}.mesa-show-cpu-cards .jugador-top{top:8px;max-width:760px}.mesa-show-cpu-cards .jugador-left,.mesa-show-cpu-cards .jugador-right{width:210px;max-width:210px;min-height:520px}.mesa-show-cpu-cards .jugador-left{left:16px}.mesa-show-cpu-cards .jugador-right{right:16px}.mesa-show-cpu-cards .cpu-card-revealed-wrap{position:relative;z-index:35;transition:transform .18s ease,filter .18s ease}.mesa-show-cpu-cards .cpu-card-revealed-img{width:70px;border-radius:9px;background:#fff;box-shadow:0 10px 22px #00000061}.mesa-show-cpu-cards .jugador-top .baraja-horizontal{max-width:720px;flex-wrap:nowrap;justify-content:center}.mesa-show-cpu-cards .jugador-top .cpu-card-revealed-wrap{margin-left:-30px}.mesa-show-cpu-cards .jugador-top .cpu-card-revealed-wrap:first-child{margin-left:0}.mesa-show-cpu-cards .jugador-left .baraja-vertical,.mesa-show-cpu-cards .jugador-right .baraja-vertical{max-height:500px;padding-top:4px;overflow:visible}.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap,.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap{margin-top:-42px}.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:first-child,.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:first-child{margin-top:0}.mesa-show-cpu-cards .cpu-card-revealed-wrap:hover{z-index:300;transform:scale(1.65) translateY(-8px);filter:brightness(1.08)}.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:hover{transform:translate(42px) scale(1.65)}.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:hover{transform:translate(-42px) scale(1.65)}.mesa-card:not(.mesa-show-cpu-cards) .cpu-card-revealed-img{width:auto}.exchange-animation-layer{position:absolute;left:50%;bottom:120px;z-index:180;transform:translate(-50%);pointer-events:none}.exchange-animation-card{min-width:520px;max-width:720px;padding:14px 18px;border-radius:22px;background:radial-gradient(circle at top,rgba(247,201,72,.22),transparent 46%),linear-gradient(145deg,#141e1af5,#2a1e0df5);border:2px solid rgba(247,201,72,.72);box-shadow:0 22px 60px #00000080,0 0 0 5px #f7c9481f;animation:exchangePanelPop .22s ease-out}.exchange-animation-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.exchange-animation-title span{color:var(--gold);font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.8px}.exchange-animation-title strong{color:#fff8df;font-size:15px;font-weight:1000}.exchange-animation-flow{display:grid;grid-template-columns:1fr 86px 1fr;align-items:center;gap:16px}.exchange-animation-group,.exchange-animation-deck{display:flex;flex-direction:column;align-items:center}.exchange-animation-group{gap:7px}.exchange-animation-group small{color:#ffe6a3;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.7px}.exchange-animation-cards{display:flex;align-items:center;justify-content:center;min-height:88px}.exchange-animation-img{width:54px;border-radius:8px;margin-left:-22px;box-shadow:0 12px 24px #0000005c}.exchange-animation-img:first-child{margin-left:0}.exchange-animation-img-out{animation:exchangeCardOut 1.15s ease-in-out forwards}.exchange-animation-img-in{opacity:0;transform:translate(34px) translateY(-8px) scale(.88) rotate(6deg);animation:exchangeCardIn 1.15s ease-in-out forwards;animation-delay:.18s}.exchange-animation-deck{gap:5px}.exchange-animation-deck img{width:58px;border-radius:8px;box-shadow:0 14px 28px #00000061,0 0 0 3px #f7c9482e;animation:exchangeDeckPulse .8s ease-in-out infinite}.exchange-animation-deck span{color:var(--gold);font-size:10px;font-weight:1000}.exchange-visual-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483646;width:100vw;height:100vh;display:grid;place-items:center;padding:14px;margin:0;overflow:hidden;pointer-events:none;background:#03080aad;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transform:none}.exchange-visual-modal{position:relative;width:min(820px,86vw);max-height:min(650px,74vh);margin:0;overflow:hidden;pointer-events:auto;display:flex;flex-direction:column;border-radius:24px;border:2px solid rgba(247,201,72,.9);background:radial-gradient(circle at top,rgba(247,201,72,.2),transparent 42%),linear-gradient(145deg,#0c1513fa,#2a1e0dfa);box-shadow:0 30px 90px #000000ad,0 0 0 5px #f7c94824;animation:exchangeModalAppear .25s ease-out}.exchange-visual-header{flex-shrink:0;padding:12px 18px 9px;text-align:center;border-bottom:1px solid rgba(255,226,136,.15)}.exchange-visual-badge{display:inline-block;margin-bottom:5px;padding:5px 12px;border-radius:999px;background:#f7c94829;color:var(--gold);font-size:11px;font-weight:1000;letter-spacing:1px}.exchange-visual-header h3{margin:0;color:#fff8df;font-size:23px;line-height:1.05;font-weight:1000}.exchange-visual-header p{margin:5px 0 0;color:#f8e8b0;font-size:12px;line-height:1.15;font-weight:700}.exchange-visual-column-head,.exchange-visual-row{display:grid;grid-template-columns:1fr 62px 1fr;gap:8px}.exchange-visual-column-head{flex-shrink:0;padding:8px 16px 4px;color:var(--gold);font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.8px;text-align:center}.exchange-visual-list{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:7px;padding:5px 16px 10px}.exchange-visual-row{min-height:82px;padding:7px 10px;align-items:center;border-radius:15px;background:#ffffff0b;border:1px solid rgba(255,230,136,.12)}.exchange-visual-card-side{min-height:72px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.exchange-visual-index{position:absolute;top:-4px;left:10px;min-width:24px;height:24px;border-radius:999px;background:var(--gold);color:#24190c;font-size:10px;line-height:24px;text-align:center;font-weight:1000;box-shadow:0 6px 18px #00000047}.exchange-visual-card{width:48px;border-radius:7px;background:#fff;box-shadow:0 16px 36px #0000006b,0 0 0 3px #ffecaa1f}.exchange-visual-card-side small{margin-top:3px;color:#fff3ca;font-size:9px;line-height:1;font-weight:900;text-align:center}.exchange-visual-card-out{opacity:0;animation:exchangeCardOutBig .95s ease-in-out forwards;animation-delay:var(--delay-out)}.exchange-visual-card-in{opacity:0;animation:exchangeCardInBig .95s ease-in-out forwards;animation-delay:var(--delay-in)}.exchange-visual-arrow-wrap{min-height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;opacity:0;animation:exchangeArrowReveal .7s ease-in-out forwards;animation-delay:var(--delay-in)}.exchange-visual-arrow{color:var(--gold);font-size:24px;line-height:1;font-weight:1000}.exchange-visual-arrow-wrap span{color:#ffe6a0;font-size:8px;line-height:1;font-weight:900;letter-spacing:.5px;text-transform:uppercase}.exchange-visual-footer{flex-shrink:0;padding:7px 12px 9px;border-top:1px solid rgba(255,226,136,.15);display:flex;justify-content:center}.exchange-visual-footer span{padding:5px 10px;border-radius:999px;background:#f7c94824;color:#ffe6a0;font-size:10px;font-weight:900}.exchange-visual-list::-webkit-scrollbar{width:7px}.exchange-visual-list::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.exchange-visual-list::-webkit-scrollbar-thumb{background:#f7c948cc;border-radius:999px}@media(max-width:1500px){.serie-score-floating{right:250px;width:225px}}@media(max-width:1450px){.zona-humano-con-acciones,.zona-humano-con-next-trick{grid-template-columns:120px minmax(500px,650px) 220px;gap:10px}.zona-cartas-wrapper-humano-horizontal{grid-template-columns:116px minmax(0,1fr);min-width:500px;max-width:650px}.zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.zona-cartas-wrapper-humano-horizontal .mano-fila{max-width:560px}.tacticas-panel-jugador,.tacticas-panel-jugador-horizontal,.tacticas-panel-solo-acciones{width:330px;min-width:330px;max-width:330px}}@media(max-width:1300px){.jugador-bottom{bottom:24px;width:calc(100% - 190px)}.zona-humano-con-acciones,.zona-humano-con-next-trick{grid-template-columns:120px minmax(500px,650px) 220px;gap:10px}.jugador-bottom .carta-img-humana{width:70px}.jugador-bottom .baraja-horizontal .carta-img-btn,.jugador-bottom .baraja-horizontal .carta-oculta-wrap{margin-left:-31px}}@media(max-width:1200px){.serie-score-floating{top:auto;right:14px;bottom:18px;width:220px;transform:none}.carta-img-mesa{width:86px}.exchange-visual-modal{width:min(800px,88vw);max-height:70vh}.exchange-visual-row{min-height:106px}.exchange-visual-card{width:60px}}@media(max-width:1100px){html,body,#root{overflow:auto}.juego-solo-container{height:auto;min-height:100vh;overflow-y:auto}.juego-layout{height:auto}.mesa-card{height:760px;min-height:760px;max-height:none}.mesa-centro{width:74%}.jugador-bottom{width:calc(100% - 80px)}.zona-humano-con-acciones,.zona-humano-con-next-trick{grid-template-columns:1fr;justify-items:center;max-width:100%}.next-trick-side-slot{width:auto;min-width:0;justify-content:center}.zona-cartas-wrapper-humano-horizontal{grid-template-columns:1fr;min-width:0;max-width:100%;justify-items:center}.zona-cartas-wrapper-humano-horizontal .ordenar-mano-control{grid-column:1;flex-direction:row;justify-self:center;margin-bottom:8px}.zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.zona-cartas-wrapper-humano-horizontal .mano-fila{grid-column:1;max-width:100%}.tacticas-panel-jugador,.tacticas-panel-jugador-horizontal,.tacticas-panel-solo-acciones{width:94%;min-width:0;max-width:94%}.tactica-section-inline,.declare-game-copy{grid-template-columns:1fr}.declare-game-copy small{text-align:left}.declare-game-row{grid-template-columns:1fr}.flip-card-corner,.manual-trump-corner{top:78px;left:130px}}@media(max-width:900px){.exchange-counter-corner{top:10px;right:10px;width:86px;min-height:86px}.exchange-counter-corner strong{font-size:22px}.exchange-visual-modal{width:min(95vw,760px)}.exchange-visual-row,.exchange-visual-column-head{grid-template-columns:1fr 80px 1fr}.exchange-visual-card{width:74px}.exchange-visual-arrow{font-size:28px}}@media(max-width:768px){.juego-topbar{height:auto;min-height:76px;max-height:none;flex-direction:column}.topbar-right{width:100%;flex-wrap:wrap;align-items:center}.mesa-card{height:730px;min-height:730px;padding:10px}.mesa-centro{width:82%}.mesa-jugadas-posicional{height:245px;max-width:370px}.mesa-slot{min-width:82px;min-height:118px}.jugador-left,.jugador-right{width:118px;max-width:118px}.jugador-badge{font-size:16px}.jugador-top .carta-img,.jugador-left .carta-img,.jugador-right .carta-img{width:46px}.jugador-left .baraja-vertical .carta-img-btn,.jugador-left .baraja-vertical .carta-oculta-wrap,.jugador-right .baraja-vertical .carta-img-btn,.jugador-right .baraja-vertical .carta-oculta-wrap{margin-top:-27px}.jugador-bottom{width:calc(100% - 34px)}.jugador-bottom .carta-img-humana{width:68px}.jugador-bottom .baraja-horizontal .carta-img-btn,.jugador-bottom .baraja-horizontal .carta-oculta-wrap{margin-left:-35px}.carta-img-mesa{width:74px}.carta-pass-mesa{width:68px;min-height:96px}.mesa-controles-rapidos{width:124px;min-width:124px;max-width:124px;left:10px;bottom:10px;padding:8px;gap:8px}.mesa-control-btn{min-height:42px;font-size:12px}.confirmar-menu-actions,.resultado-final-actions,.timer-decision-actions,.resultado-final-score-grid,.reglas-grid,.modo-inicial-actions,.serie-rondas-entry-main{grid-template-columns:1fr}.serie-options-grid,.serie-rondas-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.serie-rondas-history>div{grid-template-columns:1fr;text-align:left}.serie-score-floating{position:fixed;right:10px;bottom:10px;width:200px;padding:10px}.serie-score-floating-grid{grid-template-columns:1fr}.modo-inicial-card{padding:24px 18px}.modo-inicial-card h2{font-size:26px}.exchange-visual-modal{width:94vw;max-height:72vh}.exchange-visual-column-head,.exchange-visual-row{grid-template-columns:1fr 54px 1fr}.exchange-visual-card{width:54px}.exchange-visual-arrow{font-size:24px}}@media(max-width:640px){.exchange-visual-modal{width:96vw}.exchange-visual-list{max-height:56vh}.exchange-visual-row,.exchange-visual-column-head{grid-template-columns:1fr;text-align:center}.exchange-visual-arrow-wrap{min-height:36px}.exchange-visual-index{left:50%;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none;transition:none}}@keyframes dealerPulse{0%{transform:scale(1);box-shadow:0 0 #e7be4e33}to{transform:scale(1.08);box-shadow:0 0 18px #e7be4e85}}@keyframes braveThreatPulse{0%,to{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.08);transform:scale(1.035)}}@keyframes previewCardsPulse{0%{filter:brightness(1)}to{filter:brightness(1.1)}}@keyframes cartaEntraMesaSuave{0%{opacity:0;transform:translateY(24px) scale(.86) rotate(-3deg)}60%{opacity:1;transform:translateY(-5px) scale(1.03) rotate(1deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}@keyframes leadLabelPulse{0%,to{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.08);transform:scale(1.03)}}@keyframes decisionBubblePop{0%{opacity:0;transform:translateY(8px) scale(.92)}70%{opacity:1;transform:translateY(-2px) scale(1.04)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes decisionFreezeGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.08)}}@keyframes exchangeCounterPulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.035);filter:brightness(1.08)}}@keyframes nextTrickHumanPulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.12)}}@keyframes seatNameShuffle{0%{transform:translateY(0) scale(1);filter:brightness(1)}to{transform:translateY(-2px) scale(1.06);filter:brightness(1.12)}}@keyframes repartoBloqueVuela{0%{opacity:0;transform:translate(-50%,-50%) scale(.72) rotate(-8deg);filter:brightness(.92)}12%{opacity:1}50%{opacity:1;transform:translate(calc(-50% + calc(var(--move-x) * .52)),calc(-50% + calc(var(--move-y) * .52) - 26px)) scale(1.02) rotate(3deg);filter:brightness(1.04)}88%{opacity:1;transform:translate(calc(-50% + calc(var(--move-x) * .92)),calc(-50% + calc(var(--move-y) * .92))) scale(.98) rotate(0)}to{opacity:0;transform:translate(calc(-50% + var(--move-x)),calc(-50% + var(--move-y))) scale(.9) rotate(0)}}@keyframes cartaInvalidaShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@keyframes mesaErrorPop{0%{opacity:0;transform:translateY(8px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modalPop{0%{opacity:0;transform:translateY(18px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes winnerGlobalPop{0%{opacity:0;transform:scale(.86) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes winnerGlobalGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.12)}}@keyframes ganadorJugadorFullPop{0%{opacity:0;transform:scale(.86) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes ganadorJugadorFullGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.12)}}@keyframes exchangePanelPop{0%{opacity:0;transform:translateY(18px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes exchangeCardOut{0%{opacity:1;transform:translate(0) scale(1) rotate(0)}55%{opacity:1;transform:translate(-30px) translateY(-12px) scale(1.05) rotate(-5deg)}to{opacity:.2;transform:translate(-70px) translateY(12px) scale(.76) rotate(-14deg)}}@keyframes exchangeCardIn{0%{opacity:0;transform:translate(58px) translateY(-16px) scale(.72) rotate(8deg)}55%{opacity:1;transform:translate(12px) translateY(-7px) scale(1.04) rotate(-2deg)}to{opacity:1;transform:translate(0) translateY(0) scale(1) rotate(0)}}@keyframes exchangeDeckPulse{0%,to{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.15);transform:scale(1.06)}}@keyframes humanSelectedExchangeOut{0%{transform:translateY(-12px) scale(1.04);opacity:1}70%{transform:translateY(-28px) scale(1.08);opacity:.82}to{transform:translateY(-44px) scale(.86);opacity:.25}}@keyframes exchangeModalAppear{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes exchangeCardOutBig{0%{opacity:0;transform:translate(0) translateY(0) scale(.84) rotate(0);filter:brightness(.9)}12%{opacity:1;transform:translate(0) translateY(0) scale(1) rotate(0);filter:brightness(1)}55%{opacity:1;transform:translate(-18px) translateY(-18px) scale(1.08) rotate(-8deg);filter:brightness(1.12)}to{opacity:.18;transform:translate(-40px) translateY(18px) scale(.72) rotate(-18deg);filter:brightness(.78)}}@keyframes exchangeCardInBig{0%{opacity:0;transform:translate(40px) translateY(-18px) scale(.72) rotate(12deg);filter:brightness(.82)}35%{opacity:1;transform:translate(16px) translateY(-10px) scale(1.08) rotate(-4deg);filter:brightness(1.15)}to{opacity:1;transform:translate(0) translateY(0) scale(1) rotate(0);filter:brightness(1)}}@keyframes exchangeArrowReveal{0%{opacity:0;transform:scale(.75)}40%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}.jugador-bottom .jugador-header-mesa{transform:translateY(22px)!important;margin-bottom:4px!important;z-index:95!important}.jugador-bottom .decision-jugador-burbuja,.jugador-bottom .exchange-decision-bubble{transform:translateY(18px)!important;margin:4px auto 2px!important;z-index:94!important}.jugador-bottom .mensaje-dealer-no-juega{margin-top:22px!important;transform:translateY(4px)!important}.juego-topbar>div:first-child{flex:0 0 430px!important;min-width:430px!important;max-width:430px!important}.topbar-right-clean .serie-score-floating{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;width:fit-content!important;min-width:0!important;max-width:calc(100vw - 470px)!important;min-height:58px!important;padding:7px 9px!important;border-radius:14px!important;display:grid!important;grid-template-columns:74px 58px repeat(4,82px)!important;align-items:center!important;gap:6px!important;transform:none!important;transform-origin:center!important;z-index:5!important}.topbar-right-clean .serie-score-floating-header{margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important}.topbar-right-clean .serie-score-floating-label{font-size:8px!important;line-height:.95!important;letter-spacing:.5px!important}.topbar-right-clean .serie-score-floating-header strong{font-size:12px!important;line-height:1.05!important;margin-top:2px!important}.topbar-right-clean .serie-score-floating-pot{width:58px!important;min-width:58px!important;height:42px!important;padding:5px 6px!important;border-radius:11px!important}.topbar-right-clean .serie-score-floating-grid{display:contents!important}.topbar-right-clean .serie-score-floating-item{width:82px!important;min-width:82px!important;height:34px!important;min-height:34px!important;padding:5px 8px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important}.topbar-right-clean .serie-score-floating-item span{font-size:9px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mesa-centro{top:48%!important}:root{--topbar-h: 88px}.juego-topbar{height:var(--topbar-h)!important;min-height:var(--topbar-h)!important;max-height:var(--topbar-h)!important;padding:8px 14px!important;align-items:center!important;overflow:hidden!important}.juego-topbar>div:first-child{flex:0 0 420px!important;min-width:420px!important;max-width:420px!important}.juego-topbar h1{font-size:22px!important;line-height:1.05!important}.juego-topbar p{font-size:12px!important}.topbar-right-clean{flex:1 1 auto!important;min-width:0!important;width:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:0!important;overflow:hidden!important}.topbar-right-clean .btn-open-rules,.topbar-right-clean .mini-mesa-card,.topbar-right-clean .estado-badge{display:none!important}.topbar-right-clean .serie-score-floating{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;width:auto!important;min-width:610px!important;max-width:720px!important;height:58px!important;min-height:58px!important;padding:7px 9px!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;transform:none!important;z-index:5!important;overflow:hidden!important}.topbar-right-clean .serie-score-floating-header{flex:0 0 145px!important;width:145px!important;min-width:145px!important;max-width:145px!important;margin:0!important;display:grid!important;grid-template-columns:72px 60px!important;align-items:center!important;justify-content:start!important;gap:8px!important}.topbar-right-clean .serie-score-floating-header>div:first-child{min-width:0!important}.topbar-right-clean .serie-score-floating-label{display:block!important;font-size:8px!important;line-height:.95!important;letter-spacing:.4px!important;white-space:normal!important}.topbar-right-clean .serie-score-floating-header strong{display:block!important;margin-top:2px!important;font-size:12px!important;line-height:1.05!important;white-space:normal!important}.topbar-right-clean .serie-score-floating-pot{width:60px!important;min-width:60px!important;max-width:60px!important;height:42px!important;min-height:42px!important;padding:5px 6px!important;border-radius:11px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.topbar-right-clean .serie-score-floating-pot span{font-size:7px!important;line-height:1!important}.topbar-right-clean .serie-score-floating-pot strong{font-size:16px!important;line-height:1!important}.topbar-right-clean .serie-score-floating-grid{flex:0 0 auto!important;display:grid!important;grid-template-columns:repeat(4,92px)!important;gap:7px!important;align-items:center!important}.topbar-right-clean .serie-score-floating-item{width:92px!important;min-width:92px!important;max-width:92px!important;height:34px!important;min-height:34px!important;padding:5px 8px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important}.topbar-right-clean .serie-score-floating-item span{max-width:56px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:9px!important;line-height:1!important}.topbar-right-clean .serie-score-floating-item strong{font-size:13px!important;line-height:1!important;white-space:nowrap!important}.juego-layout{height:calc(100vh - var(--topbar-h) - 11px)!important}.mesa-card{height:calc(100vh - var(--topbar-h) - 11px)!important;max-height:calc(100vh - var(--topbar-h) - 11px)!important}.mesa-label{display:none!important}.serie-rondas-box-compact{margin-top:16px!important;padding:14px 16px!important;border-radius:18px!important;display:flex!important;flex-direction:column!important;gap:11px!important}.serie-rondas-compact-header{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:10px!important}.serie-rondas-compact-header>div:first-child{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important}.serie-rondas-compact-header span{color:var(--gold)!important;font-size:11px!important;font-weight:1000!important;text-transform:uppercase!important;letter-spacing:.8px!important}.serie-rondas-compact-header strong{color:#fff8df!important;font-size:14px!important;font-weight:1000!important}.serie-rondas-compact-pot{min-width:82px!important;padding:8px 10px!important;border-radius:13px!important;background:#f7c94824!important;border:1px solid rgba(247,201,72,.25)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.serie-rondas-compact-pot span{color:var(--gold)!important;font-size:10px!important;font-weight:1000!important;text-transform:uppercase!important}.serie-rondas-compact-pot strong{color:#fff!important;font-size:18px!important;font-weight:1000!important}.serie-rondas-compact-info{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.serie-rondas-compact-info>div{padding:8px 10px!important;border-radius:12px!important;background:#f7c9481a!important;border:1px solid rgba(247,201,72,.18)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.serie-rondas-compact-info span{color:var(--gold)!important;font-size:10px!important;font-weight:1000!important;text-transform:uppercase!important}.serie-rondas-compact-info strong{color:#fff!important;font-size:16px!important;font-weight:1000!important}.serie-rondas-grid-compact{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important}.serie-rondas-grid-compact .serie-rondas-player{padding:8px 9px!important;min-height:34px!important}.serie-rondas-grid-compact .serie-rondas-player span{font-size:10px!important}.serie-rondas-grid-compact .serie-rondas-player strong{font-size:14px!important}.serie-rondas-history-compact{margin-top:0!important;max-height:84px!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;gap:6px!important}.serie-rondas-history-compact .serie-rondas-history-row{display:grid!important;grid-template-columns:34px 1fr auto!important;align-items:center!important;gap:8px!important;padding:7px 9px!important;border-radius:11px!important;background:#0000002e!important}.serie-rondas-history-compact span{color:var(--gold)!important;font-size:11px!important;font-weight:1000!important}.serie-rondas-history-compact strong{color:#fff8df!important;font-size:11px!important;font-weight:1000!important;text-align:center!important}.serie-rondas-history-compact small{color:#fff8dfc2!important;font-size:10px!important;font-weight:800!important;white-space:nowrap!important}:root{--safe-gap: clamp(6px, 1.1vw, 18px);--card-cpu-size: clamp(38px, 3.8vw, 55px);--card-human-size: clamp(56px, 5.2vw, 76px);--card-table-size: clamp(66px, 5.9vw, 92px);--side-player-width: clamp(112px, 12vw, 170px);--action-panel-width: clamp(250px, 25vw, 350px);--topbar-h: clamp(54px, 7vh, 70px)}.juego-solo-container{width:100dvw!important;height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;padding:var(--safe-gap)!important}.juego-topbar{height:var(--topbar-h)!important;min-height:var(--topbar-h)!important;max-height:var(--topbar-h)!important;margin-bottom:var(--safe-gap)!important;padding:clamp(7px,1vw,10px) clamp(10px,1.5vw,16px)!important;align-items:center!important}.juego-topbar h1{font-size:clamp(15px,1.7vw,23px)!important}.juego-topbar p{font-size:clamp(10px,1vw,13px)!important}.topbar-right-clean{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}.topbar-menu-btn{border:none;cursor:pointer;min-height:clamp(30px,4vh,38px);padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,#ba8f3d,#e1c06b);color:#23180b;font-size:clamp(10px,1vw,12px);font-weight:1000;white-space:nowrap;box-shadow:0 8px 18px #0000003d}.topbar-menu-btn-danger{background:linear-gradient(135deg,#8a4634,#c76a48);color:#fff8e8}.juego-layout{width:100%!important;height:calc(100dvh - var(--topbar-h) - (var(--safe-gap) * 3))!important;min-height:0!important;display:grid!important;place-items:center!important;overflow:hidden!important}.mesa-card{width:min(calc(100dvw - (var(--safe-gap) * 2)),calc((100dvh - var(--topbar-h) - (var(--safe-gap) * 4)) * 16 / 9))!important;height:min(calc(100dvh - var(--topbar-h) - (var(--safe-gap) * 4)),calc((100dvw - (var(--safe-gap) * 2)) * 9 / 16))!important;min-height:0!important;max-height:none!important;aspect-ratio:16 / 9;margin:0 auto!important;padding:clamp(8px,1.4vw,24px)!important;overflow:hidden!important;border-radius:clamp(16px,2vw,24px)!important}.jugador-top{top:clamp(4px,1.1vh,12px)!important;left:50%!important;max-width:min(58%,760px)!important;gap:clamp(1px,.5vh,4px)!important;z-index:35!important}.jugador-left,.jugador-right{top:49%!important;width:var(--side-player-width)!important;min-width:0!important;max-width:var(--side-player-width)!important;min-height:0!important;max-height:62%!important;gap:clamp(4px,.8vh,8px)!important;z-index:35!important}.jugador-left{left:var(--safe-gap)!important}.jugador-right{right:var(--safe-gap)!important}.jugador-bottom{bottom:clamp(8px,1.5vh,22px)!important;left:50%!important;width:min(96%,1240px)!important;max-width:calc(100% - (var(--safe-gap) * 2))!important;gap:clamp(3px,.7vh,8px)!important;z-index:45!important}.carta-img{width:var(--card-cpu-size)!important;height:auto!important}.jugador-top .carta-img,.jugador-left .carta-img,.jugador-right .carta-img{width:var(--card-cpu-size)!important}.jugador-bottom .carta-img-humana{width:var(--card-human-size)!important}.carta-img-mesa{width:var(--card-table-size)!important}.jugador-top .baraja-horizontal .carta-img-btn,.jugador-top .baraja-horizontal .carta-oculta-wrap{margin-left:calc(var(--card-cpu-size) * -.53)!important}.jugador-top .baraja-horizontal .carta-img-btn:first-child,.jugador-top .baraja-horizontal .carta-oculta-wrap:first-child{margin-left:0!important}.jugador-bottom .baraja-horizontal .carta-img-btn,.jugador-bottom .baraja-horizontal .carta-oculta-wrap{margin-left:calc(var(--card-human-size) * -.45)!important}.jugador-bottom .baraja-horizontal .carta-img-btn:first-child,.jugador-bottom .baraja-horizontal .carta-oculta-wrap:first-child{margin-left:0!important}.jugador-left .baraja-vertical .carta-img-btn,.jugador-left .baraja-vertical .carta-oculta-wrap,.jugador-right .baraja-vertical .carta-img-btn,.jugador-right .baraja-vertical .carta-oculta-wrap{margin-top:calc(var(--card-cpu-size) * -.5)!important}.jugador-left .baraja-vertical .carta-img-btn:first-child,.jugador-left .baraja-vertical .carta-oculta-wrap:first-child,.jugador-right .baraja-vertical .carta-img-btn:first-child,.jugador-right .baraja-vertical .carta-oculta-wrap:first-child{margin-top:0!important}.mesa-centro{top:47%!important;left:50%!important;width:min(58%,720px)!important;min-height:clamp(230px,42vh,330px)!important;max-height:clamp(230px,42vh,330px)!important;z-index:50!important;pointer-events:none!important}.mesa-fila{min-height:clamp(230px,42vh,330px)!important;max-height:clamp(230px,42vh,330px)!important}.mesa-jugadas-posicional{width:min(100%,680px)!important;height:clamp(230px,42vh,330px)!important}.mesa-slot{min-width:clamp(78px,9vw,110px)!important;min-height:clamp(96px,14vh,140px)!important}.mesa-slot-top{top:clamp(24px,5vh,48px)!important}.mesa-slot-bottom{bottom:clamp(-8px,-2vh,-24px)!important}.jugador-mesa-label,.jugador-mesa-label-lead{position:relative!important;z-index:220!important}.mesa-slot-top .jugador-mesa-label-lead{transform:translateY(-10px)!important;z-index:260!important}.jugador-header-mesa{gap:clamp(4px,.7vw,7px)!important;z-index:120!important}.jugador-badge{padding:clamp(6px,.9vw,10px) clamp(10px,1.3vw,18px)!important;font-size:clamp(13px,1.45vw,19px)!important}.brave-badge{padding:clamp(7px,.9vw,10px) clamp(10px,1.3vw,18px)!important;font-size:clamp(12px,1.35vw,17px)!important}.puntaje-jugador-chip{padding:clamp(4px,.7vw,6px) clamp(7px,.9vw,10px)!important}.puntaje-jugador-chip span{font-size:clamp(10px,1vw,14px)!important}.puntaje-jugador-chip strong{min-width:clamp(24px,2.5vw,32px)!important;height:clamp(24px,2.5vw,32px)!important;font-size:clamp(14px,1.6vw,20px)!important}.turno-jugador-chip{padding:clamp(6px,.9vw,9px) clamp(9px,1.2vw,15px)!important;font-size:clamp(11px,1.15vw,15px)!important}.zona-humano-con-acciones,.zona-humano-con-next-trick{width:100%!important;max-width:min(100%,1240px)!important;display:grid!important;grid-template-columns:clamp(82px,9vw,130px) minmax(0,min(56vw,760px)) var(--action-panel-width)!important;gap:clamp(6px,1vw,14px)!important;align-items:end!important;justify-content:center!important;overflow:visible!important}.zona-cartas-wrapper-humano-horizontal{min-width:0!important;max-width:100%!important;width:100%!important;grid-template-columns:clamp(84px,9vw,126px) minmax(0,1fr)!important;gap:clamp(6px,1vw,14px)!important}.zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.zona-cartas-wrapper-humano-horizontal .mano-fila,.jugador-bottom .baraja-horizontal{max-width:100%!important;justify-content:center!important}.tacticas-panel-jugador,.tacticas-panel-jugador-horizontal,.tacticas-panel-solo-acciones{width:100%!important;min-width:0!important;max-width:none!important;padding:clamp(8px,1vw,13px)!important;z-index:180!important;pointer-events:auto!important}.declare-game-row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(78px,.8fr)!important;gap:clamp(5px,.8vw,8px)!important}.declare-select{font-size:clamp(10px,1vw,13px)!important;height:clamp(28px,3.8vh,32px)!important;min-height:clamp(28px,3.8vh,32px)!important}.declare-confirm-btn{height:clamp(30px,4vh,36px)!important;min-height:clamp(30px,4vh,36px)!important;font-size:clamp(9px,.9vw,11px)!important}.mesa-show-cpu-cards .jugador-top{top:clamp(4px,1vh,10px)!important;max-width:min(60%,720px)!important}.mesa-show-cpu-cards .jugador-left,.mesa-show-cpu-cards .jugador-right{width:var(--side-player-width)!important;max-width:var(--side-player-width)!important;min-height:0!important;max-height:62%!important}.mesa-show-cpu-cards .cpu-card-revealed-img{width:var(--card-cpu-size)!important}.mesa-show-cpu-cards .jugador-top .cpu-card-revealed-wrap{margin-left:calc(var(--card-cpu-size) * -.53)!important}.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap,.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap{margin-top:calc(var(--card-cpu-size) * -.5)!important}.mesa-show-cpu-cards .cpu-card-revealed-wrap:hover,.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:hover,.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:hover{transform:scale(1.08)!important;z-index:300!important}.btn-toggle-cpu-cards{right:var(--safe-gap)!important;bottom:auto!important;top:var(--safe-gap)!important;z-index:210!important;padding:8px 11px!important;font-size:clamp(10px,1vw,13px)!important}@media(max-width:1180px),(max-height:720px){:root{--card-cpu-size: clamp(34px, 3.5vw, 48px);--card-human-size: clamp(50px, 5vw, 66px);--card-table-size: clamp(60px, 5.3vw, 78px);--action-panel-width: clamp(230px, 28vw, 300px);--side-player-width: clamp(98px, 11vw, 140px)}.mesa-card{padding:8px!important}.mesa-centro{top:45%!important;width:54%!important}.zona-humano-con-acciones,.zona-humano-con-next-trick{grid-template-columns:clamp(70px,8vw,100px) minmax(0,min(52vw,620px)) var(--action-panel-width)!important;gap:6px!important}.declare-game-copy small,.tactica-section-copy small{display:none!important}.tacticas-panel-header span{font-size:13px!important}}@media(max-width:900px){.mesa-card{width:calc(100dvw - 10px)!important;height:calc(100dvh - var(--topbar-h) - 14px)!important;aspect-ratio:auto!important}.jugador-left,.jugador-right{width:86px!important;max-width:86px!important}.mesa-centro{width:62%!important}.zona-humano-con-acciones,.zona-humano-con-next-trick{grid-template-columns:1fr!important;justify-items:center!important}.next-trick-side-slot{position:absolute!important;left:8px!important;bottom:86px!important;width:auto!important;min-width:0!important;z-index:190!important}.tacticas-panel-jugador,.tacticas-panel-jugador-horizontal,.tacticas-panel-solo-acciones{position:absolute!important;right:8px!important;bottom:86px!important;width:min(330px,46vw)!important;max-width:min(330px,46vw)!important}.declare-game-row{grid-template-columns:1fr!important}}:root{--topbar-h: 72px;--page-pad: 6px;--base-table-w: 1600px;--base-table-h: 900px;--card-cpu-base: 55px;--card-human-base: 76px;--card-table-base: 92px}html,body,#root{width:100%;height:100%;overflow:hidden!important}.juego-solo-container{width:100dvw!important;height:100dvh!important;min-height:100dvh!important;padding:var(--page-pad)!important;overflow:hidden!important}.juego-topbar{height:auto!important;min-height:var(--topbar-h)!important;max-height:var(--topbar-h)!important;padding:8px 14px!important;margin-bottom:6px!important;align-items:center!important;overflow:hidden!important}.juego-topbar h1{font-size:clamp(18px,1.45vw,24px)!important;line-height:1.02!important;white-space:nowrap!important}.juego-topbar p{font-size:clamp(10px,.9vw,13px)!important;line-height:1.1!important}.juego-layout-scale{width:100%!important;height:calc(100dvh - var(--topbar-h) - 18px)!important;min-height:0!important;display:grid!important;place-items:center!important;overflow:hidden!important}.mesa-stage-frame{position:relative!important;overflow:visible!important;flex-shrink:0!important}.mesa-stage-frame .mesa-card{position:absolute!important;top:0!important;left:0!important;width:var(--base-table-w)!important;height:var(--base-table-h)!important;min-width:var(--base-table-w)!important;min-height:var(--base-table-h)!important;max-width:var(--base-table-w)!important;max-height:var(--base-table-h)!important;margin:0!important;padding:22px 30px!important;overflow:hidden!important;transform:scale(var(--mesa-scale));transform-origin:top left}.mesa-controles-rapidos{display:none!important}.mesa-stage-frame .jugador-top{top:18px!important;left:50%!important;max-width:760px!important;z-index:40!important}.mesa-stage-frame .jugador-left{top:50%!important;left:36px!important;width:170px!important;max-width:170px!important;min-height:430px!important;z-index:40!important}.mesa-stage-frame .jugador-right{top:50%!important;right:36px!important;width:170px!important;max-width:170px!important;min-height:430px!important;z-index:40!important}.mesa-stage-frame .jugador-bottom{bottom:22px!important;left:50%!important;width:1240px!important;max-width:1240px!important;z-index:60!important}.mesa-stage-frame .jugador-top .carta-img,.mesa-stage-frame .jugador-left .carta-img,.mesa-stage-frame .jugador-right .carta-img{width:var(--card-cpu-base)!important}.mesa-stage-frame .jugador-bottom .carta-img-humana{width:var(--card-human-base)!important}.mesa-stage-frame .carta-img-mesa{width:var(--card-table-base)!important}.mesa-stage-frame .jugador-top .baraja-horizontal .carta-img-btn,.mesa-stage-frame .jugador-top .baraja-horizontal .carta-oculta-wrap,.mesa-stage-frame .mesa-show-cpu-cards .jugador-top .cpu-card-revealed-wrap{margin-left:-29px!important}.mesa-stage-frame .jugador-top .baraja-horizontal .carta-img-btn:first-child,.mesa-stage-frame .jugador-top .baraja-horizontal .carta-oculta-wrap:first-child,.mesa-stage-frame .mesa-show-cpu-cards .jugador-top .cpu-card-revealed-wrap:first-child{margin-left:0!important}.mesa-stage-frame .jugador-bottom .baraja-horizontal .carta-img-btn,.mesa-stage-frame .jugador-bottom .baraja-horizontal .carta-oculta-wrap{margin-left:-34px!important}.mesa-stage-frame .jugador-bottom .baraja-horizontal .carta-img-btn:first-child,.mesa-stage-frame .jugador-bottom .baraja-horizontal .carta-oculta-wrap:first-child{margin-left:0!important}.mesa-stage-frame .jugador-left .baraja-vertical .carta-img-btn,.mesa-stage-frame .jugador-left .baraja-vertical .carta-oculta-wrap,.mesa-stage-frame .jugador-right .baraja-vertical .carta-img-btn,.mesa-stage-frame .jugador-right .baraja-vertical .carta-oculta-wrap,.mesa-stage-frame .mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap,.mesa-stage-frame .mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap{margin-top:-28px!important}.mesa-stage-frame .jugador-left .baraja-vertical .carta-img-btn:first-child,.mesa-stage-frame .jugador-left .baraja-vertical .carta-oculta-wrap:first-child,.mesa-stage-frame .jugador-right .baraja-vertical .carta-img-btn:first-child,.mesa-stage-frame .jugador-right .baraja-vertical .carta-oculta-wrap:first-child,.mesa-stage-frame .mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:first-child,.mesa-stage-frame .mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:first-child{margin-top:0!important}.mesa-stage-frame .mesa-show-cpu-cards .cpu-card-revealed-img{width:var(--card-cpu-base)!important}.mesa-stage-frame .mesa-show-cpu-cards .cpu-card-revealed-wrap:hover,.mesa-stage-frame .mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:hover,.mesa-stage-frame .mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:hover{transform:scale(1.08)!important;z-index:300!important}.mesa-stage-frame .mesa-centro{top:48%!important;left:50%!important;width:720px!important;min-height:330px!important;max-height:330px!important;z-index:30!important;pointer-events:none!important}.mesa-stage-frame .mesa-fila{min-height:330px!important;max-height:330px!important}.mesa-stage-frame .mesa-jugadas-posicional{width:700px!important;height:330px!important;max-width:700px!important}.mesa-stage-frame .jugador-mesa-label,.mesa-stage-frame .jugador-mesa-label-lead{position:relative!important;z-index:250!important}.mesa-stage-frame .mesa-slot-top .jugador-mesa-label-lead{transform:translateY(-12px)!important}.mesa-stage-frame .zona-humano-con-acciones,.mesa-stage-frame .zona-humano-con-next-trick{width:1240px!important;max-width:1240px!important;display:grid!important;grid-template-columns:130px 760px 350px!important;gap:14px!important;align-items:end!important;justify-content:center!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal{width:760px!important;min-width:760px!important;max-width:760px!important;display:grid!important;grid-template-columns:126px 1fr!important;gap:14px!important}.mesa-stage-frame .tacticas-panel-jugador,.mesa-stage-frame .tacticas-panel-jugador-horizontal,.mesa-stage-frame .tacticas-panel-solo-acciones{width:350px!important;min-width:350px!important;max-width:350px!important;z-index:180!important;pointer-events:auto!important}.mesa-stage-frame .manual-trump-corner,.mesa-stage-frame .flip-card-corner{top:104px!important;left:250px!important;width:116px!important;min-height:auto!important;padding:8px!important;gap:6px!important;border-radius:15px!important;z-index:75!important}.mesa-stage-frame .manual-trump-title,.mesa-stage-frame .flip-card-corner-title{padding:6px 8px!important;font-size:12px!important;line-height:1!important}.mesa-stage-frame .manual-trump-subtitle,.mesa-stage-frame .flip-card-corner-subtitle{font-size:12px!important;line-height:1!important}.mesa-stage-frame .manual-trump-img,.mesa-stage-frame .flip-card-corner-img{width:var(--card-human-base)!important;max-width:var(--card-human-base)!important;height:auto!important;border-radius:9px!important}.mesa-stage-frame .mesa-card-showing-winner .manual-trump-corner,.mesa-stage-frame .mesa-card-showing-winner .flip-card-corner{z-index:30!important}.mesa-stage-frame .btn-toggle-cpu-cards{top:24px!important;right:24px!important;bottom:auto!important;z-index:200!important}@media(max-height:760px){:root{--topbar-h: 58px}.juego-topbar h1{font-size:18px!important}.juego-topbar p{font-size:10px!important}}.mesa-stage-frame .jugador-bottom{left:50%!important;bottom:22px!important;width:100%!important;max-width:1600px!important;transform:translate(-50%)!important;pointer-events:none!important}.mesa-stage-frame .jugador-bottom .jugador-header-mesa,.mesa-stage-frame .jugador-bottom .human-status-row,.mesa-stage-frame .jugador-bottom .zona-humano-con-acciones,.mesa-stage-frame .jugador-bottom .zona-humano-con-next-trick{pointer-events:auto!important}.mesa-stage-frame .zona-humano-con-acciones,.mesa-stage-frame .zona-humano-con-next-trick{position:relative!important;width:100%!important;max-width:1600px!important;height:150px!important;display:block!important;margin:0 auto!important;overflow:visible!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal{position:absolute!important;left:50%!important;bottom:0!important;width:720px!important;min-width:720px!important;max-width:720px!important;height:105px!important;display:block!important;transform:translate(-50%)!important;z-index:80!important;overflow:visible!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .mano-fila,.mesa-stage-frame .jugador-bottom .baraja-horizontal{position:absolute!important;left:50%!important;bottom:0!important;width:680px!important;max-width:680px!important;justify-content:center!important;transform:translate(-50%)!important;overflow:visible!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .ordenar-mano-control{position:absolute!important;left:auto!important;right:calc(100% + 18px)!important;bottom:6px!important;margin:0!important;z-index:95!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;width:112px!important}.mesa-stage-frame .tacticas-panel-jugador,.mesa-stage-frame .tacticas-panel-jugador-horizontal,.mesa-stage-frame .tacticas-panel-solo-acciones{position:absolute!important;right:120px!important;bottom:0!important;width:330px!important;min-width:330px!important;max-width:330px!important;z-index:110!important;pointer-events:auto!important}.mesa-stage-frame .next-trick-side-slot{position:absolute!important;left:245px!important;bottom:0!important;width:138px!important;min-width:138px!important;z-index:110!important;pointer-events:auto!important}.mesa-stage-frame .jugador-bottom .jugador-header-mesa{position:relative!important;left:50%!important;width:max-content!important;transform:translate(-50%)!important;margin-bottom:14px!important;z-index:120!important}.mesa-stage-frame .jugador-bottom .human-status-row{position:relative!important;left:50%!important;width:max-content!important;transform:translate(-50%)!important;z-index:115!important}@media(max-width:1200px),(max-height:720px){.mesa-stage-frame .tacticas-panel-jugador,.mesa-stage-frame .tacticas-panel-jugador-horizontal,.mesa-stage-frame .tacticas-panel-solo-acciones{right:80px!important;width:310px!important;min-width:310px!important;max-width:310px!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal{width:680px!important;min-width:680px!important;max-width:680px!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .mano-fila,.mesa-stage-frame .jugador-bottom .baraja-horizontal{width:640px!important;max-width:640px!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .ordenar-mano-control{left:-165px!important}.mesa-stage-frame .next-trick-side-slot{left:200px!important}}.mesa-stage-frame .jugador-bottom{left:50%!important;bottom:22px!important;width:100%!important;max-width:1600px!important;transform:translate(-50%)!important;display:flex!important;flex-direction:column!important;align-items:center!important}.mesa-stage-frame .jugador-bottom .jugador-header-mesa{position:relative!important;left:auto!important;right:auto!important;transform:none!important;margin:0 auto 12px!important;width:max-content!important;max-width:900px!important;align-self:center!important;justify-content:center!important;z-index:130!important}.mesa-stage-frame .jugador-bottom .human-status-row{position:relative!important;left:auto!important;right:auto!important;transform:none!important;width:100%!important;margin:0 auto 12px!important;display:flex!important;justify-content:center!important;align-items:center!important;align-self:center!important;pointer-events:none!important;z-index:125!important}.mesa-stage-frame .jugador-bottom .human-status-row .decision-jugador-burbuja,.mesa-stage-frame .jugador-bottom .human-status-row .exchange-decision-bubble{position:relative!important;left:auto!important;right:auto!important;transform:none!important;margin:0 auto!important}.mesa-stage-frame .jugador-bottom .zona-humano-con-acciones,.mesa-stage-frame .jugador-bottom .zona-humano-con-next-trick{margin-top:4px!important}.mesa-stage-frame .jugador-bottom .jugador-header-mesa{transform:translateY(90px)!important;margin-bottom:10px!important}.mesa-stage-frame .jugador-bottom .human-status-row{transform:translateY(24px)!important;margin-bottom:8px!important}.mesa-stage-frame .jugador-bottom .human-status-row .decision-jugador-burbuja,.mesa-stage-frame .jugador-bottom .human-status-row .exchange-decision-bubble{transform:none!important}.mesa-stage-frame .jugador-bottom .human-status-row{margin-top:14px!important;margin-bottom:20px!important}.mesa-stage-frame .jugador-bottom .human-status-row .decision-jugador-burbuja,.mesa-stage-frame .jugador-bottom .human-status-row .exchange-decision-bubble{transform:translateY(41px)!important;z-index:140!important}.mesa-stage-frame .jugador-top .exchange-decision-bubble,.mesa-stage-frame .jugador-left .exchange-decision-bubble,.mesa-stage-frame .jugador-right .exchange-decision-bubble{width:auto!important;min-width:150px!important;max-width:250px!important;min-height:34px!important;padding:6px 10px!important;border-radius:999px!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:8px!important;white-space:nowrap!important}.mesa-stage-frame .jugador-top .exchange-decision-bubble span,.mesa-stage-frame .jugador-left .exchange-decision-bubble span,.mesa-stage-frame .jugador-right .exchange-decision-bubble span{margin:0!important;font-size:8px!important;line-height:1!important;white-space:nowrap!important}.mesa-stage-frame .jugador-top .exchange-decision-bubble strong,.mesa-stage-frame .jugador-left .exchange-decision-bubble strong,.mesa-stage-frame .jugador-right .exchange-decision-bubble strong{font-size:10px!important;line-height:1!important;white-space:nowrap!important}.mesa-stage-frame .exchange-decision-bubble .exchange-detail-mini{display:none!important}.mesa-stage-frame .jugador-bottom .human-status-row .exchange-decision-bubble{width:auto!important;min-width:190px!important;max-width:290px!important;min-height:40px!important;padding:7px 12px!important;border-radius:16px!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:9px!important;white-space:nowrap!important}.mesa-stage-frame .jugador-bottom .human-status-row .exchange-decision-bubble span{margin:0!important;font-size:8px!important;line-height:1!important}.mesa-stage-frame .jugador-bottom .human-status-row .exchange-decision-bubble strong{font-size:11px!important;line-height:1!important}.mesa-stage-frame .mesa-centro{top:45%!important;width:760px!important;min-height:430px!important;max-height:430px!important}.mesa-stage-frame .mesa-fila{min-height:430px!important;max-height:430px!important}.mesa-stage-frame .mesa-jugadas-posicional{width:760px!important;max-width:760px!important;height:430px!important}.mesa-stage-frame .mesa-slot-top{top:0!important}.mesa-stage-frame .mesa-slot-bottom{bottom:0!important}.mesa-stage-frame .mesa-slot-left{left:30px!important}.mesa-stage-frame .mesa-slot-right{right:30px!important}.mesa-stage-frame .mesa-slot-bottom .carta-mesa-wrap{flex-direction:column-reverse!important;gap:8px!important}.mesa-stage-frame .mesa-slot-bottom .jugador-mesa-label,.mesa-stage-frame .mesa-slot-bottom .jugador-mesa-label-lead{margin-top:6px!important;margin-bottom:0!important;z-index:80!important}.mesa-stage-frame .jugador-mesa-label-lead{max-width:180px!important;padding:6px 10px!important;font-size:15px!important}.mesa-stage-frame .jugador-bottom-dealer-reparto{left:50%!important;bottom:118px!important;width:auto!important;min-width:0!important;max-width:460px!important;height:auto!important;transform:translate(-50%)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;pointer-events:none!important;z-index:120!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .jugador-header-mesa{position:relative!important;left:auto!important;right:auto!important;transform:none!important;margin:0 auto!important;width:auto!important;max-width:420px!important;display:inline-flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:10px!important;z-index:130!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .dealer-header-activo{box-shadow:none!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .jugador-badge{min-width:82px!important;padding:10px 18px!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .dealer-badge{min-width:96px!important;padding:10px 18px!important;margin:0!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .mensaje-dealer-no-juega-bottom{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;margin:0 auto!important;width:auto!important;min-width:300px!important;max-width:390px!important;padding:12px 18px!important;border-radius:16px!important;font-size:16px!important;line-height:1.15!important;text-align:center!important;z-index:125!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .human-status-row,.mesa-stage-frame .jugador-bottom-dealer-reparto .zona-humano-con-acciones,.mesa-stage-frame .jugador-bottom-dealer-reparto .zona-humano-con-next-trick,.mesa-stage-frame .jugador-bottom-dealer-reparto .next-trick-side-slot,.mesa-stage-frame .jugador-bottom-dealer-reparto .zona-cartas-wrapper-humano-horizontal{display:none!important}.mesa-stage-frame .jugador-bottom-dealer-reparto{left:50%!important;bottom:126px!important;width:auto!important;min-width:0!important;max-width:420px!important;height:auto!important;transform:translate(-50%)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important;pointer-events:none!important;z-index:140!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .jugador-header-mesa{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;margin:0 auto!important;width:auto!important;max-width:420px!important;display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:12px!important;z-index:150!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .dealer-header-activo{box-shadow:none!important;background:transparent!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .jugador-badge{min-width:84px!important;padding:10px 18px!important;font-size:18px!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .dealer-badge{min-width:100px!important;padding:10px 18px!important;margin:0!important;font-size:16px!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .human-status-row,.mesa-stage-frame .jugador-bottom-dealer-reparto .zona-humano-con-acciones,.mesa-stage-frame .jugador-bottom-dealer-reparto .zona-humano-con-next-trick,.mesa-stage-frame .jugador-bottom-dealer-reparto .zona-cartas-wrapper,.mesa-stage-frame .jugador-bottom-dealer-reparto .zona-cartas-wrapper-humano,.mesa-stage-frame .jugador-bottom-dealer-reparto .zona-cartas-wrapper-humano-horizontal,.mesa-stage-frame .jugador-bottom-dealer-reparto .next-trick-side-slot{display:none!important}.mesa-stage-frame .jugador-bottom-dealer-reparto .mensaje-dealer-no-juega-bottom{position:relative!important;transform:none!important;margin:0 auto!important;width:auto!important;min-width:300px!important;max-width:390px!important;padding:12px 18px!important;border-radius:16px!important;font-size:16px!important;line-height:1.15!important;text-align:center!important;z-index:145!important}.mesa-stage-frame .mesa-empty-start-mark-soft{width:360px!important;height:210px!important;opacity:.15!important;border:none!important;background:transparent!important;box-shadow:none!important}.mesa-stage-frame .setup-banner-dealing-center,.mesa-stage-frame .setup-banner-center{z-index:300!important}.mesa-stage-frame .mesa-card.setup-clean-start .mesa-centro{z-index:10!important}.mesa-stage-frame .carta-hoverable{position:relative!important;overflow:visible!important}.mesa-stage-frame .carta-hoverable:after{content:attr(data-card-label);position:absolute;left:50%;bottom:calc(100% + 10px);z-index:9999;min-width:max-content;max-width:150px;padding:6px 9px;border-radius:999px;background:#0a0e0cf0;border:1px solid rgba(247,201,72,.72);color:#fff8df;font-size:11px;line-height:1;font-weight:1000;text-align:center;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%) translateY(4px) scale(.92);transition:opacity .16s ease,transform .16s ease;box-shadow:0 10px 22px #00000061}.mesa-stage-frame .carta-hoverable:hover:after{opacity:1;transform:translate(-50%) translateY(0) scale(1)}.mesa-stage-frame .jugador-top .carta-hoverable:after{top:calc(100% + 10px);bottom:auto}.mesa-stage-frame .jugador-bottom .carta-img-btn.carta-hoverable:hover{z-index:900!important;transform:translateY(-24px) scale(1.18)!important;filter:brightness(1.08) saturate(1.08)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap.carta-hoverable:hover{z-index:900!important;transform:translateY(-12px) scale(1.35)!important;filter:brightness(1.08) saturate(1.08)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap.carta-hoverable:hover{transform:translate(42px) scale(1.35)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap.carta-hoverable:hover{transform:translate(-42px) scale(1.35)!important}.mesa-stage-frame .carta-img-btn-manual-sort{cursor:grab!important}.mesa-stage-frame .carta-img-btn-manual-sort:active{cursor:grabbing!important}.mesa-stage-frame .carta-img-btn-manual-sort .carta-img{box-shadow:0 13px 26px #00000059,0 0 0 2px #f7c94829}.mesa-stage-frame .carta-img-btn-dragging{opacity:.58!important;z-index:1000!important;transform:translateY(-30px) scale(1.12) rotate(-2deg)!important}.mesa-stage-frame .carta-img-btn-dragging .carta-img{outline:3px solid rgba(247,201,72,.9);outline-offset:4px}.mesa-stage-frame .jugador-bottom,.mesa-stage-frame .zona-humano-con-acciones,.mesa-stage-frame .zona-humano-con-next-trick,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal,.mesa-stage-frame .baraja-horizontal,.mesa-stage-frame .mano-fila{overflow:visible!important}.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover){z-index:900!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal:has(.carta-hoverable:hover),.mesa-stage-frame .baraja-horizontal:has(.carta-hoverable:hover),.mesa-stage-frame .mano-fila:has(.carta-hoverable:hover){z-index:1200!important}.mesa-stage-frame .jugador-bottom .carta-img-btn.carta-hoverable:hover{position:relative!important;z-index:2000!important;transform:translateY(-34px) scale(1.24)!important;filter:brightness(1.08) saturate(1.08)!important}.mesa-stage-frame .jugador-bottom .carta-img-btn.carta-hoverable:hover .carta-img{position:relative!important;z-index:2001!important;box-shadow:0 22px 44px #0000008c,0 0 0 4px #f7c94838!important}.mesa-stage-frame .jugador-bottom .carta-hoverable:hover:after{z-index:2100!important}.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .jugador-header-mesa,.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .human-status-row,.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .decision-jugador-burbuja,.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .exchange-decision-bubble{z-index:100!important;opacity:.72!important}.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .human-status-row{pointer-events:none!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .tacticas-panel-jugador,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .tacticas-panel-jugador-horizontal,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .tacticas-panel-solo-acciones{right:235px!important;bottom:0!important;width:320px!important;min-width:320px!important;max-width:320px!important;z-index:120!important}.mesa-stage-frame .mensaje-dealer-no-juega,.mesa-stage-frame .mensaje-dealer-no-juega-bottom{display:none!important}.mesa-stage-frame .mensaje-jugador{pointer-events:none!important}.mesa-stage-frame .jugador-top .mensaje-jugador,.mesa-stage-frame .jugador-left .mensaje-jugador,.mesa-stage-frame .jugador-right .mensaje-jugador{display:none!important}.mesa-stage-frame .jugador-left,.mesa-stage-frame .jugador-right,.mesa-stage-frame .jugador-top,.mesa-stage-frame .zona-cartas-wrapper,.mesa-stage-frame .baraja-vertical,.mesa-stage-frame .baraja-horizontal,.mesa-stage-frame .cpu-card-revealed-wrap{overflow:visible!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap{position:relative!important;z-index:80!important;transform-origin:center center!important}.mesa-stage-frame .carta-hoverable:after{content:attr(data-card-label);position:absolute!important;z-index:5000!important;min-width:max-content!important;max-width:160px!important;padding:6px 9px!important;border-radius:999px!important;background:#080c0af5!important;border:1px solid rgba(247,201,72,.8)!important;color:#fff8df!important;font-size:11px!important;line-height:1!important;font-weight:1000!important;text-align:center!important;white-space:nowrap!important;opacity:0!important;pointer-events:none!important;box-shadow:0 10px 22px #00000073!important;transition:opacity .15s ease,transform .15s ease!important}.mesa-stage-frame .jugador-bottom .carta-hoverable:after{left:50%!important;top:calc(100% + 8px)!important;bottom:auto!important;transform:translate(-50%) translateY(-4px) scale(.92)!important}.mesa-stage-frame .jugador-left .carta-hoverable:after{left:calc(100% + 10px)!important;top:50%!important;bottom:auto!important;transform:translateY(-50%) translate(-6px) scale(.92)!important}.mesa-stage-frame .jugador-right .carta-hoverable:after{right:calc(100% + 10px)!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%) translate(6px) scale(.92)!important}.mesa-stage-frame .jugador-top .carta-hoverable:after{left:50%!important;top:calc(100% + 8px)!important;bottom:auto!important;transform:translate(-50%) translateY(-4px) scale(.92)!important}.mesa-stage-frame .jugador-top .carta-hoverable:hover:after{opacity:1!important;transform:translate(-50%) translateY(0) scale(1)!important}.mesa-stage-frame .jugador-bottom .carta-img-btn.carta-hoverable:hover{position:relative!important;z-index:3000!important;transform:translateY(-34px) scale(1.22)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap.carta-hoverable:hover{z-index:3000!important;filter:brightness(1.08) saturate(1.08)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap.carta-hoverable:hover{transform:translate(48px) scale(1.55)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap.carta-hoverable:hover{transform:translate(-48px) scale(1.55)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-top .cpu-card-revealed-wrap.carta-hoverable:hover{transform:translateY(24px) scale(1.5)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-last-visible:hover{transform:translate(48px) translateY(-38px) scale(1.55)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-last-visible:hover{transform:translate(-48px) translateY(-38px) scale(1.55)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap:hover .cpu-card-revealed-img,.mesa-stage-frame .jugador-bottom .carta-img-btn.carta-hoverable:hover .carta-img{position:relative!important;z-index:3001!important;box-shadow:0 22px 44px #0000008c,0 0 0 4px #f7c94838!important}.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .jugador-header-mesa,.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .human-status-row,.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .decision-jugador-burbuja,.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .exchange-decision-bubble{z-index:100!important;opacity:.55!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal{pointer-events:none!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .ordenar-mano-control,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .ordenar-mano-control *,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .baraja-horizontal *,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .mano-fila,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .mano-fila *{pointer-events:auto!important}.mesa-stage-frame .ordenar-mano-select-wrap,.mesa-stage-frame .ordenar-mano-select,.mesa-stage-frame .btn-ordenar-mano-mesa{position:relative!important;z-index:5002!important;pointer-events:auto!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .mano-fila{z-index:100!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .ordenar-mano-control{z-index:5000!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .zona-cartas-wrapper,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .zona-cartas-wrapper,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .baraja-vertical,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .baraja-vertical{overflow:visible!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .baraja-vertical,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .baraja-vertical{padding-bottom:70px!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap{position:relative!important;pointer-events:auto!important;z-index:90!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-last-visible{z-index:600!important;pointer-events:auto!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-last-visible:before{content:"";position:absolute;top:-12px;right:-22px;bottom:-45px;left:-22px;z-index:1;background:transparent;pointer-events:auto}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-last-visible .cpu-card-revealed-img{position:relative!important;z-index:2!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap.carta-hoverable:hover{z-index:3000!important;transform:translate(52px) scale(1.55)!important;filter:brightness(1.08) saturate(1.08)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap.carta-hoverable:hover{z-index:3000!important;transform:translate(-52px) scale(1.55)!important;filter:brightness(1.08) saturate(1.08)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-last-visible:hover{z-index:4000!important;transform:translate(54px) translateY(-58px) scale(1.6)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-last-visible:hover{z-index:4000!important;transform:translate(-54px) translateY(-58px) scale(1.6)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap:hover .cpu-card-revealed-img{position:relative!important;z-index:4001!important;box-shadow:0 22px 44px #0000008c,0 0 0 4px #f7c94838!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .mano-fila,.mesa-stage-frame .mesa-show-cpu-cards .jugador-left,.mesa-stage-frame .mesa-show-cpu-cards .jugador-right,.mesa-stage-frame .mesa-show-cpu-cards .jugador-left .zona-cartas-wrapper,.mesa-stage-frame .mesa-show-cpu-cards .jugador-right .zona-cartas-wrapper,.mesa-stage-frame .mesa-show-cpu-cards .jugador-left .baraja-vertical,.mesa-stage-frame .mesa-show-cpu-cards .jugador-right .baraja-vertical{overflow:visible!important}.mesa-stage-frame .mesa-show-cpu-cards .jugador-left,.mesa-stage-frame .mesa-show-cpu-cards .jugador-right{padding-bottom:72px!important}.mesa-stage-frame .mesa-show-cpu-cards .jugador-left .baraja-vertical,.mesa-stage-frame .mesa-show-cpu-cards .jugador-right .baraja-vertical{padding-bottom:56px!important;overflow:visible!important}.mesa-stage-frame .mesa-show-cpu-cards .cpu-card-revealed-wrap{position:relative!important;pointer-events:auto!important;z-index:80!important}.mesa-stage-frame .mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap.carta-hoverable:hover{transform:translate(46px) scale(1.22)!important;z-index:900!important}.mesa-stage-frame .mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap.carta-hoverable:hover{transform:translate(-46px) scale(1.22)!important;z-index:900!important}.mesa-stage-frame .mesa-show-cpu-cards .cpu-card-last-visible{position:relative!important;z-index:200!important;pointer-events:auto!important}.mesa-stage-frame .mesa-show-cpu-cards .cpu-card-last-visible:after{content:"";position:absolute;left:-14px;right:-14px;bottom:-42px;height:52px;background:transparent;pointer-events:auto}.mesa-stage-frame .mesa-show-cpu-cards .jugador-left .cpu-card-last-visible:hover{transform:translate(52px) translateY(-20px) scale(1.28)!important;z-index:1200!important}.mesa-stage-frame .mesa-show-cpu-cards .jugador-right .cpu-card-last-visible:hover{transform:translate(-52px) translateY(-20px) scale(1.28)!important;z-index:1200!important}.mesa-stage-frame .mesa-show-cpu-cards .cpu-card-last-visible:hover .cpu-card-revealed-img,.mesa-stage-frame .mesa-show-cpu-cards .cpu-card-revealed-wrap:hover .cpu-card-revealed-img{box-shadow:0 18px 32px #00000073,0 0 0 3px #f7c94833!important}.mesa-stage-frame .jugador-bottom{z-index:9000!important;pointer-events:none!important}.mesa-stage-frame .jugador-bottom .ordenar-mano-control,.mesa-stage-frame .jugador-bottom .ordenar-mano-control *,.mesa-stage-frame .jugador-bottom .baraja-horizontal,.mesa-stage-frame .jugador-bottom .baraja-horizontal *,.mesa-stage-frame .jugador-bottom .mano-fila,.mesa-stage-frame .jugador-bottom .mano-fila *,.mesa-stage-frame .jugador-bottom .tacticas-panel-jugador,.mesa-stage-frame .jugador-bottom .tacticas-panel-jugador *,.mesa-stage-frame .jugador-bottom .tacticas-panel-jugador-horizontal,.mesa-stage-frame .jugador-bottom .tacticas-panel-jugador-horizontal *,.mesa-stage-frame .jugador-bottom .tacticas-panel-solo-acciones,.mesa-stage-frame .jugador-bottom .tacticas-panel-solo-acciones *,.mesa-stage-frame .jugador-bottom .next-trick-btn,.mesa-stage-frame .jugador-bottom .finish-match-btn{pointer-events:auto!important}.mesa-stage-frame .jugador-bottom .ordenar-mano-control{position:relative!important;z-index:9500!important;pointer-events:auto!important}.mesa-stage-frame .jugador-bottom .ordenar-mano-control *,.mesa-stage-frame .jugador-bottom .btn-ordenar-mano-mesa,.mesa-stage-frame .jugador-bottom .ordenar-mano-select{position:relative!important;z-index:9600!important;pointer-events:auto!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right{z-index:300!important;overflow:visible!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap{position:relative!important;z-index:100!important;overflow:visible!important;pointer-events:auto!important;transform-origin:center center!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-last-visible{z-index:500!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap.carta-hoverable:hover{z-index:700!important;transform:translate(34px) scale(1.18)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap.carta-hoverable:hover{z-index:700!important;transform:translate(-34px) scale(1.18)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-last-visible:hover{z-index:1200!important;transform:translate(42px) translateY(-28px) scale(1.24)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-last-visible:hover{z-index:1200!important;transform:translate(-42px) translateY(-28px) scale(1.24)!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .ordenar-mano-control{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;grid-column:1!important;justify-self:end!important;align-self:end!important;width:112px!important;min-width:112px!important;max-width:112px!important;margin:0 -18px 0 0!important;transform:translate(12px)!important;z-index:5000!important;pointer-events:auto!important;display:flex!important;flex-direction:column!important;gap:8px!important}.mesa-stage-frame .jugador-bottom,.mesa-stage-frame .zona-humano-con-acciones,.mesa-stage-frame .zona-humano-con-next-trick,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal,.mesa-stage-frame .baraja-horizontal,.mesa-stage-frame .mano-fila,.mesa-stage-frame .ordenar-mano-control,.mesa-stage-frame .tacticas-panel-jugador,.mesa-stage-frame .tacticas-panel-jugador-horizontal,.mesa-stage-frame .tacticas-panel-solo-acciones,.mesa-stage-frame .next-trick-side-slot{overflow:visible!important}.mesa-stage-frame .jugador-bottom{left:50%!important;bottom:22px!important;width:100%!important;max-width:1600px!important;transform:translate(-50%)!important;display:flex!important;flex-direction:column!important;align-items:center!important;pointer-events:none!important;z-index:700!important}.mesa-stage-frame .jugador-bottom .jugador-header-mesa,.mesa-stage-frame .jugador-bottom .human-status-row,.mesa-stage-frame .jugador-bottom .zona-humano-con-acciones,.mesa-stage-frame .jugador-bottom .zona-humano-con-next-trick,.mesa-stage-frame .jugador-bottom .zona-cartas-wrapper-humano-horizontal,.mesa-stage-frame .jugador-bottom .baraja-horizontal,.mesa-stage-frame .jugador-bottom .baraja-horizontal *,.mesa-stage-frame .jugador-bottom .mano-fila,.mesa-stage-frame .jugador-bottom .mano-fila *,.mesa-stage-frame .jugador-bottom .ordenar-mano-control,.mesa-stage-frame .jugador-bottom .ordenar-mano-control *,.mesa-stage-frame .jugador-bottom .tacticas-panel-jugador,.mesa-stage-frame .jugador-bottom .tacticas-panel-jugador *,.mesa-stage-frame .jugador-bottom .tacticas-panel-jugador-horizontal,.mesa-stage-frame .jugador-bottom .tacticas-panel-jugador-horizontal *,.mesa-stage-frame .jugador-bottom .tacticas-panel-solo-acciones,.mesa-stage-frame .jugador-bottom .tacticas-panel-solo-acciones *,.mesa-stage-frame .jugador-bottom .next-trick-side-slot>*,.mesa-stage-frame .jugador-bottom .next-trick-btn,.mesa-stage-frame .jugador-bottom .finish-match-btn{pointer-events:auto!important}.mesa-stage-frame .carta-hoverable:before,.mesa-stage-frame .carta-hoverable:after,.mesa-stage-frame .cpu-card-last-visible:before,.mesa-stage-frame .cpu-card-last-visible:after{pointer-events:none!important}.mesa-stage-frame .jugador-bottom .jugador-header-mesa{position:relative!important;left:auto!important;right:auto!important;transform:translateY(18px)!important;width:max-content!important;max-width:900px!important;margin:0 auto 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;z-index:760!important}.mesa-stage-frame .jugador-bottom .human-status-row{position:relative!important;left:auto!important;right:auto!important;transform:translateY(22px)!important;width:100%!important;margin:0 auto 10px!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:none!important;z-index:755!important}.mesa-stage-frame .jugador-bottom .human-status-row .decision-jugador-burbuja,.mesa-stage-frame .jugador-bottom .human-status-row .exchange-decision-bubble{position:relative!important;transform:none!important;margin:0 auto!important;z-index:756!important}.mesa-stage-frame .zona-humano-con-acciones,.mesa-stage-frame .zona-humano-con-next-trick{position:relative!important;width:100%!important;max-width:1600px!important;height:150px!important;display:block!important;margin:0 auto!important;pointer-events:none!important;z-index:720!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal{position:absolute!important;left:50%!important;bottom:0!important;width:720px!important;min-width:720px!important;max-width:720px!important;height:105px!important;display:block!important;transform:translate(-50%)!important;overflow:visible!important;pointer-events:none!important;z-index:730!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .mano-fila,.mesa-stage-frame .jugador-bottom .baraja-horizontal{position:absolute!important;left:50%!important;bottom:0!important;width:680px!important;max-width:680px!important;display:flex!important;justify-content:center!important;align-items:flex-end!important;transform:translate(-50%)!important;overflow:visible!important;pointer-events:auto!important;z-index:740!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .ordenar-mano-control{position:absolute!important;left:-126px!important;right:auto!important;bottom:0!important;top:auto!important;width:112px!important;min-width:112px!important;max-width:112px!important;margin:0!important;transform:none!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;pointer-events:auto!important;z-index:9000!important;isolation:isolate!important}.mesa-stage-frame .ordenar-mano-select-wrap,.mesa-stage-frame .ordenar-mano-select,.mesa-stage-frame .btn-ordenar-mano-mesa{position:relative!important;pointer-events:auto!important;z-index:9010!important}.mesa-stage-frame .btn-ordenar-mano-mesa{cursor:pointer!important}.mesa-stage-frame .tacticas-panel-jugador,.mesa-stage-frame .tacticas-panel-jugador-horizontal,.mesa-stage-frame .tacticas-panel-solo-acciones{position:absolute!important;right:120px!important;bottom:0!important;left:auto!important;top:auto!important;width:330px!important;min-width:330px!important;max-width:330px!important;pointer-events:auto!important;z-index:820!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .tacticas-panel-jugador,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .tacticas-panel-jugador-horizontal,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .tacticas-panel-solo-acciones{right:135px!important}.mesa-stage-frame .next-trick-side-slot{position:absolute!important;left:245px!important;bottom:0!important;width:138px!important;min-width:138px!important;min-height:58px!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;pointer-events:none!important;z-index:820!important}.mesa-stage-frame .next-trick-side-slot>*{pointer-events:auto!important}.mesa-stage-frame .jugador-bottom .carta-img-btn.carta-hoverable:hover{position:relative!important;z-index:8600!important;transform:translateY(-30px) scale(1.18)!important;filter:brightness(1.08) saturate(1.08)!important}.mesa-stage-frame .jugador-bottom .carta-img-btn.carta-hoverable:hover .carta-img{position:relative!important;z-index:8601!important;box-shadow:0 22px 44px #0000008c,0 0 0 4px #f7c94838!important}.mesa-stage-frame .jugador-bottom .carta-hoverable:after{left:50%!important;top:calc(100% + 8px)!important;bottom:auto!important;transform:translate(-50%) translateY(-4px) scale(.92)!important;z-index:8700!important}.mesa-stage-frame .jugador-bottom .carta-hoverable:hover:after{opacity:1!important;transform:translate(-50%) translateY(0) scale(1)!important}.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .jugador-header-mesa,.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .human-status-row,.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .decision-jugador-burbuja,.mesa-stage-frame .jugador-bottom:has(.carta-hoverable:hover) .exchange-decision-bubble{opacity:.55!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right{z-index:250!important;overflow:visible!important;pointer-events:auto!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .zona-cartas-wrapper,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .zona-cartas-wrapper,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .baraja-vertical,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .baraja-vertical{overflow:visible!important;pointer-events:auto!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-last-visible:before,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-last-visible:after{content:none!important;display:none!important;pointer-events:none!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap{position:relative!important;pointer-events:auto!important;overflow:visible!important;z-index:100!important;transform-origin:center center!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap:hover{z-index:500!important;filter:brightness(1.08) saturate(1.08)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap.carta-hoverable:hover{transform:translate(36px) scale(1.22)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap.carta-hoverable:hover{transform:translate(-36px) scale(1.22)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-last-visible{z-index:180!important;pointer-events:auto!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-last-visible:hover{z-index:650!important;transform:translate(42px) translateY(-22px) scale(1.25)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-last-visible:hover{z-index:650!important;transform:translate(-42px) translateY(-22px) scale(1.25)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap:hover .cpu-card-revealed-img{position:relative!important;z-index:501!important;box-shadow:0 18px 34px #0000007a,0 0 0 3px #f7c9482e!important}.mesa-stage-frame .jugador-left .carta-hoverable:after{left:calc(100% + 10px)!important;right:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%) translate(-6px) scale(.92)!important;z-index:700!important}.mesa-stage-frame .jugador-left .carta-hoverable:hover:after{opacity:1!important;transform:translateY(-50%) translate(0) scale(1)!important}.mesa-stage-frame .jugador-right .carta-hoverable:after{right:calc(100% + 10px)!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%) translate(6px) scale(.92)!important;z-index:700!important}.mesa-stage-frame .jugador-right .carta-hoverable:hover:after{opacity:1!important;transform:translateY(-50%) translate(0) scale(1)!important}@media(max-width:1300px),(max-height:740px){.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal{width:680px!important;min-width:680px!important;max-width:680px!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .mano-fila,.mesa-stage-frame .jugador-bottom .baraja-horizontal{width:630px!important;max-width:630px!important}.mesa-stage-frame .zona-cartas-wrapper-humano-horizontal .ordenar-mano-control{left:-116px!important}.mesa-stage-frame .tacticas-panel-jugador,.mesa-stage-frame .tacticas-panel-jugador-horizontal,.mesa-stage-frame .tacticas-panel-solo-acciones{right:92px!important;width:310px!important;min-width:310px!important;max-width:310px!important}.mesa-stage-frame .next-trick-side-slot{left:200px!important}}.mesa-stage-frame .jugador-bottom .jugador-header-mesa{transform:translateY(34px)!important;margin-bottom:4px!important;z-index:760!important}.mesa-stage-frame .jugador-bottom .human-status-row{transform:translateY(40px)!important;margin-bottom:2px!important;z-index:755!important}.mesa-stage-frame .jugador-bottom .human-status-row .decision-jugador-burbuja,.mesa-stage-frame .jugador-bottom .human-status-row .exchange-decision-bubble{transform:none!important;margin:0 auto!important}.mesa-stage-frame .manual-trump-title,.mesa-stage-frame .flip-card-corner-title{font-size:11px!important;line-height:1!important;padding:7px 8px!important;white-space:nowrap!important;letter-spacing:.4px!important}.mesa-stage-frame .manual-trump-subtitle,.mesa-stage-frame .flip-card-corner-subtitle{font-size:10px!important;line-height:1!important;opacity:.92!important;letter-spacing:.5px!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .tacticas-panel-jugador,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .tacticas-panel-jugador-horizontal,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .tacticas-panel-solo-acciones,.mesa-card.mesa-show-cpu-cards .tacticas-panel-jugador,.mesa-card.mesa-show-cpu-cards .tacticas-panel-jugador-horizontal,.mesa-card.mesa-show-cpu-cards .tacticas-panel-solo-acciones{right:255px!important;bottom:0!important;width:320px!important;min-width:320px!important;max-width:320px!important;z-index:820!important;pointer-events:auto!important}.mesa-stage-frame .jugador-left,.mesa-stage-frame .jugador-right{overflow:visible!important}.mesa-stage-frame .jugador-left .exchange-decision-bubble,.mesa-stage-frame .jugador-right .exchange-decision-bubble{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:128px!important;min-width:128px!important;max-width:128px!important;min-height:48px!important;margin:8px auto!important;padding:7px 8px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;border-radius:14px!important;text-align:center!important;white-space:normal!important;overflow:visible!important;transform:none!important;z-index:180!important}.mesa-stage-frame .jugador-left .exchange-decision-bubble span,.mesa-stage-frame .jugador-right .exchange-decision-bubble span{display:block!important;margin:0!important;width:100%!important;font-size:7px!important;line-height:1!important;font-weight:1000!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mesa-stage-frame .jugador-left .exchange-decision-bubble strong,.mesa-stage-frame .jugador-right .exchange-decision-bubble strong{display:block!important;width:100%!important;font-size:10px!important;line-height:1.05!important;font-weight:1000!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important}.mesa-stage-frame .jugador-left .exchange-decision-bubble .exchange-detail-mini,.mesa-stage-frame .jugador-right .exchange-decision-bubble .exchange-detail-mini{display:none!important}.mesa-card .mesa-centro,.mesa-stage-frame .mesa-centro{z-index:80!important;pointer-events:none!important}.mesa-card .mesa-jugadas-posicional,.mesa-stage-frame .mesa-jugadas-posicional{position:relative!important;z-index:85!important;overflow:visible!important}.mesa-card .mesa-slot-top,.mesa-stage-frame .mesa-slot-top{top:58px!important;z-index:95!important}.mesa-card .carta-mesa-wrap,.mesa-stage-frame .carta-mesa-wrap{position:relative!important;z-index:100!important}.mesa-card .mesa-slot-top .carta-mesa-wrap,.mesa-stage-frame .mesa-slot-top .carta-mesa-wrap{transform:translateY(8px) scale(1)!important}.mesa-card .mesa-slot-top .carta-img-mesa,.mesa-stage-frame .mesa-slot-top .carta-img-mesa{position:relative!important;z-index:105!important}.mesa-card .mesa-slot-top .jugador-mesa-label,.mesa-card .mesa-slot-top .jugador-mesa-label-lead,.mesa-stage-frame .mesa-slot-top .jugador-mesa-label,.mesa-stage-frame .mesa-slot-top .jugador-mesa-label-lead{position:relative!important;z-index:106!important;margin-bottom:8px!important}.mesa-card .jugador-bottom-dealer-reparto,.mesa-stage-frame .jugador-bottom-dealer-reparto{bottom:78px!important;width:auto!important;min-width:0!important;max-width:460px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:18px!important;transform:translate(-50%)!important;z-index:145!important;pointer-events:none!important}.mesa-card .jugador-bottom-dealer-reparto .jugador-header-mesa,.mesa-stage-frame .jugador-bottom-dealer-reparto .jugador-header-mesa{margin:0 auto!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;z-index:150!important}.mesa-card .jugador-bottom-dealer-reparto .dealer-header-activo,.mesa-stage-frame .jugador-bottom-dealer-reparto .dealer-header-activo{box-shadow:none!important;background:transparent!important}.mesa-card .jugador-bottom-dealer-reparto .contador-cartas-jugador,.mesa-card .jugador-bottom-dealer-reparto .mensaje-dealer-no-juega-bottom,.mesa-stage-frame .jugador-bottom-dealer-reparto .contador-cartas-jugador,.mesa-stage-frame .jugador-bottom-dealer-reparto .mensaje-dealer-no-juega-bottom{margin-top:8px!important;transform:translateY(8px)!important;padding:4px 12px!important;border-radius:999px!important;font-size:16px!important;line-height:1!important;text-align:center!important;z-index:150!important}.mesa-card.mesa-show-cpu-cards .jugador-left,.mesa-card.mesa-show-cpu-cards .jugador-right,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right{width:220px!important;max-width:220px!important;min-height:540px!important;overflow:visible!important;z-index:260!important}.mesa-card.mesa-show-cpu-cards .jugador-left .baraja-vertical,.mesa-card.mesa-show-cpu-cards .jugador-right .baraja-vertical,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .baraja-vertical,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .baraja-vertical{display:grid!important;grid-template-columns:repeat(2,54px)!important;grid-auto-rows:38px!important;column-gap:8px!important;row-gap:0!important;width:120px!important;max-width:120px!important;max-height:none!important;align-items:start!important;justify-content:center!important;justify-items:center!important;padding-top:0!important;padding-bottom:60px!important;overflow:visible!important}.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap,.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap{margin-top:0!important;position:relative!important;overflow:visible!important;z-index:100!important}.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:nth-child(2n),.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:nth-child(2n),.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:nth-child(2n),.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:nth-child(2n){transform:translateY(18px)!important}.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-img,.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-img,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-img,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-img{width:58px!important;border-radius:8px!important}.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:hover,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:hover{z-index:900!important;transform:translate(44px) scale(1.38)!important}.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:hover,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:hover{z-index:900!important;transform:translate(-44px) scale(1.38)!important}.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:nth-child(2n):hover,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:nth-child(2n):hover{transform:translate(44px) translateY(8px) scale(1.38)!important}.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:nth-child(2n):hover,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:nth-child(2n):hover{transform:translate(-44px) translateY(8px) scale(1.38)!important}.exchange-visual-footer{gap:12px!important;align-items:center!important}.exchange-visual-continue-btn{min-width:150px;min-height:42px;padding:10px 16px;border:none;border-radius:14px;cursor:pointer;background:linear-gradient(135deg,#f7d56a,#e8b941);color:#24190c;font-size:13px;font-weight:1000;text-transform:uppercase;box-shadow:0 12px 26px #00000059}.exchange-visual-continue-btn:hover{transform:translateY(-2px);filter:brightness(1.06)}.mesa-stage-viewport{width:100%;height:calc(100vh - var(--topbar-h) - 11px);height:calc(100dvh - var(--topbar-h) - 11px);overflow:hidden;display:flex;align-items:flex-start;justify-content:center;position:relative}.mesa-stage-frame{position:relative;width:calc(var(--base-table-w) * var(--mesa-scale));height:calc(var(--base-table-h) * var(--mesa-scale));overflow:visible}.mesa-stage-frame .mesa-card{width:var(--base-table-w)!important;height:var(--base-table-h)!important;min-height:var(--base-table-h)!important;max-height:var(--base-table-h)!important;transform:scale(var(--mesa-scale));transform-origin:top left;margin:0!important}.game-mobile{width:100vw;height:100dvh;min-height:100dvh;padding:0!important;overflow:hidden!important}.game-mobile .juego-topbar{height:52px!important;min-height:52px!important;max-height:52px!important;padding:6px 10px!important;margin-bottom:4px!important;border-radius:0 0 12px 12px!important;align-items:center!important}.game-mobile .juego-topbar h1{font-size:15px!important;line-height:1!important;letter-spacing:.3px!important}.game-mobile .juego-topbar p{font-size:10px!important;margin-top:2px!important}.game-mobile .topbar-right{gap:6px!important;align-items:center!important}.game-mobile .btn-open-rules,.game-mobile .btn-open-guide,.game-mobile .estado-badge{min-height:30px!important;padding:7px 9px!important;font-size:10px!important;border-radius:10px!important}.game-mobile .mesa-stage-viewport{height:calc(100dvh - 56px)!important}.game-mobile .mesa-card{padding:12px 18px!important;border-radius:18px!important}.game-mobile .jugador-top{top:10px!important;max-width:620px!important}.game-mobile .jugador-left{left:18px!important;width:125px!important;max-width:125px!important;min-height:360px!important}.game-mobile .jugador-right{right:18px!important;width:125px!important;max-width:125px!important;min-height:360px!important}.game-mobile .jugador-bottom{bottom:14px!important;width:930px!important;max-width:930px!important}.game-mobile .jugador-badge{padding:7px 13px!important;font-size:15px!important}.game-mobile .dealer-badge{padding:7px 12px!important;font-size:13px!important}.game-mobile .brave-badge{padding:8px 13px!important;font-size:13px!important}.game-mobile .puntaje-jugador-chip{padding:4px 8px!important}.game-mobile .puntaje-jugador-chip span{font-size:10px!important}.game-mobile .puntaje-jugador-chip strong{width:25px!important;height:25px!important;min-width:25px!important;font-size:15px!important}.game-mobile .turno-jugador-chip{padding:7px 11px!important;font-size:11px!important}.game-mobile .jugador-top .carta-img,.game-mobile .jugador-left .carta-img,.game-mobile .jugador-right .carta-img,.game-mobile .cpu-card-revealed-img{width:var(--card-cpu-base)!important}.game-mobile .jugador-bottom .carta-img-humana{width:var(--card-human-base)!important}.game-mobile .carta-img-mesa{width:var(--card-table-base)!important}.game-mobile .jugador-bottom .baraja-horizontal .carta-img-btn,.game-mobile .jugador-bottom .baraja-horizontal .carta-oculta-wrap{margin-left:-25px!important}.game-mobile .jugador-bottom .baraja-horizontal .carta-img-btn:first-child,.game-mobile .jugador-bottom .baraja-horizontal .carta-oculta-wrap:first-child{margin-left:0!important}.game-mobile .jugador-top .baraja-horizontal .carta-img-btn,.game-mobile .jugador-top .baraja-horizontal .carta-oculta-wrap,.game-mobile .jugador-top .cpu-card-revealed-wrap{margin-left:-22px!important}.game-mobile .jugador-top .baraja-horizontal .carta-img-btn:first-child,.game-mobile .jugador-top .baraja-horizontal .carta-oculta-wrap:first-child,.game-mobile .jugador-top .cpu-card-revealed-wrap:first-child{margin-left:0!important}.game-mobile .jugador-left .baraja-vertical .carta-img-btn,.game-mobile .jugador-left .baraja-vertical .carta-oculta-wrap,.game-mobile .jugador-right .baraja-vertical .carta-img-btn,.game-mobile .jugador-right .baraja-vertical .carta-oculta-wrap,.game-mobile .jugador-left .cpu-card-revealed-wrap,.game-mobile .jugador-right .cpu-card-revealed-wrap{margin-top:-22px!important}.game-mobile .mesa-centro{top:48%!important;width:620px!important;min-height:260px!important;max-height:260px!important}.game-mobile .mesa-jugadas-posicional{width:560px!important;max-width:560px!important;height:260px!important}.game-mobile .mesa-fila{min-height:260px!important;max-height:260px!important}.game-mobile .mesa-slot{min-width:90px!important;min-height:110px!important}.game-mobile .zona-humano-con-acciones,.game-mobile .zona-humano-con-next-trick{width:930px!important;max-width:930px!important;display:grid!important;grid-template-columns:105px 550px 260px!important;gap:10px!important;align-items:end!important;justify-content:center!important}.game-mobile .zona-cartas-wrapper-humano-horizontal{width:550px!important;min-width:550px!important;max-width:550px!important;display:grid!important;grid-template-columns:95px 1fr!important;gap:10px!important}.game-mobile .zona-cartas-wrapper-humano-horizontal .baraja-horizontal,.game-mobile .zona-cartas-wrapper-humano-horizontal .mano-fila{max-width:450px!important}.game-mobile .ordenar-mano-select-wrap,.game-mobile .btn-ordenar-mano-mesa{width:86px!important;min-width:86px!important}.game-mobile .btn-ordenar-mano-mesa{min-height:36px!important;font-size:12px!important}.game-mobile .ordenar-mano-select{height:28px!important;min-height:28px!important;font-size:11px!important}.game-mobile .tacticas-panel-jugador,.game-mobile .tacticas-panel-jugador-horizontal,.game-mobile .tacticas-panel-solo-acciones{width:260px!important;min-width:260px!important;max-width:260px!important;padding:9px 10px!important;border-radius:15px!important}.game-mobile .tacticas-panel-header span{font-size:12px!important}.game-mobile .tactica-section-copy strong,.game-mobile .tactica-section>strong,.game-mobile .exchange-actions-title strong{font-size:13px!important}.game-mobile .tactica-section-copy small,.game-mobile .tactica-section>small,.game-mobile .exchange-actions-title small,.game-mobile .exchange-help-message{font-size:10px!important}.game-mobile .tactica-btn{min-height:30px!important;font-size:12px!important;border-radius:9px!important}.game-mobile .declare-game-row{grid-template-columns:72px 72px 70px!important;gap:6px!important}.game-mobile .declare-game-copy{grid-template-columns:74px 1fr!important}.game-mobile .declare-game-copy strong{font-size:9px!important}.game-mobile .declare-game-copy small{font-size:7.5px!important}.game-mobile .declare-select{height:28px!important;min-height:28px!important;font-size:10px!important}.game-mobile .declare-confirm-btn{height:28px!important;min-height:28px!important;font-size:9px!important}.game-mobile .btn-toggle-cpu-cards{top:12px!important;right:18px!important;bottom:auto!important;padding:8px 11px!important;font-size:11px!important;border-radius:11px!important}.game-mobile .manual-trump-corner,.game-mobile .flip-card-corner{top:84px!important;left:165px!important;width:96px!important;min-height:auto!important;padding:7px!important;gap:5px!important}.game-mobile .manual-trump-title,.game-mobile .flip-card-corner-title{padding:5px 6px!important;font-size:10px!important}.game-mobile .manual-trump-img,.game-mobile .flip-card-corner-img{width:74px!important}.game-mobile .exchange-counter-corner{top:58px!important;right:18px!important;width:84px!important;min-height:82px!important;padding:7px!important}.game-mobile .exchange-counter-corner strong{font-size:22px!important}.game-mobile .exchange-counter-corner span{font-size:8px!important}.game-mobile .exchange-visual-modal,.game-mobile .resultado-final-card,.game-mobile .confirmar-menu-card,.game-mobile .reglas-card{max-width:94vw!important;max-height:88dvh!important}.game-mobile-portrait .mesa-stage-viewport{filter:blur(3px);opacity:.2;pointer-events:none}.mobile-rotate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at center,rgba(247,201,72,.18),transparent 45%),#050c0aeb;color:#fff8df;text-align:center}.mobile-rotate-card{width:min(360px,92vw);padding:26px 22px;border-radius:24px;background:linear-gradient(145deg,#15352afa,#23190cfa);border:2px solid rgba(247,201,72,.65);box-shadow:0 24px 70px #0000008c}.mobile-rotate-icon{width:72px;height:72px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7d56a,#e8b941);color:#24190c;font-size:42px;font-weight:1000}.mobile-rotate-card h2{margin:0 0 10px;font-size:24px;font-weight:1000}.mobile-rotate-card p{margin:0;color:#f4e3ad;font-size:14px;line-height:1.4;font-weight:800}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right,.mesa-card.mesa-show-cpu-cards .jugador-left,.mesa-card.mesa-show-cpu-cards .jugador-right{width:250px!important;max-width:250px!important;min-height:560px!important;overflow:visible!important;z-index:260!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .baraja-vertical,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .baraja-vertical,.mesa-card.mesa-show-cpu-cards .jugador-left .baraja-vertical,.mesa-card.mesa-show-cpu-cards .jugador-right .baraja-vertical{display:grid!important;grid-template-columns:repeat(2,64px)!important;grid-auto-rows:52px!important;column-gap:14px!important;row-gap:8px!important;width:150px!important;max-width:150px!important;max-height:none!important;padding-top:6px!important;padding-bottom:80px!important;align-items:start!important;justify-content:center!important;justify-items:center!important;overflow:visible!important;pointer-events:auto!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap,.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap,.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap{margin-top:0!important;position:relative!important;z-index:100!important;width:64px!important;min-width:64px!important;overflow:visible!important;pointer-events:auto!important;transform:none!important;transform-origin:center center!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:nth-child(2n),.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:nth-child(2n),.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:nth-child(2n),.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:nth-child(2n){transform:translateY(16px)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-img,.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-img,.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-img,.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-img{width:64px!important;border-radius:8px!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap.carta-hoverable:hover,.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap.carta-hoverable:hover{z-index:3000!important;transform:translate(52px) scale(1.42)!important;filter:brightness(1.08) saturate(1.08)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap.carta-hoverable:hover,.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap.carta-hoverable:hover{z-index:3000!important;transform:translate(-52px) scale(1.42)!important;filter:brightness(1.08) saturate(1.08)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:nth-child(2n):hover,.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-revealed-wrap:nth-child(2n):hover{transform:translate(52px) translateY(8px) scale(1.42)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:nth-child(2n):hover,.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-revealed-wrap:nth-child(2n):hover{transform:translate(-52px) translateY(8px) scale(1.42)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-last-visible:hover,.mesa-card.mesa-show-cpu-cards .jugador-left .cpu-card-last-visible:hover{z-index:3500!important;transform:translate(54px) translateY(-24px) scale(1.45)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-last-visible:hover,.mesa-card.mesa-show-cpu-cards .jugador-right .cpu-card-last-visible:hover{z-index:3500!important;transform:translate(-54px) translateY(-24px) scale(1.45)!important}.mesa-stage-frame .mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap:hover .cpu-card-revealed-img,.mesa-card.mesa-show-cpu-cards .cpu-card-revealed-wrap:hover .cpu-card-revealed-img{position:relative!important;z-index:3001!important;box-shadow:0 20px 42px #0000008c,0 0 0 4px #f7c94838!important}.mesa-stage-frame .manual-trump-corner,.mesa-stage-frame .flip-card-corner{left:310px!important;width:132px!important;min-width:132px!important;max-width:132px!important;padding:8px!important;gap:6px!important;border-radius:15px!important}.mesa-stage-frame .manual-trump-title,.mesa-stage-frame .flip-card-corner-title{width:100%!important;max-width:100%!important;padding:6px 5px!important;border-radius:999px!important;font-size:9px!important;line-height:1!important;letter-spacing:.1px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;display:flex!important;align-items:center!important;justify-content:center!important}.mesa-stage-frame .manual-trump-img,.mesa-stage-frame .flip-card-corner-img{width:86px!important;max-width:86px!important;border-radius:8px!important}*{box-sizing:border-box}.editar-perfil-page{min-height:100vh;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:32px 20px;display:flex;align-items:center;justify-content:center}.editar-perfil-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#08140e9e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none}.editar-perfil-wrapper{position:relative;z-index:2;width:100%;max-width:1180px}.editar-perfil-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.editar-btn-volver{display:inline-flex;align-items:center;gap:10px;background:#f5e7bf14;color:#f7e7b0;border:1px solid rgba(212,178,84,.45);padding:12px 18px;border-radius:12px;font-weight:700;cursor:pointer;transition:.25s ease}.editar-btn-volver:hover{transform:translateY(-1px);background:#f5e7bf24}.editar-perfil-titulo-box h1{margin:0;font-size:clamp(2rem,4vw,3rem);color:#f5df9d;text-shadow:2px 2px 0 #5b1f18}.editar-perfil-titulo-box p{margin:8px 0 0;color:#e9dec0}.editar-perfil-card{display:grid;grid-template-columns:320px 1fr;gap:24px;background:#0d2721e6;border:2px solid #c79b35;border-radius:24px;box-shadow:0 18px 45px #00000059;padding:28px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.editar-perfil-col-izq,.editar-perfil-col-der{min-width:0}.editar-foto-card{background:linear-gradient(180deg,#f4e7c6,#e8d8af);border:2px solid #b88b2b;border-radius:22px;padding:22px 18px;display:flex;flex-direction:column;align-items:center;box-shadow:inset 0 0 0 2px #fff3}.editar-foto-marco{width:220px;height:220px;border-radius:50%;padding:6px;background:linear-gradient(145deg,#d4a93a,#8f6617);display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 12px 24px #0000002e}.editar-foto-preview,.editar-foto-placeholder{width:100%;height:100%;border-radius:50%;background:#17382f;object-fit:cover;display:flex;align-items:center;justify-content:center}.editar-foto-placeholder svg{font-size:8rem;color:#d7c188}.editar-btn-foto{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#8d2a22,#6f1d18);color:#fff0c6;border:1px solid #d3a54b;border-radius:14px;padding:13px 16px;font-weight:700;cursor:pointer;transition:.25s ease}.editar-btn-foto:hover{transform:translateY(-1px);filter:brightness(1.05)}.editar-foto-ayuda{text-align:center;margin:14px 0 0;color:#5b4a24;font-size:.92rem;line-height:1.4}.editar-perfil-form{width:100%}.editar-perfil-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.editar-campo-card{background:#ffffff08;border:1px solid rgba(214,180,91,.22);border-radius:16px;padding:14px}.editar-campo-card--full{grid-column:1 / -1}.editar-campo-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.editar-campo-header label{margin:0;color:#f5df9d;font-weight:700;display:flex;align-items:center;gap:8px}.editar-campo-btn{border:1px solid rgba(214,180,91,.5);background:transparent;color:#f2dfac;border-radius:10px;padding:8px 12px;font-weight:700;cursor:pointer;transition:.25s ease;display:inline-flex;align-items:center;gap:8px}.editar-campo-btn:hover{background:#ffe6a014}.editar-campo-btn--full{width:100%;justify-content:center}.editar-campo-card input{width:100%;height:50px;border-radius:14px;border:1px solid rgba(214,180,91,.7);background:#f7edd1;color:#2f2414;padding:0 15px;font-size:.98rem;outline:none;transition:.25s ease}.editar-campo-card input:focus{border-color:#f1c660;box-shadow:0 0 0 3px #f1c6602e}.input-bloqueado{background:#e5dab9!important;color:#2f2414!important;-webkit-text-fill-color:#2f2414!important;opacity:1!important;cursor:default}.editar-password-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.editar-alerta-exito,.editar-alerta-error{margin-top:18px;border-radius:14px;padding:14px 16px;font-weight:700}.editar-alerta-exito{background:#3c83582e;border:1px solid rgba(85,179,121,.55);color:#b7f3ca}.editar-alerta-error{background:#a028282e;border:1px solid rgba(232,103,103,.55);color:#ffd0d0}.editar-perfil-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.editar-btn-guardar,.editar-btn-cancelar{min-width:180px;height:50px;border-radius:14px;font-weight:800;cursor:pointer;border:none;transition:.25s ease}.editar-btn-guardar{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#d7ab44,#b17d1b);color:#1d180c}.editar-btn-cancelar{background:transparent;color:#f2dfac;border:1px solid rgba(214,180,91,.65)}.editar-btn-guardar:hover,.editar-btn-cancelar:hover{transform:translateY(-1px)}.editar-btn-guardar:disabled{opacity:.7;cursor:not-allowed}.editar-cargando-box{background:#0d2721e6;border:2px solid #c79b35;border-radius:24px;padding:40px;text-align:center;color:#f5df9d}@media(max-width:980px){.editar-perfil-card{grid-template-columns:1fr}.editar-foto-marco{width:180px;height:180px}}@media(max-width:680px){.editar-perfil-grid,.editar-password-grid{grid-template-columns:1fr}.editar-btn-guardar,.editar-btn-cancelar{width:100%}.editar-campo-header{flex-direction:column;align-items:flex-start}}
