:root{--color-primary: #6366f1;--color-primary-hover: #4f46e5;--color-primary-light: rgba(99, 102, 241, .1);--color-secondary: #8b5cf6;--color-bg: #f4f5f7;--color-surface: #ffffff;--color-sidebar: #ffffff;--color-text: #1e1e2e;--color-text-muted: #6b7280;--color-border: #e5e7eb;--color-success: #10b981;--color-error: #ef4444;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .08);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--sidebar-width: 260px;--sidebar-width-collapsed: 56px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-family);font-size:14px;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}h1,h2,h3,h4{margin:0 0 .5rem;font-weight:600;letter-spacing:-.02em}h1{font-size:1.75rem}h2{font-size:1.375rem}h3{font-size:1.125rem}p{margin:0 0 1rem;color:var(--color-text-muted)}.app-shell{display:flex;min-height:100vh}.app-main{flex:1;display:flex;flex-direction:column;min-width:0;max-width:100%}.app-content{flex:1;padding:1.75rem 2rem}.auth-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#eef2ff 0%,#f4f5f7 50%,#faf5ff 100%)}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.app-footer{flex-shrink:0;padding:1rem 2rem;text-align:center;font-size:.8125rem;color:var(--color-text-muted);border-top:1px solid var(--color-border);background:var(--color-bg)}.app-footer p{margin:0}.sidebar{width:var(--sidebar-width);min-height:100vh;background:var(--color-sidebar);border-right:1px solid var(--color-border);display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh;transition:transform .2s ease,width .2s ease;z-index:2500}.sidebar-backdrop{display:none}@media (min-width: 1024px){.app-shell.sidebar-closed .sidebar{width:var(--sidebar-width-collapsed)}}@media (max-width: 1023px){.sidebar{position:fixed;left:0;top:0;width:min(var(--sidebar-width),88vw);box-shadow:var(--shadow-lg);transform:translate(-100%);transition:transform .2s ease,box-shadow .2s ease}.app-shell.sidebar-open .sidebar{transform:translate(0)}.app-main{margin-left:0;width:100%}.sidebar-backdrop{display:block;position:fixed;inset:0;z-index:2400;background:rgba(15,23,42,.45)}.app-shell.sidebar-closed .sidebar-backdrop{display:none}.topbar-menu-btn{display:inline-flex}.topbar{padding:.875rem 1rem;gap:.75rem}.topbar-title{font-size:1.0625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-content,.card{padding:1rem}.card-header-actions{flex-direction:column;align-items:stretch}.card-header-actions .btn,.card-header-actions .btn-sm{width:100%;justify-content:center}.card-header-actions>.voyage-tile-actions{width:100%;flex-wrap:wrap}.card-header-actions>.voyage-tile-actions .btn,.card-header-actions>.voyage-tile-actions .btn-sm{width:auto;flex:1 1 auto}.form-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:.75rem;margin-bottom:1rem}.stat-card{padding:1rem}.stat-card-value{font-size:1.375rem}.voyage-grid{grid-template-columns:1fr;gap:.875rem}.voyage-tile-image{height:120px}.voyage-tile-body{padding:.875rem 1rem 1rem}.voyage-tile-body h3{font-size:1rem}.home-stats-grid{margin-top:.5rem}}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem .75rem;border-bottom:1px solid var(--color-border);min-height:64px}.sidebar-brand-main{display:flex;align-items:center;gap:.75rem;min-width:0}.sidebar-collapsed .sidebar-brand{justify-content:center;padding:1rem .5rem}.sidebar-brand img{width:36px;height:36px;flex-shrink:0}.sidebar-brand span{font-size:1.125rem;font-weight:700;color:var(--color-text);letter-spacing:-.03em;white-space:nowrap}.sidebar-toggle-btn{flex-shrink:0}.sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto}.sidebar-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);padding:.75rem .75rem .375rem}.sidebar-subnav{display:flex;flex-direction:column;gap:.125rem;margin:0 0 .25rem .75rem;padding-left:.75rem;border-left:2px solid var(--color-border)}.sidebar-link-sub{padding-left:.875rem;font-size:.9375rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:var(--radius-sm);color:var(--color-text-muted);font-weight:500;transition:background .15s,color .15s}.sidebar-link:hover{background:var(--color-bg);color:var(--color-text)}.sidebar-link.active{background:var(--color-primary-light);color:var(--color-primary)}.sidebar-link span{line-height:1.2}.sidebar-link-admin span{font-family:Space Grotesk,Inter,sans-serif;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.8125rem}.sidebar-link svg{flex-shrink:0;opacity:.7}.sidebar-link.active svg{opacity:1}.sidebar-footer{padding:1rem .75rem 1.25rem;border-top:1px solid var(--color-border)}.sidebar-version{flex-shrink:0;display:block;margin-top:auto;padding:1rem .75rem;text-align:center;font-size:.8125rem;color:var(--color-text-muted);border-top:1px solid var(--color-border);text-decoration:none;transition:color .15s ease,background-color .15s ease}.sidebar-version:hover{color:var(--color-primary);background-color:var(--color-bg)}.version-list{display:flex;flex-direction:column;gap:1rem}.version-entry{padding:1rem 1.25rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.version-entry-current{border-color:var(--color-primary);box-shadow:0 0 0 1px color-mix(in srgb,var(--color-primary) 25%,transparent)}.version-entry-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.75rem}.version-entry-header h3{margin:0;font-size:1.0625rem}.version-badge{padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 12%,transparent)}.version-date{margin-left:auto;font-size:.875rem;color:var(--color-text-muted)}.version-changes{margin:0;padding-left:1.25rem;color:var(--color-text)}.version-changes li+li{margin-top:.35rem}.sidebar-user{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;margin-bottom:.5rem}.sidebar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.sidebar-user-info{min-width:0}.sidebar-user-name{font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:.75rem;color:var(--color-text-muted)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 2rem;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.topbar-left{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.topbar-heading{display:flex;flex-direction:column;gap:.25rem;min-width:0}.topbar-title{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;margin:0}.topbar-subtitle{margin:0;font-size:.875rem;font-weight:400;color:var(--color-text-muted);line-height:1.4}.topbar-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.topbar-menu-btn{display:none;flex-shrink:0}.topbar-user-menu{position:relative}.topbar-user{display:flex;align-items:center;gap:.625rem;padding:.375rem .625rem;border:none;border-radius:var(--radius-sm);background:transparent;text-decoration:none;color:inherit;font:inherit;cursor:pointer;transition:background .15s}.topbar-user:hover,.topbar-user.open{background:var(--color-bg)}.topbar-user-dropdown{position:absolute;top:calc(100% + .375rem);right:0;min-width:10rem;padding:.375rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);z-index:100}.topbar-user-dropdown-item{display:block;width:100%;padding:.5rem .75rem;border:none;border-radius:var(--radius-sm);background:none;text-align:left;text-decoration:none;color:inherit;font:inherit;cursor:pointer}.topbar-user-dropdown-item:hover{background:var(--color-bg)}.topbar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0;overflow:hidden}.topbar-avatar img{width:100%;height:100%;object-fit:cover}.topbar-user-info{display:flex;flex-direction:column;min-width:0}.topbar-user-name{font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-user-role{font-size:.75rem;color:var(--color-text-muted)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.5rem}.card-header{margin-bottom:1.25rem}.card-header h2{margin-bottom:.25rem}.card-header p{margin:0;font-size:.875rem}.card-narrow{max-width:440px}.card-form{max-width:560px}.card-header-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.card-header-with-back{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.card-header-with-back>div{min-width:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem;box-shadow:var(--shadow-sm)}.stat-card-label{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.375rem}.stat-card-value{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;color:var(--color-text)}.stat-card-value-wrap{display:flex;flex-direction:column;gap:.25rem}.stat-card-weekday{font-size:.8125rem;font-weight:500;color:var(--color-text-muted);text-transform:capitalize}.stat-card-icon{width:40px;height:40px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.stat-card-icon.purple{background:rgba(99,102,241,.12);color:var(--color-primary)}.stat-card-icon.green{background:rgba(16,185,129,.12);color:var(--color-success)}.stat-card-icon.orange{background:rgba(245,158,11,.12);color:#f59e0b}.stat-card-icon.blue{background:rgba(59,130,246,.12);color:#3b82f6}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8125rem;font-weight:500;color:var(--color-text);margin-bottom:.375rem}.form-control{width:100%;padding:.625rem .875rem;font-size:.875rem;font-family:inherit;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:border-color .15s,box-shadow .15s;outline:none}.form-control:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.form-control::placeholder{color:#9ca3af}.form-error{font-size:.75rem;color:var(--color-error);margin-top:.25rem}.form-hint{margin:.375rem 0 0;font-size:.8125rem;color:var(--color-text-muted)}.checkbox-label{display:flex;align-items:center;gap:.5rem;margin:.5rem 0;font-size:.875rem;color:var(--color-text-muted);cursor:pointer}.form-actions{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.125rem;font-size:.875rem;font-weight:500;font-family:inherit;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:background .15s,opacity .15s;text-decoration:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover);color:#fff}.btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover:not(:disabled){background:var(--color-bg)}.btn-danger{background:var(--color-error);color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626;color:#fff}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-ghost{background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border);padding:.5rem .875rem}.btn-ghost:hover:not(:disabled){background:var(--color-bg);color:var(--color-text)}.sidebar-footer .btn-ghost{width:100%;justify-content:flex-start;border:none;font-weight:500}.sidebar-footer .btn-ghost:hover:not(:disabled){background:var(--color-bg)}.btn-block{width:100%}.alert{padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;margin-top:1rem}.alert-error{background:rgba(239,68,68,.08);color:var(--color-error);border:1px solid rgba(239,68,68,.2)}.toast-stack{position:fixed;top:1.25rem;right:1.25rem;z-index:2000;display:flex;flex-direction:column;gap:.625rem;max-width:min(360px,calc(100vw - 2rem));pointer-events:none}.toast{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;border-radius:var(--radius-md);box-shadow:var(--shadow-md);font-size:.875rem;font-weight:500;pointer-events:auto;animation:toast-in .2s ease}.toast-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.toast-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.toast-close{border:none;background:transparent;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer;opacity:.7;padding:0}.toast-close:hover{opacity:1}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .toast-success{background:rgba(6,95,70,.25);color:#a7f3d0;border-color:#10b98159}[data-theme=dark] .toast-error{background:rgba(153,27,27,.25);color:#fecaca;border-color:#ef444459}.alert-success{background:rgba(16,185,129,.08);color:var(--color-success);border:1px solid rgba(16,185,129,.2)}.auth-card{width:100%;max-width:420px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2.5rem}.auth-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;text-align:center}.auth-brand img{width:48px;height:48px;margin-bottom:.75rem}.auth-brand h1{font-size:1.5rem;margin-bottom:.25rem}.auth-brand p{margin:0;font-size:.875rem}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:var(--color-text-muted)}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--color-text-muted);font-size:.8125rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.page-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;min-height:280px}.page-placeholder-icon{width:64px;height:64px;border-radius:var(--radius-md);background:var(--color-primary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.page-placeholder h2{margin-bottom:.5rem}.page-placeholder p{max-width:400px;margin:0}.voyage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.25rem}.voyage-tile{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface);box-shadow:var(--shadow-sm);transition:box-shadow .15s ease,transform .15s ease}.voyage-tile:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.voyage-tile-inactive{opacity:.72}.voyage-tile-inactive:hover{opacity:.88}.voyage-tile-image-wrap{position:relative}.voyage-tile-image{display:block;width:100%;height:160px;object-fit:cover}.voyage-tile-image-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(139,92,246,.12));color:var(--color-primary)}.voyage-tile-status{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:600;background:rgba(255,255,255,.92);color:var(--color-text);box-shadow:var(--shadow-sm)}.voyage-tile-status.status-planifie{color:#4f46e5}.voyage-tile-status.status-en-cours{color:#059669}.voyage-tile-status.status-termine{color:#6b7280}.voyage-tile-status.status-annule{color:#dc2626}.voyage-tile-etape-count{position:absolute;top:.75rem;right:.75rem;padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:600;background:rgba(255,255,255,.92);color:#4f46e5;box-shadow:var(--shadow-sm)}.voyage-tile-body{padding:1rem 1.125rem 1.125rem}.voyage-tile-body h3{margin-bottom:.375rem;font-size:1.0625rem}.voyage-tile-dates{margin:0 0 .5rem;font-size:.8125rem;color:var(--color-text-muted)}.voyage-tile-description{margin:0 0 .875rem;font-size:.875rem;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.voyage-tile-actions{display:flex;gap:.375rem;margin-top:.25rem;align-items:center}.voyage-tile-actions .btn-icon-danger{margin-left:auto}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;transition:background .15s,color .15s,border-color .15s;text-decoration:none}.btn-icon:hover{background:var(--color-bg);color:var(--color-text);border-color:var(--color-text-muted)}.btn-icon-danger:hover{background:rgba(239,68,68,.1);color:var(--color-error);border-color:var(--color-error)}.btn-icon-primary{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.btn-icon-primary:hover{background:var(--color-primary-hover, #4338ca);border-color:var(--color-primary-hover, #4338ca);color:#fff}.image-preview{margin-top:.75rem}.image-preview img{display:block;max-width:100%;max-height:200px;border-radius:var(--radius-sm);object-fit:cover}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border)}.pagination-info{font-size:.875rem;color:var(--color-text-muted)}.page-grid{display:grid;grid-template-columns:1fr 380px;gap:1.25rem;align-items:start}@media (max-width: 900px){.page-grid{grid-template-columns:1fr}}.etapes-page{display:flex;flex-direction:column;gap:1.25rem}.collapsible-card{padding:0;overflow:hidden}.collapsible-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 1.5rem;border:none;background:transparent;text-align:left;color:inherit;font:inherit;cursor:pointer;transition:background .15s}.collapsible-header:hover{background:var(--color-bg)}.collapsible-header .card-header{margin:0;flex:1;min-width:0}.collapsible-chevron{flex-shrink:0;color:var(--color-text-muted);transition:transform .2s ease}.collapsible-chevron.open{transform:rotate(180deg)}.collapsible-body{padding:0 1.5rem 1.5rem;border-top:1px solid var(--color-border)}.collapsible-body .search-form,.collapsible-body form{padding-top:1.25rem}.etape-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.etape-tile{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface);box-shadow:var(--shadow-sm);transition:box-shadow .15s ease,transform .15s ease}.etape-tile:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.etape-tile.type-activite{background:linear-gradient(180deg,rgba(16,185,129,.14) 0%,rgba(16,185,129,.06) 100%);border-color:#05966947}.etape-tile.type-restaurant{background:linear-gradient(180deg,rgba(245,158,11,.16) 0%,rgba(245,158,11,.07) 100%);border-color:#d9770647}.etape-tile.type-magasin{background:linear-gradient(180deg,rgba(99,102,241,.14) 0%,rgba(99,102,241,.06) 100%);border-color:#4f46e547}.etape-tile.type-hebergement{background:linear-gradient(180deg,rgba(20,184,166,.14) 0%,rgba(20,184,166,.06) 100%);border-color:#0d948847}.etape-tile-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.etape-tile-title-main{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;flex-wrap:wrap}.etape-tile-title-row h3{margin-bottom:0;flex:1;min-width:0}.card-header-title-with-icon{display:flex;align-items:center;gap:.625rem}.card-header-title-with-icon h2{margin:0}.page-title-icon{flex-shrink:0;color:var(--color-primary)}.classification-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin:.5rem 0}.classification-tag{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:600;background:rgba(99,102,241,.1);color:#4f46e5;border:1px solid rgba(99,102,241,.18)}.classification-picker{display:flex;flex-wrap:wrap;gap:.5rem .75rem}.classification-picker-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--color-text);cursor:pointer}.etape-time-tag{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:700;background:rgba(255,255,255,.94);color:#312e81;border:1px solid rgba(67,56,202,.35);box-shadow:0 1px 3px #0f172a24;flex-shrink:0;font-variant-numeric:tabular-nums}.etape-tile-title-actions{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.etape-tile-body .etape-tile-type{position:static;flex-shrink:0;background:rgba(255,255,255,.88)}.etape-tile-header,.etape-tile-image-wrap{position:relative}.etape-tile-image{display:block;width:100%;height:160px;object-fit:cover}.etape-tile-visual{display:flex;align-items:center;justify-content:center;height:160px;color:var(--color-primary)}.etape-tile-visual.type-activite{background:linear-gradient(135deg,rgba(16,185,129,.14),rgba(5,150,105,.1));color:#059669}.etape-tile-visual.type-restaurant{background:linear-gradient(135deg,rgba(245,158,11,.16),rgba(217,119,6,.1));color:#d97706}.etape-tile-visual.type-magasin{background:linear-gradient(135deg,rgba(99,102,241,.14),rgba(79,70,229,.1));color:#4f46e5}.etape-tile-visual.type-hebergement{background:linear-gradient(135deg,rgba(20,184,166,.14),rgba(13,148,136,.1));color:#0d9488}.etape-tile-type{position:absolute;top:.75rem;right:.75rem;padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:600;background:rgba(255,255,255,.92);box-shadow:var(--shadow-sm)}.etape-tile-type.type-activite{color:#059669}.etape-tile-type.type-restaurant{color:#d97706}.etape-tile-type.type-magasin{color:#4f46e5}.etape-tile-type.type-hebergement{color:#0d9488}.etape-tile-body{padding:1rem 1.125rem 1.125rem}.etape-tile-body h3{margin-bottom:.375rem;font-size:1.0625rem}.etape-tile-address{margin:0 0 .5rem;font-size:.8125rem;color:var(--color-text-muted)}.etape-address-row{display:flex;align-items:flex-start;gap:.35rem;flex-wrap:wrap;margin-bottom:.25rem}.etape-address-text{flex:1;min-width:0;margin:0}.etape-address-actions{display:inline-flex;gap:.25rem;flex-shrink:0}.etape-tile-description{margin:0 0 .5rem;font-size:.875rem;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.etape-description-btn{color:var(--color-text-muted)}.etape-description-btn:hover{color:var(--color-primary)}.modal-etape-item-title-row{display:flex;align-items:center;gap:.375rem}.etape-description-modal-body{max-height:min(60vh,28rem);overflow-y:auto}.etape-description-content{font-size:.9375rem;line-height:1.55;color:var(--color-text)}.etape-description-plain{margin:0;white-space:pre-wrap}.etape-description-content p:first-child{margin-top:0}.etape-description-content p:last-child{margin-bottom:0}.etape-tile-rating{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.25rem}.star-rating{display:inline-flex;align-items:center;gap:.125rem}.star-btn{display:inline-flex;padding:0;border:none;background:none;color:#d1d5db;cursor:pointer;line-height:0;transition:color .12s ease,transform .12s ease}.star-btn.filled{color:#f59e0b}.star-btn:hover{transform:scale(1.12)}.etape-tile-distance{font-size:.8125rem;color:var(--color-text-muted);white-space:nowrap}.etape-tile-images{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.etape-image-thumbs{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.etape-image-thumb-btn{display:inline-flex;padding:0;border:none;background:transparent;cursor:pointer;border-radius:var(--radius-sm)}.etape-image-thumb-btn:hover .etape-image-thumb,.etape-image-thumb-btn:focus-visible .etape-image-thumb{border-color:var(--color-primary);box-shadow:0 0 0 2px #6366f12e}.etape-image-thumb{display:block;width:2.5rem;height:2.5rem;border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--color-border)}.image-lightbox-backdrop{z-index:3200}.image-lightbox{position:relative;max-width:min(92vw,960px);max-height:calc(100vh - 2.5rem)}.image-lightbox img{display:block;max-width:100%;max-height:calc(100vh - 4rem);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.image-lightbox-close{position:absolute;top:-2.25rem;right:0;color:#fff}.image-lightbox-delete{position:absolute;top:.75rem;right:.75rem;background:rgba(255,255,255,.95)}.etape-upload-btn{display:inline-flex;align-items:center;padding:.375rem .625rem;border:1px dashed var(--color-border);border-radius:var(--radius-sm);font-size:.8125rem;color:var(--color-text-muted);cursor:pointer;transition:border-color .15s,color .15s}.etape-upload-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.etape-upload-btn input{display:none}.etape-empty{margin:0}.etape-list{list-style:none;margin:1rem 0 0;padding:0}.etape-item{display:flex;justify-content:space-between;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--color-border)}.admin-user-item{align-items:flex-start}.admin-user-main{flex:1;min-width:0}.admin-user-actions{display:flex;align-items:flex-start;gap:.5rem}.admin-user-role{min-width:220px}.admin-user-role .form-control{width:100%}.admin-user-role .meta{margin-top:.375rem}.admin-classification-create{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1.25rem}.admin-classification-create .form-group{flex:1;min-width:220px;margin-bottom:0}.admin-classification-item{align-items:flex-start}.admin-classification-main{flex:1;min-width:0}.admin-classification-actions{display:flex;align-items:center;gap:.5rem}.admin-tabs{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.25rem 1rem;border-bottom:1px solid var(--color-border)}.admin-tab{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);border-radius:999px;padding:.4rem .9rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.admin-tab:hover{color:var(--color-text)}.admin-tab.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.admin-tab-panel{padding:1.25rem}.admin-tab-intro{margin:0 0 1rem;color:var(--color-text-muted);font-size:.9375rem}.admin-import-section{margin-top:.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.admin-import-section h3{margin:0 0 .5rem}.admin-import-section-desc{margin:0 0 1rem}.admin-etapes-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.admin-etapes-import-label{position:relative;cursor:pointer;margin:0}.admin-etapes-import-label.disabled{opacity:.6;pointer-events:none}.admin-etapes-import-label input[type=file]{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.admin-etapes-result{margin-bottom:1rem}.admin-etapes-errors{margin:.5rem 0 0;padding-left:1.25rem;color:var(--color-text-muted);font-size:.875rem}.admin-etapes-format{margin-top:1rem}.etape-item:last-child{border-bottom:none}.badge{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;background:var(--color-primary-light);color:var(--color-primary)}.badge-done{background:rgba(16,185,129,.12);color:var(--color-success)}.voyage-etape-tile .etape-tile-media{position:relative}.voyage-etape-tile .etape-tile-media-placeholder{width:100%}.etape-tile-overlay{position:absolute;z-index:2}.etape-tile-overlay-tl{top:.625rem;left:.625rem}.etape-tile-overlay-tr{top:.625rem;right:.625rem}.voyage-etape-tile .etape-time-tag{background:rgba(255,255,255,.97);color:#1e1b4b;border-color:#312e8173;box-shadow:0 1px 4px #0f172a3d}.etape-tile-delete-btn{background:rgba(255,255,255,.95);color:var(--color-error);border-color:#ef444459;box-shadow:0 1px 4px #0f172a26}.etape-tile-delete-btn:hover{background:#fff;color:var(--color-error);border-color:var(--color-error)}.voyage-etape-tile{display:flex;flex-direction:column;height:100%}.voyage-etape-tile .etape-tile-body{display:flex;flex-direction:column;flex:1}.voyage-etape-tile .etape-tile-body-content{flex:1}.etape-tile-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--color-border)}.etape-tile-footer .opening-hours-wrap{margin-top:0}.etape-tile-footer .etape-complete-checkbox{margin-left:auto}.etape-complete-checkbox{margin:0;font-weight:500;color:var(--color-text)}.etape-tile-completed{opacity:.55}.etape-tile-completed:hover{opacity:.68}.etape-tile-completed .etape-complete-checkbox{color:var(--color-text-muted)}.voyage-completed-section{margin-top:.25rem}.voyage-completed-section h3{color:var(--color-success)}.meta-success{color:var(--color-success);font-weight:500}.opening-hours-wrap-header{display:inline-flex;align-items:center;gap:.35rem}.opening-hours-closed-badge{color:#dc2626;font-size:.8125rem;font-weight:600}.opening-hours-wrap{position:relative;display:inline-block;margin-top:.25rem}.opening-hours-link{background:none;border:none;padding:0;color:var(--color-primary);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.opening-hours-link:hover,.opening-hours-link:focus-visible{color:var(--color-primary-dark, #4338ca)}.voyage-etape-tile .opening-hours-tooltip{left:0;right:auto;bottom:calc(100% + .375rem);top:auto}.opening-hours-tooltip{display:none;position:absolute;left:0;bottom:calc(100% + .375rem);z-index:20;min-width:10rem;padding:.5rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);font-size:.75rem;line-height:1.45;color:var(--color-text)}.opening-hours-tooltip-line+.opening-hours-tooltip-line{margin-top:.125rem}.opening-hours-wrap:hover .opening-hours-tooltip,.opening-hours-wrap:focus-within .opening-hours-tooltip,.opening-hours-wrap.open .opening-hours-tooltip{display:block}.meta,.empty-msg{margin:.25rem 0 0;font-size:.8125rem;color:var(--color-text-muted)}.map-container-wrap{position:relative}.map-container{height:480px;border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}.map-legend{position:absolute;right:.75rem;bottom:.75rem;z-index:500;display:flex;flex-direction:column;gap:.375rem;padding:.5rem .75rem;border-radius:var(--radius-sm);background:rgba(255,255,255,.94);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);font-size:.8125rem;color:var(--color-text)}.map-legend-item{display:inline-flex;align-items:center;gap:.5rem}.map-legend-pin{width:12px;height:12px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #0f172a1f}.map-legend-pin-type-activite{background:#059669}.map-legend-pin-type-restaurant{background:#d97706}.map-legend-pin-type-magasin{background:#4f46e5}.map-legend-pin-type-hebergement{background:#0d9488}.map-legend-note{font-size:.75rem;color:var(--color-text-muted)}.map-legend-pin-mine{background:#6366f1}.map-legend-pin-other{background:#f59e0b}.map-legend-pin-active{background:#3b82f6}.map-legend-pin-done{background:#9ca3af}.map-legend-pin-nearby{background:#10b981}.voyage-visual-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1rem}.voyage-visual-scope{min-width:260px;margin:0}.voyage-visual-radius-hint{margin:0}.leaflet-tooltip.map-voyage-tooltip{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:0;color:var(--color-text)}.leaflet-tooltip.map-voyage-tooltip:before{border-top-color:var(--color-surface)}.map-voyage-tooltip-content{overflow:hidden;border-radius:var(--radius-md);min-width:180px;max-width:220px}.map-voyage-tooltip-body{padding:.5rem .65rem .65rem;display:flex;flex-direction:column;gap:.35rem}.map-voyage-tooltip-address{font-size:.75rem;color:var(--color-text-muted);line-height:1.35}.map-tooltip-add-btn{align-self:flex-end;width:1.75rem;height:1.75rem;border:none;border-radius:999px;background:var(--color-primary);color:#fff;font-size:1.1rem;line-height:1;font-weight:700;cursor:pointer;padding:0}.map-tooltip-add-btn:hover{filter:brightness(1.05)}.voyage-etapes-section{margin-bottom:1rem}.voyage-etapes-section-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.voyage-etapes-section-header h3{margin:0}.voyage-etape-global-type-filters,.modal-map-type-filters{display:block;margin-bottom:.75rem}.modal-map-type-filters .voyage-etape-type-filters{justify-content:flex-start}.map-voyage-tooltip-image{display:block;width:100%;height:110px;object-fit:cover}.map-voyage-tooltip-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:110px;background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(139,92,246,.12));color:var(--color-primary)}.map-voyage-tooltip-title{padding:.5rem .75rem .625rem;font-size:.875rem;font-weight:600;line-height:1.3}.filter-select{max-width:240px}.add-etape-card{margin-top:1.5rem;padding:1rem;background:var(--color-bg);border-radius:var(--radius-sm)}.voyage-etape-day-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.voyage-etape-day-header h3{margin:0}.voyage-etape-type-filters{display:flex;flex-wrap:wrap;gap:.35rem}.etape-type-filter-tag{border:1px solid currentColor;border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;cursor:pointer;background:transparent;opacity:.4;transition:opacity .15s ease,background .15s ease}.etape-type-filter-tag.active{opacity:1;background:rgba(0,0,0,.05)}.etape-type-filter-tag.type-activite{color:#059669}.etape-type-filter-tag.type-restaurant{color:#d97706}.etape-type-filter-tag.type-magasin{color:#4f46e5}.etape-type-filter-tag.type-hebergement{color:#0d9488}.voyage-achats-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.voyage-achats-section h3{margin-bottom:.75rem}.achat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.achat-item{display:flex;align-items:center;gap:.875rem;padding:.75rem 1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:opacity .15s ease}.achat-item-purchased{opacity:.72}.achat-item-check{flex:0 0 auto;margin:0}.achat-item-image-wrap{flex:0 0 56px}.achat-item-image{width:56px;height:56px;border-radius:var(--radius-sm);object-fit:cover;display:block}.achat-item-image-placeholder{display:flex;align-items:center;justify-content:center;background:var(--color-surface);color:var(--color-text-muted);border:1px dashed var(--color-border)}.achat-item-main{flex:1;min-width:0}.achat-item-main strong{display:block;margin-bottom:.125rem}.achat-item-name-done{text-decoration:line-through;color:var(--color-text-muted)}.achat-item-main .meta{margin:.125rem 0 0}.achat-item .btn-sm{margin-top:.375rem}.home-stats-grid{margin-top:1rem}.voyage-edit-layout{display:flex;flex-direction:column;gap:1.25rem;width:100%}.voyage-edit-form-card{max-width:none}.voyage-edit-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.5rem 2rem}.voyage-edit-form-media{flex:0 1 280px;min-width:min(100%,220px)}.voyage-edit-form-fields{flex:1 1 420px;min-width:min(100%,280px)}.voyage-edit-image-preview img{width:100%;max-height:320px;object-fit:cover}.modal-backdrop{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(15,23,42,.45)}.modal-card{width:min(100%,520px);max-height:calc(100vh - 2.5rem);overflow:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.modal-map-wrap{margin-top:.25rem}.modal-map-container{height:360px}.modal-card-wide{width:min(100%,720px)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem .75rem}.modal-header h3{margin:0}.modal-close{border:none;background:transparent;font-size:1.5rem;line-height:1;color:var(--color-text-muted);cursor:pointer;padding:.25rem .5rem}.modal-close:hover{color:var(--color-text)}.modal-tabs{display:flex;gap:.5rem;padding:0 1.25rem .75rem;border-bottom:1px solid var(--color-border)}.modal-tab{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);border-radius:999px;padding:.4rem .9rem;font-size:.875rem;cursor:pointer}.modal-tab.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.modal-body{padding:1.25rem}.modal-etape-list{margin-top:1rem}.modal-etape-item{align-items:center}.modal-etape-item-main{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.modal-etape-item-thumb{flex-shrink:0}.modal-etape-item-thumb img,.modal-etape-item-placeholder{width:3rem;height:3rem;border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--color-border)}.modal-etape-item-placeholder{display:flex;align-items:center;justify-content:center}.modal-etape-item-actions{display:flex;gap:.5rem;align-items:flex-start;flex-shrink:0}.modal-etape-planned-on{flex:1 1 240px;min-width:220px}.datetime-local-field{display:grid;gap:.35rem}.datetime-local-field-compact .form-hint{font-size:.75rem;line-height:1.35}.opening-hours-grid{display:grid;gap:.5rem}.opening-hours-row{display:grid;grid-template-columns:56px 1fr 1fr auto;gap:.5rem;align-items:center}.opening-hours-day-label{min-width:48px}.opening-hours-closed-label{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:.8125rem;white-space:nowrap;cursor:pointer}.profile-page{display:flex;flex-direction:column;gap:1.25rem}.profile-avatar-section{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.profile-avatar,.sidebar-avatar img{width:64px;height:64px;border-radius:50%;object-fit:cover}.profile-avatar,.sidebar-avatar{width:40px;height:40px;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-weight:600;overflow:hidden}.profile-avatar{width:64px;height:64px;font-size:1.25rem}.sidebar-avatar img{width:100%;height:100%}.theme-toggle-btn{flex-shrink:0}@media (max-width: 480px){.topbar-user-info,.topbar-subtitle{display:none}.auth-main{padding:1rem}.app-footer{padding:.875rem 1rem}.modal-backdrop{padding:.75rem}.modal-body{padding:1rem}.admin-tabs,.admin-tab-panel{padding-left:1rem;padding-right:1rem}.pagination{flex-wrap:wrap;gap:.5rem}}[data-theme=dark]{--color-bg: #111827;--color-surface: #1f2937;--color-sidebar: #1f2937;--color-text: #f3f4f6;--color-text-muted: #9ca3af;--color-border: #374151;--color-primary-light: rgba(99, 102, 241, .2);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .35)}[data-theme=dark] .topbar,[data-theme=dark] .sidebar{background:var(--color-surface)}.help-page{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:1.25rem;align-items:start}.help-toc{position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.help-toc h2{margin:0 0 .5rem;font-size:1.125rem}.help-toc-intro{margin:0 0 1rem;font-size:.875rem;color:var(--color-text-muted)}.help-toc-list,.help-toc-sublist{margin:0;padding-left:1.25rem}.help-toc-list>li+li{margin-top:.5rem}.help-toc-sublist{margin-top:.35rem;font-size:.875rem}.help-toc-sublist li+li{margin-top:.25rem}.help-toc a{color:var(--color-text);text-decoration:none}.help-toc a:hover{color:var(--color-primary);text-decoration:underline}.help-content{display:flex;flex-direction:column;gap:1rem;min-width:0}.help-section{scroll-margin-top:5rem}.help-section h2{margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.help-section h3{scroll-margin-top:5rem}.help-section h3{margin:1.25rem 0 .5rem;font-size:1rem}.help-section h3:first-of-type{margin-top:0}.help-section p,.help-section ul,.help-section dl{margin:0 0 .75rem}.help-section ul{padding-left:1.25rem}.help-section li+li{margin-top:.35rem}.help-dl dt{font-weight:600;margin-top:.75rem}.help-dl dt:first-child{margin-top:0}.help-dl dd{margin:.25rem 0 0;color:var(--color-text-muted)}.help-table{width:100%;border-collapse:collapse;margin:0 0 .75rem;font-size:.9375rem}.help-table th,.help-table td{padding:.5rem .75rem;border:1px solid var(--color-border);text-align:left}.help-table th{background:var(--color-bg);font-weight:600}.help-code{margin:0 0 .75rem;padding:.75rem 1rem;border-radius:var(--radius-sm);background:var(--color-bg);border:1px solid var(--color-border);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem;line-height:1.5;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.help-section code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.875em;padding:.1rem .35rem;border-radius:.25rem;background:var(--color-bg);border:1px solid var(--color-border)}@media (max-width: 900px){.help-page{grid-template-columns:1fr}.help-toc{position:static;max-height:none}}
