:root{--aux: #355070;--button: #e56b6f;--title: #d62828;--background-theme: #ede0d4}html,body{height:100%;width:100%;margin:0;padding:0;background:var(--background-theme);font-family:Montserrat,sans-serif;display:flex;flex-direction:column}.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin:.2rem 0 2rem;width:100vw}.header .title-container{margin:0 .5rem}.header .title-container .title{text-align:center;font-size:clamp(2rem,2vw,3rem);font-weight:700;color:var(--title);margin:0 .5rem}.header .title-container .subtitle{text-align:center;font-size:clamp(1rem,1vw,2rem);font-weight:600;color:var(--title);margin:0}.header .coffee{display:flex;align-items:center;padding:.75rem 1.5rem;margin:0 .5rem;background-color:#f1c232;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.header .coffee:hover{transform:translateY(-2px);box-shadow:0 6px 8px -1px #0003}.header .coffee a{color:#696b4d;text-decoration:none;font-size:1rem;font-weight:600}.form{display:flex;flex-direction:column;align-items:center;position:relative;margin:0 auto 2rem;width:100vw}.form .input{width:100%;max-width:75vw;padding:1rem 1.5rem;font-size:1.1rem;border:2px solid transparent;border-radius:.75rem;background:white;color:var(--aux);transition:all .3s ease}.form .input:focus{outline:none;box-shadow:0 0 0 3px var(--button)}.form .button{width:40px;height:40px;position:absolute;top:8px;left:82vw;background:white;border:none;border-radius:.75rem;cursor:pointer;transition:all .1s ease}.form .button:active{transform:translateY(2px)}@media (min-width: 768px){.form .button{left:85vw}}#map{width:100vw;flex:1}#map .skeleton{width:100%;height:100%;border-radius:.75rem;background:linear-gradient(90deg,#e9d7c9 25%,var(--background-theme) 35%,#e9d7c9 75%);background-size:300% 100%;animation:skeleton-loading 2s ease-in-out infinite;margin:auto}@keyframes skeleton-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.footer{position:fixed;bottom:0;width:100vw;height:20px;background-color:var(--button);text-align:center}.footer p{margin:0;font-size:15px;width:100%}.footer p a{color:var(--background-theme);text-decoration:none;font-weight:500;transition:opacity .3s ease}.footer p a:hover{opacity:.8}
