body:has(.iframe-container),html:has(.iframe-container){height:100%;overflow-x:hidden;overflow-y:auto}body:has(.iframe-container){background-color:#111827}.iframe-container{box-sizing:border-box;width:100%;max-height:100vh;padding:1rem;background-color:#1a2842}.iframe-container--with-notice{padding-top:3rem}.calculator-wrapper{width:100%;max-width:100%;margin:0 auto}.iframe-container .maplibregl-popup-content{margin:0!important}.iframe-auth-notice{position:fixed;top:0;right:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#1da1f2,#00bcd4);box-shadow:0 2px 4px rgb(0 0 0/10%);color:#ffffff;font-size:.875rem;text-align:center;animation:fuel-notice-slide-down .3s ease-out}.iframe-auth-notice .signin-link{color:#ffffff;font-weight:600;text-decoration:underline;cursor:pointer}.iframe-auth-notice .logout-button{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .75rem;border:1px solid #d6e0ed;border-radius:.25rem;background:#ffffff;box-shadow:0 1px 2px rgb(15 23 42/8%);color:#555555;font-size:.875rem;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}.iframe-auth-notice .logout-button:hover{border-color:#f1c5cb;background:#fff1f2;color:oklch(50.5% .213 27.518)}.iframe-auth-notice .logout-button:active{background:#ffe4e8}.iframe-auth-notice .logout-button:focus-visible,.iframe-auth-notice .signin-link:focus-visible{outline:2px solid #0f4c81;outline-offset:2px}.iframe-auth-notice .logout-icon{flex-shrink:0;width:.95rem;height:.95rem;filter:brightness(0) saturate(100%) invert(38%) sepia(8%) saturate(12%) hue-rotate(325deg) brightness(95%) contrast(88%);transition:filter .2s ease}.iframe-auth-notice .logout-button:hover .logout-icon{filter:invert(10%) sepia(74%) saturate(7489%) hue-rotate(8deg) brightness(85%) contrast(100%)}@keyframes fuel-notice-slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.iframe-auth-notice{animation:none}}