@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url("https://unpkg.com/leaflet@1.9.4/dist/leaflet.css");
@import url("https://unpkg.com/maplibre-gl@4.7.1/dist/maplibre-gl.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap");

/* 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-120 .tc-wp-tool-root img, .wpc-scope-120 .tc-wp-tool-root video, .wpc-scope-120 .tc-wp-tool-root svg, .wpc-scope-120 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-120 .tc-wp-tool-root, .wpc-scope-120 .tc-wp-tool-root .gtl-main{ margin: 0; padding: 0; height: 100%;  background: transparent; }.wpc-scope-120 .tc-wp-tool-root .gtl-app *{ box-sizing: border-box; }.wpc-scope-120 .tc-wp-tool-root .gtl-app{
    font-family: 'Outfit', system-ui, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    max-height: 100%;
    overflow: hidden;
    background: transparent;
    color: #f1f5f9;
    padding: 0;
    margin: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.75) 70%, transparent 100%);
    border-bottom: none;
    z-index: 40;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-title{
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #7dd3fc, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-score-box{
    background: linear-gradient(145deg, #22c55e, #16a34a);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-image-wrap{
    position: relative;
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    background: #0f172a;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-image-wrap img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-image-loading{
    position: absolute;
    inset: 0;
    background: #0f172a;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 20;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-image-loading.show{
    display: flex;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-image-loading .gtl-image-spinner{
    width: 48px;
    height: 48px;
    border: 3px solid rgba(56, 189, 248, 0.2);
    border-top-color: #38bdf8;
    border-radius: 50%;
    animation: gtl-spin 0.7s linear infinite;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-image-loading .gtl-image-loading-text{
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    text-align: center;
    color: #94a3b8;
    font-weight: 500;
    font-size: 0.95rem;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-map-panel{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 320px;
    max-width: calc(100% - 2rem);
    background: rgba(30, 41, 59, 0.95);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
    overflow: hidden;
    z-index: 50;
    display: flex;
    flex-direction: column;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-map-panel.gtl-map-expanded{
    position: absolute;
    inset: 0.75rem;
    width: auto;
    max-width: none;
    border-radius: 12px;
    z-index: 50;
    display: flex;
    flex-direction: column;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-map-panel.gtl-map-expanded .gtl-map-wrap{
    flex: 1;
    min-height: 0;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-map-panel.gtl-map-expanded .gtl-actions{
    flex-shrink: 0;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-map-panel.gtl-map-expanded .gtl-expand-map-btn{
    display: inline-block;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-map-wrap{
    width: 100%;
    height: 180px;
    background: #1e293b;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-map-panel.gtl-map-expanded .gtl-map-wrap{
    height: auto;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app #gtl-map{ height: 100%; width: 100%; min-height: 160px; }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-actions{
    padding: 0.4rem 0.5rem;
    display: flex;
    flex-shrink: 0;
    gap: 0.35rem;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.6);
    border-top: 1px solid rgba(255,255,255,0.06);
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-button{
    padding: 0.5rem 0.85rem;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-button:active:not(:disabled){ transform: scale(0.98); }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-guess-button{
    background: #475569;
    color: #fff;
    min-height: 40px;
    min-width: 72px;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-guess-button:hover:not(:disabled){
    background: #64748b;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-guess-button:disabled{ opacity: 0.5; cursor: not-allowed; }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-hint-button{
    background: #22c55e;
    color: #fff;
    min-height: 40px;
    padding: 0.5rem 0.9rem;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-hint-button:hover{
    background: #16a34a;
    box-shadow: 0 2px 12px rgba(34, 197, 94, 0.4);
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-next-button{
    background: linear-gradient(145deg, #22c55e, #16a34a);
    color: #fff;
    box-shadow: 0 4px 18px rgba(34, 197, 94, 0.4);
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-next-button:hover{
    box-shadow: 0 6px 24px rgba(34, 197, 94, 0.5);
    transform: translateY(-1px);
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-skip-button{
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #94a3b8;
    min-height: 40px;
    padding: 0.5rem 0.9rem;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-skip-button:hover{
    background: rgba(255,255,255,0.15);
    color: #cbd5e1;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: flex-end;
    justify-content: center;
    z-index: 100;
    padding: 1rem;
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
    pointer-events: none;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-overlay.show{ display: flex; }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-overlay .gtl-overlay-box{ pointer-events: auto; }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-overlay-box{
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    border-radius: 24px;
    padding: 2rem 1.75rem;
    max-width: 420px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    box-shadow: 0 24px 60px rgba(0,0,0,0.5);
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-overlay-box .distance{
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #f1f5f9;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-overlay-box .points{
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 1rem 0;
    color: #4ade80;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-overlay-box .place{
    font-size: 0.95rem;
    color: #94a3b8;
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-overlay-box .gtl-next-button{
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.05rem;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-loading{
    display: block;
    padding: 4rem 2rem;
    text-align: center;
    color: #94a3b8;
    font-weight: 500;
    flex-shrink: 0;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-loading::after{
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 8px;
    border: 2px solid rgba(148, 163, 184, 0.3);
    border-top-color: #38bdf8;
    border-radius: 50%;
    animation: gtl-spin 0.7s linear infinite;
    vertical-align: middle;
  }@keyframes gtl-spin{ to { transform: rotate(360deg); } }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-error{
    display: block;
    padding: 2rem 1rem;
    text-align: center;
    color: #f87171;
    font-weight: 500;
    background: rgba(248, 113, 113, 0.1);
    margin: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(248, 113, 113, 0.25);
    flex-shrink: 0;
  }.wpc-scope-120 .tc-wp-tool-root .leaflet-popup-content{ margin: 0.5rem; font-size: 0.85rem; }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-game-viewport{
    position: relative;
    width: 100%;
    max-width: min(1400px, calc((100vh - 56px) * 16 / 9));
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 56px);
    min-height: 380px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
    flex: 1 1 auto;
    visibility: hidden;
    opacity: 0;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-game-viewport.is-visible{
    display: block;
    visibility: visible;
    opacity: 1;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-game-layout{
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }.wpc-scope-120 .tc-wp-tool-root .gtl-app .gtl-expand-map-btn{
    display: none;
    padding: 0.4rem 0.6rem;
    font-size: 0.8rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    color: #94a3b8;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
  }@media (min-width: 992px){.tc-wp-tool-root .gtl-app .gtl-header{ padding: 1rem 1.5rem; }.tc-wp-tool-root .gtl-app .gtl-title{ font-size: 1.5rem; }.tc-wp-tool-root .gtl-app .gtl-map-panel{ width: 380px; }.tc-wp-tool-root .gtl-app .gtl-map-wrap{ height: 220px; }.tc-wp-tool-root .gtl-app .gtl-expand-map-btn{ display: inline-block; }.tc-wp-tool-root .gtl-app .gtl-button{ font-size: 0.9rem; }}@media (min-width: 768px) and (max-width: 991px){.tc-wp-tool-root .gtl-app .gtl-header{ padding: 0.9rem 1.2rem; }.tc-wp-tool-root .gtl-app .gtl-title{ font-size: 1.4rem; }.tc-wp-tool-root .gtl-app .gtl-map-panel{ width: 360px; }.tc-wp-tool-root .gtl-app .gtl-map-wrap{ height: 200px; }.tc-wp-tool-root .gtl-app .gtl-expand-map-btn{ display: inline-block; }}@media (min-width: 600px) and (max-width: 767px){.tc-wp-tool-root .gtl-app .gtl-header{ padding: 0.8rem 1rem; }.tc-wp-tool-root .gtl-app .gtl-title{ font-size: 1.3rem; }.tc-wp-tool-root .gtl-app .gtl-map-panel{ width: 340px; }.tc-wp-tool-root .gtl-app .gtl-map-wrap{ height: 190px; }.tc-wp-tool-root .gtl-app .gtl-expand-map-btn{ display: inline-block; }}@media (min-width: 400px) and (max-width: 599px){.tc-wp-tool-root .gtl-app .gtl-header{ padding: 0.7rem 0.9rem; }.tc-wp-tool-root .gtl-app .gtl-title{ font-size: 1.2rem; }.tc-wp-tool-root .gtl-app .gtl-map-panel{
      bottom: max(0.75rem, env(safe-area-inset-bottom));
      right: 0.75rem;
      left: 0.75rem;
      width: auto;
      max-width: none;
    }.tc-wp-tool-root .gtl-app .gtl-map-panel .gtl-map-wrap{
      display: none;
    }.tc-wp-tool-root .gtl-app .gtl-map-panel.gtl-map-expanded .gtl-map-wrap{
      display: block;
      flex: 1;
      min-height: 0;
    }.tc-wp-tool-root .gtl-app .gtl-actions{ padding: 0.35rem 0.4rem; gap: 0.3rem; flex-wrap: wrap; }.tc-wp-tool-root .gtl-app .gtl-button{
      min-height: 34px;
      padding: 0.35rem 0.5rem;
      font-size: 0.78rem;
      border-radius: 8px;
    }.tc-wp-tool-root .gtl-app .gtl-guess-button{ min-width: 60px; }.tc-wp-tool-root .gtl-app .gtl-hint-button{ min-height: 34px; padding: 0.35rem 0.5rem; }.tc-wp-tool-root .gtl-app .gtl-skip-button{ min-height: 34px; padding: 0.35rem 0.5rem; }.tc-wp-tool-root .gtl-app .gtl-expand-map-btn{
      display: inline-block;
      padding: 0.35rem 0.5rem;
      font-size: 0.75rem;
      border-radius: 8px;
    }}@media (max-width: 399px){.tc-wp-tool-root .gtl-app .gtl-header{ padding: 0.6rem 0.8rem; }.tc-wp-tool-root .gtl-app .gtl-title{ font-size: 1.1rem; }.tc-wp-tool-root .gtl-app .gtl-score-box{ padding: 0.4rem 0.8rem; font-size: 0.8rem; }.tc-wp-tool-root .gtl-app .gtl-map-panel{
      bottom: max(0.6rem, env(safe-area-inset-bottom));
      right: 0.6rem;
      left: 0.6rem;
      width: auto;
      max-width: none;
    }.tc-wp-tool-root .gtl-app .gtl-map-panel .gtl-map-wrap{
      display: none;
    }.tc-wp-tool-root .gtl-app .gtl-map-panel.gtl-map-expanded .gtl-map-wrap{
      display: block;
      flex: 1;
      min-height: 0;
    }.tc-wp-tool-root .gtl-app .gtl-actions{ padding: 0.3rem 0.35rem; gap: 0.25rem; flex-wrap: wrap; }.tc-wp-tool-root .gtl-app .gtl-button{
      min-height: 32px;
      padding: 0.3rem 0.45rem;
      font-size: 0.75rem;
      border-radius: 7px;
    }.tc-wp-tool-root .gtl-app .gtl-guess-button{ min-width: 55px; }.tc-wp-tool-root .gtl-app .gtl-hint-button{ min-height: 32px; padding: 0.3rem 0.45rem; }.tc-wp-tool-root .gtl-app .gtl-skip-button{ min-height: 32px; padding: 0.3rem 0.45rem; }.tc-wp-tool-root .gtl-app .gtl-expand-map-btn{
      display: inline-block;
      padding: 0.3rem 0.45rem;
      font-size: 0.7rem;
      border-radius: 7px;
    }.tc-wp-tool-root .gtl-app .gtl-overlay-box{
      padding: 1.5rem 1.25rem;
      border-radius: 18px;
    }.tc-wp-tool-root .gtl-app .gtl-overlay-box .distance{ font-size: 1.2rem; }.tc-wp-tool-root .gtl-app .gtl-overlay-box .points{ font-size: 1.3rem; }.tc-wp-tool-root .gtl-app .gtl-overlay-box .place{ font-size: 0.85rem; }.tc-wp-tool-root .gtl-app .gtl-overlay-box .gtl-next-button{ padding: 0.8rem 1.2rem; font-size: 0.95rem; }}.wpc-scope-120 /* 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-120 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .leaflet-attribution-flag{}.wpc-scope-120 .tc-wp-tool-root .leaflet-bar{}.wpc-scope-120 .tc-wp-tool-root .leaflet-bottom{}.wpc-scope-120 .tc-wp-tool-root .leaflet-container{}.wpc-scope-120 .tc-wp-tool-root .leaflet-control{}.wpc-scope-120 .tc-wp-tool-root .leaflet-control-attribution{}.wpc-scope-120 .tc-wp-tool-root .leaflet-control-container{}.wpc-scope-120 .tc-wp-tool-root .leaflet-control-zoom{}.wpc-scope-120 .tc-wp-tool-root .leaflet-control-zoom-in{}.wpc-scope-120 .tc-wp-tool-root .leaflet-control-zoom-out{}.wpc-scope-120 .tc-wp-tool-root .leaflet-fade-anim{}.wpc-scope-120 .tc-wp-tool-root .leaflet-gl-layer{}.wpc-scope-120 .tc-wp-tool-root .leaflet-grab{}.wpc-scope-120 .tc-wp-tool-root .leaflet-image-layer{}.wpc-scope-120 .tc-wp-tool-root .leaflet-left{}.wpc-scope-120 .tc-wp-tool-root .leaflet-map-pane{}.wpc-scope-120 .tc-wp-tool-root .leaflet-marker-pane{}.wpc-scope-120 .tc-wp-tool-root .leaflet-overlay-pane{}.wpc-scope-120 .tc-wp-tool-root .leaflet-pane{}.wpc-scope-120 .tc-wp-tool-root .leaflet-popup-pane{}.wpc-scope-120 .tc-wp-tool-root .leaflet-proxy{}.wpc-scope-120 .tc-wp-tool-root .leaflet-right{}.wpc-scope-120 .tc-wp-tool-root .leaflet-shadow-pane{}.wpc-scope-120 .tc-wp-tool-root .leaflet-tile-pane{}.wpc-scope-120 .tc-wp-tool-root .leaflet-tooltip-pane{}.wpc-scope-120 .tc-wp-tool-root .leaflet-top{}.wpc-scope-120 .tc-wp-tool-root .leaflet-touch{}.wpc-scope-120 .tc-wp-tool-root .leaflet-touch-drag{}.wpc-scope-120 .tc-wp-tool-root .leaflet-touch-zoom{}.wpc-scope-120 .tc-wp-tool-root .leaflet-zoom-animated{}.wpc-scope-120 .tc-wp-tool-root .maplibregl-canvas{}.wpc-scope-120 .tc-wp-tool-root .maplibregl-canvas-container{}.wpc-scope-120 .tc-wp-tool-root .maplibregl-control-container{}.wpc-scope-120 .tc-wp-tool-root .maplibregl-ctrl-bottom-left{}.wpc-scope-120 .tc-wp-tool-root .maplibregl-ctrl-bottom-right{}.wpc-scope-120 .tc-wp-tool-root .maplibregl-ctrl-top-left{}.wpc-scope-120 .tc-wp-tool-root .maplibregl-ctrl-top-right{}.wpc-scope-120 .tc-wp-tool-root .maplibregl-map{}