.sidebar{width:260px;background-color:#0f172a;color:#fff;display:flex;flex-direction:column;box-shadow:1px 0 #ffffff0f;position:relative;transition:transform .3s ease-in-out}.sidebar-header{padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}.sidebar-title{font-size:24px;font-weight:700;margin:0;color:#fff}.sidebar-nav{flex:1;padding:16px 0;overflow-y:auto}.sidebar-link{display:flex;align-items:center;padding:10px 16px;margin:1px 8px;border-radius:8px;color:#94a3b8;text-decoration:none;transition:background .15s ease,color .15s ease;border-left:none;gap:0}.sidebar-link:hover{background-color:#ffffff12;color:#e2e8f0}.sidebar-link.active{background-color:#3b82f626;color:#60a5fa}.sidebar-link.active .sidebar-icon{color:#60a5fa}.sidebar-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:10px;flex-shrink:0;color:#64748b;transition:color .15s}.sidebar-label{font-size:14px;font-weight:500;letter-spacing:.01em}.sidebar-section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#475569;padding:12px 24px 4px;margin-top:8px}.sidebar-close{display:none;position:absolute;top:16px;right:16px;background:#ffffff1a;border:none;color:#fff;font-size:24px;width:36px;height:36px;border-radius:6px;cursor:pointer;align-items:center;justify-content:center;transition:background .2s;z-index:1001}.sidebar-close:hover{background:#fff3}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999}@media (min-width: 768px){.sidebar-collapsed{width:0;overflow:hidden}}@media (max-width: 767px){.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:1000;transform:translate(-100%)}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{display:block}.sidebar-close{display:flex}}@media (min-width: 768px) and (max-width: 1024px){.sidebar{width:220px}.sidebar-icon{font-size:18px}.sidebar-label{font-size:14px}}.notification-bell{position:relative}.notification-bell-button{background:none;border:none;font-size:24px;cursor:pointer;padding:8px;position:relative;transition:transform .2s;display:flex;align-items:center;justify-content:center}.notification-bell-button:hover{transform:scale(1.1)}.notification-bell-button--dark{color:#eaeaea}.notification-bell-button--dark:hover{background:#ffffff1a;border-radius:8px}.notification-badge{position:absolute;top:4px;right:4px;background:#dc2626;color:#fff;border-radius:10px;padding:2px 6px;font-size:11px;font-weight:600;min-width:18px;text-align:center;box-shadow:0 2px 4px #0003}.notification-dropdown{position:absolute;top:100%;right:0;margin-top:8px;width:380px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;border:1px solid #e5e7eb;z-index:1000;overflow:hidden;display:flex;flex-direction:column}.notification-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb}.notification-header h3{margin:0;font-size:16px;font-weight:600;color:#1f2937}.notification-loading{font-size:18px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notification-list{overflow-y:auto;max-height:440px}.notification-empty{padding:40px 20px;text-align:center;color:#6b7280}.notification-empty p{margin:0;font-size:14px}.notification-item{display:flex;gap:12px;padding:14px 20px;border-bottom:1px solid #f3f4f6;border-left:3px solid transparent;cursor:pointer;transition:all .2s}.notification-item:hover{background:#f9fafb}.notification-item:last-child{border-bottom:none}.notification-icon{font-size:24px;flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.notification-content{flex:1;min-width:0}.notification-title{font-size:13px;font-weight:600;color:#1f2937;margin-bottom:4px}.notification-message{font-size:13px;color:#6b7280;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notification-dismiss{flex-shrink:0;align-self:flex-start;background:none;border:none;color:#9ca3af;font-size:18px;line-height:1;cursor:pointer;padding:0 2px;border-radius:4px;transition:color .15s,background .15s;margin-top:-1px}.notification-dismiss:hover{color:#dc2626;background:#fee2e2}@media (max-width: 480px){.notification-dropdown{width:320px;right:-20px}}.header{background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000f;position:sticky;top:0;z-index:50}.header-content{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;gap:16px}.header-title{display:flex;align-items:center;gap:12px}.header-title h2{font-size:20px;font-weight:600;color:#1f2937;margin:0}.header-logo{height:40px;width:auto}.header-actions{display:flex;align-items:center;gap:12px}.header-user{margin-right:4px;color:#6b7280;font-size:14px;font-family:"Averia Serif Libre",serif;display:flex;align-items:center;gap:6px}.header-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:all .2s ease}.header-btn:hover{background-color:#e5e7eb}.sidebar-toggle-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:transparent;border:none;cursor:pointer;padding:0;border-radius:8px;color:#6b7280;transition:color .2s,background .2s;flex-shrink:0}.sidebar-toggle-btn:hover{color:#1f2937;background-color:#f3f4f6}.hamburger-btn{display:none;flex-direction:column;justify-content:space-around;width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:4px;z-index:10}.hamburger-btn span{width:24px;height:3px;background-color:#374151;border-radius:2px;transition:all .3s ease}.hamburger-btn:hover span{background-color:#1f2937}@media (max-width: 767px){.hamburger-btn{display:flex}.sidebar-toggle-btn{display:none}.header-content{padding:12px 16px}.header-title h2{font-size:16px}.header-logo{height:32px}.header-username,.logout-text{display:none}.header-logout-btn{padding:8px 12px;font-size:16px}.header-user{font-size:18px}}@media (max-width: 479px){.header-title h2{display:none}.header-actions{gap:8px}}@media (min-width: 768px) and (max-width: 1024px){.header-title h2{font-size:18px}.header-logo{height:36px}}.breadcrumb-container{margin-bottom:16px;padding:8px 0 12px}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;font-size:13px;gap:2px}.breadcrumb-item{display:flex;align-items:center;color:#93c5fd}.breadcrumb-item a{color:#60a5fa;text-decoration:none;transition:color .15s,background .15s;padding:3px 8px;border-radius:5px;font-weight:500}.breadcrumb-item a:hover{color:#1d4ed8;background-color:#3b82f61a}.breadcrumb-item.active span{color:#1e40af;font-weight:600;padding:3px 8px}.breadcrumb-separator{color:#93c5fd;margin:0 2px;-webkit-user-select:none;user-select:none;font-size:12px}@media (max-width: 640px){.breadcrumb{font-size:12px}.breadcrumb-item a,.breadcrumb-item.active span{padding:2px 6px}}.layout{display:flex;min-height:100vh;background-color:#f1f5f9}.layout-main{flex:1;display:flex;flex-direction:column;min-width:0;background-color:#f1f5f9}.layout-content{flex:1;padding:24px;overflow-y:auto;overflow-x:hidden}@media (max-width: 767px){.layout-content{padding:16px 12px}}@media (min-width: 768px) and (max-width: 1024px){.layout-content{padding:20px 16px}}.casino-header{background:#000;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:108px;padding:0 28px;position:sticky;top:0;z-index:100}.casino-header__brand{grid-column:2;display:flex;align-items:center;text-decoration:none}.casino-header__logo{height:96px;object-fit:contain}.casino-header__actions{grid-column:3;display:flex;justify-content:flex-end;align-items:center}.casino-header__login{font-family:UnifrakturMaguntia,cursive;font-size:20px;color:#eaeaea;text-decoration:none;letter-spacing:.03em;transition:opacity .2s}.casino-header__login:hover{opacity:.7}.ch-menu{position:relative}.ch-menu__trigger{display:flex;align-items:center;gap:10px;background:transparent;border:none;cursor:pointer;padding:6px 8px;border-radius:8px;transition:background .18s}.ch-menu__trigger:hover{background:#ffffff14}.ch-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#2a2a2a;border:2px solid rgba(250,204,21,.5);display:flex;align-items:center;justify-content:center}.ch-avatar__img{width:100%;height:100%;object-fit:cover}.ch-avatar__initials{font-family:"Averia Serif Libre",serif;font-size:14px;font-weight:700;color:#facc15}.ch-menu__name{font-family:"Averia Serif Libre",serif;font-size:14px;color:#eaeaea;white-space:nowrap}.ch-menu__chevron{font-size:12px;color:#94a3b8;transition:transform .2s;line-height:1}.ch-menu__chevron--open{transform:rotate(180deg)}.ch-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:0 12px 32px #00000080;min-width:180px;overflow:hidden;animation:ch-drop-in .18s ease}@keyframes ch-drop-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ch-dropdown__item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;background:transparent;border:none;font-family:"Averia Serif Libre",serif;font-size:14px;color:#eaeaea;text-decoration:none;cursor:pointer;transition:background .15s;text-align:left;box-sizing:border-box}.ch-dropdown__item:hover{background:#ffffff12}.ch-dropdown__item--danger{color:#fca5a5;border-top:1px solid rgba(255,255,255,.07)}.ch-dropdown__item--danger:hover{background:#b91c1c26}@media (max-width: 640px){.casino-header{padding:0 16px;height:60px}.casino-header__logo{height:42px}.ch-menu__name,.ch-menu__chevron{display:none}.casino-header__login{font-size:16px}}.password-input-wrapper{width:100%}.password-input-wrapper label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#374151}.password-input-container{position:relative;display:flex;align-items:center}.password-input-field{width:100%;padding:12px 48px 12px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s ease}.password-input-field:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.password-input-field:disabled{background-color:#f3f4f6;cursor:not-allowed}.password-toggle-btn{position:absolute;right:8px;background:none;border:none;cursor:pointer;padding:8px;font-size:18px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.password-toggle-btn:hover:not(:disabled){background-color:#0000000d}.password-toggle-btn:active:not(:disabled){background-color:#0000001a}.password-toggle-btn:disabled{cursor:not-allowed;opacity:.5}.password-toggle-btn:focus{outline:none}.auth-bg-wrapper{min-height:100vh;display:flex;flex-direction:column;background-image:url(/assets/images/login-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.auth-bg-wrapper .auth-page{flex:1}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:transparent;padding:20px}.auth-card{background-color:#fff;border-radius:2px;border:1px solid #b8b8b8;box-shadow:12px 8px 32px #00000052;padding:52px 52px 60px;width:100%;max-width:370px;font-family:"Averia Serif Libre",serif}.auth-title{color:#1a1a1a;text-align:center;margin:0 0 44px;letter-spacing:.02em;font-size:26px;font-weight:600;line-height:1.2;white-space:nowrap}.auth-alert{padding:10px 14px;border-radius:4px;margin-bottom:20px;font-size:13px;text-align:center;line-height:1.5}.auth-alert-success{background-color:#d1fae5;color:#065f46}.auth-alert-error{background-color:#fee2e2;color:#991b1b}.auth-field{margin-bottom:28px}.auth-field label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#374151}.auth-field input{width:100%;padding:6px 0 8px;border:none;border-bottom:1px solid #b0b0b0;border-radius:0;font-size:13px;color:#1a1a1a;background:transparent;font-family:"Averia Serif Libre",serif;transition:border-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.auth-field input::placeholder{color:#a0a0a0;font-size:13px}.auth-field input:focus{outline:none;border-bottom-color:#7a1010}.auth-submit{display:block;width:72%;margin:40px auto 0;padding:11px 0;background-color:#1d4ed8;color:#fff;border:none;border-radius:4px;font-family:UnifrakturMaguntia,cursive;font-size:22px;font-weight:400;letter-spacing:.03em;cursor:pointer;transition:background-color .2s ease;text-align:center;white-space:nowrap}.auth-submit:hover:not(:disabled){background-color:#1e40af}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;margin-top:20px}.auth-link{color:#7a1010;text-decoration:none;font-size:13px;font-weight:500}.auth-link:hover{text-decoration:underline}.auth-username-info{color:#6b7280;font-size:14px;text-align:center;margin:0}.auth-spinner-wrapper{text-align:center;padding:16px 0}.auth-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#7a1010;border-radius:50%;animation:authSpin .8s linear infinite;margin:0 auto 16px}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-spinner-text{color:#6b7280;font-size:14px}.auth-icon-box{width:72px;height:72px;border-radius:50%;background-color:#fee2e2;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.auth-icon-box svg{width:36px;height:36px;color:#dc2626;stroke:currentColor}.auth-error-title{font-size:24px;font-weight:700;color:#1f2937;text-align:center;margin:0 0 12px}.auth-error-text{color:#6b7280;text-align:center;font-size:15px;margin:0 0 24px;line-height:1.5}.auth-socio-divider{border:none;border-top:1px solid #e5e7eb;margin:28px 0 0}.auth-socio-section{text-align:center;padding:20px 0 4px;position:relative}.auth-socio-text{font-size:12px;color:#9ca3af;margin:0;cursor:pointer;transition:color .2s;text-decoration:underline;text-underline-offset:3px;background:none;border:none;padding:0;font-family:"Averia Serif Libre",serif}.auth-socio-text:hover{color:#6b7280}.auth-socio-contacts{position:absolute;left:0;right:0;top:calc(100% + 6px);display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px;box-shadow:0 4px 16px #0000001a;z-index:10;animation:auth-expand .22s ease forwards}@keyframes auth-expand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.auth-contact-link{display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 14px;border-radius:4px;background-color:#f9fafb;border:1px solid #e5e7eb;color:#374151;font-size:13px;text-decoration:none;font-family:"Averia Serif Libre",serif;transition:background-color .15s,border-color .15s}.auth-contact-link:hover{background-color:#f3f4f6;border-color:#d1d5db}.auth-login-container{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:370px}.auth-no-socio{align-self:flex-end;background:none;border:none;padding:0;font-family:"Averia Serif Libre",serif;font-size:12px;color:#9ca3af;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.auth-no-socio:hover{color:#6b7280}.auth-field .password-input-container{position:relative}.auth-field .password-input-field{width:100%;padding:6px 36px 8px 0;border:none;border-bottom:1px solid #b0b0b0;border-radius:0;font-size:13px;color:#1a1a1a;background:transparent;font-family:"Averia Serif Libre",serif;box-shadow:none;transition:border-color .2s ease;box-sizing:border-box}.auth-field .password-input-field::placeholder{color:#a0a0a0;font-size:13px}.auth-field .password-input-field:focus{outline:none;border-bottom-color:#7a1010;box-shadow:none}.auth-field .password-toggle-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);padding:4px;color:#9ca3af}.socio-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.socio-modal{background:#fff;border-radius:4px;width:100%;max-width:320px;overflow:hidden;box-shadow:0 8px 32px #00000059;animation:socio-modal-in .2s ease}@keyframes socio-modal-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.socio-modal__header{background:#1a1a1a;display:flex;align-items:center;gap:14px;padding:16px 20px}.socio-modal__logo{height:40px;width:40px;object-fit:contain;border-radius:4px;flex-shrink:0}.socio-modal__title{font-family:UnifrakturMaguntia,cursive;font-size:20px;font-weight:400;color:#fff;margin:0;letter-spacing:.02em;line-height:1.2}.socio-modal__body{padding:20px 22px 4px;font-family:"Averia Serif Libre",serif;font-size:13px;color:#333;line-height:1.6}.socio-modal__body p{margin:0 0 10px}.socio-modal__link{color:#1a75ca;text-decoration:none}.socio-modal__link:hover{text-decoration:underline}.socio-modal__accept{display:block;width:calc(100% - 44px);margin:12px 22px 22px;padding:11px 0;background:#1d4ed8;color:#fff;border:none;border-radius:4px;font-family:UnifrakturMaguntia,cursive;font-size:20px;font-weight:400;letter-spacing:.03em;cursor:pointer;transition:background .2s}.socio-modal__accept:hover{background:#1e40af}@media (max-width: 479px){.auth-card{padding:32px 28px 40px}.auth-title{font-size:22px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-family:"Averia Serif Libre",serif;font-weight:600;font-size:14px;border-radius:10px;border:none;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .1s ease;text-decoration:none;line-height:1.5;gap:8px;position:relative;overflow:hidden;letter-spacing:.025em;min-height:44px;background:#1a75ca;color:#e0e0e0;box-shadow:0 2px 6px #1a75ca4d}.btn:hover:not(:disabled){background:#155fa3;box-shadow:0 4px 10px #1a75ca66}.btn:active:not(:disabled){transform:scale(.96) translateY(1px);box-shadow:inset 0 2px 5px #0000004d,0 1px 2px #0000001a}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary{background:#1a75ca;color:#e0e0e0;box-shadow:0 2px 6px #1a75ca4d}.btn-primary:hover:not(:disabled){background:#155fa3;box-shadow:0 4px 10px #1a75ca66}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000d}.btn-secondary:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;color:#111827;box-shadow:0 2px 6px #0000001a}.btn-success{background:#059669;color:#e0e0e0;box-shadow:0 2px 6px #0596694d}.btn-success:hover:not(:disabled){background:#047857;box-shadow:0 4px 10px #05966966}.btn-danger{background:#dc2626;color:#e0e0e0;box-shadow:0 2px 6px #dc26264d}.btn-danger:hover:not(:disabled){background:#b91c1c;box-shadow:0 4px 10px #dc262666}.btn-warning{background:#d97706;color:#e0e0e0;box-shadow:0 2px 6px #d977064d}.btn-warning:hover:not(:disabled){background:#b45309;box-shadow:0 4px 10px #d9770666}.btn-ghost{background:transparent;color:#6b7280;border:1px solid #e5e7eb;box-shadow:none}.btn-ghost:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#374151;box-shadow:none}.btn-view,.btn-edit,.btn-delete{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;font-family:"Averia Serif Libre",serif;font-size:13px;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .1s ease;text-decoration:none;font-weight:500;line-height:normal;min-height:36px}.btn-view{background-color:#eff6ff;color:#2563eb;border-color:#dbeafe}.btn-view:hover{background-color:#dbeafe;color:#1e40af}.btn-view:active{transform:scale(.96) translateY(1px)}.btn-edit{background-color:#ecfdf5;color:#059669;border-color:#d1fae5}.btn-edit:hover{background-color:#d1fae5;color:#047857}.btn-edit:active{transform:scale(.96) translateY(1px)}.btn-delete{background-color:#fef2f2;color:#dc2626;border-color:#fee2e2}.btn-delete:hover{background-color:#fee2e2;color:#991b1b}.btn-delete:active{transform:scale(.96) translateY(1px)}.btn-delete-outline{background-color:#fef2f2;color:#dc2626;border:1px solid #fee2e2;min-height:44px}.btn-icon{padding:8px;min-height:36px;min-width:36px;border-radius:8px;gap:0}.btn-sm{padding:6px 12px;font-size:13px;min-height:36px}@media (max-width: 639px){.btn{padding:12px 16px;font-size:15px;min-height:48px}.btn-sm{padding:8px 12px;font-size:14px;min-height:44px}.btn-view,.btn-edit,.btn-delete{min-height:44px;padding:10px 14px;font-size:14px}}.dashboard{max-width:1400px;margin:0 auto}.fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.dashboard-title{color:#0f172a;margin:0 0 4px}.dashboard-subtitle{color:#64748b;font-size:14px;margin:0}.dashboard-date{font-size:13px;color:#64748b;font-weight:500;text-transform:capitalize;background:#f8fafc;border:1px solid #e2e8f0;padding:6px 14px;border-radius:20px;white-space:nowrap}.dashboard-alert{display:flex;align-items:center;gap:12px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:12px 16px;margin-bottom:24px;font-size:14px;color:#78350f;line-height:1.5}.dashboard-alert-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#f59e0b;color:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}.dashboard-alert--warning{background:#fffbeb;border-color:#fde68a;color:#78350f}.dashboard-alert--warning .dashboard-alert-icon{background:#f59e0b}.kpi-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:16px;margin-bottom:24px}.kpi-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;border-top:3px solid var(--kpi-color, #e2e8f0);padding:20px 22px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000000d;transition:box-shadow .15s,transform .15s}.kpi-card.clickable{cursor:pointer}.kpi-card.clickable:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.kpi-primary{--kpi-color: #3b82f6}.kpi-success{--kpi-color: #10b981}.kpi-info{--kpi-color: #8b5cf6}.kpi-danger{--kpi-color: #ef4444}.kpi-warning{--kpi-color: #f59e0b}.kpi-neutral{--kpi-color: #cbd5e1}.kpi-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:color-mix(in srgb,var(--kpi-color, #e2e8f0) 12%,white);color:var(--kpi-color, #94a3b8)}.kpi-info-col,.kpi-card .kpi-info{display:flex;flex-direction:column;gap:3px}.kpi-value{font-size:2rem;font-weight:800;color:#0f172a;line-height:1;letter-spacing:-.5px}.kpi-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.dash-layout{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.dash-main,.dash-sidepanel{display:flex;flex-direction:column;gap:20px}.impagos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.dashboard-section{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:20px 22px;box-shadow:0 1px 3px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.section-title{font-size:15px;font-weight:700;color:#0f172a;margin:0}.btn-link{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;font-size:13px;padding:0;font-family:inherit}.btn-link:hover{text-decoration:underline}.list-item{display:flex;align-items:center;gap:12px;padding:9px 8px;border-radius:8px;cursor:pointer;transition:background .12s}.list-item:hover{background:#f8fafc}.member-avatar{width:38px;height:38px;border-radius:50%;background:#1e3a5f;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0;letter-spacing:.5px}.list-content{flex:1;min-width:0}.item-title{font-weight:600;color:#0f172a;margin:0 0 2px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-subtitle{font-size:12px;color:#94a3b8;margin:0}.list-arrow{display:flex;align-items:center;color:#cbd5e1;flex-shrink:0;transition:color .12s}.list-item:hover .list-arrow{color:#3b82f6}.events-list{display:flex;flex-direction:column;gap:8px}.event-card-mini{display:flex;gap:12px;padding:10px;border:1px solid #f1f5f9;border-radius:8px;cursor:pointer;align-items:center;transition:border-color .12s,background .12s}.event-card-mini:hover{border-color:#facc15;background:#facc150a}.event-date-box{background:#facc151f;border-radius:8px;padding:7px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:50px;color:#92400e;flex-shrink:0}.event-day{font-size:18px;font-weight:800;line-height:1;letter-spacing:-.5px}.event-month{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.event-details{flex:1;min-width:0}.event-title{font-weight:600;color:#0f172a;margin:0 0 3px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-meta{font-size:12px;color:#94a3b8;margin:0 0 1px}.quick-action-list{display:flex;flex-direction:column;gap:2px}.quick-action-row{display:flex;align-items:center;gap:12px;padding:10px 8px;background:none;border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;color:#374151;width:100%;text-align:left;transition:background .12s}.quick-action-row:hover{background:#f8fafc;color:#0f172a}.qa-icon{width:34px;height:34px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#3b82f6;flex-shrink:0;transition:background .12s}.quick-action-row:hover .qa-icon{background:#eff6ff}.qa-arrow{margin-left:auto;color:#cbd5e1;display:flex;align-items:center;transition:color .12s}.quick-action-row:hover .qa-arrow{color:#3b82f6}.empty-state{text-align:center;color:#94a3b8;padding:28px;font-size:13px}.empty-state-ok{display:flex;flex-direction:column;align-items:center;padding:28px;gap:8px}.empty-state-ok p{margin:0;font-size:13px;font-weight:500;color:#059669}.empty-state-ok-icon{width:40px;height:40px;border-radius:50%;background:#d1fae5;display:flex;align-items:center;justify-content:center;color:#059669}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#94a3b8;gap:16px}.loader{border:3px solid #f1f5f9;border-top:3px solid #3b82f6;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1100px){.dash-layout{grid-template-columns:1fr}.kpi-strip{grid-template-columns:repeat(3,1fr)}}@media (max-width: 780px){.kpi-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.impagos-grid{grid-template-columns:1fr}.dashboard-section{padding:16px}}@media (max-width: 640px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:12px}.kpi-strip{grid-template-columns:repeat(2,1fr);gap:10px}.kpi-value{font-size:1.6rem}.kpi-icon{width:40px;height:40px}.kpi-card{padding:14px 16px}.dashboard-date{display:none}}@media (max-width: 380px){.kpi-strip{grid-template-columns:1fr 1fr;gap:8px}.kpi-card{padding:12px;gap:10px}.kpi-value{font-size:1.4rem}}.pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #f1f5f9;background:#fafafa}.pagination-info{font-size:13px;color:#94a3b8}.pagination-controls{display:flex;align-items:center;gap:3px}.pagination-btn{min-width:32px;height:32px;padding:0 6px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit;display:inline-flex;align-items:center;justify-content:center}.pagination-btn:hover:not(:disabled){background:#f8fafc;border-color:#d1d5db}.pagination-btn:disabled{opacity:.35;cursor:default}.pagination-btn.active{background:#2563eb;border-color:#2563eb;color:#fff;font-weight:700}.pagination-ellipsis{font-size:13px;color:#94a3b8;padding:0 4px;line-height:32px}@media (max-width: 479px){.pagination{flex-direction:column;gap:8px;align-items:flex-start}}.card-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e0;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;background-image:radial-gradient(ellipse at center,rgba(250,204,21,.04) 0%,transparent 70%)}.card-modal-content{background:linear-gradient(160deg,#1c1f2a,#12141c);border-radius:16px;padding:36px 32px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid rgba(250,204,21,.15);box-shadow:0 0 0 1px #facc150f,0 24px 64px #000000b3,0 4px 16px #0006}.card-preview-container{display:flex;flex-direction:column;align-items:center;gap:24px}.card-preview-title{font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#facc15a6;margin:0;font-family:Arial,sans-serif}.socio-card{width:85.6mm;height:53.98mm;border-radius:8px;overflow:hidden;position:relative;font-family:Arial,sans-serif;box-shadow:0 0 0 1px #facc154d,0 0 32px #facc151f,0 16px 40px #000000b3;-webkit-print-color-adjust:exact;print-color-adjust:exact}.card-front{width:100%;height:100%;display:flex;flex-direction:column;position:relative;background:linear-gradient(145deg,#0f1929,#0a0d16 55%,#0d1520),repeating-linear-gradient(-45deg,transparent,transparent 18px,rgba(250,204,21,.018) 18px,rgba(250,204,21,.018) 19px);overflow:hidden}.card-gold-stripe{width:100%;height:9px;background:linear-gradient(90deg,#92690a,#d4a017 15%,#facc15 35%,#ffe066,#facc15 65%,#d4a017 85%,#92690a);display:flex;align-items:center;justify-content:space-between;padding:0 6px;flex-shrink:0;position:relative;z-index:2}.card-stripe-text{font-size:4.2px;font-weight:700;letter-spacing:.18em;color:#1a1400;font-family:Georgia,Times New Roman,serif;white-space:nowrap;text-transform:uppercase;text-shadow:0 .3px 0 rgba(255,255,255,.3);position:relative;z-index:1}.card-stripe-ornament{display:flex;align-items:center;flex-shrink:0}.card-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-45%);width:56%;pointer-events:none;z-index:0;opacity:.07;filter:sepia(1) saturate(.6) brightness(2.5)}.card-watermark img{width:100%;height:auto;display:block}.card-divider-top{height:1px;margin:5px 10px 0;background:linear-gradient(90deg,transparent 0%,rgba(250,204,21,.18) 20%,rgba(250,204,21,.45) 50%,rgba(250,204,21,.18) 80%,transparent 100%);flex-shrink:0;position:relative;z-index:1}.card-body{display:flex;gap:10px;flex:1;align-items:center;padding:7px 10px 4px;position:relative;z-index:1;min-height:0}.card-photo-wrapper{flex-shrink:0;padding:2px;background:linear-gradient(145deg,#facc15,#d4a017,#f59e0b);border-radius:5px;box-shadow:0 2px 8px #facc154d;align-self:center}.card-photo{width:56px;height:68px;border-radius:3px;overflow:hidden;background:#0d1520;outline:1.5px solid #0a0d16}.card-photo img{width:100%;height:100%;object-fit:cover;display:block}.card-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#facc1559;background:linear-gradient(160deg,#131825,#0d1017)}.card-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0;justify-content:center}.card-institution{display:flex;align-items:center;gap:5px;margin-bottom:1px}.card-institution-logo{width:18px;height:18px;object-fit:contain;flex-shrink:0;filter:brightness(1.05);border-radius:2px}.card-institution-text{display:flex;flex-direction:column;gap:0;min-width:0}.card-institution-name{font-family:Georgia,Times New Roman,serif;font-size:8.5px;font-weight:700;letter-spacing:.06em;line-height:1.15;white-space:nowrap;background:linear-gradient(180deg,#ffe066,#facc15 45%,#d4a017);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-institution-location{font-family:Arial,sans-serif;font-size:5.5px;color:#facc1580;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.card-info-divider{height:1px;background:linear-gradient(90deg,#facc1580,#facc1526);margin:2px 0 3px}.card-member-surname{font-family:Georgia,Times New Roman,serif;font-size:10px;font-weight:700;letter-spacing:.06em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(180deg,#fff,#e8edf8 60%,#c8d4f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 1px 2px rgba(0,0,0,.8))}.card-member-firstname{font-family:Arial,sans-serif;font-size:8px;font-weight:600;letter-spacing:.1em;color:#dce6ffd9;text-shadow:0 1px 3px rgba(0,0,0,.9),0 0 8px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.card-member-familia{display:flex;align-items:baseline;gap:4px;margin-top:3px;padding-top:3px;border-top:1px solid rgba(250,204,21,.2)}.card-familia-label{font-family:Arial,sans-serif;font-size:5px;font-weight:700;letter-spacing:.18em;color:#facc1599;flex-shrink:0}.card-familia-value{font-family:Georgia,Times New Roman,serif;font-size:7.5px;font-weight:600;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(180deg,#ffe066,#facc15,#d4a017);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 1px 2px rgba(0,0,0,.7))}.card-footer-line{display:flex;align-items:center;padding:0 10px 5px;gap:4px;position:relative;z-index:1;flex-shrink:0}.card-footer-dot{width:3px;height:3px;border-radius:50%;background:#facc1580;flex-shrink:0}.card-footer-rule{flex:1;height:1px;background:linear-gradient(90deg,#facc1566,#facc151a)}.card-actions{display:flex;gap:12px;justify-content:center}@media print{.socio-card{box-shadow:none!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.card-front,.card-front *{-webkit-print-color-adjust:exact;print-color-adjust:exact}.card-watermark{opacity:.04}}@media (max-width: 640px){.card-modal-content{padding:24px 20px}.socio-card{transform:scale(.85);transform-origin:center center}}@media (max-width: 400px){.socio-card{transform:scale(.72);transform-origin:center center}}.table-container{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #f1f5f9;box-shadow:0 1px 4px #0000000f}.data-table{width:100%;border-collapse:collapse}.data-table thead{background-color:#f8fafc;border-bottom:1.5px solid #e5e7eb}.data-table th{padding:11px 16px;text-align:left;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.data-table th.sortable:hover{background-color:#f1f5f9;color:#334155}.data-table th.sortable.sorted{color:#2563eb}.th-sort-icon{margin-left:5px;font-size:10px;opacity:.35;display:inline-block}.data-table th.sortable.sorted .th-sort-icon{opacity:1;color:#2563eb}.data-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .14s ease}.data-table tbody tr:last-child{border-bottom:none}.data-table tbody tr:hover{background-color:#f8fafc}.data-table tbody tr.row-inactive{background-color:#fef9f9;opacity:.78}.data-table tbody tr.row-inactive:hover{background-color:#fef2f2;opacity:1}.data-table td{padding:13px 16px;font-size:14px;color:#374151;vertical-align:middle}.data-table td a.cell-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .15s}.data-table td a.cell-link:hover{color:#1e40af;text-decoration:underline}.cell-sub{display:block;font-size:12px;color:#94a3b8;margin-top:2px}.data-table .actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.data-table .actions button,.data-table .actions a{padding:6px 12px;font-size:12px;border-radius:6px;border:none;cursor:pointer;transition:all .18s ease;min-height:34px;display:inline-flex;align-items:center;gap:5px;text-decoration:none;font-family:inherit;font-weight:500}.action-menu-btn{background:none;border:1px solid #e5e7eb;border-radius:7px;padding:6px 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .15s;min-height:34px;font-family:inherit}.action-menu-btn:hover{background-color:#f8fafc;border-color:#d1d5db;color:#374151}.action-dropdown{position:fixed;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001f,0 2px 8px #0000000f;z-index:100;min-width:168px;overflow:hidden;animation:dropdownIn .12s ease-out forwards}@keyframes dropdownIn{0%{opacity:0;transform:scale(.97) translateY(calc(-100% + 6px))}to{opacity:1;transform:scale(1) translateY(-100%)}}.action-dropdown-item{display:flex;align-items:center;gap:9px;padding:10px 14px;width:100%;border:none;background:none;cursor:pointer;color:#374151;text-decoration:none;text-align:left;font-family:inherit;font-size:13px;font-weight:500;transition:background .1s;border-bottom:1px solid #f8fafc}.action-dropdown-item:last-child{border-bottom:none}.action-dropdown-item:hover{background-color:#f8fafc}.action-dropdown-item.item-danger{color:#dc2626}.action-dropdown-item.item-danger:hover{background-color:#fef2f2}.action-dropdown-item.item-warning{color:#d97706}.action-dropdown-item.item-warning:hover{background-color:#fffbeb}.action-dropdown-item.item-purple{color:#7c3aed}.action-dropdown-item.item-purple:hover{background-color:#f5f3ff}.action-dropdown-item.item-success{color:#059669}.action-dropdown-item.item-success:hover{background-color:#f0fdf4}@media (max-width: 767px){.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.table-container:after{content:"";position:absolute;top:0;right:0;bottom:0;width:28px;background:linear-gradient(to left,rgba(255,255,255,.9),transparent);pointer-events:none}.data-table{min-width:580px}.data-table th,.data-table td{padding:10px 12px}.data-table th{font-size:10px}.data-table td{font-size:13px}.data-table .actions{flex-direction:column;gap:5px}.data-table .actions button,.data-table .actions a{width:100%;min-height:40px;justify-content:center}}@media (max-width: 479px){.data-table th,.data-table td{padding:8px 10px;font-size:12px}}@media (min-width: 768px) and (max-width: 1024px){.data-table th,.data-table td{padding:10px 14px}}.socio-detail-profile{display:grid;grid-template-columns:200px 1fr;gap:32px;align-items:start;margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid #f1f5f9}.socio-detail-avatar-col{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.socio-detail-avatar{width:160px;height:160px;border-radius:50%;object-fit:cover;border:3px solid #e5e7eb;box-shadow:0 4px 12px #0000001a}.socio-detail-avatar-placeholder{background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af}.socio-detail-name{margin:12px 0 0;font-size:18px;font-weight:700;color:#0f172a;line-height:1.3}.socio-detail-age{color:#64748b;font-size:14px;margin:0}@media (max-width: 768px){.socio-detail-profile{grid-template-columns:1fr}.socio-detail-avatar-col{flex-direction:row;align-items:center;text-align:left;gap:20px}.socio-detail-avatar{width:88px;height:88px;flex-shrink:0}.socio-detail-name{margin:0;font-size:16px}.detail-content{grid-template-columns:1fr!important}}.cuota-modal-info{margin-bottom:16px;padding:12px;background-color:#f3f4f6;border-radius:6px;color:#374151;font-size:14px;line-height:1.6}.form-hint{display:block;margin-top:4px;font-size:12px;color:#6b7280}@media (max-width: 480px){.socio-detail-avatar-col{flex-direction:column;align-items:center;text-align:center}}.form{background:transparent;padding:0}.form-section{margin-bottom:32px}.form-section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:13px;font-weight:600;color:#374151;line-height:1.4}.label-required{color:#dc2626;margin-left:2px}.label-optional{font-weight:400;color:#9ca3af;font-size:12px;margin-left:4px}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=number],.form-group input[type=date],.form-group input[type=datetime-local],.form-group input[type=password],.form-group select,.form-group textarea{padding:10px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#1f2937;background:#fafafa;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;min-height:44px;line-height:1.5}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#60a5fa;background:#fff;box-shadow:0 0 0 3px #60a5fa33}.form-group input.input-error,.form-group select.input-error,.form-group textarea.input-error{border-color:#dc2626;background:#fff5f5}.form-group input.input-error:focus,.form-group select.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.field-error{font-size:12px;color:#dc2626;display:flex;align-items:center;gap:4px;margin:0}.field-hint{font-size:12px;color:#6b7280;margin:0;line-height:1.5}.field-success{font-size:12px;color:#059669;font-weight:500;margin:0}.form-group textarea{resize:vertical;min-height:100px}.form-group-check{display:flex;align-items:center;gap:10px;padding:10px 0}.form-group-check input[type=checkbox]{width:18px;height:18px;accent-color:#facc15;cursor:pointer;flex-shrink:0}.form-group-check label{font-size:14px;font-weight:500;color:#374151;cursor:pointer;margin:0;line-height:1.4}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;margin-top:8px;border-top:1px solid #f1f5f9}.form-info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;font-size:14px;color:#374151;line-height:1.6}.password-preview{background:linear-gradient(135deg,#60a5fa14,#3b82f61f);border:1.5px solid rgba(96,165,250,.35);border-radius:10px;padding:14px 16px}.password-preview-value{font-family:Courier New,Courier,monospace;font-size:15px;color:#1e40af;letter-spacing:1.5px;margin:0 0 8px;word-break:break-all}.password-preview-hint{font-size:12px;color:#7dd3fc;margin:0;line-height:1.5}@media (max-width: 639px){.form-grid{grid-template-columns:1fr;gap:16px}.form-group.full-width{grid-column:1}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%;justify-content:center}}@media (min-width: 640px) and (max-width: 1024px){.form-grid{gap:16px}}.form-subsection{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.form-inner-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px}.postal-labels-print-container{display:none}.postal-label{width:99.1mm;height:67.7mm;background:#fff;padding:8mm;display:flex;flex-direction:column;page-break-inside:avoid;position:relative;overflow:hidden}.postal-label-logo{position:absolute;top:6mm;right:6mm;width:20mm;height:20mm;opacity:.15}.postal-label-logo img{width:100%;height:100%;object-fit:contain}.postal-label-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;height:100%}.postal-label-family{font-size:14pt;font-weight:700;color:#1f2937;margin-bottom:6mm;text-transform:uppercase;letter-spacing:.5px}.postal-label-address{font-size:11pt;line-height:1.5;color:#374151}.postal-label-address div{margin-bottom:2mm}@media print{body *{visibility:hidden}.postal-labels-print-container,.postal-labels-print-container *{visibility:visible}.postal-labels-print-container{display:grid;grid-template-columns:repeat(2,99.1mm);column-gap:2.5mm;row-gap:0;position:absolute;left:0;top:0}.postal-label{border:none;box-shadow:none;margin:0;page-break-inside:avoid}.postal-label:nth-child(8n){page-break-after:always}@page{size:A4;margin:13mm 7mm}}.fem-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.fem-modal{background:#fff;border-radius:6px;box-shadow:0 8px 40px #00000073;width:100%;max-width:320px;position:relative;max-height:90vh;overflow-y:auto;animation:fem-enter .2s cubic-bezier(.22,1,.36,1) both}@keyframes fem-enter{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.fem-header{background:#1a1a1a;display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:6px 6px 0 0}.fem-header-logo{height:38px;width:38px;object-fit:contain;border-radius:3px;flex-shrink:0}.fem-header-title{font-family:UnifrakturMaguntia,cursive;font-size:20px;font-weight:400;color:#fff;margin:0;letter-spacing:.02em;line-height:1.2}.fem-close{position:absolute;top:10px;right:12px;background:none;border:none;color:#ffffff8c;font-size:20px;line-height:1;cursor:pointer;padding:2px 6px;transition:color .15s;z-index:1}.fem-close:hover{color:#fff}.fem-body{padding:18px 20px 20px}.fem-body--empty{display:flex;flex-direction:column;gap:16px}.fem-list{list-style:none;padding:0;margin:0 0 4px;display:flex;flex-direction:column;gap:2px}.fem-row{display:flex;align-items:center;gap:12px;width:100%;padding:8px 4px;background:none;border:none;cursor:pointer;text-align:left;border-radius:4px;transition:background .12s}.fem-row:hover:not(:disabled){background:#f5f5f5}.fem-row--disabled{opacity:.5;cursor:default}.fem-checkbox{width:18px;height:18px;border:2px solid #d1d5db;border-radius:3px;flex-shrink:0;background:#fff;transition:background .12s,border-color .12s}.fem-checkbox--checked{background:#1a75ca;border-color:#1a75ca}.fem-row-nombre{font-family:"Averia Serif Libre",serif;font-size:14px;color:#1a1a1a;flex:1}.fem-row--result{cursor:default;gap:10px}.fem-row-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.fem-row-icon--ok{background:#bbf7d0;color:#166534}.fem-row-icon--error{background:#fecaca;color:#dc2626}.fem-row-error{font-family:"Averia Serif Libre",serif;font-size:11px;color:#dc2626;display:block}.fem-divider{border:none;border-top:1px solid #e5e7eb;margin:16px 0 18px}.fem-btn-confirmar{display:block;width:55%;margin:0 auto;padding:11px 0;background:#1a75ca;color:#fff;border:none;border-radius:4px;font-family:UnifrakturMaguntia,cursive;font-size:20px;font-weight:400;letter-spacing:.03em;cursor:pointer;text-align:center;transition:background .18s}.fem-btn-confirmar:hover:not(:disabled){background:#155fa3}.fem-btn-confirmar:disabled{opacity:.45;cursor:not-allowed}.fem-empty-msg{font-family:"Averia Serif Libre",serif;color:#6b7280;font-size:14px;margin:8px 0 0;text-align:center}.fem-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 20px;color:#6b7280;font-family:"Averia Serif Libre",serif;font-size:14px}.fem-spinner{width:26px;height:26px;border:3px solid #e5e7eb;border-top-color:#1a75ca;border-radius:50%;animation:fem-spin .7s linear infinite}@keyframes fem-spin{to{transform:rotate(360deg)}}.com-tabs{display:flex;gap:4px;margin-bottom:24px;border-bottom:1px solid #e5e7eb;overflow-x:auto}.com-tab{display:flex;align-items:center;gap:8px;padding:10px 20px;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-1px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;color:#6b7280;white-space:nowrap;transition:color .15s,border-color .15s}.com-tab:hover{color:#374151}.com-tab.active-email{color:#3b82f6;border-bottom-color:#3b82f6}.com-tab.active-sms{color:#6366f1;border-bottom-color:#6366f1}.com-tab.active-whatsapp{color:#16a34a;border-bottom-color:#16a34a}.com-tab.active-eventos{color:#f59e0b;border-bottom-color:#f59e0b}.com-form{max-width:800px}.com-select,.com-input,.com-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:14px;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.com-select:focus,.com-input:focus,.com-textarea:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa2e}.com-textarea{resize:vertical}.com-evento-info{margin-top:10px;padding:12px 14px;background:#f0f9ff;border-radius:8px;border:1px solid #bae6fd;font-size:14px;color:#0369a1;display:flex;flex-direction:column;gap:4px}.com-count{margin-top:6px;font-size:13px;color:#6b7280}.com-hint{margin-top:5px;font-size:13px;color:#6b7280}.com-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-whatsapp{background:#16a34a;border-color:#16a34a;color:#fff}.btn-whatsapp:hover{background:#15803d}.btn-sms{background:#6366f1;border-color:#6366f1;color:#fff}.btn-sms:hover{background:#4f46e5}.com-recipients{margin-top:32px}.com-recipients-title{font-size:15px;font-weight:700;color:#1f2937;margin:0 0 12px}.com-recipients-list{max-height:400px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.com-recipient-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f3f4f6}.com-recipient-row:last-child{border-bottom:none}.com-recipient-name{font-weight:600;font-size:14px;color:#111827;margin:0 0 2px}.com-recipient-contact{font-size:13px;color:#6b7280;margin:0}.com-recipient-status{font-size:12px;color:#9ca3af;margin:0}.com-send-btn{padding:7px 14px;border:none;border-radius:6px;background:#1a75ca;color:#e0e0e0;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,opacity .15s;white-space:nowrap}.com-send-btn:disabled{opacity:.45;cursor:not-allowed}.com-send-btn:not(:disabled):hover{background:#155fa3}.com-send-btn.whatsapp{background:#16a34a}.com-send-btn.whatsapp:not(:disabled):hover{background:#15803d}.com-send-btn.sms{background:#6366f1}.com-send-btn.sms:not(:disabled):hover{background:#4f46e5}.feedback-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:40px 20px}.feedback-icon{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.feedback-icon-success{background-color:#d1fae5}.feedback-icon-error{background-color:#fee2e2}.feedback-icon svg{width:52px;height:52px;stroke:currentColor}.feedback-icon-success svg{color:#059669}.feedback-icon-error svg{color:#dc2626}.feedback-title{font-size:32px;font-weight:700;margin:0 0 16px}.feedback-title-success{color:#065f46}.feedback-title-error{color:#991b1b}.feedback-text{font-size:17px;color:#6b7280;max-width:480px;margin:0 auto 32px;line-height:1.6}.feedback-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.feedback-note{font-size:13px;color:#9ca3af;margin-top:24px}.feedback-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:40px 20px}.feedback-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:feedbackSpin .8s linear infinite;margin:0 auto 20px}@keyframes feedbackSpin{to{transform:rotate(360deg)}}.feedback-loading-text{color:#6b7280;font-size:15px;margin:0}@media (max-width: 479px){.feedback-title{font-size:24px}.feedback-text{font-size:15px}.feedback-actions{flex-direction:column;width:100%;max-width:320px}}.landing-page{min-height:100vh;background:#eaeaea;color:#1f1f1f;display:flex;flex-direction:column}.landing-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:44px 20px 60px}.landing-hero{text-align:center;margin-bottom:48px}.landing-hero-title{color:#1f1f1f;letter-spacing:2px;margin-bottom:12px;line-height:1.1}.landing-hero-subtitle{color:#555;line-height:1.6}.landing-hero-separator{display:block;width:min(1136px,100%);height:auto;margin:28px auto 0}.landing-cards{display:grid;grid-template-columns:repeat(3,360px);gap:28px;justify-content:center}.evento-card{width:360px;height:450px;cursor:pointer;position:relative;overflow:hidden;border-radius:10px}.evento-card__inner{position:relative;width:100%;height:100%}.evento-card__front,.evento-card__back{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;overflow:hidden;transition:transform .52s cubic-bezier(.4,0,.2,1),opacity .42s ease}.evento-card.is-flipped .evento-card__front{transform:translate(-60%);opacity:0;pointer-events:none}.evento-card.is-flipped .evento-card__back{transform:translate(0) scale(1);opacity:1}.evento-card__front{background-color:#666;background-size:cover;background-position:center;transform:translate(0);opacity:1}.evento-card__back{opacity:0;transform:translate(100%) scale(.97)}.evento-card__price-badge{position:absolute;top:14px;right:14px;background:#7a1010d9;color:#fff;padding:5px 14px;border-radius:20px;font-family:"Averia Serif Libre",serif;font-size:14px;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.evento-card__price-badge--free{background:#166534d9}.evento-card__front-gradient{position:absolute;bottom:0;left:0;right:0;padding:72px 18px 20px;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,transparent 100%);z-index:1}.evento-card__front-date{font-family:"Averia Serif Libre",serif;font-size:12px;color:#ffffffb8;margin:0 0 4px;letter-spacing:.04em;text-transform:uppercase}.evento-card__front-title{font-family:UnifrakturMaguntia,cursive;font-size:26px;color:#ffffffeb;letter-spacing:.02em;line-height:1.2;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.5)}.evento-card__back{transform:translate(100%);background-color:#1a1a2e;background-size:cover;background-position:center;display:flex;flex-direction:column;overflow:hidden}.evento-card__back:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;background:inherit;filter:blur(10px);z-index:0}.evento-card__back:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#06061061;z-index:1}.evento-card__back-content{position:relative;z-index:2;display:flex;flex-direction:column;flex:1;padding:24px 22px 20px}.evento-card__title{font-family:UnifrakturMaguntia,cursive;font-size:30px;font-weight:400;color:#fff;margin:0 0 16px;line-height:1.15;letter-spacing:.02em;text-shadow:0 2px 8px rgba(0,0,0,.6)}.evento-card__divider{border:none;border-top:1px solid rgba(255,255,255,.18);margin:0 0 16px}.evento-card__date-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}.evento-card__date-day,.evento-card__date-month{font-family:"Averia Serif Libre",serif;font-size:22px;font-weight:700;color:#fff}.evento-card__time{font-family:"Averia Serif Libre",serif;font-size:22px;font-weight:700;color:#ffffffd9}.evento-card__desc{font-family:"Averia Serif Libre",serif;font-size:15px;color:#ffffffd1;line-height:1.45;margin:0 0 16px;flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.evento-card__bottom-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-family:"Averia Serif Libre",serif;font-size:15px}.evento-card__lugar-link{background:none;border:none;padding:0;cursor:pointer;color:#3b82f6;font-family:"Averia Serif Libre",serif;font-size:15px;display:inline-flex;align-items:center;gap:4px}.evento-card__lugar-link:hover{text-decoration:underline}.evento-card__pin{color:#ffffffa6}.evento-card__aforo{color:#ffffffbf}.evento-card__btn{font-family:"Averia Serif Libre",serif;background:#1a75ca;color:#fff;border:none;border-radius:6px;padding:12px 36px;font-size:18px;font-weight:600;cursor:pointer;width:auto;align-self:center;letter-spacing:.025em;transition:background .18s ease,box-shadow .18s ease,transform .1s ease;box-shadow:0 4px 10px #1a75ca59}.evento-card__btn:hover:not(:disabled){background:#155fa3;box-shadow:0 6px 14px #1a75ca73}.evento-card__btn:active:not(:disabled){transform:scale(.97) translateY(1px);box-shadow:inset 0 2px 5px #0000004d}.evento-card__btn:disabled{background:#bbb;color:#888;cursor:not-allowed;box-shadow:none}.landing-loading{text-align:center;padding:80px 20px;color:#555;font-family:"Averia Serif Libre",serif;font-size:18px;display:flex;flex-direction:column;align-items:center;gap:20px}.landing-loading:before{content:"";display:block;width:38px;height:38px;border:3px solid #D8D8D8;border-top-color:#7a1010;border-radius:50%;animation:landing-spin .75s linear infinite}@keyframes landing-spin{to{transform:rotate(360deg)}}.landing-empty{text-align:center;padding:70px 20px;background:#fff;border-radius:12px;border-top:3px solid #7a1010;box-shadow:0 2px 8px #0000000f}.landing-empty__icon{font-size:56px;display:block;margin-bottom:16px}.landing-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:52px}.landing-pagination__btn{width:42px;height:42px;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:8px;font-family:"Averia Serif Libre",serif;font-size:18px;cursor:pointer;transition:background .15s,border-color .15s,color .15s;display:inline-flex;align-items:center;justify-content:center;line-height:1}.landing-pagination__btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.landing-pagination__btn--active{background:#1a75ca;color:#e0e0e0;border-color:#1a75ca}.landing-pagination__btn--active:hover:not(:disabled){background:#155fa3;border-color:#155fa3}.landing-pagination__btn:disabled{opacity:.4;cursor:not-allowed}.landing-footer{background:#000;padding:40px 32px 24px;margin-top:auto}.landing-footer__inner{max-width:740px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:40px}.landing-footer__brand{display:flex;align-items:center;gap:14px;flex-shrink:0}.landing-footer__logo{height:80px;object-fit:contain;border-radius:8px}.landing-footer__divider{width:1px;height:70px;background:#eaeaea4d;flex-shrink:0}.landing-footer__contact-title{font-family:UnifrakturMaguntia,cursive;color:#eaeaea;font-size:18px;margin-bottom:8px;letter-spacing:.03em}.landing-footer__contact-text{font-family:"Averia Serif Libre",serif;color:#eaeaea;font-size:14px;line-height:1.7}.landing-footer__copy{text-align:center;font-family:"Averia Serif Libre",serif;color:#666;font-size:13px;margin-top:28px}@media (max-width: 1199px){.landing-main{max-width:780px}.landing-cards{grid-template-columns:repeat(2,360px)}}@media (max-width: 779px){.landing-main{max-width:400px;padding:28px 14px 48px}.landing-hero-title{font-size:42px}.landing-cards{grid-template-columns:360px}.landing-footer__inner{flex-direction:column;align-items:center;text-align:center;gap:24px}}@media (max-width: 399px){.landing-main{max-width:100%}.landing-cards{grid-template-columns:1fr}.evento-card{width:100%}}.profile-page{min-height:100vh;background:#eaeaea;color:#1f1f1f;display:flex;flex-direction:column}.profile-main{flex:1;width:100%;max-width:960px;margin:0 auto;padding:44px 24px 60px;box-sizing:border-box}.profile-section-title{color:#1f1f1f;letter-spacing:1px;margin:0 0 28px;line-height:1.1;padding-bottom:14px}.profile-identity{background:transparent;padding:0 0 28px;margin-bottom:4px;display:flex;align-items:center;gap:16px}.profile-avatar{width:64px;height:64px;border-radius:50%;background:#c8c8c8;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar__initials{font-family:"Averia Serif Libre",serif;font-size:22px;color:#fff;line-height:1;-webkit-user-select:none;user-select:none}.profile-identity__info{font-family:"Averia Serif Libre",serif;color:#1f1f1f;line-height:1.55;font-size:14px;flex:1}.profile-identity__name{font-family:"Averia Serif Libre",serif;font-size:16px;font-weight:700;color:#1f1f1f;margin-bottom:2px;line-height:1.3}.profile-identity__meta{display:flex;flex-direction:column;gap:1px;font-size:13px;color:#555}.profile-card{background:#fff;border-radius:10px;padding:24px 28px 20px;box-shadow:0 2px 8px #00000012;margin-bottom:24px;border-top:3px solid #7a1010;transition:box-shadow .22s ease,transform .22s ease}.profile-card:hover{box-shadow:0 8px 28px #0000001f;transform:translateY(-2px)}.profile-card__title{font-family:UnifrakturMaguntia,cursive;font-size:28px;color:#1f1f1f;margin:0 0 16px;letter-spacing:.02em;padding-bottom:12px;border-bottom:1px solid #EBEBEB}.profile-table{width:100%;border-collapse:collapse;font-family:"Averia Serif Libre",serif;font-size:14px;color:#1f1f1f}.profile-table thead th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#777;padding:10px 12px;border-bottom:2px solid #E8E8E8;background:#fafafa;white-space:nowrap}.profile-table thead th:not(:first-child){text-align:center}.profile-table tbody td{padding:11px 12px;vertical-align:middle}.profile-table tbody td:not(:first-child){text-align:center}.profile-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .13s}.profile-table tbody tr:hover{background:#fdf5f5}.profile-table tbody tr:last-child{border-bottom:none}.profile-table__empty{font-family:"Averia Serif Libre",serif;color:#888;font-size:14px;padding:16px 0;text-align:center;font-style:italic}.profile-estado{display:inline-block;font-family:"Averia Serif Libre",serif;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.profile-estado--ok{background:#16a34a1a;color:#166534;border:1px solid rgba(22,163,74,.2)}.profile-estado--pending{background:#b453091a;color:#92400e;border:1px solid rgba(180,83,9,.2)}.profile-estado--unpaid{background:#b91c1c1a;color:#991b1b;border:1px solid rgba(185,28,28,.2)}.profile-cuota-importe{font-weight:700;color:#1f1f1f}.profile-estado--cancelled{background:#6464641a;color:#555;border:1px solid rgba(100,100,100,.2)}.profile-actions{position:relative;display:flex;justify-content:center;align-items:center}.profile-actions__btn{background:transparent;border:none;cursor:pointer;color:#7a1010;padding:4px 8px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s;font-size:16px;line-height:1}.profile-actions__btn:hover{background:#7a101012}.profile-actions__btn:disabled{color:#ccc;cursor:not-allowed}.profile-actions__menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #E0E0E0;border-radius:8px;box-shadow:0 8px 24px #0000001f;min-width:175px;z-index:30;overflow:hidden;animation:profile-menu-in .14s ease}@keyframes profile-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.profile-actions__menu button{display:block;width:100%;text-align:left;background:transparent;border:none;padding:11px 16px;font-family:"Averia Serif Libre",serif;font-size:14px;color:#1f1f1f;cursor:pointer;transition:background .12s}.profile-actions__menu button:hover{background:#f5f5f5}.profile-actions__menu button:disabled{color:#aaa;cursor:not-allowed}.profile-back-row{display:flex;justify-content:center;margin:16px 0 8px}.profile-back-btn{font-family:UnifrakturMaguntia,cursive;background:#1d4ed8;color:#fff;border:2px solid #1d4ed8;border-radius:8px;padding:10px 52px;font-size:22px;letter-spacing:.04em;cursor:pointer;transition:background .2s,color .2s,border-color .2s;text-decoration:none;display:inline-block}.profile-back-btn:hover{background:#1e40af;border-color:#1e40af;color:#fff}@media (max-width: 640px){.profile-main{padding:28px 16px 48px}.profile-section-title{font-size:36px}.profile-identity{flex-direction:column;align-items:flex-start;padding:22px 20px 20px;gap:14px}.profile-stats{gap:8px}.profile-card{padding:16px}.profile-card__title{font-size:24px}.profile-table thead{display:none}.profile-table tbody tr{display:block;padding:12px 0;border-bottom:1px solid #ececec}.profile-table tbody tr:hover{background:transparent}.profile-table tbody td{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border:none;text-align:left}.profile-table tbody td:not(:first-child){text-align:left}.profile-table tbody td:before{content:attr(data-label);font-weight:700;color:#555;margin-right:12px;flex-shrink:0;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.profile-actions{justify-content:flex-end}.profile-back-btn{padding:10px 36px;font-size:20px}}@keyframes pm-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes pm-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes pm-dialog-in{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pm-dialog-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(24px) scale(.97)}}@keyframes pm-spin{to{transform:rotate(360deg)}}.pm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;animation:pm-overlay-in .22s ease}.pm-overlay--out{animation:pm-overlay-out .28s ease forwards}.pm-dialog{background:#fff;border-radius:12px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 8px 40px #0000002e;animation:pm-dialog-in .3s cubic-bezier(.34,1.1,.64,1)}.pm-dialog--out{animation:pm-dialog-out .28s ease forwards}.pm-close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:16px;color:#888;cursor:pointer;padding:4px 6px;border-radius:4px;line-height:1;transition:color .15s,background .15s;z-index:1}.pm-close:hover{color:#333;background:#f0f0f0}.pm-body{padding:32px 28px 28px}.pm-title{font-family:UnifrakturMaguntia,cursive;font-size:26px;color:#1a1a1a;margin:0 0 20px;line-height:1.2;letter-spacing:.02em;padding-right:24px}.pm-price-breakdown{margin-bottom:24px}.pm-price-row{display:flex;align-items:baseline;font-family:"Averia Serif Libre",serif;font-size:14px;color:#333;margin-bottom:5px}.pm-price-dots{flex:1;border-bottom:1.5px dotted #aaa;margin:0 6px 3px}.pm-price-row--total{font-weight:700;font-size:15px;border-top:1px solid #e5e5e5;padding-top:8px;margin-top:6px;color:#111}.pm-wallets{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.pm-wallet-btn{width:100%;padding:13px;border:none;border-radius:8px;font-family:"Averia Serif Libre",serif;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:opacity .2s}.pm-wallet-btn:disabled{opacity:.5;cursor:not-allowed}.pm-google{background:#fff;color:#3c4043;border:1px solid #dadce0}.pm-google:hover:not(:disabled){background:#f8f8f8}.pm-apple{background:#000;color:#fff}.pm-apple:hover:not(:disabled){background:#222}.pm-divider{display:flex;align-items:center;gap:10px;color:#999;font-size:13px;font-family:"Averia Serif Libre",serif;margin:2px 0}.pm-divider:before,.pm-divider:after{content:"";flex:1;height:1px;background:#e5e5e5}.pm-method-label{font-family:"Averia Serif Libre",serif;font-size:14px;font-weight:700;color:#333;margin:0 0 14px}.pm-loading-stripe{display:flex;justify-content:center;padding:32px 0}.pm-spinner{width:28px;height:28px;border:3px solid #e5e5e5;border-top-color:#1d4ed8;border-radius:50%;animation:pm-spin .7s linear infinite}.pm-checkout-form{display:flex;flex-direction:column;gap:0}.pm-pay-btn{width:100%;margin-top:16px;padding:13px;background:#1d4ed8;color:#fff;border:none;border-radius:8px;font-family:UnifrakturMaguntia,cursive;font-size:22px;letter-spacing:.03em;cursor:pointer;transition:background .2s}.pm-pay-btn:hover:not(:disabled){background:#1e40af}.pm-pay-btn:disabled{opacity:.55;cursor:not-allowed}.pm-error{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:13px;font-family:"Averia Serif Libre",serif;padding:10px 12px;margin-top:12px;text-align:center}.map-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;animation:map-overlay-in .2s ease}@keyframes map-overlay-in{0%{opacity:0}to{opacity:1}}.map-modal-dialog{background:#fff;border-radius:14px;width:100%;max-width:620px;overflow:hidden;box-shadow:0 20px 60px #00000059;animation:map-dialog-in .22s cubic-bezier(.4,0,.2,1)}@keyframes map-dialog-in{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.map-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #E8E8E8}.map-modal-title-block{display:flex;align-items:center;gap:10px}.map-modal-pin{font-size:22px;flex-shrink:0}.map-modal-lugar{font-family:"Averia Serif Libre",serif;font-size:16px;font-weight:700;color:#1f1f1f;line-height:1.2}.map-modal-evento{font-family:"Averia Serif Libre",serif;font-size:13px;color:#777;margin-top:2px}.map-modal-close{background:none;border:none;font-size:18px;color:#888;cursor:pointer;padding:4px 8px;border-radius:6px;line-height:1;transition:background .15s,color .15s;flex-shrink:0}.map-modal-close:hover{background:#f0f0f0;color:#333}.map-modal-map{height:400px;width:100%}@media (max-width: 480px){.map-modal-map{height:300px}}.app-container{display:flex;min-height:100vh}.main-content{flex:1;padding:20px;background-color:#f5f5f5}.container{max-width:1200px;margin:0 auto;padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014,0 4px 16px #0000000a}.page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.page-title{font-size:26px;font-weight:700;color:#0f172a;letter-spacing:-.3px;margin:0}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.01em;white-space:nowrap}.badge-success{background-color:#dcfce7;color:#166534}.badge-danger{background-color:#fee2e2;color:#991b1b}.badge-warning{background-color:#fef3c7;color:#92400e}.badge-info{background-color:#dbeafe;color:#1e40af}.badge-neutral{background-color:#f1f5f9;color:#475569}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;gap:14px;color:#64748b}.page-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#facc15;border-radius:50%;animation:pageSpin .75s linear infinite}@keyframes pageSpin{to{transform:rotate(360deg)}}.page-loading-text{font-size:14px;font-weight:500;margin:0}.page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:10px;text-align:center;padding:32px}.page-error-icon{font-size:32px;line-height:1}.page-error-message{font-size:14px;color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 20px;max-width:480px;margin:0}.empty-table-state{text-align:center;padding:56px 20px;color:#94a3b8}.empty-table-state-icon{font-size:36px;margin-bottom:12px;display:block;opacity:.6}.empty-table-state-title{font-size:15px;font-weight:600;color:#64748b;margin:0 0 4px}.empty-table-state-sub{font-size:13px;color:#94a3b8;margin:0}.search-wrapper{position:relative;margin-bottom:20px}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;display:flex;align-items:center}.search-input{width:100%;padding:11px 14px 11px 40px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#1f2937;background:#fff;transition:border-color .2s,box-shadow .2s}.search-input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa2e}.search-input::placeholder{color:#9ca3af}.inline-alert{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:8px;font-size:14px;line-height:1.5;margin-bottom:16px}.inline-alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.inline-alert-warning{background-color:#fffbeb;border:1px solid #fde68a;color:#78350f}.inline-alert-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534}@media (max-width: 639px){.main-content{padding:12px}.container{padding:16px;border-radius:8px}.page-header{margin-bottom:16px;padding-bottom:12px}.page-title{font-size:21px}}@media (min-width: 640px) and (max-width: 1024px){.main-content{padding:16px}.container{padding:20px}.page-title{font-size:23px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:"Averia Serif Libre",serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f1f5f9;color:#1f2937;line-height:1.5}h1{font-family:UnifrakturMaguntia,cursive;font-size:60px}h2{font-family:UnifrakturMaguntia,cursive;font-size:30px}h3{font-family:"Averia Serif Libre",serif;font-size:24px}p{font-family:"Averia Serif Libre",serif;font-size:19px}:focus-visible{outline:2px solid #60a5fa;outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}#root{min-height:100vh}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .18s ease-out;padding:16px}.modal-content{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0000002e,0 4px 16px #0000001a;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .22s ease-out}.modal-header{padding:18px 24px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:22px;color:#0f172a;letter-spacing:.01em}.modal-close{background:none;border:none;font-size:22px;line-height:1;color:#94a3b8;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .15s;flex-shrink:0}.modal-close:hover{background-color:#f1f5f9;color:#374151}.modal-body{padding:20px 24px}.modal-footer{padding:14px 24px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:10px;background:#fafafa;border-bottom-left-radius:14px;border-bottom-right-radius:14px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.swal2-popup{font-family:"Averia Serif Libre",serif!important}.swal2-title{font-family:UnifrakturMaguntia,cursive!important;font-size:1.6rem!important;letter-spacing:.02em}.swal2-html-container,.swal2-content{font-family:"Averia Serif Libre",serif!important}.swal2-confirm,.swal2-cancel,.swal2-deny{font-family:"Averia Serif Libre",serif!important;font-weight:600!important}@media (max-width: 639px){.modal-overlay{padding:8px;align-items:flex-end}.modal-content{width:100%;max-width:100%;max-height:95vh;border-bottom-left-radius:0;border-bottom-right-radius:0}.modal-header{padding:16px}.modal-header h2{font-size:18px}.modal-body{padding:16px}.modal-footer{padding:12px 16px;flex-direction:column-reverse}.modal-footer button{width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
