@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";
:root{--bg:#f3f0e6;--surface:#fff;--primary:#e8c8a6;--primary-soft:#e7f0ff;--text:#8b7a6a;--muted:#a67b5b;--border:#e5e7eb;--radius:16px}body{background:var(--bg);color:var(--text);font-family:Fredoka,sans-serif;overflow-x:hidden}@font-face{font-family:Dogica;src:url(/fonts/Dogica.ttf)format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}.logo-text{flex-direction:column;justify-content:center;width:150px;height:60px;display:flex}.logo-text h1{letter-spacing:1px;color:#b9854a;font-family:Fredoka,sans-serif;font-size:26px}.logo-text span{color:#c29a81;margin-top:-5px;font-family:Fredoka,cursive;font-size:.85rem;display:block}.nav-center li a{font-family:Fraunces,serif;font-size:.95rem;font-weight:500}.btn-primary{font-family:Fredoka,sans-serif;font-weight:600}.hide-nav{display:none}.navbar.scrolled{background:0 0}.navbar{z-index:999;background:0 0;border-radius:40px;justify-content:space-between;align-items:center;width:90%;height:60px;padding:1rem 3rem;animation:.7s forwards slideFadeDown;display:flex;position:fixed;top:10px;left:60px;box-shadow:0 8px 6px #0000000f}@keyframes slideFadeDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown{cursor:pointer;position:relative}.dropdown-title{color:#8b7a6a;align-items:center;gap:6px;font-family:Fraunces,serif;display:flex}.arrow{font-size:13px}.dropdown-menu{z-index:1000;background:#fff;border-radius:8px;min-width:180px;padding-left:10px;position:absolute;top:120%;left:0;overflow:hidden;box-shadow:0 10px 25px #00000026}.dropdown-menu a{color:#a6634c;padding:10px 14px 10px 5px;font-size:14px;text-decoration:none;display:block}.dropdown-menu a:hover{background:#f5f5f5}.nav-left{align-items:center;display:flex}.logo-img{width:48px;margin-right:.8rem;animation:3s ease-in-out infinite floatLogo}@keyframes floatLogo{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.bottom-navbar{display:none}@keyframes dropIn{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes wag{0%,to{transform:rotate(0)}20%{transform:rotate(-10deg)}40%{transform:rotate(8deg)}60%{transform:rotate(-6deg)}80%{transform:rotate(4deg)}}.nav-center{gap:1.8rem;list-style:none;display:flex}.nav-center li a{color:#c18a53;padding:6px 0;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-center li a:after{content:"🐾";transition:transform .3s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)scale(0)}.nav-center li a:hover:after{transform:translate(-50%)scale(1)}.nav-center li a:hover{color:#af7b4d}.nav-right{align-items:center;gap:1.2rem;display:flex}.search-icon{cursor:pointer;font-size:1.2rem;text-decoration:none}.btn-primary{color:#fff;background:#8b6745;border-radius:25px;padding:.5rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .3s,transform .3s;box-shadow:0 4px 12px #ff7a0033}.btn-primary:hover{background:#b28963;transform:scale(1.05)}.mobile-guide-menu{z-index:999;background:#fff;border-radius:14px;flex-direction:column;gap:10px;padding:12px 16px;display:flex;position:fixed;bottom:70px;left:70%;transform:translate(-50%);box-shadow:0 10px 30px #00000026}.mobile-guide-menu a{color:#7a5c50;font-size:14px;font-weight:500;text-decoration:none}.guide-overlay{z-index:998;background:#00000059;position:fixed;inset:0}.mobile-guide-sheet{z-index:999;background:#fff;border-radius:20px 20px 0 0;padding:14px 20px 26px;transition:transform .45s cubic-bezier(.22,1,.36,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -10px 40px #0003}.mobile-guide-sheet.open{transform:translateY(0)}.sheet-title{text-align:center;color:#9d6550;margin-bottom:16px;font-size:18px;font-weight:600}.mobile-guide-sheet a{color:#9a4a1c;border-radius:12px;padding:14px 12px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s;display:block}.mobile-guide-sheet a:hover{background:#f3ecfa}.mobile-guide-sheet{z-index:2000;background:#fff;border-radius:20px 20px 0 0;width:100%;padding:20px;transition:all .3s;position:fixed;bottom:-100%;left:0}.mobile-guide-sheet.open{bottom:0}.sheet-title{margin:10px 0;font-weight:700}.sheet-handle{background:#ccc;border-radius:10px;width:40px;height:4px;margin:0 auto 10px}.guide-overlay{z-index:1500;background:#0006;width:100%;height:100%;position:fixed;top:0;left:0}.home{flex-direction:column;gap:80px;display:flex}.hero{background:linear-gradient(#f8fbff,#fff);margin:0;padding:80px 16px 10px;position:relative}.hero:after{content:"";pointer-events:none;background:linear-gradient(#fff0 0%,#f3f0e6 100%);width:100%;height:100px;position:absolute;bottom:0;left:0}.hero-content{text-align:center;max-width:720px;margin:auto}.hero h1{font-size:clamp(32px,6vw,48px);line-height:1.2}.hero h1 span{color:var(--primary)}.hero p{color:var(--muted);margin-top:16px;font-size:1.1rem}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;max-width:1100px;margin:auto;display:grid}.hero-image img{width:100%;max-width:420px;margin:auto;animation:4s ease-in-out infinite floatDog}@keyframes floatDog{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.hero-inner{grid-template-columns:1fr}}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:32px;display:flex}.hero-trust{color:#8b7a6a;margin-top:17px;font-size:.85rem}a:focus-visible,button:focus-visible{outline-offset:3px;outline:3px solid #e8c8a6}.btn-secondary{border:1px solid var(--border);color:var(--text);border-radius:999px;padding:.75rem 1.5rem;text-decoration:none}.btn-secondary:hover{color:#fff;background:#ddc2ab;transform:scale(1.05)}.btn-outline{color:#fff;background:#8b6745;border-radius:8px;padding:10px 20px;font-weight:500;text-decoration:none}.btn-outline:hover{background:#b28963;transform:scale(1.5)}.section-title{text-align:center;margin-bottom:2.5rem}.why-choose{margin:20px}.care-rotator{text-align:center}.rotator-card{background:#fff;border-radius:20px;max-width:420px;margin:auto;padding:32px;animation:.6s fadeSlide;box-shadow:0 12px 30px #0000000f}.rotator-icon{font-size:2.2rem}.breed-strip{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%)}.breed-track{gap:44px;width:max-content;animation:10s linear infinite scrollBreeds;display:flex}@keyframes scrollBreeds{0%{transform:translate(0)}to{transform:translate(-50%)}}.fav-dog img{border-radius:5px;width:170px;height:220px}.fav-dog{flex-direction:column;display:flex}.breed{white-space:nowrap;background:#fff;border-radius:999px;padding:14px 22px;font-weight:500;box-shadow:0 6px 16px #0000000d}.breed-strip:hover .breed-track{animation-play-state:paused}@media (max-width:768px){.breed-track{animation-duration:35s}}@keyframes fadeSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card{transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-6px);box-shadow:0 14px 30px #00000014}.btn-primary:active{transform:scale(.96)}.how-breedly{margin:20px}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.link-card{color:var(--text);text-align:center;font-weight:600;text-decoration:none;transition:transform .2s}.link-card:hover{transform:translateY(-4px)}.how-links{text-align:center;max-width:900px;margin:0 auto}.how-list{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.how-item{color:var(--text);text-align:left;align-items:flex-start;gap:1rem;text-decoration:none;display:flex}.how-item:hover h3{color:var(--primary)}.how-index{color:var(--primary);min-width:32px;font-size:1.25rem;font-weight:700}.how-item p{color:var(--muted);margin:.25rem 0 0}.quiz-preview{text-align:center;background:#f8f6f1;border-radius:24px;padding:32px}.quiz-questions{margin:24px 0;padding:0;list-style:none}.quiz-questions li{color:#6b5f52;margin-bottom:12px;font-size:.95rem}.card{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 24px #0000000a}.features{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:32px;max-width:1200px;margin:auto;padding:0 16px;display:grid}.feature{text-align:center;border-radius:14px;padding:24px;font-size:17px}.feature span{color:var(--muted);margin-top:6px;font-weight:600;display:block}.explore{text-align:center;padding:0 16px}.explore h2{font-size:1.8rem}.explore p{color:var(--muted);margin-top:8px}.explore-actions{margin-top:24px}.cta{background:var(--card);text-align:center;padding:80px 16px}.cta h2{font-size:2rem}.cta p{color:var(--muted);margin:12px 0 24px}.how-it-works{text-align:center;max-width:1000px;margin:auto;padding:0 16px}.how-it-works h2{margin-bottom:32px;font-size:1.8rem}.steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.step{background:var(--card);border-radius:14px;padding:24px}.step span{background:var(--primary);color:#fff;border-radius:50%;width:32px;height:32px;margin-bottom:12px;font-weight:600;line-height:32px;display:inline-block}.who-for{text-align:center;padding:0 16px}.who-for h2{margin-bottom:24px}.who-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:900px;margin:auto;display:grid}.who-grid div{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;font-weight:500}.trust-note{text-align:center;max-width:800px;color:var(--muted);margin:auto;padding:0 16px;font-size:.95rem}.footer-wave{background:url(https://svgshare.com/i/uFV.svg) 0 0/cover repeat-x;height:40px;transform:rotate(180deg)}footer{color:#693e07;text-align:center;opacity:0;background:#fff;border-top:2px solid #cc9d71;padding:30px 20px;font-family:Fredoka,sans-serif;animation:1s .2s forwards fadeUp;transform:translateY(20px)}.footer-container{max-width:1100px;margin:0 auto}.footer-brand h2{margin-bottom:5px;font-size:1.8rem}.footer-brand .paw{font-size:1.4rem;animation:2s infinite bounce;display:inline-block}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.footer-brand p{color:#555;margin-bottom:20px;font-size:.95rem}.footer-links{margin:15px 0}.footer-links a{color:#333;margin:0 10px;font-weight:500;text-decoration:none;transition:color .3s;display:inline-block;position:relative}.footer-links a:after{content:"";background:#d4a57c;width:0%;height:2px;margin:4px auto 0;transition:width .3s;display:block}.footer-links a:hover{color:#d4a57c}.footer-links a:hover:after{width:100%}.footer-social{margin:20px 0}.footer-social a{color:#fff;background:#c49a72;border-radius:50%;margin:0 5px;padding:8px;font-size:1rem;transition:transform .3s,background .3s;display:inline-block}.footer-social a:hover{background:#d4a57c;transform:scale(1.1)}.footer-contact{color:#666;margin:10px 0 0;font-size:.85rem}.copyright{color:#999;margin-top:8px;font-size:.75rem}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){body{font-size:15px}.home{gap:56px}.navbar{height:56px;padding:.8rem 1rem;left:35px}.navbar.scrolled{top:20px}.nav-center{display:none}.logo-img{width:40px}.logo-text h1{font-size:20px}.logo-text span{font-size:.75rem}.bottom-nav{z-index:999;background:#6c503b;border-top:1px solid #e5e7eb;border-radius:40px;justify-content:space-around;width:80%;height:55px;padding:8px 0;display:flex;position:fixed;bottom:10px;left:40px}.bottom-navbar{justify-content:center;align-items:center;display:flex}.button-container{z-index:999;background-color:#6c503b;border-radius:40px;justify-content:space-around;align-items:center;width:80%;height:55px;transition:all .5s;display:flex;position:fixed;bottom:10px;box-shadow:0 5px 15px #00000059,5px 10px 15px #00499080}.button-container:hover{width:90%;transition:all .5s}.button{color:#fff;cursor:pointer;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s ease-in-out;display:flex;border:0!important;outline:0!important}.button:hover{transform:translateY(-5px)}.icon{object-fit:contain;width:23px;height:23px;font-size:20px}.bottom-nav a{color:#fff;flex-direction:column;align-items:center;gap:4px;padding:4px 5px 5px;font-size:11px;font-weight:700;text-decoration:none;display:flex}.bottom-nav img{color:#fff;width:22px}.active-bottom{color:#8b6745;font-weight:600}.bottom-nav{padding:10px 0 env(safe-area-inset-bottom);box-shadow:0 8px 6px #0000000f;box-shadow:#333;box-sizing:border-box;border-top:1px solid #e5e7eb;justify-content:space-around;align-items:center;display:flex}.bottom-nav a{text-align:center;flex:1;font-size:11px;text-decoration:none}.bottom-nav img{width:22px;margin-bottom:2px}.active-bottom{color:#8b6745}.active-bottom img{transform:scale(1.1)}.hero{padding:96px 16px 56px}.hero h1{font-size:30px}.hero p{font-size:1rem}.hero-actions{flex-direction:column;gap:12px}.btn-primary,.btn-secondary{text-align:center;width:100%}.features{grid-template-columns:1fr;gap:20px}.steps{grid-template-columns:1fr}.step{padding:20px}.how-item{gap:.5rem;margin:10px}.how-index{font-size:1.1rem}.who-grid{grid-template-columns:1fr}.cta{padding:56px 16px}.cta h2{font-size:1.6rem}footer{padding-bottom:90px}.footer-links a{margin:6px 8px;font-size:.85rem;display:inline-block}.footer-social a{margin:0 4px}}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (hover:hover){.feature:hover{transition:transform .3s;transform:translateY(-6px)}.how-item:hover{transform:translate(4px)}}@media (max-width:468px){.navbar{left:20px}}.nav-avatar{cursor:pointer;background:#e5e7eb;border:2px solid #b9854a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.nav-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.nav-avatar-fallback{color:#5b4636;font-size:14px;font-weight:600}
.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(../media/layers.78ca0acf.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.793209de.png);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(../media/marker-icon.b9f7ac13.png)}.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}}
.avatar-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-modal{background:#fff;border-radius:20px;width:92%;max-width:450px;padding:20px 24px 32px;animation:.2s scaleIn;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000040}.modal-close{cursor:pointer;color:#555;background:0 0;border:none;font-size:22px;transition:color .2s;position:absolute;top:12px;right:12px}.modal-close:hover{color:#000}.profile-top{flex-direction:column;align-items:center;gap:12px;margin-bottom:20px;display:flex}.profile-avatar{color:#555;background:#eee;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:40px;font-weight:700;display:flex;overflow:hidden;box-shadow:0 0 0 4px #ddd}.profile-avatar img{object-fit:cover;width:100%;height:100%}.change-photo{color:#1d4ed8;cursor:pointer;font-size:14px;transition:color .2s;display:inline-block}.change-photo:hover{color:#2563eb}.profile-info{flex-direction:column;align-items:center;gap:6px;margin-bottom:20px;display:flex}.profile-name{text-align:center;border:1px solid #d1d5db;border-radius:10px;width:100%;max-width:280px;padding:8px 12px;font-size:16px;font-weight:500}.profile-email{color:#6b7280;font-size:13px}.profile-cropper{background:#000;border-radius:14px;width:100%;height:250px;margin-bottom:12px;position:relative;overflow:hidden}.reactEasyCrop_Container:after{content:"";z-index:2;background:#0000008c;position:absolute;inset:0}.reactEasyCrop_CropArea{border:2px solid #ffffffe6;box-shadow:0 0 0 9999px #0000008c,inset 0 0 0 1px #fff6;border-radius:50%!important}.zoom-slider{width:100%;margin-bottom:16px}.btn-save{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:12px;width:100%;padding:12px;font-weight:600;transition:background .2s}.btn-save:hover:enabled{background-color:#1c1c1c}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-logout{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:12px;width:100%;margin-top:12px;padding:12px;font-weight:500;transition:background .2s,color .2s}.btn-logout:hover{color:#fff;background:#ef4444}.profile-loading{background:#fffc;border-radius:20px;justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;inset:0}.avatar-error{color:#e11d48;text-align:center;margin-top:8px}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
#dog-loader{z-index:999999;background:#a67b5b;flex-direction:column;justify-content:center;align-items:center;transition:opacity .6s;display:flex;position:fixed;inset:0}#dog-loader.fade-out{opacity:0;pointer-events:none}.loader-title{color:#fff;z-index:1000000;margin-bottom:20px;font-family:Fredoka,sans-serif;font-size:2.9rem;font-weight:700;animation:.6s pop;position:relative}.loader-icon{object-fit:contain;z-index:1000000;width:80px;height:80px;animation:.6s ease-in-out infinite alternate bounce;position:relative}
