:root {
color-scheme: light;
--color-primary: #2563eb;
--color-primary-dark: #1d4ed8;
--color-accent-emerald: #059669;
--color-accent-violet: #7c3aed;
--color-bg-dark: #f1f5f9;
--color-bg-darker: #e8edf3;
--color-bg-card: #ffffff;
--color-bg-card-hover: #f8fafc;
--color-text-primary: #1e293b;
--color-text-secondary: #475569;
--color-text-muted: #94a3b8;
--color-border: rgba(30,41,59,.12);
--color-border-light: rgba(30,41,59,.06);
--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
--shadow-md: 0 4px 12px rgba(0,0,0,.07);
--shadow-lg: 0 12px 40px rgba(0,0,0,.08);
--shadow-xl: 0 20px 60px rgba(0,0,0,.1);
--blur-sm: 12px;
--blur-md: 24px;
}
[v-cloak] { display: none; }
html, body {
min-height: 100%;
margin: 0;
padding: 0;
background:
radial-gradient(circle at 10% 0%, rgba(37,99,235,.04), transparent 35%),
radial-gradient(circle at 90% 100%, rgba(124,58,237,.03), transparent 35%),
linear-gradient(180deg, #f1f5f9 0%, #e8edf3 50%, #e2e8f0 100%);
background-attachment: fixed;
}
body {
color: var(--color-text-primary);
overflow-x: hidden;
}
#app-wrapper {
font-family: 'Inter', sans-serif;
background: transparent;
color: var(--color-text-primary); min-height: 100vh;
width: 100%;
position: relative;
touch-action: manipulation;
padding: 18px 0 24px;
}
.app-shell {
position: relative;
border: 1px solid rgba(30,41,59,.08);
border-radius: 32px;
padding: 16px;
box-shadow:
0 4px 24px rgba(0,0,0,.06),
0 12px 48px rgba(0,0,0,.04);
background: rgba(255,255,255,.5);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
overflow: hidden;
}
@media (max-width: 1024px) {
.app-shell {
position: relative;
z-index: 50;
border-radius: 0;
padding: 0;
border: none;
box-shadow: none;
background: transparent;
backdrop-filter: none;
}
}
.app-shell.is-full {
position: fixed;
inset: 0;
z-index: 9999;
background: #f1f5f9;
padding: 1rem;
overflow: auto;
border: none;
border-radius: 0;
box-shadow: none;
}
.app-shell.is-full .container {
max-width: none !important;
width: 100% !important;
margin: 0 !important;
}
.app-shell.is-full #map {
height: calc(100vh - 3rem);
} .left-menu {
max-width: 560px;
background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(241,245,249,.92) 100%);
border: 1px solid var(--color-border);
border-top: 1px solid rgba(30,41,59,.06);
border-radius: 28px;
box-shadow:
0 30px 80px rgba(0,0,0,.08),
inset 0 1px 0 rgba(255,255,255,.6);
padding: 26px;
backdrop-filter: blur(var(--blur-md));
-webkit-backdrop-filter: blur(var(--blur-md));
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
max-height: calc(100vh - 4rem);
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgba(59,130,246,.2) transparent;
}
.left-menu::-webkit-scrollbar { width: 5px; }
.left-menu::-webkit-scrollbar-thumb { background: rgba(59,130,246,.2); border-radius: 4px; }
.left-menu::-webkit-scrollbar-track { background: transparent; } .bottom-sheet-handle {
display: none;
}
@media (max-width: 1024px) {
.left-menu {
position: fixed;
bottom: 0;
left: 0;
right: 0;
max-width: none;
max-height: 70vh;
border-radius: 32px 32px 0 0;
padding: 0;
z-index: 1000; transform: none;
backdrop-filter: none;
-webkit-backdrop-filter: none;
overflow: hidden;
transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.left-menu.bottom-sheet-collapsed {
max-height: 72px;
box-shadow: 0 -4px 24px rgba(0,0,0,.18);
overflow: visible;
pointer-events: auto;
border-radius: 20px 20px 0 0;
padding-bottom: env(safe-area-inset-bottom, 0px);
}
.left-menu.bottom-sheet-collapsed .bottom-sheet-handle {
background: linear-gradient(135deg, #3b82f6, #2563eb);
height: 64px;
border-radius: 20px 20px 0 0;
padding-bottom: env(safe-area-inset-bottom, 8px);
}
.left-menu.bottom-sheet-collapsed .bottom-sheet-handle-bar {
background: rgba(255,255,255,.5);
width: 40px;
}
.left-menu.bottom-sheet-collapsed .bottom-sheet-label {
color: #fff;
font-size: 14px;
letter-spacing: 0.5px;
font-weight: 700;
}
.bottom-sheet-handle {
height: 48px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
cursor: pointer;
padding: 0 16px;
border-bottom: 1px solid var(--color-border);
background: linear-gradient(180deg, rgba(248,250,252,.98) 0%, rgba(255,255,255,.95) 100%);
border-radius: 32px 32px 0 0;
position: relative;
z-index: 10;
-webkit-tap-highlight-color: rgba(59,130,246,.15);
touch-action: manipulation;
user-select: none;
-webkit-user-select: none;
}
.bottom-sheet-handle:active {
cursor: grabbing;
}
.bottom-sheet-handle-bar {
width: 36px;
height: 4px;
background: rgba(96,165,250,.45);
border-radius: 999px;
}
.bottom-sheet-label {
font-size: 11px;
font-weight: 700;
color: rgba(96,165,250,.7);
text-transform: uppercase;
letter-spacing: 1.5px;
}
.bottom-sheet-content {
overflow-y: auto;
max-height: calc(70vh - 88px);
padding: 26px;
}
}
#map {
height: calc(100vh - 4rem);
min-height: 560px;
background: var(--color-bg-darker);
border-radius: 28px;
border: 1px solid var(--color-border);
box-shadow: var(--shadow-lg);
touch-action: none;
overflow: hidden;
position: relative;
}
@media (max-width: 1024px) {
#map {
height: calc(100vh - 88px);
min-height: auto;
border-radius: 0;
}
}
@media (max-width: 640px) {
#map {
height: calc(100vh - 88px);
min-height: auto;
}
} .map-overlay-instruction {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0,0,0,.25);
backdrop-filter: blur(4px);
z-index: 10;
border-radius: 28px;
pointer-events: none;
}
.map-overlay-instruction.hidden {
display: none;
}
.map-overlay-text {
text-align: center;
color: rgba(255,255,255,.85);
font-size: 16px;
text-shadow: 0 1px 4px rgba(0,0,0,.3);
letter-spacing: 0.5px;
}  .map-toolbar-row {
position: absolute;
top: 12px;
right: 12px;
z-index: 999;
display: flex;
gap: 6px;
}
.map-tool-btn {
display: flex;
align-items: center;
gap: 5px;
padding: 8px 12px;
background: rgba(241,245,249,.92);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(148,163,184,.18);
border-radius: 10px;
color: var(--color-text-secondary);
font-size: 12px;
font-weight: 600;
cursor: pointer;
transition: all .2s;
box-shadow: 0 4px 16px rgba(0,0,0,.08);
white-space: nowrap;
}
.map-tool-btn:hover {
border-color: rgba(96,165,250,.4);
background: rgba(241,245,249,.95);
color: #2563eb;
}
.map-tool-btn-active {
background: rgba(59,130,246,.2);
border-color: rgba(96,165,250,.5);
color: #2563eb;
box-shadow: 0 0 20px rgba(59,130,246,.12), 0 4px 16px rgba(0,0,0,.06);
}
.map-tool-label {
font-size: 11px;
letter-spacing: 0.3px;
}
@media (max-width: 640px) {
.map-toolbar-row {
top: 8px;
right: 8px;
gap: 4px;
}
.map-tool-btn {
padding: 7px 10px;
font-size: 11px;
border-radius: 8px;
}
.map-tool-label {
font-size: 10px;
}
} .map-hint-banner {
position: absolute;
top: 60px;
left: 50%;
transform: translateX(-50%);
z-index: 999;
padding: 10px 20px;
background: linear-gradient(135deg, rgba(16,185,129,.92) 0%, rgba(52,211,153,.88) 100%);
color: #022c22;
font-size: 13px;
font-weight: 700;
border-radius: 12px;
box-shadow: 0 8px 32px rgba(16,185,129,.35), 0 2px 8px rgba(0,0,0,.2);
cursor: pointer;
white-space: nowrap;
max-width: 90%;
text-align: center;
animation: hintBounce .5s ease;
}
@keyframes hintBounce {
0% { opacity: 0; transform: translateX(-50%) translateY(-12px); }
60% { transform: translateX(-50%) translateY(3px); }
100% { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.hint-fade-enter-active { animation: hintBounce .5s ease; }
.hint-fade-leave-active { transition: opacity .3s ease, transform .3s ease; }
.hint-fade-leave-to { opacity: 0; transform: translateX(-50%) translateY(-10px); }
@media (max-width: 640px) {
.map-hint-banner {
font-size: 12px;
padding: 8px 14px;
top: 52px;
}
} .map-stats-strip {
position: absolute;
bottom: 12px;
left: 12px;
right: 12px;
z-index: 999;
display: flex;
gap: 6px;
flex-wrap: wrap;
padding: 0;
}
.map-stat-chip {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 7px 14px;
background: rgba(241,245,249,.92);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(148,163,184,.15);
border-radius: 999px;
font-size: 12px;
font-weight: 600;
color: var(--color-text-secondary);
box-shadow: 0 4px 16px rgba(0,0,0,.08);
}
.map-stat-chip strong {
color: var(--color-text-primary);
font-weight: 700;
} .poi-searching-bar {
height: 3px;
border-radius: 3px;
background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
animation: shimmerSlide 1.2s infinite;
margin-bottom: 8px;
} .quick-filter-strip {
padding: 12px 14px;
background: linear-gradient(135deg, rgba(52,211,153,.12) 0%, rgba(16,185,129,.08) 100%);
border: 1px solid rgba(52,211,153,.35);
border-radius: 14px;
box-shadow:
0 0 20px rgba(52,211,153,.1),
inset 0 1px 0 rgba(255,255,255,.05);
animation: filterStripPulse 3s ease-in-out infinite;
}
@keyframes filterStripPulse {
0%, 100% { border-color: rgba(52,211,153,.35); box-shadow: 0 0 20px rgba(52,211,153,.1), inset 0 1px 0 rgba(255,255,255,.05); }
50% { border-color: rgba(52,211,153,.55); box-shadow: 0 0 30px rgba(52,211,153,.18), inset 0 1px 0 rgba(255,255,255,.07); }
}
@keyframes shimmerSlide {
0% { transform: translateX(-100%); }
100% { transform: translateX(100%); }
} .poi-action-btn {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 5px 10px;
border: 1px solid rgba(148,163,184,.18);
border-radius: 8px;
background: rgba(241,245,249,.7);
color: var(--color-text-secondary);
font-size: 11px;
font-weight: 600;
cursor: pointer;
transition: all .2s;
line-height: 1;
}
.poi-action-btn:hover {
border-color: rgba(96,165,250,.35);
color: #93c5fd;
background: rgba(241,245,249,.95);
}
.poi-action-route {
border-color: rgba(52,211,153,.25);
color: #34d399;
}
.poi-action-route:hover {
border-color: rgba(52,211,153,.5);
background: rgba(16,185,129,.12);
color: #6ee7b7;
}
.poi-action-fav-active {
border-color: rgba(250,204,21,.35);
color: #fbbf24;
background: rgba(250,204,21,.08);
} .cluster-icon {
width: 44px; height: 44px;
border-radius: 50%;
background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
color: #fff;
display: flex; align-items: center; justify-content: center;
font-weight: 800; font-size: 14px;
border: 3px solid rgba(255,255,255,0.3);
box-shadow: 0 4px 12px rgba(37,99,235,.4);
} @keyframes neon-pulse {
0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7), 0 0 20px rgba(16, 185, 129, 0.4); transform: scale(1); }
50% { box-shadow: 0 0 0 12px rgba(16, 185, 129, 0), 0 0 40px rgba(16, 185, 129, 0.6); transform: scale(1.02); }
100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0), 0 0 20px rgba(16, 185, 129, 0.4); transform: scale(1); }
}
.btn-glow-intense {
animation: neon-pulse 2s infinite;
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
border: 1px solid #34d399;
min-width: 148px;
min-height: 52px;
border-radius: 16px;
font-size: 15px;
letter-spacing: .08em;
box-shadow: 0 18px 38px rgba(16,185,129,.28);
cursor: pointer;
}
.btn-glow-intense:hover {
background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}
.spinner {
border: 3px solid rgba(255,255,255,0.1);
width: 20px; height: 20px;
border-radius: 50%;
border-left-color: #fff;
animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } } .fab {
position: absolute;
bottom: 24px;
right: 24px;
width: 56px;
height: 56px;
border-radius: 16px;
background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent-violet) 100%);
border: 1px solid rgba(255,255,255,.2);
color: white;
font-size: 24px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 12px 24px rgba(59,130,246,.3);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 15;
}
.fab:hover {
transform: scale(1.1);
box-shadow: 0 16px 32px rgba(59,130,246,.4);
}
.fab:active {
transform: scale(0.95);
}
.fab.active {
background: linear-gradient(135deg, var(--color-accent-emerald) 0%, var(--color-primary) 100%);
}
@media (max-width: 1024px) {
.fab {
bottom: auto;
top: 16px;
right: 16px;
width: 48px;
height: 48px;
font-size: 20px;
}
} .route-summary-card {
background: linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(248,250,252,.95) 100%);
border: 1px solid rgba(96,165,250,.2);
border-radius: 20px;
padding: 20px;
box-shadow: 0 0 24px rgba(59,130,246,.1);
position: relative;
overflow: hidden;
}
.route-summary-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(59,130,246,.05) 0%, transparent 100%);
pointer-events: none;
}
.route-summary-header {
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
margin-bottom: 16px;
position: relative;
z-index: 1;
}
.route-summary-title {
font-size: 18px;
font-weight: 700;
color: var(--color-text-primary);
letter-spacing: -0.3px;
}
.route-summary-stats {
display: flex;
gap: 12px;
flex-wrap: wrap;
position: relative;
z-index: 1;
}
.route-stat-badge {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
padding: 10px 16px;
background: rgba(59,130,246,.04);
border: 1px solid rgba(96,165,250,.15);
border-radius: 12px;
font-size: 12px;
color: var(--color-text-muted);
}
.route-stat-badge strong {
font-size: 16px;
color: var(--color-text-primary);
font-weight: 700;
}
.route-legs-toggle {
position: relative;
z-index: 1;
}
.route-legs-toggle button {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 600;
color: var(--color-primary);
background: transparent;
border: none;
cursor: pointer;
padding: 6px 0;
transition: all 0.2s;
}
.route-legs-toggle button:hover {
color: #2563eb;
}
.route-legs-toggle svg {
transition: transform 0.3s;
}
.route-legs-toggle.expanded svg {
transform: rotate(180deg);
}
.route-legs-list {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out;
position: relative;
z-index: 1;
}
.route-legs-list.expanded {
max-height: 500px;
}
.route-leg-item {
display: flex;
align-items: center;
gap: 12px;
padding: 12px;
background: rgba(59,130,246,.02);
border-radius: 10px;
border-left: 3px solid var(--color-primary);
margin-top: 8px;
animation: slideIn 0.3s ease-out;
}
@keyframes slideIn {
from {
opacity: 0;
transform: translateY(-8px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.route-leg-labels {
flex: 1;
min-width: 0;
}
.route-leg-label {
font-size: 12px;
color: var(--color-text-muted);
line-height: 1.4;
}
.route-leg-label strong {
display: block;
color: var(--color-text-secondary);
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.route-leg-stats {
display: flex;
gap: 8px;
white-space: nowrap;
font-size: 12px;
font-weight: 600;
}
.route-leg-stat {
background: rgba(59,130,246,.15);
color: var(--color-primary);
padding: 4px 10px;
border-radius: 6px;
} .top-menu-strip {
display: flex;
gap: 12px;
margin-bottom: 20px;
padding-bottom: 16px;
border-bottom: 1px solid var(--color-border);
flex-wrap: wrap;
align-items: center;
}
.menu-icon-btn {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
padding: 8px 16px;
background: rgba(241,245,249,.8);
border: 1px solid var(--color-border);
border-radius: 12px;
color: var(--color-text-secondary);
cursor: pointer;
font-size: 12px;
font-weight: 600;
transition: all 0.2s;
position: relative;
min-height: 44px;
min-width: 56px;
}
.menu-icon-btn:hover {
border-color: rgba(96,165,250,.4);
background: rgba(59,130,246,.1);
color: var(--color-text-primary);
}
.menu-icon-btn-active {
background: linear-gradient(135deg, rgba(59,130,246,.25) 0%, rgba(167,139,250,.15) 100%);
border-color: rgba(96,165,250,.5);
color: var(--color-primary);
box-shadow: 0 0 12px rgba(59,130,246,.1);
}
.menu-emoji {
font-size: 18px;
line-height: 1;
}
.tab-label {
font-size: 11px;
letter-spacing: 0.3px;
}
.menu-pill-badge {
position: absolute;
top: -6px;
right: -6px;
background: linear-gradient(135deg, var(--color-accent-emerald), var(--color-primary));
color: white;
font-size: 10px;
font-weight: 700;
padding: 3px 6px;
border-radius: 8px;
min-width: 20px;
text-align: center;
}
.stats-row {
display: flex;
gap: 12px;
margin-bottom: 20px;
flex-wrap: wrap;
}
.stat-pill {
display: flex;
flex-direction: column;
gap: 2px;
padding: 10px 14px;
background: linear-gradient(135deg, rgba(241,245,249,.9) 0%, rgba(241,245,249,.85) 100%);
border: 1px solid var(--color-border);
border-radius: 12px;
font-size: 11px;
color: var(--color-text-muted);
font-weight: 500;
letter-spacing: 0.3px;
}
.stat-pill strong {
font-size: 14px;
color: var(--color-primary);
font-weight: 700;
}
.ev-toggle {
transition: all .25s;
border: 1px solid var(--color-border);
}
.ev-toggle:hover {
border-color: rgba(250,204,21,.3);
}
.ev-toggle-active {
background: linear-gradient(135deg, rgba(250,204,21,.15) 0%, rgba(234,179,8,.1) 100%);
border-color: rgba(250,204,21,.4);
box-shadow: 0 0 16px rgba(250,204,21,.12);
}
.ev-toggle-active strong {
color: #facc15;
} .section-card {
background: linear-gradient(180deg, rgba(241,245,249,.92), rgba(241,245,249,.90));
border: 1px solid var(--color-border);
border-radius: 18px;
padding: 18px;
transition: all 0.2s;
animation: fadeInUp 0.4s ease-out;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(12px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.section-card:hover {
border-color: rgba(96,165,250,.24);
box-shadow: 0 12px 32px rgba(59,130,246,.08);
}
.section-heading {
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
margin-bottom: 16px;
}
.section-heading h3,
.section-heading h4 {
font-size: 16px;
font-weight: 700;
color: var(--color-text-primary);
letter-spacing: -0.3px;
margin: 0;
}
.section-heading h4 {
font-size: 14px;
}
.subtle-label {
display: block;
font-size: 11px;
color: var(--color-text-muted);
font-weight: 600;
letter-spacing: 0.4px;
margin-bottom: 8px;
text-transform: uppercase;
} .custom-input {
background: var(--color-bg-card);
border: 1px solid rgba(30,41,59,.15);
color: var(--color-text-primary);
transition: all 0.2s;
font-size: 14px;
font-family: 'Inter', sans-serif;
}
.custom-input:hover {
border-color: rgba(96,165,250,.32);
}
.custom-input:focus {
outline: none;
border-color: var(--color-primary);
box-shadow: 0 0 0 3px rgba(59,130,250,.12);
background: var(--color-bg-darker);
}
.custom-input::placeholder {
color: var(--color-text-muted);
} .custom-input:-webkit-autofill,
.custom-input:-webkit-autofill:hover,
.custom-input:-webkit-autofill:focus {
-webkit-text-fill-color: var(--color-text-primary) !important;
-webkit-box-shadow: 0 0 0 1000px var(--color-bg-card) inset !important;
box-shadow: 0 0 0 1000px var(--color-bg-card) inset !important;
background-color: var(--color-bg-card) !important;
color: var(--color-text-primary) !important;
caret-color: var(--color-text-primary) !important;
}
input, select, textarea {
color: var(--color-text-primary);
background-color: var(--color-bg-card);
color-scheme: light;
} .bundle-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 12px;
}
@media (max-width: 640px) {
.bundle-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.bundle-card {
position: relative;
padding: 16px;
background: linear-gradient(135deg, rgba(241,245,249,.94) 0%, rgba(241,245,249,.88) 100%);
border: 1px solid rgba(96,165,250,.16);
border-radius: 16px;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.bundle-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(59,130,246,.1) 0%, transparent 100%);
opacity: 0;
transition: opacity 0.3s;
pointer-events: none;
}
.bundle-card:hover {
border-color: rgba(96,165,250,.32);
box-shadow: 0 12px 32px rgba(59,130,246,.12);
transform: translateY(-4px);
}
.bundle-card:hover::before {
opacity: 1;
}
.bundle-card input:checked + .check-mark,
.bundle-card input:checked ~ .check-mark {
opacity: 1;
transform: scale(1);
}
.bundle-card input:checked {
border-color: var(--color-primary);
box-shadow: 0 0 12px rgba(59,130,246,.3);
}
.bundle-card-content {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 6px;
position: relative;
z-index: 1;
}
.bundle-emoji {
font-size: 32px;
line-height: 1;
margin-bottom: 4px;
}
.bundle-title {
font-weight: 700;
font-size: 13px;
color: var(--color-text-primary);
letter-spacing: -0.2px;
}
.bundle-description {
font-size: 11px;
color: var(--color-text-muted);
line-height: 1.4;
margin-top: 4px;
}
.check-mark {
position: absolute;
top: 8px;
right: 8px;
opacity: 0;
transform: scale(0.5);
transition: all 0.2s;
color: var(--color-primary);
width: 20px;
height: 20px;
} .result-card,
.saved-card {
background: linear-gradient(135deg, rgba(241,245,249,.94) 0%, rgba(241,245,249,.90) 100%);
border: 1px solid rgba(30,41,59,.76);
border-radius: 16px;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.result-card::before,
.saved-card::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--color-accent-emerald), var(--color-primary));
opacity: 0;
transition: opacity 0.2s;
}
.result-card:hover,
.saved-card:hover {
transform: translateY(-2px);
border-color: rgba(96,165,250,.38);
box-shadow: 0 16px 32px rgba(59,130,246,.15);
background: linear-gradient(135deg, rgba(241,245,249,.98) 0%, rgba(241,245,249,.95) 100%);
}
.result-card:hover::before,
.saved-card:hover::before {
opacity: 1;
}
.poi-icon {
font-size: 20px;
line-height: 1;
}
.poi-content {
flex: 1;
min-width: 0;
}
.poi-name {
font-weight: 600;
font-size: 13px;
color: var(--color-text-primary);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 2px;
}
.poi-category {
font-size: 11px;
color: var(--color-text-muted);
}
.poi-distance {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 4px 10px;
background: rgba(96,165,250,.15);
color: var(--color-primary);
border-radius: 6px;
font-size: 12px;
font-weight: 600;
white-space: nowrap;
} .chip {
font-size: 0.75rem;
padding: 0.5rem 1rem;
border-radius: 999px;
background: rgba(241,245,249,.9);
border: 1px solid rgba(96,165,250,.2);
cursor: pointer;
color: var(--color-text-secondary);
transition: all 0.25s;
font-weight: 600;
min-height: 40px;
display: inline-flex;
align-items: center;
box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.chip:hover {
border-color: rgba(96,165,250,.5);
color: var(--color-text-primary);
background: rgba(59,130,246,.12);
box-shadow: 0 0 12px rgba(96,165,250,.12);
transform: translateY(-1px);
}
.chip-active {
background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
border-color: #2563eb;
color: white;
box-shadow: 0 0 24px rgba(37,99,235,.4), 0 8px 20px rgba(37,99,235,.25);
text-shadow: 0 1px 2px rgba(0,0,0,.15);
transform: translateY(-1px) scale(1.04);
font-weight: 700;
}
.chip-toggle {
display: inline-flex;
align-items: center;
gap: 0.45rem;
background: rgba(241,245,249,.9);
border: 1px solid rgba(30,41,59,.15);
padding: 0.5rem 0.9rem;
border-radius: 999px;
cursor: pointer;
font-size: 0.8rem;
min-height: 40px;
font-weight: 600;
transition: all 0.2s;
}
.chip-toggle:hover {
border-color: rgba(96,165,250,.4);
color: var(--color-text-primary);
background: rgba(59,130,246,.08);
}
.chip-toggle-active {
background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
border-color: #2563eb;
color: white;
box-shadow: 0 0 24px rgba(37,99,235,.4), 0 8px 20px rgba(37,99,235,.25);
transform: translateY(-1px) scale(1.04);
font-weight: 700;
} .poi-icon-wrap {
width: 48px; height: 48px;
display: flex; align-items: center; justify-content: center;
background: linear-gradient(135deg, rgba(241,245,249,.9) 0%, rgba(241,245,249,.95) 100%);
border-radius: 14px;
border: 1px solid rgba(96,165,250,.2);
font-size: 24px;
flex-shrink: 0;
box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
.poi-cat-badge {
font-size: 10px;
padding: 3px 10px;
border-radius: 999px;
background: rgba(59,130,246,.12);
border: 1px solid rgba(96,165,250,.2);
color: #2563eb;
font-weight: 600;
letter-spacing: 0.2px;
}
.save-dropdown {
position: absolute;
top: 100%;
right: 0;
margin-top: 6px;
width: 260px;
background: rgba(241,245,249,.98);
backdrop-filter: blur(16px);
border: 1px solid rgba(96,165,250,.18);
border-radius: 16px;
box-shadow: 0 20px 50px rgba(0,0,0,.1);
z-index: 60;
animation: slideIn .2s ease;
}
.autocomplete-dropdown {
position: relative;
margin-top: 8px;
background: rgba(241,245,249,.98);
border: 1px solid rgba(96,165,250,.2);
max-height: 220px;
overflow-y: auto;
border-radius: 14px;
color: var(--color-text-primary);
box-shadow: 0 24px 50px rgba(0,0,0,.1);
z-index: 30;
backdrop-filter: blur(var(--blur-sm));
-webkit-backdrop-filter: blur(var(--blur-sm));
}
.autocomplete-item {
padding: 12px 14px;
cursor: pointer;
font-size: 0.92rem;
border-bottom: 1px solid rgba(0,0,0,.06);
color: var(--color-text-secondary);
transition: all 0.15s;
}
.autocomplete-item:hover {
background: rgba(59,130,246,.2);
color: var(--color-primary);
padding-left: 18px;
} .spinner {
width: 32px;
height: 32px;
position: relative;
display: inline-block;
}
.spinner::before,
.spinner::after {
content: '';
position: absolute;
width: 8px;
height: 8px;
background: var(--color-primary);
border-radius: 50%;
animation: routeDot 2s infinite;
}
.spinner::before {
left: 2px;
animation-delay: -0.67s;
}
.spinner::after {
left: 50%;
transform: translateX(-50%);
animation-delay: -0.33s;
}
.spinner-center {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
background: var(--color-accent-violet);
border-radius: 50%;
animation: routeDot 2s infinite;
}
@keyframes routeDot {
0%, 100% {
box-shadow: 0 0 0 rgba(59,130,246,.5);
}
50% {
box-shadow: 0 12px 20px rgba(59,130,246,.3);
}
} #toast-container {
position: fixed;
top: 24px;
right: 24px;
z-index: 9999;
display: flex;
flex-direction: column;
gap: 12px;
pointer-events: none;
}
.toast {
display: flex;
align-items: center;
gap: 12px;
padding: 14px 18px;
background: linear-gradient(135deg, rgba(241,245,249,.98) 0%, rgba(241,245,249,.96) 100%);
border: 1px solid var(--color-border);
border-radius: 12px;
color: var(--color-text-primary);
font-size: 14px;
font-weight: 500;
box-shadow: 0 12px 32px rgba(0,0,0,.08);
backdrop-filter: blur(var(--blur-sm));
-webkit-backdrop-filter: blur(var(--blur-sm));
animation: toastSlideIn 0.3s ease-out;
pointer-events: all;
}
.toast.success {
border-left: 3px solid var(--color-accent-emerald);
}
.toast.error {
border-left: 3px solid #ef4444;
}
.toast.info {
border-left: 3px solid var(--color-primary);
}
@keyframes toastSlideIn {
from {
transform: translateX(400px);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
@keyframes toastSlideOut {
to {
transform: translateX(400px);
opacity: 0;
}
}
.toast.removing {
animation: toastSlideOut 0.3s ease-in forwards;
} ::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: rgba(96,165,250,.3);
border-radius: 999px;
transition: background 0.2s;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(96,165,250,.5);
} .leaflet-popup-content-wrapper {
background: linear-gradient(135deg, rgba(241,245,249,.98) 0%, rgba(241,245,249,.96) 100%);
border: 1px solid var(--color-border);
border-radius: 12px;
box-shadow: 0 12px 32px rgba(0,0,0,.1);
backdrop-filter: blur(var(--blur-sm));
-webkit-backdrop-filter: blur(var(--blur-sm));
}
.leaflet-popup-tip {
background: rgba(241,245,249,.96);
border: 1px solid var(--color-border);
}
.leaflet-popup-content {
margin: 0;
padding: 14px 16px;
color: var(--color-text-primary);
font-size: 13px;
line-height: 1.45;
min-width: 260px;
max-width: 340px;
max-height: 55vh;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgba(96,165,250,.3) transparent;
}
.leaflet-popup-content::-webkit-scrollbar { width: 4px; }
.leaflet-popup-content::-webkit-scrollbar-thumb { background: rgba(96,165,250,.3); border-radius: 4px; }
.leaflet-popup-content::-webkit-scrollbar-track { background: transparent; }
.leaflet-popup-content strong {
font-size: 15px;
font-weight: 700;
display: block;
margin-bottom: 4px;
color: #1e293b;
}
.leaflet-popup-content em {
color: #64748b;
font-style: normal;
font-weight: 600;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.leaflet-popup-content a {
color: #2563eb;
}
.leaflet-popup-content a:hover {
color: #1d4ed8;
}
.leaflet-control-zoom a,
.leaflet-bar a {
background: rgba(241,245,249,.96) !important;
color: var(--color-text-primary) !important;
border-bottom: 1px solid var(--color-border) !important;
transition: all 0.2s !important;
}
.leaflet-control-zoom a:hover,
.leaflet-bar a:hover {
background: var(--color-bg-card-hover) !important;
color: var(--color-primary) !important;
} .glass-card {
background: linear-gradient(135deg, rgba(241,245,249,.98) 0%, rgba(241,245,249,.94) 100%);
border: 1px solid rgba(96,165,250,.2);
border-radius: 16px;
backdrop-filter: blur(var(--blur-md));
-webkit-backdrop-filter: blur(var(--blur-md));
box-shadow:
0 8px 32px rgba(0,0,0,.06),
inset 0 1px 0 rgba(255,255,255,.5);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.glass-card:hover {
border-color: rgba(96,165,250,.35);
box-shadow:
0 16px 48px rgba(59,130,246,.2),
inset 0 1px 0 rgba(255,255,255,.15);
} .empty-state {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
padding: 40px 20px;
text-align: center;
color: var(--color-text-muted);
}
.empty-state-icon {
width: 64px;
height: 64px;
margin-bottom: 8px;
opacity: 0.5;
}
.empty-state-title {
font-size: 16px;
font-weight: 600;
color: var(--color-text-secondary);
margin-bottom: 4px;
}
.empty-state-message {
font-size: 13px;
line-height: 1.5;
max-width: 280px;
} .share-menu-backdrop {
position: fixed;
inset: 0;
background: rgba(0,0,0,.2);
backdrop-filter: blur(4px);
z-index: 100;
animation: fadeIn 0.2s ease-out;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.share-menu-panel {
position: fixed;
right: 0;
top: 0;
bottom: 0;
width: 360px;
background: linear-gradient(180deg, rgba(241,245,249,.98) 0%, rgba(241,245,249,.96) 100%);
border-left: 1px solid var(--color-border);
z-index: 101;
padding: 24px;
overflow-y: auto;
animation: slideInRight 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes slideInRight {
from {
transform: translateX(100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
@media (max-width: 640px) {
.share-menu-panel {
width: 100%;
}
} .timeline-container {
position: relative;
}
.timeline-line {
position: absolute;
left: 8px;
top: 32px;
bottom: 0;
width: 2px;
background: linear-gradient(180deg, var(--color-primary), transparent);
}
.input-icon {
position: absolute;
left: 12px;
top: 50%;
transform: translateY(-50%);
font-size: 16px;
line-height: 1;
z-index: 2;
}
.input-icon.text-emerald-500 {
color: var(--color-accent-emerald);
}
.input-icon.text-rose-500 {
color: #f43f5e;
}
.input-icon.text-gray-400 {
color: var(--color-text-muted);
} button {
min-height: 44px;
}
input {
min-height: 48px;
}
@media (max-width: 768px) {
button {
min-height: 44px;
}
input {
min-height: 48px;
}
} .route-builder-card {
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 18px 35px rgba(0,0,0,.06);
} .btn-share {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 16px;
background: linear-gradient(135deg, rgba(59,130,246,.2) 0%, rgba(167,139,250,.15) 100%);
border: 1px solid rgba(96,165,250,.3);
border-radius: 10px;
color: var(--color-primary);
font-size: 13px;
font-weight: 600;
cursor: pointer;
transition: all 0.2s;
}
.btn-share:hover {
border-color: rgba(96,165,250,.5);
background: linear-gradient(135deg, rgba(59,130,246,.3) 0%, rgba(167,139,250,.25) 100%);
box-shadow: 0 8px 16px rgba(59,130,246,.15);
}
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.5; }
} @keyframes slideIn {
from { transform: translateX(100%); opacity: 0; }
to { transform: translateX(0); opacity: 1; }
} .input-loading-spinner {
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
width: 18px; height: 18px;
border: 2px solid rgba(96,165,250,.2);
border-top-color: #2563eb;
border-radius: 50%;
animation: spin .6s linear infinite;
}
@keyframes spin { to { transform: translateY(-50%) rotate(360deg); } } @keyframes shimmer {
0% { background-position: -200px 0; }
100% { background-position: 200px 0; }
}
.popup-skeleton {
height: 12px;
border-radius: 6px;
background: linear-gradient(90deg, rgba(241,245,249,.6) 25%, rgba(248,250,252,.4) 50%, rgba(241,245,249,.6) 75%);
background-size: 400px 100%;
animation: shimmer 1.2s ease infinite;
margin: 6px 0;
} .delete-confirm-wrap {
position: absolute;
inset: 0;
background: rgba(241,245,249,.92);
backdrop-filter: blur(6px);
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
border-radius: inherit;
z-index: 5;
padding: 8px;
}
.delete-confirm-wrap span {
font-size: 12px;
font-weight: 600;
color: #f87171;
}
.delete-confirm-wrap button {
padding: 6px 14px;
border-radius: 8px;
font-size: 12px;
font-weight: 700;
border: none;
cursor: pointer;
min-height: 32px;
} .transition-all {
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-opacity {
transition: opacity 0.2s;
}
@media (max-width: 640px) {
#app-wrapper {
padding: 8px 0 0;
}
.left-menu {
border-radius: 24px;
padding: 20px;
}
.bundle-grid {
grid-template-columns: repeat(3, 1fr);
}
#toast-container {
top: auto;
bottom: 24px;
right: 12px;
left: 12px;
}
.toast {
width: 100%;
} .top-menu-strip {
gap: 4px;
margin-bottom: 6px;
padding-bottom: 6px;
flex-wrap: nowrap !important;
overflow: hidden !important;
width: 100%;
box-sizing: border-box;
}
.menu-icon-btn {
padding: 6px;
min-height: 36px;
min-width: 0;
width: 36px;
border-radius: 10px;
flex-shrink: 1;
}
.menu-emoji {
font-size: 16px;
}
.tab-label {
display: none !important;
}
.menu-right-group {
gap: 4px !important;
margin-left: auto;
flex-shrink: 0;
}
.menu-pill-badge {
top: -4px;
right: -4px;
font-size: 9px;
min-width: 16px;
height: 16px;
line-height: 16px;
padding: 0 4px;
} .stats-row {
gap: 6px;
margin-bottom: 10px;
}
.stat-pill {
flex-direction: row;
gap: 5px;
padding: 5px 10px;
align-items: center;
border-radius: 999px;
}
.stat-pill span {
font-size: 10px;
}
.stat-pill strong {
font-size: 11px;
} .login-hint {
display: none;
} .bottom-sheet-content {
padding: 10px 12px;
overflow-y: auto;
overflow-x: hidden !important;
-webkit-overflow-scrolling: touch;
max-width: 100vw;
box-sizing: border-box;
}
.left-menu {
overflow-x: hidden !important;
max-width: 100vw;
} .save-dropdown {
position: fixed;
top: 12vh;
bottom: auto;
right: 16px;
left: 16px;
width: auto;
max-height: 64vh;
overflow-y: auto;
z-index: 6000;
box-shadow: 0 24px 64px rgba(0,0,0,.3);
}
} button:focus-visible, a:focus-visible, input:focus-visible, [role="button"]:focus-visible {
outline: 2px solid #2563eb;
outline-offset: 2px;
border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
transition-duration: .01ms !important;
scroll-behavior: auto !important;
}
} .poi-action-btn, .chip-toggle, .chip-active { transition: transform .12s ease, box-shadow .12s ease; }
.poi-action-btn:active { transform: scale(.96); }  .fun-score-badge {
background: linear-gradient(135deg, rgba(124,58,237,.08), rgba(37,99,235,.08)) !important;
border: 1px solid rgba(124,58,237,.25) !important;
} .itinerary-open-btn {
margin-top: 10px;
width: 100%;
padding: 8px 14px;
border-radius: 10px;
border: 1px solid rgba(37,99,235,.25);
background: rgba(37,99,235,.06);
color: #2563eb;
font-size: 13px;
font-weight: 700;
cursor: pointer;
transition: background .15s ease, transform .12s ease;
}
.itinerary-open-btn:hover { background: rgba(37,99,235,.12); }
.itinerary-open-btn:active { transform: scale(.98); } .itinerary-backdrop {
position: fixed; inset: 0; z-index: 2147481000;
background: rgba(15,23,42,.45);
display: flex; align-items: center; justify-content: center;
padding: 16px;
}
.itinerary-modal {
background: #ffffff;
border-radius: 20px;
width: 100%; max-width: 460px;
max-height: 86vh;
display: flex; flex-direction: column;
box-shadow: 0 24px 64px rgba(0,0,0,.25);
overflow: hidden;
}
.itinerary-head {
display: flex; justify-content: space-between; align-items: center;
padding: 16px 20px 10px;
}
.itinerary-head h3 { font-size: 17px; font-weight: 800; color: #1e293b; margin: 0; }
.itinerary-close {
border: none; background: rgba(241,245,249,.9); color: #475569;
width: 30px; height: 30px; border-radius: 50%; cursor: pointer; font-size: 13px;
}
.itinerary-controls {
display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
padding: 4px 20px 10px;
font-size: 12px; color: #475569;
}
.itinerary-controls label { display: flex; gap: 6px; align-items: center; font-weight: 600; }
.itinerary-controls input[type="time"], .itinerary-controls select {
border: 1px solid #e2e8f0; border-radius: 8px; padding: 4px 8px; font-size: 12px; background: #f8fafc; color: #1e293b;
}
.itinerary-print-btn {
margin-left: auto; border: 1px solid rgba(37,99,235,.25); background: rgba(37,99,235,.06);
color: #2563eb; border-radius: 8px; padding: 5px 12px; font-size: 12px; font-weight: 700; cursor: pointer;
}
.itinerary-summary {
padding: 0 20px 8px; font-size: 12px; font-weight: 600; color: #64748b;
}
.itinerary-rows { overflow-y: auto; padding: 4px 20px 20px; }
.itinerary-row {
display: flex; gap: 10px; align-items: flex-start;
padding: 8px 0; border-bottom: 1px dashed #e2e8f0;
}
.itinerary-row:last-child { border-bottom: none; }
.itinerary-row-pause { opacity: .65; }
.itinerary-time { font-variant-numeric: tabular-nums; font-weight: 800; font-size: 13px; color: #2563eb; min-width: 46px; }
.itinerary-icon { font-size: 14px; }
.itinerary-label { font-size: 13px; font-weight: 700; color: #1e293b; }
.itinerary-note { font-size: 11px; color: #64748b; } @media print {
body * { visibility: hidden !important; }
.itinerary-backdrop, .itinerary-backdrop * { visibility: visible !important; }
.itinerary-backdrop { position: absolute; inset: 0; background: #fff; padding: 0; }
.itinerary-modal { box-shadow: none; max-width: 100%; max-height: none; border-radius: 0; }
.no-print, .itinerary-close { display: none !important; }
} .tour-backdrop {
position: fixed; inset: 0; z-index: 2147482000;
background: rgba(15,23,42,.35);
}
.tour-highlight {
position: relative;
z-index: 2147482500 !important;
box-shadow: 0 0 0 4px rgba(37,99,235,.55), 0 0 0 9999px rgba(15,23,42,.35) !important;
border-radius: 12px;
}
.tour-tooltip {
position: fixed; z-index: 2147483000;
width: 300px;
background: #ffffff;
border-radius: 16px;
padding: 16px;
box-shadow: 0 16px 48px rgba(0,0,0,.3);
animation: fadeInUp .25s ease;
}
.tour-title { font-size: 15px; font-weight: 800; color: #1e293b; margin-bottom: 6px; }
.tour-text { font-size: 13px; line-height: 1.45; color: #475569; }
.tour-actions { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.tour-dots { display: flex; gap: 5px; margin-right: auto; }
.tour-dot { width: 7px; height: 7px; border-radius: 50%; background: #e2e8f0; display: inline-block; }
.tour-dot-active { background: #2563eb; }
.tour-skip {
border: none; background: transparent; color: #94a3b8; font-size: 12px; font-weight: 600; cursor: pointer; padding: 6px 8px;
}
.tour-next {
border: none; background: linear-gradient(135deg, #2563eb, #7c3aed); color: #fff;
font-size: 12px; font-weight: 800; cursor: pointer; padding: 7px 16px; border-radius: 9px;
} .leaflet-interactive { cursor: grab; } .basemap-menu {
position: absolute;
top: calc(100% + 6px);
right: 0;
z-index: 1000;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 12px 32px rgba(0,0,0,.18);
border: 1px solid rgba(30,41,59,.08);
min-width: 150px;
overflow: hidden;
padding: 4px;
}
.basemap-option {
display: flex; align-items: center; gap: 8px;
width: 100%;
border: none; background: transparent; cursor: pointer;
padding: 9px 12px;
font-size: 13px; font-weight: 600; color: #1e293b;
border-radius: 8px;
text-align: left;
}
.basemap-option:hover { background: rgba(59,130,246,.08); }
.basemap-option-active { background: rgba(59,130,246,.1); } .loop-gen-card {
background: linear-gradient(135deg, rgba(124,58,237,.06), rgba(37,99,235,.06));
border: 1px solid rgba(124,58,237,.18);
border-radius: 14px;
padding: 10px 12px;
}
.loop-gen-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.loop-gen-label { font-size: 12px; font-weight: 700; color: #475569; }
.loop-gen-select {
border: 1px solid #e2e8f0; border-radius: 8px; padding: 4px 8px;
font-size: 12px; background: #f8fafc; color: #1e293b; font-weight: 600;
}
.loop-gen-btn {
margin-left: auto;
border: none; border-radius: 9px; padding: 6px 14px;
background: linear-gradient(135deg, #7c3aed, #2563eb);
color: #fff; font-size: 12px; font-weight: 800; cursor: pointer;
transition: transform .12s ease, opacity .15s ease;
}
.loop-gen-btn:hover { transform: scale(1.03); }
.loop-gen-btn:disabled { opacity: .6; cursor: wait; transform: none; }
.itinerary-weather {
font-size: 12px; font-weight: 700; color: #475569;
white-space: nowrap; padding-top: 1px;
}
.itinerary-rain { font-size: 10px; color: #0891b2; margin-left: 4px; }
.route-preview-svg {
width: 56px; height: 36px; flex: 0 0 auto;
background: rgba(59,130,246,.06);
border: 1px solid rgba(59,130,246,.12);
border-radius: 8px;
}
.rename-input {
width: 100%;
border: 1px solid #93c5fd; border-radius: 7px;
padding: 3px 8px; font-size: 13px; font-weight: 600; color: #1e293b;
background: #fff; outline: none;
} .go-btn {
flex: 0 0 auto;
padding: 8px 22px;
border: none;
border-radius: 10px;
background: linear-gradient(135deg, #059669, #10b981);
color: #fff;
font-size: 14px;
font-weight: 800;
letter-spacing: .03em;
cursor: pointer;
box-shadow: 0 4px 14px rgba(16,185,129,.3);
transition: transform .12s ease;
}
.go-btn:hover { transform: scale(1.04); }
.go-btn:active { transform: scale(.97); }
.itinerary-open-btn { flex: 1; }
.explore-area-btn {
margin-left: auto;
border: 1px solid rgba(5,150,105,.3);
background: rgba(5,150,105,.08);
color: #059669;
border-radius: 9px;
padding: 6px 12px;
font-size: 12px;
font-weight: 700;
cursor: pointer;
}
.explore-area-btn:hover { background: rgba(5,150,105,.15); } .loop-gen-compact { padding: 0; overflow: hidden; }
.loop-toggle-row {
display: flex; justify-content: space-between; align-items: center;
width: 100%;
border: none; background: transparent; cursor: pointer;
padding: 9px 14px;
font-size: 12px; font-weight: 800; color: #6d28d9;
}
.loop-toggle-row:hover { background: rgba(124,58,237,.06); }
.loop-caret { font-size: 11px; opacity: .7; }
.loop-gen-body { padding: 4px 12px 12px; }
.loop-gen-body .loop-gen-select { flex: 1; } .poi-card-pad { padding: 10px 12px; }
.poi-name {
font-weight: 700;
font-size: 13px;
color: var(--color-text-primary);
margin-bottom: 3px;
}
.result-card .poi-icon-wrap {
width: 38px; height: 38px;
font-size: 19px;
border-radius: 11px;
}
.result-card .poi-action-btn { padding: 4px 9px; font-size: 10.5px; }
.result-card .poi-cat-badge { padding: 2px 8px; } .result-card.card-active {
border-color: rgba(37,99,235,.55) !important;
box-shadow: 0 8px 24px rgba(37,99,235,.18);
}
.result-card.card-active::before { opacity: 1; } @media (max-width: 1024px) {
.poi-card-pad { padding: 8px 10px; }
.poi-name { font-size: 12.5px; }
.result-card .poi-icon-wrap {
width: 30px; height: 30px;
font-size: 15px;
border-radius: 9px;
box-shadow: none;
}
.result-card .poi-action-btn { padding: 4px 8px; font-size: 10px; }
} .leaflet-popup-content {
margin: 10px 14px 10px 14px !important;
line-height: 1.4;
max-height: 56vh;
overflow-y: auto;
overscroll-behavior: contain;
scrollbar-width: thin;
}
.leaflet-popup-content::-webkit-scrollbar { width: 5px; }
.leaflet-popup-content::-webkit-scrollbar-thumb { background: rgba(59,130,246,.25); border-radius: 4px; }
.leaflet-popup-content strong { font-size: 14.5px; }
.leaflet-popup-content em { display: inline-block; margin-top: 1px; }
@media (max-width: 700px) {
.leaflet-popup-content { max-height: 46vh; }
} @media (max-width: 1024px) { .left-menu,
.bottom-sheet-content {
touch-action: pan-y;
}
.bottom-sheet-content > * {
max-width: 100%;
box-sizing: border-box;
} .bottom-sheet-content [style*="white-space:nowrap"],
.bottom-sheet-content button,
.bottom-sheet-content a {
max-width: 100%;
}
} @media (max-width: 1024px) { .left-menu,
.bottom-sheet-content {
overflow-x: clip !important;
}
} .elev-toggle {
display: flex; justify-content: space-between; align-items: center;
width: 100%;
border: none; cursor: pointer;
background: rgba(59,130,246,.05);
border-radius: 9px;
padding: 7px 11px;
font-size: 12px; font-weight: 700; color: #475569;
}
.elev-toggle:hover { background: rgba(59,130,246,.1); } .quick-filter-strip {
animation: none !important;
padding: 8px 10px !important;
box-shadow: none !important;
border: 1px solid rgba(52,211,153,.25) !important;
background: rgba(52,211,153,.06) !important;
} .loop-gen-card {
background: rgba(124,58,237,.04);
border-color: rgba(124,58,237,.14);
} @media (max-width: 1024px) {
.route-summary-card { padding: 12px !important; }
.route-stat-badge { padding: 6px 9px !important; }
.route-summary-stats { gap: 6px !important; }
} @media (max-width: 1024px) { .route-builder-card .shadow-inner { padding: 10px !important; } .route-builder-card .flex.gap-2 { gap: 4px !important; }
.route-builder-card .custom-input {
min-width: 0;
padding-left: 2.3rem !important;
padding-right: .5rem !important;
font-size: 13px;
}
.route-builder-card .input-icon { left: 9px; font-size: 14px; } .route-builder-card .flex.gap-2 > button {
flex: 0 0 auto;
min-width: 30px !important;
min-height: 30px !important;
padding: 4px !important;
}
.route-builder-card .input-loading-spinner { right: 70px !important; }
} @media (max-width: 1024px) {
.left-menu:not(.bottom-sheet-collapsed) {
max-height: 96vh;
max-height: 96dvh; height: 96dvh;
box-shadow: 0 -8px 40px rgba(0,0,0,.25); z-index: 2147480000;
} .left-menu:not(.bottom-sheet-collapsed) .bottom-sheet-content {
max-height: calc(96dvh - 48px);
}
} body.ttb-sheet-open header,
body.ttb-sheet-open .site-header,
body.ttb-sheet-open #masthead,
body.ttb-sheet-open [class*="sticky-header"],
body.ttb-sheet-open [id*="masthead"] {
visibility: hidden !important;
}