/*!
=======================================================================
   AVISO DE DERECHOS DE AUTOR / COPYRIGHT NOTICE
=======================================================================
   (c) 2026 Rebeka.cc. Todos los derechos reservados.
   
   Todo el código fuente, diseño, estilos y contenido de este archivo
   están protegidos por las leyes de propiedad intelectual.
   
   PROHIBIDA LA REPRODUCCIÓN TOTAL O PARCIAL, COPIA, DISTRIBUCIÓN O
   MODIFICACIÓN SIN LA AUTORIZACIÓN EXPRESA Y POR ESCRITO DEL AUTOR.
   
   La inspección del código no otorga derechos de uso. El plagio o
   uso no autorizado de este código será objeto de acciones legales.
=======================================================================
*/

.hero{text-align:center;padding:5rem 1.5rem 3.5rem;background:radial-gradient(ellipse at 50% 0%,rgba(201,168,76,.1) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(124,111,255,.06) 0%,transparent 50%)}.hero-crown{font-size:3.5rem;display:block;margin-bottom:.8rem;animation:float 4s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{font-family:'Playfair Display',serif;font-size:clamp(2.8rem,8vw,5rem);font-weight:900;line-height:1;background:linear-gradient(135deg,var(--gold),var(--gold2),var(--text),var(--gold2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.6rem}.hero-sub{font-size:clamp(.9rem,2.5vw,1.1rem);color:var(--muted);max-width:500px;margin:0 auto 2rem;line-height:1.6}.hero-btns{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.btn-hero{padding:.7rem 1.6rem;border-radius:12px;font-size:.9rem;font-weight:700;cursor:pointer;border:1px solid transparent;transition:all .2s;font-family:inherit;display:inline-block}.btn-hero.primary{background:linear-gradient(135deg,var(--gold),var(--gold3));color:#1a0f00}.btn-hero.primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,168,76,.3)}.btn-hero.ghost{border-color:var(--border2);color:var(--muted)}.btn-hero.ghost:hover{border-color:var(--gold);color:var(--text)}.stats-bar{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;padding:1.5rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surf)}.stat-item{text-align:center}.stat-num{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:900;color:var(--gold2)}.stat-lbl{font-size:.68rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}section{padding:3rem 1.5rem;max-width:1100px;margin:0 auto}.section-title{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:900;margin-bottom:.4rem}.section-sub{color:var(--muted);font-size:.85rem;margin-bottom:2rem}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.game-card{background:var(--surf);border:1px solid var(--border);border-radius:var(--r);padding:1.4rem;display:flex;flex-direction:column;gap:.6rem;position:relative;overflow:hidden;transition:all .2s}.game-card.available{cursor:pointer}.game-card.available:hover{transform:translateY(-4px);border-color:rgba(201,168,76,.4);box-shadow:0 12px 32px rgba(0,0,0,.4)}.game-card.coming-soon{opacity:.65}.game-icon{font-size:2.4rem}.game-name{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:900}.game-desc{font-size:.78rem;color:var(--muted);line-height:1.5;flex:1}.game-tag{display:inline-flex;align-items:center;gap:.3rem;font-size:.62rem;font-weight:700;padding:.2rem .55rem;border-radius:20px}.tag-live{background:rgba(39,174,96,.15);color:var(--green);border:1px solid rgba(39,174,96,.25)}.tag-soon{background:rgba(122,120,136,.12);color:var(--muted);border:1px solid rgba(122,120,136,.2)}.tag-online{background:rgba(74,168,216,.12);color:var(--blue);border:1px solid rgba(74,168,216,.2)}.tag-new{background:rgba(201,168,76,.15);color:var(--gold2);border:1px solid rgba(201,168,76,.25)}.tag-beta{background:rgba(124,111,255,.15);color:#b3a8ff;border:1px solid rgba(124,111,255,.3)}.tag-solo{background:rgba(122,120,136,.1);color:var(--muted);border:1px solid rgba(122,120,136,.18)}.game-action{display:inline-flex;align-items:center;gap:.4rem;margin-top:.3rem;padding:.45rem 1rem;border-radius:9px;font-size:.78rem;font-weight:700;background:linear-gradient(135deg,var(--gold),var(--gold3));color:#1a0f00;border:none;cursor:pointer;font-family:inherit;transition:all .15s;align-self:flex-start}.game-action:hover{filter:brightness(1.1)}.coming-label{font-size:.72rem;color:var(--muted);font-style:italic}.game-card.beta{opacity:.92}.game-card.beta.available:hover{border-color:rgba(124,111,255,.45)}.cat-nav{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2.2rem}.cat-pill{font-size:.76rem;font-weight:600;color:var(--muted);border:1px solid var(--border2);border-radius:20px;padding:.4rem .9rem;transition:all .15s}.cat-pill:hover{color:var(--text);border-color:var(--gold);background:var(--surf2)}.category-block{margin-bottom:2.6rem}.category-block:last-child{margin-bottom:0}.category-heading{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.category-heading .cat-icon{font-size:1.3rem}.category-heading h3{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:900}.category-heading .cat-count{font-size:.68rem;color:var(--muted);background:var(--surf2);border:1px solid var(--border);border-radius:20px;padding:.15rem .6rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.feature-card{background:var(--surf);border:1px solid var(--border);border-radius:var(--r);padding:1.2rem;text-align:center}.feature-icon{font-size:1.8rem;margin-bottom:.6rem}.feature-title{font-weight:700;font-size:.88rem;margin-bottom:.3rem}.feature-desc{font-size:.75rem;color:var(--muted);line-height:1.5}.online-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(39,174,96,.1);border:1px solid rgba(39,174,96,.2);border-radius:20px;padding:.2rem .7rem;font-size:.72rem;color:#27ae60;margin-bottom:1rem}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap;margin-bottom:2rem}.section-head-text{flex:1 1 auto;min-width:0}.section-head .section-title{margin-bottom:.4rem}.section-head .section-sub{margin-bottom:0}@media(max-width:600px){.section-head{flex-direction:column;align-items:stretch;gap:1rem}.section-head .search-box{max-width:100%;flex-basis:auto}}.games-toolbar{display:flex;flex-direction:column;gap:.9rem;margin-bottom:2rem}.search-box{position:relative;display:flex;align-items:center;max-width:320px;width:100%;flex:0 1 320px}.search-icon{position:absolute;left:.85rem;font-size:.9rem;opacity:.6;pointer-events:none}.search-input{width:100%;background:var(--surf);border:1px solid var(--border2);border-radius:12px;color:var(--text);font-family:inherit;font-size:.85rem;padding:.7rem 2.4rem;transition:border-color .15s,box-shadow .15s}.search-input::placeholder{color:var(--muted)}.search-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,168,76,.12)}.search-clear{position:absolute;right:.6rem;background:var(--surf2);border:1px solid var(--border);color:var(--muted);width:1.5rem;height:1.5rem;border-radius:50%;font-size:.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.search-clear:hover{color:var(--text);border-color:var(--gold)}.filter-pills{display:flex;gap:.5rem;flex-wrap:wrap}.filter-pills--state{padding-top:.1rem}.cat-pill,.state-pill{font-family:inherit;cursor:pointer;font-size:.76rem;font-weight:600;color:var(--muted);background:transparent;border:1px solid var(--border2);border-radius:20px;padding:.4rem .9rem;transition:all .15s}.cat-pill:hover,.state-pill:hover{color:var(--text);border-color:var(--gold);background:var(--surf2)}.cat-pill.is-active{color:#1a0f00;background:linear-gradient(135deg,var(--gold),var(--gold3));border-color:transparent}.state-pill{font-size:.72rem;padding:.32rem .8rem}.state-pill.is-active{color:var(--text);border-color:var(--gold);background:var(--surf2)}.games-loading,.games-empty{text-align:center;color:var(--muted);font-size:.9rem;padding:3rem 1rem;line-height:1.6}.games-loading{animation:fadePulse 1.2s ease-in-out infinite}@keyframes fadePulse{0%,100%{opacity:.4}50%{opacity:.9}}.game-tags{display:flex;gap:.4rem;flex-wrap:wrap}.pagination{display:flex;align-items:center;justify-content:center;gap:.35rem;flex-wrap:wrap;margin-top:2.4rem}.page-btn{font-family:inherit;cursor:pointer;min-width:2.1rem;height:2.1rem;padding:0 .6rem;border-radius:9px;font-size:.8rem;font-weight:700;color:var(--muted);background:var(--surf);border:1px solid var(--border2);transition:all .15s}.page-btn:hover:not(:disabled):not(.is-active){color:var(--text);border-color:var(--gold);background:var(--surf2)}.page-btn.is-active{color:#1a0f00;background:linear-gradient(135deg,var(--gold),var(--gold3));border-color:transparent;cursor:default}.page-btn:disabled{opacity:.35;cursor:not-allowed}.page-btn.nav{font-size:1.05rem;line-height:1}.page-ellipsis{color:var(--muted);padding:0 .2rem;align-self:flex-end}.page-info{margin-left:.6rem;font-size:.72rem;color:var(--muted)}@media(max-width:480px){.page-info{width:100%;text-align:center;margin:.4rem 0 0}}.game-devices{display:flex;gap:.35rem;align-items:center;margin-top:.1rem}.game-devices .device-ico{font-size:.95rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:1.55rem;height:1.55rem;border-radius:7px;background:rgba(255,255,255,.05);border:1px solid var(--border);filter:grayscale(.15);opacity:.92;cursor:default}.game-card.coming-soon .game-devices .device-ico{opacity:.7}