:root{--c-forest: #1f6f54;--c-emerald: #2fae7a;--c-turquoise: #16b8c4;--c-sky: #4aa3df;--c-sun: #f4b740;--c-coral: #ef6f5e;--c-sand: #f5efe3;--c-ink: #15302a;--c-slate: #5d6b66;--c-cloud: #ffffff;--d-nature: #2fae7a;--d-water: #16b8c4;--d-city: #b78bd6;--d-relax: #f4b740;--d-transfer: #9aa6a1;--font-display: "Fraunces", "Georgia", serif;--font-text: "Inter", system-ui, sans-serif;--radius: 16px;--radius-sm: 10px;--radius-pill: 999px;--shadow: 0 6px 24px rgba(21, 48, 42, .08);--shadow-sm: 0 2px 8px rgba(21, 48, 42, .06);--space: 8px;--space-xs: calc(var(--space) * .5);--space-sm: var(--space);--space-md: calc(var(--space) * 2);--space-lg: calc(var(--space) * 3);--space-xl: calc(var(--space) * 4);--touch-min: 44px;--bottom-nav-height: 64px;--max-width: 480px;--tab-emerald: #2fae7a;--tab-sky: #4aa3df;--tab-turquoise: #16b8c4;--tab-sun: #f4b740;--tab-coral: #ef6f5e}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:clip}body{margin:0;min-width:0;overflow-x:clip;font-family:var(--font-text);font-size:1rem;line-height:1.5;color:var(--c-ink);background:var(--c-cloud);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.25}a{color:var(--c-forest)}a:focus-visible,button:focus-visible{outline:2px solid var(--c-emerald);outline-offset:2px}img{max-width:100%;height:auto}.app-shell{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;max-width:var(--max-width);margin:0 auto;overflow-x:clip;background:var(--c-sand)}.app-shell--trip{padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px));background:var(--c-cloud)}.app-shell--shelf{background:linear-gradient(180deg,#eef9f3 0%,var(--c-cloud) 28%)}.app-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);min-height:var(--touch-min);padding:var(--space-sm) max(var(--space-md),env(safe-area-inset-right)) var(--space-sm) max(var(--space-md),env(safe-area-inset-left));padding-top:max(var(--space-sm),env(safe-area-inset-top));background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(21,48,42,.06)}.app-header--shelf{background:transparent;border-bottom:none}.app-header__brand{display:flex;align-items:center;gap:var(--space-sm)}.app-header__logo{border-radius:10px;box-shadow:var(--shadow-sm)}.app-header__title{margin:0;font-family:var(--font-display);font-size:1.125rem;font-weight:600}.app-header__subtitle{margin:0;font-size:.8125rem;color:var(--c-slate)}.app-main{flex:1;min-width:0;padding:var(--space-md) max(var(--space-md),env(safe-area-inset-right)) max(var(--space-md),env(safe-area-inset-bottom)) max(var(--space-md),env(safe-area-inset-left))}.app-main--trip{padding-bottom:var(--space-md)}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:var(--space-md);text-align:center}.app-loading h1{margin:0 0 var(--space-sm);font-family:var(--font-display);color:var(--c-forest)}.app-loading p{margin:0;color:var(--c-slate)}.offline-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-sm);min-height:var(--touch-min);padding:var(--space-sm) max(var(--space-md),env(safe-area-inset-right)) var(--space-sm) max(var(--space-md),env(safe-area-inset-left));background:var(--c-sun);color:var(--c-ink);font-size:.875rem;font-weight:600;text-align:center}.offline-banner__icon{flex-shrink:0;font-size:1.125rem}.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);min-height:var(--touch-min);min-width:var(--touch-min);padding:0 var(--space-lg);border-radius:var(--radius-pill);border:none;font-family:var(--font-text);font-size:.9375rem;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.btn-primary{background:var(--c-forest);color:var(--c-cloud);box-shadow:var(--shadow-sm)}.btn-primary:hover{background:#1a5f48}.btn-primary:active{transform:translateY(1px)}.btn-ghost{background:transparent;color:var(--c-forest);border:1.5px solid rgba(31,111,84,.25)}.btn-ghost:hover{background:#1f6f540f}.author-chip{display:inline-flex;align-items:center;gap:var(--space-xs);min-height:28px;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-pill);background:#15302a0f;color:var(--c-slate);font-size:.75rem;font-weight:500;white-space:nowrap}.author-chip__emoji{font-size:.875rem}.card-day{background:var(--c-cloud);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card-day+.card-day{margin-top:var(--space-md)}.card-day__header{padding:var(--space-md);border-bottom:1px solid rgba(21,48,42,.06)}.card-day__meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm)}.card-day__date{font-size:.8125rem;font-weight:600;color:var(--c-slate);text-transform:uppercase;letter-spacing:.04em}.card-day__tag{display:inline-flex;align-items:center;min-height:28px;padding:0 var(--space-sm);border-radius:var(--radius-pill);font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--c-cloud)}.card-day__tag--nature{background:var(--d-nature)}.card-day__tag--water{background:var(--d-water)}.card-day__tag--city{background:var(--d-city)}.card-day__tag--relax{background:var(--d-relax);color:var(--c-ink)}.card-day__tag--transfer{background:var(--d-transfer)}.card-day__title{margin:0 0 var(--space-sm);font-size:1.125rem;line-height:1.3;color:var(--c-ink);overflow-wrap:anywhere}.card-day__ritmo-block{margin-top:var(--space-sm);padding:var(--space-md);border-radius:var(--radius-sm);background:linear-gradient(135deg,#2fae7a24,#16b8c414);border-left:4px solid var(--c-emerald);box-shadow:var(--shadow-sm)}.card-day__ritmo-label{margin:0 0 var(--space-xs);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--c-forest)}.card-day__ritmo{margin:0;font-family:var(--font-display);font-size:1rem;font-weight:500;line-height:1.45;color:var(--c-ink)}.card-day__body{padding:var(--space-md)}.card-day__stops{display:flex;flex-direction:column;gap:var(--space-md)}.card-day__note{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px dashed rgba(21,48,42,.12)}.card-day__note-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-sm)}.card-day__note-label{margin:0;font-size:.8125rem;font-weight:600;color:var(--c-slate)}.card-day__note-text{margin:0;font-size:.9375rem;color:var(--c-ink)}.pill{display:inline-flex;align-items:flex-start;gap:var(--space-xs);min-height:32px;max-width:100%;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);background:#15302a0d;color:var(--c-ink);font-size:.8125rem;font-weight:500;line-height:1.35}.pill__text{flex:1;min-width:0;word-break:break-word}.pill-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xs);width:100%}.pill__icon{flex-shrink:0;font-size:.9375rem;line-height:1}.pill--car{background:#4aa3df1f}.pill--walk{background:#2fae7a1f}.pill--cost{background:#f4b7402e}.pill-group{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.stop-item{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--c-cloud);border:1px solid rgba(21,48,42,.08);box-shadow:var(--shadow-sm)}.stop-item--has-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--stop-image);background-size:cover;background-position:center;opacity:.22;pointer-events:none}.stop-item__overlay{position:relative;padding:var(--space-md);background:linear-gradient(180deg,#ffffffeb,#fffffff7 55%,#fff)}.stop-item__description{margin:0 0 var(--space-sm);font-size:.875rem;line-height:1.5;color:var(--c-slate)}.stop-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-sm)}.stop-item__index{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--c-forest);color:var(--c-cloud);font-size:.8125rem;font-weight:700}.stop-item__name{flex:1;min-width:0;margin:0;font-family:var(--font-display);font-size:1rem;font-weight:600;line-height:1.3;overflow-wrap:anywhere}.stop-item__pills{margin-bottom:var(--space-sm)}.stop-item__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-sm)}.stop-item__maps-link{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);width:100%;min-height:var(--touch-min);padding:0 var(--space-md);border-radius:var(--radius-pill);background:var(--c-turquoise);color:var(--c-cloud);font-size:.875rem;font-weight:600;text-decoration:none}.stop-item__maps-link:hover{background:#13a3ae}.stop-item__warning{display:flex;align-items:flex-start;gap:var(--space-sm);margin-top:var(--space-sm);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);background:#ef6f5e1f;border-left:3px solid var(--c-coral);color:var(--c-ink);font-size:.8125rem}.stop-item__warning-icon{flex-shrink:0}.nav-icon{display:block;width:22px;height:22px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);z-index:20;display:flex;width:100%;max-width:var(--max-width);min-height:var(--bottom-nav-height);padding:6px var(--space-xs) 0;padding-bottom:env(safe-area-inset-bottom,0px);background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(21,48,42,.08);box-shadow:0 -4px 24px #15302a0f}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:52px;padding:4px 2px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--c-slate);font-family:var(--font-text);font-size:.6875rem;font-weight:600;letter-spacing:.01em;text-decoration:none;cursor:pointer;transition:color .15s ease}.bottom-nav__icon-wrap{display:flex;align-items:center;justify-content:center;width:36px;height:28px;border-radius:var(--radius-pill);transition:background .15s ease,transform .15s ease}.bottom-nav__item--active .bottom-nav__icon-wrap{transform:scale(1.05)}.bottom-nav__item--emerald.bottom-nav__item--active{color:var(--tab-emerald)}.bottom-nav__item--emerald.bottom-nav__item--active .bottom-nav__icon-wrap{background:#2fae7a2e}.bottom-nav__item--sky.bottom-nav__item--active{color:var(--tab-sky)}.bottom-nav__item--sky.bottom-nav__item--active .bottom-nav__icon-wrap{background:#4aa3df2e}.bottom-nav__item--turquoise.bottom-nav__item--active{color:var(--tab-turquoise)}.bottom-nav__item--turquoise.bottom-nav__item--active .bottom-nav__icon-wrap{background:#16b8c42e}.bottom-nav__item--sun.bottom-nav__item--active{color:var(--tab-sun)}.bottom-nav__item--sun.bottom-nav__item--active .bottom-nav__icon-wrap{background:#f4b74038}.bottom-nav__item--coral.bottom-nav__item--active{color:var(--tab-coral)}.bottom-nav__item--coral.bottom-nav__item--active .bottom-nav__icon-wrap{background:#ef6f5e29}.expense-total{position:sticky;bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px));z-index:5;display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);min-height:var(--touch-min);margin:var(--space-md) calc(-1*max(var(--space-md),env(safe-area-inset-left))) 0 calc(-1*max(var(--space-md),env(safe-area-inset-right)));padding:var(--space-sm) max(var(--space-md),env(safe-area-inset-right)) var(--space-sm) max(var(--space-md),env(safe-area-inset-left));background:var(--c-forest);color:var(--c-cloud);box-shadow:var(--shadow)}.expense-total__label{margin:0;font-size:.875rem;font-weight:500;opacity:.9}.expense-total__amount{margin:0;font-family:var(--font-display);font-size:1.25rem;font-weight:700}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:max(var(--space-md),env(safe-area-inset-top)) max(var(--space-md),env(safe-area-inset-right)) max(var(--space-md),env(safe-area-inset-bottom)) max(var(--space-md),env(safe-area-inset-left))}.login-card{width:100%;max-width:var(--max-width);padding:var(--space-lg);background:var(--c-cloud);border-radius:var(--radius);box-shadow:var(--shadow)}.login-title{margin:0 0 var(--space-xs);text-align:center;color:var(--c-forest)}.login-subtitle{margin:0 0 var(--space-lg);text-align:center;color:var(--c-slate);font-size:.9375rem}.login-form{display:flex;flex-direction:column;gap:var(--space-md)}.invite-auth-tabs{display:flex;gap:var(--space-xs);margin-bottom:var(--space-md);padding:3px;border-radius:var(--radius-pill);background:#15302a0f}.invite-auth-tab{flex:1;min-height:36px;padding:0 var(--space-sm);border:none;border-radius:var(--radius-pill);background:transparent;color:var(--c-slate);font-family:var(--font-text);font-size:.8125rem;font-weight:600;cursor:pointer}.invite-auth-tab--active{background:var(--c-cloud);color:var(--c-forest);box-shadow:var(--shadow-sm)}.invite-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:var(--space-md);background:#15302a73}.invite-modal__dialog{position:relative;width:100%;max-width:var(--max-width);max-height:90vh;overflow-y:auto;padding:var(--space-lg);border-radius:var(--radius);background:var(--c-cloud);box-shadow:var(--shadow)}.invite-modal__close{position:absolute;top:var(--space-sm);right:var(--space-sm);width:36px;height:36px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--c-slate);font-size:1.5rem;line-height:1;cursor:pointer}.invite-modal__title{margin:0 0 var(--space-sm);font-family:var(--font-display);font-size:1.25rem;color:var(--c-forest)}.invite-modal__hint,.invite-modal__note{margin:0 0 var(--space-md);font-size:.875rem;color:var(--c-slate);line-height:1.45}.invite-modal__success{margin:0 0 var(--space-sm);font-weight:600;color:var(--c-forest)}.invite-modal__link-row{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.invite-modal__link-row .btn-primary{width:100%}.invite-modal__link{flex:1;font-size:.75rem}.field{display:flex;flex-direction:column;gap:var(--space-xs)}.field-label{font-size:.875rem;font-weight:600;color:var(--c-ink)}.field-input{min-height:var(--touch-min);padding:0 var(--space-md);border:1.5px solid rgba(21,48,42,.15);border-radius:var(--radius-sm);font-family:var(--font-text);font-size:1rem;background:var(--c-cloud);color:var(--c-ink)}.field-input:focus{outline:2px solid var(--c-emerald);outline-offset:1px;border-color:var(--c-emerald)}.login-error{margin:0;padding:var(--space-sm);border-radius:var(--radius-sm);background:#ef6f5e1f;color:var(--c-coral);font-size:.875rem}.login-submit{width:100%;margin-top:var(--space-sm)}.login-submit:disabled{opacity:.6;cursor:not-allowed}.app-shell{max-width:var(--max-width);margin:0 auto;min-height:100vh;padding:var(--space-md)}.app-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-lg)}.app-header-title{margin:0;font-size:1.5rem;color:var(--c-forest)}.app-panel{display:flex;flex-direction:column;gap:var(--space-md)}.app-greeting{margin:0;font-size:1.0625rem}.app-hint{margin:0;font-size:.875rem;color:var(--c-slate)}.status-box{padding:var(--space-md);background:var(--c-cloud);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.status-title{margin:0 0 var(--space-sm);font-size:1.125rem}.status-error{color:var(--c-coral)}.config-error{color:var(--c-coral);max-width:28rem}.config-hint{font-size:.875rem;color:var(--c-slate)}.offline-note{margin:var(--space-sm) 0 0;font-size:.875rem;color:var(--c-slate)}.btn-ghost--sm{min-height:36px;padding:0 var(--space-md);font-size:.8125rem}.app-header__actions{display:flex;align-items:center;gap:var(--space-sm)}.shelf-list{display:flex;flex-direction:column;gap:var(--space-md)}.shelf-card{position:relative;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(47,174,122,.12)}.shelf-card--has-cover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--shelf-cover);background-size:cover;background-position:center;opacity:.45}.shelf-card--has-cover:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--c-emerald),var(--c-turquoise),var(--c-sky))}.shelf-card__overlay{position:relative;padding:var(--space-lg);background:linear-gradient(160deg,#ffffffe0,#fffffff5)}.shelf-card__title{margin:0 0 var(--space-xs);font-family:var(--font-display);font-size:1.25rem}.shelf-card__meta,.shelf-card__plan{margin:0 0 var(--space-sm);font-size:.875rem;color:var(--c-slate)}.shelf-card__cta{display:flex;width:100%;margin-top:var(--space-md);text-decoration:none}.view-title{margin:0 0 var(--space-md);font-family:var(--font-display);font-size:1.25rem}.field-textarea{min-height:80px;padding:var(--space-sm) var(--space-md);resize:vertical}.checklist-group{margin-bottom:var(--space-lg)}.checklist-group__title{margin:0 0 var(--space-sm);font-size:.9375rem;font-weight:700;color:var(--c-forest)}.checklist-item{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm);min-height:var(--touch-min);padding:var(--space-sm) 0;border-bottom:1px solid rgba(21,48,42,.06);cursor:pointer}.checklist-item__input{width:22px;height:22px;flex-shrink:0;accent-color:var(--c-forest)}.checklist-item__label{flex:1;min-width:0;font-size:.9375rem;overflow-wrap:anywhere}.checklist-item__author{width:100%;padding-left:30px}.expense-form{margin-bottom:var(--space-lg);padding:var(--space-md);background:var(--c-cloud);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.expense-form__grid{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-md)}.expense-table-wrap{overflow-x:auto;margin-bottom:var(--space-md)}.expense-table{width:100%;min-width:280px;border-collapse:collapse;font-size:.8125rem}.expense-table th,.expense-table td{padding:var(--space-sm);text-align:left;border-bottom:1px solid rgba(21,48,42,.08)}.expense-row__amount{font-weight:600;white-space:nowrap}.expense-empty{color:var(--c-slate);text-align:center}.journal-card{margin-bottom:var(--space-lg);padding:var(--space-md);background:var(--c-cloud);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.journal-card__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-md)}.journal-card__title{margin:0;font-size:1rem;font-weight:600}.journal-rating{margin-top:var(--space-md)}.star-group{display:flex;gap:var(--space-xs);margin-top:var(--space-xs)}.star-btn{min-width:var(--touch-min);min-height:var(--touch-min);border:none;background:transparent;font-size:1.5rem;color:var(--c-slate);cursor:pointer}.star-btn--active{color:var(--c-sun)}.section-page{min-width:0;padding-bottom:var(--space-md)}.section-page .view-title,.section-page .md-content{overflow-wrap:anywhere}.section-back{display:inline-block;margin-bottom:var(--space-md);color:var(--c-forest);font-weight:600;text-decoration:none}.section-content,.md-content{font-size:.9375rem;line-height:1.6}.md-p{margin:0 0 var(--space-md)}.md-list{margin:0 0 var(--space-md);padding-left:1.25rem}.md-table-wrap{overflow-x:auto;margin-bottom:var(--space-md);border-radius:var(--radius-sm);border:1px solid rgba(21,48,42,.08)}.md-table{width:100%;min-width:320px;border-collapse:collapse;font-size:.8125rem}.md-table th,.md-table td{padding:var(--space-sm);text-align:left;border-bottom:1px solid rgba(21,48,42,.06);vertical-align:top}.md-table th{background:#2fae7a14;font-weight:600}.eat-table__maps{white-space:nowrap;width:1%}.eat-table__link{font-size:.75rem;font-weight:600;text-decoration:none}.section-picker__item--home{border-bottom:1px solid rgba(21,48,42,.08);margin-bottom:var(--space-xs);padding-bottom:var(--space-sm)}.phrase-table{width:100%;border-collapse:collapse;font-size:.875rem}.phrase-table th,.phrase-table td{padding:var(--space-sm);border-bottom:1px solid rgba(21,48,42,.08);text-align:left}.ticket-list{margin:0;padding:0;list-style:none}.ticket-list__item{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-md) 0;border-bottom:1px solid rgba(21,48,42,.08)}.ticket-list__note{margin:0;font-size:.8125rem;color:var(--c-slate)}.ticket-list__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--space-sm)}.ticket-list__cost{font-size:.8125rem;font-weight:600;color:var(--c-forest);white-space:nowrap}.ticket-list__links{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.ticket-link{font-size:.8125rem;font-weight:600;text-decoration:none}.ticket-link--owned{color:var(--c-turquoise)}.ticket-storage{margin-bottom:var(--space-md);padding:var(--space-md);border-radius:var(--radius-sm);background:#16b8c414;border:1px dashed rgba(22,184,196,.35)}.ticket-storage-link{font-weight:600;text-decoration:none}.ticket-storage-hint{margin:0;font-size:.8125rem;color:var(--c-slate)}.ticket-storage-hint code{font-size:.75rem}.app-header--trip{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:var(--space-sm);margin-bottom:0;padding-bottom:var(--space-sm);background:#fffffff5;border-bottom:1px solid rgba(21,48,42,.06)}.app-header__back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#2fae7a1a;color:var(--c-emerald);text-decoration:none;flex-shrink:0;transition:background .15s ease}.app-header__back:hover{background:#2fae7a2e}.app-header__back-icon{width:22px;height:22px}.app-header__shelf{font-size:.75rem;font-weight:600;color:var(--c-forest);text-decoration:none;white-space:nowrap}.app-header__center{min-width:0;text-align:left;align-self:center;padding-right:var(--space-xs)}.app-header__center .app-header__title{margin:0;overflow:hidden;font-size:1.0625rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-wrap:anywhere}.app-header__center .app-header__subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--c-emerald);font-weight:500}.more-sheet[hidden]{display:none!important}.more-sheet{position:fixed;top:0;right:0;bottom:0;z-index:40;display:flex;flex-direction:column;justify-content:flex-end;max-width:var(--max-width);left:50%;transform:translate(-50%);width:100%}.more-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#15302a59;cursor:pointer}.more-sheet__panel{position:relative;z-index:1;max-height:75dvh;overflow-y:auto;padding:var(--space-sm) var(--space-md) calc(var(--space-lg) + env(safe-area-inset-bottom,0px));border-radius:var(--radius) var(--radius) 0 0;background:var(--c-cloud);box-shadow:0 -8px 32px #15302a1f}.more-sheet__handle{width:36px;height:4px;margin:0 auto var(--space-md);border-radius:var(--radius-pill);background:#15302a26}.more-sheet__title{margin:0 0 var(--space-sm);font-size:1.125rem;font-family:var(--font-display);font-weight:600}.more-sheet__subtitle{margin:var(--space-md) 0 var(--space-sm);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--c-slate)}.more-sheet__list{margin:0;padding:0;list-style:none}.more-sheet__item,.more-sheet__shelf{display:flex;align-items:center;gap:var(--space-sm);min-height:var(--touch-min);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);color:var(--c-ink);font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .12s ease}.more-sheet__item:hover,.more-sheet__shelf:hover{background:#2fae7a14}.more-sheet__item--active{background:#2fae7a1f;font-weight:600;color:var(--c-forest)}.more-sheet__icon{width:1.5rem;text-align:center;font-size:1.125rem}.more-sheet__shelf{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid rgba(21,48,42,.08);color:var(--c-slate)}.map-view{display:flex;flex-direction:column;gap:var(--space-sm);min-height:0}.map-filter{display:flex;gap:var(--space-xs);overflow-x:auto;padding-bottom:var(--space-xs);scrollbar-width:none}.map-filter::-webkit-scrollbar{display:none}.map-filter__chip{flex-shrink:0;min-height:36px;padding:0 var(--space-md);border:1px solid rgba(74,163,223,.25);border-radius:var(--radius-pill);background:#ffffffe6;color:var(--c-slate);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.map-filter__chip--active{background:#4aa3df1f;border-color:var(--c-sky);color:var(--c-ink)}.map-route-stats{margin:0;padding:var(--space-xs) var(--space-sm);font-size:.8125rem;font-weight:600;color:var(--c-forest);background:#4aa3df14;border-radius:var(--radius-sm)}.map-view__canvas-wrap{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(74,163,223,.2);box-shadow:var(--shadow-sm)}.map-view__canvas{height:min(52dvh,420px);width:100%;background:#e8f4fc;z-index:0}.map-view__loading{position:absolute;left:var(--space-md);bottom:var(--space-md);margin:0;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);background:#ffffffeb;font-size:.8125rem;color:var(--c-slate);z-index:1}.map-list-panel{padding-top:var(--space-sm)}.map-list-panel__title{margin:0 0 var(--space-sm);font-size:.9375rem;font-weight:700;color:var(--c-forest)}.map-list{margin:0;padding:0;list-style:none;max-height:28dvh;overflow-y:auto}.map-list__item{display:flex;align-items:flex-start;gap:var(--space-sm);width:100%;padding:var(--space-sm);border:none;border-radius:var(--radius-sm);background:transparent;text-align:left;cursor:pointer;transition:background .12s ease}.map-list__item:hover{background:#4aa3df0f}.map-list__item--active{background:#16b8c41f}.map-list__num{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0;border-radius:50%;background:var(--c-emerald);color:#fff;font-size:.75rem;font-weight:700}.map-list__body{display:flex;flex-direction:column;gap:2px;min-width:0}.map-list__name{font-size:.9375rem;font-weight:600;color:var(--c-ink)}.map-list__meta{font-size:.75rem;color:var(--c-slate)}.map-list__missing{font-size:.75rem;color:var(--c-slate);font-style:italic}.map-list__empty{margin:0;font-size:.875rem;color:var(--c-slate)}.map-pin{background:transparent;border:none}.map-pin__badge{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#fff;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #15302a40;border:2px solid #fff}.map-pin__badge--base{font-size:.875rem}.card-day__map-link{margin-left:auto;font-size:.75rem;font-weight:600;color:var(--c-sky);text-decoration:none}.card-day__map-link:hover{text-decoration:underline}.map-pin__badge--wish{font-size:.875rem}.customize-nav{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-lg)}.customize-nav__link{padding:var(--space-xs) var(--space-md);border-radius:var(--radius-pill);background:#2fae7a14;color:var(--c-forest);font-size:.8125rem;font-weight:600;text-decoration:none}.sortable-item{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.sortable-item--dragging{opacity:.55}.sortable-item--over{outline:2px dashed var(--c-turquoise);outline-offset:2px}.sortable-handle{flex-shrink:0;min-width:32px;min-height:32px;padding:0;border:none;background:#15302a0f;border-radius:var(--radius-sm);color:var(--c-slate);font-size:.875rem;cursor:grab;touch-action:none}.sortable-handle:active{cursor:grabbing}.field--checkbox{display:flex;align-items:center;gap:var(--space-sm);font-size:.875rem}.place-ac{position:relative;z-index:5;margin-top:calc(var(--space-xs) * -1);margin-bottom:var(--space-sm);border-radius:var(--radius-sm);background:var(--c-cloud);border:1px solid rgba(21,48,42,.1);box-shadow:var(--shadow);max-height:240px;overflow-y:auto}.place-ac__option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:var(--space-sm) var(--space-md);border:none;border-bottom:1px solid rgba(21,48,42,.06);background:transparent;text-align:left;cursor:pointer}.place-ac__option--active,.place-ac__option:hover{background:#4aa3df1a}.place-ac__name{font-size:.875rem;font-weight:600;color:var(--c-ink)}.place-ac__sub{font-size:.75rem;color:var(--c-slate);line-height:1.35}.place-ac__loading{margin:0;padding:var(--space-sm) var(--space-md);font-size:.8125rem;color:var(--c-slate)}.place-card-preview{margin:var(--space-sm) 0;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);background:#4aa3df14;border:1px solid rgba(74,163,223,.2)}.place-card-preview__label{margin:0 0 2px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--c-slate)}.place-card-preview__text{margin:0;font-size:.8125rem;color:var(--c-ink)}.place-card-preview__type{margin:2px 0 0;font-size:.75rem;color:var(--c-slate)}.stop-item__time{font-size:.8125rem;font-weight:600;color:var(--c-turquoise)}.stop-item__place-meta{margin:0 0 var(--space-sm);font-size:.8125rem;color:var(--c-slate)}.leaflet-container{font-family:var(--font-text)}.leaflet-control-attribution{font-size:.625rem!important}.stay-timeline{padding:var(--space-sm) max(var(--space-md),env(safe-area-inset-right)) var(--space-md) max(var(--space-md),env(safe-area-inset-left));background:#eef9f3b3;border-bottom:1px solid rgba(47,174,122,.1)}.stay-timeline__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-xs);padding-left:calc(20px + var(--space-md))}.stay-timeline__title{margin:0;font-family:var(--font-text);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--c-slate)}.stay-timeline__edit{flex-shrink:0;font-size:.75rem;font-weight:600;color:var(--c-forest);text-decoration:none}.stay-timeline__empty-hint{margin:0;padding-left:calc(20px + var(--space-md));font-size:.8125rem;color:var(--c-slate)}.stay-timeline__status{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-bottom:var(--space-sm);padding-left:calc(20px + var(--space-md));line-height:1.35}.stay-timeline__today{font-size:.8125rem;font-weight:600;color:var(--c-ink)}.stay-timeline__countdown{font-size:.8125rem;font-weight:600;color:var(--c-forest)}.stay-timeline__countdown--muted{color:var(--c-slate);font-weight:500}.stay-timeline__track{display:flex;flex-direction:column}.stay-node{display:grid;grid-template-columns:20px 1fr;gap:var(--space-md);align-items:stretch}.stay-node__rail{display:flex;flex-direction:column;align-items:center;width:20px;min-height:100%}.stay-node__dot{flex-shrink:0;width:10px;height:10px;border-radius:50%;background:var(--c-slate);opacity:.35;border:2px solid var(--c-cloud);box-shadow:0 0 0 1px #15302a1f}.stay-node__line{flex:1;width:2px;min-height:var(--space-md);margin:3px 0;background:linear-gradient(180deg,#5d6b6640,#5d6b6626);border-radius:1px}.stay-node__card{display:flex;flex-direction:column;gap:2px;margin-bottom:var(--space-sm);padding:var(--space-xs) 0;color:inherit;text-decoration:none}.stay-node__name{font-weight:600;font-size:.8125rem;color:var(--c-slate);line-height:1.3}.stay-node__subtitle,.stay-node__dates{font-size:.6875rem;color:var(--c-slate);opacity:.75;line-height:1.35}.stay-node--current .stay-node__dot{width:14px;height:14px;background:var(--c-emerald);opacity:1;box-shadow:0 0 0 3px #2fae7a33}.stay-node--current .stay-node__card{margin-bottom:var(--space-md);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);background:var(--c-cloud);border:1.5px solid var(--c-emerald);box-shadow:var(--shadow-sm)}.stay-node--current .stay-node__badge{align-self:flex-start;margin-bottom:var(--space-xs);padding:2px var(--space-sm);border-radius:var(--radius-pill);background:#2fae7a1f;color:var(--c-forest);font-size:.625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.stay-node--current .stay-node__name{font-family:var(--font-display);font-size:1.0625rem;color:var(--c-ink)}.stay-node--current .stay-node__subtitle,.stay-node--current .stay-node__dates{font-size:.8125rem;opacity:1}.stay-node--current .stay-node__maps{margin-top:var(--space-xs);font-size:.75rem;font-weight:600;color:var(--c-turquoise)}.stay-node__hint{font-size:.75rem;font-weight:600;color:var(--c-emerald)}.stay-node--compact .stay-node__dot{width:6px;height:6px;opacity:.4}.stay-node--compact .stay-node__line{min-height:var(--space-sm)}.stay-node--compact .stay-node__card--compact{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-bottom:var(--space-xs);padding:2px 0}.stay-node--compact .stay-node__name{font-size:.8125rem;font-weight:500;color:var(--c-slate);line-height:1.3;overflow-wrap:anywhere}.stay-node--compact .stay-node__dates{font-size:.6875rem;opacity:.65;line-height:1.3}.stay-node--past.stay-node--compact{opacity:.5}.stay-node--future.stay-node--compact .stay-node__name{color:var(--c-slate)}.stay-node--next .stay-node__dot{width:11px;height:11px;background:var(--c-turquoise);opacity:.85}.stay-node--next .stay-node__card--next{margin-bottom:var(--space-sm);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);background:#ffffffb3;border:1px solid rgba(47,174,122,.25)}.stay-node--next .stay-node__badge--next{align-self:flex-start;margin-bottom:2px;padding:2px var(--space-sm);border-radius:var(--radius-pill);background:#2fae7a14;color:var(--c-forest);font-size:.625rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.stay-node--next .stay-node__name{font-size:.9375rem;font-weight:600;color:var(--c-ink)}.stay-node--next .stay-node__subtitle,.stay-node--next .stay-node__dates{font-size:.75rem;opacity:.85}.stay-node--past .stay-node__line,.stay-node--future .stay-node__line{opacity:.7}.stay-node--future:last-child .stay-node__card{margin-bottom:0}.trip-members{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-xs);padding:var(--space-sm) max(var(--space-md),env(safe-area-inset-right)) var(--space-sm) max(var(--space-md),env(safe-area-inset-left));background:#fff9;border-bottom:1px solid rgba(21,48,42,.06)}.trip-members__label{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--c-slate)}.trip-members__list{display:flex;flex-wrap:wrap;gap:var(--space-xs);width:100%}.member-chip{display:inline-flex;align-items:center;gap:4px;max-width:100%;padding:4px var(--space-sm);border-radius:var(--radius-pill);background:#15302a0f;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trip-members__invite{display:inline-flex;align-items:center;min-height:var(--touch-min);padding:0 var(--space-sm);font-size:.8125rem;font-weight:600;color:var(--c-forest);text-decoration:none}.expense-cat{display:inline-block;padding:2px var(--space-xs);border-radius:var(--radius-pill);background:#2fae7a1a;font-size:.75rem;font-weight:600;white-space:nowrap}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell--shelf .app-main--shelf{padding-top:0}.customize-page__title{margin:0 0 var(--space-md);font-family:var(--font-display);font-size:1.25rem;line-height:1.25}.custom-hint{margin:calc(var(--space-sm) * -1) 0 var(--space-md);font-size:.8125rem;color:var(--c-slate)}.custom-section{margin-bottom:var(--space-xl)}.custom-list{margin:0 0 var(--space-md);padding:0;list-style:none}.custom-list__item{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-sm);padding:var(--space-sm) 0;border-bottom:1px solid rgba(21,48,42,.06)}.custom-list__item .btn-ghost--sm{align-self:flex-start;min-height:36px}.custom-list__item-actions{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.custom-list__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.custom-list__meta{font-size:.8125rem;color:var(--c-slate)}.custom-list__empty{padding:var(--space-sm) 0;color:var(--c-slate);font-size:.875rem}.custom-form{padding:var(--space-md);background:var(--c-cloud);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.custom-form__row{display:grid;grid-template-columns:1fr;gap:var(--space-md)}.custom-form__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-md)}.custom-day{margin-bottom:var(--space-lg);padding:var(--space-md);background:var(--c-cloud);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.custom-day__header{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-sm);margin-bottom:var(--space-sm)}.custom-day__header .btn-ghost--sm{align-self:flex-start}.custom-day__title{margin:0;font-size:1rem}.custom-list--nested{margin-bottom:var(--space-sm)}.app-shell--wizard{min-height:100dvh;background:var(--c-cloud)}.app-header--wizard{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:var(--space-sm);padding:var(--space-md);background:#fffffff5;border-bottom:1px solid rgba(21,48,42,.06)}.app-main--wizard{padding:var(--space-md);padding-bottom:calc(var(--space-xl) + env(safe-area-inset-bottom,0px))}.wizard-steps{display:flex;gap:var(--space-xs);margin:0;padding:var(--space-sm) var(--space-md);list-style:none;overflow-x:auto;background:#ffffffd9;border-bottom:1px solid rgba(21,48,42,.06);scrollbar-width:none}.wizard-steps::-webkit-scrollbar{display:none}.wizard-steps__item{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:3.5rem;flex-shrink:0;opacity:.45}.wizard-steps__item--active,.wizard-steps__item--done{opacity:1}.wizard-steps__num{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#15302a14;font-size:.75rem;font-weight:700;color:var(--c-slate)}.wizard-steps__item--active .wizard-steps__num{background:var(--c-emerald);color:#fff}.wizard-steps__item--done .wizard-steps__num{background:#2fae7a26;color:var(--c-forest)}.wizard-steps__label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--c-slate);white-space:nowrap}.wizard-steps__item--active .wizard-steps__label{color:var(--c-forest)}.wizard-form{max-width:36rem;margin:0 auto}.wizard-hint{margin:0 0 var(--space-md);font-size:.875rem;color:var(--c-slate);line-height:1.5}.wizard-lead{margin:0 0 var(--space-lg);font-size:.9375rem;line-height:1.55}.wizard-form__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-lg)}.wizard-day-list{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-md)}.wizard-day-card{padding:var(--space-md);background:var(--c-cloud);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid rgba(21,48,42,.06)}.wizard-day-card__head{margin-bottom:var(--space-sm);font-size:.8125rem;font-weight:600;color:var(--c-forest)}.wizard-stop-day{margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid rgba(21,48,42,.06)}.wizard-stop-day__title{margin:0 0 var(--space-sm);font-size:.9375rem;font-weight:600}.wizard-stop-row{display:flex;flex-direction:column;gap:var(--space-xs);margin-bottom:var(--space-sm);padding:var(--space-sm);border-radius:var(--radius-sm);background:#ffffffb3}.wizard-check-list{margin:var(--space-md) 0;padding:0;list-style:none}.wizard-check-row{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs)}.wizard-check-row .field-input{flex:1}.wizard-summary{margin:0 0 var(--space-lg);padding:var(--space-md);background:#2fae7a0f;border-radius:var(--radius);border:1px solid rgba(47,174,122,.15)}.wizard-summary div{display:flex;justify-content:space-between;gap:var(--space-md);padding:var(--space-xs) 0;border-bottom:1px solid rgba(21,48,42,.06)}.wizard-summary div:last-child{border-bottom:none}.wizard-summary dt{margin:0;font-size:.8125rem;font-weight:600;color:var(--c-slate)}.wizard-summary dd{margin:0;font-size:.875rem;font-weight:600;text-align:right}.shelf-new{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:var(--space-lg);min-height:var(--touch-min);text-decoration:none}.shelf-loading{text-align:center;color:var(--c-slate);font-size:.875rem}.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}}
