.vth{background:#141414;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;max-width:none}.vth-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.07)}.vth-project{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:rgba(255,255,255,.85)}.vth-live-dot{width:6px;height:6px;border-radius:50%;background:#d4ff61;animation:gl-live-dot 2.4s ease-in-out infinite}.vth-counts{font-size:11.5px;color:rgba(255,255,255,.45);white-space:nowrap}.vth-counts em{font-style:normal;font-weight:700;color:#d4ff61}.vth-counts .vth-counts-sold{color:rgba(255,255,255,.7)}.vth-map{position:relative;background:radial-gradient(120% 90% at 20% 10%,rgba(212,255,97,.04),transparent 60%),#101210}.vth-svg{display:block;width:100%;height:auto}.vth-road{fill:none;stroke:rgba(255,255,255,.07);stroke-width:14;stroke-linecap:round}.vth-road-line{fill:none;stroke:rgba(255,255,255,.16);stroke-width:1.2;stroke-dasharray:7 7}.vth-park{fill:rgba(212,255,97,.05);stroke:rgba(212,255,97,.12);stroke-width:1}.vth-tree{fill:rgba(212,255,97,.14)}.vth-lot{fill:rgba(255,255,255,.03);stroke:rgba(255,255,255,.22);stroke-width:1;cursor:pointer;transition:fill .3s ease,stroke .3s ease}.vth-lot--reserved{fill:rgba(212,255,97,.07);stroke:rgba(212,255,97,.4);stroke-dasharray:4 3}.vth-lot--sold{fill:rgba(255,255,255,.09);stroke:rgba(255,255,255,.14)}.vth-lot--selected{fill:rgba(212,255,97,.16);stroke:#d4ff61;stroke-width:1.6;stroke-dasharray:none}.vth-lot-label{font-size:8.5px;font-weight:600;fill:rgba(255,255,255,.4);text-anchor:middle;pointer-events:none;letter-spacing:.4px}.vth-cursor{transition:transform 1s cubic-bezier(.3,.9,.3,1),opacity .3s ease;pointer-events:none}.vth-cursor path{fill:#ffffff;stroke:rgba(0,0,0,.55);stroke-width:.8}.vth-cursor--hidden{opacity:0}.vth-panel{position:absolute;top:12px;right:12px;min-width:158px;padding:12px 14px;background:rgba(10,10,10,.92);border:1px solid rgba(255,255,255,.1);border-radius:12px;animation:vth-panel-in .35s cubic-bezier(.16,1,.3,1) both}@keyframes vth-panel-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.vth-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.vth-panel-lot{font-size:12.5px;font-weight:700;color:#ffffff}.vth-state{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.vth-state--disponible{color:#d4ff61}.vth-state--reservado{color:rgba(212,255,97,.6)}.vth-state--vendido{color:rgba(255,255,255,.45)}.vth-panel-meta{display:block;font-size:11px;color:rgba(255,255,255,.5);margin-bottom:10px}.vth-panel-cta{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:8px;background:#d4ff61;color:#000000;font-size:11px;font-weight:600;transition:opacity .3s ease}.vth-panel-cta--off{background:rgba(255,255,255,.08);color:rgba(255,255,255,.4)}.vth-legend{display:flex;align-items:center;gap:16px;padding:10px 16px;border-top:1px solid rgba(255,255,255,.07)}.vth-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:rgba(255,255,255,.5)}.vth-dot{width:8px;height:8px;border-radius:2px}.vth-dot--free{background:rgba(212,255,97,.9)}.vth-dot--reserved{background:rgba(212,255,97,.35)}.vth-dot--sold{background:rgba(255,255,255,.25)}.fade-in-section:not(.visible) .vth{opacity:0}.fade-in-section.visible .vth{animation:gl-rise .6s cubic-bezier(.16,1,.3,1) .15s backwards}@media (max-width:768px){.vth-counts{display:none}.vth-panel{min-width:132px;padding:10px 12px}}@media (prefers-reduced-motion:reduce){.fade-in-section.visible .vth,.vth-live-dot{animation:none}.fade-in-section:not(.visible) .vth{opacity:1}.vth-panel{animation:none}}