@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;1,14..32,400&family=JetBrains+Mono:wght@500;600;700&family=Fraunces:opsz,wght@9..144,700;9..144,800;9..144,900&display=swap");
@import url("https://unpkg.com/leaflet@1.9.4/dist/leaflet.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-81 .tc-wp-tool-root img, .wpc-scope-81 .tc-wp-tool-root video, .wpc-scope-81 .tc-wp-tool-root svg, .wpc-scope-81 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-81 .tc-wp-tool-root{
      
      --navy-900: #080C14;
      --navy-800: #0E1420;
      --navy-700: #17202E;
      --navy-600: #1F2D3F;
      --navy-500: #2C3D52;
      --navy-400: #4A5C72;
      --navy-300: #637589;
      --navy-200: #8FA3B8;
      --navy-100: #C4D2DF;
      --white: #EEF4F9;

      
      --blue: #3B82F6;
      --blue-light: #60A5FA;
      --blue-dim: rgba(59, 130, 246, .14);
      --green: #10B981;
      --green-light: #34D399;
      --green-dim: rgba(16, 185, 129, .14);
      --amber: #E8960A;
      --amber-light: #F5C842;
      --amber-dim: rgba(232, 150, 10, .14);
      --rose: #F43F5E;
      --rose-light: #FB7185;
      --rose-dim: rgba(244, 63, 94, .14);
      --purple: #8B5CF6;
      --cyan: #06B6D4;
      --gold: #C9A227;
      --gold-light: #F0C040;
      --gold-dim: rgba(201, 162, 39, .15);

      
      --bg: var(--navy-900);
      --surface: var(--navy-800);
      --surface2: var(--navy-700);
      --border: rgba(255, 255, 255, .07);
      --border2: rgba(255, 255, 255, .12);
      --border3: rgba(255, 255, 255, .2);
      --text: var(--white);
      --text-2: var(--navy-200);
      --text-3: var(--navy-300);
      --text-4: var(--navy-400);

      
      --g-blue: linear-gradient(135deg, #3B82F6, #06B6D4);
      --g-green: linear-gradient(135deg, #10B981, #34D399);
      --g-amber: linear-gradient(135deg, #E8960A, #F5C842);
      --g-rose: linear-gradient(135deg, #F43F5E, #EC4899);
      --g-hero: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 50%, #06B6D4 100%);
      --g-gold: linear-gradient(135deg, #C9A227, #F0C040);
      
      --g-panel: linear-gradient(180deg, #0E1420 0%, #0a1019 100%);

      
      --shadow-sm: 0 1px 3px rgba(0, 0, 0, .3), 0 1px 2px rgba(0, 0, 0, .4);
      --shadow: 0 4px 16px rgba(0, 0, 0, .4);
      --shadow-lg: 0 12px 48px rgba(0, 0, 0, .6);
      --shadow-xl: 0 24px 64px rgba(0, 0, 0, .8);
      --glow-blue: 0 0 32px rgba(59, 130, 246, .25);
      --glow-green: 0 0 32px rgba(16, 185, 129, .25);

      
      --sp-1: 2px;
      --sp-2: 4px;
      --sp-3: 8px;
      --sp-4: 12px;
      --sp-5: 16px;
      --sp-6: 20px;
      --sp-7: 24px;
      --sp-8: 32px;

      
      --r-xs: 6px;
      --r-sm: 10px;
      --r-md: 14px;
      --r-lg: 20px;
      --r-xl: 28px;
      --r-pill: 999px;

      
      --font: 'Inter', system-ui, sans-serif;
      --font-t: 'Fraunces', Georgia, serif;
      --font-m: 'JetBrains Mono', monospace;

      
      --panel-w: 380px;

      
      --ease: cubic-bezier(.4, 0, .2, 1);
      --spring: cubic-bezier(.34, 1.56, .64, 1);
      --bounce: cubic-bezier(.34, 1.6, .64, 1);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper *, .wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper *::before, .wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper *::after{
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper{
      position: relative;
      min-height: 100vh;
      font-family: var(--font);
      background: var(--bg);
      color: var(--text);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: -0.011em;
      overflow: hidden;
      width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: column;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .map-btn{
      font-family: var(--font);
      cursor: pointer;
      border: none;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .map-select{
      font-family: var(--font);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .map-link{
      text-decoration: none;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper ::-webkit-scrollbar{
      width: 3px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper ::-webkit-scrollbar-track{
      background: transparent;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper ::-webkit-scrollbar-thumb{
      background: var(--navy-500);
      border-radius: 2px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper :focus-visible{
      outline: 2px solid var(--blue);
      outline-offset: 2px;
      border-radius: 4px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #ambient{
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      overflow: hidden;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #ambient::after{
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
      opacity: .5;
      pointer-events: none;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .orb{
      position: absolute;
      border-radius: 50%;
      filter: blur(100px);
      opacity: .05;
      animation: orbFloat var(--dur, 24s) ease-in-out var(--del, 0s) infinite alternate;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .orb-1{
      width: 700px;
      height: 700px;
      background: #1E40AF;
      top: -250px;
      left: -200px;
      --dur: 28s;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .orb-2{
      width: 500px;
      height: 500px;
      background: #4C1D95;
      top: 20%;
      right: -200px;
      --dur: 32s;
      --del: -8s;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .orb-3{
      width: 450px;
      height: 450px;
      background: #0E7490;
      bottom: -120px;
      left: 35%;
      --dur: 22s;
      --del: -14s;
    }@keyframes orbFloat{
      from {
        transform: translateY(0) scale(1);
      }

      to {
        transform: translateY(-40px) scale(1.08);
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #header{
      position: relative;
      z-index: 300;
      height: 60px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 18px;
      background: rgba(6, 9, 17, 0.92);
      border-bottom: 1px solid rgba(255, 255, 255, .08);
      box-shadow: 0 1px 0 rgba(255, 255, 255, .04), 0 4px 24px rgba(0, 0, 0, .5);
      backdrop-filter: blur(24px) saturate(180%);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .logo{
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .logo-mark{
      width: 36px;
      height: 36px;
      border-radius: 11px;
      flex-shrink: 0;
      background: var(--g-hero);
      background-size: 200% 200%;
      display: grid;
      place-items: center;
      font-size: 17px;
      color: #fff;
      box-shadow: 0 0 0 1px rgba(59, 130, 246, .3), var(--shadow);
      animation: logoShift 6s ease-in-out infinite alternate;
    }@keyframes logoShift{
      from {
        background-position: 0% 50%;
      }

      to {
        background-position: 100% 50%;
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .logo-name{
      font-family: var(--font-t);
      font-size: 1.08rem;
      font-weight: 800;
      letter-spacing: -0.04em;
      white-space: nowrap;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .logo-name .accent{
      background: var(--g-hero);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .mode-tabs{
      display: flex;
      gap: 2px;
      background: rgba(255, 255, 255, .04);
      border: 1px solid var(--border);
      border-radius: var(--r-sm);
      padding: 3px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .mode-tab{
      padding: 5px 13px;
      border-radius: 8px;
      font-size: .71rem;
      font-weight: 700;
      color: var(--text-3);
      background: none;
      border: none;
      cursor: pointer;
      transition: all .22s var(--ease);
      white-space: nowrap;
      letter-spacing: .01em;
      display: flex;
      align-items: center;
      gap: 5px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .mode-tab i{
      font-size: 10px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .mode-tab:hover:not(.active){
      color: var(--text-2);
      background: rgba(255, 255, 255, .06);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .mode-tab.active{
      background: var(--blue);
      color: #fff;
      box-shadow: 0 2px 12px rgba(59, 130, 246, .4);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .diff-pill{
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      border-radius: var(--r-sm);
      border: 1px solid var(--border2);
      background: rgba(255, 255, 255, .04);
      flex-shrink: 0;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .diff-pill label{
      font-size: .65rem;
      font-weight: 700;
      color: var(--text-3);
      text-transform: uppercase;
      letter-spacing: .09em;
      white-space: nowrap;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #diffSelect{
      background: none;
      border: none;
      color: var(--text);
      font-size: .72rem;
      font-weight: 700;
      cursor: pointer;
      outline: none;
      padding-right: 2px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #diffSelect option{
      background: var(--navy-800);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .hdr-gap{
      flex: 1;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .stat-chip{
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 6px 14px;
      border-radius: var(--r-pill);
      background: rgba(255, 255, 255, .055);
      border: 1px solid rgba(255, 255, 255, .1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 2px 6px rgba(0, 0, 0, .25);
      font-size: .74rem;
      font-weight: 800;
      font-family: var(--font-m);
      white-space: nowrap;
      flex-shrink: 0;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .stat-chip .chip-icon{
      font-size: 11px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .chip-score .chip-icon{
      color: var(--blue-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .chip-streak .chip-icon{
      color: var(--gold);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .hdr-icon{
      width: 36px;
      height: 36px;
      border-radius: var(--r-sm);
      flex-shrink: 0;
      background: rgba(255, 255, 255, .05);
      border: 1px solid var(--border2);
      color: var(--text-3);
      display: grid;
      place-items: center;
      font-size: 13px;
      transition: all .2s var(--ease);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .hdr-icon:hover{
      color: var(--text);
      background: rgba(255, 255, 255, .09);
      border-color: var(--border3);
      transform: translateY(-1px);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #layout{
      position: relative;
      min-height: calc(100vh - 60px);
      display: flex;
      z-index: 1;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map-wrap{
      flex: 1;
      position: relative;
      overflow: hidden;
      background: #5b9ec9;
      min-width: 0;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map-wrap::after{
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 5;
      box-shadow: inset 0 0 60px rgba(0, 0, 0, .18), inset 0 0 10px rgba(0, 0, 0, .12);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map{
      width: 100%;
      height: 100%;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map *{
      cursor: crosshair !important;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map .leaflet-control *{
      cursor: pointer !important;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .leaflet-tile-pane{
      filter: blur(0.5px) saturate(1.7) contrast(1.12) brightness(0.96);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .leaflet-control-zoom{
      border: none !important;
      border-radius: var(--r-sm) !important;
      overflow: hidden;
      margin: 14px !important;
      box-shadow: 0 2px 12px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .12) !important;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .leaflet-control-zoom a{
      width: 34px !important;
      height: 34px !important;
      line-height: 34px !important;
      background: rgba(248, 242, 230, .96) !important;
      color: #3D2B0A !important;
      border: 1px solid rgba(150, 110, 60, .25) !important;
      font-size: 17px !important;
      display: grid !important;
      place-items: center !important;
      transition: all .2s !important;
      font-weight: 700 !important;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .leaflet-control-zoom a:hover{
      background: rgba(232, 220, 195, .98) !important;
      color: #1a1206 !important;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .leaflet-control-zoom-in{
      border-bottom: 1px solid rgba(150, 110, 60, .2) !important;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .leaflet-control-attribution{
      background: rgba(248, 242, 230, .82) !important;
      color: #6B5A40 !important;
      font-size: 8px !important;
      padding: 3px 8px !important;
      border-top-left-radius: 6px !important;
      backdrop-filter: blur(4px) !important;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .leaflet-control-attribution a{
      color: #7B4F1A !important;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map-badge{
      position: absolute;
      top: 14px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100;
      pointer-events: none;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 20px;
      border-radius: var(--r-pill);
      background: rgba(20, 12, 4, .82);
      border: 1px solid rgba(255, 220, 140, .2);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      font-size: .74rem;
      font-weight: 700;
      color: #d4bfa0;
      box-shadow: 0 4px 24px rgba(0, 0, 0, .45);
      transition: all .35s var(--ease);
      white-space: nowrap;
      letter-spacing: .01em;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map-badge.placed{
      border-color: rgba(52, 211, 153, .45);
      color: #6EE7B7;
      background: rgba(10, 24, 14, .85);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map-badge i{
      font-size: 11px;
      color: #F0C040;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map-badge.placed i{
      color: #34D399;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map-loader{
      position: absolute;
      inset: 0;
      z-index: 200;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
      background: #5b9ec9;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map-loader .loader-ring{
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 3px solid rgba(0, 0, 0, .12);
      border-top-color: #3B82F6;
      animation: spin .8s linear infinite;
    }@keyframes spin{
      to {
        transform: rotate(360deg);
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #map-loader p{
      color: #4A6070;
      font-size: .82rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #panel{
      width: var(--panel-w);
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      background: var(--g-panel);
      border-left: 1px solid rgba(255, 255, 255, .09);
      overflow: hidden;
      position: relative;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #panel::before{
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      opacity: 1;
      border-radius: 0;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #panel::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      z-index: 1;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12) 30%, rgba(255, 255, 255, .18) 50%, rgba(255, 255, 255, .12) 70%, transparent);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #panel>*{
      position: relative;
      z-index: 1;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #panel-body{
      flex: 1;
      overflow-y: auto;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #target-card{
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
      padding: 22px 20px 18px;
      background: linear-gradient(160deg,
          rgba(59, 130, 246, .10) 0%,
          rgba(139, 92, 246, .06) 40%,
          rgba(6, 182, 212, .04) 70%,
          transparent 100%);
      border-bottom: 1px solid rgba(255, 255, 255, .07);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #target-card::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .15) 40%, rgba(100, 180, 255, .25) 60%, rgba(255, 255, 255, .1) 80%, transparent);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #target-card::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #C9A227, #3B82F6, #8B5CF6, #06B6D4);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .tc-header{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .tc-eyebrow{
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: .6rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .15em;
      color: var(--text-4);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .tc-eyebrow i{
      font-size: 9px;
      color: var(--blue-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .mode-badge{
      padding: 3px 9px;
      border-radius: var(--r-pill);
      background: rgba(59, 130, 246, .12);
      border: 1px solid rgba(59, 130, 246, .22);
      color: var(--blue-light);
      font-size: .6rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .1em;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .tc-flag-wrap{
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 10px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #tc-flag{
      font-size: 3.8rem;
      line-height: 1;
      flex-shrink: 0;
      filter: drop-shadow(0 4px 16px rgba(0, 0, 0, .5));
      animation: flagReveal .5s var(--bounce) both;
    }@keyframes flagReveal{
      from {
        opacity: 0;
        transform: scale(.4) rotate(-15deg);
      }

      to {
        opacity: 1;
        transform: none;
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .tc-nameblock{
      flex: 1;
      min-width: 0;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #tc-name{
      font-family: var(--font-t);
      font-size: 1.7rem;
      font-weight: 900;
      letter-spacing: -0.04em;
      line-height: 1.05;
      color: var(--text);
      animation: nameReveal .4s var(--ease) .05s both;
    }@keyframes nameReveal{
      from {
        opacity: 0;
        transform: translateY(6px);
      }

      to {
        opacity: 1;
        transform: none;
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .tc-chips{
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      margin-top: 8px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .tc-chip{
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 3px 9px;
      border-radius: var(--r-pill);
      background: rgba(255, 255, 255, .055);
      border: 1px solid rgba(255, 255, 255, .1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 1px 3px rgba(0, 0, 0, .2);
      font-size: .62rem;
      font-weight: 700;
      color: var(--navy-200);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .tc-chip i{
      font-size: 8px;
      color: var(--navy-400);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #hint-reveal{
      margin-top: 12px;
      padding: 10px 13px;
      border-radius: var(--r-md);
      background: rgba(201, 162, 39, .08);
      border: 1px solid rgba(201, 162, 39, .22);
      box-shadow: inset 0 1px 0 rgba(240, 192, 64, .08), 0 2px 8px rgba(0, 0, 0, .2);
      font-size: .73rem;
      color: var(--amber-light);
      line-height: 1.5;
      display: none;
      animation: hintIn .35s var(--spring) both;
    }@keyframes hintIn{
      from {
        opacity: 0;
        transform: scale(.94);
      }

      to {
        opacity: 1;
        transform: none;
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #hint-reveal.visible{
      display: flex;
      gap: 8px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #hint-reveal i{
      flex-shrink: 0;
      margin-top: 1px;
      font-size: 11px;
      color: var(--amber);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #attempts-wrap{
      padding: 16px 20px 18px;
      border-bottom: 1px solid rgba(255, 255, 255, .07);
      flex-shrink: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, .015) 0%, transparent 100%);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .section-title{
      font-size: .58rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .16em;
      color: var(--navy-400);
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 7px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .section-title::after{
      content: '';
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, rgba(255, 255, 255, .08), transparent);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .section-title i{
      font-size: 8px;
      color: var(--gold);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #attempt-dots{
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      align-items: center;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .a-dot{
      width: 42px;
      height: 42px;
      border-radius: 13px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .58rem;
      font-weight: 800;
      font-family: var(--font-m);
      border: 1px solid rgba(255, 255, 255, .08);
      background: rgba(0, 0, 0, .35);
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .05);
      color: var(--navy-400);
      position: relative;
      transition: all .3s var(--spring);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .a-dot.current{
      border-color: rgba(59, 130, 246, .5);
      color: var(--blue-light);
      background: radial-gradient(ellipse at 40% 30%, rgba(59, 130, 246, .2) 0%, rgba(59, 130, 246, .06) 100%);
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, .3),
        0 0 0 1px rgba(59, 130, 246, .3),
        0 4px 16px rgba(59, 130, 246, .15);
      animation: dotPulse 2.2s ease-in-out infinite;
    }@keyframes dotPulse{

      0%,
      100% {
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, .3), 0 0 0 1px rgba(59, 130, 246, .3), 0 4px 16px rgba(59, 130, 246, .15);
      }

      50% {
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, .3), 0 0 0 3px rgba(59, 130, 246, .2), 0 6px 24px rgba(59, 130, 246, .25);
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .a-dot.correct{
      background: radial-gradient(ellipse at 40% 25%, #34D399 0%, #10B981 55%, #059669 100%);
      border-color: rgba(52, 211, 153, .5);
      color: #fff;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35),
        inset 0 -2px 4px rgba(0, 0, 0, .3),
        0 6px 20px rgba(16, 185, 129, .4);
      animation: dotPop .45s var(--bounce) both;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .a-dot.close{
      background: radial-gradient(ellipse at 40% 25%, #F5C842 0%, #E8960A 55%, #B45309 100%);
      border-color: rgba(245, 200, 66, .45);
      color: #1A0D00;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35),
        inset 0 -2px 4px rgba(0, 0, 0, .25),
        0 6px 18px rgba(232, 150, 10, .4);
      animation: dotPop .45s var(--bounce) both;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .a-dot.far{
      background: radial-gradient(ellipse at 40% 25%, rgba(251, 113, 133, .25) 0%, rgba(244, 63, 94, .1) 100%);
      border-color: rgba(244, 63, 94, .45);
      color: var(--rose-light);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06),
        inset 0 2px 4px rgba(0, 0, 0, .35),
        0 4px 14px rgba(244, 63, 94, .15);
      animation: dotPop .45s var(--bounce) both;
    }@keyframes dotPop{
      0% {
        transform: scale(0) rotate(-20deg);
        opacity: 0;
      }

      55% {
        transform: scale(1.2) rotate(6deg);
      }

      100% {
        transform: scale(1) rotate(0);
        opacity: 1;
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .a-dot-ico{
      font-size: 15px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #attempts-caption{
      margin-top: 10px;
      font-size: .65rem;
      font-weight: 700;
      color: var(--navy-400);
      letter-spacing: .02em;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #attempts-caption.solved{
      color: var(--green-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #attempts-caption.failed{
      color: var(--rose-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #history-wrap{
      padding: 0 16px 16px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .history-section-title{
      padding: 14px 0 10px;
      position: sticky;
      top: 0;
      background: linear-gradient(180deg, var(--navy-900) 70%, transparent 100%);
      z-index: 10;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #history-list{
      display: flex;
      flex-direction: column;
      gap: 6px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .history-empty{
      padding: 38px 0;
      text-align: center;
      color: var(--navy-500);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .history-empty-icon{
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: rgba(0, 0, 0, .3);
      border: 1px solid rgba(255, 255, 255, .07);
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .04);
      display: grid;
      place-items: center;
      font-size: 1.5rem;
      color: var(--navy-500);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .history-empty p{
      font-size: .76rem;
      font-weight: 600;
      line-height: 1.5;
      max-width: 190px;
      color: var(--navy-400);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-row{
      display: flex;
      align-items: center;
      gap: 9px;
      padding: 10px 12px;
      border-radius: var(--r-md);
      background: rgba(255, 255, 255, .038);
      border: 1px solid rgba(255, 255, 255, .08);
      border-left-width: 3px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 2px 6px rgba(0, 0, 0, .25);
      transition: all .2s var(--ease);
      animation: rowSlide .38s var(--spring) both;
    }@keyframes rowSlide{
      from {
        opacity: 0;
        transform: translateX(-16px) scale(.96);
      }

      to {
        opacity: 1;
        transform: none;
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-row:hover{
      background: rgba(255, 255, 255, .065);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 4px 12px rgba(0, 0, 0, .3);
      transform: translateX(2px);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-row.correct-row{
      border-left-color: var(--green);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-row.close-row{
      border-left-color: var(--amber);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-row.far-row{
      border-left-color: var(--rose);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-num{
      width: 26px;
      height: 26px;
      border-radius: 8px;
      flex-shrink: 0;
      display: grid;
      place-items: center;
      font-size: .58rem;
      font-weight: 800;
      font-family: var(--font-m);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-num.c{
      background: rgba(16, 185, 129, .18);
      color: var(--green-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-num.w{
      background: rgba(232, 150, 10, .18);
      color: var(--amber-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-num.f{
      background: rgba(244, 63, 94, .14);
      color: var(--rose-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-info{
      flex: 1;
      min-width: 0;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-dist{
      font-size: .87rem;
      font-weight: 800;
      font-family: var(--font-m);
      line-height: 1;
      letter-spacing: -.01em;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-dist.c{
      color: var(--green-light);
      text-shadow: 0 0 12px rgba(52, 211, 153, .3);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-dist.w{
      color: var(--amber-light);
      text-shadow: 0 0 12px rgba(245, 200, 66, .3);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-dist.f{
      color: var(--rose-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-meta{
      font-size: .62rem;
      color: var(--navy-400);
      margin-top: 3px;
      line-height: 1;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-arrow{
      width: 30px;
      height: 30px;
      border-radius: 50%;
      flex-shrink: 0;
      background: rgba(0, 0, 0, .3);
      border: 1px solid rgba(255, 255, 255, .08);
      box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35), 0 1px 0 rgba(255, 255, 255, .04);
      display: grid;
      place-items: center;
      font-size: 1rem;
      line-height: 1;
      color: var(--navy-200);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-temp{
      padding: 3px 9px;
      border-radius: var(--r-pill);
      flex-shrink: 0;
      font-size: .59rem;
      font-weight: 800;
      white-space: nowrap;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-temp.hot{
      background: rgba(16, 185, 129, .16);
      color: var(--green-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-temp.warm{
      background: rgba(232, 150, 10, .16);
      color: var(--amber-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-temp.cool{
      background: rgba(249, 115, 22, .13);
      color: #FB923C;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .g-temp.cold{
      background: rgba(59, 130, 246, .14);
      color: var(--blue-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #controls{
      padding: 14px 16px 18px;
      flex-shrink: 0;
      border-top: 1px solid rgba(255, 255, 255, .07);
      background: rgba(4, 7, 14, .65);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
      display: flex;
      flex-direction: column;
      gap: 9px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .map-hint-pill{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 8px 14px;
      border-radius: var(--r-md);
      font-size: .7rem;
      font-weight: 700;
      color: var(--blue-light);
      background: rgba(59, 130, 246, .07);
      border: 1px solid rgba(59, 130, 246, .18);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
      transition: all .25s var(--ease);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .map-hint-pill.placed{
      color: var(--green-light);
      background: rgba(16, 185, 129, .07);
      border-color: rgba(16, 185, 129, .2);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .map-hint-pill i{
      font-size: 10px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .ctrl-row{
      display: flex;
      gap: 8px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .map-btn{
      height: 46px;
      border-radius: var(--r-md);
      border: none;
      font-size: .8rem;
      font-weight: 800;
      letter-spacing: .02em;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      position: relative;
      overflow: hidden;
      transition: all .25s var(--spring);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .map-btn i{
      font-size: 11px;
      transition: transform .25s var(--spring);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .map-btn:hover i{
      transform: scale(1.2) rotate(-5deg);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .map-btn:active{
      transform: scale(.96);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .btn-full{
      flex: 1;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .btn-primary{
      background: linear-gradient(135deg, #2563EB, #3B82F6, #0EA5E9);
      background-size: 200%;
      color: #fff;
      box-shadow: 0 4px 20px rgba(59, 130, 246, .35),
        inset 0 1px 0 rgba(255, 255, 255, .2),
        inset 0 -1px 0 rgba(0, 0, 0, .2);
      animation: btnShift 4s ease-in-out infinite alternate;
    }@keyframes btnShift{
      from {
        background-position: 0%;
      }

      to {
        background-position: 100%;
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .btn-primary:hover:not(:disabled){
      box-shadow: 0 8px 32px rgba(59, 130, 246, .5),
        inset 0 1px 0 rgba(255, 255, 255, .25),
        inset 0 -1px 0 rgba(0, 0, 0, .2);
      transform: translateY(-2px);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .btn-primary:disabled{
      opacity: .32;
      cursor: not-allowed;
      transform: none !important;
      animation: none;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .btn-secondary{
      background: rgba(255, 255, 255, .06);
      color: var(--navy-200);
      border: 1px solid rgba(255, 255, 255, .12);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 2px 6px rgba(0, 0, 0, .2);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .btn-secondary:hover:not(:disabled){
      background: rgba(255, 255, 255, .1);
      color: var(--white);
      border-color: rgba(255, 255, 255, .18);
      transform: translateY(-1px);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .btn-secondary:disabled{
      opacity: .28;
      cursor: not-allowed;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .btn-hint{
      background: rgba(201, 162, 39, .1);
      color: var(--gold-light);
      border: 1px solid rgba(201, 162, 39, .28);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 2px 8px rgba(0, 0, 0, .2);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .btn-hint:hover:not(:disabled){
      background: rgba(201, 162, 39, .18);
      transform: translateY(-1px);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .btn-hint:disabled{
      opacity: .28;
      cursor: not-allowed;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .hint-badge{
      width: 20px;
      height: 20px;
      border-radius: 50%;
      flex-shrink: 0;
      background: rgba(201, 162, 39, .25);
      color: var(--gold-light);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
      font-size: .6rem;
      font-weight: 800;
      display: grid;
      place-items: center;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .ripple-el{
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 255, 255, .22);
      transform: scale(0);
      animation: rippleGo .6s linear forwards;
      pointer-events: none;
    }@keyframes rippleGo{
      to {
        transform: scale(4);
        opacity: 0;
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .overlay{
      position: absolute;
      inset: 0;
      z-index: 500;
      background: rgba(0, 0, 0, .7);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      display: grid;
      place-items: center;
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s var(--ease), visibility .3s;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .overlay.open{
      opacity: 1;
      visibility: visible;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .modal{
      width: 100%;
      max-width: 460px;
      background: linear-gradient(160deg, #111827 0%, #0D1421 60%, #0B1018 100%);
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: var(--r-xl);
      padding: 28px 26px 24px;
      box-shadow: 0 32px 80px rgba(0, 0, 0, .8), 0 0 0 1px rgba(255, 255, 255, .04);
      transform: scale(.88) translateY(24px);
      opacity: 0;
      transition: all .45s var(--spring);
      position: relative;
      overflow: hidden;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .overlay.open .modal{
      transform: none;
      opacity: 1;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .modal::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #C9A227, #3B82F6, #8B5CF6, #06B6D4);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .modal::after{
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .1) 30%, rgba(255, 255, 255, .14) 50%, rgba(255, 255, 255, .08) 70%, transparent);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .m-close{
      position: absolute;
      top: 16px;
      right: 16px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .07);
      border: 1px solid var(--border2);
      color: var(--text-3);
      display: grid;
      place-items: center;
      font-size: 12px;
      transition: all .2s;
      cursor: pointer;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .m-close:hover{
      background: rgba(255, 255, 255, .13);
      color: var(--text);
      transform: rotate(90deg);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .m-title{
      font-family: var(--font-t);
      font-size: 1.4rem;
      font-weight: 900;
      letter-spacing: -0.04em;
      margin-bottom: 4px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .m-sub{
      font-size: .8rem;
      color: var(--text-3);
      margin-bottom: 20px;
      line-height: 1.5;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .result-header{
      text-align: center;
      padding: 20px 0 16px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .result-emoji-wrap{
      font-size: 4.5rem;
      line-height: 1;
      display: block;
      margin-bottom: 12px;
      animation: emojiDrop .5s var(--bounce) .1s both;
    }@keyframes emojiDrop{
      from {
        transform: scale(0) rotate(-30deg);
        opacity: 0;
      }

      70% {
        transform: scale(1.15) rotate(5deg);
      }

      to {
        transform: none;
        opacity: 1;
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #res-title{
      font-family: var(--font-t);
      font-size: 2rem;
      font-weight: 900;
      letter-spacing: -0.05em;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #res-title.win{
      background: var(--g-green);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #res-title.lose{
      background: var(--g-amber);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #res-sub{
      font-size: .8rem;
      color: var(--text-3);
      margin-top: 4px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .result-answer{
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 13px 15px;
      border-radius: var(--r-md);
      margin: 14px 0;
      border: 1px solid;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .result-answer.win{
      background: rgba(16, 185, 129, .08);
      border-color: rgba(16, 185, 129, .2);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .result-answer.lose{
      background: rgba(244, 63, 94, .08);
      border-color: rgba(244, 63, 94, .2);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .res-flag{
      font-size: 2.2rem;
      line-height: 1;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .res-loc-name{
      font-size: 1.05rem;
      font-weight: 800;
      line-height: 1.2;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .res-loc-sub{
      font-size: .7rem;
      color: var(--text-3);
      margin-top: 2px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .result-grid{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 8px;
      margin-bottom: 14px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .rg-cell{
      padding: 12px 8px;
      border-radius: var(--r-md);
      background: rgba(255, 255, 255, .04);
      border: 1px solid var(--border);
      text-align: center;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .rg-val{
      font-size: 1.3rem;
      font-weight: 800;
      font-family: var(--font-m);
      color: var(--text);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .rg-lbl{
      font-size: .54rem;
      font-weight: 800;
      color: var(--text-4);
      text-transform: uppercase;
      letter-spacing: .09em;
      margin-top: 3px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .fun-fact-box{
      display: flex;
      gap: 9px;
      padding: 11px 13px;
      border-radius: var(--r-md);
      background: rgba(139, 92, 246, .08);
      border: 1px solid rgba(139, 92, 246, .2);
      font-size: .74rem;
      color: var(--text-3);
      line-height: 1.55;
      margin-bottom: 14px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .fun-fact-box i{
      color: var(--purple);
      flex-shrink: 0;
      margin-top: 1px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .share-row{
      display: flex;
      gap: 5px;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .share-sq{
      width: 24px;
      height: 24px;
      border-radius: 5px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .stats-grid{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 8px;
      margin-bottom: 20px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .st-cell{
      padding: 14px 6px;
      border-radius: var(--r-md);
      background: rgba(255, 255, 255, .04);
      border: 1px solid var(--border);
      text-align: center;
      transition: transform .25s var(--spring);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .st-cell:hover{
      transform: translateY(-4px);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .st-val{
      font-size: 1.55rem;
      font-weight: 900;
      font-family: var(--font-t);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .st-val.blue{
      background: var(--g-blue);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .st-val.green{
      background: var(--g-green);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .st-val.amber{
      background: var(--g-amber);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .st-val.purple{
      background: linear-gradient(135deg, var(--purple), var(--blue));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .st-lbl{
      font-size: .56rem;
      font-weight: 800;
      color: var(--text-4);
      text-transform: uppercase;
      letter-spacing: .1em;
      margin-top: 3px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .dist-section-title{
      font-size: .6rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .12em;
      color: var(--text-4);
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 5px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .dist-section-title i{
      font-size: 9px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .dist-row{
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 4px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .dist-n{
      width: 14px;
      text-align: right;
      font-size: .7rem;
      font-weight: 800;
      font-family: var(--font-m);
      color: var(--text-3);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .dist-track{
      flex: 1;
      height: 22px;
      background: rgba(255, 255, 255, .04);
      border-radius: 6px;
      overflow: hidden;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .dist-fill{
      height: 100%;
      border-radius: 6px;
      background: var(--g-blue);
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 8px;
      font-size: .58rem;
      font-weight: 800;
      color: #fff;
      font-family: var(--font-m);
      min-width: 24px;
      transition: width .7s var(--ease);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .dist-fill.win{
      background: var(--g-green);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .help-steps{
      display: flex;
      flex-direction: column;
      gap: 2px;
      margin-bottom: 16px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .hs-row{
      display: flex;
      gap: 12px;
      padding: 9px 0;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .hs-num{
      width: 28px;
      height: 28px;
      border-radius: 50%;
      flex-shrink: 0;
      background: var(--g-hero);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: .7rem;
      font-weight: 800;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .hs-text{
      font-size: .78rem;
      color: var(--text-3);
      line-height: 1.6;
      padding-top: 4px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .hs-text strong{
      color: var(--text);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .temp-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px;
      margin-bottom: 16px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .temp-card{
      padding: 8px 10px;
      border-radius: var(--r-sm);
      font-size: .72rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 6px;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .temp-card.hot{
      background: var(--green-dim);
      color: var(--green-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .temp-card.warm{
      background: var(--amber-dim);
      color: var(--amber-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .temp-card.cool{
      background: rgba(249, 115, 22, .1);
      color: #FB923C;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .temp-card.cold{
      background: var(--blue-dim);
      color: var(--blue-light);
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #toast{
      position: absolute;
      top: 72px;
      left: 50%;
      transform: translateX(-50%) translateY(-80px);
      z-index: 700;
      padding: 10px 22px;
      border-radius: var(--r-pill);
      background: rgba(10, 16, 28, .95);
      border: 1px solid rgba(255, 255, 255, .14);
      color: var(--white);
      font-size: .78rem;
      font-weight: 700;
      box-shadow: 0 8px 32px rgba(0, 0, 0, .6), 0 0 0 1px rgba(255, 255, 255, .04),
        inset 0 1px 0 rgba(255, 255, 255, .1);
      white-space: nowrap;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      transition: transform .4s var(--spring), opacity .4s;
      pointer-events: none;
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper #toast.show{
      transform: translateX(-50%) translateY(0);
    }@keyframes shake{

      0%,
      100% {
        transform: none;
      }

      20%,
      60% {
        transform: translateX(-5px);
      }

      40%,
      80% {
        transform: translateX(5px);
      }
    }.wpc-scope-81 .tc-wp-tool-root .geoquest-wrapper .shake{
      animation: shake .4s ease-in-out;
    }@media (max-width: 1200px){.tc-wp-tool-root .geoquest-wrapper{
        --panel-w: 340px;
      }}@media (max-width: 992px){.tc-wp-tool-root .geoquest-wrapper{
        --panel-w: 320px;
      }.tc-wp-tool-root .geoquest-wrapper .logo-name{
        display: none;
      }}@media (max-width: 768px){.tc-wp-tool-root .geoquest-wrapper{
        --panel-w: 100%;
        overflow: auto;
      }.tc-wp-tool-root .geoquest-wrapper #layout{
        flex-direction: column;
        overflow: auto;
      }.tc-wp-tool-root .geoquest-wrapper #map-wrap{
        height: 52vh;
        flex: none;
        min-height: 220px;
      }.tc-wp-tool-root .geoquest-wrapper #panel{
        height: auto;
        overflow: visible;
        border-left: none;
        border-top: 1px solid var(--border);
      }.tc-wp-tool-root .geoquest-wrapper #panel-body{
        overflow: visible;
      }.tc-wp-tool-root .geoquest-wrapper .mode-tabs{
        display: none;
      }.tc-wp-tool-root .geoquest-wrapper .stat-chip{
        display: none;
      }.tc-wp-tool-root .geoquest-wrapper #header{
        gap: 8px;
        padding: 0 12px;
      }.tc-wp-tool-root .geoquest-wrapper .diff-pill{
        padding: 5px 8px;
      }.tc-wp-tool-root .geoquest-wrapper .map-btn{
        height: 44px;
        font-size: .76rem;
      }.tc-wp-tool-root .geoquest-wrapper .a-dot{
        width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: .55rem;
      }}@media (max-width: 576px){.tc-wp-tool-root .geoquest-wrapper #map-wrap{
        height: 48vh;
      }.tc-wp-tool-root .geoquest-wrapper #target-card{
        padding: 16px 14px 14px;
      }.tc-wp-tool-root .geoquest-wrapper #tc-flag{
        font-size: 3rem;
      }.tc-wp-tool-root .geoquest-wrapper #tc-name{
        font-size: 1.45rem;
      }.tc-wp-tool-root .geoquest-wrapper .result-grid{
        grid-template-columns: 1fr 1fr;
        gap: 6px;
      }.tc-wp-tool-root .geoquest-wrapper .stats-grid{
        grid-template-columns: repeat(2, 1fr);
      }}@media (max-width: 400px){.tc-wp-tool-root .geoquest-wrapper .diff-pill label{
        display: none;
      }.tc-wp-tool-root .geoquest-wrapper #diffSelect{
        padding: 5px 8px;
      }.tc-wp-tool-root .geoquest-wrapper #header{
        padding: 0 8px;
      }.tc-wp-tool-root .geoquest-wrapper .modal{
        padding: 20px 16px;
      }.tc-wp-tool-root .geoquest-wrapper .result-grid{
        grid-template-columns: 1fr;
      }}@media (max-width: 375px){.tc-wp-tool-root .geoquest-wrapper .logo-mark{
        width: 32px;
        height: 32px;
        font-size: 15px;
      }.tc-wp-tool-root .geoquest-wrapper #header{
        height: 56px;
      }.tc-wp-tool-root .geoquest-wrapper #layout{
        min-height: calc(100vh - 56px);
      }.tc-wp-tool-root .geoquest-wrapper .map-btn{
        height: 42px;
        font-size: .72rem;
      }.tc-wp-tool-root .geoquest-wrapper .a-dot{
        width: 32px;
        height: 32px;
        font-size: .5rem;
      }}.wpc-scope-81 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}.wpc-scope-81 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .attempts-caption{}.wpc-scope-81 .tc-wp-tool-root .leaflet-attribution-flag{}.wpc-scope-81 .tc-wp-tool-root .leaflet-bar{}.wpc-scope-81 .tc-wp-tool-root .leaflet-bottom{}.wpc-scope-81 .tc-wp-tool-root .leaflet-container{}.wpc-scope-81 .tc-wp-tool-root .leaflet-control-container{}.wpc-scope-81 .tc-wp-tool-root .leaflet-control-zoom-out{}.wpc-scope-81 .tc-wp-tool-root .leaflet-disabled{}.wpc-scope-81 .tc-wp-tool-root .leaflet-fade-anim{}.wpc-scope-81 .tc-wp-tool-root .leaflet-grab{}.wpc-scope-81 .tc-wp-tool-root .leaflet-layer{}.wpc-scope-81 .tc-wp-tool-root .leaflet-left{}.wpc-scope-81 .tc-wp-tool-root .leaflet-map-pane{}.wpc-scope-81 .tc-wp-tool-root .leaflet-marker-pane{}.wpc-scope-81 .tc-wp-tool-root .leaflet-overlay-pane{}.wpc-scope-81 .tc-wp-tool-root .leaflet-pane{}.wpc-scope-81 .tc-wp-tool-root .leaflet-popup-pane{}.wpc-scope-81 .tc-wp-tool-root .leaflet-proxy{}.wpc-scope-81 .tc-wp-tool-root .leaflet-right{}.wpc-scope-81 .tc-wp-tool-root .leaflet-shadow-pane{}.wpc-scope-81 .tc-wp-tool-root .leaflet-tile{}.wpc-scope-81 .tc-wp-tool-root .leaflet-tile-container{}.wpc-scope-81 .tc-wp-tool-root .leaflet-tile-loaded{}.wpc-scope-81 .tc-wp-tool-root .leaflet-tooltip-pane{}.wpc-scope-81 .tc-wp-tool-root .leaflet-top{}.wpc-scope-81 .tc-wp-tool-root .leaflet-touch{}.wpc-scope-81 .tc-wp-tool-root .leaflet-touch-drag{}.wpc-scope-81 .tc-wp-tool-root .leaflet-touch-zoom{}.wpc-scope-81 .tc-wp-tool-root .leaflet-zoom-animated{}