@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%;height:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;height:100%;min-height:100vh}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 1px #00000014}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:0 16px;height:60px}.header-spacer{height:60px}.header-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-img{width:38px;height:38px;border-radius:10px;object-fit:cover}.logo-text{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;color:#2d3748}.header-nav{display:none;align-items:center;gap:4px}.nav-item{position:relative;padding:8px 14px;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:600;color:#64748b;text-decoration:none;border-radius:8px;transition:color .2s,background .2s}.nav-item:hover{color:#334155;background:#f1f5f9}.nav-item.active{color:#059669}.nav-item.active:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:#059669;border-radius:2px}.nav-support{color:#059669}.nav-support:hover{background:#ecfdf5;color:#047857}.header-user{display:none}.user-zone{display:flex;align-items:center;gap:12px}.user-badge{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#06b6d4);display:flex;align-items:center;justify-content:center}.user-initial{color:#fff;font-weight:700;font-size:.95rem}.user-details{display:flex;flex-direction:column;line-height:1.2}.user-name{font-weight:700;font-size:.9rem;color:#334155}.user-xp{font-size:.8rem;color:#f59e0b;font-weight:600}.btn-logout{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fef2f2;border:none;border-radius:8px;color:#dc2626;cursor:pointer;transition:background .2s}.btn-logout:hover{background:#fee2e2}.auth-zone{display:flex;align-items:center;gap:8px}.btn-auth{padding:8px 16px;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .2s}.btn-login{color:#64748b}.btn-login:hover{color:#334155;background:#f1f5f9}.btn-register{color:#fff;background:#059669}.btn-register:hover{background:#047857}.burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none;cursor:pointer}.burger span{display:block;width:100%;height:2px;background:#334155;border-radius:2px;transition:all .3s}.burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;inset:60px 0 0;background:#fff;padding:16px;flex-direction:column;overflow-y:auto;transform:translate(100%);transition:transform .3s ease}.mobile-menu.open{display:flex;transform:translate(0)}.mobile-nav{display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #e2e8f0;padding-bottom:16px;margin-bottom:16px}.mobile-nav a{display:flex;align-items:center;gap:10px;padding:14px 16px;font-family:Nunito,sans-serif;font-size:1rem;font-weight:600;color:#475569;text-decoration:none;border-radius:12px;transition:background .2s}.mobile-nav a:hover,.mobile-nav a.active{background:#f1f5f9;color:#059669}.mobile-user{margin-top:auto;padding-top:16px}.mobile-user-info{display:flex;align-items:center;gap:12px;padding:16px;background:#f8fafc;border-radius:12px;margin-bottom:12px}.mobile-user-info .user-badge{width:44px;height:44px}.mobile-user-info .user-initial{font-size:1.1rem}.mobile-user-info .user-name{display:block;font-weight:700;color:#334155}.mobile-user-info .user-xp{font-size:.85rem;color:#f59e0b}.mobile-logout{width:100%;padding:14px;font-family:Nunito,sans-serif;font-size:1rem;font-weight:600;color:#dc2626;background:#fef2f2;border:none;border-radius:12px;cursor:pointer}.mobile-auth{display:flex;flex-direction:column;gap:10px}.btn-mobile-auth{display:block;padding:14px;font-family:Nunito,sans-serif;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;border-radius:12px;transition:background .2s}.btn-mobile-auth:not(.primary){color:#475569;background:#f1f5f9}.btn-mobile-auth.primary{color:#fff;background:#059669}@media(min-width:768px){.header-inner{padding:0 24px}.header-nav{display:flex}.header-user{display:block}.burger{display:none}.mobile-menu{display:none!important}}@media(min-width:1024px){.nav-item{padding:8px 18px}}:root{--orange-primary: #f5a623;--orange-dark: #e8780b;--green-primary: #48bb78;--green-dark: #38a169;--blue-primary: #4299e1;--purple-primary: #667eea;--text-dark: #2d3748;--text-gray: #718096;--bg-light: #f7fafc;--bg-cream: #fefcf3;--ot-primary: #667eea;--ot-secondary: #f59e0b}.home-page{min-height:100vh;background:var(--bg-light);font-family:Nunito,sans-serif}.hero-section{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;inset:0;background:linear-gradient(135deg,#f5a6231a,#48bb781a),url(https://images.unsplash.com/photo-1501555088652-021faa106b9b?w=1920&q=80) center/cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#ffffffe6,#ffffffb3,#f7fafc)}.hero-content{position:relative;z-index:10;text-align:center;max-width:800px;padding:2rem}.hero-title{font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--text-dark);margin-bottom:1rem}.hero-icon{display:inline-block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-subtitle{font-size:clamp(1rem,2vw,1.3rem);color:var(--text-gray);margin-bottom:2rem}.hero-stats{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--orange-primary),var(--orange-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.85rem;color:var(--text-gray);font-weight:600}.stat-divider{width:1px;height:40px;background:#e2e8f0}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--orange-primary),var(--orange-dark));text-decoration:none;border-radius:50px;box-shadow:0 4px 20px #f5a62366;transition:all .3s ease}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px #f5a62380}.features-section{padding:4rem 1.5rem;background:#fff}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.feature-card{text-align:center;padding:1.5rem;border-radius:16px;background:var(--bg-light);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000014}.feature-icon{font-size:2.5rem;margin-bottom:.75rem}.feature-card h3{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.feature-card p{font-size:.9rem;color:var(--text-gray)}.quetes-section{padding:0;position:relative}.search-bar-mobile{padding:1rem;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:60px;z-index:100}.search-row{display:flex;gap:.5rem;align-items:center}.search-input-wrapper{flex:1;position:relative}.search-input-wrapper .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:1rem}.search-input-wrapper input{width:100%;padding:.75rem .75rem .75rem 2.5rem;font-family:Nunito,sans-serif;font-size:.95rem;border:2px solid #e2e8f0;border-radius:10px;outline:none;transition:border-color .2s}.search-input-wrapper input:focus{border-color:var(--orange-primary)}.btn-geo,.btn-filters{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s;position:relative}.btn-geo:hover,.btn-filters:hover{background:#f7fafc}.btn-geo.active{background:var(--blue-primary);border-color:var(--blue-primary);color:#fff}.btn-filters.active{border-color:var(--orange-primary)}.filter-badge{position:absolute;top:-4px;right:-4px;width:12px;height:12px;background:var(--orange-primary);border-radius:50%;border:2px solid white}.geo-slider-row{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding:.5rem .75rem;background:#ebf8ff;border-radius:8px;font-size:.85rem;color:var(--blue-primary);font-weight:600}.geo-slider-row input{flex:1;-webkit-appearance:none;height:6px;background:#bee3f8;border-radius:3px}.geo-slider-row input::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:var(--blue-primary);border-radius:50%;cursor:pointer}.filters-panel{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding:.75rem;background:#f7fafc;border-radius:10px}.filters-panel select,.filters-panel input{padding:.6rem .75rem;font-family:Nunito,sans-serif;font-size:.9rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff}.btn-clear{padding:.6rem;font-family:Nunito,sans-serif;font-size:.85rem;font-weight:600;color:#e53e3e;background:#fff5f5;border:none;border-radius:8px;cursor:pointer}.results-row{margin-top:.5rem}.results-count{font-size:.85rem;color:var(--text-gray);font-weight:600}.mobile-toggle{display:none;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e2e8f0}.mobile-toggle button{flex:1;padding:.6rem;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:600;border:none;background:#f7fafc;color:var(--text-gray);cursor:pointer;transition:all .2s}.mobile-toggle button:first-child{border-radius:8px 0 0 8px}.mobile-toggle button:last-child{border-radius:0 8px 8px 0}.mobile-toggle button.active{background:var(--orange-primary);color:#fff}.main-content{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:var(--text-gray)}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:var(--orange-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.map-view{position:relative;height:600px}.main-map{height:100%;width:100%;z-index:1}.quest-marker{background:transparent;border:none}.quest-pin{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:1.5rem;background:#fff;border-radius:50%;box-shadow:0 2px 10px #0003;transition:all .2s ease;cursor:pointer}.quest-pin.selected{transform:scale(1.3);background:var(--orange-primary);box-shadow:0 4px 15px #f5a62380}.user-marker{background:transparent;border:none}.user-pin{font-size:1.8rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.bottom-sheet{position:absolute;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000026;transform:translateY(100%);transition:transform .3s ease;z-index:1000;max-height:70%;overflow-y:auto}.bottom-sheet.open{transform:translateY(0)}.bottom-sheet-handle{padding:12px;display:flex;justify-content:center;cursor:pointer}.handle-bar{width:40px;height:4px;background:#d1d5db;border-radius:2px}.bottom-sheet-content{padding:0 1rem 1.5rem}.sheet-header{display:flex;gap:1rem;margin-bottom:.75rem}.sheet-image{width:80px;height:80px;border-radius:12px;object-fit:cover}.sheet-image-placeholder{width:80px;height:80px;border-radius:12px;background:linear-gradient(135deg,#e2e8f0,#cbd5e0);display:flex;align-items:center;justify-content:center;font-size:2rem}.sheet-title-area{flex:1;display:flex;flex-direction:column;justify-content:center}.sheet-title-area h3{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem;line-height:1.2}.sheet-badge{display:inline-block;padding:.25rem .6rem;font-size:.75rem;font-weight:700;border-radius:20px;width:fit-content}.sheet-badge.facile{background:#48bb7826;color:var(--green-dark)}.sheet-badge.moyen{background:#f5a62326;color:var(--orange-dark)}.sheet-badge.difficile{background:#e53e3e26;color:#c53030}.sheet-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:var(--text-gray);margin-bottom:.75rem}.sheet-description{font-size:.9rem;color:var(--text-gray);line-height:1.5;margin-bottom:1rem}.sheet-cta{display:block;width:100%;padding:.9rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--orange-primary),var(--orange-dark));text-decoration:none;text-align:center;border-radius:12px;box-shadow:0 4px 15px #f5a6234d}.bottom-sheet-overlay{position:absolute;inset:0;background:#0000004d;z-index:999}.list-view{background:var(--bg-light);padding:1rem;overflow-y:auto;max-height:600px}.quetes-list{display:flex;flex-direction:column;gap:1rem}.quete-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;cursor:pointer;transition:all .2s;min-height:120px}.quete-card:hover{box-shadow:0 4px 15px #0000001a;transform:translate(4px)}.quete-card.selected{border:2px solid var(--orange-primary);box-shadow:0 4px 20px #f5a62340}.card-image{position:relative;width:120px;min-width:120px;min-height:120px;flex-shrink:0}.card-image img{width:100%;height:100%;object-fit:cover}.card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e0);font-size:2.5rem}.card-badge{position:absolute;top:.5rem;left:.5rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;border-radius:10px;color:#fff}.card-badge.facile{background:var(--green-primary)}.card-badge.moyen{background:var(--orange-primary)}.card-badge.difficile{background:#e53e3e}.card-content{flex:1;padding:.85rem;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.card-content h3{font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-meta{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.8rem;color:var(--text-gray);margin-bottom:.6rem}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.card-xp{font-size:.85rem;font-weight:700;color:var(--orange-primary)}.card-cta{padding:.5rem 1rem;font-size:.85rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--orange-primary),var(--orange-dark));text-decoration:none;border-radius:8px;transition:all .2s}.card-cta:hover{transform:translate(3px);box-shadow:0 3px 10px #f5a6234d}.no-results{text-align:center;padding:3rem 1rem;color:var(--text-gray)}.no-results span{font-size:3rem;opacity:.5}.no-results button{margin-top:1rem;padding:.75rem 1.5rem;font-family:Nunito,sans-serif;font-weight:600;color:#fff;background:var(--orange-primary);border:none;border-radius:10px;cursor:pointer}.cta-section{padding:4rem 1.5rem;background:linear-gradient(135deg,var(--green-primary),var(--green-dark))}.cta-content{max-width:600px;margin:0 auto;text-align:center;color:#fff}.cta-content h2{font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800;margin-bottom:.75rem}.cta-content p{font-size:1rem;opacity:.95;margin-bottom:1.5rem}.cta-button{display:inline-block;padding:.9rem 2rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;color:var(--green-dark);background:#fff;text-decoration:none;border-radius:50px;box-shadow:0 4px 20px #00000026;transition:all .3s ease}.cta-button:hover{transform:translateY(-3px)}.footer{padding:2.5rem 1.5rem;background:var(--text-dark);color:#fff}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.5rem}.footer-brand img{width:36px;height:36px;border-radius:8px}.footer-brand span{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem}.footer-copyright{font-size:.8rem;color:#ffffff80}@media(max-width:1024px){.hero-section,.features-section{display:none}.mobile-toggle{display:flex}.main-content{grid-template-columns:1fr}.map-view,.list-view{display:none}.map-view.visible,.list-view.visible{display:block}.map-view{height:calc(100vh - 200px);min-height:400px}.list-view{max-height:none;min-height:calc(100vh - 200px)}.cta-section,.footer{display:none}}@media(min-width:1025px){.search-bar-mobile{max-width:1400px;margin:0 auto;border-radius:0 0 16px 16px;box-shadow:0 2px 10px #0000000d}.search-row{max-width:600px}.mobile-toggle{display:none}.main-content{max-width:1400px;margin:1rem auto;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;grid-template-columns:1fr 400px}.map-view,.list-view{display:block!important}.map-view{border-radius:0;order:1}.list-view{border-left:1px solid #e2e8f0;order:2;max-height:600px;padding:1rem}.quete-card{flex-direction:column}.card-image{width:100%;height:140px;min-height:140px}.card-content{padding:1rem}.card-content h3{font-size:1.05rem}.bottom-sheet{display:none}}@media(max-width:380px){.search-row{flex-wrap:wrap}.search-input-wrapper{width:100%;order:1;margin-bottom:.5rem}.btn-geo,.btn-filters{flex:1;order:2}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.quete-play{height:100vh;display:flex;flex-direction:column;background:#1a1a2e;overflow:hidden}.loading-screen,.error-screen{display:flex;align-items:center;justify-content:center;height:100vh;background:#1a1a2e;color:#fff;font-size:1.5rem}.play-header{display:flex;align-items:center;padding:.75rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;z-index:100}.btn-pause{background:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.2rem;cursor:pointer;margin-right:1rem}.header-info{flex:1}.header-info h2{margin:0;font-size:1rem;font-weight:600}.header-stats{display:flex;gap:.75rem;font-size:.85rem;opacity:.9;margin-top:.25rem}.navigation-bar{display:flex;align-items:center;padding:.75rem 1rem;background:#16213e;color:#fff;gap:1rem}.compass{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:transform .3s}.nav-info{flex:1;display:flex;flex-direction:column}.next-cp-name{font-weight:600;font-size:.95rem}.next-cp-distance{font-size:.85rem;opacity:.8}.btn-open-activity{background:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;font-weight:600;cursor:pointer;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.map-controls{position:absolute;bottom:20px;right:10px;z-index:1000;display:flex;flex-direction:column;gap:8px}.btn-center-map{width:44px;height:44px;background:#fff;border:2px solid rgba(0,0,0,.2);border-radius:8px;font-size:1.3rem;cursor:pointer;box-shadow:0 2px 6px #0003;display:flex;align-items:center;justify-content:center}.btn-center-map:hover{background:#f0f0f0}.btn-center-map:active{background:#e0e0e0}.map-wrapper{position:relative;flex:1}.play-map{height:100%;width:100%;z-index:1}.numbered-marker{background:transparent!important;border:none!important}.activity-panel{position:absolute;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;max-height:70vh;overflow-y:auto;z-index:200;box-shadow:0 -4px 20px #0003;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.activity-panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff}.activity-panel-header h3{margin:0;font-size:1.1rem;color:#333}.activity-progress{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem}.btn-skip{width:100%;padding:1rem;background:#f3f4f6;border:none;color:#666;font-size:1rem;cursor:pointer;border-top:1px solid #eee}.btn-skip:hover{background:#e5e7eb}.activity-container{padding:1.25rem}.activity-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.activity-icon{font-size:1.5rem}.activity-header h3{margin:0;font-size:1.1rem;color:#333}.activity-content{margin-bottom:1rem}.btn-activity-complete{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer}.story-text{font-size:1rem;line-height:1.7;color:#444;background:#f8f9fa;padding:1rem;border-radius:10px;border-left:4px solid #667eea}.qcm-question{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem}.qcm-responses{display:flex;flex-direction:column;gap:.5rem}.qcm-response{padding:.875rem 1rem;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:10px;text-align:left;font-size:1rem;cursor:pointer;transition:all .2s}.qcm-response:hover:not(:disabled){background:#e5e7eb;border-color:#667eea}.qcm-response.correct{background:#d1fae5;border-color:#10b981;color:#065f46}.qcm-response.incorrect{background:#fee2e2;border-color:#ef4444;color:#991b1b}.qcm-feedback{margin-top:1rem;padding:1rem;border-radius:10px}.qcm-feedback.success{background:#d1fae5;color:#065f46}.qcm-feedback.error{background:#fee2e2;color:#991b1b}.qcm-explication{margin-top:.5rem;font-size:.9rem;opacity:.9}.enigme-text{font-size:1.1rem;line-height:1.6;color:#333;padding:1rem;background:#fef3c7;border-radius:10px;border-left:4px solid #f59e0b}.btn-indice{margin-top:1rem;padding:.5rem 1rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-size:.9rem;cursor:pointer}.enigme-indice{margin-top:.75rem;padding:.75rem;background:#fffbeb;border-radius:8px;font-style:italic;color:#78350f}.enigme-input-group{display:flex;gap:.5rem;margin-top:1rem}.enigme-input{flex:1;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem}.enigme-input:focus{outline:none;border-color:#667eea}.btn-validate{padding:.875rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}.enigme-tentatives{margin-top:.5rem;font-size:.9rem;color:#ef4444}.enigme-feedback{margin-top:1rem;padding:1rem;border-radius:10px}.enigme-feedback.success{background:#d1fae5;color:#065f46}.defi-description{font-size:1.1rem;line-height:1.6;color:#333;padding:1rem;background:#ede9fe;border-radius:10px;border-left:4px solid #8b5cf6}.btn-start-defi{width:100%;margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer}.defi-active{margin-top:1rem;text-align:center}.defi-timer{margin-bottom:1rem}.timer-value{font-size:3rem;font-weight:700;color:#8b5cf6}.btn-capture,.btn-validate-defi{padding:1rem 2rem;background:#10b981;color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer}.defi-feedback,.photo-feedback{margin-top:1rem;padding:1rem;border-radius:10px;text-align:center;font-weight:600}.defi-feedback.success,.photo-feedback.success{background:#d1fae5;color:#065f46}.photo-indice{padding:.75rem;background:#dbeafe;border-radius:8px;color:#1e40af;margin-bottom:1rem}.photo-reference{margin-bottom:1rem}.photo-reference p{font-size:.9rem;color:#666;margin-bottom:.5rem}.photo-reference img{width:100%;max-height:200px;object-fit:cover;border-radius:10px}.no-activities{text-align:center;padding:2rem}.no-activities p{color:#666;margin-bottom:1rem}.btn-validate-cp{padding:1rem 2rem;background:#10b981;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:20px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.mode-selection{padding:1.5rem;text-align:center}.mode-selection h2{margin:0 0 1.5rem;font-size:1.5rem}.mode-options{display:flex;flex-direction:column;gap:1rem}.mode-card{padding:1.25rem;border:2px solid #e5e7eb;border-radius:15px;background:#fff;cursor:pointer;text-align:left;transition:all .2s}.mode-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.mode-card.aventure:hover{border-color:#667eea}.mode-card.decouverte:hover{border-color:#10b981}.mode-icon{font-size:2rem}.mode-card h3{margin:.5rem 0;font-size:1.2rem}.mode-card p{margin:0 0 .75rem;color:#666;font-size:.9rem}.mode-card ul{margin:0;padding-left:1.25rem;font-size:.85rem;color:#555}.mode-card li{margin-bottom:.25rem}.pause-modal{padding:1.5rem}.pause-modal h2{margin:0 0 1.5rem;text-align:center;font-size:1.5rem}.pause-stats{margin-bottom:1.5rem}.stat-group{margin-bottom:1.25rem;padding:1rem;background:#f8f9fa;border-radius:12px}.stat-group h3{margin:0 0 .75rem;font-size:.9rem;color:#666}.stat-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s}.current-cp-name{font-weight:600;color:#667eea;display:block;margin-bottom:.5rem}.next-activity{font-size:.9rem;color:#666;margin-top:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.mini-stat{text-align:center}.mini-stat-icon{display:block;font-size:1.5rem;margin-bottom:.25rem}.mini-stat-value{display:block;font-weight:700;font-size:1.1rem;color:#333}.mini-stat-label{font-size:.75rem;color:#666}.pause-actions{display:flex;flex-direction:column;gap:.75rem}.btn-resume{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer}.btn-quit{padding:1rem;background:#f3f4f6;color:#333;border:none;border-radius:12px;font-size:1rem;cursor:pointer}@media(max-width:480px){.header-stats{font-size:.75rem;gap:.5rem}.activity-panel{max-height:75vh}.stats-grid{grid-template-columns:repeat(2,1fr)}}.mes-quetes{min-height:100vh;background:#f5f7fa;padding-bottom:2rem}.page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.page-header h1{flex:1;margin:0;font-size:1.5rem}.btn-back{background:#fff3;border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:1rem}.btn-back:hover{background:#ffffff4d}.header-stats{display:flex;gap:.5rem}.stat-badge{background:#fff3;padding:.3rem .8rem;border-radius:20px;font-size:.85rem}.stat-badge.success{background:#48bb784d}.quetes-container{max-width:1200px;margin:0 auto;padding:1.5rem}.quetes-section{margin-bottom:2rem}.quetes-section h2{color:#333;margin-bottom:1rem;font-size:1.2rem}.quetes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.quete-card{background:#fff;border-radius:12px;padding:1.2rem;box-shadow:0 2px 8px #00000014;position:relative}.quete-card.completed{border-left:4px solid #48bb78}.quete-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.quete-header h3{margin:0;font-size:1.1rem;color:#667eea;flex:1}.btn-delete{background:none;border:none;cursor:pointer;font-size:1.2rem;opacity:.5;padding:.2rem}.btn-delete:hover{opacity:1}.quete-region{color:#666;font-size:.85rem;margin-bottom:1rem}.quete-stats{margin-bottom:1rem}.stat{margin-bottom:.5rem}.stat-label{font-size:.8rem;color:#666;display:block;margin-bottom:.2rem}.stat-value{font-weight:600;color:#333}.stat-row{display:flex;gap:1.5rem}.progress-bar{background:#e2e8f0;border-radius:10px;height:8px;overflow:hidden;margin:.3rem 0}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;border-radius:10px;transition:width .3s}.quete-actions{display:flex;gap:.5rem;margin-top:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;cursor:pointer;text-decoration:none;font-size:.9rem;flex:1;text-align:center}.btn-secondary{background:#f0f0f0;color:#333;border:none;padding:.6rem 1rem;border-radius:8px;cursor:pointer;text-decoration:none;font-size:.9rem;text-align:center}.btn-primary:hover{opacity:.9}.btn-secondary:hover{background:#e0e0e0}.badge.success{background:#c6f6d5;color:#276749;padding:.2rem .6rem;border-radius:12px;font-size:.8rem}.empty-state{text-align:center;padding:2rem;background:#fff;border-radius:12px}.empty-state p{color:#666;margin-bottom:1rem}.empty-message{color:#666;font-style:italic}.delete-modal{position:absolute;inset:0;background:#fffffff2;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.delete-modal p{margin:0 0 .5rem;font-weight:600}.delete-warning{color:#e53e3e;font-size:.85rem;font-weight:400!important}.delete-actions{display:flex;gap:.5rem;margin-top:1rem}.btn-danger{background:#e53e3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer}.btn-danger:hover{background:#c53030}.loading{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#666}@media(max-width:600px){.page-header{flex-direction:column;align-items:flex-start}.header-stats{width:100%}.quetes-grid{grid-template-columns:1fr}}:root{--primary: #667eea;--primary-dark: #5a67d8;--primary-light: #a3bffa;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--dark: #1f2937;--gray-900: #111827;--gray-800: #1f2937;--gray-700: #374151;--gray-600: #4b5563;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-300: #d1d5db;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--gray-50: #f9fafb;--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{box-sizing:border-box}.admin-quete-container{display:flex;height:100vh;background:var(--gray-100);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;overflow:hidden}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:8px;gap:8px;z-index:1000;box-shadow:0 -4px 20px #0000001a;border-top:1px solid var(--gray-200)}.mobile-nav-btn{flex:1;padding:12px 8px;border:none;background:var(--gray-100);border-radius:var(--radius-sm);font-size:12px;font-weight:600;color:var(--gray-600);cursor:pointer;transition:all .2s}.mobile-nav-btn.active{background:var(--primary);color:#fff}.mobile-nav-btn:disabled{opacity:.5;cursor:not-allowed}.admin-sidebar-left{width:340px;background:#fff;display:flex;flex-direction:column;border-right:1px solid var(--gray-200);overflow-y:auto}.sidebar-header{padding:20px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff}.sidebar-header h2{margin:0;font-size:20px;font-weight:700}.quetes-section{padding:16px;border-bottom:1px solid var(--gray-200)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-header h3{margin:0;font-size:14px;font-weight:600;color:var(--gray-700);text-transform:uppercase;letter-spacing:.5px}.badge-count{background:var(--primary);color:#fff;padding:2px 8px;border-radius:20px;font-size:12px;font-weight:600}.loading-spinner{text-align:center;padding:20px;color:var(--gray-500)}.empty-state{text-align:center;padding:20px;color:var(--gray-400);font-style:italic}.quetes-list{list-style:none;padding:0;margin:0 0 12px;max-height:250px;overflow-y:auto}.quete-item{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;margin-bottom:6px;background:var(--gray-50);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s;border:2px solid transparent}.quete-item:hover{background:var(--gray-100);transform:translate(4px)}.quete-item.active{background:#667eea1a;border-color:var(--primary)}.quete-item-content{display:flex;flex-direction:column;gap:4px;flex:1}.quete-title{font-weight:600;color:var(--gray-800);font-size:14px}.quete-status{font-size:11px;padding:2px 8px;border-radius:20px;font-weight:500;width:fit-content}.quete-status.publie{background:#10b9811a;color:var(--success)}.quete-status.brouillon{background:#f59e0b1a;color:var(--warning)}.quete-arrow{color:var(--gray-400);font-size:18px}.btn-new-quete{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;background:linear-gradient(135deg,var(--success),#059669);color:#fff;border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-new-quete:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.form-section{padding:16px;flex:1;overflow-y:auto}.form-content{display:flex;flex-direction:column;gap:14px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:12px;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.3px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.input-modern{padding:12px 14px;border:2px solid var(--gray-200);border-radius:var(--radius-sm);font-size:14px;transition:all .2s;background:#fff;width:100%}.input-modern:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #667eea1a}.input-modern::placeholder{color:var(--gray-400)}textarea.input-modern{resize:vertical;min-height:80px}.tags-grid{display:flex;flex-wrap:wrap;gap:6px}.tag-chip{padding:6px 12px;border:2px solid var(--gray-200);border-radius:20px;background:#fff;font-size:12px;cursor:pointer;transition:all .2s}.tag-chip:hover{transform:scale(1.05)}.tag-chip.active{border-color:var(--tag-color);background:color-mix(in srgb,var(--tag-color) 15%,white);font-weight:600}.stats-card{display:flex;justify-content:space-around;padding:16px;background:linear-gradient(135deg,var(--gray-800),var(--gray-900));border-radius:var(--radius);color:#fff}.stat-item{display:flex;flex-direction:column;align-items:center;gap:2px}.stat-value{font-size:24px;font-weight:700}.stat-label{font-size:11px;text-transform:uppercase;opacity:.7}.checkbox-modern{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:var(--gray-700)}.checkbox-modern input{width:20px;height:20px;accent-color:var(--primary)}.form-actions{display:flex;flex-direction:column;gap:10px;margin-top:10px}.btn-save{padding:14px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-save:disabled{opacity:.5;cursor:not-allowed}.btn-cancel{padding:12px;background:var(--gray-100);color:var(--gray-600);border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:var(--gray-200)}.admin-map-container{flex:1;position:relative;background:var(--gray-200)}.map-instruction{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:1000;display:flex;align-items:center;gap:8px;background:#fff;padding:12px 20px;border-radius:30px;box-shadow:var(--shadow-lg);font-size:14px;font-weight:500;color:var(--gray-700)}.instruction-icon{font-size:18px}.map-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--gray-100);z-index:500}.placeholder-content{text-align:center;color:var(--gray-500)}.placeholder-icon{font-size:64px;display:block;margin-bottom:16px;opacity:.5}.marker-icon{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;border:3px solid white;box-shadow:var(--shadow-lg);cursor:pointer;transition:all .2s}.marker-icon.selected{background:linear-gradient(135deg,var(--warning),#d97706);transform:scale(1.3)}.marker-icon:hover{transform:scale(1.15)}.admin-sidebar-right{width:380px;background:#fff;border-left:1px solid var(--gray-200);overflow-y:auto}.btn-back-mobile{display:none}.no-selection{height:100%;display:flex;align-items:center;justify-content:center}.no-selection-content{text-align:center;color:var(--gray-400)}.no-selection-icon{font-size:48px;display:block;margin-bottom:12px}.checkpoint-editor{padding:20px}.checkpoint-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid var(--gray-100)}.checkpoint-header h3{display:flex;align-items:center;gap:10px;margin:0;font-size:18px;color:var(--gray-800)}.checkpoint-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--primary);color:#fff;border-radius:50%;font-size:14px;font-weight:700}.checkpoint-actions{display:flex;gap:6px}.btn-icon-action{width:36px;height:36px;border:none;background:var(--gray-100);border-radius:var(--radius-sm);cursor:pointer;font-size:16px;transition:all .2s}.btn-icon-action:hover:not(:disabled){background:var(--gray-200);transform:scale(1.1)}.btn-icon-action:disabled{opacity:.3;cursor:not-allowed}.btn-icon-action.danger:hover{background:#ef44441a}.checkpoint-form{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.activities-section h4{margin:0 0 12px;font-size:14px;color:var(--gray-700)}.activities-buttons{display:flex;gap:8px;margin-bottom:16px}.btn-activity{flex:1;padding:12px;border:none;background:var(--gray-100);border-radius:var(--radius-sm);font-size:20px;cursor:pointer;transition:all .2s}.btn-activity:hover{background:var(--primary);transform:translateY(-2px)}.activities-list{display:flex;flex-direction:column;gap:12px}.activity-card{background:var(--gray-50);border-radius:var(--radius);overflow:hidden;border:1px solid var(--gray-200)}.activity-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:var(--gray-100)}.activity-type{font-size:13px;font-weight:600;color:var(--gray-700)}.btn-delete-activity{width:24px;height:24px;border:none;background:transparent;color:var(--danger);cursor:pointer;font-size:14px;border-radius:4px;transition:all .2s}.btn-delete-activity:hover{background:#ef44441a}.activity-content{padding:14px;display:flex;flex-direction:column;gap:10px}.input-success{border-color:var(--success)!important}.input-error{border-color:var(--danger)!important}.input-file{padding:10px;background:var(--gray-100);border-radius:var(--radius-sm);font-size:13px}.photo-preview{width:100%;height:120px;object-fit:cover;border-radius:var(--radius-sm)}.activity-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid var(--gray-200)}.checkbox-small{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--gray-600);cursor:pointer}.checkbox-small input{accent-color:var(--primary)}.points-input{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--gray-600)}.input-small{width:50px;padding:6px;border:1px solid var(--gray-300);border-radius:4px;text-align:center;font-size:13px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}@media(max-width:1024px){.admin-sidebar-left,.admin-sidebar-right{width:300px}}@media(max-width:768px){.mobile-nav{display:flex}.admin-quete-container{flex-direction:column;padding-bottom:70px}.admin-sidebar-left,.admin-sidebar-right,.admin-map-container{position:absolute;inset:0 0 70px;width:100%;display:none}.admin-sidebar-left.mobile-visible,.admin-sidebar-right.mobile-visible,.admin-map-container.mobile-visible{display:flex;flex-direction:column}.admin-map-container.mobile-visible{display:block}.btn-back-mobile{display:block;padding:12px 16px;background:var(--gray-100);border:none;text-align:left;font-size:14px;font-weight:600;color:var(--primary);cursor:pointer}.map-instruction{top:10px;padding:10px 16px;font-size:12px}.stats-card{padding:12px}.stat-value{font-size:20px}.checkpoint-editor{padding:16px}.activities-buttons{flex-wrap:wrap}.btn-activity{flex:0 0 calc(20% - 6px)}}@media(max-width:480px){.form-row{grid-template-columns:1fr}.sidebar-header h2{font-size:18px}.btn-new-quete{padding:12px;font-size:13px}}.image-preview-container{position:relative;margin-top:10px}.cover-preview,.checkpoint-preview{width:100%;height:150px;object-fit:cover;border-radius:8px}.btn-remove-image{position:absolute;top:5px;right:5px;background:#ef4444e6;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer}:root{--green-primary: #48bb78;--green-dark: #38a169;--green-light: #c6f6d5;--text-dark: #2d3748;--text-gray: #718096;--bg-light: #f7fafc;--bg-cream: #fffdf7}.soutenir-page{min-height:100vh;background:var(--bg-light);font-family:Nunito,sans-serif}.soutenir-hero{background:linear-gradient(135deg,#2d3748,#1a202c);padding:5rem 1.5rem;text-align:center;color:#fff}.soutenir-hero .hero-content{max-width:700px;margin:0 auto}.soutenir-hero h1{font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,2.8rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-lead{font-size:1.25rem;opacity:.95;line-height:1.7}.hero-lead strong{color:var(--green-primary)}.manifesto-section{padding:5rem 1.5rem;background:#fff}.manifesto-content{max-width:800px;margin:0 auto;text-align:center}.manifesto-icon{font-size:4rem;margin-bottom:1.5rem}.manifesto-content h2{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;color:var(--text-dark);margin-bottom:2rem}.manifesto-text{text-align:left;max-width:650px;margin:0 auto 3rem}.manifesto-text p{font-size:1.1rem;line-height:1.8;color:var(--text-gray);margin-bottom:1.25rem}.manifesto-text strong{color:var(--text-dark)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.value-item{padding:1.5rem;background:var(--bg-light);border-radius:16px;text-align:center}.value-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.value-item h4{font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.value-item p{font-size:.9rem;color:var(--text-gray);line-height:1.5}.donation-section{padding:5rem 1.5rem;background:var(--green-light)}.donation-container{max-width:500px;margin:0 auto;background:#fff;padding:3rem;border-radius:24px;box-shadow:0 10px 40px #0000001a;text-align:center}.donation-container h2{font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800;color:var(--text-dark);margin-bottom:.5rem}.donation-intro{color:var(--text-gray);margin-bottom:2rem}.donation-type-toggle{display:inline-flex;background:var(--bg-light);border-radius:50px;padding:.25rem;margin-bottom:2rem}.donation-type-toggle button{padding:.75rem 1.5rem;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:600;border:none;border-radius:50px;background:transparent;color:var(--text-gray);cursor:pointer;transition:all .2s ease}.donation-type-toggle button.active{background:#fff;color:var(--text-dark);box-shadow:0 2px 10px #0000001a}.amount-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;margin-bottom:1.5rem}.amount-btn{padding:1rem .5rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:var(--text-dark);cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center}.amount-btn:hover{border-color:var(--green-primary)}.amount-btn.active{background:var(--green-primary);border-color:var(--green-primary);color:#fff}.per-month{font-size:.7rem;font-weight:600;opacity:.8}.custom-amount{margin-bottom:1.5rem;text-align:left}.custom-amount label{display:block;font-size:.9rem;color:var(--text-gray);margin-bottom:.5rem}.custom-input{position:relative}.custom-input input{width:100%;padding:1rem 3rem 1rem 1rem;font-family:Nunito,sans-serif;font-size:1.1rem;border:2px solid #e2e8f0;border-radius:12px;transition:border-color .2s ease}.custom-input input:focus{outline:none;border-color:var(--green-primary)}.currency{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.1rem;font-weight:700;color:var(--text-gray)}.donate-btn{width:100%;padding:1.25rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,var(--green-primary),var(--green-dark));color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #48bb784d}.donate-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #48bb7866}.payment-methods{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.payment-methods p{font-size:.85rem;color:var(--text-gray);margin-bottom:.5rem}.payment-logos{display:flex;justify-content:center;gap:1.5rem;font-size:.9rem;color:var(--text-dark)}.other-ways-section{padding:5rem 1.5rem;background:#fff;text-align:center}.other-ways-section h2{font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800;color:var(--text-dark);margin-bottom:3rem}.ways-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.way-card{padding:2rem 1.5rem;background:var(--bg-light);border-radius:16px;text-align:center}.way-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.way-card h3{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.way-card p{font-size:.9rem;color:var(--text-gray);line-height:1.6}.transparency-section{padding:5rem 1.5rem;background:var(--bg-light)}.transparency-content{max-width:600px;margin:0 auto;text-align:center}.transparency-content h2{font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem}.transparency-content>p{color:var(--text-gray);margin-bottom:2.5rem}.budget-breakdown{text-align:left}.budget-item{margin-bottom:1.25rem}.budget-bar{height:12px;background:linear-gradient(135deg,var(--green-primary),var(--green-dark));border-radius:6px;margin-bottom:.5rem}.budget-info{display:flex;justify-content:space-between;align-items:center}.budget-label{font-size:.95rem;color:var(--text-dark)}.budget-percent{font-family:Outfit,sans-serif;font-weight:700;color:var(--green-dark)}.quote-section{padding:5rem 1.5rem;background:#fff;text-align:center}.quote-section blockquote{max-width:700px;margin:0 auto}.quote-section p{font-size:1.4rem;font-style:italic;color:var(--text-dark);line-height:1.7;margin-bottom:1.5rem}.quote-section cite{font-size:1rem;color:var(--text-gray);font-style:normal}.contact-section{padding:4rem 1.5rem;background:var(--text-dark);text-align:center;color:#fff}.contact-section h2{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.contact-section p{opacity:.9;margin-bottom:1.5rem}.contact-btn{display:inline-block;padding:1rem 2rem;background:#fff;color:var(--text-dark);font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.footer{padding:3rem 1.5rem;background:#1a202c;color:#fff}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-brand{display:flex;align-items:center;gap:.75rem}.footer-brand img{width:40px;height:40px;border-radius:10px}.footer-brand span{font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-copyright{font-size:.85rem;color:#ffffff80}@media(max-width:600px){.amount-grid{grid-template-columns:repeat(3,1fr)}.donation-container{padding:2rem 1.5rem}.values-grid{grid-template-columns:1fr 1fr}}.dashboard-page{min-height:100vh;background:#f7fafc;font-family:Nunito,sans-serif}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#718096}.dashboard-loading .spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#f5a623;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.dashboard-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.dashboard-title-section{display:flex;align-items:center;gap:1rem}.office-logo{max-width:80px;max-height:60px;border-radius:8px}.dashboard-header h1{font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800;color:#2d3748;margin:0}.dashboard-subtitle{color:#718096;margin:.25rem 0 0}.periode-selector{display:flex;background:#fff;border-radius:10px;padding:.25rem;box-shadow:0 2px 10px #0000000d}.periode-selector button{padding:.6rem 1.2rem;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:600;color:#718096;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.periode-selector button:hover:not(.active){background:#f7fafc}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 2px 15px #0000000d;transition:transform .2s ease}.stat-card:hover{transform:translateY(-3px)}.stat-label{font-size:.9rem;color:#718096}.completion-section{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 2px 15px #0000000d;margin-bottom:2rem}.completion-section h2{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;color:#2d3748;margin:0 0 1rem}.completion-bar-container{position:relative;height:30px;background:#e2e8f0;border-radius:15px;overflow:hidden}.completion-bar{height:100%;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:15px;transition:width .5s ease}.completion-value{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-weight:700;color:#2d3748}.completion-detail{margin:.75rem 0 0;font-size:.9rem;color:#718096}.popular-section{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 2px 15px #0000000d;margin-bottom:2rem}.popular-section h2{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;color:#2d3748;margin:0 0 1rem}.popular-card{display:flex;gap:1.5rem;padding:1rem;background:#f7fafc;border-radius:12px}.popular-image{width:150px;height:100px;object-fit:cover;border-radius:8px}.popular-info h3{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:#2d3748;margin:0 0 .25rem}.popular-info p{font-size:.9rem;color:#718096;margin:0 0 .75rem}.popular-stats{display:flex;gap:1.5rem;font-size:.85rem;color:#4a5568}.quetes-list-section{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 2px 15px #0000000d;margin-bottom:2rem;overflow-x:auto}.quetes-list-section h2{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;color:#2d3748;margin:0 0 1rem}.quetes-table{width:100%;border-collapse:collapse}.quetes-table th,.quetes-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.quetes-table th{font-size:.8rem;font-weight:700;color:#718096;text-transform:uppercase;letter-spacing:.5px}.quetes-table td{font-size:.9rem;color:#4a5568}.quete-name{font-weight:600;color:#2d3748}.taux{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600}.settings-section{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 2px 15px #0000000d}.settings-section h2{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;color:#2d3748;margin:0 0 1rem}.settings-card{padding:1rem;background:#f7fafc;border-radius:12px}.setting-item{margin-bottom:1rem}.setting-item label{display:block;font-size:.9rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}.setting-item select{width:100%;max-width:300px;padding:.75rem 1rem;font-family:Nunito,sans-serif;font-size:.95rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer}.setting-item input[type=range]{width:100%;max-width:300px}.settings-info{margin:1rem 0 0;font-size:.85rem;color:#718096}.settings-info code{background:#edf2f7;padding:.25rem .5rem;border-radius:4px;font-family:monospace}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:stretch}.periode-selector{width:100%;justify-content:center}.popular-card{flex-direction:column}.popular-image{width:100%;height:150px}.quetes-table{font-size:.8rem}.quetes-table th,.quetes-table td{padding:.5rem}}.admin-ot-page{min-height:100vh;background:#f7fafc;font-family:Nunito,sans-serif}.admin-ot-page .header-spacer{height:70px}.admin-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.admin-container h1{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;color:#2d3748;margin-bottom:1.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#718096}.loading-container .spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 10px #0000000d;flex-wrap:wrap}.admin-tabs button{padding:.75rem 1.5rem;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:600;color:#718096;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.admin-tabs button:hover{background:#f7fafc}.admin-tabs button.active{color:#fff;background:#667eea}.tab-content{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 15px #0000000d}.tab-content h2{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;color:#2d3748;margin:0 0 1.5rem}.tab-content h3{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:#2d3748;margin:2rem 0 1rem}.tab-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.tab-header h2{margin:0}.btn-primary{padding:.75rem 1.5rem;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#5a67d8);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.btn-secondary{padding:.75rem 1.5rem;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:600;color:#718096;background:#e2e8f0;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#cbd5e0}.btn-small{padding:.4rem .75rem;font-family:Nunito,sans-serif;font-size:.8rem;font-weight:600;color:#4a5568;background:#edf2f7;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.btn-small:hover{background:#e2e8f0}.btn-danger{color:#e53e3e;background:#fff5f5}.btn-danger:hover{background:#fed7d7}.form-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;padding-top:80px}.form-modal{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:calc(100vh - 100px);overflow-y:auto}.form-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.form-header h3{margin:0;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700;color:#2d3748}.btn-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#718096;background:#f7fafc;border:none;border-radius:8px;cursor:pointer}.btn-close:hover{background:#e2e8f0}.form-modal form{padding:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.9rem;font-weight:600;color:#4a5568}.form-group input,.form-group select{padding:.75rem 1rem;font-family:Nunito,sans-serif;font-size:.95rem;border:2px solid #e2e8f0;border-radius:8px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea}.form-group small{font-size:.8rem;color:#718096}.form-group input[type=range]{padding:0;border:none}.color-input{display:flex;align-items:center;gap:.75rem}.color-input input[type=color]{width:50px;height:40px;padding:0;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer}.color-input span{font-family:monospace;font-size:.9rem;color:#4a5568}.map-container-small{height:250px;border-radius:8px;overflow:hidden;border:2px solid #e2e8f0}.form-map{height:100%;width:100%}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.offices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.office-card{background:#f7fafc;border-radius:12px;overflow:hidden;transition:transform .2s ease}.office-card:hover{transform:translateY(-3px)}.office-header{display:flex;align-items:center;gap:1rem;padding:1rem;border-left:4px solid #667eea;background:#fff}.office-logo{width:50px;height:50px;object-fit:contain;border-radius:8px}.office-header h3{margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:#2d3748}.office-slug{font-size:.8rem;color:#718096;font-family:monospace}.office-info{padding:1rem}.office-info p{margin:.25rem 0;font-size:.9rem;color:#4a5568}.status{display:inline-block;padding:.2rem .5rem;font-size:.8rem;font-weight:600;border-radius:4px}.status.active{background:#c6f6d5;color:#276749}.status.inactive{background:#fed7d7;color:#c53030}.office-actions{display:flex;gap:.5rem;padding:1rem;border-top:1px solid #e2e8f0}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.data-table th{font-size:.8rem;font-weight:700;color:#718096;text-transform:uppercase;letter-spacing:.5px;background:#f7fafc}.data-table td{font-size:.9rem;color:#4a5568}.data-table select{padding:.5rem .75rem;font-family:Nunito,sans-serif;font-size:.85rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.quete-name,.office-name{font-weight:600;color:#2d3748}.badge-role{display:inline-block;padding:.25rem .5rem;font-size:.8rem;font-weight:600;border-radius:4px}.badge-role.admin{background:#fef3c7;color:#92400e}.badge-role.admin_ot{background:#dbeafe;color:#1e40af}.badge-role.user{background:#e2e8f0;color:#4a5568}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f7fafc;border-radius:12px}.stat-icon{font-size:2.5rem}.stat-info{display:flex;flex-direction:column}.stat-value{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;color:#2d3748}.stat-label{font-size:.85rem;color:#718096}.taux{display:inline-block;padding:.25rem .5rem;font-size:.85rem;font-weight:600;border-radius:4px}.taux.good{background:#c6f6d5;color:#276749}.taux.medium{background:#fef3c7;color:#92400e}.taux.low{background:#fed7d7;color:#c53030}.periode-selector{display:flex;background:#f7fafc;border-radius:8px;padding:.25rem}.periode-selector button{padding:.5rem 1rem;font-family:Nunito,sans-serif;font-size:.85rem;font-weight:600;color:#718096;background:transparent;border:none;border-radius:6px;cursor:pointer}.periode-selector button.active{color:#fff;background:#667eea}.empty-state{text-align:center;padding:3rem;color:#718096}@media(max-width:768px){.admin-tabs{flex-direction:column}.admin-tabs button{width:100%;text-align:center}.tab-header{flex-direction:column;align-items:stretch}.offices-grid{grid-template-columns:1fr}.data-table{display:block;overflow-x:auto}.form-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f7fa;color:#333}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.5rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 1rem;text-align:center}.hero h1{font-size:3rem;margin-bottom:.5rem}.quetes-list{margin:2rem auto;padding:0 1rem}.quetes-list h2{margin-bottom:2rem}.quetes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.quete-card{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 5px 15px #0000001a;transition:transform .2s}.quete-card:hover{transform:translateY(-5px)}.quete-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.quete-header h3{font-size:1.3rem;color:#667eea}.badge{padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.badge.terrestre{background:#10b981;color:#fff}.badge.maritime{background:#0ea5e9;color:#fff}.badge.kayak{background:#f59e0b;color:#fff}.description{color:#666;margin-bottom:1rem;line-height:1.5}.quete-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;font-size:.9rem;color:#666}.difficulte{padding:.2rem .6rem;border-radius:5px;font-weight:600}.difficulte.facile{background:#d1fae5;color:#047857}.difficulte.moyen{background:#fef3c7;color:#92400e}.difficulte.difficile{background:#fee2e2;color:#991b1b}.quete-footer{display:flex;justify-content:space-between;padding:1rem 0;border-top:1px solid #e5e7eb;margin-bottom:1rem;font-size:.9rem}.btn-primary{width:100%;padding:.8rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#5568d3}.quete-detail{min-height:100vh;background:#f5f7fa}.detail-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem}.btn-back{display:inline-block;padding:.5rem 1rem;background:#fff3;color:#fff;text-decoration:none;border-radius:8px;margin-bottom:1rem}.detail-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.detail-content{margin:2rem auto;padding:0 1rem}.map-section{margin-bottom:2rem;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.info-section{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}.description-box{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.auteur{color:#666;margin-top:1rem}.checkpoints-list h2{margin-bottom:1.5rem}.checkpoint-item{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:10px;margin-bottom:1rem}.checkpoint-number{min-width:40px;height:40px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.checkpoint-meta{display:flex;gap:1rem;margin-top:.5rem;font-size:.9rem}.type-badge{padding:.2rem .6rem;border-radius:5px;font-weight:600}.type-badge.photo{background:#dbeafe;color:#1e40af}.type-badge.enigme{background:#fef3c7;color:#92400e}.type-badge.cleanup{background:#d1fae5;color:#047857}.type-badge.observation{background:#e0e7ff;color:#3730a3}.type-badge.info{background:#f3f4f6;color:#374151}.obligatoire{background:#fee2e2;color:#991b1b;padding:.2rem .6rem;border-radius:5px;font-weight:600}.btn-start{width:100%;padding:1rem;background:#10b981;color:#fff;border:none;border-radius:10px;font-size:1.2rem;font-weight:700;cursor:pointer;margin-top:2rem}.btn-start:hover{background:#059669}.error{text-align:center;padding:3rem;font-size:1.2rem;color:#ef4444}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.auth-container{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0003;width:100%;max-width:500px}.auth-container h1{text-align:center;color:#667eea;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151}.form-group input{padding:.8rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.error-box{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.auth-link{text-align:center;margin-top:1.5rem;color:#666}.auth-link a{color:#667eea;font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}.navbar-app{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.navbar-container{margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;color:#667eea;text-decoration:none}.navbar-menu{display:flex;align-items:center;gap:1.5rem}.user-info{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#f9fafb;border-radius:10px}.user-pseudo{font-weight:600;color:#667eea}.user-xp,.user-level{font-size:.9rem;color:#666}.btn-logout{padding:.6rem 1.2rem;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .2s}.btn-logout:hover{background:#dc2626}.btn-nav{padding:.6rem 1.2rem;color:#667eea;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s}.btn-nav:hover{background:#f3f4f6}.quete-play{height:100vh;display:flex;flex-direction:column}.play-header{background:#667eea;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.play-stats{display:flex;gap:1rem}.play-footer{padding:1rem;background:#fff;box-shadow:0 -2px 10px #0000001a}.checkpoint-info h3{color:#667eea;margin-bottom:.5rem}.checkpoint-image{width:100px;height:70px;border-radius:8px;overflow:hidden;flex-shrink:0}.checkpoint-image img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.checkpoint-image{width:100%;height:120px}.checkpoint-item{flex-wrap:wrap}}
