*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--vf-bg: #f8fafb;--vf-surface: #ffffff;--vf-text: #1a1a2e;--vf-text-muted: #64748b;--vf-border: #e2e8f0;--vf-accent: #2563eb;--vf-radius: 12px;--vf-font: "Poppins", system-ui, -apple-system, sans-serif;--vf-font-display: "Sora", "Poppins", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--vf-font);background:var(--vf-bg);color:var(--vf-text);line-height:1.6;-webkit-font-smoothing:antialiased}.vf-page{height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden}.vf-header{padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--vf-border);background:var(--vf-surface)}.vf-logo-group{display:flex;align-items:center;gap:.75rem}.vf-logo-mark{width:36px;height:36px;flex-shrink:0}.vf-logo-text{display:flex;flex-direction:column;line-height:1;gap:1px}.vf-logo-name{font-family:var(--vf-font-display);font-size:1.2rem;font-weight:700;letter-spacing:.04em;color:var(--vf-text);text-transform:uppercase}.vf-logo-tagline{font-family:var(--vf-font);font-size:.55rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--vf-text-muted)}.vf-nav-link{font-size:.875rem;color:var(--vf-text-muted);text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:all .2s}.vf-nav-link:hover{color:var(--vf-text);background:var(--vf-bg)}.vf-hero{text-align:center;padding:1rem 2rem .5rem}.vf-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:100px;background:#eff6ff;color:#2563eb;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.vf-hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#2563eb;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{opacity:1}50%{opacity:.4}}.vf-hero h1{font-family:var(--vf-font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin-bottom:.75rem}.vf-hero p{font-size:1.1rem;color:var(--vf-text-muted);max-width:600px;margin:0 auto}.facility-map-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem 1rem}.facility-map{position:relative;width:100%;border-radius:var(--vf-radius);overflow:hidden;box-shadow:0 1px 3px #0000000f,0 8px 32px #00000014;background:var(--vf-surface)}.facility-map-image{display:block;width:100%;height:auto;user-select:none;pointer-events:none}.facility-map-hint{text-align:center;font-size:.85rem;color:var(--vf-text-muted);margin-top:1rem}.hs{position:absolute;transform:translate(-50%,-50%);width:50px;height:50px;border:none;background:transparent;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;padding:0}.hs__pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:var(--c);opacity:.3;animation:hsPulse 2s ease-out infinite}@keyframes hsPulse{0%{transform:scale(1);opacity:.4}to{transform:scale(2.5);opacity:0}}.hs__icon{position:relative;width:36px;height:36px;background:linear-gradient(135deg,#60a5fa,#2563eb,#1e40af);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--vf-font);font-weight:700;font-size:1rem;color:#fff;box-shadow:0 0 20px color-mix(in srgb,var(--c) 50%,transparent);transition:transform .3s ease,box-shadow .3s ease}.hs__label{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;white-space:nowrap;font-family:var(--vf-font);font-size:.8rem;font-weight:500;color:#fff;background:#0f172ae0;padding:4px 12px;border-radius:6px;backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000040;pointer-events:none}.facility-legend{display:none;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.25rem}.facility-legend-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .85rem;border-radius:100px;border:1px solid var(--vf-border);background:var(--vf-surface);cursor:pointer;font-family:var(--vf-font);font-size:.8rem;font-weight:500;color:var(--vf-text);transition:all .2s}.facility-legend-item:hover{border-color:#94a3b8;box-shadow:0 2px 8px #0000000f}.facility-legend-num{width:22px;height:22px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#fff;line-height:1}.facility-legend-label{white-space:nowrap}.facility-modal-overlay{position:fixed;inset:0;z-index:100;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.facility-modal{background:var(--vf-surface);border-radius:16px;width:min(92vw,860px);max-height:88vh;overflow-y:auto;box-shadow:0 24px 64px #00000040;animation:modalSlideUp .3s ease;position:relative}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.facility-modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;border:none;background:var(--vf-bg);color:var(--vf-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:5}.facility-modal-close:hover{background:#e2e8f0;color:var(--vf-text)}.facility-modal-header{display:flex;align-items:center;gap:.75rem;padding:1.75rem 2rem 0}.facility-modal-badge{width:12px;height:12px;border-radius:50%;flex-shrink:0}.facility-modal-title{font-family:var(--vf-font-display);font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.facility-modal-description{padding:.75rem 2rem 1.25rem;color:var(--vf-text-muted);font-size:.95rem;line-height:1.65}.facility-modal-media{padding:0 1.5rem 1.5rem}.facility-modal-video{width:100%;border-radius:var(--vf-radius);background:#000}.facility-modal-3d{width:100%;height:400px;border-radius:var(--vf-radius);background:var(--vf-bg);position:relative}.facility-modal-3d-loader{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#fff9;font-size:.85rem;letter-spacing:.04em;z-index:5}.facility-modal-3d-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.12);border-top-color:var(--vf-accent, #60a5fa);border-radius:50%;animation:vf-spin .8s linear infinite}@keyframes vf-spin{to{transform:rotate(360deg)}}.mv-hotspot{background:none;border:none;padding:0;margin:0;position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer;z-index:10;pointer-events:auto}.mv-hotspot-dot{position:relative;width:20px;height:20px;border-radius:50%;background:radial-gradient(circle,#60a5fa,#2563eb 70%);border:2.5px solid #fff;box-shadow:0 0 0 3px #2563eb59,0 2px 8px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.mv-hotspot-dot:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(37,99,235,.5);animation:mvRipple 2s ease-out infinite}@keyframes mvRipple{0%{transform:scale(1);opacity:.6}to{transform:scale(2.2);opacity:0}}.mv-hotspot:hover .mv-hotspot-dot{transform:scale(1.3);box-shadow:0 0 0 4px #2563eb80,0 4px 16px #00000059}.mv-hotspot:hover .mv-hotspot-dot:before{animation:none;opacity:0}.mv-hotspot-label{display:none}.mv-hotspot[data-visibility-attribute]:not([data-visible]){opacity:.15;pointer-events:none;transition:opacity .3s ease}.mv-hotspot[data-visible]{opacity:1;transition:opacity .3s ease}.mv-hotspot-tooltip{position:absolute;top:calc(100% + 14px);left:50%;width:210px;padding:10px 14px;border-radius:10px;background:#0f172af0;backdrop-filter:blur(10px);color:#f1f5f9;font-family:var(--vf-font);font-size:.78rem;line-height:1.5;text-align:left;box-shadow:0 8px 24px #0006;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;transform:translate(-50%) translateY(-4px)}.mv-hotspot-tooltip strong{display:block;font-size:.82rem;font-weight:600;color:#fff;margin-bottom:3px}.mv-hotspot-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#0f172af0}.mv-hotspot:hover .mv-hotspot-tooltip{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.facility-modal-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;border-radius:var(--vf-radius);border:2px dashed var(--vf-border);background:linear-gradient(135deg,#f8fafc,#f1f5f9);text-align:center}.facility-modal-placeholder-icon{color:#94a3b8}.facility-modal-placeholder-text{font-size:1rem;font-weight:500;color:var(--vf-text-muted)}.facility-modal-placeholder-tag{display:inline-block;padding:.25rem .75rem;border-radius:100px;background:#e0f2fe;color:#0369a1;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.vf-footer{text-align:center;padding:.5rem 2rem;border-top:none;font-size:.8rem;color:var(--vf-text-muted)}.vf-footer a{color:var(--vf-accent);text-decoration:none}.vf-footer a:hover{text-decoration:underline}.vf-cache-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:6px;padding:12px 20px;border-radius:10px;background:#0f172aeb;backdrop-filter:blur(10px);color:#f1f5f9;font-family:var(--vf-font);font-size:.82rem;font-weight:500;box-shadow:0 8px 32px #0000004d;z-index:200;min-width:260px;transition:opacity .5s ease}.vf-cache-bar{width:100%;height:4px;border-radius:2px;background:#ffffff26;overflow:hidden}.vf-cache-fill{height:100%;width:0%;border-radius:2px;background:linear-gradient(90deg,#60a5fa,#2563eb);transition:width .3s ease}@media(max-width:768px){.vf-header{padding:1rem;flex-direction:column;gap:.5rem}.vf-hero{padding:.75rem 1rem .5rem;flex-shrink:0}#facility{flex:0 1 auto;min-height:0;display:flex;flex-direction:column}.facility-map-container{padding:0 1rem;flex:0 1 auto;min-height:0}.hs{width:40px;height:40px}.hs__icon{width:28px;height:28px;font-size:.8rem}.hs__label{font-size:.7rem;display:none}.hs:hover .hs__label,.hs--hover .hs__label{display:block}.facility-legend--mobile{display:flex}.facility-legend{gap:.35rem;margin-top:1.5rem;margin-bottom:1rem}.facility-legend-item{padding:.25rem .5rem;font-size:.7rem}.facility-modal-overlay{padding:1rem}.vf-footer{padding:.25rem 1rem;flex-shrink:0}.facility-modal{border-radius:12px}.facility-modal-header{padding:1.25rem 1.25rem 0}.facility-modal-title{font-size:1.2rem}.facility-modal-description{padding:.5rem 1.25rem 1rem;font-size:.875rem}.facility-modal-media{padding:0 1rem 1rem}.facility-modal-3d{height:280px}}@media(orientation:landscape)and (max-height:500px){html,body{overflow-y:auto;height:auto}.vf-page{height:auto;min-height:0;overflow:auto}#facility,.facility-map-container{flex-shrink:0;min-height:auto}}
