.admin-kpi-card{border:1px solid var(--admin-border-strong);background:linear-gradient(135deg,#28513a8f,#183827b8);border-radius:14px;min-width:220px;padding:1.25rem 1.4rem;transition:transform .16s,box-shadow .16s;box-shadow:0 8px 24px #0003}.admin-kpi-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px #00000047}.admin-kpi-card__header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.admin-kpi-card__label{color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:.8rem;font-weight:600}.admin-kpi-card__icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.admin-kpi-card--success .admin-kpi-card__icon-wrap{color:var(--admin-accent);background:#81e59226}.admin-kpi-card--success .admin-kpi-card__value{color:var(--admin-accent)}.admin-kpi-card--warning .admin-kpi-card__icon-wrap{color:#f59e0b;background:#f59e0b26}.admin-kpi-card--warning .admin-kpi-card__value{color:#f59e0b}.admin-kpi-card--info .admin-kpi-card__icon-wrap{color:#60a5fa;background:#60a5fa26}.admin-kpi-card--info .admin-kpi-card__value{color:#60a5fa}.admin-kpi-card--danger .admin-kpi-card__icon-wrap{color:#f87171;background:#f8717126}.admin-kpi-card--danger .admin-kpi-card__value{color:#f87171}.admin-kpi-card__value{margin-top:.85rem;font-size:2.5rem;font-weight:700;line-height:1;animation:.38s cubic-bezier(.16,1,.3,1) both kpi-appear}.admin-kpi-card__hint{color:var(--admin-text-muted);margin-top:.55rem;font-size:.8rem}@keyframes kpi-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.admin-kpi-card{min-width:100%}}.admin-dashboard{text-align:left}.admin-dashboard__title{color:var(--admin-text-primary);letter-spacing:-.02em;margin:0;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:700;line-height:1.1}.admin-dashboard__subtitle{color:var(--admin-text-muted);max-width:52ch;margin-top:.4rem;font-size:.93rem}.admin-dashboard__error{color:#ffc6c6;margin-top:1rem}.admin-dashboard__kpi-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;max-width:920px;margin-top:1.75rem;display:grid}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.admin-kpi-skeleton{background:linear-gradient(90deg,#28513a73 25%,#488c6438 50%,#28513a73 75%) 0 0/1200px 100%;border-radius:14px;height:128px;animation:1.5s linear infinite shimmer}.admin-dashboard__quick-actions{max-width:920px;margin-top:2.25rem}.admin-dashboard__quick-title{color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0 0 .8rem;font-size:.75rem;font-weight:600}.admin-dashboard__quick-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.7rem;display:grid}.admin-dashboard__quick-card{border:1px solid var(--admin-border-soft);color:var(--admin-text-primary);background:#1d4c3366;border-radius:12px;align-items:center;gap:.7rem;padding:.9rem 1rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .16s,border-color .16s,transform .16s;display:flex}.admin-dashboard__quick-card:hover{border-color:var(--admin-border-strong);background:#2a664699;transform:translateY(-1px)}.admin-dashboard__quick-card:focus-visible{outline:2px solid var(--admin-accent);outline-offset:2px}.admin-dashboard__quick-card>svg:first-child{color:var(--admin-accent-soft);flex-shrink:0}.admin-dashboard__quick-arrow{color:var(--admin-text-muted);opacity:0;flex-shrink:0;margin-left:auto;transition:opacity .14s,transform .14s;transform:translate(-4px)}.admin-dashboard__quick-card:hover .admin-dashboard__quick-arrow{opacity:1;transform:translate(0)}.admin-shell{background:radial-gradient(circle at 12% 88%, #04603a52, transparent 42%), radial-gradient(circle at 80% 0%, #61a67a38, transparent 38%), var(--admin-bg-main);width:100%;min-height:100vh;color:var(--admin-text-primary);font-family:var(--admin-font-family);margin-inline:calc(50% - 50vw);display:flex}.admin-shell__sidebar{border-right:1px solid var(--admin-border-strong);background:linear-gradient(180deg, var(--admin-bg-sidebar), #133626);box-sizing:border-box;scrollbar-width:none;flex-direction:column;width:248px;min-width:248px;padding:1.25rem .85rem;display:flex;overflow-y:auto}.admin-shell__sidebar::-webkit-scrollbar{display:none}.admin-shell__brand{align-items:center;min-height:48px;margin-bottom:1.5rem;padding:0 .25rem;display:flex}.admin-shell__brand-logo{width:72px;max-width:100%;height:auto;display:block}.admin-shell__nav{flex-direction:column;gap:.1rem;display:flex}.admin-shell__nav-section{flex-direction:column;display:flex}.admin-shell__nav-section-btn{cursor:pointer;width:100%;color:var(--admin-text-muted);background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:.42rem .6rem;transition:color .14s,background .14s;display:flex}.admin-shell__nav-section-btn:hover{color:var(--admin-text-primary);background:#6ccc850f}.admin-shell__nav-section-btn.has-active{color:var(--admin-accent)}.admin-shell__nav-section-btn:focus-visible{outline:2px solid var(--admin-accent);outline-offset:1px}.admin-shell__nav-section-label{text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:700}.admin-shell__nav-chevron{opacity:.6;flex-shrink:0;transition:transform .22s}.admin-shell__nav-chevron.is-open{transform:rotate(180deg)}.admin-shell__nav-section-body{grid-template-rows:0fr;transition:grid-template-rows .22s;display:grid}.admin-shell__nav-section-body.is-open{grid-template-rows:1fr}.admin-shell__nav-section-inner{flex-direction:column;gap:.15rem;padding-bottom:.25rem;display:flex;overflow:hidden}.admin-shell__link{color:var(--admin-text-muted);border:1px solid #0000;border-radius:9px;align-items:center;gap:.65rem;padding:.55rem .65rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .14s,color .14s,border-color .14s;display:flex}.admin-shell__link:hover{color:var(--admin-text-primary);background:#6ccc851a;border-color:#6ccc8540}.admin-shell__link.is-active{color:var(--admin-accent);border-color:#5dd47e7a;border-left-color:var(--admin-accent);background:#40b3612e;border-left-width:2px}.admin-shell__link:focus-visible{outline:2px solid var(--admin-accent);outline-offset:1px}.admin-shell__link-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.admin-shell__link-label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.admin-shell__sidebar-footer{border-top:1px solid #9cd6ae2e;margin-top:auto;padding-top:1rem}.admin-shell__back-link{color:var(--admin-text-muted);border-radius:8px;align-items:center;gap:.55rem;padding:.45rem .6rem;font-size:.84rem;text-decoration:none;transition:color .14s,background .14s;display:flex}.admin-shell__back-link:hover{color:var(--admin-text-primary);background:#6ccc8514}.admin-shell__workspace{flex-direction:column;flex:1;min-width:0;display:flex}.admin-shell__header{border-bottom:1px solid var(--admin-border-soft);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#152d2499;justify-content:space-between;align-items:center;height:68px;padding:0 1.5rem;display:flex;position:sticky;top:0}.admin-shell__header-left{flex:1}.admin-shell__header-right{align-items:center;gap:.85rem;display:flex}.admin-shell__user-info{align-items:center;gap:.65rem;display:flex}.admin-shell__user-avatar{background:linear-gradient(135deg, var(--admin-accent-soft), var(--admin-accent));color:#0d2118;letter-spacing:.04em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.78rem;font-weight:700;display:flex}.admin-shell__user-details{flex-direction:column;line-height:1.25;display:flex}.admin-shell__user-name{color:var(--admin-text-primary);font-size:.85rem;font-weight:600}.admin-shell__user-role{color:var(--admin-text-muted);text-transform:capitalize;font-size:.72rem}.admin-shell__settings-button{border:1px solid var(--admin-border-strong);width:36px;height:36px;color:var(--admin-text-muted);background:#25583a80;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:color .14s,background .14s,border-color .14s;display:flex}.admin-shell__settings-button:hover{color:var(--admin-text-primary);border-color:var(--admin-border-strong);background:#408c6480}.admin-shell__settings-button:focus-visible{outline:2px solid var(--admin-accent);outline-offset:2px}.admin-shell__content{box-sizing:border-box;flex:1;padding:1.75rem}@media (width<=900px){.admin-shell{min-height:100dvh;margin-inline:0}.admin-shell__sidebar{align-items:center;width:68px;min-width:68px;padding:1rem .5rem}.admin-shell__brand{justify-content:center;margin-bottom:1rem;padding:0}.admin-shell__brand-logo{width:42px}.admin-shell__nav-section-label,.admin-shell__link-label,.admin-shell__nav-chevron{display:none}.admin-shell__nav-section-btn{justify-content:center;padding:.35rem}.admin-shell__nav-section-body{grid-template-rows:1fr!important}.admin-shell__nav-section{align-items:center;gap:.1rem;margin-bottom:.35rem}.admin-shell__link{border-radius:10px;justify-content:center;width:42px;height:38px;padding:0}.admin-shell__user-details,.admin-shell__back-link span{display:none}.admin-shell__back-link{justify-content:center}.admin-shell__content{padding:1rem}}.app-shell{text-align:left;width:min(1120px,100% - 2rem);margin:1.5rem auto;font-family:Outfit,Segoe UI,sans-serif}.app-shell--narrow{width:min(760px,100% - 1.25rem)}.app-shell--wide{width:min(1200px,100% - 2rem)}.app-surface{background:linear-gradient(#14241ecc,#0a1410f5);border:1px solid #758d7f3d;border-radius:18px;padding:1.25rem;box-shadow:0 10px 24px #00000042}.app-muted{color:#9db7a7}.app-title{color:#e9f7ee;margin:0;font-size:clamp(1.7rem,2.7vw,2.9rem);line-height:1.08}.app-back-link{color:#9be0ab;font-weight:500;text-decoration:none}.app-back-link:hover{text-decoration:underline}.btn-primary,.btn-secondary,.btn-danger{cursor:pointer;border:1px solid #0000;border-radius:10px;padding:.6rem 1rem;font-size:.92rem}.btn-primary{color:#f3fff7;background:#35a754;border-color:#43ba63}.btn-primary:hover{filter:brightness(1.08)}.btn-secondary{color:#d9f3df;background:#56836433;border-color:#77b18961}.btn-danger{color:#fff4f4;background:#8d2c34;border-color:#bb4f58}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled{opacity:.7;cursor:not-allowed}.app-input,.app-select,.app-textarea{color:#dff7e6;box-sizing:border-box;background:#0d1b14d1;border:1px solid #77b18961;border-radius:10px;width:100%;margin-top:.4rem;padding:.58rem .72rem;display:block}.app-input:focus,.app-select:focus,.app-textarea:focus{outline-offset:1px;outline:2px solid #81e59266}.dash-root{color:#e9f7ee;background:linear-gradient(160deg,#0d1f17 0%,#0a1810 100%);flex-direction:column;min-height:100dvh;padding-bottom:68px;font-family:Outfit,Segoe UI,sans-serif;display:flex}.dash-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1f17e6;border-bottom:1px solid #77b18926;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:sticky;top:0}.dash-header__logo-text{color:#81e592;letter-spacing:.03em;font-size:1.1rem;font-weight:700}.dash-header__right{align-items:center;gap:.5rem;display:flex}.dash-avatar{color:#f0fff5;background:linear-gradient(135deg,#2e7d4e,#4eb87a);border:2px solid #81e59266;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;font-weight:700;display:flex}.dash-header__logout{cursor:pointer;color:#9db7a7;background:0 0;border:none;border-radius:8px;align-items:center;padding:.4rem;transition:color .2s,background .2s;display:flex}.dash-header__logout:hover{color:#e9f7ee;background:#ffffff0f}.dash-content{flex:1;padding:1.25rem 1rem 0}.dash-hero{margin-bottom:1.5rem}.dash-hero__greeting{color:#9db7a7;margin:0;font-size:.95rem}.dash-hero__name{color:#e9f7ee;margin:.15rem 0 0;font-size:1.6rem;font-weight:700;line-height:1.1}.dash-alert{color:#ffe9a8;background:#a4822c2e;border:1px solid #ab9342;border-radius:12px;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.65rem .8rem;font-size:.9rem;text-decoration:none;display:flex}.dash-admin-badge{color:#81e592;background:#3278462e;border:1px solid #81e5924d;border-radius:10px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.5rem .8rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.dash-admin-badge:hover{background:#32784652}.dash-section-title{letter-spacing:.08em;text-transform:uppercase;color:#6a9c78;margin:0 0 .75rem;font-size:.82rem;font-weight:600}.dash-quick-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.dash-quick-card{color:#d9f3df;-webkit-tap-highlight-color:transparent;background:#142e2099;border:1px solid #77b18938;border-radius:16px;flex-direction:column;align-items:flex-start;gap:.55rem;padding:1rem .85rem;text-decoration:none;transition:border-color .18s,background .18s,transform .12s;display:flex}.dash-quick-card:active{transform:scale(.97)}.dash-quick-card:hover{background:#1e3e2cbf;border-color:#93dca780}.dash-quick-card__icon{color:#81e592;background:#81e5921f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dash-quick-card__label{color:#dff7e6;font-size:.9rem;font-weight:600;line-height:1.2}.dash-bottom-nav{z-index:60;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);height:64px;padding:0 .25rem env(safe-area-inset-bottom);background:#0d1b14f2;border-top:1px solid #77b1892e;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.dash-bottom-nav__item{color:#6a9c78;-webkit-tap-highlight-color:transparent;border-radius:10px;flex-direction:column;align-items:center;gap:.2rem;min-width:52px;padding:.35rem .5rem;font-size:.65rem;font-weight:600;text-decoration:none;transition:color .16s,background .16s;display:flex}.dash-bottom-nav__item:hover,.dash-bottom-nav__item.active{color:#81e592}.dash-bottom-nav__item.active{background:#81e5921a}.news-root{color:#e9f7ee;background:linear-gradient(160deg,#0d1f17 0%,#0a1810 100%);flex-direction:column;min-height:100dvh;padding-bottom:68px;font-family:Outfit,Segoe UI,sans-serif;display:flex}.news-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1f17e6;border-bottom:1px solid #77b18926;align-items:center;gap:.65rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.news-header__back{color:#9db7a7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:color .2s,background .2s;display:flex}.news-header__back:hover{color:#e9f7ee;background:#ffffff0f}.news-header__title{color:#e9f7ee;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:1.05rem;font-weight:700;overflow:hidden}.news-header__count{color:#6a9c78;background:#81e5921a;border:1px solid #81e59233;border-radius:20px;flex-shrink:0;padding:.18rem .6rem;font-size:.72rem;font-weight:600}.news-content{flex:1;padding:1.25rem 1rem 0}.news-hero{-webkit-tap-highlight-color:transparent;border:1px solid #77b1892e;border-radius:16px;margin-bottom:.75rem;text-decoration:none;transition:border-color .18s,transform .12s;display:block;position:relative;overflow:hidden}.news-hero:active{transform:scale(.99)}.news-hero:hover{border-color:#93dca76b}.news-hero__image{aspect-ratio:16/8;color:#81e5921f;justify-content:center;align-items:center;width:100%;display:flex}.news-hero__overlay{background:linear-gradient(#0000 0%,#040e0980 55%,#040e09f2 100%);position:absolute;inset:0}.news-hero__body{padding:1.1rem 1rem 1rem;position:absolute;bottom:0;left:0;right:0}.news-hero__tag{text-transform:uppercase;letter-spacing:.1em;color:#81e592;margin-bottom:.3rem;font-size:.66rem;font-weight:700;display:inline-block}.news-hero__title{color:#f0fff5;margin:0;font-size:clamp(1rem,4vw,1.3rem);font-weight:700;line-height:1.25}.news-hero__date{color:#9db7a7;margin-top:.4rem;font-size:.76rem}.news-featured-area{margin-bottom:.75rem}.news-featured-secondary{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.news-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem;display:grid}.news-card{-webkit-tap-highlight-color:transparent;background:#142e208c;border:1px solid #77b1892e;border-radius:14px;flex-direction:column;text-decoration:none;transition:border-color .18s,background .18s,transform .12s;display:flex;overflow:hidden}.news-card:active{transform:scale(.97)}.news-card:hover{background:#1e3e2cb3;border-color:#93dca76b}.news-card__image{aspect-ratio:16/9;color:#81e5921a;flex-shrink:0;justify-content:center;align-items:center;width:100%;display:flex}.news-card__body{flex-direction:column;flex:1;gap:.28rem;padding:.65rem .72rem .8rem;display:flex}.news-card__date{color:#6a9c78;font-size:.68rem;font-weight:500}.news-card__title{color:#e9f7ee;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.83rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.news-card__summary{color:#9db7a7;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.76rem;line-height:1.45;display:-webkit-box;overflow:hidden}.news-skeleton-hero{aspect-ratio:16/8;background:linear-gradient(90deg,#1438268c 25%,#376e4b38 50%,#1438268c 75%) 0 0/1200px 100%;border-radius:16px;margin-bottom:.75rem;animation:1.5s linear infinite shimmer}.news-skeleton-card{background:linear-gradient(90deg,#14382673 25%,#376e4b2e 50%,#14382673 75%) 0 0/1200px 100%;border-radius:14px;height:160px;animation:1.5s linear infinite shimmer}.news-empty{text-align:center;color:#6a9c78;padding:3rem 1rem;font-size:.95rem}.news-error{color:#ffb4ba;background:#8d2c342e;border:1px solid #8d2c3499;border-radius:12px;margin-bottom:1rem;padding:.8rem 1rem;font-size:.9rem}.news-article{flex:1;padding:1.5rem 1rem 2rem}.news-article__image{aspect-ratio:16/7;color:#81e5921a;border-radius:14px;justify-content:center;align-items:center;width:100%;margin-bottom:1.25rem;display:flex;overflow:hidden}.news-article__date{color:#6a9c78;margin-bottom:.6rem;font-size:.82rem;font-weight:500}.news-article__title{color:#e9f7ee;margin:0 0 1rem;font-size:clamp(1.3rem,5vw,1.9rem);font-weight:700;line-height:1.2}.news-article__lead{color:#c5e8cf;border-bottom:1px solid #77b18933;margin:0 0 1.5rem;padding-bottom:1.5rem;font-size:1rem;font-weight:500;line-height:1.65}.news-article__content{color:#b8d9c1;white-space:pre-wrap;font-size:.96rem;line-height:1.8}@media (width>=640px){.news-root{padding-bottom:0}.news-root .dash-bottom-nav{display:none}.news-featured-area{grid-template-columns:2fr 1fr;align-items:stretch;gap:.75rem;margin-bottom:.75rem;display:grid}.news-featured-secondary{margin-top:0}.news-featured-area .news-hero{height:100%;margin-bottom:0}.news-featured-area .news-hero__image{aspect-ratio:unset;height:100%;min-height:280px}.news-featured-secondary{flex-direction:column;gap:.75rem;display:flex}.news-featured-secondary .news-card{flex:1}.news-grid{grid-template-columns:repeat(3,1fr)}.news-article{max-width:720px;padding:2rem 2rem 3rem}}.plans-page__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1.35rem;display:grid}.plans-page__card{background:#12261ccc;border:1px solid #77b18947;border-radius:14px;padding:1rem}.plans-page__price{color:#dbf6e3;margin:0;font-size:1.4rem}.plans-page__cycle{color:#a3c7af;font-size:.86rem}.plans-page__discount{color:#85dd9a;margin:.35rem 0 0;font-size:.9rem}.account-page__alert-warning{color:#ffe9a8;background:#a4822c38;border:1px solid #ab9342;border-radius:12px;margin-top:.6rem;padding:.62rem .72rem}.account-page__subscription{margin-top:1rem}.account-page__section-title{color:#ebfcef;margin:0 0 .6rem}.account-page__form{gap:.68rem;margin-top:1rem;display:grid}.account-page__field{color:#d8efe0;font-size:.94rem}.account-page__modal-overlay{z-index:1000;background:#020705a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.account-page__modal{color:#dcf6e3;background:#172a22;border:1px solid #77b18947;border-radius:12px;width:100%;max-width:430px;padding:1.2rem}.account-page__modal-actions{justify-content:flex-end;gap:.5rem;margin-top:.85rem;display:flex}.account-page__crop-container{background:#000;border-radius:8px;height:300px;position:relative;overflow:hidden}.account-page__crop-controls{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.account-page__crop-controls input[type=range]{accent-color:#0f6f48;width:100%}.account-page__crop-modal{max-width:520px}@media (width<=760px){.app-shell,.app-shell--wide,.app-shell--narrow{width:calc(100% - 1rem);margin:1rem auto}.app-surface{padding:.95rem}}@media (width>=640px){.dash-quick-grid{grid-template-columns:repeat(4,1fr)}.dash-bottom-nav{display:none}.dash-root,.games-root,.tickets-root,.digital-card-root,.loyalty-root{padding-bottom:0}}.games-root,.tickets-root,.digital-card-root,.loyalty-root{color:#e9f7ee;background:linear-gradient(160deg,#0d1f17 0%,#0a1810 100%);flex-direction:column;min-height:100dvh;padding-bottom:68px;font-family:Outfit,Segoe UI,sans-serif;display:flex}.subpage-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1f17e6;border-bottom:1px solid #77b18926;align-items:center;gap:.65rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.subpage-header__back{color:#9db7a7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:color .2s,background .2s;display:flex}.subpage-header__back:hover{color:#e9f7ee;background:#ffffff0f}.subpage-header__title{color:#e9f7ee;flex:1;margin:0;font-size:1.05rem;font-weight:700}.subpage-header__badge{color:#6a9c78;background:#81e5921a;border:1px solid #81e59233;border-radius:20px;flex-shrink:0;padding:.18rem .6rem;font-size:.72rem;font-weight:600}.subpage-content{flex:1;padding:1.25rem 1rem 0}.game-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.game-card{background:#142e2099;border:1px solid #77b18938;border-radius:14px;padding:.9rem 1rem}.game-card__opponent{color:#e9f7ee;margin:0;font-size:1rem;font-weight:700}.game-card__meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.35rem;display:flex}.game-card__competition{color:#81e592;background:#81e5921a;border:1px solid #81e59233;border-radius:20px;padding:.15rem .55rem;font-size:.82rem;font-weight:600}.game-card__date{color:#9db7a7;font-size:.85rem}.ticket-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ticket-card{background:#142e2099;border:1px solid #77b18938;border-radius:14px;padding:.9rem 1rem}.ticket-card__opponent{color:#e9f7ee;margin:0;font-size:1rem;font-weight:700}.ticket-card__meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.35rem;display:flex}.ticket-card__competition{color:#81e592;background:#81e5921a;border:1px solid #81e59233;border-radius:20px;padding:.15rem .55rem;font-size:.82rem;font-weight:600}.ticket-card__date{color:#9db7a7;font-size:.85rem}.ticket-card__status{color:#c4e8cc;margin-top:.45rem;font-size:.88rem}.ticket-card__qr{word-break:break-all;color:#6a9c78;background:#0d1b1499;border-radius:8px;margin-top:.5rem;padding:.4rem .5rem;font-size:.75rem}.ticket-card__redeem{margin-top:.65rem}.digital-card-display{background:linear-gradient(135deg,#143223e6 0%,#0a1c14fa 100%);border:1px solid #77b1894d;border-radius:18px;margin-top:1rem;padding:1.25rem}.digital-card-display__state{color:#81e592;margin:0;font-size:1.15rem;font-weight:700}.digital-card-display__sub{color:#9db7a7;margin:.3rem 0 0;font-size:.88rem}.digital-card-display__template{white-space:pre-wrap;color:#c4e8cc;background:#0d1b14b3;border:1px solid #77b18940;border-radius:10px;margin-top:1.25rem;padding:1rem;font-family:ui-monospace,monospace;font-size:.88rem;line-height:1.6}.digital-card-display__token{word-break:break-all;color:#6a9c78;margin-top:.85rem;font-size:.75rem}.digital-card-cache-note{color:#6a9c78;background:#0d1b1480;border-radius:8px;margin-top:.85rem;padding:.4rem .6rem;font-size:.75rem}.digital-card-message{color:#ffe9a8;background:#a4822c26;border:1px solid #a4822c4d;border-radius:10px;margin-top:.75rem;padding:.55rem .75rem;font-size:.9rem}.loyalty-summary{background:#142e2099;border:1px solid #77b18940;border-radius:16px;margin-bottom:1.5rem;padding:1rem 1.1rem}.loyalty-summary__row{border-bottom:1px solid #77b1891a;justify-content:space-between;align-items:center;padding:.35rem 0;display:flex}.loyalty-summary__row:last-child{border-bottom:none}.loyalty-summary__label{color:#9db7a7;font-size:.88rem}.loyalty-summary__value{color:#e9f7ee;font-size:.95rem;font-weight:700}.loyalty-summary__value--accent{color:#81e592}.loyalty-ranking{margin-top:1.25rem;margin-bottom:1.5rem}.loyalty-ranking__title{letter-spacing:.08em;text-transform:uppercase;color:#6a9c78;margin:0 0 .75rem;font-size:.82rem;font-weight:600}.loyalty-ranking__empty{color:#6a9c78;font-size:.9rem}.loyalty-ranking__list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.loyalty-ranking__row{color:#c4e8cc;border-radius:10px;align-items:center;gap:.6rem;padding:.5rem .7rem;font-size:.88rem;display:flex}.loyalty-ranking__row--me{color:#e9f7ee;background:#81e5921f;border:1px solid #81e59238;font-weight:700}.loyalty-ranking__rank{color:#6a9c78;min-width:26px;font-size:.8rem;font-weight:700}.loyalty-ranking__name{flex:1}.loyalty-ranking__pts{color:#81e592;font-weight:600}.loyalty-ranking__me-pos{color:#9db7a7;margin-top:.6rem;font-size:.88rem}.login-page{text-align:left;background:#fff;grid-template-columns:minmax(320px,420px) minmax(0,1fr);width:100vw;min-height:100svh;margin-inline:calc(50% - 50vw);display:grid}.login-page__panel{border-right:1px solid #e8e8e8;justify-content:center;display:flex}.login-page__panel-content{color:#212121;flex-direction:column;gap:16px;width:min(320px,100%);padding:72px 0 44px;font-family:Inter,Segoe UI,Roboto,sans-serif;display:flex}.login-page__logo{object-fit:contain;align-self:center;width:56px;height:56px;display:block}.login-page__title{color:#111;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700;line-height:1.1}.login-page__subtitle{color:#6b6b6b;font-size:.87rem}.login-form{flex-direction:column;gap:12px;display:flex}.login-form__field{color:#5d5d5d;flex-direction:column;gap:6px;font-size:.78rem;display:flex}.login-form__field input{color:#101010;background:#fff;border:1px solid #e3e3e3;border-radius:8px;outline:none;height:38px;padding:0 12px;font-size:.9rem}.login-form__field input:focus{border-color:#0f6f48;box-shadow:0 0 0 3px #0f6f481f}.login-form__forgot{text-align:right;color:#0f6f48;margin-top:-4px;font-size:.78rem;font-weight:600;text-decoration:none}.login-form__error{color:#cc1f1f;margin:0;font-size:.82rem}.login-form__submit{color:#fff;cursor:pointer;background:linear-gradient(#0f8b57 0%,#0b6c44 100%);border:0;border-radius:8px;height:40px;font-size:.92rem;font-weight:700}.login-form__submit:disabled{opacity:.65;cursor:not-allowed}.login-page__divider{color:#8f8f8f;align-items:center;gap:12px;font-size:.75rem;display:flex}.login-page__divider:before,.login-page__divider:after{content:"";background:#ececec;flex:1;height:1px}.login-consents{border:1px solid #e7e7e7;border-radius:8px;flex-direction:column;gap:8px;margin:0;padding:10px 12px;display:flex}.login-consents legend{color:#666;padding:0 6px;font-size:.72rem}.login-consents label{color:#4f4f4f;align-items:flex-start;gap:8px;font-size:.76rem;display:flex}.login-form__google:empty{display:none}.login-form__social{color:#171717;cursor:not-allowed;background:#fff;border:1px solid #e2e2e2;border-radius:8px;height:40px;font-size:.9rem;font-weight:600}.login-form__hint{color:#757575;margin:0;font-size:.75rem}.login-page__register{text-align:center;color:#666;margin-top:6px;font-size:.8rem}.login-page__register a{color:#0f6f48;font-weight:700;text-decoration:none}.login-page__hero{background-image:linear-gradient(#00000026,#00000026),url(/login-hero.png);background-position:50%;background-size:cover}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-page__panel{border-right:0}.login-page__panel-content{width:min(360px,100% - 32px);padding-top:32px;padding-bottom:32px}.login-page__hero{min-height:38vh}}@media (width<=768px){.login-page__hero{display:none}}.register-page{text-align:left;background:#fff;grid-template-columns:minmax(320px,420px) minmax(0,1fr);width:100vw;min-height:100svh;margin-inline:calc(50% - 50vw);display:grid}.register-page__panel{border-right:1px solid #e8e8e8;justify-content:center;display:flex}.register-page__panel-content{color:#212121;flex-direction:column;gap:16px;width:min(320px,100%);padding:56px 0 44px;font-family:Inter,Segoe UI,Roboto,sans-serif;display:flex}.register-page__logo{object-fit:contain;align-self:center;width:56px;height:56px;display:block}.register-page__title{color:#111;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700;line-height:1.1}.register-page__subtitle{color:#6b6b6b;font-size:.87rem}.register-form{flex-direction:column;gap:12px;display:flex}.register-form__field{color:#5d5d5d;flex-direction:column;gap:6px;font-size:.78rem;display:flex}.register-form__field input{color:#101010;background:#fff;border:1px solid #e3e3e3;border-radius:8px;outline:none;height:38px;padding:0 12px;font-size:.9rem}.register-form__field input:focus{border-color:#0f6f48;box-shadow:0 0 0 3px #0f6f481f}.register-form__error,.register-form__load-error{color:#cc1f1f;margin:0;font-size:.82rem}.register-form__submit{color:#fff;cursor:pointer;background:linear-gradient(#0f8b57 0%,#0b6c44 100%);border:0;border-radius:8px;height:40px;margin-top:4px;font-size:.92rem;font-weight:700}.register-form__submit:disabled{opacity:.65;cursor:not-allowed}.register-consents{border:1px solid #e7e7e7;border-radius:8px;flex-direction:column;gap:8px;margin:0;padding:10px 12px;display:flex}.register-consents legend{color:#666;padding:0 6px;font-size:.72rem}.register-consents label{color:#4f4f4f;align-items:flex-start;gap:8px;font-size:.76rem;display:flex}.register-page__loading{color:#6b6b6b;font-size:.87rem}.register-page__login{text-align:center;color:#666;margin-top:6px;font-size:.8rem}.register-page__login a{color:#0f6f48;font-weight:700;text-decoration:none}.register-page__hero{background-image:linear-gradient(#00000026,#00000026),url(/login-hero.png);background-position:50%;background-size:cover}@media (width<=900px){.register-page{grid-template-columns:1fr}.register-page__panel{border-right:0}.register-page__panel-content{width:min(360px,100% - 32px);padding-top:32px;padding-bottom:32px}.register-page__hero{min-height:38vh}}@media (width<=768px){.register-page__hero{display:none}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;--admin-font-family:"Outfit", "Avenir Next", "Segoe UI", sans-serif;--admin-bg-main:#152d24;--admin-bg-sidebar:#1d4c33;--admin-text-primary:#e8f7e9;--admin-text-muted:#a7cbb1;--admin-accent:#81e592;--admin-accent-soft:#63b97a;--admin-border-soft:#77b1892e;--admin-border-strong:#7bd2956b;--transition-fast:.12s ease;--transition-base:.2s ease;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px;--admin-bg-main:#10211b;--admin-bg-sidebar:#163325;--admin-text-primary:#ddf2e1;--admin-text-muted:#94bba0;--admin-accent:#73d88a;--admin-accent-soft:#55af6d;--admin-border-soft:#77b1892e;--admin-border-strong:#7bd2956b}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}#root:has(.admin-shell){border-inline:none;width:100vw;max-width:100vw;margin:0;padding:0}#root:has(.dash-root){border-inline:none;width:100vw;max-width:100vw;margin:0;padding:0}#root:has(.news-root){border-inline:none;width:100vw;max-width:100vw;margin:0;padding:0}:is(#root:has(.games-root),#root:has(.tickets-root),#root:has(.digital-card-root),#root:has(.loyalty-root)){border-inline:none;width:100vw;max-width:100vw;margin:0;padding:0}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
