:root{color-scheme:dark;--text: #f8fafc;--page-bg: #020617;--bar-height: 48px}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;background:var(--page-bg)}#svelte{height:100%}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);overflow:hidden}.frame-shell{position:fixed;inset:calc(var(--bar-height) + env(safe-area-inset-top)) 0 0;background:var(--page-bg)}.social-bar{position:fixed;z-index:10;top:0;left:0;right:0;min-height:calc(var(--bar-height) + env(safe-area-inset-top));padding:calc(7px + env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) 7px max(14px,env(safe-area-inset-left));display:flex;align-items:center;justify-content:center;gap:7px;background:#fff0f4;color:#0f172a;box-shadow:0 1px 18px #02061738;text-align:center;text-decoration:none}.social-bar span{font-size:.9rem;font-weight:500;line-height:1.2}.social-bar .instagram-icon{flex:0 0 auto;width:18px;height:18px;display:block}.social-bar .arrow{flex:0 0 auto;font-size:1rem;line-height:1}.social-bar span:first-child{white-space:nowrap}.social-bar:focus-visible{outline:3px solid #f59e0b;outline-offset:-4px}iframe.map{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100vw;height:calc(100dvh - var(--bar-height) - env(safe-area-inset-top));border:0;background:#020617}@media(max-width:520px){:root{--bar-height: 52px}.social-bar{gap:6px}.social-bar span{font-size:.82rem}}
