:root{--bg:#f5f7fb;--panel:#ffffff;--panel-alt:#f3f6ff;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--primary:#2563eb;--danger:#ef4444;--radius:16px;--shadow:0 12px 28px rgba(17,24,39,.08)}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,Noto Sans,Segoe UI,Roboto,Liberation Sans,system-ui,sans-serif;font-size:14px;line-height:1.35;letter-spacing:.1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:grid;grid-template-columns:320px 1fr;gap:16px;padding:16px}.main{display:grid;gap:16px;grid-template-rows:minmax(320px,52vh) 1fr}.map-wrap,.info{background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.sidebar{display:flex;flex-direction:column;min-height:0;background:transparent;box-shadow:none}.sidebar-panel{background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;min-height:0}.title{padding:16px 16px 8px;font-weight:800;font-size:16px}.routes{padding:0 8px 8px;overflow:auto}.group-title-clickable{cursor:pointer;display:flex;align-items:center;gap:8px;padding:8px;border-radius:6px;transition:background-color .2s ease;margin:14px 8px 8px;font-weight:700;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.group-title-clickable:hover{background-color:#0000000d}.group-caret{font-size:10px;transition:transform .2s ease;width:12px;text-align:center}.group-caret.expanded{transform:rotate(90deg)}.route{display:grid;grid-template-columns:28px 14px 1fr auto;align-items:center;gap:8px;padding:10px 8px;border-radius:12px}.route:hover{background:#f6f7fb}.check{cursor:pointer}.check input{display:none}.check .fake{width:20px;height:20px;border-radius:6px;border:2px solid var(--line);display:grid;place-items:center;background:#fff;transition:.15s ease}.check input:checked+.fake{border-color:var(--primary);background:var(--primary);box-shadow:0 0 0 2px #2563eb26 inset}.check input:checked+.fake:after{content:"✓";color:#fff;font-weight:900;font-size:14px;line-height:1}.color-dot{width:10px;height:10px;border-radius:999px;box-shadow:inset 0 0 0 2px #fff}.route-main{cursor:pointer}.route-name{font-weight:600;font-size:14px}.route-meta{color:var(--muted);font-size:11.5px;margin-top:2px}.edit{border:none;background:transparent;cursor:pointer;font-size:16px;padding:6px;border-radius:8px}.edit:hover{background:#eef2ff}.actions{margin-top:12px;padding:0;position:static;background:transparent;border-top:0;display:flex;gap:8px;flex-wrap:wrap}.info{padding:12px 12px 16px;display:flex;flex-direction:column}.table-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:8px 10px;margin:8px 0 12px}.table-controls .hint{color:var(--muted);font-weight:700}.stats-pills{display:flex;gap:10px;align-items:center;margin-left:auto}.pill{display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 10px;background:#f3f6ff;border:1px solid #e0e7ff;color:#1f2937;border-radius:999px;font-weight:800;font-size:13px}.pill .icon{font-size:16px;line-height:1}.switch-wrap{display:flex;align-items:center;gap:8px}.switch{position:relative;width:48px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;inset:0;background:#e5e7eb;border-radius:999px;transition:.2s}.slider:before{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 3px #0003}.switch input:checked+.slider{background:#c7d2fe}.switch input:checked+.slider:before{transform:translate(20px)}.switch-label{-webkit-user-select:none;user-select:none}.days{display:flex;flex-direction:column;gap:10px}.day-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 4px 10px #0f172a0a;padding:10px 12px}.day-card__head--grid{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:4px 2px 8px;border-bottom:1px solid #eef2f7}.day-card__title{font-size:16px;font-weight:800}.day-card__stats{display:flex;align-items:center;margin-left:auto}.day-card__total{text-align:right;font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:13px}.city-block{margin-top:10px;padding:10px 12px;border-radius:10px;background:#f9fafb;border:1px solid var(--line);border-left:3px solid var(--primary)}.city-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.city-name{font-weight:700;font-size:15px;color:#0f172a}.details-box{margin-top:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.details-card{border:1px solid #e9eef7;background:#f3f6fb;border-radius:8px;padding:6px 8px}.details-card__title{font-size:11px;font-weight:800;color:var(--muted);margin-bottom:3px}.details-card__body{font-size:14px;color:#334155;font-weight:400;white-space:pre-line;line-height:1.4}.details-card__body--pre{white-space:pre-line!important;line-height:1.5;min-height:60px;resize:vertical}.distance-block{margin:8px 0 4px;padding:10px 12px;background:#fff;border:1px dashed var(--line);border-radius:10px}.distance-content{display:flex;justify-content:space-between;align-items:center;gap:12px}.distance-route{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#1e293b}.distance-route span:first-child{margin-right:2px}.distance-stats{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#475569}.distance-stats span+span{border-left:1px solid #e5e7eb;padding-left:8px;margin-left:4px}.distance-arrow{color:#64748b;font-weight:700;margin:0 2px}.seg-icons{display:none!important}.leisure-item{padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:6px;cursor:move;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:8px}.leisure-item .drag-handle{cursor:move;padding:4px;margin-right:8px;color:#64748b;-webkit-user-select:none;user-select:none}.leisure-item .time-range{font-weight:600;color:#374151;min-width:80px;display:flex;align-items:center;gap:4px;flex-shrink:0}.leisure-item .time-select{border:1px solid #d1d5db;border-radius:4px;padding:2px 4px;font-size:12px;background:#fff}.leisure-item .activity-text{flex:1;margin:0 12px;border:1px solid #d1d5db;border-radius:4px;padding:4px 8px;font-size:13px;background:#fff;resize:vertical;min-height:32px}.leisure-item .delete-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px;border-radius:4px;font-size:14px}.leisure-container{min-height:80px}.leisure-container.drag-over{background:#f0f9ff;border:2px dashed #0ea5e9;border-radius:8px}.add-leisure-btn{width:100%;margin-top:6px;background:#f8fafc;border:1px dashed #cbd5e1;color:#64748b}.app-header{background:var(--panel);border-bottom:1px solid var(--line);box-shadow:0 2px 8px #11182714;position:relative;z-index:1000}.nav-tab.active{background:var(--primary)!important;color:#fff!important;box-shadow:0 2px 8px #2563eb4d}.nav-tab:hover{background:#2563eb14!important;color:var(--text)!important}@media(max-width:1024px){.app{grid-template-columns:1fr}.sidebar{order:2}.main{order:1;grid-template-rows:minmax(280px,42vh) 1fr}}@media(max-width:980px){.details-box{grid-template-columns:1fr}}@media(max-width:640px){.app{padding:10px;gap:10px}.route{grid-template-columns:32px 16px 1fr auto;padding:12px 10px}.distance-content{flex-direction:column;align-items:flex-start}}.route-marker-tooltip{background:#fffffff2;border:1px solid #ccc;border-radius:8px;font-weight:600;font-size:12px;padding:4px 8px}.leaflet-tooltip-top:before{border-top-color:#fffffff2}.note-textarea,.activity-text{resize:vertical;min-height:80px;font-family:inherit;line-height:1.5}.day-activities{background:var(--panel-alt);border-radius:10px;padding:8px;margin-top:8px}.activity-block{background:#fff;border:1px solid var(--line);border-radius:8px;padding:8px;margin-bottom:6px}.activity-block:last-child{margin-bottom:0}.hint{color:#6b7280;font-style:italic;text-align:center;padding:12px 0 4px;font-size:13px}@media(max-width:768px){.day-card__head--grid{flex-direction:column;align-items:flex-start;gap:6px}.day-card__stats{align-self:flex-start;margin-left:0}}html,body{overflow-x:hidden}#root{overflow-x:clip}:root{--bg:#eef2f9;--panel:#ffffff;--panel-alt:#f3f6ff;--text:#0f172a;--muted:#64748b;--line:#e5e7eb;--line-strong:#c5cfe6;--primary:#2563eb;--danger:#ef4444;--radius:16px;--shadow:0 12px 30px rgba(2,6,23,.12);--shadow-sm:0 6px 18px rgba(2,6,23,.08);--shadow-inset:inset 0 1px 0 rgba(255,255,255,.85), 0 1px 1px rgba(2,6,23,.06)}.drawer,.drawer *,.drawer *:before,.drawer *:after{box-sizing:border-box}.drawer-overlay{position:fixed;inset:0;background:#02061773;display:flex;justify-content:center;align-items:flex-start;padding:16px;z-index:10050}.drawer{width:min(1100px,100%);max-height:calc(100vh - 32px);background:#fff;border-radius:18px;box-shadow:0 26px 70px #0f172a47;border:1px solid rgba(148,163,184,.4);display:flex;flex-direction:column;overflow:hidden}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line-strong);background:linear-gradient(120deg,#fff,#f3f6ff)}.drawer__title{font-weight:800;font-size:15px;display:flex;align-items:center;gap:8px}.drawer__title-pill{font-size:11px;padding:2px 7px;border-radius:999px;background:#e0ecff;color:#1d4ed8;text-transform:uppercase;letter-spacing:.06em}.drawer__header-right{display:flex;gap:8px;align-items:center}.drawer__content{padding:16px 18px 12px;overflow:auto;background:linear-gradient(#f9fbff,#eef3ff,#f9fbff)}.drawer__footer{padding:10px 18px 12px;border-top:1px solid var(--line-strong);background:#f9fafb;display:flex;justify-content:flex-end;gap:8px}.route-editor--dragging .point-block{cursor:grabbing}.icon-btn{background:transparent;border:none;font-size:18px;line-height:1;cursor:pointer;opacity:.8}.icon-btn:hover{opacity:1}.input,.textarea,select{width:100%;border:1px solid var(--line-strong);border-radius:12px;padding:8px 10px;font-size:14px;background:#fff;outline:none;box-shadow:var(--shadow-inset)}.input:focus,.textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb29}.textarea{resize:vertical;min-height:80px;font-family:inherit;line-height:1.5}.btn{height:36px;padding:0 12px;border-radius:12px;border:1px solid var(--line-strong);background:#fff;cursor:pointer;font-weight:600;font-size:13px;box-shadow:var(--shadow-inset);display:inline-flex;align-items:center;gap:6px}.btn:hover{box-shadow:var(--shadow-sm)}.btn.primary{background:var(--primary);color:#fff;border:none;box-shadow:0 8px 20px #2563eb59}.btn.danger{color:#b91c1c;border-color:#fecaca;background:linear-gradient(#fff,#fff5f5)}.btn.btn-light{background:#fff}.btn.btn-secondary{background:#f3f6ff}.btn.btn-sm{height:34px;padding:0 10px;font-size:13px}.section{border:1px solid var(--line-strong);border-radius:14px;box-shadow:var(--shadow-sm);padding:16px 14px 12px;margin-bottom:16px;position:relative;overflow:hidden;background:var(--panel)}.section--visual{background:linear-gradient(120deg,#fff,#f1f5ff)}.section__title{margin:0 0 8px;font-size:13px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.section__hint{font-size:12px;color:var(--muted)}.section-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.grid{display:grid;gap:12px}.grid.grid--2{grid-template-columns:1fr}@media(min-width:940px){.grid.grid--2{grid-template-columns:1.1fr .9fr}}.grid.grid--2>.field{min-width:0}.field{display:flex;flex-direction:column;gap:4px}.field--inline{gap:6px}.field__label{font-size:13px;color:var(--text);font-weight:600}.field__hint{font-size:11px;color:var(--muted)}.folder-input-wrapper{position:relative;display:flex;align-items:stretch;width:100%}.folder-input-wrapper .input{flex:1;border-top-right-radius:0;border-bottom-right-radius:0;padding-right:40px}.folder-dropdown-wrapper{position:absolute;right:1px;top:1px;bottom:1px;display:flex;align-items:center;background:#f8fafc;border-left:1px solid var(--line-strong);border-top-right-radius:11px;border-bottom-right-radius:11px}.folder-dropdown{border:none;background:transparent;cursor:pointer;width:34px;height:100%;padding:0;font-size:16px;text-align:center;line-height:1;transition:background-color .2s ease;appearance:none;border-top-right-radius:11px;border-bottom-right-radius:11px}.folder-dropdown:hover{background:#f1f5f9}.color-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.color-picker{width:42px;height:32px;border-radius:10px;border:1px solid var(--line-strong);padding:0}.palette{display:flex;gap:6px;flex-wrap:wrap}.swatch{width:26px;height:20px;border-radius:8px;border:2px solid transparent;cursor:pointer;box-shadow:inset 0 0 0 1px #0000000f,var(--shadow-sm)}.swatch[aria-checked=true]{border-color:#0f172a}.points{display:flex;flex-direction:column;gap:10px}.point-container{display:flex;flex-direction:column;gap:4px}.point-block{border:1px solid var(--line-strong);border-radius:12px;padding:8px 10px;background:#fff;box-shadow:var(--shadow-sm)}.point-block.drag-over{outline:2px dashed #93c5fd;outline-offset:2px}.point-head{display:grid;grid-template-columns:auto auto minmax(160px,1fr) auto;align-items:center;column-gap:8px;row-gap:6px;width:100%}@media(max-width:780px){.point-head{grid-template-columns:auto auto minmax(0,1fr)}.pr-actions{grid-column:1 / -1;justify-content:flex-start}}.drag-handle{width:26px;height:26px;border:1px dashed var(--line-strong);border-radius:8px;display:grid;place-items:center;color:#94a3b8;font-size:12px;background:#fff;cursor:grab;-webkit-user-select:none;user-select:none}.drag-handle-point{font-size:14px}.day-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;background:#2563eb12;border:1px solid rgba(37,99,235,.25);font-size:11px;color:#1d4ed8;flex-shrink:0}.day-chip-label{font-weight:600}.day-chip-select{border:none;background:transparent;font-size:11px;font-weight:600;color:#1d4ed8;padding:0 0 0 2px;outline:none;cursor:pointer}.point-main{min-width:0}.pr-input{font-size:14px}.pr-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;min-width:fit-content}.pr-actions .btn{height:32px;padding:0 10px;line-height:1;white-space:nowrap;font-size:13px}@media(max-width:980px){.pr-actions{flex-basis:100%;margin-left:0;justify-content:flex-start;flex-wrap:wrap}}.note-card{border:1px solid var(--line-strong);border-radius:12px;background:#fff;margin-top:8px;overflow:hidden}.note-summary{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;background:#fafafa;border-bottom:1px solid #eef2f7}.note-card[open] .note-summary{background:#f8fafc}.note-caret{transition:transform .15s ease;color:#6b7280}.note-card[open] .note-caret{transform:rotate(90deg)}.note-title{font-weight:700;font-size:14px}.note-body{padding:12px}.note-textarea{min-height:120px;line-height:1.45;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;white-space:pre-line;resize:vertical;font-size:14px}.note-subtitle{margin:6px 0;font-size:12px;font-weight:700;color:var(--muted)}.note-textarea:focus,.activity-text:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.leisure-container{border:1px dashed #d1d5db;border-radius:12px;background:#fcfcfd;padding:12px;min-height:80px}.leisure-item{padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:6px;cursor:move;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:8px}.leisure-item:hover{background:#f1f5f9;border-color:#cbd5e1}.leisure-item.dragging{opacity:.5;background:#e2e8f0}.leisure-item.drag-over{border:2px dashed #0ea5e9;background:#f0f9ff}.leisure-item .drag-handle{cursor:move;padding:4px;color:#64748b;font-size:12px;-webkit-user-select:none;user-select:none;flex-shrink:0}.leisure-item .leisure-time-inputs{display:flex;align-items:center;gap:4px;flex-shrink:0}.leisure-item .time-select{border:1px solid #d1d5db;border-radius:4px;padding:4px 6px;font-size:12px;background:#fff;flex-shrink:0;width:70px}.leisure-item .time-separator{color:#64748b;font-size:12px}.leisure-item .activity-text{flex:1;border:1px solid #d1d5db;border-radius:4px;padding:6px 8px;font-size:13px;background:#fff;resize:vertical;min-height:32px;font-family:inherit;margin:0 8px}.leisure-item .delete-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px;border-radius:4px;font-size:12px;flex-shrink:0}.leisure-item .delete-btn:hover{background:#fef2f2}.add-leisure-btn{width:100%;margin-top:6px;background:#f8fafc;border:1px dashed #cbd5e1;color:#64748b;padding:8px;font-size:13px}.add-leisure-btn:hover{background:#f1f5f9;border-color:#94a3b8}.segment-block{margin:4px 0 6px;padding-left:0}.seg-card{background:linear-gradient(120deg,#f9fafb,#ffecec);border:1px solid #fecaca;border-radius:12px;box-shadow:var(--shadow-sm);padding:6px 10px}.seg-main{display:flex;align-items:center;justify-content:space-between;gap:12px}.seg-left{display:flex;align-items:center;gap:8px;min-width:0}.segment-label-pill{padding:2px 10px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;background:#fee2e2;color:#b91c1c}.seg-route{font-weight:600;font-size:14px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seg-right{display:flex;gap:6px;flex-shrink:0;flex-wrap:wrap}.chip{font-size:12px;padding:3px 8px;border-radius:999px;background:#e5e7eb;color:#111827}.points-add-between{margin-top:4px;margin-bottom:8px;display:flex;justify-content:center}.add-between-btn{border-radius:999px;border:1px dashed #cbd5e1;padding:4px 10px;font-size:12px;background:#f9fafb;cursor:pointer;color:#64748b}.add-between-btn:hover{background:#eff6ff;border-color:#93c5fd}.points-add-bottom{margin-top:8px;display:flex;justify-content:flex-start}.confirm-overlay{position:fixed;inset:0;background:#02061773;display:flex;align-items:center;justify-content:center;padding:16px;z-index:11000}.confirm-modal{width:min(520px,96vw);background:#fff;border:1px solid var(--line-strong);border-radius:14px;box-shadow:0 24px 64px #00000059;overflow:hidden}.confirm-body{padding:16px 18px;font-size:16px;font-weight:800;color:#0f172a}.confirm-actions{display:flex;gap:8px;justify-content:flex-end;padding:12px 18px;border-top:1px solid var(--line-strong);background:#fafafa}.modal-overlay{position:fixed;inset:0;background:#02061773;display:flex;align-items:center;justify-content:center;padding:16px;z-index:11000}.modal{background:#fff;border:1px solid var(--line-strong);border-radius:14px;box-shadow:0 24px 64px #00000059;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line-strong);background:linear-gradient(#fff,#f5f8ff)}.modal-content{flex:1;overflow:auto}.field select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}
