:root{--color-primary:#14b8a6;--color-primary-hover:#0d9488;--color-primary-dark:#0f766e;--color-primary-light:#5eead4;--color-secondary:#22c55e;--color-accent:#22c55e;--color-accent-hover:#16a34a;--bg-base:#0f172a;--bg-card:#334155;--bg-card-hover:#334155;--bg-input:#0f172a;--bg-overlay:#0f172ad9;--border-color:#334155;--border-color-light:#475569;--border-color-focus:var(--color-primary);--border-subtle:#94a3b814;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--text-link:var(--color-primary);--success:#22c55e;--success-bg:#22c55e1a;--success-border:#22c55e38;--error:#ef4444;--error-bg:#ef44441a;--error-border:#ef444438;--warning:#eab308;--warning-bg:#eab3081a;--warning-border:#eab30838;--info:#14b8a6;--info-bg:#14b8a61a;--info-border:#14b8a638;--disputed:#dc2626;--disputed-bg:#dc26261a;--disputed-border:#dc262638;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0003;--shadow-md:0 2px 8px #00000026;--shadow-lg:0 4px 16px #0003;--shadow-xl:0 8px 32px #00000040;--shadow-glow:0 0 16px #14b8a61f;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.2s cubic-bezier(.4, 0, .2, 1);--transition-slow:.3s cubic-bezier(.4, 0, .2, 1);--font-body:"Inter", sans-serif;--font-heading:"Outfit", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--z-base:0;--z-dropdown:100;--z-header:200;--z-modal:1000;--z-toast:1100;--max-width:1200px;--header-height:64px;--accent-primary:var(--color-primary);--accent-secondary:var(--color-secondary);--bg-dark:var(--bg-base);--bg-color:var(--bg-base);--bg-secondary:var(--bg-input);--bg-tertiary:var(--bg-base);--surface-color:#1e293bb3;--glass-bg:#1e293bb3;--glass-border:var(--border-subtle)}
.Button-module__uz9LNG__button{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-heading);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;font-weight:600;text-decoration:none;display:inline-flex}.Button-module__uz9LNG__primary{background:var(--color-primary);color:#0b0e11;font-weight:600}.Button-module__uz9LNG__primary:hover:not(.Button-module__uz9LNG__disabled){background:var(--color-primary-hover)}.Button-module__uz9LNG__secondary{background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border-color)}.Button-module__uz9LNG__secondary:hover:not(.Button-module__uz9LNG__disabled){background:var(--bg-card-hover);border-color:var(--border-color-light)}.Button-module__uz9LNG__outline{border:1px solid var(--border-color);color:var(--text-primary);background:0 0}.Button-module__uz9LNG__outline:hover:not(.Button-module__uz9LNG__disabled){background:var(--bg-card-hover);border-color:var(--border-color-light)}.Button-module__uz9LNG__ghost{color:var(--text-secondary);background:0 0}.Button-module__uz9LNG__ghost:hover:not(.Button-module__uz9LNG__disabled){color:var(--text-primary);background:var(--bg-card-hover)}.Button-module__uz9LNG__sm{padding:var(--space-sm) var(--space-md);font-size:var(--text-sm)}.Button-module__uz9LNG__md{font-size:var(--text-base);padding:12px 24px}.Button-module__uz9LNG__lg{padding:var(--space-md) var(--space-xl);font-size:var(--text-lg)}.Button-module__uz9LNG__fullWidth{width:100%}.Button-module__uz9LNG__disabled{opacity:.5;cursor:not-allowed}.Button-module__uz9LNG__leftIcon,.Button-module__uz9LNG__rightIcon{align-items:center;display:flex}.Button-module__uz9LNG__content{line-height:1}.Button-module__uz9LNG__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite Button-module__uz9LNG__spin}@keyframes Button-module__uz9LNG__spin{to{transform:rotate(360deg)}}
.Modal-module__oKP95a__overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:var(--space-md);background:#000000d9;justify-content:center;align-items:center;animation:.3s Modal-module__oKP95a__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__oKP95a__modal{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:100%;max-height:90vh;box-shadow:var(--shadow-lg);flex-direction:column;animation:.3s Modal-module__oKP95a__slideUp;display:flex;overflow:hidden}.Modal-module__oKP95a__sm{max-width:400px}.Modal-module__oKP95a__md{max-width:550px}.Modal-module__oKP95a__lg{max-width:700px}.Modal-module__oKP95a__xl{max-width:900px}.Modal-module__oKP95a__header{padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--glass-border);background:#0000004d;justify-content:space-between;align-items:center;display:flex}.Modal-module__oKP95a__titleSection{flex:1}.Modal-module__oKP95a__title{font-size:var(--text-xl);color:var(--text-primary);font-weight:700;font-family:var(--font-heading);margin:0}.Modal-module__oKP95a__subtitle{margin:var(--space-xs) 0 0;font-size:var(--text-sm);color:var(--text-secondary)}.Modal-module__oKP95a__closeButton{border-radius:var(--radius-sm);padding:var(--space-sm);cursor:pointer;color:var(--text-primary);transition:all var(--transition-fast);margin-left:var(--space-md);background:#ffffff1a;border:none;justify-content:center;align-items:center;display:flex}.Modal-module__oKP95a__closeButton:hover{background:#fff3}.Modal-module__oKP95a__content{padding:var(--space-xl);flex:1;overflow-y:auto}@keyframes Modal-module__oKP95a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__oKP95a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.Modal-module__oKP95a__overlay{padding:var(--space-sm)}.Modal-module__oKP95a__header,.Modal-module__oKP95a__content{padding:var(--space-md)}}
.Alert-module__0WDUZG__alert{align-items:flex-start;gap:var(--space-sm);padding:var(--space-md);border-radius:var(--radius-md);font-size:var(--text-sm);border:1px solid;line-height:1.5;display:flex}.Alert-module__0WDUZG__icon{flex-shrink:0;margin-top:1px;display:flex}.Alert-module__0WDUZG__body{flex:1;min-width:0}.Alert-module__0WDUZG__title{margin-bottom:var(--space-xs);font-weight:600}.Alert-module__0WDUZG__content{color:inherit;opacity:.9}.Alert-module__0WDUZG__close{cursor:pointer;color:inherit;opacity:.6;border-radius:var(--radius-sm);transition:opacity var(--transition-fast);background:0 0;border:none;flex-shrink:0;align-items:center;padding:2px;display:flex}.Alert-module__0WDUZG__close:hover{opacity:1}.Alert-module__0WDUZG__success{background:var(--success-bg);border-color:var(--success-border);color:var(--success)}.Alert-module__0WDUZG__error{background:var(--error-bg);border-color:var(--error-border);color:var(--error)}.Alert-module__0WDUZG__warning{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning)}.Alert-module__0WDUZG__info{background:var(--info-bg);border-color:var(--info-border);color:var(--info)}
.Badge-module__OljAGW__badge{align-items:center;gap:var(--space-xs);border-radius:var(--radius-full);white-space:nowrap;font-weight:600;font-family:var(--font-body);display:inline-flex}.Badge-module__OljAGW__sm{padding:2px 8px;font-size:.7rem}.Badge-module__OljAGW__md{font-size:var(--text-xs);padding:4px 10px}.Badge-module__OljAGW__dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.Badge-module__OljAGW__success{background:var(--success-bg);color:var(--success);border:1px solid var(--success-border)}.Badge-module__OljAGW__error{background:var(--error-bg);color:var(--error);border:1px solid var(--error-border)}.Badge-module__OljAGW__warning{background:var(--warning-bg);color:var(--warning);border:1px solid var(--warning-border)}.Badge-module__OljAGW__info{background:var(--info-bg);color:var(--info);border:1px solid var(--info-border)}.Badge-module__OljAGW__primary{color:var(--color-primary);border:1px solid var(--success-border);background:#14b8a626}.Badge-module__OljAGW__neutral{color:var(--text-secondary);border:1px solid var(--border-color);background:#ffffff0f}
.EmptyState-module__QsM5EW__wrapper{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-2xl) var(--space-lg);text-align:center;border-radius:var(--radius-lg);background:#111827;border:1px solid #94a3b81f;flex-direction:column;display:flex;box-shadow:0 4px 24px #00000059}.EmptyState-module__QsM5EW__iconWrap{width:64px;height:64px;color:var(--text-muted);background:#94a3b814;border:1px solid #94a3b81f;border-radius:50%;justify-content:center;align-items:center;display:flex}.EmptyState-module__QsM5EW__title{font-size:var(--text-base);color:var(--text-primary);font-weight:600}.EmptyState-module__QsM5EW__description{font-size:var(--text-sm);color:var(--text-secondary);max-width:320px;line-height:1.6}.EmptyState-module__QsM5EW__action{margin-top:var(--space-sm)}
.StatCard-module__XotJGG__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-lg);gap:var(--space-xs);transition:border-color var(--transition-fast);flex-direction:column;display:flex}.StatCard-module__XotJGG__card:hover{border-color:var(--border-color-light)}.StatCard-module__XotJGG__header{margin-bottom:var(--space-xs);justify-content:space-between;align-items:center;display:flex}.StatCard-module__XotJGG__label{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500}.StatCard-module__XotJGG__iconWrap{opacity:.8;color:var(--color-primary);align-items:center;display:flex}.StatCard-module__XotJGG__value{font-size:var(--text-2xl);font-weight:700;font-family:var(--font-heading);color:var(--text-primary);line-height:1.1}.StatCard-module__XotJGG__subValue{font-size:var(--text-sm);color:var(--text-muted)}.StatCard-module__XotJGG__trend{font-size:var(--text-xs);margin-top:var(--space-xs);font-weight:600}.StatCard-module__XotJGG__up{color:var(--success)}.StatCard-module__XotJGG__down{color:var(--error)}.StatCard-module__XotJGG__neutral{color:var(--text-muted)}
.Logo-module__wacNiq__logoWrap{align-items:center;gap:14px;display:flex}.Logo-module__wacNiq__logoWrapClickable{cursor:pointer}.Logo-module__wacNiq__logoWrapDefault{cursor:default}.Logo-module__wacNiq__isotype{width:var(--logo-size,44px);height:var(--logo-size,44px);-o-object-fit:contain;object-fit:contain}.Logo-module__wacNiq__logoText{font-size:1.8rem;font-family:var(--font-heading);align-items:center;gap:2px;margin:0;font-weight:700;display:flex}.Logo-module__wacNiq__logoTextBolso{color:var(--text-primary)}.Logo-module__wacNiq__logoTextDigital{background:linear-gradient(90deg,#14b8a6,#22c55e);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin:-.1em -.1em -.3em 0;padding:.1em .1em .3em 0;line-height:normal;display:inline-block}.Logo-module__wacNiq__proBadge{background:var(--color-primary);color:#fff;border-radius:4px;padding:2px 6px;font-size:.55rem;font-weight:700}.Logo-module__wacNiq__proBadgeWithMargin{margin-left:8px}.Logo-module__wacNiq__fullLogoWrap{align-items:center;gap:10px;display:flex}.Logo-module__wacNiq__fullLogo{width:var(--logo-full-width,200px);-o-object-fit:contain;object-fit:contain;height:auto}
.PageLoader-module__kVM_sG__overlay{z-index:9999;background:#0a0e1a;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PageLoader-module__kVM_sG__loaderContainer svg{display:block}.PageLoader-module__kVM_sG__loaderBar{transform-origin:50%;animation:PageLoader-module__kVM_sG__pageLoaderPulse 1.2s ease-in-out var(--loader-delay,0s) infinite}
.Layout-module__YDn9fa__layout{background:var(--bg-base);flex-direction:column;min-height:100vh;display:flex}.Layout-module__YDn9fa__header{border-bottom:1px solid var(--border-color);flex-shrink:0;padding:20px 32px}.Layout-module__YDn9fa__headerInner{max-width:var(--layout-max-width,1200px);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Layout-module__YDn9fa__headerLeft{align-items:center;gap:16px;display:flex}.Layout-module__YDn9fa__nav{align-items:center;gap:32px}.Layout-module__YDn9fa__headerActions{align-items:center;gap:16px}.Layout-module__YDn9fa__mobileMenuBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.Layout-module__YDn9fa__mobileNav{border-top:1px solid var(--border-color);flex-direction:column;gap:16px;margin-top:16px;padding:16px 0;display:flex}.Layout-module__YDn9fa__mobileNavActions{border-top:1px solid var(--border-color);flex-direction:column;gap:16px;margin-top:16px;padding-top:16px;display:flex}.Layout-module__YDn9fa__mainArea{flex:1;display:flex}.Layout-module__YDn9fa__mainAreaWithSidebar{max-width:var(--layout-max-width,1200px);width:100%;margin:0 auto}.Layout-module__YDn9fa__footerInner{max-width:var(--layout-max-width,1200px);text-align:center;margin:0 auto}.Layout-module__YDn9fa__footerSlotInner{max-width:var(--layout-max-width,1200px);margin:0 auto}.Layout-module__YDn9fa__sidebar{border-right:1px solid var(--border-color);flex-shrink:0;width:280px;padding:24px}.Layout-module__YDn9fa__main{flex:1;width:100%}.Layout-module__YDn9fa__footer{border-top:1px solid var(--border-color);background:#0003;margin-top:auto;padding:24px}.Layout-module__YDn9fa__footerText{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.6}.Layout-module__YDn9fa__footerSlot{border-top:1px solid var(--border-color);flex-shrink:0;padding:24px}.Layout-module__YDn9fa__navLink{cursor:pointer;padding-bottom:4px;transition:color .2s;display:inline-block;position:relative}.Layout-module__YDn9fa__navLinkActive{color:var(--text-primary);font-weight:600}.Layout-module__YDn9fa__navLinkInactive{color:var(--text-secondary);font-weight:400}.Layout-module__YDn9fa__navLinkMobile{padding-bottom:8px;font-size:1.1rem;display:block}.Layout-module__YDn9fa__navLinkDesktop{font-size:.9rem}.Layout-module__YDn9fa__navLinkUnderline{background:var(--color-primary);border-radius:1px;height:2px;position:absolute;bottom:0;left:0;right:0}.Layout-module__YDn9fa__actionsWrap{color:var(--text-secondary);gap:16px;display:flex}.Layout-module__YDn9fa__actionsWrapMobile{gap:24px;margin-top:16px}.Layout-module__YDn9fa__loginButton{border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:8px 20px;font-size:.9rem;font-weight:500}.Layout-module__YDn9fa__iconButton{cursor:pointer;align-items:center;transition:color .2s;display:flex}
.PageHeader-module__bRDKxW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.PageHeader-module__bRDKxW__left{align-items:center;gap:var(--space-md);display:flex}.PageHeader-module__bRDKxW__back{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);transition:border-color var(--transition-fast), color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.PageHeader-module__bRDKxW__back:hover{border-color:var(--border-color-light);color:var(--text-primary)}.PageHeader-module__bRDKxW__iconWrap{width:52px;min-width:52px;max-width:52px;height:52px;min-height:52px;max-height:52px;color:var(--accent-primary);background:#14b8a614;border:1px solid #14b8a626;border-radius:16px;flex-shrink:0;position:relative}.PageHeader-module__bRDKxW__iconWrapSecondary{color:var(--accent-secondary)}.PageHeader-module__bRDKxW__iconWrap svg{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PageHeader-module__bRDKxW__titleBlock{flex-direction:column;justify-content:center;display:flex}.PageHeader-module__bRDKxW__title{color:var(--text-primary);letter-spacing:-.5px;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;line-height:1.1;display:flex}.PageHeader-module__bRDKxW__subtitle{color:var(--text-secondary);margin:2px 0 0;font-size:.95rem}.PageHeader-module__bRDKxW__actions{align-items:center;gap:var(--space-sm);flex-shrink:0;display:flex}@media (max-width:600px){.PageHeader-module__bRDKxW__header{flex-direction:column;align-items:flex-start}.PageHeader-module__bRDKxW__title{font-size:var(--text-xl)}}
.Roulette-module__X5sZ8W__rouletteContainer{width:300px;height:300px;margin:0 auto;position:relative}.Roulette-module__X5sZ8W__arrow{border-left:15px solid #0000;border-right:15px solid #0000;border-top:30px solid var(--accent-primary);z-index:10;width:0;height:0;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.Roulette-module__X5sZ8W__wheel{transform:rotate(var(--roulette-rotation,0deg));border-radius:50%;transition:transform 5s cubic-bezier(.25,1,.5,1);overflow:visible}
.SecurityVerificationModal-module__OC8Y7W__modalCard{width:90%;max-width:400px;position:relative}.SecurityVerificationModal-module__OC8Y7W__modalClose{color:#fff;cursor:pointer;background:0 0;border:none;position:absolute;top:16px;right:16px}.SecurityVerificationModal-module__OC8Y7W__modalHeader{text-align:center;margin-bottom:24px}.SecurityVerificationModal-module__OC8Y7W__modalIcon{color:var(--accent-primary);margin-bottom:16px}.SecurityVerificationModal-module__OC8Y7W__modalTitle{margin-bottom:8px;font-size:1.5rem}.SecurityVerificationModal-module__OC8Y7W__modalText{color:var(--text-secondary);font-size:.9rem}.SecurityVerificationModal-module__OC8Y7W__inputSection{margin-bottom:24px}.SecurityVerificationModal-module__OC8Y7W__hintText{color:var(--text-secondary);margin-bottom:16px;font-size:.85rem}.SecurityVerificationModal-module__OC8Y7W__codeInputRow{align-items:flex-end;gap:8px;display:flex}.SecurityVerificationModal-module__OC8Y7W__codeInputRow>div:first-child{flex:1}
.TermsModal-module__3pOjyq__container{gap:var(--space-lg);flex-direction:column;display:flex}.TermsModal-module__3pOjyq__badges{gap:var(--space-sm);flex-wrap:wrap;display:flex}.TermsModal-module__3pOjyq__badge{font-size:var(--text-xs);padding:var(--space-xs) var(--space-md);color:var(--color-primary);background:#00d08426;border:1px solid #00d0844d;border-radius:20px;font-weight:600}.TermsModal-module__3pOjyq__alert{background:var(--warning-bg);border-radius:var(--radius-md);padding:var(--space-md);gap:var(--space-md);border:1px solid #ffc1074d;align-items:flex-start;display:flex}.TermsModal-module__3pOjyq__alertIcon{color:var(--warning);flex-shrink:0;margin-top:2px}.TermsModal-module__3pOjyq__alertText{font-size:var(--text-sm);color:var(--text-primary);margin:0;line-height:1.5}.TermsModal-module__3pOjyq__alertText strong{color:var(--warning)}.TermsModal-module__3pOjyq__sections{gap:var(--space-md);min-height:300px;max-height:50vh;padding-right:var(--space-sm);flex-direction:column;display:flex;overflow-y:auto}.TermsModal-module__3pOjyq__sections::-webkit-scrollbar{width:6px}.TermsModal-module__3pOjyq__sections::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.TermsModal-module__3pOjyq__sections::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.TermsModal-module__3pOjyq__section{border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all var(--transition-fast);background:#ffffff05;overflow:hidden}.TermsModal-module__3pOjyq__section:hover{border-color:var(--border-color-light)}.TermsModal-module__3pOjyq__sectionOpen{border-color:var(--color-primary);background:#fcd5350d}.TermsModal-module__3pOjyq__sectionHeader{width:100%;padding:var(--space-md) var(--space-lg);cursor:pointer;justify-content:space-between;align-items:flex-start;gap:var(--space-md);text-align:left;color:inherit;background:0 0;border:none;font-family:inherit;display:flex}.TermsModal-module__3pOjyq__sectionTitleWrapper{gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.TermsModal-module__3pOjyq__sectionTitleRow{align-items:center;gap:var(--space-md);display:flex}.TermsModal-module__3pOjyq__sectionIcon{color:var(--color-primary);flex-shrink:0}.TermsModal-module__3pOjyq__sectionTitle{font-size:var(--text-base);color:var(--text-primary);margin:0;font-weight:600}.TermsModal-module__3pOjyq__sectionPreview{font-size:var(--text-sm);color:var(--text-secondary);padding-left:calc(16px + var(--space-md));margin:0;line-height:1.5}.TermsModal-module__3pOjyq__sectionArrow{color:var(--color-primary);font-size:var(--text-lg);flex-shrink:0;margin-top:2px}.TermsModal-module__3pOjyq__sectionContent{padding:var(--space-md) var(--space-lg);background:#0003;max-height:300px;overflow-y:auto}.TermsModal-module__3pOjyq__sectionText{font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-secondary);white-space:pre-wrap;padding-right:var(--space-sm);margin:0;line-height:1.7}.TermsModal-module__3pOjyq__sectionContent::-webkit-scrollbar{width:6px}.TermsModal-module__3pOjyq__sectionContent::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.TermsModal-module__3pOjyq__sectionContent::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.TermsModal-module__3pOjyq__progress{padding-top:var(--space-md)}.TermsModal-module__3pOjyq__progressHeader{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.TermsModal-module__3pOjyq__progressLabel{font-size:var(--text-sm);color:var(--text-secondary)}.TermsModal-module__3pOjyq__progressValue{font-size:var(--text-sm);color:var(--color-primary);font-weight:600}.TermsModal-module__3pOjyq__progressBar{background:#ffffff1a;border-radius:3px;height:6px;overflow:hidden}.TermsModal-module__3pOjyq__progressFill{height:100%;width:var(--progress-width,0%);background:var(--warning);transition:all var(--transition-normal);border-radius:3px}.TermsModal-module__3pOjyq__progressFillComplete{background:var(--color-primary)}.TermsModal-module__3pOjyq__actions{gap:var(--space-md);padding-top:var(--space-md);display:flex}.TermsModal-module__3pOjyq__actions>*{flex:1}
.AddPaymentMethodModal-module__RiIfXG__modalCard{width:100%;max-width:500px;max-height:90vh;padding:32px;overflow-y:auto}.AddPaymentMethodModal-module__RiIfXG__modalHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.AddPaymentMethodModal-module__RiIfXG__modalHeaderLeft{align-items:center;gap:12px;display:flex}.AddPaymentMethodModal-module__RiIfXG__modalIcon{width:42px;height:42px}.AddPaymentMethodModal-module__RiIfXG__modalTitle{color:#fff;letter-spacing:-.5px;margin:0;font-size:1.4rem;font-weight:700;line-height:1}.AddPaymentMethodModal-module__RiIfXG__modalClose{color:#8e8e93;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.AddPaymentMethodModal-module__RiIfXG__typeSection{margin-bottom:24px}.AddPaymentMethodModal-module__RiIfXG__typeGrid{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.AddPaymentMethodModal-module__RiIfXG__form{flex-direction:column;gap:16px;display:flex}.AddPaymentMethodModal-module__RiIfXG__identityNotice{background:#00ff880d;border:1px solid #0f83;border-radius:8px;padding:12px}.AddPaymentMethodModal-module__RiIfXG__identityNoticeContent{color:var(--accent-primary);align-items:flex-start;gap:10px;margin:0;font-size:.85rem;display:flex}.AddPaymentMethodModal-module__RiIfXG__identityNoticeIcon{flex-shrink:0;margin-top:2px}.AddPaymentMethodModal-module__RiIfXG__identityNoticeName{color:#fff;margin-top:4px;font-size:.95rem;display:block}.AddPaymentMethodModal-module__RiIfXG__validationHint{color:#f44;font-size:.75rem}.AddPaymentMethodModal-module__RiIfXG__errorText{color:#f44;margin-top:8px;font-size:.9rem}@media (max-width:480px){.AddPaymentMethodModal-module__RiIfXG__typeGrid{grid-template-columns:1fr}}
.AmlModal-module___G-90G__container{flex-direction:column;gap:20px;display:flex}.AmlModal-module___G-90G__alert{background:#eab30814;border:1px solid #eab30833;border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.AmlModal-module___G-90G__alertIcon{color:#eab308;flex-shrink:0;margin-top:2px}.AmlModal-module___G-90G__alertText{color:#e2e8f0;margin:0;font-size:.85rem;line-height:1.5}.AmlModal-module___G-90G__content{background:#0b0f19;border:1px solid #1e293b;border-radius:12px;max-height:320px;padding:20px;overflow-y:auto}.AmlModal-module___G-90G__text{white-space:pre-wrap;color:#94a3b8;margin:0;font-family:inherit;font-size:.9rem;line-height:1.7}.AmlModal-module___G-90G__progress{flex-direction:column;gap:8px;display:flex}.AmlModal-module___G-90G__progressHeader{color:#64748b;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.AmlModal-module___G-90G__progressLabel{font-weight:500}.AmlModal-module___G-90G__progressValue{font-weight:600}.AmlModal-module___G-90G__progressBar{background:#1e293b;border-radius:3px;width:100%;height:6px;overflow:hidden}.AmlModal-module___G-90G__progressFill{height:100%;width:var(--progress-width,30%);background:#14b8a6;border-radius:3px;transition:width .3s}.AmlModal-module___G-90G__progressFillComplete{background:#22c55e}.AmlModal-module___G-90G__actions{border-top:1px solid #ffffff0f;justify-content:flex-end;gap:12px;padding-top:16px;display:flex}
.CheckoutModal-module__E4Wj3q__modalOverlay{padding:24px}.CheckoutModal-module__E4Wj3q__modalCard{width:100%;max-width:750px;max-height:90vh;overflow-y:auto}.CheckoutModal-module__E4Wj3q__modalTitle{border-bottom:1px solid #334155;margin-bottom:8px;padding-bottom:16px;font-size:1.5rem}.CheckoutModal-module__E4Wj3q__descriptionSection{margin-bottom:24px}.CheckoutModal-module__E4Wj3q__descriptionText{color:var(--text-secondary);margin-bottom:16px}.CheckoutModal-module__E4Wj3q__alertCenter{text-align:center;margin-bottom:16px}.CheckoutModal-module__E4Wj3q__checkoutLayout{flex-flow:wrap;gap:24px;display:flex}.CheckoutModal-module__E4Wj3q__methodList{flex-direction:column;gap:12px;min-width:180px;display:flex}.CheckoutModal-module__E4Wj3q__methodButton{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:1px solid #334155;border-radius:8px;padding:12px;font-weight:400;transition:all .2s}.CheckoutModal-module__E4Wj3q__methodButtonActive{color:#14b8a6;background:#14b8a61a;border-color:#14b8a6;font-weight:700}.CheckoutModal-module__E4Wj3q__methodButtonBinanceActive{color:#fcd535;background:#fcd5351a;border-color:#fcd535;font-weight:700}.CheckoutModal-module__E4Wj3q__paymentPanel{flex-direction:column;flex:1;display:flex}.CheckoutModal-module__E4Wj3q__paymentBox{border-style:dashed;margin-bottom:24px;padding:16px}.CheckoutModal-module__E4Wj3q__loadingText{color:var(--text-secondary);text-align:center}.CheckoutModal-module__E4Wj3q__paymentForm{flex-direction:column;gap:12px;display:flex}.CheckoutModal-module__E4Wj3q__formGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.CheckoutModal-module__E4Wj3q__smallLabel{font-size:.8rem}.CheckoutModal-module__E4Wj3q__labelFlex{justify-content:space-between;display:flex}.CheckoutModal-module__E4Wj3q__otpRequestBtn{color:#14b8a6;cursor:pointer;background:0 0;border:none;font-size:.75rem;text-decoration:underline}.CheckoutModal-module__E4Wj3q__qrSection{flex-direction:column;align-items:center;display:flex}.CheckoutModal-module__E4Wj3q__qrImage{-o-object-fit:contain;object-fit:contain;background:#fff;border-radius:8px;width:220px;height:220px;padding:10px}.CheckoutModal-module__E4Wj3q__qrCaption{color:#fff;margin-top:8px;font-size:.8rem;font-weight:700}.CheckoutModal-module__E4Wj3q__amountBox{text-align:center}.CheckoutModal-module__E4Wj3q__amountLabel{color:var(--text-secondary);font-size:.85rem}.CheckoutModal-module__E4Wj3q__amountValue{color:var(--color-primary);font-size:1.25rem;font-weight:700}.CheckoutModal-module__E4Wj3q__detailsBlock{flex:1;font-size:.9rem}.CheckoutModal-module__E4Wj3q__detailRow{justify-content:space-between;margin-bottom:8px;display:flex}.CheckoutModal-module__E4Wj3q__detailRowSmallMargin{margin-bottom:4px}.CheckoutModal-module__E4Wj3q__detailLabel{color:var(--text-secondary)}.CheckoutModal-module__E4Wj3q__detailValue{color:var(--warning)}.CheckoutModal-module__E4Wj3q__copyableValue{cursor:pointer;color:var(--color-primary);align-items:center;gap:8px;display:flex}.CheckoutModal-module__E4Wj3q__copyIcon{color:var(--color-primary)}.CheckoutModal-module__E4Wj3q__copyIconSecondary{color:var(--text-secondary)}.CheckoutModal-module__E4Wj3q__binanceAmount{color:#fcd535;font-size:1.25rem}.CheckoutModal-module__E4Wj3q__submitForm{margin-top:auto}.CheckoutModal-module__E4Wj3q__referenceField{margin-bottom:16px}.CheckoutModal-module__E4Wj3q__formActions{justify-content:flex-end;gap:16px;display:flex}.CheckoutModal-module__E4Wj3q__c2pNotice{color:#14b8a6;margin-bottom:8px;font-size:.85rem}@media (max-width:640px){.CheckoutModal-module__E4Wj3q__checkoutLayout{flex-direction:column}.CheckoutModal-module__E4Wj3q__formGrid{grid-template-columns:1fr}}
.PaymentTimeline-module__xl593a__timeline{flex-direction:column;gap:0;padding-left:28px;display:flex;position:relative}.PaymentTimeline-module__xl593a__timeline:before{content:"";background:linear-gradient(to bottom, var(--color-primary), var(--border-subtle));width:2px;position:absolute;top:8px;bottom:8px;left:13px}.PaymentTimeline-module__xl593a__timelineStep{align-items:flex-start;gap:16px;padding:12px 0;display:flex;position:relative}.PaymentTimeline-module__xl593a__timelineDot{border:2px solid var(--border-subtle);background:var(--bg-base);width:28px;height:28px;color:var(--text-muted);transition:all var(--transition-normal);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;left:-28px}.PaymentTimeline-module__xl593a__timelineStepActive .PaymentTimeline-module__xl593a__timelineDot{border-color:var(--color-primary);background:var(--color-primary);color:#0b0f19;box-shadow:0 0 10px #14b8a666}.PaymentTimeline-module__xl593a__timelineStepDone .PaymentTimeline-module__xl593a__timelineDot{border-color:var(--color-secondary);background:var(--color-secondary);color:#0b0f19}.PaymentTimeline-module__xl593a__timelineStepDisputed .PaymentTimeline-module__xl593a__timelineDot{border-color:var(--disputed);background:var(--disputed);color:#fff}.PaymentTimeline-module__xl593a__timelineContent{flex:1;min-width:0}.PaymentTimeline-module__xl593a__timelineTitle{color:var(--text-primary);margin-bottom:2px;font-size:.95rem;font-weight:600}.PaymentTimeline-module__xl593a__timelineDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.PaymentTimeline-module__xl593a__timelineTime{color:var(--text-muted);margin-top:4px;font-size:.75rem}.PaymentTimeline-module__xl593a__countdown{border-radius:var(--radius-md);background:var(--warning-bg);border:1px solid var(--warning-border);color:var(--warning);font-variant-numeric:tabular-nums;align-items:center;gap:6px;margin-top:8px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.PaymentTimeline-module__xl593a__countdownExpired{background:var(--error-bg);border-color:var(--error-border);color:var(--error)}.PaymentTimeline-module__xl593a__disputeBtn{border-radius:var(--radius-md);background:var(--disputed-bg);border:1px solid var(--disputed-border);color:var(--disputed);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:6px;margin-top:10px;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.PaymentTimeline-module__xl593a__disputeBtn:hover{border-color:var(--disputed);background:#dc26262e;transform:translateY(-1px)}.PaymentTimeline-module__xl593a__disputeBtn:disabled{opacity:.5;cursor:not-allowed}.PaymentTimeline-module__xl593a__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.PaymentTimeline-module__xl593a__modal{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-xl);width:100%;max-width:480px;padding:var(--space-xl);background:#0f172af2;border:1px solid #e2e8f014;animation:.3s PaymentTimeline-module__xl593a__fadeInUp;box-shadow:0 8px 32px #0006}@keyframes PaymentTimeline-module__xl593a__fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.PaymentTimeline-module__xl593a__modalHeader{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.PaymentTimeline-module__xl593a__modalTitle{font-size:var(--text-xl);color:var(--text-primary);align-items:center;gap:8px;font-weight:700;display:flex}.PaymentTimeline-module__xl593a__modalTitleIcon{color:var(--disputed)}.PaymentTimeline-module__xl593a__modalClose{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast);background:0 0;border:none;padding:4px}.PaymentTimeline-module__xl593a__modalClose:hover{color:var(--text-primary)}.PaymentTimeline-module__xl593a__modalField{margin-bottom:var(--space-lg)}.PaymentTimeline-module__xl593a__modalLabel{color:var(--text-secondary);margin-bottom:6px;font-size:.85rem;font-weight:500;display:block}.PaymentTimeline-module__xl593a__modalSelect,.PaymentTimeline-module__xl593a__modalTextarea{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-size:.9rem;font-family:var(--font-body);transition:border-color var(--transition-fast);background:#0f172acc;padding:10px 12px}.PaymentTimeline-module__xl593a__modalSelect:focus,.PaymentTimeline-module__xl593a__modalTextarea:focus{border-color:var(--color-primary);outline:none}.PaymentTimeline-module__xl593a__modalTextarea{resize:vertical;min-height:80px}.PaymentTimeline-module__xl593a__modalUploadZone{border:1px dashed var(--border-color-light);border-radius:var(--radius-md);padding:var(--space-lg);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#0f172a99}.PaymentTimeline-module__xl593a__modalUploadZone:hover{border-color:var(--color-primary);background:#14b8a60f}.PaymentTimeline-module__xl593a__modalUploadIcon{color:var(--color-primary);margin:0 auto 4px}.PaymentTimeline-module__xl593a__modalUploadText{color:var(--text-primary);font-size:.85rem}.PaymentTimeline-module__xl593a__modalUploadHint{color:var(--text-muted);margin-top:4px;font-size:.8rem}.PaymentTimeline-module__xl593a__fileInput{display:none}.PaymentTimeline-module__xl593a__evidenceRemove{color:inherit;cursor:pointer;background:0 0;border:none;margin-left:2px;padding:0}.PaymentTimeline-module__xl593a__modalActions{gap:var(--space-md);margin-top:var(--space-lg);display:flex}.PaymentTimeline-module__xl593a__modalActions>*{flex:1}.PaymentTimeline-module__xl593a__modalError{border-radius:var(--radius-md);background:var(--error-bg);border:1px solid var(--error-border);color:var(--error);margin-bottom:var(--space-md);padding:10px 14px;font-size:.85rem}.PaymentTimeline-module__xl593a__evidenceList{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.PaymentTimeline-module__xl593a__evidenceChip{border-radius:var(--radius-sm);background:var(--info-bg);border:1px solid var(--info-border);color:var(--color-primary);align-items:center;gap:4px;padding:4px 10px;font-size:.8rem;display:inline-flex}
.BolsoWallet-module__1wlNKG__page{padding-top:20px;padding-bottom:40px}.BolsoWallet-module__1wlNKG__loadingContainer,.BolsoWallet-module__1wlNKG__errorContainer{text-align:center}.BolsoWallet-module__1wlNKG__loadingContainer{min-height:100vh}.BolsoWallet-module__1wlNKG__errorContainer{padding:40px 0}.BolsoWallet-module__1wlNKG__errorTitle{color:var(--error)}.BolsoWallet-module__1wlNKG__headerActions{text-align:right}.BolsoWallet-module__1wlNKG__headerLabel{color:var(--text-secondary);font-size:.9rem}.BolsoWallet-module__1wlNKG__headerQuota{font-size:2rem;font-weight:700}.BolsoWallet-module__1wlNKG__headerRate{color:#fff;font-size:1rem}.BolsoWallet-module__1wlNKG__inviteCard{margin-bottom:24px}.BolsoWallet-module__1wlNKG__inviteBanner{border:1px dashed var(--accent-primary);background:#0006;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.BolsoWallet-module__1wlNKG__inviteLabel{color:var(--text-secondary);font-size:.9rem}.BolsoWallet-module__1wlNKG__inviteCode{letter-spacing:2px;color:#fff;background:#222;border-radius:6px;padding:6px 12px;font-size:1.2rem}.BolsoWallet-module__1wlNKG__grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.BolsoWallet-module__1wlNKG__card{flex-direction:column;gap:16px;display:flex}.BolsoWallet-module__1wlNKG__cardCentered{text-align:center}.BolsoWallet-module__1wlNKG__cardCenteredContent{justify-content:center}.BolsoWallet-module__1wlNKG__sectionTitle{align-items:center;gap:8px;font-size:1.2rem;display:flex}.BolsoWallet-module__1wlNKG__sectionTitleCentered{justify-content:center}.BolsoWallet-module__1wlNKG__sectionIconPrimary{color:var(--accent-primary)}.BolsoWallet-module__1wlNKG__sectionIconGold{color:#fcd535}.BolsoWallet-module__1wlNKG__statusText{color:var(--text-secondary)}.BolsoWallet-module__1wlNKG__statusTextGold{color:#fcd535;font-weight:700}.BolsoWallet-module__1wlNKG__statusTextOrange{color:orange}.BolsoWallet-module__1wlNKG__participantsList{flex-direction:column;gap:12px;max-height:350px;padding-right:8px;display:flex;overflow-y:auto}.BolsoWallet-module__1wlNKG__participantRow{background:#0003;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;display:flex}.BolsoWallet-module__1wlNKG__participantInfo{align-items:center;gap:8px;display:flex}.BolsoWallet-module__1wlNKG__participantIndex{color:#888;width:24px;margin-right:4px;font-size:1.1rem;font-weight:700}.BolsoWallet-module__1wlNKG__participantAvatar{background:#444;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.BolsoWallet-module__1wlNKG__participantName{font-size:.95rem}.BolsoWallet-module__1wlNKG__participantCreator{color:var(--accent-primary);font-size:.7rem}.BolsoWallet-module__1wlNKG__participantStatusPaid{color:var(--accent-primary);align-items:center;gap:4px;font-size:.85rem;display:flex}.BolsoWallet-module__1wlNKG__participantStatusPending{color:orange;align-items:center;gap:4px;font-size:.85rem;display:flex}.BolsoWallet-module__1wlNKG__emptySlot{opacity:.5;background:#0000001a;border:1px dashed #444;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.BolsoWallet-module__1wlNKG__emptySlotAvatar{background:#222;border-radius:50%;width:32px;height:32px}.BolsoWallet-module__1wlNKG__emptySlotText{color:#888;font-size:.9rem}.BolsoWallet-module__1wlNKG__paymentEmpty{text-align:center;color:var(--text-secondary);padding:24px 0}.BolsoWallet-module__1wlNKG__paymentEmptyText{margin-bottom:12px}.BolsoWallet-module__1wlNKG__winnersList{flex-direction:column;gap:12px;max-height:250px;padding-right:8px;display:flex;overflow-y:auto}.BolsoWallet-module__1wlNKG__winnersEmpty{text-align:center;color:var(--text-secondary);padding:16px}.BolsoWallet-module__1wlNKG__winnerRow{background:#fcd5351a;border:1px solid #fcd5354d;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;display:flex}.BolsoWallet-module__1wlNKG__winnerInfo{align-items:center;gap:12px;display:flex}.BolsoWallet-module__1wlNKG__winnerAvatar{color:#000;background:#fcd535;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.BolsoWallet-module__1wlNKG__winnerName{color:#fcd535;font-size:.95rem;font-weight:700}.BolsoWallet-module__1wlNKG__completedTitle{color:var(--accent-primary);font-size:1.5rem}@media (max-width:768px){.BolsoWallet-module__1wlNKG__grid{grid-template-columns:1fr}.BolsoWallet-module__1wlNKG__headerActions{text-align:left;margin-top:16px}.BolsoWallet-module__1wlNKG__inviteBanner{flex-direction:column;align-items:flex-start}}
.Admin-module__AdePmq__dashboardContainer{padding-top:20px;padding-bottom:40px}.Admin-module__AdePmq__loadingContainer{min-height:100vh}.Admin-module__AdePmq__errorContainer{text-align:center;padding:40px 0}.Admin-module__AdePmq__errorTitle{color:var(--error)}.Admin-module__AdePmq__badgeIcon{margin-right:4px;display:inline}.Admin-module__AdePmq__metricsGrid{margin-bottom:var(--space-xl);padding:var(--space-lg)}.Admin-module__AdePmq__kpiGrid{border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.Admin-module__AdePmq__kpiBox{text-align:center;padding:var(--space-lg);flex-direction:column;justify-content:center;min-height:120px;display:flex}.Admin-module__AdePmq__kpiBoxBorderRight{border-right:1px solid var(--border-color)}.Admin-module__AdePmq__kpiIcon{margin-bottom:var(--space-xs);justify-content:center;display:flex}.Admin-module__AdePmq__kpiValue{margin:4px 0;font-size:1.75rem;font-weight:700}.Admin-module__AdePmq__kpiTitle{margin:0 0 2px;font-size:.85rem;font-weight:600}.Admin-module__AdePmq__kpiSubtitle{color:var(--text-secondary);margin:0;font-size:.75rem}.Admin-module__AdePmq__kpiPrimary{color:var(--color-primary)}.Admin-module__AdePmq__kpiSuccess{color:var(--success)}.Admin-module__AdePmq__kpiWarning{color:#f59e0b}.Admin-module__AdePmq__kpiError{color:var(--error)}.Admin-module__AdePmq__alertError{margin-bottom:var(--space-lg);border:1px solid var(--error);background:#ff47571a}.Admin-module__AdePmq__alertHeader{margin-bottom:var(--space-md)}.Admin-module__AdePmq__alertTitle{color:var(--error);align-items:center;gap:var(--space-xs);margin:0;display:flex}.Admin-module__AdePmq__delinquentItem{padding:var(--space-md);background:var(--bg-secondary);border-radius:var(--radius-md)}.Admin-module__AdePmq__delinquentMeta{color:var(--text-secondary);margin:4px 0 0;font-size:.75rem}.Admin-module__AdePmq__clockIcon{vertical-align:middle;margin-right:4px;display:inline}.Admin-module__AdePmq__section{margin-bottom:var(--space-lg)}.Admin-module__AdePmq__sectionHeader{margin-bottom:var(--space-md)}.Admin-module__AdePmq__sectionTitle{margin:0 0 8px}.Admin-module__AdePmq__sectionSubtitle{color:var(--text-secondary);font-size:var(--text-sm);margin:0}.Admin-module__AdePmq__progressBar{background:var(--bg-secondary);border-radius:4px;width:100%;height:8px;overflow:hidden}.Admin-module__AdePmq__progressBarFill{width:var(--progress-width,0%);height:100%;transition:width .3s}.Admin-module__AdePmq__progressBarFillSuccess{background:var(--success)}.Admin-module__AdePmq__progressBarFillPrimary{background:var(--color-primary)}.Admin-module__AdePmq__progressText{text-align:center;margin-top:var(--space-xs);color:var(--text-secondary);font-size:.75rem}.Admin-module__AdePmq__tableTitle{margin-bottom:var(--space-lg)}.Admin-module__AdePmq__tableWrapper{overflow-x:auto}.Admin-module__AdePmq__table{border-collapse:collapse;width:100%}.Admin-module__AdePmq__tableHeadRow,.Admin-module__AdePmq__tableRow{border-bottom:1px solid var(--glass-border,#ffffff1a)}.Admin-module__AdePmq__tableCell{padding:var(--space-md)}.Admin-module__AdePmq__tableCellLeft{text-align:left}.Admin-module__AdePmq__tableCellCenter{text-align:center}.Admin-module__AdePmq__tableCellRight{text-align:right}.Admin-module__AdePmq__badgeError{margin-left:var(--space-xs);background:var(--error);color:#fff;border-radius:12px;padding:2px 8px;font-size:.625rem;display:inline-block}.Admin-module__AdePmq__statusPaid,.Admin-module__AdePmq__statusPending{justify-content:center;align-items:center;gap:4px;display:flex}.Admin-module__AdePmq__statusPaid{color:var(--success)}.Admin-module__AdePmq__statusPending{color:var(--error)}.Admin-module__AdePmq__cycleWon{color:var(--success);font-weight:600}.Admin-module__AdePmq__cycleEmpty{color:var(--text-secondary)}@media (max-width:768px){.Admin-module__AdePmq__kpiGrid{grid-template-columns:repeat(2,1fr)}.Admin-module__AdePmq__kpiBoxBorderRight:nth-child(2){border-right:none}}
.CreateBolso-module__DjuGMW__page{padding-top:20px;padding-bottom:60px}.CreateBolso-module__DjuGMW__centeredContainer{text-align:center;min-height:100vh}.CreateBolso-module__DjuGMW__centeredCard{max-width:500px}.CreateBolso-module__DjuGMW__successCard{border:2px solid var(--accent-primary)}.CreateBolso-module__DjuGMW__successIcon{color:var(--accent-primary);margin:0 auto 24px;display:block}.CreateBolso-module__DjuGMW__successTitle{margin-bottom:8px;font-size:2rem}.CreateBolso-module__DjuGMW__successText{color:var(--text-secondary);margin-bottom:24px}.CreateBolso-module__DjuGMW__codeBox{background:#0000004d;border-radius:12px;justify-content:center;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.CreateBolso-module__DjuGMW__codeText{letter-spacing:4px;color:#fff;font-size:2.5rem;font-weight:700}.CreateBolso-module__DjuGMW__limitCard{border:1px solid var(--accent-primary);position:relative;overflow:hidden}.CreateBolso-module__DjuGMW__limitIconWrapper{background:#14b8a61a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.CreateBolso-module__DjuGMW__limitIcon{font-size:2rem}.CreateBolso-module__DjuGMW__limitTitle{margin-bottom:16px;font-size:1.8rem}.CreateBolso-module__DjuGMW__limitText{color:var(--text-secondary);margin-bottom:24px}.CreateBolso-module__DjuGMW__limitHint{background:#ffffff0d;border-radius:12px;margin-bottom:24px;padding:16px}.CreateBolso-module__DjuGMW__limitHintText{color:#fcd535;margin:0;font-size:.9rem}.CreateBolso-module__DjuGMW__limitActions{gap:16px;display:flex}.CreateBolso-module__DjuGMW__progressBar{gap:8px;margin-bottom:32px;display:flex}.CreateBolso-module__DjuGMW__progressStep{background:#ffffff1a;border-radius:2px;flex:1;height:4px;transition:background .2s}.CreateBolso-module__DjuGMW__progressStepActive{background:var(--accent-primary)}.CreateBolso-module__DjuGMW__errorBanner{color:var(--error);background:#ff3d001a;border-radius:8px;margin-bottom:24px;padding:16px}.CreateBolso-module__DjuGMW__form,.CreateBolso-module__DjuGMW__step{flex-direction:column;gap:20px;display:flex}.CreateBolso-module__DjuGMW__stepTitle{margin-bottom:8px;font-size:1.2rem}.CreateBolso-module__DjuGMW__formGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.CreateBolso-module__DjuGMW__buttonGroup{gap:16px;display:flex}.CreateBolso-module__DjuGMW__inputHint{color:var(--text-secondary);margin-top:8px;font-size:.85rem}.CreateBolso-module__DjuGMW__inputHintSmall{color:var(--text-secondary);margin-top:4px;font-size:.8rem;display:block}.CreateBolso-module__DjuGMW__currencyInput{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:8px;align-items:center;padding:0 12px;display:flex}.CreateBolso-module__DjuGMW__currencySymbol{color:var(--text-secondary)}.CreateBolso-module__DjuGMW__currencyInput .CreateBolso-module__DjuGMW__inputFieldInline{background:0 0;border:none}.CreateBolso-module__DjuGMW__inputFieldInline{flex:1}.CreateBolso-module__DjuGMW__actionButtons{gap:12px;margin-top:16px;display:flex}.CreateBolso-module__DjuGMW__projectionBox{border:1px solid var(--glass-border);background:#ffffff05;border-radius:8px;padding:16px}.CreateBolso-module__DjuGMW__projectionTitle{color:var(--text-secondary);margin:0 0 12px;font-size:.9rem}.CreateBolso-module__DjuGMW__projectionGrid{grid-template-columns:1fr 1fr;gap:12px;font-size:.9rem;display:grid}.CreateBolso-module__DjuGMW__projectionLabel{color:var(--text-secondary)}.CreateBolso-module__DjuGMW__projectionValue{margin:4px 0 0;font-weight:700}.CreateBolso-module__DjuGMW__projectionRow{justify-content:space-between;display:flex}.CreateBolso-module__DjuGMW__projectionTotalLabel{color:var(--text-secondary);margin:4px 0 0}.CreateBolso-module__DjuGMW__projectionTotalValue{color:var(--accent-primary);margin:4px 0 0;font-weight:700}.CreateBolso-module__DjuGMW__transparencyBox{border:1px dashed var(--accent-primary);background:#00ff880d;border-radius:8px;padding:16px}.CreateBolso-module__DjuGMW__transparencyText{color:var(--accent-primary);margin:0;font-size:.85rem}@media (max-width:640px){.CreateBolso-module__DjuGMW__formGrid,.CreateBolso-module__DjuGMW__projectionGrid{grid-template-columns:1fr}.CreateBolso-module__DjuGMW__buttonGroup,.CreateBolso-module__DjuGMW__actionButtons,.CreateBolso-module__DjuGMW__limitActions{flex-direction:column}}
.Dashboard-module__8Mmpzq__dashboardContainer{padding-top:20px;padding-bottom:40px}.Dashboard-module__8Mmpzq__kycBanner{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:var(--warning-bg);border:1px solid var(--warning-border);border-left:4px solid var(--warning);border-radius:var(--radius-lg);margin-bottom:var(--space-xl);color:var(--warning);flex-wrap:wrap;display:flex}.Dashboard-module__8Mmpzq__kycBannerText{align-items:center;gap:var(--space-md);font-size:var(--text-sm);display:flex}.Dashboard-module__8Mmpzq__overviewCard{justify-content:space-between;align-items:center;gap:var(--space-xl);margin-bottom:var(--space-xl);border-radius:var(--radius-lg);padding:var(--space-lg);background:#111827;border:1px solid #94a3b81f;flex-wrap:wrap;display:flex;box-shadow:0 4px 24px #00000059}.Dashboard-module__8Mmpzq__balanceBlock{gap:var(--space-xs);flex-direction:column;display:flex}.Dashboard-module__8Mmpzq__balanceWrapper{flex:1}.Dashboard-module__8Mmpzq__balanceHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.Dashboard-module__8Mmpzq__balanceLabelWrapper{align-items:center;gap:var(--space-xs);display:flex}.Dashboard-module__8Mmpzq__balanceLabelText{color:var(--text-secondary);letter-spacing:.5px;font-size:.85rem;font-weight:600}.Dashboard-module__8Mmpzq__balanceToggle{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;padding:0;display:flex}.Dashboard-module__8Mmpzq__balanceAmount{color:var(--text-primary);letter-spacing:-.5px;margin-bottom:var(--space-xs);font-size:1.8rem;font-weight:700}.Dashboard-module__8Mmpzq__balanceSub{margin-bottom:12px}.Dashboard-module__8Mmpzq__balanceLabel{font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:var(--space-xs);font-weight:500;display:flex}.Dashboard-module__8Mmpzq__balanceAmount{font-size:var(--text-4xl);font-weight:700;font-family:var(--font-heading);align-items:baseline;gap:var(--space-sm);line-height:1;display:flex}.Dashboard-module__8Mmpzq__balanceCurrency{font-size:var(--text-lg);color:var(--text-secondary);font-weight:600}.Dashboard-module__8Mmpzq__balanceSub{font-size:var(--text-sm);color:var(--text-muted)}.Dashboard-module__8Mmpzq__balanceStatus{align-items:center;gap:var(--space-sm);font-size:var(--text-xs);color:var(--color-primary);margin-top:var(--space-xs);display:inline-flex}.Dashboard-module__8Mmpzq__balanceStatusChip{background:var(--success-bg);border-radius:var(--radius-full);padding:2px 8px;font-weight:600}.Dashboard-module__8Mmpzq__currencySelectWrapper{position:relative}.Dashboard-module__8Mmpzq__currencySelect{appearance:none;border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;outline:none;padding:4px 24px 4px 10px;font-size:.75rem;font-weight:700}.Dashboard-module__8Mmpzq__currencyOption{background:#121214}.Dashboard-module__8Mmpzq__currencyChevron{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.Dashboard-module__8Mmpzq__metricsBlock{gap:var(--space-xl);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);background:#111827;border:1px solid #94a3b81f;flex-wrap:wrap;align-items:center;display:flex;box-shadow:0 4px 24px #00000059}.Dashboard-module__8Mmpzq__bolsoCard{border-radius:var(--radius-lg);background:#111827;border:1px solid #94a3b81f;box-shadow:0 4px 24px #00000059}.Dashboard-module__8Mmpzq__metricItem{text-align:center}.Dashboard-module__8Mmpzq__metricLabel{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:var(--space-xs)}.Dashboard-module__8Mmpzq__metricValue{font-size:var(--text-2xl);font-weight:700;font-family:var(--font-heading)}.Dashboard-module__8Mmpzq__metricDivider{background:#94a3b81f;width:1px;height:40px}.Dashboard-module__8Mmpzq__sectionTitle{font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-md);font-weight:600}.Dashboard-module__8Mmpzq__sectionTitleWithIcon{align-items:center;gap:var(--space-sm);display:flex}.Dashboard-module__8Mmpzq__quickActions{margin-top:var(--space-xl)}.Dashboard-module__8Mmpzq__actionCard{align-items:center;gap:var(--space-lg);padding:var(--space-lg);border-radius:var(--radius-lg);transition:border-color var(--transition-fast);margin-bottom:var(--space-md);background:#111827;border:1px solid #94a3b81f;display:flex;box-shadow:0 4px 24px #00000059}.Dashboard-module__8Mmpzq__actionCard:last-child{margin-bottom:0}.Dashboard-module__8Mmpzq__actionCard:hover{border-color:#94a3b833}.Dashboard-module__8Mmpzq__actionCardDisabled{opacity:.5;cursor:not-allowed}.Dashboard-module__8Mmpzq__actionCardClickable{cursor:pointer}.Dashboard-module__8Mmpzq__actionIcon{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.Dashboard-module__8Mmpzq__actionIconBlue{background:var(--info-bg);color:var(--info)}.Dashboard-module__8Mmpzq__actionIconGreen{background:var(--success-bg);color:var(--success)}.Dashboard-module__8Mmpzq__actionBody{flex:1;min-width:0}.Dashboard-module__8Mmpzq__actionTitle{font-size:var(--text-base);margin-bottom:var(--space-xs);font-weight:600}.Dashboard-module__8Mmpzq__actionDesc{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}.Dashboard-module__8Mmpzq__joinRow{gap:var(--space-sm);margin-top:var(--space-md);max-width:280px;display:flex}.Dashboard-module__8Mmpzq__joinInput{border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-sm);font-family:var(--font-body);text-transform:uppercase;transition:border-color var(--transition-fast);background:#0000004d;outline:none;flex:1;padding:8px 12px}.Dashboard-module__8Mmpzq__joinInput:focus{border-color:var(--color-secondary)}.Dashboard-module__8Mmpzq__joinInput::placeholder{color:var(--text-muted);text-transform:none}.Dashboard-module__8Mmpzq__section{margin-top:var(--space-2xl)}.Dashboard-module__8Mmpzq__bolsoGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.Dashboard-module__8Mmpzq__bolsoCard{gap:var(--space-md);border:1px solid #94a3b81f;border-left:3px solid var(--color-primary);border-radius:var(--radius-lg);padding:var(--space-lg);background:#111827;flex-direction:column;display:flex;box-shadow:0 4px 24px #00000059}.Dashboard-module__8Mmpzq__bolsoRow{justify-content:space-between;align-items:center;display:flex}.Dashboard-module__8Mmpzq__bolsoName{font-size:var(--text-lg);font-weight:600}.Dashboard-module__8Mmpzq__bolsoAmount{font-size:var(--text-xl);font-weight:700}.Dashboard-module__8Mmpzq__bolsoLabel{font-size:var(--text-sm);color:var(--text-secondary)}.Dashboard-module__8Mmpzq__exchangeRateBadge{color:#fff;margin-top:var(--space-sm);border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.625rem;font-weight:600;display:inline-flex}.Dashboard-module__8Mmpzq__exchangeRateBadgeFixed{background:linear-gradient(135deg,#22c55e,#16a34a)}.Dashboard-module__8Mmpzq__exchangeRateBadgeDynamic{background:linear-gradient(135deg,#14b8a6,#14b8a6)}.Dashboard-module__8Mmpzq__publicBolsoCard{gap:var(--space-md);flex-direction:column;display:flex}@media (max-width:768px){.Dashboard-module__8Mmpzq__overviewCard{flex-direction:column;align-items:flex-start}.Dashboard-module__8Mmpzq__metricsBlock{justify-content:space-around;width:100%}.Dashboard-module__8Mmpzq__actionCard{flex-wrap:wrap}.Dashboard-module__8Mmpzq__joinRow{max-width:100%}}
.CreatorDashboard-module__8-KF_W__container{max-width:1200px;margin:0 auto;padding:0 20px}.CreatorDashboard-module__8-KF_W__dashboardContainer{padding-top:20px;padding-bottom:40px}.CreatorDashboard-module__8-KF_W__vipBadge{border-radius:12px;padding:4px 12px;font-size:.75rem;font-weight:600}.CreatorDashboard-module__8-KF_W__vipBadgeNovato{color:#8e8e93;background:#8e8e9320}.CreatorDashboard-module__8-KF_W__vipBadgeConfiable{color:#0f8;background:#00ff8820}.CreatorDashboard-module__8-KF_W__vipBadgeGarante{color:#eab308;background:#eab30820}.CreatorDashboard-module__8-KF_W__vipBadgeDiamante{color:#14b8a6;background:#14b8a620}.CreatorDashboard-module__8-KF_W__loadingCard{text-align:center;padding:60px}.CreatorDashboard-module__8-KF_W__loadingIcon{margin-bottom:16px}.CreatorDashboard-module__8-KF_W__tabs{border-bottom:1px solid var(--border-color);gap:12px;padding-bottom:12px;display:flex}.CreatorDashboard-module__8-KF_W__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex;position:relative}.CreatorDashboard-module__8-KF_W__tab:hover{background:var(--bg-secondary);color:var(--text-primary)}.CreatorDashboard-module__8-KF_W__tabActive{background:var(--bg-secondary);color:var(--color-primary)}.CreatorDashboard-module__8-KF_W__tabActive:after{content:"";background:var(--color-primary);height:2px;position:absolute;bottom:-13px;left:0;right:0}.CreatorDashboard-module__8-KF_W__badge{background:var(--error);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:4px;padding:0 6px;font-size:.75rem;font-weight:700;display:inline-flex}.CreatorDashboard-module__8-KF_W__selectorGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;display:grid}.CreatorDashboard-module__8-KF_W__bolsoCard{border:1px solid var(--glass-border);cursor:pointer;background:var(--bg-secondary);border-radius:12px;padding:16px;transition:all .2s}.CreatorDashboard-module__8-KF_W__bolsoCard:hover{border-color:var(--color-primary);background:#00ff880d}.CreatorDashboard-module__8-KF_W__bolsoCardSelected{border-color:var(--color-primary);background:#00ff881a}.CreatorDashboard-module__8-KF_W__bolsoName{color:#fff;margin:0 0 8px;font-size:1.1rem}.CreatorDashboard-module__8-KF_W__bolsoDetail{justify-content:space-between;margin-bottom:4px;font-size:.9rem;display:flex}.CreatorDashboard-module__8-KF_W__amountHighlight{color:var(--color-primary);font-weight:700}.CreatorDashboard-module__8-KF_W__paymentMethods{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.CreatorDashboard-module__8-KF_W__alertBox{background:#fcd5351a;border:1px solid #fcd5354d;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;display:flex}.CreatorDashboard-module__8-KF_W__alertText{color:var(--text-primary);margin:0;font-size:.95rem;line-height:1.5}.CreatorDashboard-module__8-KF_W__formGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (max-width:768px){.CreatorDashboard-module__8-KF_W__tabs{flex-wrap:wrap}.CreatorDashboard-module__8-KF_W__tab{flex:1;justify-content:center;min-width:140px;padding:10px 16px;font-size:.85rem}.CreatorDashboard-module__8-KF_W__formGrid,.CreatorDashboard-module__8-KF_W__selectorGrid{grid-template-columns:1fr}}
.Depositar-module__-ZTNkq__container{gap:var(--space-xl);flex-direction:column;display:flex}.Depositar-module__-ZTNkq__container>section{padding:var(--space-lg) var(--space-xl)}.Depositar-module__-ZTNkq__selectorGrid{gap:var(--space-md);margin-bottom:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.Depositar-module__-ZTNkq__bolsoCard{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-md);cursor:pointer;transition:all var(--transition-normal);gap:var(--space-sm);background:#ffffff08;flex-direction:column;display:flex}.Depositar-module__-ZTNkq__bolsoCard:hover{border-color:var(--border-color-light);background:#ffffff0d}.Depositar-module__-ZTNkq__bolsoCardSelected{background:var(--info-bg);border-color:var(--info-border)}.Depositar-module__-ZTNkq__bolsoName{font-size:var(--text-lg);color:var(--text-primary);margin:0;font-weight:600}.Depositar-module__-ZTNkq__bolsoDetail{font-size:var(--text-sm);color:var(--text-secondary);justify-content:space-between;align-items:center;margin:0;display:flex}.Depositar-module__-ZTNkq__amountHighlight{color:var(--color-primary);font-weight:700;font-size:var(--text-xl)}.Depositar-module__-ZTNkq__paymentMethods{gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.Depositar-module__-ZTNkq__formGrid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:900px){.Depositar-module__-ZTNkq__formGrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Depositar-module__-ZTNkq__formGrid{grid-template-columns:1fr}}.Depositar-module__-ZTNkq__alertBox{background:var(--info-bg);border:1px solid var(--info-border);padding:var(--space-md);border-radius:var(--radius-md);margin-bottom:var(--space-lg);gap:var(--space-md);align-items:flex-start;display:flex}.Depositar-module__-ZTNkq__alertText{color:var(--text-secondary);font-size:var(--text-sm);margin:0;line-height:1.5}.Depositar-module__-ZTNkq__alertText strong{color:var(--text-primary)}.Depositar-module__-ZTNkq__page{padding-top:var(--space-lg);padding-bottom:var(--space-2xl)}.Depositar-module__-ZTNkq__sectionTitle{margin-top:0;margin-bottom:var(--space-md);font-size:var(--text-xl);color:var(--text-primary)}.Depositar-module__-ZTNkq__statusText{color:var(--text-secondary)}.Depositar-module__-ZTNkq__statusPaid{color:var(--success)}.Depositar-module__-ZTNkq__statusPending{color:var(--error)}.Depositar-module__-ZTNkq__cycleInfo{margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--border-subtle)}.Depositar-module__-ZTNkq__cycleLabel{font-size:var(--text-xs);color:var(--text-muted)}.Depositar-module__-ZTNkq__cycleValue{font-size:var(--text-xs);font-weight:600}.Depositar-module__-ZTNkq__infoGrid{gap:var(--space-md);margin-bottom:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.Depositar-module__-ZTNkq__creatorInfoBox{padding:var(--space-md) var(--space-lg);background:var(--warning-bg);border-radius:var(--radius-lg);border:1px solid var(--warning-border)}.Depositar-module__-ZTNkq__methodInfoBox{padding:var(--space-md) var(--space-lg);background:var(--info-bg);border-radius:var(--radius-lg);border:1px solid var(--info-border)}.Depositar-module__-ZTNkq__infoBoxText{font-size:var(--text-sm);margin:0}.Depositar-module__-ZTNkq__infoBoxHighlight{margin:var(--space-sm) 0 0 0;font-size:var(--text-sm);color:var(--warning)}.Depositar-module__-ZTNkq__infoBoxLabel{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.Depositar-module__-ZTNkq__infoBoxValue{margin:var(--space-sm) 0 0 0;font-size:var(--text-base);color:var(--text-primary)}.Depositar-module__-ZTNkq__paymentMethodsTitle{margin:0 0 var(--space-md) 0;font-size:var(--text-base);color:var(--text-secondary)}.Depositar-module__-ZTNkq__paymentMethodsGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.Depositar-module__-ZTNkq__paymentMethodCard{padding:var(--space-sm) var(--space-md);border:2px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);background:0 0}.Depositar-module__-ZTNkq__paymentMethodCardSelected{border-color:var(--color-primary);background:var(--info-bg)}.Depositar-module__-ZTNkq__paymentMethodHeader{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs);display:flex}.Depositar-module__-ZTNkq__paymentMethodIconPm,.Depositar-module__-ZTNkq__paymentMethodIconBank{color:var(--color-primary)}.Depositar-module__-ZTNkq__paymentMethodIconBinance{color:var(--warning)}.Depositar-module__-ZTNkq__paymentMethodTitle{color:var(--text-primary);font-size:var(--text-sm)}.Depositar-module__-ZTNkq__paymentMethodDetails{font-size:var(--text-xs);color:var(--text-secondary);margin-top:var(--space-xs)}.Depositar-module__-ZTNkq__paymentMethodDetails p{margin:2px 0}.Depositar-module__-ZTNkq__sectionSpaced{margin-bottom:var(--space-lg)}.Depositar-module__-ZTNkq__inputLabel{align-items:center;display:flex}.Depositar-module__-ZTNkq__inputLabelIcon{margin-right:var(--space-sm);flex-shrink:0}.Depositar-module__-ZTNkq__labelIconMargin{margin-right:var(--space-sm)}.Depositar-module__-ZTNkq__alertSpacing{margin-bottom:var(--space-md)}.Depositar-module__-ZTNkq__amountHint{margin:var(--space-sm) 0 0 0;font-size:var(--text-xs);color:var(--text-secondary)}.Depositar-module__-ZTNkq__amountHintRate{font-size:var(--text-xs)}.Depositar-module__-ZTNkq__uploadZone{border:2px dashed var(--warning-border);border-radius:var(--radius-xl);padding:var(--space-xl) var(--space-lg);text-align:center;cursor:pointer;transition:all var(--transition-slow);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff05 0%,#ffffff03 100%)}.Depositar-module__-ZTNkq__uploadZonePreview{background:var(--warning-bg);box-shadow:var(--shadow-lg)}.Depositar-module__-ZTNkq__uploadPreview{border-radius:var(--radius-md);max-width:100%;max-height:200px;margin:0 auto;display:block}.Depositar-module__-ZTNkq__uploadIcon{margin:0 auto var(--space-md) auto;color:var(--text-secondary);display:block}.Depositar-module__-ZTNkq__uploadText{color:var(--text-secondary);margin:0}.Depositar-module__-ZTNkq__uploadHint{color:var(--text-muted);font-size:var(--text-xs);margin-top:var(--space-sm)}.Depositar-module__-ZTNkq__hiddenInput{display:none}.Depositar-module__-ZTNkq__noticeBox{padding:var(--space-lg);margin-top:var(--space-md);background:var(--warning-bg);border-radius:var(--radius-lg);border:1px solid var(--warning-border);margin-bottom:var(--space-lg);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Depositar-module__-ZTNkq__noticeText{font-size:var(--text-sm);color:var(--warning);margin:0}.Depositar-module__-ZTNkq__submitActions{margin-top:var(--space-lg);justify-content:flex-end;display:flex}.Depositar-module__-ZTNkq__receiptCard{border:1px solid var(--color-primary);position:relative;overflow:hidden}.Depositar-module__-ZTNkq__receiptTopBar{height:var(--space-xs);background:var(--color-primary);position:absolute;top:0;left:0;right:0}.Depositar-module__-ZTNkq__receiptHeader{text-align:center;margin-bottom:var(--space-xl);margin-top:var(--space-md);flex-direction:column;align-items:center;display:flex}.Depositar-module__-ZTNkq__receiptIcon{margin-bottom:var(--space-md);color:var(--color-primary)}.Depositar-module__-ZTNkq__receiptTitle{color:var(--text-primary);font-size:var(--text-2xl);margin:0}.Depositar-module__-ZTNkq__receiptSubtitle{color:var(--text-secondary);margin-top:var(--space-sm)}.Depositar-module__-ZTNkq__receiptDetails{border-radius:var(--radius-lg);padding:var(--space-lg);margin-bottom:var(--space-xl);background:#0003}.Depositar-module__-ZTNkq__receiptDetailsTitle{margin:0 0 var(--space-lg) 0;font-size:var(--text-lg);color:var(--text-primary);border-bottom:1px solid var(--border-subtle);padding-bottom:var(--space-md)}.Depositar-module__-ZTNkq__receiptGrid{gap:var(--space-md);font-size:var(--text-sm);display:grid}.Depositar-module__-ZTNkq__receiptRow{justify-content:space-between;display:flex}.Depositar-module__-ZTNkq__receiptLabel{color:var(--text-secondary)}.Depositar-module__-ZTNkq__receiptValue{color:var(--text-primary)}.Depositar-module__-ZTNkq__receiptReference{letter-spacing:1px}.Depositar-module__-ZTNkq__receiptTotal{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px dashed var(--border-color-light);justify-content:space-between;display:flex}.Depositar-module__-ZTNkq__receiptTotalLabel{color:var(--text-secondary);font-size:var(--text-lg)}.Depositar-module__-ZTNkq__receiptAmountBlock{text-align:right}.Depositar-module__-ZTNkq__receiptAmount{color:var(--color-primary);font-size:var(--text-xl);display:block}.Depositar-module__-ZTNkq__receiptUsd{color:var(--text-muted);font-size:var(--text-xs)}.Depositar-module__-ZTNkq__receiptActions{gap:var(--space-md);display:flex}@media (max-width:768px){.Depositar-module__-ZTNkq__infoGrid,.Depositar-module__-ZTNkq__paymentMethodsGrid{grid-template-columns:1fr}}
.Kyc-module__Sm018G__page{min-height:100vh;padding:var(--space-xl) var(--space-lg);background:var(--bg-base);justify-content:center;align-items:center;display:flex}.Kyc-module__Sm018G__card{width:100%;max-width:540px}.Kyc-module__Sm018G__stepper{margin-bottom:var(--space-2xl);padding:0 var(--space-sm);justify-content:space-between;align-items:center;display:flex}.Kyc-module__Sm018G__step{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex;position:relative}.Kyc-module__Sm018G__stepCircle{width:36px;height:36px;transition:all var(--transition-normal);border:2px solid var(--border-subtle);color:var(--text-muted);background:#0f172acc;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.Kyc-module__Sm018G__stepActive .Kyc-module__Sm018G__stepCircle{background:var(--color-primary);border-color:var(--color-primary);color:#0b0f19;box-shadow:0 0 12px #14b8a666}.Kyc-module__Sm018G__stepDone .Kyc-module__Sm018G__stepCircle{background:var(--color-secondary);border-color:var(--color-secondary);color:#0b0f19}.Kyc-module__Sm018G__stepLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);transition:color var(--transition-normal);font-size:.7rem;font-weight:600}.Kyc-module__Sm018G__stepActive .Kyc-module__Sm018G__stepLabel{color:var(--color-primary)}.Kyc-module__Sm018G__stepDone .Kyc-module__Sm018G__stepLabel{color:var(--color-secondary)}.Kyc-module__Sm018G__stepConnector{background:var(--border-subtle);height:2px;transition:background var(--transition-normal);flex:1;margin:0 4px 22px}.Kyc-module__Sm018G__stepConnectorDone{background:var(--color-secondary)}.Kyc-module__Sm018G__stepContent{animation:.4s Kyc-module__Sm018G__fadeInUp}@keyframes Kyc-module__Sm018G__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.Kyc-module__Sm018G__stepTitle{font-size:var(--text-xl);color:var(--text-primary);margin-bottom:var(--space-xs);text-align:center;font-weight:700}.Kyc-module__Sm018G__stepSubtitle{font-size:var(--text-sm);color:var(--text-secondary);text-align:center;margin-bottom:var(--space-xl);line-height:1.6}.Kyc-module__Sm018G__uploadZone{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px dashed var(--border-color-light);border-radius:var(--radius-xl);padding:var(--space-2xl) var(--space-xl);text-align:center;cursor:pointer;transition:all var(--transition-normal);background:#0f172a99;display:block}.Kyc-module__Sm018G__uploadZone:hover{border-color:var(--color-primary);background:#14b8a60f;transform:translateY(-2px)}.Kyc-module__Sm018G__uploadIcon{margin:0 auto var(--space-md);color:var(--color-primary);display:block}.Kyc-module__Sm018G__uploadLabel{margin-bottom:var(--space-xs);color:var(--text-primary);font-weight:600;display:block}.Kyc-module__Sm018G__uploadHint{font-size:var(--text-sm);color:var(--text-secondary)}.Kyc-module__Sm018G__uploadHintReady{color:var(--color-secondary);font-weight:500}.Kyc-module__Sm018G__captureFrame{aspect-ratio:1.586;border-radius:var(--radius-lg);border:2px solid var(--border-color-light);background:#0f172acc;width:100%;max-width:380px;margin:0 auto;position:relative;overflow:hidden;box-shadow:inset 0 2px 16px #0006}.Kyc-module__Sm018G__captureOverlay{pointer-events:none;position:absolute;inset:0}.Kyc-module__Sm018G__captureCorner{border-color:var(--color-primary);border-style:solid;border-width:0;width:28px;height:28px;position:absolute}.Kyc-module__Sm018G__captureCornerTopLeft{border-top-width:3px;border-left-width:3px;border-top-left-radius:6px;top:12px;left:12px}.Kyc-module__Sm018G__captureCornerTopRight{border-top-width:3px;border-right-width:3px;border-top-right-radius:6px;top:12px;right:12px}.Kyc-module__Sm018G__captureCornerBottomLeft{border-bottom-width:3px;border-left-width:3px;border-bottom-left-radius:6px;bottom:12px;left:12px}.Kyc-module__Sm018G__captureCornerBottomRight{border-bottom-width:3px;border-right-width:3px;border-bottom-right-radius:6px;bottom:12px;right:12px}.Kyc-module__Sm018G__scanLine{background:linear-gradient(90deg, transparent, var(--color-primary), transparent);height:2px;animation:2.5s ease-in-out infinite Kyc-module__Sm018G__scanMove;position:absolute;left:16px;right:16px;box-shadow:0 0 12px #14b8a699}@keyframes Kyc-module__Sm018G__scanMove{0%,to{opacity:.4;top:16px}50%{opacity:1;top:calc(100% - 18px)}}.Kyc-module__Sm018G__capturePreview{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Kyc-module__Sm018G__capturePlaceholder{justify-content:center;align-items:center;gap:var(--space-sm);height:100%;color:var(--text-muted);font-size:var(--text-sm);flex-direction:column;display:flex}.Kyc-module__Sm018G__livenessContainer{align-items:center;gap:var(--space-lg);flex-direction:column;display:flex}.Kyc-module__Sm018G__livenessCircle{border:3px solid var(--color-primary);background:#0f172acc;border-radius:50%;width:220px;height:220px;position:relative;overflow:hidden;box-shadow:0 0 24px #14b8a633,inset 0 0 24px #0006}.Kyc-module__Sm018G__livenessCircle img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Kyc-module__Sm018G__livenessPlaceholder{justify-content:center;align-items:center;gap:var(--space-sm);height:100%;color:var(--text-muted);flex-direction:column;display:flex}.Kyc-module__Sm018G__livenessHint{font-size:var(--text-sm);color:var(--text-secondary);text-align:center;max-width:300px}.Kyc-module__Sm018G__processingContainer{align-items:center;gap:var(--space-xl);padding:var(--space-2xl) 0;flex-direction:column;display:flex}.Kyc-module__Sm018G__processingRing{width:120px;height:120px;position:relative}.Kyc-module__Sm018G__processingRingSvg{width:100%;height:100%;animation:1.5s linear infinite Kyc-module__Sm018G__spin}@keyframes Kyc-module__Sm018G__spin{to{transform:rotate(360deg)}}.Kyc-module__Sm018G__processingRingBg{fill:none;stroke:var(--border-subtle);stroke-width:4px}.Kyc-module__Sm018G__processingRingFg{fill:none;stroke:var(--color-primary);stroke-width:4px;stroke-linecap:round;stroke-dasharray:80 200;filter:drop-shadow(0 0 6px #14b8a680)}.Kyc-module__Sm018G__processingIcon{color:var(--color-primary);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Kyc-module__Sm018G__processingText{font-size:var(--text-base);color:var(--text-primary);text-align:center;font-weight:600}.Kyc-module__Sm018G__processingSubtext{font-size:var(--text-sm);color:var(--text-secondary);text-align:center;max-width:320px;line-height:1.6}.Kyc-module__Sm018G__actions{gap:var(--space-md);margin-top:var(--space-xl);display:flex}.Kyc-module__Sm018G__actions>*{flex:1}.Kyc-module__Sm018G__successIcon{margin:0 auto var(--space-lg);display:block}.Kyc-module__Sm018G__successTitle{font-size:var(--text-3xl);margin-bottom:var(--space-md);text-align:center;color:var(--text-primary);font-weight:700}.Kyc-module__Sm018G__successText{color:var(--text-secondary);text-align:center;margin-bottom:var(--space-xl);line-height:1.6}.Kyc-module__Sm018G__loadingPage{min-height:100vh;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.Kyc-module__Sm018G__errorBanner{margin-bottom:var(--space-lg)}.Kyc-module__Sm018G__textPrimary{color:var(--color-primary)}.Kyc-module__Sm018G__textCenter{text-align:center}.Kyc-module__Sm018G__header{text-align:center;margin-bottom:var(--space-lg)}.Kyc-module__Sm018G__headerIcon{margin:0 auto var(--space-sm);display:block}.Kyc-module__Sm018G__headerTitle{font-size:var(--text-2xl);color:var(--text-primary);font-weight:700}.Kyc-module__Sm018G__headerSubtitle{font-size:var(--text-sm);color:var(--text-secondary);margin-top:4px}.Kyc-module__Sm018G__hiddenInput{display:none}.Kyc-module__Sm018G__selfieButton{border-radius:var(--radius-md);border:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;transition:all var(--transition-fast);background:#14b8a61a;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;display:inline-flex}.Kyc-module__Sm018G__selfieButton:hover{background:#14b8a633}.Kyc-module__Sm018G__livenessPlaceholderText{font-size:.8rem}.Kyc-module__Sm018G__successCard{text-align:center}
.Login-module__noQWca__page{background:#0a0e1a;min-height:100vh;display:flex}.Login-module__noQWca__brandSide{background:linear-gradient(135deg,#0a0e1a 0%,#0f1b2e 50%,#0a1628 100%);flex-direction:column;flex:55%;justify-content:center;padding:64px 56px;display:none;position:relative;overflow:hidden}@media (min-width:1024px){.Login-module__noQWca__brandSide{display:flex}}.Login-module__noQWca__glowTop{filter:blur(60px);background:radial-gradient(circle,#14b8a61f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-120px;right:-80px}.Login-module__noQWca__glowBottom{filter:blur(60px);background:radial-gradient(circle,#22c55e14 0%,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;bottom:-100px;left:-60px}.Login-module__noQWca__gridPattern{background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.Login-module__noQWca__brandContent{z-index:2;max-width:480px;position:relative}.Login-module__noQWca__brandLogo{-o-object-fit:contain;object-fit:contain;width:240px;height:auto;margin-bottom:48px}.Login-module__noQWca__brandTitle{color:#fff;letter-spacing:-.02em;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:2.75rem;font-weight:800;line-height:1.15}.Login-module__noQWca__brandGradientText{background:linear-gradient(90deg,#14b8a6,#22c55e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Login-module__noQWca__brandDescription{color:#94a3b8;max-width:420px;margin-bottom:40px;font-size:1.05rem;line-height:1.7}.Login-module__noQWca__featureList{flex-direction:column;gap:16px;display:flex}.Login-module__noQWca__featureCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a80;border:1px solid #e2e8f00f;border-radius:12px;align-items:center;gap:14px;padding:14px 18px;display:flex}.Login-module__noQWca__featureIconWrapper{background:#14b8a61a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Login-module__noQWca__featureIcon{color:#14b8a6}.Login-module__noQWca__featureTitle{color:#e2e8f0;font-size:.9rem;font-weight:600}.Login-module__noQWca__featureDesc{color:#64748b;font-size:.8rem}.Login-module__noQWca__copyright{z-index:2;color:#475569;font-size:.8rem;position:absolute;bottom:32px;left:56px}.Login-module__noQWca__formSide{background:#0a0e1a;flex-direction:column;flex:45%;justify-content:center;align-items:center;padding:48px 24px;display:flex;position:relative}.Login-module__noQWca__backLink{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:.85rem;font-weight:500;transition:color .2s;display:flex;position:absolute;top:24px;right:24px}.Login-module__noQWca__backLink:hover{color:#14b8a6}.Login-module__noQWca__mobileLogo{margin-bottom:32px}.Login-module__noQWca__mobileLogoImg{-o-object-fit:contain;object-fit:contain;width:180px;height:auto}.Login-module__noQWca__formContainer{width:100%;max-width:360px}.Login-module__noQWca__formHeader{margin-bottom:32px}.Login-module__noQWca__formTitle{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.Login-module__noQWca__formSubtitle{color:#64748b;font-size:.9rem}.Login-module__noQWca__errorBanner{color:#ef4444;text-align:center;background:#ef444414;border:1px solid #ef444433;border-radius:10px;margin-bottom:24px;padding:12px 16px;font-size:.85rem}.Login-module__noQWca__form{flex-direction:column;gap:20px;display:flex}.Login-module__noQWca__fieldGroup{flex-direction:column;gap:8px;display:flex}.Login-module__noQWca__label{color:#94a3b8;letter-spacing:.8px;text-transform:uppercase;font-size:.75rem;font-weight:600}.Login-module__noQWca__inputWrap{position:relative}.Login-module__noQWca__inputIcon{pointer-events:none;color:#475569;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.Login-module__noQWca__input{color:#e2e8f0;background:#0b0f19;border:1px solid #1e293b;border-radius:12px;outline:none;width:100%;padding:16px 18px 16px 46px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.Login-module__noQWca__input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}.Login-module__noQWca__inputPassword{padding-right:50px}.Login-module__noQWca__inputPasswordHidden{letter-spacing:3px}.Login-module__noQWca__passwordToggle{cursor:pointer;color:#475569;background:0 0;border:none;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.Login-module__noQWca__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#14b8a6 0%,#0d9488 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:16px 24px;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 4px 14px #14b8a626}.Login-module__noQWca__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #14b8a640}.Login-module__noQWca__submitButton:disabled{cursor:not-allowed;opacity:.85}.Login-module__noQWca__divider{align-items:center;gap:14px;margin:28px 0 20px;display:flex}.Login-module__noQWca__dividerLine{background:#1e293b;flex:1;height:1px}.Login-module__noQWca__dividerText{color:#475569;letter-spacing:.5px;font-size:.75rem;font-weight:500}.Login-module__noQWca__socialButtons{gap:12px;display:flex}.Login-module__noQWca__socialButton{cursor:pointer;color:#e2e8f0;background:#0b0f19;border:1px solid #1e293b;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;padding:14px 16px;font-size:.85rem;font-weight:500;transition:border-color .2s,background .2s;display:flex}.Login-module__noQWca__socialButton:hover{background:#0f1525;border-color:#14b8a64d}.Login-module__noQWca__registerPrompt{color:#64748b;text-align:center;margin-top:28px;font-size:.85rem}.Login-module__noQWca__registerLink{color:#14b8a6;cursor:pointer;font-weight:600}.Login-module__noQWca__twoFaIconWrap{justify-content:center;margin-bottom:16px;display:flex}.Login-module__noQWca__twoFaIconBadge{background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Login-module__noQWca__twoFaCodeInput{text-align:center;letter-spacing:8px;font-size:20px}
.MyBolsos-module__fIPmiG__page{padding-top:20px;padding-bottom:40px}.MyBolsos-module__fIPmiG__loadingContainer{min-height:60vh}.MyBolsos-module__fIPmiG__errorContainer{text-align:center;padding:40px 0}.MyBolsos-module__fIPmiG__errorText{color:var(--error)}.MyBolsos-module__fIPmiG__bolsosTable{border-collapse:collapse;width:100%}.MyBolsos-module__fIPmiG__tableHeaderRow{border-bottom:1px solid var(--border-color)}.MyBolsos-module__fIPmiG__tableHeaderCell{text-align:left;color:var(--text-secondary);padding:16px;font-size:.875rem;font-weight:600}.MyBolsos-module__fIPmiG__tableHeaderCellCenter{text-align:center;color:var(--text-secondary);padding:16px;font-size:.875rem;font-weight:600}.MyBolsos-module__fIPmiG__tableHeaderCellRight{text-align:right;color:var(--text-secondary);padding:16px;font-size:.875rem;font-weight:600}.MyBolsos-module__fIPmiG__tableRow{border-bottom:1px solid var(--border-color)}.MyBolsos-module__fIPmiG__tableCell{padding:16px}.MyBolsos-module__fIPmiG__tableCellCenter{text-align:center;padding:16px}.MyBolsos-module__fIPmiG__tableCellRight{text-align:right;padding:16px}.MyBolsos-module__fIPmiG__tableCellSuccess{text-align:center;color:var(--success);padding:16px;font-weight:600}.MyBolsos-module__fIPmiG__bolsoName{color:var(--text-secondary);margin:4px 0 0;font-size:.75rem}.MyBolsos-module__fIPmiG__shimmerHeaderTitle{background:#ffffff0d;border-radius:6px;width:180px;height:28px}.MyBolsos-module__fIPmiG__shimmerHeaderSubtitle{background:#ffffff0d;border-radius:4px;width:280px;height:16px}.MyBolsos-module__fIPmiG__shimmerHeaderButton{background:#ffffff0d;border-radius:8px;width:160px;height:42px}.MyBolsos-module__fIPmiG__shimmerCol100{background:#ffffff0d;border-radius:4px;width:100px;height:16px}.MyBolsos-module__fIPmiG__shimmerCol80{background:#ffffff0d;border-radius:4px;width:80px;height:16px}.MyBolsos-module__fIPmiG__shimmerCol60{background:#ffffff0d;border-radius:4px;width:60px;height:16px}.MyBolsos-module__fIPmiG__shimmerRowName80{background:#ffffff0d;border-radius:4px;width:80%;height:16px}.MyBolsos-module__fIPmiG__shimmerRowName60{background:#ffffff0d;border-radius:4px;width:60%;height:12px}.MyBolsos-module__fIPmiG__shimmerRowBadge{background:#ffffff0d;border-radius:10px;width:80px;height:20px}.MyBolsos-module__fIPmiG__shimmerRowCell40{background:#ffffff0d;border-radius:4px;width:40px;height:16px}.MyBolsos-module__fIPmiG__shimmerRowCell60{background:#ffffff0d;border-radius:4px;width:60px;height:16px}.MyBolsos-module__fIPmiG__shimmerRowAction{background:#ffffff0d;border-radius:8px;width:80px;height:32px}@media (max-width:768px){.MyBolsos-module__fIPmiG__bolsosTable{display:block;overflow-x:auto}}
.Plans-module__zi5q1a__pageHeader{text-align:center;margin-bottom:var(--space-2xl)}.Plans-module__zi5q1a__pageTitle{font-size:var(--text-3xl);margin-bottom:var(--space-md);font-weight:700}.Plans-module__zi5q1a__pageSubtitle{color:var(--text-secondary);max-width:580px;font-size:var(--text-base);margin:0 auto;line-height:1.6}.Plans-module__zi5q1a__tiersGrid{gap:var(--space-xl);margin-top:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.Plans-module__zi5q1a__tierCard{padding:var(--space-xl);flex-direction:column;display:flex;position:relative}.Plans-module__zi5q1a__tierCardPopular{box-shadow:0 8px 32px #14b8a61a;border-color:var(--color-primary)!important}.Plans-module__zi5q1a__tierCardDimmed{opacity:.65}.Plans-module__zi5q1a__tierBadge{border-radius:var(--radius-full);font-size:var(--text-xs);white-space:nowrap;padding:4px 16px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.Plans-module__zi5q1a__tierBadgeCurrent{background:var(--surface-color);border:1px solid var(--border-color);color:var(--text-primary)}.Plans-module__zi5q1a__tierBadgePopular{color:#000;background:linear-gradient(90deg,#fcd535,#f5b300)}.Plans-module__zi5q1a__tierBadgeActive{background:var(--color-primary);color:#000}.Plans-module__zi5q1a__tierTop{text-align:center;margin-bottom:var(--space-lg)}.Plans-module__zi5q1a__tierName{font-size:var(--text-xl);margin-bottom:var(--space-xs);justify-content:center;align-items:center;gap:var(--space-sm);font-weight:700;display:flex}.Plans-module__zi5q1a__tierPrice{font-size:var(--text-3xl);font-weight:800;font-family:var(--font-heading);justify-content:center;align-items:center;gap:var(--space-sm);display:flex}.Plans-module__zi5q1a__tierPricePeriod{font-size:var(--text-sm);color:var(--text-secondary);font-weight:400;font-family:var(--font-body)}.Plans-module__zi5q1a__tierFeatures{gap:var(--space-md);margin-bottom:var(--space-xl);flex-direction:column;flex:1;display:flex}.Plans-module__zi5q1a__tierFeature{align-items:flex-start;gap:var(--space-sm);display:flex}.Plans-module__zi5q1a__tierFeatureDisabled{opacity:.35}.Plans-module__zi5q1a__tierFeatureText{font-size:var(--text-sm);line-height:1.5}.Plans-module__zi5q1a__tierFeatureTextDisabled{color:var(--text-secondary);text-decoration:line-through}.Plans-module__zi5q1a__modalOverlay{background:var(--bg-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal);padding:var(--space-lg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Plans-module__zi5q1a__modalContent{border-radius:var(--radius-xl);width:100%;max-width:760px;padding:var(--space-xl);background:#111827;border:1px solid #94a3b81f;max-height:90vh;overflow-y:auto;box-shadow:0 4px 24px #00000059}.Plans-module__zi5q1a__modalTitle{font-size:var(--text-xl);padding-bottom:var(--space-md);margin-bottom:var(--space-lg);border-bottom:1px solid #94a3b81f;font-weight:700}.Plans-module__zi5q1a__modalDesc{color:var(--text-secondary);font-size:var(--text-sm);margin-bottom:var(--space-lg);line-height:1.6}.Plans-module__zi5q1a__modalBody{gap:var(--space-xl);display:flex}.Plans-module__zi5q1a__payMethods{gap:var(--space-sm);flex-direction:column;flex-shrink:0;min-width:170px;display:flex}.Plans-module__zi5q1a__payMethodBtn{padding:var(--space-md);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;text-align:left;font-family:var(--font-body);font-size:var(--text-sm);transition:all var(--transition-fast);background:#94a3b80d;border:1px solid #94a3b81f}.Plans-module__zi5q1a__payMethodBtn:hover{color:var(--text-primary);background:#94a3b81a}.Plans-module__zi5q1a__payMethodBtnC2P.Plans-module__zi5q1a__active{background:var(--info-bg);border-color:var(--info-border);color:var(--info);font-weight:600}.Plans-module__zi5q1a__payMethodBtnPagoMovil.Plans-module__zi5q1a__active{background:var(--success-bg);border-color:var(--success-border);color:var(--color-primary);font-weight:600}.Plans-module__zi5q1a__payMethodBtnBinance.Plans-module__zi5q1a__active{color:#fcd535;background:#fcd5351a;border-color:#fcd5354d;font-weight:600}.Plans-module__zi5q1a__payArea{flex-direction:column;flex:1;display:flex}.Plans-module__zi5q1a__payInfoBox{border-radius:var(--radius-md);padding:var(--space-md);margin-bottom:var(--space-lg);background:#94a3b80d;border:1px dashed #94a3b82e;flex:1}.Plans-module__zi5q1a__payRow{margin-bottom:var(--space-sm);font-size:var(--text-sm);justify-content:space-between;align-items:center;display:flex}.Plans-module__zi5q1a__payRow:last-child{margin-bottom:0}.Plans-module__zi5q1a__payRowLabel{color:var(--text-secondary)}.Plans-module__zi5q1a__payRowValue{align-items:center;gap:var(--space-xs);cursor:pointer;font-weight:600;display:flex}.Plans-module__zi5q1a__payCopyable{color:var(--color-primary)}.Plans-module__zi5q1a__payAmount{font-size:var(--text-xl);color:var(--color-primary);font-weight:700}.Plans-module__zi5q1a__payAmountGold{font-size:var(--text-xl);color:#fcd535;font-weight:700}.Plans-module__zi5q1a__payMobileRow{gap:var(--space-md);align-items:flex-start;display:flex}.Plans-module__zi5q1a__payQrWrap{padding:var(--space-sm);border-radius:var(--radius-md);background:#fff;flex-direction:column;flex-shrink:0;align-items:center;display:flex}.Plans-module__zi5q1a__payQrLabel{color:#000;margin-top:4px;font-size:.65rem;font-weight:700}.Plans-module__zi5q1a__c2pGrid{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.Plans-module__zi5q1a__c2pHint{margin-top:var(--space-md);padding:var(--space-md);background:var(--info-bg);border:1px solid var(--info-border);border-radius:var(--radius-md);font-size:var(--text-xs);color:var(--text-secondary);line-height:1.6}.Plans-module__zi5q1a__c2pHintTitle{color:var(--text-primary);margin-bottom:var(--space-xs);font-weight:600;display:block}.Plans-module__zi5q1a__c2pAmountNote{font-size:var(--text-sm);color:var(--info);margin-bottom:var(--space-md)}.Plans-module__zi5q1a__otpLabelRow{margin-bottom:var(--space-xs);justify-content:space-between;align-items:center;display:flex}.Plans-module__zi5q1a__otpLink{color:var(--info);cursor:pointer;font-size:var(--text-xs);font-family:var(--font-body);background:0 0;border:none;text-decoration:underline}.Plans-module__zi5q1a__payFormActions{gap:var(--space-md);margin-top:var(--space-md);justify-content:flex-end;display:flex}.Plans-module__zi5q1a__billingToggle{margin-bottom:var(--space-xl);justify-content:center;display:flex}.Plans-module__zi5q1a__billingToggleInner{padding:var(--space-sm);gap:var(--space-sm);display:flex}.Plans-module__zi5q1a__discountTag{opacity:.8;font-size:.75rem}.Plans-module__zi5q1a__alertWrapper{margin-bottom:var(--space-lg)}.Plans-module__zi5q1a__tierNameSecondary{color:var(--text-secondary)}.Plans-module__zi5q1a__tierNamePrimary{color:var(--color-primary)}.Plans-module__zi5q1a__tierNameSecondaryAccent{color:var(--color-secondary)}.Plans-module__zi5q1a__tierNameGold{color:#fcd535}.Plans-module__zi5q1a__featureIcon{flex-shrink:0}.Plans-module__zi5q1a__featureIconPrimary{color:var(--color-primary)}.Plans-module__zi5q1a__featureIconSecondary{color:var(--color-secondary)}.Plans-module__zi5q1a__featureIconGold{color:#fcd535}.Plans-module__zi5q1a__featureIconMuted{color:var(--text-secondary)}.Plans-module__zi5q1a__featureTextBold{font-weight:600}.Plans-module__zi5q1a__savingsText{color:var(--color-primary);margin-top:4px;font-size:.75rem}.Plans-module__zi5q1a__footerSpacer{height:var(--space-3xl)}.Plans-module__zi5q1a__loadingText{text-align:center;color:var(--text-secondary)}.Plans-module__zi5q1a__payAmountBox{background:var(--success-bg);border:1px solid var(--success-border);border-radius:var(--radius-md);padding:var(--space-md);text-align:center;margin-bottom:var(--space-md)}.Plans-module__zi5q1a__payAmountBoxLabel{color:var(--text-secondary);font-size:var(--text-sm)}.Plans-module__zi5q1a__payQrImage{-o-object-fit:contain;object-fit:contain;width:200px;height:200px}.Plans-module__zi5q1a__payDetails{flex:1}.Plans-module__zi5q1a__payRowCompany{font-size:var(--text-sm);text-align:right}.Plans-module__zi5q1a__payRowType{font-size:var(--text-sm);color:var(--color-primary)}.Plans-module__zi5q1a__referenceInput{margin-bottom:var(--space-md)}.Plans-module__zi5q1a__copyIcon{color:var(--text-secondary)}.Plans-module__zi5q1a__otpLabel{margin:0}@media (max-width:640px){.Plans-module__zi5q1a__modalBody{flex-direction:column}.Plans-module__zi5q1a__payMethods{flex-flow:wrap;min-width:0}.Plans-module__zi5q1a__payMethodBtn{text-align:center;font-size:var(--text-xs);padding:var(--space-sm);flex:1}.Plans-module__zi5q1a__c2pGrid{grid-template-columns:1fr}}
.Profile-module__HLzWoG__profileGrid{gap:var(--space-lg);margin-bottom:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.Profile-module__HLzWoG__paymentItem{padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);background:#94a3b80d;border:1px solid #94a3b814;justify-content:space-between;align-items:center;display:flex}.Profile-module__HLzWoG__paymentType{color:var(--text-primary);align-items:center;gap:var(--space-sm);min-width:180px;font-weight:700;display:flex}.Profile-module__HLzWoG__paymentDetails{gap:var(--space-xl);color:var(--text-secondary);font-size:var(--text-sm);flex-wrap:wrap;flex:1;display:flex}.Profile-module__HLzWoG__paymentLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.75rem;display:block}.Profile-module__HLzWoG__paymentValue{color:var(--text-primary);font-weight:500}.Profile-module__HLzWoG__alert{margin-bottom:var(--space-lg);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg)}.Profile-module__HLzWoG__alertError{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.Profile-module__HLzWoG__alertSuccess{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.Profile-module__HLzWoG__logBadge{border-radius:4px;padding:4px 8px;font-size:.8rem;font-weight:700}.Profile-module__HLzWoG__logBadgeSuccess{color:#22c55e;background:#22c55e1a}.Profile-module__HLzWoG__logBadgeError{color:#ef4444;background:#ef44441a}.Profile-module__HLzWoG__page{min-height:100vh;padding-top:20px;padding-bottom:40px}.Profile-module__HLzWoG__loadingContainer{background:#0a0e1a;justify-content:center;align-items:center;min-height:100vh;display:flex}.Profile-module__HLzWoG__loadingText{color:#14b8a6;font-size:1.125rem}.Profile-module__HLzWoG__subtitleDivider{opacity:.5}.Profile-module__HLzWoG__subtitleUid{font-family:monospace}.Profile-module__HLzWoG__formGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Profile-module__HLzWoG__formFieldFull{grid-column:1/-1}.Profile-module__HLzWoG__formActions{grid-column:1/-1;margin-top:8px}.Profile-module__HLzWoG__paymentTypeLabel{white-space:nowrap;font-size:1rem}.Profile-module__HLzWoG__paymentIconPrimary{color:var(--accent-primary)}.Profile-module__HLzWoG__paymentIconBinance{color:#f3ba2f}.Profile-module__HLzWoG__deleteIcon{color:#f44}.Profile-module__HLzWoG__kycStatusTitle{margin:0;font-weight:700}.Profile-module__HLzWoG__kycStatusApproved{color:var(--accent-primary)}.Profile-module__HLzWoG__kycStatusPending{color:var(--accent-secondary)}.Profile-module__HLzWoG__kycHint{color:var(--text-secondary);margin:4px 0 0;font-size:.9rem}.Profile-module__HLzWoG__securityTitle{margin:0 0 4px;font-size:1rem}.Profile-module__HLzWoG__securityText{color:var(--text-secondary);margin:0;font-size:.9rem}.Profile-module__HLzWoG__logsHeader{align-items:center;gap:8px;display:flex}.Profile-module__HLzWoG__logsLabel{color:var(--text-secondary);font-size:.9rem}.Profile-module__HLzWoG__logsSelect{width:auto;margin-top:0;padding:4px 8px}.Profile-module__HLzWoG__tableContainer{overflow-x:auto}.Profile-module__HLzWoG__logsTable{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.Profile-module__HLzWoG__tableHeader{color:var(--text-secondary);border-bottom:1px solid #ffffff1a;padding:12px 8px;font-weight:400}.Profile-module__HLzWoG__tableCell{border-bottom:1px solid #ffffff0d;padding:12px 8px}.Profile-module__HLzWoG__tableCellNoWrap{white-space:nowrap}.Profile-module__HLzWoG__tableCellCenter{text-align:center;color:var(--text-secondary);padding:24px 8px}.Profile-module__HLzWoG__logIp{color:#fff}.Profile-module__HLzWoG__logDevice{font-size:.8rem}.Profile-module__HLzWoG__mapLink{color:var(--accent-primary);align-items:center;gap:4px;text-decoration:none;display:flex}.Profile-module__HLzWoG__pagination{justify-content:center;align-items:center;gap:16px;margin-top:24px;display:flex}.Profile-module__HLzWoG__paginationInfo{color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){.Profile-module__HLzWoG__profileGrid{grid-template-columns:1fr}.Profile-module__HLzWoG__paymentItem{align-items:flex-start;gap:var(--space-md);flex-direction:column}.Profile-module__HLzWoG__paymentDetails{gap:var(--space-md);flex-direction:column;width:100%}.Profile-module__HLzWoG__formGrid{grid-template-columns:1fr}}
.Register-module__PwnMtW__page{background:#0a0e1a;min-height:100vh;display:flex}.Register-module__PwnMtW__brandSide{background:linear-gradient(135deg,#0a0e1a 0%,#0f1b2e 50%,#0a1628 100%);flex-direction:column;flex:50%;justify-content:center;padding:48px 40px;display:none;position:relative;overflow:hidden}@media (min-width:1024px){.Register-module__PwnMtW__brandSide{display:flex}}.Register-module__PwnMtW__glowTop{filter:blur(60px);background:radial-gradient(circle,#14b8a61f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-120px;right:-80px}.Register-module__PwnMtW__glowBottom{filter:blur(60px);background:radial-gradient(circle,#22c55e14 0%,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;bottom:-100px;left:-60px}.Register-module__PwnMtW__gridPattern{background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.Register-module__PwnMtW__brandContent{z-index:2;max-width:480px;position:relative}.Register-module__PwnMtW__logo{-o-object-fit:contain;object-fit:contain;width:240px;height:auto;margin-bottom:48px}.Register-module__PwnMtW__brandTitle{color:#fff;letter-spacing:-.02em;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:2.75rem;font-weight:800;line-height:1.15}.Register-module__PwnMtW__brandGradient{background:linear-gradient(90deg,#14b8a6,#22c55e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Register-module__PwnMtW__brandSubtitle{color:#94a3b8;max-width:420px;margin-bottom:40px;font-size:1.05rem;line-height:1.7}.Register-module__PwnMtW__featureList{flex-direction:column;gap:16px;display:flex}.Register-module__PwnMtW__featureItem{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a80;border:1px solid #e2e8f00f;border-radius:12px;align-items:center;gap:14px;padding:14px 18px;display:flex}.Register-module__PwnMtW__featureIcon{background:#14b8a61a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Register-module__PwnMtW__featureTitle{color:#e2e8f0;font-size:.9rem;font-weight:600}.Register-module__PwnMtW__featureDesc{color:#64748b;font-size:.8rem}.Register-module__PwnMtW__brandFooter{z-index:2;color:#475569;font-size:.8rem;position:absolute;bottom:32px;left:56px}.Register-module__PwnMtW__formSide{background:#0a0e1a;flex-direction:column;flex:50%;justify-content:center;align-items:center;padding:32px 16px;display:flex;position:relative}@media (min-width:1024px){.Register-module__PwnMtW__formSide{padding:32px 24px}}.Register-module__PwnMtW__backLink{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:.85rem;font-weight:500;transition:color .2s;display:flex;position:absolute;top:24px;right:24px}.Register-module__PwnMtW__backLink:hover{color:#14b8a6}.Register-module__PwnMtW__mobileLogo{margin-bottom:32px}@media (min-width:1024px){.Register-module__PwnMtW__mobileLogo{display:none}}.Register-module__PwnMtW__formBox{width:100%;max-width:450px;animation:.5s Register-module__PwnMtW__fadeIn}.Register-module__PwnMtW__formHeader{margin-bottom:32px}.Register-module__PwnMtW__formTitle{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.Register-module__PwnMtW__formSubtitle{color:#64748b;font-size:.9rem}.Register-module__PwnMtW__errorBox{color:#ef4444;text-align:center;background:#ef444414;border:1px solid #ef444433;border-radius:10px;margin-bottom:24px;padding:12px 16px;font-size:.85rem}.Register-module__PwnMtW__form{flex-direction:column;gap:20px;display:flex}.Register-module__PwnMtW__field{flex-direction:column;gap:8px;display:flex}.Register-module__PwnMtW__label{color:#94a3b8;letter-spacing:.8px;text-transform:uppercase;font-size:.75rem;font-weight:600}.Register-module__PwnMtW__inputWrap{position:relative}.Register-module__PwnMtW__input{color:#e2e8f0;background:#0a0e1a;border:1px solid #334155;border-radius:12px;outline:none;width:100%;padding:14px 16px 14px 42px;font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s}.Register-module__PwnMtW__input:focus{background:#0b0f19;border-color:#14b8a6}.Register-module__PwnMtW__input::placeholder{color:#64748b}.Register-module__PwnMtW__inputWithToggle{padding-right:50px}.Register-module__PwnMtW__mobileLogoImg{-o-object-fit:contain;object-fit:contain;width:180px;height:auto}.Register-module__PwnMtW__inputIcon{pointer-events:none;color:#475569;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.Register-module__PwnMtW__passwordToggle{cursor:pointer;color:#475569;background:0 0;border:none;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.Register-module__PwnMtW__passwordToggle:hover{color:#14b8a6}.Register-module__PwnMtW__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:480px){.Register-module__PwnMtW__row{grid-template-columns:1fr}}.Register-module__PwnMtW__amlBox{background:#eab3080d;border:1px solid #eab30833;border-radius:12px;padding:16px}.Register-module__PwnMtW__amlHeader{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.Register-module__PwnMtW__amlText{color:#94a3b8;margin:0;font-size:.85rem;line-height:1.5}.Register-module__PwnMtW__checkboxRow{align-items:flex-start;gap:10px;display:flex}.Register-module__PwnMtW__checkbox{accent-color:#14b8a6;flex-shrink:0;width:18px;height:18px;margin-top:2px}.Register-module__PwnMtW__termsLabel{color:#94a3b8;cursor:pointer;font-size:.85rem;line-height:1.5}.Register-module__PwnMtW__termsLink{color:#14b8a6;cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-weight:500;text-decoration:underline}.Register-module__PwnMtW__termsLink:hover{color:#5eead4}.Register-module__PwnMtW__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#14b8a6 0%,#0d9488 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:16px 24px;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 4px 14px #14b8a626}.Register-module__PwnMtW__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #14b8a640}.Register-module__PwnMtW__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Register-module__PwnMtW__divider{align-items:center;gap:14px;margin:28px 0 20px;display:flex}.Register-module__PwnMtW__dividerLine{background:#1e293b;flex:1;height:1px}.Register-module__PwnMtW__dividerText{color:#475569;letter-spacing:.5px;white-space:nowrap;font-size:.75rem;font-weight:500}.Register-module__PwnMtW__socialButtons{gap:12px;display:flex}.Register-module__PwnMtW__socialBtn{cursor:pointer;color:#e2e8f0;background:#0b0f19;border:1px solid #1e293b;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;padding:14px 16px;font-size:.85rem;font-weight:500;transition:border-color .2s,background .2s;display:flex}.Register-module__PwnMtW__socialBtn:hover{background:#0f1525;border-color:#14b8a64d}.Register-module__PwnMtW__loginLink{color:#64748b;text-align:center;margin-top:28px;font-size:.85rem}.Register-module__PwnMtW__loginLink a{color:#14b8a6;font-weight:600;text-decoration:none}.Register-module__PwnMtW__loginLink a:hover{text-decoration:underline}@keyframes Register-module__PwnMtW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.RifasLobby-module__TOl_zG__page{padding-top:20px;padding-bottom:40px}.RifasLobby-module__TOl_zG__loading{text-align:center;color:var(--text-secondary);padding:60px 0}.RifasLobby-module__TOl_zG__emptyState{text-align:center;border-radius:16px;padding:60px 20px}.RifasLobby-module__TOl_zG__emptyIcon{color:var(--accent-primary);opacity:.5;margin-bottom:16px;display:inline-block}.RifasLobby-module__TOl_zG__emptyTitle{margin-bottom:8px;font-size:1.2rem}.RifasLobby-module__TOl_zG__emptyText{color:var(--text-secondary);margin-bottom:24px}.RifasLobby-module__TOl_zG__rafflesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.RifasLobby-module__TOl_zG__raffleCard{padding:24px;transition:transform .2s;position:relative;overflow:hidden}.RifasLobby-module__TOl_zG__raffleCard:hover{transform:translateY(-4px)}.RifasLobby-module__TOl_zG__statusBadge{border-radius:12px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;top:16px;right:16px}.RifasLobby-module__TOl_zG__statusBadgeAvailable{color:var(--accent-primary);background:#fcd5351a}.RifasLobby-module__TOl_zG__statusBadgeFinished{color:#888;background:#333}.RifasLobby-module__TOl_zG__cardHeader{align-items:center;gap:12px;margin-bottom:20px;display:flex}.RifasLobby-module__TOl_zG__prizeIcon{width:48px;height:48px;color:var(--accent-primary);background:#fcd5351a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.RifasLobby-module__TOl_zG__cardTitleBlock{min-width:0;padding-right:60px}.RifasLobby-module__TOl_zG__cardTitle{margin:0;font-size:1.1rem;font-weight:600}.RifasLobby-module__TOl_zG__cardSubtitle{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:.85rem;overflow:hidden}.RifasLobby-module__TOl_zG__ticketInfo{background:#ffffff05;border-radius:8px;justify-content:space-between;margin-bottom:16px;padding:12px;display:flex}.RifasLobby-module__TOl_zG__infoBlockLabel{color:var(--text-secondary);margin:0 0 4px;font-size:.75rem}.RifasLobby-module__TOl_zG__infoBlockValue{margin:0;font-weight:600}.RifasLobby-module__TOl_zG__infoBlockRight{text-align:right}.RifasLobby-module__TOl_zG__drawInfo{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:20px;font-size:.85rem;display:flex}
.CreateRaffle-module__Ud4AEW__page{padding-top:20px;padding-bottom:60px}.CreateRaffle-module__Ud4AEW__titleAccent{color:var(--accent-secondary)}.CreateRaffle-module__Ud4AEW__errorBanner{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:24px;padding:16px}.CreateRaffle-module__Ud4AEW__upgradeCard{text-align:center;border:1px solid var(--accent-secondary);padding:64px 32px}.CreateRaffle-module__Ud4AEW__upgradeIconWrap{background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.CreateRaffle-module__Ud4AEW__upgradeIcon{color:var(--accent-secondary)}.CreateRaffle-module__Ud4AEW__upgradeTitle{margin-bottom:16px;font-size:1.8rem}.CreateRaffle-module__Ud4AEW__upgradeText{color:var(--text-secondary);max-width:500px;margin:0 auto 32px}.CreateRaffle-module__Ud4AEW__form{flex-direction:column;gap:32px;display:flex}.CreateRaffle-module__Ud4AEW__formGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;display:grid}.CreateRaffle-module__Ud4AEW__formColumn{flex-direction:column;gap:24px;display:flex}.CreateRaffle-module__Ud4AEW__sectionTitle{color:var(--accent-secondary);margin-bottom:8px;font-size:1.2rem}.CreateRaffle-module__Ud4AEW__fieldRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.CreateRaffle-module__Ud4AEW__labelWithIcon{align-items:center;gap:8px;display:flex}.CreateRaffle-module__Ud4AEW__labelIcon{flex-shrink:0}.CreateRaffle-module__Ud4AEW__dateInput{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.CreateRaffle-module__Ud4AEW__uploadWrap{width:100%;transition:all .2s;position:relative;overflow:hidden}.CreateRaffle-module__Ud4AEW__fileInput{opacity:0;cursor:pointer;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.CreateRaffle-module__Ud4AEW__uploadZone{border:2px dashed var(--glass-border);color:var(--text-secondary);background:#ffffff05;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex}.CreateRaffle-module__Ud4AEW__uploadIcon{color:var(--accent-secondary);margin-bottom:12px}.CreateRaffle-module__Ud4AEW__uploadBold{color:#fff;margin-bottom:4px;font-weight:700}.CreateRaffle-module__Ud4AEW__uploadHint{font-size:.85rem}.CreateRaffle-module__Ud4AEW__previewWrap{border:1px solid var(--accent-secondary);border-radius:12px;margin-top:16px;position:relative;overflow:hidden}.CreateRaffle-module__Ud4AEW__previewBadge{color:#fff;z-index:1;background:#000000b3;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:700;position:absolute;top:12px;right:12px}.CreateRaffle-module__Ud4AEW__previewImage{-o-object-fit:cover;object-fit:cover;width:100%;display:block}.CreateRaffle-module__Ud4AEW__submitActions{border-top:1px solid var(--glass-border);margin-top:auto;padding-top:24px}.CreateRaffle-module__Ud4AEW__submitHint{text-align:center;color:var(--text-secondary);margin-top:12px;font-size:.8rem}@media (max-width:768px){.CreateRaffle-module__Ud4AEW__formGrid,.CreateRaffle-module__Ud4AEW__fieldRow{grid-template-columns:1fr}}
