html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}:root{--bg:#ebebeb;--panel:#fff;--panel2:#f5f5f5;--text:#333;--muted:#666;--yellow:#e9bf4d;--yellow-dark:#dfa400;--gold-soft:#fdf1d6;--blue:#3483fa;--blue-dark:#2968c8;--line:#e0e0e0;--danger:#f23d4f;--danger-bg:#ffe6e9;--green:#00a650;--green-bg:#e6f8ec;--card:#fff;--ink:#333}*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}body{background:var(--bg);color:var(--text);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}button,input,textarea,select{font:inherit}button{cursor:pointer}input:not([type=checkbox]):not([type=radio]),select,textarea{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:12px;padding:10px 12px}#root{min-height:100vh}.app-shell{max-width:1180px;min-height:100vh;margin:0 auto;padding:18px}.topbar{background:var(--yellow-dark);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding:14px 18px;display:flex;position:relative}.topbar-cart-btn{background:var(--blue);color:#fff;cursor:pointer;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex;position:absolute;bottom:10px;right:14px;box-shadow:0 2px 8px #0003}.brand{align-items:center;gap:12px;display:flex}.brand img{object-fit:contain;width:150px;max-height:52px}.brand small{color:#5a4b00}.brand-logo{align-items:flex-end;display:inline-flex}.brand-suffix{color:#fff;letter-spacing:.3px;margin-bottom:15px;margin-left:0;font-family:Poppins,ui-sans-serif,system-ui,Arial;font-size:19px;font-weight:300;line-height:1}.pill{color:#fff;cursor:pointer;background:#9c7200;border:1px solid #9c7200;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-weight:600;display:inline-flex}.pill-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.user-menu{position:relative}.location-picker-options.user-menu-options{min-width:220px;max-width:min(300px,100vw - 32px);left:auto;right:0}.user-menu-levels{border-bottom:1px solid var(--line);padding:10px 14px}.user-menu-levels .muted{text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.user-menu-levels div{justify-content:space-between;gap:10px;padding:3px 0;font-size:13px;display:flex}.grid{grid-template-columns:repeat(12,1fr);gap:16px;display:grid}.card{background:var(--panel);border:1px solid #0000000d;border-radius:18px;padding:18px;position:relative;box-shadow:0 2px 10px #0000000f}.hero{grid-column:span 12;grid-template-columns:1.3fr .7fr;align-items:center;gap:18px;display:grid}.hero h1{color:var(--text);margin:0 0 12px;font-size:clamp(28px,4.5vw,50px);line-height:1.05}.hero p{color:var(--muted);max-width:680px;font-size:18px}.cta-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.delivery-type-row{flex-wrap:nowrap}.delivery-type-row .btn,.delivery-type-row .error-text{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;padding-left:10px;padding-right:10px;font-size:13px;overflow:hidden}.pool-header-row{flex-wrap:nowrap;align-items:center;width:100%}.pool-header-row .tabs{flex-wrap:nowrap;margin-bottom:0}.pool-header-row .tab,.pool-header-row>.btn{white-space:nowrap;flex-shrink:0;padding:8px 12px;font-size:13px}.pool-header-row>.btn{margin-left:auto}.discount-filters-row{flex-wrap:nowrap}.discount-search-input{flex:1;min-width:0}.discount-category-select{flex:none;max-width:42%}.btn{background:var(--blue);color:#fff;border:0;border-radius:999px;padding:12px 20px;font-weight:700;transition:filter .15s,transform .1s}.btn:hover{filter:brightness(1.06)}.btn:active{transform:scale(.97)}.btn.secondary{color:var(--blue);border:1px solid var(--blue);background:#fff}.btn.ghost{border:1px solid var(--line);color:var(--text);background:0 0}.btn.danger{background:var(--danger);color:#fff}.btn-text{color:var(--text);background:0 0;border:0;padding:6px 2px;font-weight:700;text-decoration:none}.btn-text:hover{text-decoration:underline}.btn:disabled{opacity:.55;cursor:not-allowed}.share-sheet-overlay{z-index:60;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.share-sheet{background:var(--panel);width:100%;max-width:480px;padding:18px 18px calc(18px + env(safe-area-inset-bottom,0px));border-radius:22px 22px 0 0;animation:.22s ease-out share-sheet-up;position:relative;box-shadow:0 -8px 30px #00000040}.share-sheet h3{text-align:center;color:var(--text);margin:0 0 18px}.share-sheet-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:18px;display:grid}.share-sheet-grid button{color:var(--text);cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:8px;padding:4px;font-size:12px;font-weight:600;display:flex}.share-sheet-grid button:active .share-icon{transform:scale(.9)}.share-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;transition:transform .1s;display:flex;box-shadow:0 2px 8px #00000026}.share-sheet-cancel{justify-content:center;width:100%;display:flex}@keyframes share-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.role-cards{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.role{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:18px}.role h3{color:var(--text);margin:6px 0}.role p{color:var(--muted);font-size:14px}.role .icon{background:var(--gold-soft);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.section-title{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.section-title h2{color:var(--text);margin:0}.user-layout,.merchant-layout{grid-column:span 12;grid-template-columns:1fr 340px;gap:16px;min-width:0;display:grid}.user-layout>main,.user-layout>aside,.merchant-layout>main,.merchant-layout>aside{min-width:0}.user-layout{grid-template-columns:290px 1fr}.user-layout>aside{order:1}.user-layout>main{order:2}.merchant-layout{grid-template-columns:290px 1fr}.merchant-layout>aside{order:1}.merchant-layout>main{order:2}.filter-section{margin-bottom:18px}.filter-section:last-child{margin-bottom:0}.filter-title{color:var(--text);text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px;font-size:12px;font-weight:800}.filter-list{flex-direction:column;gap:1px;display:flex}.filter-link{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;gap:8px;padding:7px 6px;font-size:14px;transition:background .15s,color .15s;display:flex}.filter-link:hover{background:var(--panel2)}.filter-link.active{color:var(--blue);background:var(--panel2);font-weight:700}.filter-link .count{color:var(--muted);font-size:12px;font-weight:400}.discount-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}@media (width<=1100px){.discount-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cart-product-grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.cart-product-grid .media{height:110px;font-size:16px}.cart-product-grid .discount-body{padding:10px}.cart-product-grid .discount-body h3{margin:0 0 4px;font-size:14px}.cart-product-grid .price-now{font-size:15px}.cart-product-grid .price-off,.cart-product-grid .price-old{font-size:11px}.cart-product-grid .discount-body p{margin:4px 0}.cart-product-grid .cta-row{margin-top:8px}.discount{background:var(--card);color:var(--ink);border:1px solid #0000000d;border-radius:18px;transition:box-shadow .15s,transform .15s;overflow:hidden;box-shadow:0 2px 10px #00000012}.discount:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000001f}.discount.comercio-card{border:1px solid var(--yellow-dark);border-left:6px solid var(--yellow-dark);background:#fdf3e0}.media{background:var(--panel2);height:170px;color:var(--muted);justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex;position:relative;overflow:hidden}.home-banner{border-radius:16px;width:100%;height:220px;margin-bottom:16px}@media (width<=640px){.home-banner{height:120px}}.media img,.media video{object-fit:cover;width:100%;height:100%}.media-detail{border-radius:16px;max-width:560px;height:min(420px,60vh);margin-bottom:14px}.media-detail img,.media-detail video{object-fit:contain;background:var(--panel2)}@media (width<=640px){.media-detail{max-width:100%;height:280px}}.ribbon{background:var(--blue);color:#fff;letter-spacing:.03em;text-transform:uppercase;border-radius:0 8px 8px 0;padding:5px 10px 5px 8px;font-size:10.5px;font-weight:800;position:absolute;top:10px;left:0;box-shadow:0 2px 6px #0000002e}.ribbon.hot{background:var(--danger)}.seller-row{color:var(--muted);align-items:center;gap:4px;margin:2px 0 4px;font-size:13px;display:flex}.seller-check{color:var(--blue);font-size:12px;font-weight:900}.price-row{flex-wrap:wrap;align-items:baseline;gap:8px;margin:8px 0 6px;display:flex}.price-old{color:var(--muted);font-size:13px;text-decoration:line-through}.price-now{color:var(--text);font-size:19px;font-weight:800}.price-off{background:var(--green-bg);color:var(--green);border-radius:6px;padding:2px 7px;font-size:12.5px;font-weight:800}.free-ship{color:var(--green);font-size:12.5px;font-weight:700}.favorite-btn{cursor:pointer;background:#ffffffd9;border:0;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:transform .1s;display:flex;position:absolute;top:6px;right:6px;box-shadow:0 1px 4px #0000002e}.icon-btn{border:1px solid var(--line);width:38px;height:38px;color:var(--text);cursor:pointer;background:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;transition:background .15s;display:inline-flex}.icon-btn:hover{background:var(--panel2)}.favorite-btn:hover{transform:scale(1.1)}.favorite-btn.active{background:#fff}.media-cart-btn{cursor:pointer;background:#ffffffd9;border:0;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;transition:transform .1s;display:flex;position:absolute;bottom:6px;right:6px;box-shadow:0 1px 4px #0000002e}.media-cart-btn:hover{transform:scale(1.1)}.media-cart-btn.left{left:6px;right:auto}.qty-badge{background:var(--danger);color:#fff;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.cart-shortcut-btn{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;display:inline-flex;position:relative}.discount-body{padding:14px}.discount-body h3{color:var(--text);margin:0 0 6px}.discount-body p{color:var(--muted);margin:6px 0}.pool-card-open{cursor:pointer;display:block}.pool-card-open:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.pool-media-thumbs{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.pool-media-thumb{background:var(--panel2);border-radius:10px;width:72px;height:72px;position:relative;overflow:hidden}.pool-media-thumb img{object-fit:cover;width:100%;height:100%;display:block}.pool-media-thumb-remove{color:#fff;cursor:pointer;background:#0009;border:0;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:12px;line-height:1;display:flex;position:absolute;top:2px;right:2px}.media-carousel{padding:0}.media-carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;width:100%;height:100%;display:flex;overflow-x:auto}.media-carousel-track::-webkit-scrollbar{display:none}.media-carousel-slide{scroll-snap-align:start;flex:0 0 100%;height:100%}.media-carousel-slide img{object-fit:cover;width:100%;height:100%;display:block}.media-carousel-slide a,.media>a{width:100%;height:100%;display:block}.media-carousel-dots{pointer-events:none;justify-content:center;gap:6px;display:flex;position:absolute;bottom:8px;left:0;right:0}.media-carousel-dot{cursor:pointer;pointer-events:auto;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex}.media-carousel-dot:before{content:"";background:#ffffffa6;border-radius:999px;width:7px;height:7px;transition:transform .15s;box-shadow:0 0 2px #0006}.media-carousel-dot.active:before{background:#fff;transform:scale(1.35)}.media-carousel-arrow{color:#fff;cursor:pointer;z-index:2;background:#00000073;border:0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:18px;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.media-carousel-arrow:hover{background:#000000a6}.media-carousel-arrow:disabled{opacity:.3;cursor:default}.media-carousel-arrow.prev{left:6px}.media-carousel-arrow.next{right:6px}.discount-body .cta-row{flex-wrap:nowrap}.discount-body .cta-row .btn{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;padding:10px 6px;font-size:13px;overflow:hidden}.discount-grid.list{flex-direction:column;gap:10px;display:flex}.discount-grid.list .discount{flex-direction:row;align-items:stretch;display:flex}.discount-grid.list .discount .media{flex:none;width:110px;height:90px}.discount-grid.list .discount .discount-body{flex:1;padding:10px 14px}.view-toggle{gap:6px;display:flex}.view-toggle button{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;padding:6px 12px;font-size:13px;transition:background .15s,color .15s}.view-toggle button.active{background:var(--blue);color:#fff;border-color:#0000}@media (width<=640px){.discount-grid.list .discount{flex-direction:column}.discount-grid.list .discount .media{width:100%;height:140px}}.badge{background:var(--green-bg);max-width:100%;color:var(--green);white-space:normal;overflow-wrap:break-word;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-block}.badge.badge-off{background:var(--danger-bg);color:var(--danger)}.badge.badge-warning{color:#8a5300;background:#fff1d6;margin-left:6px}.badge.badge-info{color:var(--blue-dark);background:#e3f0ff;margin-left:6px}.badge-btn{cursor:pointer;appearance:none;font:inherit;border:none}.rating-badge{color:var(--text);font-size:13px;font-weight:700}.star-picker{gap:2px;display:flex}.star-picker .star{color:var(--line);cursor:pointer;background:0 0;border:0;padding:2px;font-size:24px;line-height:1}.star-picker .star.filled{color:var(--yellow-dark)}.stars-static{color:var(--yellow-dark);letter-spacing:1px}.reviews-list{gap:10px;margin-top:8px;display:grid}.review-item{border:1px solid var(--line);background:var(--panel2);border-radius:14px;padding:10px 14px}.levels{gap:8px;margin-top:12px;display:grid}.level{background:var(--panel2);border-radius:14px;justify-content:space-between;padding:10px;display:flex}.sidebar .stat{border-bottom:1px solid var(--line);justify-content:space-between;padding:12px 0;display:flex}.sidebar .stat:last-child{border-bottom:0}.big-points{color:var(--blue);font-size:52px;font-weight:900}.progress{background:var(--panel2);border-radius:99px;height:10px;overflow:hidden}.progress>i{background:var(--blue);height:100%;display:block}.form-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.field{gap:6px;display:grid}.field.full{grid-column:1/-1}.field label{color:var(--muted);font-size:13px}.field input,.field textarea,.field select{width:100%;color:var(--text);border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px}.field textarea{min-height:88px}.delivery-schedule{flex-direction:column;gap:4px;display:flex}.delivery-day-block{border-bottom:1px solid var(--line);padding:8px 0}.delivery-day-block:last-child{border-bottom:none}.delivery-schedule-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.delivery-schedule-day{min-width:130px;color:var(--text);align-items:center;gap:8px;font-size:14px;display:flex}.delivery-schedule-copy{margin-left:auto;padding:6px 10px;font-size:12px}.delivery-schedule-copy:disabled{opacity:.35;cursor:not-allowed}.delivery-ranges{flex-direction:column;gap:6px;margin-top:8px;display:flex}.delivery-range-row{border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:6px 8px;transition:background .15s,border-color .15s;display:flex}.delivery-range-row.active{border-color:var(--blue);background:#3483fa1a}.time24-input{align-items:center;gap:2px;display:inline-flex}.time24-input select{border:1px solid var(--line);width:auto;color:var(--text);font-variant-numeric:tabular-nums;background:#fff;border-radius:8px;padding:8px 4px}.preview{border:1px dashed var(--line);text-align:center;color:var(--muted);border-radius:16px;padding:14px}.location-picker-menu{width:100%;display:block;position:relative}.location-picker-options{z-index:20;background:var(--panel);border:1px solid var(--line);border-radius:12px;flex-direction:column;min-width:260px;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 6px 18px #0000001f}.dropdown-backdrop{z-index:19;background:0 0;position:fixed;inset:0}.location-picker-options button{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;padding:10px 14px;font-size:14px;transition:background .15s}.location-picker-options button:hover{background:var(--panel2)}.address-suggestions{z-index:20;background:var(--panel);border:1px solid var(--line);border-radius:12px;flex-direction:column;max-height:220px;margin-top:4px;display:flex;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 6px 18px #0000001f}.address-suggestions button{border:0;border-bottom:1px solid var(--line);color:var(--text);text-align:left;cursor:pointer;background:0 0;padding:9px 12px;font-size:13px;transition:background .15s}.address-suggestions button:last-child{border-bottom:0}.address-suggestions button:hover{background:var(--panel2)}.saved-locations{flex-direction:column;gap:6px;margin-bottom:4px;display:flex}.saved-location-row{border:1px solid var(--line);background:var(--panel2);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex}.cart-item-qty{align-items:center;gap:8px;display:flex}.cart-item-qty button{padding:2px 10px}.cart-badge{background:var(--danger);color:#fff;border-radius:999px;margin-left:6px;padding:1px 6px;font-size:11px;font-weight:700}.cart-suggestions{margin-top:18px}.cart-suggestions-divider{border-top:2px solid var(--yellow-dark);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;padding-top:12px;font-size:12px;font-weight:700}.form-section-title{border-top:1px solid var(--line);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;grid-column:1/-1;margin-top:20px;padding-top:16px;font-size:12px;font-weight:700}.preview img,.preview video{border-radius:12px;max-width:100%;max-height:260px}.qr-card{text-align:center}.qr-card img{border:1px solid var(--line);background:#fff;border-radius:16px;width:230px;height:230px;margin:12px auto;padding:12px}.qr-image-wrap{width:230px;margin:0 auto;position:relative}.qr-image-wrap img.qr-expired{opacity:.35}.qr-expired-x{color:var(--danger);text-shadow:0 2px 6px #00000026;justify-content:center;align-items:center;font-size:120px;font-weight:700;line-height:1;display:flex;position:absolute;inset:12px}.token{background:var(--panel2);border:1px solid var(--line);word-break:break-all;color:var(--text);border-radius:12px;padding:10px;font-family:ui-monospace,monospace}.qr-timebar{background:var(--panel2);border-radius:999px;max-width:280px;height:6px;margin:14px auto 0;overflow:hidden}.qr-timebar i{background:var(--blue);transform-origin:0;width:100%;height:100%;animation:40s linear forwards qr-countdown;display:block}@keyframes qr-countdown{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.scanbox{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:16px}.qr-scanner{aspect-ratio:1;background:#000;border-radius:16px;width:100%;max-width:360px;margin:0 auto;position:relative;overflow:hidden}.qr-scanner video{object-fit:cover;width:100%;height:100%}.qr-scanner-frame{pointer-events:none;border:3px solid #fff;border-radius:16px;position:absolute;inset:14%;box-shadow:0 0 0 999px #00000059}.notice{background:var(--green-bg);color:#046a33;border:1px solid #b7ecc9;border-radius:14px;margin:10px 0;padding:12px 14px}.notice.error{background:var(--danger-bg);color:#b30021;border-color:#f7b8c0}.top-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.auth-box{grid-column:span 12;width:100%;max-width:420px;margin:40px auto}.auth-box h2{color:var(--text);margin-top:0}.auth-toggle{gap:8px;margin-bottom:16px;display:flex}.auth-toggle .tab{text-align:center;border:1px solid var(--line);color:var(--text);background:#fff;border-radius:999px;flex:1;padding:10px;transition:background .15s,color .15s}.auth-toggle .tab.active{background:var(--blue);color:#fff;border-color:#0000}.tabs{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.tabs .tab{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:999px;padding:10px 16px;font-weight:700}.tabs .tab.active{background:var(--blue);color:#fff;border-color:#0000}.user-layout .tabs{border-bottom:1px solid var(--line);-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:14px;margin-bottom:16px;overflow-x:auto}.user-layout .tabs::-webkit-scrollbar{display:none}.user-layout .tabs .tab{color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:3px solid #0000;border-radius:0;flex:none;padding:8px 1px 10px;font-size:15px}.user-layout .tabs .tab.active{color:var(--text);border-bottom-color:var(--blue);background:0 0}.user-layout .tabs .tab-pool{background:#fdf6e3;border-radius:999px;padding-left:14px;padding-right:14px;position:relative;border-bottom:0!important}.user-layout .tabs .tab-pool-sub{font-size:inherit;font-weight:inherit;color:inherit}.user-layout .tabs .tab-pool-sub:before{content:" "}.user-layout .tabs .tab-pool-badge{margin-left:0;position:absolute;top:-2px;right:-4px}.role-toggle{gap:8px;margin-bottom:4px;display:flex}.role-toggle button{flex:1}.error-text{color:var(--danger);margin:8px 0 0;font-size:14px}.muted{color:var(--muted)}.spinner-page{min-height:100vh;color:var(--muted);justify-content:center;align-items:center;display:flex}.modal-overlay{z-index:50;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-box{background:var(--panel);border:1px solid var(--line);border-radius:20px;width:100%;max-width:420px;max-height:calc(100vh - 32px);padding:22px;position:relative;overflow-y:auto;box-shadow:0 12px 40px #00000040}.modal-box h3{color:var(--text);margin-top:0}.corner-back{z-index:5;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:18px;line-height:1;display:flex;position:absolute;top:12px;left:12px}:is(.modal-box:has(.corner-back),.card:has(.corner-back),.share-sheet:has(.corner-back)){padding-top:56px}.cart-sticky-footer{padding:12px 22px calc(12px + env(safe-area-inset-bottom,0px));background:var(--panel);border-top:1px solid var(--line);z-index:3;justify-content:space-between;align-items:center;gap:12px;margin:14px -22px -22px;display:flex;position:sticky;bottom:0}.cart-sticky-footer .btn{white-space:nowrap;width:auto}.alert-box{text-align:center;max-width:520px;padding:36px 30px;animation:.25s ease-out alert-pop}.alert-box .alert-icon{margin-bottom:8px;font-size:56px;line-height:1;animation:.6s alert-bounce}.alert-box h2{color:var(--text);margin:6px 0 10px;font-size:26px}.alert-box p{color:var(--text);margin:0;font-size:17px}.order-status-legend{text-align:left;background:var(--panel2);max-width:260px;color:var(--text);border-radius:12px;flex-direction:column;gap:6px;margin:14px auto 0;padding:12px 16px;font-size:14px;list-style:none;display:flex}.order-status-legend li{align-items:center;gap:8px;display:flex}.order-status-legend .status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}@keyframes alert-pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes alert-bounce{0%{transform:scale(.5)}60%{transform:scale(1.15)}to{transform:scale(1)}}.alert-box.celebrate{position:relative;overflow:hidden}.fireworks{pointer-events:none;position:absolute;inset:0;overflow:hidden}.fireworks .spark{background:var(--blue);width:8px;height:8px;transform:rotate(var(--angle)) translate(0,0) scale(1);border-radius:50%;margin:-4px 0 0 -4px;animation:.9s ease-out forwards spark-burst;position:absolute;top:50%;left:50%}.fireworks .spark:nth-child(4n){background:var(--green)}.fireworks .spark:nth-child(4n+1){background:#f5a623}.fireworks .spark:nth-child(4n+2){background:var(--danger)}@keyframes spark-burst{0%{transform:rotate(var(--angle)) translate(0,0) scale(1);opacity:1}to{transform:rotate(var(--angle)) translate(150px,0) scale(0);opacity:0}}@media (prefers-reduced-motion:reduce){.alert-box,.alert-box .alert-icon{animation:none}.fireworks{display:none}}.logo-picker{align-items:center;gap:10px;display:flex}.logo-thumb{background:var(--panel2);border:1px solid var(--line);width:52px;height:52px;color:var(--muted);text-align:center;border-radius:14px;justify-content:center;align-items:center;font-size:10px;display:flex;overflow:hidden}.logo-thumb img,.logo-thumb video{object-fit:cover;width:100%;height:100%}.comercio-logo{object-fit:cover;vertical-align:middle;border:1px solid var(--line);border-radius:8px;width:28px;height:28px;margin-right:6px}.ledger-wrap{margin-top:12px;overflow-x:auto}.ledger{border-collapse:collapse;width:100%;font-size:14px}.ledger th,.ledger td{text-align:left;border-bottom:1px solid var(--line);white-space:nowrap;padding:10px 12px}.ledger th{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.ledger tbody tr:hover{background:var(--panel2)}.side-actions{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.action-btn{border:1px solid var(--line);width:100%;color:var(--text);text-align:left;background:#fff;border-radius:16px;align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,transform .1s;display:flex}.action-btn:hover{background:var(--panel2)}.action-btn:active{transform:scale(.98)}.action-btn:disabled{opacity:.4;cursor:not-allowed}.action-btn:disabled:hover{background:#fff}.action-btn .action-icon{background:var(--panel2);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.action-btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.action-btn.primary .action-icon{background:#ffffff2e}.action-btn.primary:hover{background:var(--blue-dark)}.action-btn.on{background:var(--green-bg);border-color:var(--green);color:#046a33}.action-btn.on .action-icon{background:#00a65026}.action-btn.pool-highlight{border-color:var(--yellow);background:#fdf6e3}.action-btn.pool-highlight .action-icon{background:#e9bf4d40}@media (width<=800px){.app-shell{padding:12px}.hero,.role-cards{grid-template-columns:1fr}.section-title h2{white-space:nowrap;font-size:19px}.user-layout,.merchant-layout{grid-template-columns:1fr}.discount-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.user-layout>main{order:1}.user-layout>aside{order:2}.merchant-layout>main{order:1}.merchant-layout>aside{order:2}.brand img{width:125px}.brand-suffix{margin-bottom:12px;font-size:16px}.discount-search-input{padding:9px 8px;font-size:13px}.discount-category-select{padding:9px 4px;font-size:12px}.discount-grid:not(.list) .media{height:130px}.discount-grid:not(.list) .discount-body{padding:10px}.discount-grid:not(.list) .discount-body h3{font-size:14px}.discount-grid:not(.list) .price-now{font-size:17px}.discount-grid:not(.list) .price-off,.discount-grid:not(.list) .price-old{font-size:11px}.discount-grid:not(.list) .discount-body .cta-row .btn{white-space:normal;text-overflow:clip;padding:7px 4px;font-size:11.5px;line-height:1.2;overflow:visible}.user-layout>aside,.merchant-layout>aside{display:none}.modal-overlay{padding:0}.modal-box:not(.alert-box){border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%}.home-greeting{display:none}.user-layout .tabs .tab-pool{white-space:normal;text-align:center;flex-direction:column;align-items:center;margin-left:auto;padding:6px 14px;line-height:1.2;display:flex}.user-layout .tabs .tab-pool-sub{color:var(--muted);font-size:10px;font-weight:600;display:block}.user-layout .tabs .tab-pool-sub:before{content:none}.mobile-tabbar{-webkit-overflow-scrolling:touch;border-top:1px solid var(--line);z-index:45;padding:4px 2px calc(4px + env(safe-area-inset-bottom,0px));background:#fff;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto;box-shadow:0 -2px 10px #00000014}.mobile-tabbar button{min-width:56px;color:var(--muted);cursor:pointer;background:0 0;border:0;flex-direction:column;flex:56px;align-items:center;gap:2px;padding:6px 2px;font-size:11px;font-weight:700;display:flex;position:relative}.mobile-tabbar button.active{color:var(--blue)}.mobile-tabbar .tab-icon{font-size:19px}.mobile-tabbar .tab-badge{background:var(--danger);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:10px;font-weight:800;display:flex;position:absolute;top:0;right:22%}.mobile-tabbar-item{flex:56px;min-width:56px;display:flex;position:relative}.mobile-tabbar-item button{width:100%;min-width:0}.mobile-tabbar .location-picker-options{inset:auto auto calc(100% + 8px) 50%;transform:translate(-50%)}.mobile-tabbar-more{background:#fff;position:sticky;right:0;box-shadow:-8px 0 8px -6px #0000001f}.app-shell{padding-bottom:78px}.more-sheet-list{flex-direction:column;gap:8px;max-height:60vh;margin-top:4px;display:flex;overflow-y:auto}.more-sheet-row{align-items:center;gap:8px;display:flex}.more-sheet-row .action-btn{flex:1}.tabbar-pref-check{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;display:flex}.tabbar-pref-check:disabled{opacity:.35;cursor:not-allowed}.superadmin-desktop-nav{display:none}}@media (width>=801px){.mobile-tabbar{display:none}}@media (width<=480px){.brand small{display:none}.topbar{padding:12px 14px}.top-actions{gap:6px}.pill{padding:6px 10px;font-size:13px}}.brand-chip{background:var(--yellow-dark);border-radius:999px;align-items:center;margin-bottom:22px;padding:9px 18px 9px 12px;display:inline-flex}.brand-chip .brand-logo img{object-fit:contain;width:110px;max-height:38px}.brand-chip .brand-suffix{margin-bottom:0;font-size:16px}.auth-box .brand-chip{margin-bottom:18px}.landing-hero p{max-width:520px}.btn-brand{background:var(--yellow-dark);color:var(--ink)}.btn-brand:hover{filter:brightness(1.05)}.btn-brand:active{transform:scale(.97)}.btn-brand-outline{color:var(--text);border:1.5px solid var(--line);background:#fff}.btn-brand-outline:hover{border-color:var(--yellow-dark)}.auth-box{border-radius:24px}.auth-box h2{font-size:20px;font-weight:700}.auth-toggle .tab{font-weight:700}.auth-toggle .tab.active{background:var(--yellow-dark);color:var(--ink)}.auth-box .btn-brand{width:100%;padding:14px;font-size:15.5px}.auth-box .field input:focus,.auth-box .field select:focus,.auth-box .field textarea:focus{border-color:var(--yellow-dark);box-shadow:0 0 0 3px var(--gold-soft);outline:none}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
