:root{--tp-drawer-width:350px;--tp-drawer-min:280px;--tp-drawer-max:50vw;--tp-header-height:56px;--tp-mode-nav-height:44px;--tp-header-total-height:calc(
    var(--tp-header-height) + var(--tp-mode-nav-height)
  );--tp-primary:#06a3da;--tp-primary-dark:#0583b0;--tp-bg-dark:#1a1a2e;--tp-text-light:#ffffff;--tp-text-muted:#6c757d;--tp-border-color:#dee2e6;--tp-shadow:0 4px 12px rgba(0, 0, 0, 0.15);--tp-focus-accent:#d14343}body{overflow:hidden}.container-xxxl{max-width:100%!important;padding:0!important}.tp-toast-container{position:fixed;top:calc(var(--tp-header-total-height) + 12px);right:20px;z-index:1100}.tp-toast-container .toast{background:var(--tp-bg-dark);color:var(--tp-text-light);border-radius:8px}.tp-header{position:fixed;top:0;left:0;right:0;height:var(--tp-header-height);background:rgba(255,255,255,.95);backdrop-filter:blur(10px);display:flex;align-items:center;padding:0 20px;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.1)}.tp-mode-nav{position:fixed;top:var(--tp-header-height);left:0;right:0;height:var(--tp-mode-nav-height);display:flex;align-items:center;gap:8px;padding:0 20px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,6%);border-bottom:1px solid rgba(0,0,0,8%);z-index:990}.tp-mode-nav-btn{height:32px;padding:0 14px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#1f2937;font-size:13px;font-weight:600;line-height:1;display:inline-flex;align-items:center;gap:7px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap}.tp-mode-nav-btn:hover{background:#f9fafb;border-color:#9ca3af}.tp-mode-nav-btn.active{color:#fff;border-color:var(--tp-primary);background:linear-gradient( 135deg,var(--tp-primary),var(--tp-primary-dark) )}.tp-logo img{height:32px}.tp-nav-links{display:flex;gap:24px;margin-left:40px}.tp-nav-links a{color:#333;text-decoration:none;font-weight:500;font-size:14px;transition:color .2s}.tp-nav-links a:hover{color:var(--tp-primary)}.tp-account-section{margin-left:auto;position:relative}.tp-account-btn{background:linear-gradient( 135deg,var(--tp-primary),var(--tp-primary-dark) );color:#fff;border:none;position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;max-width:min(42vw,260px);padding:10px 20px;border-radius:20px;font-weight:500;cursor:pointer;overflow:visible;transition:transform .2s,box-shadow .2s}.tp-account-btn-label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tp-collection-icon{display:inline-block;flex:none;width:20px;height:20px;background-color:var(--tp-collection-icon-color,#2a78a6);background-image:linear-gradient( 145deg,var(--tp-collection-gradient-start,#72b7d9) 0%,var(--tp-collection-icon-color,#2a78a6) 52%,var(--tp-collection-gradient-end,#2a78a6) 100% );-webkit-mask-image:var(--tp-collection-icon-url);mask-image:var(--tp-collection-icon-url);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;filter:drop-shadow(0 2px 2px rgba(15,23,42,.28))}.tp-collection-icon--nav{width:16px;height:16px;filter:drop-shadow(0 1px 1px rgba(15,23,42,.35))}.tp-account-tier-badge{position:absolute;top:-6px;right:-8px;display:inline-flex;align-items:center;min-height:20px;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:700;line-height:1;letter-spacing:.01em;color:#0f172a;background:#f3f4f6;box-shadow:0 4px 10px rgba(15,23,42,.18),inset 0 0 0 1px rgba(255,255,255,.5)}.tp-account-tier-badge.is-loading{color:#475569;background:#e5e7eb}.tp-account-tier-badge.tier-free{background:#f3f4f6;color:#374151}.tp-account-tier-badge.tier-standard{background:#dbeafe;color:#1d4ed8}.tp-account-tier-badge.tier-pro-seat{background:#ede9fe;color:#6d28d9}.tp-account-tier-badge.tier-pro-admin{background:#dcfce7;color:#15803d}.tp-account-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(6,163,218,.3)}.tp-account-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:8px;box-shadow:var(--tp-shadow);overflow:hidden;min-width:150px}.tp-account-dropdown a{display:block;padding:10px 16px;color:#333;text-decoration:none;transition:background .2s}.tp-account-dropdown a:hover{background:#f5f5f5}.tp-container{position:fixed;top:var(--tp-header-total-height);left:0;right:0;bottom:0;display:grid;grid-template-columns:var(--tp-drawer-width)1fr;transition:grid-template-columns .3s ease}.tp-drawer{position:relative;background:#fff;box-shadow:2px 0 12px rgba(0,0,0,.1);overflow:hidden;display:flex;z-index:100}.tp-drawer.closed{display:none}.tp-drawer-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;min-width:var(--tp-drawer-min)}.tp-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--tp-border-color);background:#fafafa}.tp-drawer-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.tp-drawer-close{background:0 0;border:none;font-size:18px;color:var(--tp-text-muted);cursor:pointer;padding:4px 8px;transition:color .2s}.tp-drawer-close:hover{color:#333}.tp-drawer-body{flex:1;padding:8px;display:flex;flex-direction:column;gap:16px;background:#f8fafc}.tp-sidebar-card{background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 2px 8px rgba(15,23,42,5%);padding:18px}.tp-drawer-handle{width:6px;background:#e0e0e0;cursor:ew-resize;transition:background .2s;flex-shrink:0}.tp-drawer-handle:hover,.tp-drawer-handle.dragging{background:var(--tp-primary)}.tp-drawer-toggle{position:fixed;top:calc(20vh + var(--tp-header-total-height)/2);left:calc(var(--tp-drawer-width) + 12px);transform:translate(-50%,-50%);width:36px;height:72px;background:#fff;border:1px solid var(--tp-border-color);border-left:none;border-radius:0 10px 10px 0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:120;transition:left .3s ease,background .2s ease,color .2s ease}.tp-drawer-toggle:hover{background:#f5f5f5}.tp-drawer-toggle i{color:#333;font-size:16px;transition:transform .3s ease}.tp-drawer-toggle.collapsed i{transform:rotate(180deg)}.tp-location-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.tp-location-actions{display:flex;align-items:center;gap:8px}.tp-location-weather{width:32px;height:32px;border:1px solid #e5e7eb;border-radius:6px;background:#f8fafc;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s,transform .2s}.tp-location-weather:hover{background:#e2e8f0;color:#0f172a}.tp-location-label{font-size:13px;font-weight:600;color:#5e6b79;margin:0}.tp-location-hint{display:inline-flex;align-items:center;gap:8px;margin:12px 0 10px;padding:8px 10px;color:#3e4f64;font-size:18px;font-weight:500}.tp-location-hint i{color:var(--tp-focus-accent)}.tp-location-toggle{width:28px;height:28px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s,transform .2s}.tp-location-toggle.expanded{transform:rotate(180deg)}.tp-location-toggle:hover{background:#e2e8f0;color:#0f172a}.tp-location-value{font-size:18px;font-weight:600;color:#27313f;margin:0;line-height:1.35}.tp-location-details{margin-top:10px;border-top:1px solid #e2e8f0;padding-top:8px}.tp-location-detail-list{display:grid;grid-template-columns:1fr;row-gap:6px}.tp-location-detail-list.is-preview-locked{row-gap:8px}.tp-location-detail{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#475569;gap:8px}.tp-location-detail strong{color:#0f172a;font-weight:600}.tp-location-detail .tp-detail-value{text-align:right;color:#0f172a}.tp-preview-lock-region{position:relative;overflow:hidden;border-radius:12px;margin-top:2px;padding:0 0 10px}.tp-preview-lock-region--well{-webkit-mask-image:linear-gradient( 90deg,transparent 0%,#000 8%,#000 92%,transparent 100% );mask-image:linear-gradient( 90deg,transparent 0%,#000 8%,#000 92%,transparent 100% )}.tp-preview-lock-region::before{content:"";position:absolute;inset:0;background:linear-gradient( 180deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.78) 46%,rgba(255,255,255,.96) 100% );pointer-events:none;z-index:2}.tp-preview-lock-region--history::before{background:linear-gradient( 180deg,rgba(255,255,255,8%) 0%,rgba(255,255,255,.82) 42%,rgba(255,255,255,.98) 100% )}.tp-preview-lock-teaser{filter:blur(4px);opacity:.75;pointer-events:none;user-select:none;transform:translateY(-4px);transform-origin:top center}.tp-preview-fade-region{position:relative;overflow:hidden;pointer-events:none;user-select:none}.tp-preview-fade-region::before{content:"";position:absolute;inset:0;background:linear-gradient( 180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,.58) 68%,rgba(255,255,255,.94) 100% );pointer-events:none;z-index:2}.tp-preview-fade-region .tp-history-item,.tp-preview-fade-region .tp-recent-item{filter:blur(1.8px);opacity:.92}.tp-preview-lock-notice{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:0;padding:12px 14px 8px}.tp-preview-lock-badge-trigger{display:inline-flex;align-items:center;border-radius:999px;cursor:pointer}.tp-preview-lock-copy{margin:0;font-size:12px;line-height:1.45;color:#334155;max-width:26ch}.tp-route-section{margin-top:0;padding-bottom:16px}.tp-section-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.tp-route-section h4,.tp-section-header{font-size:13px;font-weight:600;color:#5e6b79;text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px}.tp-section-header-row .tp-section-header{margin-bottom:0}.tp-route-share-menu-wrap{position:relative;margin-left:auto}.tp-route-share-btn{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 12px;border:1px solid #d7dee7;border-radius:999px;background:#fff;color:#44515f;font-size:12px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease,background .2s ease}.tp-route-share-btn:hover,.tp-route-share-btn:focus-visible,.tp-route-share-btn.is-open{border-color:rgba(6,163,218,.38);color:var(--tp-primary);background:#f8fcff;box-shadow:0 0 0 3px rgba(6,163,218,.12);outline:none}.tp-route-share-btn-chevron{font-size:10px;transition:transform .2s ease}.tp-route-share-btn.is-open .tp-route-share-btn-chevron{transform:rotate(180deg)}.tp-route-share-menu{min-width:220px}.tp-route-share-menu .tp-recent-menu-item{justify-content:space-between;gap:12px}.tp-route-share-menu-item-main{display:inline-flex;align-items:center;gap:8px;min-width:0}.tp-route-share-menu-item-meta{display:inline-flex;align-items:center;justify-content:flex-end;margin-left:auto;flex-shrink:0}.tp-route-share-menu .tp-route-share-menu-item-meta .tp-tier-badge-icon i{color:#f2c14e;width:auto}.tp-route-share-menu .tp-recent-menu-item[aria-disabled=true]{cursor:default}.tp-route-share-menu .tp-recent-menu-item[aria-disabled=true]:hover{background:#f3f4f6}.tp-route-field{margin-bottom:11px}.tp-route-field label{display:block;font-size:12px;color:#667483;margin-bottom:6px}.tp-route-input{width:100%;min-height:44px;padding:10px 44px 10px 12px;border:1px solid #d4dde7;border-radius:10px;background:#fff;font-size:14px;transition:border-color .2s,box-shadow .2s}.tp-route-input:focus{outline:none;border-color:var(--tp-focus-accent);box-shadow:0 0 0 3px rgba(209,67,67,.14)}.tp-route-input:disabled{background:#f3f5f7;cursor:not-allowed}.tp-input-clear-btn{position:absolute;right:11px;top:50%;transform:translateY(-50%);background:0 0;border:none;color:#7a8795;cursor:pointer;padding:5px;display:none;z-index:10;font-size:14px;transition:color .2s}.tp-input-clear-btn:hover{color:#243143}.tp-flip-route-btn{position:absolute;right:47px;top:50%;transform:translateY(-50%);background:#f3f5f8;border:1px solid #d4dde7;border-radius:8px;width:30px;height:30px;color:#5f6c79;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;padding:0;font-size:14px}.tp-flip-route-btn:hover{background:#e9eef4;color:#223041}.tp-waypoints-container{display:flex;flex-direction:column;gap:8px}.tp-waypoint-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8f9fa;border-radius:6px;border-left:3px solid #f59e0b}.tp-stop-origin{border-left-color:#22c55e}.tp-stop-destination{border-left-color:#ef4444}.tp-stop-waypoint{border-left-color:#f59e0b}.tp-drag-handle{cursor:grab;color:#ccc;font-size:14px;flex-shrink:0;padding:2px 2px 2px 0;transition:color .2s}.tp-drag-handle:hover{color:#888}.tp-drag-handle:active{cursor:grabbing}.tp-drag-dragging{opacity:.4}.tp-drag-over{border-top:2px solid var(--tp-primary)}.tp-stop-type-icon{flex-shrink:0;font-size:11px}.tp-stop-type-icon.origin{color:#22c55e}.tp-stop-type-icon.destination{color:#ef4444}.tp-stop-type-icon.waypoint{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#f59e0b;color:#fff;border-radius:50%;font-size:10px;font-weight:700}.tp-stop-origin .tp-waypoint-label,.tp-stop-destination .tp-waypoint-label{font-weight:600}.tp-recent-btn.add-waypoint:hover:not(:disabled){background:#f59e0b;color:#fff}.tp-recent-btn.add-waypoint:disabled{opacity:.35;cursor:not-allowed}.tp-waypoint-item .tp-waypoint-info{flex:1;min-width:0}.tp-waypoint-item .tp-waypoint-label{font-size:10px;color:var(--tp-text-muted);text-transform:uppercase}.tp-waypoint-item .tp-waypoint-name{font-size:13px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-waypoint-item .tp-waypoint-secondary{font-size:11px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.tp-waypoint-item .tp-waypoint-remove{background:0 0;border:none;color:var(--tp-text-muted);cursor:pointer;padding:4px;transition:color .2s}.tp-waypoint-item .tp-waypoint-remove:hover{color:#ef4444}.tp-add-waypoint-wrap{position:relative}.tp-add-waypoint{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;min-height:52px;padding:14px 96px 10px 14px;border:1px dashed #cfd8e3;border-radius:10px;background:0 0;color:#5f6c79;font-size:14px;cursor:pointer;transition:border-color .2s,color .2s,background .2s;margin:8px 0}.tp-add-waypoint-label{display:inline-flex;align-items:center;gap:8px}.tp-add-waypoint-badges{position:absolute;top:8px;right:10px;display:inline-flex;align-items:center;gap:6px}.tp-add-waypoint-badge-trigger{position:static;top:auto;right:auto;z-index:auto;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;box-shadow:none}.tp-route-loading{position:absolute;inset:0;z-index:12;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18);backdrop-filter:blur(2px);pointer-events:none}.tp-route-loading-card{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;background:rgba(15,23,42,.9);color:#f8fafc;font-size:13px;font-weight:600;box-shadow:0 12px 30px rgba(15,23,42,.28)}.tp-add-waypoint:hover:not(:disabled){border-color:var(--tp-focus-accent);color:var(--tp-focus-accent);background:#fff7f7}.tp-add-waypoint:disabled{cursor:not-allowed;opacity:.5}.tp-add-waypoint.active{border-color:#f59e0b;background:#fef3c7;color:#b45309}.tp-add-waypoint.active i{animation:pulse 1s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.tp-route-summary{background:#f0f9ff;border-radius:8px;padding:12px 16px;margin-top:16px}.tp-route-stat{display:flex;justify-content:space-between;margin-bottom:6px}.tp-route-stat:last-child{margin-bottom:0}.tp-stat-label{color:var(--tp-text-muted);font-size:13px}.tp-stat-value{font-weight:600;color:#333}.tp-surface-bar-container{margin-top:10px}.tp-surface-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.tp-surface-title-wrap{display:inline-flex;align-items:center;gap:8px}.tp-surface-title{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#334155}.tp-surface-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;background:#e0e0e0}.tp-surface-paved{background:#4caf50;height:100%;transition:width .4s ease}.tp-surface-unpaved{background:#ff9800;height:100%;transition:width .4s ease}.tp-surface-unknown{background:#bdbdbd;height:100%;transition:width .4s ease}.tp-surface-legend{display:flex;gap:10px;margin-top:5px;font-size:11px;color:var(--tp-text-muted);flex-wrap:wrap}.tp-surface-legend-item{display:flex;align-items:center;gap:4px}.tp-surface-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.tp-surface-legend-dot.paved{background:#4caf50}.tp-surface-legend-dot.unpaved{background:#ff9800}.tp-surface-legend-dot.unknown{background:#bdbdbd}.tp-favorites-section{margin-top:0;display:flex;flex-direction:column;flex:auto;min-height:0}.tp-favorites-section.tp-sidebar-card{padding-left:14px;padding-right:14px}.tp-favorites-header{font-size:12px;font-weight:600;color:var(--tp-text-muted);text-transform:uppercase}.tp-favorites-topbar{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-bottom:10px;position:relative}.tp-project-switcher-btn{border:1px solid #d4dde7;background:#fff;color:#111827;border-radius:10px;height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;cursor:pointer}.tp-project-switcher-btn:hover{border-color:#bcc8d6;background:#f9fafb}.tp-project-switcher-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:180px;max-height:260px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 24px rgba(0,0,0,.16);z-index:60;padding:6px}.tp-project-switcher-item{width:100%;border:none;background:0 0;color:#374151;font-size:12px;display:flex;align-items:center;gap:8px;text-align:left;padding:8px 10px;border-radius:6px;cursor:pointer;max-width:100%}.tp-project-switcher-btn .tp-collection-name,.tp-project-switcher-item .tp-collection-name,.tp-recent-submenu-item .tp-collection-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tp-project-switcher-chevron{flex:none;margin-left:auto}.tp-collection-icon--compact{width:17px;height:17px;filter:drop-shadow(0 1px 1px rgba(15,23,42,.3))}.tp-project-switcher-item:hover{background:#f3f4f6}.tp-project-switcher-item.is-locked{color:#64748b;cursor:not-allowed}.tp-project-switcher-item.is-locked:hover{background:0 0}.tp-project-switcher-item-badge-slot{margin-left:auto;display:inline-flex;align-items:center}.tp-favorites-list{flex:auto;min-height:0;overflow-y:auto}.tp-favorites-subheader{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin:10px 0 4px}.tp-recent-item{display:flex;align-items:center;padding:8px 6px;border-bottom:1px solid #f0f0f0;border-radius:8px;transition:background .18s ease}.tp-recent-item:last-child{border-bottom:none}.tp-recent-item:hover{background:#f8fafc}.tp-recent-item.is-teaser{cursor:default}.tp-recent-item.is-active{background:#eef6ff}.tp-recent-info{flex:1;min-width:0;cursor:pointer}.tp-recent-name{font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-recent-secondary{font-size:12px;color:#6b7280;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-recent-display{display:block}.tp-recent-edit{display:none;align-items:center;gap:6px;margin-top:4px}.tp-recent-edit-input{flex:1;min-width:0;padding:6px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px}.tp-recent-edit-actions{display:flex;gap:4px}.tp-recent-edit-btn{width:28px;height:28px;border:none;border-radius:4px;background:#f0f0f0;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s,color .2s}.tp-recent-edit-btn.save:hover{background:#22c55e;color:#fff}.tp-recent-edit-btn.cancel:hover{background:#ef4444;color:#fff}.tp-recent-actions{display:flex;gap:4px;position:relative}.tp-recent-menu-wrap{position:relative}.tp-recent-btn{width:28px;height:28px;border:none;border-radius:4px;background:#f0f0f0;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s,color .2s}.tp-recent-btn:hover{background:var(--tp-primary);color:#fff}.tp-recent-menu{position:fixed;top:0;left:0;min-width:180px;max-width:min(320px,calc(100vw - 16px));max-height:min(65vh,360px);overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 24px rgba(0,0,0,.18);padding:6px;display:none;z-index:2500}.tp-recent-menu.open{display:block}.tp-recent-menu-item{width:100%;border:none;background:0 0;color:#374151;font-size:12px;display:flex;align-items:center;gap:8px;text-align:left;padding:7px 8px;border-radius:6px;cursor:pointer}.tp-recent-menu-item i:first-child{width:14px;text-align:center;color:#6b7280}.tp-recent-menu-item:hover{background:#f3f4f6}.tp-recent-menu-item.add-waypoint:disabled{opacity:.5;cursor:not-allowed;background:0 0}.tp-recent-menu-item.delete-recent,.tp-recent-menu-item.remove-project-location{color:#b91c1c}.tp-recent-menu-item.delete-recent i:first-child,.tp-recent-menu-item.remove-project-location i:first-child{color:#b91c1c}.tp-recent-menu-item.remove-project-location:disabled{opacity:.65;cursor:wait}.tp-recent-menu-item-with-submenu{display:flex;flex-direction:column}.tp-recent-menu-chevron{margin-left:auto;font-size:10px;color:#9ca3af}.tp-recent-submenu{position:static;width:100%;min-width:0;max-height:180px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:inset 0 0 0 1px rgba(229,231,235,.4);margin-top:4px;padding:4px;display:none}.tp-recent-submenu.open{display:block}.tp-recent-submenu-item{width:100%;border:none;background:0 0;color:#374151;font-size:12px;display:flex;align-items:center;gap:8px;text-align:left;padding:7px 8px;border-radius:6px;cursor:pointer}.tp-recent-submenu-item:hover{background:#f3f4f6}.tp-recent-submenu-item:disabled{color:#9ca3af;cursor:not-allowed}.tp-rename-popup{position:fixed;display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px;box-shadow:0 6px 18px rgba(0,0,0,.18);z-index:9999;overflow:visible;clip:auto}.tp-rename-popup .tp-recent-edit-input{width:160px}.tp-favorites-empty{padding:12px 0;text-align:center;color:var(--tp-text-muted);font-size:12px}.tp-coming-soon{text-align:center;color:var(--tp-text-muted);font-size:13px;font-style:italic;margin-top:24px;padding-top:16px;border-top:1px solid var(--tp-border-color)}.tp-drawer-backdrop{display:none;position:fixed;top:var(--tp-header-total-height);left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:90}.tp-drawer-backdrop.visible{display:block}.tp-map-section{position:relative;overflow:hidden}.tp-search-container{position:absolute;top:16px;left:50%;z-index:200;width:min(350px,calc(100% - 32px));max-width:calc(100% - 32px);transform:translateX(-50%);display:flex;flex-direction:column;gap:8px}.tp-search-bar{display:flex;align-items:center;background:#fff;min-height:48px;padding:0 12px;border-radius:999px;box-shadow:0 8px 22px rgba(15,23,42,.2);overflow:hidden}.tp-search-bar::before{display:block;content:"";flex:none;width:34px;height:34px;margin-right:8px;background:url(/img/logos/icon.png)50%/contain no-repeat}.tp-search-input{flex:1;min-width:0;padding:0;border:none;color:#4a4a4a;font-size:17px;line-height:1.2;text-align:center;outline:none}.tp-search-input::placeholder{color:#4f4f4f;opacity:1}.tp-search-btn{display:none;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient( 135deg,var(--tp-primary),var(--tp-primary-dark) );color:#fff;border:none;font-weight:500;cursor:pointer;transition:opacity .2s}.tp-search-btn:hover{opacity:.9}.tp-search-btn:disabled{opacity:.6;cursor:not-allowed}.tp-search-history{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#fff;border-radius:8px;box-shadow:var(--tp-shadow);max-height:240px;overflow-y:auto;z-index:210}.tp-history-header{padding:10px 16px;font-size:12px;font-weight:600;color:var(--tp-text-muted);text-transform:uppercase;border-bottom:1px solid var(--tp-border-color)}.tp-history-list{padding:8px 0}.tp-history-list.is-preview-locked{padding-bottom:2px}.tp-history-item{padding:10px 16px;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:10px;justify-content:space-between}.tp-history-item:hover{background:#f5f5f5}.tp-history-item.is-teaser{cursor:default}.tp-history-main{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.tp-history-main i{color:var(--tp-text-muted);font-size:12px}.tp-history-main span{font-size:14px;color:#333;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.tp-preview-lock-region--history{margin-top:-6px;padding-bottom:12px}.tp-preview-fade-region--history{margin-top:-4px}.tp-preview-lock-region--history .tp-preview-lock-teaser .tp-history-item{padding-top:8px;padding-bottom:8px}.tp-preview-lock-region--drawer-recents{margin-top:-6px;padding-bottom:12px}.tp-preview-fade-region--drawer-recents{margin-top:-4px}.tp-preview-fade-region--route-dropdown{margin-top:-4px}.tp-preview-lock-region--drawer-recents .tp-preview-lock-teaser .tp-recent-item{padding-top:8px;padding-bottom:8px}.tp-preview-lock-region--route-dropdown{margin-top:-6px;padding-bottom:12px}.tp-preview-lock-region--route-dropdown .tp-preview-lock-teaser .tp-dropdown-item{padding-top:8px;padding-bottom:8px}.tp-preview-lock-region--well .tp-preview-lock-copy{max-width:24ch}.tp-history-actions{display:flex;gap:6px}.tp-history-fav,.tp-history-delete{background:0 0;border:none;color:var(--tp-text-muted);cursor:pointer;padding:6px;border-radius:6px;transition:background .2s,color .2s}.tp-history-fav.is-favorite{color:#f59e0b}.tp-history-fav:hover{background:#fff7ed;color:#f59e0b}.tp-history-delete i{color:inherit}.tp-history-delete:hover{background:#fee2e2;color:#b91c1c}.tp-map-wrapper{position:absolute;top:0;left:0;right:0;bottom:0}#tpMap{width:100%;height:100%}.tp-map-controls{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;gap:8px;z-index:220}.tp-control-btn{width:40px;height:40px;background:#fff;border:none;border-radius:8px;box-shadow:var(--tp-shadow);color:#333;font-size:16px;cursor:pointer;transition:background .2s,transform .2s;display:flex;align-items:center;justify-content:center}.tp-control-btn:hover{background:#f5f5f5;transform:scale(1.05)}.tp-control-btn.active{background:var(--tp-primary);color:#fff}.tp-layer-button{width:62px;height:62px;padding:0;overflow:hidden;background:#fff;border:2px solid #fff;border-radius:16px;box-shadow:var(--tp-shadow)}.tp-layer-button img{display:block;width:100%;height:100%;object-fit:cover}.tp-layer-button:hover{background:#fff;transform:scale(1.03)}.tp-layer-selector{position:absolute;top:0;right:78px;z-index:221;width:312px;padding:14px;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:8px;box-shadow:0 16px 40px rgba(15,23,42,.2);overflow:visible}.tp-layer-selector::after{content:"";position:absolute;top:22px;right:-10px;width:20px;height:20px;background:#fff;border-top:1px solid rgba(15,23,42,.1);border-right:1px solid rgba(15,23,42,.1);transform:rotate(45deg)}.tp-layer-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px;align-items:start}.tp-layer-option{display:flex;min-height:104px;flex-direction:column;align-items:center;padding:0;background:0 0;border:0;color:#111827;cursor:pointer;text-align:center;position:relative}.tp-layer-option-thumb{width:78px;height:78px;flex:0 0 78px;overflow:hidden;border:2px solid transparent;border-radius:8px;background:#f3f4f6;position:relative}.tp-layer-option-thumb img{display:block;width:100%;height:100%;object-fit:cover}.tp-layer-option-name{display:block;width:100%;margin-top:7px;font-size:12.5px;font-weight:500;line-height:1.2;white-space:normal}.tp-layer-option:hover .tp-layer-option-thumb,.tp-layer-option.active .tp-layer-option-thumb{border-color:var(--tp-primary);box-shadow:0 0 0 2px rgba(6,163,218,.18)}.tp-layer-option.is-locked{color:#6b7280}.tp-layer-option.is-locked .tp-layer-option-thumb{border-color:rgba(148,163,184,.45);box-shadow:none}.tp-layer-option.is-locked .tp-layer-option-thumb img{filter:grayscale(1)brightness(.9);opacity:.75}.tp-layer-option.is-locked:hover .tp-layer-option-thumb,.tp-layer-option.is-locked.active .tp-layer-option-thumb{border-color:rgba(148,163,184,.45);box-shadow:none}.tp-layer-option-badge-trigger{position:absolute;top:-6px;right:-6px;z-index:2;cursor:pointer;user-select:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(15,23,42,.16)}.tp-layer-option-badge-trigger.tp-surface-header-badge-trigger{position:static;top:auto;right:auto;z-index:auto;box-shadow:none}.tp-layer-option-badge{pointer-events:none}.tp-layer-option-lock{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:28px;height:28px;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;pointer-events:none}.tp-layer-grid-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.tp-layer-grid-label-wrap{display:inline-flex;align-items:center;gap:8px;min-width:0}.tp-layer-grid-toggle label{margin:0;color:#374151;font-size:14px;font-weight:500}.tp-layer-grid-badge-slot{display:inline-flex;align-items:center}.tp-grid-badge-trigger{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.tp-layer-grid-toggle input{width:40px;height:22px;appearance:none;position:relative;flex:none;border:0;border-radius:999px;background:#d1d5db;cursor:pointer;transition:background .2s ease}.tp-layer-grid-toggle input::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.25);transition:transform .2s ease}.tp-layer-grid-toggle input:checked{background:var(--tp-primary)}.tp-layer-grid-toggle input:checked::after{transform:translateX(18px)}.tp-layer-grid-toggle.is-locked label{color:#6b7280}.tp-layer-grid-toggle.is-locked input{background:#e5e7eb;cursor:not-allowed;opacity:.95}.tp-layer-grid-toggle.is-locked input::after{background:#fff}.tp-tier-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:18px;padding:0 8px;border-radius:999px;font-size:9px;font-weight:700;line-height:1;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;cursor:pointer}.tp-tier-badge-text{display:inline-flex;align-items:center}.tp-tier-badge-icon{display:inline-flex;align-items:center;justify-content:center;font-size:9px}.tp-tier-badge--standard{background:linear-gradient(180deg,#1f67b8 0%,#14529f 100%);color:#f8fbff;border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px rgba(255,255,255,.18)}.tp-tier-badge--pro{background:#111;color:#f2c14e;border:1px solid rgba(242,193,78,.9);box-shadow:inset 0 1px rgba(255,255,255,8%),0 2px 8px rgba(0,0,0,.18)}.tp-locked-feature-popup{position:fixed;z-index:1300;width:min(280px,calc(100vw - 24px));padding:12px 14px;border-radius:12px;background:rgba(15,23,42,.98);color:#f8fafc;box-shadow:0 16px 40px rgba(15,23,42,.35);opacity:0;transform:translateY(4px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.tp-locked-feature-popup.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.tp-locked-feature-popup-image{display:block;width:100%;height:auto;margin:0 0 10px;border-radius:10px;object-fit:cover}.tp-locked-feature-popup-image.is-hidden{display:none}.tp-locked-feature-popup-title{font-size:13px;font-weight:700;margin-bottom:6px}.tp-locked-feature-popup-body{font-size:12.5px;line-height:1.45;color:rgba(248,250,252,.9)}.tp-locked-feature-popup-link{display:inline-flex;align-items:center;margin-top:10px;color:#7dd3fc;font-size:12.5px;font-weight:600;text-decoration:none}.tp-locked-feature-popup-link:hover{color:#bae6fd}.tp-history-card{position:fixed;bottom:20px;left:calc(var(--tp-drawer-width) + 20px);width:320px;max-height:400px;background:#fff;border-radius:12px;box-shadow:var(--tp-shadow);z-index:100;overflow:visible;display:flex;flex-direction:column;transition:left .3s ease,transform .3s ease}.tp-history-card.minimized{transform:translateY(calc(100% - 40px))}.tp-history-card.minimized .tp-history-card-content{opacity:0;pointer-events:none}.tp-history-tab{position:absolute;top:0;left:0;right:0;height:40px;background:linear-gradient( 135deg,var(--tp-primary),var(--tp-primary-dark) );border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s}.tp-history-tab:hover{background:linear-gradient(135deg,var(--tp-primary-dark),#046a8f)}.tp-history-tab i{transition:transform .3s ease}.tp-history-card.minimized .tp-history-tab i{transform:rotate(180deg)}.tp-history-card-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient( 135deg,var(--tp-primary),var(--tp-primary-dark) );color:#fff;font-weight:600;cursor:pointer}.tp-history-card-toggle{background:0 0;border:none;color:#fff;cursor:pointer;padding:4px;opacity:.8;transition:opacity .2s,transform .3s ease}.tp-history-card-toggle:hover{opacity:1}.tp-history-card.minimized .tp-history-card-toggle{transform:rotate(180deg)}.tp-history-card-content{flex:1;overflow-y:auto;max-height:340px}.tp-history-loading{padding:24px;text-align:center;color:var(--tp-text-muted)}.tp-history-section{border-bottom:1px solid var(--tp-border-color)}.tp-history-section:last-child{border-bottom:none}.tp-history-section-header{padding:10px 16px;font-size:12px;font-weight:600;color:var(--tp-text-muted);text-transform:uppercase;background:#f8f9fa;display:flex;align-items:center;gap:8px}.tp-history-section-header i{color:#fbbf24}.tp-history-section-header i.fa-history{color:var(--tp-text-muted)}.tp-history-section-list{padding:4px 0}.tp-history-location-item{display:flex;align-items:center;padding:10px 16px;transition:background .2s}.tp-history-location-item:hover{background:#f5f5f5}.tp-history-location-info{flex:1;min-width:0;cursor:pointer}.tp-history-location-primary{font-size:14px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-history-location-secondary{font-size:11px;color:var(--tp-text-muted);margin-top:2px}.tp-history-location-actions{display:flex;gap:4px;margin-left:8px}.tp-history-action-btn{width:32px;height:32px;border:none;border-radius:6px;background:#f0f0f0;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.tp-history-action-btn:hover{background:var(--tp-primary);color:#fff}.tp-history-action-btn.set-origin:hover{background:#22c55e}.tp-history-action-btn.set-destination:hover{background:#ef4444}.tp-history-empty{padding:32px 24px;text-align:center;color:var(--tp-text-muted)}.tp-history-empty i{font-size:32px;margin-bottom:12px;opacity:.5}.tp-history-empty p{margin:0 0 4px;font-weight:500}.tp-history-empty small{font-size:12px}.tp-weather-card{position:fixed;bottom:20px;right:20px;width:320px;background:rgba(255,255,255,.96);border-radius:14px;box-shadow:0 8px 20px rgba(0,0,0,.15),0 2px 6px rgba(0,0,0,8%);z-index:100;overflow:hidden;backdrop-filter:blur(2px)}.tp-weather-card.is-locked .tp-weather-content{filter:blur(.2px);opacity:1;transform:scale(.998)}.tp-weather-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#3f6ea1;color:#fff;border-top-left-radius:14px;border-top-right-radius:14px}.tp-weather-location{font-size:18px;letter-spacing:.2px;font-weight:600}.tp-weather-close{background:0 0;border:none;color:#fff;cursor:pointer;padding:4px;opacity:.75;font-size:16px;line-height:1;min-width:24px;min-height:24px;transition:opacity .2s}.tp-weather-close:hover{opacity:1}.tp-weather-shell{position:relative}.tp-weather-content{transition:filter .2s ease,opacity .2s ease,transform .2s ease}.tp-weather-body{padding:18px}.tp-weather-current{display:flex;align-items:center;padding:0;gap:16px;margin-bottom:12px}.tp-weather-icon{width:56px;min-width:56px;height:56px;font-size:42px;color:#3f6ea1;display:flex;align-items:center;justify-content:center}.tp-weather-main{display:flex;flex-direction:column;gap:2px}.tp-weather-temp{font-size:42px;font-weight:600;color:#1f2937;line-height:1}.tp-weather-feels{font-size:14px;color:#6b7280}.tp-weather-stats{font-size:14px;color:#4b5563;line-height:1.8}.tp-weather-stat-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.tp-weather-stat-label{color:#6b7280}.tp-wind-direction{opacity:.6;margin-left:4px}.tp-weather-forecast{border-top:1px solid rgba(0,0,0,6%);display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px 14px 14px}.tp-weather-hourly{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:12px}.tp-weather-lock{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient( 180deg,rgba(248,251,255,.72) 0%,rgba(238,246,255,.94) 100% );backdrop-filter:blur(2px);z-index:2}.tp-weather-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;background:rgba(248,251,255,.88);color:#334155;font-size:14px;font-weight:600;backdrop-filter:blur(2px);z-index:3}.tp-weather-lock-copy{width:100%;max-width:228px;padding:18px 18px 16px;border:1px solid #dbe6f3;border-radius:14px;background:rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(15,23,42,.12);text-align:left}.tp-weather-lock-badge-row{display:flex;align-items:center}.tp-weather-lock-title{margin:12px 0 6px;font-size:15px;font-weight:700;color:#0f172a}.tp-weather-lock-body{margin:0;font-size:13px;line-height:1.5;color:#475569}.tp-weather-lock-link{display:inline-flex;align-items:center;margin-top:12px;color:#14529f;font-size:13px;font-weight:700;text-decoration:none}.tp-weather-lock-link:hover{color:#1f67b8}.tp-hourly-item{text-align:center}.tp-hourly-time{font-size:11px;color:#6b7280;margin-bottom:3px}.tp-hourly-icon{font-size:14px;color:#3f6ea1;line-height:1;margin-bottom:2px}.tp-hourly-temp{font-size:12px;color:#1f2937;font-weight:500;line-height:1.3}.tp-hourly-pop{font-size:11px;color:#6b7280;line-height:1.2}.tp-forecast-day{flex:1;text-align:center}.tp-forecast-day-name{font-size:13px;color:#6b7280;margin-bottom:4px}.tp-forecast-icon{font-size:24px;color:#3f6ea1;margin-bottom:4px}.tp-forecast-temp{font-size:14px;font-weight:500;color:#1f2937}.tp-marker{background-image:url(/img/logos/marker.png);background-size:cover;width:30px;height:50px;cursor:pointer}.tp-marker-origin{background-image:url(/img/logos/marker-g.png)}.tp-marker-destination{background-image:url(/img/logos/marker.png)}.tp-marker-label{position:absolute;top:-25px;left:50%;transform:translateX(-50%);background:0 0;padding:0;border-radius:0;font-size:16px;font-weight:700;font-family:inter,helvetica neue,Arial,sans-serif;color:#fff;white-space:nowrap;text-shadow:1px 1px 2px #000,-1px 1px 2px #000,1px -1px 2px #000,-1px -1px 2px #000}.tp-route-marker{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#f59e0b;color:#fff;cursor:pointer;border:2px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.35);box-sizing:border-box}.tp-route-marker-label{font-size:16px;font-weight:700;font-family:inter,helvetica neue,Arial,sans-serif;color:#fff;line-height:1;text-shadow:1px 1px 2px #000,-1px 1px 2px #000,1px -1px 2px #000,-1px -1px 2px #000}.tp-route-marker-origin{background:#22c55e}.tp-route-marker-destination{background:#ef4444}.tp-route-marker-waypoint{background:#f59e0b}.tp-login-error{background:#fee2e2;color:#dc2626;padding:10px;border-radius:6px;font-size:14px;margin-bottom:16px;text-align:center}@media(max-width:768px){.tp-nav-links{display:none}.tp-header{padding:0 12px}.tp-account-btn{max-width:46vw;padding:10px 16px}.tp-account-tier-badge{right:-4px}.tp-mode-nav{padding:0 12px;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tp-mode-nav::-webkit-scrollbar{display:none}.tp-container{grid-template-columns:1fr}.tp-drawer{position:fixed;top:var(--tp-header-total-height);left:0;bottom:0;width:calc(100% - 40px);max-width:320px;transform:translateX(-100%);transition:transform .3s ease;z-index:200}.tp-drawer.open{transform:translateX(0)}.tp-drawer-handle{display:none}.tp-drawer-backdrop.visible{display:block}.tp-drawer-toggle{display:none}.tp-search-container{top:12px;left:50%;width:min(88vw,520px);max-width:calc(100% - 32px);transform:translateX(-50%)}.tp-search-bar{min-height:56px;padding:0 14px;border-radius:999px}.tp-search-bar::before{width:42px;height:42px;margin-right:10px}.tp-search-input{font-size:24px}.tp-search-btn{display:none}.tp-search-btn span{display:none}.tp-map-controls{top:84px}.tp-weather-card{left:16px;right:16px;width:auto;bottom:16px}.tp-weather-hourly{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:10px}.tp-history-card{left:16px;right:16px;width:auto;bottom:70px;max-height:300px}.tp-history-card.minimized{transform:translateY(calc(100% - 40px));bottom:16px}}@media(max-width:480px){.tp-search-bar{min-height:50px;padding:0 12px}.tp-search-bar::before{width:36px;height:36px;margin-right:8px}.tp-search-input{border-bottom:0;font-size:20px}.tp-search-btn{display:none}.tp-search-btn span{display:none}.tp-map-controls{top:76px}.tp-layer-selector{top:78px;right:0;width:min(312px,calc(100vw - 32px))}.tp-layer-selector::after{top:-10px;right:22px;border-right:0;border-left:1px solid rgba(15,23,42,.1)}}.mapboxgl-ctrl-top-right{top:80px!important;right:16px!important}.tp-container.resizing{transition:none}.tp-container.resizing .tp-drawer{transition:none}.tp-route-input-wrapper{position:relative}.tp-route-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border-radius:8px;box-shadow:var(--tp-shadow);max-height:200px;overflow-y:auto;z-index:100;border:1px solid var(--tp-border-color)}.tp-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;font-size:12px;font-weight:600;color:var(--tp-text-muted);text-transform:uppercase;border-bottom:1px solid var(--tp-border-color);background:#f8f9fa;border-radius:8px 8px 0 0}.tp-dropdown-clear{background:0 0;border:none;color:#ef4444;font-size:12px;cursor:pointer;padding:0;text-transform:none;font-weight:500}.tp-dropdown-clear:hover{text-decoration:underline}.tp-dropdown-list{padding:4px 0}.tp-dropdown-item{padding:10px 12px;cursor:pointer;transition:background .2s;font-size:14px;color:#333;display:flex;align-items:center;gap:10px}.tp-dropdown-item:hover{background:#f5f5f5}.tp-dropdown-item.is-teaser{cursor:default}.tp-dropdown-current-location{color:#4a90d9;font-weight:500;border-bottom:1px solid #eee}.tp-dropdown-current-location:hover{background:#e8f0fe}.tp-current-location-icon{width:16px;text-align:center;flex-shrink:0}.tp-dropdown-name-wrapper{flex:1;min-width:0;display:flex;flex-direction:column}.tp-dropdown-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tp-dropdown-secondary{font-size:11px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:1px}.tp-dropdown-actions{display:flex;gap:6px}.tp-dropdown-fav,.tp-dropdown-delete{background:0 0;border:none;color:var(--tp-text-muted);cursor:pointer;padding:6px;border-radius:6px;transition:background .2s,color .2s}.tp-dropdown-fav.is-favorite{color:#f59e0b}.tp-dropdown-fav:hover{background:#fff7ed;color:#f59e0b}.tp-dropdown-delete:hover{background:#fee2e2;color:#b91c1c}.tp-dropdown-empty{padding:16px 12px;text-align:center;color:var(--tp-text-muted);font-size:13px;display:none}.tp-route-dropdown.empty .tp-dropdown-empty{display:block}.tp-route-dropdown.empty .tp-dropdown-list{display:none}.tp-history-header{display:flex;justify-content:space-between;align-items:center}.tp-history-clear{background:0 0;border:none;color:#ef4444;font-size:12px;cursor:pointer;padding:0;font-weight:500}.tp-history-clear:hover{text-decoration:underline}.tp-directions-panel{margin-top:12px;border-radius:8px;overflow:hidden;border:1px solid var(--tp-border-color);background:#fff}.tp-directions-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;cursor:pointer;font-weight:600;font-size:14px;color:#333}.tp-directions-header i.fa-route{margin-right:8px;color:var(--tp-primary)}.tp-copy-btn{background:0 0;border:none;color:var(--tp-text-muted);cursor:pointer;padding:4px;transition:color .2s;font-size:14px}.tp-copy-btn:hover{color:var(--tp-primary)}.tp-directions-chevron{transition:transform .3s ease;color:var(--tp-text-muted);flex-shrink:0}.tp-directions-panel.collapsed .tp-directions-chevron{transform:rotate(-90deg)}.tp-directions-content{max-height:300px;overflow-y:auto;transition:max-height .3s ease}.tp-directions-panel.collapsed .tp-directions-content{max-height:0;overflow:hidden}.tp-directions-list{list-style:decimal;padding:16px 16px 16px 32px;margin:0}.tp-directions-list li{padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:13px;color:#333;line-height:1.4}.tp-directions-list li:last-child{border-bottom:none}.tp-direction-distance{color:var(--tp-text-muted);font-size:12px;margin-left:8px}#tpConfirmCancel{background:#374151;color:#fff;border-color:#374151}#tpConfirmCancel:hover,#tpConfirmCancel:focus{background:#111827;border-color:#111827;color:#fff}.tp-bulk-search-btn{height:48px;padding:0 16px;border:none;border-radius:8px;background:var(--tp-primary);color:var(--tp-text-light);font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);flex-shrink:0}.tp-bulk-search-btn i{font-size:16px}.tp-bulk-search-btn:hover{background:var(--tp-primary-dark);box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-1px)}.tp-bulk-search-btn:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.tp-bulk-modal .modal-dialog{max-width:700px}.tp-bulk-modal-content{border:none;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.15),0 6px 20px rgba(0,0,0,8%)}.tp-bulk-header{align-items:flex-start;padding:28px 32px 20px;border-bottom:1px solid rgba(0,0,0,6%)}.tp-bulk-title-row{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.tp-bulk-title-badge{display:inline-flex;align-items:center}.tp-bulk-subtitle{margin:4px 0 0;font-size:14px;color:#64748b}.tp-bulk-body{background:#f8fafc;padding:24px 32px}.tp-bulk-shell{position:relative}.tp-bulk-shell.is-locked .tp-bulk-shell-content{filter:blur(.08px);opacity:1;transform:scale(.999)}.tp-bulk-lock{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient( 180deg,rgba(248,251,255,.72) 0%,rgba(238,246,255,.94) 100% );backdrop-filter:blur(.8px);z-index:2}.tp-bulk-lock-copy{width:100%;max-width:280px;padding:20px 20px 18px;border:1px solid #dbe6f3;border-radius:14px;background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(15,23,42,.12);text-align:left}.tp-bulk-lock-badge-row{display:flex;align-items:center}.tp-bulk-lock-title{margin:12px 0 6px;font-size:15px;font-weight:700;color:#0f172a}.tp-bulk-lock-body{margin:0;font-size:13px;line-height:1.5;color:#475569}.tp-bulk-lock-link{display:inline-flex;align-items:center;margin-top:12px;color:#14529f;font-size:13px;font-weight:700;text-decoration:none}.tp-bulk-lock-link:hover{color:#1f67b8}.tp-bulk-footer{background:#f8fafc;border-top:1px solid rgba(0,0,0,6%);padding:16px 32px 24px}.tp-bulk-close-btn{width:40px;height:40px;border-radius:10px;background-color:transparent}.tp-bulk-close-btn:hover,.tp-bulk-close-btn:focus{background-color:#f1f5f9}.tp-bulk-modal .bulk-search-textarea{font-size:13px}.tp-bulk-modal .bulk-search-drop-zone{padding:15px!important}.tp-bulk-modal .bulk-search-upload-icon{font-size:28px!important;margin-bottom:8px!important}.tp-bulk-modal .bulk-search-drop-text{font-size:13px!important;margin:5px 0!important}.tp-bulk-modal .bulk-search-drop-text-or{font-size:11px!important;margin:8px 0!important}.tp-bulk-marker{background-image:url(/img/logos/marker.png);background-size:cover;width:30px;height:50px;cursor:pointer}.tp-bulk-marker-label{position:absolute;top:-25px;left:50%;transform:translateX(-50%);background:0 0;padding:0;font-size:16px;font-weight:700;font-family:inter,helvetica neue,Arial,sans-serif;color:#fff;white-space:nowrap;text-shadow:1px 1px 2px #000,-1px 1px 2px #000,1px -1px 2px #000,-1px -1px 2px #000;line-height:1}.tp-bulk-popup{min-width:200px;padding:4px}.tp-bulk-popup strong{font-size:14px;color:#1a1a2e;display:block;margin-bottom:4px}.tp-bulk-popup small{color:var(--tp-text-muted);font-size:12px}.tp-bulk-popup-actions{margin-top:10px;display:flex;flex-direction:column;gap:5px}.tp-bulk-popup-btn{padding:6px 12px;font-size:12px;border:none;border-radius:4px;background:var(--tp-primary);color:#fff;cursor:pointer;transition:background .2s ease;text-align:left}.tp-bulk-popup-btn:hover{background:var(--tp-primary-dark)}.tp-bulk-popup-btn i{margin-right:6px}.tp-projects-header{align-items:center;padding:28px 32px 20px;border-bottom:1px solid rgba(0,0,0,6%)}.tp-projects-body{min-height:380px;background:#f8fafc;padding:24px 32px}.tp-projects-modal-content{border:none;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.15),0 6px 20px rgba(0,0,0,8%)}.tp-projects-title-wrap{display:flex;flex-direction:column}.tp-projects-title-wrap .modal-title{color:#0f172a}.tp-projects-subtitle{margin:4px 0 0;font-size:14px;color:#64748b}.tp-projects-back-btn{display:inline-flex;align-items:center;gap:6px;line-height:1}.tp-projects-back-btn i{margin-right:0!important}.tp-projects-create-btn{display:inline-flex;align-items:center;gap:8px;border:none;padding:10px 18px;border-radius:12px;font-weight:600;font-size:14px;background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 10px rgba(37,99,235,.25);transition:transform .15s ease,box-shadow .15s ease}.tp-projects-create-btn:hover,.tp-projects-create-btn:focus{color:#fff;transform:translateY(-1px);box-shadow:0 6px 14px rgba(37,99,235,.3)}.tp-projects-close-btn{width:40px;height:40px;border-radius:10px;background-color:transparent}.tp-projects-close-btn:hover,.tp-projects-close-btn:focus{background-color:#f1f5f9}.tp-projects-loading{display:flex;align-items:center;justify-content:center;min-height:220px;color:#4b5563;font-weight:500}.tp-projects-empty-state{border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;padding:20px;color:#1f2937}.tp-projects-empty-list{margin:0;padding-left:18px}.tp-projects-empty-list li{margin-bottom:8px;color:#374151}.tp-projects-list{display:flex;flex-direction:column;gap:14px}.tp-project-item{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(0,0,0,6%);border-radius:14px;background:#fff;text-align:left;padding:18px 20px;transition:all .15s ease}.tp-project-item:hover{border-color:#3b82f6;box-shadow:0 6px 18px rgba(0,0,0,8%);transform:translateY(-1px)}.tp-project-item-main{display:flex;align-items:center;gap:14px;min-width:0;flex:1}.tp-project-item-avatar{width:44px;height:44px;flex-shrink:0}.tp-collection-icon.tp-project-item-avatar,.tp-collection-icon.tp-collection-icon--detail{filter:drop-shadow(0 2px 1px rgba(15,23,42,.3))drop-shadow(0 5px 5px rgba(15,23,42,.24))}.tp-project-item-content{min-width:0}.tp-project-item-title{display:block;font-size:16px;font-weight:600;color:#0f172a;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-project-item-meta{display:flex;flex-wrap:wrap;gap:8px}.tp-project-item-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#f1f5f9;border-radius:8px;font-size:13px;color:#475569}.tp-project-item-chevron{margin-left:12px;color:#94a3b8;font-size:14px}.tp-projects-footer-hint{text-align:center;font-size:13px;color:#64748b;padding:16px 0 0}.tp-projects-title-row{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.tp-projects-title-badge{display:inline-flex;align-items:center}.tp-projects-shell{position:relative}.tp-projects-shell.is-locked .tp-projects-shell-content{filter:blur(.08px);opacity:1;transform:scale(.999)}.tp-projects-lock{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient( 180deg,rgba(248,251,255,.72) 0%,rgba(238,246,255,.94) 100% );backdrop-filter:blur(.8px);z-index:2}.tp-projects-lock-copy{width:100%;max-width:280px;padding:20px 20px 18px;border:1px solid #dbe6f3;border-radius:14px;background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(15,23,42,.12);text-align:left}.tp-projects-lock-badge-row{display:flex;align-items:center}.tp-projects-lock-title{margin:12px 0 6px;font-size:15px;font-weight:700;color:#0f172a}.tp-projects-lock-body{margin:0;font-size:13px;line-height:1.5;color:#475569}.tp-projects-lock-link{display:inline-flex;align-items:center;margin-top:12px;color:#14529f;font-size:13px;font-weight:700;text-decoration:none}.tp-projects-lock-link:hover{color:#1f67b8}.tp-project-form-modal-content{border:none;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.15),0 6px 20px rgba(0,0,0,8%)}.tp-project-form-header{align-items:flex-start;padding:28px 28px 18px;border-bottom:1px solid rgba(0,0,0,6%)}.tp-project-form-subtitle{margin:4px 0 0;font-size:14px;color:#64748b}.tp-project-form-close-btn{width:40px;height:40px;border-radius:10px;background-color:transparent}.tp-project-form-close-btn:hover,.tp-project-form-close-btn:focus{background-color:#f1f5f9}.tp-project-form-body{background:#f8fafc;padding:22px 28px 12px}.tp-share-modal-content{border:none;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.15),0 6px 20px rgba(0,0,0,8%)}.tp-share-modal-header{align-items:flex-start;padding:28px 28px 18px;border-bottom:1px solid rgba(0,0,0,6%)}.tp-share-modal-title-wrap{display:flex;flex-direction:column}.tp-share-modal-title-wrap .modal-title{color:#0f172a}.tp-share-modal-subtitle{margin:4px 0 0;font-size:14px;line-height:1.45;color:#64748b}.tp-share-modal-close-btn{width:40px;height:40px;border-radius:10px;background-color:transparent}.tp-share-modal-close-btn:hover,.tp-share-modal-close-btn:focus{background-color:#f1f5f9}.tp-share-modal-body{background:#f8fafc;padding:22px 28px 28px}.tp-share-modal-actions{display:grid;gap:12px}.tp-share-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:50px;border-radius:14px;font-size:15px;font-weight:600;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background-color .15s ease}.tp-share-action-btn:hover,.tp-share-action-btn:focus{transform:translateY(-1px)}.tp-share-action-btn:disabled{opacity:.7;transform:none}.tp-share-action-btn-primary{border:none;background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 10px rgba(37,99,235,.25)}.tp-share-action-btn-primary:hover,.tp-share-action-btn-primary:focus{color:#fff;box-shadow:0 6px 14px rgba(37,99,235,.3)}.tp-share-action-btn-secondary{border:1px solid #cbd5e1;background:#fff;color:#1e293b}.tp-mobile-upsell-modal .modal-dialog{max-width:1080px}.tp-mobile-upsell-content{border:none;border-radius:26px;overflow:hidden;background:radial-gradient(circle at top left,rgba(6,163,218,.14),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f8fbfc 100%);box-shadow:0 28px 80px rgba(15,23,42,.2),0 8px 24px rgba(15,23,42,.1)}.tp-mobile-upsell-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 8px;border-bottom:none}.tp-mobile-upsell-brand{display:inline-flex;align-items:center}.tp-mobile-upsell-brand-logo{height:34px;width:auto}.tp-mobile-upsell-close{width:42px;height:42px;border-radius:12px}.tp-mobile-upsell-close:hover,.tp-mobile-upsell-close:focus{background:rgba(15,23,42,6%)}.tp-mobile-upsell-body{display:grid;grid-template-columns:minmax(0,1.05fr)minmax(320px,.95fr);gap:28px;align-items:center;padding:8px 28px 18px}.tp-mobile-upsell-copy{padding:8px 0 0}.tp-mobile-upsell-badge-row{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.tp-mobile-upsell-badge-trigger{display:inline-flex;align-items:center;border-radius:999px;outline:none}.tp-mobile-upsell-badge-trigger:focus-visible{box-shadow:0 0 0 3px rgba(6,163,218,.18)}.tp-mobile-upsell-kicker{display:inline-flex;align-items:center;clear:both;padding:6px 12px;margin-top:2px;border-radius:999px;background:rgba(5,150,105,.12);color:#047857;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.tp-mobile-upsell-copy .modal-title{margin:16px 0 14px;font-size:clamp(32px,4vw,54px);line-height:.98;letter-spacing:-.04em;color:#0f172a;max-width:11ch}.tp-mobile-upsell-text{margin:0 0 24px;max-width:560px;font-size:17px;line-height:1.65;color:#526071}.tp-mobile-upsell-points{display:grid;gap:14px}.tp-mobile-upsell-point{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:start;padding:16px 18px;border:1px solid rgba(15,23,42,8%);border-radius:18px;background:rgba(255,255,255,.88)}.tp-mobile-upsell-point-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:linear-gradient(180deg,#e6f7f2,#d6f0ea);color:#047857;font-size:18px;box-shadow:inset 0 1px rgba(255,255,255,.8)}.tp-mobile-upsell-point h6{margin:2px 0 4px;font-size:16px;font-weight:700;color:#0f172a}.tp-mobile-upsell-point p{margin:0;font-size:14px;line-height:1.55;color:#5b6878}.tp-mobile-upsell-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:100%}.tp-mobile-upsell-image{display:block;width:min(100%,430px);height:auto}.tp-mobile-upsell-footer{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,1fr);gap:16px;padding:4px 28px 0;border-top:none}.tp-mobile-upsell-dismiss,.tp-mobile-upsell-cta{min-height:54px;border-radius:16px;font-size:16px;font-weight:700}.tp-mobile-upsell-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.tp-mobile-upsell-note{margin:14px 28px 28px;text-align:center;font-size:13px;color:#64748b}.tp-share-action-btn-secondary:hover,.tp-share-action-btn-secondary:focus{color:#0f172a;border-color:#93c5fd;background:#f8fbff;box-shadow:0 6px 14px rgba(15,23,42,8%)}.tp-project-form-label{font-size:13px;font-weight:600;color:#334155}.tp-project-form-input{border-radius:12px;border:1px solid #cbd5e1;padding:12px 14px;font-size:15px;color:#111827}.tp-project-form-input:focus{border-color:#93c5fd;color:#111827;box-shadow:0 0 0 .2rem rgba(37,99,235,.15)}.tp-project-form-input::placeholder{color:#6b7280;opacity:1}.tp-project-form-footer{background:#f8fafc;border-top:1px solid rgba(0,0,0,6%);padding:14px 28px 22px}.tp-project-edit-body{max-height:min(66vh,650px);overflow-y:auto}.tp-project-appearance-fieldset{min-width:0;margin:0;padding:0;border:0}.tp-project-appearance-fieldset .tp-project-form-label{float:none;width:auto;margin-bottom:10px}.tp-project-icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(54px,1fr));gap:10px}.tp-project-icon-option{min-width:0;height:54px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.tp-project-icon-option:hover{border-color:#7aa7d9;background:#f8fbff}.tp-project-icon-option.selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 2px rgba(37,99,235,.2)}.tp-project-icon-option:focus-visible,.tp-project-color-option:focus-visible,.tp-project-detail-edit-btn:focus-visible{outline:3px solid rgba(37,99,235,.3);outline-offset:2px}.tp-collection-icon--picker{width:28px;height:28px}.tp-project-color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:12px}.tp-project-color-option{width:42px;height:42px;justify-self:center;border:3px solid #fff;border-radius:50%;background:linear-gradient( 145deg,var(--tp-collection-gradient-start) 0%,var(--tp-collection-gradient-end) 100% );color:#fff;box-shadow:0 0 0 1px #cbd5e1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.tp-project-color-option:hover{transform:scale(1.06)}.tp-project-color-option i{opacity:0;font-size:14px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.6))}.tp-project-color-option.selected{box-shadow:0 0 0 2px #fff,0 0 0 5px #2563eb}.tp-project-color-option.selected i{opacity:1}.tp-project-edit-footer{justify-content:center}.tp-project-edit-footer .btn{min-width:160px}.tp-project-detail-head{border:1px solid rgba(0,0,0,6%);border-radius:14px;background:#fff;padding:16px 18px;margin-bottom:14px;display:flex;align-items:center;gap:14px}.tp-collection-icon--detail{width:42px;height:42px}.tp-project-detail-copy{min-width:0;flex:1}.tp-project-detail-name-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.tp-project-detail-name-row h6{min-width:0;overflow-wrap:anywhere}.tp-project-detail-edit-btn{width:30px;height:30px;flex:none;border:none;border-radius:8px;background:0 0;color:#64748b;align-items:center;justify-content:center;cursor:pointer}.tp-project-detail-edit-btn:hover{background:#eff6ff;color:#1d4ed8}.tp-project-detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.tp-project-detail-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px}.tp-project-share-wrap{position:relative;display:inline-flex}.tp-project-share-badge-slot{position:absolute;top:-8px;right:-10px;z-index:2;display:inline-flex;align-items:center}.tp-project-detail-actions .btn.is-locked{cursor:not-allowed}.tp-project-detail-segmented{display:inline-flex;border:1px solid #cbd5e1;border-radius:12px;overflow:hidden;margin-bottom:14px}.tp-project-detail-segment{border:none;background:#fff;color:#475569;padding:8px 14px;font-size:13px;font-weight:600}.tp-project-detail-segment+.tp-project-detail-segment{border-left:1px solid #cbd5e1}.tp-project-detail-segment.active{background:#1d4ed8;color:#fff}.tp-project-locations{display:flex;flex-direction:column;gap:10px;border:none;border-radius:14px;max-height:360px;overflow-y:auto;padding-right:2px}.tp-project-location-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(0,0,0,6%);border-radius:12px;background:#fff}.tp-project-location-copy{flex:1;min-width:0}.tp-project-location-delete{flex:none;width:34px;height:34px;border:1px solid #fecaca;border-radius:8px;background:#fff;color:#b91c1c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.tp-project-location-delete:hover{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.tp-project-location-delete:disabled{opacity:.65;cursor:wait}#tpConfirmModal{z-index:1090}.modal-backdrop.tp-confirm-backdrop{z-index:1085}.tp-project-routes,.tp-project-geopics{display:flex;flex-direction:column;gap:10px;border:none;border-radius:14px;max-height:360px;overflow-y:auto;padding-right:2px}.tp-project-location-name{font-weight:600;color:#1f2937}.tp-project-location-secondary{font-size:12px;color:#6b7280}.tp-project-location-empty{padding:18px 14px;color:#64748b;font-size:14px;border:1px dashed #cbd5e1;border-radius:12px;background:#fff}.tp-project-marker{width:30px;height:50px;background-image:url(/img/logos/marker.png);background-size:cover;cursor:pointer}.tp-geopics-modal{max-width:1100px}.tp-geopics-modal-content{border:none;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.2),0 5px 20px rgba(0,0,0,.1)}.tp-geopics-header{align-items:flex-start;padding:20px 24px 16px;border-bottom:1px solid rgba(0,0,0,7%);background:#f8fafc}.tp-geopics-title-row{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.tp-geopics-title-badge{display:inline-flex;align-items:center}.tp-geopics-subtitle{margin:4px 0 0;color:#64748b;font-size:14px}.tp-geopics-close-btn{width:38px;height:38px;border-radius:8px}.tp-geopics-body{background:#f8fafc;min-height:280px}.tp-geopics-shell{position:relative}.tp-geopics-shell.is-locked .tp-geopics-shell-content{filter:blur(.08px);opacity:1;transform:scale(.999)}.tp-geopics-lock{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient( 180deg,rgba(248,251,255,.72) 0%,rgba(238,246,255,.94) 100% );backdrop-filter:blur(.8px);z-index:2}.tp-geopics-lock-copy{width:100%;max-width:280px;padding:20px 20px 18px;border:1px solid #dbe6f3;border-radius:14px;background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(15,23,42,.12);text-align:left}.tp-geopics-lock-badge-row{display:flex;align-items:center}.tp-geopics-lock-title{margin:12px 0 6px;font-size:15px;font-weight:700;color:#0f172a}.tp-geopics-lock-body{margin:0;font-size:13px;line-height:1.5;color:#475569}.tp-geopics-lock-link{display:inline-flex;align-items:center;margin-top:12px;color:#14529f;font-size:13px;font-weight:700;text-decoration:none}.tp-geopics-lock-link:hover{color:#1f67b8}.tp-geopics-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,150px));gap:14px}.tp-geopic-card{width:150px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;text-align:left;padding:0}.tp-geopic-thumb{width:150px;height:150px;object-fit:cover;background:#e2e8f0;display:block;margin:0 auto}.tp-geopic-card-body{display:block;padding:10px 12px}.tp-geopic-card-title{display:block;font-size:14px;font-weight:600;color:#0f172a;margin-bottom:4px}.tp-geopic-card-meta{display:block;font-size:12px;color:#475569;margin-bottom:4px}.tp-geopic-card-comment{display:block;font-size:12px;color:#334155;margin:0;min-height:32px}.tp-geopic-viewer-frame{width:100%;max-height:66vh;border:1px solid #dbe2ea;border-radius:12px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.tp-geopic-viewer-frame img{width:100%;max-height:66vh;object-fit:contain}.tp-geopic-detail-list{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.tp-geopic-detail-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px}.tp-geopic-detail-item .label{display:block;font-size:11px;color:#64748b;margin-bottom:2px}.tp-geopic-detail-item .value{display:block;font-size:13px;color:#0f172a;word-break:break-word}.tp-geopic-viewer-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:10px}@media(max-width:768px){.tp-projects-header{padding:20px 20px 16px;align-items:flex-start}.tp-projects-body{padding:18px}.tp-bulk-header{padding:20px 20px 16px}.tp-bulk-body{padding:18px 20px}.tp-bulk-lock{padding:16px}.tp-bulk-footer{padding:14px 20px 18px}.tp-project-form-header{padding:20px 20px 14px}.tp-project-form-body{padding:16px 20px 10px}.tp-project-edit-body{max-height:64vh;padding-bottom:18px}.tp-project-icon-grid{grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:8px}.tp-project-icon-option{height:48px}.tp-project-color-grid{grid-template-columns:repeat(6,1fr);gap:12px 8px}.tp-project-color-option{width:38px;height:38px}.tp-share-modal-header{padding:20px 20px 14px}.tp-share-modal-body{padding:18px 20px 20px}.tp-geopics-lock{padding:16px}.tp-projects-lock{padding:16px}.tp-mobile-upsell-body{grid-template-columns:1fr;gap:20px;padding:4px 20px 18px}.tp-mobile-upsell-copy .modal-title{max-width:none}.tp-mobile-upsell-text{max-width:none}.tp-mobile-upsell-image{width:min(100%,360px)}.tp-mobile-upsell-footer{grid-template-columns:1fr;padding:4px 20px 0}.tp-mobile-upsell-note{margin:14px 20px 22px}.tp-project-form-footer{padding:12px 20px 16px}.tp-projects-subtitle{line-height:1.4}.tp-projects-create-btn{padding:9px 14px}.tp-project-item{padding:16px}.tp-project-item-avatar{width:38px;height:38px}.tp-project-item-meta{gap:6px}.tp-project-detail-actions .btn{width:100%}.tp-project-share-wrap{width:100%}.tp-project-detail-segmented{display:flex;width:100%}.tp-project-detail-segment{flex:1;text-align:center;padding:9px 8px}.tp-geopics-list{grid-template-columns:1fr}.tp-geopic-viewer-actions .btn{width:100%}.tp-geopic-viewer-actions{flex-direction:column}.tp-bulk-search-btn span{display:none}.tp-bulk-search-btn{padding:0 12px;min-width:48px;justify-content:center}.tp-bulk-modal .modal-dialog{max-width:95vw;margin:10px}.tp-mobile-upsell-modal .modal-dialog{margin:.75rem}.tp-mobile-upsell-content{border-radius:22px}.tp-mobile-upsell-header{padding:20px 20px 6px}.tp-mobile-upsell-brand-logo{height:30px}.tp-mobile-upsell-copy .modal-title{margin-top:14px;font-size:34px;line-height:1.02}.tp-mobile-upsell-text{font-size:15px;line-height:1.6;margin-bottom:18px}.tp-mobile-upsell-point{grid-template-columns:44px minmax(0,1fr);padding:14px;gap:12px}.tp-mobile-upsell-point-icon{width:44px;height:44px;border-radius:14px;font-size:16px}.tp-mobile-upsell-point h6{font-size:15px}.tp-mobile-upsell-point p{font-size:13px}.tp-mobile-upsell-dismiss,.tp-mobile-upsell-cta{min-height:50px;font-size:15px}}