@import"https://fonts.googleapis.com/css2?family=Exo+2:wght@500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600&display=swap";.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:var(--radius-button);padding:.85rem 1.5rem;font-family:var(--font-body);font-weight:600;font-size:.85rem;letter-spacing:.03em;white-space:nowrap;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.btn--primary{background-color:var(--color-green);color:#05070b}.btn--primary:hover{opacity:.85}.btn--outline{background-color:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn--outline:hover{border-color:var(--color-green);color:var(--color-green)}.btn__icon{width:1rem;height:1rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background-color:var(--color-bg-secondary);transition:background-color .2s ease}.theme-toggle:hover{background-color:var(--color-border)}.theme-toggle img{width:1.25rem;height:1.25rem}.user-menu{position:absolute;top:120%;right:0;z-index:20;width:210px;background-color:var(--color-bg-secondary);border-radius:var(--radius-card-guia);border:2px solid #1f2227;padding:1rem .75rem;box-shadow:0 10px 25px #00000080}.user-menu__header{display:flex;align-items:center;gap:.75rem;padding:.25rem .5rem}.user-menu__img{width:45px;height:45px}.user-menu__info{display:flex;flex-direction:column}.user-menu-name{font-weight:600;font-size:1rem}.user-menu-role{color:#71717a;font-size:.8rem}.user-menu__line{height:2px;background-color:#1f2227;margin:.75rem 0}.user-menu__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.user-menu__item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;color:var(--color-text);font-size:.85rem;border-radius:var(--radius-button);border:none;background:none;width:100%;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.user-menu__item:hover{background-color:#1a1d21;color:var(--color-green)}.menu-icon{width:18px;height:18px;display:block}.header-player{background-color:#05070b;border-bottom:2px solid #a7e61d}.header-player__inner{display:flex;align-items:center;justify-content:space-between;min-height:5.5rem;max-width:var(--content-max-width);margin:0 auto;padding:1rem 2rem}.header-player__logo img{height:2.5rem;width:auto}.header-player__nav{display:flex;align-items:center;gap:2.5rem}.header-player__links{display:flex;align-items:center;gap:2rem}.header-player__nav-link{display:flex;align-items:center;gap:.5rem;font-family:var(--font-title);font-size:.9rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--color-text)}.header-player__nav-link img{height:1.35rem;width:auto}.header-player__nav-link:hover{color:var(--color-green)}.header-player__actions{position:relative;display:flex;align-items:center;gap:1rem}.header-player__profile-btn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.header-player__profile-btn:hover{transform:scale(1.05)}.header-player__profile-btn img{width:2.15rem;height:2.15rem}@media (max-width: 900px){.header-player__inner{flex-wrap:wrap;padding:1rem 1.5rem;min-height:auto}.header-player__nav{order:3;width:100%;justify-content:space-between;gap:1rem}.header-player__nav-link span{display:none}}.header-host{background-color:#05070b;border-bottom:2px solid #a7e61d}.header-host__inner{display:flex;align-items:center;justify-content:space-between;min-height:5.5rem;max-width:var(--content-max-width);margin:0 auto;padding:1rem 2rem}.header-host__logo img{height:2.5rem;width:auto}.header-host__nav{display:flex;align-items:center;gap:2.5rem}.header-host__links{display:flex;align-items:center;gap:2rem}.header-host__nav-link{display:flex;align-items:center;gap:.5rem;font-family:var(--font-title);font-size:.9rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--color-text)}.header-host__nav-link img{height:1.35rem;width:auto}.header-host__nav-link:hover{color:var(--color-green)}.header-host__actions{position:relative;display:flex;align-items:center;gap:1rem}.header-host__actions .theme-toggle{width:2.25rem;height:2.25rem}.header-host__actions .theme-toggle img{height:1.15rem;width:1.15rem}.header-host__profile-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.header-host__profile-btn img{height:2.15rem;width:2.15rem}.header-host__profile-btn:hover{opacity:.8}@media (max-width: 900px){.header-host__inner{flex-wrap:wrap;padding:1rem 1.5rem;min-height:auto}.header-host__nav{order:3;width:100%;justify-content:space-between;gap:1rem}.header-host__nav-link span{display:none}}.header{background-color:#05070b;border-bottom:2px solid #a7e61d}.header__inner{display:flex;align-items:center;justify-content:space-between;min-height:5.5rem;max-width:var(--content-max-width);margin:0 auto;padding:1rem 2rem}.header__logo img{height:2.5rem;width:auto}.header__nav{display:flex;align-items:center;gap:2.5rem}.header__links{display:flex;align-items:center;gap:2rem}.header__nav-link{display:flex;align-items:center;gap:.5rem;font-family:var(--font-title);font-size:.9rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--color-text)}.header__nav-link img{height:1.35rem;width:auto}.header__nav-link:hover{color:var(--color-green)}.header__actions{display:flex;align-items:center;gap:1rem}.header__actions .btn--primary{font-family:var(--font-body);font-weight:600;font-size:.85rem;background-color:#a6db1f;border-radius:4px}.header__actions .theme-toggle{width:2.25rem;height:2.25rem}.header__actions .theme-toggle img{height:1.15rem;width:1.15rem}@media (max-width: 900px){.header__inner{flex-wrap:wrap;padding:1rem 1.5rem;min-height:auto}.header__nav{order:3;width:100%;justify-content:space-between;gap:1rem}.header__nav-link span{display:none}}.footer{max-width:var(--content-max-width);margin:0 auto;padding:0 3rem 2rem}:root{--bg: #030304;--lima-principal: #b7e61d;--white: #ffffff}.site-footer{width:100%;background:var(--bg)}.footer-divider{width:100%;line-height:0;margin-bottom:2rem}.footer-divider svg{display:block;width:100%;height:auto;overflow:visible}.divider-stroke{fill:none!important;stroke:var(--lima-principal)!important;vector-effect:non-scaling-stroke!important;stroke-linecap:round;stroke-linejoin:round}.footer__content{display:grid;grid-template-columns:1.6fr repeat(5,1fr);gap:2rem}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__logo{height:4.5rem;width:auto}.footer__brand p{font-size:.75rem;color:var(--color-green);letter-spacing:.03em;text-align:center}.footer__col{display:flex;flex-direction:column;gap:.85rem}.footer__col h4{font-family:var(--font-body);font-size:.75rem;letter-spacing:.05em;color:var(--color-text);padding-bottom:.5rem;border-bottom:1px solid var(--color-border);margin-bottom:.25rem}.footer__col a{font-size:.85rem;color:var(--color-text-secondary)}.footer__col a:hover{color:var(--color-green)}.footer__social{display:flex;gap:.6rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:1px solid var(--color-border);font-size:.65rem;font-weight:600}.footer__social a:hover{border-color:var(--color-green);color:var(--color-green)}.footer__stores{display:flex;flex-direction:column;gap:.5rem}.footer__store-badge{display:inline-block;border:1px solid var(--color-border);border-radius:var(--radius-button);padding:.4rem .75rem;font-size:.7rem;color:var(--color-text-secondary);text-align:center}.footer__copy{text-align:center;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-border);font-size:.75rem;color:var(--color-text-secondary)}@media (max-width: 900px){.footer{padding:0 1.5rem 2rem}.footer__content{grid-template-columns:repeat(2,1fr)}.footer__brand{grid-column:1 / -1}}.hero{max-width:var(--content-max-width);margin:0 auto;padding:0 3rem}.hero__inner{border-radius:12px;overflow:hidden;background-size:cover;background-position:center;min-height:480px;display:flex;align-items:center}.hero__content{padding:3.5rem;max-width:34rem;display:flex;flex-direction:column;gap:1.15rem}.hero__title{font-size:3.5rem;font-weight:800;color:#fff;line-height:1}.hero__title span{color:var(--color-green)}.hero__subtitle{font-size:1.85rem;font-weight:700;color:#fff;line-height:1.2}.hero__subtitle span{color:var(--color-green)}.hero__text{color:#d7dae0;font-size:1.05rem;line-height:1.6}.hero .btn{align-self:flex-start;margin-top:.5rem}@media (max-width: 900px){.hero{padding:0 1.5rem}.hero__content{padding:2rem 1.5rem}.hero__title{font-size:2.25rem}.hero__subtitle{font-size:1.25rem}}.guia{max-width:var(--content-max-width);margin:0 auto;padding:4.5rem 3rem 2.5rem}.guia__title{display:inline-flex;align-items:center;gap:.85rem;margin-bottom:2.25rem}.guia__title img{height:2rem;width:2rem}.guia__title h2{font-size:1.65rem;font-weight:700;color:var(--color-text);text-decoration:underline;text-decoration-color:var(--color-green);text-underline-offset:6px}.guia__title:hover h2{color:var(--color-green)}.guia__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.guia__card{background-color:var(--color-bg-secondary);border-radius:var(--radius-card-guia);padding:2.25rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem}.guia__card-icon{height:3.25rem;width:3.25rem}.guia__card h3{font-size:1.1rem;font-weight:700;color:var(--color-green)}.guia__card p{font-size:.85rem;line-height:1.55;color:var(--color-text-secondary)}@media (max-width: 1100px){.guia__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.guia{padding:3rem 1.5rem 1rem}}@media (max-width: 560px){.guia__grid{grid-template-columns:1fr}}.busca-partido{max-width:var(--content-max-width);margin:0 auto;padding:3.5rem 3rem 2.5rem}.busca-partido__title{display:inline-flex;align-items:center;gap:.85rem;margin-bottom:.75rem}.busca-partido__title img{height:2rem;width:2rem}.busca-partido__title h2{font-size:1.65rem;font-weight:700;color:var(--color-text);text-decoration:underline;text-decoration-color:var(--color-green);text-underline-offset:6px}.busca-partido__title:hover h2{color:var(--color-green)}.busca-partido__subtitle{color:var(--color-text-secondary);font-size:.95rem;margin-bottom:2.25rem}.busca-partido__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.partido-card{border:1px solid var(--color-green);border-radius:var(--radius-card-partido);padding:2.25rem}.partido-card__vs{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.partido-card__vs span{font-family:var(--font-title);font-weight:700;color:var(--color-text-secondary)}.partido-card__shirt{height:3.75rem;width:3.75rem;border-radius:12px;object-fit:cover}.partido-card__divider{height:1px;background-color:var(--color-border);margin-bottom:1.5rem}.partido-card__row{display:flex;align-items:center;gap:.65rem;margin-bottom:1.05rem;font-size:.85rem}.partido-card__row img{height:1.2rem;width:1.2rem}.partido-card__label{color:var(--color-text-secondary);flex:1}.partido-card__value{font-weight:700;color:var(--color-text)}@media (max-width: 1100px){.busca-partido__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.busca-partido{padding:2rem 1.5rem 1rem}}@media (max-width: 700px){.busca-partido__grid{grid-template-columns:1fr}}.cta-duenos{max-width:var(--content-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1.7fr;gap:3rem;padding:3.5rem 3rem}.cta-duenos__intro{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem}.cta-duenos__eyebrow{font-size:1.5rem;font-weight:700;color:var(--color-text)}.cta-duenos__title{font-size:1.65rem;font-weight:700;color:var(--color-green);line-height:1.25}.cta-duenos__text{font-size:.92rem;line-height:1.65;color:var(--color-text-secondary)}.cta-duenos__cta{display:inline-flex;align-items:stretch;align-self:flex-start;width:fit-content;margin-top:.5rem;border:1px solid var(--color-green);border-radius:var(--radius-button);overflow:hidden}.cta-duenos__cta-icon{display:flex;align-items:center;justify-content:center;padding:.85rem 1rem}.cta-duenos__cta-icon img{height:1.25rem;width:1.25rem}.cta-duenos__cta-text{display:flex;align-items:center;padding:0 1.25rem;font-size:.8rem;font-weight:600;letter-spacing:.03em;white-space:nowrap;color:var(--color-text)}.cta-duenos__cta-arrow{display:flex;align-items:center;padding-right:1.25rem;color:var(--color-text);font-weight:600}.cta-duenos__cta:hover{border-color:var(--color-green)}.cta-duenos__cta:hover .cta-duenos__cta-icon{border-right-color:var(--color-green)}.cta-duenos__cta:hover .cta-duenos__cta-text,.cta-duenos__cta:hover .cta-duenos__cta-arrow{color:var(--color-green)}.cta-duenos__features{display:grid;grid-template-columns:repeat(4,1fr)}.cta-duenos__feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.9rem;padding:0 1.75rem;border-left:1px solid var(--color-border);justify-content:space-evenly}.cta-duenos__feature:first-child{padding-left:0;border-left:none}.cta-duenos__feature img{height:5rem}.cta-duenos__feature h4{font-size:.88rem;font-weight:700;color:var(--color-green);min-height:2.4em}.cta-duenos__feature p{font-size:.8rem;line-height:1.55;color:var(--color-text-secondary);min-height:4.6em}.cta-duenos__feature-divider{display:block;width:2.5rem;height:3px;background-color:var(--color-green)}@media (max-width: 1100px){.cta-duenos{grid-template-columns:1fr}.cta-duenos__features{grid-template-columns:repeat(2,1fr);row-gap:2rem}.cta-duenos__feature:nth-child(2){padding-left:1.75rem;border-left:1px solid var(--color-border)}.cta-duenos__feature:nth-child(3){padding-left:0;border-left:none}}@media (max-width: 900px){.cta-duenos{padding:2.5rem 1.5rem}}@media (max-width: 560px){.cta-duenos__features{grid-template-columns:1fr}.cta-duenos__feature{padding-left:0;border-left:none}.cta-duenos__feature h4,.cta-duenos__feature p{min-height:0}}.home-guest{min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}.auth-page{position:relative;min-height:100vh;min-height:100dvh;background-color:var(--color-bg);color:var(--color-text);display:flex;align-items:center;justify-content:center;padding:2rem}.auth-back{position:absolute;top:2rem;left:2rem;display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--color-border);border-radius:var(--radius-button);padding:.7rem 1.25rem;color:var(--color-text);font-weight:600;font-size:.9rem;z-index:20}.auth-back svg{width:1rem;height:1rem;color:var(--color-green)}.auth-back:hover{border-color:var(--color-green)}.auth-shell{position:relative;width:100%;max-width:62rem;min-height:min(41rem,calc(100dvh - 4rem));border-radius:20px;overflow:hidden;border:1px solid var(--color-border);background-color:var(--color-bg);box-shadow:0 30px 70px #00000073;display:grid;grid-template-columns:1fr 1fr}.auth-slot{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:3rem 3.25rem;overflow-y:auto;opacity:1;transform:scale(1);transition:opacity .55s cubic-bezier(.65,0,.35,1),transform .55s cubic-bezier(.65,0,.35,1)}.auth-slot--registro{opacity:0;transform:scale(.96);pointer-events:none}.auth-shell.is-registro .auth-slot--login{opacity:0;transform:scale(.96);pointer-events:none;transition-delay:0s}.auth-shell.is-registro .auth-slot--registro{opacity:1;transform:scale(1);pointer-events:auto;transition-delay:.12s}.auth-overlay{position:absolute;top:0;left:0;width:50%;height:100%;background-color:var(--color-green);z-index:10;overflow:hidden;transition:transform .65s cubic-bezier(.65,0,.35,1),box-shadow .65s ease;box-shadow:12px 0 40px #00000059,0 0 50px #a7e61d40}.auth-shell.is-registro .auth-overlay{transform:translate(100%);box-shadow:-12px 0 40px #00000059,0 0 50px #a7e61d40}.auth-overlay__message{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:3rem 2.75rem;color:#05070b;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.auth-overlay__message--login{opacity:1;transform:translateY(0);pointer-events:auto;transition-delay:.15s}.auth-shell.is-registro .auth-overlay__message--login{opacity:0;transform:translateY(-8px);pointer-events:none;transition-delay:0s}.auth-shell.is-registro .auth-overlay__message--registro{opacity:1;transform:translateY(0);pointer-events:auto;transition-delay:.3s}.auth-overlay__message>*{opacity:inherit;transform:inherit;transition:opacity .4s ease,transform .4s ease}.auth-overlay__message>*:nth-child(1){transition-delay:.05s}.auth-overlay__message>*:nth-child(2){transition-delay:.11s}.auth-overlay__message>*:nth-child(3){transition-delay:.17s}.auth-overlay__message>*:nth-child(4){transition-delay:.23s}.auth-overlay__icon svg{width:4.25rem;height:4.25rem}.auth-overlay__message h2{font-size:1.6rem;font-weight:800}.auth-overlay__message p{font-size:.92rem;line-height:1.5}.auth-overlay__message button{display:inline-flex;align-items:center;gap:.6rem;background-color:#05070b;color:#fff;border:none;border-radius:var(--radius-button);padding:.85rem 1.5rem;font-weight:700;font-size:.9rem;margin-top:.4rem}.auth-overlay__message button:hover{opacity:.85}.auth-overlay__message button svg{width:1rem;height:1rem;color:var(--color-green)}.auth-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:24rem}.auth-slot--login .auth-form{align-items:center;text-align:center}.auth-slot--registro .auth-form{align-items:stretch;text-align:left;max-width:26rem}.auth-form__title{font-size:1.5rem;font-weight:800}.auth-form__subtitle{font-weight:700;font-size:.92rem;margin-top:.25rem}.auth-social{display:flex;gap:.85rem;justify-content:center}.auth-slot--registro .auth-social{justify-content:flex-start}.auth-social button{width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid var(--color-border);background-color:var(--color-bg-secondary);display:flex;align-items:center;justify-content:center}.auth-social button svg{width:1.3rem;height:1.3rem}.auth-social button:hover{border-color:var(--color-green)}.auth-divider{display:flex;align-items:center;gap:1rem;width:100%}.auth-divider span{flex:1;height:1px;background-color:var(--color-border)}.auth-divider em{font-style:normal;color:var(--color-text-secondary);font-size:.85rem}.auth-account-type{display:flex;gap:.85rem}.auth-account-type button{flex:1;display:flex;align-items:center;justify-content:center;gap:.6rem;border:1px solid var(--color-border);border-radius:var(--radius-button);padding:.75rem;color:var(--color-text);font-weight:600;font-size:.88rem;background:none}.auth-account-type button img,.auth-account-type button svg{width:1.1rem;height:1.1rem}.auth-account-type button.is-active{border-color:var(--color-green);color:var(--color-green)}.auth-input{display:flex;align-items:center;gap:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-button);padding:.85rem 1rem;transition:border-color .2s ease}.auth-input:focus-within{border-color:var(--color-green)}.auth-input svg{width:1.1rem;height:1.1rem;color:var(--color-text-secondary);flex-shrink:0}.auth-input input{flex:1;min-width:0;background:none;border:none;color:var(--color-text);font-family:var(--font-body);font-size:.9rem}.auth-input input:focus{outline:none}.auth-input input::placeholder{color:var(--color-text-secondary)}.auth-checkbox{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:var(--color-text-secondary);line-height:1.4}.auth-checkbox input{margin-top:.2rem;accent-color:var(--color-green);width:1rem;height:1rem;flex-shrink:0}.auth-checkbox a{color:var(--color-green);font-weight:600}.auth-submit{background-color:var(--color-green);border:none;border-radius:var(--radius-button);padding:.95rem;font-weight:700;font-size:.95rem;color:#05070b;margin-top:.3rem}.auth-submit:hover{opacity:.88}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#e5484d;font-size:.82rem;font-weight:600;margin:0}.auth-mobile-toggle{display:none}@media (max-width: 1024px){.auth-slot{padding:2.25rem 2rem}.auth-overlay__message{padding:2.5rem 1.75rem}.auth-overlay__icon svg{width:3.25rem;height:3.25rem}.auth-overlay__message h2{font-size:1.35rem}}@media (max-height: 760px) and (min-width: 861px){.auth-page{padding:1.25rem}.auth-slot{padding:1.75rem 2rem}.auth-form{gap:.7rem}.auth-input{padding:.7rem .9rem}.auth-submit{padding:.8rem}.auth-social button{width:2.4rem;height:2.4rem}}@media (max-width: 860px){.auth-page{flex-direction:column;align-items:stretch;justify-content:flex-start;padding:1.5rem 1.25rem 2.5rem;gap:1.25rem}.auth-back{position:static;align-self:flex-start}.auth-shell{grid-template-columns:1fr;min-height:auto}.auth-overlay{display:none}.auth-slot{position:static;padding:2.5rem 1.5rem;opacity:1!important;transform:none!important;pointer-events:auto!important}.auth-slot--registro{display:none}.auth-shell.is-registro .auth-slot--registro{display:flex}.auth-shell.is-registro .auth-slot--login{display:none}.auth-mobile-toggle{display:block;width:100%;text-align:center;margin-top:1.5rem;padding:.5rem;background:none;border:none;color:var(--color-green);font-weight:600;font-size:.85rem}}@media (max-width: 480px){.auth-page{padding:1rem .75rem 2rem;gap:1rem}.auth-back{padding:.55rem .9rem;font-size:.82rem}.auth-shell{border-radius:14px}.auth-slot{padding:1.75rem 1.1rem}.auth-form__title{font-size:1.3rem}.auth-social{gap:.6rem}.auth-social button{width:2.5rem;height:2.5rem}.auth-input{padding:.75rem .85rem}.auth-input input{font-size:1rem}.auth-account-type{flex-direction:column;gap:.6rem}.auth-account-type button{justify-content:flex-start;padding:.7rem .9rem}}.hero-host{max-width:var(--content-max-width);margin:0 auto;padding:0 3rem}.hero-host__inner{border-radius:12px;overflow:hidden;background-size:cover;background-position:center;min-height:480px;display:flex;align-items:center}.hero-host__content{padding:3.5rem;max-width:34rem;display:flex;flex-direction:column;gap:1.15rem}.hero-host__title{font-size:3.5rem;font-weight:800;color:#fff;line-height:1}.hero-host__title span{color:var(--color-green)}.hero-host__subtitle{font-size:1.85rem;font-weight:700;color:#fff;line-height:1.2}.hero-host__subtitle span{color:var(--color-green)}.hero-host__text{color:#d7dae0;font-size:1.05rem;line-height:1.6}.hero-host .btn{align-self:flex-start;margin-top:.5rem}@media (max-width: 900px){.hero-host{padding:0 1.5rem}.hero-host__content{padding:2rem 1.5rem}.hero-host__title{font-size:2.25rem}.hero-host__subtitle{font-size:1.25rem}}.guia-host{max-width:var(--content-max-width);margin:0 auto;padding:4.5rem 3rem 2.5rem}.guia-host__title{display:inline-flex;align-items:center;gap:.85rem;margin-bottom:2.25rem}.guia-host__title img{height:2rem;width:2rem}.guia-host__title h2{font-size:1.65rem;font-weight:700;color:var(--color-text);text-decoration:underline;text-decoration-color:var(--color-green);text-underline-offset:6px}.guia-host__title:hover h2{color:var(--color-green)}.guia-host__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.guia-host__card{background-color:var(--color-bg-secondary);border-radius:var(--radius-card-guia);padding:2.25rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem}.guia-host__card-icon{height:3.25rem;width:3.25rem}.guia-host__card h3{font-size:1.1rem;font-weight:700;color:var(--color-green)}.guia-host__card p{font-size:.85rem;line-height:1.55;color:var(--color-text-secondary)}@media (max-width: 1100px){.guia-host__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.guia-host{padding:3rem 1.5rem 1rem}}@media (max-width: 560px){.guia-host__grid{grid-template-columns:1fr}}.cta-host{max-width:var(--content-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1.7fr;gap:3rem;padding:3.5rem 3rem}.cta-host__intro{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem}.cta-host__eyebrow{font-size:1.5rem;font-weight:700;color:var(--color-text)}.cta-host__title{font-size:1.65rem;font-weight:700;color:var(--color-green);line-height:1.25}.cta-host__text{font-size:.92rem;line-height:1.65;color:var(--color-text-secondary)}.cta-host__cta{display:inline-flex;align-items:stretch;align-self:flex-start;width:fit-content;margin-top:.5rem;border:1px solid var(--color-green);border-radius:var(--radius-button);overflow:hidden}.cta-host__cta-icon{display:flex;align-items:center;justify-content:center;padding:.85rem 1rem}.cta-host__cta-icon img{height:1.25rem;width:1.25rem}.cta-host__cta-text{display:flex;align-items:center;padding:0 1.25rem;font-size:.8rem;font-weight:600;letter-spacing:.03em;white-space:nowrap;color:var(--color-text)}.cta-host__cta-arrow{display:flex;align-items:center;padding-right:1.25rem;color:var(--color-text);font-weight:600}.cta-host__cta:hover{border-color:var(--color-green)}.cta-host__cta:hover .cta-host__cta-icon{border-right-color:var(--color-green)}.cta-host__cta:hover .cta-host__cta-text,.cta-host__cta:hover .cta-host__cta-arrow{color:var(--color-green)}.cta-host__features{display:grid;grid-template-columns:repeat(4,1fr)}.cta-host__feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.9rem;padding:0 1.75rem;border-left:1px solid var(--color-border);justify-content:space-evenly}.cta-host__feature:first-child{padding-left:0;border-left:none}.cta-host__feature img{height:5rem}.cta-host__feature h4{font-size:.88rem;font-weight:700;color:var(--color-green);min-height:2.4em}.cta-host__feature p{font-size:.8rem;line-height:1.55;color:var(--color-text-secondary);min-height:4.6em}.cta-host__feature-divider{display:block;width:2.5rem;height:3px;background-color:var(--color-green)}@media (max-width: 1100px){.cta-host{grid-template-columns:1fr}.cta-host__features{grid-template-columns:repeat(2,1fr);row-gap:2rem}.cta-host__feature:nth-child(2){padding-left:1.75rem;border-left:1px solid var(--color-border)}.cta-host__feature:nth-child(3){padding-left:0;border-left:none}}@media (max-width: 900px){.cta-host{padding:2.5rem 1.5rem}}@media (max-width: 560px){.cta-host__features{grid-template-columns:1fr}.cta-host__feature{padding-left:0;border-left:none}.cta-host__feature h4,.cta-host__feature p{min-height:0}}.home-host{min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}.hero-player{max-width:var(--content-max-width);margin:0 auto;padding:0 3rem}.hero-player__inner{border-radius:12px;overflow:hidden;background-size:cover;background-position:center;min-height:480px;display:flex;align-items:center}.hero-player__content{padding:3.5rem;max-width:34rem;display:flex;flex-direction:column;gap:1.15rem}.hero-player__title{font-size:3.5rem;font-weight:800;color:#fff;line-height:1}.hero-player__title span{color:var(--color-green)}.hero-player__subtitle{font-size:1.85rem;font-weight:700;color:#fff;line-height:1.2}.hero-player__subtitle span{color:var(--color-green)}.hero-player__text{color:#d7dae0;font-size:1.05rem;line-height:1.6}.hero-player .btn--outline{color:var(--color-green);border-color:var(--color-green);align-self:flex-start;margin-top:.5rem}@media (max-width: 900px){.hero-player{padding:0 1.5rem}.hero-player__content{padding:2rem 1.5rem}.hero-player__title{font-size:2.25rem}.hero-player__subtitle{font-size:1.25rem}}.guia-player{max-width:var(--content-max-width);margin:0 auto;padding:4.5rem 3rem 2.5rem}.guia-player__title{display:inline-flex;align-items:center;gap:.85rem;margin-bottom:2.25rem}.guia-player__title img{height:2rem;width:2rem}.guia-player__title h2{font-size:1.65rem;font-weight:700;color:var(--color-text);text-decoration:underline;text-decoration-color:var(--color-green);text-underline-offset:6px}.guia-player__title:hover h2{color:var(--color-green)}.guia-player__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.guia-player__card{background-color:var(--color-bg-secondary);border-radius:var(--radius-card-guia);padding:2.25rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem}.guia-player__card-icon{height:3.25rem;width:5rem}.guia-player__card h3{font-size:1.1rem;font-weight:700;color:var(--color-green)}.guia-player__card p{font-size:.85rem;line-height:1.55;color:var(--color-text-secondary)}@media (max-width: 1100px){.guia-player__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.guia-player{padding:3rem 1.5rem 1rem}}@media (max-width: 560px){.guia-player__grid{grid-template-columns:1fr}}.cta-player{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:var(--content-max-width);margin:0 auto;padding:4.5rem 3rem 2.5rem;box-sizing:border-box}.cta-player .btn--outline{color:var(--color-green);border-color:var(--color-green);align-self:flex-start}.cta-player__title span{color:var(--color-green)}.cta-player__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;border:1px solid var(--color-green);border-radius:12px;padding:1.2rem;background-color:#08090a;align-items:center}.cta-player__img{width:100%;height:360px;border-radius:8px;display:block}.cta-player__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-player__text{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.cta-player__list{list-style:none;padding:0;margin:0 0 1.8rem;display:flex;flex-direction:column;gap:.85rem}.cta-player__idem{display:flex;align-items:center;gap:.5rem;font-size:1rem}.cta-player__icon{height:1.3rem;width:auto}.cta-player__inner2{display:grid;grid-template-columns:1.2fr 1fr;background-color:#08090a;border:1px solid #1f2227;border-radius:12px;overflow:hidden}.cta-player__content2{padding:1.2rem;display:flex;flex-direction:column;justify-content:center}.cta-player__text2{font-size:1rem;line-height:1.6}.cta-player__img2{width:100%;height:144px;object-fit:cover;display:block}@media (max-width: 900px){.cta-player__inner,.cta-player__inner2{grid-template-columns:1fr}}.home-player{min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}.canchas-layout .filtros{display:flex;flex-direction:column;gap:1.5rem;width:17rem;flex-shrink:0;border:1px solid var(--color-border);border-radius:14px;padding:1.5rem;height:fit-content;background-color:var(--color-bg)}.canchas-layout .filtros__header{display:flex;align-items:center;gap:.65rem}.canchas-layout .filtros__header img{height:1.35rem;width:1.35rem}.canchas-layout .filtros__header h2{font-size:1.15rem;font-weight:700;color:var(--color-text);margin:0}.canchas-layout .filtros__group{display:flex;flex-direction:column;gap:.6rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.canchas-layout .filtros__group>label:first-child{font-size:.85rem;font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:.5rem}.canchas-layout .filtros__group select{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-button);color:var(--color-text);padding:.65rem .75rem;font-size:.8rem;font-weight:600;outline:none;cursor:pointer}.canchas-layout .filtros__checkbox{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--color-text);cursor:pointer}.canchas-layout .filtros__checkbox input{accent-color:var(--color-green);width:1rem;height:1rem;cursor:pointer}.canchas-layout .filtros__aplicar{display:flex;align-items:center;justify-content:center;gap:.6rem;border-radius:var(--radius-button);padding:.85rem;font-size:.8rem;font-weight:700;letter-spacing:.03em;background-color:var(--color-green);border:none;color:#05070b;cursor:pointer;transition:filter .15s ease,transform .15s ease}.canchas-layout .filtros__aplicar:hover{filter:brightness(1.08);transform:translateY(-1px)}.canchas-layout .filtros__aplicar img{height:1.1rem;width:1.1rem}@media (max-width: 1100px){.canchas-layout .filtros{width:100%}}.canchas-page .cancha-card,.canchas-grid .cancha-card,.cancha-card{display:flex;flex-direction:column;border:1px solid var(--color-green)!important;border-radius:var(--radius-card-partido)!important;background-color:var(--color-bg-secondary)!important;overflow:hidden;box-shadow:none!important;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.canchas-page .cancha-card:hover,.canchas-grid .cancha-card:hover,.cancha-card:hover{transform:translateY(-2px);border-color:var(--color-green)!important;box-shadow:none!important}.canchas-page .cancha-card__image-container,.cancha-card__image-container{position:relative;width:100%;aspect-ratio:16 / 9;background-color:var(--color-bg-secondary);overflow:hidden}.canchas-page .cancha-card__image,.cancha-card__image{width:100%;height:100%;object-fit:cover}.canchas-page .cancha-card__badges-left,.cancha-card__badges-left{position:absolute;top:.75rem;left:.75rem;display:flex;align-items:center;gap:.45rem;z-index:2}.canchas-page .cancha-card__badge-tag,.cancha-card__badge-tag{background-color:var(--color-green);color:#05070b;font-size:.72rem;font-weight:800;padding:.25rem .55rem;border-radius:var(--radius-button);letter-spacing:.02em}.canchas-page .cancha-card__badge-rating,.cancha-card__badge-rating{position:absolute;top:.75rem;right:.75rem;background-color:var(--color-bg-secondary);border:1px solid var(--color-green);color:var(--color-green);font-size:.82rem;font-weight:900;padding:.2rem .6rem;border-radius:var(--radius-button);display:flex;align-items:center;gap:.35rem;z-index:2}.canchas-page .cancha-card__badge-rating svg{color:var(--color-green);fill:var(--color-green);stroke:var(--color-green)}.canchas-page .cancha-card__body,.cancha-card__body{padding:1.25rem 1.25rem 1.4rem;display:flex;flex-direction:column;gap:.85rem;flex:1;background-color:var(--color-bg-secondary)!important}.canchas-page .cancha-card__info-header,.cancha-card__info-header{display:flex;flex-direction:column;gap:.3rem}.canchas-page .cancha-card__title,.cancha-card__title{font-size:1.45rem;font-weight:800;color:var(--color-text);margin:0;letter-spacing:.01em}.canchas-page .cancha-card__location,.cancha-card__location{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--color-text-secondary);font-weight:500;margin:0}.canchas-page .cancha-card__location-icon,.cancha-card__location-icon{height:1.1rem;width:1.1rem;flex-shrink:0}.canchas-page .cancha-card__divider,.cancha-card__divider{height:1px;background-color:var(--color-border);width:100%}.canchas-page .cancha-card__price-box,.cancha-card__price-box{border:1px solid var(--color-green)!important;border-radius:var(--radius-button)!important;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;background-color:transparent!important}.canchas-page .cancha-card__price-val,.cancha-card__price-val{font-size:1.35rem;font-weight:900;color:var(--color-text);letter-spacing:-.01em}.canchas-page .cancha-card__wallet-img,.cancha-card__wallet-img{height:1.5rem;width:auto;flex-shrink:0}.canchas-page .cancha-card__turnos-section,.cancha-card__turnos-section{display:flex;flex-direction:column;gap:.55rem}.canchas-page .cancha-card__turnos-header,.cancha-card__turnos-header{display:flex;align-items:center;justify-content:space-between}.canchas-page .cancha-card__turnos-label,.cancha-card__turnos-label{font-size:.82rem;font-weight:700;color:var(--color-text);letter-spacing:.02em}.canchas-page .cancha-card__ver-todo,.cancha-card__ver-todo{background:none;border:none;font-size:.78rem;font-weight:600;color:var(--color-text-secondary);cursor:pointer;padding:0;transition:color .15s ease}.canchas-page .cancha-card__ver-todo:hover,.cancha-card__ver-todo:hover{color:var(--color-green)}.canchas-page .cancha-card__turnos-row,.cancha-card__turnos-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.45rem;min-height:2.15rem}.canchas-page .cancha-card__turno-btn,.cancha-card__turno-btn{background:transparent;border:1px solid var(--color-green)!important;border-radius:var(--radius-button)!important;color:var(--color-green);font-size:.78rem;font-weight:700;padding:.45rem .2rem;text-align:center;cursor:pointer;transition:background-color .15s ease,color .15s ease}.canchas-page .cancha-card__turno-btn:hover,.cancha-card__turno-btn:hover{background-color:#a7e61d26}.canchas-page .cancha-card__turno-btn--selected,.cancha-card__turno-btn--selected{background-color:var(--color-green)!important;color:#05070b!important;font-weight:900}.canchas-page .cancha-card__btn-reservar,.cancha-card__btn-reservar{width:100%;background-color:var(--color-green)!important;border:none!important;border-radius:var(--radius-button)!important;color:#05070b!important;font-size:.92rem;font-weight:900;letter-spacing:.04em;padding:.85rem;text-align:center;cursor:pointer;margin-top:auto;transition:opacity .15s ease}.canchas-page .cancha-card__btn-reservar:hover,.cancha-card__btn-reservar:hover{opacity:.88}.cancha-card-skeleton{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:var(--radius-card-partido);background-color:var(--color-bg-secondary);overflow:hidden}.cancha-skeleton-pulse{background:linear-gradient(90deg,#1c1f24 25%,#2a2e35,#1c1f24 75%);background-size:200% 100%;animation:cancha-skeleton-loading 1.5s infinite ease-in-out;border-radius:6px}.cancha-skeleton-image{width:100%;aspect-ratio:16 / 9;border-radius:0}.cancha-card-skeleton__body{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.25rem 1.4rem}.cancha-skeleton-line{height:14px}.cancha-skeleton-price{height:28px;width:45%}.cancha-skeleton-turnos{display:flex;gap:.5rem}.cancha-skeleton-turno{height:30px;flex:1}.cancha-skeleton-footer{margin-top:.25rem;height:38px;width:100%}@keyframes cancha-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.canchas-map-section{max-width:var(--content-max-width);margin:3.5rem auto 2.5rem;padding:0 3rem;width:100%;box-sizing:border-box}.canchas-map-title{font-size:1.35rem;font-weight:800;color:#fff;letter-spacing:.04em;text-transform:uppercase;margin:0 0 1.25rem}.canchas-map-frame{position:relative;width:100%;height:480px;background-color:#0d1117;border:2px solid var(--color-green);border-radius:20px;overflow:hidden;box-sizing:border-box}.canchas-map-iframe{width:100%;height:100%;border:none;display:block;filter:invert(92%) hue-rotate(180deg) brightness(86%) contrast(105%) saturate(.35)}@media (max-width: 900px){.canchas-map-section{padding:0 1.5rem;margin-top:2.5rem}.canchas-map-frame{height:360px;border-radius:14px}}.crm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1.5rem;animation:crmFadeIn .2s ease-out}@keyframes crmFadeIn{0%{opacity:0}to{opacity:1}}.crm-box{position:relative;width:100%;max-width:1100px;max-height:92vh;background-color:#070a0f;border:1px solid var(--color-green);border-radius:18px;overflow:hidden;box-shadow:0 20px 40px #0009;display:flex;flex-direction:column}.crm-close-btn{position:absolute;top:1.25rem;right:1.25rem;width:32px;height:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#a0aab8;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .15s ease}.crm-close-btn:hover{background:#ff4757;border-color:#ff4757;color:#fff}.crm-layout{display:grid;grid-template-columns:1.5fr 1fr;overflow-y:auto;max-height:92vh}.crm-col-left{padding:2rem 2.25rem 2.5rem;border-right:1px solid #141b24;display:flex;flex-direction:column;gap:1.75rem}.crm-header{display:flex;flex-direction:column;gap:.65rem}.crm-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.crm-title{font-size:1.85rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.01em}.crm-rating-badge{background-color:#a7e61d26;border:1px solid #a7e61d;color:#a7e61d;font-size:.8rem;font-weight:800;padding:.2rem .55rem;border-radius:6px;display:inline-flex;align-items:center;gap:.3rem}.crm-reviews{font-size:.85rem;color:#788596}.crm-location-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.crm-location-text{display:flex;align-items:center;gap:.45rem;font-size:.82rem;color:#8b99a8}.crm-location-text svg{color:#a7e61d;flex-shrink:0}.crm-maps-btn{background:#a7e61d14;border:1px solid rgba(167,230,29,.4);border-radius:6px;color:#a7e61d;font-size:.75rem;font-weight:700;padding:.35rem .75rem;display:inline-flex;align-items:center;gap:.4rem;transition:all .15s ease;text-decoration:none}.crm-maps-btn:hover{background:#a7e61d2e;border-color:#a7e61d}.crm-gallery{position:relative;width:100%;height:230px;background-color:#0d1217;border-radius:12px;overflow:hidden;border:1px solid #1b232e}.crm-gallery-img{width:100%;height:100%;object-fit:cover}.crm-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#080c10bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15);color:#fff;font-size:1.3rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.crm-gallery-arrow:hover{background:#a7e61d;color:#05070b;border-color:#a7e61d}.crm-gallery-arrow--left{left:.75rem}.crm-gallery-arrow--right{right:.75rem}.crm-gallery-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem}.crm-gallery-dot{width:7px;height:7px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .2s ease}.crm-gallery-dot--active{background:#a7e61d;width:18px;border-radius:4px}.crm-section{display:flex;flex-direction:column;gap:.85rem}.crm-section-header{display:flex;align-items:center;gap:.5rem}.crm-section-header svg{color:#a7e61d}.crm-section-header h3{font-size:.95rem;font-weight:700;color:#fff;margin:0;letter-spacing:.01em}.crm-dates-strip{display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.crm-date-card{flex:1;min-width:60px;background:#0d1218;border:1px solid #1d2633;border-radius:8px;padding:.55rem .35rem;display:flex;flex-direction:column;align-items:center;gap:.15rem;cursor:pointer;transition:all .15s ease}.crm-date-card:hover{border-color:#a7e61d}.crm-date-card--selected{background:#a7e61d14;border-color:#a7e61d}.crm-date-label{font-size:.65rem;color:#798799;font-weight:600;text-transform:uppercase}.crm-date-card--selected .crm-date-label{color:#a7e61d}.crm-date-num{font-size:1.15rem;font-weight:800;color:#fff}.crm-date-month{font-size:.62rem;color:#798799;font-weight:700;letter-spacing:.05em}.crm-date-arrow-btn{background:#0d1218;border:1px solid #1d2633;border-radius:8px;color:#a0aab8;width:34px;height:58px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;flex-shrink:0;transition:all .15s ease}.crm-date-arrow-btn:hover{border-color:#a7e61d;color:#a7e61d}.crm-time-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.45rem}.crm-time-pill{padding:.6rem .25rem;border-radius:6px;font-size:.78rem;font-weight:700;text-align:center;transition:all .15s ease}.crm-time-pill--available{background:#0d1218;border:1px solid #1d2633;color:#a7e61d;cursor:pointer}.crm-time-pill--available:hover{border-color:#a7e61d;background:#a7e61d1a}.crm-time-pill--selected{background:#a7e61d2e;border-color:#a7e61d;color:#fff;font-weight:800}.crm-time-pill--disabled{background:#090c10;border:1px solid #141a22;color:#3e4856;cursor:not-allowed;-webkit-user-select:none;user-select:none}.crm-chips-grid{display:flex;flex-wrap:wrap;gap:.5rem}.crm-chip{background:#0d1218;border:1px solid #1d2633;border-radius:6px;padding:.4rem .75rem;font-size:.75rem;color:#d1d8e2;font-weight:600;display:inline-flex;align-items:center;gap:.45rem}.crm-chip__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--color-green)}.crm-chip__icon svg{width:14px;height:14px}.crm-notes-box{background:#0d1218;border:1px solid #1d2633;border-radius:8px;padding:.95rem 1.15rem}.crm-notes-box p{font-size:.8rem;color:#8c99a8;line-height:1.5;margin:0}.crm-highlights-grid{display:flex;flex-wrap:wrap;gap:.5rem}.crm-highlight-tag{background:#a7e61d0d;border:1px solid rgba(167,230,29,.35);border-radius:6px;padding:.35rem .75rem;font-size:.75rem;color:#d8e2ee;font-weight:600;display:inline-flex;align-items:center;gap:.45rem}.crm-highlight-tag__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--color-green)}.crm-highlight-tag__icon svg{width:14px;height:14px}.crm-col-right{padding:2rem 2rem 2.5rem;background-color:#090d13;display:flex;flex-direction:column;gap:1.5rem}.crm-summary-card{display:flex;flex-direction:column;gap:.65rem}.crm-summary-header{display:flex;align-items:center;gap:.45rem;color:#a7e61d;font-size:.95rem;font-weight:800;margin-bottom:.25rem}.crm-summary-header h4{margin:0;font-size:.95rem;color:#a7e61d;font-weight:800}.crm-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#8f9dae}.crm-summary-row strong{color:#fff;font-weight:700}.crm-summary-row--discount,.crm-summary-row--discount strong{color:#a7e61d}.crm-summary-divider{height:1px;background-color:#1a222c;margin:.35rem 0}.crm-summary-row--final{font-size:1rem;color:#fff;font-weight:700}.crm-final-price-tag{font-size:1.55rem;font-weight:900;color:#a7e61d!important;letter-spacing:-.01em}.crm-summary-sub{display:flex;justify-content:space-between;font-size:.78rem;color:#728091;padding-top:.25rem}.crm-info-icon{font-size:.72rem;color:#a7e61d;margin-left:2px}.crm-panel-section{display:flex;flex-direction:column;gap:.75rem}.crm-panel-header{display:flex;align-items:center;gap:.45rem;color:#fff;font-size:.88rem;font-weight:700}.crm-panel-header svg{color:#a7e61d}.crm-panel-header h5{margin:0;font-size:.88rem;font-weight:700;color:#fff}.crm-radio-options{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.crm-radio-card{background:#0d1218;border:1px solid #1c2430;border-radius:8px;padding:.75rem .85rem;display:flex;gap:.65rem;cursor:pointer;transition:all .15s ease}.crm-radio-card:hover{border-color:#a7e61d}.crm-radio-card--selected{background:#a7e61d0d;border-color:#a7e61d}.crm-custom-radio{width:14px;height:14px;border:1.5px solid #455263;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;flex-shrink:0;transition:border-color .15s}.crm-radio-card--selected .crm-custom-radio{border-color:#a7e61d}.crm-custom-radio__inner{width:6px;height:6px;background-color:transparent;border-radius:50%;transition:background-color .15s}.crm-radio-card--selected .crm-custom-radio__inner{background-color:#a7e61d}.crm-radio-card__body strong{display:block;font-size:.8rem;font-weight:700;color:#fff;margin-bottom:.2rem}.crm-radio-card__body p{font-size:.7rem;color:#798799;line-height:1.35;margin:0}.crm-deposit-box{background:#0d1218;border:1px solid #1c2430;border-radius:8px;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.crm-deposit-box span{font-size:.85rem;font-weight:700;color:#a7e61d}.crm-deposit-box strong{font-size:1.05rem;font-weight:800;color:#fff}.crm-notice-box{background:#ffffff05;border:1px solid #1c2430;border-radius:8px;padding:.75rem .95rem;display:flex;align-items:flex-start;gap:.65rem}.crm-notice-box svg{color:#a7e61d;flex-shrink:0;margin-top:1px}.crm-notice-box p{font-size:.72rem;color:#8c99a8;line-height:1.4;margin:0}.crm-actions-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.crm-btn-confirm{background-color:#a7e61d;border:none;border-radius:8px;color:#05070b;font-size:.95rem;font-weight:900;letter-spacing:.03em;padding:.95rem;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:opacity .15s ease}.crm-btn-confirm:hover:not(:disabled){opacity:.9}.crm-btn-confirm:disabled{opacity:.5;cursor:not-allowed}.crm-btn-cancel{background:none;border:1px solid #232c38;border-radius:8px;color:#8b99a8;font-size:.85rem;font-weight:700;padding:.75rem;cursor:pointer;transition:all .15s ease}.crm-btn-cancel:hover{border-color:#ff4757;color:#ff4757}.crm-policy-check{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#7e8c9d;cursor:pointer;-webkit-user-select:none;user-select:none}.crm-policy-check input{accent-color:#a7e61d;width:14px;height:14px}.crm-policy-check a{color:#a7e61d;text-decoration:underline}.crm-share-link{background:none;border:none;color:#728091;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;padding:.35rem 0;transition:color .15s}.crm-share-link:hover{color:#a7e61d}.crm-success-state{padding:4.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.crm-success-icon{width:68px;height:68px;border-radius:50%;background:#a7e61d26;border:2px solid #a7e61d;color:#a7e61d;display:flex;align-items:center;justify-content:center;font-size:2rem}.crm-success-state h2{font-size:1.75rem;font-weight:900;color:#a7e61d;margin:0}.crm-success-state p{font-size:.95rem;color:#8f9dae;line-height:1.5;max-width:420px;margin:0}@media (max-width: 900px){.crm-layout{grid-template-columns:1fr}.crm-col-left{border-right:none;border-bottom:1px solid #141b24;padding:1.5rem}.crm-col-right{padding:1.5rem}.crm-time-grid{grid-template-columns:repeat(3,1fr)}}.canchas-page{min-height:100vh;background-color:var(--color-bg);color:var(--color-text);display:flex;flex-direction:column}.canchas-hero{max-width:var(--content-max-width);margin:0 auto;padding:2.25rem 3rem 1.75rem;text-align:center;width:100%}.canchas-hero__title{font-size:2.4rem;font-weight:900;color:var(--color-green);letter-spacing:-.01em}.canchas-layout{max-width:var(--content-max-width);margin:0 auto;display:flex;align-items:flex-start;gap:2rem;padding:0 3rem 2rem;width:100%}.canchas-content{flex:1;min-width:0}.canchas-content__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.canchas-content__count{font-size:.95rem;color:var(--color-text)}.canchas-content__count strong{color:var(--color-green);font-weight:800}.canchas-orden{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--color-text-secondary)}.canchas-orden__select{background-color:#a7e61d1a;border:1px solid var(--color-green);border-radius:var(--radius-button);color:var(--color-green);padding:.55rem 1rem;font-size:.78rem;font-weight:800;letter-spacing:.05em;cursor:pointer;outline:none;transition:background-color .2s,border-color .2s}.canchas-orden__select:hover,.canchas-orden__select:focus{background-color:#a7e61d33}.canchas-orden__select option{background-color:#12161c;color:#fff;font-weight:600}.canchas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.canchas-vacio{background-color:var(--color-bg-secondary);border:1px dashed var(--color-border);border-radius:12px;padding:3.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--color-text-secondary)}.canchas-vacio__btn{background:none;border:1px solid var(--color-green);border-radius:6px;color:var(--color-green);padding:.6rem 1.25rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s ease}.canchas-vacio__btn:hover{background:var(--color-green);color:#05070b}.canchas-cargar-mas{display:block;margin:2.5rem auto 0;border:1px solid var(--color-border);border-radius:var(--radius-button);background:none;color:var(--color-text);padding:.85rem 2rem;font-size:.8rem;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:all .2s ease}.canchas-cargar-mas:hover{border-color:var(--color-green);color:var(--color-green);background-color:#a7e61d0d}.canchas-toast{position:fixed;bottom:2rem;right:2rem;background-color:#0d1217;border:1.5px solid var(--color-green);border-radius:8px;padding:1rem 1.5rem;color:#fff;font-size:.88rem;font-weight:600;box-shadow:0 8px 30px #0009;z-index:2000;animation:toastSlideUp .3s cubic-bezier(.2,.9,.3,1)}@keyframes toastSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.canchas-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.canchas-hero{padding:1.75rem 1.5rem 1.25rem}.canchas-hero__title{font-size:1.85rem}.canchas-layout{flex-direction:column;padding:0 1.5rem 2rem;gap:1.5rem}}@media (max-width: 600px){.canchas-grid{grid-template-columns:1fr}.canchas-content__top{flex-direction:column;align-items:flex-start}}.filtros{display:flex;flex-direction:column;gap:1.5rem;width:17rem;flex-shrink:0;border:1px solid var(--color-border);border-radius:14px;padding:1.5rem;height:fit-content}.filtros__header{display:flex;align-items:center;gap:.65rem}.filtros__header img{height:1.35rem;width:1.35rem}.filtros__header h2{font-size:1.15rem;font-weight:700}.filtros__group{display:flex;flex-direction:column;gap:.6rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.filtros__group>label:first-child,.filtros__label-icon{font-size:.85rem;font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:.5rem}.filtros__label-icon svg{width:1.1rem;height:1.1rem;color:var(--color-green)}.filtros__sublabel{font-size:.72rem;color:var(--color-text-secondary)}.filtros__group select{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-button);color:var(--color-text);padding:.65rem .75rem;font-size:.8rem;font-weight:600}.filtros__group input[type=range]{width:100%;accent-color:var(--color-green)}.filtros__range-labels{display:flex;justify-content:space-between;font-size:.72rem;color:var(--color-text-secondary)}.filtros__checkbox{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--color-text)}.filtros__checkbox input{accent-color:var(--color-green);width:1rem;height:1rem}.filtros__date-input{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-button);padding:.15rem .5rem}.filtros__date-input input{flex:1;border:none;background:none;color:var(--color-text);font-family:var(--font-body);font-size:.78rem;padding:.5rem 0}.filtros__ubicacion,.filtros__aplicar{display:flex;align-items:center;justify-content:center;gap:.6rem;border-radius:var(--radius-button);padding:.85rem;font-size:.8rem;font-weight:700;letter-spacing:.03em}.filtros__ubicacion{background:none;border:1px solid var(--color-green);color:var(--color-green)}.filtros__ubicacion img{height:1.1rem;width:1.1rem}.filtros__aplicar{background-color:var(--color-green);border:none;color:#05070b}.filtros__aplicar img{height:1.1rem;width:1.1rem}@media (max-width: 1100px){.filtros{width:100%}}.partido-card{display:flex;flex-direction:column;border:1px solid var(--color-green);border-radius:var(--radius-card-partido);padding:1.5rem;background-color:var(--color-bg-secondary)}.partido-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.partido-card__badge{border:1px solid var(--color-green);color:var(--color-green);border-radius:var(--radius-button);padding:.3rem .65rem;font-size:.68rem;font-weight:700;letter-spacing:.04em}.partido-card__fav{background:none;border:none;color:var(--color-text-secondary);width:1.5rem;height:1.5rem;padding:0}.partido-card__fav svg{width:100%;height:100%}.partido-card__fav--active{color:var(--color-green)}.partido-card__vs{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.partido-card__shirt{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:12px;flex-shrink:0}.partido-card__shirt img{width:1.9rem;height:auto}.partido-card__shirt--local{background-color:var(--color-green)}.partido-card__shirt--rival{background-color:transparent;border:1px solid var(--color-border)}.partido-card__vs-text{font-family:var(--font-title);font-weight:700;color:var(--color-text-secondary)}.partido-card__meta{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.partido-card__meta-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--color-text)}.partido-card__meta-item svg{width:1.05rem;height:1.05rem;color:var(--color-green);flex-shrink:0}.partido-card__precio{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--color-green);border-radius:var(--radius-button);padding:.75rem 1rem;margin-bottom:1.25rem}.partido-card__precio strong{display:block;font-size:1.05rem;color:var(--color-text)}.partido-card__precio span{font-size:.7rem;color:var(--color-text-secondary)}.partido-card__precio img{height:1.5rem;width:auto}.partido-card__ubicacion{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-secondary);margin-bottom:1.5rem}.partido-card__ubicacion img{height:1.1rem;width:1.1rem;flex-shrink:0}.partido-card__detalle{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto;background:none;border:none;border-top:1px solid var(--color-border);padding-top:1.1rem;color:var(--color-green);font-weight:700;font-size:.8rem;letter-spacing:.03em}.partido-card__detalle:hover{opacity:.8}.partido-card-skeleton{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:12px;background-color:#1a1a1a;border:1px solid #333;min-height:240px}.skeleton-pulse{background:linear-gradient(90deg,#222 25%,#333,#222 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite ease-in-out;border-radius:6px}.skeleton-header{height:24px;width:40%}.skeleton-line{height:16px}.skeleton-footer{margin-top:auto;height:36px;width:100%}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#05070bbf;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:100}.modal-box{width:100%;max-width:68rem;max-height:90vh;background-color:var(--color-bg);border:1px solid var(--color-green);border-radius:16px;overflow:hidden}.modal-scroll{display:grid;grid-template-columns:1.9fr 1.1fr;gap:2rem;max-height:90vh;overflow-y:auto;padding:2rem 2.25rem}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;grid-column:1 / -1}.modal-header h2{font-size:1.6rem;font-weight:700}.modal-close{background:none;border:none;color:var(--color-text);font-size:1.75rem;line-height:1;width:2rem;height:2rem}.modal-main{min-width:0}.modal-topinfo{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border);margin-bottom:1.75rem}.modal-topinfo__label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:.6rem}.modal-topinfo__label svg,.modal-topinfo__label img{width:1.1rem;height:1.1rem;color:var(--color-green)}.modal-topinfo__value{font-size:.95rem;font-weight:700;margin-bottom:.2rem}.modal-topinfo__hora,.modal-topinfo__temp{font-size:1.4rem;font-weight:700;color:var(--color-green)}.modal-topinfo__sub{font-size:.78rem;color:var(--color-text-secondary);line-height:1.4}.modal-maps-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.5rem;font-size:.8rem;font-weight:600;color:var(--color-green)}.modal-maps-link svg{width:.8rem;height:.8rem}.modal-section{margin-bottom:1.75rem}.modal-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.1rem}.modal-section__title{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;margin-bottom:1.1rem}.modal-section__title svg,.modal-section__title img{width:1.3rem;height:1.3rem;color:var(--color-green)}.modal-warning{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;color:var(--color-green);font-weight:800;font-size:1.1rem}.modal-toggle{display:flex;align-items:center;gap:.75rem;font-size:.85rem;font-weight:600}.modal-toggle__switch{position:relative;width:2.6rem;height:1.5rem;border-radius:999px;border:none;background-color:var(--color-border);transition:background-color .2s ease}.modal-toggle__switch.is-active{background-color:var(--color-green)}.modal-toggle__thumb{position:absolute;top:.15rem;left:.15rem;width:1.2rem;height:1.2rem;border-radius:50%;background-color:var(--color-bg);transition:transform .2s ease}.modal-toggle__switch.is-active .modal-toggle__thumb{transform:translate(1.1rem)}.modal-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.25rem}.modal-team{display:flex;flex-direction:column;gap:1.1rem;border-radius:14px;padding:1.25rem;border:1px solid var(--color-border);height:100%}.modal-team--local{border-color:var(--color-green);background-color:var(--color-bg-secondary)}.modal-team__tag{align-self:flex-start;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--color-green)}.modal-team__tag--muted{color:var(--color-text-secondary)}.modal-team__body{display:flex;align-items:center;gap:1rem}.modal-team__shield{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:10px;flex-shrink:0;font-weight:700;font-size:1.1rem}.modal-team__shield--local{background-color:var(--color-green);color:#05070b}.modal-team__shield--local svg{width:1.5rem;height:1.5rem}.modal-team__shield--empty{border:1px dashed var(--color-border);color:var(--color-text-secondary)}.modal-team__name{display:flex;align-items:center;gap:.4rem;font-weight:700;font-size:1rem}.modal-team__name--muted{color:var(--color-text-secondary)}.modal-team__check{color:var(--color-green);width:1.05rem;height:1.05rem}.modal-team__meta{font-size:.78rem;color:var(--color-green)}.modal-team--rival .modal-team__meta{color:var(--color-text-secondary)}.modal-team__cta{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--color-green);border-radius:var(--radius-button);background:none;color:var(--color-green);padding:.65rem .9rem;font-size:.82rem;font-weight:600}.modal-team__cta--muted{border-color:var(--color-border);color:var(--color-text)}.modal-vs-circle{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;border:1px solid var(--color-border);font-family:var(--font-title);font-weight:700;font-size:.8rem}.modal-share{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;border:1px solid var(--color-border);border-radius:12px;padding:1.1rem 1.25rem;margin-bottom:1.75rem}.modal-share span{display:flex;align-items:center;gap:.6rem;font-size:.85rem}.modal-share span img{width:1.2rem;height:1.2rem}.modal-share__btn{display:flex;align-items:center;gap:.5rem;border:1px solid var(--color-green);border-radius:var(--radius-button);background:none;color:var(--color-green);padding:.6rem 1rem;font-size:.8rem;font-weight:700}.modal-share__btn img{width:1rem;height:1rem}.modal-rival{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:1.25rem;align-items:center;border:1px solid var(--color-border);border-radius:14px;padding:1.25rem}.modal-rival__team{display:flex;align-items:center;gap:1rem}.modal-rival__team strong{display:block;font-size:.95rem;margin-bottom:.2rem}.modal-rival__team p{font-size:.75rem;color:var(--color-text-secondary);line-height:1.4}.modal-rival__stat{text-align:center}.modal-rival__stat span{display:block;font-size:.72rem;color:var(--color-text-secondary);margin-bottom:.3rem}.modal-rival__stat strong{font-size:1rem;color:var(--color-green)}.modal-extra{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.modal-extra__item{display:flex;align-items:center;gap:.65rem}.modal-extra__item img{width:1.4rem;height:1.4rem;flex-shrink:0}.modal-extra__item span{display:block;font-size:.72rem;color:var(--color-text-secondary)}.modal-extra__item strong{font-size:.85rem}.modal-extra__item strong.is-abierto{color:var(--color-green)}.modal-extra__item strong.is-cerrado{color:var(--color-text-secondary)}.modal-extra__estado-dot{width:.9rem;height:.9rem;border-radius:50%;border:2px solid var(--color-green);flex-shrink:0}.modal-extra__estado-dot.is-cerrado{border-color:var(--color-text-secondary)}.modal-payment{display:flex;flex-direction:column;gap:1.5rem;border-left:1px solid var(--color-border);padding-left:2rem}.modal-payment__block{padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.modal-payment__row{display:flex;align-items:center;justify-content:space-between;font-size:.82rem;margin-bottom:.75rem}.modal-payment__row--promo span,.modal-payment__row--promo strong{color:var(--color-green)}.modal-payment__divider{border-top:1px dashed var(--color-border);margin:1rem 0}.modal-payment__total{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem}.modal-payment__total span{font-size:.85rem;font-weight:600}.modal-payment__total strong{font-size:1.5rem;color:var(--color-green)}.modal-payment__tag{display:inline-block;margin-top:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-button);padding:.3rem .65rem;font-size:.7rem;color:var(--color-text-secondary)}.modal-metodo{display:flex;flex-direction:column;gap:.85rem}.modal-metodo__card{position:relative;text-align:left;border:1px solid var(--color-border);border-radius:12px;padding:1rem 1rem 1rem 2.5rem;background:none}.modal-metodo__card.is-active{border-color:var(--color-green);background-color:var(--color-bg-secondary)}.modal-metodo__radio{position:absolute;top:1.1rem;left:1rem;width:1rem;height:1rem;border-radius:50%;border:1.5px solid var(--color-border)}.modal-metodo__card.is-active .modal-metodo__radio{border-color:var(--color-green);box-shadow:inset 0 0 0 3px var(--color-bg-secondary);background-color:var(--color-green)}.modal-metodo__card strong{display:block;font-size:.85rem;margin-bottom:.25rem;color:#fff}.modal-metodo__card p{font-size:.75rem;color:var(--color-text-secondary);line-height:1.4}.modal-info-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.modal-info-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.78rem;line-height:1.5;color:var(--color-text-secondary)}.modal-info-list li svg{width:1.1rem;height:1.1rem;color:var(--color-green);flex-shrink:0;margin-top:.1rem}.modal-cta{display:flex;align-items:center;justify-content:center;gap:.6rem;background-color:var(--color-green);border:none;border-radius:var(--radius-button);color:#05070b;font-weight:700;font-size:.9rem;padding:.95rem}.modal-cta:disabled{opacity:.5}.modal-cta svg{width:1rem;height:1rem}.modal-cancelar{border:1px solid var(--color-border);border-radius:var(--radius-button);background:none;color:var(--color-text);font-weight:600;font-size:.9rem;padding:.9rem}.modal-terms{display:flex;align-items:center;gap:.6rem;font-size:.75rem;color:var(--color-text-secondary)}.modal-terms input{accent-color:var(--color-green);width:1rem;height:1rem}.modal-terms a{color:var(--color-green);font-weight:600}@media (max-width: 1000px){.modal-scroll{grid-template-columns:1fr}.modal-payment{border-left:none;padding-left:0;border-top:1px solid var(--color-border);padding-top:1.5rem}.modal-topinfo,.modal-extra{grid-template-columns:repeat(2,1fr)}.modal-rival{grid-template-columns:1fr;text-align:left}.modal-rival__stat{text-align:left}}@media (max-width: 640px){.modal-teams{grid-template-columns:1fr}.modal-vs-circle{margin:0 auto}.modal-topinfo,.modal-extra{grid-template-columns:1fr}}.partidos-page{min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}.partidos-hero{max-width:var(--content-max-width);margin:0 auto;padding:2rem 3rem 2.5rem;text-align:center}.partidos-hero h1{font-size:2.5rem;font-weight:800;color:var(--color-green);margin-bottom:1.75rem}.partidos-hero__actions{display:flex;align-items:center;justify-content:center;gap:1.25rem}.partidos-layout{max-width:var(--content-max-width);margin:0 auto;display:flex;align-items:flex-start;gap:2rem;padding:0 3rem 3rem}.partidos-content{flex:1;min-width:0}.partidos-content__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.partidos-content__top p{font-size:.95rem}.partidos-content__top strong{color:var(--color-green)}.partidos-orden{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.partidos-orden select{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-button);color:var(--color-text);padding:.6rem .9rem;font-size:.78rem;font-weight:700;letter-spacing:.03em}.partidos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.partidos-vacio{color:var(--color-text-secondary);padding:3rem 0;text-align:center}.partidos-cargar-mas{display:block;margin:2.5rem auto 0;border:1px solid var(--color-border);border-radius:var(--radius-button);background:none;color:var(--color-text);padding:.85rem 2rem;font-size:.8rem;font-weight:700;letter-spacing:.03em}.partidos-cargar-mas:hover{border-color:var(--color-green);color:var(--color-green)}@media (max-width: 1100px){.partidos-layout{flex-direction:column}.partidos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.partidos-hero{padding:2rem 1.5rem}.partidos-hero h1{font-size:1.85rem}.partidos-layout{padding:0 1.5rem 2.5rem}}@media (max-width: 640px){.partidos-hero__actions{flex-direction:column}.partidos-grid{grid-template-columns:1fr}}.equipos-layout .filtros{display:flex;flex-direction:column;gap:1.5rem;width:17rem;flex-shrink:0;border:1px solid var(--color-border);border-radius:14px;padding:1.5rem;height:fit-content;background-color:var(--color-bg)}.equipos-layout .filtros__header{display:flex;align-items:center;gap:.65rem}.equipos-layout .filtros__header img{height:1.35rem;width:1.35rem}.equipos-layout .filtros__header h2{font-size:1.15rem;font-weight:700;color:var(--color-text);margin:0}.equipos-layout .filtros__group{display:flex;flex-direction:column;gap:.6rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.equipos-layout .filtros__group>label:first-child{font-size:.85rem;font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:.5rem}.equipos-layout .filtros__group select{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-button);color:var(--color-text);padding:.65rem .75rem;font-size:.8rem;font-weight:600;outline:none;cursor:pointer}.equipos-layout .filtros__checkbox{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--color-text);cursor:pointer}.equipos-layout .filtros__checkbox input{accent-color:var(--color-green);width:1rem;height:1rem;cursor:pointer}.equipos-layout .filtros__aplicar{display:flex;align-items:center;justify-content:center;gap:.6rem;border-radius:var(--radius-button);padding:.85rem;font-size:.8rem;font-weight:700;letter-spacing:.03em;background-color:var(--color-green);border:none;color:#05070b;cursor:pointer;transition:filter .15s ease,transform .15s ease}.equipos-layout .filtros__aplicar:hover{filter:brightness(1.08);transform:translateY(-1px)}.equipos-layout .filtros__aplicar img{height:1.1rem;width:1.1rem}@media (max-width: 1100px){.equipos-layout .filtros{width:100%}}.equipo-card{display:flex;flex-direction:column;align-items:center;border:1px solid var(--color-green);border-radius:var(--radius-card-partido);background-color:var(--color-bg-secondary);overflow:hidden;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.equipo-card:hover{transform:translateY(-2px)}.equipo-card__crest{display:flex;align-items:center;justify-content:center;padding:2rem 0 1.5rem}.equipo-card__crest img{height:3rem;width:auto}.equipo-card__divider{width:100%;height:1px;background-color:var(--color-border)}.equipo-card__nombre{padding:.9rem 1rem;font-size:1.05rem;font-weight:700;color:var(--color-text);text-align:center}.equipo-card__stats{display:flex;align-items:center;justify-content:space-around;width:100%;padding:.9rem 1rem}.equipo-card__stat{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--color-text)}.equipo-card__stat img{height:1.15rem;width:1.15rem}.equipo-card__detalle{width:calc(100% - 2rem);margin:0 1rem 1rem;border:none;border-radius:var(--radius-button);background-color:var(--color-green);color:#05070b;padding:.75rem;font-size:.8rem;font-weight:800;letter-spacing:.03em;cursor:pointer;transition:filter .15s ease}.equipo-card__detalle:hover{filter:brightness(1.08)}.equipos-page{min-height:100vh;background-color:var(--color-bg);color:var(--color-text);display:flex;flex-direction:column}.equipos-hero{max-width:var(--content-max-width);margin:0 auto;padding:2.25rem 3rem 1.75rem;text-align:center;width:100%}.equipos-hero__title{font-size:2.4rem;font-weight:900;color:var(--color-green);letter-spacing:-.01em}.equipos-layout{max-width:var(--content-max-width);margin:0 auto;display:flex;align-items:flex-start;gap:2rem;padding:0 3rem 2rem;width:100%}.equipos-content{flex:1;min-width:0}.equipos-content__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.equipos-content__count{font-size:.95rem;color:var(--color-text)}.equipos-content__count strong{color:var(--color-green);font-weight:800}.equipos-orden{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--color-text-secondary)}.equipos-orden__select{background-color:#a7e61d1a;border:1px solid var(--color-green);border-radius:var(--radius-button);color:var(--color-green);padding:.55rem 1rem;font-size:.78rem;font-weight:800;letter-spacing:.05em;cursor:pointer;outline:none;transition:background-color .2s,border-color .2s}.equipos-orden__select:hover,.equipos-orden__select:focus{background-color:#a7e61d33}.equipos-orden__select option{background-color:#12161c;color:#fff;font-weight:600}.equipos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.equipos-vacio{background-color:var(--color-bg-secondary);border:1px dashed var(--color-border);border-radius:12px;padding:3.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--color-text-secondary)}.equipos-vacio__btn{background:none;border:1px solid var(--color-green);border-radius:6px;color:var(--color-green);padding:.6rem 1.25rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s ease}.equipos-vacio__btn:hover{background:var(--color-green);color:#05070b}.equipos-cargar-mas{display:block;margin:2.5rem auto 0;border:1px solid var(--color-border);border-radius:var(--radius-button);background:none;color:var(--color-text);padding:.85rem 2rem;font-size:.8rem;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:all .2s ease}.equipos-cargar-mas:hover{border-color:var(--color-green);color:var(--color-green);background-color:#a7e61d0d}@media (max-width: 1200px){.equipos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.equipos-hero{padding:1.75rem 1.5rem 1.25rem}.equipos-hero__title{font-size:1.85rem}.equipos-layout{flex-direction:column;padding:0 1.5rem 2rem;gap:1.5rem}}@media (max-width: 600px){.equipos-grid{grid-template-columns:1fr}.equipos-content__top{flex-direction:column;align-items:flex-start}}:root{--lima-principal: #b7e61d;--lima-intenso: #a6db1f;--verde-neon-sombra: #7ea312;--blanco: #ffffff;--gris-claro: #d9d9d9;--negro-fondo: #05070b;--negro-secundario: #0b0e13;--bg: var(--negro-fondo);--surface: var(--negro-secundario);--border: rgba(183, 230, 29, .35);--border-strong: var(--lima-principal);--text-primary: var(--blanco);--text-secondary: var(--gris-claro);--text-muted: rgba(217, 217, 217, .55);--accent: var(--lima-principal);--accent-strong: var(--lima-intenso);--empate-bg: #6d602c;--empate-border: #dec015;--empate-text: #f0cb2f;--derrota-bg: #6b0a0a;--derrota-border: #e13b3b;--derrota-text: #ff5c5c;--victoria-bg: #4b6b14;--victoria-border: #a7e61d;--victoria-text: #b7e61d;--font-heading: "Exo 2", sans-serif;--font-body: "IBM Plex Sans", sans-serif;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--max-width: 1180px;background:var(--bg);color:var(--text-primary);font-family:var(--font-body)}.page{min-height:100%}.button-primary{background:var(--accent);color:var(--negro-fondo);border:none;border-radius:var(--radius-sm);padding:10px 20px;font-family:var(--font-heading);font-weight:700;font-size:13px;letter-spacing:.03em;text-transform:uppercase;cursor:pointer}.button-primary:hover{background:var(--accent-strong)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--accent);cursor:pointer;padding:4px}.seccion-perfil{padding:28px 24px 0;max-width:var(--max-width);margin:0 auto}.equipo-card{position:relative;border:1px solid var(--border-strong);border-radius:var(--radius-lg);overflow:hidden;padding:34px 40px;isolation:isolate}.equipo-card__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:url(/assets/foto%20estadio.jpg);background-size:cover;background-position:center;opacity:.25}.equipo-card__body{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.equipo-card__crest{flex-shrink:0;color:var(--accent)}.equipo-card__main{flex:1 1 260px;min-width:0}.equipo-card__heading-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.equipo-card__nombre{font-family:var(--font-heading);font-weight:800;font-size:28px;color:var(--accent);margin:0}.equipo-card__torneos{margin-left:auto;display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-family:var(--font-heading);font-weight:600;font-size:15px}.equipo-card__torneos span{color:var(--text-primary)}.equipo-card__descripcion{margin:12px 0 18px;color:var(--text-secondary);font-size:14px;line-height:1.5;max-width:46ch}.equipo-card__meta{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.equipo-card__meta-item{display:inline-flex;align-items:center;gap:8px;color:var(--text-primary);font-size:14px}.equipo-card__meta-item svg{color:var(--accent)}.equipo-card__cta{margin-left:auto;white-space:nowrap}.paneles{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:22px;padding:22px 24px 0;max-width:var(--max-width);margin:0 auto}.panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:22px}.panel__header{display:flex;align-items:center;gap:10px;margin-bottom:18px}.panel__header svg{color:var(--accent)}.panel__title{font-family:var(--font-heading);font-weight:700;font-size:18px;color:var(--accent);margin:0}.panel__title--center{flex:1;text-align:center}.panel__count{margin-left:auto;color:var(--accent);font-family:var(--font-heading);font-weight:600;font-size:14px}.streak{display:flex;align-items:center;gap:10px;margin-bottom:18px}.streak__label{color:var(--text-primary);font-size:13px;font-weight:600}.streak__dots{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}.streak__dot{width:12px;height:12px;border-radius:50%}.streak__dot--empate{background:var(--empate-text)}.streak__dot--derrota{background:var(--derrota-text)}.streak__dot--victoria{background:var(--victoria-text)}.streak__window{margin-left:auto;color:var(--text-muted);font-size:12px}.matches{display:flex;flex-direction:column;gap:14px}.match-row{display:flex;align-items:center;gap:18px;border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 18px}.match-row__equipos{display:flex;align-items:center;gap:18px;flex:1;min-width:0}.match-equipo{display:flex;flex-direction:column;align-items:center;gap:6px;width:84px}.match-equipo svg{color:var(--accent)}.match-equipo__nombre{font-size:12px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.match-score{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:64px}.match-score__fecha{font-size:11px;color:var(--text-muted)}.match-score__value{font-family:var(--font-heading);font-weight:800;font-size:22px;color:var(--text-primary)}.resultado-badge{flex-shrink:0;border-radius:var(--radius-sm);padding:9px 18px;font-family:var(--font-heading);font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase;text-align:center;border:1px solid transparent}.resultado-badge--empate{background:var(--empate-bg);border-color:var(--empate-border);color:var(--empate-text)}.resultado-badge--derrota{background:var(--derrota-bg);border-color:var(--derrota-border);color:var(--derrota-text)}.resultado-badge--victoria{background:var(--victoria-bg);border-color:var(--victoria-border);color:var(--victoria-text)}.jugadores{display:flex;flex-direction:column}.jugador-row{display:flex;align-items:center;gap:14px;padding:11px 4px;border-bottom:1px solid rgba(217,217,217,.08)}.jugador-row:last-child{border-bottom:none}.jugador-avatar{flex-shrink:0;width:34px;height:34px;border-radius:50%;border:2px dotted var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:11px;color:var(--text-primary)}.jugador-nombre{flex:1;min-width:0;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jugador-captain{flex-shrink:0;width:15px;height:15px;border-radius:50%;border:1.3px solid var(--accent);color:var(--accent);font-size:9px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.jugador-posicion{flex-shrink:0;font-family:var(--font-heading);font-weight:700;font-size:12px;letter-spacing:.03em;color:var(--text-secondary)}@media (max-width: 1024px){.paneles{grid-template-columns:1fr}}@media (max-width: 768px){.seccion-perfil{padding:20px 16px 0}.equipo-card{padding:22px 18px}.equipo-card__body{gap:18px}.equipo-card__crest svg{width:64px;height:64px}.equipo-card__nombre{font-size:22px}.equipo-card__torneos{font-size:13px}.equipo-card__descripcion{max-width:none;font-size:13px}.equipo-card__meta{gap:14px}.equipo-card__cta{margin-left:0;flex:1 1 100%;order:3}.paneles{padding:16px 16px 0;gap:16px}.panel{padding:16px}.match-row{flex-wrap:wrap;gap:10px;padding:12px 14px}.match-row__equipos{gap:10px}.match-equipo{width:68px}.resultado-badge{padding:8px 14px;flex:1 1 100%;order:3}}@media (max-width: 480px){.equipo-card__body{flex-direction:column;align-items:flex-start}.equipo-card__heading-row{width:100%}.equipo-card__meta-item{font-size:13px}.match-equipo{width:58px}.match-equipo svg{width:24px;height:24px}.match-equipo__nombre{font-size:11px}.match-score__value{font-size:18px}.jugador-row{gap:10px}.jugador-nombre{font-size:13px}}.host-sidebar{width:15.5rem;flex-shrink:0;border-right:1px solid var(--host-border);padding:1.25rem;display:flex;flex-direction:column;gap:2rem;overflow-y:auto}.host-sidebar__brand{display:flex;align-items:center;gap:.75rem}.host-sidebar__brand img{height:2.75rem;width:auto}.host-sidebar__brand span{font-family:var(--font-title);font-size:1.3rem;font-weight:700;color:var(--host-text)}.host-sidebar__nav{display:flex;flex-direction:column;gap:.35rem}.host-sidebar__link{display:flex;align-items:center;gap:.85rem;padding:.75rem .9rem;border-radius:8px;border-right:3px solid transparent;color:var(--host-text-secondary);font-size:.9rem;font-weight:600;transition:background-color .15s ease,padding-left .15s ease}.host-sidebar__link:hover{color:var(--host-text)}.host-sidebar__link.is-active{color:var(--host-green);background-color:var(--host-bg-secondary);border-radius:8px 0 0 8px;border-right:3px solid var(--host-green);padding-left:calc(.9rem + 5px)}.host-sidebar__icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0}.host-sidebar__icon svg,.host-sidebar__icon img{width:100%;height:100%}.host-sidebar__icon img{filter:brightness(0) invert(1) opacity(.75)}.host-sidebar__link.is-active .host-sidebar__icon img{filter:none}.host-notifications{position:absolute;top:calc(100% + .75rem);right:0;width:21rem;background-color:var(--host-bg-secondary);border:1px solid var(--host-border);border-radius:10px;box-shadow:2px 2px 0 0 var(--host-green);z-index:20;overflow:hidden}.host-notifications__header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;border-bottom:1px solid var(--host-border-subtle)}.host-notifications__header h3{font-size:.9rem;font-weight:700}.host-notifications__header span{font-size:.7rem;color:var(--host-green);font-weight:700}.host-notifications__list{max-height:22rem;overflow-y:auto}.host-notifications__item{display:flex;gap:.75rem;padding:.9rem 1.1rem;border-bottom:1px solid var(--host-border-subtle);text-align:left}.host-notifications__item:last-child{border-bottom:none}.host-notifications__icon{display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:50%;border:1px solid var(--host-green);flex-shrink:0}.host-notifications__icon img{height:1.1rem;width:auto}.host-notifications__icon.is-negativo{border-color:#ff6b6b}.host-notifications__item strong{display:block;font-size:.82rem;font-weight:700;margin-bottom:.2rem}.host-notifications__item p{font-size:.76rem;color:var(--host-text-secondary);line-height:1.4;margin-bottom:.3rem}.host-notifications__time{font-size:.68rem;color:var(--host-text-secondary);opacity:.75}.host-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--host-border)}@media (max-width: 480px){.host-topbar__user span:not(.host-topbar__avatar){display:none}}.host-topbar__search{display:flex;align-items:center;gap:.75rem;flex:1;max-width:28rem;border:1px solid var(--host-border-subtle);border-radius:8px;padding:.6rem 1rem;transition:border-color .15s ease,box-shadow .15s ease}.host-topbar__search:hover{border-color:#ffffff80}.host-topbar__search:focus-within{cursor:text;border-color:var(--host-green);box-shadow:0 0 0 2px #a7e61d26}.host-topbar__search img{height:32px;width:auto;opacity:.6;transition:opacity .15s ease}.host-topbar__search:hover img{opacity:1}.host-topbar__search input{flex:1;min-width:0;background:none;border:none;color:var(--host-text);font-family:var(--font-body);font-size:.85rem;outline:none}.host-topbar__search input::placeholder{color:var(--host-text-secondary)}.host-topbar__clear-search{background:none;border:none;color:var(--host-text-secondary);cursor:pointer;font-size:1.1rem;line-height:1;padding:0 4px}.host-topbar__clear-search:hover{color:var(--host-text)}.host-topbar__actions{display:flex;align-items:center;gap:1.5rem}.host-topbar__notif{position:relative}.host-topbar__bell{position:relative;display:flex;background:none;border:none;padding:0}.host-topbar__bell img{transition:filter .15s ease}.host-topbar__bell:hover img{filter:drop-shadow(0 0 3px var(--host-green))}.host-topbar__bell img{height:32px;width:auto}.host-topbar__badge{position:absolute;top:-2px;right:-2px;width:.55rem;height:.55rem;border-radius:50%;background-color:var(--host-green);border:1.5px solid var(--host-bg)}.host-topbar__user{display:flex;align-items:center;gap:.6rem;background:none;border:none;color:var(--host-text);font-size:.9rem;font-weight:600;transition:color .15s ease;min-width:0;flex-shrink:0}.host-topbar__user:hover{color:var(--host-green)}.host-topbar__avatar{display:flex;align-items:center;justify-content:center;height:2.1rem;width:2.1rem;border-radius:50%;border:1.5px solid var(--host-green);color:var(--host-text);flex-shrink:0}.host-topbar__user .host-topbar__avatar svg{width:1.9rem;height:1.9rem}.host-topbar__user svg{width:.85rem;height:.85rem;color:var(--host-text-secondary);transition:color .15s ease}.host-topbar__user:hover svg{color:var(--host-green)}.host-topbar__username{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:6rem}@media (max-width: 480px){.host-topbar__username{display:none}}.host-layout{--host-bg: #05070b;--host-bg-secondary: #101317;--host-border: rgba(255, 255, 255, .18);--host-border-subtle: #2a2e35;--host-green: #a7e61d;--host-text: #ffffff;--host-text-secondary: #9aa0aa;display:flex;height:100vh;overflow:hidden;background-color:var(--host-bg);color:var(--host-text)}.host-main{flex:1;min-width:0;height:100vh;display:flex;flex-direction:column;overflow:hidden}.host-main__content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1.25rem 2rem 1.5rem}.host-card{background-color:var(--host-bg-secondary);border:1px solid var(--host-border);border-radius:10px;box-shadow:2px 2px 0 0 var(--host-green)}@media (max-width: 1100px){.host-sidebar{display:none}}.host-dashboard{display:flex;flex-direction:column;gap:1rem}.host-dashboard__title{font-size:1.4rem;font-weight:700}.host-dashboard__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.host-dashboard__main{display:grid;grid-template-columns:2.2fr 1fr;gap:1rem;align-items:stretch}.host-schedule,.host-weekly{padding:1.1rem 1.25rem;display:flex;flex-direction:column}.host-schedule h2,.host-weekly h2{font-size:.98rem;font-weight:700;margin-bottom:1rem}.host-schedule__header{display:grid;grid-template-columns:5.5rem 1fr;margin-bottom:.5rem}.host-schedule__corner{font-size:.78rem;color:var(--host-text-secondary)}.host-schedule__hours{display:flex;justify-content:space-between}.host-schedule__hours span{font-size:.75rem;color:var(--host-text-secondary)}.host-schedule__body{position:relative}.host-schedule__gridlines{position:absolute;top:0;bottom:0;left:5.5rem;right:0}.host-schedule__row{position:relative;display:grid;grid-template-columns:5.5rem 1fr;align-items:center;padding:.55rem 0;border-top:1px solid var(--host-border-subtle)}.host-schedule__row:last-child{border-bottom:1px solid var(--host-border-subtle)}.host-schedule__row-label{font-size:.85rem;color:var(--host-text)}.host-schedule__track{position:relative;height:2.4rem}.host-schedule__event{position:absolute;top:50%;transform:translateY(-50%);height:2rem;display:flex;align-items:center;border-radius:4px;padding:0 .75rem;font-size:.72rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#2a2d31;color:#fff}.host-weekly__total{display:block;font-size:1.5rem;font-weight:700;margin-bottom:1.1rem}.host-weekly__list{display:flex;flex-direction:column;gap:.75rem}.host-weekly__row{display:grid;grid-template-columns:5rem 1fr;align-items:center;gap:.75rem}.host-weekly__row span:first-child{font-size:.85rem;color:var(--host-text)}.host-weekly__bar{display:block;height:1.05rem;border-radius:4px;background-color:var(--host-green)}.host-dashboard__insights{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.host-insight{padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:.65rem}.host-insight__title{font-size:.85rem;color:var(--host-text-secondary)}.host-insight__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.host-insight__text{display:flex;flex-direction:column;gap:.2rem}.host-insight__text strong{font-size:1.05rem;font-weight:700;color:var(--host-text)}.host-insight__text p{color:var(--host-green);font-weight:700;font-size:.95rem}.host-insight__text small{color:var(--host-text-secondary);font-weight:500;font-size:.72rem}.host-insight__icon{display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--host-green);flex-shrink:0}.host-insight__icon svg{height:61px;width:61px}.host-insight__icon img{height:61px;width:auto}.host-quick{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:.9rem 1.5rem;border:none;box-shadow:none}.host-quick__label{font-weight:600;color:var(--host-text-secondary)}.host-quick__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.host-quick__actions button{display:flex;align-items:center;gap:.6rem;background:none;border:1px solid var(--host-border-subtle);border-radius:8px;color:var(--host-text);padding:.7rem 1.1rem;font-size:.85rem;font-weight:600}.host-quick__actions button:hover{border-color:var(--host-green);color:var(--host-green)}.host-quick__actions img{height:1.5rem;width:auto;filter:brightness(0) invert(1) opacity(.85)}.host-quick__actions button:hover img{filter:none}@media (max-width: 1200px){.host-dashboard__stats{grid-template-columns:repeat(2,1fr)}.host-dashboard__main,.host-dashboard__insights{grid-template-columns:1fr}}.stat-card{padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:.55rem}.stat-card__label{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--host-text-secondary)}.stat-card__icon{display:flex;align-items:center;justify-content:center;color:var(--host-green);flex-shrink:0}.stat-card__icon svg,.stat-card__icon img{width:1.05rem;height:1.05rem}.stat-card__row{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.stat-card__value{font-size:1.35rem;font-weight:700;color:var(--host-text)}.stat-card__delta{display:flex;flex-direction:row;align-items:baseline;gap:.35rem;font-size:.8rem;font-weight:700}.stat-card__delta--positive{color:var(--host-green)}.stat-card__delta--negative{color:#ff6b6b}.stat-card__delta small{font-size:.68rem;font-weight:500;color:var(--host-text-secondary)}.host-hourgrid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.host-hourgrid span{position:absolute;top:0;bottom:0;width:1px;background-color:var(--host-border-subtle)}.host-reservas{display:flex;flex-direction:column;gap:1rem}.host-reservas__title{font-size:1.4rem;font-weight:700}.host-reservas__controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.host-view-tabs{display:flex;gap:.5rem}.host-view-tabs button{border:1px solid var(--host-border-subtle);border-radius:8px;background:none;color:var(--host-text-secondary);padding:.5rem 1.1rem;font-size:.85rem;font-weight:600}.host-view-tabs button.is-active{border-color:var(--host-green);color:var(--host-green)}.host-week-nav{display:flex;align-items:center;gap:.85rem;border:1px solid var(--host-border-subtle);border-radius:8px;padding:.5rem 1.1rem;font-size:.9rem;font-weight:600}.host-week-nav button{background:none;border:none;color:var(--host-text-secondary);width:1.1rem;height:1.1rem}.host-week-nav svg{width:100%;height:100%}.host-cancha-select{position:relative;display:flex;align-items:center;border:1px solid var(--host-border-subtle);border-radius:8px}.host-cancha-select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;color:var(--host-text);font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;width:100%;padding:.5rem 2.1rem .5rem 1.1rem;outline:none}.host-cancha-select select option{background-color:var(--host-bg-secondary);color:var(--host-text)}.host-cancha-select svg{position:absolute;right:1.1rem;top:50%;transform:translateY(-50%);pointer-events:none;width:.75rem;height:.75rem;color:var(--host-text-secondary)}.host-reservas__layout{display:grid;grid-template-columns:2.3fr 1fr;gap:1.25rem;align-items:start}.host-week{padding:1.1rem 1.25rem;height:100%}.host-week h2{font-size:.98rem;font-weight:700;margin-bottom:1rem}.host-week__placeholder{color:var(--host-text-secondary);padding:2rem 0;text-align:center}.host-week__header{display:grid;grid-template-columns:6.5rem 1fr;margin-bottom:.5rem}.host-week__hours{display:flex;justify-content:space-between}.host-week__hours span{font-size:.72rem;color:var(--host-text-secondary)}.host-week__body{position:relative}.host-week__gridlines{position:absolute;top:0;bottom:0;left:6.5rem;right:0}.host-week__row{position:relative;display:grid;grid-template-columns:6.5rem 1fr;align-items:center;padding:.6rem 0;border-top:1px solid var(--host-border-subtle)}.host-week__row:last-child{border-bottom:1px solid var(--host-border-subtle)}.host-week__day{font-size:.82rem;color:var(--host-text)}.host-week__track{position:relative;height:2.8rem}.host-week__event{position:absolute;top:50%;transform:translateY(-50%);height:2.5rem;border-radius:4px;padding:.5rem .75rem;display:flex;flex-direction:column;justify-content:center;gap:.15rem;text-align:left;min-width:6rem;border:none;border-right:3px solid transparent;background-color:#2a2d31;transition:background-color .15s ease,padding-left .15s ease}.host-week__event strong{font-size:.72rem;line-height:1.2;color:#fff}.host-week__event span{font-size:.65rem;line-height:1.2;color:#fff;opacity:.75}.host-week__event.is-selected{border-right:3px solid var(--host-green);padding-left:calc(.75rem + 5px)}.host-week__event.is-selected strong{color:var(--host-green)}.host-detail{padding:1.1rem 1.25rem}.host-detail__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.host-detail__header h2{font-size:1.15rem;font-weight:700}.host-detail__badge{border:1px solid var(--host-green);color:var(--host-green);border-radius:999px;padding:.25rem .75rem;font-size:.72rem;font-weight:700}.host-detail__numero{font-size:.8rem;color:var(--host-text-secondary);margin-bottom:.85rem}.host-detail__section{padding-bottom:.85rem;margin-bottom:.85rem;border-bottom:1px solid var(--host-border-subtle)}.host-detail__section--last{border-bottom:none;margin-bottom:0}.host-detail__tags{display:flex;gap:2rem}.host-detail__tags span{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--host-text)}.host-detail__tags svg,.host-detail__tags img{width:1.1rem;height:1.1rem;color:var(--host-green)}.host-detail__row{display:flex;align-items:center;gap:.6rem;font-size:.88rem;padding:.35rem 0}.host-detail__row svg{width:1.1rem;height:1.1rem;color:var(--host-green);flex-shrink:0}.host-detail__section h3{font-size:.9rem;font-weight:700;margin-bottom:.6rem}.host-detail__pago{display:flex;align-items:baseline;justify-content:space-between}.host-detail__pago strong{font-size:1.5rem;color:var(--host-green)}.host-detail__pago span{font-size:.78rem;color:var(--host-text-secondary)}.host-detail__notas{font-size:.82rem;color:var(--host-text-secondary);line-height:1.5}.host-detail__reagendar,.host-detail__cancelar{width:100%;border-radius:8px;padding:.7rem;font-size:.85rem;font-weight:600;margin-top:1rem}.host-detail__reagendar{background:none;border:1px solid var(--host-border-subtle);color:var(--host-text)}.host-detail__cancelar{background:none;border:1px solid #ff6b6b;color:#ff6b6b;margin-top:.6rem}@media (max-width: 1200px){.host-reservas__layout{grid-template-columns:1fr}}.host-canchas{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2.5rem}.host-canchas__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.host-canchas__title-wrap{display:flex;flex-direction:column;gap:.25rem}.host-canchas__title-row{display:flex;align-items:center;gap:.75rem}.host-canchas__title{font-size:1.75rem;font-weight:700;color:var(--host-text);letter-spacing:-.02em}.host-canchas__count-badge{background-color:#a7e61d26;color:var(--host-green);border:1px solid rgba(167,230,29,.4);padding:.2rem .65rem;border-radius:20px;font-size:.8rem;font-weight:700}.host-canchas__subtitle{color:var(--host-text-secondary);font-size:.9rem}.host-canchas__btn-add{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--host-green);color:#05070b;border:none;border-radius:6px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #a7e61d4d}.host-canchas__btn-add:hover{transform:translateY(-2px);box-shadow:0 4px 14px #a7e61d80;background-color:#bbf03a}.host-canchas__btn-add svg{width:18px;height:18px}.host-canchas__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.host-canchas-stat{background-color:var(--host-bg-secondary);border:1px solid var(--host-border-subtle);border-radius:10px;padding:1rem 1.2rem;display:flex;align-items:center;gap:1rem;transition:border-color .2s ease,transform .2s ease}.host-canchas-stat:hover{border-color:#a7e61d66;transform:translateY(-1px)}.host-canchas-stat__icon{width:42px;height:42px;border-radius:8px;background-color:#ffffff0a;border:1px solid var(--host-border-subtle);display:flex;align-items:center;justify-content:center;color:var(--host-green);flex-shrink:0}.host-canchas-stat__icon svg,.host-canchas-stat__icon img{width:22px;height:22px}.host-canchas-stat__info{display:flex;flex-direction:column}.host-canchas-stat__label{font-size:.78rem;color:var(--host-text-secondary);text-transform:uppercase;letter-spacing:.04em}.host-canchas-stat__value{font-size:1.35rem;font-weight:700;color:var(--host-text);font-family:var(--font-title)}.host-canchas__toolbar{background-color:var(--host-bg-secondary);border:1px solid var(--host-border-subtle);border-radius:10px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.host-canchas__search-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.host-canchas__select-group{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.host-select-wrapper{position:relative;display:inline-flex;align-items:center}.host-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--host-bg);border:1px solid var(--host-border-subtle);color:var(--host-text);border-radius:6px;padding:.55rem 2rem .55rem .85rem;font-size:.85rem;font-family:var(--font-body);cursor:pointer;outline:none;transition:border-color .2s ease}.host-select-wrapper select:focus,.host-select-wrapper select:hover{border-color:var(--host-green)}.host-select-wrapper svg{position:absolute;right:10px;width:12px;height:12px;color:var(--host-text-secondary);pointer-events:none}.host-canchas__chips-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.05);padding-top:.75rem}.host-canchas__chips{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.host-chip{background-color:var(--host-bg);border:1px solid var(--host-border-subtle);color:var(--host-text-secondary);border-radius:20px;padding:.35rem .85rem;font-size:.78rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem}.host-chip:hover{border-color:var(--host-text-secondary);color:var(--host-text)}.host-chip.is-active{background-color:#a7e61d1f;border-color:var(--host-green);color:var(--host-green);font-weight:600}.host-canchas__reset-filters{background:none;border:none;color:var(--host-text-secondary);font-size:.8rem;text-decoration:underline;cursor:pointer;padding:.2rem .5rem}.host-canchas__reset-filters:hover{color:#ff6b6b}.host-canchas__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.host-canchas__grid .cancha-card{background-color:var(--host-bg-secondary);border:2px solid var(--host-border-subtle);border-radius:10px;box-shadow:2px 2px 0 0 var(--host-green);overflow:hidden;display:flex;flex-direction:column;position:relative;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s ease,border-color .2s ease}.host-canchas__grid .cancha-card:hover{transform:translateY(-3px);border-color:#ffffff40;box-shadow:4px 4px 0 0 var(--host-green)}.host-canchas__grid .cancha-card--inactive{opacity:.75;box-shadow:2px 2px #555c69}.host-canchas__grid .cancha-card--inactive:hover{opacity:.95;box-shadow:4px 4px #778191}.cancha-card__photo{position:relative;height:10.5rem;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:space-between;padding:.85rem}.cancha-card__photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#05070b99,#05070b1a 40%,#05070bd9)}.cancha-card__top-badges{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%}.cancha-card__sport-badge{background-color:#05070bbf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15);color:#fff;border-radius:4px;padding:.2rem .55rem;font-size:.72rem;font-weight:600;letter-spacing:.02em}.cancha-status-badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:700;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-transform:capitalize}.cancha-status-badge:before{content:"";width:6px;height:6px;border-radius:50%}.cancha-status-badge--activa{background-color:#a7e61d33;border:1px solid rgba(167,230,29,.6);color:var(--host-green)}.cancha-status-badge--activa:before{background-color:var(--host-green);box-shadow:0 0 6px var(--host-green)}.cancha-status-badge--mantenimiento{background-color:#ffb30033;border:1px solid rgba(255,179,0,.6);color:#ffb300}.cancha-status-badge--mantenimiento:before{background-color:#ffb300;box-shadow:0 0 6px #ffb300}.cancha-status-badge--inactiva{background-color:#ff525233;border:1px solid rgba(255,82,82,.6);color:#ff5252}.cancha-status-badge--inactiva:before{background-color:#ff5252}.cancha-card__name-row{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;width:100%}.cancha-card__name{color:#fff;font-size:1.15rem;font-weight:700;text-shadow:0 2px 6px rgba(0,0,0,.8);font-family:var(--font-title)}.cancha-card__rating{background-color:#05070bd9;border:1px solid rgba(255,255,255,.2);color:#ffd166;border-radius:4px;padding:.15rem .45rem;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:.25rem}.cancha-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;padding:.75rem .85rem;border-bottom:1px solid var(--host-border-subtle);background-color:#ffffff03}.cancha-card__tags span{background-color:var(--host-bg);border:1px solid var(--host-border-subtle);border-radius:4px;padding:.25rem .5rem;font-size:.72rem;color:var(--host-text);display:inline-flex;align-items:center;gap:.3rem}.cancha-card__tags span.tag-highlight{border-color:#a7e61d66;color:var(--host-green)}.cancha-card__price-row{display:flex;align-items:center;justify-content:space-between;padding:.45rem .85rem;font-size:.82rem}.cancha-card__price-original{color:var(--host-text-secondary);text-decoration:line-through}.cancha-card__price-note{color:var(--host-text-secondary);font-size:.75rem}.cancha-card__price-row--final{padding-top:.2rem;padding-bottom:.6rem}.cancha-card__price-row--final strong{font-size:1.25rem;color:var(--host-green);font-family:var(--font-title)}.cancha-card__price-row--final span.discount-pill{background-color:#a7e61d26;color:var(--host-green);border:1px solid rgba(167,230,29,.3);padding:.15rem .45rem;border-radius:4px;font-size:.75rem;font-weight:700}.cancha-card__meta-row{display:flex;justify-content:space-between;padding:.35rem .85rem .75rem;font-size:.74rem;color:var(--host-text-secondary);border-bottom:1px solid var(--host-border-subtle)}.cancha-card__actions{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem;background-color:#0003;margin-top:auto;gap:.5rem}.cancha-card__btn-group{display:flex;align-items:center;gap:.35rem}.cancha-action-btn{background:var(--host-bg);border:1px solid var(--host-border-subtle);color:var(--host-text);border-radius:6px;padding:.35rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;transition:all .15s ease}.cancha-action-btn:hover{border-color:var(--host-green);color:var(--host-green);background-color:#a7e61d14}.cancha-action-btn--danger{color:#ff6b6b}.cancha-action-btn--danger:hover{border-color:#ff5252;color:#ff5252;background-color:#ff52521a}.cancha-action-btn--icon-only{padding:.4rem}.cancha-action-btn--icon-only svg{width:14px;height:14px}.cancha-status-select{background-color:var(--host-bg);border:1px solid var(--host-border-subtle);color:var(--host-text-secondary);border-radius:6px;padding:.3rem .5rem;font-size:.72rem;font-family:var(--font-body);cursor:pointer;outline:none}.cancha-status-select:focus,.cancha-status-select:hover{border-color:var(--host-text);color:var(--host-text)}.cancha-card--add{align-items:center;justify-content:center;gap:.85rem;min-height:17rem;background:#10131766;border:1.5px dashed var(--host-border-subtle);box-shadow:none;color:var(--host-text-secondary);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s ease;padding:2rem;text-align:center}.cancha-card--add:hover{border-color:var(--host-green);color:var(--host-green);background-color:#a7e61d08;transform:translateY(-3px);box-shadow:0 4px 16px #0006}.cancha-card--add-icon-wrap{width:54px;height:54px;border-radius:50%;background-color:#ffffff0a;border:1px dashed var(--host-border-subtle);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cancha-card--add:hover .cancha-card--add-icon-wrap{border-color:var(--host-green);background-color:#a7e61d26;transform:scale(1.08)}.cancha-card--add img{height:2.2rem;width:auto;opacity:.6;transition:opacity .2s ease}.cancha-card--add:hover img{opacity:1}.host-canchas__empty{grid-column:1 / -1;background-color:var(--host-bg-secondary);border:1px dashed var(--host-border-subtle);border-radius:12px;padding:3.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.host-canchas__empty-icon{width:56px;height:56px;border-radius:50%;background-color:#ffffff0a;display:flex;align-items:center;justify-content:center;color:var(--host-text-secondary)}.host-canchas__empty h3{font-size:1.25rem;color:var(--host-text)}.host-canchas__empty p{color:var(--host-text-secondary);font-size:.9rem;max-width:400px}.host-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#05070bd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.host-modal{background-color:var(--host-bg-secondary);border:1px solid var(--host-border);border-radius:12px;box-shadow:4px 4px 0 0 var(--host-green),0 20px 40px #0009;width:100%;max-width:720px;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .25s cubic-bezier(.16,1,.3,1)}.host-modal form{display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden}.host-modal--sm{max-width:460px}@keyframes slideUp{0%{transform:translateY(20px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.host-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;border-bottom:1px solid var(--host-border-subtle);background-color:#ffffff05;flex-shrink:0}.host-modal__header h2{font-size:1.25rem;font-weight:700;color:var(--host-text)}.host-modal__close{background:none;border:none;color:var(--host-text-secondary);font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .15s ease}.host-modal__close:hover{color:var(--host-text);background-color:#ffffff14}.host-modal__body{padding:1.4rem 1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.2rem;flex:1;min-height:0}.host-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.host-form-row--3{grid-template-columns:repeat(3,1fr)}.host-form-group{display:flex;flex-direction:column;gap:.4rem}.host-form-group label{font-size:.82rem;font-weight:600;color:var(--host-text)}.host-form-group label span.req{color:var(--host-green);margin-left:2px}.host-form-input,.host-form-select,.host-form-textarea{background-color:var(--host-bg);border:1px solid var(--host-border-subtle);color:var(--host-text);border-radius:6px;padding:.6rem .85rem;font-size:.88rem;font-family:var(--font-body);outline:none;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.host-form-input:focus,.host-form-select:focus,.host-form-textarea:focus{border-color:var(--host-green);box-shadow:0 0 0 2px #a7e61d33}.host-form-textarea{resize:vertical;min-height:70px}.host-checkboxes-group{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.host-checkbox-card{background-color:var(--host-bg);border:1px solid var(--host-border-subtle);border-radius:8px;padding:.75rem;display:flex;align-items:center;gap:.6rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease}.host-checkbox-card:hover{border-color:#ffffff4d}.host-checkbox-card.is-checked{border-color:var(--host-green);background-color:#a7e61d14}.host-checkbox-card input[type=checkbox]{accent-color:var(--host-green);width:16px;height:16px;cursor:pointer}.host-checkbox-card span{font-size:.82rem;font-weight:600;color:var(--host-text)}.host-image-presets{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.4rem}.host-image-preset-thumb{width:80px;height:56px;border-radius:6px;border:2px solid var(--host-border-subtle);background-size:cover;background-position:center;cursor:pointer;flex-shrink:0;transition:all .15s ease;position:relative}.host-image-preset-thumb:hover{transform:scale(1.05);border-color:#fff}.host-image-preset-thumb.is-selected{border-color:var(--host-green);box-shadow:0 0 0 2px #a7e61d66}.host-image-preset-thumb.is-selected:after{content:"✓";position:absolute;top:3px;right:3px;background-color:var(--host-green);color:#05070b;width:16px;height:16px;border-radius:50%;font-size:10px;font-weight:900;display:flex;align-items:center;justify-content:center}.host-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid var(--host-border-subtle);background-color:#ffffff05}.host-btn-secondary{background:var(--host-bg);border:1px solid var(--host-border-subtle);color:var(--host-text-secondary);border-radius:6px;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease}.host-btn-secondary:hover{border-color:var(--host-text);color:var(--host-text)}.host-btn-primary{background-color:var(--host-green);color:#05070b;border:none;border-radius:6px;padding:.6rem 1.35rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 8px #a7e61d4d}.host-btn-primary:hover{background-color:#bbf03a;box-shadow:0 4px 12px #a7e61d80}.host-btn-danger{background-color:#ff5252;color:#fff;border:none;border-radius:6px;padding:.6rem 1.35rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s ease}.host-btn-danger:hover{background-color:#f33}.host-detail-banner{height:180px;border-radius:8px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;padding:1rem;margin-bottom:.5rem}.host-detail-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;background:linear-gradient(180deg,#05070b33,#05070bd9)}.host-detail-banner__content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-end;width:100%}.host-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.host-detail-card{background-color:var(--host-bg);border:1px solid var(--host-border-subtle);border-radius:8px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.25rem}.host-detail-card__label{font-size:.72rem;color:var(--host-text-secondary);text-transform:uppercase}.host-detail-card__value{font-size:1rem;font-weight:700;color:var(--host-text)}.host-detail-card__value.is-green{color:var(--host-green)}.host-toast{position:fixed;bottom:2rem;right:2rem;background-color:var(--host-bg-secondary);border:1px solid var(--host-green);box-shadow:2px 2px 0 0 var(--host-green),0 10px 25px #00000080;border-radius:8px;padding:.85rem 1.25rem;color:#fff;font-size:.88rem;font-weight:600;display:flex;align-items:center;gap:.75rem;z-index:1200;animation:toastSlideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes toastSlideIn{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 1200px){.host-canchas__grid,.host-canchas__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.host-canchas__grid,.host-canchas__stats,.host-form-row,.host-form-row--3,.host-checkboxes-group{grid-template-columns:1fr}}.host-caja{display:flex;flex-direction:column;gap:1.1rem}.host-caja__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.host-caja__header h1{font-size:1.4rem;font-weight:700}.host-caja__header-actions{display:flex;align-items:center;gap:.85rem}.host-period-select{position:relative;display:flex;align-items:center;border:1px solid var(--host-border-subtle);border-radius:8px;padding:.6rem 2.1rem .6rem 1.1rem}.host-period-select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;color:var(--host-text);font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer}.host-period-select select option{background-color:var(--host-bg-secondary);color:var(--host-text)}.host-period-select svg{position:absolute;right:1.1rem;top:50%;transform:translateY(-50%);pointer-events:none;width:.75rem;height:.75rem;color:var(--host-text-secondary)}.host-export-btn{display:flex;align-items:center;gap:.6rem;background-color:var(--host-green);border:none;border-radius:8px;color:#05070b;padding:.65rem 1.1rem;font-size:.85rem;font-weight:700}.host-export-btn img{height:1.1rem;width:auto}.host-caja__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.host-caja__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.host-panel__title{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}.host-panel__title img{height:1.3rem;width:auto}.host-panel__link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;color:var(--host-green);font-size:.82rem;font-weight:600}.host-pagos-table{display:flex;flex-direction:column}.host-pagos-table__row{display:grid;grid-template-columns:1.4fr .9fr 1.1fr .9fr 1.2fr;align-items:center;gap:.5rem;padding:.6rem 0;border-bottom:1px solid var(--host-border-subtle);font-size:.82rem}.host-pagos-table__row--head{color:var(--host-text-secondary);font-size:.72rem;text-transform:capitalize}.host-badge{display:inline-block;border-radius:999px;padding:.25rem .65rem;font-size:.68rem;font-weight:700;border:1px solid currentColor}.host-badge--pendiente{color:#e6a71d}.host-movimientos{display:flex;flex-direction:column}.host-movimientos__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0;border-bottom:1px solid var(--host-border-subtle)}.host-movimientos__row strong{display:block;font-size:.85rem;margin-bottom:.15rem}.host-movimientos__row p{font-size:.75rem;color:var(--host-text-secondary)}.host-movimientos__amount{text-align:right}.host-movimientos__amount span{display:block;font-size:.88rem;font-weight:700}.host-movimientos__amount .is-positivo{color:var(--host-green)}.host-movimientos__amount .is-negativo{color:#ff6b6b}.host-movimientos__amount small{font-size:.7rem;color:var(--host-text-secondary)}.host-splits{display:flex;flex-direction:column;gap:.85rem}.host-splits__row{display:flex;align-items:center;gap:.85rem;border:1px solid var(--host-border-subtle);border-radius:8px;padding:.75rem .9rem}.host-splits__crest{height:2.5rem;width:2.5rem;object-fit:contain;flex-shrink:0}.host-splits__info{flex:1;min-width:0}.host-splits__info strong{display:block;font-size:.85rem}.host-splits__info p{font-size:.75rem;color:var(--host-text-secondary)}.host-splits__info span{font-size:.72rem;color:var(--host-green)}.host-splits__amount{font-size:.82rem;font-weight:600;white-space:nowrap}.host-splits__cta{border:1px solid var(--host-green);color:var(--host-green);background:none;border-radius:6px;padding:.45rem .85rem;font-size:.78rem;font-weight:600;white-space:nowrap}.host-cobros{display:flex;flex-direction:column;margin-bottom:1rem}.host-cobros__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0;border-bottom:1px solid var(--host-border-subtle)}.host-cobros__row strong{display:block;font-size:.85rem}.host-cobros__row p{font-size:.75rem;color:var(--host-text-secondary)}.host-cobros__row span{font-weight:700;font-size:.9rem}.host-cobros__retirar{width:100%;background-color:var(--host-green);border:none;border-radius:8px;color:#05070b;padding:.85rem;font-size:.9rem;font-weight:700}@media (max-width: 1200px){.host-caja__stats{grid-template-columns:repeat(2,1fr)}.host-caja__grid{grid-template-columns:1fr}.host-pagos-table__row{grid-template-columns:1fr 1fr}}.host-linechart{display:flex;flex-direction:column}.host-linechart__body{display:flex;gap:.6rem}.host-linechart__eje{display:flex;flex-direction:column;justify-content:space-between;width:2.3rem;flex-shrink:0}.host-linechart__eje span{font-size:.68rem;color:var(--host-text-secondary)}.host-linechart__svg{flex:1;min-width:0;width:100%;height:11rem;overflow:visible}.host-linechart__labels{display:flex;justify-content:space-between;margin-top:.5rem;padding-left:2.9rem}.host-linechart__labels span{font-size:.68rem;color:var(--host-text-secondary)}.host-donut{width:10.5rem;height:10.5rem}.host-period-dropdown{position:relative;display:inline-flex}.host-period-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;min-width:9.5rem;background:none;border:1px solid var(--host-border-subtle);border-radius:8px;color:var(--host-text);font-family:var(--font-body);font-size:.85rem;font-weight:700;cursor:pointer;padding:.65rem 1.1rem;transition:border-color .15s ease,color .15s ease}.host-period-dropdown__trigger:hover{border-color:var(--host-green);color:var(--host-green)}.host-period-dropdown__trigger svg{width:.75rem;height:.75rem;flex-shrink:0}.host-period-dropdown__menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:100%;background-color:var(--host-bg-secondary);border:1px solid var(--host-border-subtle);border-radius:8px;overflow:hidden;z-index:10}.host-period-dropdown__option{display:block;width:100%;text-align:left;white-space:nowrap;background:none;border:none;color:var(--host-text);font-family:var(--font-body);font-size:.85rem;padding:.6rem 1.1rem;cursor:pointer}.host-period-dropdown__option:hover,.host-period-dropdown__option.is-selected{background-color:var(--host-bg);color:var(--host-green)}.host-estadisticas{display:flex;flex-direction:column;gap:1.1rem}.host-estadisticas__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.host-estadisticas__header h1{font-size:1.4rem;font-weight:700}.host-estadisticas__header-actions{display:flex;align-items:center;gap:.85rem}.host-export-btn{display:flex;align-items:center;gap:.6rem;background:none;border:1px solid var(--host-border);border-radius:8px;color:var(--host-text);padding:.65rem 1.1rem;font-size:.85rem;font-weight:700;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.host-export-btn:hover{background-color:var(--host-green);color:#05070b;border-color:var(--host-green)}.host-export-btn img{height:1.1rem;width:auto;filter:brightness(0) invert(1);transition:filter .15s ease}.host-export-btn:hover img{filter:none}.host-estadisticas__stats{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.host-estadisticas__stats .stat-card__label{display:flex;align-items:center;gap:.5rem;color:var(--host-text);font-weight:600}.host-estadisticas__charts{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:stretch}.host-estadisticas__charts>.host-panel{display:flex;flex-direction:column;height:100%}.host-estadisticas__charts>.host-panel:last-child{justify-content:space-between}.host-estadisticas__charts .host-card{box-shadow:none;border-color:var(--host-border-subtle)}.host-estadisticas__tables{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:stretch}.host-estadisticas__tables .host-card{box-shadow:none;display:flex;flex-direction:column;height:100%}.host-panel{padding:1.1rem 1.25rem}.host-panel--chart{display:flex;flex-direction:column}.host-panel__title{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem}.host-panel__title img,.host-panel__title svg{height:1.3rem;width:1.3rem;color:var(--host-green)}.host-panel__title h2{font-size:1rem;font-weight:700}.host-panel__headline{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem}.host-panel__headline strong{font-size:1.5rem;font-weight:700}.host-panel__headline span{color:var(--host-green);font-size:.82rem;font-weight:600}.host-ocupacion{display:flex;align-items:center;gap:2.25rem;flex:1}.host-ocupacion__legend{display:flex;flex-direction:column;gap:.75rem}.host-ocupacion__legend div{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--host-text-secondary)}.host-ocupacion__legend strong{color:var(--host-text);margin-left:auto;font-weight:700;font-size:.82rem}.host-ocupacion__dot{width:.6rem;height:.6rem;border-radius:50%;flex-shrink:0}.host-ocupacion__dot.is-ocupado{background-color:var(--host-green)}.host-ocupacion__dot.is-disponible{background-color:var(--host-border-subtle)}.host-ocupacion__total{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--host-border-subtle);border-radius:8px;padding:.65rem .9rem;margin-top:.5rem;font-size:.82rem}.host-rendimiento-table,.host-top-reservas{display:flex;flex-direction:column}.host-rendimiento-table__row{display:grid;grid-template-columns:1fr 1fr .7fr 1.1fr;align-items:center;gap:.5rem;padding:.55rem 0;border-bottom:1px solid var(--host-border-subtle);font-size:.8rem}.host-rendimiento-table__row--head{color:var(--host-text);font-weight:600;font-size:.7rem}.host-rendimiento-table__bar{display:block;height:.4rem;border-radius:999px;background-color:var(--host-border-subtle);overflow:hidden}.host-rendimiento-table__bar span{display:block;height:100%;background-color:var(--host-green);border-radius:999px}.host-top-reservas__row{display:grid;grid-template-columns:1.3fr 1fr .8fr;align-items:center;gap:.5rem;padding:.55rem 0;border-bottom:1px solid var(--host-border-subtle);font-size:.78rem}.host-top-reservas__row--head{color:var(--host-text);font-weight:600;font-size:.7rem}.host-top-reservas__row strong{display:block;font-size:.8rem}.host-top-reservas__row small{display:block;color:var(--host-text-secondary);font-size:.7rem}.host-actividad{display:flex;flex-direction:column}.host-actividad__row{padding:.6rem 0;border-bottom:1px solid var(--host-border-subtle)}.host-actividad__row p{font-size:.8rem;margin-bottom:.2rem}.host-actividad__row span{font-size:.7rem;color:var(--host-text-secondary)}.host-otros.host-card{box-shadow:none;border-color:var(--host-border-subtle)}.host-otros{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem;padding:.9rem 1.25rem}.host-otros__label{font-weight:600;color:var(--host-text)}.host-otros__pills{display:flex;flex-wrap:wrap;gap:.75rem;flex:1}.host-otros__pills span{flex:1;min-width:0;text-align:center;border:1px solid var(--host-border-subtle);border-radius:999px;padding:.5rem 1rem;font-size:.82rem;color:var(--host-text-secondary)}.host-otros__pills strong{color:var(--host-text-secondary);font-weight:700}@media (max-width: 1300px){.host-estadisticas__stats{grid-template-columns:repeat(3,1fr)}.host-estadisticas__tables{grid-template-columns:1fr}}@media (max-width: 900px){.host-estadisticas__charts{grid-template-columns:1fr}.host-estadisticas__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.host-otros__pills span{flex:1 1 100%}}.host-staff{display:flex;flex-direction:column;gap:1.1rem}.host-staff__header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem}.host-staff__header h1{font-size:1.4rem;font-weight:700}.host-staff__header p{font-size:.85rem;color:var(--host-text-secondary);margin-top:.3rem}.host-invite-btn{display:flex;align-items:center;gap:.5rem;background-color:var(--host-green);border:none;border-radius:8px;color:#05070b;padding:.65rem 1.1rem;font-size:.85rem;font-weight:700;transition:color .15s ease}.host-invite-btn:hover{color:#fff}.host-staff__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.staff-stat-card{padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:.55rem}.staff-stat-card__label{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--host-text);font-weight:600}.staff-stat-card__label svg,.staff-stat-card__label img{width:1.05rem;height:1.05rem;color:var(--host-green);flex-shrink:0}.staff-stat-card__value{font-size:1.35rem;font-weight:700;color:var(--host-text)}.staff-stat-card__footer{font-size:.78rem;color:var(--host-text-secondary)}.staff-stat-card__footer--green,.staff-stat-card__footer-link{color:var(--host-green);font-weight:600}@media (max-width: 1300px){.host-staff__stats{grid-template-columns:repeat(2,1fr)}}.host-staff__filters{display:flex;align-items:center;gap:.85rem}.host-staff__search{flex:1;display:flex;align-items:center;gap:.75rem;border:1px solid var(--host-border-subtle);border-radius:8px;padding:.65rem 1.1rem;transition:border-color .15s ease}.host-staff__search:hover{border-color:var(--host-green)}.host-staff__search-icon{height:1.2rem;width:1.2rem;color:var(--host-text-secondary);flex-shrink:0;transition:color .15s ease}.host-staff__search:hover .host-staff__search-icon{color:var(--host-green)}.host-staff__search input{flex:1;min-width:0;background:none;border:none;color:var(--host-text);font-family:var(--font-body);font-size:.85rem;transition:color .15s ease}.host-staff__search:hover input::placeholder{color:var(--host-green)}.host-staff__table-card.host-card{box-shadow:none;border-color:var(--host-border-subtle)}.host-staff__table-card{padding:0;overflow:hidden}.host-staff-table{width:100%;border-collapse:collapse;table-layout:fixed}.host-staff-table th:nth-child(1),.host-staff-table td:nth-child(1){width:22%}.host-staff-table th:nth-child(2),.host-staff-table td:nth-child(2){width:26%}.host-staff-table th:nth-child(3),.host-staff-table td:nth-child(3){width:26%}.host-staff-table th:nth-child(4),.host-staff-table td:nth-child(4){width:16%}.host-staff-table th:nth-child(5),.host-staff-table td:nth-child(5){width:12%}.host-staff-table th:nth-child(6),.host-staff-table td:nth-child(6){width:8%}.host-staff-table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.host-staff-table th{text-align:left;font-size:.85rem;font-weight:700;color:var(--host-text);padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--host-border-subtle)}.host-staff-table td{padding:.9rem 1.25rem;border-bottom:1px solid var(--host-border-subtle);font-size:.85rem}.host-staff-table tbody tr:last-child td{border-bottom:none}.host-staff-table tbody{min-height:17rem}.host-staff-table__empty-row td{padding:.9rem 1.25rem;border-bottom:none;height:3.4rem}.host-staff-table__user{display:flex;align-items:center;gap:.6rem}.host-staff-table__avatar{display:flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:50%;border:1px solid var(--host-border-subtle);color:var(--host-text-secondary);flex-shrink:0}.host-staff-table__avatar svg,.host-staff-table__avatar img{width:1.9rem;height:1.9rem}.host-staff-table__owner-tag{border:1px solid var(--host-green);color:var(--host-green);border-radius:999px;padding:.15rem .6rem;font-size:.68rem;font-weight:700;margin-left:.5rem}.host-staff-table__rol{display:inline-flex;justify-content:center;min-width:6.5rem;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border:1px solid currentColor}.host-staff-table__rol--administrador{color:var(--host-green)}.host-staff-table__rol--gestor{color:#3b82f6}.host-staff-table__rol--operador{color:#a855f7}.host-staff-table__rol--soporte{color:#f97316}.host-staff-table__rol--personalizado{color:var(--host-text-secondary)}.host-staff-table__estado{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--host-text-secondary)}.host-staff-table__estado-dot{width:.5rem;height:.5rem;border-radius:50%}.host-staff-table__estado-dot--activo{background-color:var(--host-green)}.host-staff-table__estado-dot--inactivo{background-color:var(--host-text-secondary)}.host-staff-table__actions{background:none;border:none;color:var(--host-text-secondary);font-size:1.1rem;cursor:pointer;padding:.3rem .6rem}.host-staff-table__actions:hover{color:var(--host-text)}.host-staff__table-footer{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;font-size:.8rem;color:var(--host-text-secondary)}.host-staff__pagination{display:flex;align-items:center;gap:.5rem}.host-staff__pagination button{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:none;border:1px solid var(--host-border-subtle);border-radius:6px;color:var(--host-text-secondary);cursor:pointer}.host-staff__pagination button:hover:not(:disabled){border-color:var(--host-green);color:var(--host-green)}.host-staff__pagination button:disabled{opacity:.4;cursor:default}.host-staff__pagination button svg{width:.7rem;height:.7rem}.host-staff__pagination-page{display:flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;border-radius:6px;background-color:var(--host-green);color:#05070b;font-weight:700;font-size:.8rem}.host-staff__roles.host-card{box-shadow:none;border-color:var(--host-border-subtle)}.host-staff__roles{padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.host-staff__roles-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.host-staff__roles-header h2{font-size:1rem;font-weight:700}.host-staff__roles-header p{font-size:.8rem;color:var(--host-text-secondary);margin-top:.2rem}.host-manage-roles-btn{background:none;border:1px solid var(--host-green);color:var(--host-green);border-radius:8px;padding:.55rem 1rem;font-size:.8rem;font-weight:700;white-space:nowrap;transition:background-color .15s ease,color .15s ease}.host-manage-roles-btn:hover{background-color:var(--host-green);color:#05070b}.host-staff__roles-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.host-role-card{border:1px solid var(--host-border-subtle);border-radius:8px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.6rem}.host-role-card__tag{display:inline-flex;justify-content:center;align-self:flex-start;min-width:6.5rem;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border:1px solid currentColor}.host-role-card__tag--administrador{color:var(--host-green)}.host-role-card__tag--gestor{color:#3b82f6}.host-role-card__tag--operador{color:#a855f7}.host-role-card__tag--soporte{color:#f97316}.host-role-card__tag--personalizado{color:var(--host-text-secondary)}.host-role-card p{font-size:.78rem;color:var(--host-text-secondary);line-height:1.4}@media (max-width: 1300px){.host-staff__roles-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.host-staff__roles-grid{grid-template-columns:repeat(2,1fr)}}.host-staff__filters .host-period-dropdown{flex:1;min-width:0}@media (max-width: 900px){.host-staff__filters{flex-wrap:wrap}.host-staff__search{flex:1 1 100%}}@media (max-width: 640px){.host-staff__filters{flex-direction:column;align-items:stretch}.host-staff__filters .host-period-dropdown{width:100%}}.host-rating-donut{width:8.75rem;height:8.75rem;flex-shrink:0}.host-valoraciones{display:flex;flex-direction:column;gap:1.1rem}.host-valoraciones__header h1{font-size:1.4rem;font-weight:700}.host-valoraciones__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.val-stat-card{padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:.55rem}.val-stat-card__label{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--host-text);font-weight:600}.val-stat-card__label img,.val-stat-card__label svg{width:1.05rem;height:1.05rem;flex-shrink:0}.val-stat-card__value{font-size:1.35rem;font-weight:700;color:var(--host-text)}.val-stat-card__footer{font-size:.78rem;color:var(--host-green);font-weight:600}@media (max-width: 1300px){.host-valoraciones__stats{grid-template-columns:repeat(2,1fr)}}.host-valoraciones__main{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:1rem;align-items:stretch}.val-panel{padding:1.1rem 1.25rem;display:flex;flex-direction:column}.val-panel__title{display:flex;align-items:center;gap:.65rem;margin-bottom:.9rem}.val-panel__title img,.val-panel__title svg{height:1.2rem;width:1.2rem}.val-panel__title h2{font-size:1rem;font-weight:700}.val-panel__title-icon{display:inline-block;width:1.2rem;height:1.2rem;flex-shrink:0;background-color:var(--host-green);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.val-recientes__list{display:flex;flex-direction:column;flex:1}.val-recientes__item{display:flex;gap:.85rem;padding:.85rem 0;border-bottom:1px solid var(--host-border-subtle)}.val-recientes__item:last-child{border-bottom:none}.val-recientes__avatar{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid var(--host-border-subtle);flex-shrink:0}.val-recientes__avatar img{width:3rem;height:3rem}.val-recientes__nombre{font-size:.9rem;font-weight:700;color:var(--host-text)}.val-recientes__puntaje{font-size:.8rem;color:var(--host-green);font-weight:600;margin-top:.1rem}.val-recientes__comentario{flex:1;font-size:.8rem;color:var(--host-text-secondary);line-height:1.5;text-align:right;margin-left:1rem}.host-outline-btn{display:flex;align-items:center;justify-content:center;border:1px solid var(--host-green);color:var(--host-text);background:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.82rem;font-weight:700;transition:background-color .15s ease,color .15s ease}.val-recientes__list+.host-outline-btn{width:100%;margin-top:1rem}.val-escucha .host-outline-btn{align-self:stretch}.host-outline-btn:hover{background-color:var(--host-green);color:#05070b}.host-valoraciones__side{display:flex;flex-direction:column;gap:1rem}.host-valoraciones__side>.val-panel:last-child{flex:10}.val-distribucion__body{display:flex;align-items:center;gap:4rem}.val-distribucion__legend{flex:1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:.6rem;row-gap:.6rem}.val-distribucion__dot{width:.55rem;height:.55rem;border-radius:50%}.val-distribucion__label{font-size:.78rem;color:var(--host-text-secondary)}.val-distribucion__percent{color:var(--host-text);font-weight:700;font-size:.78rem;text-align:right}.val-distribucion__total{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--host-border-subtle);border-radius:8px;padding:.65rem .9rem;margin-top:1rem;font-size:.8rem}.val-escucha{display:flex;align-items:center;gap:1.9rem;margin-top:auto}.val-escucha__icon{width:10.5rem;height:10.5rem;flex-shrink:0;background-color:var(--host-green);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.val-escucha__content{display:flex;flex-direction:column;align-items:flex-start;gap:2.1rem;flex:1;min-width:0}.val-escucha__content p{font-size:1.3rem;font-weight:300;color:var(--host-text);line-height:1.5}.host-valoraciones__main .host-card,.val-escucha~.host-card,.host-valoraciones__side .host-card{box-shadow:none;border-color:var(--host-border-subtle)}@media (max-width: 1100px){.host-valoraciones__main{grid-template-columns:1fr}}@media (max-width: 900px){.host-valoraciones__stats{grid-template-columns:repeat(2,1fr)}.val-recientes__item{flex-direction:column}.val-recientes__comentario{text-align:left;margin-left:0}}.configuracion-container{display:flex;flex-direction:column;gap:20px;color:#fff;padding-bottom:40px;width:100%}.configuracion-grid-top{display:grid;grid-template-columns:2fr 1.1fr;gap:20px}.configuracion-grid-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.config-card{background:#0f1216;border:1px solid #1f262e;border-bottom:2px solid #a3e635;box-shadow:none;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:18px;box-sizing:border-box}.config-card-header{display:flex;align-items:flex-start;gap:12px}.config-card-header svg{color:#a3e635;margin-top:2px;flex-shrink:0}.config-card-header h3{font-size:16px;font-weight:600;margin:0 0 4px;color:#f1f5f9}.config-card-header p{font-size:12px;color:#94a3b8;margin:0}.config-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.config-form-group{display:flex;flex-direction:column;gap:6px}.config-form-group.full-width{grid-column:span 2}.config-form-group label{font-size:13px;color:#cbd5e1}.config-input,.config-select,.config-textarea{background:#090b0e;border:1px solid #27313b;border-radius:8px;padding:10px 14px;color:#fff;font-size:13px;outline:none;transition:border-color .2s;box-sizing:border-box;width:100%}.config-input::placeholder,.config-textarea::placeholder{color:#94a3b8;opacity:.65;font-weight:400}.config-input:focus,.config-select:focus,.config-textarea:focus{border-color:#a3e635;box-shadow:none}.config-textarea{resize:vertical;min-height:80px;line-height:1.4}.logo-upload-box{background:#090b0e;border:1px solid #27313b;border-radius:10px;padding:18px;display:flex;align-items:center;gap:18px}.avatar-circle{width:60px;height:60px;border-radius:50%;border:2px solid #a3e635;display:flex;align-items:center;justify-content:center;color:#a3e635;background:transparent;flex-shrink:0}.btn-upload{background:transparent;border:1px solid #a3e635;color:#a3e635;padding:8px 18px;border-radius:8px;font-size:13px;cursor:pointer;font-weight:500;transition:background .2s}.btn-upload:hover{background:#a3e6351a}.logo-info-text{font-size:12px;color:#64748b;margin:0;line-height:1.4}.config-radio-group{display:flex;flex-direction:column;gap:8px;justify-content:center;height:100%}.config-radio-option{display:flex;align-items:center;gap:8px;font-size:13px;color:#cbd5e1;cursor:pointer}.config-radio-option input[type=radio]{accent-color:#a3e635;cursor:pointer}.config-list{display:flex;flex-direction:column}.config-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #1f262e;color:#cbd5e1;font-size:13px;cursor:pointer;transition:color .2s}.config-list-item:last-child{border-bottom:none}.config-list-item:hover{color:#fff}.config-list-item span:last-child{color:#64748b;font-weight:700}.config-list-item:hover span:last-child{color:#a3e635}.badge-active{background:#a3e63526;color:#a3e635;font-size:11px;padding:3px 8px;border-radius:6px;font-weight:600}.badge-soon{font-size:11px;color:#64748b}.btn-add-method{background:transparent;border:1px solid #27313b;color:#a3e635;padding:8px 12px;border-radius:8px;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px;width:fit-content;transition:border-color .2s}.btn-add-method:hover{border-color:#a3e635}.config-alert{padding:12px 16px;border-radius:8px;font-size:13px;font-weight:500}.config-alert.error{background:#ef444426;border:1px solid #ef4444;color:#fca5a5}.config-alert.success{background:#a3e63526;border:1px solid #a3e635;color:#bef264}@media (max-width: 1024px){.configuracion-grid-top,.configuracion-grid-bottom,.config-form-grid{grid-template-columns:1fr}.config-form-group.full-width{grid-column:span 1}}.config-skeleton-wrapper{opacity:.8}.config-skeleton-card{min-height:180px}.config-skeleton-line,.config-skeleton-box,.config-skeleton-circle{background:linear-gradient(90deg,#161c24 25%,#232d3a,#161c24 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite ease-in-out;border-radius:6px}.config-skeleton-header-line{width:40%;height:20px;margin-bottom:12px}.config-skeleton-line{width:100%;height:14px;margin-bottom:10px}.config-skeleton-circle{width:70px;height:70px;border-radius:50%;margin:10px auto}.config-skeleton-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.config-skeleton-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.config-skeleton-box{height:40px}.config-skeleton-box.full{grid-column:span 2;height:70px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.guia-usuario{min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}.guia-usuario__hero{text-align:center;padding:3rem 1.5rem 2rem}.guia-usuario__hero img{height:2.5rem;width:2.5rem;margin:0 auto 1rem}.guia-usuario__hero h1{font-size:2rem;font-weight:800;margin-bottom:.75rem}.guia-usuario__hero p{color:var(--color-text-secondary);max-width:32rem;margin:0 auto}.guia-usuario__list{max-width:50rem;margin:0 auto;padding:1rem 1.5rem 4rem;display:flex;flex-direction:column;gap:1.25rem}.guia-usuario__step{display:flex;align-items:flex-start;gap:1.5rem;background-color:var(--color-bg-secondary);border-radius:var(--radius-card-guia);padding:1.75rem}.guia-usuario__step-number{font-family:var(--font-title);font-size:1.5rem;font-weight:700;color:var(--color-green)}.guia-usuario__step img{height:2.5rem;width:2.5rem}.guia-usuario__step h3{font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.guia-usuario__step p{font-size:.85rem;line-height:1.5;color:var(--color-text-secondary)}.player-sidebar{width:15.5rem;flex-shrink:0;border-right:1px solid var(--player-border);padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.75rem;overflow-y:auto}.player-sidebar__profile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.player-sidebar__avatar{position:relative;width:5.5rem;height:5.5rem}.player-sidebar__avatar>img:first-child{width:100%;height:100%;border-radius:50%;border:2px solid var(--player-green);object-fit:cover}.player-sidebar__badge{position:absolute;bottom:-.15rem;right:-.15rem;width:1.75rem;height:1.75rem}.player-sidebar__username{font-size:.95rem;font-weight:700;color:var(--player-text)}.player-sidebar__nivel{font-size:.8rem;font-weight:700;color:var(--player-green)}.player-sidebar__progress{width:100%;display:flex;flex-direction:column;gap:.35rem}.player-sidebar__bar{display:block;width:100%;height:.4rem;border-radius:999px;background-color:var(--player-border-subtle);overflow:hidden}.player-sidebar__bar-fill{display:block;height:100%;border-radius:999px;background-color:var(--player-green)}.player-sidebar__xp{font-size:.72rem;color:var(--player-text-secondary)}.player-sidebar__xp-restante{font-size:.68rem;color:var(--player-text-secondary);opacity:.8}.player-sidebar__nav{display:flex;flex-direction:column;gap:.35rem;flex:1}.player-sidebar__link{display:flex;align-items:center;gap:.85rem;padding:.75rem .9rem;border-radius:8px;border-right:3px solid transparent;color:var(--player-text-secondary);font-size:.9rem;font-weight:600;transition:background-color .15s ease,padding-left .15s ease}.player-sidebar__link:hover{color:var(--player-text)}.player-sidebar__link.is-active{color:var(--player-green);background-color:var(--player-bg-secondary);border-radius:8px 0 0 8px;border-right:3px solid var(--player-green);padding-left:calc(.9rem + 5px)}.player-sidebar__icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0}.player-sidebar__icon img{width:100%;height:100%}.player-sidebar__logout{display:flex;align-items:center;gap:.85rem;padding:.75rem .9rem;border-radius:8px;background:none;border:none;cursor:pointer;color:var(--player-text-secondary);font-size:.9rem;font-weight:600}.player-sidebar__logout:hover{color:var(--player-green)}.player-notifications{position:absolute;top:calc(100% + .75rem);right:0;width:21rem;background-color:var(--player-bg-secondary);border:1px solid var(--player-border);border-radius:10px;box-shadow:2px 2px 0 0 var(--player-green);z-index:20;overflow:hidden}.player-notifications__header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;border-bottom:1px solid var(--player-border-subtle)}.player-notifications__header h3{font-size:.9rem;font-weight:700}.player-notifications__header span{font-size:.7rem;color:var(--player-green);font-weight:700}.player-notifications__list{max-height:22rem;overflow-y:auto}.player-notifications__item{display:flex;gap:.75rem;padding:.9rem 1.1rem;border-bottom:1px solid var(--player-border-subtle);text-align:left}.player-notifications__item:last-child{border-bottom:none}.player-notifications__icon{display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:50%;border:1px solid var(--player-green);flex-shrink:0}.player-notifications__icon img{height:1.1rem;width:auto}.player-notifications__icon.is-negativo{border-color:#ff6b6b}.player-notifications__item strong{display:block;font-size:.82rem;font-weight:700;margin-bottom:.2rem}.player-notifications__item p{font-size:.76rem;color:var(--player-text-secondary);line-height:1.4;margin-bottom:.3rem}.player-notifications__time{font-size:.68rem;color:var(--player-text-secondary);opacity:.75}.player-topbar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 2.5rem;border-bottom:1px solid var(--player-border)}.player-topbar__search{display:flex;align-items:center;gap:.75rem;flex:1;max-width:28rem;border:1px solid var(--player-border-subtle);border-radius:8px;padding:.6rem 1rem;transition:border-color .15s ease}.player-topbar__search:hover{border-color:var(--player-border)}.player-topbar__search img{height:32px;width:auto;opacity:.6;transition:opacity .15s ease}.player-topbar__search:hover img{opacity:1}.player-topbar__search input{flex:1;background:none;border:none;color:var(--player-text);font-family:var(--font-body);font-size:.85rem}.player-topbar__search input::placeholder{color:var(--player-text-secondary)}.player-topbar__actions{display:flex;align-items:center;gap:1.5rem}.player-topbar__notif{position:relative}.player-topbar__bell{position:relative;display:flex;background:none;border:none;padding:0}.player-topbar__bell img{transition:filter .15s ease}.player-topbar__bell:hover img{filter:drop-shadow(0 0 3px var(--player-green))}.player-topbar__bell img{height:32px;width:auto}.player-topbar__badge{position:absolute;top:-2px;right:-2px;width:.55rem;height:.55rem;border-radius:50%;background-color:var(--player-green);border:1.5px solid var(--player-bg)}.player-topbar__home{display:flex;align-items:center;gap:.4rem;color:var(--player-text);font-size:.9rem;font-weight:600}.player-topbar__home:hover{color:var(--player-green)}.player-topbar__search{cursor:text}.player-topbar__home img{height:.85rem;width:auto}.player-topbar__search input{min-width:0}.player-topbar__home{white-space:nowrap}@media (max-width: 640px){.player-topbar{flex-wrap:wrap;row-gap:.75rem}.player-topbar__search{order:1;max-width:none;width:100%}.player-topbar__actions{order:2}}.player-layout{--player-bg: #05070b;--player-bg-secondary: #101317;--player-border: #ffffff52;--player-border-subtle: #2a2e35;--player-green: #a7e61d;--player-text: #ffffff;--player-text-secondary: #9aa0aa;display:flex;height:100vh;overflow:hidden;background-color:var(--player-bg);color:var(--player-text)}.player-main{flex:1;min-width:0;height:100vh;display:flex;flex-direction:column;overflow:hidden}.player-main__content{flex:1;min-height:0;overflow-y:auto;padding:1.25rem 2rem 1.5rem}.player-card{background-color:var(--player-bg-secondary);border:1px solid var(--player-border);border-radius:10px}@media (max-width: 1100px){.player-sidebar{display:none}}@media (max-width: 640px){.player-main__content{padding:1rem 1.25rem 1.5rem}}.player-welcome{padding:.25rem .25rem 0}.player-welcome h1{font-size:1.3rem;font-weight:700;color:var(--player-text)}.player-welcome p{font-size:.85rem;color:var(--player-text-secondary);margin-top:.25rem}.player-nivel-card{position:relative;border:1px solid var(--player-border);border-radius:10px;overflow:hidden;min-height:12rem;display:flex;align-items:center;background-size:cover;background-position:center}.player-nivel-card__content{padding:1.75rem 2rem;display:flex;align-items:flex-start;gap:1rem;max-width:26rem}.player-nivel-card__badge{width:3.5rem;height:3.5rem;flex-shrink:0}.player-nivel-card__info{display:flex;flex-direction:column;gap:.35rem}.player-nivel-card__label{font-size:.78rem;color:var(--player-text-secondary)}.player-nivel-card__nivel{font-size:1.3rem;font-weight:700;color:var(--player-text)}.player-nivel-card__bar{display:flex;align-items:center;gap:.6rem;margin-top:.2rem}.player-nivel-card__bar-track{width:8rem;height:.4rem;border-radius:999px;background-color:var(--player-border-subtle);overflow:hidden}.player-nivel-card__bar-fill{display:block;height:100%;border-radius:999px;background-color:var(--player-green)}.player-nivel-card__xp{font-size:.75rem;color:var(--player-text-secondary)}.player-nivel-card__restante{font-size:.78rem;color:var(--player-text-secondary)}.player-nivel-card__restante strong{color:var(--player-green);font-weight:700}.player-nivel-card__actions{display:flex;gap:.75rem;margin-top:.5rem}.player-nivel-card__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.1rem;border-radius:6px;font-size:.8rem;font-weight:700;white-space:nowrap}.player-nivel-card__btn{transition:background-color .15s ease,color .15s ease,border-color .15s ease}.player-nivel-card__btn--primary{background-color:var(--player-green);color:#05070b}.player-nivel-card__btn--primary:hover{color:#fff}.player-nivel-card__btn--outline{border:1px solid var(--player-green);color:var(--player-text)}.player-nivel-card__btn--outline:hover{background-color:var(--player-green);color:#05070b}@media (max-width: 640px){.player-nivel-card__content{max-width:100%;padding:1.5rem 1.25rem}.player-nivel-card__actions{flex-wrap:wrap}.player-nivel-card__btn{flex:1 1 auto;justify-content:center}}.stat-card-player{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.25rem}.stat-card-player__icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:var(--player-green);flex-shrink:0}.stat-card-player__icon svg{width:2.75rem;height:2.75rem}.stat-card-player__icon img{width:2.75rem;height:2.75rem}.stat-card-player__text{display:flex;flex-direction:column;gap:.15rem}.stat-card-player__label{font-size:.8rem;font-weight:600;color:var(--player-text)}.stat-card-player__value{font-size:1.35rem;font-weight:700;color:var(--player-text)}.player-dashboard__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 1200px){.player-dashboard__stats{grid-template-columns:repeat(2,1fr)}}.player-dashboard__main{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch}.player-partido,.player-equipo{padding:1.1rem 1.25rem;display:flex;flex-direction:column}.player-partido h2,.player-equipo h2{font-size:1.2rem;font-weight:700;margin-bottom:.85rem}.player-partido__body{display:flex;gap:1.1rem;height:10rem}.player-partido__imagen{width:55%;height:100%;border-radius:8px;object-fit:cover}.player-partido__info{display:flex;flex-direction:column;justify-content:space-between;height:100%;flex:1}.player-partido__lines{display:flex;flex-direction:column;gap:.3rem}.player-partido__row{display:flex;align-items:center;gap:.55rem;font-size:.85rem;color:var(--player-text)}.player-partido__row svg,.player-partido__row img{width:1rem;height:1rem;flex-shrink:0}.player-partido__tag{align-self:flex-start;border:1px solid var(--player-green);color:var(--player-green);border-radius:999px;padding:.25rem .8rem;font-size:.72rem;font-weight:700;margin-top:.3rem}.player-outline-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:.3rem;border:1px solid var(--player-green);border-radius:6px;padding:.55rem 1rem;font-size:.78rem;font-weight:700;color:var(--player-text);transition:background-color .15s ease,color .15s ease}.player-outline-btn:hover{background-color:var(--player-green);color:#05070b}.player-equipo__body{display:flex;gap:1.25rem;height:10rem}.player-equipo__escudo{height:100%;width:auto;object-fit:contain;flex-shrink:0}.player-equipo__info{display:flex;flex-direction:column;justify-content:space-between;height:100%;flex:1}.player-equipo__lines{display:flex;flex-direction:column;gap:.1rem}.player-equipo__nombre{font-size:1.05rem;font-weight:700;color:var(--player-text)}.player-equipo__rango{font-size:.8rem;color:var(--player-text-secondary);margin-bottom:.4rem}.player-equipo__label{font-size:.78rem;color:var(--player-text-secondary)}.player-equipo__fecha,.player-equipo__rival,.player-equipo__torneo{font-size:.82rem;color:var(--player-text)}@media (max-width: 1200px){.player-dashboard__main{grid-template-columns:1fr}.player-partido__body,.player-equipo__body,.player-partido__info,.player-equipo__info{height:auto}}.player-dashboard__footer{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.player-actividad,.player-accesos{padding:1.1rem 1.25rem;display:flex;flex-direction:column}.player-actividad h2,.player-accesos h2{font-size:1.2rem;font-weight:700;margin-bottom:.9rem}.player-actividad__list{display:flex;flex-direction:column;gap:.7rem}.player-actividad__item{display:flex;align-items:center;gap:.65rem;font-size:.85rem}.player-actividad__dot{width:.4rem;height:.4rem;border-radius:50%;background-color:var(--player-green);flex-shrink:0}.player-actividad__item svg{width:1rem;height:1rem;color:var(--player-text-secondary);flex-shrink:0}.player-actividad__texto{flex:1;color:var(--player-text)}.player-actividad__tiempo{color:var(--player-text-secondary);font-size:.78rem;white-space:nowrap}.player-actividad__ver-todo{display:block;text-align:center;margin-top:1rem;font-size:.82rem;font-weight:700;color:var(--player-green)}.player-accesos__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:auto;margin-bottom:auto}.player-accesos__item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;min-height:5.5rem;padding:1rem .5rem;border-radius:8px;background-color:var(--player-bg);border:1px solid var(--player-border-subtle);font-size:.8rem;font-weight:500;color:var(--player-text);transition:border-color .15s ease,color .15s ease}.player-accesos__item:hover{border-color:var(--player-green);color:var(--player-green)}.player-accesos__item svg,.player-accesos__item img{width:2.1rem;height:2.1rem}@media (max-width: 1200px){.player-dashboard__footer{grid-template-columns:1fr}}@media (max-width: 560px){.player-accesos__grid{grid-template-columns:repeat(2,1fr)}}.player-dashboard{display:flex;flex-direction:column;gap:1rem}.player-placeholder{display:flex;flex-direction:column;gap:1.5rem}.player-placeholder__title{font-size:1.75rem;font-weight:700}.player-placeholder__card{padding:3.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.player-placeholder__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;border:1px solid var(--player-green);color:var(--player-green)}.player-placeholder__icon svg,.player-placeholder__icon img{width:1.75rem;height:1.75rem}.player-placeholder__card p{color:var(--player-text-secondary);max-width:28rem}.player-placeholder__tag{border:1px solid var(--player-border-subtle);border-radius:999px;padding:.35rem .9rem;font-size:.75rem;color:var(--player-text-secondary)}:root{--font-title: "Exo 2", sans-serif;--font-body: "IBM Plex Sans", sans-serif;--color-green: #a7e61d;--radius-card-guia: 8px;--radius-card-partido: 22px;--radius-button: 4px;--content-max-width: 1360px}:root[data-theme=dark]{--color-bg: #05070b;--color-bg-secondary: #101317;--color-text: #ffffff;--color-text-secondary: #9aa0aa;--color-border: #23272e}:root[data-theme=light]{--color-bg: #eff4e8;--color-bg-secondary: #e1ead3;--color-text: #0c130a;--color-text-secondary: #4c5645;--color-border: #cbd6bc}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);transition:background-color .2s ease,color .2s ease}h1,h2,h3,h4{font-family:var(--font-title);margin:0}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer}img{max-width:100%;display:block}
