@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary: #3F51B5;--color-primary-hover: #303F9F;--color-on-primary: #FFFFFF;--color-background: #F3F4F8;--color-background-tint: color-mix(in srgb, var(--color-primary) 6%, #F5F5F5);--color-surface: #FFFFFF;--color-surface-border: #E8EAED;--color-surface-elevated: #FFFFFF;--color-surface-muted: color-mix(in srgb, var(--color-background) 10%, var(--color-surface));--color-field-inset: #E9ECF2;--color-field-border: #B8BFC9;--shadow-field: 0 1px 2px rgba(15, 23, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .7);--shadow-elev-0: none;--shadow-elev-1: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .04);--shadow-elev-2: 0 4px 12px rgba(15, 23, 42, .08), 0 2px 4px rgba(15, 23, 42, .04);--shadow-elev-popover: 0 8px 24px rgba(15, 23, 42, .12);--card-padding-default: 2rem;--card-padding-compact: 1rem;--motion-fast: .15s;--motion-ease: cubic-bezier(.4, 0, .2, 1);--color-text-main: #212121;--color-text-muted: #757575;--color-error: #F44336;--color-success: #4CAF50;--color-warning: #FF9800;--color-outline: #BDBDBD;--app-font-scale: 100%;--app-font-weight: 400;--app-font-family: "Roboto", sans-serif;--z-base: 1;--z-mobile-nav: 20;--z-topbar: 25;--z-sidebar-desktop: 30;--z-sidebar-mobile-backdrop: 60;--z-sidebar-mobile: 70;--z-modal-backdrop: 100;--z-modal: 110;--z-popover-backdrop: 120;--z-popover: 130;--z-sheet: 140;--z-toast: 150;--z-critical-overlay: 1000;--fab-safe-bottom-mobile: 10rem;--fab-safe-bottom-desktop: 6rem}[data-theme=red]{--color-primary: #F44336;--color-primary-hover: #D32F2F}[data-theme=green]{--color-primary: #4CAF50;--color-primary-hover: #388E3C}[data-theme=lime]{--color-primary: #CDDC39;--color-primary-hover: #AFB42B;--color-on-primary: #212121}[data-theme=orange]{--color-primary: #FF9800;--color-primary-hover: #F57C00}[data-theme=blue-grey]{--color-primary: #607D8B;--color-primary-hover: #455A64}[data-theme=dark]{--color-primary: #536DFE;--color-primary-hover: #3D5AFE;--color-on-primary: #FFFFFF;--color-background: #121212;--color-background-tint: #161820;--color-surface: #1E1E1E;--color-surface-border: #333333;--color-text-main: #E0E0E0;--color-text-muted: #A0A0A0;--color-surface-muted: #252525;--color-field-inset: #2C2C2C;--color-field-border: #525252;--shadow-field: 0 1px 3px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .05)}html{font-size:var(--app-font-scale)}body{font-family:var(--app-font-family);font-weight:var(--app-font-weight);background:linear-gradient(180deg,var(--color-background-tint) 0%,var(--color-background) 32%,var(--color-background) 100%);background-attachment:fixed}@layer components{.ui-amount{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-variant-numeric:tabular-nums lining-nums;font-weight:600;letter-spacing:-.02em}.ui-amount--lg{font-size:1.5rem;line-height:1.2;font-weight:700}.ui-chrome-bar{background-color:color-mix(in srgb,var(--color-surface) 92%,transparent);border-color:var(--color-surface-border);box-shadow:var(--shadow-elev-1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ui-list-panel{border-radius:.75rem;border:1px solid var(--color-surface-border);background-color:var(--color-surface);box-shadow:var(--shadow-elev-1);overflow:hidden;transition:border-color var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease)}.ui-list-panel--active{border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-surface-border))}.ui-list-row{border-bottom:1px solid color-mix(in srgb,var(--color-surface-border) 85%,transparent);transition:background-color var(--motion-fast) var(--motion-ease)}.ui-list-row:last-child{border-bottom:none}.ui-panel-body-bg{background-color:var(--color-surface-muted)}.ui-movement-card{background-color:var(--color-surface);border:1px solid var(--color-surface-border);border-radius:.75rem;box-shadow:var(--shadow-elev-1);overflow:hidden}.ui-form-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.ui-field{color:var(--color-text-main);background-color:var(--color-field-inset);border:1px solid var(--color-field-border);box-shadow:var(--shadow-field);transition:border-color var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease)}.ui-field::placeholder{color:color-mix(in srgb,var(--color-text-muted) 85%,transparent)}.ui-field:focus,.ui-field:focus-visible{outline:none;border-color:var(--color-primary);box-shadow:var(--shadow-field),0 0 0 2px color-mix(in srgb,var(--color-primary) 28%,transparent)}.ui-select{color:var(--color-text-main);background-color:var(--color-field-inset);border:1px solid var(--color-field-border);border-radius:.5rem;box-shadow:var(--shadow-field)}.ui-select:focus,.ui-select:focus-visible{outline:none;border-color:var(--color-primary);box-shadow:var(--shadow-field),0 0 0 2px color-mix(in srgb,var(--color-primary) 28%,transparent)}.ui-picker-trigger{color:var(--color-text-main);background-color:var(--color-field-inset);border:1px solid var(--color-field-border);box-shadow:var(--shadow-field);transition:border-color var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease);text-align:left}.ui-picker-trigger:hover{border-color:color-mix(in srgb,var(--color-primary) 50%,var(--color-field-border))}.ui-picker-trigger:focus-visible{outline:none;border-color:var(--color-primary);box-shadow:var(--shadow-field),0 0 0 2px color-mix(in srgb,var(--color-primary) 28%,transparent)}.ui-modal-option{color:var(--color-text-main);background-color:var(--color-field-inset);border:1px solid var(--color-field-border);box-shadow:var(--shadow-field)}.ui-modal-option--selected{border-color:var(--color-primary);background-color:color-mix(in srgb,var(--color-primary) 12%,var(--color-field-inset))}.ui-choice-chip{color:var(--color-text-main);background-color:var(--color-field-inset);border:1px solid var(--color-field-border);box-shadow:var(--shadow-field)}.ui-choice-chip--active{color:var(--color-primary);border:2px solid var(--color-primary);background-color:color-mix(in srgb,var(--color-primary) 24%,var(--color-field-inset));box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 28%,transparent)}input.ui-field[type=date],input.ui-field[type=time],input.ui-field[type=datetime-local]{color-scheme:light}[data-theme=dark] input.ui-field[type=date],[data-theme=dark] input.ui-field[type=time],[data-theme=dark] input.ui-field[type=datetime-local]{color-scheme:dark}.layer-modal-front{z-index:calc(var(--z-modal) + 10)}.layer-modal-front-backdrop{z-index:calc(var(--z-modal-backdrop) + 10)}.layer-modal-nested-backdrop{z-index:200}.layer-modal-nested{z-index:201}.ui-config-row{background-color:var(--color-surface);border:1px solid var(--color-surface-border);box-shadow:var(--shadow-elev-0)}.ui-classification-chip{color:#212121!important;border-width:1px;border-style:solid}.ui-btn-inline-primary{background-color:var(--color-primary);color:var(--color-on-primary)}.ui-btn-inline-secondary{background-color:var(--color-surface);color:var(--color-text-main);border:1px solid var(--color-surface-border)}.ui-emoji-picker-surface{background-color:var(--color-field-inset);border-color:var(--color-surface-border)}.ui-segmented-control{background-color:var(--color-field-inset);border:1px solid var(--color-field-border);border-radius:.75rem;box-shadow:var(--shadow-field)}.ui-modal-list{background-color:var(--color-field-inset);border:1px solid var(--color-field-border);box-shadow:var(--shadow-field)}.ui-form-section{padding:1rem;border-radius:.75rem;border:1px dashed color-mix(in srgb,var(--color-field-border) 70%,var(--color-surface-border));background-color:var(--color-surface-muted)}.ui-datetime-field{padding:.75rem;border-radius:.75rem;font-size:.875rem;font-weight:700;outline:none;transition:border-color var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease)}.ui-datetime-field:focus{border-color:var(--color-primary);box-shadow:var(--shadow-field),0 0 0 1px color-mix(in srgb,var(--color-primary) 35%,transparent)}.ui-form-switch-track{display:block;flex-shrink:0;width:2.75rem;height:1.5rem;background-color:var(--color-surface-border);border-radius:9999px;position:relative;transition:background-color var(--motion-fast) var(--motion-ease)}.ui-form-switch-track:after{content:"";position:absolute;top:2px;left:2px;width:1.25rem;height:1.25rem;background-color:#fff;border:1px solid color-mix(in srgb,var(--color-text-muted) 25%,transparent);border-radius:9999px;transition:transform var(--motion-fast) var(--motion-ease)}label:has(.peer:checked) .ui-form-switch-track{background-color:var(--color-primary)}label:has(.peer:checked) .ui-form-switch-track:after{transform:translate(1.25rem)}label:has(.peer:disabled) .ui-form-switch-track{opacity:.6}.ui-readonly-block{color:var(--color-text-main);background-color:var(--color-field-inset);border:1px solid var(--color-field-border);border-radius:.5rem;box-shadow:var(--shadow-field)}.ui-modal-footer{background-color:var(--color-surface);border-top:1px solid var(--color-surface-border)}.ui-card{display:block;background-color:var(--color-surface);border-radius:.75rem;border:1px solid var(--color-surface-border);box-shadow:var(--shadow-elev-1);padding:var(--card-padding-default);transition:box-shadow var(--motion-fast) var(--motion-ease),border-color var(--motion-fast) var(--motion-ease)}.ui-card--elevated{box-shadow:var(--shadow-elev-2)}.ui-card--flat{box-shadow:var(--shadow-elev-0)}.ui-card--padding-compact{padding:var(--card-padding-compact)}.ui-card--padding-none{padding:0}.shadow-elev-popover{box-shadow:var(--shadow-elev-popover)}.shadow-elev-2{box-shadow:var(--shadow-elev-2)}.ui-interactive{transition:background-color var(--motion-fast) var(--motion-ease),border-color var(--motion-fast) var(--motion-ease),color var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease),opacity var(--motion-fast) var(--motion-ease)}.ui-summary-hero{border-radius:.75rem;border:1px solid var(--color-surface-border);background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 8%,var(--color-surface)) 0%,var(--color-surface) 55%);box-shadow:var(--shadow-elev-1);padding:1.25rem 1.5rem}.ui-balance-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border:1px solid transparent}.ui-balance-chip--owe{color:var(--color-warning);background:color-mix(in srgb,var(--color-warning) 12%,var(--color-surface));border-color:color-mix(in srgb,var(--color-warning) 35%,transparent)}.ui-balance-chip--owed{color:color-mix(in srgb,var(--color-primary) 90%,#000);background:color-mix(in srgb,var(--color-primary) 10%,var(--color-surface));border-color:color-mix(in srgb,var(--color-primary) 28%,transparent)}.ui-balance-chip--settled{color:var(--color-success);background:color-mix(in srgb,var(--color-success) 12%,var(--color-surface));border-color:color-mix(in srgb,var(--color-success) 35%,transparent)}.ui-empty-state{text-align:center;padding:2rem 1.5rem;border-radius:.75rem;border:1px dashed color-mix(in srgb,var(--color-primary) 25%,var(--color-surface-border));background:color-mix(in srgb,var(--color-primary) 4%,var(--color-surface))}.ui-empty-state__icon{width:3rem;height:3rem;margin:0 auto .75rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:color-mix(in srgb,var(--color-primary) 12%,var(--color-surface))}}@layer utilities{.text-on-primary{color:var(--color-on-primary)}}body.font-heavy strong,body.font-heavy b{font-weight:900}img{content-visibility:auto}@keyframes slide-down{0%{opacity:0;transform:translateY(-10px);max-height:0;overflow:hidden}to{opacity:1;transform:translateY(0);max-height:1500px;overflow:hidden}}.animate-slide-down{animation:slide-down .3s ease-out forwards}.layer-topbar{z-index:var(--z-topbar)}.layer-topbar-elevated{z-index:var(--z-critical-overlay)}.layer-sidebar-backdrop{z-index:var(--z-sidebar-mobile-backdrop)}.layer-sidebar{z-index:var(--z-sidebar-mobile)}@media(min-width:768px){.layer-sidebar{z-index:var(--z-sidebar-desktop)}}.layer-modal-backdrop{z-index:var(--z-modal-backdrop)}.layer-modal{z-index:var(--z-modal)}.layer-popover-backdrop{z-index:var(--z-popover-backdrop)}.layer-popover{z-index:var(--z-popover)}.layer-sheet{z-index:var(--z-sheet)}.pb-fab-safe{padding-bottom:var(--fab-safe-bottom-mobile)}@media(min-width:768px){.pb-fab-safe{padding-bottom:var(--fab-safe-bottom-desktop)}}.animate-fade-in{animation:modal-fade-in .2s ease-out forwards}.animate-slide-up{animation:modal-slide-up .25s ease-out forwards}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:.8;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media(min-width:640px){@keyframes modal-slide-up{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url("./media/layers-55W3Q4RM.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("./media/layers-2x-TBM42ERR.png");background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url("./media/marker-icon-2V3QKKVC.png")}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
