/*! Copyright 2026 Natuurbankje.nl, Marnix Hamelberg <info@natuurbankje.nl>, in the Netherlands.
 *
 * Licensed under 'All Rights Reserved' (the "License");
 * you may not use or replicate this software, or derivatives thereof, except in compliance with the License.
 */
:root{--nb-font: "Nunito", system-ui, sans-serif;--nb-green: #6b9080;--nb-green-dark: #52796f;--nb-cream: #faf9f6;--nb-wood: #bc6c25;--nb-slate: #475569;--nb-muted: #94a3b8;--nb-radius: 14px;--nb-shadow: 0 8px 30px rgba(71, 85, 105, .12);--nb-border: 1px solid rgba(107, 144, 128, .18);--nb-button-border: 1.5px solid rgba(107, 144, 128, .18);--nb-button-border-danger: 1.5px solid rgba(180, 83, 9, .35);--nb-sheet-max-width: 400px;--nb-map-inset: 16px;--nb-map-control-size: 40px;--nb-map-control-gap: 12px;--nb-map-top-chrome-bottom: calc( var(--nb-map-inset) + var(--nb-map-control-size) + var(--nb-map-control-gap) );--nb-map-desktop-sheet-max-height: calc( 100vh - var(--nb-map-top-chrome-bottom) - var(--nb-map-inset) )}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}button,a,[role=button]{-webkit-tap-highlight-color:transparent}input,textarea,select{-webkit-tap-highlight-color:transparent;font-size:16px}input::placeholder,textarea::placeholder{color:var(--nb-green);opacity:1}button:focus,button:focus-visible,button:active,a:focus,a:focus-visible,a:active,input:focus,input:focus-visible,textarea:focus,textarea:focus-visible,select:focus,select:focus-visible,[role=button]:focus,[role=button]:focus-visible{outline:none;box-shadow:none}html,body{margin:0;padding:0;width:100%;height:100%;height:100dvh;max-height:100dvh;overflow:hidden;overscroll-behavior:none;position:fixed;top:0;right:0;bottom:0;left:0;touch-action:none;font-family:var(--nb-font);background:var(--nb-cream);color:var(--nb-slate)}nb-app{display:block;width:100%;height:100%;max-height:100dvh;overflow:hidden;overscroll-behavior:none;touch-action:none}nb-map{touch-action:none}.nb-scroll{touch-action:pan-y;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}nb-login{display:block;width:100%;height:100%;max-width:100%;max-height:100%;overflow:hidden;touch-action:pan-y}
