.RequireAuth-module__dxu4oa__gate{min-height:100dvh;color:var(--text-dim);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.95rem;display:flex}.RequireAuth-module__dxu4oa__spinner{border:3px solid var(--brand);border-top-color:#0000;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite RequireAuth-module__dxu4oa__spin}@keyframes RequireAuth-module__dxu4oa__spin{to{transform:rotate(360deg)}}
.NavbarLogo-module__dVoBGG__stage{perspective:500px;flex-shrink:0;display:inline-block;position:relative}.NavbarLogo-module__dVoBGG__card{width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.5,.05,.15,1);display:inline-block;position:relative}.NavbarLogo-module__dVoBGG__card[data-flip]{transform:rotateY(180deg)}.NavbarLogo-module__dVoBGG__face{backface-visibility:hidden;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.NavbarLogo-module__dVoBGG__faceBack{transform:rotateY(180deg)}
.AppHeader-module__QhslZW__header{z-index:20;--text:#eef1fb;--text-dim:#c3ccdf;--text-faint:#8593b0;--ink-soft:#ffffff14;color:var(--text);position:sticky;top:0}.AppHeader-module__QhslZW__bar{color:var(--text);border-bottom:2px solid var(--border);background:linear-gradient(#2a3150 0%,#1c2238 55%,#151a2e 100%);align-items:center;gap:1.25rem;padding:.25rem 1.5rem;display:flex;position:relative;overflow:visible}.AppHeader-module__QhslZW__bar:before{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 28%,#ffffff0d 45%,#ffffff1c 50%,#ffffff0d 55%,#0000 70%);position:absolute;inset:0}.AppHeader-module__QhslZW__bar:after{content:"";pointer-events:none;background:linear-gradient(90deg, transparent, var(--arcade-cyan), #fff, var(--arcade-magenta), transparent);background-repeat:no-repeat;background-size:42% 100%;height:2px;animation:4.5s linear infinite AppHeader-module__QhslZW__navSweep;position:absolute;bottom:0;left:0;right:0}@keyframes AppHeader-module__QhslZW__navSweep{0%{background-position:-45% 0}to{background-position:145% 0}}.AppHeader-module__QhslZW__brand,.AppHeader-module__QhslZW__nav,.AppHeader-module__QhslZW__right{z-index:1;position:relative}@media (prefers-reduced-motion:reduce){.AppHeader-module__QhslZW__bar:after{animation:none}}.AppHeader-module__QhslZW__brand{flex-shrink:0;display:flex}.AppHeader-module__QhslZW__brandMobile{display:none}.AppHeader-module__QhslZW__nav{align-items:center;gap:.15rem;display:flex}.AppHeader-module__QhslZW__group{display:inline-flex;position:relative}.AppHeader-module__QhslZW__group .AppHeader-module__QhslZW__link{cursor:pointer;font-family:var(--font-archivo-black), sans-serif;letter-spacing:.02em;text-transform:uppercase;font-size:.68rem;line-height:inherit;color:var(--text-dim);background:0 0;border:0}.AppHeader-module__QhslZW__linkChevron{color:currentColor;opacity:.75;align-items:center;margin-left:.15rem;transition:transform .18s;display:inline-flex}.AppHeader-module__QhslZW__group:hover .AppHeader-module__QhslZW__linkChevron,.AppHeader-module__QhslZW__group:focus-within .AppHeader-module__QhslZW__linkChevron,.AppHeader-module__QhslZW__group[data-open] .AppHeader-module__QhslZW__linkChevron{transform:rotate(180deg)}.AppHeader-module__QhslZW__dropdown{border:2px solid var(--border);border-radius:var(--radius-sm);min-width:184px;box-shadow:var(--shadow-hard-sm);opacity:0;pointer-events:none;z-index:30;background:linear-gradient(#2a3150 0%,#1c2238 100%);flex-direction:column;gap:2px;padding:6px;transition:transform .14s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-4px)}.AppHeader-module__QhslZW__group:hover .AppHeader-module__QhslZW__dropdown,.AppHeader-module__QhslZW__group:focus-within .AppHeader-module__QhslZW__dropdown,.AppHeader-module__QhslZW__group[data-open] .AppHeader-module__QhslZW__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.AppHeader-module__QhslZW__dropdownItem{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;color:#eef1fb;white-space:nowrap;border-radius:6px;align-items:center;padding:.55rem .75rem;font-size:.68rem;transition:color .14s,background .14s;display:flex}.AppHeader-module__QhslZW__dropdownItem:hover,.AppHeader-module__QhslZW__dropdownItem[data-active]{color:var(--brand-hi);background:#ffffff14}.AppHeader-module__QhslZW__link{border-radius:var(--radius-sm);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;color:var(--text-dim);align-items:center;gap:.45rem;padding:.45rem .4rem;font-size:.68rem;transition:color .18s;display:inline-flex;position:relative}.AppHeader-module__QhslZW__linkIcon svg{width:21px;height:21px}.AppHeader-module__QhslZW__link:after{content:"";background:var(--brand-hi);transform-origin:50%;border-radius:2px;height:2px;transition:transform .22s;position:absolute;bottom:.15rem;left:.35rem;right:.35rem;transform:scaleX(0)}.AppHeader-module__QhslZW__link:hover:after,.AppHeader-module__QhslZW__link[data-active]:after{transform:scaleX(1)}.AppHeader-module__QhslZW__linkIcon{color:var(--arcade-cyan);align-items:center;transition:color .18s;display:inline-flex}.AppHeader-module__QhslZW__link:hover,.AppHeader-module__QhslZW__link[data-active],.AppHeader-module__QhslZW__link:hover .AppHeader-module__QhslZW__linkIcon,.AppHeader-module__QhslZW__link[data-active] .AppHeader-module__QhslZW__linkIcon{color:var(--brand-hi)}.AppHeader-module__QhslZW__link[data-cta]{background:var(--electric);color:#fff;border:2px solid var(--border);box-shadow:var(--shadow-hard-sm), 0 0 14px #0a6bff80;padding:.45rem .85rem;transition:transform .12s,box-shadow .2s}.AppHeader-module__QhslZW__link[data-cta]:after{display:none}.AppHeader-module__QhslZW__link[data-cta] .AppHeader-module__QhslZW__linkIcon{color:#fff}.AppHeader-module__QhslZW__link[data-cta]:hover{color:#fff;transform:translate(-2px,-2px)}.AppHeader-module__QhslZW__link[data-cta][data-active]{background:var(--electric-hi);color:#fff}.AppHeader-module__QhslZW__right{align-items:center;gap:.6rem;margin-left:auto;display:flex}.AppHeader-module__QhslZW__panel{border:2px solid var(--glow-blue);border-radius:var(--radius-sm);color:#9cc2ff;font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.72rem;transition:color .12s,background .12s;display:inline-flex}.AppHeader-module__QhslZW__panel:hover{color:#fff;background:#2d7bff24}.AppHeader-module__QhslZW__panel[data-active]{background:var(--glow-blue);color:#04204f}.AppHeader-module__QhslZW__user{border-radius:var(--radius-sm);color:var(--text-dim);cursor:pointer;align-items:center;gap:.5rem;padding:.4rem .7rem;transition:color .12s,background .12s,border-color .12s;display:inline-flex}.AppHeader-module__QhslZW__user:hover,.AppHeader-module__QhslZW__user[data-active]{color:var(--text)}.AppHeader-module__QhslZW__user[data-guest]{color:#9cc2ff;border:2px solid #2d7bff73}.AppHeader-module__QhslZW__user[data-guest] svg{color:#58c8ff}.AppHeader-module__QhslZW__user[data-guest]:hover{color:#fff;border-color:var(--glow-blue);background:#2d7bff24}.AppHeader-module__QhslZW__register{border:2px solid var(--border);border-radius:var(--radius-sm);background:linear-gradient(100deg, var(--electric), var(--electric-hi));color:#fff;font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.03em;box-shadow:var(--shadow-hard-sm), 0 0 14px #0a6bff66;background-position:0 0;background-size:160% 100%;padding:.45rem .95rem;font-size:.74rem;transition:transform .12s,background-position .25s,box-shadow .2s}.AppHeader-module__QhslZW__register:hover{box-shadow:var(--shadow-hard-sm), 0 0 22px #0a6bff99;background-position:100% 0;transform:translate(-2px,-2px)}.AppHeader-module__QhslZW__userLabel{text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:.85rem;overflow:hidden}.AppHeader-module__QhslZW__logoutDesktop{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);color:var(--text);cursor:pointer;padding:.45rem .9rem;font-size:.8rem;font-weight:600;transition:color .12s}.AppHeader-module__QhslZW__logoutDesktop:hover{color:var(--brand)}.AppHeader-module__QhslZW__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;padding:0;display:none}.AppHeader-module__QhslZW__toggleBar{background:var(--text);border-radius:2px;width:22px;height:2px;margin:0 auto;transition:transform .18s,opacity .18s;display:block}.AppHeader-module__QhslZW__toggleBar[data-open]:first-child{transform:translateY(7px)rotate(45deg)}.AppHeader-module__QhslZW__toggleBar[data-open]:nth-child(2){opacity:0}.AppHeader-module__QhslZW__toggleBar[data-open]:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.AppHeader-module__QhslZW__accordion{z-index:19;border-bottom:2px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform-origin:top;opacity:0;visibility:hidden;background:linear-gradient(#1c2238 0%,#151a2e 100%);transition:opacity .2s,transform .28s cubic-bezier(.2,.85,.25,1.05),visibility 0s linear .28s;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px)scaleY(.96);box-shadow:0 14px 30px #07070f73}.AppHeader-module__QhslZW__accordion[data-open]{opacity:1;visibility:visible;transition:opacity .2s,transform .3s cubic-bezier(.2,.85,.25,1.05);transform:translateY(0)scaleY(1)}.AppHeader-module__QhslZW__accordionInner{min-height:0}.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink{animation:.34s both AppHeader-module__QhslZW__linkIn}.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink:first-child{animation-delay:30ms}.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink:nth-child(2){animation-delay:60ms}.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink:nth-child(3){animation-delay:90ms}.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink:nth-child(4){animation-delay:.12s}.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink:nth-child(5){animation-delay:.15s}.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink:nth-child(6){animation-delay:.18s}.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink:nth-child(7){animation-delay:.21s}.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink:nth-child(8){animation-delay:.24s}.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink:nth-child(9){animation-delay:.27s}@keyframes AppHeader-module__QhslZW__linkIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.AppHeader-module__QhslZW__accordion,.AppHeader-module__QhslZW__accordion[data-open] .AppHeader-module__QhslZW__accordionLink{transition-duration:.01ms;animation:none}}.AppHeader-module__QhslZW__accordionNav{flex-direction:column;padding:.5rem 1.25rem;display:flex}.AppHeader-module__QhslZW__accordionLink{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;color:var(--text-dim);border-bottom:1px solid #f4f5ff0f;align-items:center;gap:.7rem;padding:.7rem .4rem;font-size:.85rem;display:flex}.AppHeader-module__QhslZW__accordionLink:last-child{border-bottom:none}.AppHeader-module__QhslZW__accordionLink[data-active]{color:var(--brand)}.AppHeader-module__QhslZW__accordionLink[data-cta]{color:var(--electric-hi)}.AppHeader-module__QhslZW__accordionGroup{border-bottom:1px solid #f4f5ff0f;flex-direction:column;display:flex}.AppHeader-module__QhslZW__accordionGroupHead{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;color:var(--text);align-items:center;gap:.7rem;padding:.7rem .4rem .35rem;font-size:.85rem;display:flex}.AppHeader-module__QhslZW__accordionSub{color:var(--text-dim);border-bottom:none;padding:.55rem .4rem;font-size:.78rem}.AppHeader-module__QhslZW__accordionSub[data-active]{color:var(--brand)}.AppHeader-module__QhslZW__accordionPanel{color:#9cc2ff;border-top:1px solid #2d7bff4d;margin-top:.3rem}.AppHeader-module__QhslZW__accordionPanel[data-active]{color:#9cc2ff}.AppHeader-module__QhslZW__accordionLogout{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);width:calc(100% - 2.5rem);color:var(--text);cursor:pointer;margin:.4rem 1.25rem 1rem;padding:.65rem;font-size:.85rem;font-weight:600;display:block}.AppHeader-module__QhslZW__accordionLogout:hover{color:var(--brand)}.AppHeader-module__QhslZW__accordionRegister{color:var(--electric-hi)}@media (max-width:1180px){.AppHeader-module__QhslZW__link{gap:.3rem;font-size:.7rem}.AppHeader-module__QhslZW__bar{gap:.75rem}.AppHeader-module__QhslZW__userLabel{max-width:110px}}@media (max-width:760px){.AppHeader-module__QhslZW__nav,.AppHeader-module__QhslZW__logoutDesktop,.AppHeader-module__QhslZW__panel,.AppHeader-module__QhslZW__register,.AppHeader-module__QhslZW__userLabel{display:none}.AppHeader-module__QhslZW__user{padding:.4rem}.AppHeader-module__QhslZW__toggle{display:flex}.AppHeader-module__QhslZW__bar{gap:.5rem;padding:.35rem 1rem}.AppHeader-module__QhslZW__brand{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AppHeader-module__QhslZW__brandDesktop{display:none}.AppHeader-module__QhslZW__brandMobile{display:flex}}@media (min-width:761px){.AppHeader-module__QhslZW__accordion{display:none}}@media (prefers-reduced-motion:reduce){.AppHeader-module__QhslZW__accordion,.AppHeader-module__QhslZW__toggleBar{transition:none}}
.AvatarUploader-module__eNmu8G__wrap{align-items:center;gap:1rem;display:flex}.AvatarUploader-module__eNmu8G__side{flex-direction:column;gap:.3rem;display:flex}.AvatarUploader-module__eNmu8G__change{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);color:var(--text);cursor:pointer;align-self:flex-start;padding:.45rem .9rem;font-size:.8rem;font-weight:600;transition:color .12s}.AvatarUploader-module__eNmu8G__change:hover:not(:disabled){color:var(--brand)}.AvatarUploader-module__eNmu8G__change:disabled{opacity:.6;cursor:progress}.AvatarUploader-module__eNmu8G__note{color:var(--text-faint);font-size:.74rem}.AvatarUploader-module__eNmu8G__error{color:#ff8a9c;font-size:.78rem}.AvatarUploader-module__eNmu8G__input{display:none}
.BenefitCard-module__-enjOG__card{flex-direction:column;gap:.35rem;padding:0;display:flex;overflow:hidden}.BenefitCard-module__-enjOG__cover{aspect-ratio:1;object-fit:cover;width:100%;display:block}.BenefitCard-module__-enjOG__head,.BenefitCard-module__-enjOG__name,.BenefitCard-module__-enjOG__desc,.BenefitCard-module__-enjOG__foot{padding-inline:.6rem}.BenefitCard-module__-enjOG__head{padding-top:.5rem}.BenefitCard-module__-enjOG__card:not(:has(.BenefitCard-module__-enjOG__cover)){padding:.7rem .75rem}:is(.BenefitCard-module__-enjOG__card:not(:has(.BenefitCard-module__-enjOG__cover)) .BenefitCard-module__-enjOG__head,.BenefitCard-module__-enjOG__card:not(:has(.BenefitCard-module__-enjOG__cover)) .BenefitCard-module__-enjOG__name,.BenefitCard-module__-enjOG__card:not(:has(.BenefitCard-module__-enjOG__cover)) .BenefitCard-module__-enjOG__desc,.BenefitCard-module__-enjOG__card:not(:has(.BenefitCard-module__-enjOG__cover)) .BenefitCard-module__-enjOG__foot){padding-inline:0}.BenefitCard-module__-enjOG__card:not(:has(.BenefitCard-module__-enjOG__cover)) .BenefitCard-module__-enjOG__head{padding-top:0}.BenefitCard-module__-enjOG__card:not(:has(.BenefitCard-module__-enjOG__cover)) .BenefitCard-module__-enjOG__foot{padding-bottom:0}.BenefitCard-module__-enjOG__card[data-off]{opacity:.62}.BenefitCard-module__-enjOG__head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.BenefitCard-module__-enjOG__name{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.2;display:-webkit-box;overflow:hidden}.BenefitCard-module__-enjOG__desc{color:var(--text-dim);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.7rem;line-height:1.35;display:-webkit-box;overflow:hidden}.BenefitCard-module__-enjOG__foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.2rem;padding-bottom:.7rem;display:flex}.BenefitCard-module__-enjOG__cost{font-family:var(--font-archivo-black), sans-serif;color:var(--text);flex:none;font-size:.88rem}.BenefitCard-module__-enjOG__unit{color:var(--glow-magenta);font-size:.6rem}.BenefitCard-module__-enjOG__cta{white-space:nowrap;text-align:center;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--electric,var(--brand));min-width:fit-content;color:var(--electric-ink,var(--brand-ink));font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;box-shadow:var(--shadow-hard-sm);flex:auto;padding:.35rem .6rem;font-size:.66rem;transition:transform .12s,box-shadow .12s}.BenefitCard-module__-enjOG__card{cursor:pointer}.BenefitCard-module__-enjOG__card:hover{border-color:var(--electric,var(--brand))}.BenefitCard-module__-enjOG__moreHint{color:var(--electric-hi,var(--brand-hi));margin-top:-.1rem;padding-inline:.6rem;font-size:.62rem;font-weight:700}.BenefitCard-module__-enjOG__card:not(:has(.BenefitCard-module__-enjOG__cover)) .BenefitCard-module__-enjOG__moreHint{padding-inline:0}.BenefitCard-module__-enjOG__cta:hover:not(:disabled){box-shadow:6px 6px 0 0 var(--border);transform:translate(-2px,-2px)}.BenefitCard-module__-enjOG__cta:active:not(:disabled){box-shadow:2px 2px 0 0 var(--border);transform:translate(2px,2px)}.BenefitCard-module__-enjOG__cta:disabled{background:var(--ink-soft);color:var(--text-faint);cursor:not-allowed;box-shadow:none}
.RequireRole-module__9pnUMG__denied{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:70dvh;padding:2rem 1.25rem;display:flex}.RequireRole-module__9pnUMG__icon{font-size:2.5rem}.RequireRole-module__9pnUMG__title{color:var(--text);font-size:2rem}.RequireRole-module__9pnUMG__text{color:var(--text-dim);max-width:40ch}.RequireRole-module__9pnUMG__link{color:var(--brand);margin-top:.5rem;font-weight:600}.RequireRole-module__9pnUMG__link:hover{text-decoration:underline}
.BenefitDetailModal-module__g_z5NW__overlay{z-index:90;background:#0a0c1e8c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.BenefitDetailModal-module__g_z5NW__modal{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;max-height:calc(100dvh - 2rem);box-shadow:var(--shadow-hard);position:relative;overflow-y:auto}.BenefitDetailModal-module__g_z5NW__close{z-index:2;border:2px solid var(--border);background:var(--panel);width:32px;height:32px;color:var(--text-dim);cursor:pointer;border-radius:8px;position:absolute;top:.7rem;right:.7rem}.BenefitDetailModal-module__g_z5NW__close:hover{color:var(--text)}.BenefitDetailModal-module__g_z5NW__cover{aspect-ratio:3/4;object-fit:cover;border-bottom:2px solid var(--border);width:100%;max-height:46dvh;display:block}.BenefitDetailModal-module__g_z5NW__body{flex-direction:column;gap:.6rem;padding:1.1rem 1.25rem 1.25rem;display:flex}.BenefitDetailModal-module__g_z5NW__badges{flex-wrap:wrap;gap:.4rem;display:flex}.BenefitDetailModal-module__g_z5NW__name{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;color:var(--text);font-size:1.15rem;line-height:1.05}.BenefitDetailModal-module__g_z5NW__desc{color:var(--text-dim);white-space:pre-line;font-size:.9rem;line-height:1.55}.BenefitDetailModal-module__g_z5NW__foot{border-top:2px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;margin-top:.4rem;padding-top:.85rem;display:flex}.BenefitDetailModal-module__g_z5NW__cost{font-family:var(--font-archivo-black), sans-serif;color:var(--text);align-items:baseline;gap:.35rem;font-size:1.2rem;display:inline-flex}.BenefitDetailModal-module__g_z5NW__unit{color:var(--glow-magenta);font-size:.62rem}.BenefitDetailModal-module__g_z5NW__equiv{font-family:var(--font-dm-sans), sans-serif;color:var(--glow-green,#12b886);font-size:.78rem;font-weight:700}.BenefitDetailModal-module__g_z5NW__cta{white-space:nowrap;text-align:center;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--electric,var(--brand));min-width:fit-content;color:var(--electric-ink,var(--brand-ink));font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-hard-sm);flex:auto;padding:.6rem 1rem;font-size:.8rem;transition:transform .12s,box-shadow .12s}.BenefitDetailModal-module__g_z5NW__cta:hover:not(:disabled){box-shadow:6px 6px 0 0 var(--border);transform:translate(-2px,-2px)}.BenefitDetailModal-module__g_z5NW__cta:disabled{background:var(--ink-soft);color:var(--text-faint);cursor:not-allowed;box-shadow:none}
.AdminShell-module__nR6iPW__shell{--ink:#f3f4f9;--ink-soft:#fff;--panel:#fff;--panel-2:#eef0f7;--border:#14162b;--text:#14162b;--text-dim:#40465f;--text-faint:#6b7086;--badge-warn-text:#8a5a06;--badge-ok-text:#187a3d;--badge-bad-text:#b0123a;--panel-badge-text:#0b4aa8;--alert-error-text:#a3123a;--alert-success-text:#157a3f;--hover-tint:#14162b0b;--hover-tint-strong:#14162b14;color:var(--text);background:var(--ink);min-height:100dvh;display:flex}.AdminShell-module__nR6iPW__sidebar{background:var(--ink-soft);border-right:2px solid var(--border);flex-direction:column;flex:none;align-self:flex-start;width:234px;height:100dvh;display:flex;position:sticky;top:0;overflow-y:auto}.AdminShell-module__nR6iPW__top{justify-content:space-between;align-items:center;padding:1rem 1rem .5rem;display:flex}.AdminShell-module__nR6iPW__brand{align-items:center;gap:.5rem;display:flex}.AdminShell-module__nR6iPW__badge{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.06em;color:var(--panel-badge-text);border:1px solid var(--glow-blue);border-radius:5px;padding:1px 6px;font-size:.6rem}.AdminShell-module__nR6iPW__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;padding:0;display:none}.AdminShell-module__nR6iPW__toggle span{background:var(--text);border-radius:2px;width:22px;height:2px;margin:0 auto;display:block}.AdminShell-module__nR6iPW__nav{flex-direction:column;flex:1;gap:1.1rem;padding:.75rem .75rem 1.25rem;display:flex}.AdminShell-module__nR6iPW__section{flex-direction:column;gap:.2rem;display:flex}.AdminShell-module__nR6iPW__sectionTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);padding:.25rem .6rem;font-size:.62rem}.AdminShell-module__nR6iPW__item{border-radius:var(--radius-sm);color:var(--text-dim);align-items:center;gap:.6rem;padding:.6rem .65rem;font-size:.86rem;transition:color .12s,background .12s;display:flex}.AdminShell-module__nR6iPW__item:hover{color:var(--text);background:var(--hover-tint)}.AdminShell-module__nR6iPW__item[data-active]{background:var(--glow-blue);color:#04204f}.AdminShell-module__nR6iPW__itemLabel{flex:1}.AdminShell-module__nR6iPW__itemSoon,.AdminShell-module__nR6iPW__itemSoon:hover{color:var(--text-faint);cursor:not-allowed;background:0 0}.AdminShell-module__nR6iPW__group{flex-direction:column;gap:.2rem;display:flex}.AdminShell-module__nR6iPW__groupBtn{border-radius:var(--radius-sm);width:100%;color:var(--text-dim);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;padding:.6rem .65rem;font-family:inherit;font-size:.86rem;transition:color .12s,background .12s;display:flex}.AdminShell-module__nR6iPW__groupBtn:hover{color:var(--text);background:var(--hover-tint)}.AdminShell-module__nR6iPW__groupBtn[data-has-active]{color:var(--text)}.AdminShell-module__nR6iPW__chevron{flex:none;transition:transform .16s}.AdminShell-module__nR6iPW__groupBtn[data-open] .AdminShell-module__nR6iPW__chevron{transform:rotate(180deg)}.AdminShell-module__nR6iPW__subItems{border-left:2px solid var(--border);flex-direction:column;gap:.15rem;margin:.1rem 0 .15rem 1.15rem;padding-left:.55rem;display:flex}.AdminShell-module__nR6iPW__subItem{border-radius:var(--radius-sm);color:var(--text-dim);align-items:center;gap:.55rem;padding:.45rem .6rem;font-size:.82rem;transition:color .12s,background .12s;display:flex}.AdminShell-module__nR6iPW__subItem:hover{color:var(--text);background:var(--hover-tint)}.AdminShell-module__nR6iPW__subDot{opacity:.55;background:currentColor;border-radius:50%;flex:none;width:5px;height:5px}.AdminShell-module__nR6iPW__subItem[data-active]{background:var(--glow-blue);color:#04204f}.AdminShell-module__nR6iPW__subItem[data-active] .AdminShell-module__nR6iPW__subDot{opacity:1}.AdminShell-module__nR6iPW__soon{text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);border:1px solid var(--border);border-radius:999px;padding:1px 6px;font-size:.56rem}.AdminShell-module__nR6iPW__footer{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;margin-top:auto;padding:.75rem .65rem 0;display:flex}.AdminShell-module__nR6iPW__role{color:var(--brand-hi);text-transform:capitalize;font-size:.72rem}.AdminShell-module__nR6iPW__back{color:var(--text-dim);font-size:.8rem}.AdminShell-module__nR6iPW__back:hover{color:var(--text)}.AdminShell-module__nR6iPW__logout{text-align:left;border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;background:0 0;padding:.5rem .65rem;font-size:.8rem;transition:color .12s}.AdminShell-module__nR6iPW__logout:hover{color:var(--brand)}.AdminShell-module__nR6iPW__content{flex:1;min-width:0}@media (max-width:880px){.AdminShell-module__nR6iPW__shell{flex-direction:column}.AdminShell-module__nR6iPW__sidebar{z-index:20;border-right:none;border-bottom:2px solid var(--border);width:100%;height:auto;position:sticky;top:0}.AdminShell-module__nR6iPW__toggle{display:flex}.AdminShell-module__nR6iPW__nav{display:none}.AdminShell-module__nR6iPW__nav[data-open]{display:flex}}
.RedemptionQrModal-module__ksOV2q__overlay{z-index:90;background:#0a0c1e8c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.RedemptionQrModal-module__ksOV2q__modal{text-align:center;background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);width:100%;max-width:360px;box-shadow:var(--shadow-hard);flex-direction:column;align-items:center;gap:.55rem;padding:1.6rem 1.25rem 1.4rem;display:flex;position:relative}.RedemptionQrModal-module__ksOV2q__close{border:2px solid var(--border);background:var(--panel);width:32px;height:32px;color:var(--text-dim);cursor:pointer;border-radius:8px;position:absolute;top:.7rem;right:.7rem}.RedemptionQrModal-module__ksOV2q__close:hover{color:var(--text)}.RedemptionQrModal-module__ksOV2q__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.1em;color:var(--electric-hi,var(--brand));font-size:.66rem}.RedemptionQrModal-module__ksOV2q__name{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;color:var(--text);font-size:1.1rem;line-height:1.05}.RedemptionQrModal-module__ksOV2q__qrBox{border:2px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-hard-sm);background:#fff;margin-top:.5rem;padding:12px;line-height:0}.RedemptionQrModal-module__ksOV2q__help{color:var(--text-dim);max-width:30ch;font-size:.82rem;line-height:1.45}.RedemptionQrModal-module__ksOV2q__code{color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:.82rem}.RedemptionQrModal-module__ksOV2q__state{color:var(--text-dim);margin-top:.6rem;font-size:.9rem}
.MachineDetailsModal-module__exGjwG__overlay{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0a1ab8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.MachineDetailsModal-module__exGjwG__card{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);width:100%;max-width:360px;max-height:calc(100dvh - 2rem);box-shadow:var(--shadow-hard);position:relative;overflow-y:auto}.MachineDetailsModal-module__exGjwG__close{z-index:2;color:#fff;cursor:pointer;background:#0a0a1a8c;border:none;border-radius:50%;place-items:center;width:32px;height:32px;font-size:.9rem;transition:background .12s;display:grid;position:absolute;top:.6rem;right:.6rem}.MachineDetailsModal-module__exGjwG__close:hover{background:#0a0a1ad9}.MachineDetailsModal-module__exGjwG__cover{aspect-ratio:3/4;width:100%;position:relative;overflow:hidden}.MachineDetailsModal-module__exGjwG__coverImg{object-fit:cover;width:100%;height:100%;display:block}.MachineDetailsModal-module__exGjwG__coverPlaceholder{background:radial-gradient(circle at 50% 40%, var(--panel-2), var(--ink-soft));place-items:center;width:100%;height:100%;display:grid}.MachineDetailsModal-module__exGjwG__coverLogo{object-fit:contain;opacity:.9;width:62%;max-width:180px}.MachineDetailsModal-module__exGjwG__coverGradient{background:linear-gradient(#0000 45%,#0a0a1a73 70%,#0a0a1aeb 100%);position:absolute;inset:0}.MachineDetailsModal-module__exGjwG__coverInfo{flex-direction:column;gap:.4rem;padding:.9rem 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.MachineDetailsModal-module__exGjwG__kindBadge{background:var(--brand);color:var(--brand-ink);font-family:var(--font-archivo-black), sans-serif;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:.15rem .5rem;font-size:.62rem}.MachineDetailsModal-module__exGjwG__name{font-family:var(--font-archivo-black), sans-serif;color:#fff;text-shadow:0 2px 8px #0009;font-size:1.2rem;line-height:1.1}.MachineDetailsModal-module__exGjwG__body{flex-direction:column;gap:.9rem;padding:1rem 1.1rem 1.2rem;display:flex}.MachineDetailsModal-module__exGjwG__desc{color:var(--text-dim);font-size:.86rem;line-height:1.5}.MachineDetailsModal-module__exGjwG__descEmpty{color:var(--text-faint);font-size:.82rem;font-style:italic}.MachineDetailsModal-module__exGjwG__specs{gap:.75rem;display:flex}.MachineDetailsModal-module__exGjwG__spec{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);flex:1;padding:.6rem .7rem}.MachineDetailsModal-module__exGjwG__spec dt{text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);margin-bottom:.2rem;font-size:.66rem}.MachineDetailsModal-module__exGjwG__spec dd{color:var(--text);font-size:.9rem;font-weight:600}
.EventsSection-module__jG0_ra__section{padding:4rem 1.5rem 1rem;scroll-margin-top:90px}.EventsSection-module__jG0_ra__inner{width:min(1180px,100%);margin:0 auto}.EventsSection-module__jG0_ra__head{flex-direction:column;align-items:flex-start;gap:.6rem;margin-bottom:2rem;display:flex}.EventsSection-module__jG0_ra__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.16em;color:var(--brand-hi);font-size:.78rem}.EventsSection-module__jG0_ra__title{color:var(--text);font-size:clamp(1.9rem,5vw,3.4rem)}.EventsSection-module__jG0_ra__mark{color:#06351a;border:2px solid var(--border);box-shadow:var(--shadow-hard-sm);background:#2bd96a;padding:.04em .28em;line-height:.95;display:inline-block}.EventsSection-module__jG0_ra__lead{color:var(--text-dim);max-width:52ch;font-size:1.05rem}.EventsSection-module__jG0_ra__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}.EventsSection-module__jG0_ra__card{--accent:var(--brand);background:color-mix(in srgb, var(--ink-soft) 92%, transparent);border:2px solid var(--accent);border-radius:var(--radius);box-shadow:var(--shadow-hard-sm), 0 0 22px -6px var(--accent);flex-direction:column;align-items:flex-start;gap:.6rem;padding:1.5rem;display:flex}.EventsSection-module__jG0_ra__cardRed{--accent:var(--glow-red)}.EventsSection-module__jG0_ra__cardBlue{--accent:var(--glow-blue)}.EventsSection-module__jG0_ra__badge{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--text);background:var(--accent);border:2px solid var(--border);border-radius:999px;padding:.35rem .8rem;font-size:.66rem}.EventsSection-module__jG0_ra__cardTitle{color:var(--text);margin-top:.3rem;font-size:1.5rem}.EventsSection-module__jG0_ra__price{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.03em;color:var(--text-dim);font-size:.82rem}.EventsSection-module__jG0_ra__features{flex-direction:column;gap:.55rem;width:100%;margin:.6rem 0 1.2rem;list-style:none;display:flex}.EventsSection-module__jG0_ra__features li{color:var(--text);align-items:flex-start;gap:.5rem;font-size:.92rem;line-height:1.3;display:flex}.EventsSection-module__jG0_ra__check{flex-shrink:0;margin-top:2px}.EventsSection-module__jG0_ra__button{text-align:center;width:100%;font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.04em;border:2px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-hard-sm);margin-top:auto;padding:.85rem 1rem;font-size:.9rem;transition:transform .12s}.EventsSection-module__jG0_ra__button:hover{transform:translate(-2px,-2px)}.EventsSection-module__jG0_ra__button:active{box-shadow:2px 2px 0 0 var(--border);transform:translate(2px,2px)}.EventsSection-module__jG0_ra__buttonRed{background:var(--glow-red);color:var(--text)}.EventsSection-module__jG0_ra__buttonBlue{background:var(--glow-blue);color:#04204f}.EventsSection-module__jG0_ra__gallery{border-radius:var(--radius);border:2px solid var(--border);min-height:100%;box-shadow:var(--shadow-hard-sm);background:var(--panel);position:relative;overflow:hidden}.EventsSection-module__jG0_ra__galleryImg{object-fit:cover;opacity:0;transition:opacity .6s}.EventsSection-module__jG0_ra__galleryImg[data-active]{opacity:1}.EventsSection-module__jG0_ra__galleryLabel{z-index:2;font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--text);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#07070f99;border:1px solid #f4f5ff26;border-radius:999px;padding:.3rem .7rem;font-size:.66rem;position:absolute;bottom:.85rem;left:.85rem}.EventsSection-module__jG0_ra__galleryNav{z-index:2;gap:.4rem;display:flex;position:absolute;bottom:.85rem;right:.85rem}.EventsSection-module__jG0_ra__galleryNav button{width:38px;height:38px;color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#07070f80;border:1px solid #f4f5ff26;border-radius:999px;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;transition:background .15s;display:flex}.EventsSection-module__jG0_ra__galleryNav button:hover{background:var(--brand);color:var(--brand-ink)}@media (max-width:880px){.EventsSection-module__jG0_ra__grid{grid-template-columns:1fr}.EventsSection-module__jG0_ra__gallery{min-height:280px}.EventsSection-module__jG0_ra__section{padding:3rem 1rem .5rem}}
.RecurringReservations-module__jhuvaa__wrap{border-top:2px solid var(--border);flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1.75rem;display:flex}.RecurringReservations-module__jhuvaa__head{flex-direction:column;gap:.2rem;display:flex}.RecurringReservations-module__jhuvaa__title{font-size:1.4rem}.RecurringReservations-module__jhuvaa__lead{color:var(--text-dim);font-size:.9rem}.RecurringReservations-module__jhuvaa__filters{border:2px solid var(--border);border-radius:var(--radius);background:var(--ink-soft);flex-wrap:wrap;gap:.85rem;padding:1rem;display:flex}.RecurringReservations-module__jhuvaa__filter{color:var(--text-dim);flex-direction:column;gap:.35rem;font-size:.8rem;display:flex}.RecurringReservations-module__jhuvaa__filter input{background:var(--panel-2);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);min-width:200px;padding:.55rem .7rem;font-size:.9rem}.RecurringReservations-module__jhuvaa__muted{color:var(--text-dim)}.RecurringReservations-module__jhuvaa__empty{text-align:center;color:var(--text-dim);border:2px dashed var(--border);border-radius:var(--radius);padding:2.5rem 1rem}.RecurringReservations-module__jhuvaa__resultCount{color:var(--text-dim);font-variant-numeric:tabular-nums;font-size:.82rem}.RecurringReservations-module__jhuvaa__userCards{flex-wrap:wrap;gap:.5rem;display:flex}.RecurringReservations-module__jhuvaa__userCard{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);color:var(--text-dim);align-items:stretch;padding:0;transition:color .12s,background .12s,border-color .12s;display:flex;overflow:hidden}button.RecurringReservations-module__jhuvaa__userCard{cursor:pointer;text-align:left}.RecurringReservations-module__jhuvaa__userCard:hover{color:var(--text)}.RecurringReservations-module__jhuvaa__userCard[data-active]{border-color:var(--brand);background:var(--panel-2);color:var(--text);box-shadow:var(--shadow-hard-sm)}.RecurringReservations-module__jhuvaa__userCard[data-editing]{border-color:var(--glow-blue)}.RecurringReservations-module__jhuvaa__ucSelect,.RecurringReservations-module__jhuvaa__ucSelectAll{color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.5rem .85rem;display:flex}.RecurringReservations-module__jhuvaa__ucName{font-family:var(--font-archivo-black), sans-serif;color:inherit;align-items:center;gap:.35rem;font-size:.86rem;display:inline-flex}.RecurringReservations-module__jhuvaa__ucPers{color:var(--text-faint);border:1px solid var(--border);border-radius:999px;padding:0 5px;font-size:.6rem;font-weight:800}.RecurringReservations-module__jhuvaa__ucMeta{color:var(--text-faint);font-size:.7rem}.RecurringReservations-module__jhuvaa__ucActions{align-items:center;gap:.25rem;padding:0 .45rem 0 0;display:flex}.RecurringReservations-module__jhuvaa__ucIconBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);cursor:pointer;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:transform .1s;display:inline-flex}.RecurringReservations-module__jhuvaa__ucIconBtn:hover{transform:translate(-1px,-1px)}.RecurringReservations-module__jhuvaa__ucIconBtn[data-tone=edit]{color:var(--glow-green-ink);background:var(--glow-green)}.RecurringReservations-module__jhuvaa__ucIconBtn[data-tone=bad]{color:var(--glow-red,#ff2d55);border-color:var(--glow-red,#ff2d55);background:0 0}.RecurringReservations-module__jhuvaa__holder{flex-direction:column;display:flex}.RecurringReservations-module__jhuvaa__holderName{color:var(--text);font-weight:600}.RecurringReservations-module__jhuvaa__sub{color:var(--text-faint);font-size:.74rem}.RecurringReservations-module__jhuvaa__tableWrap{border:2px solid var(--border);border-radius:var(--radius);overflow-x:auto}.RecurringReservations-module__jhuvaa__table{border-collapse:collapse;width:100%;min-width:760px;font-size:.88rem}.RecurringReservations-module__jhuvaa__table thead th{text-align:left;background:var(--panel-2);color:var(--text-dim);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-bottom:2px solid var(--border);padding:.7rem .85rem;font-size:.66rem}.RecurringReservations-module__jhuvaa__table tbody td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;padding:.7rem .85rem}.RecurringReservations-module__jhuvaa__table tbody tr:last-child td{border-bottom:none}.RecurringReservations-module__jhuvaa__table th:last-child,.RecurringReservations-module__jhuvaa__table td:last-child{white-space:nowrap;width:1%}.RecurringReservations-module__jhuvaa__num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.RecurringReservations-module__jhuvaa__horario{font-weight:600}.RecurringReservations-module__jhuvaa__horarioDia,.RecurringReservations-module__jhuvaa__horarioHoras{display:block}.RecurringReservations-module__jhuvaa__horarioHoras{color:var(--text-dim);font-size:.82rem;font-weight:500}.RecurringReservations-module__jhuvaa__actionGroup{justify-content:flex-end;gap:.35rem;display:flex}.RecurringReservations-module__jhuvaa__iconBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);cursor:pointer;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:transform .1s,background .12s,color .12s;display:inline-flex}.RecurringReservations-module__jhuvaa__iconBtn:hover:not(:disabled){transform:translate(-1px,-1px)}.RecurringReservations-module__jhuvaa__iconBtn:disabled{opacity:.5;cursor:not-allowed}.RecurringReservations-module__jhuvaa__iconBtn[data-tone=ok]{color:var(--glow-green-ink);background:var(--glow-green);box-shadow:var(--shadow-hard-sm)}.RecurringReservations-module__jhuvaa__iconBtn[data-tone=bad]{color:var(--glow-red,#ff2d55);border-color:var(--glow-red,#ff2d55);background:0 0}.RecurringReservations-module__jhuvaa__cards{flex-direction:column;gap:.75rem;display:none}.RecurringReservations-module__jhuvaa__mCard{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-hard-sm);flex-direction:column;gap:.5rem;padding:.85rem;display:flex}.RecurringReservations-module__jhuvaa__mHead{justify-content:space-between;align-items:flex-start;gap:.65rem;display:flex}.RecurringReservations-module__jhuvaa__mInfo{flex-direction:column;gap:.1rem;min-width:0;display:flex}.RecurringReservations-module__jhuvaa__mTitle{font-family:var(--font-archivo-black), sans-serif;font-size:.86rem}.RecurringReservations-module__jhuvaa__mRow{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding-top:.4rem;font-size:.84rem;display:flex}.RecurringReservations-module__jhuvaa__mLabel{color:var(--text-dim);white-space:nowrap}.RecurringReservations-module__jhuvaa__mActions{margin-top:.2rem}.RecurringReservations-module__jhuvaa__mActions .RecurringReservations-module__jhuvaa__actionGroup{justify-content:flex-end}.RecurringReservations-module__jhuvaa__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;display:flex}.RecurringReservations-module__jhuvaa__pageBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);min-width:34px;height:34px;color:var(--text-dim);cursor:pointer;justify-content:center;align-items:center;padding:0 .6rem;font-size:.82rem;transition:background .1s,color .1s;display:inline-flex}.RecurringReservations-module__jhuvaa__pageBtn:hover:not(:disabled){background:var(--panel-2);color:var(--text)}.RecurringReservations-module__jhuvaa__pageBtn[data-active]{background:var(--brand);color:var(--brand-ink);border-color:var(--brand);font-weight:700}.RecurringReservations-module__jhuvaa__pageBtn:disabled{opacity:.4;cursor:not-allowed}.RecurringReservations-module__jhuvaa__modalOverlay{z-index:80;background:#0a0a1a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.RecurringReservations-module__jhuvaa__modalCard{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow-hard);flex-direction:column;gap:.85rem;padding:1.4rem;display:flex}.RecurringReservations-module__jhuvaa__modalTitle{font-family:var(--font-archivo-black), sans-serif;font-size:1.05rem}.RecurringReservations-module__jhuvaa__modalLead{color:var(--text-dim);margin-top:-.5rem;font-size:.85rem}.RecurringReservations-module__jhuvaa__reasonList{flex-direction:column;gap:.4rem;display:flex}.RecurringReservations-module__jhuvaa__reasonItem{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel-2);cursor:pointer;align-items:center;gap:.6rem;padding:.55rem .7rem;font-size:.86rem;display:flex}.RecurringReservations-module__jhuvaa__reasonItem[data-active]{border-color:var(--glow-red,#ff2d55);background:#ff2d5514}.RecurringReservations-module__jhuvaa__textarea{background:var(--panel-2);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);resize:vertical;padding:.6rem .7rem;font-family:inherit;font-size:.88rem}.RecurringReservations-module__jhuvaa__modalActions{justify-content:flex-end;gap:.6rem;display:flex}.RecurringReservations-module__jhuvaa__ghost{border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text-dim);cursor:pointer;background:0 0;padding:.6rem 1rem;font-size:.82rem}.RecurringReservations-module__jhuvaa__danger{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--glow-red,#ff2d55);color:#fff;font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-hard-sm);padding:.6rem 1.1rem;font-size:.78rem}.RecurringReservations-module__jhuvaa__danger:disabled{opacity:.55;cursor:not-allowed}@media (max-width:760px){.RecurringReservations-module__jhuvaa__tableWrap{display:none}.RecurringReservations-module__jhuvaa__cards{display:flex}.RecurringReservations-module__jhuvaa__filter input{width:100%;min-width:0}.RecurringReservations-module__jhuvaa__filter{flex:100%}}
.TiempoGratisModal-module__7KOWUW__overlay{z-index:90;background:#0a0c1e8c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.TiempoGratisModal-module__7KOWUW__modal{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);width:100%;max-width:460px;max-height:calc(100dvh - 2rem);box-shadow:var(--shadow-hard);flex-direction:column;gap:.7rem;padding:1.4rem 1.3rem 1.5rem;display:flex;position:relative;overflow-y:auto}.TiempoGratisModal-module__7KOWUW__close{border:2px solid var(--border);background:var(--panel);width:32px;height:32px;color:var(--text-dim);cursor:pointer;border-radius:8px;position:absolute;top:.7rem;right:.7rem}.TiempoGratisModal-module__7KOWUW__close:hover{color:var(--text)}.TiempoGratisModal-module__7KOWUW__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.1em;color:var(--electric-hi,var(--brand));font-size:.66rem}.TiempoGratisModal-module__7KOWUW__name{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;color:var(--text);font-size:1.1rem;line-height:1.05}.TiempoGratisModal-module__7KOWUW__rules{color:var(--text-dim);font-size:.76rem}.TiempoGratisModal-module__7KOWUW__section{flex-direction:column;gap:.4rem;margin-top:.3rem;display:flex}.TiempoGratisModal-module__7KOWUW__label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);font-size:.66rem;font-weight:800}.TiempoGratisModal-module__7KOWUW__faint{color:var(--text-faint);font-size:.82rem}.TiempoGratisModal-module__7KOWUW__chips{flex-wrap:wrap;gap:.45rem;display:flex}.TiempoGratisModal-module__7KOWUW__chip{border:2px solid var(--border);background:var(--ink-soft);color:var(--text-dim);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .7rem .35rem .4rem;font-size:.8rem;font-weight:600;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.TiempoGratisModal-module__7KOWUW__chip[data-active]{border-color:var(--electric);background:var(--panel-2);color:var(--text);box-shadow:var(--shadow-hard-sm)}.TiempoGratisModal-module__7KOWUW__chipLogo{object-fit:contain;width:26px;height:26px}.TiempoGratisModal-module__7KOWUW__chipName{white-space:nowrap}.TiempoGratisModal-module__7KOWUW__dias{gap:.4rem;padding-bottom:3px;display:flex;overflow-x:auto}.TiempoGratisModal-module__7KOWUW__dia{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);color:var(--text-dim);text-transform:capitalize;cursor:pointer;white-space:nowrap;flex:none;padding:.4rem .7rem;font-size:.78rem;font-weight:700;transition:border-color .12s,color .12s,background .12s}.TiempoGratisModal-module__7KOWUW__dia[data-active]{border-color:var(--electric);background:var(--panel-2);color:var(--text);box-shadow:var(--shadow-hard-sm)}.TiempoGratisModal-module__7KOWUW__horas{grid-template-columns:repeat(3,1fr);gap:.4rem;display:grid}.TiempoGratisModal-module__7KOWUW__hora{border:2px solid var(--border);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--glow-green) 10%, var(--ink-soft));color:var(--text);font-variant-numeric:tabular-nums;cursor:pointer;padding:.5rem .4rem;font-size:.76rem;font-weight:700;transition:border-color .12s,background .12s,transform .1s}.TiempoGratisModal-module__7KOWUW__hora:hover{border-color:var(--glow-green);transform:translateY(-1px)}.TiempoGratisModal-module__7KOWUW__hora[data-active]{background:var(--glow-green);color:#04241a;border-color:var(--border);box-shadow:var(--shadow-hard-sm)}.TiempoGratisModal-module__7KOWUW__cta{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--electric,var(--brand));width:100%;color:var(--electric-ink,#fff);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-hard-sm);margin-top:.5rem;padding:.8rem;font-size:.85rem;transition:transform .1s,box-shadow .12s}.TiempoGratisModal-module__7KOWUW__cta:hover:not(:disabled){box-shadow:6px 6px 0 0 var(--border);transform:translate(-2px,-2px)}.TiempoGratisModal-module__7KOWUW__cta:disabled{opacity:.55;cursor:not-allowed}@media (max-width:400px){.TiempoGratisModal-module__7KOWUW__horas{grid-template-columns:repeat(2,1fr)}}
.PlayerCardModal-module__gC4bEa__overlay{z-index:80;background:#000000a6;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.PlayerCardModal-module__gC4bEa__card{color:#f4f5ff;background:#12152b;border-radius:16px;flex-direction:column;gap:12px;width:min(360px,96vw);max-height:92dvh;padding:1.4rem 1.2rem;display:flex;position:relative;overflow-y:auto}.PlayerCardModal-module__gC4bEa__closeX{color:#9aa3c8;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;place-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:grid;position:absolute;top:10px;right:10px}.PlayerCardModal-module__gC4bEa__head{align-items:center;gap:12px;display:flex}.PlayerCardModal-module__gC4bEa__avatarRing{border-radius:50%;display:inline-flex}.PlayerCardModal-module__gC4bEa__headInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.PlayerCardModal-module__gC4bEa__apodo{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:700;overflow:hidden}.PlayerCardModal-module__gC4bEa__medal{letter-spacing:.05em;border-radius:999px;align-self:flex-start;padding:3px 10px;font-size:10px;font-weight:700}.PlayerCardModal-module__gC4bEa__pos{color:#9aa3c8;font-size:12px}.PlayerCardModal-module__gC4bEa__stats{grid-template-columns:repeat(2,1fr);gap:6px;display:grid}.PlayerCardModal-module__gC4bEa__stats>div{text-align:center;background:#1e2340;border-radius:8px;padding:8px 4px}.PlayerCardModal-module__gC4bEa__statValue{margin:0;font-size:17px;font-weight:700}.PlayerCardModal-module__gC4bEa__statLabel{color:#9aa3c8;margin:0;font-size:10px}.PlayerCardModal-module__gC4bEa__section{color:#6b76a8;letter-spacing:.06em;text-transform:uppercase;margin:4px 0 0;font-size:11px}.PlayerCardModal-module__gC4bEa__muted{color:#6b76a8;padding:8px 0;font-size:13px}.PlayerCardModal-module__gC4bEa__errorText{color:#ff8a99;font-size:12px}.PlayerCardModal-module__gC4bEa__records{width:min(200px,70%);margin:0 auto;padding:0;list-style:none}.PlayerCardModal-module__gC4bEa__record{background:#1e2340;border-radius:10px;overflow:hidden}.PlayerCardModal-module__gC4bEa__recordPhoto{aspect-ratio:4/5;position:relative}.PlayerCardModal-module__gC4bEa__recordPhoto img{object-fit:cover;width:100%;height:100%;display:block}
.ReservationAgenda-module__Ulkdha__calCard{background:var(--reservation-calendar,var(--panel-2));padding:1rem 1rem 1rem 1.2rem;position:relative;overflow:hidden}.ReservationAgenda-module__Ulkdha__calCard:before{content:"";pointer-events:none;background:linear-gradient(180deg, var(--electric), var(--arcade-cyan), var(--arcade-magenta));width:6px;position:absolute;inset:0 auto 0 0}.ReservationAgenda-module__Ulkdha__calHead{z-index:1;justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex;position:relative}.ReservationAgenda-module__Ulkdha__calTitle{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--reservation-chip,var(--panel-2));box-shadow:var(--shadow-hard-sm);white-space:nowrap;padding:.38rem .75rem;font-size:clamp(.78rem,2.8vw,1rem)}.ReservationAgenda-module__Ulkdha__marquee{background:linear-gradient(90deg, var(--arcade-cyan), var(--arcade-magenta), var(--brand));z-index:1;border-radius:2px;height:3px;margin:0 0 .7rem;position:relative}.ReservationAgenda-module__Ulkdha__nav{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--reservation-chip,var(--ink-soft));width:34px;height:34px;color:var(--text-dim);cursor:pointer;font-size:1.1rem;line-height:1;transition:transform .1s}.ReservationAgenda-module__Ulkdha__nav:hover:not(:disabled){color:var(--text);box-shadow:var(--shadow-hard-sm);transform:translate(-1px,-1px)}.ReservationAgenda-module__Ulkdha__nav:disabled{opacity:.3;cursor:not-allowed}.ReservationAgenda-module__Ulkdha__weekRow{text-align:center;color:var(--text-faint);z-index:1;grid-template-columns:repeat(7,1fr);gap:3px;margin-bottom:4px;font-size:.7rem;font-weight:700;display:grid;position:relative}.ReservationAgenda-module__Ulkdha__grid{z-index:1;grid-template-columns:repeat(7,1fr);gap:5px;display:grid;position:relative}.ReservationAgenda-module__Ulkdha__dayBlank{display:block}.ReservationAgenda-module__Ulkdha__day{border:2px solid color-mix(in srgb, var(--text-faint) 24%, var(--panel));border-radius:var(--radius-sm);background:var(--reservation-chip,var(--panel-2));color:var(--text);font-variant-numeric:tabular-nums;cursor:pointer;flex-direction:column;align-items:center;gap:3px;padding:.5rem 0 .45rem;font-size:.9rem;transition:background .12s,border-color .12s,transform .1s,box-shadow .12s;display:flex;position:relative}.ReservationAgenda-module__Ulkdha__day:hover:not(:disabled){background:var(--reservation-chip-hover,var(--panel-2));border-color:var(--electric);box-shadow:var(--shadow-hard-sm);transform:translate(-1px,-1px)}.ReservationAgenda-module__Ulkdha__day[data-past]{color:var(--text-faint);opacity:.4;cursor:not-allowed}.ReservationAgenda-module__Ulkdha__day[data-today]{border-color:var(--arcade-cyan)}.ReservationAgenda-module__Ulkdha__hoy{font-family:var(--font-archivo-black), sans-serif;letter-spacing:.05em;text-transform:uppercase;background:var(--electric);color:var(--electric-ink);border:1.5px solid var(--border);border-radius:99px;padding:1.5px 7px;font-size:.5rem;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.ReservationAgenda-module__Ulkdha__day[data-active]{border-color:var(--electric);background:var(--reservation-active,var(--panel-2));box-shadow:var(--shadow-hard-sm);font-weight:800;transform:translate(-1px,-1px)}.ReservationAgenda-module__Ulkdha__dot{background:0 0;border-radius:2px;width:16px;height:5px}.ReservationAgenda-module__Ulkdha__dot[data-state=libre]{background:var(--glow-green)}.ReservationAgenda-module__Ulkdha__dot[data-state=parcial]{background:var(--glow-gold)}.ReservationAgenda-module__Ulkdha__dot[data-state=lleno]{background:var(--glow-red)}.ReservationAgenda-module__Ulkdha__legend{color:var(--text-dim);z-index:1;gap:.9rem;margin-top:.7rem;font-size:.72rem;display:flex;position:relative}.ReservationAgenda-module__Ulkdha__legend span{align-items:center;gap:.35rem;display:inline-flex}.ReservationAgenda-module__Ulkdha__legend .ReservationAgenda-module__Ulkdha__dot{display:inline-block}.ReservationAgenda-module__Ulkdha__dayCard{background:var(--reservation-surface,var(--panel-2));padding:1rem}.ReservationAgenda-module__Ulkdha__dayHead{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.ReservationAgenda-module__Ulkdha__dayTitle{font-family:var(--font-archivo-black), sans-serif;text-transform:capitalize;color:var(--text);padding-bottom:4px;font-size:1.05rem;position:relative}.ReservationAgenda-module__Ulkdha__dayTitle:after{content:"";background:linear-gradient(90deg, var(--electric), var(--arcade-cyan), var(--arcade-magenta));border-radius:2px;width:100%;height:3px;position:absolute;bottom:0;left:0}.ReservationAgenda-module__Ulkdha__daySub{color:var(--text-faint);border:1.5px solid color-mix(in srgb, var(--text-faint) 34%, var(--panel));background:var(--reservation-chip,var(--panel-2));border-radius:99px;padding:2px 10px;font-size:.75rem}.ReservationAgenda-module__Ulkdha__passedNote{color:var(--text-faint);margin:.4rem 0 .6rem;font-size:.72rem}.ReservationAgenda-module__Ulkdha__slotGuide{flex-wrap:wrap;gap:.4rem;margin:.55rem 0 .6rem;display:flex}.ReservationAgenda-module__Ulkdha__guideFree,.ReservationAgenda-module__Ulkdha__guideBusy,.ReservationAgenda-module__Ulkdha__guideMaint,.ReservationAgenda-module__Ulkdha__guideMine{border:1.5px solid;border-radius:999px;align-items:center;padding:3px 10px;font-size:.68rem;font-weight:800;display:inline-flex}.ReservationAgenda-module__Ulkdha__guideFree{color:#044c37;background:var(--slot-free-soft,#d3f5ea);border-color:var(--slot-free,#0ca678)}.ReservationAgenda-module__Ulkdha__guideBusy{color:#fff;border-color:var(--border);background:linear-gradient(135deg,#e21d4d 0%,#b3123f 100%)}.ReservationAgenda-module__Ulkdha__guideMaint{color:#4a3200;background:#f5b301;border-color:#9a6b00}.ReservationAgenda-module__Ulkdha__guideMine{color:#06265a;background:#cee1ff;border-color:#0a6bff}.ReservationAgenda-module__Ulkdha__joinNote{color:#06265a;border-radius:var(--radius-sm);background:#e7f0ff;border:1.5px solid #91bcff;align-items:flex-start;gap:.4rem;margin:0 0 .6rem;padding:.45rem .6rem;font-size:.76rem;display:flex}.ReservationAgenda-module__Ulkdha__joinNote strong{color:#b3123f}.ReservationAgenda-module__Ulkdha__hint{color:var(--text-dim);text-align:center;padding:1rem 0;font-size:.88rem}.ReservationAgenda-module__Ulkdha__slots{flex-direction:column;gap:7px;max-height:360px;padding:2px;display:flex;overflow-y:auto}.ReservationAgenda-module__Ulkdha__slot{border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:54px;padding:.7rem .85rem;transition:transform .1s,border-color .12s,background .12s,box-shadow .12s;display:flex}.ReservationAgenda-module__Ulkdha__slotTime{font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-size:.85rem;font-weight:800}.ReservationAgenda-module__Ulkdha__slotSub{color:var(--text-faint);letter-spacing:.03em;font-size:.6rem;font-weight:700;display:block}.ReservationAgenda-module__Ulkdha__slotTag{text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:800}.ReservationAgenda-module__Ulkdha__slot[data-estado=disponible]{background:var(--slot-free-soft,#d3f5ea);border-color:var(--slot-free,#0ca678)}.ReservationAgenda-module__Ulkdha__slot[data-estado=disponible] .ReservationAgenda-module__Ulkdha__slotTime{color:#044c37}.ReservationAgenda-module__Ulkdha__slot[data-estado=disponible] .ReservationAgenda-module__Ulkdha__slotTag{color:var(--slot-free,#0ca678)}.ReservationAgenda-module__Ulkdha__slot[data-estado=disponible]:hover{background:color-mix(in srgb, var(--slot-free,#0ca678) 26%, #fff);border-color:var(--slot-free,#0ca678);box-shadow:var(--shadow-hard-sm);transform:translate(-2px,-2px)}.ReservationAgenda-module__Ulkdha__slot[data-sel]{background:var(--slot-free,#0ca678);border-color:var(--border);box-shadow:var(--shadow-hard-sm)}.ReservationAgenda-module__Ulkdha__slot[data-sel] .ReservationAgenda-module__Ulkdha__slotTime,.ReservationAgenda-module__Ulkdha__slot[data-sel] .ReservationAgenda-module__Ulkdha__slotTag{color:#fff}.ReservationAgenda-module__Ulkdha__slot[data-estado=ocupado]{border-color:var(--border);color:#fff;cursor:default;background:linear-gradient(135deg,#e21d4d 0%,#b3123f 100%);align-items:stretch}.ReservationAgenda-module__Ulkdha__slot[data-estado=ocupado] .ReservationAgenda-module__Ulkdha__slotTime{color:#fff}.ReservationAgenda-module__Ulkdha__slot[data-estado=ocupado] .ReservationAgenda-module__Ulkdha__slotSub{color:#fffc}.ReservationAgenda-module__Ulkdha__slot[data-estado=ocupado][data-join]{cursor:pointer}.ReservationAgenda-module__Ulkdha__slot[data-estado=ocupado][data-join]:hover{box-shadow:var(--shadow-hard-sm);filter:brightness(1.05);transform:translate(-2px,-2px)}.ReservationAgenda-module__Ulkdha__slot[data-estado=ocupado][data-mine]{border-color:var(--border);cursor:pointer;background:linear-gradient(135deg,#2f7bff 0%,#0a4fd0 100%)}.ReservationAgenda-module__Ulkdha__slot[data-estado=ocupado][data-mine]:hover{box-shadow:var(--shadow-hard-sm);filter:brightness(1.05);transform:translate(-2px,-2px)}.ReservationAgenda-module__Ulkdha__slot[data-estado=mantenimiento]{cursor:not-allowed;opacity:1;background:#f5b301;border-color:#9a6b00}.ReservationAgenda-module__Ulkdha__slot[data-estado=mantenimiento] .ReservationAgenda-module__Ulkdha__slotTime,.ReservationAgenda-module__Ulkdha__slot[data-estado=mantenimiento] .ReservationAgenda-module__Ulkdha__slotTag{color:#4a3200}.ReservationAgenda-module__Ulkdha__slot[data-estado=mantenimiento] .ReservationAgenda-module__Ulkdha__slotSub{color:#6b4a08}.ReservationAgenda-module__Ulkdha__busyInfo{flex-direction:column;flex:auto;justify-content:center;align-items:flex-end;gap:2px;min-width:0;display:flex}.ReservationAgenda-module__Ulkdha__busyTitle{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.01em;color:#ffd76a;text-shadow:1px 1px #00000059;text-align:right;-webkit-line-clamp:2;line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-width:100%;font-size:.88rem;line-height:1.06;display:-webkit-box;overflow:hidden}.ReservationAgenda-module__Ulkdha__busyBy{color:#ffffffd1;font-size:.64rem;font-weight:700}@media (max-width:760px){.ReservationAgenda-module__Ulkdha__slots{grid-template-columns:1fr 1fr;gap:7px;max-height:none;display:grid;overflow:visible}.ReservationAgenda-module__Ulkdha__slot[data-estado=disponible]{flex-direction:column;align-items:flex-start;gap:4px}.ReservationAgenda-module__Ulkdha__slot[data-estado=ocupado]{grid-column:1/-1}}
.StatusBadge-module__5dVKPW__badge{border:2px solid var(--border);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.68rem;display:inline-flex}.StatusBadge-module__5dVKPW__badge[data-tone=warn]{color:var(--badge-warn-text);background:#ffb02029}.StatusBadge-module__5dVKPW__badge[data-tone=ok]{color:var(--badge-ok-text);background:#2ecc7129}.StatusBadge-module__5dVKPW__badge[data-tone=bad]{color:var(--badge-bad-text);background:#ff2d5529}.StatusBadge-module__5dVKPW__badge[data-tone=muted]{color:var(--text-dim);background:#9aa0c424}
.Standings-module__1HHING__cards{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Standings-module__1HHING__card{border:2px solid var(--border);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow-hard-sm);flex-direction:column;gap:.7rem;padding:.85rem 1rem;display:flex}.Standings-module__1HHING__card[data-top]{border-color:var(--brand)}.Standings-module__1HHING__head{align-items:center;gap:.6rem;display:flex}.Standings-module__1HHING__pos{border:2px solid var(--border);background:var(--ink-soft);width:1.9rem;height:1.9rem;font-family:var(--font-archivo-black), sans-serif;font-variant-numeric:tabular-nums;border-radius:8px;flex:0 0 1.9rem;justify-content:center;align-items:center;font-size:.85rem;display:flex}.Standings-module__1HHING__card[data-top] .Standings-module__1HHING__pos{background:var(--brand);color:var(--brand-ink)}.Standings-module__1HHING__alias{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.Standings-module__1HHING__total{font-family:var(--font-oxanium), sans-serif;font-variant-numeric:tabular-nums;color:var(--brand-hi);flex-shrink:0;font-size:1.05rem;font-weight:700}.Standings-module__1HHING__songs{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;display:grid}.Standings-module__1HHING__songScore{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .6rem;display:flex}.Standings-module__1HHING__songName{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:var(--font-oxanium), sans-serif;color:var(--text-dim);font-size:.82rem;overflow:hidden}.Standings-module__1HHING__songName em{color:var(--brand-hi);font-style:normal;font-weight:700}.Standings-module__1HHING__songVal{font-family:var(--font-oxanium), sans-serif;font-variant-numeric:tabular-nums;color:var(--text);flex-shrink:0;font-weight:700}.Standings-module__1HHING__tableWrap{display:none}.Standings-module__1HHING__table{border-collapse:collapse;width:100%;font-size:.9rem}.Standings-module__1HHING__table thead th{text-align:left;background:var(--panel-2);color:var(--text-dim);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-bottom:2px solid var(--border);padding:.7rem .85rem;font-size:.66rem}.Standings-module__1HHING__table tbody td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;padding:.6rem .85rem}.Standings-module__1HHING__table tbody tr:last-child td{border-bottom:none}.Standings-module__1HHING__table tbody tr[data-top] .Standings-module__1HHING__tdPos{color:var(--brand)}.Standings-module__1HHING__thPos,.Standings-module__1HHING__tdPos{width:3rem;font-family:var(--font-archivo-black), sans-serif;font-variant-numeric:tabular-nums}.Standings-module__1HHING__player{align-items:center;gap:.55rem;display:flex}.Standings-module__1HHING__tAlias{white-space:nowrap;font-weight:600}.Standings-module__1HHING__thNum,.Standings-module__1HHING__tdNum{text-align:right;white-space:nowrap;font-family:var(--font-oxanium), sans-serif;font-variant-numeric:tabular-nums;font-weight:700}.Standings-module__1HHING__thNivel{color:var(--brand-hi);font-size:.62rem;font-family:var(--font-oxanium), sans-serif;display:block}.Standings-module__1HHING__tdTotal{color:var(--brand-hi)}@media (min-width:768px){.Standings-module__1HHING__cards{display:none}.Standings-module__1HHING__tableWrap{border:2px solid var(--border);border-radius:var(--radius);display:block;overflow-x:auto}}
.TournamentCard-module__sFKFVa__card{flex-direction:column;display:flex;overflow:hidden}.TournamentCard-module__sFKFVa__cover{aspect-ratio:16/9;border-bottom:2px solid var(--border);background:var(--ink-soft);position:relative}.TournamentCard-module__sFKFVa__coverImg{object-fit:cover;width:100%;height:100%;display:block}.TournamentCard-module__sFKFVa__coverFallback{background:radial-gradient(circle at 30% 20%, #ff2d5538, transparent 55%), radial-gradient(circle at 80% 90%, #c026d338, transparent 55%), var(--panel-2);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.TournamentCard-module__sFKFVa__coverFallback span{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;color:var(--text);opacity:.85;letter-spacing:.04em;font-size:2rem}.TournamentCard-module__sFKFVa__coverStatus{position:absolute;top:.6rem;right:.6rem}.TournamentCard-module__sFKFVa__body{flex-direction:column;gap:.6rem;padding:1.1rem 1.3rem 1.3rem;display:flex}.TournamentCard-module__sFKFVa__head{align-items:center;gap:.5rem;display:flex}.TournamentCard-module__sFKFVa__name{color:var(--text);font-size:1.2rem}.TournamentCard-module__sFKFVa__desc{color:var(--text-dim);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.86rem;line-height:1.45;display:-webkit-box;overflow:hidden}.TournamentCard-module__sFKFVa__meta{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-top:.3rem;display:grid}.TournamentCard-module__sFKFVa__meta dt{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);font-size:.68rem}.TournamentCard-module__sFKFVa__meta dd{color:var(--text);margin-top:.15rem;font-size:.86rem;font-weight:600}.TournamentCard-module__sFKFVa__when{text-transform:capitalize}.TournamentCard-module__sFKFVa__actions{gap:.6rem;margin-top:.6rem;display:flex}.TournamentCard-module__sFKFVa__primary{background:var(--brand);color:var(--brand-ink);border:2px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;box-shadow:var(--shadow-hard-sm);padding:.55rem 1rem;font-size:.74rem}.TournamentCard-module__sFKFVa__ghost{color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;background:0 0;padding:.55rem 1rem;font-size:.74rem}.TournamentCard-module__sFKFVa__ghost:hover{color:var(--brand)}
.ImageUploader-module__ykM3hq__wrap{flex-direction:column;gap:.5rem;display:flex}.ImageUploader-module__ykM3hq__preview{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.ImageUploader-module__ykM3hq__img{object-fit:cover;width:100%;height:100%;display:block}.ImageUploader-module__ykM3hq__placeholder{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);font-size:.78rem}.ImageUploader-module__ykM3hq__row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.ImageUploader-module__ykM3hq__change{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);color:var(--text);cursor:pointer;padding:.45rem .9rem;font-size:.8rem;font-weight:600;transition:color .12s}.ImageUploader-module__ykM3hq__change:hover:not(:disabled){color:var(--brand)}.ImageUploader-module__ykM3hq__change:disabled{opacity:.6;cursor:progress}.ImageUploader-module__ykM3hq__note{color:var(--text-faint);font-size:.74rem}.ImageUploader-module__ykM3hq__error{color:var(--badge-bad-text);font-size:.78rem}.ImageUploader-module__ykM3hq__input{display:none}
.agenda-module__36SuJG__main{flex-direction:column;gap:1.1rem;max-width:1000px;margin:0 auto;padding:1.75rem 1.5rem 4rem;display:flex}.agenda-module__36SuJG__head{flex-direction:column;gap:.2rem;display:flex}.agenda-module__36SuJG__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:.7rem}.agenda-module__36SuJG__title{font-size:2rem}.agenda-module__36SuJG__lead{color:var(--text-dim);font-size:.92rem}.agenda-module__36SuJG__machines{flex-wrap:wrap;gap:.5rem;display:flex}.agenda-module__36SuJG__machineChip{border:2px solid var(--border);background:var(--ink-soft);color:var(--text-dim);cursor:pointer;border-radius:999px;align-items:center;gap:.45rem;padding:.4rem .7rem .4rem .45rem;font-size:.82rem;font-weight:600;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.agenda-module__36SuJG__machineChip:hover{color:var(--text)}.agenda-module__36SuJG__machineChip[data-active]{border-color:var(--brand);background:var(--panel-2);color:var(--text);box-shadow:var(--shadow-hard-sm)}.agenda-module__36SuJG__chipLogo{object-fit:contain;width:22px;height:22px}.agenda-module__36SuJG__layout{grid-template-columns:1.3fr 1fr;align-items:start;gap:1rem;display:grid}.agenda-module__36SuJG__calCard,.agenda-module__36SuJG__dayCard{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);padding:1rem}.agenda-module__36SuJG__calHead{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.agenda-module__36SuJG__calTitle{font-family:var(--font-archivo-black), sans-serif;text-transform:capitalize;font-size:.95rem}.agenda-module__36SuJG__navBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);width:30px;height:30px;color:var(--text-dim);cursor:pointer;font-size:1.1rem;line-height:1}.agenda-module__36SuJG__navBtn:hover{color:var(--text)}.agenda-module__36SuJG__weekRow{text-align:center;color:var(--text-faint);grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:3px;font-size:.68rem;display:grid}.agenda-module__36SuJG__grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.agenda-module__36SuJG__day{border-radius:var(--radius-sm);color:var(--text);font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:2px solid #0000;flex-direction:column;align-items:center;gap:2px;padding:.35rem 0;font-size:.82rem;transition:background .1s,border-color .1s;display:flex}.agenda-module__36SuJG__day:hover:not(:disabled){background:var(--ink-soft)}.agenda-module__36SuJG__day[data-active]{border-color:var(--brand);background:var(--panel-2);font-weight:700}.agenda-module__36SuJG__day[data-past]{color:var(--text-faint);opacity:.5;cursor:not-allowed}.agenda-module__36SuJG__dot{background:0 0;border-radius:50%;width:9px;height:9px}.agenda-module__36SuJG__dot[data-state=libre]{background:#1d9e75}.agenda-module__36SuJG__dot[data-state=parcial]{background:#ef9f27}.agenda-module__36SuJG__dot[data-state=lleno]{background:#e24b4a}.agenda-module__36SuJG__legend{color:var(--text-dim);gap:.9rem;margin-top:.7rem;font-size:.72rem;display:flex}.agenda-module__36SuJG__legend span{align-items:center;gap:.3rem;display:inline-flex}.agenda-module__36SuJG__legend .agenda-module__36SuJG__dot{display:inline-block}.agenda-module__36SuJG__hint{color:var(--text-dim);text-align:center;padding:1rem 0;font-size:.88rem}.agenda-module__36SuJG__dayHeadRow{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.agenda-module__36SuJG__dayTitle{font-family:var(--font-archivo-black), sans-serif;text-transform:capitalize;font-size:.92rem}.agenda-module__36SuJG__daySub{color:var(--text-dim);font-size:.76rem}.agenda-module__36SuJG__dayHint{color:var(--text-faint);margin:.15rem 0 .6rem;font-size:.74rem}.agenda-module__36SuJG__nightToggle{border:2px solid var(--border);background:var(--ink-soft);color:var(--text-dim);cursor:pointer;border-radius:999px;align-self:flex-start;align-items:center;gap:.45rem;margin:.35rem 0 .45rem;padding:.4rem .8rem;font-size:.78rem;font-weight:700;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.agenda-module__36SuJG__nightToggle:hover{color:var(--text)}.agenda-module__36SuJG__nightToggle[data-active]{background:color-mix(in srgb, var(--glow-purple,#6d28d9) 14%, var(--panel));border-color:var(--glow-purple,#6d28d9);color:var(--text)}.agenda-module__36SuJG__nightCount{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.03em;background:var(--glow-red,#ff2d55);color:#fff;border:1.5px solid var(--border);border-radius:99px;padding:2px 8px;font-size:.62rem}.agenda-module__36SuJG__slots{flex-direction:column;gap:3px;max-height:320px;display:flex;overflow-y:auto}.agenda-module__36SuJG__slot{border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:.5rem .65rem;font-size:.84rem;display:flex}.agenda-module__36SuJG__slot[data-estado=ocupado]{background:color-mix(in srgb, var(--glow-red,#ff2d55) 12%, transparent);border-color:color-mix(in srgb, var(--glow-red,#ff2d55) 55%, transparent);color:var(--text);cursor:default}.agenda-module__36SuJG__occRow{align-items:center;gap:.4rem;display:inline-flex}.agenda-module__36SuJG__occName{color:var(--glow-red,#ff2d55);text-overflow:ellipsis;white-space:nowrap;max-width:15ch;font-size:.78rem;font-weight:700;overflow:hidden}.agenda-module__36SuJG__occBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);cursor:pointer;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:transform .1s;display:inline-flex}.agenda-module__36SuJG__occBtn:hover{transform:translate(-1px,-1px)}.agenda-module__36SuJG__occBtn[data-tone=edit]{color:var(--glow-green-ink);background:var(--glow-green)}.agenda-module__36SuJG__occBtn[data-tone=bad]{color:var(--glow-red,#ff2d55);border-color:var(--glow-red,#ff2d55);background:0 0}.agenda-module__36SuJG__slot[data-estado=expirado]{opacity:.45;cursor:not-allowed}.agenda-module__36SuJG__slot[data-sel]{background:color-mix(in srgb, var(--glow-green) 16%, var(--panel-2));border-color:var(--glow-green);color:var(--text);font-weight:600}.agenda-module__36SuJG__slotTime{font-variant-numeric:tabular-nums}.agenda-module__36SuJG__slotTag{color:var(--text-faint);font-size:.7rem}.agenda-module__36SuJG__slot[data-estado=ocupado] .agenda-module__36SuJG__slotTag{color:var(--text-dim);font-weight:600}.agenda-module__36SuJG__slot[data-sel] .agenda-module__36SuJG__slotTag{color:var(--glow-green)}.agenda-module__36SuJG__form{border-top:2px solid var(--border);flex-direction:column;gap:.6rem;margin-top:.75rem;padding-top:.75rem;display:flex}.agenda-module__36SuJG__formTop{justify-content:space-between;align-items:baseline;display:flex}.agenda-module__36SuJG__formRango{color:var(--text);font-size:.84rem;font-weight:600}.agenda-module__36SuJG__formPrecio{font-family:var(--font-archivo-black), sans-serif;color:var(--glow-gold);font-size:1rem}.agenda-module__36SuJG__combo{position:relative}.agenda-module__36SuJG__comboInput{background:var(--panel-2);width:100%;color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .7rem;font-size:.86rem}.agenda-module__36SuJG__comboInput:focus{border-color:var(--brand);outline:none}.agenda-module__36SuJG__comboTag{background:color-mix(in srgb, var(--glow-green) 15%, transparent);color:var(--glow-green);text-transform:uppercase;border-radius:999px;padding:.1rem .45rem;font-size:.62rem;font-weight:800;position:absolute;top:.5rem;right:.5rem}.agenda-module__36SuJG__comboList{z-index:10;background:var(--panel);border:2px solid var(--border);border-radius:var(--radius-sm);max-height:220px;box-shadow:var(--shadow-hard);list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.agenda-module__36SuJG__comboItem{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;flex-direction:column;gap:.1rem;width:100%;padding:.5rem .65rem;display:flex}.agenda-module__36SuJG__comboItem:hover{background:var(--ink-soft)}.agenda-module__36SuJG__comboName{color:var(--text);font-size:.84rem;font-weight:600}.agenda-module__36SuJG__comboMeta{color:var(--text-faint);font-size:.72rem}.agenda-module__36SuJG__formRow{align-items:center;gap:.6rem;display:flex}.agenda-module__36SuJG__formLabel{color:var(--text-dim);font-size:.82rem}.agenda-module__36SuJG__stepper{align-items:center;gap:.5rem;display:inline-flex}.agenda-module__36SuJG__stepper button{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);width:28px;height:28px;color:var(--text);cursor:pointer;font-size:1rem;line-height:1}.agenda-module__36SuJG__stepper span{text-align:center;min-width:1ch;font-size:.9rem;font-weight:600}.agenda-module__36SuJG__reservar{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--glow-green);color:var(--glow-green-ink);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;box-shadow:var(--shadow-hard-sm);margin-left:auto;padding:.55rem 1.1rem;font-size:.76rem}.agenda-module__36SuJG__reservar:disabled{opacity:.6;cursor:progress}@media (max-width:760px){.agenda-module__36SuJG__layout{grid-template-columns:1fr}.agenda-module__36SuJG__main{padding:1.25rem 1rem 3rem}}.agenda-module__36SuJG__overlay{z-index:90;background:#0a0a1aa6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.agenda-module__36SuJG__modal{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:var(--shadow-hard);flex-direction:column;gap:.8rem;padding:1.4rem;display:flex}.agenda-module__36SuJG__modalTitle{font-family:var(--font-archivo-black), sans-serif;color:var(--text);font-size:1.05rem}.agenda-module__36SuJG__modalLead{color:var(--text-dim);margin-top:-.4rem;font-size:.85rem;line-height:1.4}.agenda-module__36SuJG__field{color:var(--text-dim);flex-direction:column;gap:.3rem;font-size:.8rem;display:flex}.agenda-module__36SuJG__field input,.agenda-module__36SuJG__field select{background:var(--panel-2);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .7rem;font-size:.9rem}.agenda-module__36SuJG__field input:focus,.agenda-module__36SuJG__field select:focus{border-color:var(--brand);outline:none}.agenda-module__36SuJG__modalActions{justify-content:flex-end;gap:.6rem;margin-top:.2rem;display:flex}.agenda-module__36SuJG__modalGhost{border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text-dim);cursor:pointer;background:0 0;padding:.6rem 1rem;font-size:.82rem}.agenda-module__36SuJG__modalDanger{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--glow-red,#ff2d55);color:#fff;font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-hard-sm);padding:.6rem 1.1rem;font-size:.78rem}.agenda-module__36SuJG__modalDanger:disabled,.agenda-module__36SuJG__modalGhost:disabled{opacity:.55;cursor:not-allowed}
.asistencias-module__8c9SRG__main{flex-direction:column;gap:1.25rem;max-width:1120px;margin:0 auto;padding:1.75rem 1.5rem 4rem;display:flex}.asistencias-module__8c9SRG__head{flex-direction:column;gap:.3rem;display:flex}.asistencias-module__8c9SRG__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:.72rem}.asistencias-module__8c9SRG__title{font-size:2.2rem}.asistencias-module__8c9SRG__lead{color:var(--text-dim);max-width:62ch;font-size:.95rem}.asistencias-module__8c9SRG__filters{border:2px solid var(--border);border-radius:var(--radius);background:var(--ink-soft);flex-wrap:wrap;align-items:flex-end;gap:1.2rem;padding:1rem;display:flex}.asistencias-module__8c9SRG__filter{color:var(--text-dim);flex-direction:column;gap:.35rem;font-size:.8rem;display:flex}.asistencias-module__8c9SRG__filter input{background:var(--panel-2);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .7rem;font-size:.9rem}.asistencias-module__8c9SRG__checkFilter{color:var(--text);cursor:pointer;align-items:center;gap:.5rem;padding-bottom:.55rem;font-size:.88rem;display:inline-flex}.asistencias-module__8c9SRG__checkFilter input{width:18px;height:18px;accent-color:var(--electric)}.asistencias-module__8c9SRG__muted{color:var(--text-dim)}.asistencias-module__8c9SRG__empty{text-align:center;color:var(--text-dim);border:2px dashed var(--border);border-radius:var(--radius);padding:3rem 1rem}.asistencias-module__8c9SRG__list{flex-direction:column;gap:.85rem;display:flex}.asistencias-module__8c9SRG__card{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-hard-sm);flex-direction:column;gap:.85rem;padding:1rem 1.1rem;display:flex}.asistencias-module__8c9SRG__cardHead{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.asistencias-module__8c9SRG__cardInfo{flex-direction:column;gap:.15rem;min-width:0;display:flex}.asistencias-module__8c9SRG__cardTitulo{color:var(--text);font-size:1rem;font-weight:800}.asistencias-module__8c9SRG__cardMeta{color:var(--text-dim);font-size:.82rem}.asistencias-module__8c9SRG__groups{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.asistencias-module__8c9SRG__group{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);flex-direction:column;gap:.5rem;padding:.8rem;display:flex}.asistencias-module__8c9SRG__groupLabel{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.03em;font-size:.68rem}.asistencias-module__8c9SRG__groupLabel[data-tone=ok]{color:#0b6b46}.asistencias-module__8c9SRG__groupLabel[data-tone=bad]{color:var(--alert-error-text)}.asistencias-module__8c9SRG__none{color:var(--text-faint);font-size:.85rem}.asistencias-module__8c9SRG__people{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.asistencias-module__8c9SRG__person{border:1.5px solid var(--border);background:color-mix(in srgb, var(--glow-green) 12%, var(--panel));color:var(--text);border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .6rem;font-size:.85rem;font-weight:600;display:inline-flex}.asistencias-module__8c9SRG__person[data-ausente]{background:var(--slot-busy-soft,#ffd9e2)}.asistencias-module__8c9SRG__via{text-transform:uppercase;letter-spacing:.03em;border:1px solid var(--border);background:var(--panel);color:var(--text-dim);border-radius:99px;padding:1px 6px;font-size:.56rem;font-weight:800}.asistencias-module__8c9SRG__via[data-via=admin]{color:var(--glow-gold)}.asistencias-module__8c9SRG__tag{text-transform:uppercase;letter-spacing:.03em;border:1px solid var(--border);background:var(--panel-2);color:var(--panel-badge-text);border-radius:99px;padding:1px 6px;font-size:.56rem;font-weight:800}.asistencias-module__8c9SRG__cardActions{justify-content:flex-end;display:flex}.asistencias-module__8c9SRG__manualBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel-2);color:var(--text);cursor:pointer;padding:.55rem 1rem;font-size:.82rem;font-weight:700;transition:transform .1s,background .12s}.asistencias-module__8c9SRG__manualBtn:hover{background:var(--hover-tint-strong);transform:translate(-1px,-1px)}.asistencias-module__8c9SRG__modalOverlay{z-index:80;background:#0a0a1a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.asistencias-module__8c9SRG__modalCard{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);width:100%;max-width:440px;box-shadow:var(--shadow-hard);flex-direction:column;gap:.85rem;max-height:90dvh;padding:1.4rem;display:flex;overflow-y:auto}.asistencias-module__8c9SRG__modalTitle{font-family:var(--font-archivo-black), sans-serif;color:var(--text);font-size:1.05rem}.asistencias-module__8c9SRG__modalLead{color:var(--text-dim);margin-top:-.5rem;font-size:.85rem}.asistencias-module__8c9SRG__checklist{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.asistencias-module__8c9SRG__checkItem{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);width:100%;color:var(--text);cursor:pointer;text-align:left;align-items:center;gap:.6rem;padding:.6rem .8rem;font-size:.92rem;font-weight:600;display:flex}.asistencias-module__8c9SRG__checkItem[data-on]{background:color-mix(in srgb, var(--glow-green) 14%, var(--panel));border-color:var(--glow-green)}.asistencias-module__8c9SRG__checkBox{border:2px solid var(--border);background:var(--panel);width:24px;height:24px;color:var(--glow-green-ink);border-radius:6px;flex-shrink:0;place-items:center;font-weight:900;display:grid}.asistencias-module__8c9SRG__checkItem[data-on] .asistencias-module__8c9SRG__checkBox{background:var(--glow-green)}.asistencias-module__8c9SRG__modalTextarea{background:var(--panel-2);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);resize:vertical;padding:.6rem .7rem;font-family:inherit;font-size:.88rem}.asistencias-module__8c9SRG__modalTextarea:focus{border-color:var(--brand);outline:none}.asistencias-module__8c9SRG__modalActions{justify-content:flex-end;gap:.6rem;display:flex}.asistencias-module__8c9SRG__modalGhost{border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text-dim);cursor:pointer;background:0 0;padding:.6rem 1rem;font-size:.82rem}.asistencias-module__8c9SRG__modalPrimary{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--glow-green);color:var(--glow-green-ink);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-hard-sm);padding:.6rem 1.1rem;font-size:.78rem}.asistencias-module__8c9SRG__modalPrimary:disabled{opacity:.55;cursor:not-allowed}@media (max-width:620px){.asistencias-module__8c9SRG__groups{grid-template-columns:1fr}.asistencias-module__8c9SRG__main{padding:1.25rem 1rem 3rem}}
.dispositivos-module__tt2Rga__main{flex-direction:column;gap:1.25rem;max-width:1120px;margin:0 auto;padding:1.75rem 1.5rem 4rem;display:flex}.dispositivos-module__tt2Rga__head{flex-direction:column;gap:.3rem;display:flex}.dispositivos-module__tt2Rga__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:.72rem}.dispositivos-module__tt2Rga__title{font-size:2.2rem}.dispositivos-module__tt2Rga__lead{color:var(--text-dim);max-width:64ch;font-size:.95rem}.dispositivos-module__tt2Rga__lead code,.dispositivos-module__tt2Rga__name code{background:var(--panel-2);border-radius:6px;padding:.05rem .35rem;font-family:ui-monospace,monospace;font-size:.85em}.dispositivos-module__tt2Rga__createRow{border:2px solid var(--border);border-radius:var(--radius);background:var(--ink-soft);flex-wrap:wrap;gap:.6rem;padding:1rem;display:flex}.dispositivos-module__tt2Rga__createInput{background:var(--panel-2);min-width:220px;color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);flex:1;padding:.6rem .8rem;font-size:.92rem}.dispositivos-module__tt2Rga__createInput:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #ff5a3c40}.dispositivos-module__tt2Rga__createBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--electric);color:var(--electric-ink);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-hard-sm);flex-shrink:0;padding:.6rem 1.2rem;font-size:.8rem}.dispositivos-module__tt2Rga__createBtn:disabled{opacity:.55;cursor:not-allowed}.dispositivos-module__tt2Rga__muted{color:var(--text-dim)}.dispositivos-module__tt2Rga__empty{text-align:center;color:var(--text-dim);border:2px dashed var(--border);border-radius:var(--radius);padding:3rem 1rem}.dispositivos-module__tt2Rga__list{flex-direction:column;gap:.7rem;display:flex}.dispositivos-module__tt2Rga__card{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-hard-sm);align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex}.dispositivos-module__tt2Rga__card[data-off]{opacity:.7}.dispositivos-module__tt2Rga__cardInfo{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.dispositivos-module__tt2Rga__name{color:var(--text);font-weight:800}.dispositivos-module__tt2Rga__meta{color:var(--text-dim);font-size:.78rem}.dispositivos-module__tt2Rga__actions{flex-shrink:0;gap:.4rem;display:flex}.dispositivos-module__tt2Rga__ghostBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel-2);color:var(--text);cursor:pointer;padding:.5rem .85rem;font-size:.8rem;font-weight:700}.dispositivos-module__tt2Rga__ghostBtn:disabled{opacity:.5;cursor:not-allowed}.dispositivos-module__tt2Rga__dangerBtn{border:2px solid var(--glow-red,#ff2d55);border-radius:var(--radius-sm);color:var(--glow-red,#ff2d55);cursor:pointer;background:0 0;padding:.5rem .85rem;font-size:.8rem;font-weight:700}.dispositivos-module__tt2Rga__dangerBtn:disabled{opacity:.5;cursor:not-allowed}.dispositivos-module__tt2Rga__modalOverlay{z-index:80;background:#0a0a1a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dispositivos-module__tt2Rga__modalCard{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);width:100%;max-width:460px;box-shadow:var(--shadow-hard);flex-direction:column;gap:.85rem;padding:1.4rem;display:flex}.dispositivos-module__tt2Rga__modalTitle{font-family:var(--font-archivo-black), sans-serif;color:var(--text);font-size:1.05rem}.dispositivos-module__tt2Rga__modalLead{color:var(--text-dim);margin-top:-.4rem;font-size:.85rem;line-height:1.5}.dispositivos-module__tt2Rga__token{background:var(--ink-soft);border:2px dashed var(--border);border-radius:var(--radius-sm);color:var(--text);word-break:break-all;padding:.75rem .85rem;font-family:ui-monospace,monospace;font-size:.85rem;display:block}.dispositivos-module__tt2Rga__modalActions{justify-content:flex-end;gap:.6rem;display:flex}.dispositivos-module__tt2Rga__copyBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel-2);color:var(--text);cursor:pointer;padding:.6rem 1rem;font-size:.82rem;font-weight:700}.dispositivos-module__tt2Rga__modalGhost{border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text-dim);cursor:pointer;background:0 0;padding:.6rem 1rem;font-size:.82rem}.dispositivos-module__tt2Rga__modalPrimary{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--electric);color:var(--electric-ink);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-hard-sm);padding:.6rem 1.1rem;font-size:.78rem}.dispositivos-module__tt2Rga__modalDanger{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--glow-red,#ff2d55);color:#fff;font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-hard-sm);padding:.6rem 1.1rem;font-size:.78rem}.dispositivos-module__tt2Rga__modalDanger:disabled{opacity:.55;cursor:not-allowed}@media (max-width:620px){.dispositivos-module__tt2Rga__card{flex-wrap:wrap}.dispositivos-module__tt2Rga__actions{justify-content:flex-end;width:100%}.dispositivos-module__tt2Rga__main{padding:1.25rem 1rem 3rem}}
.horarios-module__DXL7CG__main{flex-direction:column;gap:1.5rem;max-width:1120px;margin:0 auto;padding:1.75rem 1.5rem 4rem;display:flex}.horarios-module__DXL7CG__head{flex-direction:column;gap:.3rem;display:flex}.horarios-module__DXL7CG__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:.72rem}.horarios-module__DXL7CG__title{font-size:2.2rem}.horarios-module__DXL7CG__panel{background:var(--ink-soft);border:2px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.6rem;padding:1.25rem;display:flex}.horarios-module__DXL7CG__panelTitle{text-transform:uppercase;letter-spacing:.03em;font-size:1.1rem}.horarios-module__DXL7CG__panelLead{color:var(--text-dim);margin-bottom:.4rem;font-size:.9rem}.horarios-module__DXL7CG__muted{color:var(--text-dim)}.horarios-module__DXL7CG__chips{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.horarios-module__DXL7CG__chip{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);color:var(--text-dim);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;padding:.5rem .9rem;font-size:.72rem;transition:color .12s,border-color .12s}.horarios-module__DXL7CG__chip:hover{color:var(--text)}.horarios-module__DXL7CG__chip[data-active]{background:var(--brand);border-color:var(--border);color:var(--brand-ink);box-shadow:var(--shadow-hard-sm)}.horarios-module__DXL7CG__groupEmpty{color:var(--text-faint);font-size:.82rem}.horarios-module__DXL7CG__kanban{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.horarios-module__DXL7CG__column{background:var(--ink);border:2px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.6rem;padding:.85rem;display:flex}.horarios-module__DXL7CG__columnHead{justify-content:space-between;align-items:center;display:flex}.horarios-module__DXL7CG__columnTitle{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.03em;color:var(--text-dim);font-size:.78rem}.horarios-module__DXL7CG__columnAdd{border:2px solid var(--border);background:var(--panel-2);width:24px;height:24px;color:var(--text);font-family:var(--font-archivo-black), sans-serif;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;line-height:1;transition:color .12s,border-color .12s;display:flex}.horarios-module__DXL7CG__columnAdd:hover,.horarios-module__DXL7CG__columnAdd[aria-expanded=true]{color:var(--brand);border-color:var(--brand)}.horarios-module__DXL7CG__addPicker{background:var(--ink-soft);border:1px dashed var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.3rem;padding:.6rem .65rem;display:flex}.horarios-module__DXL7CG__addPickerLabel{color:var(--text-faint);margin:0 0 .15rem;font-size:.72rem}.horarios-module__DXL7CG__addPickerItem{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .55rem;font-size:.84rem}.horarios-module__DXL7CG__addPickerItem:hover{background:var(--panel-2)}.horarios-module__DXL7CG__memberList{flex-direction:column;gap:.4rem;display:flex}.horarios-module__DXL7CG__memberChip{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text-dim);cursor:default;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .6rem;font-size:.85rem;display:flex}.horarios-module__DXL7CG__memberName{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.horarios-module__DXL7CG__memberChipBtn{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius-sm);align-items:stretch;gap:.4rem;padding:.2rem;transition:border-color .12s;display:flex}.horarios-module__DXL7CG__memberChipBtn[data-active]{border-color:var(--glow-blue);background:var(--panel-2)}.horarios-module__DXL7CG__memberNameBtn{text-overflow:ellipsis;white-space:nowrap;text-align:left;min-width:0;color:var(--text);cursor:pointer;background:0 0;border:none;flex:1;padding:.3rem .5rem;font-size:.85rem;overflow:hidden}.horarios-module__DXL7CG__memberChipBtn[data-active] .horarios-module__DXL7CG__memberNameBtn{color:var(--glow-blue);font-weight:600}.horarios-module__DXL7CG__memberTrashBtn{width:26px;color:var(--text-faint);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;font-size:.8rem;transition:color .12s}.horarios-module__DXL7CG__memberTrashBtn:hover{color:var(--glow-red)}.horarios-module__DXL7CG__editGlobalBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);color:var(--text-dim);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;align-self:flex-start;padding:.5rem .9rem;font-size:.72rem;transition:color .12s,border-color .12s}.horarios-module__DXL7CG__editGlobalBtn:hover{color:var(--text)}.horarios-module__DXL7CG__editGlobalBtn[data-active]{background:var(--brand);border-color:var(--border);color:var(--brand-ink);box-shadow:var(--shadow-hard-sm)}@media (max-width:640px){.horarios-module__DXL7CG__kanban{grid-template-columns:1fr}}.horarios-module__DXL7CG__editor{border-top:1px solid var(--border);flex-direction:column;gap:.7rem;margin-top:.4rem;padding-top:1rem;display:flex}.horarios-module__DXL7CG__editorHead{justify-content:space-between;align-items:center;gap:1rem;display:flex}.horarios-module__DXL7CG__editorTitle{text-transform:uppercase;letter-spacing:.02em;font-size:.95rem}.horarios-module__DXL7CG__linkBtn{color:var(--glow-blue);cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:.8rem}.horarios-module__DXL7CG__linkBtn:hover{color:var(--text)}.horarios-module__DXL7CG__linkBtn:disabled{opacity:.6;cursor:not-allowed}.horarios-module__DXL7CG__editorNote{color:var(--text-dim);background:var(--ink);border:1px dashed var(--border);border-radius:var(--radius-sm);padding:.6rem .75rem;font-size:.82rem}.horarios-module__DXL7CG__tableWrap{border:2px solid var(--border);border-radius:var(--radius);overflow-x:auto}.horarios-module__DXL7CG__table{border-collapse:collapse;width:100%;min-width:420px;font-size:.88rem}.horarios-module__DXL7CG__table thead th{text-align:left;background:var(--panel-2);color:var(--text-dim);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-bottom:2px solid var(--border);padding:.7rem .85rem;font-size:.68rem}.horarios-module__DXL7CG__table tbody td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;padding:.55rem .85rem}.horarios-module__DXL7CG__table tbody tr:last-child td{border-bottom:none}.horarios-module__DXL7CG__num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.horarios-module__DXL7CG__name{font-family:var(--font-archivo-black), sans-serif;font-size:.82rem}.horarios-module__DXL7CG__hour{background:var(--panel-2);width:72px;color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);text-align:right;padding:.4rem .5rem;font-size:.88rem}.horarios-module__DXL7CG__price{background:var(--panel-2);width:96px;color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);text-align:right;padding:.4rem .5rem;font-size:.88rem}.horarios-module__DXL7CG__hour:focus,.horarios-module__DXL7CG__price:focus{border-color:var(--brand);outline:none}.horarios-module__DXL7CG__actions{text-align:right;white-space:nowrap}.horarios-module__DXL7CG__save{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--brand);color:var(--brand-ink);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;box-shadow:var(--shadow-hard-sm);padding:.45rem .9rem;font-size:.72rem;transition:transform .1s}.horarios-module__DXL7CG__save:hover:not(:disabled){transform:translate(-1px,-1px)}.horarios-module__DXL7CG__save:disabled{opacity:.5;cursor:not-allowed}.horarios-module__DXL7CG__recargoRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:.6rem;display:flex}.horarios-module__DXL7CG__recargo{color:var(--text-dim);flex-direction:column;gap:.35rem;font-size:.8rem;display:flex}.horarios-module__DXL7CG__hoursTableWrap{border:2px solid var(--border);border-radius:var(--radius);overflow-x:auto}.horarios-module__DXL7CG__mCards{flex-direction:column;gap:.65rem;display:none}.horarios-module__DXL7CG__mCard{background:var(--ink);border:2px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.6rem;padding:.75rem;display:flex}.horarios-module__DXL7CG__mCardHours{gap:.6rem;display:flex}.horarios-module__DXL7CG__mCardHourField{color:var(--text-dim);flex-direction:column;flex:1;gap:.3rem;font-size:.74rem;display:flex}.horarios-module__DXL7CG__mCardHourField .horarios-module__DXL7CG__hour{text-align:left;width:100%}@media (max-width:560px){.horarios-module__DXL7CG__main{padding:1.25rem 1rem 3rem}.horarios-module__DXL7CG__hoursTableWrap{display:none}.horarios-module__DXL7CG__mCards{display:flex}}
.records-module__aPgrjG__main{flex-direction:column;gap:1.25rem;max-width:1120px;margin:0 auto;padding:1.75rem 1.5rem 4rem;display:flex}.records-module__aPgrjG__head{flex-direction:column;gap:.3rem;display:flex}.records-module__aPgrjG__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:.72rem}.records-module__aPgrjG__title{font-size:2.2rem}.records-module__aPgrjG__lead{color:var(--text-dim);max-width:62ch;font-size:.95rem}.records-module__aPgrjG__filters{border:2px solid var(--border);border-radius:var(--radius);background:var(--ink-soft);flex-wrap:wrap;gap:1rem;padding:1rem;display:flex}.records-module__aPgrjG__filter{color:var(--text-dim);flex-direction:column;gap:.35rem;font-size:.8rem;display:flex}.records-module__aPgrjG__filter select{background:var(--panel-2);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);min-width:200px;padding:.55rem .7rem;font-size:.9rem}.records-module__aPgrjG__muted{color:var(--text-dim)}.records-module__aPgrjG__empty{text-align:center;color:var(--text-dim);border:2px dashed var(--border);border-radius:var(--radius);padding:3rem 1rem}.records-module__aPgrjG__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.records-module__aPgrjG__card{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-hard-sm);flex-direction:column;display:flex;overflow:hidden}.records-module__aPgrjG__photoWrap{aspect-ratio:4/5;background:var(--ink-soft);position:relative}.records-module__aPgrjG__photo{object-fit:cover;width:100%;height:100%;display:block}.records-module__aPgrjG__tipoChip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#0a0a1aa6;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:800;position:absolute;top:10px;left:10px}.records-module__aPgrjG__tipoChip[data-tipo=record]{color:#2a0a04;background:#ff5a3cd9}.records-module__aPgrjG__tipoChip[data-tipo=momento]{color:#04122e;background:#2d7bffd9}.records-module__aPgrjG__body{flex-direction:column;gap:.55rem;padding:.85rem 1rem 1rem;display:flex}.records-module__aPgrjG__author{border-top:1px solid var(--border);align-items:center;gap:8px;padding-top:.4rem;display:flex}.records-module__aPgrjG__authorInfo{flex-direction:column;flex:1;min-width:0;line-height:1.15;display:flex}.records-module__aPgrjG__authorName{color:var(--text);font-size:.85rem;font-weight:600}.records-module__aPgrjG__authorTime{color:var(--text-faint);font-size:.7rem}.records-module__aPgrjG__reason{border-left:3px solid var(--alert-error-text,#a3123a);color:var(--text-dim);background:color-mix(in srgb, var(--alert-error-text,#a3123a) 8%, transparent);border-radius:4px;margin:0;padding:.4rem .6rem;font-size:.82rem}.records-module__aPgrjG__actions{gap:.5rem;margin-top:.35rem;display:flex}.records-module__aPgrjG__approve{background:var(--glow-green);color:var(--glow-green-ink,#04220f);border:2px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-archivo-black), sans-serif;cursor:pointer;box-shadow:var(--shadow-hard-sm);flex:1;padding:.55rem .8rem;font-size:.75rem}.records-module__aPgrjG__approve:disabled{opacity:.55;cursor:not-allowed}.records-module__aPgrjG__rejectBtn{color:var(--glow-red,#ff2d55);border:2px solid var(--glow-red,#ff2d55);border-radius:var(--radius-sm);font-family:var(--font-archivo-black), sans-serif;cursor:pointer;background:0 0;flex:1;padding:.55rem .8rem;font-size:.75rem}.records-module__aPgrjG__rejectBtn:disabled{opacity:.5;cursor:not-allowed}.records-module__aPgrjG__overlay{z-index:80;background:#0a0a1a99;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.records-module__aPgrjG__modal{background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);width:100%;max-width:440px;box-shadow:var(--shadow-hard);flex-direction:column;gap:.85rem;padding:1.4rem;display:flex}.records-module__aPgrjG__modalTitle{font-family:var(--font-archivo-black), sans-serif;color:var(--text);margin:0;font-size:1.05rem}.records-module__aPgrjG__modalLead{color:var(--text-dim);margin:-.5rem 0 0;font-size:.85rem}.records-module__aPgrjG__textarea{background:var(--panel-2);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);resize:vertical;padding:.6rem .7rem;font-family:inherit;font-size:.88rem}.records-module__aPgrjG__textarea:focus{border-color:var(--brand);outline:none}.records-module__aPgrjG__modalActions{justify-content:flex-end;gap:.6rem;display:flex}.records-module__aPgrjG__ghost{border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text-dim);cursor:pointer;background:0 0;padding:.6rem 1rem;font-size:.82rem}.records-module__aPgrjG__danger{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--glow-red,#ff2d55);color:#fff;font-family:var(--font-archivo-black), sans-serif;cursor:pointer;box-shadow:var(--shadow-hard-sm);padding:.6rem 1.1rem;font-size:.78rem}.records-module__aPgrjG__danger:disabled{opacity:.55;cursor:not-allowed}
.externas-module__D_KExa__main{flex-direction:column;gap:1.25rem;max-width:880px;margin:0 auto;padding:1.75rem 1.5rem 4rem;display:flex}.externas-module__D_KExa__head{flex-direction:column;gap:.3rem;display:flex}.externas-module__D_KExa__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:.72rem}.externas-module__D_KExa__title{font-size:2.2rem}.externas-module__D_KExa__lead{color:var(--text-dim);max-width:60ch;font-size:.95rem}.externas-module__D_KExa__form{background:var(--ink-soft);border:2px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.1rem;padding:1.25rem;display:flex}.externas-module__D_KExa__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.externas-module__D_KExa__field{color:var(--text-dim);flex-direction:column;gap:.35rem;font-size:.8rem;display:flex}.externas-module__D_KExa__full{grid-column:1/-1}.externas-module__D_KExa__field input,.externas-module__D_KExa__field select{background:var(--panel-2);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .7rem;font-family:inherit;font-size:.9rem}.externas-module__D_KExa__field input:focus,.externas-module__D_KExa__field select:focus{border-color:var(--brand);outline:none}.externas-module__D_KExa__modeRow{gap:.5rem;display:flex}.externas-module__D_KExa__modeBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);color:var(--text-dim);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;flex:1;padding:.5rem .75rem;font-size:.7rem;transition:color .12s}.externas-module__D_KExa__modeBtn:hover{color:var(--text)}.externas-module__D_KExa__modeBtn[data-active]{background:var(--brand);border-color:var(--border);color:var(--brand-ink);box-shadow:var(--shadow-hard-sm)}.externas-module__D_KExa__search{flex-direction:column;gap:.35rem;display:flex;position:relative}.externas-module__D_KExa__search input{background:var(--panel-2);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .7rem;font-size:.9rem}.externas-module__D_KExa__search input:focus{border-color:var(--brand);outline:none}.externas-module__D_KExa__searchHint{color:var(--text-faint);font-size:.78rem}.externas-module__D_KExa__results{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);flex-direction:column;max-height:220px;list-style:none;display:flex;overflow-y:auto}.externas-module__D_KExa__results li+li{border-top:1px solid var(--border)}.externas-module__D_KExa__results button{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.1rem;padding:.55rem .7rem;display:flex}.externas-module__D_KExa__results button:hover{background:var(--panel-2)}.externas-module__D_KExa__resultName{font-size:.88rem}.externas-module__D_KExa__resultMeta{color:var(--text-faint);font-size:.74rem}.externas-module__D_KExa__selectedUser{color:var(--text);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.externas-module__D_KExa__selectedUser strong{color:var(--brand-hi)}.externas-module__D_KExa__pointsHint{color:var(--text-faint);font-size:.74rem}.externas-module__D_KExa__linkBtn{color:var(--glow-blue);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem}.externas-module__D_KExa__linkBtn:hover{color:var(--text)}.externas-module__D_KExa__summary{background:var(--ink);border:2px solid var(--border);border-radius:var(--radius-sm);flex-wrap:wrap;gap:1.25rem;padding:.9rem 1.1rem;display:flex}.externas-module__D_KExa__summary>div{flex-direction:column;gap:.15rem;display:flex}.externas-module__D_KExa__summaryLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);font-size:.66rem}.externas-module__D_KExa__summaryValue{color:var(--text);font-size:.95rem}.externas-module__D_KExa__summaryTotal{font-family:var(--font-archivo-black), sans-serif;color:var(--text);font-size:1.2rem}.externas-module__D_KExa__save{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--brand);color:var(--brand-ink);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;box-shadow:var(--shadow-hard-sm);align-self:flex-start;padding:.75rem 1.4rem;font-size:.85rem;transition:transform .1s}.externas-module__D_KExa__save:hover:not(:disabled){transform:translate(-2px,-2px)}.externas-module__D_KExa__save:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.externas-module__D_KExa__main{padding:1.25rem 1rem 3rem}.externas-module__D_KExa__grid{grid-template-columns:1fr}.externas-module__D_KExa__save{text-align:center;align-self:stretch}}
.nuevo-module__jyzW_q__main{flex-direction:column;gap:1.1rem;max-width:640px;margin:0 auto;padding:1.75rem 1.5rem 4rem;display:flex}.nuevo-module__jyzW_q__back{color:var(--text-dim);align-self:flex-start;font-size:.85rem;font-weight:600}.nuevo-module__jyzW_q__back:hover{color:var(--brand)}.nuevo-module__jyzW_q__title{font-size:2rem}.nuevo-module__jyzW_q__form{flex-direction:column;gap:1.1rem;display:flex}.nuevo-module__jyzW_q__coverField{flex-direction:column;gap:.4rem;display:flex}.nuevo-module__jyzW_q__coverLabel{color:var(--text);font-size:.9rem;font-weight:600}.nuevo-module__jyzW_q__actions{margin-top:.3rem}
.usuarios-module__KI2haa__main{flex-direction:column;gap:1.25rem;max-width:820px;margin:0 auto;padding:1.75rem 1.5rem 4rem;display:flex}.usuarios-module__KI2haa__head{flex-direction:column;gap:.3rem;display:flex}.usuarios-module__KI2haa__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:.72rem}.usuarios-module__KI2haa__title{font-size:2rem}.usuarios-module__KI2haa__lead{color:var(--text-dim);max-width:62ch;font-size:.92rem}.usuarios-module__KI2haa__search{background:var(--ink-soft);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .9rem;font-size:.95rem}.usuarios-module__KI2haa__search:focus{border-color:var(--brand);outline:none}.usuarios-module__KI2haa__muted{color:var(--text-dim);font-size:.9rem}.usuarios-module__KI2haa__error{color:var(--badge-bad-text);font-size:.9rem}.usuarios-module__KI2haa__empty{border:2px dashed var(--border);border-radius:var(--radius);color:var(--text-dim);text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1rem;display:flex}.usuarios-module__KI2haa__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.usuarios-module__KI2haa__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1.1rem;display:flex}.usuarios-module__KI2haa__info{flex-direction:column;gap:.3rem;min-width:0;display:flex}.usuarios-module__KI2haa__nameRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.usuarios-module__KI2haa__name{color:var(--text);font-size:.98rem;font-weight:600}.usuarios-module__KI2haa__sub{color:var(--text-faint);font-size:.82rem}.usuarios-module__KI2haa__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.usuarios-module__KI2haa__roleSelect{background:var(--panel-2);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .6rem;font-size:.85rem}.usuarios-module__KI2haa__roleSelect:disabled{opacity:.5;cursor:not-allowed}.usuarios-module__KI2haa__toggleBtn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);color:var(--text-dim);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;white-space:nowrap;padding:.5rem .85rem;font-size:.7rem}.usuarios-module__KI2haa__toggleBtn[data-danger]{border-color:var(--glow-red);color:var(--badge-bad-text)}.usuarios-module__KI2haa__toggleBtn:hover:not(:disabled){background:var(--panel-2)}.usuarios-module__KI2haa__toggleBtn:disabled{opacity:.5;cursor:not-allowed}.usuarios-module__KI2haa__selfNote{width:100%;color:var(--text-faint);font-size:.78rem;font-style:italic}@media (max-width:560px){.usuarios-module__KI2haa__main{padding:1.25rem 1rem 3rem}.usuarios-module__KI2haa__row{flex-direction:column;align-items:stretch}.usuarios-module__KI2haa__actions{justify-content:space-between}.usuarios-module__KI2haa__roleSelect{flex:1}}
.dashboard-module__61xrHq__wrap{flex-direction:column;gap:2rem;max-width:760px;margin:0 auto;padding:2rem 1.25rem 4rem;display:flex}.dashboard-module__61xrHq__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dashboard-module__61xrHq__header>:last-child{width:auto}.dashboard-module__61xrHq__hero{padding:2rem 1.75rem}.dashboard-module__61xrHq__kicker{font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:.75rem}.dashboard-module__61xrHq__title{margin:.5rem 0 .75rem;font-size:2.2rem}.dashboard-module__61xrHq__sub{color:var(--text-dim);max-width:46ch;font-size:.98rem}.dashboard-module__61xrHq__meta{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-top:1.75rem;display:grid}.dashboard-module__61xrHq__meta dt{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);font-size:.72rem}.dashboard-module__61xrHq__meta dd{color:var(--text);word-break:break-word;margin-top:.2rem;font-weight:600}.dashboard-module__61xrHq__saldoCta{background:var(--brand);color:var(--brand-ink);border:2px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-archivo-black), sans-serif;text-transform:uppercase;box-shadow:var(--shadow-hard-sm);white-space:nowrap;padding:.65rem 1.1rem;font-size:.78rem;display:inline-block}
.MovementList-module__BxWdnW__list{flex-direction:column;gap:.6rem;list-style:none;display:flex}.MovementList-module__BxWdnW__row{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--ink-soft);align-items:center;gap:.85rem;padding:.75rem .9rem;display:flex}.MovementList-module__BxWdnW__mark{border:2px solid var(--border);width:2rem;height:2rem;font-family:var(--font-archivo-black), sans-serif;color:var(--brand-hi);background:#ff5a3c1f;border-radius:8px;flex:0 0 2rem;justify-content:center;align-items:center;font-size:1rem;display:flex}.MovementList-module__BxWdnW__mark[data-positive]{color:#74e3a3;background:#2ecc711f}.MovementList-module__BxWdnW__info{flex:1;min-width:0}.MovementList-module__BxWdnW__label{color:var(--text);font-size:.9rem;font-weight:500}.MovementList-module__BxWdnW__meta{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;margin-top:.15rem;font-size:.76rem;overflow:hidden}.MovementList-module__BxWdnW__amount{font-family:var(--font-archivo-black), sans-serif;color:var(--brand-hi);flex-shrink:0;font-size:.95rem}.MovementList-module__BxWdnW__amount[data-positive]{color:#74e3a3}
