@font-face{font-family:Lato-Bold;src:url(/fonts/Lato/Lato-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Lato-Light;src:url(/fonts/Lato/Lato-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Lato-Medium;src:url(/fonts/Lato/Lato-Medium.ttf) format("truetype");font-weight:500;font-style:normal}#pokestop-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:5000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}#pokestop-modal:not(.pokestop-hidden){opacity:1;pointer-events:auto}.pokestop-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000000d;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(2px)}.pokestop-content{position:static;z-index:5001;color:#fff;width:100%}#pokestop-name{font-family:Lato-Bold,sans-serif;font-size:15px;font-weight:700;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;line-height:1.3}#pokestop-creator{position:absolute;right:12px;bottom:4px;font-family:Lato-Medium,sans-serif;font-weight:500;font-size:8px;color:#3339;max-width:55%;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}#pokestop-creator:empty{display:none}#pokestop-description{margin-top:4px;padding-right:52px;padding-bottom:6px;font-family:Lato-Medium,sans-serif;font-size:11px;line-height:1.3;color:#333333d9;white-space:pre-wrap;word-break:break-word}#pokestop-description:empty{display:none}#pokestop-circle{width:250px;height:250px;margin:0 auto;border:8px dashed rgba(255,255,255,.9);border-radius:50%;background-color:#4fc3f7;background-size:cover;background-position:center;box-shadow:0 0 30px #4fc3f780;cursor:pointer;position:relative;z-index:5002;touch-action:none;will-change:transform;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;outline:none}#pokestop-circle.spinning{pointer-events:none}#pokestop-circle.on-cooldown{filter:grayscale(.6) brightness(.55)}#pokestop-toast{position:absolute;bottom:155px;left:50%;transform:translate(-50%);background:#000000b8;color:#fff;padding:10px 22px;border-radius:20px;font-family:sans-serif;font-size:13px;white-space:nowrap;opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:5010}#pokestop-toast.visible{opacity:1}.pokestop-circle-container{position:relative;display:flex;justify-content:center}#pokestop-cooldown-timer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:36px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.5);pointer-events:none;letter-spacing:2px}#pokestop-modal .ring-close-btn{z-index:5011}#pokestop-rewards{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5003}.pokestop-name-wrapper{position:absolute;top:4%;left:50%;transform:translate(-50%);width:85%;max-width:400px;min-height:40px;background:#e6e6ffbf;border-radius:10px;box-shadow:0 4px 15px #0003;padding:8px 15px;z-index:5005}.pokestop-abandoned-badge{display:inline-flex;align-items:center;gap:6px;background:#96969680;border-radius:20px;padding:2px 10px;position:absolute;top:100%;left:8px;margin-top:12px;font-family:Lato-Light,sans-serif;font-size:11px;font-weight:300;color:#2a2a2a;letter-spacing:.5px;cursor:default;user-select:none}.pokestop-abandoned-badge .abandoned-info{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1.5px solid #2a2a2a;font-family:Lato-Bold,sans-serif;font-size:10px;font-weight:700;cursor:pointer;line-height:1;flex-shrink:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;outline:none}.pokestop-abandoned-tooltip{position:absolute;top:calc(100% + 8px);left:0;background:#282828f0;color:#eee;font-family:Lato-Light,sans-serif;font-size:12px;font-weight:300;line-height:1.5;padding:12px 14px;border-radius:8px;max-width:280px;white-space:normal;z-index:5020;box-shadow:0 4px 16px #00000059;pointer-events:auto;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.pokestop-abandoned-tooltip.visible{opacity:1;visibility:visible}.pokestop-loading-dots{display:inline-flex;gap:4px;align-items:center;vertical-align:middle;margin-left:4px}.pokestop-loading-dots i{width:5px;height:5px;border-radius:50%;background:#333;animation:pokestop-dots 1s infinite ease-in-out both}.pokestop-loading-dots i:nth-child(1){animation-delay:-.32s}.pokestop-loading-dots i:nth-child(2){animation-delay:-.16s}@keyframes pokestop-dots{0%,80%,to{transform:scale(.4);opacity:.4}40%{transform:scale(1);opacity:1}}.reward-sprite{position:absolute;width:48px;height:48px;image-rendering:pixelated;pointer-events:none;filter:drop-shadow(0 5px 10px rgba(0,0,0,.4));animation:popOut .5s cubic-bezier(.175,.885,.32,1.275) forwards;transform:scale(0)}.reward-sprite.collected{animation:flyAway .4s ease-in forwards}#reward-slash-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto;touch-action:none;z-index:5010}@keyframes popOut{0%{transform:scale(0) translateY(0);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes flyAway{0%{transform:scale(1);opacity:1}to{transform:scale(.5) translateY(200px);opacity:0}}.pokestop-menu-btn{position:absolute;bottom:max(4%,env(safe-area-inset-bottom));right:4%;width:56px;height:56px;padding:0;border:none;background:none;cursor:pointer;z-index:5011;transition:transform .15s ease;-webkit-tap-highlight-color:transparent;user-select:none}.pokestop-menu-btn img{display:block;width:100%;height:100%;pointer-events:none;filter:drop-shadow(0 3px 6px rgba(0,0,0,.45))}.pokestop-menu-btn:active,.pokestop-menu-btn.pm-held{transform:scale(.92)}#pokestop-wheel{--pm-size: clamp(170px, 50vw, 240px);position:fixed;z-index:5020;width:var(--pm-size);height:var(--pm-size);transform:translate(-50%,-50%) scale(.5);opacity:0;pointer-events:none;transition:opacity .18s ease-out,transform .18s cubic-bezier(.175,.885,.32,1.275)}#pokestop-wheel.active{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}#pokestop-wheel svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 14px rgba(0,0,0,.55))}.pokestop-wheel-seg{fill:#f0f0f0e6;stroke:#0000001a;stroke-width:1;transition:fill .15s}.pokestop-wheel-seg.selected{fill:#fff;stroke:#64b4f0d9;stroke-width:3}.pokestop-wheel-seg.disabled{fill:#c3c3c8cc}.pokestop-wheel-icon.disabled{opacity:.4;filter:grayscale(1);transform:translate(-50%,-50%)}.pokestop-wheel-icon{position:absolute;width:22%;height:22%;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);transition:transform .1s;pointer-events:none}.pokestop-wheel-icon.selected{transform:translate(-50%,-50%) scale(1.3)}.pokestop-wheel-icon img{max-width:100%;max-height:100%;width:auto;height:auto;image-rendering:pixelated}.pokestop-wheel-icon-restore img{max-width:70%;max-height:70%}#pokestop-wheel-label{position:absolute;top:-40px;left:25%;transform:translate(-50%) translateY(10px);background:#0006;color:#fff;padding:4px 12px;border-radius:20px;font-family:LCD40x2,monospace;font-size:10px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .3s,transform .3s}#pokestop-wheel-label.visible{opacity:1;transform:translate(-50%) translateY(0)}
