.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:30;display:flex;background:var(--color-surface);border-top:1px solid var(--color-border);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -2px 12px #0f172a0f}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;min-height:56px;padding:.4rem .25rem;color:var(--color-muted);text-decoration:none;font-weight:600}.bottom-nav__item--active{color:var(--color-primary)}.bottom-nav__icon{font-size:1.4rem;line-height:1}.bottom-nav__label{font-size:.72rem;white-space:nowrap}.page-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:var(--space-sm);background:var(--color-primary);color:#fff;padding:.6rem .75rem;padding-top:calc(.6rem + env(safe-area-inset-top))}.page-header__title{flex:1;font-size:1.15rem;font-weight:700;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-header__back{background:#ffffff26;color:#fff;border:none;border-radius:var(--radius-sm);font-size:1.6rem;line-height:1;min-width:44px;min-height:44px;cursor:pointer}.page-header__back--placeholder{background:none;pointer-events:none}.page-header__action{display:flex;align-items:center;justify-content:flex-end;min-width:44px;min-height:44px}.stars{display:inline-flex;align-items:center;gap:.1rem;line-height:1}.star{color:var(--color-star-empty);background:none;border:none;padding:0;cursor:default}.star--on{color:var(--color-star)}.stars--sm .star{font-size:1rem}.stars--lg .star{font-size:1.9rem}.stars:not(.stars--readonly) .star{cursor:pointer;padding:.25rem;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;transition:transform .08s ease}.stars:not(.stars--readonly) .star:active{transform:scale(.9)}.stars__clear{margin-left:.5rem;background:none;border:none;color:var(--color-muted);font-size:.85rem;text-decoration:underline;cursor:pointer;white-space:nowrap;min-height:44px}.dashboard__settings{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;font-size:1.3rem;line-height:1;background:#ffffff26;color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;text-decoration:none}.dashboard__group{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);margin-bottom:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);text-decoration:none;color:var(--color-text)}.dashboard__group:active{background:var(--color-surface-alt)}.dashboard__group-icon{font-size:1.1rem;line-height:1}.dashboard__group-name{flex:1;min-width:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard__group-switch{flex-shrink:0;font-size:.82rem;font-weight:600;white-space:nowrap;color:var(--color-primary)}.dashboard__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm);margin-bottom:var(--space-lg)}.stat-card{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:var(--space-md) var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);text-decoration:none;color:var(--color-text);text-align:center}.stat-card:active{background:var(--color-surface-alt)}.stat-card__icon{font-size:1.6rem;line-height:1}.stat-card__value{font-size:1.8rem;font-weight:800;color:var(--color-primary-dark);line-height:1.1}.stat-card__label{font-size:.8rem;color:var(--color-muted);font-weight:600}.dashboard__section{margin-bottom:var(--space-lg)}.dashboard__section-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-sm)}.dashboard__section-title{font-size:1.05rem;font-weight:700}.dashboard__section-link{font-size:.85rem;font-weight:600;white-space:nowrap;text-decoration:none}.dashboard__empty{font-size:.9rem;padding:var(--space-sm) 0}.dashboard__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.dashboard-row{display:flex;align-items:center;gap:var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.65rem .75rem;text-decoration:none;color:var(--color-text)}.dashboard-row:active{background:var(--color-surface-alt)}.dashboard-row__icon{font-size:1.6rem;flex-shrink:0;width:2.2rem;text-align:center}.dashboard-row__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.dashboard-row__title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-row__meta{font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-row__row{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap;margin-top:.1rem}.dashboard-row__chevron{color:var(--color-muted);font-size:1.4rem;flex-shrink:0}@media(min-width:540px){.dashboard__cards{grid-template-columns:repeat(4,1fr)}}.trips__filters{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.trips__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.trip-card{display:flex;align-items:center;gap:var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem;text-decoration:none;color:var(--color-text)}.trip-card:active{background:var(--color-surface-alt)}.trip-card__icon{font-size:1.8rem;flex-shrink:0;width:2.4rem;text-align:center}.trip-card__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.trip-card__title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trip-card__meta{font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trip-card__row{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap;margin-top:.15rem}.trip-card__tags{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:.2rem}.trip-card__chevron{color:var(--color-muted);font-size:1.5rem;flex-shrink:0}@media(min-width:540px){.trips__filters{flex-direction:row}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;overflow-y:auto;z-index:100}.modal-wrap{min-height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:1rem;padding-top:calc(1rem + env(safe-area-inset-top));padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.modal{background:var(--color-surface);border-radius:var(--radius-lg);width:100%;max-width:420px;margin:0 auto;box-shadow:0 12px 40px #0f172a40;overflow:hidden}.modal__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.modal__title{font-size:1.05rem;margin:0}.modal__close{background:none;border:none;font-size:1.1rem;color:var(--color-muted);cursor:pointer;min-width:44px;min-height:44px}.modal__body{padding:1.25rem;color:var(--color-text)}.modal__foot{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap;padding:1rem 1.25rem;border-top:1px solid var(--color-border)}@media(min-width:600px){.modal-wrap{justify-content:center}}/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media(min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media(min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media(min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.editor{display:flex;flex-direction:column;gap:var(--space-md)}.editor__stage{width:100%;height:260px;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.editor__image{display:block;max-width:100%}.editor__group{display:flex;flex-direction:column;gap:var(--space-xs)}.editor__label{font-size:.85rem;font-weight:600;color:var(--color-muted)}.editor__chips{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.editor__chip{font:inherit;font-size:.85rem;font-weight:600;white-space:nowrap;padding:.4rem .7rem;min-height:40px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer}.editor__chip--on{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.editor__chip:disabled{opacity:.5;cursor:not-allowed}.editor__tools{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.editor__tool{font-size:1.3rem;line-height:1;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer}.editor__tool:active:not(:disabled){background:var(--color-surface-alt)}.editor__tool:disabled{opacity:.5;cursor:not-allowed}.editor__range{width:100%;accent-color:var(--color-primary);min-height:44px}.editor__hint{font-size:.78rem;margin:0}.upload{display:flex;flex-direction:column;gap:var(--space-md)}.upload__file{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;pointer-events:none}.upload__drop{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:var(--space-lg) var(--space-md);border:2px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-alt);text-align:center}.upload__drop--over{border-color:var(--color-primary);background:var(--color-primary-soft)}.upload__drop-hint{margin:0;color:var(--color-muted);font-size:.9rem}.upload__pick-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center}.upload__preview{width:100%;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.upload__preview-img{display:block;width:100%;max-height:240px;object-fit:contain}.upload__row{display:flex}.upload__edit-btn{width:100%}.upload__label{font-size:.85rem;font-weight:600;color:var(--color-muted)}.upload__progress{width:100%;height:10px;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:999px;overflow:hidden}.upload__progress-bar{height:100%;background:var(--color-primary);transition:width .15s ease}.gallery{margin-bottom:var(--space-md)}.gallery__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-sm)}.gallery .detail__section-title{font-size:1rem;font-weight:700;margin:0}.gallery__add{flex-shrink:0;padding:.45rem .8rem;min-height:40px;font-size:.9rem;white-space:nowrap}.gallery__alert{margin-bottom:var(--space-sm)}.gallery__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xs)}@media(min-width:480px){.gallery__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:640px){.gallery__grid{grid-template-columns:repeat(5,1fr)}}.gallery__cell{position:relative}.gallery__thumb{display:block;width:100%;aspect-ratio:1 / 1;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;background:var(--color-surface-alt);cursor:pointer}.gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.gallery__thumb:active{opacity:.85}.gallery__cover-badge{position:absolute;left:4px;bottom:4px;font-size:.65rem;font-weight:700;white-space:nowrap;padding:.1rem .4rem;border-radius:999px;background:var(--color-primary);color:#fff;box-shadow:0 1px 3px #0f172a66}.viewer{display:flex;flex-direction:column;gap:var(--space-sm)}.viewer__stage{width:100%;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.viewer__img{display:block;width:100%;max-height:60vh;object-fit:contain}.viewer__caption{margin:0;font-size:.95rem;word-break:break-word}.viewer__is-cover{margin:0;font-size:.85rem;font-weight:600;color:var(--color-primary-dark)}.viewer__order{display:flex;gap:var(--space-sm)}.viewer__order .btn{flex:1}.viewer__actions{display:flex;flex-direction:column;gap:var(--space-xs)}.viewer__actions .btn{width:100%}.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}}.elevation-profile{width:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-sm)}.elevation-profile__svg{display:block;width:100%;height:auto}.elevation-profile__axis{stroke:var(--color-border);stroke-width:1}.elevation-profile__area{fill:var(--color-primary-soft)}.elevation-profile__line{stroke:var(--color-primary);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.elevation-profile__label{fill:var(--color-muted);font-size:9px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.elevation-profile__empty{margin:0;font-size:.85rem}.trip-track__file{display:none}.trip-track__stats{display:flex;gap:var(--space-sm);margin-bottom:var(--space-sm)}.trip-track__stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:.1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.6rem .4rem}.trip-track__stat-value{font-size:1.1rem;font-weight:700;white-space:nowrap}.trip-track__stat-label{font-size:.75rem}.trip-track__map{width:100%;height:240px;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;margin-bottom:var(--space-sm);z-index:0}.track-endpoint{display:block;width:14px;height:14px;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 4px #0f172a80}.trip-track__empty{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm);background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-md);padding:var(--space-md)}.trip-track__empty p{margin:0;font-size:.9rem}.trip-track__actions{display:flex;gap:var(--space-sm);margin-top:var(--space-sm)}.trip-track__actions .btn{flex:1}.trip-track__progress{margin-top:var(--space-sm);height:8px;background:var(--color-surface-alt);border-radius:999px;overflow:hidden}.trip-track__progress-bar{height:100%;background:var(--color-primary);transition:width .15s ease}.trip-peaks__edit-btn{margin-top:var(--space-sm);width:100%}.trip-peaks__editor{display:flex;flex-direction:column;gap:var(--space-sm)}.trip-peaks__selected{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.trip-peaks__chip{background:var(--color-primary-soft);color:var(--color-primary-dark)}.trip-peaks__list{list-style:none;margin:0;padding:0;max-height:260px;overflow-y:auto;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}.trip-peaks__option{display:flex;align-items:center;gap:var(--space-sm);padding:.55rem .75rem;border-bottom:1px solid var(--color-border);min-height:44px;cursor:pointer}.trip-peaks__list li:last-child .trip-peaks__option{border-bottom:none}.trip-peaks__list li.form__hint{padding:.55rem .75rem}.trip-peaks__option input{width:1.1rem;height:1.1rem;flex-shrink:0}.trip-peaks__option-icon{font-size:1.2rem;flex-shrink:0}.trip-peaks__option-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.05rem}.trip-peaks__option-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trip-peaks__option-meta{font-size:.8rem}.trip-peaks__actions{display:flex;gap:var(--space-sm)}.trip-peaks__actions .btn{flex:1}.detail__tags{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-md)}.detail__section{margin-bottom:var(--space-md)}.detail__section-title{font-size:1rem;font-weight:700;margin:0 0 var(--space-sm)}.detail__chips{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.chip--soft{background:var(--color-surface-alt);color:var(--color-text);border:1px solid var(--color-border)}.detail__places{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.detail__place{display:flex;align-items:center;gap:var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.65rem .75rem;text-decoration:none;color:var(--color-text)}.detail__place:active{background:var(--color-surface-alt)}.detail__place-icon{font-size:1.5rem;flex-shrink:0;width:2rem;text-align:center}.detail__place-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.detail__place-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail__place-meta{font-size:.82rem}.detail__place-chevron{color:var(--color-muted);font-size:1.4rem;flex-shrink:0}.form__hint{font-size:.85rem;margin:0}.field--dates{flex-direction:row;gap:var(--space-sm)}.field__date{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-xs)}.picker{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.picker__btn{font:inherit;font-size:.85rem;font-weight:600;white-space:nowrap;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:999px;padding:.5rem .75rem;min-height:44px;cursor:pointer}.picker__btn--active{background:var(--color-primary-soft);border-color:var(--color-primary);color:var(--color-primary-dark)}.participants{display:flex;flex-direction:column;gap:var(--space-sm)}.participant{display:flex;align-items:center;gap:var(--space-xs)}.participant .input{flex:1;min-width:0}.participant__dog{font:inherit;font-size:.8rem;font-weight:600;white-space:nowrap;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:0 .6rem;min-height:44px;flex-shrink:0;cursor:pointer}.participant__dog--active{background:var(--color-primary-soft);border-color:var(--color-primary);color:var(--color-primary-dark)}.participant__remove{background:var(--color-danger-soft);color:var(--color-danger);border:none;border-radius:var(--radius-sm);font-size:1rem;line-height:1;min-width:44px;min-height:44px;flex-shrink:0;cursor:pointer}.trip-form__selected{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.chip--removable{border:none;font:inherit;font-size:.75rem;font-weight:600;cursor:pointer}.trip-form__places{list-style:none;margin:0;padding:0;max-height:220px;overflow-y:auto;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}.trip-form__place{display:flex;align-items:center;gap:var(--space-sm);padding:.55rem .75rem;border-bottom:1px solid var(--color-border);min-height:44px;cursor:pointer}.trip-form__places li:last-child .trip-form__place{border-bottom:none}.trip-form__place input{width:1.1rem;height:1.1rem;flex-shrink:0}.trip-form__place-icon{font-size:1.2rem;flex-shrink:0}.trip-form__place-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trip-form__places li.form__hint{padding:.55rem .75rem}.plans__filters{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.plans__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.plan-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.plan-card__body{display:flex;align-items:flex-start;gap:var(--space-sm);padding:.75rem;text-decoration:none;color:var(--color-text)}.plan-card__body:active{background:var(--color-surface-alt)}.plan-card__icon{font-size:1.8rem;flex-shrink:0;width:2.4rem;text-align:center}.plan-card__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.plan-card__title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-card__meta{font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-card__row{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap;margin-top:.15rem}.plan-card__tags{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:.2rem}.plan-card__actions{display:flex;gap:var(--space-sm);padding:var(--space-sm) .75rem;border-top:1px solid var(--color-border);background:var(--color-surface-alt)}.plan-card__action{flex:1;font-size:.85rem;white-space:nowrap}@media(min-width:540px){.plans__filters{flex-direction:row}}.places__filters{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.places__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.place-card{display:flex;align-items:center;gap:var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem;text-decoration:none;color:var(--color-text)}.place-card:active{background:var(--color-surface-alt)}.place-card__icon{font-size:1.8rem;flex-shrink:0;width:2.4rem;text-align:center}.place-card__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.place-card__name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.place-card__meta{font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.place-card__row{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap;margin-top:.15rem}.place-card__chevron{color:var(--color-muted);font-size:1.5rem;flex-shrink:0}@media(min-width:540px){.places__filters{flex-direction:row}}.detail__head{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md)}.detail__icon{font-size:2.6rem;flex-shrink:0}.detail__name{font-size:1.35rem;line-height:1.2}.detail__type{margin:.15rem 0 0;font-size:.9rem}.detail__badges{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap;margin-bottom:var(--space-md)}.detail__list{margin:0 0 var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.detail__row{display:flex;gap:var(--space-sm);padding:.7rem .9rem;border-bottom:1px solid var(--color-border)}.detail__row:last-child{border-bottom:none}.detail__row dt{flex-shrink:0;width:38%;color:var(--color-muted);font-size:.9rem}.detail__row dd{margin:0;flex:1;min-width:0;word-break:break-word}.detail__multiline{white-space:pre-wrap}.detail__stamp{font-size:.8rem;margin:0 0 var(--space-lg)}.detail__actions{display:flex;gap:var(--space-sm)}.detail__actions .btn{flex:1}.map-page{flex:1;display:flex;flex-direction:column;min-height:0}.map-page__filter{padding:var(--space-sm) var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.map-page__peaks-link{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap;background:#ffffff26;color:#fff;text-decoration:none;font-size:.85rem;font-weight:600;padding:.5rem .7rem;min-height:44px;border-radius:var(--radius-sm)}.map-page__alert{margin:var(--space-sm) var(--space-md) 0}.map-page__map{flex:1;width:100%;min-height:320px;z-index:0}.map-page__status{margin:0;padding:var(--space-sm) var(--space-md);padding-bottom:calc(var(--space-sm) + 56px + env(safe-area-inset-bottom));background:var(--color-surface);border-top:1px solid var(--color-border);font-size:.85rem;text-align:center}.map-popup{display:flex;flex-direction:column;gap:.2rem;min-width:150px}.map-popup__name{font-size:.95rem}.map-popup__meta{font-size:.8rem;color:var(--color-muted)}.map-popup__rating{color:var(--color-star);font-size:.9rem;letter-spacing:1px}.map-popup__link{margin-top:.25rem;font-weight:600;font-size:.85rem}.peaks__counter{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md);margin-bottom:var(--space-md)}.peaks__counter-text{display:flex;flex-direction:column;align-items:baseline;gap:.15rem;margin-bottom:var(--space-sm)}.peaks__counter-value{font-size:1.6rem;font-weight:800;color:var(--color-primary-dark)}.peaks__counter-label{font-size:.9rem;color:var(--color-muted)}.peaks__bar{height:10px;background:var(--color-surface-alt);border-radius:999px;overflow:hidden}.peaks__bar-fill{height:100%;background:var(--color-primary);transition:width .2s ease}.peaks__filters{display:flex;gap:var(--space-xs);margin-bottom:var(--space-md)}.peaks__filter{flex:1;font:inherit;font-weight:600;font-size:.85rem;white-space:nowrap;padding:.5rem .4rem;min-height:40px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer}.peaks__filter--active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.peaks__empty-filter{text-align:center;padding:var(--space-lg) 0}.peaks__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.peak-card{display:flex;align-items:center;gap:var(--space-sm);width:100%;text-align:left;font:inherit;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.65rem .75rem;min-height:44px;cursor:pointer}.peak-card:active{background:var(--color-surface-alt)}.peak-card--visited{background:var(--color-primary-soft);border-color:var(--color-primary)}.peak-card--visited:active{background:var(--color-primary-soft)}.peak-card__mark{flex-shrink:0;width:24px;height:24px;border-radius:999px;border:2px solid var(--color-border);background:var(--color-surface);display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:800;line-height:1}.peak-card__mark--on{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.peak-card__icon{font-size:1.5rem;flex-shrink:0}.peak-card__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.peak-card__name{font-weight:600}.peak-card__meta{font-size:.82rem}.peak-card__visited{font-size:.78rem;font-weight:600;color:var(--color-primary-dark)}.peak-card__chevron{flex-shrink:0;color:var(--color-muted);font-size:1.4rem}.peak-dialog__name{margin:0 0 var(--space-md);font-size:1.05rem}.modal__body .field+.field{margin-top:var(--space-md)}.peak-dialog__error{margin-top:var(--space-sm)}.peak-dialog__unmark{margin-top:var(--space-md)}.coord-picker{display:flex;flex-direction:column;gap:var(--space-xs)}.coord-picker__map{width:100%;height:220px;border:1px solid var(--color-border);border-radius:var(--radius-sm);z-index:0}.coord-picker__hint{font-size:.8rem;margin:0}@media(min-width:540px){.coord-picker__map{height:280px}}.geosearch{position:relative}.geosearch__status{margin:var(--space-xs) 0 0;font-size:.85rem}.geosearch__list{list-style:none;margin:var(--space-xs) 0 0;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);overflow:hidden;max-height:260px;overflow-y:auto}.geosearch__list li+li{border-top:1px solid var(--color-border)}.geosearch__item{display:flex;align-items:flex-start;gap:var(--space-sm);width:100%;font:inherit;text-align:left;background:none;border:none;padding:.6rem .75rem;min-height:44px;cursor:pointer;color:var(--color-text)}.geosearch__item:hover,.geosearch__item:active{background:var(--color-surface-alt)}.geosearch__item-icon{flex-shrink:0;font-size:1.1rem;line-height:1.3}.geosearch__item-label{flex:1;min-width:0;font-size:.9rem;line-height:1.3}.form{display:flex;flex-direction:column;gap:var(--space-md)}.field--coords{flex-direction:row;gap:var(--space-sm)}.field__coord{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-xs)}.choice{display:flex;gap:var(--space-sm)}.choice__btn{flex:1;font:inherit;font-weight:600;white-space:nowrap;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.6rem .5rem;min-height:44px;cursor:pointer}.choice__btn--active{background:var(--color-primary-soft);border-color:var(--color-primary);color:var(--color-primary-dark)}.form__actions{display:flex;gap:var(--space-sm);margin-top:var(--space-sm)}.form__actions .btn{flex:1}.ai-suggest{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-xs) var(--space-sm);margin-top:var(--space-xs)}.ai-suggest__btn{white-space:nowrap}.ai-suggest__hint{font-size:.8rem}.ai-suggest__note{margin:var(--space-xs) 0 0;background:var(--color-good-soft);color:var(--color-good);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.85rem}.google-signin{display:flex;flex-direction:column;align-items:center}.google-signin__btn{display:flex;justify-content:center;width:100%}.google-signin__divider{display:flex;align-items:center;gap:var(--space-sm);width:100%;margin:var(--space-md) 0;color:var(--color-muted);font-size:.8rem}.google-signin__divider-line{flex:1;height:1px;background:var(--color-border)}.google-signin__divider-text{white-space:nowrap}.groups{display:flex;flex-direction:column;gap:var(--space-md)}.groups__intro{margin:0;font-size:.88rem;color:var(--color-muted)}.groups__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.group-card{display:flex;align-items:center;gap:var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md)}.group-card__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-xs)}.group-card__head{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.group-card__name{font-weight:700;font-size:1rem}.group-card__meta{font-size:.82rem;color:var(--color-muted)}.group-card__actions{display:flex;flex-direction:column;gap:var(--space-xs);flex-shrink:0}.btn--sm{min-height:38px;padding:.4rem .8rem;font-size:.85rem}.group-detail{display:flex;flex-direction:column;gap:var(--space-lg)}.group-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md)}.group-section__title{font-size:1.05rem;font-weight:700}.group-section__hint{margin:0;font-size:.82rem;color:var(--color-muted)}.member-list,.invite-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.member-row{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border)}.member-row:last-child{border-bottom:none}.member-row__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.member-row__name{font-weight:600;font-size:.92rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-row__email{font-size:.78rem;color:var(--color-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-row__actions{display:flex;align-items:center;gap:var(--space-xs);flex-shrink:0}.member-row__role-select{font:inherit;font-size:.82rem;padding:.3rem .4rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}.invite-row{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-alt)}.invite-row__head{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.invite-row__url{font-size:.78rem;color:var(--color-text);word-break:break-all;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.4rem .5rem}.invite-row__meta{font-size:.78rem;color:var(--color-muted)}.invite-row__actions{display:flex;gap:var(--space-xs);flex-wrap:wrap}.join__group{font-size:1.3rem;font-weight:700;text-align:center;margin:var(--space-sm) 0}.join__role{text-align:center;font-size:.9rem;color:var(--color-muted)}.page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.page__body{flex:1;width:100%;max-width:640px;margin:0 auto;padding:var(--space-md);padding-bottom:calc(9rem + env(safe-area-inset-bottom))}.input,.textarea,.select{width:100%;font:inherit;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.65rem .75rem;min-height:44px}.textarea{min-height:96px;resize:vertical}.input:focus,.textarea:focus,.select:focus{outline:2px solid var(--color-primary-soft);border-color:var(--color-primary)}.badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;white-space:nowrap;padding:.15rem .5rem;border-radius:999px}.badge--good{background:var(--color-good-soft);color:var(--color-good)}.badge--warn{background:var(--color-warn-soft);color:var(--color-warn)}.badge--neutral{background:var(--color-surface-alt);color:var(--color-muted);border:1px solid var(--color-border)}.badge--danger{background:var(--color-danger-soft);color:var(--color-danger)}.chip{display:inline-flex;align-items:center;gap:.2rem;font-size:.75rem;font-weight:600;white-space:nowrap;padding:.15rem .5rem;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary-dark)}.fab{position:fixed;right:var(--space-md);bottom:calc(56px + var(--space-md) + env(safe-area-inset-bottom));width:56px;height:56px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 6px 18px #0d7c6666;cursor:pointer;z-index:20}.fab:hover{background:var(--color-primary-dark)}.empty{text-align:center;padding:var(--space-lg) var(--space-md);display:flex;flex-direction:column;align-items:center;gap:.4rem}.empty__icon{font-size:3rem}.empty__title{font-size:1.1rem;font-weight:700;margin:0}.empty .btn{margin-top:var(--space-sm)}.auth{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:var(--space-lg) var(--space-md);padding-top:calc(var(--space-lg) + env(safe-area-inset-top));padding-bottom:calc(var(--space-lg) + env(safe-area-inset-bottom))}.auth__card{width:100%;max-width:380px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:0 8px 28px #0f172a14}.auth__brand{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);margin-bottom:var(--space-lg)}.auth__logo{font-size:3rem;line-height:1}.auth__title{font-size:1.6rem;font-weight:700;text-align:center}.auth__subtitle{margin:0;font-size:.9rem;color:var(--color-muted);text-align:center}.auth__form{display:flex;flex-direction:column;gap:var(--space-md)}.field{display:flex;flex-direction:column;gap:var(--space-xs)}.field__label{font-size:.9rem;font-weight:600;color:var(--color-text)}.field__hint{font-size:.78rem;color:var(--color-muted)}.auth__footer{margin:var(--space-md) 0 0;font-size:.88rem;color:var(--color-muted);text-align:center}.profile{display:flex;flex-direction:column;gap:var(--space-lg)}.profile__section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md)}.profile__section-title{font-size:1.05rem;font-weight:700}.profile__notice{background:var(--color-good-soft);color:var(--color-good);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.9rem;margin:0}.profile__group-line{margin:0;font-size:.95rem}.offline-banner{position:fixed;top:0;left:0;right:0;z-index:90;display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.45rem .75rem;padding-top:calc(.45rem + env(safe-area-inset-top));background:var(--color-warn-soft);color:var(--color-warn);font-size:.8rem;font-weight:600;text-align:center;box-shadow:0 2px 8px #0f172a1f}.offline-banner__dot{width:8px;height:8px;border-radius:50%;background:var(--color-warn);flex-shrink:0}.update-toast{position:fixed;left:0;right:0;bottom:calc(56px + env(safe-area-inset-bottom) + var(--space-sm));z-index:80;display:flex;flex-direction:column;gap:var(--space-sm);margin:0 var(--space-md);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 8px 28px #0f172a38}.update-toast__text{font-size:.9rem;font-weight:600;color:var(--color-text)}.update-toast__actions{display:flex;gap:var(--space-sm);justify-content:flex-end}.update-toast__btn{padding:.5rem .9rem;font-size:.85rem}@media(min-width:600px){.update-toast{left:auto;max-width:360px}}:root{color-scheme:light;--color-bg: #f1f5f9;--color-surface: #ffffff;--color-surface-alt: #f8fafc;--color-border: #e2e8f0;--color-text: #0f172a;--color-muted: #64748b;--color-primary: #0d7c66;--color-primary-dark: #0a5f4e;--color-primary-soft: #d8f0e9;--color-danger: #dc2626;--color-danger-soft: #fee2e2;--color-star: #f59e0b;--color-star-empty: #cbd5e1;--color-good: #16a34a;--color-good-soft: #dcfce7;--color-warn: #b45309;--color-warn-soft: #fef3c7;--space-xs: .35rem;--space-sm: .6rem;--space-md: 1rem;--space-lg: 1.5rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}a{color:var(--color-primary)}h1,h2,h3{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font:inherit;font-weight:600;white-space:nowrap;border-radius:var(--radius-sm);border:1px solid transparent;padding:.65rem 1rem;min-height:44px;cursor:pointer;text-decoration:none;transition:background .12s ease,opacity .12s ease}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover:not(:disabled){background:var(--color-primary-dark)}.btn--ghost{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.btn--ghost:hover:not(:disabled){background:var(--color-surface-alt)}.btn--danger{background:var(--color-danger);color:#fff}.btn--danger:hover:not(:disabled){opacity:.9}.btn--block{width:100%}.muted{color:var(--color-muted)}.alert{background:var(--color-danger-soft);color:var(--color-danger);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.9rem}.loading{color:var(--color-muted);text-align:center;padding:var(--space-lg)}.map-pin{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:1.1rem;line-height:1;background:var(--color-surface);border:2px solid var(--color-primary);border-radius:50%;box-shadow:0 2px 6px #0f172a59}.map-pin:after{content:"";position:absolute;bottom:-6px;left:50%;width:10px;height:10px;background:var(--color-surface);border:2px solid var(--color-primary);border-top:none;border-left:none;transform:translate(-50%) rotate(45deg)}.map-pin--picker,.map-pin--picker:after{border-color:var(--color-danger);background:var(--color-danger-soft)}
