*{box-sizing:border-box}:root,html[data-theme=maritime]{--spacing-md: 16px;--spacing-item-gap: 12px;--sidebar-width: clamp(380px, 30vw, 480px);--bg: #0D3B66;--bg-2: #062B4D;--surface: #FFFFFF;--surface-muted: #F0F4F8;--ink: #102A43;--ink-soft: #627D98;--line: #D9E2EC;--brand: #3B82F6;--brand-soft: #F0F9FF;--brand-2: #2563EB;--ok: #10B981;--warn: #F59E0B;--danger: #EF4444;--hw-amber: #D97706;--hw-amber-soft: #FFFBEB;--cta-bg: #1D4ED8;--cta-fg: #FFFFFF;--danger-bg: #B91C1C;--ok-bg: #15803D;--shadow: 0 8px 24px rgba(2, 12, 27, .1), 0 2px 8px rgba(2, 12, 27, .06);--shadow-soft: 0 4px 12px rgba(100, 116, 139, .1)}html[data-theme=desert]{--bg: #7a5230;--bg-2: #5e3d20;--surface: #fff8f0;--surface-muted: #f5efe6;--ink: #3a210e;--ink-soft: #8a6f5e;--line: #e0d5c7;--brand: #e88c32;--brand-soft: #faeadd;--brand-2: #c46f1c;--ok: #10B981;--warn: #F59E0B;--danger: #EF4444;--cta-bg: #A2570F}html[data-theme=oasis]{--bg: #065f46;--bg-2: #054d39;--surface: #f0fdf4;--surface-muted: #e6f7eb;--ink: #064e3b;--ink-soft: #528c7c;--line: #cce8d8;--brand: #34d399;--brand-soft: #d1fae5;--brand-2: #059669;--ok: #10B981;--warn: #F59E0B;--danger: #EF4444;--cta-bg: #047857}html[data-theme=night]{--bg: #111827;--bg-2: #000000;--surface: #1f2937;--surface-muted: #2a3441;--ink: #f3f4f6;--ink-soft: #cbd5e1;--line: #4b5563;--brand: #60a5fa;--brand-soft: #1e3a8a;--brand-2: #93c5fd;--ok: #34d399;--ok-soft: #064e3b;--hw-amber: #fbbf24;--hw-amber-soft: color-mix(in oklab, var(--hw-amber) 14%, var(--surface));--warn: #facc15;--danger: #f87171;--cta-bg: #1D4ED8}html[data-theme=night] input,html[data-theme=night] textarea,html[data-theme=night] select,html[data-theme=night] button{color:var(--ink)}html,body{height:100%;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--surface-muted);color:var(--ink);transition:background-color .3s ease,color .3s ease}.is-hidden{display:none!important}.icon-ok{color:var(--ok)}#btn-modify-circuit{display:flex}#edit-circuit-title-button{margin-left:8px}#close-circuit-panel-btn{margin-left:auto}.tools-menu-separator{height:1px;width:100%;background:var(--line);margin:5px 0}.tools-menu-section-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft);padding:10px 14px 4px;margin-top:4px}.tools-menu-section-title:first-child{margin-top:0}#btn-admin-menu{background-color:var(--danger);color:#fff}#btn-delete-active-circuit{color:var(--danger)}#btn-open-gpx-studio{display:flex;text-decoration:none}.rich-poi-form{display:flex;flex-direction:column;gap:14px}.rich-poi-row-2col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rich-poi-section-muted{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:var(--surface-muted);padding:10px;border-radius:8px}.rich-poi-form .input-group{flex-direction:column;align-items:stretch;gap:5px}.rich-poi-form .input-group label{font-weight:600}.rich-poi-form .editable-input{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px;font-size:14px;line-height:1.4;background-color:var(--surface);color:var(--ink);box-sizing:border-box;font-family:inherit;transition:border-color .15s,box-shadow .15s}.rich-poi-form .editable-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.rich-poi-form #rich-poi-name-ar{text-align:right}.rich-poi-time-row{display:flex;gap:5px;align-items:center}.rich-poi-form #rich-poi-time-h,.rich-poi-form #rich-poi-time-m{width:50px;text-align:center}.rich-poi-gps-footer{font-size:12px;color:var(--ink-soft);display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:6px;border-top:1px dashed var(--line);margin-top:4px}.rich-poi-nav-controls{display:flex;align-items:center;gap:6px;padding:8px 0}.topbar{position:absolute;top:0;left:0;right:0;height:72px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#fff;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 100%);box-shadow:var(--shadow);z-index:1005}@media(min-width:768px){.topbar{right:var(--sidebar-width)}}.topbar-left{display:flex;align-items:center;gap:16px;flex-shrink:0}.topbar-center{display:flex;align-items:center;gap:8px;flex-grow:1;justify-content:center}.topbar-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.app-title{font-size:24px;font-weight:700;color:#fff;white-space:nowrap;flex-shrink:0}.search-container{position:relative;width:100%;max-width:450px;flex-shrink:1;min-width:200px}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9eacba;width:24px;height:24px;pointer-events:none}#search-input{width:100%;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background-color:#ffffff1a;padding:0 16px 0 48px;color:#fff;font-size:16px;transition:all .2s ease}#search-input::placeholder{color:#9eacba}#search-input:focus{outline:none;background-color:#ffffff24;border-color:var(--brand)}.search-results{position:absolute;top:100%;left:0;width:100%;margin-top:8px;background-color:var(--surface);border-radius:8px;box-shadow:var(--shadow);z-index:1003;max-height:400px;overflow-y:auto;border:1px solid var(--line)}.search-results button{display:block;width:100%;padding:12px 15px;background:none;border:none;text-align:left;cursor:pointer;font-size:15px;color:var(--ink);border-bottom:1px solid var(--surface-muted)}.search-results button:last-child{border-bottom:none}.search-results button:hover{background-color:var(--surface-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:42px;padding:0 12px;border-radius:12px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.18);font-weight:600;font-size:15px;cursor:pointer;transition:all .18s ease;white-space:nowrap}.btn svg{width:24px;height:24px}.explorer-item-action{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:8px;cursor:pointer;opacity:.8;transition:all .2s}.explorer-item-action:hover{background-color:var(--surface-muted);opacity:1}.explorer-item-action svg{width:18px;height:18px}.hw-icon-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.btn:hover:not(:disabled){transform:translateY(-1px);background:#ffffff24}.btn.active{background:var(--cta-bg);color:var(--cta-fg);border-color:transparent}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none;background-color:#ffffff0d}.separator{height:24px;width:1px;background-color:#fff3;margin:0 4px}.zones-container{position:relative}.zones-menu{display:none;position:absolute;top:calc(100% + 8px);right:0;background-color:var(--surface);color:var(--ink);border-radius:8px;box-shadow:var(--shadow);z-index:2000;max-height:300px;overflow-y:auto;border:1px solid var(--line);min-width:200px}.zones-menu button{display:block;width:100%;padding:10px 15px;background:none;border:none;text-align:left;cursor:pointer;font-size:15px;color:var(--ink)}.zones-menu button:hover{background-color:var(--surface-muted)}#map{position:absolute;inset:72px 0 0;transition:right .3s ease}@media(min-width:768px){#map{right:var(--sidebar-width)}}#app-version{position:absolute;bottom:30px;left:10px;z-index:1003;color:var(--ink-soft);font-size:12px;background:#ffffffb3;padding:2px 5px;border-radius:4px}.hw-icon{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:var(--surface);border:2px solid var(--ink);border-radius:50%;box-shadow:var(--shadow-soft)}.hw-icon svg{color:var(--ink);width:18px;height:18px}.right-sidebar{position:fixed;top:0;right:0;bottom:0;height:auto;width:var(--sidebar-width);max-width:100%;background:var(--surface-muted);box-shadow:var(--shadow);z-index:1002;display:flex;flex-direction:column}@media(max-width:767px){.right-sidebar{top:72px}}.sidebar-tabs{display:flex;gap:4px;background-color:var(--surface-muted);height:72px;padding:12px;flex-shrink:0}.tab-button{flex:1;height:42px;padding:0 12px;border:none;background-color:transparent;cursor:pointer;font-size:15px;font-weight:500;color:var(--ink-soft);border-radius:12px;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px;align-self:center}.tab-button:hover{color:var(--ink)}.tab-button.active{background-color:var(--surface);color:var(--ink);font-weight:600;box-shadow:0 1px 3px #0000000d}.tab-button .count{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:11px;color:var(--ink-soft);background:var(--surface);padding:1px 7px;border-radius:999px;line-height:1.4}.tab-button.active .count{background:var(--ink);color:var(--surface)}.sidebar-panel{display:none;flex-direction:column;flex-grow:1;min-height:0;background:var(--surface-muted)}.sidebar-panel.active{display:flex}.panel-content{padding:12px;flex-grow:1;display:flex;flex-direction:column;overflow-y:auto;gap:4px}.detail-section{margin-bottom:4px;display:flex;flex-direction:column;flex-shrink:0;background-color:var(--surface);border-radius:12px;box-shadow:var(--shadow-soft);border:1px solid var(--line);overflow:hidden}.detail-section h3{font-size:13px;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.5px;align-items:center;padding:2px 12px;background-color:var(--brand-soft);border-radius:0;border-bottom:1px solid var(--line);min-height:24px}.detail-section h3 .action-button{width:24px;height:24px}.detail-section h3 .action-button svg{width:14px;height:14px}.detail-section .content{background:var(--surface);box-shadow:none;border-radius:0;padding:6px 12px 10px;display:flex;flex-direction:column;margin-top:0}.content.structured-input-row,.content.checkbox-group{display:flex;flex-direction:row}.structured-input-row{justify-content:space-around;align-items:center}.checkbox-group{justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.description-section,.notes-section,.description-section .content,.notes-section .content{display:flex;flex-direction:column}.description-content{font-size:14px;line-height:1.4;white-space:pre-wrap}.source-container{font-size:12px;margin-top:auto;padding-top:8px;color:var(--ink-soft);flex-shrink:0}.source-container a{color:var(--brand)}.input-group{display:flex;flex-direction:row;align-items:center;gap:12px}.input-group label{font-weight:500;font-size:13px;color:var(--ink-soft)}.input-group .fields{display:flex;align-items:center;gap:4px}.input-group input[type=number]{width:auto;min-width:45px;text-align:center;border-radius:8px;border:1px solid var(--line);padding:6px 4px;height:42px;background-color:var(--surface);color:var(--ink)}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:500}.photos-section{min-height:90px}.photos-grid-scroller{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px}.photo-placeholder{flex-shrink:0;width:60px;height:60px;background:var(--surface-muted);border-radius:8px;display:grid;place-items:center;color:var(--line);cursor:pointer}.photo-placeholder:hover{background-color:var(--line)}.action-button svg{width:18px;height:18px}.panel-header{display:grid;grid-template-columns:1fr auto auto;align-items:center;padding:8px 16px;background:var(--surface);border-bottom:1px solid var(--line);min-height:56px;gap:8px;flex-shrink:0}.editable-field .edit-controls{grid-column:2;display:flex;align-items:center;gap:8px}.panel-header .edit-controls{margin-left:auto}.header-btn{width:34px;height:34px;border:1px solid var(--line);border-radius:10px}.action-button{width:32px;height:32px;background:transparent;border:none;border-radius:8px}.header-btn,.action-button{display:grid;place-items:center;color:var(--ink-soft);cursor:pointer;flex-shrink:0}.header-btn:hover,.action-button:hover{background:var(--surface-muted);color:var(--ink)}.header-btn:disabled{opacity:.5;cursor:not-allowed;background:var(--surface-muted)}@keyframes pulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.detail-section h3 .section-controls{margin-left:auto;display:flex;align-items:center;gap:8px}.editable-field .editable-input{width:100%;border:1px solid var(--brand);border-radius:8px;padding:8px;font-size:14px;line-height:1.4;background-color:var(--surface);box-sizing:border-box;font-family:inherit}.panel-header .header-input{font-size:20px;font-weight:700;padding:4px 8px}#panel-title-input{grid-column:1 / span 2}.editable-field .editable-text{min-height:24px;color:var(--ink);font-size:14px;line-height:1.4}.editable-text.short-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;height:24px;min-height:24px}.editable-field .editable-text:empty:before{content:"Cliquez sur le crayon pour ajouter du contenu...";color:var(--ink-soft);font-style:italic;white-space:normal}textarea.editable-input{resize:vertical;flex-grow:1}.detail-section[data-field-id=short_desc] .content{padding-top:8px;padding-bottom:8px}.time-editor{display:flex;align-items:center;gap:8px}.time-adjust-btn{display:grid;place-content:center;width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--ink-soft);cursor:pointer}.time-adjust-btn:hover{background:var(--surface-muted);color:var(--ink)}.duration-picker-trigger{font-size:16px;font-weight:500;color:var(--ink);background:transparent;border:1px solid transparent;border-radius:8px;padding:6px 12px;cursor:pointer;min-width:70px;text-align:center;height:42px;line-height:28px}.duration-picker-trigger:hover{background:var(--surface-muted)}#circuit-panel .circuit-header{padding:12px 16px;background:var(--surface);border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:12px;flex-shrink:0}.circuit-title-container{display:flex;align-items:center;width:100%}#circuit-title-text{font-size:18px;font-weight:700;color:var(--ink);flex-grow:1;overflow:hidden;text-overflow:ellipsis}.circuit-description-container{width:100%}#circuit-description{width:100%;resize:none;border:1px solid var(--line);border-radius:8px;padding:8px;font-family:inherit;font-size:14px;background-color:var(--surface-muted);box-sizing:border-box;height:70px}#circuit-description:focus{outline:none;border-color:var(--brand);background-color:var(--surface)}.circuit-title-container .action-button{background:transparent;border:none;cursor:pointer;color:var(--ink-soft);padding:4px;border-radius:6px}.circuit-title-container .action-button:hover{background:var(--surface-muted)}.circuit-title-container .circuit-tested-badge{margin-left:6px}.circuit-title-container .circuit-toggle-tested-btn{color:var(--ink-soft)}.circuit-title-container .circuit-toggle-tested-btn.tested{color:#2e7d32}.header-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%}.controls-group{display:flex;align-items:center;gap:4px;justify-content:flex-end}.header-controls .controls-group:first-child{justify-content:flex-start}.meta-info{justify-content:center;grid-column:2 / 3}.transport-info{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding-top:10px;border-top:1px solid var(--line);gap:16px}.transport-group{display:flex;align-items:center;gap:8px}.transport-group:first-of-type{justify-content:flex-start;border-right:1px solid var(--line);padding-right:16px}.transport-group:last-of-type{justify-content:flex-end}.transport-group svg{color:var(--ink-soft)}.transport-field{display:flex;align-items:center;gap:6px;color:var(--ink-soft)}.transport-field input{width:40px;border:none;border-bottom:1px solid var(--line);text-align:center;font-size:14px;padding:2px;background:transparent;color:var(--ink)}.transport-field input::placeholder{color:var(--line)}.transport-field input:focus{outline:none;border-bottom-color:var(--brand)}.transport-field span{font-size:13px}.steps{padding:8px;background:var(--surface-muted);flex-grow:1;overflow-y:auto}.empty-list-info{padding:20px;text-align:center;color:var(--ink-soft)}.step{border-radius:10px;background:var(--surface);margin-bottom:6px;box-shadow:var(--shadow-soft);padding:8px 12px;display:flex;align-items:center;gap:8px}.num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--brand-soft);color:var(--ink);font-size:14px;font-weight:700;display:grid;place-items:center}.step-main{font-weight:500;color:var(--ink);flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.step-actions{display:flex;gap:6px}.stepbtn{color:var(--ink-soft);background:none;border:none;border-radius:6px;display:grid;place-items:center}.stepbtn:hover:not(:disabled){color:var(--ink)}.stepbtn:disabled{opacity:.4;cursor:not-allowed}.panel-footer{background:var(--surface-muted);border-top:1px solid var(--line);display:flex;flex-wrap:nowrap;justify-content:space-evenly;align-items:center;gap:4px;padding:8px 12px;min-height:56px}.footer-btn{background:transparent;border:none;cursor:pointer;color:var(--ink-soft);border-radius:12px;justify-content:center;align-items:center;transition:all .2s;width:42px;height:42px;flex-shrink:0}.footer-btn:hover:not(:disabled){background:var(--surface);color:var(--ink);box-shadow:0 2px 5px #0000000d;transform:translateY(-1px)}.footer-btn.active{color:var(--brand);background:var(--brand-soft)}.footer-btn:disabled{opacity:.3;cursor:not-allowed;filter:grayscale(100%)}.footer-btn svg{width:22px;height:22px}.separator-vertical{width:1px;height:20px;background:var(--line);margin:0 2px}.footer-btn.pill{height:42px;width:42px;border-radius:12px}#btn-clear-circuit:hover{color:var(--danger);background:#fee2e2}#btn-import-gpx:hover{color:var(--ok);background:#d1fae5}#btn-loop-circuit:hover{color:var(--brand);background:#dbeafe}.circuit-polyline{stroke:var(--danger)!important;stroke-width:3;stroke-dasharray:6,6;opacity:.9}.real-track-polyline{stroke:var(--brand)!important;stroke-width:3;opacity:.8}.real-track-polyline-done{stroke:var(--ok)!important;stroke-width:3;opacity:.9}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#102a4399;z-index:2000;display:flex;justify-content:center;align-items:center}#rich-poi-modal{z-index:4000}.modal-content{background:var(--surface-muted);border-radius:16px;width:90%;max-width:700px;box-shadow:var(--shadow);display:flex;flex-direction:column;max-height:80vh}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid var(--line);flex-shrink:0}.modal-header h2{color:var(--ink)}.modal-body{padding:16px 24px;overflow-y:auto}.circuit-item{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:10px;margin-bottom:10px;background-color:var(--surface);box-shadow:var(--shadow-soft)}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0d3b66b3;z-index:9999;display:flex;justify-content:center;align-items:center}.loader-spinner{width:50px;height:50px;border:5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast-container{position:fixed;top:70px;right:20px;z-index:100001;display:flex;flex-direction:column;gap:10px}.toast{padding:12px 18px;border-radius:8px;color:#fff;font-weight:600;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px;opacity:0;transform:translate(100%);animation:slideIn .3s forwards,fadeOut .5s 3.5s forwards}.toast svg{flex-shrink:0}.gist-sync-indicator{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:14px;cursor:pointer;transition:all .3s;border:1px solid transparent;-webkit-user-select:none;user-select:none}.gist-sync-idle{color:#10b981;border-color:#10b981;opacity:.7}.gist-sync-pushing{color:#f59e0b;border-color:#f59e0b;animation:gist-pulse 1s infinite}.gist-sync-pulling{color:#3b82f6;border-color:#3b82f6;animation:gist-pulse 1s infinite}.gist-sync-error{color:#ef4444;border-color:#ef4444}.gist-sync-indicator:hover{opacity:1;transform:scale(1.1)}@keyframes gist-pulse{0%,to{opacity:1}50%{opacity:.4}}.toast-action{background:none;border:1px solid rgba(255,255,255,.5);color:inherit;padding:2px 10px;border-radius:4px;cursor:pointer;font-size:13px;font-weight:600;margin-left:10px;flex-shrink:0;white-space:nowrap}.toast.toast-success{background-color:var(--ok)}.toast.toast-error{background-color:var(--danger)}.toast.toast-warning{background-color:var(--warn)}.toast.toast-info{background-color:var(--brand)}@keyframes slideIn{to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translate(100%)}}#mobile-container{display:flex!important;flex-direction:column!important;height:100dvh;width:100%;background-color:var(--surface-muted)}#mobile-main-container{flex-grow:1;overflow-y:auto;position:relative}.mobile-view-header{flex-shrink:0;background-color:var(--surface);padding:12px 16px;border-bottom:1px solid var(--line);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:space-between;min-height:56px;box-sizing:border-box;gap:8px;margin-left:0;margin-right:0;width:100%}.mobile-view-header h1{margin:0;font-size:18px;font-weight:700;text-align:center;flex-grow:1;min-width:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.3}#mobile-back-btn{padding:0;background:transparent;border:none;display:grid;place-items:center;width:44px;height:44px}#mobile-nav{flex-shrink:0;order:3}#mobile-nav{display:flex;justify-content:space-around;background-color:var(--surface);border-top:1px solid var(--line);padding:4px 0 calc(4px + env(safe-area-inset-bottom));box-shadow:0 -2px 10px #0000000d}.mobile-nav-btn{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;color:var(--ink-soft);font-size:12px;flex:1;padding:8px 4px;border-radius:8px}.mobile-nav-btn span{display:none}.mobile-nav-btn.active{color:var(--brand)}.mobile-list{padding:0}.mobile-list-item{display:flex;align-items:center;width:100%;padding:16px;background-color:var(--surface);border:none;border-radius:16px;margin-bottom:var(--spacing-item-gap);box-shadow:var(--shadow-soft);text-align:left;cursor:pointer;font-size:16px;font-weight:500;box-sizing:border-box}.mobile-list-item [data-lucide=route],.actions-list .mobile-list-item [data-lucide]{margin-right:16px;color:var(--ink-soft);flex-shrink:0}.mobile-list-item [data-lucide=route],.actions-list .mobile-list-item [data-lucide]{color:var(--brand)}.mobile-list-item span{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-list-item [data-lucide=chevron-right]{color:var(--line);margin-left:auto}#mobile-main-container .panel-content{padding:0;gap:0;overflow-y:visible}.description-section .description-content,.notes-section .description-content{min-height:4.8em}.description-section.editable-field .content{display:flex;flex-direction:column}.mobile-search{width:100%}.mobile-search #mobile-search-input{width:100%;height:44px;border-radius:12px;padding-left:48px;background-color:var(--surface-muted);border:1px solid var(--line);color:var(--ink)}.mobile-search #mobile-search-input::placeholder{color:var(--ink-soft)}.mobile-search .search-icon{position:absolute;left:16px;color:var(--ink-soft)}#mobile-search-results{padding-top:0}#fullscreen-editor{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--surface);z-index:3000;display:none;flex-direction:column}.editor-header{display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-soft);padding:12px 16px}.editor-header h2{font-size:18px;color:var(--ink)}#editor-cancel-btn,#editor-save-btn{display:flex;align-items:center;gap:8px;border:none;background:transparent;font-size:16px;font-weight:600;padding:8px 12px;border-radius:8px}#editor-cancel-btn{color:var(--ink-soft)}#editor-save-btn{color:var(--brand)}#editor-textarea{flex-grow:1;border:none;padding:16px;font-family:inherit;font-size:16px;line-height:1.6;resize:none;background:var(--surface-muted);color:var(--ink)}#editor-textarea:focus{outline:none}@media(min-width:769px){#mobile-container{display:none!important}}.photo-item{position:relative;flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden}.photo-item .img-preview{width:100%;height:100%;object-fit:cover;cursor:zoom-in}.photo-delete-btn{position:absolute;top:2px;right:2px;background:#ffffffe6;border:none;border-radius:50%;width:20px;height:20px;display:grid;place-items:center;cursor:pointer;color:var(--danger);box-shadow:0 2px 4px #0003}.photo-delete-btn svg{width:12px;height:12px}.action-btn-large{width:100%;padding:16px;border-radius:12px;border:none;font-weight:700;background:var(--brand);color:#fff;display:flex;justify-content:center;align-items:center;gap:12px;font-size:16px;box-shadow:0 4px 6px #3b82f633}input[type=range]{width:100%;height:6px;background:var(--line);border-radius:5px;margin-top:15px}#mobile-dock{display:none}.mobile-nav-btn{background:none;border:none;color:var(--ink-soft);display:flex;flex-direction:column;align-items:center;font-size:11px;gap:4px;cursor:pointer;flex:1}.mobile-nav-btn.active{color:var(--brand);font-weight:700}.mobile-nav-btn i,.mobile-nav-btn svg{width:24px;height:24px}.leaflet-marker-icon.marker-vip{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;width:40px!important;height:40px!important;margin-left:-20px!important;margin-top:-46px!important;z-index:1000!important;display:flex!important;justify-content:center;align-items:center;overflow:visible!important}.leaflet-marker-icon.marker-vip .hw-icon-wrapper{width:100%;height:100%;background:#fef08a;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);transform:none;display:flex;justify-content:center;align-items:center;filter:drop-shadow(0 4px 3px rgba(0,0,0,.25))}.leaflet-marker-icon.marker-vip svg,.leaflet-marker-icon.marker-vip i{color:#422006!important;width:22px!important;height:22px!important;z-index:2;transform:none;padding-top:5px}.leaflet-marker-icon.marker-visited:not(.marker-vip){border:3px solid #10B981!important;box-shadow:0 0 0 2px #10b9814d}.leaflet-marker-icon.marker-planned:not(.marker-vip){border:3px solid #3B82F6!important;box-shadow:0 0 0 2px #3b82f64d}.leaflet-marker-icon.marker-vip.marker-visited .hw-icon-wrapper{background:#fef08a!important;filter:drop-shadow(0 0 2px #10B981) drop-shadow(0 0 2px #10B981) drop-shadow(0 4px 3px rgba(0,0,0,.3))}.leaflet-marker-icon.marker-vip.marker-planned .hw-icon-wrapper{background:#fef08a!important;filter:drop-shadow(0 0 2px #3B82F6) drop-shadow(0 0 2px #3B82F6) drop-shadow(0 4px 3px rgba(0,0,0,.3))}.leaflet-marker-icon.marker-visited.marker-planned:not(.marker-vip){border:3px solid #10B981!important;box-shadow:0 0 0 2px #10b9814d!important}.leaflet-marker-icon.marker-vip.marker-visited.marker-planned .hw-icon-wrapper{filter:drop-shadow(0 0 2px #10B981) drop-shadow(0 0 2px #10B981) drop-shadow(0 4px 3px rgba(0,0,0,.3))!important}.leaflet-marker-icon.marker-highlight{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;z-index:2000!important}.leaflet-marker-icon.marker-highlight .hw-icon-wrapper{background-color:var(--surface);border:2px solid #EF4444;border-radius:8px;animation:pulse 1.5s infinite;display:flex;justify-content:center;align-items:center;width:100%;height:100%;clip-path:none!important}#btn-categories span,#btn-filter-vus span,#btn-filter-planifies span,#btn-mode-selection span,#btn-tools-menu span{display:none!important}.search-container{max-width:300px;margin-left:16px}.tools-dropdown-container{position:relative}.tools-menu{display:none;position:absolute;top:calc(100% + 10px);left:auto;right:0;background:var(--surface);border-radius:12px;box-shadow:0 10px 25px #00000026;border:1px solid var(--line);width:220px;overflow:hidden;z-index:2000}.tools-menu.active{display:flex;flex-direction:column}.tools-menu-item{display:flex;align-items:center;gap:10px;padding:12px 16px;background:none;border:none;width:100%;text-align:left;cursor:pointer;color:var(--ink);font-size:14px;border-bottom:1px solid var(--surface-muted)}.tools-menu-item:last-child{border-bottom:none}.tools-menu-item:hover{background:var(--surface-muted)}.tools-menu-item svg{width:18px;height:18px;color:var(--ink-soft)}.tools-menu-item:hover svg{color:var(--brand)}.custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0d3b6699;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100000;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s}.custom-modal-overlay.active{opacity:1;visibility:visible}.custom-modal-box{background:var(--surface);border-radius:16px;width:85%;max-width:380px;box-shadow:0 20px 40px #00000040;padding:24px;text-align:center;transform:scale(.95) translateY(10px);transition:transform .2s cubic-bezier(.175,.885,.32,1.275);border:1px solid var(--line);max-height:90vh;overflow-y:auto}.custom-modal-overlay.active .custom-modal-box{transform:scale(1) translateY(0)}.custom-modal-title{margin:0 0 12px;font-size:20px;font-weight:700;color:var(--ink);line-height:1.3}.custom-modal-message{margin:0 0 24px;font-size:15px;color:var(--ink-soft);line-height:1.5;white-space:pre-wrap}.custom-modal-actions{display:flex;gap:12px;justify-content:center}#qr-reader{width:100%;height:100%;flex-grow:1}#close-scanner-btn{position:absolute;top:20px;right:20px;background:#00000080;color:#fff;border:none;padding:10px;border-radius:50%;width:40px;height:40px;font-size:20px;display:flex;align-items:center;justify-content:center;z-index:100000;cursor:pointer}.explorer-header{min-height:50px;flex-shrink:0;border-bottom:1px solid var(--line);background:var(--surface)}.explorer-list{flex-grow:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.explorer-item{display:flex;align-items:center;background:var(--surface);padding:12px;border-radius:12px;box-shadow:var(--shadow-soft);cursor:pointer;transition:transform .1s,background-color .2s;gap:12px;border:1px solid var(--line)}.explorer-item:hover{background-color:var(--surface-muted);transform:translateY(-1px);border-color:var(--brand-soft)}.explorer-item-content{flex:1;min-width:0;display:flex;flex-direction:column}.explorer-item-name{font-weight:600;font-size:14px;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.explorer-item-meta{font-size:12px;color:var(--ink-soft);margin-top:4px}.explorer-item-delete{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--danger);border-radius:8px;cursor:pointer;opacity:.6;transition:all .2s}.explorer-item-delete:hover{background-color:#ef44441a;opacity:1}.explorer-item-delete svg{width:18px;height:18px}.mobile-toolbar{position:sticky;top:0;width:100%;margin-left:0;margin-right:0;background:var(--surface);border-top:none;border-bottom:1px solid var(--line);display:flex;justify-content:space-around;align-items:center;padding:8px 0;gap:0;z-index:100;box-shadow:0 2px 4px #0000000d;box-sizing:border-box}.toolbar-btn{width:42px;height:42px;border-radius:12px;border:none;background:transparent;color:var(--ink-soft);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.toolbar-btn:active{background:var(--surface-muted)}.toolbar-btn.active{color:var(--brand);background:var(--brand-soft)}.toolbar-btn svg{width:20px;height:20px}#photo-selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;max-height:60vh;overflow-y:auto;padding:10px;background:var(--surface-muted);border-radius:8px;border:1px solid var(--line);margin-bottom:10px}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:16px;font-weight:600;color:var(--ink)}.pagination-btn{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:6px 12px;cursor:pointer;color:var(--ink);font-size:14px}.pagination-btn:hover:not(:disabled){background:var(--surface-muted)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.photo-selection-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .2s;background:var(--surface)}.photo-selection-item img{width:100%;height:100%;object-fit:cover;display:block}.photo-selection-item.selected{border-color:var(--brand);box-shadow:0 0 0 2px #3b82f64d}.photo-selection-check{position:absolute;top:4px;right:4px;width:20px;height:20px;background:#fffc;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.photo-selection-item.selected .photo-selection-check{opacity:1;background:var(--brand);color:#fff}.photo-selection-item:hover .photo-selection-check{opacity:.5}.photo-selection-item.selected:hover .photo-selection-check{opacity:1}.photo-selection-intro{font-size:14px;color:var(--ink-soft);margin-bottom:12px;text-align:left}@media(max-width:768px){:root,html[data-theme=maritime]{--spacing-md: 8px}.topbar,#map,.right-sidebar,#app-version{display:none!important}#mobile-container{display:flex!important;flex-direction:column!important;height:100dvh;width:100%;background-color:var(--surface-muted)}.mobile-standard-padding{padding-left:8px;padding-right:8px}.mobile-list,.panel-content{padding-left:var(--spacing-md)!important;padding-right:var(--spacing-md)!important;padding-bottom:calc(90px + env(safe-area-inset-bottom))!important}.detail-section .content{padding-left:var(--spacing-md)!important;padding-right:var(--spacing-md)!important}.mobile-view-header,.mobile-toolbar,.circuit-info-bar,.detail-section h3{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}.detail-section{margin-bottom:0;border-radius:0;border:none;box-shadow:none;border-bottom:1px solid var(--surface-muted);padding-bottom:8px}.detail-section:last-child{border-bottom:none}.detail-section h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background-color:transparent!important;border-bottom:none;color:var(--brand);padding-top:12px;padding-bottom:4px}.title-names{text-align:left}.input-group{gap:8px}#mobile-dock{display:flex;flex-direction:column;position:fixed;bottom:0;left:0;right:0;width:100%;background:var(--surface-muted);border-top:1px solid var(--line);box-shadow:0 -1px 5px #00000008;z-index:2000;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav{display:flex!important;width:100%;padding:10px 0;justify-content:space-around}}.mobile-list-container{padding-top:10px;padding-bottom:140px!important}.mobile-download-btn{color:var(--ink-soft);display:flex;align-items:center;justify-content:center;padding:12px;margin-right:-12px;margin-top:-12px;margin-bottom:-12px;align-self:stretch}.mobile-check-btn{display:flex;align-items:center;justify-content:center;padding:10px 10px 10px 0;flex-shrink:0;cursor:pointer;background:transparent;border:none;font:inherit;color:inherit;outline:none}.mobile-card-layout{justify-content:space-between;flex:1;align-items:center;cursor:pointer}.mobile-card-meta{font-size:13px;color:var(--ink-soft);margin-top:4px;display:flex;align-items:center;flex-wrap:wrap}.mobile-poi-list-container{flex-grow:1;min-height:0;overflow-y:auto;padding-top:10px}.mobile-poi-item-layout{justify-content:space-between}.mobile-actions-container{padding-top:16px}.mobile-divider{height:1px;background:var(--line);margin:10px 0}.text-danger{color:var(--danger)}.bmc-heart-icon{color:#e91e63;margin-left:auto;fill:#e91e63}.mobile-search-container{padding:var(--spacing-md)}.mobile-search-wrapper{position:relative}.mobile-search-icon{position:absolute;left:12px;top:12px}.mobile-search-input{width:100%;padding:10px 10px 10px 40px;border-radius:12px;border:1px solid var(--line)}.mobile-search-results{margin-top:20px}.mobile-empty-state{text-align:center;color:var(--ink-soft);margin-top:20px}.mobile-finished-state{text-align:center;color:var(--ink-soft);margin-top:40px;display:flex;flex-direction:column;align-items:center}.mobile-check-icon-large{width:48px;height:48px;color:var(--ok);margin-bottom:10px}.mobile-reset-filter-btn{margin-top:10px;padding:8px 16px;background:var(--surface-muted);border:1px solid var(--line);border-radius:8px}.mobile-header-harmonized{padding-right:var(--spacing-md)!important}@media(max-width:768px){.mobile-list-container,.mobile-poi-list-container,.mobile-actions-container,.mobile-search-container{padding-top:10px!important}.mobile-list-item{padding:12px!important;border-radius:12px!important}.mobile-search-input{border-radius:12px!important}}@media(max-width:768px){.mobile-toolbar{padding:4px 0!important;justify-content:space-around!important}.toolbar-btn{flex:1!important;width:auto!important;max-width:none!important;padding:8px 4px!important;height:auto!important;border-radius:8px!important}}@media(max-width:768px){.mobile-view-header{border-bottom:none!important;box-shadow:none!important;padding-bottom:4px!important;min-height:auto!important;z-index:102!important}.mobile-toolbar{border-top:none!important;box-shadow:0 4px 6px -2px #0000000d!important;padding-top:0!important;z-index:101!important;position:sticky!important;top:0!important;background-color:var(--surface)!important}.mobile-list-container{padding-top:8px!important}}@media(max-width:768px){.mobile-view-header{padding-top:calc(8px + env(safe-area-inset-top))!important}#mobile-dock{padding-bottom:calc(4px + env(safe-area-inset-bottom))!important}.mobile-list-container,.mobile-actions-container{padding-bottom:calc(100px + env(safe-area-inset-bottom))!important}.mobile-poi-list-container{padding-bottom:16px!important}}.leaflet-bar a,.leaflet-control-layers-toggle{width:44px!important;height:44px!important;line-height:44px!important;font-size:24px!important;border-radius:12px!important;box-shadow:var(--shadow)!important;border:1px solid var(--line)!important;background-color:var(--bg)!important;color:#fff!important;display:flex!important;align-items:center;justify-content:center;margin-bottom:8px!important;transition:background-color .2s,transform .1s}.leaflet-bar a:hover,.leaflet-control-layers-toggle:hover{background-color:var(--bg-2)!important;transform:translateY(-1px)}.leaflet-bar{box-shadow:none!important;border:none!important}.leaflet-bar a:first-child{border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important}.leaflet-bar a:last-child{border-top-left-radius:12px!important;border-top-right-radius:12px!important}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font-weight:700!important}.leaflet-control-layers{border:none!important;box-shadow:none!important;background:transparent!important;border-radius:12px!important;margin-top:8px!important}.leaflet-top .leaflet-control{margin-top:0!important;margin-bottom:8px!important}.leaflet-control-layers-expanded{background-color:var(--bg)!important;color:#fff!important;padding:12px 16px!important;box-shadow:var(--shadow)!important;border:1px solid rgba(255,255,255,.2)!important;min-width:150px}.leaflet-control-layers-selector{accent-color:var(--brand);transform:scale(1.2);margin-right:8px}.leaflet-control-layers-base label{display:flex;align-items:center;font-size:14px;font-weight:500;margin-bottom:6px;cursor:pointer}.leaflet-control-layers-toggle{background-image:none!important}.leaflet-control-layers-toggle:after{content:"";display:block;width:24px;height:24px;background-color:#fff;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 2 7 12 12 22 7 12 2'/%3E%3Cpolyline points='2 17 12 22 22 17'/%3E%3Cpolyline points='2 12 12 17 22 12'/%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 2 7 12 12 22 7 12 2'/%3E%3Cpolyline points='2 17 12 22 22 17'/%3E%3Cpolyline points='2 12 12 17 22 12'/%3E%3C/svg%3E") no-repeat center}.backup-option-btn{width:100%;margin-bottom:12px;padding:12px 16px;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:16px;transition:transform .1s,box-shadow .1s;text-align:left;position:relative;overflow:hidden}.backup-option-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.backup-option-btn:active{transform:translateY(0)}.backup-option-btn.primary{background-color:var(--cta-bg);color:var(--cta-fg)}.backup-option-btn.success{background-color:var(--ok-bg);color:var(--cta-fg)}.backup-option-icon{display:flex;align-items:center;justify-content:center;background:#fff3;width:40px;height:40px;border-radius:10px;flex-shrink:0}.backup-option-text{flex-grow:1;display:flex;flex-direction:column}.backup-title{font-weight:700;font-size:16px;line-height:1.2}.backup-subtitle{font-size:12px;opacity:.8;margin-top:2px}.backup-size-tag{font-size:13px;font-weight:600;background:#0003;padding:4px 8px;border-radius:6px;white-space:nowrap}.leaflet-top .leaflet-control{margin-top:8px!important}.leaflet-top .leaflet-control:first-child{margin-top:0!important}.leaflet-top.leaflet-left .leaflet-control{margin-top:0!important;margin-bottom:0!important}.leaflet-left .leaflet-control{margin:0 0 0 10px!important}.leaflet-top.leaflet-left .leaflet-control+.leaflet-control{margin-top:8px!important}.leaflet-top.leaflet-left{padding-top:10px!important}.panel-footer .separator-vertical{display:none!important}.action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:transform .1s,filter .2s;font-size:14px}.action-btn:hover{filter:brightness(.95);transform:translateY(-1px)}.action-btn:active{transform:translateY(1px)}#offline-banner{display:none;position:fixed;top:0;left:0;right:0;z-index:99998;background:#92400e;color:#fef3c7;font-size:.8rem;font-weight:600;text-align:center;padding:6px 16px;letter-spacing:.02em}#offline-banner.visible{display:block}@media(display-mode:standalone){.topbar{height:40px;padding:0 12px}.topbar .hw-dest-selector{height:32px;padding:0 8px 0 6px;gap:8px}.topbar .hw-dest-selector-flag{width:22px;height:22px;font-size:14px}.topbar .hw-dest-selector-overline{font-size:10px}.topbar .hw-dest-selector-name{font-size:14px}.topbar .hw-dest-selector-chevron svg{width:14px;height:14px}.topbar .btn,.topbar .header-btn{height:32px}.sidebar-tabs{height:40px;padding:4px 12px}.tab-button{height:32px}#map{top:40px}@media(max-width:767px){.right-sidebar{top:40px}}}.panel-header .action-button svg{width:22px!important;height:22px!important}.description-section .description-content{min-height:120px!important}.structured-input-row,.checkbox-group{justify-content:center!important;gap:40px!important}.structured-input-row .input-group{display:flex;align-items:center;margin:0}.stepper-control{display:flex;align-items:center;justify-content:space-between;gap:0;border:1px solid var(--line);border-radius:8px;background:var(--surface);height:40px;width:160px;overflow:hidden}.stepper-btn{display:grid;place-items:center;width:40px;height:100%;border:none;background:transparent;color:var(--ink-soft);cursor:pointer;transition:background .2s;padding:0}.stepper-btn:hover{background:var(--surface-muted);color:var(--ink)}.value-display{display:flex;align-items:center;justify-content:center;min-width:60px;height:100%;padding:0 8px;font-size:15px;font-weight:600;color:var(--ink);border-left:1px solid var(--surface-muted);border-right:1px solid var(--surface-muted);white-space:nowrap;-webkit-user-select:none;user-select:none}.time-adjust-btn,.duration-picker-trigger,.price-wrapper,.price-input{display:none!important}.input-group{display:flex;align-items:center}.detail-section .content.structured-input-row,.detail-section .content.checkbox-group{min-height:70px!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:20px!important;width:100%!important}.input-group,.checkbox-label{flex-shrink:0;justify-content:center}#panel-price-display{min-width:60px!important;text-align:center;flex-grow:1}.stepper-currency{font-size:14px;font-weight:600;color:var(--ink-soft);padding:0 8px 0 4px;border-right:1px solid var(--surface-muted);height:100%;display:flex;align-items:center;justify-content:center;background:var(--surface-muted);min-width:50px;text-align:center}.currency-label{display:none!important}#panel-time-display{min-width:80px!important}.circuit-polyline{stroke:#ef4444!important;stroke-width:4px!important;stroke-dasharray:8,8!important;opacity:.9!important;fill:none!important}.real-track-polyline{stroke:#3b82f6!important;stroke-width:5px!important;opacity:.8!important;stroke-dasharray:none!important;fill:none!important}.real-track-polyline-done{stroke:#10b981!important;stroke-width:5px!important;opacity:.9!important;stroke-dasharray:none!important;fill:none!important}.custom-modal-box{color:var(--ink)}#btn-contrib-bmc:hover{transform:translateY(-2px);box-shadow:0 6px 12px #fbb03b66!important;filter:brightness(1.05)}#btn-contrib-bmc:active{transform:translateY(0)}#btn-contrib-export:hover{background:var(--surface-muted)!important;border-color:var(--brand)!important;color:var(--brand)!important}#btn-bmc-sidebar:hover{transform:translateY(-2px)!important;box-shadow:0 6px 10px #fbb03b4d!important;filter:brightness(1.05)}#btn-bmc-sidebar:active{transform:translateY(0)!important}#btn-bmc-topbar{background-color:#fef08a;color:#422006;border:1px solid #FDE047;font-weight:700;box-shadow:0 2px 4px #0000001a;transition:all .2s ease;flex-shrink:0;margin-right:8px}#btn-bmc-topbar svg{color:#e91e63;fill:#e91e63;width:20px;height:20px}#btn-bmc-topbar:hover{transform:translateY(-1px);box-shadow:0 4px 6px #00000026;filter:brightness(.98);background-color:#fde047}@media(max-width:1100px){#btn-bmc-topbar span{display:none}#btn-bmc-topbar{padding:0 10px}}.custom-modal-box.modal-contribution{display:flex;flex-direction:column;align-items:center;padding:12px 16px 5px!important;max-width:380px}.custom-modal-box.modal-contribution .custom-modal-title{margin-bottom:5px!important;text-align:center;width:100%}.custom-modal-box.modal-contribution .custom-modal-message{white-space:normal!important;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:0!important}.custom-modal-box.modal-contribution p{font-size:15px;color:var(--ink);line-height:1.4;text-align:center;margin-top:0!important;margin-bottom:5px!important;line-height:1.3}#btn-contrib-bmc{background-color:#fef08a!important;border:1px solid #FDE047!important;color:#422006!important;font-weight:700;font-size:15px;box-shadow:0 2px 4px #0000001a;padding:6px 15px!important;width:auto!important;margin-bottom:5px!important;min-width:240px;justify-content:center!important}#btn-contrib-export{background:var(--surface);color:var(--ink);border:2px solid var(--line);padding:6px 15px!important;width:auto!important;margin-bottom:0!important;min-width:240px;justify-content:center!important}.modal-close-x{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:24px;line-height:1;color:var(--ink-soft);cursor:pointer;padding:0 5px}.modal-close-x:hover{color:var(--ink)}#sidebar-bmc-container{display:none}@media(max-width:768px){.custom-modal-box.modal-contribution{width:85%!important;padding:10px 10px 5px!important}#btn-contrib-bmc,#btn-contrib-export{width:100%!important;padding:12px!important}.modal-close-x{top:5px!important;right:5px!important;padding:10px!important}}.icon-sm{width:18px;height:18px}.icon-md{width:24px;height:24px}.panel-header.pc-layout{display:flex;flex-direction:column;gap:0;align-items:stretch;padding-bottom:4px}.panel-header-title-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding-bottom:8px;border-bottom:1px solid var(--line)}.panel-title-block{flex:1;min-width:0;margin-right:10px;overflow:hidden}.panel-title-close{flex-shrink:0}.panel-title-close .action-button{margin:0}.panel-title-text{margin:0;font-size:20px;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel-title-text--ar{text-align:right}.panel-header-actions-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:8px}.panel-btn-group{display:flex;gap:5px;align-items:center}.btn-danger-icon{color:var(--danger);margin-right:10px}.btn-danger-color{color:var(--danger)}.btn-disabled-look{opacity:.5;cursor:not-allowed}.btn-mobile-action{width:36px;height:36px;background:var(--surface-muted);padding:0;border-radius:8px;border:none;display:grid;place-items:center}.btn-back-mobile{width:44px;height:44px;background:transparent;padding:0;border:none;display:grid;place-items:center;margin-left:-8px}.mobile-panel-content{padding-bottom:100px}.mobile-sticky-header{position:sticky;top:0;z-index:20;background:var(--surface-muted);padding-bottom:12px;margin-bottom:0;border-bottom:1px solid var(--line);overflow:visible}.mobile-header-inner{display:flex;flex-direction:column;gap:0}.mobile-sticky-header .mobile-header-inner{padding-left:0!important;padding-right:0!important}.mobile-sticky-header .btn-back-mobile{margin-left:0}.mobile-header-grid{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;width:100%;padding-bottom:10px;border-bottom:1px solid var(--line);margin-bottom:10px}.mobile-header-left{display:flex;justify-content:flex-start}.mobile-header-center{text-align:center;overflow:hidden}.mobile-header-right{display:flex;justify-content:flex-end}.mobile-title-text{margin:0;font-size:18px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-title-text--ar{text-align:center}.mobile-header-actions-row{display:flex;justify-content:space-between;align-items:center;width:100%}.mobile-btn-group{display:flex;gap:4px;align-items:center}.section-title-row{display:flex;justify-content:space-between;align-items:center}.speak-btn{margin:0}.description-scrollable{max-height:200px;overflow-y:auto}.text-expanded{height:auto;min-height:24px;max-height:none;overflow:visible;display:block;white-space:normal!important;text-overflow:clip;-webkit-line-clamp:unset}.panel-category-select{margin-top:5px;width:100%;font-size:14px}.poi-panel{display:flex;flex-direction:column;height:100%;background:var(--surface);color:var(--ink);font-family:Inter,system-ui,sans-serif}.poi-hero{position:relative;height:200px;flex-shrink:0;background:#dfe6ed;background-size:cover;background-position:center;overflow:hidden}.poi-hero[data-bg]{background-image:linear-gradient(180deg,#0000 40%,#00000059),var(--poi-hero-bg)}.poi-hero.has-photo{cursor:pointer}.poi-hero-overlay{position:absolute;inset:auto 0 0;padding:14px 20px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));color:#fff}.poi-hero-tags{display:flex;gap:6px;flex-wrap:wrap}.poi-tag{display:inline-flex;align-items:center;gap:4px;background:#ffffffeb;color:var(--ink);padding:3px 9px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em;box-shadow:0 2px 6px #00000026}.poi-tag.amber{background:#fffbebf2;color:var(--ink-soft)}.poi-tag.brand{background:#f0f9fff2;color:var(--brand)}.poi-tag svg{width:11px;height:11px}.poi-photo-count{position:absolute;top:12px;right:12px;background:#0000008c;color:#fff;padding:4px 9px;border-radius:8px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:5px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.poi-photo-count svg{width:12px;height:12px}.poi-back-pill{position:absolute;top:12px;left:12px;width:36px;height:36px;border-radius:50%;background:#fffffff2;color:var(--ink);display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 8px #00000059,0 0 0 1px #0000000d;border:none;z-index:2;transition:background .15s,transform .15s,box-shadow .15s}.poi-back-pill:hover{background:var(--surface);transform:scale(1.05);box-shadow:0 4px 12px #0006,0 0 0 1px #0000000d}.poi-back-pill svg{width:18px;height:18px}.poi-hero.is-empty{background:repeating-linear-gradient(135deg,#eef2f6 0 12px,#e2e8f0 12px 24px);display:flex;align-items:center;justify-content:center}.poi-hero.is-empty .empty-icon{width:56px;height:56px;border-radius:16px;background:#ffffffd9;display:grid;place-items:center;color:var(--ink-soft);box-shadow:0 4px 12px #0000000f}.poi-hero.is-empty .empty-icon svg{width:28px;height:28px}.poi-hero.is-empty .empty-label{position:absolute;bottom:14px;left:0;right:0;text-align:center;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.poi-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:0;scrollbar-width:thin;scrollbar-color:var(--line) transparent}.poi-body::-webkit-scrollbar{width:6px}.poi-body::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.poi-title-block{padding:18px 24px 14px;border-bottom:1px solid var(--surface-muted)}.poi-eyebrow{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--ink-soft);font-weight:600;margin:0 0 6px}.poi-title{margin:0 0 4px;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--ink)}.poi-subtitle-ar{margin:0;font-size:14px;color:var(--ink-soft);direction:rtl;text-align:right}.poi-section{padding:18px 24px;border-bottom:1px solid var(--surface-muted)}.poi-section:last-of-type{border-bottom:none}.poi-section-title{margin:0 0 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--ink-soft);display:flex;align-items:center;gap:8px;justify-content:space-between}.poi-section-title .ttl-text{display:flex;align-items:center;gap:8px}.poi-section-title .ttl-text svg{width:12px;height:12px;color:var(--hw-amber)}.poi-section-title .ttl-action{background:none;border:none;cursor:pointer;color:var(--ink-soft);padding:0;display:grid;place-items:center;border-radius:6px;width:24px;height:24px;transition:background .15s,color .15s}.poi-section-title .ttl-action:hover{background:var(--surface-muted);color:var(--brand)}.poi-section-title .ttl-action svg{width:14px;height:14px}.poi-desc{margin:0;font-size:14.5px;line-height:1.55;color:var(--ink);white-space:pre-wrap;word-wrap:break-word}.poi-desc.is-placeholder{color:var(--ink-soft);font-style:italic}.poi-source-link{margin-top:10px;font-size:11px;color:var(--ink-soft)}.poi-source-link a{color:var(--ink-soft);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.poi-source-link a:hover{color:var(--brand)}.poi-gpx-section{background:var(--surface-muted)}.poi-gpx-section.is-hidden{display:none!important}.poi-practical{display:flex;flex-direction:column;gap:8px}.poi-fact{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;background:var(--surface-muted);font-size:14px}.poi-fact .ico{width:34px;height:34px;border-radius:10px;flex-shrink:0;background:var(--hw-amber-soft);color:var(--hw-amber);display:grid;place-items:center}.poi-fact .ico svg{width:16px;height:16px}.poi-fact .lab{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft);font-weight:600;display:block;margin-bottom:1px}.poi-fact .val{font-size:14px;font-weight:600;color:var(--ink);line-height:1.2}.poi-fact .val.muted{font-weight:500;color:var(--ink-soft);font-style:italic}.poi-fact a{color:var(--brand);text-decoration:none;font-weight:600}.poi-fact a:hover{text-decoration:underline}.poi-suivi{display:flex;flex-direction:column;gap:10px}.poi-toggle{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:14px;background:var(--surface-muted);cursor:pointer;font-size:14px;border:1.5px solid transparent;transition:border-color .15s,background .15s}.poi-toggle:hover{border-color:var(--line)}.poi-toggle.is-on{background:var(--brand-soft);border-color:#3b82f64d}.poi-toggle.is-on.amber{background:var(--hw-amber-soft);border-color:#d977064d}.poi-toggle .poi-toggle-icon{width:26px;height:26px;color:var(--ink-soft);flex-shrink:0;display:grid;place-items:center;transition:color .15s}.poi-toggle .poi-toggle-icon svg{width:26px;height:26px;stroke-width:2}.poi-toggle.is-on .poi-toggle-icon{color:var(--ok)}.poi-toggle.is-on.amber .poi-toggle-icon{color:var(--hw-amber);fill:var(--hw-amber)}.poi-toggle .lab-text{font-weight:600;color:var(--ink);flex:1}.poi-toggle .lab-hint{font-size:12px;color:var(--ink-soft);font-weight:400;display:block;margin-top:1px}.poi-notes-area{width:100%;min-height:64px;resize:vertical;padding:11px 12px;border-radius:14px;border:1px solid var(--line);background:var(--surface);font-family:inherit;font-size:13.5px;line-height:1.45;color:var(--ink);box-sizing:border-box}.poi-notes-area:focus{outline:2px solid var(--brand);border-color:transparent}.poi-notes-area::placeholder{color:var(--ink-soft);font-style:italic}.poi-footer{flex-shrink:0;padding:14px 18px 18px;background:var(--surface);border-top:1px solid var(--surface-muted);position:relative;z-index:2}.poi-cta{width:100%;padding:14px 18px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border:none;border-radius:18px;font-size:15px;font-weight:700;letter-spacing:-.005em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 24px -8px #3b82f68c,0 2px 6px #3b82f640;transition:transform .18s,box-shadow .18s,filter .18s}.poi-cta:hover{transform:translateY(-2px);box-shadow:0 14px 28px -8px #3b82f699,0 4px 8px #3b82f64d;filter:brightness(1.04)}.poi-cta:active{transform:translateY(0)}.poi-cta svg{width:18px;height:18px}.poi-tools{margin-top:10px}.poi-tools-trigger{width:100%;padding:10px 16px;background:transparent;border:none;cursor:pointer;color:var(--ink-soft);font-size:12.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;transition:background .15s,color .15s}.poi-tools-trigger:hover{background:var(--surface-muted);color:var(--ink)}.poi-tools-trigger .dots{display:inline-grid;grid-template-columns:repeat(3,4px);gap:3px}.poi-tools-trigger .dots i{width:4px;height:4px;border-radius:50%;background:currentColor;display:block}.poi-tools-trigger .chev{transition:transform .2s;display:inline-flex}.poi-tools-trigger .chev svg{width:13px;height:13px}.poi-tools.is-open .poi-tools-trigger .chev{transform:rotate(180deg)}.poi-tools-panel{margin-top:10px;padding:14px;background:var(--hw-amber-soft);border:1px solid rgba(217,119,6,.18);border-radius:18px}.poi-tools-panel.is-hidden{display:none}.poi-tools-cap{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);opacity:.7;margin:0 0 8px;padding:0 2px}.poi-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.poi-tools-divider{height:1px;background:#d977062e;margin:10px -2px}.poi-tool-btn{background:var(--surface);border:1px solid #fde7c4;border-radius:12px;padding:11px 6px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--ink);text-align:center;line-height:1.2;transition:border-color .18s,transform .18s,box-shadow .18s}.poi-tool-btn:hover{border-color:var(--hw-amber);transform:translateY(-2px);box-shadow:0 6px 14px -4px #d9770640}.poi-tool-btn:active{transform:translateY(0)}.poi-tool-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.poi-tool-btn .ico-box{width:30px;height:30px;border-radius:9px;background:var(--hw-amber-soft);color:var(--hw-amber);display:grid;place-items:center}.poi-tool-btn .ico-box svg{width:15px;height:15px}.poi-tool-btn.danger{color:var(--danger)}.poi-tool-brand .ico-box,.poi-tool-btn.danger .ico-box{background:#fee2e2;color:var(--danger)}.poi-panel.is-mobile{display:flex;flex-direction:column;min-height:100%;height:auto}.poi-panel.is-mobile .poi-body{flex:1 1 auto;overflow:visible}.poi-panel.is-mobile .poi-mobile-header{padding:8px 14px 14px;background:var(--surface);border-bottom:1px solid var(--surface-muted);position:sticky;top:0;z-index:3}.poi-panel.is-mobile .poi-mobile-header-row{display:flex;align-items:center;gap:8px}.poi-panel.is-mobile .poi-mobile-back{width:40px;height:40px;border-radius:12px;background:var(--surface-muted);border:none;cursor:pointer;display:grid;place-items:center;color:var(--ink);flex-shrink:0}.poi-panel.is-mobile .poi-mobile-back svg{width:18px;height:18px}.poi-panel.is-mobile .poi-mobile-title-wrap{flex:1;min-width:0}.poi-panel.is-mobile .poi-mobile-cap{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:1px}.poi-panel.is-mobile .poi-mobile-title{margin:0;font-size:15px;font-weight:700;line-height:1.2;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poi-panel.is-mobile .poi-mobile-tools-trigger{width:40px;height:40px;border-radius:12px;background:var(--surface-muted);border:none;cursor:pointer;display:grid;place-items:center;color:var(--ink);flex-shrink:0}.poi-panel.is-mobile.tools-open .poi-mobile-tools-trigger{background:var(--hw-amber-soft);color:var(--hw-amber)}.poi-panel.is-mobile .poi-mobile-tools-trigger .dots{display:grid;grid-template-columns:repeat(3,4px);gap:3px}.poi-panel.is-mobile .poi-mobile-tools-trigger .dots i{width:4px;height:4px;border-radius:50%;background:currentColor}.poi-panel.is-mobile .poi-section,.poi-panel.is-mobile .poi-title-block{padding-left:16px;padding-right:16px}.poi-panel.is-mobile .poi-mobile-cta-bar{flex-shrink:0;padding:12px 14px 14px;background:var(--surface);border-top:1px solid var(--surface-muted);box-shadow:0 -8px 20px -12px #142a4326;position:sticky;bottom:0;z-index:3;display:flex;align-items:center;gap:10px}.poi-panel.is-mobile .poi-mobile-cta-bar .poi-cta{flex:1 1 auto;width:auto;min-width:0}.poi-nav-pill{flex-shrink:0;width:44px;height:44px;border-radius:14px;background:var(--surface-muted);border:1px solid transparent;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;transition:background .15s,color .15s,border-color .15s,transform .15s}.poi-nav-pill:hover:not(:disabled){background:var(--brand-soft);color:var(--brand);border-color:#3b82f640;transform:translateY(-1px)}.poi-nav-pill:active:not(:disabled){transform:translateY(0)}.poi-nav-pill:disabled{opacity:.35;cursor:not-allowed}.poi-nav-pill svg{width:20px;height:20px}.poi-footer .poi-nav-row{margin-top:10px;display:flex;justify-content:center;gap:8px}.poi-footer .poi-nav-btn{width:40px;height:36px;border-radius:10px;background:var(--surface-muted);border:1px solid transparent;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;transition:background .15s,color .15s}.poi-footer .poi-nav-btn:hover:not(:disabled){background:var(--brand-soft);color:var(--brand)}.poi-footer .poi-nav-btn:disabled{opacity:.35;cursor:not-allowed}.poi-footer .poi-nav-btn svg{width:16px;height:16px}.poi-mobile-tools-sheet{position:fixed;inset:0;z-index:4000;display:none;align-items:flex-end}.poi-mobile-tools-sheet.is-open{display:flex}.poi-mobile-tools-sheet .sheet-backdrop{position:absolute;inset:0;background:#142a4373}.poi-mobile-tools-sheet .sheet-panel{position:relative;width:100%;background:var(--surface);border-radius:24px 24px 0 0;padding:18px 18px 24px;box-shadow:0 -20px 50px -10px #142a434d;max-height:80vh;overflow-y:auto}.poi-mobile-tools-sheet .sheet-handle{width:36px;height:4px;background:var(--line);border-radius:2px;margin:0 auto 14px}.poi-mobile-tools-sheet .poi-tools-grid{margin-bottom:0}.hw-panel{width:384px;background:var(--surface);border-radius:24px;border:1px solid rgba(217,209,194,.4);box-shadow:0 40px 100px -20px #142a4340,0 4px 12px #142a430f;overflow:hidden;display:flex;flex-direction:column;font-family:system-ui,-apple-system,sans-serif;color:var(--ink)}.hw-tabs{display:flex;padding:8px 8px 0;flex-shrink:0;background:var(--surface);border-bottom:1px solid var(--surface-muted);gap:2px}.hw-tab{flex:1;padding:10px 8px;border:0;background:transparent;font-weight:600;font-size:13px;color:var(--ink-soft);border-radius:10px 10px 0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;position:relative;transition:.15s;font-family:inherit}.hw-tab svg{width:14px;height:14px}.hw-tab.is-active{background:var(--surface);color:var(--ink)}.hw-tab.is-active:after{content:"";position:absolute;left:10%;right:10%;bottom:-1px;height:2px;background:var(--brand);border-radius:2px 2px 0 0}.hw-tab:hover:not(.is-active){color:var(--ink);background:var(--surface-muted)}.hw-body{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--line) transparent}.hw-body::-webkit-scrollbar{width:6px}.hw-body::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.hw-footer{flex-shrink:0;padding:14px 16px 16px;background:var(--surface);border-top:1px solid var(--surface-muted);position:relative;z-index:2;box-shadow:0 -10px 22px -16px #142a432e}#panel-explorer{position:relative}#panel-explorer.active{flex-direction:column}#mc-toolbar{flex-shrink:0;padding:12px;background:var(--surface);border-bottom:1px solid var(--surface-muted);display:flex;gap:6px;align-items:center;position:relative;z-index:6}.mc-search{flex:1;display:flex;align-items:center;gap:8px;background:var(--surface-muted);border:1px solid transparent;border-radius:12px;padding:7px 10px;color:var(--ink-soft);font-size:13.5px;cursor:text;transition:.15s;min-width:0}.mc-search:focus-within{background:var(--surface);border-color:var(--brand);color:var(--ink)}.mc-search svg{width:16px;height:16px;flex-shrink:0}.mc-search input{flex:1;border:0;background:transparent;outline:none;font-family:inherit;font-size:13.5px;color:inherit;min-width:0}.mc-search input::placeholder{color:var(--ink-soft)}.mc-search-clear{width:22px;height:22px;border-radius:50%;border:0;background:transparent;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;flex-shrink:0;padding:0;transition:.12s}.mc-search-clear:hover{background:var(--line);color:var(--ink)}.mc-search-clear svg{width:13px;height:13px}.mc-search-clear.is-hidden{display:none}.mc-tool-btn{width:34px;height:34px;border-radius:10px;border:1px solid var(--line);background:var(--surface);color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;flex-shrink:0;transition:.15s;position:relative}.mc-tool-btn:hover{border-color:var(--brand);color:var(--brand)}.mc-tool-btn.is-active{background:var(--cta-bg);border-color:var(--cta-bg);color:var(--cta-fg)}.mc-tool-btn svg{width:16px;height:16px}.mc-tool-btn .badge-n{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--brand);color:#fff;font-size:9.5px;font-weight:700;line-height:16px;text-align:center;box-shadow:0 0 0 2px #fff;font-variant-numeric:tabular-nums;letter-spacing:0}.filter-pop{position:absolute;top:8px;right:8px;left:8px;background:var(--surface);border-radius:14px;border:1px solid var(--line);box-shadow:0 18px 40px #020c1b2e,0 2px 4px #020c1b0a;z-index:5;overflow:hidden;font-family:inherit;display:none}#panel-explorer[data-filter-open=true] .filter-pop{display:block;top:58px}.filter-pop-head{display:flex;align-items:center;gap:10px;padding:14px 14px 10px;border-bottom:1px solid var(--surface-muted)}.filter-pop-head .ttl{font-size:13.5px;font-weight:700;color:var(--ink);flex:1;display:flex;align-items:center;gap:8px}.filter-pop-head .ttl svg{width:14px;height:14px;color:var(--ink-soft)}.filter-pop-head .badge-n{background:var(--brand);color:#fff;font-size:10.5px;font-weight:700;padding:2px 7px;border-radius:999px;letter-spacing:.02em}.filter-pop-head .x{width:28px;height:28px;border-radius:8px;border:0;background:transparent;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center}.filter-pop-head .x:hover{background:var(--surface-muted);color:var(--ink)}.filter-pop-head .x svg{width:15px;height:15px}.filter-section{padding:14px 14px 10px;border-bottom:1px solid var(--surface-muted)}.filter-section:last-of-type{border-bottom:none}.filter-section .lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);margin:0 0 10px;display:flex;align-items:center;gap:6px;justify-content:space-between}.filter-section .lbl .v{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;font-weight:600;color:var(--ink);text-transform:none;letter-spacing:0}.fchk{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:10px;cursor:pointer;border:1px solid transparent;background:transparent;font-size:13.5px;color:var(--ink);transition:.15s;width:100%;text-align:left;font-family:inherit}.fchk+.fchk{margin-top:2px}.fchk:hover{background:var(--surface-muted)}.fchk.is-on{background:var(--brand-soft);border-color:#3b82f640;color:var(--ink)}.fchk .box{width:18px;height:18px;border-radius:5px;border:1.5px solid var(--line);background:var(--surface);display:grid;place-items:center;flex-shrink:0;transition:.15s}.fchk.is-on .box{background:var(--brand);border-color:var(--brand)}.fchk .box svg{width:12px;height:12px;color:#fff;opacity:0;stroke-width:3.5}.fchk.is-on .box svg{opacity:1}.fchk .lab-text{flex:1;min-width:0}.fchk .lab-main{font-weight:600;line-height:1.25;display:block}.fchk .lab-hint{font-size:11.5px;color:var(--ink-soft);font-weight:400;display:block;margin-top:2px}.fchk .ico-leading{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:var(--surface-muted);color:var(--ink-soft);flex-shrink:0}.fchk .ico-leading svg{width:13px;height:13px}.fchk .ico-leading.brand{background:var(--brand-soft);color:var(--brand)}.fchk .ico-leading.ok{background:#10b9811f;color:var(--ok)}.fchk .ico-leading.amber{background:var(--hw-amber-soft);color:var(--hw-amber)}.fslider{padding:4px 4px 8px;-webkit-user-select:none;user-select:none}.fslider-track-wrap{position:relative;height:36px;display:flex;align-items:center;cursor:pointer;touch-action:none}.fslider-track{position:absolute;left:0;right:0;height:6px;border-radius:999px;background:var(--surface-muted)}.fslider-fill{position:absolute;left:0;height:6px;border-radius:999px;background:linear-gradient(90deg,var(--brand),var(--brand-2));pointer-events:none}.fslider-handle{position:absolute;top:50%;width:22px;height:22px;border-radius:50%;background:var(--surface);border:2px solid var(--brand);box-shadow:0 4px 10px #3b82f659,0 1px 2px #0000000d;transform:translate(-50%,-50%);display:grid;place-items:center;pointer-events:none}.fslider-handle:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--brand)}.fslider-bubble{position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);background:var(--ink);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:7px;white-space:nowrap;font-variant-numeric:tabular-nums;letter-spacing:.01em;opacity:0;transition:opacity .12s;pointer-events:none}.fslider-track-wrap.is-active .fslider-bubble{opacity:1}.fslider-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--ink)}.fslider-scale{display:flex;justify-content:space-between;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:10.5px;color:var(--ink-soft);margin-top:4px}.fseg{display:flex;background:var(--surface-muted);border-radius:10px;padding:3px;gap:0}.fseg button{flex:1;border:0;background:transparent;font-family:inherit;font-size:12px;font-weight:600;color:var(--ink-soft);padding:7px 6px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;line-height:1.2;transition:.15s}.fseg button.is-on{background:var(--surface);color:var(--ink);box-shadow:0 1px 3px #0000000f,0 0 0 1px var(--line)}.fseg button svg{width:11px;height:11px}.filter-pop-foot{padding:10px 12px;display:flex;justify-content:flex-end;align-items:center;background:var(--surface-muted)}.filter-reset{background:transparent;border:0;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--ink-soft);cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:8px}.filter-reset:hover{color:var(--danger);background:var(--surface)}.filter-reset svg{width:13px;height:13px}.va-list{padding:12px 12px 16px;display:flex;flex-direction:column;gap:8px;background:var(--surface-muted);flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--line) transparent}.va-list::-webkit-scrollbar{width:6px}.va-list::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.mc-poi-chip{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;padding:6px 6px 6px 10px;background:var(--brand-soft);border:1px solid rgba(59,130,246,.2);color:var(--ink);font-size:12.5px;border-radius:10px;align-self:flex-start;max-width:100%}.mc-poi-chip svg{width:13px;height:13px;color:var(--brand);flex-shrink:0}.mc-poi-chip strong{font-weight:700;color:var(--brand)}.mc-poi-chip .clear{width:22px;height:22px;border-radius:7px;border:0;background:transparent;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;margin-left:2px;flex-shrink:0}.mc-poi-chip .clear:hover{background:#3b82f626;color:var(--brand)}.mc-poi-chip .clear svg{width:13px;height:13px}.va-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:14px 14px 12px 18px;cursor:pointer;transition:.15s;display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden;flex-shrink:0}.va-card:hover{border-color:#3b82f666;box-shadow:0 4px 14px -8px #142a432e;transform:translateY(-1px)}.va-card.is-active{background:var(--brand-soft);border-color:#3b82f666}.va-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent}.va-card[data-flag=official]:before{background:var(--brand)}.va-card[data-flag=verified]:before{background:var(--ok)}.va-line1{display:flex;align-items:flex-start;gap:10px}.va-title{font-size:14.5px;font-weight:700;color:var(--ink);line-height:1.32;letter-spacing:-.005em;flex:1;min-width:0;text-wrap:pretty;margin:0}.va-done{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:transparent;border:none;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;transition:.15s;margin-top:-2px;padding:0}.va-done:hover{color:var(--ok)}.va-done svg{width:22px;height:22px;stroke-width:2}.va-card.is-done .va-done{color:var(--ok)}.va-card.is-done .va-title{color:var(--ink-soft)}.va-meta{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--ink-soft);font-variant-numeric:tabular-nums}.va-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.va-stat .num{background:var(--surface-muted);color:var(--ink);font-weight:700;font-size:13px;line-height:1.2;padding:3px 10px;border-radius:999px;min-width:38px;text-align:center;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.va-stat .unit{font-size:10.5px;color:var(--ink-soft);letter-spacing:.02em;line-height:1}.va-zone{display:inline-flex;align-items:center;background:var(--surface-muted);color:var(--ink);padding:5px 10px;border-radius:999px;font-size:11.5px;font-weight:500}.va-resto{display:inline-flex;align-items:center;gap:4px;color:var(--hw-amber);background:var(--hw-amber-soft);padding:5px 10px;border-radius:999px;font-size:11.5px;font-weight:600}.va-resto svg{width:11px;height:11px}.va-flag{display:flex;align-items:center;gap:8px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;font-weight:600}.va-flag .dot{width:5px;height:5px;border-radius:50%;background:currentColor}.va-card[data-flag=official] .va-flag{color:var(--brand-2)}.va-card[data-flag=verified] .va-flag{color:var(--ok)}.va-card[data-flag=none] .va-flag{display:none}.va-empty{padding:48px 24px;text-align:center;color:var(--ink-soft);display:flex;flex-direction:column;align-items:center;gap:12px}.va-empty .icon-wrap{width:56px;height:56px;border-radius:18px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;color:var(--ink-soft)}.va-empty .icon-wrap svg{width:24px;height:24px}.va-empty h4{margin:0;font-size:14px;font-weight:700;color:var(--ink);text-transform:none;letter-spacing:0}.va-empty p{margin:0;font-size:13px;line-height:1.5;max-width:260px}.va-empty .btn-reset{margin-top:4px;padding:8px 14px;border-radius:10px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.va-empty .btn-reset:hover{border-color:var(--brand);color:var(--brand)}.va-empty .btn-reset svg{width:13px;height:13px}.cc-header{flex-shrink:0;padding:14px 18px 16px;background:var(--surface);border-bottom:1px solid var(--surface-muted)}.cc-title-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.cc-title-input{flex:1;border:0;outline:0;font-family:inherit;font-size:18px;font-weight:700;color:var(--ink);letter-spacing:-.01em;background:transparent;padding:4px 0;border-bottom:1px dashed transparent;min-width:0}.cc-title-input:focus,.cc-title-input:hover{border-bottom-color:var(--line)}.cc-edit-btn{width:30px;height:30px;border-radius:9px;background:transparent;border:0;color:var(--ink-soft);display:grid;place-items:center;cursor:pointer;flex-shrink:0}.cc-edit-btn:hover{background:var(--surface-muted);color:var(--ink)}.cc-edit-btn svg{width:14px;height:14px}.cc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--surface-muted);border-radius:14px;padding:10px 4px}.cc-stat{display:flex;flex-direction:column;align-items:center;gap:1px;padding:4px 6px;position:relative;font-size:13px}.cc-stat+.cc-stat:before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:1px;background:var(--line)}.cc-stat .v{font-size:15px;font-weight:700;color:var(--ink);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.cc-stat .l{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft)}.cc-list{padding:18px 16px 12px;position:relative}.cc-step{display:grid;grid-template-columns:32px 1fr auto;gap:10px;align-items:center;position:relative;cursor:pointer;border-radius:12px;transition:.15s;margin:0 -8px;padding:10px 8px}.cc-step:hover{background:var(--surface-muted)}.cc-step.is-current{background:var(--brand-soft)}.cc-step.is-current .cc-step-num{background:var(--brand);color:#fff;box-shadow:0 0 0 4px #3b82f633}.cc-step-num-wrap{position:relative;display:flex;flex-direction:column;align-items:center;align-self:stretch}.cc-step-num{width:28px;height:28px;border-radius:50%;background:var(--surface);border:2px solid var(--line);color:var(--ink-soft);font-size:12px;font-weight:700;display:grid;place-items:center;font-variant-numeric:tabular-nums;flex-shrink:0;z-index:2;transition:.15s}.cc-step.is-done .cc-step-num{background:var(--ok);border-color:var(--ok);color:#fff}.cc-step-line{position:absolute;top:28px;bottom:-10px;left:50%;width:2px;background:var(--line);transform:translate(-50%);z-index:1}.cc-step:last-child .cc-step-line{display:none}.cc-step.is-done+.cc-step .cc-step-line,.cc-step.is-done .cc-step-line{background:var(--ok)}.cc-step-body{display:flex;flex-direction:column;gap:2px;min-width:0}.cc-step-name{font-size:14px;font-weight:600;color:var(--ink);line-height:1.3;text-wrap:pretty}.cc-step-meta{font-size:11.5px;color:var(--ink-soft);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cc-step-meta svg{width:11px;height:11px}.cc-step-cat-icon{width:18px;height:18px;border-radius:6px;background:var(--hw-amber-soft);color:var(--hw-amber);display:inline-grid;place-items:center}.cc-step-cat-icon svg{width:10px;height:10px;color:inherit}.cc-step-actions{display:flex;align-items:center;gap:2px}.cc-step-drag{width:24px;height:24px;border-radius:6px;background:transparent;border:0;color:var(--ink-soft);cursor:grab;display:grid;place-items:center;opacity:0;transition:.15s}.cc-step:hover .cc-step-drag{opacity:1}.cc-step-drag:hover{background:var(--surface-muted);color:var(--ink)}.cc-step-drag svg{width:14px;height:14px}.cc-step-remove{width:26px;height:26px;border-radius:7px;background:transparent;border:0;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;opacity:.6;transition:.15s}.cc-step:hover .cc-step-remove{opacity:1}.cc-step-remove:hover{background:#fee2e2;color:var(--danger);opacity:1}.cc-step-remove svg{width:14px;height:14px}.cc-empty{padding:40px 28px;text-align:center;color:var(--ink-soft);display:flex;flex-direction:column;align-items:center;gap:14px}.cc-empty .ill{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,var(--brand-soft),#fff);border:1px dashed rgba(59,130,246,.3);display:grid;place-items:center;color:var(--brand);position:relative}.cc-empty .ill svg{width:32px;height:32px}.cc-empty .ill:before{content:"";position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--hw-amber);border:3px solid #fff}.cc-empty h4{margin:0;font-size:15px;font-weight:700;color:var(--ink);text-transform:none;letter-spacing:0}.cc-empty p{margin:0;font-size:13px;line-height:1.5;max-width:260px}.cc-empty-hint{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--brand);background:var(--brand-soft);padding:6px 12px;border-radius:999px;margin-top:4px}.cc-empty-hint svg{width:13px;height:13px}.action-bar{display:flex;align-items:center;gap:8px}.action-btn{flex:1;height:46px;border-radius:13px;background:var(--surface-muted);border:1px solid transparent;color:var(--ink);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-family:inherit;font-size:10.5px;font-weight:600;letter-spacing:.02em;transition:.15s;line-height:1}.action-btn:hover{background:var(--surface);border-color:var(--brand);color:var(--brand)}.action-btn svg{width:16px;height:16px}.action-btn.danger:hover{border-color:var(--danger);color:var(--danger)}.cta{flex:2;height:46px;border-radius:13px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:14px;font-weight:700;letter-spacing:-.005em;box-shadow:0 8px 18px -8px #3b82f68c,0 2px 4px #3b82f633;transition:.15s}.cta:hover{transform:translateY(-1px);box-shadow:0 12px 22px -8px #3b82f699,0 4px 8px #3b82f640;filter:brightness(1.05)}.cta svg{width:16px;height:16px}.cta.full{flex:1}.step-counter{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;font-weight:600;color:var(--ink-soft);letter-spacing:.05em;padding:0 4px;text-align:center;min-width:32px}.nav-arrow{width:42px;height:46px;border-radius:13px;background:var(--surface-muted);border:1px solid transparent;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;flex-shrink:0;transition:.15s}.nav-arrow:hover{background:var(--surface);border-color:var(--brand);color:var(--brand)}.nav-arrow:disabled{opacity:.35;cursor:not-allowed}.nav-arrow svg{width:18px;height:18px}#circuit-panel.sidebar-panel[data-mode]{padding:0}#circuit-panel.sidebar-panel[data-mode] .panel-header,#circuit-panel.sidebar-panel[data-mode] .panel-footer,#circuit-panel.sidebar-panel[data-mode] .steps{display:none}#circuit-panel.sidebar-panel[data-mode] .cp-frame{flex:1;min-height:0;display:flex;position:relative}#circuit-panel.sidebar-panel[data-mode] .cp-flag-rail{width:4px;flex-shrink:0;background:transparent;position:relative;z-index:2}#circuit-panel[data-flag=official] .cp-flag-rail{background:var(--brand)}#circuit-panel[data-flag=verified] .cp-flag-rail{background:var(--ok)}#circuit-panel[data-flag=perso] .cp-flag-rail{background:transparent;border-right:1px dashed var(--line)}#circuit-panel[data-mode=create] .cp-flag-rail{background:transparent;border-right:none}#circuit-panel.sidebar-panel[data-mode] .cp-scroll{flex:1;min-width:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--line) transparent;position:relative}#circuit-panel.sidebar-panel[data-mode] .cp-scroll::-webkit-scrollbar{width:6px}#circuit-panel.sidebar-panel[data-mode] .cp-scroll::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.circuit-cover{position:relative;height:200px;flex-shrink:0;background:var(--surface-muted);background-size:cover;background-position:center}#circuit-panel[data-mode=create] .circuit-cover{display:none}.circuit-cover.is-empty{background:linear-gradient(135deg,var(--brand-soft) 0%,#dde9f5 60%,#c8d8eb 100%);display:flex;align-items:center;justify-content:center}.circuit-cover.is-empty .empty-glyph{color:var(--brand);opacity:.65}.circuit-cover.is-empty .empty-glyph svg{width:64px;height:64px;stroke-width:1.5}.cp-photo-count{position:absolute;top:12px;right:12px;background:#0000008c;color:#fff;padding:4px 9px;border-radius:8px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cp-photo-count svg{width:12px;height:12px}.cp-cover-tags{position:absolute;bottom:12px;left:14px;display:flex;gap:6px;flex-wrap:wrap}.cp-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:.01em;background:#f0f4f8eb;color:var(--ink);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px 6px #0000002e}.cp-pill svg{width:11px;height:11px}.cp-pill.amber{background:#fffbebf2;color:var(--hw-amber)}.circuit-ident{padding:14px 18px 8px}#circuit-panel[data-mode=create] .circuit-ident{padding:16px 18px 8px}.cp-mode-tag{display:inline-flex;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--brand-2);background:var(--brand-soft);padding:3px 8px;border-radius:5px;margin-bottom:10px}.cp-mode-tag .pulse{width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 #3b82f680;animation:cp-pulse 1.6s ease-out infinite}@keyframes cp-pulse{0%{box-shadow:0 0 #3b82f680}70%{box-shadow:0 0 0 8px #3b82f600}to{box-shadow:0 0 #3b82f600}}.cp-breadcrumb{font-family:JetBrains Mono,monospace;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);font-weight:500;display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:6px}.cp-breadcrumb .sep{opacity:.5}.cp-breadcrumb .star{color:var(--hw-amber)}.cp-title-wrap{position:relative;display:flex;align-items:flex-start;gap:6px}.cp-title{font-size:20px;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--ink);flex:1;min-width:0;border-radius:6px;padding:2px 6px;margin:0 0 6px -6px;transition:background .15s;cursor:default}#circuit-panel[data-mode=create] .cp-title{cursor:text}#circuit-panel[data-mode=create] .cp-title:hover{background:var(--surface-muted)}.cp-title.is-empty{color:var(--ink-soft);font-style:italic;font-weight:500}.cp-title-edit{width:24px;height:24px;border-radius:6px;border:0;background:transparent;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;flex-shrink:0;opacity:0;transition:.15s;margin-top:2px}.cp-title-wrap:hover .cp-title-edit{opacity:1}.cp-title-edit:hover{background:var(--surface-muted);color:var(--brand-2)}.cp-title-edit svg{width:13px;height:13px}.cp-title-input{width:100%;border:0;background:var(--surface);outline:none;font-family:inherit;font-size:20px;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--ink);padding:4px 8px;margin-left:-8px;border-radius:6px;box-shadow:0 0 0 2px var(--brand)}.cp-flag{font-family:JetBrains Mono,monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;display:inline-flex;align-items:center;gap:7px;margin-top:2px}.cp-flag .dot{width:5px;height:5px;border-radius:50%;background:currentColor}#circuit-panel[data-flag=official] .cp-flag{color:var(--brand-2)}#circuit-panel[data-flag=verified] .cp-flag{color:var(--ok)}#circuit-panel[data-flag=perso] .cp-flag,#circuit-panel[data-mode=create] .cp-flag{display:none}.circuit-desc{padding:6px 18px 10px}.circuit-desc .desc-text{margin:0;font-style:italic;font-size:13px;line-height:1.5;color:var(--ink-soft);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#circuit-panel[data-mode=create] .circuit-desc .desc-text{cursor:text;border-radius:6px;padding:4px 6px;margin-left:-6px;margin-right:-6px;transition:background .15s}#circuit-panel[data-mode=create] .circuit-desc .desc-text:hover{background:var(--surface-muted)}.circuit-desc .read-more{background:none;border:0;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:var(--brand-2);padding:4px 0 0;display:inline-flex;align-items:center;gap:4px}.circuit-desc .read-more svg{width:11px;height:11px}.circuit-desc .desc-placeholder{display:inline-flex;align-items:center;gap:6px;font-style:italic;color:var(--ink-soft);font-size:13px;cursor:pointer;padding:6px 8px;border-radius:6px;margin-left:-8px;border:1px dashed transparent;transition:.15s}.circuit-desc .desc-placeholder:hover{border-color:var(--line);background:var(--surface-muted);color:var(--ink)}.circuit-desc .desc-placeholder svg{width:13px;height:13px}.circuit-desc .desc-textarea{width:100%;min-height:64px;resize:vertical;padding:9px 10px;border-radius:8px;border:1px solid var(--brand);background:var(--surface);outline:none;font-family:inherit;font-size:13px;line-height:1.5;color:var(--ink);font-style:italic;box-shadow:0 0 0 2px var(--brand-soft)}.circuit-transport{margin:0 14px 10px;border-radius:10px;overflow:hidden;background:var(--surface-muted);border:1px solid transparent;transition:border-color .15s}#circuit-panel[data-mode=consult] .circuit-transport{display:none}.circuit-transport[data-open=true]{border-color:var(--line);background:var(--surface)}.transport-head{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);font-weight:600;background:transparent;border:0;width:100%;text-align:left}.transport-head .chev{width:14px;height:14px;display:grid;place-items:center;transition:transform .2s}.transport-head .chev svg{width:11px;height:11px}.circuit-transport[data-open=true] .transport-head .chev{transform:rotate(90deg)}.transport-head .summary{margin-left:auto;font-family:JetBrains Mono,monospace;font-size:10.5px;text-transform:none;letter-spacing:.02em;color:var(--ink-soft);font-weight:500}.transport-head .summary.is-empty{font-style:italic;opacity:.6}.transport-body{padding:4px 12px 12px;display:flex;flex-direction:column;gap:8px}.circuit-transport[data-open=false] .transport-body{display:none}.transport-row{display:grid;grid-template-columns:auto 1fr 1fr;gap:8px;align-items:center}.transport-label{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--ink)}.transport-label svg{width:13px;height:13px;color:var(--ink-soft)}.transport-input-wrap{display:flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:5px 9px}.transport-input-wrap:focus-within{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}.transport-input-wrap input{border:0;outline:none;background:transparent;font-family:inherit;font-size:13px;color:var(--ink);width:100%;min-width:0;font-variant-numeric:tabular-nums}.transport-input-wrap input::placeholder{color:var(--ink-soft);opacity:.5}.transport-input-wrap .unit{font-size:11px;font-weight:600;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.circuit-actions{position:sticky;top:0;z-index:3;background:var(--surface);border-top:1px solid var(--surface-muted);border-bottom:1px solid var(--surface-muted);padding:8px 14px;display:flex;align-items:center;gap:6px;justify-content:center;flex-wrap:wrap}.cp-act{width:36px;height:36px;border-radius:10px;background:transparent;border:1px solid transparent;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;flex-shrink:0;transition:.15s;font-family:inherit;position:relative}.cp-act:hover{background:var(--surface-muted);color:var(--ink);border-color:var(--line)}.cp-act.is-on{background:var(--brand-soft);color:var(--brand-2);border-color:#3b82f640}.cp-act.is-done{background:var(--ok-soft);color:var(--ok);border-color:#10b9814d}.cp-act.is-emphasized{background:var(--brand-soft);color:var(--brand-2);border-color:#3b82f64d}.cp-act.is-emphasized:hover{background:#e3effd;border-color:var(--brand)}.cp-act.is-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.cp-act.danger:hover{background:#fef2f2;color:var(--danger);border-color:#ef444440}.cp-act svg{width:18px;height:18px}.cp-act-divider{width:1px;height:20px;background:var(--line);margin:0 2px}.selection-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--brand-soft);border-bottom:1px solid rgba(59,130,246,.18);font-size:12.5px;color:var(--ink);position:relative}.selection-banner .ico{width:24px;height:24px;border-radius:50%;background:var(--brand);display:grid;place-items:center;color:#fff;flex-shrink:0}.selection-banner .ico svg{width:13px;height:13px}.selection-banner .msg{flex:1;line-height:1.35}.selection-banner .msg b{color:var(--brand-2);font-weight:700}.selection-banner .dismiss{width:24px;height:24px;border-radius:6px;border:0;background:transparent;color:var(--brand-2);cursor:pointer;display:grid;place-items:center;flex-shrink:0}.selection-banner .dismiss:hover{background:#3b82f626}.selection-banner .dismiss svg{width:13px;height:13px}.circuit-timeline{padding:14px 12px 24px;display:flex;flex-direction:column;gap:8px;position:relative}#circuit-panel[data-mode=consult] .circuit-timeline{padding:14px 16px 24px}.circuit-timeline-cap{font-family:JetBrains Mono,monospace;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);font-weight:600;margin:0 0 8px;padding-left:48px;display:flex;align-items:center;justify-content:space-between}#circuit-panel[data-mode=create] .circuit-timeline-cap{padding-left:54px}.circuit-timeline-cap .progress,.circuit-timeline-cap .count{font-variant-numeric:tabular-nums;color:var(--ink)}.timeline-step{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:center;padding:12px 14px;border-radius:14px;background:var(--surface);border:1px solid var(--line);cursor:pointer;position:relative;min-height:56px;transition:.15s;text-decoration:none;color:inherit}#circuit-panel[data-mode=create] .timeline-step{grid-template-columns:18px 32px 1fr auto;gap:10px;align-items:center;padding:10px 12px;border-radius:14px}.timeline-step:hover{border-color:var(--brand);box-shadow:0 2px 8px -2px #142a4314}.step-handle{width:18px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--ink-soft);opacity:.4;cursor:grab;flex-shrink:0;transition:opacity .15s}.step-handle:active{cursor:grabbing}.timeline-step:hover .step-handle{opacity:1}.step-handle svg{width:14px;height:14px}.step-num{width:32px;height:32px;border-radius:50%;background:var(--surface-muted);border:1.5px solid var(--line);color:var(--ink);font-weight:700;font-size:13px;font-variant-numeric:tabular-nums;display:grid;place-items:center;flex-shrink:0;z-index:1;position:relative;transition:.15s}.step-num svg{width:14px;height:14px;stroke-width:3}.timeline-step.is-done .step-num{background:var(--ok);border-color:var(--ok);color:#fff}.timeline-step.is-current .step-num{background:var(--surface);border-color:var(--brand);color:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}.step-body{min-width:0;padding-top:1px;display:flex;flex-direction:column;gap:4px}#circuit-panel[data-mode=create] .step-body{padding-top:0;gap:3px}.step-name{font-size:14.5px;font-weight:700;color:var(--ink);line-height:1.32;letter-spacing:-.005em}.timeline-step.is-done .step-name{color:var(--ink-soft);text-decoration:line-through;text-decoration-color:#627d9866}.step-cat{display:inline-flex;align-items:center;gap:5px;background:var(--surface-muted);border-radius:6px;padding:2px 7px;font-size:11px;font-weight:600;letter-spacing:.01em;color:var(--ink-soft);align-self:flex-start}#circuit-panel[data-mode=create] .step-cat{font-size:10.5px}.step-cat svg{width:11px;height:11px}#circuit-panel[data-mode=create] .step-cat svg{width:10px;height:10px}.step-cat.amber{background:var(--hw-amber-soft);color:var(--hw-amber)}.step-cat.brand{background:var(--brand-soft);color:var(--brand-2)}.step-cat.ok{background:var(--ok-soft);color:var(--ok)}.step-actions{display:flex;align-items:center;gap:1px;opacity:0;transition:opacity .15s;flex-shrink:0}.timeline-step:hover .step-actions{opacity:1}.step-actions .sa-btn{width:26px;height:26px;border-radius:7px;border:0;background:transparent;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;transition:.12s}.step-actions .sa-btn:hover{background:var(--surface);color:var(--brand-2);box-shadow:0 1px 3px #0000000f}.step-actions .sa-btn.danger:hover{color:var(--danger)}.step-actions .sa-btn.is-disabled{opacity:.3;pointer-events:none}.step-actions .sa-btn svg{width:13px;height:13px}.timeline-step.is-dragging,.timeline-step.sortable-chosen{background:var(--surface-muted);box-shadow:0 4px 12px -2px #142a432e;cursor:grabbing}.timeline-step.sortable-ghost{opacity:.4}.timeline-step.sortable-drag .step-handle{opacity:1;color:var(--brand)}.timeline-empty{padding:40px 24px 32px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.timeline-empty .ico-bubble{width:72px;height:72px;border-radius:22px;background:var(--brand-soft);display:grid;place-items:center;color:var(--brand);border:1px dashed rgba(59,130,246,.4)}.timeline-empty .ico-bubble svg{width:32px;height:32px;stroke-width:1.8}.timeline-empty h4{margin:0;font-size:15px;font-weight:700;color:var(--ink);text-transform:none;letter-spacing:0}.timeline-empty p{margin:0;font-size:13px;line-height:1.5;color:var(--ink-soft);max-width:260px}.timeline-empty .activate-cta{margin-top:6px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border:0;padding:10px 18px;border-radius:11px;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 6px 14px -4px #3b82f673}.timeline-empty .activate-cta svg{width:14px;height:14px}.circuit-sticky{position:absolute;left:0;right:0;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#fff0,#fffffff2 30%);display:none;pointer-events:none;z-index:5}.circuit-sticky .cta-start{pointer-events:auto}@media(max-width:767px){#circuit-panel[data-mode=consult] .circuit-sticky{display:block}#circuit-panel[data-mode=consult] .cp-scroll{padding-bottom:80px}}.cta-start{width:100%;padding:14px 18px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:700;letter-spacing:-.005em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 24px -8px #3b82f68c,0 2px 6px #3b82f640;font-family:inherit}.cta-start svg{width:18px;height:18px}#circuit-panel[data-mode] [hidden],#circuit-panel[data-mode=create] [data-show=consult],#circuit-panel[data-mode=create] [data-show=consult-perso],#circuit-panel[data-mode=consult] [data-show=create],#circuit-panel[data-mode=consult][data-flag=official] [data-show=consult-perso],#circuit-panel[data-mode=consult][data-flag=verified] [data-show=consult-perso]{display:none!important}body.admin-mode #circuit-panel[data-mode=consult][data-flag=official] #btn-modify-circuit,body.admin-mode #circuit-panel[data-mode=consult][data-flag=verified] #btn-modify-circuit{display:inline-flex!important}#circuit-panel[data-mode=consult] .cp-mode-tag{display:none}.photo-grid-toolbar{display:flex;align-items:center;gap:12px;padding:10px 0;flex-wrap:wrap}.photo-grid-toolbar-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.photo-grid-toolbar-btn:hover{background:var(--surface-muted);border-color:var(--brand);color:var(--brand-2)}.photo-grid-toolbar-btn .lucide{width:16px;height:16px}.photo-grid-subtitle{font-size:12px;font-weight:500;color:var(--danger);margin-left:auto;font-family:JetBrains Mono,monospace;letter-spacing:.06em;text-transform:uppercase}.photo-file-input{display:none}.photo-grid-comp-toggle{display:inline-flex;align-items:center;gap:6px;padding:5px 12px 5px 10px;border-radius:99px;border:1px solid transparent;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.02em;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.photo-grid-comp-toggle .lucide{width:14px;height:14px;flex-shrink:0}.photo-grid-comp-toggle.comp-optimized{background:var(--hw-amber-soft);color:var(--hw-amber);border-color:var(--hw-amber)}.photo-grid-comp-toggle.comp-optimized:hover{filter:brightness(.97)}.photo-grid-comp-toggle.comp-original{background:var(--brand-soft);color:var(--brand-2);border-color:var(--brand)}.photo-grid-comp-toggle.comp-original:hover{filter:brightness(.97)}.photo-grid-content{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:10px;align-content:start}@media(min-width:900px){.photo-grid-content{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.photo-grid-content{grid-template-columns:repeat(2,1fr);gap:8px}}.hw-modal.is-xl .hw-modal-body{max-height:75vh}.photo-card{position:relative;background:var(--surface-muted);border-radius:6px;overflow:hidden;aspect-ratio:1;border:2px solid transparent;cursor:grab;transition:transform .1s,border-color .15s}.photo-card:active{cursor:grabbing}.photo-card.dragging{opacity:.5;border-color:var(--brand)}.photo-card img{width:100%;height:100%;object-fit:cover;display:block}.photo-card-actions{position:absolute;bottom:0;left:0;right:0;padding:8px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;justify-content:flex-end;align-items:flex-end;height:40px;pointer-events:none}.photo-card-actions>*{pointer-events:auto}.photo-card-btn{background:#fff3;border:none;color:#fff;cursor:pointer;padding:6px;border-radius:4px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background .15s}.photo-card-btn:hover{background:var(--danger)}.photo-card-btn .lucide{width:18px;height:18px}.photo-card-new-badge{position:absolute;top:5px;left:5px;background:var(--brand);color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:700;z-index:2;letter-spacing:.04em}.photo-grid-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ink-soft);padding:50px 20px;text-align:center}.photo-grid-empty .lucide{width:48px;height:48px;opacity:.5;margin-bottom:10px}.photo-grid-empty-hint{font-size:12px;margin-top:5px}.photo-batch-subheader{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 0;font-size:13px}.photo-batch-counts{font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);font-weight:600}.photo-batch-hint{font-style:italic;color:var(--ink-soft);font-size:12.5px;text-align:right}.hw-modal-body:has(#photo-batch-body){background:var(--surface-muted);padding:16px 20px}.photo-batch-body{display:flex;flex-direction:column;gap:18px}.photo-batch-cluster{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:18px 20px;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s,border-color .2s}.photo-batch-cluster:hover{box-shadow:0 6px 18px #0000000f;border-color:#f1c97b}.photo-batch-cluster-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;gap:12px}.photo-batch-cluster-title-block{flex:1;min-width:0}.photo-batch-cluster-title{display:inline-block;margin:0;font-family:Inter,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:.95rem;font-weight:800;color:var(--hw-amber, #D97706);background:var(--hw-amber-soft, #FFFBEB);border:1px solid transparent;border-radius:50px;padding:6px 14px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:text;transition:border-color .15s,background .15s}.photo-batch-cluster-title:before{display:none!important}.photo-batch-cluster-title:hover{border-color:var(--hw-amber, #D97706)}.photo-batch-cluster-title:focus{outline:none;background:var(--surface);border-color:var(--hw-amber, #D97706);box-shadow:0 0 0 3px #d9770626}.photo-batch-cluster.out-poi .photo-batch-cluster-title{color:var(--ink-soft);background:var(--surface-muted)}.photo-batch-cluster-subtitle{margin:3px 0 0;font-size:.82rem;font-weight:500;color:var(--ink-soft);opacity:.75}.photo-batch-cluster-badge{background:var(--hw-amber-soft);color:var(--hw-amber, #D97706);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:5px 11px;border-radius:50px;flex-shrink:0}.photo-batch-cluster-badge.out-poi{background:var(--surface-muted);color:var(--ink-soft)}.photo-batch-cluster.out-poi{background:var(--surface-muted);border-color:var(--line);border-style:dashed}.photo-batch-cluster.out-poi:hover{border-color:var(--ink-soft)}.photo-batch-thumb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.photo-batch-thumb{position:relative;aspect-ratio:1;background:var(--surface-muted);border:1px solid var(--line);border-radius:10px;overflow:hidden;cursor:grab;transition:transform .15s,box-shadow .15s}.photo-batch-thumb:hover{transform:translateY(-2px);box-shadow:0 6px 14px #00000014}.photo-batch-thumb:active{cursor:grabbing}.photo-batch-thumb-ghost{opacity:.35;background:#fef3c7}.photo-batch-thumb-chosen{box-shadow:0 0 0 2px var(--hw-amber, #D97706)}.photo-batch-thumb-drag{transform:rotate(2deg);box-shadow:0 12px 24px #0000002e}.photo-batch-thumb-grid{min-height:60px;padding:4px;border-radius:10px;transition:background .15s}.photo-batch-thumb-action{position:absolute;top:6px;right:6px;width:26px;height:26px;padding:0;border-radius:50%;border:none;background:var(--cta-bg);color:var(--cta-fg);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s;box-shadow:0 2px 6px #00000040;z-index:2}.photo-batch-thumb-action:hover{background:#b45309;transform:scale(1.1)}.photo-batch-thumb-action svg,.photo-batch-thumb-action .lucide{width:14px;height:14px;stroke-width:2.5}.photo-batch-thumb-delete{position:absolute;top:6px;left:6px;width:26px;height:26px;padding:0;border-radius:50%;border:none;background:#451a03d1;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s;box-shadow:0 2px 6px #00000040;z-index:2}.photo-batch-thumb-delete:hover{background:#991b1b;transform:scale(1.1)}.photo-batch-thumb-delete svg,.photo-batch-thumb-delete .lucide{width:14px;height:14px;stroke-width:2.5}.photo-batch-thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-batch-thumb-label{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);color:#fff;font-size:.7rem;font-weight:500;padding:12px 6px 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;outline:none;cursor:text}.photo-batch-thumb-label:focus{background:#000000eb;overflow:visible;white-space:normal;word-break:break-all;box-shadow:inset 0 0 0 2px var(--hw-amber, #D97706)}.photo-batch-cluster-title:focus{white-space:normal}.photo-batch-cluster-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.photo-batch-cluster-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:.78rem;font-weight:600;color:var(--hw-amber, #D97706);background:var(--hw-amber-soft);border:1px solid var(--hw-amber);border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.photo-batch-cluster-btn:hover:not(:disabled){background:var(--cta-bg);color:var(--cta-fg);border-color:var(--cta-bg)}.photo-batch-cluster-btn:disabled{opacity:.45;cursor:not-allowed}.photo-batch-cluster-btn svg,.photo-batch-cluster-btn .lucide{width:14px;height:14px;stroke-width:2.2}.photo-batch-cluster-zip-btn{padding:6px 8px;min-width:32px;justify-content:center}.photo-batch-cluster-zip-btn svg,.photo-batch-cluster-zip-btn .lucide{width:16px;height:16px}.photo-batch-thumb.selected{outline:3px solid var(--hw-amber, #D97706);outline-offset:-3px}.photo-batch-thumb-check{position:absolute;bottom:6px;right:6px;width:22px;height:22px;border-radius:50%;background:var(--cta-bg);color:var(--cta-fg);display:none;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000040;z-index:2;pointer-events:none}.photo-batch-thumb.selected .photo-batch-thumb-check{display:flex}.photo-batch-thumb-check svg,.photo-batch-thumb-check .lucide{width:14px;height:14px;stroke-width:3}.photo-batch-lightbox{position:fixed;inset:0;background:#000000f7;z-index:100002;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.photo-batch-lightbox.active{opacity:1;visibility:visible}.photo-batch-lightbox-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;color:#fff;flex-shrink:0}.photo-batch-lightbox-title{font-size:.95rem;font-weight:600;margin:0}.photo-batch-lightbox-close{background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;width:40px;height:40px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.photo-batch-lightbox-close:hover{background:#ffffff26}.photo-batch-lightbox-close .lucide{width:20px;height:20px}.photo-batch-lightbox-grid{flex:1;display:grid;gap:12px;padding:8px 20px 20px;min-height:0;grid-auto-rows:1fr}.photo-batch-lightbox-grid[data-count="1"]{grid-template-columns:1fr}.photo-batch-lightbox-grid[data-count="2"],.photo-batch-lightbox-grid[data-count="3"],.photo-batch-lightbox-grid[data-count="4"]{grid-template-columns:1fr 1fr}.photo-batch-lightbox-cell{position:relative;min-height:0;min-width:0;display:flex;align-items:center;justify-content:center}.photo-batch-lightbox-cell img{width:100%;height:100%;object-fit:contain;border-radius:6px;display:block}.photo-batch-lightbox-cell-bar{position:absolute;left:8px;right:8px;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 10px;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:8px;pointer-events:auto}.photo-batch-lightbox-cell-name{flex:1;min-width:0;color:#fff;font-size:.78rem;font-weight:500;padding:4px 8px;border-radius:4px;background:transparent;outline:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:text;border:1px solid transparent;transition:background .12s,border-color .12s}.photo-batch-lightbox-cell-name:hover{background:#ffffff14;border-color:#fff3}.photo-batch-lightbox-cell-name:focus{background:#ffffff1f;border-color:#fbbf24cc;white-space:normal;overflow:visible;text-overflow:clip}.photo-batch-lightbox-cell-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.photo-batch-lightbox-cell-btn{width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .15s,transform .15s}.photo-batch-lightbox-cell-btn .lucide{width:16px;height:16px;stroke-width:2.5}.photo-batch-lightbox-cell-btn:hover{transform:scale(1.1)}.photo-batch-lightbox-cell-btn.validate{background:#16a34ae0}.photo-batch-lightbox-cell-btn.validate:hover{background:#15803d}.photo-batch-lightbox-cell-btn.extract{background:#78350fd9}.photo-batch-lightbox-cell-btn.extract:hover{background:#78350f}.photo-batch-lightbox-cell-btn.delete{background:#b91c1ce0}.photo-batch-lightbox-cell-btn.delete:hover{background:#7f1d1d}.photo-batch-lightbox-strip{flex-shrink:0;display:flex;gap:8px;padding:10px 20px 16px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.photo-batch-lightbox-strip::-webkit-scrollbar{height:6px}.photo-batch-lightbox-strip::-webkit-scrollbar-track{background:transparent}.photo-batch-lightbox-strip::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.photo-batch-lightbox-strip-thumb{flex-shrink:0;width:72px;height:72px;border-radius:6px;overflow:hidden;border:2px solid transparent;background:#ffffff0d;padding:0;cursor:pointer;opacity:.55;transition:opacity .15s,border-color .15s,transform .15s}.photo-batch-lightbox-strip-thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-batch-lightbox-strip-thumb:hover{opacity:1;transform:scale(1.05)}.photo-batch-lightbox-strip-thumb.selected{opacity:1;border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b59}.photo-batch-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:var(--ink-soft);opacity:.6;text-align:center}.photo-batch-empty .lucide{width:48px;height:48px;margin-bottom:12px}.photo-batch-empty p{margin:0;font-weight:500}@media(max-width:768px){.photo-batch-subheader{flex-direction:column;align-items:flex-start;gap:4px}.photo-batch-hint{text-align:left}.photo-batch-thumb-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}}.legend-list{text-align:left;display:flex;flex-direction:column;gap:15px}.legend-section-header{font-weight:600;border-bottom:1px solid var(--line);padding-bottom:4px;margin-bottom:4px}.legend-section-header.mt{margin-top:10px}.legend-item{display:flex;align-items:center;gap:10px}.legend-marker-circle{width:24px;height:24px;flex-shrink:0;background:var(--surface);border-radius:50%}.legend-marker-circle--visited{border:3px solid #10B981;box-shadow:0 0 0 2px #10b9814d}.legend-marker-circle--planned{border:3px solid #3B82F6;box-shadow:0 0 0 2px #3b82f64d}.legend-marker-star-wrapper{width:28px;height:28px;flex-shrink:0;display:flex;justify-content:center;align-items:center}.legend-marker-star{width:100%;height:100%;background:#fef08a;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);display:flex;justify-content:center;align-items:center;filter:drop-shadow(0 2px 2px rgba(0,0,0,.25))}.legend-line-sample{width:40px;height:4px;flex-shrink:0;border-radius:2px}.legend-line-sample--straight{background:#ef4444}.legend-line-sample--gps{background:#3b82f6}.legend-line-sample--done{background:#10b981}.modal-list{display:flex;flex-direction:column;gap:10px;max-height:300px;overflow-y:auto}.modal-list-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--surface-muted);border-radius:8px}.modal-list-item-name{font-weight:500;color:var(--ink);text-align:left}.modal-list-empty{padding:10px;color:var(--ink-soft)}.restore-btn,.restore-poi-btn{flex-shrink:0;background:transparent;color:var(--ok);border:1px solid var(--ok);border-radius:6px;padding:6px 12px;cursor:pointer;font-weight:600}.explorer-header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 10px}.explorer-pagination-group{display:flex;align-items:center;gap:5px}.explorer-header-title{margin:0;font-size:18px}.explorer-page-info{font-size:14px;font-weight:500;color:var(--ink);min-width:30px;text-align:center}.explorer-header .action-button:hover:not(:disabled){background:var(--surface-muted)}.action-button:disabled{opacity:.3;cursor:default}.icon-20{width:20px;height:20px}.explorer-footer .separator-vertical{display:block!important;margin:0 4px}.zone-modal-list{display:flex;flex-direction:column;gap:10px;max-height:60vh;overflow-y:auto}.zone-modal-btn{padding:10px;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;width:100%}.zone-modal-btn.active{border:2px solid var(--brand);background:var(--surface-muted)}.zone-count{font-weight:700;color:var(--ink-soft)}.explorer-list-empty{padding:20px;text-align:center;color:var(--ink-soft)}#explorer-list .explorer-item{gap:8px;padding:10px}.explorer-item-left{flex-shrink:0}.explorer-item-right{flex-shrink:0;display:flex;align-items:center}#explorer-list .explorer-item-name{font-weight:400;line-height:1.2;white-space:normal}.explorer-item-name--official{font-weight:500;color:var(--primary)}#explorer-list .explorer-item-meta{display:flex;align-items:center;margin-top:2px}.icon-meta{width:12px;height:12px;margin:0 3px}.icon-meta-extra{width:14px;height:14px;vertical-align:text-bottom;margin-left:4px}.btn-toggle-visited{color:var(--line);padding:4px}.btn-toggle-visited.completed{color:var(--ok)}.btn-toggle-visited .lucide{width:24px;height:24px}.explorer-poi-filter-chip{display:flex;align-items:center;gap:6px;padding:6px 8px 6px 10px;margin:4px 4px 8px;background:var(--surface-muted, rgba(0,0,0,.04));border:1px solid var(--line);border-radius:16px;font-size:13px;color:var(--ink)}.explorer-poi-filter-chip .lucide{width:16px;height:16px;flex-shrink:0}.explorer-poi-filter-chip-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explorer-poi-filter-chip-label strong{font-weight:600;color:var(--primary, var(--ink))}.explorer-poi-filter-chip-clear{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;background:transparent;color:var(--ink-soft);border-radius:50%;cursor:pointer;flex-shrink:0}.explorer-poi-filter-chip-clear:hover{background:var(--line);color:var(--ink)}.circuit-share-container{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;text-align:center}.circuit-qr-img{width:200px;height:200px;border-radius:10px;border:1px solid var(--line)}.circuit-share-hint{text-align:center;color:var(--ink-soft);font-size:14px;margin:0;padding:0;width:100%}.circuit-share-name{font-size:14px;font-weight:700;color:var(--ink);word-break:break-word;text-align:center;width:100%;margin:0;padding:0}.circuit-gpx-container{display:flex;flex-direction:column;align-items:center;gap:10px}.btn-gpx-download{text-decoration:none;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:10px 20px;border-radius:20px;font-weight:600;font-size:14px}.circuit-no-gpx-msg{text-align:center;padding:20px;color:var(--ink-soft)}.modal-prompt-body{display:flex;flex-direction:column;gap:10px}.modal-prompt-input{width:100%;padding:8px;border:1px solid var(--line);border-radius:4px;font-size:16px;box-sizing:border-box}.admin-login-body{text-align:left}.admin-login-body p{margin-bottom:15px;color:var(--ink-soft)}.admin-login-input{width:100%;padding:10px;border:1px solid var(--line);border-radius:6px;font-size:16px;box-sizing:border-box}.admin-login-error{color:var(--danger);margin-top:10px;font-size:.9em;min-height:1.2em}.admin-github-body{text-align:left}.admin-github-body p{margin-bottom:15px;font-size:.9em;color:var(--ink-soft)}.admin-github-label{display:block;margin-bottom:5px;font-weight:600}.admin-github-input{width:100%;padding:8px;border:1px solid var(--line);border-radius:6px;margin-bottom:15px;box-sizing:border-box}.admin-github-note{font-size:.8em;color:var(--ink-soft)}.rank-table{width:100%;border-collapse:collapse}.rank-table thead{background:var(--surface-muted)}.rank-table th,.rank-table td{padding:6px 10px}.rank-table th:nth-child(1),.rank-table td:nth-child(1){text-align:center}.rank-table th:nth-child(2),.rank-table td:nth-child(2){text-align:left}.rank-table th:nth-child(3),.rank-table td:nth-child(3){text-align:right}.rank-table tr{border-bottom:1px solid var(--line)}.rank-table td:nth-child(1){font-size:24px}.rank-table td:nth-child(2){font-weight:600;color:var(--ink)}.rank-table td:nth-child(3){color:var(--ink-soft);font-family:monospace}.rank-table-note{margin-top:15px;font-size:12px;color:var(--ink-soft);font-style:italic}.rank-section-label{margin:18px 0 6px;font-size:13px;font-weight:700;color:var(--ink);border-bottom:1px solid var(--line);padding-bottom:4px}.rank-section-label:first-child{margin-top:0}.rank-tabs-wrapper{width:100%;white-space:normal}.rank-tab-panel{display:none}.rank-tab-panel.is-active{display:block}.rank-tab-hint{font-size:11px;color:var(--ink-soft);font-style:italic;margin:0 0 8px}.rank-dot{display:inline-block;width:16px;height:16px;border-radius:50%;border:1px solid var(--line);vertical-align:middle}.icon-heart{fill:#e91e63;color:#e91e63;width:18px;height:18px}.fusion-name-loading{color:var(--ink)}.fusion-name-ok{color:var(--ok)}.fusion-name-error{color:var(--danger)}.fusion-name-note{font-style:italic}.box-ok{border-color:var(--ok)!important}.fusion-poi-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:5px}.fusion-label{font-size:11px;color:var(--ink-soft)}.fusion-input-rtl{text-align:right}.ghost-popup{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.ghost-popup-title{font-weight:700;margin-bottom:5px}.ghost-popup-coords{font-size:11px;color:#888;margin-bottom:5px}.ghost-popup-hint{font-size:12px;color:var(--ink-soft);margin-bottom:8px}.ghost-popup-btn{background:var(--cta-bg);color:var(--cta-fg);padding:4px 8px;font-size:12px;cursor:pointer;margin:0 auto}.sync-qr-container{display:flex;flex-direction:column;align-items:center;gap:15px}.sync-qr-img{width:250px;height:250px;border-radius:10px;border:1px solid var(--line)}.sync-qr-info{text-align:center}.sync-visited-count{font-weight:700;color:var(--ink);margin-bottom:5px}.sync-instructions{color:var(--ink-soft);font-size:14px}#qr-scanner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:99999;display:flex;flex-direction:column}#qr-reader{width:100%;flex-grow:1}.qr-scanner-close-btn{position:absolute;top:20px;right:20px;background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;z-index:100000;display:flex;align-items:center;justify-content:center}.qr-scanner-hint{position:absolute;bottom:50px;left:0;width:100%;text-align:center;color:#fff;pointer-events:none;text-shadow:0 2px 4px rgba(0,0,0,.8)}:root{--bg-parchment: #f4ecd8;--accent-copper: #b87333;--text-dark: #2c2c2c;--progress-bg: rgba(0, 0, 0, .1)}.explorer-card{width:340px;height:215px;background:var(--bg-parchment);border-radius:12px;padding:12px 16px;box-shadow:0 4px 15px #00000026;color:var(--text-dark);position:relative;border:1px solid #e2d1a8;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;box-sizing:border-box;overflow:hidden}.avatar{width:50px;height:50px;min-width:50px;border-radius:50%;background:#e2d1a8;border:2px solid var(--accent-copper);overflow:hidden;display:flex;align-items:center;justify-content:center}.global-rank{font-style:italic;font-size:.75rem;color:#666;margin-top:2px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--accent-copper),#e68a3e);transition:width .5s ease-in-out}.next-goal{font-size:.6rem;color:#888;margin-top:1px;text-align:right;display:none}.footer-stats{display:flex;justify-content:space-between;border-top:1px solid rgba(0,0,0,.1);padding-top:8px;font-size:.7rem;margin-top:4px;color:var(--text-dark)}.action-btn-print{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #ddd;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;color:#333;box-shadow:0 2px 4px #0000000d}.action-btn-print:hover{background:#f9f9f9;transform:translateY(-1px)}.user-space-mode{padding:0!important;border-radius:32px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:0 40px 100px -20px #451a0338!important;background:var(--surface)!important;width:min(820px,95vw)!important;max-width:none!important;height:90vh!important;max-height:740px!important;display:flex!important;flex-direction:column!important}.user-space-mode .custom-modal-message{flex:1!important;display:flex!important;flex-direction:column!important;margin:0!important;padding:0!important;height:100%!important;width:100%!important;overflow:hidden!important;white-space:normal!important;text-align:left!important}.user-space-mode #custom-modal-title,.user-space-mode #custom-modal-actions{display:none!important}.legal-modal .custom-modal-message{text-align:left;max-height:60vh;overflow-y:auto}.legal-modal-content{font-size:13.5px;line-height:1.55;color:var(--ink)}.legal-modal-content p{margin:0 0 12px}.legal-modal-content .legal-copyright{font-weight:700;color:var(--ink);background:var(--surface-muted);padding:10px 12px;border-radius:8px;margin-bottom:14px}.legal-modal-content .legal-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--ink-soft);margin:14px 0 6px}.legal-modal-content a{color:var(--brand);text-decoration:none}.legal-modal-content a:hover{text-decoration:underline}.ue-container{display:flex;flex-direction:column;height:100%;width:100%;font-family:Inter,system-ui,sans-serif;color:var(--ink);overflow:hidden}.ue-header{background:var(--surface);padding:8px 20px 0;border-bottom:1px solid var(--line);flex-shrink:0}.ue-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.ue-header-brand{display:flex;align-items:center;gap:8px;font-weight:800;font-size:1.1rem;color:var(--ink)}.ue-brand-icon{font-size:1.25rem}.ue-brand-subtitle{font-weight:400;opacity:.35;font-size:.95rem;margin-left:2px}.ue-close-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;border-radius:8px;color:var(--ink-soft);cursor:pointer;transition:background .15s,color .15s}.ue-close-icon-btn:hover{background:var(--surface-muted);color:var(--ink)}.ue-close-icon-btn svg{width:18px;height:18px}.ue-tabs{display:flex;gap:2px;border-bottom:1px solid var(--line);margin:-8px -8px 16px;padding:0 8px}.ue-tab{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;background:transparent;-webkit-appearance:none;appearance:none;border:none;border-bottom:2px solid transparent;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--ink-soft);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.ue-tab:hover{background:var(--surface-muted);color:var(--ink)}.ue-tab.is-active,.ue-tab.active{color:var(--brand-2);border-bottom-color:var(--brand);font-weight:700}.ue-tab svg{width:14px;height:14px;flex-shrink:0}.ue-scroll-area{flex:1;overflow-y:auto;padding:12px 20px 16px}.ue-scroll-area::-webkit-scrollbar{width:4px}.ue-scroll-area::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}.ue-footer{padding:14px 28px;background:var(--surface);border-top:1px solid var(--line);display:flex;justify-content:flex-end;flex-shrink:0}.ue-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.ue-section-title{display:flex;align-items:center;gap:8px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft)}.ue-section-actions{display:flex;gap:6px}.ue-badge{padding:2px 9px;border-radius:99px;font-size:.7rem;font-weight:700}.ue-badge-amber{background:var(--hw-amber-soft);color:var(--hw-amber)}.ue-badge-red{background:#ef44441a;color:var(--danger)}.ue-badge-green{background:var(--ok-soft);color:var(--ok)}.ue-pill-btn{padding:4px 12px;border:1px solid var(--line);border-radius:99px;background:var(--surface);font-size:.76rem;font-weight:600;color:var(--ink);cursor:pointer;transition:background .15s,border-color .15s}.ue-pill-btn:hover{background:var(--hw-amber-soft);border-color:var(--hw-amber, #D97706)}.ue-home-section{padding:12px 14px;margin-bottom:14px;background:var(--hw-amber-soft);border:1px solid var(--hw-amber);border-radius:10px}.ue-home-section--set{background:var(--ok-soft);border-color:var(--ok)}.ue-home-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ue-home-header svg{width:16px;height:16px;color:var(--hw-amber, #D97706);flex-shrink:0}.ue-home-section--set .ue-home-header svg{color:var(--ok)}.ue-home-title{font-weight:600;font-size:.92rem;color:var(--ink)}.ue-home-hint{margin:0 0 10px;font-size:.82rem;line-height:1.45;color:var(--ink-soft, #6B7280)}.ue-home-info{display:flex;flex-direction:column;gap:2px;margin-bottom:10px;font-size:.82rem}.ue-home-coords{font-family:monospace;color:var(--ink)}.ue-home-date{color:var(--ink-soft, #6B7280);font-size:.76rem}.ue-home-actions{display:flex;gap:8px;flex-wrap:wrap}.ue-home-actions .ue-pill-btn{display:inline-flex;align-items:center;gap:4px}.ue-home-actions svg{width:13px;height:13px}.ue-hint-banner{display:flex;align-items:flex-start;gap:8px;padding:10px 13px;margin-bottom:14px;background:var(--hw-amber-soft);border:1px solid var(--hw-amber);border-radius:10px;font-size:.79rem;line-height:1.45;color:var(--hw-amber)}.ue-hint-banner svg{width:14px;height:14px;flex-shrink:0;margin-top:2px}.ue-hint-banner--spaced{margin-top:16px}.ue-circuits-list{display:flex;flex-direction:column;gap:3px}.ue-circuit-item{display:flex;align-items:center;padding:8px 12px;background:var(--surface);border:1px solid var(--line);border-radius:8px;cursor:pointer;gap:10px;transition:border-color .2s,background .2s}.ue-circuit-item:hover{border-color:var(--hw-amber, #D97706);background:var(--hw-amber-soft)}.ue-circuit-item.is-checked{border-color:var(--hw-amber);background:var(--hw-amber-soft)}.ue-circuit-icon-box{width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--hw-amber-soft);color:var(--hw-amber, #D97706);border-radius:8px}.ue-circuit-icon-box.muted{background:var(--surface-muted);color:var(--ink-soft)}.ue-circuit-icon-box svg{width:17px;height:17px}.ue-circuit-info{flex:1;min-width:0}.ue-circuit-name{font-size:.82rem;font-weight:700;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.ue-circuit-meta{font-size:.7rem;margin-top:1px;color:var(--ink-soft);display:block}.ue-toggle-wrap{position:relative;width:44px;height:24px;flex-shrink:0}.ue-toggle-wrap input[type=checkbox]{opacity:0;position:absolute;inset:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.ue-toggle-slider{position:absolute;inset:0;background:#cbd5e1;border-radius:24px;transition:background .22s;pointer-events:none}.ue-toggle-slider:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:var(--surface);transition:transform .22s;box-shadow:0 1px 4px #00000040}.ue-toggle-wrap input:checked~.ue-toggle-slider{background:var(--hw-amber, #D97706)}.ue-toggle-wrap input:checked~.ue-toggle-slider:after{transform:translate(20px)}.ue-data-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch}.ue-data-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px;gap:12px;min-height:220px;box-shadow:0 2px 8px #0000000a;transition:border-color .2s,box-shadow .2s}.ue-data-card:hover{border-color:var(--hw-amber, #D97706);box-shadow:0 4px 16px #00000012}.ue-data-card-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--hw-amber-soft);color:var(--hw-amber, #D97706);border-radius:12px}.ue-data-card-icon.secondary{background:#eff6ff;color:#2563eb}.ue-data-card-icon svg{width:20px;height:20px}.ue-data-card-title{font-size:.95rem;font-weight:800;color:var(--ink);margin:0}.ue-data-card-desc{font-size:.79rem;line-height:1.45;color:var(--ink-soft);margin:0;flex:1}.ue-photo-label{display:flex;align-items:center;gap:8px;font-size:.8rem;cursor:pointer;color:var(--ink)}.ue-photo-label input[type=checkbox]{width:15px;height:15px;flex-shrink:0;cursor:pointer;accent-color:var(--hw-amber, #D97706)}.ue-action-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:10px 14px;border-radius:10px;border:none;font-size:.83rem;font-weight:700;cursor:pointer;transition:opacity .15s,background .15s,transform .15s;margin-top:auto;text-align:center}.ue-action-btn svg{width:15px;height:15px}.ue-action-btn.primary{background:var(--cta-bg);color:var(--cta-fg);box-shadow:0 4px 12px -2px #0003}.ue-action-btn.primary:hover{opacity:.9;transform:translateY(-1px)}.ue-action-btn.secondary{background:var(--surface-muted);color:var(--ink);border:1px solid var(--line)}.ue-action-btn.secondary:hover{background:var(--surface-muted);border-color:var(--line)}.ue-trash-item{display:flex;align-items:center;padding:12px 14px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 2px 6px #0000000a;gap:12px;transition:opacity .3s}.ue-restore-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 13px;background:var(--ok-soft);color:#15803d;border:1px solid #86EFAC;border-radius:99px;font-size:.78rem;font-weight:700;cursor:pointer;flex-shrink:0;transition:background .15s,transform .15s}.ue-restore-btn:hover{background:var(--ok-soft);transform:translateY(-1px)}.ue-restore-btn svg{width:13px;height:13px}.ue-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 20px;gap:10px;text-align:center}.ue-empty-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--surface-muted);border-radius:16px;color:var(--ink-soft);margin-bottom:4px}.ue-empty-icon.green{background:var(--ok-soft);color:var(--ok)}.ue-empty-icon svg{width:28px;height:28px}.ue-empty-title{font-size:.95rem;font-weight:700;color:var(--ink);margin:0}.ue-empty-sub{font-size:.8rem;color:var(--ink-soft);max-width:280px;line-height:1.45;margin:0}.admin-cc-mode{padding:0!important;border-radius:32px!important;overflow:hidden!important;border:1px solid var(--line)!important;box-shadow:0 40px 100px -20px #0003!important;background:var(--surface);width:min(1200px,95vw)!important;max-width:none!important;height:94vh!important;max-height:960px!important;display:flex!important;flex-direction:column!important;position:relative!important}.admin-cc-mode .custom-modal-message{flex:1!important;display:flex!important;flex-direction:column!important;margin:0!important;padding:0!important;height:100%!important;width:100%!important;overflow:hidden!important}.admin-cc-container{display:flex;flex-direction:column;height:100%;width:100%;font-family:Inter,system-ui,sans-serif;color:var(--ink);overflow:hidden;white-space:normal}.admin-cc-header{background:var(--surface);padding:16px 28px 0;border-bottom:1px solid var(--line);flex-shrink:0}.header-top-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:14px}.header-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.1rem}.brand-castle{font-size:1.3rem}.brand-subtitle{font-weight:400;opacity:.4;margin-left:5px}.header-user{display:flex;align-items:center;gap:12px;background:var(--surface-muted);padding:5px 14px;border-radius:50px;border:1px solid var(--line)}.header-greeting{font-size:.85rem}.avatar-circle{width:30px;height:30px;border-radius:50%;background:var(--cta-bg);display:flex;align-items:center;justify-content:center;color:var(--cta-fg);font-weight:700;font-size:.75rem;box-shadow:0 4px 10px #00000026}.admin-cc-tabs{display:flex;gap:4px}.admin-cc-tab{padding:8px 16px;border-radius:10px 10px 0 0;font-size:.82rem;font-weight:700;cursor:pointer;color:var(--ink-soft);transition:.2s;display:flex;align-items:center;gap:7px;border:1px solid transparent;border-bottom:none}.admin-cc-tab:hover{background:var(--surface-muted);color:var(--ink)}.admin-cc-tab.active{background:var(--surface);color:var(--hw-amber);border-color:#e5e7eb}.admin-cc-scroll-area{flex:1;overflow-y:auto;padding:20px 28px}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.stat-card{background:var(--surface);padding:18px 12px;border-radius:16px;box-shadow:0 2px 8px #0000000d;border:1px solid transparent;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s}.stat-card:hover{border-color:var(--hw-amber);transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.stat-icon-box{width:42px;height:42px;border-radius:12px;background:#fffbeb;color:var(--hw-amber);display:flex;align-items:center;justify-content:center}.stat-val{font-size:1.8rem;font-weight:800;line-height:1;color:var(--ink)}.stat-lab{font-size:.72rem;font-weight:600;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;text-align:center}.admin-cc-footer{padding:14px 28px;background:var(--surface);border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:12px;flex-shrink:0}#btn-cc-publish{background:var(--cta-bg);color:var(--cta-fg);border:none;padding:14px 30px;border-radius:50px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:10px;box-shadow:0 10px 20px -5px #00000040;transition:all .2s}#btn-cc-publish:hover{transform:translateY(-2px);filter:brightness(1.1)}#btn-cc-publish:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.diff-list-container{display:flex;flex-direction:column;gap:10px}.diff-group-title{font-size:1rem;font-weight:800;margin-top:30px;margin-bottom:15px;display:flex;align-items:center;gap:10px;color:var(--ink)}.diff-count-badge{background:var(--surface-muted);padding:2px 8px;border-radius:10px;font-size:.8rem}.diff-list-item{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px 20px;display:flex;flex-direction:column;gap:15px;transition:all .2s}.diff-list-item:hover{border-color:var(--hw-amber);box-shadow:0 4px 12px #0000000d}.diff-summary-row{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.diff-info{display:flex;align-items:center;gap:15px}.diff-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--surface-muted);color:var(--ink-soft)}.diff-text h4{margin:0;font-size:1rem;font-weight:700;color:var(--ink)}.diff-text p{margin:4px 0 0;font-size:.85rem;color:var(--ink-soft);opacity:.7}.diff-circuit-id{font-size:.7rem;color:var(--ink-soft);font-family:monospace;margin-top:2px}.diff-toggle-btn{background:transparent;border:none;cursor:pointer;color:var(--ink-soft);transition:.2s}.diff-toggle-btn:hover{color:var(--ink)}.diff-details{display:none;padding-top:15px;border-top:1px solid var(--line);margin-top:5px}.diff-details.open{display:block;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:10px;margin-bottom:10px}.box{padding:12px;border-radius:8px;font-size:.85rem;font-family:monospace;word-break:break-all;position:relative}.box-label{font-size:.7rem;font-weight:800;text-transform:uppercase;display:block;margin-bottom:5px;opacity:.6}.box.old{background:#fef2f2;color:#991b1b;border:1px solid rgba(153,27,27,.1)}.box.new{background:#f0fdf4;color:#166534;border:1px solid rgba(22,101,52,.1)}.edit-row{display:flex;gap:10px;margin-bottom:10px;align-items:center}.edit-input{flex:1;padding:8px 12px;border:1px solid var(--line);border-radius:8px;font-size:.9rem}.edit-input:focus{outline:2px solid var(--hw-amber);border-color:transparent}.edit-input:disabled{background:var(--surface-muted);color:var(--ink-soft);cursor:not-allowed}.diff-actions-row{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.btn-diff-action{padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;border:none;display:flex;align-items:center;gap:6px}.btn-diff-action.refuse{background:var(--surface);border:1px solid var(--line);color:var(--ink-soft)}.btn-diff-action.refuse:hover{background:#fef2f2;color:#991b1b;border-color:#fecaca}.btn-diff-action.validate{background:var(--cta-bg);color:var(--cta-fg)}.btn-diff-action.validate:hover{filter:brightness(1.1);transform:translateY(-1px)}.empty-state{text-align:center;padding:24px 0;opacity:.6}.settings-input{width:100%;padding:15px;border:1px solid var(--line);border-radius:12px;font-family:monospace;font-size:1rem;margin-top:10px}.cc-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:var(--ink-soft)}.cc-loading-icon{width:48px;height:48px;margin-bottom:15px;color:var(--hw-amber)}.cc-loading-label{font-weight:500}.cc-warning-banner{background:#fef2f2;border:1px solid #FCA5A5;color:#991b1b;padding:15px;border-radius:12px;margin-top:20px;display:flex;align-items:center;gap:15px}.cc-warning-banner .lucide{flex-shrink:0}.cc-warning-detail{font-size:.85rem;opacity:.8;margin-top:2px}.icon-success-lg{color:#10b981;margin-bottom:8px;width:40px!important;height:40px!important}.cc-sync-label{font-weight:600;font-size:.9rem}.diff-section-sep{margin:30px 0 10px;padding-bottom:10px;border-bottom:1px solid var(--line);font-weight:800;color:var(--ink-soft);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.cc-settings-layout{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.cc-card{background:var(--surface);padding:30px;border-radius:20px;border:1px solid var(--line)}.cc-card h3{margin-top:0}.cc-card-title-flex{margin-top:0;display:flex;align-items:center;gap:10px}.icon-amber{color:var(--hw-amber)}.cc-token-persist-label{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:.85rem;color:var(--ink);cursor:pointer}.cc-token-persist-hint{color:var(--ink-soft);font-size:.75rem}.cc-save-btn{margin-top:12px;width:100%;padding:12px;background:var(--cta-bg);color:var(--cta-fg);border:none;border-radius:10px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .15s}.cc-save-btn:hover:not(:disabled){opacity:.88}.cc-save-btn:disabled{opacity:.45;cursor:not-allowed}.cc-sync-btns-row{display:flex;gap:10px;margin-bottom:15px}.btn-cc-sync-upload{flex:1;padding:12px;background:#f0fdf4;border:1px solid #86EFAC;color:#166534;border-radius:10px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.btn-cc-sync-download{flex:1;padding:12px;background:#eff6ff;border:1px solid #93C5FD;color:#1e40af;border-radius:10px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.cc-sync-update-label{font-size:.8rem;color:var(--ink-soft);text-align:center}.cc-status-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:10px 0 8px}.cc-status-badge{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;font-weight:600;padding:4px 10px;border-radius:20px}.cc-status-badge.synced{background:#dcfce7;color:#15803d}.cc-status-badge.pending{background:#fef3c7;color:#92400e}.cc-status-badge.no-token{background:#fee2e2;color:#991b1b}.cc-cross-app-warn{display:flex;align-items:center;gap:8px;background:#fef3c7;color:#92400e;padding:8px 12px;border-radius:6px;font-size:.85rem;margin:8px 0;border:1px solid #FDE68A}.cc-cross-app-warn i{width:16px;height:16px;flex-shrink:0}.cc-cross-app-warn .cc-inline-link{color:#92400e}.cc-inline-link{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit;font-weight:700;text-decoration:underline}.cc-quick-actions{margin-top:0;margin-bottom:8px}.cc-quick-actions-title{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);display:flex;align-items:center;gap:7px;margin-bottom:12px}.cc-quick-actions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cc-quick-btn{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:14px 12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;transition:all .18s;color:var(--ink)}.cc-quick-btn:hover{border-color:var(--hw-amber);box-shadow:0 4px 14px #d977061f;transform:translateY(-2px)}.cc-quick-btn .lucide{color:var(--hw-amber);width:24px;height:24px}.cc-quick-btn span{font-weight:700;font-size:.88rem}.cc-quick-btn small{font-size:.75rem;color:var(--ink-soft);font-weight:400}.cc-info-strip{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px;padding:9px 14px;background:var(--surface-muted);border:1px solid var(--line);border-radius:10px;font-size:.78rem}.cc-info-strip-dot{color:var(--ink-soft)}.cc-info-strip-repo{display:flex;align-items:center;gap:5px;color:var(--ink);text-decoration:none;font-weight:600;transition:color .15s}.cc-info-strip-repo:hover{color:var(--hw-amber)}.cc-info-strip-token{display:flex;align-items:center;gap:5px;font-weight:600}.cc-info-strip-token.cc-token-ok{color:#15803d}.cc-info-strip-token.cc-token-missing{color:#dc2626}.cc-repo-link{text-decoration:none;color:var(--ink);transition:color .15s}.cc-repo-link:hover{color:var(--hw-amber)}.cc-subpanel-header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.cc-back-btn{background:none;border:1px solid var(--line);border-radius:8px;padding:6px 12px;cursor:pointer;font-size:.82rem;font-weight:600;color:var(--ink);display:flex;align-items:center;gap:6px;transition:all .15s}.cc-back-btn:hover{border-color:var(--hw-amber);color:var(--hw-amber)}.cc-subpanel-title{font-size:1rem;font-weight:700;color:var(--ink)}.cc-upload-intro{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.cc-upload-intro p{margin:0;font-size:.88rem;line-height:1.5;color:var(--ink)}.cc-upload-icon{width:32px;height:32px;flex-shrink:0}.cc-upload-intro-note{color:var(--ink-soft)}.cc-upload-field-label{display:block;font-size:.82rem;font-weight:600;color:var(--ink);margin-bottom:6px}.cc-upload-field-label--spaced{margin-top:14px}.cc-card-hint{color:var(--ink-soft);font-size:.88rem;margin-bottom:14px}.cc-card-hint--wide{margin-bottom:20px}.cc-readonly-hint{font-size:.85rem;color:var(--ink-soft);font-style:italic}.cc-format-badge{background:var(--surface-muted);border:1px solid var(--line);border-radius:4px;padding:1px 5px;font-size:.7rem;font-weight:700;color:var(--ink-soft);margin-left:3px}.cc-file-drop{border:2px dashed var(--line);border-radius:12px;padding:22px 16px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;transition:all .18s;color:var(--ink-soft);background:var(--surface-muted)}.cc-file-drop:hover{border-color:var(--hw-amber);background:#fffbf0;color:var(--ink)}.cc-file-drop .lucide{width:28px;height:28px}.cc-file-drop span{font-size:.88rem;font-weight:600}.cc-file-drop small{font-size:.75rem}.cc-file-pill{display:flex;align-items:center;gap:8px;background:#f0fdf4;border:1px solid #BBF7D0;border-radius:8px;padding:8px 12px;margin-top:8px;font-size:.84rem;font-weight:600;color:#15803d}.cc-upload-status{display:flex;align-items:center;gap:8px;border-radius:8px;padding:10px 12px;margin-top:12px;font-size:.84rem;font-weight:500}.cc-upload-status.info{background:#eff6ff;color:#1e40af}.cc-upload-status.success{background:#f0fdf4;color:#15803d}.cc-upload-status.error{background:#fef2f2;color:#991b1b}.cc-subpanel-footer{display:flex;gap:10px;margin-top:16px;justify-content:flex-end}.cc-deletion-warning{padding:15px;background:#fef2f2;color:#991b1b;border-radius:8px;font-size:.9rem}.cc-maps-link{color:#2563eb;font-weight:600;font-size:.85rem;display:flex;align-items:center;gap:5px;text-decoration:none}.cc-coord-label{font-size:.8rem;font-weight:700;width:60px}.cc-lock-note{font-size:.75rem;color:#ef4444;margin-top:-5px;margin-bottom:10px}.cc-lock-note .lucide{display:inline;vertical-align:middle}.diff-change-block{margin-top:15px}.diff-change-header{display:flex;justify-content:space-between;margin-bottom:5px}.diff-change-key{font-size:.75rem;font-weight:800;color:var(--ink-soft);opacity:.6}.cc-badge{background:var(--cta-bg);color:var(--cta-fg);padding:2px 7px;border-radius:10px;font-size:.7rem;margin-left:5px}.cc-diff-container{display:flex;flex-direction:column;gap:0}.cc-diff-group-title{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);margin:20px 0 8px;display:flex;align-items:center;gap:8px}.cc-diff-group-title:first-child{margin-top:0}.cc-diff-badge{padding:2px 8px;border-radius:99px;font-size:.7rem;font-weight:700}.cc-badge-new{background:#dcfce7;color:#166534}.cc-badge-mod{background:#fef3c7;color:#92400e}.cc-badge-del{background:#fee2e2;color:#991b1b}.cc-badge-mig{background:#dbeafe;color:#1e40af}.cc-change-item{background:var(--surface);border:1px solid var(--line);border-radius:12px;margin-bottom:8px;overflow:hidden;transition:border-color .15s}.cc-change-item:hover{border-color:var(--hw-amber)}.cc-change-item-header{display:flex;align-items:center;gap:8px;padding:9px 12px;border-bottom:1px solid var(--line)}.cc-change-name{flex:1;font-weight:700;font-size:.9rem;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-btn-edit{display:flex;align-items:center;gap:5px;padding:4px 10px;border-radius:8px;font-size:.75rem;font-weight:600;background:var(--surface);border:1px solid var(--line);color:#2563eb;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s,border-color .15s}.cc-btn-edit:hover{background:#eff6ff;border-color:#bfdbfe}.cc-btn-ignore{display:flex;align-items:center;gap:5px;padding:4px 10px;border-radius:8px;font-size:.75rem;font-weight:600;background:var(--surface);border:1px solid var(--line);color:var(--ink-soft);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.cc-btn-ignore:hover{background:#fef2f2;color:#991b1b;border-color:#fecaca}.cc-change-diffs{display:flex;flex-direction:column;gap:2px;padding:8px 12px;background:var(--surface-muted)}.cc-change-detail{display:flex;align-items:baseline;gap:8px;font-size:.8rem;line-height:1.5;flex-wrap:wrap}.cc-change-key{background:var(--surface-muted);color:var(--ink-soft);font-weight:700;font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;padding:1px 6px;border-radius:4px;white-space:nowrap;flex-shrink:0}.cc-old-val{color:var(--ink-soft);text-decoration:line-through;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-change-arrow{color:var(--ink-soft);font-size:.75rem;flex-shrink:0}.cc-new-val{color:#16a34a;font-weight:600;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-del-warning{color:#991b1b;font-weight:600;font-size:.8rem;display:flex;align-items:center;gap:6px}.cc-new-hint{color:var(--ink-soft);font-style:italic;display:flex;align-items:center;gap:6px}.cc-diff-section-sep{margin:20px 0 8px;padding-bottom:8px;border-bottom:1px solid var(--line);font-weight:800;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.cc-photo-grid{padding:10px 12px;background:var(--hw-amber-soft);border-top:1px solid var(--hw-amber)}.cc-photo-grid-title{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:.75rem;font-weight:700;color:var(--hw-amber);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.cc-photo-grid-title i[data-lucide]{width:14px;height:14px}.cc-photo-grid-count{background:var(--cta-bg);color:var(--cta-fg);padding:1px 7px;border-radius:10px;font-size:.72rem;font-weight:700;letter-spacing:0}.cc-photo-grid-hint{margin-left:auto;font-weight:400;font-style:italic;color:#a16207;text-transform:none;letter-spacing:0;font-size:.72rem}.cc-photo-grid-cells{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px}.cc-photo-cell{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .15s,transform .15s,opacity .15s;background:var(--surface-muted)}.cc-photo-cell:hover{border-color:#f59e0b;transform:scale(1.03)}.cc-photo-cell img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .15s,filter .15s}.cc-photo-cell .cc-photo-checkbox{position:absolute;top:4px;left:4px;width:18px;height:18px;cursor:pointer;z-index:2;accent-color:#16A34A;background:#ffffffe6;border-radius:3px}.cc-photo-cell .cc-photo-badge-local{position:absolute;bottom:4px;left:4px;right:4px;background:#111827d9;color:#fbbf24;font-size:.65rem;font-weight:700;text-align:center;padding:2px 4px;border-radius:4px;letter-spacing:.02em;opacity:0;transition:opacity .15s;pointer-events:none}.cc-photo-cell.is-local .cc-photo-badge-local{opacity:1}.cc-photo-cell.is-local img{opacity:.65;filter:grayscale(.3)}.cc-photo-cell.is-local{border-color:#ca8a04}.maint-loading{text-align:center;padding:40px;color:var(--ink-soft)}.maint-container{padding:20px;max-width:800px;margin:0 auto}.maint-header-row{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.maint-title{margin:0;display:flex;align-items:center;gap:8px}.maint-warning-banner{background:#fef2f2;border:1px solid #FCA5A5;color:#991b1b;padding:15px;border-radius:12px;margin-bottom:20px;display:flex;align-items:center;gap:15px}.maint-section{margin-bottom:30px;border:1px solid var(--line);border-radius:16px;overflow:hidden}.maint-section-header{background:var(--surface-muted);padding:15px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.maint-section-title{margin:0;color:var(--ink);display:flex;align-items:center;gap:8px}.maint-section-body{background:var(--surface);max-height:250px;overflow-y:auto}.maint-item{padding:12px 15px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.maint-item-faded{opacity:.6}.maint-item-name{font-weight:600;color:var(--ink)}.maint-item-meta{font-size:.75rem;color:var(--ink-soft)}.maint-item-actions{display:flex;gap:8px}.maint-btn-restore{background:#f0fdf4;color:#166534;border:1px solid #86EFAC;padding:6px;border-radius:6px;cursor:pointer}.maint-btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #FECACA;padding:6px;border-radius:6px;cursor:pointer;flex-shrink:0}.maint-dupes-section{margin-bottom:30px}.maint-dupes-title{color:#dc2626;display:flex;align-items:center;gap:8px}.maint-dupes-desc{font-size:.9rem;color:var(--ink-soft);margin-bottom:15px}.maint-dupes-list{display:flex;flex-direction:column;gap:15px}.maint-dupe-group{border:1px solid #FECACA;background:#fef2f2;border-radius:12px;overflow:hidden}.maint-dupe-group-header{padding:10px 15px;background:#fee2e2;color:#991b1b;font-weight:700;font-size:.85rem}.maint-dupe-group-body{display:flex;flex-direction:column}.maint-circuit-suspect{background:#fffc}.maint-ok-banner{margin-bottom:30px;padding:20px;background:#f0fdf4;border:1px solid #86EFAC;border-radius:12px;color:#166534;display:flex;align-items:center;gap:10px}.maint-all-section{margin-top:30px;border-top:1px solid var(--line);padding-top:20px}.maint-all-title{margin-bottom:15px;display:flex;align-items:center;gap:8px}.maint-all-body{background:var(--surface);border:1px solid var(--line);border-radius:12px;max-height:400px;overflow-y:auto}.maint-circuit-row{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-bottom:1px solid var(--line)}.maint-circuit-info{display:flex;flex-direction:column;gap:2px;overflow:hidden}.maint-circuit-name{font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.maint-circuit-meta{font-size:.75rem;color:var(--ink-soft);font-family:monospace;display:flex;align-items:center;gap:6px}.maint-circuit-dist{opacity:.5}.maint-welcome{padding:40px;text-align:center}.maint-welcome-icon{margin-bottom:20px;font-size:3rem;color:var(--ink-soft);opacity:.2}.maint-welcome-title{margin-bottom:10px}.maint-welcome-desc{color:var(--ink-soft);max-width:500px;margin:0 auto 30px}.maint-start-btn{padding:12px 24px;font-size:1rem}.admin-form-body{text-align:left;overflow-y:auto;padding-right:5px;white-space:normal!important}.admin-form-body p{margin-bottom:15px;font-size:.9em;color:var(--ink-soft)}.admin-form-label{display:block;margin-bottom:5px;font-weight:600}.admin-form-input{width:100%;padding:8px;border:1px solid var(--line);border-radius:6px;margin-bottom:15px;box-sizing:border-box}.admin-form-status{margin-top:10px;font-size:.9em;color:var(--danger)}.admin-form-status--info{color:var(--primary)}.admin-file-warning-body{text-align:left;color:var(--ink)}.admin-file-warning-body p{margin-bottom:10px}.admin-file-warning-danger{font-size:.9em;color:var(--danger)}.admin-file-warning-body .admin-upload-loading{text-align:center;padding:20px}.admin-upload-loading .lucide{width:32px;height:32px}.fusion-standalone-poi-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.fusion-standalone-label{font-size:11px;color:var(--ink-light);font-weight:600}.fusion-standalone-badge-key{min-width:60px;text-align:center}.fusion-standalone-del-warning{background:#fef2f2;color:#991b1b}.fusion-standalone-error-icon{width:48px;height:48px;color:var(--danger)}.poi-name-row{display:flex;justify-content:space-between;align-items:center}.icon-xs{width:12px;height:12px}.icon-sm-14{width:14px;height:14px}.icon-24{width:24px;height:24px}.mobile-circuits-header{justify-content:space-between;align-items:center;padding:0 8px}.mobile-circuits-center{flex:1;display:flex;flex-direction:column;align-items:center;gap:1px}.mobile-circuits-center h1{margin:0}.mobile-circuits-center .mobile-page-info{font-size:.75rem;color:var(--ink-soft)}.mobile-pagination-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;flex-shrink:0}.mobile-pagination-btn:disabled{opacity:.25;pointer-events:none}.mobile-page-info{font-size:14px;font-weight:600;color:var(--ink);min-width:30px;text-align:center}.mobile-circuit-card-wrapper{display:flex;align-items:center;gap:5px;margin-bottom:8px}.mobile-circuit-info{display:flex;flex-direction:column;flex:1;min-width:0;margin-right:4px}.mobile-circuit-name-row{display:flex;align-items:center;width:100%;min-width:0;overflow:hidden}.mobile-circuit-name{font-size:16px;color:var(--ink);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;flex:1;min-width:0;font-weight:400}.mobile-circuit-name--official{font-weight:700}.mobile-circuit-right{display:flex;align-items:center;flex-shrink:0;align-self:center;height:100%}.mobile-check-btn.done{color:var(--ok)}.mobile-check-btn.todo{color:var(--line)}.mobile-status-badge{font-size:12px;color:var(--ink-soft);font-weight:600;background:var(--surface-muted);padding:2px 6px;border-radius:4px}.icon-official-star{color:var(--brand);width:14px;height:14px;margin-left:5px;fill:var(--brand)}.icon-tested{color:#2e7d32;fill:#2e7d32}.icon-utensils-meta{width:14px;height:14px;margin-left:4px;vertical-align:text-bottom}.icon-map-meta{width:14px;height:14px;margin:0 4px}.icon-check-visited{width:20px;height:20px;margin-left:5px;color:var(--ok);stroke-width:3}.mobile-poi-header{flex-shrink:0;display:flex;align-items:center}.mobile-poi-header-inner{display:flex;align-items:center;flex:1;min-width:0}.mobile-poi-header-inner h1{flex:1;text-align:center;margin:0}.mobile-back-btn-phantom{width:36px;height:36px;flex-shrink:0}.mobile-back-btn{flex-shrink:0;margin-right:10px}.mobile-toggle-tested-btn{flex-shrink:0;width:36px;height:36px;border:none;border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--ink-soft);transition:color .2s,background .2s}.mobile-toggle-tested-btn:hover{background:var(--surface-muted);color:var(--ink)}.mobile-toggle-tested-btn.tested{color:#2e7d32}.mobile-toggle-tested-btn .lucide{width:18px;height:18px}.mobile-poi-title{margin:0;font-size:18px;font-weight:700;min-width:0;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.mobile-poi-icon--visited{color:var(--ok);display:flex;align-items:center}.mobile-poi-icon--unvisited{color:var(--brand);display:flex;align-items:center}.mobile-poi-icon-wrapper{display:flex;align-items:center;gap:10px}.mobile-poi-footer{flex-shrink:0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background-color:var(--surface);z-index:10;display:flex;flex-direction:row;gap:8px}.btn-share-circuit-mobile{flex:1;padding:11px 8px;border-radius:10px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:6px;cursor:pointer;font-size:14px;transition:all .2s;background-color:var(--surface);color:var(--brand);border:2px solid var(--brand)}.btn-download-gpx-mobile{flex-shrink:0;padding:11px 14px;border-radius:10px;font-weight:500;display:flex;justify-content:center;align-items:center;gap:6px;font-size:14px;transition:all .2s;background-color:var(--surface-muted);color:var(--ink-soft);border:1px solid var(--line);text-decoration:none}.mobile-zone-btn-inner{flex:1}.mobile-zone-btn-count{font-weight:700;color:var(--ink-soft)}.mobile-zone-btn--active{border:2px solid var(--brand)}.mobile-search-result-icon{color:var(--brand);display:flex;align-items:center;margin-right:16px}.mobile-menu-admin-header{padding:10px 20px;font-weight:700;color:var(--brand);font-size:.85em;text-transform:uppercase}.mobile-menu-brand-item{color:var(--brand)}.mobile-menu-brand-item span{color:var(--brand);font-weight:600}.mobile-admin-login-btn--admin{color:var(--danger)}.mobile-admin-login-btn--normal{color:var(--ink)}.mobile-version-footer{text-align:center;color:var(--ink-soft);font-size:12px;margin-top:20px;padding-bottom:100px}.app-share-qr-container{display:flex;flex-direction:column;align-items:center;gap:15px}.app-share-qr-text{text-align:center;color:var(--ink)}.app-share-qr-img{width:200px;height:200px;border-radius:12px;border:1px solid var(--line)}.app-share-qr-url{font-size:12px;color:var(--brand);word-break:break-all;text-align:center}@keyframes mobileViewEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}#mobile-main-container.view-enter{animation:mobileViewEnter .18s ease-out both}#welcome-overlay{position:fixed;inset:0;z-index:99999;background:#0000008c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;padding:16px}#welcome-overlay.welcome-visible{opacity:1}#welcome-overlay.welcome-fadeout{opacity:0;pointer-events:none}.welcome-modal{background:var(--surface);border-radius:20px;width:100%;max-width:520px;padding:32px 24px 24px;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 20px 60px #0000004d;max-height:calc(100vh - 32px);overflow-y:auto}.welcome-modal-title{font-size:1.4rem;font-weight:700;color:var(--ink);margin:0 0 4px;text-align:center}.welcome-modal-subtitle{font-size:.9rem;color:var(--ink-soft);margin:0 0 16px;text-align:center}.welcome-cards{display:flex;flex-direction:column;gap:10px;width:100%}.welcome-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface-muted);border:2px solid transparent;border-radius:14px;cursor:pointer;text-align:left;width:100%;transition:border-color .15s,background .15s,transform .1s;font-family:inherit}.welcome-card:hover{border-color:var(--brand);background:var(--surface)}.welcome-card:active{transform:scale(.99)}.welcome-card:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.welcome-card-icon{flex-shrink:0;width:64px;height:48px;display:flex;align-items:center;justify-content:center}.welcome-card-icon svg{width:100%;height:100%}.welcome-card-content{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.welcome-card-title{font-size:1rem;font-weight:600;color:var(--ink);line-height:1.3}.welcome-card-subtitle{font-size:.85rem;color:var(--ink-soft);line-height:1.4}.welcome-btn-skip{background:none;border:none;color:var(--ink-soft);font-size:.9rem;cursor:pointer;padding:10px 4px;margin-top:4px;font-family:inherit}.welcome-btn-skip:hover{color:var(--ink)}.welcome-btn-skip:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}.info-popover{width:320px;max-width:calc(100vw - 16px);background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 32px #0000002e;z-index:9999;padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px;font-size:.9rem;color:var(--ink)}.info-popover-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.info-popover-title{font-weight:700;font-size:1rem}.info-popover-close{background:none;border:none;color:var(--ink-soft);cursor:pointer;font-size:1.4rem;line-height:1;padding:0 4px;font-family:inherit}.info-popover-close:hover{color:var(--ink)}.info-popover-section{display:flex;flex-direction:column;gap:10px}.info-popover-section-title{font-size:.8rem;font-weight:600;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em}.info-popover-legend-item{display:flex;align-items:flex-start;gap:10px}.info-popover-legend-item .legend-line-sample{margin-top:8px}.info-popover-legend-text{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.info-popover-legend-label{font-weight:700;color:var(--ink);font-size:.9rem;line-height:1.3}.info-popover-legend-desc{font-size:.82rem;color:var(--ink-soft);line-height:1.4}.info-popover-divider{height:1px;background:var(--line);margin:4px 0}.info-popover-btn-tour{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 14px;background:var(--brand);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .15s;font-family:inherit}.info-popover-btn-tour:hover{opacity:.88}.info-popover-btn-tour:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.m-top{flex-shrink:0;padding:10px 12px;background:#fff;border-bottom:1px solid var(--surface-muted);display:flex;align-items:center;gap:8px;min-height:54px}.m-top-back{width:38px;height:38px;border-radius:11px;background:var(--surface-muted);border:0;cursor:pointer;display:grid;place-items:center;color:var(--ink);flex-shrink:0}.m-top-back svg{width:18px;height:18px}.m-top-title{flex:1;font-size:16px;font-weight:700;color:var(--ink);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.005em}.m-sticky-bar{flex-shrink:0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--surface-muted);box-shadow:0 -8px 20px -12px #142a432e}:root{--bg-parchment: var(--surface-muted, #f4ecd8);--accent-copper: var(--brand, #b87333);--text-dark: var(--ink, #2c2c2c);--progress-bg: var(--line, rgba(0, 0, 0, .1))}#explorer-card-root{white-space:normal}.explorer-card{width:340px;height:215px;background:var(--bg-parchment);border-radius:12px;padding:12px 16px;box-shadow:0 4px 15px #00000026;color:var(--text-dark);position:relative;border:1px solid var(--line, #e2d1a8);display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;box-sizing:border-box;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:0;height:60px}.avatar{width:50px;height:50px;min-width:50px;border-radius:50%;background:var(--bg-parchment);border:2px solid var(--accent-copper);overflow:hidden;display:flex;align-items:center;justify-content:center}.avatar svg{width:60%;height:60%;stroke:var(--accent-copper);stroke-width:1.5}.title-area{flex-grow:1}.title-area h2{margin:0;font-family:Georgia,serif;letter-spacing:.5px;text-transform:uppercase;font-size:1.1rem;line-height:1.1;color:var(--text-dark)}.global-rank{font-style:italic;font-size:.75rem;color:var(--text-dark);opacity:.65;margin-top:2px}.stats-container{flex-grow:1;display:flex;flex-direction:column;justify-content:center;gap:8px}.stat-group{margin-bottom:0}.stat-label{display:flex;justify-content:space-between;font-size:.65rem;font-weight:700;margin-bottom:2px;text-transform:uppercase;color:var(--text-dark)}.progress-bar-container{width:100%;height:6px;background:var(--progress-bg);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--accent-copper);transition:width .5s ease-in-out}.next-goal{font-size:.6rem;color:var(--text-dark);opacity:.55;margin-top:1px;text-align:right;display:none}.footer-stats{display:flex;justify-content:space-between;border-top:1px solid var(--line, rgba(0,0,0,.1));padding-top:8px;font-size:.7rem;margin-top:4px;color:var(--text-dark)}.card-actions{margin-top:20px;display:flex;justify-content:center}.action-btn-print{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--bg-parchment, #fff);border:1px solid var(--line, #ddd);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;color:var(--text-dark, #333);box-shadow:0 2px 4px #0000000d}.action-btn-print:hover{background:var(--surface-muted, #f9f9f9);transform:translateY(-1px)}body.explorer-card-print-body{margin:0;padding:0;display:flex;align-items:center;justify-content:center;height:100vh;-webkit-print-color-adjust:exact;print-color-adjust:exact;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body.explorer-card-print-body .explorer-card{box-shadow:none;border:1px solid #ccc}@page{size:A4;margin:0}.hw-filter-panel{position:absolute;top:12px;left:60px;bottom:12px;width:340px;max-height:calc(100% - 24px);background:var(--surface);color:var(--ink);border-radius:14px;border:1px solid var(--line);box-shadow:0 18px 40px #020c1b2e,0 4px 12px #020c1b14;overflow:hidden;display:none;flex-direction:column;z-index:1000;font-family:system-ui,-apple-system,sans-serif;transform:translate(-12px);opacity:0;transition:transform .18s ease,opacity .18s ease}.hw-filter-panel.is-open{display:flex;transform:translate(0);opacity:1}.hw-fp-header{display:flex;align-items:center;gap:10px;padding:14px 14px 12px;border-bottom:1px solid var(--line)}.hw-fp-header-icon{width:32px;height:32px;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;flex-shrink:0}.hw-fp-header-icon svg{width:18px;height:18px}.hw-fp-header-text{flex-grow:1;min-width:0}.hw-fp-title{font-size:16px;font-weight:700;line-height:1.1;margin:0}.hw-fp-subtitle{font-size:12px;color:var(--ink-soft);margin-top:2px}.hw-fp-close{width:32px;height:32px;border-radius:8px;border:1px solid var(--line);background:var(--surface);cursor:pointer;display:grid;place-items:center;color:var(--ink-soft);flex-shrink:0;padding:0}.hw-fp-close:hover{background:var(--surface-muted)}.hw-fp-close svg{width:16px;height:16px}.hw-fp-body{overflow-y:auto;flex-grow:1}.hw-fp-section{border-bottom:1px solid var(--line)}.hw-fp-section-header{display:flex;align-items:center;gap:8px;padding:12px 14px;cursor:pointer;-webkit-user-select:none;user-select:none;background:transparent;border:0;width:100%;text-align:left;font:inherit;color:inherit}.hw-fp-section-header:hover{background:var(--surface-muted)}.hw-fp-chevron{color:var(--ink-soft);display:grid;place-items:center;transform:rotate(0);transition:transform .15s;flex-shrink:0}.hw-fp-chevron svg{width:16px;height:16px}.hw-fp-section.is-collapsed .hw-fp-chevron{transform:rotate(-90deg)}.hw-fp-section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--ink);flex-grow:1}.hw-fp-section.is-active .hw-fp-section-title{color:var(--ink)}.hw-fp-section-badge-active{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#fff;background:var(--brand);padding:3px 8px;border-radius:999px}.hw-fp-section-badge-info{font-size:11px;font-weight:600;color:var(--ink-soft);background:var(--surface-muted);padding:3px 8px;border-radius:999px}.hw-fp-section-content{padding:0 14px 14px}.hw-fp-section.is-collapsed .hw-fp-section-content{display:none}.hw-fp-select{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;border:1px solid var(--line);background:var(--surface);cursor:pointer;font:inherit;text-align:left;font-size:14px;color:var(--ink);position:relative}.hw-fp-select:hover{background:var(--surface-muted)}.hw-fp-select-icon{color:var(--ink-soft);flex-shrink:0}.hw-fp-select-icon svg{width:16px;height:16px}.hw-fp-select-value{flex-grow:1}.hw-fp-select-value-count{color:var(--ink-soft);margin-left:6px}.hw-fp-zones-list{margin-top:8px;border:1px solid var(--line);border-radius:10px;overflow:hidden;max-height:280px;overflow-y:auto;display:none}.hw-fp-zones-list.is-open{display:block}.hw-fp-zone-btn{display:flex;align-items:center;width:100%;padding:9px 12px;border:0;background:var(--surface);cursor:pointer;font:inherit;font-size:14px;color:var(--ink);text-align:left;border-bottom:1px solid var(--line)}.hw-fp-zone-btn:last-child{border-bottom:none}.hw-fp-zone-btn:hover{background:var(--surface-muted)}.hw-fp-zone-btn.is-current{background:var(--brand-soft);font-weight:600}.hw-fp-zone-count{margin-left:auto;color:var(--ink-soft);font-size:12px}.hw-fp-checklist{display:block}.hw-fp-checkbox{display:flex;align-items:center;gap:10px;padding:7px 0;cursor:pointer;font-size:14px;-webkit-user-select:none;user-select:none}.hw-fp-checkbox input{position:absolute;opacity:0;pointer-events:none}.hw-fp-checkbox-box{width:18px;height:18px;border-radius:5px;border:1.5px solid var(--line);background:var(--surface);display:grid;place-items:center;flex-shrink:0;color:#fff;transition:all .12s}.hw-fp-checkbox-box svg{width:12px;height:12px;opacity:0}.hw-fp-checkbox.is-checked .hw-fp-checkbox-box{background:var(--brand);border-color:var(--brand)}.hw-fp-checkbox.is-checked .hw-fp-checkbox-box svg{opacity:1}.hw-fp-checkbox-label{flex-grow:1;color:var(--ink)}.hw-fp-checkbox.is-checked .hw-fp-checkbox-label{color:var(--ink)}.hw-fp-checkbox-count{color:var(--ink-soft);font-size:12px}.hw-fp-radio-wrapper{margin-bottom:12px}.hw-fp-radio-wrapper:last-child{margin-bottom:0}.hw-fp-radio-label{font-size:12px;font-weight:600;color:var(--ink-soft);margin-bottom:6px}.hw-fp-radio-group{display:flex;background:var(--surface-muted);padding:3px;border-radius:10px;gap:2px}.hw-fp-radio-btn{flex:1;padding:7px 8px;border-radius:8px;border:0;background:transparent;box-shadow:none;font-weight:500;font-size:13px;color:var(--ink-soft);cursor:pointer;font-family:inherit;transition:all .12s}.hw-fp-radio-btn.is-selected{background:var(--surface);box-shadow:0 1px 3px #00000014;font-weight:700;color:var(--ink)}.hw-fp-incontournable{margin-top:8px;padding:10px 12px;border-radius:10px;background:var(--surface-muted);border:1px solid transparent;display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .12s}.hw-fp-incontournable.is-checked{background:var(--hw-amber-soft);border-color:var(--warn)}.hw-fp-incontournable input{position:absolute;opacity:0;pointer-events:none}.hw-fp-incontournable .hw-fp-checkbox-box{border-color:var(--line)}.hw-fp-incontournable.is-checked .hw-fp-checkbox-box{background:var(--warn);border-color:var(--warn)}.hw-fp-incontournable-label{flex-grow:1;font-size:14px;font-weight:600;color:var(--ink);display:flex;align-items:center;gap:6px}.hw-fp-incontournable.is-checked .hw-fp-incontournable-label{color:var(--hw-amber)}.hw-fp-incontournable-label svg{width:14px;height:14px;flex-shrink:0}.hw-fp-footer{padding:12px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;background:var(--surface-muted);flex-shrink:0}.hw-fp-footer-status{font-size:12px;color:var(--ink-soft)}.hw-fp-reset-btn{padding:7px 12px;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-weight:600;font-size:13px;cursor:pointer;font-family:inherit}.hw-fp-reset-btn:hover:not(:disabled){background:var(--surface-muted)}.hw-fp-reset-btn:disabled{opacity:.6;color:var(--ink-soft);cursor:not-allowed}.hw-dest-selector{display:inline-flex;align-items:center;gap:10px;height:46px;padding:0 14px 0 12px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:#fff;cursor:pointer;font-family:inherit;transition:background .12s,border-color .12s}.hw-dest-selector:hover,.hw-dest-selector.is-open{background:#ffffff2e;border-color:#ffffff59}.hw-dest-selector-flag{display:grid;place-items:center;width:30px;height:30px;background:var(--brand);border-radius:8px;flex-shrink:0;font-size:18px}.hw-dest-selector-text{display:flex;flex-direction:column;text-align:left;line-height:1.1;min-width:0}.hw-dest-selector-overline{font-size:11px;opacity:.65;font-weight:500;letter-spacing:.4px;white-space:nowrap}.hw-dest-selector-name{font-size:17px;font-weight:700;white-space:nowrap}.hw-dest-selector-chevron{margin-left:4px;opacity:.85;transform:rotate(0);transition:transform .15s;flex-shrink:0}.hw-dest-selector.is-open .hw-dest-selector-chevron{transform:rotate(180deg)}.hw-dest-selector-chevron svg{width:18px;height:18px}.hw-topbar-filters-btn{position:relative}.hw-topbar-filters-btn.is-active{background:var(--brand);border-color:transparent}.hw-topbar-separator{width:1px;height:26px;background:#ffffff2e;flex-shrink:0}.hw-dest-menu{position:absolute;top:64px;left:16px;width:320px;background:var(--surface);color:var(--ink);border-radius:14px;border:1px solid var(--line);box-shadow:0 18px 40px #020c1b38,0 4px 12px #020c1b1a;overflow:hidden;z-index:1010;font-family:system-ui,-apple-system,sans-serif}.hw-dest-menu[hidden]{display:none}.hw-dest-menu-section-title{padding:10px 14px 8px;font-size:11px;font-weight:700;letter-spacing:.6px;color:var(--ink-soft);text-transform:uppercase}.hw-dest-menu-section-title.is-divided{padding-top:12px;padding-bottom:6px;border-top:1px solid var(--line);margin-top:4px}.hw-dest-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 14px;background:transparent;border:0;border-left:3px solid transparent;cursor:pointer;text-align:left;color:var(--ink);font-family:inherit;transition:background .12s}.hw-dest-item.is-active{background:var(--brand-soft);border-left-color:var(--brand)}.hw-dest-item:hover:not(.is-disabled):not(.is-active){background:var(--surface-muted)}.hw-dest-item.is-disabled{opacity:.55;cursor:not-allowed;padding:9px 14px}.hw-dest-item-flag{font-size:22px;flex-shrink:0}.hw-dest-item-icon{display:grid;place-items:center;width:28px;height:28px;background:var(--surface-muted);border-radius:8px;color:var(--ink-soft);flex-shrink:0}.hw-dest-item-icon svg{width:14px;height:14px}.hw-dest-item-info{display:flex;flex-direction:column;flex-grow:1;min-width:0}.hw-dest-item-name{font-size:15px;font-weight:700}.hw-dest-item.is-disabled .hw-dest-item-name{font-size:14px;font-weight:600;color:var(--ink)}.hw-dest-item-sub{font-size:12px;color:var(--ink-soft)}.hw-dest-item.is-disabled .hw-dest-item-sub{font-size:11px;color:var(--ink-soft)}.hw-dest-item-check{color:var(--brand);flex-shrink:0}.hw-dest-item-check svg{width:18px;height:18px}.hw-dest-item-badge{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--ink-soft);background:var(--surface-muted);padding:3px 7px;border-radius:999px;flex-shrink:0}.hw-dest-menu-footer{padding:10px 14px;font-size:12px;color:var(--ink-soft);background:var(--surface-muted);border-top:1px solid var(--line);display:flex;align-items:center;gap:8px}.hw-dest-menu-footer svg{width:14px;height:14px;flex-shrink:0}.hw-modal-overlay{position:fixed;inset:0;background:#0d3b6699;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:100000;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s}.hw-modal-overlay.is-active{opacity:1;visibility:visible}html[data-theme=desert] .hw-modal-overlay{background:#78350f8c}html[data-theme=oasis] .hw-modal-overlay{background:#0547378c}html[data-theme=night] .hw-modal-overlay{background:#020812b3}.hw-modal{background:var(--surface);color:var(--ink);border-radius:14px;box-shadow:0 30px 60px -10px #00000059,0 4px 12px #0000001f;display:flex;flex-direction:column;width:90%;max-height:90vh;overflow:hidden;font-family:Inter,system-ui,sans-serif;position:relative;transform:scale(.95);transition:transform .3s cubic-bezier(.2,.8,.3,1.1)}.hw-modal-overlay.is-active .hw-modal{transform:scale(1)}.hw-modal.is-sm{max-width:380px}.hw-modal.is-md{max-width:560px}.hw-modal.is-lg{max-width:800px}.hw-modal.is-xl{max-width:1200px;width:95%}.hw-modal-header{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.hw-modal-header .hw-modal-icon{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;flex-shrink:0;background:var(--brand-soft);color:var(--brand-2)}.hw-modal-header .hw-modal-icon svg{width:18px;height:18px}.hw-modal-header .hw-modal-title{flex:1;min-width:0;margin:0;font-size:20px;font-weight:700;letter-spacing:-.01em;line-height:1.2;color:var(--ink)}.hw-modal-close{width:32px;height:32px;border-radius:8px;border:0;background:transparent;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center;flex-shrink:0;transition:background .15s,color .15s;padding:0}.hw-modal-close:hover{background:var(--surface-muted);color:var(--ink)}.hw-modal-close svg{width:18px;height:18px}.hw-modal-subheader{flex-shrink:0;border-bottom:1px solid var(--line);background:var(--surface);padding:0 24px}@media(max-width:600px){.hw-modal-subheader{padding:0 18px}}.hw-modal-body{padding:20px 24px;overflow-y:auto;flex:1;min-height:0;max-height:70vh;font-size:14.5px;line-height:1.6;color:var(--ink);position:relative;scrollbar-width:thin;scrollbar-color:var(--line) transparent}.hw-modal-body::-webkit-scrollbar{width:6px}.hw-modal-body::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.hw-modal-body p{margin:0 0 12px;max-width:none;color:var(--ink)}.hw-modal-body p.muted{color:var(--ink-soft)}.hw-modal-body h3{margin:20px 0 8px;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--ink-soft);display:flex;align-items:center;gap:10px}.hw-modal-body h3:before{content:"";width:24px;height:1px;background:var(--line);flex-shrink:0}.hw-modal-body h3:first-child{margin-top:0}.hw-modal-body a{color:var(--brand-2);text-decoration:underline;text-underline-offset:2px}.hw-modal-body small{color:var(--ink-soft);font-size:12px}.hw-modal.is-sm .hw-modal-body{text-align:center;padding:24px 24px 20px}.hw-modal.is-sm .hw-modal-body p{margin:0 0 4px}.hw-modal.is-sm .hw-modal-body p:last-child{margin-bottom:0}@media(max-width:600px){.hw-modal-body{max-height:60vh;padding:16px 18px;font-size:13.5px}}.hw-modal:not(:has(.hw-modal-footer)) .hw-modal-body{padding-bottom:24px}.hw-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--line);background:var(--surface);flex-shrink:0}.hw-modal-footer.is-spread{justify-content:space-between}@media(max-width:600px){.hw-modal-footer{padding:12px 16px}.hw-modal-footer .hw-btn:only-child{width:100%;justify-content:center}}.hw-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:8px;font-family:Inter,sans-serif;font-size:13.5px;font-weight:600;letter-spacing:.005em;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.hw-btn svg{width:14px;height:14px}.hw-btn-primary{background:var(--cta-bg);color:var(--cta-fg);border-color:var(--cta-bg)}.hw-btn-primary:hover{filter:brightness(.94)}.hw-btn-ghost{background:transparent;color:var(--ink-soft);border-color:var(--line)}.hw-btn-ghost:hover{background:var(--surface-muted);color:var(--ink)}.hw-btn-secondary{background:var(--surface-muted);color:var(--ink);border-color:var(--line)}.hw-btn-secondary:hover{background:var(--line)}.hw-btn-danger{background:var(--danger-bg);color:var(--cta-fg);border-color:var(--danger-bg)}.hw-btn-danger:hover{filter:brightness(.94)}.hw-btn-link{background:transparent;color:var(--ink-soft);border-color:transparent;padding:9px 12px}.hw-btn-link:hover{color:var(--ink)}.hw-modal.is-danger .hw-modal-icon{background:#ef44441a;color:var(--danger)}html[data-theme=night] .hw-modal.is-danger .hw-modal-icon{background:#3b1a1a}.hw-modal.is-danger .hw-modal-title{color:var(--danger)}.hw-modal.is-success .hw-modal-icon{background:var(--ok-soft);color:var(--ok)}.hw-modal.is-success .hw-modal-title{color:var(--ok)}.hw-modal.is-loading .hw-modal-body:after{content:"";position:absolute;inset:0;background:#ffffffb3;z-index:5}html[data-theme=night] .hw-modal.is-loading .hw-modal-body:after{background:#1a2433bf}.hw-modal.is-loading .hw-modal-body .hw-loader{position:absolute;inset:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);font-weight:600}.hw-loader .spin{width:32px;height:32px;animation:hw-spin 1s linear infinite;color:var(--brand)}.hw-loader .spin svg{width:32px;height:32px}@keyframes hw-spin{to{transform:rotate(360deg)}}.hw-modal.is-loading .hw-modal-footer .hw-btn{opacity:.4;pointer-events:none}.hw-modal [hidden]{display:none!important}.hw-banner{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:8px;font-size:13px;line-height:1.5;margin:0 0 16px;border:1px solid transparent}.hw-banner svg{width:16px;height:16px;flex-shrink:0;margin-top:1px}.hw-banner b{font-weight:700}.hw-banner.is-error{background:#ef444414;border-color:var(--danger);color:var(--danger)}html[data-theme=night] .hw-banner.is-error{background:#3b1a1a}.hw-banner.is-success{background:var(--ok-soft);border-color:var(--ok);color:var(--ok)}.hw-banner.is-info{background:var(--brand-soft);border-color:var(--brand);color:var(--brand-2)}.hw-input{width:100%;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px;color:var(--ink);outline:none;transition:border-color .15s,box-shadow .15s}.hw-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.hw-section-card{background:var(--surface-muted);border-radius:10px;padding:12px 14px;margin:10px 0;font-size:13.5px}.hw-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.hw-row:last-child{border-bottom:0}.hw-row .icn{width:32px;height:32px;border-radius:8px;background:var(--surface-muted);display:grid;place-items:center;color:var(--ink-soft);flex-shrink:0}.hw-row .icn svg{width:15px;height:15px}.hw-row .lbl{flex:1;min-width:0}.hw-row .lbl b{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:1px}.hw-row .lbl span{font-size:12.5px;color:var(--ink-soft)}.hw-row .meta{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--ink-soft)}.hw-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:10px 0 16px}.hw-cluster-tag{display:inline-flex;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--ink-soft);padding:4px 8px;border-radius:5px;background:var(--surface-muted)}.hw-cluster-tag .dot{width:6px;height:6px;border-radius:50%;background:var(--brand)}.hw-mt-3{margin-top:12px}.hw-backup-intro{text-align:center;margin-bottom:16px}.hw-backup-option{width:100%;cursor:pointer;text-align:left;background:transparent;border:1px solid var(--line);border-radius:10px;padding:14px;margin-bottom:10px}.hw-backup-option:last-child{margin-bottom:0}.hw-backup-option .icn{width:40px;height:40px}.hw-backup-option.is-full .icn{background:var(--brand-soft);color:var(--brand-2)}.hw-backup-option.is-lite .icn{background:var(--ok-soft);color:var(--ok)}.hw-modal-overlay.is-photo-viewer,html[data-theme=desert] .hw-modal-overlay.is-photo-viewer,html[data-theme=oasis] .hw-modal-overlay.is-photo-viewer,html[data-theme=night] .hw-modal-overlay.is-photo-viewer{padding:0;background:#000000f2;backdrop-filter:none;-webkit-backdrop-filter:none}.hw-modal-overlay.is-photo-viewer .hw-modal{background:transparent;box-shadow:none;border-radius:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;display:flex;flex-direction:column}.hw-modal-overlay.is-photo-viewer .hw-modal-header{background:transparent;border-bottom:none;flex-shrink:0;color:#fff}.hw-modal-overlay.is-photo-viewer .hw-modal-title,.hw-modal-overlay.is-photo-viewer .hw-modal-close{color:#fff}.hw-modal-overlay.is-photo-viewer .hw-modal-close:hover{background:#ffffff26}.hw-modal-overlay.is-photo-viewer .hw-modal-body{background:transparent;padding:0;flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center}.hw-photo-viewer{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hw-photo-viewer-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;margin:auto}.hw-photo-viewer-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;cursor:pointer;padding:16px 20px;font-size:28px;font-weight:700;-webkit-user-select:none;user-select:none;transition:background .2s;z-index:1}.hw-photo-viewer-nav:hover{background:#000000d9}.hw-photo-viewer-nav.is-prev{left:12px;border-radius:0 4px 4px 0}.hw-photo-viewer-nav.is-next{right:12px;border-radius:4px 0 0 4px}@media(max-width:700px){.hw-photo-viewer-nav{padding:10px 14px;font-size:22px}.hw-photo-viewer-img{max-width:100vw}}#hw-boot-splash{position:fixed;inset:0;z-index:99999;background:var(--bg) url(/History-Walk-V1/splash-bg.webp) center/cover no-repeat;display:grid;place-items:center;transition:opacity .25s ease-out}html[hw-ready] #hw-boot-splash{opacity:0;pointer-events:none}.hw-boot-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.25);border-top-color:#fffffff2;border-radius:50%;opacity:0;animation:hw-boot-spin .9s linear infinite,hw-boot-fade-in .2s .2s forwards}@keyframes hw-boot-spin{to{transform:rotate(360deg)}}@keyframes hw-boot-fade-in{to{opacity:1}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}
