@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#0f172a;--secondary:#0ea5e9;--secondary-hover:#0284c7;--text:#334155;--text-light:#64748b;--bg-gradient-start:#e0eafc;--bg-gradient-end:#cfdef3;--card-bg:#ffffffd9}*{box-sizing:border-box;margin:0;padding:0}body,html{background:linear-gradient(135deg, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);color:var(--text);width:100vw;height:100vh;font-family:Outfit,sans-serif;overflow:hidden}#root{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.wrapper{justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex}.container{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border-radius:24px;flex-direction:column;width:100%;max-width:1200px;height:100%;max-height:800px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #ffffff80}@media (width>=768px){.container{flex-direction:row}}.content{z-index:10;flex-direction:column;flex:1;justify-content:center;max-width:550px;padding:3rem 4rem;display:flex}.brand{margin-bottom:.5rem}h1{color:var(--primary);letter-spacing:-.02em;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;line-height:1.1}.underline{background:linear-gradient(90deg, var(--secondary), transparent);border-radius:2px;width:60px;height:4px;margin-top:.75rem}.subtitle{color:var(--text-light);margin-bottom:3rem;font-size:clamp(1.05rem,1.5vw,1.2rem);font-weight:400;line-height:1.4}.info-group{align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.icon-wrapper{width:40px;height:40px;color:var(--secondary-hover);background:linear-gradient(135deg,#e0f2fe 0%,#bae6fd 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 6px #0ea5e91a}.icon-wrapper svg{width:20px;height:20px}.info-label{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:.25rem;font-size:.75rem;font-weight:700;display:block}.info-value{color:var(--primary);font-size:.95rem;font-weight:500;line-height:1.6;display:block}.info-value a{color:var(--secondary);text-decoration:none;transition:color .2s}.info-value a:hover{color:var(--secondary-hover);text-decoration:underline}.map-container{background:#e2e8f0;flex:1;position:relative}.map-container iframe{filter:contrast(.95)saturate(1.1);border:0;width:100%;height:100%;position:absolute;top:0;left:0}.loader-overlay{background:var(--primary);z-index:100;justify-content:center;align-items:center;animation:.8s cubic-bezier(.8,0,.2,1) 1.5s forwards slideOutUp;display:flex;position:fixed;inset:0}.spinner{border:3px solid #fff3;border-top-color:var(--secondary);border-radius:50%;width:50px;height:50px;animation:1s cubic-bezier(.6,.2,.4,.8) infinite spin}.animate-fade-in{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp;transform:translateY(20px)}.delay-1{animation-delay:1.6s}.delay-2{animation-delay:1.7s}.delay-3{animation-delay:1.8s}.delay-4{animation-delay:1.9s}.delay-map{opacity:0;animation-name:fadeInMap;animation-delay:2s}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideOutUp{to{visibility:hidden;transform:translateY(-100%)}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeInMap{to{opacity:1}}@media (width<=767px){.wrapper{padding:1rem}.content{flex:none;max-width:100%;padding:2rem}h1{font-size:2rem}.subtitle{margin-bottom:2rem;font-size:1rem}.info-group{margin-bottom:1.25rem}}
