.AuthModal-module__eGxINa__overlay{z-index:1100;padding:var(--spacing-md);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AuthModal-module__eGxINa__modal{background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:0 8px 40px var(--shadow-lg);width:100%;max-width:400px;padding:var(--spacing-lg);animation:.2s ease-out AuthModal-module__eGxINa__slideIn;position:relative}@keyframes AuthModal-module__eGxINa__slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.AuthModal-module__eGxINa__closeButton{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex;position:absolute;top:12px;right:12px}.AuthModal-module__eGxINa__closeButton:hover{background:var(--bg-tertiary);color:var(--text-primary)}.AuthModal-module__eGxINa__tabs{border-bottom:1px solid var(--border-color);margin-bottom:var(--spacing-lg);display:flex}.AuthModal-module__eGxINa__tab{padding:var(--spacing-md);color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;flex:1;font-size:14px;font-weight:600;position:relative}.AuthModal-module__eGxINa__tab:hover{color:var(--text-primary)}.AuthModal-module__eGxINa__tab:after{content:"";height:2px;transition:background var(--transition-fast);background:0 0;position:absolute;bottom:-1px;left:0;right:0}.AuthModal-module__eGxINa__activeTab{color:var(--text-primary)}.AuthModal-module__eGxINa__activeTab:after{background:var(--text-primary)}.AuthModal-module__eGxINa__form{gap:var(--spacing-md);flex-direction:column;display:flex}.AuthModal-module__eGxINa__inputGroup{gap:var(--spacing-xs);flex-direction:column;display:flex}.AuthModal-module__eGxINa__label{color:var(--text-primary);font-size:13px;font-weight:600}.AuthModal-module__eGxINa__input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);padding:12px 14px;font-size:14px}.AuthModal-module__eGxINa__input::placeholder{color:var(--text-secondary)}.AuthModal-module__eGxINa__input:focus{border-color:var(--text-primary);box-shadow:0 0 0 1px var(--text-primary);outline:none}.AuthModal-module__eGxINa__input:disabled{background:var(--bg-tertiary);cursor:not-allowed}.AuthModal-module__eGxINa__checkboxGroup{align-items:flex-start;gap:var(--spacing-sm);margin-top:var(--spacing-xs);display:flex}.AuthModal-module__eGxINa__checkbox{cursor:pointer;width:18px;height:18px;accent-color:var(--text-primary);margin-top:2px}.AuthModal-module__eGxINa__checkbox:disabled{cursor:not-allowed}.AuthModal-module__eGxINa__checkboxLabel{color:var(--text-secondary);font-size:13px;line-height:1.4}.AuthModal-module__eGxINa__checkboxLabel a{color:var(--text-link);text-decoration:none}.AuthModal-module__eGxINa__checkboxLabel a:hover{text-decoration:underline}.AuthModal-module__eGxINa__error{border-radius:var(--radius-md);color:#ed4956;text-align:center;background:#ed49561a;border:1px solid #ed49564d;padding:12px;font-size:13px}.AuthModal-module__eGxINa__submitButton{background:var(--text-primary);color:var(--bg-primary);border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast);margin-top:var(--spacing-sm);border:none;padding:14px;font-size:14px;font-weight:600}.AuthModal-module__eGxINa__submitButton:hover:not(:disabled){opacity:.85}.AuthModal-module__eGxINa__submitButton:disabled{opacity:.6;cursor:not-allowed}.AuthModal-module__eGxINa__loading{align-items:center;gap:var(--spacing-sm);display:inline-flex}.AuthModal-module__eGxINa__loading:before{content:"";border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite AuthModal-module__eGxINa__spin}@keyframes AuthModal-module__eGxINa__spin{to{transform:rotate(360deg)}}.AuthModal-module__eGxINa__successMessage{text-align:center;padding:var(--spacing-md)0}.AuthModal-module__eGxINa__successMessage h3{margin-bottom:var(--spacing-md);color:var(--text-primary);font-size:18px}.AuthModal-module__eGxINa__successMessage p{color:var(--text-secondary);margin-bottom:var(--spacing-sm);font-size:14px;line-height:1.5}.AuthModal-module__eGxINa__hint{color:var(--text-secondary);opacity:.7;margin-bottom:var(--spacing-lg);font-size:12px}.AuthModal-module__eGxINa__forgotPassword{color:var(--text-secondary);cursor:pointer;text-align:center;padding:var(--spacing-xs)0;transition:color var(--transition-fast);background:0 0;border:none;font-size:13px}.AuthModal-module__eGxINa__forgotPassword:hover{color:var(--text-primary);text-decoration:underline}
.LoginButton-module__Bo5_dq__loginButton{background:var(--btn-login-bg);color:var(--btn-login-text);border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast);border:none;padding:10px 22px;font-size:15px;font-weight:600}.LoginButton-module__Bo5_dq__loginButton:hover{opacity:.85}
.Settings-module__S5UUbq__avatarButton{cursor:pointer;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:2px;transition:transform .2s,box-shadow .2s;display:flex}.Settings-module__S5UUbq__avatarButton:hover{transform:scale(1.05);box-shadow:0 0 12px #e1306c66}.Settings-module__S5UUbq__avatarButtonInner{background:var(--bg-primary);width:100%;height:100%;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.Settings-module__S5UUbq__overlay{z-index:200;background:#0000004d;position:fixed;inset:0}.Settings-module__S5UUbq__menu{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:0 4px 20px var(--shadow-md);z-index:201;min-width:280px;margin-top:8px;position:absolute;top:100%;right:0;overflow:hidden}.Settings-module__S5UUbq__header{padding:16px}.Settings-module__S5UUbq__userInfo{align-items:center;gap:12px;display:flex}.Settings-module__S5UUbq__avatar{background:var(--text-primary);width:48px;height:48px;color:var(--bg-primary);border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:600;display:flex}.Settings-module__S5UUbq__username{color:var(--text-primary);font-size:15px;font-weight:600}.Settings-module__S5UUbq__email{color:var(--text-secondary);font-size:13px}.Settings-module__S5UUbq__divider{background:var(--border-light);height:1px;margin:0}.Settings-module__S5UUbq__menuItem{width:100%;color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast);text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:14px 16px;font-size:14px;display:flex}.Settings-module__S5UUbq__menuItem:hover{background:var(--bg-tertiary)}.Settings-module__S5UUbq__menuIcon{width:20px;height:20px;stroke:var(--text-primary);stroke-width:1.5px;fill:none}.Settings-module__S5UUbq__danger{color:#ed4956}.Settings-module__S5UUbq__danger .Settings-module__S5UUbq__menuIcon{stroke:#ed4956}.Settings-module__S5UUbq__logout{color:#ed4956}.Settings-module__S5UUbq__logout .Settings-module__S5UUbq__menuIcon{stroke:#ed4956}.Settings-module__S5UUbq__confirmOverlay{z-index:300;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.Settings-module__S5UUbq__confirmModal{background:var(--bg-secondary);border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:0 8px 40px var(--shadow-lg);padding:24px}.Settings-module__S5UUbq__confirmTitle{color:var(--text-primary);margin-bottom:12px;font-size:18px;font-weight:600}.Settings-module__S5UUbq__confirmText{color:var(--text-secondary);margin-bottom:20px;font-size:14px;line-height:1.5}.Settings-module__S5UUbq__confirmButtons{justify-content:flex-end;gap:12px;display:flex}.Settings-module__S5UUbq__cancelButton{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast);padding:10px 16px;font-size:14px;font-weight:500}.Settings-module__S5UUbq__cancelButton:hover:not(:disabled){background:var(--border-color)}.Settings-module__S5UUbq__cancelButton:disabled{opacity:.6;cursor:not-allowed}.Settings-module__S5UUbq__deleteButton{border-radius:var(--radius-md);color:#fff;cursor:pointer;transition:opacity var(--transition-fast);background:#ed4956;border:none;padding:10px 16px;font-size:14px;font-weight:500}.Settings-module__S5UUbq__deleteButton:hover:not(:disabled){opacity:.9}.Settings-module__S5UUbq__deleteButton:disabled{opacity:.6;cursor:not-allowed}
.Header-module__hBw1pG__headerNav{position:relative}
.EventCard-module__NA86bW__imageSkeleton{z-index:1;background:linear-gradient(90deg,var(--bg-tertiary)25%,var(--bg-secondary)50%,var(--bg-tertiary)75%);background-size:200% 100%;width:100%;height:100%;animation:1.5s infinite EventCard-module__NA86bW__shimmer;position:absolute;top:0;left:0}.EventCard-module__NA86bW__avatarWrapper{width:36px;height:36px;margin-right:10px;position:relative}.EventCard-module__NA86bW__avatarSkeleton{background:linear-gradient(90deg,var(--bg-tertiary)25%,var(--bg-secondary)50%,var(--bg-tertiary)75%);background-size:200% 100%;border-radius:50%;width:36px;height:36px;animation:1.5s infinite EventCard-module__NA86bW__shimmer;position:absolute;top:0;left:0}@keyframes EventCard-module__NA86bW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.EventCard-module__NA86bW__carouselContainer{width:100%;height:100%;position:relative}.EventCard-module__NA86bW__blurredBg{filter:blur(20px);opacity:.6;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.2)}.EventCard-module__NA86bW__carouselArrow{color:#fff;cursor:pointer;z-index:2;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.EventCard-module__NA86bW__carouselArrow:hover{background:#000000b3}.EventCard-module__NA86bW__carouselArrowLeft{left:8px}.EventCard-module__NA86bW__carouselArrowRight{right:8px}.EventCard-module__NA86bW__carouselDots{z-index:2;gap:4px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.EventCard-module__NA86bW__carouselDot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:6px;height:6px;padding:0}.EventCard-module__NA86bW__carouselDotActive{background:#fff}.EventCard-module__NA86bW__postCountBadge{color:#fff;z-index:2;background:#0009;border-radius:12px;padding:2px 8px;font-size:12px;position:absolute;top:8px;right:8px}.EventCard-module__NA86bW__starBadge{z-index:3;-webkit-backdrop-filter:blur(8px);cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .2s;display:none;position:absolute;bottom:8px;right:8px}@media (max-width:640px){.EventCard-module__NA86bW__starBadge{display:flex}}.EventCard-module__NA86bW__starBadge:hover{background:#000000bf}
.InterestButton-module__DdpjPq__wrapper{flex-direction:column;align-items:flex-start;display:inline-flex;position:relative}.InterestButton-module__DdpjPq__btn{border-radius:var(--radius-md);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;transition:opacity var(--transition-fast),background var(--transition-fast),color var(--transition-fast);white-space:nowrap;letter-spacing:.01em;border:none;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex}.InterestButton-module__DdpjPq__btn:hover:not(:disabled){opacity:.8}.InterestButton-module__DdpjPq__btn:disabled{opacity:.5;cursor:not-allowed}.InterestButton-module__DdpjPq__interested{color:#fff;background:#a8453c}.InterestButton-module__DdpjPq__interested:hover:not(:disabled){opacity:.88}.InterestButton-module__DdpjPq__loginHint{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);white-space:nowrap;z-index:10;padding:5px 10px;font-size:12px;animation:.15s InterestButton-module__DdpjPq__fadeIn;position:absolute;bottom:calc(100% + 6px);left:0;box-shadow:0 2px 8px #0000001f}@keyframes InterestButton-module__DdpjPq__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.EventModal-module__SqG5ia__overlay{z-index:1000;opacity:0;background:#000000d9;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0}.EventModal-module__SqG5ia__overlayVisible{opacity:1}.EventModal-module__SqG5ia__modal{border-radius:var(--radius-lg);background:#000;flex-direction:column;width:460px;max-width:90vw;height:90vh;transition:transform .25s;display:flex;position:relative;overflow:hidden;transform:translateY(20px)scale(.97);box-shadow:0 20px 60px #0009}.EventModal-module__SqG5ia__overlayVisible .EventModal-module__SqG5ia__modal{transform:translateY(0)scale(1)}.EventModal-module__SqG5ia__closeButton{z-index:20;color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.EventModal-module__SqG5ia__closeButton:hover{background:#000000b3}.EventModal-module__SqG5ia__imageArea{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.EventModal-module__SqG5ia__swipeLayer{z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.EventModal-module__SqG5ia__swipeLeft{animation:.3s forwards EventModal-module__SqG5ia__slideLeft}.EventModal-module__SqG5ia__swipeRight{animation:.3s forwards EventModal-module__SqG5ia__slideRight}@keyframes EventModal-module__SqG5ia__slideLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes EventModal-module__SqG5ia__slideRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.EventModal-module__SqG5ia__blurredBg{filter:blur(20px);opacity:.6;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.2)}.EventModal-module__SqG5ia__eventImage{object-fit:contain;z-index:1;width:100%;height:100%;position:relative}.EventModal-module__SqG5ia__reactionOverlay{z-index:4;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.EventModal-module__SqG5ia__reactionIcon{filter:drop-shadow(0 0 12px #0006);animation:.5s forwards EventModal-module__SqG5ia__reactionPop}@keyframes EventModal-module__SqG5ia__reactionPop{0%{opacity:0;transform:scale(.3)}30%{opacity:1;transform:scale(1.15)}50%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1)}}.EventModal-module__SqG5ia__bottomBar{z-index:10;background:linear-gradient(#0000,#000000b3);justify-content:center;align-items:center;gap:20px;padding:16px 20px;display:flex;position:absolute;bottom:0;left:0;right:0}.EventModal-module__SqG5ia__actionCircle{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,box-shadow .2s;display:flex}.EventModal-module__SqG5ia__actionCircle:focus{outline:none}.EventModal-module__SqG5ia__actionCircle:active{transform:scale(1.2)}@media (hover:hover){.EventModal-module__SqG5ia__actionCircle:hover{transform:scale(1.08)}}.EventModal-module__SqG5ia__actionCircle.EventModal-module__SqG5ia__pop{animation:.25s EventModal-module__SqG5ia__buttonPop}@keyframes EventModal-module__SqG5ia__buttonPop{0%{transform:scale(1)}40%{transform:scale(1.2)}to{transform:scale(1)}}.EventModal-module__SqG5ia__actionGhost{background:#ffffff1a;border:1px solid #fff3}.EventModal-module__SqG5ia__actionGreen{background:#22c55eb3;box-shadow:0 0 16px #22c55e4d}@media (hover:hover){.EventModal-module__SqG5ia__actionGreen:hover{box-shadow:0 0 24px #22c55e80}}.EventModal-module__SqG5ia__actionRed{background:#ef4444b3;box-shadow:0 0 16px #ef44444d}@media (hover:hover){.EventModal-module__SqG5ia__actionRed:hover{box-shadow:0 0 24px #ef444480}}.EventModal-module__SqG5ia__actionGreenSolid{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#22c55eb3;outline:none;box-shadow:0 0 16px #22c55e4d}.EventModal-module__SqG5ia__actionGreenSolid:hover{transform:none}.EventModal-module__SqG5ia__actionGreenSolid:focus{outline:none}.EventModal-module__SqG5ia__actionGreenSolid .EventModal-module__SqG5ia__starIcon{display:flex}.EventModal-module__SqG5ia__actionGreenSolid.EventModal-module__SqG5ia__pulse .EventModal-module__SqG5ia__starIcon{animation:.3s forwards EventModal-module__SqG5ia__starPulse}@keyframes EventModal-module__SqG5ia__starPulse{0%{transform:scale(1)}40%{transform:scale(1.25)}to{transform:scale(1)}}.EventModal-module__SqG5ia__infoToggle{cursor:pointer;color:#ffffffb3;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;align-items:center;gap:6px;padding:8px 12px;font-size:13px;transition:color .2s;display:flex}.EventModal-module__SqG5ia__infoToggle:hover{color:#fff}.EventModal-module__SqG5ia__infoOverlay{z-index:12;background:linear-gradient(#0000 0%,#000000d9 20%);max-height:70%;padding:60px 20px 20px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.EventModal-module__SqG5ia__infoOverlayVisible{transform:translateY(0)}.EventModal-module__SqG5ia__infoClose{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px;position:absolute;top:16px;right:16px}.EventModal-module__SqG5ia__infoClose:hover{color:#fff}.EventModal-module__SqG5ia__infoHeader{align-items:center;gap:10px;margin-bottom:12px;display:flex}.EventModal-module__SqG5ia__infoAvatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.EventModal-module__SqG5ia__infoUserInfo{flex:1}.EventModal-module__SqG5ia__infoUsername{color:#fff;font-size:14px;font-weight:600}.EventModal-module__SqG5ia__infoLocation{color:#fff9;font-size:12px}.EventModal-module__SqG5ia__infoCategories{flex-wrap:wrap;gap:6px;margin-left:auto;display:flex}.EventModal-module__SqG5ia__infoTitle{color:#ffffffe6;margin-bottom:12px;font-size:14px;font-weight:400;line-height:1.5}.EventModal-module__SqG5ia__infoMeta{color:#ffffffb3;gap:16px;margin-bottom:12px;font-size:13px;display:flex}.EventModal-module__SqG5ia__infoFreeTag{color:#4ade80;font-weight:600}.EventModal-module__SqG5ia__infoHashtags{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.EventModal-module__SqG5ia__infoHashtag{color:#ffffffb3;background:#ffffff1a;border-radius:16px;padding:4px 10px;font-size:12px}.EventModal-module__SqG5ia__infoInstagramLink{color:#000;text-align:center;border-radius:var(--radius-md);background:#fff;margin-top:12px;padding:10px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s;display:block}.EventModal-module__SqG5ia__infoInstagramLink:hover{opacity:.85}.EventModal-module__SqG5ia__emptyState{color:#fff9;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;padding:40px;font-size:16px;display:flex}@media (max-width:640px){.EventModal-module__SqG5ia__modal{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%}}
.UndoToast-module__-JBeSW__toast{z-index:2000;color:#fff;white-space:nowrap;opacity:0;background:#1f1f1f;border-radius:12px;align-items:center;gap:12px;padding:10px 20px;font-size:14px;transition:transform .3s,opacity .3s;display:flex;position:fixed;top:80px;left:50%;transform:translate(-50%)translateY(-60px);box-shadow:0 8px 30px #0006}.UndoToast-module__-JBeSW__toastVisible{opacity:1;transform:translate(-50%)translateY(0)}.UndoToast-module__-JBeSW__undoBtn{color:#facc15;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:14px;font-weight:600;transition:background .2s}.UndoToast-module__-JBeSW__undoBtn:hover{background:#facc1526}.UndoToast-module__-JBeSW__progressBar{height:3px;animation:UndoToast-module__-JBeSW__shrink var(--duration)linear forwards;background:#facc15;border-radius:0 0 12px 12px;position:absolute;bottom:0;left:0}@keyframes UndoToast-module__-JBeSW__shrink{0%{width:100%}to{width:0%}}
.cuentas-module__o1pCcG__container{max-width:1000px;margin:0 auto;padding:20px}.cuentas-module__o1pCcG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.cuentas-module__o1pCcG__header h1{color:var(--text-primary);margin:0;font-size:24px;font-weight:600}.cuentas-module__o1pCcG__actions{gap:8px;display:flex}.cuentas-module__o1pCcG__btnPrimary{background:var(--text-primary);color:var(--bg-primary);border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast);border:none;padding:10px 16px;font-size:14px;font-weight:500}.cuentas-module__o1pCcG__btnPrimary:hover{opacity:.85}.cuentas-module__o1pCcG__btnSecondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);padding:10px 16px;font-size:14px;font-weight:500}.cuentas-module__o1pCcG__btnSecondary:hover{background:var(--bg-secondary)}.cuentas-module__o1pCcG__btnSmall{color:var(--text-link);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px}.cuentas-module__o1pCcG__btnSmall:hover{text-decoration:underline}.cuentas-module__o1pCcG__filters{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;display:flex}.cuentas-module__o1pCcG__select{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;padding:8px 12px;font-size:14px}.cuentas-module__o1pCcG__checkbox{color:var(--text-secondary);cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.cuentas-module__o1pCcG__checkbox input{cursor:pointer}.cuentas-module__o1pCcG__table{border-collapse:collapse;background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-color);width:100%;overflow:hidden}.cuentas-module__o1pCcG__table th,.cuentas-module__o1pCcG__table td{text-align:left;border-bottom:1px solid var(--border-color);padding:12px 16px}.cuentas-module__o1pCcG__table th{background:var(--bg-tertiary);color:var(--text-secondary);text-transform:uppercase;font-size:13px;font-weight:600}.cuentas-module__o1pCcG__table td{color:var(--text-primary);font-size:14px}.cuentas-module__o1pCcG__table tr:last-child td{border-bottom:none}.cuentas-module__o1pCcG__table tr.cuentas-module__o1pCcG__inactive{opacity:.6}.cuentas-module__o1pCcG__usernameLink{color:var(--text-link);font-weight:500;text-decoration:none}.cuentas-module__o1pCcG__usernameLink:hover{text-decoration:underline}.cuentas-module__o1pCcG__cityBadge{text-transform:uppercase;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.cuentas-module__o1pCcG__cityBadge.cuentas-module__o1pCcG__santiago{color:#00a86b;background:#00a86b20}.cuentas-module__o1pCcG__cityBadge.cuentas-module__o1pCcG__antofagasta{color:#0095f6;background:#0095f620}.cuentas-module__o1pCcG__activeTag{color:#00a86b;font-weight:500}.cuentas-module__o1pCcG__inactiveTag{color:var(--text-secondary)}.cuentas-module__o1pCcG__loading,.cuentas-module__o1pCcG__error{text-align:center;color:var(--text-secondary);padding:40px}.cuentas-module__o1pCcG__error{color:#ed4956}.cuentas-module__o1pCcG__summary{color:var(--text-secondary);margin-top:16px;font-size:14px}.cuentas-module__o1pCcG__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cuentas-module__o1pCcG__modal{background:var(--bg-secondary);border-radius:var(--radius-lg);width:90%;max-width:400px;padding:24px;box-shadow:0 4px 20px #0000004d}.cuentas-module__o1pCcG__modal h2{color:var(--text-primary);margin:0 0 20px;font-size:18px}.cuentas-module__o1pCcG__formGroup{margin-bottom:16px}.cuentas-module__o1pCcG__formGroup label{color:var(--text-secondary);margin-bottom:6px;font-size:14px;display:block}.cuentas-module__o1pCcG__formGroup input,.cuentas-module__o1pCcG__formGroup select,.cuentas-module__o1pCcG__formGroup textarea{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);width:100%;color:var(--text-primary);box-sizing:border-box;padding:10px 12px;font-size:14px}.cuentas-module__o1pCcG__formGroup textarea{resize:vertical;font-family:inherit}.cuentas-module__o1pCcG__formGroup input:focus,.cuentas-module__o1pCcG__formGroup select:focus,.cuentas-module__o1pCcG__formGroup textarea:focus{border-color:var(--text-link);outline:none}.cuentas-module__o1pCcG__modalActions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.cuentas-module__o1pCcG__modalActions button{border-radius:var(--radius-md);cursor:pointer;padding:10px 20px;font-size:14px}.cuentas-module__o1pCcG__modalActions button:first-child{border:1px solid var(--border-color);color:var(--text-primary);background:0 0}.cuentas-module__o1pCcG__fileInput{border:2px dashed var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);cursor:pointer;width:100%;padding:10px}.cuentas-module__o1pCcG__fileInput:hover{border-color:var(--text-link)}.cuentas-module__o1pCcG__hint{color:var(--text-secondary);font-size:12px;display:block}.cuentas-module__o1pCcG__templateRow{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.cuentas-module__o1pCcG__templateBtn{border:1px solid var(--text-link);color:var(--text-link);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background:0 0;padding:4px 10px;font-size:12px}.cuentas-module__o1pCcG__templateBtn:hover{background:var(--text-link);color:var(--bg-primary)}.cuentas-module__o1pCcG__csvError{border-radius:var(--radius-md);color:#ed4956;background:#ed495620;border:1px solid #ed4956;margin-bottom:16px;padding:10px;font-size:13px}.cuentas-module__o1pCcG__csvPreview{background:var(--bg-tertiary);border-radius:var(--radius-md);margin-bottom:16px;padding:12px}.cuentas-module__o1pCcG__csvPreview strong{color:var(--text-primary);margin-bottom:8px;font-size:13px;display:block}.cuentas-module__o1pCcG__previewList{max-height:200px;overflow-y:auto}.cuentas-module__o1pCcG__previewRow{color:var(--text-primary);align-items:center;gap:8px;padding:4px 0;font-size:13px;display:flex}.cuentas-module__o1pCcG__previewMore{color:var(--text-secondary);padding-top:8px;font-size:12px;font-style:italic}@media (max-width:768px){.cuentas-module__o1pCcG__header{flex-direction:column;align-items:flex-start}.cuentas-module__o1pCcG__actions{flex-wrap:wrap;width:100%}.cuentas-module__o1pCcG__table{display:block;overflow-x:auto}}
.eventos-module__8orTBa__container{max-width:1400px;margin:0 auto;padding:20px}.eventos-module__8orTBa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.eventos-module__8orTBa__header h1{color:var(--text-primary);margin:0;font-size:24px;font-weight:600}.eventos-module__8orTBa__actions{gap:8px;display:flex}.eventos-module__8orTBa__btnPrimary{background:var(--text-primary);color:var(--bg-primary);border-radius:var(--radius-md);cursor:pointer;border:none;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}@keyframes eventos-module__8orTBa__pulse{0%,to{opacity:1}50%{opacity:.6}}.eventos-module__8orTBa__btnSaving{pointer-events:none;animation:1s ease-in-out infinite eventos-module__8orTBa__pulse}.eventos-module__8orTBa__btnPrimary:hover{opacity:.85}.eventos-module__8orTBa__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.eventos-module__8orTBa__btnSecondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);padding:10px 16px;font-size:14px;font-weight:500}.eventos-module__8orTBa__btnSecondary:hover{background:var(--bg-secondary)}.eventos-module__8orTBa__btnDanger{color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast);background:#ed4956;border:none;padding:10px 16px;font-size:14px;font-weight:500}.eventos-module__8orTBa__btnDanger:hover{opacity:.85}.eventos-module__8orTBa__btnDanger:disabled{opacity:.5;cursor:not-allowed}.eventos-module__8orTBa__btnSmall{color:var(--text-link);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px}.eventos-module__8orTBa__btnSmall:hover{text-decoration:underline}.eventos-module__8orTBa__btnSmallDanger{color:#ed4956;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px}.eventos-module__8orTBa__btnSmallDanger:hover{text-decoration:underline}.eventos-module__8orTBa__searchRow{margin-bottom:16px}.eventos-module__8orTBa__searchInput{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);width:100%;max-width:400px;color:var(--text-primary);padding:10px 12px;font-size:14px}.eventos-module__8orTBa__searchInput:focus{border-color:var(--text-link);outline:none}.eventos-module__8orTBa__filters{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.eventos-module__8orTBa__select{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;padding:8px 12px;font-size:14px}.eventos-module__8orTBa__select:focus{border-color:var(--text-link);outline:none}.eventos-module__8orTBa__tableWrapper{margin-bottom:16px;overflow-x:auto}.eventos-module__8orTBa__table{border-collapse:collapse;background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-color);width:100%;min-width:1100px;overflow:hidden}.eventos-module__8orTBa__table th,.eventos-module__8orTBa__table td{text-align:left;border-bottom:1px solid var(--border-color);padding:10px 12px}.eventos-module__8orTBa__table th{background:var(--bg-tertiary);color:var(--text-secondary);text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:600}.eventos-module__8orTBa__table td{color:var(--text-primary);font-size:13px}.eventos-module__8orTBa__table tr:last-child td{border-bottom:none}.eventos-module__8orTBa__table tr.eventos-module__8orTBa__inactive{opacity:.5}.eventos-module__8orTBa__thumbnail{object-fit:cover;border-radius:var(--radius-md);width:48px;height:48px;display:block}.eventos-module__8orTBa__captionCell{white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.eventos-module__8orTBa__categoryBadges{flex-wrap:wrap;gap:4px;display:flex}.eventos-module__8orTBa__categoryBadge{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.eventos-module__8orTBa__activeBadge{color:#00a86b;font-size:12px;font-weight:500}.eventos-module__8orTBa__inactiveBadge{color:var(--text-secondary);font-size:12px;font-weight:500}.eventos-module__8orTBa__reviewBadge{color:#f5a623;background:#f5a62320;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.eventos-module__8orTBa__classifiedBadge{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.eventos-module__8orTBa__accountLink{color:var(--text-link);font-size:13px;text-decoration:none}.eventos-module__8orTBa__accountLink:hover{text-decoration:underline}.eventos-module__8orTBa__actionsCell{white-space:nowrap}.eventos-module__8orTBa__loading,.eventos-module__8orTBa__error{text-align:center;color:var(--text-secondary);padding:40px}.eventos-module__8orTBa__error{color:#ed4956}.eventos-module__8orTBa__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.eventos-module__8orTBa__summary{color:var(--text-secondary);font-size:14px}.eventos-module__8orTBa__pagination{align-items:center;gap:8px;display:flex}.eventos-module__8orTBa__pagination button{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;padding:8px 14px;font-size:13px}.eventos-module__8orTBa__pagination button:hover:not(:disabled){background:var(--bg-tertiary)}.eventos-module__8orTBa__pagination button:disabled{opacity:.4;cursor:not-allowed}.eventos-module__8orTBa__pageInfo{color:var(--text-secondary);font-size:13px}.eventos-module__8orTBa__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.eventos-module__8orTBa__modal{background:var(--bg-secondary);border-radius:var(--radius-lg);width:90%;max-width:600px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.eventos-module__8orTBa__modal h2{color:var(--text-primary);margin:0 0 20px;font-size:18px}.eventos-module__8orTBa__formGroup{margin-bottom:16px}.eventos-module__8orTBa__formGroup label{color:var(--text-secondary);margin-bottom:6px;font-size:14px;display:block}.eventos-module__8orTBa__formGroup input,.eventos-module__8orTBa__formGroup select,.eventos-module__8orTBa__formGroup textarea{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);width:100%;color:var(--text-primary);box-sizing:border-box;padding:10px 12px;font-size:14px}.eventos-module__8orTBa__formGroup textarea{resize:vertical;font-family:inherit}.eventos-module__8orTBa__formGroup input:focus,.eventos-module__8orTBa__formGroup select:focus,.eventos-module__8orTBa__formGroup textarea:focus{border-color:var(--text-link);outline:none}.eventos-module__8orTBa__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.eventos-module__8orTBa__checkboxGroup{flex-wrap:wrap;gap:10px;display:flex}.eventos-module__8orTBa__checkboxGroup label{color:var(--text-secondary);cursor:pointer;border:1px solid var(--border-primary,#e5e7eb);border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;transition:all .15s;display:flex}.eventos-module__8orTBa__checkboxGroup label:hover{border-color:var(--accent-primary,#3b82f6);color:var(--text-primary);background:#3b82f61a}.eventos-module__8orTBa__checkboxGroup label:focus-within{outline:2px solid var(--accent-primary,#3b82f6);outline-offset:1px;color:var(--text-primary);background:#3b82f61a}.eventos-module__8orTBa__checkboxActive{background:var(--accent-primary,#3b82f6)!important;color:#fff!important;border-color:var(--accent-primary,#3b82f6)!important}.eventos-module__8orTBa__checkboxGroup input{cursor:pointer;accent-color:#fff;width:auto}.eventos-module__8orTBa__toggleRow{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.eventos-module__8orTBa__toggleCheck{color:var(--text-secondary);cursor:pointer;border:1px solid var(--border-primary,#e5e7eb);border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;transition:all .15s;display:flex}.eventos-module__8orTBa__toggleCheck:hover{border-color:var(--accent-primary,#3b82f6);color:var(--text-primary);background:#3b82f61a}.eventos-module__8orTBa__toggleCheck:focus-within{outline:2px solid var(--accent-primary,#3b82f6);outline-offset:1px;color:var(--text-primary);background:#3b82f61a}.eventos-module__8orTBa__toggleCheck input{cursor:pointer;accent-color:#fff;width:auto}.eventos-module__8orTBa__toggleActive{background:var(--accent-primary,#3b82f6)!important;color:#fff!important;border-color:var(--accent-primary,#3b82f6)!important}.eventos-module__8orTBa__toggleActive:hover{background:#2563eb!important}.eventos-module__8orTBa__modalActions{justify-content:flex-end;gap:8px;margin-top:auto;padding-top:24px;display:flex}.eventos-module__8orTBa__modalActions button{border-radius:var(--radius-md);cursor:pointer;padding:10px 20px;font-size:14px}.eventos-module__8orTBa__modalActions button:first-child{border:1px solid var(--border-color);color:var(--text-primary);background:0 0}.eventos-module__8orTBa__deleteWarning{border-radius:var(--radius-md);color:#ed4956;background:#ed495615;border:1px solid #ed495640;margin-bottom:16px;padding:12px;font-size:14px;line-height:1.5}.eventos-module__8orTBa__confirmInput{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);width:100%;color:var(--text-primary);box-sizing:border-box;padding:10px 12px;font-size:14px}.eventos-module__8orTBa__confirmInput:focus{border-color:#ed4956;outline:none}.eventos-module__8orTBa__modalWide{background:var(--bg-secondary);border-radius:var(--radius-lg);width:90%;max-width:900px;max-height:90vh;padding:0;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.eventos-module__8orTBa__editModalLayout{grid-template-columns:1fr 1fr;min-height:0;display:grid}.eventos-module__8orTBa__editImagePanel{background:var(--bg-tertiary);border-radius:var(--radius-lg)0 0 var(--radius-lg);flex-direction:column;padding:16px;display:flex;overflow:hidden}.eventos-module__8orTBa__editImage{aspect-ratio:1;object-fit:cover;width:100%;display:block}.eventos-module__8orTBa__editImageMeta{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.eventos-module__8orTBa__editFormPanel{flex-direction:column;max-height:90vh;padding:16px;display:flex;overflow-y:auto}.eventos-module__8orTBa__modeIndicator{letter-spacing:.5px;text-transform:uppercase;text-align:center;padding:14px 16px 4px;font-size:13px;font-weight:600}.eventos-module__8orTBa__modeNav{color:var(--accent-primary,#3b82f6)}.eventos-module__8orTBa__modeEdit{color:#22c55e}.eventos-module__8orTBa__modalWide input:disabled,.eventos-module__8orTBa__modalWide textarea:disabled,.eventos-module__8orTBa__modalWide select:disabled{opacity:.5;cursor:default}.eventos-module__8orTBa__toggleCheck:has(input:disabled){opacity:.6;cursor:default}.eventos-module__8orTBa__checkboxGroup label:has(input:disabled){opacity:.6;cursor:default}.eventos-module__8orTBa__navArrow{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;width:48px;height:48px;color:var(--text-primary);z-index:1001;transition:background var(--transition-fast),opacity var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0003}.eventos-module__8orTBa__navArrow:hover:not(:disabled){background:var(--bg-tertiary)}.eventos-module__8orTBa__navArrow:disabled{opacity:.2;cursor:not-allowed}.eventos-module__8orTBa__navArrowLeft{left:max(1%,50% - 500px)}.eventos-module__8orTBa__navArrowRight{right:max(1%,50% - 500px)}.eventos-module__8orTBa__selectionBar{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:12px;margin-bottom:12px;padding:10px 16px;font-size:14px;display:flex}.eventos-module__8orTBa__groupIndicator{color:var(--text-secondary);background:var(--bg-tertiary);border-radius:4px;margin-top:2px;padding:1px 6px;font-size:10px;display:inline-block}.eventos-module__8orTBa__btnSmallSecondary{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:4px 8px;font-size:12px}.eventos-module__8orTBa__btnSmallSecondary:hover{background:var(--bg-tertiary);color:var(--text-primary)}.eventos-module__8orTBa__thumbnailCell{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.eventos-module__8orTBa__groupDots{justify-content:center;gap:3px;width:48px;display:flex}.eventos-module__8orTBa__groupDot{background:var(--border-color);border-radius:50%;width:6px;height:6px}.eventos-module__8orTBa__groupDotActive{background:var(--accent-primary,#3b82f6)}.eventos-module__8orTBa__groupBadge{background:var(--accent-primary,#3b82f6);color:#fff;white-space:nowrap;border-radius:8px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.eventos-module__8orTBa__thumbnailStrip{background:var(--bg-tertiary);border-bottom:1px solid var(--border-color);gap:8px;padding:12px 16px;display:flex;overflow-x:auto}.eventos-module__8orTBa__thumbnailItem{border-radius:var(--radius-md);cursor:grab;border:2px solid #0000;flex-shrink:0;width:64px;height:64px;transition:border-color .15s,transform .15s,box-shadow .15s;position:relative;overflow:hidden}.eventos-module__8orTBa__thumbnailItem:active{cursor:grabbing}.eventos-module__8orTBa__thumbnailItem img{object-fit:cover;width:100%;height:100%;display:block}.eventos-module__8orTBa__thumbnailItem:hover{border-color:var(--text-secondary)}.eventos-module__8orTBa__thumbnailItemActive{border-color:var(--accent-primary,#3b82f6)}.eventos-module__8orTBa__coverLabel{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.5px;background:#3b82f6d9;padding:1px 0;font-size:9px;font-weight:600;position:absolute;bottom:0;left:0;right:0}.eventos-module__8orTBa__thumbnailDragging{opacity:.4;border-color:var(--accent-primary,#3b82f6)}.eventos-module__8orTBa__thumbnailDropTarget{border-color:var(--accent-primary,#3b82f6);transform:scale(1.05);box-shadow:0 0 0 2px #3b82f666}.eventos-module__8orTBa__reorderingLabel{color:var(--accent-primary,#3b82f6);white-space:nowrap;align-self:center;font-size:11px}@media (max-width:768px){.eventos-module__8orTBa__container{padding:12px}.eventos-module__8orTBa__header{flex-direction:column;align-items:flex-start}.eventos-module__8orTBa__actions{flex-wrap:wrap;width:100%}.eventos-module__8orTBa__filters{flex-direction:column;align-items:stretch}.eventos-module__8orTBa__select{width:100%}.eventos-module__8orTBa__searchInput{max-width:100%}.eventos-module__8orTBa__formRow{grid-template-columns:1fr}.eventos-module__8orTBa__footer{flex-direction:column;align-items:flex-start}.eventos-module__8orTBa__editModalLayout{grid-template-columns:1fr}.eventos-module__8orTBa__editImagePanel{border-radius:var(--radius-lg)var(--radius-lg)0 0}.eventos-module__8orTBa__editImage{aspect-ratio:16/9}.eventos-module__8orTBa__navArrow{width:40px;height:40px}.eventos-module__8orTBa__navArrowLeft{left:4px}.eventos-module__8orTBa__navArrowRight{right:4px}}
.interest-module__LaJTtq__container{max-width:1000px;margin:0 auto;padding:20px}.interest-module__LaJTtq__pageHeader{margin-bottom:24px}.interest-module__LaJTtq__pageHeader h1{color:var(--text-primary);margin:0;font-size:24px;font-weight:600}.interest-module__LaJTtq__settingsCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-bottom:24px;padding:24px}.interest-module__LaJTtq__settingsCard h2{color:var(--text-primary);margin:0 0 20px;font-size:18px;font-weight:600}.interest-module__LaJTtq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.interest-module__LaJTtq__cardHeader h2{margin:0}.interest-module__LaJTtq__hint{color:var(--text-secondary);margin-bottom:16px;font-size:13px}.interest-module__LaJTtq__switchRow{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 0;display:flex}.interest-module__LaJTtq__switchLabel{color:var(--text-primary);font-size:14px;font-weight:500}.interest-module__LaJTtq__switchTrack{background:var(--border-color);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background .2s;position:relative}.interest-module__LaJTtq__switchTrack:disabled{opacity:.5;cursor:not-allowed}.interest-module__LaJTtq__switchOn{background:#3b82f6}.interest-module__LaJTtq__switchThumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;display:block;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.interest-module__LaJTtq__switchOn .interest-module__LaJTtq__switchThumb{transform:translate(20px)}.interest-module__LaJTtq__rangeCell{text-align:center;font-variant-numeric:tabular-nums;color:var(--text-secondary);font-size:13px}.interest-module__LaJTtq__btnPrimary{background:var(--text-primary);color:var(--bg-primary);border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast);border:none;padding:10px 16px;font-size:14px;font-weight:500}.interest-module__LaJTtq__btnPrimary:hover{opacity:.85}.interest-module__LaJTtq__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.interest-module__LaJTtq__btnSaved{color:#fff;border-radius:var(--radius-md);cursor:default;transition:background var(--transition-fast);background:#16a34a;border:none;padding:10px 16px;font-size:14px;font-weight:500}.interest-module__LaJTtq__btnSaved:disabled{opacity:1;cursor:default}.interest-module__LaJTtq__btnSecondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);padding:10px 16px;font-size:14px;font-weight:500}.interest-module__LaJTtq__btnSecondary:hover{background:var(--bg-secondary)}.interest-module__LaJTtq__btnSmall{color:var(--text-link);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px}.interest-module__LaJTtq__btnSmall:hover{text-decoration:underline}.interest-module__LaJTtq__btnSmallDanger{color:#ed4956;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px}.interest-module__LaJTtq__btnSmallDanger:hover{text-decoration:underline}.interest-module__LaJTtq__btnDanger{color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast);background:#ed4956;border:none;padding:10px 16px;font-size:14px;font-weight:500}.interest-module__LaJTtq__btnDanger:hover{opacity:.85}.interest-module__LaJTtq__table{border-collapse:collapse;background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-color);width:100%;overflow:hidden}.interest-module__LaJTtq__table th,.interest-module__LaJTtq__table td{text-align:left;border-bottom:1px solid var(--border-color);padding:12px 16px}.interest-module__LaJTtq__table th{background:var(--bg-tertiary);color:var(--text-secondary);text-transform:uppercase;font-size:13px;font-weight:600}.interest-module__LaJTtq__table td{color:var(--text-primary);font-size:14px}.interest-module__LaJTtq__table tr:last-child td{border-bottom:none}.interest-module__LaJTtq__formGroup{margin-bottom:16px}.interest-module__LaJTtq__formGroup label{color:var(--text-secondary);margin-bottom:6px;font-size:14px;display:block}.interest-module__LaJTtq__formGroup input,.interest-module__LaJTtq__formGroup select,.interest-module__LaJTtq__formGroup textarea{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);width:100%;color:var(--text-primary);box-sizing:border-box;padding:10px 12px;font-size:14px}.interest-module__LaJTtq__formGroup input:focus,.interest-module__LaJTtq__formGroup select:focus,.interest-module__LaJTtq__formGroup textarea:focus{border-color:var(--text-link);outline:none}.interest-module__LaJTtq__formRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.interest-module__LaJTtq__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.interest-module__LaJTtq__modal{background:var(--bg-secondary);border-radius:var(--radius-lg);width:90%;max-width:500px;padding:24px;box-shadow:0 4px 20px #0000004d}.interest-module__LaJTtq__modal h3{color:var(--text-primary);margin:0 0 20px;font-size:16px;font-weight:600}.interest-module__LaJTtq__modalActions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.interest-module__LaJTtq__loading,.interest-module__LaJTtq__error{text-align:center;color:var(--text-secondary);padding:40px}.interest-module__LaJTtq__error{color:#ed4956}.interest-module__LaJTtq__emptyTable{text-align:center;color:var(--text-secondary);padding:32px;font-size:14px;font-style:italic}@media (max-width:768px){.interest-module__LaJTtq__formRow{grid-template-columns:1fr}.interest-module__LaJTtq__table{display:block;overflow-x:auto}}
.reset-password-module__VFlLCq__container{max-width:440px;padding:var(--spacing-xl)var(--spacing-md);margin:0 auto}.reset-password-module__VFlLCq__card{background:var(--bg-secondary);border-radius:var(--radius-lg);padding:var(--spacing-lg);border:1px solid var(--border-color)}.reset-password-module__VFlLCq__title{color:var(--text-primary);margin-bottom:var(--spacing-lg);text-align:center;font-size:20px;font-weight:700}.reset-password-module__VFlLCq__loading{text-align:center;color:var(--text-secondary);padding:var(--spacing-lg)0}.reset-password-module__VFlLCq__form{gap:var(--spacing-md);flex-direction:column;display:flex}.reset-password-module__VFlLCq__inputGroup{gap:var(--spacing-xs);flex-direction:column;display:flex}.reset-password-module__VFlLCq__label{color:var(--text-primary);font-size:13px;font-weight:600}.reset-password-module__VFlLCq__input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);padding:12px 14px;font-size:14px}.reset-password-module__VFlLCq__input:focus{border-color:var(--text-primary);box-shadow:0 0 0 1px var(--text-primary);outline:none}.reset-password-module__VFlLCq__message{border-radius:var(--radius-md);text-align:center;padding:12px;font-size:13px}.reset-password-module__VFlLCq__success{color:#48bb78;background:#48bb781a;border:1px solid #48bb784d}.reset-password-module__VFlLCq__error{color:#ed4956;background:#ed49561a;border:1px solid #ed49564d}.reset-password-module__VFlLCq__submitBtn{background:var(--text-primary);color:var(--bg-primary);border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast);margin-top:var(--spacing-sm);border:none;padding:14px;font-size:14px;font-weight:600}.reset-password-module__VFlLCq__submitBtn:hover:not(:disabled){opacity:.85}.reset-password-module__VFlLCq__submitBtn:disabled{opacity:.6;cursor:not-allowed}
.evento-module__OjLYtq__container{max-width:500px;margin:0 auto}.evento-module__OjLYtq__backLink{background:var(--bg-secondary);color:var(--text-primary);border-radius:var(--radius-md);border:1px solid var(--border-color);transition:all var(--transition-fast);align-items:center;gap:8px;margin-bottom:16px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.evento-module__OjLYtq__backLink:hover{background:var(--bg-tertiary);border-color:var(--text-link);color:var(--text-link);transform:translate(-4px)}.evento-module__OjLYtq__eventCard{background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:0 2px 8px var(--shadow-sm);border:1px solid var(--border-color);overflow:hidden}.evento-module__OjLYtq__imageWrapper{aspect-ratio:4/5;background:#000;width:100%;position:relative;overflow:hidden}.evento-module__OjLYtq__blurredBg{filter:blur(18px);opacity:.7;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.15)}.evento-module__OjLYtq__eventImage{object-fit:contain;z-index:1;width:100%;height:100%;position:relative}.evento-module__OjLYtq__content{padding:16px}.evento-module__OjLYtq__header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.evento-module__OjLYtq__avatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.evento-module__OjLYtq__userInfo{flex:1}.evento-module__OjLYtq__username{color:var(--text-primary);font-size:14px;font-weight:600}.evento-module__OjLYtq__location{color:var(--text-secondary);font-size:12px}.evento-module__OjLYtq__categories{flex-wrap:wrap;gap:6px;margin-left:auto;display:flex}.evento-module__OjLYtq__title{color:var(--text-primary);margin-bottom:12px;font-size:15px;font-weight:500;line-height:1.4}.evento-module__OjLYtq__meta{color:var(--text-secondary);gap:16px;margin-bottom:12px;font-size:13px;display:flex}.evento-module__OjLYtq__freeTag{color:#00a86b;font-weight:600}.evento-module__OjLYtq__hashtags{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.evento-module__OjLYtq__hashtag{background:var(--bg-tertiary);color:var(--text-link);border-radius:16px;padding:4px 10px;font-size:12px}.evento-module__OjLYtq__stats{background:var(--bg-tertiary);border-radius:var(--radius-md);color:var(--text-muted,var(--text-secondary));opacity:.75;gap:16px;margin-bottom:14px;padding:10px 14px;font-size:12px;display:flex}.evento-module__OjLYtq__instagramLink{background:var(--text-primary);color:var(--bg-primary);text-align:center;border-radius:var(--radius-md);transition:opacity var(--transition-fast);margin-top:16px;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;display:block}.evento-module__OjLYtq__instagramLink:hover{opacity:.85}.evento-module__OjLYtq__errorContainer{text-align:center;padding:60px 20px}.evento-module__OjLYtq__errorLink{background:var(--bg-secondary);color:var(--text-primary);border-radius:var(--radius-md);border:1px solid var(--border-color);transition:all var(--transition-fast);align-items:center;gap:8px;margin-top:16px;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.evento-module__OjLYtq__errorLink:hover{background:var(--bg-tertiary);border-color:var(--text-link);color:var(--text-link)}@media (max-width:540px){.evento-module__OjLYtq__container{max-width:100%;padding:0}.evento-module__OjLYtq__backLink{margin-left:16px}.evento-module__OjLYtq__eventCard{border-left:none;border-right:none;border-radius:0}}
.mis-intereses-module__A3V3pW__container{max-width:1200px;margin:0 auto;padding:20px 16px}.mis-intereses-module__A3V3pW__pageHeader{align-items:baseline;gap:12px;margin-bottom:24px;display:flex}.mis-intereses-module__A3V3pW__pageHeader h1{color:var(--text-primary);margin:0;font-size:22px;font-weight:600}.mis-intereses-module__A3V3pW__count{color:var(--text-secondary);font-size:14px}.mis-intereses-module__A3V3pW__loading,.mis-intereses-module__A3V3pW__error{text-align:center;color:var(--text-secondary);padding:60px 20px}.mis-intereses-module__A3V3pW__error{color:#ed4956}.mis-intereses-module__A3V3pW__empty{text-align:center;color:var(--text-secondary);padding:60px 20px;line-height:1.8}.mis-intereses-module__A3V3pW__empty p{margin:0;font-size:14px}.mis-intereses-module__A3V3pW__pagination{border-top:1px solid var(--border-light);justify-content:center;align-items:center;gap:16px;margin-top:32px;padding-top:24px;display:flex}.mis-intereses-module__A3V3pW__pageBtn{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);padding:8px 16px;font-size:14px}.mis-intereses-module__A3V3pW__pageBtn:hover:not(:disabled){background:var(--bg-tertiary)}.mis-intereses-module__A3V3pW__pageBtn:disabled{opacity:.4;cursor:not-allowed}.mis-intereses-module__A3V3pW__pageInfo{color:var(--text-secondary);font-size:14px}
.perfil-module__bXvMLa__container{width:35%;margin:0 auto;padding:40px 0}.perfil-module__bXvMLa__pageHeader{margin-bottom:32px}.perfil-module__bXvMLa__pageHeader h1{color:var(--text-primary);margin:0 0 6px;font-size:24px;font-weight:700}.perfil-module__bXvMLa__pageDescription{color:var(--text-secondary);margin:0;font-size:14px}.perfil-module__bXvMLa__section{margin-bottom:40px}.perfil-module__bXvMLa__sectionTitle{color:var(--text-primary);margin:0 0 16px;font-size:18px;font-weight:600}.perfil-module__bXvMLa__card{background:var(--bg-secondary);border:1px solid #ffffff0f;border-radius:10px;overflow:hidden}.perfil-module__bXvMLa__cardCompact{max-width:100%}.perfil-module__bXvMLa__cardRow{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.perfil-module__bXvMLa__cardRow:last-child{border-bottom:none}.perfil-module__bXvMLa__cardRowLeft{flex-direction:column;gap:2px;display:flex}.perfil-module__bXvMLa__rowTitle{color:var(--text-primary);font-size:14px;font-weight:500}.perfil-module__bXvMLa__rowDescription{color:var(--text-secondary);font-size:13px}.perfil-module__bXvMLa__rowValue{color:var(--text-secondary);font-size:14px}.perfil-module__bXvMLa__roleBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.perfil-module__bXvMLa__roleAdmin{color:#a78bfa;background:#8b5cf626}.perfil-module__bXvMLa__roleUser{color:#60a5fa;background:#3b82f626}.perfil-module__bXvMLa__form{flex-direction:column;gap:18px;padding:20px;display:flex}.perfil-module__bXvMLa__inputGroup{flex-direction:column;gap:5px;display:flex}.perfil-module__bXvMLa__inputLabel{color:var(--text-primary);font-size:12px;font-weight:500}.perfil-module__bXvMLa__input{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast);box-sizing:border-box;border-radius:6px;outline:none;padding:9px 12px;font-size:13px}.perfil-module__bXvMLa__input:focus{border-color:var(--accent-blue)}.perfil-module__bXvMLa__cardFooter{border-top:1px solid #ffffff0f;justify-content:flex-end;margin-top:8px;padding-top:16px;display:flex}.perfil-module__bXvMLa__submitBtn{color:#4ade80;cursor:pointer;transition:all var(--transition-fast);background:#22c55e1a;border:1px solid #22c55e66;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500}.perfil-module__bXvMLa__submitBtn:hover:not(:disabled){background:#22c55e33}.perfil-module__bXvMLa__submitBtn:disabled{opacity:.4;cursor:not-allowed}.perfil-module__bXvMLa__message{border-radius:6px;padding:10px 14px;font-size:13px}.perfil-module__bXvMLa__success{color:#4ade80;background:#22c55e1f}.perfil-module__bXvMLa__error{color:#f87171;background:#ef44441f}.perfil-module__bXvMLa__loading{text-align:center;color:var(--text-secondary);padding:60px 20px}.perfil-module__bXvMLa__dangerCard{background:var(--bg-secondary);border:1px solid #ffffff0f;border-radius:10px;overflow:hidden}.perfil-module__bXvMLa__dangerToggle{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:14px 20px;font-size:13px;font-weight:500;display:flex}.perfil-module__bXvMLa__dangerToggle:hover{background:#ffffff05}.perfil-module__bXvMLa__dangerIcon{color:#ed4956;flex-shrink:0}.perfil-module__bXvMLa__dangerToggleText{color:var(--text-secondary);font-size:13px}.perfil-module__bXvMLa__chevron{color:var(--text-secondary);opacity:.5;transition:transform var(--transition-fast);margin-left:auto}.perfil-module__bXvMLa__chevronOpen{transform:rotate(180deg)}.perfil-module__bXvMLa__dangerContent{border-top:1px solid #ffffff0f;padding:0 20px 20px}.perfil-module__bXvMLa__dangerWarning{background:#ed49560f;border-left:3px solid #ed4956;border-radius:0 6px 6px 0;align-items:flex-start;gap:10px;margin-top:16px;margin-bottom:16px;padding:14px;display:flex}.perfil-module__bXvMLa__dangerWarning p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.perfil-module__bXvMLa__dangerBtn{color:#ed4956;cursor:pointer;transition:all var(--transition-fast);background:0 0;border:1px solid #ed495666;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500}.perfil-module__bXvMLa__dangerBtn:hover{color:#fff;background:#ed4956}.perfil-module__bXvMLa__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.perfil-module__bXvMLa__modal{background:var(--bg-secondary);border:1px solid #ffffff14;border-radius:12px;width:100%;max-width:400px;padding:24px}.perfil-module__bXvMLa__modalTitle{color:var(--text-primary);margin:0 0 12px;font-size:18px;font-weight:600}.perfil-module__bXvMLa__modalText{color:var(--text-secondary);margin:0 0 12px;font-size:14px;line-height:1.5}.perfil-module__bXvMLa__modalInput{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:6px;outline:none;margin-bottom:16px;padding:9px 12px;font-size:13px}.perfil-module__bXvMLa__modalInput:focus{border-color:#ed4956}.perfil-module__bXvMLa__modalButtons{justify-content:flex-end;gap:10px;display:flex}.perfil-module__bXvMLa__cancelBtn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:1px solid #ffffff1f;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500}.perfil-module__bXvMLa__cancelBtn:hover{background:#ffffff0a}.perfil-module__bXvMLa__deleteBtn{color:#fff;cursor:pointer;transition:opacity var(--transition-fast);background:#ed4956;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500}.perfil-module__bXvMLa__deleteBtn:hover:not(:disabled){opacity:.85}.perfil-module__bXvMLa__deleteBtn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:768px){.perfil-module__bXvMLa__container{width:100%;padding:20px 16px}.perfil-module__bXvMLa__cardRow{flex-direction:column;align-items:flex-start;gap:8px}.perfil-module__bXvMLa__form{padding:16px}}
