.admin-kpi-card{border:1px solid var(--admin-border-strong);background:linear-gradient(135deg,#0e131a8f,#0e131ab8);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:#8cd39226}.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,#0e131a73 25%,#1e283738 50%,#0e131a73 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:#0e131a66;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:#141b2699;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);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)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.support-attachment-list{flex-direction:column;gap:.5rem;margin:.55rem 0 0;padding:0;list-style:none;display:flex}.support-attachment-list__row{color:#a6b0bf;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.82rem;display:flex}.support-attachment__meta{color:#7b8794;font-size:.75rem}.support-attachment__loading{color:#7b8794;font-size:.8rem;font-style:italic}.support-attachment__thumb{cursor:pointer;background:#00000040;border:1px solid #8cd39259;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:88px;height:88px;padding:0;transition:border-color .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden}.support-attachment__thumb:hover,.support-attachment__thumb:focus-visible{border-color:#8cd392a6;outline:none;box-shadow:0 0 0 2px #8cd39233}.support-attachment__thumb img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.support-attachment__link{color:#8cd392;cursor:pointer;font:inherit;text-align:left;word-break:break-word;background:0 0;border:none;max-width:100%;padding:0;text-decoration:underline}.support-attachment__link:hover{color:#9fe0a4}.support-attachment__download-btn{color:#a6b0bf;font:inherit;cursor:pointer;background:#08080873;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;padding:.25rem .5rem;font-size:.75rem;font-weight:600;transition:border-color .16s,color .16s}.support-attachment__download-btn:hover{color:#8cd392;border-color:#8cd39273}.support-attachment-modal{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#080808d1;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.support-attachment-modal__dialog{flex-direction:column;align-items:center;gap:.5rem;max-width:min(96vw,900px);max-height:min(90vh,900px);display:flex;position:relative}.support-attachment-modal__close{z-index:1;color:#f5f7fa;cursor:pointer;background:#080808a6;border:none;border-radius:10px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.35rem;line-height:1;transition:background .16s;display:flex;position:absolute;top:.25rem;right:.25rem}.support-attachment-modal__close:hover,.support-attachment-modal__close:focus-visible{outline-offset:2px;background:#8cd39240;outline:2px solid #8cd39273}.support-attachment-modal__img-wrap{background:#0e131a;border:1px solid #ffffff1a;border-radius:12px;max-width:100%;max-height:calc(90vh - 4rem);margin-top:.5rem;overflow:auto}.support-attachment-modal__img{vertical-align:bottom;max-width:100%;height:auto;display:block}.support-attachment-modal__caption{color:#a6b0bf;text-align:center;word-break:break-word;max-width:100%;margin:0;padding:0 .5rem .5rem;font-size:.85rem}.support-attachment-list--light .support-attachment__meta,.support-attachment-list--light .support-attachment__loading{color:#666}.support-attachment-list--light .support-attachment__thumb{border-color:#0b57d059}.support-attachment-list--light .support-attachment__thumb:hover,.support-attachment-list--light .support-attachment__thumb:focus-visible{border-color:#0b57d0;box-shadow:0 0 0 2px #0b57d033}.support-attachment-list--light .support-attachment__link{color:#0645ad}.support-attachment-list--light .support-attachment__download-btn{color:#555;background:#fff;border-color:#ccc}.support-attachment-list--light .support-attachment__download-btn:hover{color:#0b57d0;border-color:#0b57d0}.admin-shell{background:radial-gradient(circle at 12% 88%, #0e131a52, transparent 42%), radial-gradient(circle at 80% 0%, #8cd39238, 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);box-sizing:border-box;scrollbar-width:none;background:linear-gradient(#080808,#080808);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{object-fit:contain;width:72px;max-width:100%;height:auto;max-height:72px;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:#8cd3920f}.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:#8cd3921a;border-color:#8cd39240}.admin-shell__link.is-active{color:var(--admin-accent);border-color:#8cd3927a;border-left-color:var(--admin-accent);background:#8cd3921f;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 #ffffff14;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:#8cd39214}.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:#0e131a99;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:#0e131a80;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:#141b268c}.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(#0e131acc,#080808f5);border:1px solid #ffffff14;border-radius:18px;padding:1.25rem;box-shadow:0 10px 24px #00000042}.app-muted{color:#a6b0bf}.app-title{color:#f5f7fa;margin:0;font-size:clamp(1.7rem,2.7vw,2.9rem);line-height:1.08}.app-back-link{color:#8cd392;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:#f5f7fa;background:#8cd392;border-color:#8cd392}.btn-primary:hover{filter:brightness(1.08)}.btn-secondary{color:#f5f7fa;background:#a6b0bf33;border-color:#8cd39261}.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:#f5f7fa;box-sizing:border-box;background:#0e131ad1;border:1px solid #8cd39261;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 #8cd39266}.dash-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e131ae6;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:sticky;top:0}.dash-header__brand{align-items:center;gap:.5rem;min-width:0;display:flex}.dash-header__logo{object-fit:contain;flex-shrink:0;width:36px;height:36px}.dash-header__logo-text{color:#8cd392;letter-spacing:.03em;font-size:1.1rem;font-weight:700}.dash-header__right{align-items:center;gap:.5rem;display:flex}.dash-header__logout{cursor:pointer;color:#a6b0bf;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:#f5f7fa;background:#ffffff0f}.dash-content{flex:1;padding:1.25rem 1rem 0}.dash-hero{margin-bottom:1.5rem}.dash-hero__greeting{color:#a6b0bf;margin:0;font-size:.95rem}.dash-hero__name{color:#f5f7fa;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:#8cd392;background:#8cd3921f;border:1px solid #8cd3924d;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:#8cd39233}.dash-section-title{letter-spacing:.08em;text-transform:uppercase;color:#7b8794;margin:0 0 .75rem;font-size:.82rem;font-weight:600}.dash-benefits-section{margin-bottom:1.5rem}.dash-benefits-section .dash-section-title{margin-bottom:.65rem}.dash-benefits-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;padding:.25rem 0;display:flex;overflow-x:auto}.dash-benefits-carousel::-webkit-scrollbar{display:none}.dash-benefit-banner{scroll-snap-align:start;color:#f5f7fa;-webkit-tap-highlight-color:transparent;background:#0e131a99;border:1px solid #8cd39238;border-radius:16px;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.45rem;width:80vw;max-width:300px;padding:1rem 1rem .85rem;text-decoration:none;transition:border-color .18s,background .18s,transform .12s;display:flex}.dash-benefit-banner:active{transform:scale(.97)}.dash-benefit-banner:hover{background:#0e131abf;border-color:#8cd39280}.dash-benefit-banner__eyebrow{text-transform:uppercase;letter-spacing:.06em;color:#8cd392;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;display:inline-flex}.dash-benefit-banner__title{color:#f5f7fa;font-size:1rem;font-weight:700;line-height:1.25}.dash-benefit-banner__partner{color:#a6b0bf;background:#8cd3921a;border:1px solid #8cd39233;border-radius:20px;padding:.12rem .5rem;font-size:.8rem;font-weight:600}.dash-benefit-banner__dates{color:#7b8794;font-size:.78rem}.dash-benefit-banner__cta{color:#8cd392;align-items:center;gap:.2rem;margin-top:.25rem;font-size:.82rem;font-weight:600;display:inline-flex}.dash-benefit-banner--visual{gap:.4rem;padding:.65rem .65rem .85rem}.dash-benefit-banner__media{aspect-ratio:300/148;background:#00000040;border-radius:12px;width:100%;overflow:hidden}.dash-benefit-banner__media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.dash-benefit-banner__description{color:#a6b0bf;margin:0;font-size:.86rem;line-height:1.45}.dash-benefit-banner--visual .dash-benefit-banner__dates{margin-top:.1rem}.dash-benefit-banner-skeleton{background:linear-gradient(90deg,#8cd39214 0%,#8cd3922e 50%,#8cd39214 100%) 0 0/1200px 100%;border-radius:16px;flex-shrink:0;width:80vw;max-width:300px;height:148px;animation:1.5s linear infinite shimmer}.dash-quick-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.dash-quick-card{color:#f5f7fa;-webkit-tap-highlight-color:transparent;background:#0e131a99;border:1px solid #8cd39238;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:#0e131abf;border-color:#8cd39280}.dash-quick-card__icon{color:#8cd392;background:#8cd3921f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dash-quick-card__label{color:#f5f7fa;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:#0e131af2;border-top:1px solid #ffffff14;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.dash-bottom-nav__item{color:#7b8794;-webkit-tap-highlight-color:transparent;border-radius:10px;flex-direction:column;flex:1;align-items:center;gap:.2rem;min-width:0;max-width:5.5rem;padding:.35rem .25rem;font-size:.6rem;font-weight:600;text-decoration:none;transition:color .16s,background .16s;display:flex}.dash-bottom-nav__item:hover,.dash-bottom-nav__item.active{color:#8cd392}.dash-bottom-nav__item.active{background:#8cd3921a}.news-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e131ae6;border-bottom:1px solid #ffffff14;align-items:center;gap:.65rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.news-header__back{color:#a6b0bf;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:#f5f7fa;background:#ffffff0f}.news-header__title{color:#f5f7fa;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:1.05rem;font-weight:700;overflow:hidden}.news-header__count{color:#7b8794;background:#8cd3921a;border:1px solid #8cd39233;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 #8cd39238;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:#8cd39280}.news-hero__image{aspect-ratio:16/8;color:#8cd3921f;justify-content:center;align-items:center;width:100%;display:flex}.news-hero__overlay{background:linear-gradient(#0000 0%,#08080880 55%,#080808f2 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:#8cd392;margin-bottom:.3rem;font-size:.66rem;font-weight:700;display:inline-block}.news-hero__title{color:#f5f7fa;margin:0;font-size:clamp(1rem,4vw,1.3rem);font-weight:700;line-height:1.25}.news-hero__date{color:#a6b0bf;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:#0e131a8c;border:1px solid #8cd39238;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:#0e131ab3;border-color:#8cd39280}.news-card__image{aspect-ratio:16/9;color:#8cd3921a;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:#7b8794;font-size:.68rem;font-weight:500}.news-card__title{color:#f5f7fa;-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:#a6b0bf;-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,#0e131a8c 25%,#1e283738 50%,#0e131a8c 75%) 0 0/1200px 100%;border-radius:16px;margin-bottom:.75rem;animation:1.5s linear infinite shimmer}.news-skeleton-card{background:linear-gradient(90deg,#0e131a73 25%,#1e28372e 50%,#0e131a73 75%) 0 0/1200px 100%;border-radius:14px;height:160px;animation:1.5s linear infinite shimmer}.news-empty{text-align:center;color:#7b8794;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:#8cd3921a;border-radius:14px;justify-content:center;align-items:center;width:100%;margin-bottom:1.25rem;display:flex;overflow:hidden}.news-article__date{color:#7b8794;margin-bottom:.6rem;font-size:.82rem;font-weight:500}.news-article__title{color:#f5f7fa;margin:0 0 1rem;font-size:clamp(1.3rem,5vw,1.9rem);font-weight:700;line-height:1.2}.news-article__lead{color:#a6b0bf;border-bottom:1px solid #8cd39233;margin:0 0 1.5rem;padding-bottom:1.5rem;font-size:1rem;font-weight:500;line-height:1.65}.news-article__content{color:#a6b0bf;white-space:pre-wrap;font-size:.96rem;line-height:1.8}@media (width>=640px){.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{padding:0 1rem 1.5rem}.plans-page__header-title{text-align:center}.plans-page__list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.plans-page__item{flex-direction:column;align-items:center;gap:.5rem;display:flex}.plans-page__card{box-sizing:border-box;background:#0e131ad1;border:1px solid #8cd39247;border-radius:18px;flex-direction:column;gap:.5rem;width:100%;padding:1.5rem 1.25rem 1.25rem;display:flex;box-shadow:0 10px 24px #00000042}.plans-page__card--featured{border-color:#8cd392b3}.plans-page__badge{color:#8cd392;letter-spacing:.03em;background:#8cd3921f;border:1px solid #8cd39299;border-radius:9999px;padding:.25rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.plans-page__name{color:#f5f7fa;text-align:center;margin:0;font-size:1.3rem;font-weight:700}.plans-page__summary{color:#a6b0bf;text-align:center;margin:0;font-size:.88rem}.plans-page__price{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.15rem;margin:.5rem 0;display:flex}.plans-page__price-currency{color:#f5f7fa;font-size:.85rem;font-weight:600}.plans-page__price-value{color:#8cd392;font-size:2.4rem;font-weight:700;line-height:1}.plans-page__price-cycle{color:#a6b0bf;margin-left:.2rem;font-size:.85rem}.plans-page__cta{color:#8cd392;letter-spacing:.1em;text-align:center;text-transform:uppercase;background:0 0;border:1px solid #8cd3928c;border-radius:9999px;margin-top:.75rem;padding:.65rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .16s,border-color .16s;display:block}.plans-page__cta:hover{background:#8cd3921a;border-color:#8cd392cc}.plans-page__settings-btn{color:#f5f7fa;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;text-decoration:none;transition:color .16s,background .16s;display:flex}.plans-page__settings-btn:hover{color:#8cd392;background:#ffffff0f}.plans-page__discount{color:#8cd392;text-align:center;margin:.25rem 0 0;font-size:.82rem}.sub-confirm{text-align:center;flex-direction:column;align-items:center;padding-bottom:2rem;display:flex}.sub-confirm__eyebrow{color:#f5f7fa;margin:0 0 .65rem;font-size:1rem;font-weight:500;line-height:1.35}.sub-confirm__plan-pill{margin-bottom:1.35rem}.plans-root main.subpage-content.sub-confirm--figma{z-index:1;flex:1;padding:1rem max(1rem,50% - 9.6875rem);position:relative}.sub-confirm.sub-confirm--figma{padding-bottom:0}.sub-confirm--figma .sub-confirm__hero{flex-direction:column;align-items:center;gap:.4375rem;width:100%;max-width:19.375rem;margin-bottom:1.25rem;display:flex}.sub-confirm--figma .sub-confirm__hero .plans-figma-chip-wrap{margin-bottom:0}.sub-confirm--figma .sub-confirm__eyebrow{letter-spacing:-.025em;font-variation-settings:"opsz" 14;color:#fff;margin:0;font-family:DM Sans,Outfit,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.2}.sub-confirm--figma .sub-confirm__alert{max-width:19.375rem}.sub-confirm--figma .sub-confirm__card{max-width:19.375rem;box-shadow:none;background:#ffffff0d;border:1px solid #8cd392;border-radius:16px;gap:1rem;padding:1.25rem}.sub-confirm--figma .sub-confirm__card-title{letter-spacing:-.025em;font-variation-settings:"opsz" 14;color:#fff;margin:0;font-family:DM Sans,Outfit,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.2}.sub-confirm--figma .sub-confirm__holder{letter-spacing:-.02em;font-variation-settings:"opsz" 14;color:#fff;margin:0;font-family:DM Sans,Outfit,sans-serif;font-size:.75rem;font-weight:500;line-height:1.2}.sub-confirm--figma .sub-confirm__rows{gap:0;width:100%}.sub-confirm--figma .sub-confirm__row{width:100%;margin:0;padding:0;list-style:none}.sub-confirm--figma .sub-confirm__row-rule{background:#ffffff1f;border:none;width:15.5rem;max-width:100%;height:1px;margin:0 auto .625rem}.sub-confirm--figma .sub-confirm__row-line{letter-spacing:-.02em;font-variation-settings:"opsz" 14;text-align:center;color:#fff;margin:0;font-family:DM Sans,Outfit,sans-serif;font-size:.75rem;font-weight:500;line-height:1.2}.sub-confirm--figma .sub-confirm__label{color:#fff}.sub-confirm--figma .sub-confirm__value{color:#8cd392;font-weight:500}.sub-confirm--figma .sub-confirm__cta{color:#8cd392;letter-spacing:.225rem;text-transform:uppercase;background:#99e39e1a;border:1px solid #8cd392;border-radius:16px;justify-content:center;align-items:center;width:14.125rem;max-width:100%;height:2.375rem;margin-top:.25rem;padding:0 1rem;font-family:DM Sans,Outfit,sans-serif;font-size:.75rem;font-weight:500;display:flex}.sub-confirm--figma .sub-confirm__cta:hover{color:#99e39e;background:#99e39e2e;border-color:#99e39e}.sub-confirm--figma .sub-confirm__return{letter-spacing:-.02em;font-variation-settings:"opsz" 14;color:#fff;margin:1rem 0 0;font-family:DM Sans,Outfit,sans-serif;font-size:.75rem;font-weight:500;line-height:1.2}.sub-confirm--figma .sub-confirm__return-link{color:#80bf86;font-weight:500;text-decoration:none}.sub-confirm--figma .sub-confirm__return-link:hover{text-decoration:underline}.sub-confirm--figma .sub-confirm__pending,.sub-confirm--figma .sub-confirm__hint{max-width:19.375rem}.plans-root main.subpage-content.sub-confirm-empty--figma{z-index:1;flex:1;padding-left:max(1rem,50% - 11.7188rem);padding-right:max(1rem,50% - 11.7188rem);position:relative}.sub-confirm__card{box-sizing:border-box;background:#222;border:1px solid #8cd392a6;border-radius:22px;flex-direction:column;align-items:center;gap:.35rem;width:100%;max-width:420px;padding:1.5rem 1.35rem 1.35rem;display:flex;box-shadow:0 10px 28px #00000059}.sub-confirm__card-title{color:#f5f7fa;margin:0 0 .85rem;font-size:1.35rem;font-weight:700}.sub-confirm__holder{color:#f5f7fa;margin:0 0 1rem;font-size:1.05rem;font-weight:600}.sub-confirm__rows{text-align:center;flex-direction:column;gap:.65rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.sub-confirm__rows li{color:#f5f7fa;margin:0;font-size:.95rem;line-height:1.45}.sub-confirm__rows strong{color:#8cd392;font-weight:700}.sub-confirm__cta{box-sizing:border-box;color:#8cd392;letter-spacing:.12em;text-align:center;text-transform:uppercase;background:0 0;border:1px solid #8cd3928c;border-radius:9999px;width:100%;margin-top:1.25rem;padding:.72rem 1rem;font-family:inherit;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .16s,border-color .16s;display:block}.sub-confirm__cta:hover{background:#8cd3921a;border-color:#8cd392d9}.sub-confirm__return{color:#a6b0bf;margin:1.5rem 0 0;font-size:.9rem}.sub-confirm__return a{color:#8cd392;font-weight:600;text-decoration:none}.sub-confirm__return a:hover{text-decoration:underline}.sub-confirm__pending{box-sizing:border-box;text-align:left;background:#0e131abf;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:420px;margin-top:1.25rem;padding:1rem 1rem 1.1rem}.sub-confirm__pending-title{color:#f5f7fa;margin:0 0 .5rem;font-size:.95rem;font-weight:700}.sub-confirm__pending-caption{color:#7b8794;margin:0 0 .4rem;font-size:.8rem}.sub-confirm__pending-pre{white-space:pre-wrap;word-break:break-all;color:#a6b0bf;background:#08080880;border:1px solid #8cd39238;border-radius:10px;margin:0;padding:.75rem;font-size:.78rem}.sub-confirm__pending-copy{color:#a6b0bf;margin:.75rem 0 0;font-size:.82rem}.sub-confirm__pending-copy code{color:#8cd392;word-break:break-all;font-size:.75rem}.sub-confirm__pending-link{color:#8cd392;margin-top:.5rem;font-size:.88rem;font-weight:600;display:inline-block}.sub-confirm__hint{color:#7b8794;max-width:420px;margin-top:1rem;font-size:.82rem;line-height:1.45}.sub-confirm__alert{box-sizing:border-box;color:#ffb4ba;text-align:left;background:#8d2c342e;border:1px solid #8d2c3499;border-radius:12px;width:100%;max-width:420px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.sub-confirm-empty{text-align:center;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:1.5rem 1rem 2rem;display:flex}.sub-confirm-empty__title{color:#f5f7fa;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.sub-confirm-empty__text{color:#a6b0bf;max-width:360px;margin:0 0 1rem;font-size:.92rem;line-height:1.5}.sub-confirm-empty__links{flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;display:flex}.sub-confirm-empty__links a{color:#8cd392;font-weight:600;text-decoration:none}.sub-confirm-empty__links a:hover{text-decoration:underline}.plan-detail{padding:0 1rem 1.5rem}.plans-root main.subpage-content.plan-detail--figma{z-index:1;flex:1;padding:1rem max(1rem,50% - 9.6875rem) 1.5rem;position:relative}.plan-detail--figma.plan-detail{padding:0}.plan-detail__status{text-align:center}.plan-detail__figma-stack{flex-direction:column;align-items:center;width:100%;max-width:19.375rem;margin:0 auto;display:flex}.plan-detail__error{color:#ffc6c6;text-align:center;margin:.5rem 0;font-size:.9rem}.plan-detail__error--inline{width:100%;margin:0}.plan-detail__card{box-sizing:border-box;background:#ffffff0d;border:1px solid #403f41;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:1.25rem;display:flex}.plan-detail__card--featured{border-color:#8cd392}.plan-detail__hero-block{text-align:center;flex-direction:column;align-items:center;gap:.125rem;width:100%;padding-bottom:.25rem;display:flex}.plan-detail__name{letter-spacing:-.025em;color:#fff;text-align:center;margin:0;font-family:DM Sans,Outfit,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.2}.plan-detail__summary{font-variation-settings:"opsz" 9;color:#fff;text-align:center;max-width:16rem;margin:0;font-family:DM Sans,Outfit,sans-serif;font-size:.75rem;font-weight:400;line-height:1.4}.plan-detail__price{color:#8cd392;flex-wrap:nowrap;justify-content:center;align-items:baseline;margin:.35rem 0 0;display:flex}.plan-detail__price-currency,.plan-detail__price-cycle{color:#8cd392;font-family:DM Sans,Outfit,sans-serif;font-size:.625rem;font-weight:500;line-height:1}.plan-detail__price-gap{flex-shrink:0;width:1.25rem;display:inline-block}.plan-detail__price-value{letter-spacing:-.03em;color:#8cd392;font-family:DM Sans,Outfit,sans-serif;font-size:2.5rem;font-weight:500;line-height:1}.plan-detail__benefits{flex-direction:column;align-items:center;width:100%;margin:0;padding:0;list-style:none;display:flex}.plan-detail__benefit-item{text-align:center;width:100%}.plan-detail__benefit-item--lead .plan-detail__benefit-title,.plan-detail__benefit-item--lead .plan-detail__benefit-desc{letter-spacing:-.015em;font-size:.6875rem}.plan-detail__benefit-rule{background:#ffffff1f;border:none;width:15.5rem;max-width:100%;height:1px;margin:0 auto .625rem}.plan-detail__benefit-copy{flex-direction:column;align-items:center;gap:.125rem;display:flex}.plan-detail__benefit-title,.plan-detail__benefit-desc{letter-spacing:-.02em;font-variation-settings:"opsz" 14;color:#fff;margin:0;font-family:DM Sans,Outfit,sans-serif;font-size:.75rem;font-weight:500;line-height:1.2}.plan-detail__benefit-item:not(.plan-detail__benefit-item--lead) .plan-detail__benefit-title,.plan-detail__benefit-item:not(.plan-detail__benefit-item--lead) .plan-detail__benefit-desc{font-size:.75rem}.plan-detail__cta{box-sizing:border-box;color:#8cd392;letter-spacing:.225rem;text-align:center;text-transform:uppercase;cursor:pointer;background:#99e39e1a;border:1px solid #8cd392;border-radius:16px;justify-content:center;align-items:center;width:14.125rem;max-width:100%;height:2.375rem;margin-top:.25rem;padding:0 1rem;font-family:DM Sans,Outfit,sans-serif;font-size:.75rem;font-weight:500;transition:background .16s,border-color .16s,color .16s;display:flex}.plan-detail__cta:hover:not(:disabled){color:#99e39e;background:#99e39e2e;border-color:#99e39e}.plan-detail__cta:disabled{opacity:.55;cursor:not-allowed}.plan-detail__note{letter-spacing:-.02em;font-variation-settings:"opsz" 14;color:#fff;text-align:center;max-width:19.375rem;margin:1rem 0 0;font-family:DM Sans,Outfit,sans-serif;font-size:.75rem;font-weight:500;line-height:1.2}.account-root{box-sizing:border-box}.account-page{box-sizing:border-box;flex:1;padding-left:.75rem;padding-right:.75rem}.account-root>main.app-shell.account-page--perfil{margin-top:.5rem;margin-bottom:0}.account-page--perfil{font-family:Poppins,Outfit,sans-serif}@media (width>=480px){.account-page--perfil{padding-left:1rem;padding-right:1rem}}@media (width>=1024px){.account-page--perfil{padding-left:1.25rem;padding-right:1.25rem}}.account-page__perfil-top{align-items:center;gap:.875rem;padding:.375rem 0 0;display:flex}.account-page__perfil-avatar-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;flex-shrink:0;width:50px;height:50px;padding:0;line-height:0;position:relative;overflow:hidden}.account-page__perfil-avatar-btn:disabled{cursor:not-allowed;opacity:.7}.account-page__perfil-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.account-page__perfil-avatar-fallback{color:#121212;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-family:Poppins,Outfit,sans-serif;font-size:.875rem;font-weight:600;display:flex}.account-page__perfil-top-name{color:#fff;flex:1;min-width:0;font-family:Poppins,Outfit,sans-serif;font-size:1rem;font-weight:500;line-height:1.5rem}.account-page__perfil-settings{color:#fff;flex-shrink:0}.account-page__perfil-card{box-sizing:border-box;background:#ffffff0d;border:1px solid #8cd392;border-radius:16px;flex-direction:column;width:100%;max-width:23.4375rem;min-height:16.625rem;margin-top:1.5rem;margin-left:auto;margin-right:auto;padding:1.375rem 1.3125rem 1.125rem;display:flex}.account-page__perfil-card--empty{justify-content:center;min-height:16.625rem}.account-page__perfil-card-body{flex-direction:row;flex:1;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.account-page__perfil-main{flex:1;min-width:0}.account-page__perfil-plan-stack{flex-direction:column;align-items:flex-start;margin:0;display:flex}.account-page__perfil-eyebrow{color:#eee;font-family:Inter,Outfit,sans-serif;font-size:.8125rem;font-weight:700;line-height:1.07}.account-page__perfil-plan-name{letter-spacing:-.02em;color:#8cd392;margin-top:.125rem;font-family:Inter,Outfit,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.07;display:block}.account-page__perfil-facts{padding:0;color:#6c7278;margin:.75rem 0 0;padding-inline-start:1.3125rem;font-family:Poppins,Outfit,sans-serif;font-size:.875rem;font-weight:500;list-style:outside}.account-page__perfil-facts li{margin:0;padding-inline-start:0}.account-page__perfil-facts li span{line-height:1.25rem}.account-page__perfil-initials{color:#080808;background:#8cd392;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:6.8125rem;height:6.5625rem;font-family:Poppins,Outfit,sans-serif;font-size:2.5rem;font-weight:500;line-height:1;display:flex}.account-page__perfil-expand{box-sizing:border-box;color:#080808;text-align:center;letter-spacing:-.4px;font-variation-settings:"opsz" 14;background:#8cd392;border:none;border-radius:16px;width:14.0625rem;max-width:100%;margin:1.125rem auto 0;padding:1rem 1.5rem;font-family:DM Sans,Outfit,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.2;text-decoration:none;transition:filter .16s,transform .12s;display:block}.account-page__perfil-expand:hover{filter:brightness(1.05);transform:translateY(-1px)}.account-page__perfil-empty-eyebrow{color:#a6b0bf;margin:0;font-family:Inter,Outfit,sans-serif;font-size:.8125rem;font-weight:700;line-height:1.15}.account-page__perfil-empty-copy{color:#6c7278;margin:.35rem 0 0;font-family:Poppins,Outfit,sans-serif;font-size:.875rem;line-height:1.45}.account-page__profile-box{background:linear-gradient(#0e131ad1,#080808f5);border:1px solid #8cd39261;border-radius:18px;padding:1rem 1.25rem;box-shadow:0 10px 24px #00000042}.account-page__profile-box--stacked .account-page__no-plan-body{border-top:1px solid #8cd39238;margin-top:1rem;padding-top:1rem}.account-page__profile-box--stacked .account-page__empty-copy{margin:.5rem 0 0;font-size:.95rem;line-height:1.45}.account-page__header{align-items:center;gap:.75rem;padding:0;display:flex}.account-page__header-name{color:#f5f7fa;flex:1;min-width:0;font-size:1.05rem;font-weight:600}.account-page__settings-btn{cursor:pointer;color:#f5f7fa;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:.4rem;display:flex}.account-page__settings-btn:hover{background:#8cd3921f}.account-page__member-photo-btn{cursor:pointer;background:0 0;border:none;border-radius:12px;flex-shrink:0;width:64px;height:64px;padding:0;line-height:0;position:relative;overflow:hidden}.account-page__member-photo-btn:disabled{cursor:not-allowed;opacity:.7}.account-page__member-photo-img{object-fit:cover;width:100%;height:100%;display:block}.account-page__member-photo-camera{pointer-events:none;z-index:1;background:#080808bf;border:1px solid #8cd39259;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;bottom:3px;right:3px}.account-page__member-card{background:linear-gradient(#0e131ad1,#080808f5);border:1px solid #8cd39261;border-radius:18px;margin-top:.75rem;padding:1.25rem;box-shadow:0 10px 24px #00000042}.account-page__member-card-top{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.account-page__plan-label{color:#f5f7fa;margin:0 0 .2rem;font-size:.78rem;font-weight:600}.account-page__plan-name{color:#8cd392;margin:0;font-size:1.3rem;font-weight:700;line-height:1.2}.account-page__member-initials-sq{color:#0e131a;background:#8cd392;border-radius:12px;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex;position:absolute;inset:0}.account-page__member-facts{color:#a6b0bf;margin:0 0 1rem;padding:0;font-size:.9rem;line-height:1.5;list-style:inside}.account-page__expand-btn{box-sizing:border-box;color:#0e131a;text-align:center;cursor:pointer;background:#8cd392;border:none;border-radius:9999px;width:100%;padding:.72rem 1.15rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .16s,filter .16s;display:block}.account-page__expand-btn:hover{filter:brightness(1.02);background:#9fe0a4}.account-page__benefits-btn{box-sizing:border-box;color:#8cd392;background:#0e131ab3;border:1px solid #8cd39247;border-radius:14px;justify-content:space-between;align-items:center;width:100%;margin-top:.75rem;padding:1rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .16s,border-color .16s;display:flex}.account-page__benefits-btn:hover{background:#8cd3921a;border-color:#8cd39273}.account-page__benefits-btn.account-page__benefits-btn--perfil{color:#8cd392;letter-spacing:-.02em;background:#ffffff0d;border:1px solid #8cd392;border-radius:16px;justify-content:center;gap:22px;max-width:23.4375rem;height:70px;min-height:70px;margin-top:1.625rem;margin-left:auto;margin-right:auto;padding:14px 22px 14px 26px;font-family:Inter,Outfit,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3}.account-page__benefits-btn.account-page__benefits-btn--perfil:hover{color:#9fe0a4;background:#8cd39214;border-color:#8cd392}.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:#f5f7fa;margin:0 0 .6rem}.account-page__form{gap:.68rem;margin-top:1rem;display:grid}.account-page__field{color:#a6b0bf;font-size:.94rem}.account-page__modal-overlay{z-index:1000;background:#080808a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.account-page__modal{color:#f5f7fa;background:#0e131a;border:1px solid #8cd39247;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:#8cd392;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)}}.games-root,.tickets-root,.support-root,.support-detail-root,.digital-card-root,.loyalty-root,.benefits-root,.plans-root,.account-root,.benefit-detail-root,.dash-root,.news-root,.subscription-checkout-root,.accept-staff-invite-root{background-color:#121212;background-image:var(--fanspot-figma-bg-svg);color:#f5f7fa;background-position:top;background-repeat:no-repeat;background-size:100% 100%;flex-direction:column;min-height:100dvh;padding-bottom:68px;font-family:Outfit,Segoe UI,sans-serif;display:flex;position:relative;overflow-x:hidden}.subscription-checkout-root,.accept-staff-invite-root{padding-bottom:1.5rem}.subscription-checkout-page{box-sizing:border-box;flex:1;width:100%;max-width:min(720px,100% - 2rem);margin:0 auto;padding:1.5rem 1rem 2rem}.subscription-checkout-page__back{color:#8cd392;margin-bottom:.5rem;font-weight:500;text-decoration:none;display:inline-block}.subscription-checkout-page__back:hover{text-decoration:underline}.subscription-checkout-page__title{color:#f5f7fa;margin:0 0 1rem;font-family:Poppins,Outfit,sans-serif;font-size:1.35rem;font-weight:600}.subscription-checkout-page__muted{color:#a6b0bf;margin:0;font-size:.95rem}.subscription-checkout-page__error{color:#ffb4ba;font-size:.9rem}.subscription-checkout-page__card{background:#0e131ab8;border:1px solid #8cd39238;border-radius:16px;margin-top:1rem;padding:1.25rem}.subscription-checkout-page__plan-name{color:#f5f7fa;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.subscription-checkout-page__price{color:#8cd392;margin:0;font-size:1.05rem}.subscription-checkout-page__price-cycle{color:#a6b0bf;font-size:.85rem}.subscription-checkout-page__discount{color:#99e39e;margin:.5rem 0 0;font-size:.9rem}.subscription-checkout-page__fieldset{border:none;margin:1.25rem 0 0;padding:0}.subscription-checkout-page__legend{color:#f5f7fa;margin-bottom:.5rem;font-weight:600}.subscription-checkout-page__radio{color:#e8eaed;margin-bottom:.5rem;display:block}.subscription-checkout-page__submit-error{color:#ffb4ba;font-size:.88rem}.subscription-checkout-page__submit{color:#8cd392;cursor:pointer;background:#8cd39226;border:1px solid #8cd392;border-radius:12px;width:100%;margin-top:1rem;padding:.65rem 1rem;font-family:Outfit,Segoe UI,sans-serif;font-size:.95rem;font-weight:600}.subscription-checkout-page__submit:hover:not(:disabled){background:#8cd39240}.subscription-checkout-page__submit:disabled{opacity:.6;cursor:wait}.accept-staff-invite-page{box-sizing:border-box;flex:1;width:100%;max-width:min(420px,100% - 2rem);margin:0 auto;padding:1.5rem 1rem 2rem}.accept-staff-invite-page__title{color:#f5f7fa;margin:0 0 .5rem;font-family:Poppins,Outfit,sans-serif;font-size:1.35rem;font-weight:600}.accept-staff-invite-page__lead{color:#a6b0bf;margin:0 0 1rem;font-size:.9rem}.accept-staff-invite-page__error{color:#ffb4ba;font-size:.9rem}.accept-staff-invite-page__form label{color:#a6b0bf;margin-bottom:.75rem;font-size:.78rem;display:block}.accept-staff-invite-page__form input{box-sizing:border-box;color:#f5f7fa;background:#0e131ad9;border:1px solid #ffffff1f;border-radius:8px;width:100%;height:40px;margin-top:.35rem;padding:0 12px;font-family:Outfit,Segoe UI,sans-serif;font-size:.9rem;display:block}.accept-staff-invite-page__form input:focus{border-color:#8cd3928c;outline:none;box-shadow:0 0 0 3px #8cd3921f}.accept-staff-invite-page__warning{color:#ffb4ba;margin:0;font-size:.85rem}.accept-staff-invite-page__submit{color:#8cd392;cursor:pointer;background:#8cd39226;border:1px solid #8cd392;border-radius:10px;margin-top:.75rem;padding:.6rem 1rem;font-family:Outfit,Segoe UI,sans-serif;font-weight:600}.accept-staff-invite-page__submit:disabled{opacity:.55;cursor:not-allowed}.accept-staff-invite-page__footer{margin-top:1.5rem}.accept-staff-invite-page__footer a{color:#8cd392}.plans-root .plans-figma-starfield{pointer-events:none;z-index:0;background:radial-gradient(85% 55% at 50% -5%,#00bf6724 0%,#0000 58%) 0 0/100% 100%,repeating-linear-gradient(90deg,#0000 0 46px,#8cd39212 46px 47px) 0 0/100% 100%,repeating-linear-gradient(0deg,#0000 0 46px,#8cd3920d 46px 47px) 0 0/100% 100%,radial-gradient(circle at 18% 22%,#99e39e59 0,#0000 1.5px) 0 0/120% 120%,radial-gradient(circle at 42% 18%,#99e39e47 0,#0000 1px) 0 0/120% 120%,radial-gradient(circle at 68% 28%,#99e39e52 0,#0000 1.2px) 0 0/120% 120%,radial-gradient(circle at 82% 14%,#99e39e38 0,#0000 1px) 0 0/120% 120%,radial-gradient(circle at 55% 40%,#99e39e2e 0,#0000 1px) 0 0/120% 120%;width:min(38.25rem,125vw);height:clamp(15rem,88vw,24.625rem);position:absolute;top:0;left:50%;transform:translate(-50%);-webkit-mask-image:linear-gradient(#000 0%,#0000 92%);mask-image:linear-gradient(#000 0%,#0000 92%)}.plans-root .plans-page__header.subpage-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121212f5;border-bottom:1px solid #ffffff0f;position:relative}.plans-root .plans-page__header .subpage-header__back{color:#fff;width:40px;height:40px}.plans-root .plans-page__header .subpage-header__back:hover{color:#fff;background:#ffffff14}.plans-root .plans-page__header.subpage-header--tri .subpage-header__title{letter-spacing:0;color:#fff;font-family:Poppins,Outfit,sans-serif;font-size:1rem;font-weight:500;line-height:1.5rem}.plans-root .plans-page__header .plans-page__settings-btn{color:#fff;width:40px;height:40px}.plans-root .plans-page__header .plans-page__settings-btn:hover{color:#99e39e;background:#ffffff14}.plans-root main.subpage-content.plans-page--figma{z-index:1;flex:1;padding:1rem max(1rem,50% - 9.6875rem) 1.5rem;position:relative}.plans-page--figma.plans-page{padding:0}.plans-figma-list{flex-direction:column;align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.plans-figma-stack{flex-direction:column;align-items:center;width:100%;max-width:19.375rem;display:flex}.plans-figma-chip-wrap{justify-content:center;width:100%;margin-bottom:.5rem;display:flex}.plans-figma-chip{color:#99e39e;letter-spacing:-.02em;background:#99e39e1a;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;padding:.35rem 1rem;font-family:DM Sans,Outfit,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;display:inline-flex}.plans-figma-card{box-sizing:border-box;background:#ffffff0d;border:1px solid #403f41;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;width:100%;min-height:12.8125rem;padding:1.25rem;display:flex}.plans-figma-card--featured{border-color:#8cd392}.plans-figma-card__title{letter-spacing:-.025em;color:#fff;text-align:center;margin:0;font-family:DM Sans,Outfit,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.3}.plans-figma-card__summary{font-variation-settings:"opsz" 9;color:#fff;text-align:center;margin:0;font-family:DM Sans,Outfit,sans-serif;font-size:.75rem;font-weight:400;line-height:1.4}.plans-figma-card__price{color:#8cd392;flex-wrap:nowrap;justify-content:center;align-items:baseline;margin:0;display:flex}.plans-figma-card__price-currency,.plans-figma-card__cycle{color:#8cd392;font-family:DM Sans,Outfit,sans-serif;font-size:.625rem;font-weight:500;line-height:1}.plans-figma-card__price-gap{flex-shrink:0;width:1.25rem;display:inline-block}.plans-figma-card__price-value{letter-spacing:-.03em;color:#8cd392;font-family:DM Sans,Outfit,sans-serif;font-size:2.5rem;font-weight:500;line-height:1}.plans-figma-card__discount{color:#99e39ed9;text-align:center;margin:-.5rem 0 0;font-family:DM Sans,Outfit,sans-serif;font-size:.6875rem;font-weight:500}.plans-figma-card__cta{box-sizing:border-box;color:#8cd392;letter-spacing:.225rem;text-align:center;text-transform:uppercase;background:#99e39e1a;border:1px solid #8cd392;border-radius:16px;justify-content:center;align-items:center;width:14.125rem;max-width:100%;height:2.375rem;margin-top:auto;font-family:DM Sans,Outfit,sans-serif;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .16s,border-color .16s,color .16s;display:flex}.plans-figma-card__cta:hover{color:#99e39e;background:#99e39e2e;border-color:#99e39e}.games-root .games-page__header.subpage-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121212f5;border-bottom:1px solid #ffffff0f}.games-root .games-page__header .subpage-header__back{color:#fff}.games-root .games-page__header .subpage-header__back:hover{color:#fff;background:#ffffff14}.games-root .games-page__header .subpage-header__badge-btn{color:#fff}.games-root .games-page__header .subpage-header__badge-btn:hover{color:#99e39e;background:#ffffff14}.games-root .games-page__header.subpage-header--tri .subpage-header__title{letter-spacing:0;color:#fff;font-size:1rem;font-weight:500}.benefits-root .benefits-page__header.subpage-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121212f5;border-bottom:1px solid #ffffff0f}.benefits-root .benefits-page__header .subpage-header__back{color:#fff}.benefits-root .benefits-page__header .subpage-header__back:hover{color:#fff;background:#ffffff14}.benefits-root .benefits-page__header .subpage-header__badge-btn{color:#fff}.benefits-root .benefits-page__header .subpage-header__badge-btn:hover{color:#99e39e;background:#ffffff14}.benefits-root .benefits-page__header.subpage-header--tri .subpage-header__title{letter-spacing:0;color:#fff;font-family:Poppins,Outfit,sans-serif;font-size:1rem;font-weight:500}.benefits-root main.subpage-content.benefits-page{padding-top:1rem;padding-left:max(1rem,50% - 11.7188rem);padding-right:max(1rem,50% - 11.7188rem)}.benefits-page__error{color:#ffb4ba;background:#8d2c3429;border:1px solid #8d2c348c;border-radius:12px;margin:0 0 1rem;padding:.75rem 1rem;font-size:.9rem}.benefits-page__empty{color:#6c7278;margin:0 0 1rem;font-size:.95rem}.loyalty-root .loyalty-page__header.subpage-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121212f5;border-bottom:1px solid #ffffff0f}.loyalty-root .loyalty-page__header .subpage-header__back{color:#fff}.loyalty-root .loyalty-page__header .subpage-header__back:hover{color:#fff;background:#ffffff14}.loyalty-root .loyalty-page__header .subpage-header__badge-btn{color:#fff}.loyalty-root .loyalty-page__header .subpage-header__badge-btn:hover{color:#99e39e;background:#ffffff14}.loyalty-root .loyalty-page__header.subpage-header--tri .subpage-header__title{letter-spacing:0;color:#fff;font-family:Poppins,Outfit,sans-serif;font-size:1rem;font-weight:500}.loyalty-root main.subpage-content.loyalty-page{flex-direction:column;flex:1;padding-top:1rem;padding-left:max(1rem,50% - 11.7188rem);padding-right:max(1rem,50% - 11.7188rem);display:flex}.loyalty-page__error{color:#ffb4ba;background:#8d2c3429;border:1px solid #8d2c348c;border-radius:12px;margin:0 0 1rem;padding:.75rem 1rem;font-size:.9rem}.loyalty-figma-panel{box-sizing:border-box;background:#ffffff0d;border-radius:16px;width:100%;max-width:20.5rem;margin:0 auto;padding:.5rem 0 0;overflow:hidden}.loyalty-figma-stat-row{border-bottom:1px solid #ffffff1f;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;max-width:19.375rem;margin:0 auto;padding:.65rem 0;display:flex}.loyalty-figma-stat-row--last{border-bottom:none}.loyalty-figma-stat-label{letter-spacing:-.02em;color:#fff;font-variation-settings:"opsz" 14;flex-shrink:0;font-family:DM Sans,Outfit,sans-serif;font-size:1rem;font-weight:500;line-height:1.2}.loyalty-figma-stat-value{letter-spacing:-.02em;color:#fff;text-align:right;font-variation-settings:"opsz" 14;font-family:DM Sans,Outfit,sans-serif;font-size:1rem;font-weight:500;line-height:1.2}.loyalty-figma-stat-value--accent{color:#8cd392}.loyalty-figma-ranking{flex-direction:column;align-items:center;width:100%;max-width:20.5rem;margin-top:1.75rem;margin-left:auto;margin-right:auto;display:flex}.loyalty-figma-ranking__trophy{justify-content:center;align-items:center;width:1.6875rem;height:1.6875rem;line-height:0;display:flex}.loyalty-figma-ranking__title{color:#fff;text-align:center;margin:.35rem 0 0;font-family:Poppins,Outfit,sans-serif;font-size:1rem;font-weight:500;line-height:1.5rem}.loyalty-figma-rank-list{width:100%;max-width:19.375rem;margin-top:.85rem}.loyalty-figma-rank-empty{text-align:center;margin:0;font-size:.875rem}.loyalty-figma-rank-row{border-bottom:1px solid #ffffff1f;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;max-width:19.375rem;margin:0 auto;padding:.55rem 0;display:flex}.loyalty-figma-rank-row:last-child{border-bottom:none}.loyalty-figma-rank-row__name{letter-spacing:-.02em;color:#fff;font-variation-settings:"opsz" 14;flex:1;min-width:0;font-family:DM Sans,Outfit,sans-serif;font-size:1rem;font-weight:500;line-height:1.2}.loyalty-figma-rank-row__pts{letter-spacing:-.02em;color:#fff;text-align:right;font-variation-settings:"opsz" 14;flex-shrink:0;font-family:DM Sans,Outfit,sans-serif;font-size:1rem;font-weight:500;line-height:1.2}.loyalty-figma-rank-row__pts--accent{color:#8cd392}.loyalty-figma-rank-row--fade30{opacity:.3}.loyalty-figma-rank-row--fade15{opacity:.15}.loyalty-figma-rank-row--fade05{opacity:.05}.loyalty-figma-switch-wrap{justify-content:center;margin-top:auto;padding-top:2.5rem;padding-bottom:.25rem;display:flex}.loyalty-figma-switch{background:#ffffff0d;border-radius:16px;flex-direction:row;align-items:stretch;width:15rem;max-width:100%;min-height:3.75rem;display:flex;overflow:hidden}.loyalty-figma-switch__divider{background:#ffffff26;flex-shrink:0;align-self:stretch;width:1px;min-height:3.75rem}.loyalty-figma-switch__btn{cursor:pointer;letter-spacing:-.02em;font-variation-settings:"opsz" 14;-webkit-tap-highlight-color:transparent;border:none;flex:1;margin:0;padding:.65rem 1rem;font-family:DM Sans,Outfit,sans-serif;font-size:.875rem;font-weight:500;line-height:1.2;transition:background .16s,color .16s}.loyalty-figma-switch__btn--active{color:#080808;background:#8cd392}.loyalty-figma-switch__btn--idle{color:#fff;background:0 0}.loyalty-figma-switch__btn--idle:hover{background:#ffffff0f}.benefits-figma-list{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.benefits-figma-card{box-sizing:border-box;background:#ffffff0d;border:1px solid #8cd392;border-radius:16px;flex-direction:column;width:100%;max-width:23.4375rem;min-height:12.375rem;margin:0 auto;padding:1.125rem 1.125rem 1.25rem;display:flex}.benefits-figma-card__top{flex-direction:row;align-items:flex-start;gap:1.125rem;display:flex}.benefits-figma-card__icon-wrap{background:#ffffff0d;border:1px solid #8cd392;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:2.8125rem;height:2.8125rem;line-height:0;display:flex}.benefits-figma-card__copy{text-align:left;flex:1;min-width:0}.benefits-figma-card__eyebrow{color:#eee;margin:0;font-family:Inter,Outfit,sans-serif;font-size:.8125rem;font-weight:700;line-height:1.07}.benefits-figma-card__headline{letter-spacing:-.02em;color:#8cd392;margin:.125rem 0 0;font-family:Inter,Outfit,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.07}.benefits-figma-card__valid{text-align:left;color:#6c7278;margin:.85rem 0 0;font-family:Poppins,Outfit,sans-serif;font-size:.75rem;font-weight:500;line-height:1.25rem}.benefits-figma-card__cta-row{justify-content:center;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.benefits-figma-card__cta{box-sizing:border-box;color:#080808;letter-spacing:-.4px;font-variation-settings:"opsz" 14;text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#8cd392;border:none;border-radius:16px;width:14.0625rem;max-width:100%;padding:1rem 1.5rem;font-family:DM Sans,Outfit,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.2;text-decoration:none;transition:filter .16s,transform .12s;display:block}.benefits-figma-card__cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.benefits-figma-card__cta:active{transform:scale(.99)}.subpage-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e131ae6;border-bottom:1px solid #ffffff14;align-items:center;gap:.65rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.subpage-header__back{color:#a6b0bf;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:#f5f7fa;background:#ffffff0f}.subpage-header__title{color:#f5f7fa;flex:1;margin:0;font-size:1.05rem;font-weight:700}.subpage-header__badge{color:#7b8794;background:#8cd3921a;border:1px solid #8cd39233;border-radius:20px;flex-shrink:0;padding:.18rem .6rem;font-size:.72rem;font-weight:600}.subpage-header__badge-btn{color:#f5f7fa;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s,background .2s;display:flex}.subpage-header__badge-btn:hover{color:#8cd392;background:#ffffff0f}.subpage-header__badge-btn:focus-visible{outline-offset:2px;outline:2px solid #8cd3928c}.subpage-header--tri{grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;display:grid}.subpage-header--tri .subpage-header__title{text-align:center;justify-self:center;max-width:70vw;margin:0;font-size:1rem;font-weight:600}.subpage-content{flex:1;padding:1.25rem 1rem 0}.games-root main.subpage-content.games-page{padding-top:1rem;padding-left:max(1rem,50% - 9.6875rem);padding-right:max(1rem,50% - 9.6875rem)}.games-page__error{color:#ffb4ba;background:#8d2c342e;border:1px solid #8d2c3499;border-radius:12px;margin-bottom:1rem;padding:.8rem 1rem;font-size:.9rem}.games-page__ingresso-toast{left:50%;bottom:calc(68px + env(safe-area-inset-bottom,0px) + .75rem);z-index:55;box-sizing:border-box;color:#080808;text-align:center;background:#8cd392;border-radius:16px;width:calc(100% - 2.5rem);max-width:16.3rem;margin:0;padding:.85rem 2rem .85rem 1rem;font-size:.875rem;font-weight:600;line-height:1.25;position:fixed;transform:translate(-50%);box-shadow:0 10px 40px #00000073}.games-page__ingresso-toast-line{margin:0}.games-page__ingresso-toast-line--sub{margin-top:.15rem;font-size:.875rem;font-weight:600}.games-page__ingresso-toast-dismiss{color:#080808;cursor:pointer;opacity:.75;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;padding:0;font-size:1.25rem;line-height:1;display:flex;position:absolute;top:.25rem;right:.35rem}.games-page__ingresso-toast-dismiss:hover{opacity:1;background:#08080814}.games-schedule{flex-direction:column;gap:1.75rem;display:flex}.games-day__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.games-day__date{color:#f5f7fa;letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:500}.games-day__badge{white-space:nowrap;flex-shrink:0}.games-day__badge--proximo{color:#99e39e;letter-spacing:-.02em;background:#99e39e1a;border:1px solid #99e39e61;border-radius:999px;padding:.375rem 1rem;font-size:.875rem;font-weight:600}.games-day__list{flex-direction:column;gap:1.35rem;margin:0;padding:0;list-style:none;display:flex}.games-day__match{flex-direction:column;align-items:center;gap:0;display:flex}.games-day__match--muted{opacity:.3}.game-card-ev{box-sizing:border-box;-webkit-tap-highlight-color:transparent;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:19.375rem;min-height:21.25rem;margin:0 auto;display:flex;position:relative;overflow:hidden}.game-card-ev--active{border-color:#ffffff1f;box-shadow:0 8px 28px #0000006b}.game-card-ev__body{text-align:center;flex-direction:column;flex:auto;justify-content:flex-start;align-items:center;min-height:0;padding:1.25rem 1.25rem .5rem;display:flex}.game-card-ev__title{color:#f5f7fa;letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:600;line-height:1.2}.game-card-ev__title-sep{color:#f5f7fa;margin:0 .15rem;font-weight:600}.game-card-ev__subtitle{color:#a6b0bf;max-width:12rem;margin:.15rem 0 0;font-size:.75rem;font-weight:400;line-height:1.4}.game-card-ev__logos{justify-content:center;align-items:center;gap:1.625rem;min-height:6.75rem;margin-top:auto;padding-top:1.5rem;padding-bottom:.35rem;display:flex}.game-card-ev__logo-slot{flex-shrink:0;justify-content:center;align-items:center;display:flex}.game-card-ev__logo-slot--home{width:4.5625rem;height:4.5625rem}.game-card-ev__logo-slot--away{width:4.3125rem;min-height:6.9375rem}.game-card-ev__shield{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:4.5625rem}.game-card-ev__vs{color:#f5f7fa;-webkit-user-select:none;user-select:none;letter-spacing:-.02em;text-align:center;width:1.625rem;font-size:1.25rem;font-weight:600;line-height:1}.game-card-ev__opponent-logo{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:6.9375rem}.game-card-ev__opponent-fallback{color:#a6b0bf;letter-spacing:.04em;background:#ffffff0f;border:1px solid #96d69640;border-radius:12px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:.72rem;font-weight:700;display:flex}.game-card-ev__cta-footer{box-sizing:border-box;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:0 1.25rem 1.25rem;display:flex}.game-card-ev__cta{box-sizing:border-box;text-align:center;cursor:pointer;letter-spacing:-.02em;border:none;border-radius:16px;flex-shrink:0;width:min(100%,12.8125rem);max-width:12.8125rem;margin-inline:auto;padding:1rem 1.5rem;font-family:inherit;font-size:1.25rem;font-weight:600;line-height:1.2;transition:transform .12s,box-shadow .12s;display:block}.game-card-ev__cta--available{color:#080808;background:#8cd392;box-shadow:0 4px 16px #8cd39247}.game-card-ev__cta--available:hover:not(:disabled){transform:translateY(-1px)}.game-card-ev__cta--unavailable{color:#fff;cursor:not-allowed;background:#6c7074}.game-card-ev__cta:disabled{cursor:not-allowed}.game-card-ev__toast{z-index:2;color:#121212;text-align:center;pointer-events:none;background:#96d696;border-radius:14px;width:calc(100% - 1.5rem);max-width:280px;padding:.85rem 1rem;font-size:.88rem;font-weight:700;line-height:1.35;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 28px #00000073}.game-card-ev__toast-sub{margin-top:.35rem;font-size:.8rem;font-weight:600;display:block}.benefits-intro{color:#a6b0bf;margin:0 0 1rem;font-size:.9rem;line-height:1.45}.benefit-offer-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.benefit-offer-card{background:#0e131a99;border:1px solid #8cd39238;border-radius:14px;padding:.9rem 1rem}a.benefit-offer-card--link{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none;transition:border-color .18s,background .18s,transform .12s;display:block}a.benefit-offer-card--link:active{transform:scale(.99)}a.benefit-offer-card--link:hover{background:#0e131ab8;border-color:#8cd39273}.benefit-offer-card__title{color:#f5f7fa;margin:0;font-size:1rem;font-weight:700}.benefit-offer-card__partner{color:#8cd392;background:#8cd3921a;border:1px solid #8cd39233;border-radius:20px;margin-top:.35rem;padding:.15rem .55rem;font-size:.82rem;font-weight:600;display:inline-block}.benefit-offer-card__description{color:#a6b0bf;margin:.55rem 0 0;font-size:.9rem;line-height:1.5}.benefit-offer-card__dates{color:#7b8794;margin:.5rem 0 0;font-size:.78rem}.benefit-offer-card--visual{padding:.65rem .75rem .85rem}.benefit-offer-card__media{aspect-ratio:300/148;background:#0003;border-radius:10px;width:100%;margin-bottom:.5rem;overflow:hidden}.benefit-offer-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.benefit-offer-card--visual .benefit-offer-card__description{margin-top:0}.benefit-offer-card--visual .benefit-offer-card__dates{margin-top:.35rem}.benefits-empty{color:#7b8794;margin:0;font-size:.95rem}.benefit-detail-card{background:#0e131a99;border:1px solid #8cd39238;border-radius:16px;flex-direction:column;align-items:flex-start;gap:.65rem;padding:1.15rem 1.1rem 1.25rem;display:flex}.benefit-detail-card__media{aspect-ratio:300/148;background:#0003;border-radius:12px;width:100%;overflow:hidden}.benefit-detail-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.benefit-detail-card__icon-wrap{color:#8cd392;background:#8cd3921f;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.benefit-detail-card__title{color:#f5f7fa;margin:0;font-size:1.15rem;font-weight:700;line-height:1.2}.benefit-detail-card__partner{color:#8cd392;background:#8cd3921a;border:1px solid #8cd39233;border-radius:20px;padding:.15rem .55rem;font-size:.82rem;font-weight:600}.benefit-detail-card__description{color:#a6b0bf;margin:0;font-size:.92rem;line-height:1.5}.benefit-detail-card__dates{color:#7b8794;margin:0;font-size:.8rem}.benefit-detail-redeemed-badge{color:#8cd392;background:#8cd3921f;border:1px solid #8cd39247;border-radius:10px;margin:0;padding:.45rem .65rem;font-size:.88rem;font-weight:600}.benefit-detail-redeem-btn{justify-content:center;width:100%;margin-top:.35rem}.benefit-detail-error{color:#ffc6c6;margin:0 0 .75rem;font-size:.9rem}.ticket-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ticket-card{background:#0e131a99;border:1px solid #8cd39238;border-radius:14px;padding:.9rem 1rem}.ticket-card__opponent{color:#f5f7fa;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:#8cd392;background:#8cd3921a;border:1px solid #8cd39233;border-radius:20px;padding:.15rem .55rem;font-size:.82rem;font-weight:600}.ticket-card__date{color:#a6b0bf;font-size:.85rem}.ticket-card__status{color:#a6b0bf;margin-top:.45rem;font-size:.88rem}.ticket-card__qr{word-break:break-all;color:#7b8794;background:#0e131a99;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,#0e131ae6 0%,#080808fa 100%);border:1px solid #8cd3924d;border-radius:18px;margin-top:1rem;padding:1.25rem}.digital-card-display__state{color:#8cd392;margin:0;font-size:1.15rem;font-weight:700}.digital-card-display__sub{color:#a6b0bf;margin:.3rem 0 0;font-size:.88rem}.digital-card-display__template{white-space:pre-wrap;color:#a6b0bf;background:#0e131ab3;border:1px solid #8cd39240;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:#7b8794;margin-top:.85rem;font-size:.75rem}.digital-card-cache-note{color:#7b8794;background:#0e131a80;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}.digital-card-display--fallback{margin-top:.5rem}.digital-card-page__header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121212f5;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem 1rem .75rem;display:flex;position:sticky;top:0}.digital-card-page__user{align-items:center;gap:.65rem;min-width:0;display:flex}.digital-card-page__avatar{background:#ffffff1f;border:1px solid #ffffff24;border-radius:50%;flex-shrink:0;width:50px;height:50px;overflow:hidden}.digital-card-page__avatar-img{object-fit:cover;width:100%;height:100%;display:block}.digital-card-page__avatar-fallback{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-family:Poppins,Outfit,sans-serif;font-size:.85rem;font-weight:600;display:flex}.digital-card-page__name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-family:Poppins,Outfit,sans-serif;font-size:1rem;font-weight:500;line-height:1.5rem;overflow:hidden}.digital-card-page__settings{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:color .16s,background .16s;display:flex}.digital-card-page__settings:hover{color:#99e39e;background:#ffffff14}.digital-card-page__main{z-index:1;flex:1;padding:1rem 1rem .5rem;position:relative}.digital-card-page__error{color:#ffb4ba;margin:.5rem 0;font-size:.9rem}.digital-card-figma{width:100%;max-width:375px;margin:0 auto;container:digital-card/inline-size}.digital-card-figma__card{background:#fff;border-radius:16px;width:375px;max-width:100%;height:703px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 16px 48px #00000080}.digital-card-figma__bg{object-fit:cover;object-position:center center;pointer-events:none;z-index:0;border-radius:16px;width:375px;max-width:none;height:700px;display:block;position:absolute;top:3px;left:0}.digital-card-figma__facts-wrap{z-index:3;pointer-events:none;justify-content:center;align-items:center;width:60px;height:217px;display:flex;position:absolute;top:71px;left:60px}.digital-card-figma__facts{color:#6c7278;white-space:nowrap;flex-shrink:0;width:217px;margin:0;padding:0;font-family:Poppins,Outfit,sans-serif;font-size:14px;font-weight:500;line-height:20px;list-style:outside;transform:rotate(90deg)}.digital-card-figma__facts li{text-align:left;margin:0 0 0 21px;padding:0}.digital-card-figma__facts li:last-child{margin-bottom:0}.digital-card-figma__facts li::marker{color:#6c7278}.digital-card-figma__plan-wrap{z-index:3;pointer-events:none;justify-content:center;align-items:center;width:52px;height:327px;display:flex;position:absolute;top:81px;left:136px}.digital-card-figma__plan-inner{white-space:nowrap;text-align:left;flex-shrink:0;width:327px;font-family:Inter,Outfit,sans-serif;font-weight:700;line-height:0;transform:rotate(90deg)}.digital-card-figma__socio-label{color:#008159;letter-spacing:-.48px;font-size:13px;line-height:1.07}.digital-card-figma__plan-title{color:#006838;font-size:24px;line-height:1.07}.digital-card-figma__badge{z-index:4;background:#8cd392;border-radius:16px;justify-content:center;align-items:center;width:105px;height:109px;display:flex;position:absolute;top:81px;left:214px;overflow:hidden}.digital-card-figma__badge-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:rotate(90deg)}.digital-card-figma__badge-initials{color:#080808;-webkit-user-select:none;user-select:none;font-family:Poppins,Outfit,sans-serif;font-size:40px;font-weight:500;line-height:24px}.digital-card-figma__name-wrap{z-index:3;pointer-events:none;justify-content:center;align-items:center;width:34px;height:327px;display:flex;position:absolute;top:215px;left:253px}.digital-card-figma__name-inner{letter-spacing:-.64px;color:#008159;white-space:nowrap;flex-shrink:0;width:327px;margin:0;font-family:Inter,Outfit,sans-serif;font-size:32px;font-weight:700;line-height:1.07;transform:rotate(90deg)}.digital-card-figma__shield-wrap{z-index:2;pointer-events:none;justify-content:center;align-items:center;width:141px;height:141px;display:flex;position:absolute;top:483px;left:117px}.digital-card-figma__shield{object-fit:cover;filter:drop-shadow(0 0 40px #0a8660ad);width:141px;height:141px;display:block;transform:rotate(90deg)}.digital-card-figma__state-pill{text-align:center;color:#8cd392;max-width:375px;margin:1rem auto 0;font-size:.82rem;font-weight:600}.digital-card-figma__cache-tag{color:#6a9c78;font-weight:400}.digital-card-figma__token{word-break:break-all;color:#7b8794;text-align:center;max-width:375px;margin:.75rem auto 0;font-size:.72rem}.digital-card-figma__token-label{color:#9db7a7}.digital-card-figma__cache-note{color:#7b8794;text-align:center;max-width:375px;margin:.5rem auto 0;font-size:.72rem;line-height:1.4}@container digital-card (width<=374px){.digital-card-figma__card{transform:scale(calc(100cqw / 375px));transform-origin:top;margin-bottom:calc((703px - 703px * 100cqw / 375px) * -1)}}.loyalty-summary{background:#0e131a99;border:1px solid #8cd39240;border-radius:16px;margin-bottom:1.5rem;padding:1rem 1.1rem}.loyalty-summary__row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.35rem 0;display:flex}.loyalty-summary__row:last-child{border-bottom:none}.loyalty-summary__label{color:#a6b0bf;font-size:.88rem}.loyalty-summary__value{color:#f5f7fa;font-size:.95rem;font-weight:700}.loyalty-summary__value--accent{color:#8cd392}.loyalty-ranking{margin-top:1.25rem;margin-bottom:1.5rem}.loyalty-ranking__title{letter-spacing:.08em;text-transform:uppercase;color:#7b8794;margin:0 0 .75rem;font-size:.82rem;font-weight:600}.loyalty-ranking__empty{color:#7b8794;font-size:.9rem}.loyalty-ranking__list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.loyalty-ranking__row{color:#a6b0bf;border-radius:10px;align-items:center;gap:.6rem;padding:.5rem .7rem;font-size:.88rem;display:flex}.loyalty-ranking__row--me{color:#f5f7fa;background:#8cd3921f;border:1px solid #8cd39238;font-weight:700}.loyalty-ranking__rank{color:#7b8794;min-width:26px;font-size:.8rem;font-weight:700}.loyalty-ranking__name{flex:1}.loyalty-ranking__pts{color:#8cd392;font-weight:600}.loyalty-ranking__me-pos{color:#a6b0bf;margin-top:.6rem;font-size:.88rem}.support-empty{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;max-width:22rem;margin:0 auto;padding:2.5rem 1rem 1.5rem;display:flex}.support-empty__text{color:#ccc;margin:0;font-size:.95rem;font-style:italic;line-height:1.45}.support-new-btn{color:#66bb6a;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#08080873;border:1.5px solid #66bb6a;border-radius:999px;justify-content:center;align-items:center;margin-top:1.75rem;padding:.65rem 1.75rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.support-new-btn:hover:not(:disabled){color:#8cd392;background:#8cd39214;border-color:#8cd392}.support-new-btn:disabled{opacity:.55;cursor:not-allowed}.support-form-panel{background:#0e131abf;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:1.25rem;padding:1rem 1rem 1.1rem;box-shadow:0 8px 20px #00000038}.support-form-panel__title{color:#f5f7fa;margin:0 0 .85rem;font-size:1rem;font-weight:700}.support-form{flex-direction:column;gap:.75rem;display:flex}.support-form__row{flex-direction:column;gap:.35rem;display:flex}.support-form__row label{color:#a6b0bf;font-size:.8rem;font-weight:600}.support-form__row input,.support-form__row select,.support-form__row textarea{box-sizing:border-box;color:#f5f7fa;background:#0808088c;border:1px solid #ffffff1f;border-radius:10px;width:100%;padding:.55rem .65rem;font-family:inherit;font-size:.9rem}.support-form__row input::placeholder,.support-form__row textarea::placeholder{color:#7b8794}.support-form__row input:focus,.support-form__row select:focus,.support-form__row textarea:focus{border-color:#8cd39273;outline:none;box-shadow:0 0 0 1px #8cd39233}.support-form__row select{cursor:pointer}.support-form__row input[type=file]{color:#a6b0bf;background:0 0;border:none;padding:.45rem 0;font-size:.82rem}.support-form__error{color:#ffb4ba;margin:0;font-size:.88rem}.support-form__submit{color:#0e131a;cursor:pointer;background:#8cd392;border:none;border-radius:999px;align-self:flex-start;margin-top:.35rem;padding:.55rem 1.25rem;font-family:inherit;font-size:.88rem;font-weight:700;transition:filter .2s,opacity .2s}.support-form__submit:hover:not(:disabled){filter:brightness(1.05)}.support-form__submit:disabled{opacity:.6;cursor:not-allowed}.support-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.support-ticket-card{color:inherit;-webkit-tap-highlight-color:transparent;background:#0e131a99;border:1px solid #ffffff1a;border-radius:14px;padding:.9rem 1rem;text-decoration:none;transition:border-color .2s,background .2s;display:block}.support-ticket-card:hover{background:#0e131ad9;border-color:#8cd39247}.support-ticket-card__subject{color:#f5f7fa;margin:0;font-size:1rem;font-weight:700;line-height:1.3}.support-ticket-card__meta{color:#a6b0bf;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin:.45rem 0 0;font-size:.82rem;display:flex}.support-ticket-card__date{color:#7b8794;margin:.35rem 0 0;font-size:.8rem}.support-status-badge{text-transform:uppercase;letter-spacing:.04em;border:1px solid #0000;border-radius:999px;flex-shrink:0;padding:.2rem .55rem;font-size:.68rem;font-weight:700}.support-status-badge--open{color:#96d696;background:#8cd3921f;border-color:#8cd39259}.support-status-badge--progress{color:#8ec5ff;background:#64a0ff1f;border-color:#64a0ff59}.support-status-badge--closed{color:#7b8794;background:#7b879426;border-color:#7b879459}.support-status-badge--default{color:#c8cdd4;background:#ffffff0f;border-color:#ffffff1f}.support-status-badge--sla{color:#ffb4ba;background:#8d2c3433;border-color:#ff8c8c73}.support-detail-meta{color:#a6b0bf;margin:0 0 1rem;font-size:.85rem;line-height:1.45}.support-detail-meta strong{color:#f5f7fa;font-weight:600}.support-msg-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.support-msg-card{background:#1e1e1ea6;border:1px solid #ffffff14;border-radius:12px;padding:.85rem 1rem}.support-msg-card__body{white-space:pre-wrap;color:#e8eaed;margin:0;font-size:.9rem;line-height:1.45}.support-msg-card__time{color:#7b8794;margin:.5rem 0 0;font-size:.75rem}.support-msg-card__attachments{color:#a6b0bf;margin:.55rem 0 0;padding-left:1.1rem;font-size:.82rem}.support-msg-card__attachments button{color:#8cd392;cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.support-section-title{letter-spacing:.06em;text-transform:uppercase;color:#7b8794;margin:0 0 .65rem;font-size:.82rem;font-weight:700}.support-actions{flex-wrap:wrap;gap:.65rem;margin-top:1.25rem;display:flex}.support-btn-secondary{color:#f5f7fa;cursor:pointer;background:#08080866;border:1px solid #fff3;border-radius:999px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:border-color .2s,background .2s}.support-btn-secondary:hover:not(:disabled){border-color:#8cd39266}.support-btn-secondary:disabled{opacity:.55;cursor:not-allowed}.support-history{border-top:1px solid #ffffff14;margin-top:1.75rem;padding-top:1.25rem}.support-history__list{color:#a6b0bf;margin:0;padding-left:1.15rem;font-size:.82rem;line-height:1.45}.support-history__list li{margin-bottom:.45rem}.subpage-header__title--truncate{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.login-page{background-color:#121212;background-image:var(--fanspot-figma-bg-svg);text-align:left;color:#f5f7fa;background-position:top;background-repeat:no-repeat;background-size:100% 100%;grid-template-columns:minmax(320px,420px) minmax(0,1fr);width:100vw;min-height:100svh;margin-inline:calc(50% - 50vw);font-family:Outfit,Segoe UI,sans-serif;display:grid}.login-page__panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08080859;border-right:1px solid #ffffff14;justify-content:center;display:flex}.login-page__panel-content{color:#f5f7fa;flex-direction:column;gap:16px;width:min(320px,100%);padding:72px 0 44px;font-family:Outfit,Segoe UI,sans-serif;display:flex}.login-page__logo{object-fit:contain;align-self:center;width:56px;height:56px;display:block}.login-page__title{color:#f5f7fa;letter-spacing:-.02em;margin:0;font-family:Poppins,Outfit,sans-serif;font-size:2rem;font-weight:700;line-height:1.1}.login-page__subtitle{color:#a6b0bf;font-size:.87rem}.login-form{flex-direction:column;gap:12px;display:flex}.login-form__field{color:#a6b0bf;flex-direction:column;gap:6px;font-size:.78rem;display:flex}.login-form__field input{color:#f5f7fa;background:#0e131ad9;border:1px solid #ffffff1f;border-radius:8px;outline:none;height:38px;padding:0 12px;font-family:Outfit,Segoe UI,sans-serif;font-size:.9rem}.login-form__field input:focus{border-color:#8cd3928c;box-shadow:0 0 0 3px #8cd3921f}.login-form__forgot{text-align:right;color:#8cd392;margin-top:-4px;font-size:.78rem;font-weight:600;text-decoration:none}.login-form__error{color:#ffb4ba;margin:0;font-size:.82rem}.login-form__submit{color:#121212;cursor:pointer;background:linear-gradient(#8cd392f2 0%,#5aa064f2 100%);border:0;border-radius:8px;height:40px;font-family:Outfit,Segoe UI,sans-serif;font-size:.92rem;font-weight:700}.login-form__submit:disabled{opacity:.65;cursor:not-allowed}.login-page__divider{color:#7b8794;align-items:center;gap:12px;font-size:.75rem;display:flex}.login-page__divider:before,.login-page__divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.login-consents{background:#0e131a80;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:8px;margin:0;padding:10px 12px;display:flex}.login-consents legend{color:#a6b0bf;padding:0 6px;font-size:.72rem}.login-consents label{color:#c5cad3;align-items:flex-start;gap:8px;font-size:.76rem;display:flex}.login-form__google:empty{display:none}.login-form__social{color:#e8eaed;cursor:not-allowed;background:#0e131a99;border:1px solid #ffffff1f;border-radius:8px;height:40px;font-family:Outfit,Segoe UI,sans-serif;font-size:.9rem;font-weight:600}.login-form__hint{color:#7b8794;margin:0;font-size:.75rem}.login-page__register{text-align:center;color:#a6b0bf;margin-top:6px;font-size:.8rem}.login-page__register a{color:#8cd392;font-weight:700;text-decoration:none}.login-page__hero{background-color:#121212;background-image:linear-gradient(180deg, #0808088c, #080808b8), var(--fanspot-figma-bg-svg), linear-gradient(180deg, #0003, #0003), url(/login-hero.png);background-position:50%,top,50%,50%;background-repeat:no-repeat;background-size:100% 100%,100% 100%,cover,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{background-color:#121212;background-image:var(--fanspot-figma-bg-svg);text-align:left;color:#f5f7fa;background-position:top;background-repeat:no-repeat;background-size:100% 100%;grid-template-columns:minmax(320px,420px) minmax(0,1fr);width:100vw;min-height:100svh;margin-inline:calc(50% - 50vw);font-family:Outfit,Segoe UI,sans-serif;display:grid}.register-page__panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08080859;border-right:1px solid #ffffff14;justify-content:center;display:flex}.register-page__panel-content{color:#f5f7fa;flex-direction:column;gap:16px;width:min(320px,100%);padding:56px 0 44px;font-family:Outfit,Segoe UI,sans-serif;display:flex}.register-page__logo{object-fit:contain;align-self:center;width:56px;height:56px;display:block}.register-page__title{color:#f5f7fa;letter-spacing:-.02em;margin:0;font-family:Poppins,Outfit,sans-serif;font-size:2rem;font-weight:700;line-height:1.1}.register-page__subtitle{color:#a6b0bf;font-size:.87rem}.register-form{flex-direction:column;gap:12px;display:flex}.register-form__field{color:#a6b0bf;flex-direction:column;gap:6px;font-size:.78rem;display:flex}.register-form__field input{color:#f5f7fa;background:#0e131ad9;border:1px solid #ffffff1f;border-radius:8px;outline:none;height:38px;padding:0 12px;font-family:Outfit,Segoe UI,sans-serif;font-size:.9rem}.register-form__field input:focus{border-color:#8cd3928c;box-shadow:0 0 0 3px #8cd3921f}.register-form__error,.register-form__load-error{color:#ffb4ba;margin:0;font-size:.82rem}.register-form__submit{color:#121212;cursor:pointer;background:linear-gradient(#8cd392f2 0%,#5aa064f2 100%);border:0;border-radius:8px;height:40px;margin-top:4px;font-family:Outfit,Segoe UI,sans-serif;font-size:.92rem;font-weight:700}.register-form__submit:disabled{opacity:.65;cursor:not-allowed}.register-consents{background:#0e131a80;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:8px;margin:0;padding:10px 12px;display:flex}.register-consents legend{color:#a6b0bf;padding:0 6px;font-size:.72rem}.register-consents label{color:#c5cad3;align-items:flex-start;gap:8px;font-size:.76rem;display:flex}.register-page__loading{color:#a6b0bf;font-size:.87rem}.register-page__login{text-align:center;color:#a6b0bf;margin-top:6px;font-size:.8rem}.register-page__login a{color:#8cd392;font-weight:700;text-decoration:none}.register-page__hero{background-color:#121212;background-image:linear-gradient(180deg, #0808088c, #080808b8), var(--fanspot-figma-bg-svg), linear-gradient(180deg, #0003, #0003), url(/login-hero.png);background-position:50%,top,50%,50%;background-repeat:no-repeat;background-size:100% 100%,100% 100%,cover,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{--fanspot-figma-bg-svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 440 956' preserveAspectRatio='none'%3E%3Cdefs%3E%3CradialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(-0.0000013938 122.91 -22 -0.000023096 220 -349.96)'%3E%3Cstop stop-color='rgba(0,191,103,0.27)' offset='0'/%3E%3Cstop stop-color='rgba(97,54,144,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23g)'/%3E%3C/svg%3E");--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:#0e131a;--admin-bg-sidebar:#080808;--admin-text-primary:#f5f7fa;--admin-text-muted:#a6b0bf;--admin-accent:#8cd392;--admin-accent-soft:#8cd39233;--admin-border-soft:#ffffff14;--admin-border-strong:#8cd3926b;--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:#0e131a;--admin-bg-sidebar:#080808;--admin-text-primary:#f5f7fa;--admin-text-muted:#a6b0bf;--admin-accent:#8cd392;--admin-accent-soft:#8cd39233;--admin-border-soft:#ffffff14;--admin-border-strong:#8cd3926b}#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),#root:has(.benefits-root),#root:has(.benefit-detail-root),#root:has(.account-root),#root:has(.plans-root),#root:has(.support-root),#root:has(.support-detail-root),#root:has(.login-page),#root:has(.register-page),#root:has(.subscription-checkout-root),#root:has(.accept-staff-invite-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%}
