@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;900&display=swap";html,body{margin:0;background-color:#000;color:#000;overflow:hidden;height:100%;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom}html{scroll-behavior:smooth}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}body{position:fixed;width:100%;height:100%;overflow:hidden}#globeViz{position:absolute;top:0;left:0;width:100vw;height:100vh;overflow:hidden;touch-action:none;-webkit-tap-highlight-color:transparent}canvas{display:block;width:100%!important;height:100%!important;will-change:transform;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.scene-nav-info{user-select:none;-webkit-user-select:none}#time{position:absolute;bottom:8px;left:8px;color:#add8e6;font-family:monospace}#submitPrompt{position:fixed;bottom:56px;left:50%;transform:translate(-50%);display:block;max-width:325px;text-align:center;font-family:Poppins,sans-serif;background-color:transparent}#responseBtn{position:fixed;top:15%;left:50%;transform:translate(-50%);background-color:#0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;font-size:20px;display:none;align-items:center;gap:8px;font-family:Poppins,sans-serif;max-width:85vw;overflow:hidden;white-space:nowrap;z-index:9999;padding:12px 16px;border-radius:24px;transition:opacity .5s ease,transform .5s ease,background-color .3s ease;animation:fadeInUp .5s ease-out;-webkit-tap-highlight-color:transparent;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}#locationText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:100%;flex:1}#responseBtn:active #flagImg{transform:scale(1.05)}#flagImg{width:32px;height:24px;object-fit:cover;border:1px solid rgba(255,255,255,.3);border-radius:4px;display:none;flex-shrink:0;transition:transform .2s ease,border-color .2s ease,opacity .4s ease;opacity:0;transform:scale(.9)}#locationText{white-space:nowrap}#welcomePrompt{position:fixed;bottom:20%;left:50%;transform:translate(-50%);font-size:clamp(14px,4vw,18px);color:#fff;z-index:10;display:block;padding:16px 24px;text-align:center;font-family:Poppins,sans-serif;max-width:85vw;min-height:2.2em;margin:0;box-sizing:border-box;background-color:#0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;transition:opacity .5s ease,transform .3s ease,background-color .3s ease;animation:fadeIn .8s ease-out;-webkit-tap-highlight-color:transparent;cursor:pointer;user-select:none;-webkit-user-select:none}#welcomePrompt:active{transform:translate(-50%) scale(.98);background-color:#00000080}@keyframes flash{0%,49%{opacity:0}50%,to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 480px){#welcomePrompt{font-size:clamp(12px,4vw,16px);padding:14px 20px;bottom:18%}}strong{font-family:Poppins,sans-serif!important;font-weight:900!important}.dynamic-contrast{color:#fff}#welcomePrompt,#responseBtn,#submitPrompt{transition:color .3s ease}@media (max-width: 768px){#responseBtn{font-size:clamp(16px,4.5vw,20px);padding:10px 14px;top:12%;gap:6px}#flagImg{width:28px;height:21px}#time{font-size:12px;bottom:4px;left:4px}}#responseBtn,#welcomePrompt{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}@media (hover: none) and (pointer: coarse){html,body{-webkit-overflow-scrolling:touch}#responseBtn,#welcomePrompt{-webkit-tap-highlight-color:rgba(255,255,255,.1);min-height:44px}#welcomePrompt{padding:18px 24px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
