@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap');
:root{--blue:#0069ee;--navy:#082d65;--ink:#102e53;--muted:#718297;--line:#e5ebf2;--common:#1798e5;--uncommon:#1a9871;--rare:#8752db;--ultra-rare:#d99a22;font-family:'DM Sans',sans-serif;color:var(--ink);font-size:16px}*{box-sizing:border-box}body{margin:0;background:#f8fbff}button,input,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #ffbb47;outline-offset:3px}button{color:inherit}a{color:var(--blue)}.topbar{height:90px;background:#fff;display:flex;align-items:center;padding:0 34px;gap:26px;border-bottom:1px solid var(--line);position:relative;z-index:1100}.brand{display:flex;align-items:center;gap:8px;text-decoration:none;transform:rotate(-5deg);font-family:Outfit,sans-serif;font-style:italic;font-weight:900;line-height:1}.brand strong{font-size:39px;letter-spacing:-3px;color:white;-webkit-text-stroke:1px #0065d9;text-shadow:2px 3px 0 #0065d9,-2px -2px 0 #0065d9,4px 5px 0 #073f91}.brand>span{font-size:32px;letter-spacing:-2px;color:var(--blue);position:relative}.brand-spark{font-size:20px;position:absolute;right:-14px;top:-13px;color:#58b7ff}.brand-line{border-left:1px solid var(--line);padding-left:25px;font-size:14px;color:#728299}.topbar nav{display:flex;align-self:stretch;margin-left:auto;gap:26px}.nav{background:none;border:0;display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700;border-bottom:3px solid transparent;padding:0 3px}.nav.active{color:var(--blue);border-color:var(--blue)}.nav b{background:#eaf2ff;padding:3px 7px;border-radius:6px;font-size:12px}.help-btn{border:1px solid #dce4ee;border-radius:50%;width:29px;height:29px;background:white}.avatar{border:5px solid #e5f3ff;border-radius:50%;background:#0065eb;color:#fff;font-family:Outfit;font-size:14px;font-weight:700;width:45px;height:45px;display:grid;place-items:center}.workspace{display:flex;height:calc(100dvh - 90px);min-height:680px}.sidebar{width:354px;flex-shrink:0;display:flex;flex-direction:column;background:white;padding:31px 27px 0;z-index:1000;border-right:1px solid var(--line)}.eyebrow{font-size:11px;letter-spacing:1.5px;font-weight:800;color:var(--blue)}h1{font:800 36px/.99 Outfit,sans-serif;letter-spacing:-1.2px;margin:17px 0 14px}h1 span{color:var(--blue)}.intro{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 22px;max-width:270px}.search{display:flex;align-items:center;background:#f4f7fb;border:1px solid #e7edf4;border-radius:11px;padding:9px 12px;gap:10px}.search>span{font-size:27px;line-height:1;color:var(--blue)}.search input{width:100%;min-width:0;background:transparent;border:0;font-size:14px;outline:none}.search kbd{border:1px solid #dce4ee;padding:0 5px;border-radius:3px;color:#a0acb9}.region-label{font-size:10px;color:#8b98a7;font-weight:700;letter-spacing:1.1px;margin:22px 0 10px}.countries{display:flex;padding:4px;background:#f1f5fa;border-radius:10px;gap:3px}.countries button{flex:1;background:none;border:0;padding:9px 4px;font-size:13px;font-weight:600;border-radius:7px;white-space:nowrap}.countries .selected{background:var(--blue);color:white;box-shadow:0 3px 8px #0069ee25}.side-head{display:flex;justify-content:space-between;align-items:center;margin-top:23px}.side-head h2{font:700 18px Outfit;margin:0}.side-head span{font-size:12px;color:#8795a6}#rarity{margin:12px 0;border:1px solid var(--line);border-radius:8px;padding:9px 12px;background:white;font-size:13px;color:#58708b}.product-list{overflow:auto;flex:1;min-height:100px;margin:0 -13px;padding:0 13px;scrollbar-width:thin;scrollbar-color:#dde7f4 transparent}.product-row{width:100%;display:flex;text-align:left;align-items:center;gap:12px;background:white;border:1px solid transparent;border-bottom-color:#edf1f6;padding:13px 1px;border-radius:10px}.product-row:hover{background:#f5f9ff;border-color:#c6dfff}.thumb{width:61px;height:61px;object-fit:contain;background:#eef6ff;border-radius:10px;padding:3px;flex-shrink:0}.product-copy{flex:1;min-width:0}.product-copy strong{display:block;font-size:14px;line-height:1.25;font-weight:700;margin:5px 0}.product-copy small{font-size:11px;color:#8a98a9}.rarity{font-size:10px;text-transform:uppercase;letter-spacing:.5px;font-weight:800;display:inline-flex;align-items:center;gap:4px;color:var(--tone);background:color-mix(in srgb,var(--tone) 9%,white);padding:4px 7px;border-radius:5px}.common{--tone:var(--common)}.uncommon{--tone:var(--uncommon)}.rare{--tone:var(--rare)}.ultra-rare{--tone:var(--ultra-rare)}.row-arrow{color:#9aabc0;font-size:20px}.side-footer{display:flex;border-top:1px solid var(--line);gap:12px;padding:18px 0;margin-top:8px;align-items:center}.small-cookie{font-size:26px;background:#e8f3ff;border-radius:10px;color:var(--blue);padding:5px 10px}.side-footer b{font-size:12px}.side-footer p{font-size:10px;color:#8a97a9;margin:4px 0}.map-area{position:relative;flex:1;overflow:hidden;background:#cbeadd;min-width:0}#map{position:absolute;inset:0;background:#cbeadd;z-index:0}.leaflet-tile-pane{filter:saturate(.85) hue-rotate(13deg)}.leaflet-container{font-family:'DM Sans',sans-serif}.leaflet-control-attribution{font-size:9px!important;max-width:80%;line-height:1.3}.map-top{position:absolute;top:25px;left:27px;right:27px;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.map-top>*{pointer-events:auto}.location-pill{display:flex;gap:12px;align-items:center;background:white;border-radius:12px;padding:12px 17px;box-shadow:0 5px 25px #13375812}.location-icon{font-size:25px;color:var(--blue)}.location-pill small{display:block;font-size:9px;color:#8d9aab;letter-spacing:1.2px;font-weight:700}.location-pill b{font-size:13px}.location-pill select{border:0;background:#eff5fd;border-radius:5px;width:23px;font-size:0;height:26px;color:#325b8b}.location-pill option{font-size:14px}.scan-btn{border:0;border-radius:10px;background:var(--blue);color:white;padding:14px 17px;font-size:14px;box-shadow:0 5px 15px #0667d528;font-weight:700}.map-note{position:absolute;top:96px;left:28px;font-size:11px;background:#ffffffed;color:#58758b;padding:7px 10px;border-radius:6px;box-shadow:0 2px 7px #3156350b}.map-controls{position:absolute;right:25px;top:126px;display:flex;flex-direction:column;gap:6px}.map-controls button{background:white;border:0;width:40px;height:40px;border-radius:9px;font-size:24px;box-shadow:0 2px 10px #13375818}.welcome-card{position:absolute;left:28px;bottom:102px;width:360px;height:210px;background:#0067eb;border:1px solid #3286ff;border-radius:20px;color:white;padding:26px;box-shadow:0 10px 25px #00458520;overflow:hidden}.mini-label{font-size:8px;letter-spacing:1.4px;font-weight:700;color:#bfddff}.welcome-card h2{font:800 36px/.94 Outfit;letter-spacing:-.8px;margin:14px 0}.welcome-card em{font-style:normal;color:#a2e5ff}.welcome-card p{font-size:11px;color:#c5e4ff;line-height:1.5;margin:13px 0;position:relative;z-index:2}.hero-cookie{position:absolute;width:207px;height:207px;object-fit:contain;right:-38px;top:21px;transform:rotate(18deg);filter:drop-shadow(0 15px 20px #00277690)}.spark{position:absolute;color:#9bdfff}.s1{right:30px;top:16px;font-size:35px}.s2{right:151px;bottom:22px;font-size:18px}.map-legend{position:absolute;bottom:54px;left:28px;background:white;padding:11px 14px;display:flex;gap:13px;align-items:center;border-radius:9px;box-shadow:0 3px 14px #21485c10}.map-legend span{font-size:10px;font-weight:600;display:flex;align-items:center;gap:5px}.map-legend button{border:0;background:none;padding:0;color:#899daf;font-size:15px}.dot{width:7px;height:7px;border-radius:50%;background:var(--tone)}.map-bottom{position:absolute;left:28px;right:28px;bottom:23px;display:flex;justify-content:space-between;font-size:11px;color:#3c6d70}.map-bottom button{border:0;background:#fff9;border-radius:4px;font-size:10px;padding:3px 7px}.cookie-pin{background:none;border:0}.cookie-marker{position:relative;width:65px;height:78px;display:flex;align-items:flex-start;justify-content:center;transition:transform .2s}.cookie-marker:hover{transform:translateY(-6px) scale(1.13)}.cookie-marker:after{content:'';position:absolute;width:37px;height:16px;background:#45b9ff70;box-shadow:0 0 0 4px #a3f0ff77,0 0 22px #65e7ff;border:2px solid #cff9ff;border-radius:50%;bottom:0}.cookie-marker:before{content:'';position:absolute;bottom:12px;left:25px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:15px solid white;z-index:2;filter:drop-shadow(0 2px 2px #0089ec)}.cookie-marker img{width:65px;height:65px;object-fit:contain;filter:drop-shadow(0 2px 0 white) drop-shadow(0 -2px 0 white) drop-shadow(2px 0 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 5px 7px #14405375);position:relative;z-index:3}.leaflet-popup-content-wrapper{border-radius:14px}.leaflet-popup-content{font-size:14px;line-height:1.5;margin:17px}.leaflet-popup-content small{display:block;color:#6a8294;font-size:12px}.leaflet-popup-content a{display:inline-block;margin-top:10px}.map-error{position:absolute;left:28px;right:90px;top:134px;max-width:400px;background:white;padding:16px;border-radius:12px;font-size:13px;box-shadow:0 5px 15px #3452}.collection-view{padding:45px;flex:1;overflow:auto}.collection-view[hidden]{display:none}.collection-view h1{font-size:52px}.collection-view>p{color:#6e8097;max-width:500px;line-height:1.6;font-size:15px}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:18px;margin-top:25px}.collection-card{background:white;border:1px solid #dfe9f4;border-radius:18px;padding:18px;text-align:left}.collection-card img{width:100%;height:150px;object-fit:contain;display:block}.collection-card h3{font:600 18px Outfit;margin:14px 0 8px}.collection-card p{font-size:12px;color:#7c8da0}.empty{padding:40px 20px;background:#eef5fd;border:1px dashed #b8cde8;border-radius:16px;font-size:14px;line-height:1.7}.collection-stat{display:inline-block;padding:12px 20px;border-radius:10px;background:#e5f0ff;color:var(--blue);margin-top:15px;font-weight:700;font-size:14px}dialog{border:0;padding:0;width:min(500px,calc(100vw - 28px));border-radius:25px;color:var(--ink);box-shadow:0 25px 90px #072a6650;max-height:90dvh;overflow:auto}dialog::backdrop{background:#06255099;backdrop-filter:blur(7px)}.close{position:absolute;right:17px;top:15px;width:34px;height:34px;border:0;border-radius:50%;background:white;color:#456184;font-size:26px;z-index:3;box-shadow:0 1px 8px #2242}.detail-art{height:240px;background:radial-gradient(ellipse at center,#fff,#e5f1ff);display:flex;align-items:center;justify-content:center;position:relative}.detail-art img{width:82%;height:88%;object-fit:contain;mix-blend-mode:multiply}.detail-art .rarity{position:absolute;left:23px;top:22px;font-size:12px}.detail-body{padding:25px 30px 30px}.detail-body h2{font:800 29px/1.05 Outfit;margin:10px 0 15px}.detail-body>p{font-size:14px;line-height:1.6;color:#73859a}.detail-body .meta{font-size:12px;color:#8493a6}.detail-links{display:flex;gap:10px;margin:17px 0}.detail-links a{flex:1;display:grid;place-items:center;text-decoration:none;border:1px solid #d7e4f4;border-radius:9px;padding:11px;font-size:12px;font-weight:700}.collect-btn{border:0;background:var(--blue);color:white;width:100%;padding:15px;border-radius:12px;font-weight:700}.collect-btn.collected{background:#e6f5ef;color:#1c8a61}.detail-foot{font-size:11px;color:#7f91a5;text-align:center;margin:13px 0 0}.info-body{padding:34px}.info-body h2{font:800 30px Outfit;margin:0 0 20px}.info-body h3{font:700 18px Outfit}.info-body p,.info-body li{font-size:14px;line-height:1.7;color:#60748e}.info-body a{overflow-wrap:anywhere}.info-body ul{padding-left:20px}#toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,25px);background:#082f65;color:white;border:1px solid #4d8dd2;border-radius:12px;padding:15px 22px;font-size:14px;z-index:3000;opacity:0;pointer-events:none;transition:.2s;max-width:90vw}#toast.show{opacity:1;transform:translate(-50%,0)}.no-results{padding:25px 10px;font-size:14px;color:#7388a1;line-height:1.6}.leaflet-tooltip{border:0!important;border-radius:7px!important;padding:8px 10px!important;color:var(--navy)!important;box-shadow:0 3px 14px #2343!important}.leaflet-tooltip small{display:block;color:#7d8fa1;font-size:10px}
@media(min-width:1500px){.sidebar{width:380px;padding:36px 32px 0}.welcome-card{width:405px;height:225px}.hero-cookie{width:235px;height:235px}.welcome-card h2{font-size:40px}h1{font-size:40px}.product-row{padding:16px 1px}.thumb{width:70px;height:70px}}
@media(max-width:1100px){.brand-line{display:none}.topbar{padding:0 23px;height:76px}.workspace{height:calc(100dvh - 76px)}.sidebar{width:310px;padding:25px 20px 0}.welcome-card{width:310px;height:192px;padding:23px}.welcome-card h2{font-size:32px}.hero-cookie{width:173px;height:173px;right:-34px;top:30px}.scan-btn span{display:none}.location-pill{padding:10px 12px}.map-top{left:20px;right:20px}.map-legend{left:20px;gap:8px;padding:10px}.map-note{left:20px;font-size:10px}.welcome-card{left:20px}}
@media(max-width:700px){.topbar{height:72px;padding:0 16px;gap:12px}.brand strong{font-size:30px}.brand>span{font-size:25px}.topbar nav{gap:15px}.nav{font-size:18px;gap:5px}.nav span{display:none}.help-btn{display:none}.avatar{width:34px;height:34px;font-size:10px;border-width:3px}.workspace{height:auto;min-height:0;display:flex;flex-direction:column}.map-area{order:0;height:54dvh;min-height:420px;flex:none}.sidebar{order:1;width:100%;padding:25px 20px 0;border:0}.sidebar h1{font-size:34px;line-height:1.04}.sidebar h1 br{display:none}.intro{max-width:none}.eyebrow{font-size:10px}.product-list{max-height:480px}.welcome-card{width:225px;height:135px;bottom:78px;padding:17px;left:15px;border-radius:15px}.welcome-card .mini-label{font-size:6px;letter-spacing:.7px}.welcome-card h2{font-size:26px;margin:10px 0}.welcome-card p{display:none}.hero-cookie{width:130px;height:130px;top:13px;right:-31px}.s1{font-size:20px}.s2{display:none}.map-top{top:15px;left:15px;right:15px}.location-pill{gap:7px}.location-pill b{font-size:12px}.location-pill small{font-size:8px}.map-note{top:79px;left:15px;font-size:9px}.map-controls{right:15px;top:102px}.map-controls button{width:35px;height:35px}.map-legend{bottom:36px;left:15px;gap:9px;padding:9px 10px}.map-legend span{font-size:9px}.map-bottom{left:15px;right:15px;bottom:16px}.map-bottom>span{display:none}.map-bottom button{margin-left:auto;font-size:9px}.leaflet-control-attribution{font-size:8px!important}.collection-view{order:0;padding:30px 20px;min-height:70dvh}.collection-view h1{font-size:42px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.collection-card{padding:13px}.collection-card img{height:120px}.collection-card h3{font-size:16px}.detail-art{height:210px}.detail-body{padding:20px}.map-error{top:112px;left:15px;font-size:12px;right:65px}}
.game-hud{position:absolute;right:26px;bottom:105px;width:235px;background:#082b5eee;color:white;border:1px solid #85bdff50;border-radius:17px;padding:18px;box-shadow:0 8px 30px #00255025;backdrop-filter:blur(8px)}.game-hud small{font-size:10px;color:#a9cfff;letter-spacing:1.4px}.game-hud strong{font:700 20px Outfit;display:block;margin:7px 0 12px}.game-hud .progress{height:7px;border-radius:8px;background:#ffffff22;overflow:hidden}.game-hud .progress i{display:block;height:100%;background:#67ddff;border-radius:8px;transition:width .5s}.game-hud p{font-size:12px;color:#c5e2ff;margin:10px 0 0}.game-hud button{border:0;background:none;padding:0;color:white;font-size:12px;margin-top:12px}.detail-art.rare{background:radial-gradient(ellipse at center,#fff,#e4d2ff)}.detail-art.ultra-rare{background:radial-gradient(ellipse at center,#fffaf0,#ffdc8d)}.detail-art.uncommon{background:radial-gradient(ellipse at center,#fff,#d2f2e6)}.collection-card.rare{border-color:#b79bdf;box-shadow:0 4px 20px #7748af10}.collection-card.ultra-rare{border-color:#e8bd62;background:linear-gradient(150deg,#fff9e9,#fff)}.search input{font-size:14px}.region-label,.eyebrow{font-size:12px}.countries button,#rarity,.location-pill b{font-size:14px}.product-copy small,.side-footer p,.map-note{font-size:12px}.side-footer b{font-size:14px}.rarity{font-size:11px}.map-legend span{font-size:12px}.mini-label{font-size:10px}.welcome-card p{font-size:12px}.detail-foot{font-size:12px}.detail-links a{font-size:14px}.map-bottom button{font-size:12px}.info-body p,.info-body li,.detail-body>p{font-size:16px}.map-area[hidden]{display:none}.collection-view .empty{grid-column:1/-1}.nav{position:relative}
@media(max-width:1150px){.game-hud{bottom:322px;width:185px;left:20px;right:auto;padding:14px}.game-hud strong{font-size:18px}}
@media(max-width:700px){.sidebar h1 br:after{content:' '}.sidebar h1 span:before{content:' '}.game-hud{left:auto;right:15px;bottom:83px;width:130px;padding:12px;border-radius:13px}.game-hud small{font-size:8px;letter-spacing:.5px}.game-hud strong{font-size:14px;margin:7px 0}.game-hud p{font-size:10px}.game-hud button{font-size:10px;margin-top:7px}.map-note{font-size:10px}.map-legend span{font-size:10px}.map-legend{gap:7px}.welcome-card{width:215px}.welcome-card .hero-cookie{width:120px}.region-label{font-size:11px}.eyebrow{font-size:11px}.map-bottom button{font-size:10px}}
@media(max-width:380px){.welcome-card{width:195px}.game-hud{width:112px}.welcome-card h2{font-size:24px}.location-pill b{font-size:11px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.welcome-card h2{position:relative;z-index:2}.hero-cookie{width:175px;height:175px;top:40px;right:-31px}.leaflet-tile-pane{filter:saturate(.82)}@media(max-width:700px){.hero-cookie{width:110px;height:110px;top:25px;right:-22px}.welcome-card .hero-cookie{width:110px}.welcome-card h2{font-size:25px}}
.location-pill{max-width:calc(100% - 60px)}.location-pill>div{min-width:0}.location-pill b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:240px}#location-search{border:0;background:#edf5ff;border-radius:8px;color:var(--blue);height:32px;min-width:32px;font-size:25px}#city{display:none}.pin-count{position:absolute;z-index:5;top:0;right:-9px;background:#0069ee;color:white;border:2px solid white;border-radius:20px;padding:3px 7px;min-width:26px;font-size:12px;text-align:center;box-shadow:0 2px 8px #03478255}.pin-tier{position:absolute;z-index:5;bottom:17px;left:50%;transform:translateX(-50%);background:var(--tone);border:2px solid white;color:white;white-space:nowrap;font-size:9px;padding:3px 6px;border-radius:7px;box-shadow:0 2px 8px #03478255}.flavour-marker img{background:radial-gradient(circle,#fff 48%,#e3f2ff 65%,transparent 68%);border-radius:50%;padding:6px;filter:drop-shadow(0 3px 5px #14405365)}.cookie-marker:after{border-color:color-mix(in srgb,var(--tone) 30%,white)}.hunt-btn{display:block;width:100%;border:1px solid #b8d5ff;background:#edf5ff;color:#0062d4;border-radius:11px;padding:13px;font-weight:700;margin:12px 0}.hunt-btn[hidden]{display:none}.store-hero{background:linear-gradient(135deg,#0068ed,#063d9f);color:white;padding:32px 28px 25px;position:relative;overflow:hidden;min-height:185px}.store-hero>img{width:150px;height:150px;object-fit:contain;position:absolute;right:-20px;top:30px;opacity:.4;transform:rotate(15deg);pointer-events:none}.store-hero .eyebrow{color:#bbeaff;position:relative}.store-hero h2{font:800 34px Outfit;margin:20px 0 8px;position:relative;max-width:85%}.store-hero p{font-size:13px;line-height:1.5;max-width:80%;position:relative}.stock-label{display:block;font-size:10px;font-weight:800;letter-spacing:1px;color:#667f96}.detail-body h3{font:700 21px Outfit;margin:24px 0 8px}.stop-products{display:grid;gap:9px}.stop-product{display:flex;align-items:center;text-align:left;background:#f6f9ff;border:1px solid #e3ebf5;border-radius:12px;padding:11px;gap:12px;width:100%}.stop-product:hover{border-color:#6db2ff;background:#edf5ff}.stop-product img{width:65px;height:68px;object-fit:contain}.stop-product>span{flex:1;min-width:0}.stop-product strong{display:block;font-size:14px;line-height:1.25;margin:6px 0}.stop-product small{display:block;font-size:11px;color:#69809b}.stop-product>b{color:#69a2e9;font-size:23px}.location-search input{width:100%;border:1px solid #bdd7fb;background:#f5f9ff;border-radius:10px;padding:14px;font-size:16px}.location-search>small{display:block;color:#7a8ca1;font-size:11px;margin-top:16px}.place-result{display:flex;justify-content:space-between;align-items:center;text-align:left;width:100%;border:0;border-bottom:1px solid #e3ebf5;background:white;padding:15px 3px;gap:15px}.place-result:hover{background:#f3f8ff}.place-result b{font-size:14px}.place-result small{display:block;font-size:12px;color:#7a8ca1;margin-top:4px}.place-result>span:last-child{color:var(--blue)}#hunt-banner{position:absolute;left:28px;top:137px;max-width:410px;right:84px;background:#082f65f5;border:1px solid #70bfff;color:white;padding:11px;border-radius:14px;box-shadow:0 5px 25px #082f6533;display:flex;align-items:center;gap:11px;z-index:2}#hunt-banner[hidden]{display:none}#hunt-banner>img{width:57px;height:60px;object-fit:contain;background:white;border-radius:9px;padding:3px}#hunt-banner>span{flex:1;min-width:0}#hunt-banner b{display:block;font-size:13px;line-height:1.25;margin:5px 0}#hunt-banner small{display:block;font-size:10px;color:#badcff}#hunt-banner button{border:0;background:#ffffff22;color:white;border-radius:50%;font-size:21px;align-self:flex-start;min-width:26px;height:26px}.hunting .welcome-card{display:none}.scan-btn:disabled{opacity:.7;cursor:wait}
@media(max-width:700px){.location-pill b{max-width:200px}.store-hero{padding:28px 22px 20px}.store-hero h2{font-size:30px}.map-note{max-width:calc(100% - 80px);line-height:1.4}.location-pill{padding:9px 11px}.map-top{gap:10px}.scan-btn{padding:12px 14px}#hunt-banner{left:15px;top:124px;right:62px;padding:9px;gap:8px}#hunt-banner>img{width:44px;height:48px}#hunt-banner b{font-size:11px}#hunt-banner small{font-size:9px}.store-hero p{max-width:85%}.detail-body h3{font-size:20px}.stop-product{padding:9px;gap:9px}.stop-product img{width:55px}.stop-product strong{font-size:13px}}
@media(max-width:400px){.location-pill b{max-width:175px}.location-pill{gap:6px}.location-pill .location-icon{display:none}}
.mega-rare{--tone:#0b8fae}.rarity.mega-rare{background:linear-gradient(110deg,#d4fbff,#ece2ff);color:#076a95;border:1px solid #8ee9f3}.diamond-art{position:relative;display:inline-flex;align-items:center;justify-content:center;width:150px;height:150px;flex-shrink:0}.diamond-art>img{position:relative;width:88%;height:88%;object-fit:contain;filter:grayscale(1) brightness(.28) drop-shadow(0 0 9px #69f7ff);z-index:1}.diamond-art.revealed>img{filter:grayscale(1) brightness(1.8) contrast(.7) drop-shadow(0 0 9px #93fbff)}.diamond-halo{position:absolute;inset:12%;transform:rotate(45deg);border:2px solid #a7fcff;background:linear-gradient(135deg,#cbfaff44,#7c77ff55);box-shadow:0 0 18px #67eaff77,inset 0 0 20px #91edff66;border-radius:14px}.diamond-art>b{position:absolute;z-index:2;color:white;font:800 49px Outfit;text-shadow:0 0 15px #4beaff,0 2px 4px #0b306c}.diamond-art.revealed>b{font-size:28px;color:#e8ffff;top:0;right:5px}.diamond-art>i,.diamond-art>em{position:absolute;color:#bdffff;font-style:normal;z-index:3;text-shadow:0 0 10px #56faff}.diamond-art>i{right:2px;top:16px;font-size:27px}.diamond-art>em{bottom:6px;left:0;font-size:36px}.mystery-row{margin-bottom:8px;background:linear-gradient(110deg,#eafaff,#f1edff);border:1px solid #ade9f3;padding:12px 8px!important}.mystery-row .diamond-art{width:60px;height:65px}.mystery-row .diamond-art>b{font-size:30px}.mystery-row .diamond-art>i{font-size:14px;top:0}.mystery-row .diamond-art>em{font-size:16px}.diamond-map-marker{display:block;position:relative;width:68px;height:80px}.diamond-map-marker .diamond-art{width:68px;height:68px}.diamond-map-marker .diamond-halo{inset:13%;border-radius:8px}.diamond-map-marker .diamond-art>b{font-size:32px}.diamond-map-marker .diamond-art.revealed>b{font-size:17px}.diamond-map-marker .diamond-art>i{font-size:19px;right:-6px;top:0}.diamond-map-marker .diamond-art>em{font-size:21px;bottom:0}.diamond-map-marker .diamond-tag{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:5;background:linear-gradient(110deg,#008bba,#6552d9);border:2px solid #c6ffff;padding:3px 8px;color:#fff;font-size:9px;border-radius:7px;white-space:nowrap;box-shadow:0 0 16px #61eaff}.diamond-map-marker .pin-count{font-style:normal;background:#6443cd}.diamond-hero{height:305px;background:radial-gradient(ellipse at 50% 50%,#2855a0,#081632 72%);color:white;display:flex;align-items:center;flex-direction:column;position:relative;overflow:hidden;padding:30px}.diamond-hero>.rarity{position:absolute;top:22px;left:22px;z-index:3}.diamond-hero .diamond-art{width:175px;height:175px;margin:12px 0 0}.diamond-hero>strong{font:800 30px Outfit;letter-spacing:3px;margin:3px 0 8px;color:#d4fbff;text-shadow:0 0 20px #98eaff77}.diamond-hero>small{color:#a2cbea;font-size:12px}.diamond-button{background:linear-gradient(110deg,#087fcf,#7551e0);box-shadow:0 5px 17px #635cf82c}.diamond-button:disabled{background:#e7f7f7;color:#2f8893;box-shadow:none;cursor:default}.mystery-info{display:flex;gap:10px;margin:20px 0}.mystery-info>span{flex:1;background:#f0f6fc;border:1px solid #e0edf8;border-radius:11px;padding:12px 8px;color:#8293aa;text-align:center;font-size:11px}.mystery-info b{display:block;margin-top:7px;font-size:13px;color:#2870a0}.stop-reward{background:linear-gradient(135deg,#eaf5ff,#f2f0ff);border:1px solid #cadff8;border-radius:15px;padding:17px;margin-bottom:23px}.stop-reward>span{display:block;color:#5689be;font-size:10px;font-weight:800;letter-spacing:1.2px}.stop-reward>strong{font:700 19px Outfit;display:block;margin:8px 0 15px}.stop-reward>p{font-size:12px;color:#6884a1;line-height:1.5}.stop-reward>small{font-size:10px;color:#7d92a9}.loot-stats{display:flex;gap:10px;margin:16px 0}.loot-stats>span{background:#eaf3ff;border:1px solid #d2e5fb;border-radius:13px;padding:15px;flex:1;font-size:12px;color:#65819f}.loot-stats b{display:block;color:#0766d5;font:800 29px Outfit;margin-bottom:4px}.loot-card{position:relative}.loot-quantity{position:absolute;right:14px;top:14px;border-radius:20px;padding:5px 10px;background:#e8f3ff;color:#0069ee;font-weight:800}.diamond-collection{background:linear-gradient(140deg,#093356,#393470);border-color:#92e8ff;color:#fff}.diamond-collection>.diamond-art{display:flex;margin:16px auto;width:150px;height:150px}.diamond-collection p{color:#b5d5f3}.diamond-collection .diamond-art img{width:90%;height:90%}.cookie-burst{position:fixed;left:50%;top:45%;pointer-events:none;z-index:10000}.cookie-burst i{position:absolute;color:#68e3ff;font-size:23px;font-style:normal;animation:cookie-pop 1.1s ease-out both;--angle:calc(var(--i) * 25.7deg)}.cookie-burst i:nth-child(3n){color:#a293ff}.cookie-burst i:nth-child(3n + 1){color:#ffcc66}@keyframes cookie-pop{0%{transform:rotate(var(--angle)) translateY(0);opacity:1}100%{transform:rotate(var(--angle)) translateY(-210px) rotate(150deg);opacity:0}}
@media(max-width:700px){.map-legend{gap:6px;padding:9px 8px;max-width:calc(100% - 30px)}.map-legend span{font-size:8px;gap:3px}.map-legend .dot{width:6px;height:6px}.diamond-hero{height:285px;padding:24px}.loot-stats{gap:7px}.loot-stats>span{padding:11px;font-size:10px}.loot-stats b{font-size:25px}.diamond-collection>.diamond-art{width:125px;height:125px}.mystery-info{gap:7px}.mystery-info>span{padding:10px 5px}.mystery-info b{font-size:12px}}
@media(prefers-reduced-motion:reduce){.cookie-burst{display:none}}
.create-explorer{border:0;background:#eaf3ff;color:#0669db;border-radius:9px;padding:10px 12px;font-size:12px;font-weight:700;max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar{flex-shrink:0;font-size:22px;padding:0}.topbar{gap:18px}.topbar nav{gap:20px}.explorer-hero{background:radial-gradient(ellipse at 50% 40%,#198aff,#0051c8);padding:30px 25px 25px;text-align:center;color:white}.explorer-hero .eyebrow{color:#c5e6ff;font-size:9px}.avatar-preview{width:100px;height:100px;background:linear-gradient(145deg,#effbff,#a3d7ff);border:5px solid #fff7;box-shadow:0 8px 28px #00377e35;border-radius:32px;font-size:57px;display:grid;place-items:center;margin:25px auto 20px;transform:rotate(-5deg)}.explorer-hero h2{font:800 32px/1.08 Outfit;margin:12px 0}.explorer-hero p{font-size:13px;line-height:1.5;color:#c9e4ff;max-width:310px;margin:14px auto 0}.explorer-form{padding:25px 30px}.explorer-form>label{font-size:10px;font-weight:800;letter-spacing:1.3px;color:#7290ac;display:block;margin-bottom:10px}.explorer-form>input{width:100%;border:1px solid #cbdef3;border-radius:10px;background:#f4f9ff;padding:13px;font-size:16px}.avatar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}.avatar-grid button{border:2px solid transparent;background:#f0f5fc;border-radius:14px;height:60px;font-size:33px}.avatar-grid button.chosen{background:#e0f0ff;border-color:#0076ff;box-shadow:0 0 0 3px #e4f4ff}.guest-btn{display:block;width:100%;background:none;border:0;color:#6e89a4;padding:14px 5px;font-size:13px}.profile-quests{border:1px solid #e0ebf7;background:#f7faff;border-radius:13px;padding:15px;margin:0 0 20px}.profile-quests h3{font:700 18px Outfit;margin:0 0 13px}.profile-quests p{font-size:12px;margin:12px 0;display:flex;align-items:center;gap:7px}.profile-quests p>b{margin-left:auto;font-size:11px;color:#718ba3}.quest-done{color:#00a478}.quest-pending{color:#90a6bd}.map-controls button[hidden]{display:none}#locate{color:#0674ee}#locate.tracking{background:#006bee;color:#fff;box-shadow:0 0 0 3px #bbe7ff80}#locate.locating{background:#d7efff}.you-marker>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff;border:3px solid #0086ff;box-shadow:0 0 0 5px #0095ff25,0 3px 15px #0c599c66;font-size:22px;color:#006bee}.nearby-status{font-size:12px!important;color:#288966!important;display:flex;align-items:center;gap:7px}.nearby-status>span{width:7px;height:7px;background:#17b98a;border-radius:50%}.nearby-signal{display:block;width:100%;text-align:left;padding:15px;border:1px solid #b4d4ff;background:linear-gradient(130deg,#e2faff,#ede8ff);border-radius:13px;margin:10px 0}.nearby-signal>b{display:flex;justify-content:space-between;align-items:center}.nearby-signal>small{display:block;color:#5f81a6;font-size:12px;margin:10px 0}.nearby-signal>span{font-size:12px;color:#367bbe}.nearby-stop{display:flex;align-items:center;gap:12px;border-bottom:1px solid #e2ecf8;padding:13px 0}.nearby-stop>button{background:none;border:0;text-align:left;padding:0;flex:1}.nearby-stop b{font-size:14px;display:block}.nearby-stop small{font-size:12px;color:#71899d;display:block;line-height:1.4;margin:5px 0}.nearby-stop span{font-size:11px;color:#006bdb}.nearby-stop a{font-size:11px;white-space:nowrap;text-decoration:none;padding:9px;background:#edf5ff;border-radius:8px}.trail-hints{padding:16px;margin:20px 0;background:#f2f7fc;border-radius:12px}.trail-hints>b{font-size:13px}.trail-hints p{font-size:12px;line-height:1.5;margin:12px 0}.nearby-body>p{font-size:13px}
@media(max-width:1200px){.brand-line{display:none}.topbar{gap:15px}}
@media(max-width:700px){.create-explorer{font-size:10px;padding:8px;max-width:98px}.topbar{gap:9px}.topbar nav{gap:10px}.topbar .avatar{font-size:20px}.explorer-form{padding:22px}.explorer-hero{padding:25px 22px}.explorer-hero h2{font-size:29px}.avatar-preview{margin:20px auto 15px;width:90px;height:90px;font-size:50px}.nearby-body{padding:30px 22px}.nearby-stop{gap:8px}.nearby-stop a{font-size:10px;padding:8px 6px}}
@media(max-width:380px){.create-explorer{display:none}.topbar nav{margin-left:auto}}
.map-controls{z-index:3}.cookie-pin:focus-visible{outline:3px solid #ffc65a;outline-offset:4px;border-radius:12px}.nearby-body .trail-hints p{font-size:12px}
@media(max-width:700px){#recenter{display:none}.map-legend{font-size:9px}.welcome-card{pointer-events:none}}
