:root{color-scheme:light;font-family:Avenir Next,Trebuchet MS,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#14333a;background:#0b3140;--bg: #eff8f5;--bg-soft: rgba(255, 255, 255, .86);--surface: #ffffff;--surface-soft: rgba(255, 255, 255, .92);--surface-strong: #0f4c5c;--surface-strong-2: #174d60;--line: rgba(15, 76, 92, .16);--text: #14333a;--text-soft: #4f6d73;--success: #1f8a70;--warning: #b97a20;--danger: #b23a48;--info: #2563a6;--sand: #ddb96d;--forest: #3f7d5c;--storm: #4d6472;--shadow: 0 1rem 2.4rem rgba(5, 18, 25, .18);--radius-xl: .5rem;--radius-lg: .5rem;--radius-md: .5rem;--radius-sm: .5rem}*{box-sizing:border-box}html{font-size:16px;min-height:100%}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background-color:#0b3140;background-image:linear-gradient(180deg,#051219b8,#0b314075 42%,#eff8f5e6),url(/assets/cocodrilo_verducido.png);background-position:center top;background-size:cover,cover;background-attachment:fixed;background-repeat:no-repeat,no-repeat}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:72px 72px;opacity:.18}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{width:100%;border:1px solid rgba(15,76,92,.14);border-radius:1rem;padding:.95rem 1rem;background:#ffffffeb;color:var(--text);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#0f4c5c66;box-shadow:0 0 0 .2rem #0f4c5c1f}textarea{resize:vertical}code{padding:.15rem .4rem;border-radius:.5rem;background:#0f4c5c14}#root{position:relative;z-index:1;min-height:100vh}.app-shell{min-height:100vh;padding:1rem 1rem 6rem}.app-shell__header{position:sticky;top:.8rem;z-index:20;display:flex;flex-direction:column;gap:1rem;padding:1rem 1.15rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.65);border-radius:var(--radius-xl);background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow)}.brand-lockup{display:flex;align-items:center;gap:.9rem}.brand-lockup strong{display:block;font-size:1.15rem}.brand-lockup p{margin:.15rem 0 0;color:var(--text-soft)}.brand-lockup__badge{display:grid;place-items:center;width:3rem;height:3rem;padding:.2rem;border-radius:.5rem;background:#fff;border:1px solid rgba(15,76,92,.12);box-shadow:0 .45rem 1rem #0f4c5c1f}.brand-lockup__badge img{width:100%;height:100%;object-fit:contain}.toolbar{display:flex;flex-wrap:wrap;gap:.7rem}.chip,.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.35rem .85rem;border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:.02em}.chip--warning,.status-pill--warning{background:#b97a2024;color:#7a4d10}.chip--info,.status-pill--info{background:#2563a621;color:#174b77}.chip--success,.status-pill--success{background:#1f8a7024;color:#156551}.status-pill--danger{background:#b23a481f;color:#892c37}.status-pill--muted{background:#4d64721f;color:#4d6472}.banner{padding:.95rem 1rem;margin-bottom:1rem;border-radius:1rem;border:1px solid transparent}.banner--danger{color:#7c2430;background:#b23a4817;border-color:#b23a4829}.banner--success{color:#1d664f;background:#1f8a701a;border-color:#1f8a7026}.sync-meta{margin:0 0 1rem;color:var(--text-soft);font-size:.9rem}.app-shell__content,.page-stack{display:flex;flex-direction:column;gap:1.25rem}.page-header{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;color:#f8fbfb;text-shadow:0 .15rem .8rem rgba(5,18,25,.32)}.page-header h1{margin:0;font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.05}.page-header p{margin:.45rem 0 0;color:#f8fbfbe6;max-width:48rem}.page-header__eyebrow{display:inline-block;margin-bottom:.55rem;color:#d8f4ef;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.page-header__actions{display:flex;flex-wrap:wrap;gap:.8rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.78rem 1.15rem;border:0;border-radius:1rem;font-weight:700;transition:transform .18s ease,filter .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}.button--block{width:100%}.button--primary{color:#fff;background:linear-gradient(135deg,var(--surface-strong),#25707a);box-shadow:0 .7rem 1.4rem #0f4c5c2e}.button--ghost{color:var(--surface-strong);background:#0f4c5c14}.button--danger{color:#fff;background:linear-gradient(135deg,#9e2f3c,#b23a48)}.section-card,.glass-card,.auth-card,.timeline-card{border-radius:var(--radius-xl);background:#ffffffed;border:1px solid rgba(255,255,255,.68);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.section-card{overflow:hidden}.section-card__header,.modal-shell__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:center;padding:1.2rem 1.25rem 0}.section-card__header h2,.modal-shell__header h2{margin:0;font-size:1.1rem}.section-card__header p{margin:.2rem 0 0;color:var(--text-soft)}.section-card__body,.modal-shell__body{padding:1.2rem 1.25rem 1.25rem}.stats-grid,.dashboard-grid,.detail-grid,.messages-layout,.card-grid{display:grid;gap:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{padding:1.05rem 1rem;border-radius:var(--radius-lg);background:#fffffff0;border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow)}.stat-card--sand{background:linear-gradient(180deg,#fff5e1e0,#ffffffe0)}.stat-card--forest{background:linear-gradient(180deg,#edf7f1eb,#ffffffe0)}.stat-card--storm{background:linear-gradient(180deg,#ebf1f4f2,#ffffffe0)}.stat-card__label{display:block;color:var(--text-soft);font-size:.86rem}.stat-card__value{display:block;margin-top:.3rem;font-size:2rem;line-height:1}.stat-card p{margin:.45rem 0 0;color:var(--text-soft);font-size:.9rem}.stack-list{display:flex;flex-direction:column;gap:.85rem}.feed-item,.micro-card,.list-card,.boat-card,.event-card,.message-list-item{border:1px solid rgba(15,76,92,.08);border-radius:.5rem;background:#fffffff0}.feed-item,.micro-card,.boat-card{padding:.95rem 1rem}.feed-item--highlight{background:linear-gradient(180deg,#edf7f1eb,#ffffffeb)}.feed-item__top,.list-card__header,.boat-card__top,.event-card__top{display:flex;justify-content:space-between;gap:.8rem;align-items:flex-start}.feed-item p,.boat-card p,.event-card p{margin:.55rem 0 .35rem}.feed-item small,.boat-card small,.event-card small{color:var(--text-soft)}.list-card{padding:1rem}.list-card h3,.event-card h3,.boat-card strong{margin:.3rem 0 0}.list-card p,.list-card__meta,.event-card__meta{margin:.6rem 0 0}.list-card__actions,.section-card__actions,.action-row,.attendance-row__actions,.modal-shell__footer{display:flex;flex-wrap:wrap;gap:.65rem}.list-card__meta,.event-card__meta,.definition-list,.legend-grid,.checklist-grid{display:grid;gap:.75rem}.definition-list div{display:flex;flex-direction:column;gap:.25rem}.definition-list span{color:var(--text-soft);font-size:.86rem}.checklist-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));margin-top:1rem}.check-item{display:grid;place-items:center;min-height:3rem;border-radius:1rem;background:#4d647214;color:var(--text-soft);font-weight:700}.check-item--active{color:#184e40;background:#1f8a701f}.card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.event-card,.message-list-item{padding:1rem;text-align:left}.event-card{border:0;transition:transform .18s ease,box-shadow .18s ease}.event-card:hover,.message-list-item:hover{transform:translateY(-2px);box-shadow:0 1rem 2rem #0f4c5c1f}.message-list-item--active{border-color:#0f4c5c3d;background:linear-gradient(180deg,#e9f6f1eb,#ffffffeb)}.timeline-card{padding:.2rem}.timeline-card h3{margin:0 0 .25rem;padding:1rem 1.1rem 0}.timeline-card>p{margin:0;padding:0 1.1rem;color:var(--text-soft)}.timeline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;padding:1rem}.timeline-day{min-height:9rem;padding:.8rem;border-radius:1.15rem;background:#ffffffeb;border:1px solid rgba(15,76,92,.08)}.timeline-day header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.6rem}.timeline-day header span{color:var(--text-soft);font-size:.85rem}.timeline-day header strong{display:inline-grid;place-items:center;min-width:1.8rem;height:1.8rem;border-radius:999px;background:#0f4c5c14}.timeline-day__content{display:flex;flex-direction:column;gap:.45rem}.timeline-badge{width:100%;text-align:left;padding:.65rem .75rem;border:0;border-radius:.95rem;background:#0f4c5c0f}.timeline-badge span{display:block;font-weight:700}.timeline-badge small{display:block;margin-top:.25rem;color:var(--text-soft)}.timeline-day__empty{margin:0;color:var(--text-soft);font-size:.9rem}.empty-state{display:flex;flex-direction:column;gap:.35rem;padding:1rem;border-radius:1rem;background:#0f4c5c0d}.empty-state p{margin:0;color:var(--text-soft)}.auth-layout{min-height:100dvh;display:grid;place-items:center;padding:clamp(1rem,4vw,2rem)}.auth-card{width:100%;max-width:28rem;padding:clamp(1.25rem,4vw,2rem);background:#fffffff5;border:1px solid rgba(255,255,255,.78);box-shadow:0 1.2rem 3.2rem #05121942}.auth-card__heading{margin-bottom:1rem;text-align:center}.auth-card__heading h1{margin:0;color:#0b3140;font-size:clamp(1.65rem,8vw,2.1rem);line-height:1.05}.auth-card__heading p{margin:.35rem 0 0;color:var(--text-soft);font-weight:700}.auth-card__footer{margin-top:1.15rem;padding-top:.85rem;border-top:1px solid rgba(15,76,92,.1);text-align:center}.auth-card__footer p{margin:0;font-size:.88rem;line-height:1.45;color:var(--text-soft)}.auth-card__identity{display:grid;justify-items:center;gap:1rem;margin-bottom:1.2rem;padding:.25rem 0 .35rem}.auth-card__logo{display:block;width:min(82%,18rem);max-height:10rem;height:auto;object-fit:contain}.auth-card__partner-logos{display:flex;justify-content:center;align-items:center;gap:clamp(.9rem,5vw,1.5rem);width:100%;max-width:21rem}.auth-card__partner-logos img{display:block;width:min(44%,8rem);max-height:3.6rem;height:auto;object-fit:contain}.stack-form{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.45rem}.field>span,.field__header span{font-weight:700}.field__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.form-grid,.toggle-grid,.legend-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.toggle-grid{display:grid;gap:.75rem}.toggle-card{display:flex;gap:.65rem;align-items:center;padding:.9rem 1rem;border-radius:1rem;background:#0f4c5c0d;border:1px solid rgba(15,76,92,.07)}.toggle-card input{width:auto;margin:0}.point-editor{display:grid;gap:.65rem;padding:.85rem;border-radius:1rem;background:#0f4c5c0d}.chip-grid{display:flex;flex-wrap:wrap;gap:.55rem}.chip-select{min-height:2.6rem;padding:.6rem .95rem;border:0;border-radius:999px;background:#0f4c5c14;color:var(--surface-strong);font-weight:700}.chip-select--active{color:#fff;background:linear-gradient(135deg,var(--surface-strong),#25707a)}.modal-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:1rem;background:#0512197a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-shell__panel{width:min(100%,48rem);max-height:calc(100vh - 2rem);overflow:auto;border-radius:1.4rem;background:#fbfefdf5;box-shadow:0 1.4rem 4rem #05121947}.modal-shell__panel--wide{width:min(100%,58rem)}.modal-shell__header{padding-bottom:1rem;border-bottom:1px solid rgba(15,76,92,.08)}.modal-shell__body{padding-top:1rem}.mobile-nav{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:30;display:grid;grid-template-columns:repeat(auto-fit,minmax(4.2rem,1fr));gap:.45rem;padding:.5rem;border-radius:.5rem;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1rem 2.5rem #0f4c5c29}.mobile-nav__item{display:grid;place-items:center;min-height:3.15rem;border-radius:.5rem;color:var(--text-soft);font-size:.85rem;font-weight:700}.mobile-nav__item--active{color:#fff;background:linear-gradient(135deg,var(--surface-strong),#25707a)}.screen-center{min-height:50vh;display:grid;place-items:center;gap:.8rem;text-align:center}.screen-center.compact{min-height:11rem}.loader-ring{width:2.8rem;height:2.8rem;border-radius:50%;border:4px solid rgba(15,76,92,.15);border-top-color:var(--surface-strong);animation:spin .8s linear infinite}.segmented-control{display:inline-flex;flex-wrap:wrap;gap:.4rem;padding:.3rem;border-radius:999px;background:#0f4c5c0f}.segmented-control__button{min-height:2.35rem;padding:.55rem .95rem;border:0;border-radius:999px;background:transparent;color:var(--text-soft);text-transform:capitalize}.segmented-control__button--active{background:#ffffffe6;color:var(--surface-strong);box-shadow:0 .4rem .8rem #0f4c5c14}.event-map{height:22rem;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(15,76,92,.08)}.legend-item{display:flex;align-items:center;gap:.55rem;padding:.8rem .9rem;border-radius:1rem;background:#0f4c5c0d}.legend-item__swatch{width:.95rem;height:.95rem;border-radius:999px}.map-pin-wrapper{background:transparent;border:0}.map-pin{display:grid;place-items:center;width:2.2rem;height:2.2rem;border-radius:999px;border:2px solid white;background:var(--pin-color);color:#fff;font-size:.68rem;font-weight:800;box-shadow:0 .5rem 1rem #0f4c5c40}.boat-card{display:flex;flex-direction:column;gap:.4rem}.messages-layout{grid-template-columns:1fr}.attendance-grid{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.attendance-row{display:flex;flex-direction:column;gap:.65rem;padding:.9rem;border-radius:1rem;background:#0f4c5c0d}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.85rem .65rem;border-bottom:1px solid rgba(15,76,92,.08);text-align:left;vertical-align:top}.data-table th{color:var(--text-soft);font-size:.84rem;text-transform:uppercase;letter-spacing:.06em}.athlete-filters{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr))}.toggle-card--compact{min-height:2.7rem;padding:.65rem .85rem}.athlete-roster,.athlete-groups{display:grid;gap:.85rem}.athlete-group{display:grid;gap:.7rem}.athlete-group>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.25rem .1rem}.athlete-group h3{margin:0}.athlete-group>header span{color:var(--text-soft);font-weight:700}.athlete-card{display:grid;gap:.9rem;padding:.9rem;border:1px solid rgba(15,76,92,.1);border-radius:.5rem;background:#fffffff5}.athlete-card__identity{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.75rem;min-width:0}.athlete-card__identity h3{margin:0;font-size:1.05rem}.athlete-card__identity p{margin:.15rem 0 0;color:var(--text-soft);overflow-wrap:anywhere}.athlete-avatar{display:grid;place-items:center;width:3.25rem;height:3.25rem;border-radius:.5rem;object-fit:cover;border:1px solid rgba(15,76,92,.12);background:#0f4c5c14}.athlete-avatar--fallback{color:var(--surface-strong);font-weight:800}.athlete-card__category{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.category-badge,.category-group-badge{display:inline-flex;align-items:center;justify-content:center;min-height:2.2rem;border-radius:.5rem;padding:.45rem .75rem;font-weight:850}.category-badge{color:#fff;font-size:1rem}.category-group-badge{color:var(--surface-strong);background:#0f4c5c14}.category-badge--prebenjamin{background:#2563a6}.category-badge--benjamin{background:#1f8a70}.category-badge--alevin{background:#b45309}.category-badge--infantil{background:#7c3aed}.category-badge--cadete{background:#be123c}.category-badge--junior{background:#0f4c5c}.category-badge--senior{background:#334155}.category-badge--unknown{background:#4d6472}.athlete-card__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0}.athlete-card__facts div{min-width:0}.athlete-card__facts dt{color:var(--text-soft);font-size:.78rem;font-weight:800;text-transform:uppercase}.athlete-card__facts dd{margin:.15rem 0 0;font-weight:750;overflow-wrap:anywhere}.athlete-card__attendance{display:grid;gap:.45rem}.athlete-card__attendance>div:first-child{display:flex;justify-content:space-between;gap:.8rem;align-items:baseline}.athlete-card__attendance span{color:var(--text-soft);font-size:.88rem}.attendance-meter{height:.55rem;overflow:hidden;border-radius:999px;background:#0f4c5c1a}.attendance-meter span{display:block;height:100%;background:linear-gradient(90deg,#1f8a70,#ddb96d)}.athlete-card__actions{display:flex;flex-wrap:wrap;gap:.55rem}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 760px){.app-shell{padding:1.25rem 1.5rem 7rem}.app-shell__header{flex-direction:row;align-items:center}.page-header{flex-direction:row;align-items:end}.dashboard-grid,.detail-grid,.messages-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.point-editor{grid-template-columns:1fr 1.2fr .8fr .8fr auto;align-items:center}}@media (min-width: 1080px){.app-shell{max-width:1320px;margin:0 auto}.timeline-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.messages-layout{grid-template-columns:.85fr 1.15fr}.athlete-card{grid-template-columns:minmax(13rem,1.25fr) minmax(11rem,.9fr) minmax(17rem,1.45fr) minmax(10rem,.85fr) auto;align-items:center}.athlete-card__facts{grid-template-columns:repeat(4,minmax(0,1fr))}.athlete-card__actions{justify-content:flex-end}}.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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.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}}
