:root{--pink: #E91E63;--pink-dark: #C2185B;--rose: #FF5C8A;--purple: #9C27B0;--deep-purple: #6A1B9A;--gold: #FFC107;--orange: #FF9800;--green: #22C55E;--blue: #2196F3;--red: #F43F5E;--danger: #F44336;--bg: #FFF7FA;--surface: #FFFFFF;--surface-variant: #F8EDF3;--on-surface: #241822;--on-surface-variant: #7C6A75;--outline: #EDDDE6;--primary-container: #FFE1EC;--grad-main: linear-gradient(135deg, #E91E63, #9C27B0);--grad-rose: linear-gradient(135deg, #FF5C8A, #E91E63);--grad-super: linear-gradient(135deg, #9C27B0, #6A1B9A);--grad-nope: linear-gradient(135deg, #A8A8AD, #8E8E93);--grad-gold: linear-gradient(135deg, #FFC107, #FF9800);--grad-avatar: linear-gradient(135deg, rgba(233,30,99,.16), rgba(233,30,99,.07));--font: "Roboto", -apple-system, "Segoe UI", system-ui, sans-serif}@media (prefers-color-scheme: dark){:root{--bg: #0F0B14;--surface: #1A1420;--surface-variant: #271E30;--on-surface: #F4EAF1;--on-surface-variant: #C0AEC0;--outline: #3D2F45;--primary-container: #4A1030}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);background:radial-gradient(1100px 520px at 8% -8%,rgba(233,30,99,.1),transparent 60%),radial-gradient(900px 480px at 105% 18%,rgba(156,39,176,.1),transparent 60%),var(--bg);color:var(--on-surface);-webkit-font-smoothing:antialiased;overscroll-behavior:none}button{font-family:var(--font);cursor:pointer;border:none;background:none;color:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:focus-visible,[role=button]:focus-visible{outline:2px solid var(--pink);outline-offset:2px}input,textarea{font-family:var(--font);color:var(--on-surface)}img{display:block;-webkit-user-drag:none}a{color:var(--pink)}::-moz-selection{background:rgba(233,30,99,.25)}::selection{background:rgba(233,30,99,.25)}*{scrollbar-width:thin;scrollbar-color:rgba(233,30,99,.35) transparent}*::-webkit-scrollbar{width:5px;height:5px}*::-webkit-scrollbar-thumb{background:rgba(233,30,99,.3);border-radius:999px}*::-webkit-scrollbar-track{background:transparent}.screen-anim{animation:fadeIn .18s ease}.t-display{font-size:34px;font-weight:700;line-height:44px;letter-spacing:-.5px}.t-hl{font-size:30px;font-weight:800;line-height:40px}.t-hs{font-size:23px;font-weight:700;line-height:32px}.t-tl{font-size:20px;font-weight:700;line-height:28px}.t-tm{font-size:16px;font-weight:600;line-height:24px}.t-ts{font-size:14px;font-weight:600;line-height:20px}.t-bl{font-size:16px;font-weight:400;line-height:24px}.t-bm{font-size:14px;font-weight:400;line-height:21px}.t-bs{font-size:12px;font-weight:400;line-height:16px}.t-ls{font-size:11px;font-weight:500;line-height:16px;letter-spacing:.5px}.t-muted{color:var(--on-surface-variant)}.t-pink{color:var(--pink)}.t-pink-dark{color:var(--pink-dark)}.t-green{color:var(--green)}.t-red{color:var(--danger)}.t-center{text-align:center}.t-bold{font-weight:700}.t-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-root{height:100%;display:flex;flex-direction:column;background:var(--bg);overflow:hidden}.center-max{width:100%;max-width:560px;margin:0 auto;display:flex;flex-direction:column;flex:1;min-height:0}.center-max-480{max-width:480px}.center-max-600{max-width:600px}.center-max-640{max-width:640px}.tab-wrap{width:100%;max-width:560px;margin:0 auto;display:flex;flex-direction:column;flex:1;min-height:0}.screen{flex:1;min-height:0;display:flex;flex-direction:column}.scroll{overflow-y:auto;flex:1;min-height:0;-webkit-overflow-scrolling:touch}.scroll>*{flex-shrink:0}.chat-scroll>*{flex-shrink:0}.pad16{padding:16px}.pad24{padding:24px}.row{display:flex;align-items:center}.row-between{display:flex;align-items:center;justify-content:space-between}.col{display:flex;flex-direction:column}.grow{flex:1;min-height:0}.gap4{gap:4px}.gap6{gap:6px}.gap8{gap:8px}.gap10{gap:10px}.gap12{gap:12px}.gap14{gap:14px}.gap16{gap:16px}.gap20{gap:20px}.gap24{gap:24px}.spacer8{height:8px}.spacer12{height:12px}.spacer16{height:16px}.spacer20{height:20px}.spacer24{height:24px}.spacer32{height:32px}.btn-grad{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:50px;border-radius:16px;background:var(--grad-main);color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 8px 16px #e91e6359;transition:transform .12s ease,opacity .12s ease}.btn-grad:active{transform:scale(.97)}.btn-grad:disabled{opacity:.5;cursor:default;box-shadow:none;transform:none}.btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:50px;border-radius:14px;background:var(--pink);color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:transform .12s ease,opacity .12s ease,box-shadow .15s ease}.btn-primary:active{transform:scale(.97)}.btn-primary:disabled{opacity:.5;cursor:default}.btn-text{color:var(--pink);font-size:14px;font-weight:600;padding:8px 12px;border-radius:8px;transition:background .15s ease}.btn-text:disabled{opacity:.4}.btn-icon-round{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--surface);box-shadow:0 4px 8px #00000014;flex-shrink:0;color:var(--on-surface);transition:transform .12s ease,box-shadow .15s ease}.btn-icon-round:active{transform:scale(.92)}.spinner{width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:spin .8s linear infinite}.spinner.pink{border-color:#e91e6340;border-top-color:var(--pink)}@keyframes spin{to{transform:rotate(360deg)}}.field{position:relative;width:100%}.field input,.field textarea{width:100%;border:1px solid var(--outline);border-radius:12px;background:var(--surface);padding:14px 16px;font-size:15px;outline:none;transition:border-color .15s ease}.field input{height:50px}.field textarea{min-height:96px;resize:vertical;line-height:22px}.field input:focus,.field textarea:focus{border-color:var(--pink);box-shadow:0 0 0 3px #e91e631f}.field label{position:absolute;top:-8px;left:12px;background:var(--bg);padding:0 6px;font-size:11px;color:var(--on-surface-variant)}.field .hint{position:absolute;right:12px;bottom:6px;font-size:10px;color:var(--on-surface-variant)}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{border-radius:999px;padding:7px 14px;font-size:12px;font-weight:500;line-height:16px;background:rgba(233,30,99,.1);color:var(--pink);cursor:pointer;transition:all .12s ease}.chip.selected{background:var(--grad-main);color:#fff}.chip.solid{background:rgba(233,30,99,.09);color:var(--pink-dark);cursor:default}.segment{display:flex;gap:8px}.segment button{flex:1;height:42px;border-radius:10px;background:var(--surface-variant);color:var(--on-surface);font-size:14px;font-weight:500}.segment button.active{background:var(--pink);color:#fff;font-weight:600}.switch{position:relative;width:48px;height:26px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.switch .track{position:absolute;inset:0;border-radius:999px;background:var(--surface-variant);transition:background .2s ease}.switch .thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 4px #00000040;transition:transform .2s ease}.switch input:checked+.track{background:var(--pink)}.switch input:checked+.track+.thumb{transform:translate(22px)}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:999px;background:var(--surface-variant);outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:5px solid var(--pink);box-shadow:0 2px 6px #e91e6366;cursor:pointer}.avatar{position:relative;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 3px 8px #0000001f;background:var(--surface-variant);display:block}.avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.avatar .initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--grad-avatar);color:var(--pink-dark);font-weight:700}.avatar.online{border:2.5px solid transparent;box-shadow:0 3px 8px #0000001f}.avatar.online:before{content:"";position:absolute;inset:0;border-radius:50%;padding:2.5px;background:linear-gradient(135deg,#E91E63,#C2185B);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:2;pointer-events:none}.avatar.online .initials{position:relative;z-index:1;border-radius:50%}.online-dot{position:relative;width:10px;height:10px;flex-shrink:0}.online-dot.offline{border-radius:50%;background:#BDBDBD}.online-dot.online .pulse{position:absolute;inset:0;border-radius:50%;background:rgba(34,197,94,.5);animation:dotPulse .9s ease-out infinite}.online-dot.online .core{position:absolute;inset:22%;border-radius:50%;background:var(--green);z-index:1}.online-dot.online .white{position:absolute;inset:37%;border-radius:50%;background:#fff;z-index:2}@keyframes dotPulse{0%{transform:scale(1);opacity:.5}to{transform:scale(2.1);opacity:0}}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.tag{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:500;line-height:16px;background:rgba(233,30,99,.09);color:var(--pink-dark)}.tag.on-photo{background:rgba(255,255,255,.24);border:1px solid rgba(255,255,255,.4);color:#fff}.tag.more{color:var(--on-surface-variant);background:transparent}.tag.on-photo.more{color:#ffffffe6}.bottom-nav-wrap{padding:8px 16px calc(8px + env(safe-area-inset-bottom));flex-shrink:0}.bottom-nav{display:flex;gap:4px;padding:6px;border-radius:26px;background:var(--surface);box-shadow:0 14px 24px #e91e6338}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:1px;padding:6px 4px;border-radius:20px;cursor:pointer;color:var(--on-surface-variant);position:relative;transition:background .15s ease,color .15s ease}.nav-item .icon-svg{width:21px;height:21px}.nav-item span{font-size:11px;font-weight:500;line-height:16px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-item.active{background:var(--grad-main);color:#fff}.nav-badge{position:absolute;top:-4px;right:calc(50% - 22px);min-width:15px;height:15px;padding:0 4px;border-radius:999px;background:var(--pink);color:#fff;font-size:8px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 6px #e91e6366}.screen-header{display:flex;align-items:center;gap:12px;padding:10px 16px;flex-shrink:0}.header-logo{width:42px;height:42px;border-radius:50%;flex-shrink:0;background:var(--grad-main);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #e91e6373}.header-logo .icon-svg{width:22px;height:22px;color:#fff}.header-title{flex:1;min-width:0}.deck{position:relative;flex:1;min-height:0;display:flex;align-items:stretch;justify-content:center;padding:0 16px}.deck-stack{position:relative;flex:1;max-width:440px;min-height:0}.swipe-card{position:absolute;inset:0;border-radius:24px;overflow:hidden;background:#EEEEEE;box-shadow:0 12px 24px #e91e6333;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform;cursor:grab}.swipe-card.back{transform:scale(.95)}.swipe-card img.photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.swipe-card .scrim{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.18) 75%,rgba(0,0,0,.72) 100%)}.swipe-card .info{position:absolute;left:16px;right:16px;bottom:16px;display:flex;flex-direction:column;gap:8px}.swipe-card .name-age{color:#fff;font-size:24px;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.5);display:flex;align-items:center;gap:8px}.photo-dots{position:absolute;top:10px;left:0;right:0;display:flex;justify-content:center;gap:5px}.photo-dots i{width:14px;height:4px;border-radius:999px;background:rgba(255,255,255,.55);display:block}.photo-dots i.active{width:16px;background:#fff}.dist-chip{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:5px;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:6px 12px;color:#fff;font-size:12px;font-weight:600;backdrop-filter:blur(4px)}.dist-chip .icon-svg{width:11px;height:11px;color:#fff}.stamp{position:absolute;top:90px;font-size:16px;font-weight:700;line-height:24px;border-radius:8px;padding:8px 24px;letter-spacing:1px;pointer-events:none}.stamp.like{right:32px;color:#22c55e;border:4px solid #22C55E;transform:rotate(-15deg)}.stamp.nope{left:32px;color:#f44336;border:4px solid #F44336;transform:rotate(15deg)}.action-row{display:flex;align-items:center;justify-content:space-evenly;padding:8px 16px 14px;flex-shrink:0}.action-btn{display:flex;align-items:center;justify-content:center;border-radius:50%;border:3px solid #fff;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.action-btn:active{transform:scale(.86)}.action-btn:disabled{opacity:.45;box-shadow:none!important}.action-btn .icon-svg{width:30px;height:30px;color:#fff}.action-btn.rewind{width:52px;height:52px;background:var(--orange);box-shadow:0 10px 20px #ff980080}.action-btn.rewind .icon-svg{width:24px;height:24px}.action-btn.nope{width:62px;height:62px;background:var(--grad-nope);box-shadow:0 10px 20px #00000026}.action-btn.super{width:52px;height:52px;background:var(--grad-super);box-shadow:0 10px 20px #9c27b080}.action-btn.super .icon-svg{width:22px;height:22px}.action-btn.like{width:62px;height:62px;background:var(--grad-rose);box-shadow:0 10px 20px #e91e6380}.limit-chips{display:flex;justify-content:center;gap:8px;padding:0 16px 8px;flex-wrap:wrap}.limit-chip{display:flex;align-items:center;gap:6px;background:var(--surface);border-radius:999px;padding:6px 12px;box-shadow:0 3px 6px #00000014;font-size:11px;font-weight:500;color:var(--on-surface-variant)}.limit-chip i{width:6px;height:6px;border-radius:50%;display:block}.limit-chip i.pink{background:var(--pink)}.limit-chip i.purple{background:var(--purple)}.match-row{display:flex;align-items:center;gap:12px;padding:12px 14px;margin:4px 16px;border-radius:20px;background:var(--surface);box-shadow:0 3px 8px #e91e6314;cursor:pointer}.match-mid{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.match-name{display:flex;align-items:center;gap:8px;min-width:0}.unread-dot{width:8px;height:8px;border-radius:50%;background:var(--pink);flex-shrink:0}.match-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.unread-badge{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--grad-main);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #e91e6380}.preview{font-size:14px;color:var(--on-surface-variant);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview.unread{font-weight:500;color:var(--on-surface)}.likes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;padding:16px}.like-card{position:relative;aspect-ratio:.72;border-radius:18px;overflow:hidden;box-shadow:0 6px 12px #e91e632e;background:#EEEEEE;cursor:pointer}.like-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.like-card .scrim{position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.6))}.like-card .info{position:absolute;left:10px;right:10px;bottom:10px;display:flex;flex-direction:column;gap:4px}.like-card .name-age{color:#fff;font-size:14px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5);display:flex;align-items:center;gap:6px}.super-badge{position:absolute;top:8px;right:8px;display:flex;align-items:center;gap:4px;background:var(--grad-super);border-radius:999px;padding:4px 8px;color:#fff;font-size:11px;font-weight:500;box-shadow:0 4px 8px #6a1b9a66}.super-badge .icon-svg{width:12px;height:12px;color:#fff}.like-dots{position:absolute;top:8px;left:0;right:0;display:flex;justify-content:center;gap:4px}.like-dots i{width:12px;height:3px;border-radius:999px;background:rgba(255,255,255,.55);box-shadow:0 1px 2px #00000040}.like-dots i.active{width:14px;background:#fff}.like-teaser{position:relative;overflow:hidden;aspect-ratio:.72;border-radius:18px;color:#fff;cursor:pointer;background:linear-gradient(135deg,rgba(233,30,99,.92),rgba(156,39,176,.92));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px;text-align:center;box-shadow:0 6px 12px #e91e6340;transition:transform .15s ease,box-shadow .15s ease}.like-teaser:hover{transform:translateY(-2px);box-shadow:0 10px 20px #e91e6359}.like-teaser:active{transform:scale(.98)}.teaser-heart{position:absolute;opacity:.25;pointer-events:none}.teaser-heart.h1{font-size:44px;top:14px;left:12px;transform:rotate(-15deg)}.teaser-heart.h2{font-size:30px;bottom:26px;right:14px;transform:rotate(12deg)}.teaser-heart.h3{font-size:26px;bottom:12px;left:18px;transform:rotate(-8deg)}.hero-card{display:flex;flex-direction:column;align-items:center;gap:12px;border-radius:24px;padding:20px 16px;background:linear-gradient(180deg,rgba(233,30,99,.14),rgba(156,39,176,.06),transparent)}.profile-hero{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:10px;border-radius:28px;padding:26px 16px 20px;background:radial-gradient(280px 150px at 18% 0%,rgba(255,255,255,.55),transparent 60%),linear-gradient(160deg,rgba(233,30,99,.18),rgba(156,39,176,.12) 55%,rgba(233,30,99,.05));box-shadow:0 8px 24px #e91e631f}.profile-hero:before{content:"";position:absolute;top:-60px;right:-60px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(233,30,99,.28),transparent 70%)}.profile-hero:after{content:"";position:absolute;bottom:-90px;left:-60px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(156,39,176,.22),transparent 70%)}.avatar-ring{position:relative;z-index:1;border-radius:50%;padding:4px;background:var(--grad-main);box-shadow:0 10px 24px #e91e6359;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-ring .avatar{box-shadow:none}.profile-hero>*{flex-shrink:0}.hero-status-pill{position:relative;z-index:1;display:flex;align-items:center;gap:6px;background:var(--surface);border-radius:999px;padding:5px 12px;font-size:12px;font-weight:500;box-shadow:0 2px 6px #00000014}.section-title-row{display:flex;align-items:center;gap:10px}.section-icon{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,rgba(233,30,99,.12),rgba(156,39,176,.1));color:var(--pink);display:flex;align-items:center;justify-content:center;flex-shrink:0}.plus-cta{position:relative;overflow:hidden;display:flex;align-items:center;gap:12px;width:100%;border-radius:20px;padding:14px 16px;cursor:pointer;background:var(--grad-main);color:#fff;text-align:left;box-shadow:0 10px 22px #e91e6359;transition:transform .15s ease,box-shadow .15s ease}.plus-cta>svg,.plus-cta>.icon-svg{flex-shrink:0}.plus-cta .col{min-width:0}.plus-cta:before{content:"";position:absolute;top:-40px;right:-30px;width:130px;height:130px;border-radius:50%;background:rgba(255,255,255,.12)}.plus-cta:hover{transform:translateY(-1px);box-shadow:0 14px 28px #e91e6373}.plus-cta:active{transform:scale(.98)}.plus-cta .star{color:#ffc107;font-size:15px}.plus-status-icon{width:52px;height:52px;border-radius:16px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;flex-shrink:0}.plus-hero-icon{width:84px;height:84px;border-radius:24px;background:var(--grad-main);display:flex;align-items:center;justify-content:center;box-shadow:0 16px 32px #e91e6373}.boost-card{transition:transform .15s ease,box-shadow .15s ease}.section-card{border-radius:20px;background:var(--surface);box-shadow:0 3px 8px #e91e6314;padding:16px}.city-chip{display:inline-flex;align-items:center;gap:5px;background:var(--surface);border-radius:999px;padding:6px 12px;box-shadow:0 3px 6px #0000001a;font-size:12px;font-weight:500;color:var(--on-surface-variant)}.city-chip .icon-svg{width:13px;height:13px;color:var(--pink)}.progress-track{height:6px;border-radius:999px;background:var(--surface-variant);overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:var(--pink);transition:width .3s ease}.plus-card{border-radius:20px;padding:18px;background:linear-gradient(135deg,#E91E63,rgba(156,39,176,.9));color:#fff}.badge-active{background:rgba(255,255,255,.22);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;color:#fff}.expiry-pill{background:rgba(255,193,7,.18);color:#ffc107;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.btn-ghost-light{width:100%;background:rgba(255,255,255,.18);border-radius:999px;padding:10px;color:#fff;font-size:12px;font-weight:600}.photos-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.photos-row img{width:120px;height:160px;-o-object-fit:cover;object-fit:cover;border-radius:12px;flex-shrink:0}.photos-editor{display:flex;flex-wrap:wrap;gap:8px}.photos-editor img{width:96px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-end;justify-content:center}.page-overlay{position:fixed;inset:0;z-index:130;background:var(--bg);display:flex;animation:fadeIn .18s ease}.overlay .scrim{position:absolute;inset:0;background:rgba(0,0,0,.35)}.sheet{position:relative;width:100%;max-width:560px;background:var(--surface);border-radius:28px 28px 0 0;padding:20px 16px calc(20px + env(safe-area-inset-bottom));max-height:85vh;overflow-y:auto;animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.dialog-center{position:fixed;inset:0;z-index:110;display:flex;align-items:center;justify-content:center;padding:24px}.dialog-card{position:relative;width:100%;max-width:420px;background:var(--surface);border-radius:24px;padding:24px;animation:popIn .22s ease;box-shadow:0 20px 40px #00000040}.dialog-scrim{position:absolute;inset:0;background:rgba(0,0,0,.35)}.toast{position:fixed;top:48px;left:50%;transform:translate(-50%);z-index:200;display:flex;align-items:center;gap:8px;background:var(--grad-main);color:#fff;border-radius:999px;padding:12px 20px;font-size:14px;box-shadow:0 12px 24px #e91e6366;animation:toastIn .25s ease;max-width:90vw}@keyframes toastIn{0%{transform:translate(-50%,-12px);opacity:0}to{transform:translate(-50%);opacity:1}}.toast .icon-svg{width:14px;height:14px;color:#fff}.loading-view{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;flex:1}.loading-ring{position:relative;width:72px;height:72px}.loading-ring .ring{position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,rgba(233,30,99,.35),rgba(156,39,176,.35));animation:ringPulse 1.3s ease-out infinite}.loading-ring .heart{position:absolute;inset:21px;display:flex;align-items:center;justify-content:center;animation:heartBeat .65s ease-in-out infinite}.loading-ring .heart .icon-svg{width:30px;height:30px;color:var(--pink)}@keyframes ringPulse{0%{transform:scale(.6);opacity:.5}to{transform:scale(1);opacity:0}}@keyframes heartBeat{0%,to{transform:scale(.94)}50%{transform:scale(1.1)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;flex:1;text-align:center}.empty-icon{width:88px;height:88px;border-radius:50%;background:var(--grad-main);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px #e91e6359}.empty-icon .icon-svg{width:40px;height:40px;color:#fff}.consent-toggle{display:flex;align-items:center;gap:10px;width:100%;border-radius:14px;padding:12px;border:1px solid var(--outline);background:var(--surface);cursor:pointer;text-align:left}.consent-toggle.checked{background:linear-gradient(135deg,rgba(233,30,99,.08),rgba(156,39,176,.05));border-color:#e91e6359}.consent-toggle .box{width:20px;height:20px;border-radius:50%;border:1px solid var(--outline);flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--surface)}.consent-toggle.checked .box{background:var(--grad-main);border-color:transparent}.consent-toggle .box .icon-svg{width:12px;height:12px;color:#fff}.auth-hero{display:flex;flex-direction:column;align-items:center;gap:14px}.auth-logo{width:88px;height:88px;border-radius:50%;background:var(--grad-main);display:flex;align-items:center;justify-content:center;box-shadow:0 18px 32px #e91e6373}.auth-logo .icon-svg{width:42px;height:42px;color:#fff}@media (hover: hover){.btn-grad:not(:disabled):hover{filter:brightness(1.06);box-shadow:0 10px 20px #e91e6373;transform:translateY(-1px)}.btn-primary:not(:disabled):hover{filter:brightness(1.08);box-shadow:0 8px 18px #e91e6359}.btn-text:not(:disabled):hover{background:rgba(233,30,99,.08)}.btn-icon-round:hover{transform:translateY(-1px);box-shadow:0 6px 14px #e91e6333}.nav-item:not(.active):hover{background:rgba(233,30,99,.08)}.match-row:hover{transform:translateY(-1px);box-shadow:0 8px 16px #e91e6326}.match-row{transition:transform .15s ease,box-shadow .15s ease}.chip:not(.solid):hover{transform:scale(1.06)}.like-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #e91e6347}.like-card{transition:transform .15s ease,box-shadow .15s ease}.like-card:hover img{transform:scale(1.04)}.like-card img{transition:transform .2s ease}.action-btn:not(:disabled):hover{transform:scale(1.06)}.consent-toggle:hover{border-color:#e91e6380}.section-card[style*=cursor]:hover,.boost-card:hover{box-shadow:0 6px 14px #e91e632e;transform:translateY(-1px)}.city-field:hover,.row-card:hover{background:rgba(233,30,99,.08)}.swipe-card{cursor:grab}.swipe-card:active{cursor:grabbing}.photos-row img:hover{transform:scale(1.03)}.photos-row img{transition:transform .15s ease}.bubble:hover{filter:brightness(.99)}.tool-btn:hover,.send-btn:hover{transform:scale(1.08)}.tool-btn,.send-btn{transition:transform .12s ease}.emoji-panel button:hover,.msg-sheet .action-item:hover,.msg-sheet .emoji-row button:hover{background:var(--surface-variant)}}.chat-root{flex:1;min-height:0;display:flex;flex-direction:column}.chat-header{display:flex;align-items:center;gap:8px;padding:8px;flex-shrink:0}.chat-header .user-block{display:flex;align-items:center;gap:10px;flex:1;min-width:0;cursor:pointer}.chat-scroll{flex:1;overflow-y:auto;padding:8px 12px;display:flex;flex-direction:column}.chat-pill{align-self:center;display:flex;align-items:center;gap:6px;background:var(--grad-main);color:#fff;border-radius:999px;padding:9px 16px;margin:16px 0;font-size:12px;font-weight:600;box-shadow:0 6px 12px #e91e6366}.chat-pill .icon-svg{width:14px;height:14px;color:#fff}.date-sep{align-self:center;border-radius:999px;padding:5px 12px;margin:8px 0;font-size:11px;font-weight:500;color:var(--pink-dark);background:rgba(233,30,99,.09);border:1px solid rgba(233,30,99,.18)}.msg-row{display:flex;align-items:flex-end;margin:2px 0}.msg-row.mine{justify-content:flex-end}.msg-row.other{justify-content:flex-start}.bubble{max-width:min(280px,80%);position:relative;cursor:pointer;transition:filter .12s ease}.bubble .inner{position:relative}.bubble.mine .inner{background:linear-gradient(135deg,#E91E63,#FF5C8A);color:#fff;border-radius:20px 20px 6px;box-shadow:0 5px 10px #e91e6359}.bubble.other .inner{background:var(--surface-variant);color:var(--on-surface);border-radius:20px 20px 20px 6px;border:1px solid rgba(124,106,117,.25)}.bubble .text-body{padding:10px 14px 4px;font-size:16px;line-height:24px;white-space:pre-wrap;word-break:break-word}.bubble .meta{display:flex;align-items:center;justify-content:flex-end;gap:3px;padding:0 12px 7px;font-size:11px}.bubble.mine .meta{color:#ffffffbf}.bubble.other .meta{color:var(--on-surface-variant)}.bubble.mine .meta .icon-svg{width:10px;height:10px}.bubble img.msg-photo{width:220px;max-width:70vw;height:220px;-o-object-fit:cover;object-fit:cover;border-radius:16px;margin:4px;cursor:pointer;display:block}.bubble .reply-preview{display:flex;gap:6px;align-items:center;border-radius:8px;padding:6px 8px;margin:6px 8px 0;font-size:12px}.bubble.mine .reply-preview{background:rgba(255,255,255,.18);color:#ffffffe6}.bubble.other .reply-preview{background:rgba(124,106,117,.08);color:var(--on-surface-variant)}.reply-preview .bar{width:3px;height:24px;border-radius:999px;background:var(--pink);flex-shrink:0}.reply-preview .qtext{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.bubble .reaction{position:absolute;bottom:-12px;right:-6px;font-size:19px;background:var(--surface);border-radius:999px;box-shadow:0 3px 6px #0003;padding:2px 6px;cursor:pointer;animation:popIn .2s ease;z-index:2}.audio-pill{display:flex;align-items:center;gap:10px;padding:10px 12px}.audio-play{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bubble.mine .audio-play{background:rgba(255,255,255,.25);color:#fff}.bubble.other .audio-play{background:rgba(233,30,99,.12);color:var(--pink)}.audio-play .icon-svg{width:18px;height:18px}.audio-track{position:relative;width:110px;height:3px;border-radius:999px;overflow:hidden}.bubble.mine .audio-track{background:rgba(255,255,255,.35)}.bubble.other .audio-track{background:rgba(36,24,34,.12)}.audio-fill{position:absolute;inset:0 auto 0 0;width:0;border-radius:999px}.bubble.mine .audio-fill{background:#fff}.bubble.other .audio-fill{background:var(--pink)}.audio-dur{font-size:12px}.bubble.mine .audio-dur{color:#fffc}.bubble.other .audio-dur{color:var(--on-surface-variant)}.input-bar{display:flex;align-items:flex-end;gap:8px;padding:10px 8px calc(10px + env(safe-area-inset-bottom));flex-shrink:0}.tool-btn{width:36px;height:36px;border-radius:50%;background:var(--surface);box-shadow:0 2px 4px #00000014;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--on-surface-variant)}.tool-btn.pink{color:var(--pink)}.tool-btn .icon-svg{width:16px;height:16px}.chat-input{flex:1;border:1px solid var(--outline);border-radius:999px;background:var(--surface);padding:9px 16px;font-size:15px;outline:none;max-height:90px;min-height:36px;resize:none}.chat-input:focus{border-color:var(--pink);box-shadow:0 0 0 3px #e91e631f}.send-btn{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#FF5C8A,#E91E63);box-shadow:0 6px 12px #e91e6373;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.send-btn .icon-svg{width:16px;height:16px}.rec-pill{display:flex;align-items:center;gap:8px;background:var(--surface-variant);border-radius:999px;padding:8px 14px}.rec-dot{width:8px;height:8px;border-radius:50%;background:#F44336;animation:recBlink 1s ease infinite}@keyframes recBlink{0%,to{opacity:1}50%{opacity:.3}}.typing-dots{display:flex;gap:4px;align-items:center}.typing-dots i{width:4px;height:4px;border-radius:50%;background:var(--pink);animation:typeBlink .5s ease infinite}.typing-dots i:nth-child(2){animation-delay:.15s}.typing-dots i:nth-child(3){animation-delay:.3s}@keyframes typeBlink{0%,to{opacity:.35}50%{opacity:1}}.emoji-panel{display:flex;flex-wrap:wrap;gap:4px;padding:10px;background:var(--surface);border-radius:24px;box-shadow:0 6px 16px #0000001f;margin:0 8px 8px;flex-shrink:0}.emoji-panel button{font-size:24px;padding:4px;border-radius:8px}.emoji-panel button:active{background:var(--surface-variant)}.reply-bar{display:flex;align-items:center;gap:8px;background:rgba(124,106,117,.08);padding:8px 12px;margin:0 8px;border-radius:12px;flex-shrink:0}.reply-bar .icon-svg{width:12px;height:12px;color:var(--pink)}.reply-bar .qtext{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.msg-sheet{position:fixed;left:50%;transform:translate(-50%);bottom:160px;z-index:120;width:260px;background:var(--surface);border-radius:20px;box-shadow:0 16px 32px #00000040;padding:14px;animation:popIn .18s ease}.msg-sheet .emoji-row{display:flex;justify-content:space-around;padding:4px 0 10px}.msg-sheet .emoji-row button{font-size:28px;padding:2px 4px;border-radius:8px}.msg-sheet .emoji-row button:active{background:var(--surface-variant)}.msg-sheet .action-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 10px;border-radius:10px;font-size:14px;font-weight:500;color:var(--on-surface)}.msg-sheet .action-item:active{background:var(--surface-variant)}.msg-sheet .action-item.red{color:#f44336}.msg-sheet .action-item:disabled{opacity:.4}.msg-sheet .action-item .icon-svg{width:18px;height:18px}.msg-sheet .divider{height:1px;background:rgba(124,106,117,.3);margin:6px 0}.photo-viewer{position:fixed;inset:0;z-index:150;background:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}.photo-viewer img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.photo-viewer .close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff}.photo-viewer .close .icon-svg{width:20px;height:20px}.photo-grid{position:relative;width:100%;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,rgba(233,30,99,.18),rgba(156,39,176,.12));touch-action:pan-y}.photo-grid .track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.photo-grid .track::-webkit-scrollbar{display:none}.photo-grid .slide{flex-shrink:0;width:100%;scroll-snap-align:start;aspect-ratio:1 / 1.3}.photo-grid .slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.photo-grid .placeholder{width:100%;aspect-ratio:1 / 1.3;display:flex;align-items:center;justify-content:center}.photo-grid .placeholder .icon-svg{width:34px;height:34px;color:#e91e6359}.photo-grid .dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:5px}.photo-grid .dots i{width:6px;height:6px;border-radius:999px;background:rgba(255,255,255,.45);box-shadow:0 2px 3px #0003}.photo-grid .dots i.active{width:16px;background:#fff}.profile-detail-header{display:flex;justify-content:flex-end;gap:8px;padding:8px;flex-shrink:0}.shared-tags{background:rgba(233,30,99,.08);border-radius:14px;padding:12px}.user-profile{position:fixed;inset:0;z-index:150;display:flex;justify-content:center;animation:fadeIn .2s ease}.up-scrim{position:absolute;inset:0;background:rgba(0,0,0,.25)}.up-page{position:relative;width:100%;max-width:560px;height:100%;background:var(--bg);display:flex;flex-direction:column;overflow:hidden;animation:slideUp .22s ease}.up-header{display:flex;align-items:flex-start;gap:10px;padding:12px 12px 120px;flex-shrink:0;background:linear-gradient(180deg,rgba(233,30,99,.2),rgba(156,39,176,.08) 55%,transparent)}.up-header .btn-icon-round{background:rgba(255,255,255,.75)}.menu-anchor{position:relative}.popup-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:160;min-width:190px;background:var(--surface);border-radius:14px;box-shadow:0 10px 24px #00000038;padding:6px;animation:popIn .15s ease}.popup-menu button{display:flex;align-items:center;gap:10px;width:100%;padding:11px 12px;border-radius:10px;font-size:14px;font-weight:500;color:#f44336;text-align:left}.popup-menu button:hover{background:var(--surface-variant)}.up-body{flex:1;overflow-y:auto;padding:0 16px calc(24px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:14px;margin-top:-96px}.up-body>*{flex-shrink:0}.match-modal-card{position:relative;width:100%;max-width:420px;background:var(--surface);border-radius:28px;padding:44px 16px 24px;display:flex;flex-direction:column;align-items:center;gap:20px;animation:popIn .3s ease;box-shadow:0 20px 40px #e91e634d}.match-modal-card .icon-circle{width:80px;height:80px;border-radius:50%;background:var(--grad-main);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 28px #e91e6380}.match-modal-card .icon-circle .icon-svg{width:38px;height:38px;color:#fff}.plus-feature{display:flex;align-items:center;gap:10px;padding:6px 0}.plus-feature .check{width:22px;height:22px;border-radius:50%;background:rgba(34,197,94,.14);display:flex;align-items:center;justify-content:center;flex-shrink:0}.plus-feature .check .icon-svg{width:16px;height:16px;color:#22c55e}.map-wrap{position:relative;flex:1;min-height:420px}.map-wrap .leaflet-container{width:100%;height:100%}.map-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%);z-index:500;pointer-events:none;display:flex;flex-direction:column;align-items:center}.map-pin .pin-circle{width:40px;height:40px;border-radius:50%;background:var(--pink);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 12px #e91e6366}.map-pin .pin-circle .icon-svg{width:22px;height:22px;color:#fff}.map-pin .pin-shadow{width:14px;height:6px;border-radius:50%;background:rgba(0,0,0,.15);margin-top:2px}.map-topbar{position:absolute;top:8px;left:8px;right:8px;z-index:600;display:flex;gap:8px;align-items:center}.map-search{flex:1;display:flex;align-items:center;gap:6px;background:var(--surface);border-radius:16px;padding:0 12px;height:44px;box-shadow:0 4px 10px #0000001f}.map-search input{flex:1;border:none;outline:none;background:transparent;font-size:14px}.map-search .icon-svg{width:18px;height:18px;color:var(--on-surface-variant)}.map-confirm-card{position:absolute;left:12px;right:12px;bottom:12px;z-index:600;background:var(--surface);border-radius:24px;padding:20px;max-width:560px;margin:0 auto;box-shadow:0 10px 24px #0000002e}.map-error{position:absolute;top:60px;left:12px;right:12px;z-index:600;background:var(--surface);border-radius:12px;padding:10px 14px;font-size:12px;color:var(--red);box-shadow:0 4px 10px #0000001f}.onb-hero{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.onb-icon{width:64px;height:64px;border-radius:50%;background:var(--grad-main);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #e91e6366}.onb-icon .icon-svg{width:30px;height:30px;color:#fff}.city-field{display:flex;align-items:center;gap:8px;background:var(--surface-variant);border-radius:10px;padding:12px;cursor:pointer;width:100%}.city-field .icon-svg{width:18px;height:18px;color:var(--pink)}.row-card{display:flex;align-items:center;gap:10px;background:var(--surface-variant);border-radius:10px;padding:12px 14px;cursor:pointer}.filter-sheet .section-title{font-size:16px;font-weight:600;margin-bottom:10px}.filter-row{margin-bottom:20px}.filter-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.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::-moz-selection{background:transparent}.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{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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;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;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{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: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: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:rgba(255,255,255,.5)}.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:rgba(255,255,255,.8);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;box-sizing:border-box;background:rgba(255,255,255,.8);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;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;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;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;color-adjust:exact;print-color-adjust:exact}}
