.truck-hub-hero{background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);color:white;padding:2rem;border-radius:20px;margin-bottom:2rem}.truck-hub-hero h1{font-size:1.75rem;font-weight:700;margin:0 0 0.5rem 0}.truck-hub-hero p{margin:0;opacity:0.9}.truck-hub-hero .back-link{display:inline-flex;align-items:center;gap:0.5rem;color:rgba(255,255,255,0.8);text-decoration:none;opacity:0.85;margin-bottom:1rem;font-size:0.9rem}.truck-hub-hero .back-link:hover{opacity:1;color:white}.truck-hub-hero .back-link .v2-icon{width:1rem;height:1rem}.pwa-install-btn{display:none;margin-top:1.5rem;padding:0.75rem 1.5rem;background:linear-gradient(135deg,#f97316,#ea580c);color:white;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;position:relative;z-index:10;box-shadow:0 4px 15px rgba(249,115,22,0.4)}.pwa-install-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,0.5)}.pwa-install-btn .install-icon{margin-right:0.5rem}.pwa-install-btn.show{display:inline-flex;align-items:center}.pwa-install-hint{display:none;margin-top:0.5rem;font-size:0.85rem;opacity:0.8;position:relative}.pwa-install-hint.show{display:block}.share-page-btn{display:inline-flex;align-items:center;gap:0.5rem;margin-top:1rem;padding:0.6rem 1.25rem;background:rgba(255,255,255,0.2);color:white;border:1px solid rgba(255,255,255,0.3);border-radius:50px;font-size:0.9rem;font-weight:500;cursor:pointer;transition:all 0.3s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.share-page-btn:hover{background:rgba(255,255,255,0.3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.15)}.share-page-btn:active{transform:translateY(0)}.share-page-btn svg{flex-shrink:0}.share-page-btn--copied{background:rgba(34,197,94,0.3) !important;border-color:rgba(34,197,94,0.5) !important}@keyframes shareFadeIn{from{opacity:0}to{opacity:1}}@keyframes shareSlideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.stats-row{display:flex;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}.stat-box{background:rgba(255,255,255,0.15);padding:1rem 1.5rem;border-radius:12px;text-align:center;min-width:120px}.stat-box .count{font-size:2rem;font-weight:700;line-height:1}.stat-box .label{font-size:0.85rem;opacity:0.9;margin-top:0.25rem}.map-section{margin-bottom:2rem}.map-container{height:500px;border-radius:16px;overflow:hidden;margin-top:1rem;box-shadow:0 4px 20px rgba(0,0,0,0.1)}#truckMap{height:100%;width:100%}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--bs-border-color,#dee2e6)}.section-icon{width:48px;height:48px;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;font-size:1.25rem}.section-icon.border-icon{background:linear-gradient(135deg,#dc2626 0%,#f97316 100%)}.section-icon.country-icon{background:linear-gradient(135deg,#059669 0%,#10b981 100%)}.section-title h2{font-size:1.35rem;font-weight:700;margin:0;color:var(--bs-heading-color,#212529)}.section-title p{margin:0;font-size:0.9rem;color:var(--bs-secondary-color,#6c757d)}.section-count{margin-left:auto;text-align:right}.section-count .count{font-size:1.5rem;font-weight:700;color:var(--bs-primary,#0d6efd)}.section-count .label{font-size:0.8rem;color:var(--bs-secondary-color,#6c757d)}.checkpoint-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:2rem}.checkpoint-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--bs-body-bg,#fff);border:1px solid var(--bs-border-color,#dee2e6);border-radius:12px;text-decoration:none;color:inherit;transition:all 0.2s}.checkpoint-card:hover{border-color:var(--bs-primary,#0d6efd);box-shadow:0 4px 12px rgba(0,0,0,0.1);transform:translateY(-2px)}.checkpoint-flags{display:flex;align-items:center;gap:0.25rem}.checkpoint-flags img{width:24px;height:auto;border-radius:2px}.checkpoint-info{flex:1;min-width:0}.checkpoint-name{font-weight:600;font-size:0.95rem;color:var(--bs-heading-color,#212529);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkpoint-stats{font-size:0.8rem;color:var(--bs-secondary-color,#6c757d)}.checkpoint-arrow{color:var(--bs-secondary-color,#6c757d);opacity:0.5;transition:all 0.2s;width:1rem;height:1rem}.checkpoint-card:hover .checkpoint-arrow{opacity:1;transform:translateX(4px)}.flag-arrow{width:0.6rem;height:0.6rem;color:var(--bs-secondary-color)}.section-icon .v2-icon{width:1.25rem;height:1.25rem}.parking-icon .v2-icon{width:1rem;height:1rem}.parking-gmaps .v2-icon{width:1rem;height:1rem}.parkings-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:0.75rem}.parking-item{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1rem;background:var(--bs-body-bg,#fff);border:1px solid var(--bs-border-color,#dee2e6);border-radius:10px;font-size:0.9rem}.parking-icon{width:32px;height:32px;background:var(--bs-secondary-bg,#f8f9fa);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--bs-secondary-color,#6c757d);flex-shrink:0}.parking-name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parking-gmaps{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#4285f4;color:white;border-radius:8px;text-decoration:none;flex-shrink:0;transition:all 0.2s}.parking-gmaps:hover{background:#3367d6;color:white;transform:scale(1.1)}[data-theme="dark"] .truck-hub-hero{background:linear-gradient(135deg,#1e3a5f 0%,#2563eb 100%)}[data-theme="dark"] .section-title h2{color:var(--bs-body-color,#e2e8f0)}[data-theme="dark"] .checkpoint-card{background:var(--bs-body-bg,#1e293b);border-color:var(--bs-border-color,#334155)}[data-theme="dark"] .checkpoint-name{color:var(--bs-body-color,#e2e8f0)}[data-theme="dark"] .parking-item{background:var(--bs-body-bg,#1e293b);border-color:var(--bs-border-color,#334155)}[data-theme="dark"] .parking-icon{background:rgba(255,255,255,0.1)}[data-theme="dark"] .bg-light{background:var(--bs-body-bg,#1e293b) !important}@media (max-width:768px){.stats-row{gap:1rem}.stat-box{min-width:100px;padding:0.75rem 1rem}.stat-box .count{font-size:1.5rem}.checkpoint-grid{grid-template-columns:1fr}.parkings-list{grid-template-columns:1fr}.map-container{height:400px}}.parking-marker{background:transparent !important;border:none !important}.leaflet-popup-content{font-size:13px}.marker-cluster-small{background-color:rgba(37,99,235,0.6)}.marker-cluster-small div{background-color:rgba(37,99,235,0.9);color:white}.marker-cluster-medium{background-color:rgba(220,38,38,0.6)}.marker-cluster-medium div{background-color:rgba(220,38,38,0.9);color:white}.marker-cluster-large{background-color:rgba(5,150,105,0.6)}.marker-cluster-large div{background-color:rgba(5,150,105,0.9);color:white}
