@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@300;400;500;600;700&family=Barlow+Condensed:wght@400;600;700&display=swap";:root{--navy: #0a0f1e;--navy-mid: #111827;--navy-light: #1a2540;--steel: #1e3a5f;--amber: #f59e0b;--amber-bright: #fbbf24;--amber-dim: #92600a;--white: #f0f4ff;--grey: #8899bb;--grey-light: #c5d2e8;--red: #ef4444;--green: #22c55e;--font-primary: Barlow, sans-serif;--font-title: Oswald, sans-serif;--font-condensed: Barlow Condensed, sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0f1e;border-left:1px solid rgba(245,158,11,.08)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f59e0b,#92600a);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#fbbf24,#f59e0b)}::-webkit-scrollbar-corner{background:#0a0f1e}*{scrollbar-width:thin;scrollbar-color:#f59e0b #0a0f1e}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#0a0f1e;color:#f0f4ff;font-family:Barlow,sans-serif;font-weight:400;overflow-x:hidden;line-height:1.6}.form-group{margin-bottom:20px}.form-group label{display:flex;align-items:center;gap:10px;font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#c5d2e8;margin-bottom:10px}.form-group label svg{color:#f59e0b;font-size:14px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:14px 18px;background:#1a2540;border:1px solid rgba(245,158,11,.2);border-radius:8px;color:#f0f4ff;font-family:Barlow,sans-serif;font-size:.95rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26;background:#111827}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select::placeholder{color:#89b;opacity:.6}.form-group textarea{resize:vertical;min-height:100px}.grid-bg{background-image:linear-gradient(rgba(245,158,11,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.06) 1px,transparent 1px);background-size:60px 60px}.gradient-overlay{background:linear-gradient(135deg,rgba(30,58,95,.4) 0%,transparent 60%)}.footer{background:#0006;border-top:1px solid rgba(136,153,187,.1);padding:40px 48px;display:flex;align-items:center;justify-content:space-between}.footer-logo{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:18px;color:#89b}.footer-logo span{color:#f59e0b}.footer-copy{font-size:12px;color:#8899bb80;letter-spacing:1px}.footer-links{display:flex;gap:24px;list-style:none}.footer-links a{text-decoration:none;font-size:12px;letter-spacing:1px;color:#8899bb80;transition:color .2s}.footer-links a:hover{color:#f59e0b}@media(max-width:900px){.footer{padding:32px 28px;gap:20px}.footer-links{gap:16px}}@media(max-width:600px){.footer{flex-direction:column;align-items:center;text-align:center;padding:32px 20px;gap:20px}.footer-links{flex-wrap:wrap;justify-content:center;gap:16px 24px}}.nav{position:fixed;top:0;left:0;right:0;height:64px;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background:#0a0f1ed9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(245,158,11,.15);transition:box-shadow .3s ease}.nav-logo{display:flex;align-items:center;z-index:101}.nav-logo-icon{height:58px;width:auto}@media(max-width:768px){.nav-logo-icon{height:36px}}.nav-logo-text{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;color:#f0f4ff}.nav-logo-text span{color:#f59e0b}.nav-links{display:flex;list-style:none;gap:36px;margin:0;padding:0}.nav-links a{text-decoration:none;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:13px;font-weight:600;color:#c5d2e8;transition:color .2s}.nav-links a:hover{color:#f59e0b}.nav-cta{background:#f59e0b;color:#0a0f1e!important;padding:8px 20px;font-weight:700!important;border-radius:2px}.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:101;padding:4px}.nav-hamburger span{display:block;width:24px;height:2px;background:#f0f4ff;border-radius:2px;transition:transform .3s ease,opacity .3s ease,background .2s}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.nav{height:56px;padding:0 16px}.nav-hamburger{display:flex}.nav-links{position:fixed;inset:0;width:100%;height:100%;height:70dvh;z-index:98;flex-direction:column;justify-content:center;gap:32px;background:#0a0f1ef7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;pointer-events:none;transform:translateY(-12px);transition:opacity .25s ease,transform .25s ease}.nav-links.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links li{width:100%;text-align:center}.nav-links a{font-size:22px;letter-spacing:3px;padding:10px 0;display:block}.nav-cta{display:inline-block;padding:14px 36px!important;font-size:16px!important;margin-top:8px}}@media(min-width:769px)and (max-width:1024px){.nav{padding:8px 24px}.nav-links{gap:22px}.nav-links a{font-size:12px}}.badge,.game-cta-badge{display:inline-flex;align-items:center;gap:8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);padding:6px 16px;border-radius:6px;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#f59e0b}.badge-dot,.game-cta-badge-dot{width:6px;height:6px;background:#f59e0b;border-radius:50%;animation:pulse 2s infinite}.tag,.spec-tag{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:10px;letter-spacing:1.5px;color:#f59e0b;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);padding:3px 10px;border-radius:4px}.card,.why-card,.testi-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d}.grid-2,.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:768px){.grid-2,.why-grid{grid-template-columns:1fr}}.grid-3,.spec-grid,.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.grid-3,.spec-grid,.testimonial-grid{grid-template-columns:1fr}}.grid-4,.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:768px){.grid-4,.process-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.grid-4,.process-steps{grid-template-columns:1fr}}.border-amber-top,.specialties,.process{border-top:1px solid rgba(245,158,11,.1)}.border-amber-bottom,.specialties,.process{border-bottom:1px solid rgba(245,158,11,.1)}.section-label,.specialties-label{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#f59e0b;margin-bottom:12px}.section-container,.why,.testimonial{max-width:1200px;margin:0 auto;padding:5rem 3rem}@media(max-width:768px){.section-container,.why,.testimonial{padding:3rem 1.5rem}}.specialties,.why,.process,.testimonial,.cta-banner,.game-cta-section{min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:center}.section-scroll-arrow{position:absolute;bottom:28px;left:50%;transform:translate(-50%);background:none;border:1px solid rgba(245,158,11,.35);border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;color:#f59e0b;font-size:24px;line-height:1;transition:all .25s ease;animation:section-bounce 2s ease-in-out infinite}.section-scroll-arrow:hover{border-color:#f59e0b;background:#f59e0b14}@keyframes section-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}@media(max-width:600px){.specialties,.why,.process,.testimonial,.cta-banner,.game-cta-section{min-height:unset}}.specialties{padding:80px 48px;background:#111827}@media(max-width:768px){.specialties{padding:48px 20px}}.specialties-label{text-align:center;margin-bottom:16px}.specialties-title{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(24px,5vw,44px);text-align:center;margin-bottom:40px;color:#f0f4ff}@media(max-width:768px){.specialties-title{margin-bottom:28px}}.spec-grid{max-width:1100px;margin:0 auto}@media(max-width:768px){.spec-grid{grid-template-columns:1fr;gap:16px}}.spec-card{background:#0a0f1e;padding:40px 36px;position:relative;text-decoration:none;display:block;cursor:pointer;transition:all .3s;overflow:hidden}@media(max-width:768px){.spec-card{padding:28px 24px}}.spec-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#f59e0b;transform:scaleX(0);transition:transform .3s}.spec-card:hover{background:#1a2540}.spec-card:hover:before{transform:scaleX(1)}.spec-card:hover .spec-cta{gap:14px}.spec-icon{font-size:32px;margin-bottom:16px;display:block;color:#e7a239}.spec-code{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:11px;color:#92600a;margin-bottom:8px}.spec-name{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(22px,3vw,30px);margin-bottom:12px;color:#f0f4ff;white-space:pre-line}.spec-desc{font-size:14px;line-height:1.7;color:#89b;margin-bottom:20px;white-space:pre-line}.spec-tags{display:flex;flex-wrap:wrap;gap:8px}.spec-cta{display:flex;align-items:center;gap:8px;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:13px;letter-spacing:1.5px;color:#f59e0b;margin-top:24px;cursor:pointer;background:none;border:none;text-decoration:none;padding:0;transition:gap .2s}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:64px;gap:32px}.section-desc{font-size:18px;line-height:1.7;color:#89b;text-align:right}@media(max-width:700px){.why-grid .why-card{flex-direction:column;align-items:center;text-align:center}}.why-card{display:flex;gap:28px;align-items:flex-start}.why-card:hover .why-num{color:#f59e0b66}.why-num{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:56px;color:#f59e0b26;line-height:1;flex-shrink:0;width:52px;transition:color .3s}.why-content h3{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:20px;font-weight:700;margin-bottom:10px;color:#f0f4ff}.why-content p{font-size:18px;line-height:1.75;color:#89b}.process{background:#111827;padding:100px 48px}.process-inner{max-width:1000px;margin:0 auto}.process-steps{gap:0;margin-top:64px;position:relative}.process-steps:before{content:"";position:absolute;top:32px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,#f59e0b,#f59e0b33);z-index:0}@media(max-width:700px){.process-steps{flex-direction:column;align-items:center;text-align:center;display:flex;gap:48px}}.process-step{text-align:center;padding:0 20px;position:relative;z-index:1}.step-circle{width:64px;height:64px;background:#0a0f1e;border:1px solid rgba(245,158,11,.2);border-width:2px;border-radius:50%;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:28px;color:#f59e0b;position:relative}.step-circle:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid rgba(245,158,11,.2)}.step-title{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:16px;font-weight:700;margin-bottom:10px;color:#f0f4ff;white-space:pre-line}.step-desc{font-size:16px;line-height:1.65;color:#89b}.testimonial{max-width:1100px}.testimonial-grid{margin-top:64px}.testi-card{padding:36px;position:relative}.testi-quote{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:72px;color:#f59e0b;line-height:.6;margin-bottom:20px;opacity:.4}.testi-text{font-size:15px;line-height:1.75;color:#c5d2e8;margin-bottom:28px;font-style:italic;font-weight:300}.testi-sep{width:40px;height:2px;background:#f59e0b;margin-bottom:20px}.testi-name{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:15px;font-weight:700;color:#f0f4ff}.testi-role{font-size:12px;color:#89b;margin-top:4px;letter-spacing:1px}.testi-score{position:absolute;top:24px;right:24px;font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:22px;color:#f59e0b;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);padding:4px 12px}.game-cta-section{margin:0;padding:0;background:#0a0f1e;overflow:hidden;align-items:center;text-align:center}.game-cta-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(245,158,11,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.06) 1px,transparent 1px);background-size:60px 60px;opacity:.4;z-index:0}.game-cta-bg-icon{position:absolute;font-size:clamp(280px,40vw,480px);color:#f59e0b;opacity:.04;z-index:0;pointer-events:none;line-height:1}.game-cta-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:28px;max-width:680px;padding:80px 40px}.game-cta-title{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(56px,9vw,104px);line-height:.92;color:#f0f4ff;margin:0}.game-cta-title em{font-style:normal;color:#f59e0b;display:block}.game-cta-desc{font-size:16px;line-height:1.75;color:#89b;max-width:480px}.game-cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 56px;background:#f59e0b;color:#0a0f1e;font-family:Oswald,sans-serif;font-size:22px;letter-spacing:1px;font-weight:700;text-decoration:none;margin-top:8px;transition:all .25s ease}.game-cta-btn:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 8px 32px #f59e0b59}.cta-banner{padding:100px 48px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;background:radial-gradient(ellipse at center,rgba(245,158,11,.06) 0%,transparent 70%);border-top:1px solid rgba(245,158,11,.12);border-bottom:1px solid rgba(245,158,11,.12);margin-bottom:80px}.cta-eyebrow{font-family:Barlow Condensed,sans-serif;text-transform:uppercase;font-size:12px;color:#f59e0b;letter-spacing:3px}.cta-title{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(40px,6vw,72px);color:#f0f4ff;line-height:1.1;margin:0}.cta-title em{font-style:normal;color:#f59e0b}.cta-sub{font-size:15px;color:#89b;letter-spacing:1px}.cta-btn-center{display:inline-flex;align-items:center;gap:10px;margin-top:12px;padding:22px 64px;background:#f59e0b;color:#0a0f1e;font-family:Oswald,sans-serif;font-size:22px;letter-spacing:1px;font-weight:700;text-decoration:none;transition:all .25s ease}.cta-btn-center:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 8px 32px #f59e0b59}.cta-note{font-size:12px;color:#89b;letter-spacing:1px;margin-top:4px}@media(max-width:900px){.nav{padding:16px 24px}.hero{padding:100px 24px 60px}.cta-banner{flex-direction:column;margin:0 24px 60px}.cta-banner-right{align-items:flex-start}.section-header{flex-direction:column;align-items:flex-start}.section-desc{text-align:left}.hero-stats{gap:24px;flex-wrap:wrap}.process-steps:before{display:none}}.spline-wrapper{position:absolute;width:45%;height:50rem;overflow:hidden;left:50%}.spline-wrapper:after{content:"";position:absolute;bottom:0;right:0;width:150px;height:40px;background-color:inherit;z-index:10;pointer-events:none}.spline-wrapper .spline-inner{width:100%;height:calc(100% + 60px)}.spline-wrapper .spline-inner spline-viewer{width:100%;height:100%;display:block}.badge,.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);padding:6px 16px;border-radius:6px;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#f59e0b}.badge-dot,.hero-badge-dot{width:6px;height:6px;background:#f59e0b;border-radius:50%;animation:pulse 2s infinite}.border-amber-left,.hero-tension{border-left:3px solid #f59e0b}.hero{height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:64px clamp(24px,5vw,80px) 0;flex-direction:row}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,rgba(30,58,95,.4) 0%,transparent 60%),linear-gradient(to bottom,#0a0f1e,#0a0f1ef2);z-index:0}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(245,158,11,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.06) 1px,transparent 1px);background-size:60px 60px;z-index:0}.hero-content{position:relative;z-index:1;max-width:620px;width:100%}.hero-badge{margin-bottom:16px}.hero h1{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(36px,5vw,72px);line-height:.95;margin-bottom:16px;color:#f0f4ff}.hero h1 em{font-style:normal;color:#f59e0b;display:block}.hero-sub{font-size:15px;line-height:1.6;color:#c5d2e8;margin-bottom:10px;font-weight:300;max-width:500px}.hero-tension{font-size:18px;color:#89b;margin-bottom:24px;padding-left:14px}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.hero-stats{display:flex;flex-direction:column;gap:8px;padding-top:18px;border-top:1px solid rgba(136,153,187,.15)}.hero-stats-goal{font-size:12px;font-style:italic;color:#ffffff59;margin-top:4px;letter-spacing:.3px}.hero-stats-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}.hero-stats-list li{font-size:20px;color:#89b;padding-left:32px;position:relative}.hero-stats-list li:before{content:"→";position:absolute;left:0;color:#f59e0b}.hero-scroll-arrow{position:absolute;bottom:28px;left:50%;transform:translate(-50%);background:none;border:1px solid rgba(245,158,11,.35);border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .25s ease;animation:bounce 2s ease-in-out infinite}.hero-scroll-arrow:hover{border-color:#f59e0b;background:#f59e0b14}.hero-scroll-arrow .hero-scroll-arrow-icon{color:#f59e0b;font-size:24px;line-height:1}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}@media(max-width:1024px){.hero{flex-direction:column;justify-content:center;padding:64px 32px 60px;text-align:center;height:auto;min-height:100vh}.hero-content{max-width:600px;margin:0 auto}.hero-badge{display:inline-flex}.hero-sub{max-width:100%;margin-left:auto;margin-right:auto}.hero-tension{border-left:none;padding-left:0}.hero-buttons,.hero-stats-items{justify-content:center}}@media(max-width:600px){.hero{padding:56px 20px 60px}.hero h1{font-size:clamp(32px,10vw,48px);line-height:1;margin-bottom:12px}.hero-badge{font-size:11px;padding:5px 12px;margin-bottom:12px}.hero-sub{font-size:13px;margin-bottom:8px}.hero-tension{font-size:12px;margin-bottom:18px}.hero-buttons{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:20px}.hero-buttons a{text-align:center}.hero-stats{gap:6px;padding-top:14px}.hero-stats-items{gap:20px;flex-wrap:wrap;justify-content:center}.hero-stat-num{font-size:20px}.hero-stat-label{font-size:9px}.hero-scroll-arrow{width:34px;height:34px;bottom:16px}.hero-scroll-arrow .hero-scroll-arrow-icon{font-size:15px}}.connection-page{height:100vh;display:flex;align-items:stretch;justify-content:center;background:#0a0f1e;position:relative;overflow:hidden}.connection-page:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(30,58,95,.4) 0%,transparent 60%)}.connection-page:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(245,158,11,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.06) 1px,transparent 1px);background-size:60px 60px}.connection-container{display:flex;background:#111827;border:1px solid rgba(245,158,11,.2);overflow:hidden;max-width:1100px;width:100%;height:100%;position:relative;z-index:1}.connection-left{flex:1;background:#1a2540;border-right:1px solid rgba(245,158,11,.15);color:#f0f4ff;padding:48px 44px;display:flex;flex-direction:column;justify-content:space-evenly;position:relative;overflow:hidden}.connection-left:before{content:"✈";position:absolute;top:30px;right:30px;font-size:110px;opacity:.03;transform:rotate(-15deg);-webkit-user-select:none;user-select:none;animation:glidePlane 8s ease-in-out infinite}.branding h1{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(1.8rem,3.5vw,2.6rem);margin-bottom:14px;line-height:1.1;color:#f0f4ff}.branding .tagline{font-size:.95rem;line-height:1.55;color:#c5d2e8;font-weight:300}.features{display:flex;flex-direction:column;gap:22px}.feature-item{display:flex;gap:16px;align-items:flex-start}.feature-item .feature-icon{width:36px;height:36px;background:#f59e0b26;border:1px solid rgba(245,158,11,.3);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;flex-shrink:0;color:#f59e0b}.feature-item .feature-text h3{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:1rem;margin-bottom:4px;font-weight:700;color:#f0f4ff}.feature-item .feature-text p{font-size:.85rem;line-height:1.5;color:#89b;font-weight:300}.connection-right{flex:1;padding:0 44px;background:#0a0f1e;display:flex;align-items:center;justify-content:center;overflow-y:auto;scrollbar-width:none}.connection-right::-webkit-scrollbar{display:none}.form-wrapper{width:100%;max-width:400px;padding:32px 0}.form-header{text-align:center;margin-bottom:24px}.form-header h2{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:2.6rem;color:#f0f4ff;margin-bottom:6px}.form-header p{color:#89b;font-size:.88rem;letter-spacing:.5px}.connection-right .form-group{margin-bottom:14px}.connection-right .form-group label{margin-bottom:6px}.connection-right .form-group input{padding:10px 14px;font-size:.9rem}.connection-right .form-row-inline{display:flex;gap:12px}.connection-right .form-row-inline .form-group{flex:1}.rgpd-consent{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;cursor:pointer}.rgpd-consent input[type=checkbox]{margin-top:3px;width:15px;height:15px;flex-shrink:0;cursor:pointer;accent-color:#f59e0b}.rgpd-consent span{font-size:.78rem;line-height:1.5;color:#89b}.rgpd-consent span abbr{color:#f59e0b;text-decoration:underline dotted;cursor:help}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:.85rem}.form-options .remember-me{display:flex;align-items:center;gap:8px;cursor:pointer}.form-options .remember-me input[type=checkbox]{width:auto;cursor:pointer;accent-color:#f59e0b}.form-options .remember-me span{color:#89b;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.85rem}.form-options .forgot-password{color:#f59e0b;text-decoration:none;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.85rem;font-weight:600;transition:color .2s}.form-options .forgot-password:hover{color:#fbbf24;text-decoration:underline}.form-message{padding:12px 16px;margin-bottom:20px;border-radius:4px;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.85rem;font-weight:600;text-align:center}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.submit-btn{width:100%;padding:13px;background:#f59e0b;color:#0a0f1e;border:none;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:14px;font-weight:700;cursor:pointer;transition:all .25s;position:relative;overflow:hidden}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-btn:after{content:"";position:absolute;inset:0;background:#ffffff26;opacity:0;transition:opacity .2s}.submit-btn:hover{background:#fbbf24;transform:translateY(-2px)}.submit-btn:hover:after{opacity:1}.submit-btn:active{transform:translateY(0)}.form-footer{margin-top:18px;text-align:center;padding-top:18px;border-top:1px solid rgba(245,158,11,.1)}.form-footer p{color:#89b;font-size:.9rem;letter-spacing:.5px}.form-footer .toggle-btn{background:none;border:none;color:#f59e0b;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.9rem;font-weight:700;cursor:pointer;margin-left:6px;text-decoration:none;transition:color .2s}.form-footer .toggle-btn:hover{color:#fbbf24;text-decoration:underline}@media(max-width:968px){.connection-page{align-items:stretch}.connection-container{flex-direction:column;height:100vh;overflow-y:auto;scrollbar-width:none}.connection-container::-webkit-scrollbar{display:none}.connection-left{flex:0 0 auto;padding:32px 28px;border-right:none;border-bottom:1px solid rgba(245,158,11,.15)}.features{gap:14px}.connection-right{flex:1;padding:0 28px}.form-wrapper{padding:24px 0}}@media(max-width:480px){.connection-left{padding:24px 20px}.connection-right{padding:0 20px}.branding h1{font-size:1.6rem}.form-header h2{font-size:2rem}.form-options{flex-direction:column;gap:10px;align-items:flex-start}}.level-frise,.level-frise__item{display:flex;align-items:center}.level-frise__line{width:18px;height:2px;background:#ffffff1f;flex-shrink:0;transition:background-color .3s}.level-frise--labeled .level-frise__line{width:26px}.level-frise__node{display:flex;flex-direction:column;align-items:center;gap:4px}.level-frise__dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.18);background:transparent;flex-shrink:0;transition:background-color .3s,border-color .3s,box-shadow .3s,width .2s,height .2s}.level-frise--labeled .level-frise__dot{width:12px;height:12px}.level-frise__dot--current{width:13px;height:13px}.level-frise--labeled .level-frise__dot--current{width:15px;height:15px}.level-frise__label{font-family:Barlow Condensed,sans-serif;font-size:.6rem;letter-spacing:.4px;color:#fff3;line-height:1}.level-frise__label--done{color:#ffffff8c}.level-frise--labeled,.level-frise--labeled .level-frise__item{align-items:flex-start}.level-frise--labeled .level-frise__line{margin-top:5px}.btn,.expert-btn,.profile-btn,.badge-btn,.logout-btn,.btn-cancel{font-family:Barlow Condensed,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;padding:16px 32px;transition:all .25s;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.btn:after,.expert-btn:after,.profile-btn:after,.badge-btn:after,.logout-btn:after,.btn-cancel:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s}.btn:hover:after,.expert-btn:hover:after,.profile-btn:hover:after,.badge-btn:hover:after,.logout-btn:hover:after,.btn-cancel:hover:after{opacity:1}.card,.benefit-card,.info-box,.stat-box,.privacy-note{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d}.btn-primary,.btn-confirm{background:#f59e0b;color:#0a0f1e;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary:after,.btn-confirm:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s ease}.btn-primary:hover,.btn-confirm:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 0 20px #f59e0b66}.btn-primary:hover:after,.btn-confirm:hover:after{opacity:1}.btn-primary:disabled,.btn-confirm:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary:disabled:hover,.btn-confirm:disabled:hover{background:#f59e0b;box-shadow:none}.grid-4,.benefits-grid,.stats-banner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:768px){.grid-4,.benefits-grid,.stats-banner{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.grid-4,.benefits-grid,.stats-banner{grid-template-columns:1fr}}.dashboard{background:linear-gradient(135deg,rgba(30,58,95,.4) 0%,transparent 60%);min-height:100vh;display:flex;flex-direction:column;position:relative}.dashboard:before{background-image:linear-gradient(rgba(245,158,11,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.06) 1px,transparent 1px);background-size:60px 60px}.dashboard-subnav{background:#0a0f1ed9;border-bottom:1px solid rgba(245,158,11,.15);position:sticky;top:0;z-index:99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.subnav-items{display:flex;align-items:stretch;gap:0}.subnav-item{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;color:#ffffff8c;font-family:Barlow Condensed,sans-serif;font-size:.85rem;letter-spacing:1px;text-transform:uppercase;text-decoration:none;border-bottom:2px solid transparent;transition:color .3s ease,border-color .3s ease;cursor:pointer}.subnav-item svg{font-size:.9rem}.subnav-item:hover{color:#ffffffd9;border-bottom-color:#f59e0b66}.subnav-item.active{color:#fbbf24;border-bottom-color:#f59e0b}.dashboard-header{background:#0a0f1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid #f59e0b;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #0000004d}.dashboard-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:nowrap;width:100%}.logo-section{display:flex;align-items:center;flex-wrap:nowrap;flex-shrink:0}.dashboard-title{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:1.5rem;margin:0;color:#f59e0b;text-shadow:0 0 20px rgba(245,158,11,.3)}.header-level{display:flex;flex-direction:column;gap:4px;flex-shrink:0;white-space:nowrap}.header-level__role{font-family:Barlow Condensed,sans-serif;font-size:.7rem;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff8c;opacity:.8;line-height:1}.header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;justify-content:flex-end;flex-shrink:1}.expert-btn{background:linear-gradient(135deg,#f59e0b,#c57f08);border:none;color:#0a0f1e;padding:.65rem 1.2rem;display:flex;align-items:center;gap:.4rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #f59e0b4d;font-size:.85rem;white-space:nowrap}.expert-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.expert-btn svg{font-size:.95rem}.profile-btn{background:transparent;border:1px solid rgba(245,158,11,.4);color:#fbbf24;padding:.65rem 1.2rem;display:flex;align-items:center;gap:.4rem;transition:all .3s ease;font-size:.85rem;white-space:nowrap}.profile-btn:hover{background:#f59e0b1a;border-color:#f59e0b;color:#f59e0b}.profile-btn svg{font-size:.9rem}.badge-btn{background:linear-gradient(135deg,#f59e0b2e,#fbbf2414);border:1px solid rgba(245,158,11,.55);color:#f59e0b;padding:.65rem 1.2rem;display:flex;align-items:center;gap:.4rem;transition:all .3s ease;box-shadow:inset 0 0 0 1px #f59e0b14;font-size:.85rem;white-space:nowrap}.badge-btn:hover{background:linear-gradient(135deg,#f59e0b47,#fbbf2424);border-color:#f59e0b;color:#fff7e6;transform:translateY(-2px);box-shadow:0 6px 18px #f59e0b2e}.badge-btn svg{font-size:.95rem}.logout-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.65rem 1.2rem;display:flex;align-items:center;gap:.4rem;transition:all .3s ease;font-size:.85rem;white-space:nowrap}.logout-btn:hover{background:#ffffff1a;border-color:#f59e0b;color:#f59e0b}.logout-btn svg{font-size:.95rem}.dashboard-main{flex:1;padding:3rem 0}.welcome-section{text-align:center;margin-bottom:2rem;animation:fadeInDown .6s ease}.welcome-title{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:3rem;color:#f59e0b;margin-bottom:1rem;text-shadow:0 0 30px rgba(245,158,11,.4)}.welcome-text{font-family:Barlow,sans-serif;font-size:1.2rem;color:#fffc;max-width:900px;margin:0 auto;line-height:1.7}.test-page-header{margin-bottom:2rem}.test-page-eyebrow{font-family:Barlow Condensed,sans-serif;font-size:12px;text-transform:uppercase;font-size:11px;color:#f59e0b;letter-spacing:3px;margin-bottom:8px}.test-page-eyebrow svg{margin-right:8px}.test-page-title{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(28px,4vw,44px);color:#f0f4ff;line-height:1}.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem}@media(max-width:900px){.modules-grid{grid-template-columns:1fr}}.test-history-card{width:100%;display:flex;align-items:center;gap:20px;background:#0a0f1e;border:1px solid rgba(255,255,255,.07);padding:20px 28px;cursor:pointer;transition:all .2s;margin-bottom:2rem;text-align:left}.test-history-card:hover{border-color:#f59e0b66;background:#1a2540}.test-history-card:hover .test-history-cta{gap:10px}.test-history-icon{font-size:20px;color:#f59e0b;flex-shrink:0}.test-history-text{flex:1}.test-history-text p{font-size:14px;font-weight:600;color:#f0f4ff;margin-bottom:2px}.test-history-text span{font-size:12px;color:#89b}.test-history-cta{font-family:Barlow Condensed,sans-serif;letter-spacing:3px;text-transform:uppercase;font-size:12px;color:#f59e0b;letter-spacing:1px;display:flex;align-items:center;gap:6px;transition:gap .2s;flex-shrink:0}.module-card{background:#0a0f1e;padding:40px 36px;position:relative;cursor:pointer;transition:all .3s;overflow:hidden;text-align:left;border:none;width:100%}.module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#f59e0b;transform:scaleX(0);transition:transform .3s}.module-card:hover{background:#1a2540}.module-card:hover:before{transform:scaleX(1)}.module-card:hover .module-cta{gap:14px}.module-icon{font-size:32px;margin-bottom:16px;display:block;color:#f59e0b}.module-name{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(22px,3vw,30px);margin-bottom:12px;color:#f0f4ff;white-space:pre-line}.module-desc{font-size:14px;line-height:1.7;color:#89b;margin-bottom:20px}.module-cta{display:flex;align-items:center;gap:8px;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:13px;letter-spacing:1.5px;color:#f59e0b;margin-top:24px;transition:gap .2s}.benefits-section{margin-bottom:4rem;animation:fadeInUp .6s ease .5s backwards}.benefits-section .section-title{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:2.5rem;color:#f59e0b;text-align:center;margin-bottom:2.5rem}.benefits-grid{gap:2rem}@media(max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.benefits-grid{grid-template-columns:1fr}}.benefit-card{background:#1a254099;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.2);padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);border-color:#f59e0b;box-shadow:0 10px 30px #f59e0b33}.benefit-card .benefit-icon{width:70px;height:70px;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,#f59e0b33,#fbbf241a);border:2px solid #f59e0b;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#f59e0b}.benefit-card h4{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:1.5rem;color:#fbbf24;margin-bottom:.75rem}.benefit-card p{color:#ffffffb3;line-height:1.5;margin:0}.test-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;animation:fadeInUp .6s ease .6s backwards}.info-box{background:linear-gradient(135deg,#1a2540cc,#111827cc);border:1px solid rgba(245,158,11,.3);padding:1.5rem;display:flex;align-items:center;gap:1.5rem}.info-box svg{font-size:2.5rem;color:#f59e0b;min-width:50px}.info-box div{flex:1}.info-box div strong{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;display:block;font-size:1.3rem;color:#fbbf24;margin-bottom:.5rem}.info-box div span{color:#ffffffb3;font-size:.95rem}.stats-banner{gap:2rem;margin-bottom:4rem;animation:fadeInUp .6s ease .7s backwards}@media(max-width:1024px){.stats-banner{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.stats-banner{grid-template-columns:1fr}}.stat-box{background:linear-gradient(135deg,#f59e0b26,#fbbf240d);border:2px solid #f59e0b;padding:2rem;text-align:center;transition:all .3s ease}.stat-box:hover{transform:scale(1.05);box-shadow:0 10px 40px #f59e0b4d}.stat-box .stat-number{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:3rem;color:#fbbf24;margin-bottom:.5rem;text-shadow:0 0 20px rgba(245,158,11,.5)}.stat-box .stat-label{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#fffc;font-size:1rem}.privacy-note{background:linear-gradient(135deg,#1a2540cc,#111827cc);border:2px solid #f59e0b;padding:2.5rem;text-align:center;animation:fadeInUp .6s ease .8s backwards}.privacy-note h4{font-family:Oswald,sans-serif;letter-spacing:.05em;text-transform:uppercase;font-size:2rem;color:#f59e0b;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem}.privacy-note h4 svg{font-size:1.8rem}.privacy-note p{color:#fffc;line-height:1.7;margin-bottom:1rem;font-size:1.05rem}.privacy-note p:last-child{margin-bottom:0}.privacy-note .privacy-guarantee{margin-top:1.5rem;padding:1rem;background:#f59e0b1a;border-radius:8px;border:1px solid rgba(245,158,11,.3)}.privacy-note .privacy-guarantee strong{color:#fbbf24;font-size:1.1rem}.dashboard-footer{background:#0a0f1ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(245,158,11,.3);padding:2rem 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.dashboard-footer p{color:#ffffff80;margin:0;font-size:.9rem}.dashboard-footer-rgpd{font-size:11px;letter-spacing:1px;color:#ffffff4d;text-decoration:none;transition:color .2s}.dashboard-footer-rgpd:hover{color:#f59e0b}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.header-content{gap:.6rem}.logo-section{gap:.5rem}.dashboard-title{font-size:1.25rem}.header-level{display:none}.header-actions{gap:.3rem}.expert-btn,.profile-btn,.badge-btn,.logout-btn{padding:.5rem .9rem;font-size:.75rem}}@media(max-width:768px){.dashboard-container{padding:0 1rem}.dashboard-header{padding:.75rem 0}.header-content{flex-wrap:wrap;align-items:center;gap:.4rem}.logo-section{flex:1;min-width:0}.nav-logo-text,.header-level{display:none}.header-actions{flex-shrink:0;gap:.3rem;justify-content:flex-end;min-width:max-content}.expert-btn,.profile-btn,.badge-btn,.logout-btn{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;gap:0;width:2rem;height:2rem;min-width:0;line-height:1;font-size:0;letter-spacing:0}.expert-btn svg,.profile-btn svg,.badge-btn svg,.logout-btn svg{display:block;font-size:.9rem;flex-shrink:0}.dashboard-subnav{overflow-x:auto;overflow-y:visible;scrollbar-width:none}.dashboard-subnav::-webkit-scrollbar{display:none}.subnav-items{width:max-content;min-width:100%}.subnav-item{padding:.75rem 1rem;font-size:.78rem;gap:.35rem;white-space:nowrap}.welcome-title{font-size:2.5rem}.modules-grid{grid-template-columns:1fr}.module-card{padding:2rem 1.5rem}}@media(max-width:480px){.subnav-item{padding:.7rem .85rem;font-size:0;gap:0}.subnav-item svg{font-size:1rem}.expert-btn,.profile-btn,.logout-btn{padding:.5rem .6rem}}@media(max-width:600px){.welcome-title{font-size:2rem}.welcome-text{font-size:1rem}}.modal-overlay{position:fixed;inset:0;background:#050a14d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s ease}.test-modal{background:#111827;border:1px solid rgba(245,158,11,.3);width:95%;max-width:560px;padding:36px;position:relative;box-shadow:0 24px 64px #00000080;animation:modalSlide .3s ease}.modal-steps{display:flex;gap:6px;margin-bottom:24px}.modal-step-dot{width:24px;height:3px;background:#ffffff26;transition:background .2s}.modal-step-dot.active{background:#f59e0b}.test-modal h3{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:28px;color:#f0f4ff;margin-bottom:20px}.modal-checklist{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px}.modal-checklist li{display:flex;align-items:center;gap:12px;color:#89b;font-size:14px}.modal-checklist li span{font-size:16px}.modal-warning{background:#f59e0b0f;border-left:3px solid rgba(245,158,11,.4);padding:12px 16px;color:#89b;font-size:13px}.motivation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.motivation-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;background:#0a0f1e;border:1px solid rgba(255,255,255,.07);color:#89b;font-size:12px;cursor:pointer;transition:all .2s}.motivation-card .motivation-emoji{font-size:1.3rem}.motivation-card:hover{border-color:#f59e0b66;color:#f0f4ff}.motivation-card.selected{border-color:#f59e0b;background:#f59e0b14;color:#f59e0b}.modal-niveau-grid{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.modal-niveau-card{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#0a0f1e;border:1px solid rgba(255,255,255,.07);cursor:pointer;transition:all .2s;text-align:left}.modal-niveau-card:hover{border-color:#f59e0b66}.modal-niveau-card.selected{border-color:#f59e0b;background:#f59e0b12}.modal-niveau-label{font-size:14px;font-weight:600;color:#f0f4ff}.modal-niveau-desc{font-size:12px;color:#89b}.modal-actions{margin-top:24px;display:flex;gap:12px}.btn-cancel{flex:1;background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.btn-cancel:hover{border-color:#f59e0b;color:#f59e0b}.btn-confirm{flex:1;display:flex;justify-content:center;align-items:center;gap:.75rem}.btn-confirm:hover{transform:translateY(-2px)}@keyframes modalSlide{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.feed-page{padding-bottom:3rem}.feed-header{text-align:center;margin-bottom:2.5rem;padding-top:2rem}.feed-title{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:2.2rem;color:#f59e0b;margin-bottom:.4rem}.feed-subtitle{color:#89b;font-size:1rem}.feed-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}@media(max-width:900px){.feed-layout{grid-template-columns:1fr}.feed-layout .feed-sidebar{display:none}}.feed-main{display:flex;flex-direction:column;gap:1.25rem}.feed-post{background:linear-gradient(135deg,#1a2540d9,#111827d9);border:1px solid rgba(245,158,11,.1);border-radius:16px;padding:1.5rem;transition:border-color .3s ease}.feed-post:hover{border-color:#f59e0b33}.post-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.post-avatar{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Barlow Condensed,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:.05em;flex-shrink:0}.post-meta{display:flex;flex-direction:column;gap:.15rem}.post-author{color:#f0f4ff;font-weight:600;font-size:.95rem}.post-role{color:#89b;font-size:.82rem}.post-time{color:#8899bbb3;font-size:.78rem}.post-time svg{font-size:.7rem;margin-right:.25rem}.post-content{color:#ffffffd1;font-size:.95rem;line-height:1.65;margin-bottom:1rem;white-space:pre-line}.post-stats{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;font-size:.82rem;color:#89b}.post-stat{display:flex;align-items:center;gap:.3rem}.stat-hearts{font-size:.9rem}.post-stat-right{color:#89b}.post-divider{height:1px;background:#ffffff0f;margin-bottom:.5rem}.post-actions{display:flex;gap:1.5rem;padding:.25rem 0 .75rem}.post-action{display:flex;align-items:center;gap:.4rem;color:#89b;font-size:.875rem;font-family:Barlow Condensed,sans-serif;letter-spacing:.05em;cursor:pointer;-webkit-user-select:none;user-select:none;background:none;border:none;padding:.25rem .5rem;border-radius:8px;transition:color .2s ease,background .2s ease}.post-action svg{font-size:.85rem}.post-action:hover:not(:disabled){color:#f59e0b;background:#f59e0b14}.post-action:disabled{cursor:not-allowed;opacity:.6}.post-action--active{color:#ef4444}.post-action--active:hover:not(:disabled){color:#ef4444;background:#ef44441a}.post-action--static{cursor:default}.post-action--static:hover{background:transparent;color:#89b}.post-delete{margin-left:auto;background:none;border:1px solid transparent;color:#89b;cursor:pointer;padding:.35rem .5rem;border-radius:8px;transition:color .2s ease,border-color .2s ease}.post-delete:hover{color:#ef4444;border-color:#ef444466}.feed-empty{text-align:center;padding:2rem;border-radius:16px;background:#111827b3;border:1px solid rgba(245,158,11,.1);color:#89b}.feed-composer{background:linear-gradient(135deg,#1a2540d9,#111827d9);border:1px solid rgba(245,158,11,.2);border-radius:16px;padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.composer-header{display:flex;align-items:center;gap:.85rem}.composer-header>div:last-child{display:flex;flex-direction:column}.composer-textarea{width:100%;resize:vertical;min-height:90px;background:#0a0f1e99;border:1px solid rgba(245,158,11,.15);border-radius:8px;padding:.75rem .9rem;color:#f0f4ff;font-family:Barlow,sans-serif;font-size:.95rem;line-height:1.55;box-sizing:border-box}.composer-textarea:focus{outline:none;border-color:#f59e0b73}.composer-actions{display:flex;justify-content:flex-end}.composer-submit{display:inline-flex;align-items:center;gap:.5rem;background:#f59e0b;color:#0a0f1e;border:none;padding:.6rem 1.2rem;border-radius:8px;font-family:Barlow Condensed,sans-serif;letter-spacing:.05em;font-weight:600;cursor:pointer;transition:filter .2s ease}.composer-submit:hover:not(:disabled){filter:brightness(1.1)}.composer-submit:disabled{opacity:.5;cursor:not-allowed}.feed-post--official{border-color:#f59e0b59;box-shadow:0 0 0 1px #f59e0b1a inset}.comment-form{display:flex;gap:.5rem;margin-top:.75rem}.comment-form input{flex:1;background:#0a0f1e99;border:1px solid rgba(245,158,11,.15);border-radius:8px;padding:.55rem .8rem;color:#f0f4ff;font-size:.9rem}.comment-form input:focus{outline:none;border-color:#f59e0b73}.comment-form button{background:#f59e0b;color:#0a0f1e;border:none;padding:0 .95rem;border-radius:8px;cursor:pointer;transition:filter .2s ease}.comment-form button:hover:not(:disabled){filter:brightness(1.1)}.comment-form button:disabled{opacity:.5;cursor:not-allowed}.comment-locked{margin-top:.75rem;padding:.55rem .8rem;border-radius:8px;background:#8899bb14;color:#89b;font-size:.82rem;display:flex;align-items:center;gap:.5rem}.post-comments{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.04)}.post-comment{display:flex;gap:.5rem;font-size:.875rem;background:#1a254066;padding:.5rem .75rem;border-radius:8px}.comment-author{color:#fbbf24;font-weight:600;white-space:nowrap;flex-shrink:0}.comment-delete{margin-left:auto;flex-shrink:0;background:none;border:none;color:transparent;cursor:pointer;padding:0 .25rem;font-size:.72rem;transition:color .2s ease}.post-comment:hover .comment-delete{color:#89b}.comment-delete:hover{color:#ef4444!important}.comment-text{color:#ffffffb3}.comments-more{color:#89b;font-size:.8rem;padding-left:.25rem;cursor:default}.comments-toggle{background:none;border:none;padding:.25rem 0;margin-top:.25rem;color:#89b;font-size:.82rem;cursor:pointer;display:flex;align-items:center;gap:.4rem}.comments-toggle:hover{color:#f59e0b}.feed-sidebar{display:flex;flex-direction:column;gap:1rem;position:sticky;top:1rem}.sidebar-card{background:linear-gradient(135deg,#1a2540d9,#111827d9);border:1px solid rgba(245,158,11,.1);border-radius:16px;padding:1.25rem}.sidebar-title{font-family:Barlow Condensed,sans-serif;font-size:.85rem;letter-spacing:1.5px;text-transform:uppercase;color:#f59e0b;margin-bottom:.75rem}.sidebar-text{color:#89b;font-size:.875rem;line-height:1.6}.sidebar-tags{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.sidebar-tags li{background:#f59e0b14;border:1px solid rgba(245,158,11,.18);color:#fbbf24;font-size:.78rem;padding:.25rem .7rem;border-radius:20px;font-family:Barlow Condensed,sans-serif;letter-spacing:.03em}.calendar-overlay{position:fixed;inset:0;background:#050a14e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:3000;padding:1rem;animation:fadeIn .25s ease}.calendar-modal{background:linear-gradient(135deg,#1a2540fa,#111827fa);border:2px solid #f59e0b;border-radius:18px;width:100%;max-width:820px;max-height:90vh;overflow-y:auto;padding:2.5rem;position:relative;box-shadow:0 25px 70px #000000b3,0 0 50px #f59e0b26;animation:modalSlide .3s ease}@keyframes modalSlide{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.calendar-close{position:absolute;top:1.25rem;right:1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff9;cursor:pointer;transition:all .2s ease;font-size:1rem}.calendar-close:hover{background:#ef444433;border-color:#ef444480;color:#ef4444}.calendar-header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:2rem;padding-right:2.5rem}.calendar-header>svg{font-size:2rem;color:#f59e0b;margin-top:.25rem;flex-shrink:0}.calendar-header h3{font-family:Oswald,sans-serif;font-size:2rem;color:#fbbf24;margin:0 0 .4rem;line-height:1}.calendar-header p{color:#ffffffa6;font-size:.95rem;margin:0}.calendar-loading,.calendar-empty{text-align:center;padding:3rem 1rem;color:#fff9;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1rem}.calendar-loading svg,.calendar-empty svg{color:#f59e0b;font-size:1.4rem}.calendar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem;margin-bottom:1.5rem}.calendar-day{display:flex;flex-direction:column;gap:.75rem}.calendar-day-header{font-family:Barlow Condensed,sans-serif;font-weight:600;letter-spacing:.5px;color:#f59e0b;font-size:.95rem;text-transform:uppercase;padding-bottom:.5rem;border-bottom:1px solid rgba(245,158,11,.25)}.calendar-slots{display:flex;flex-direction:column;gap:.5rem}.calendar-slot{display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fffc;font-size:.95rem;cursor:pointer;transition:all .2s ease;text-align:left}.calendar-slot svg{color:#fff6;font-size:.85rem}.calendar-slot:hover{background:#f59e0b1f;border-color:#f59e0b66;color:#fbbf24}.calendar-slot:hover svg{color:#f59e0b}.calendar-slot--active{background:#f59e0b33;border-color:#f59e0b;color:#fbbf24;font-weight:600;box-shadow:0 0 12px #f59e0b33}.calendar-slot--active svg{color:#f59e0b}.calendar-confirm-bar{border-top:1px solid rgba(245,158,11,.25);padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.calendar-confirm-info{display:flex;align-items:center;gap:.75rem;color:#ffffffd9;font-size:1rem}.calendar-confirm-info svg{color:#22c55e}.calendar-error{color:#ef4444;font-size:.9rem;margin:0;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;padding:.6rem 1rem}.cal-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.75rem;border-radius:10px;font-family:Barlow,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease;border:none}.cal-btn--primary{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0a0f1e;box-shadow:0 4px 14px #f59e0b59;align-self:flex-start}.cal-btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b73}.cal-btn--primary:disabled{opacity:.7;cursor:wait}.cal-btn--ghost{background:transparent;border:1.5px solid rgba(255,255,255,.2);color:#ffffffb3}.cal-btn--ghost:hover{border-color:#fff6;color:#fff}.calendar-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:1rem 0}.calendar-success-icon{font-size:4rem;color:#22c55e;filter:drop-shadow(0 0 20px rgba(34,197,94,.4));animation:popIn .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.calendar-success h3{font-family:Oswald,sans-serif;font-size:2.2rem;color:#fbbf24;margin:0}.calendar-success-date{display:flex;align-items:center;gap:.75rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:10px;padding:1rem 1.5rem;color:#ffffffd9;font-size:1.05rem}.calendar-success-date svg{color:#f59e0b}.calendar-success-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media(max-width:600px){.calendar-modal{padding:1.75rem 1.25rem;border-radius:14px}.calendar-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.calendar-success-actions{flex-direction:column}.calendar-success-actions .cal-btn{width:100%;justify-content:center}}.opportunites-card{background:linear-gradient(135deg,#1a2540e6,#111827e6);border:2px solid rgba(245,158,11,.4);border-radius:16px;padding:2.5rem;margin-bottom:4rem;position:relative;overflow:hidden;animation:fadeInUp .6s ease .4s backwards}.opportunites-card:before{content:"";position:absolute;top:-60%;right:-30%;width:300px;height:300px;background:radial-gradient(circle,rgba(245,158,11,.08) 0%,transparent 70%);pointer-events:none}.opportunites-card--loading{min-height:200px;display:flex;align-items:center;justify-content:center}.opp-spinner{width:40px;height:40px;border:3px solid rgba(245,158,11,.2);border-top-color:#f59e0b;border-radius:50%;animation:spin .8s linear infinite}.opp-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.75rem}.opp-icon{width:60px;height:60px;min-width:60px;border-radius:12px;background:linear-gradient(135deg,#f59e0b40,#fbbf241a);border:2px solid #f59e0b;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#f59e0b}.opp-title{font-family:Oswald,sans-serif;font-size:2rem;color:#fbbf24;margin:0 0 .5rem;line-height:1.1}.opp-subtitle{color:#ffffffbf;font-size:1rem;line-height:1.5;margin:0}.opp-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.6rem}.opp-features li{display:flex;align-items:center;gap:.75rem;color:#fffc;font-size:.95rem}.opp-features li svg{color:#22c55e;font-size:.9rem;flex-shrink:0}.opp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.75rem;border-radius:10px;font-family:Barlow,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease;border:none;text-decoration:none}.opp-btn--primary{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0a0f1e;box-shadow:0 4px 14px #f59e0b59}.opp-btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b73}.opp-btn--secondary{background:transparent;border:1.5px solid rgba(245,158,11,.5);color:#fbbf24}.opp-btn--secondary:hover{background:#f59e0b1a;border-color:#f59e0b}.opp-scheduled{display:flex;flex-direction:column;gap:1.25rem}.opp-scheduled-badge{display:inline-flex;align-items:center;gap:.6rem;background:#22c55e26;border:1px solid rgba(34,197,94,.4);border-radius:8px;padding:.6rem 1.2rem;color:#22c55e;font-weight:600;font-size:.95rem;align-self:flex-start}.opp-date{display:flex;align-items:center;gap:.75rem;color:#ffffffd9;font-size:1.05rem}.opp-date svg{color:#f59e0b}.opp-countdown{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:10px;padding:1.2rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;align-self:flex-start}.opp-countdown-label{color:#ffffffb3;font-size:.9rem}.opp-countdown-timer{display:flex;gap:1rem;align-items:flex-end}.opp-countdown-unit{display:flex;flex-direction:column;align-items:center;gap:.1rem;color:#fff9;font-size:.85rem}.opp-countdown-unit span{font-family:Oswald,sans-serif;font-size:2rem;color:#fbbf24;line-height:1;text-shadow:0 0 10px rgba(245,158,11,.4)}.opp-actions{display:flex;gap:1rem;flex-wrap:wrap}.opp-completed{display:flex;flex-direction:column;gap:1.25rem}.opp-completed-badge{display:inline-flex;align-items:center;gap:.6rem;background:#f59e0b26;border:1px solid rgba(245,158,11,.4);border-radius:8px;padding:.6rem 1.2rem;color:#fbbf24;font-weight:600;font-size:.95rem;align-self:flex-start}@media(max-width:600px){.opportunites-card{padding:1.75rem 1.25rem}.opp-header{flex-direction:column;gap:1rem}.opp-actions{flex-direction:column}.opp-actions .opp-btn{width:100%}.opp-countdown-timer{gap:.6rem}}.confirm-modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.confirm-modal{background:linear-gradient(135deg,#0a0f1efa,#111827fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:2.5rem;max-width:500px;width:90%;box-shadow:0 20px 60px #00000080,0 0 40px #0000004d;position:relative;animation:scaleIn .3s ease-out}.confirm-modal__close{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:1rem;right:1rem;padding:.5rem;color:#ffffff80;font-size:1.25rem;cursor:pointer;transition:all .2s ease;border-radius:4px}.confirm-modal__close:hover{color:#fff;background:#ffffff1a;transform:scale(1.1)}.confirm-modal__icon{font-size:4rem;margin:0 auto 1.5rem;width:fit-content;filter:drop-shadow(0 0 20px currentColor);animation:pulse 2s ease-in-out infinite}.confirm-modal__icon--danger{color:#ef4444}.confirm-modal__icon--warning{color:#f59e0b}.confirm-modal__icon--info{color:#fbbf24}.confirm-modal__title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 1rem;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.3)}.confirm-modal__message{font-size:1rem;color:#fffc;margin:0 0 2.5rem;text-align:center;line-height:1.6}.confirm-modal__actions{display:flex;gap:1rem;justify-content:center}.confirm-modal__btn{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px;text-transform:uppercase;letter-spacing:.5px}.confirm-modal__btn--cancel{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.2)}.confirm-modal__btn--cancel:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.confirm-modal__btn--confirm{color:#fff;border:none;position:relative;overflow:hidden;font-weight:700}.confirm-modal__btn--confirm:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.confirm-modal__btn--confirm:hover:before{left:100%}.confirm-modal__btn--confirm--danger{background:linear-gradient(135deg,#ef4444,#eb1515);box-shadow:0 4px 12px #ef444466,0 0 20px #ef44444d}.confirm-modal__btn--confirm--danger:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444499,0 0 30px #ef444466}.confirm-modal__btn--confirm--warning{background:linear-gradient(135deg,#f59e0b,#c57f08);box-shadow:0 4px 12px #f59e0b66}.confirm-modal__btn--confirm--warning:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b80}.confirm-modal__btn--confirm--info{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 4px 12px #f59e0b66}.confirm-modal__btn--confirm--info:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fbbf2480}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@media(max-width:768px){.confirm-modal{width:95%;max-width:400px;padding:2rem}.confirm-modal__icon{font-size:3rem;margin-bottom:1rem}.confirm-modal__title{font-size:1.5rem}.confirm-modal__message{font-size:.95rem;margin-bottom:2rem}.confirm-modal__actions{flex-direction:column-reverse;gap:.75rem}.confirm-modal__btn{width:100%;padding:.875rem 1.5rem;min-width:auto}}@media(max-width:480px){.confirm-modal{width:90%;padding:1.5rem}.confirm-modal__close{top:.75rem;right:.75rem;font-size:1.125rem}.confirm-modal__icon{font-size:2.5rem;margin-bottom:1rem}.confirm-modal__title{font-size:1.25rem;margin-bottom:.75rem}.confirm-modal__message{font-size:.875rem;margin-bottom:1.5rem}.confirm-modal__btn{padding:.75rem 1.25rem;font-size:.9rem;letter-spacing:.3px}}.eip-panel{background:linear-gradient(135deg,#1a2540e6,#111827e6);border:2px solid rgba(245,158,11,.4);border-radius:16px;padding:2.5rem;margin-bottom:4rem;animation:fadeInUp .6s ease .4s backwards}.eip-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem}.eip-title-row{display:flex;align-items:flex-start;gap:1.25rem}.eip-icon{width:60px;height:60px;min-width:60px;border-radius:12px;background:linear-gradient(135deg,#f59e0b40,#fbbf241a);border:2px solid #f59e0b;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#f59e0b}.eip-title{font-family:Oswald,sans-serif;font-size:2rem;color:#fbbf24;margin:0 0 .4rem;line-height:1.1}.eip-subtitle{color:#ffffffa6;font-size:.95rem;margin:0}.eip-refresh{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.6rem .8rem;color:#ffffff80;cursor:pointer;transition:all .2s ease;flex-shrink:0}.eip-refresh:hover{background:#f59e0b1a;border-color:#f59e0b66;color:#f59e0b}.eip-loading{display:flex;justify-content:center;padding:3rem 0}.eip-spinner{width:36px;height:36px;border:3px solid rgba(245,158,11,.2);border-top-color:#f59e0b;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.eip-empty{text-align:center;padding:3rem 1rem;color:#fff6;display:flex;flex-direction:column;align-items:center;gap:.75rem}.eip-empty svg{font-size:2.5rem}.eip-empty p{margin:0;font-size:1rem}.eip-list{display:flex;flex-direction:column;gap:.85rem}.eip-card{display:flex;align-items:center;gap:1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem 1.5rem;transition:border-color .2s ease}.eip-card:hover{border-color:#f59e0b4d}.eip-card--confirmed,.eip-card--pending{border-left:3px solid #22c55e}.eip-card--cancelled{border-left:3px solid rgba(239,68,68,.5);opacity:.65}.eip-card--completed{border-left:3px solid rgba(245,158,11,.5);opacity:.8}.eip-dot{display:none}.eip-info{flex:1;display:flex;flex-direction:column;gap:.4rem;min-width:0}.eip-date{display:flex;align-items:center;gap:.6rem;color:#ffffffe6;font-weight:600;font-size:.95rem;flex-wrap:wrap}.eip-date svg{color:#f59e0b;flex-shrink:0}.eip-badge-upcoming{background:#22c55e26;border:1px solid rgba(34,197,94,.4);border-radius:4px;padding:.1rem .5rem;font-size:.75rem;color:#22c55e;font-weight:600}.eip-user-row{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.eip-user,.eip-email{display:flex;align-items:center;gap:.45rem;font-size:.88rem;color:#fff9}.eip-user svg,.eip-email svg{font-size:.8rem;opacity:.6}.eip-status{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600}.eip-status--confirmed,.eip-status--pending{color:#22c55e}.eip-status--cancelled{color:#ef4444}.eip-status--completed{color:#f59e0b}.eip-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.eip-btn-join{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0a0f1e;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.eip-btn-join:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b66}.eip-btn-delete{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444b3;cursor:pointer;transition:all .2s ease}.eip-btn-delete:hover{background:#ef444433;border-color:#ef4444;color:#ef4444}@media(max-width:640px){.eip-panel{padding:1.5rem 1.25rem}.eip-card{flex-direction:column;align-items:flex-start;gap:1rem}.eip-actions{width:100%}.eip-actions .eip-btn-join{flex:1;justify-content:center}.eip-title-row{flex-direction:column;gap:.75rem}}@keyframes glow-pulse{0%,to{box-shadow:0 0 12px 2px var(--badge-accent, #f59e0b),0 0 0 0 transparent}50%{box-shadow:0 0 22px 6px var(--badge-accent, #f59e0b),0 0 40px 10px #f59e0b1f}}@keyframes shimmer{0%{transform:translate(-100%) skew(-15deg)}to{transform:translate(250%) skew(-15deg)}}@keyframes halo-expand{0%{opacity:.7;transform:scale(.8)}to{opacity:0;transform:scale(2.4)}}@keyframes icon-bounce{0%,to{transform:translateY(0)}40%{transform:translateY(-6px)}70%{transform:translateY(-3px)}}@keyframes bar-glow{0%,to{box-shadow:0 0 8px #f59e0b80}50%{box-shadow:0 0 18px #f59e0be6}}@keyframes trophy-spin{0%{transform:rotate(-8deg) scale(1)}50%{transform:rotate(8deg) scale(1.12)}to{transform:rotate(-8deg) scale(1)}}.badges-page{height:100vh;display:flex;flex-direction:column;overflow:hidden;color:#f0f4ff;position:relative}.badges-page:before{background-image:linear-gradient(rgba(245,158,11,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.06) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.badges-header{flex:0 0 auto;padding:1.5rem 2rem 1.25rem;background:linear-gradient(180deg,#0a0f1efa,#0a0f1ed9);border-bottom:1px solid rgba(245,158,11,.18);position:relative;z-index:2}.badges-header__inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.badges-header__title{display:flex;align-items:center;gap:.75rem;flex:0 0 auto}.badges-header__title h1{margin:0;font-family:Oswald,sans-serif;font-size:1.8rem;letter-spacing:2px;text-transform:uppercase;color:#fbbf24}.badges-header__trophy{font-size:1.6rem;color:#f59e0b;animation:trophy-spin 3s ease-in-out infinite;transform-origin:center}.badges-header__stats{flex:1;min-width:220px;display:flex;flex-direction:column;gap:.45rem}.badges-header__count{display:flex;align-items:baseline;gap:.3rem}.badges-header__num{font-family:Oswald,sans-serif;font-size:1.9rem;color:#fbbf24;line-height:1}.badges-header__sep{font-size:1.1rem;color:#f0f4ff66}.badges-header__total{font-size:1.1rem;color:#f0f4ff8c}.badges-header__label{font-family:Barlow Condensed,sans-serif;font-size:.75rem;letter-spacing:1.5px;text-transform:uppercase;color:#f0f4ff80;margin-left:.4rem;align-self:center}.badges-header__bar-wrap{height:6px;border-radius:999px;background:#f0f4ff1a;overflow:hidden;max-width:320px}.badges-header__bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#f59e0b,#fbbf24);transition:width 1s cubic-bezier(.22,1,.36,1);animation:bar-glow 2.5s ease-in-out infinite}.badges-header__motivation{margin:0;font-size:.82rem;font-family:Barlow Condensed,sans-serif;letter-spacing:1px;text-transform:uppercase;color:#f0f4ff73}@media(max-width:640px){.badges-header{padding:1rem 1.25rem}.badges-header__inner{gap:1rem}.badges-header__title h1{font-size:1.4rem}.badges-header__num{font-size:1.5rem}}.badges-section{flex:1;overflow-y:auto;position:relative;z-index:1;padding:1.5rem 2rem;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(245,158,11,.3) transparent}.badges-section::-webkit-scrollbar{width:5px}.badges-section::-webkit-scrollbar-track{background:transparent}.badges-section::-webkit-scrollbar-thumb{background:#f59e0b4d;border-radius:999px}@media(max-width:768px){.badges-section{padding:1.25rem 1rem}}@media(max-width:480px){.badges-section{padding:1rem .75rem}}.badges-empty{text-align:center;padding:3rem;border-radius:14px;background:#111827d1;border:1px solid rgba(245,158,11,.1);color:#f0f4ff99}.badges-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;max-width:1400px;margin:0 auto}@media(max-width:768px){.badges-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}}@media(max-width:480px){.badges-grid{grid-template-columns:1fr;gap:8px}}.badge-card{position:relative;overflow:hidden;border-radius:14px;padding:16px 18px;background:#111827e6;border:1px solid rgba(245,158,11,.12);box-shadow:0 4px 20px #0000004d;transition:transform .2s ease,border-color .2s ease}.badge-card:hover{transform:translateY(-3px)}.badge-card.unlocked{border-color:rgba(var(--badge-accent, #f59e0b),.35);animation:glow-pulse 3s ease-in-out infinite}.badge-card.unlocked:hover{border-color:#f59e0b80}.badge-card.locked{filter:grayscale(.8) brightness(.75)}.badge-card__shine{position:absolute;top:0;left:0;width:40%;height:100%;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.06) 50%,transparent 70%);animation:shimmer 4s ease-in-out infinite 1.5s;pointer-events:none}.badge-card__top{display:flex;align-items:center;gap:12px;margin-bottom:10px}.badge-card__icon{flex:0 0 auto;width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#0a0f1e80;border:1px solid rgba(245,158,11,.1);font-size:1.4rem;color:#f0f4ff59;position:relative}.badge-card__icon--lit{border-color:rgba(var(--badge-accent, #f59e0b),.4);background:#0a0f1eb3;animation:icon-bounce 2.8s ease-in-out infinite}.badge-card__halo{position:absolute;inset:0;border-radius:inherit;border:2px solid var(--badge-accent, #f59e0b);animation:halo-expand 2s ease-out infinite;pointer-events:none}.badge-card__meta{flex:1;display:flex;flex-direction:column;gap:6px}.badge-card__category{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.65rem;color:#f0f4ff73}.badge-card__state{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;font-size:.72rem;font-family:Barlow Condensed,sans-serif;letter-spacing:.5px;width:fit-content}.badge-card__title{margin:0 0 5px;font-size:1.05rem;font-family:Oswald,sans-serif;letter-spacing:1px;color:#f0f4ff;line-height:1.2}.badge-card__desc{margin:0 0 10px;font-size:.83rem;color:#f0f4ffa6;line-height:1.45}.badge-card__objective{padding:8px 12px;border-radius:8px;background:#0a0f1e73;border:1px solid rgba(245,158,11,.1)}.badge-card__objective span{display:block;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.6rem;color:#f0f4ff73;margin-bottom:3px}.badge-card__objective strong{display:block;color:#fbbf24;font-size:.82rem;line-height:1.35}.badge-card__earned{margin-top:8px;font-size:.75rem;color:#f0f4ff66;font-style:italic}.unlocked-state{background:#22c55e26;color:#22c55ef2}.locked-state{background:#8899bb1a;color:#8899bbb3}.toast{position:fixed;top:2rem;right:2rem;min-width:320px;max-width:500px;padding:1rem 1.5rem;background:#111827f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080;display:flex;align-items:center;gap:1rem;animation:slideIn .3s ease-out;z-index:9999}.toast__icon{font-size:1.5rem;flex-shrink:0;filter:drop-shadow(0 0 8px currentColor)}.toast__message{flex:1;font-size:.95rem;line-height:1.4;color:#fff;font-weight:500}.toast__close{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.5rem;color:#ffffff80;cursor:pointer;transition:all .2s ease;font-size:1rem}.toast__close:hover{color:#fff;transform:scale(1.1)}.toast--success{border-left:3px solid #22c55e;box-shadow:0 8px 32px #00000080,0 0 20px #22c55e33}.toast--success .toast__icon{color:#22c55e}.toast--error{border-left:3px solid #ef4444;box-shadow:0 8px 32px #00000080,0 0 20px #ef444433}.toast--error .toast__icon{color:#ef4444}.toast--info{border-left:3px solid #f59e0b;box-shadow:0 8px 32px #00000080,0 0 20px #f59e0b33}.toast--info .toast__icon{color:#f59e0b}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.toast-container{position:fixed;top:2rem;right:2rem;display:flex;flex-direction:column;gap:1rem;z-index:9999;pointer-events:none}.toast-container .toast{position:static;pointer-events:all}@media(max-width:768px){.toast{top:1rem;right:1rem;left:1rem;min-width:auto;max-width:none;padding:.875rem 1rem}.toast__icon{font-size:1.25rem}.toast__message{font-size:.875rem}.toast__close{padding:.375rem;font-size:.875rem}.toast-container{top:1rem;right:1rem;left:1rem}}@media(max-width:480px){.toast{padding:.75rem .875rem;border-radius:4px}.toast__icon{font-size:1.125rem}.toast__message{font-size:.8rem;line-height:1.3}}.btn,.feedback-section .feedback-success .feedback-edit-btn{font-family:Barlow Condensed,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;padding:16px 32px;transition:all .25s;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.btn:after,.feedback-section .feedback-success .feedback-edit-btn:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s}.btn:hover:after,.feedback-section .feedback-success .feedback-edit-btn:hover:after{opacity:1}.card,.feedback-section{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d}.btn-primary,.feedback-section .feedback-submit-btn{background:#f59e0b;color:#0a0f1e;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary:after,.feedback-section .feedback-submit-btn:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s ease}.btn-primary:hover,.feedback-section .feedback-submit-btn:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 0 20px #f59e0b66}.btn-primary:hover:after,.feedback-section .feedback-submit-btn:hover:after{opacity:1}.btn-primary:disabled,.feedback-section .feedback-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary:disabled:hover,.feedback-section .feedback-submit-btn:disabled:hover{background:#f59e0b;box-shadow:none}.expert-dashboard{min-height:100vh;background:#0a0f1e;color:#fff}.expert-dashboard .expert-header{background:linear-gradient(135deg,#0a0f1e,#04050b);border-bottom:1px solid rgba(245,158,11,.1);padding:2rem 3rem}.expert-dashboard .expert-header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.expert-dashboard .expert-header-content h1{font-size:2rem;font-weight:700;color:#f59e0b;margin:0}.expert-dashboard .expert-header-content .btn-back{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease}.expert-dashboard .expert-header-content .btn-back:hover{background:#ffffff1a;border-color:#f59e0b;color:#f59e0b}.expert-dashboard .expert-header-content .btn-add{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#f59e0b,#c57f08);color:#0a0f1e;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #f59e0b4d}.expert-dashboard .expert-header-content .btn-add:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.expert-dashboard .expert-tabs{display:flex;border-bottom:2px solid rgba(255,255,255,.05);background:#ffffff03;padding:0 3rem;gap:.5rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.expert-dashboard .expert-tabs .tab-btn{background:none;border:none;padding:0;margin:0 0 -2px;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 2rem;color:#ffffff80;font-weight:500;border-bottom:3px solid transparent;transition:all .3s ease;font-size:.95rem}.expert-dashboard .expert-tabs .tab-btn:hover{color:#fff}.expert-dashboard .expert-tabs .tab-btn.active{color:#f59e0b;border-bottom-color:#f59e0b}.expert-dashboard .expert-tabs .tab-btn .tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 .5rem;background:#ffffff1a;border-radius:999px;font-size:.75rem;font-weight:700}.expert-dashboard .expert-tabs .tab-btn .tab-count.tab-count-archive{background:#f59e0b33;color:#f59e0b}.expert-dashboard .expert-filters{background:#ffffff05;padding:1.5rem 3rem;border-bottom:1px solid rgba(255,255,255,.05)}.expert-dashboard .expert-filters .filter-group{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1.5rem}.expert-dashboard .expert-filters .filter-group svg{color:#f59e0b;font-size:1.2rem}.expert-dashboard .expert-filters .filter-group select{padding:1rem 1.5rem;background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:4px;font-size:.95rem;transition:all .3s ease}.expert-dashboard .expert-filters .filter-group select:hover{border-color:#f59e0b}.expert-dashboard .expert-filters .filter-group select:focus{outline:none;background:#ffffff14;border-color:#f59e0b}.expert-dashboard .expert-filters .filter-group select option{background:#0a0f1e}.expert-dashboard .expert-filters .filter-group .filter-count{margin-left:auto;color:#f59e0b;font-weight:600}.expert-dashboard .archives-banner{display:flex;align-items:center;justify-content:center;gap:1rem;background:#f59e0b14;border-bottom:1px solid rgba(245,158,11,.2);padding:1rem 3rem;color:#f59e0be6;font-size:.9rem;max-width:100%}.expert-dashboard .archives-banner svg{flex-shrink:0}.expert-dashboard .expert-content{padding:1rem;max-width:100%;margin:0 auto}.expert-dashboard .expert-content .questions-cards{display:none}.expert-dashboard .expert-content .empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.5rem;padding:6rem;color:#ffffff4d;font-size:1rem}.expert-dashboard .expert-content .empty-state svg{font-size:2.5rem}.expert-dashboard .expert-content .empty-state p{margin:0}.expert-dashboard .expert-content .questions-table{background:#ffffff05;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000004d}.expert-dashboard .expert-content .questions-table table{width:100%;border-collapse:collapse}.expert-dashboard .expert-content .questions-table table thead{background:#f59e0b1a}.expert-dashboard .expert-content .questions-table table thead tr th{padding:1.5rem;text-align:left;color:#f59e0b;font-weight:600;border-bottom:2px solid rgba(245,158,11,.3);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.expert-dashboard .expert-content .questions-table table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s ease}.expert-dashboard .expert-content .questions-table table tbody tr:hover{background:#ffffff08}.expert-dashboard .expert-content .questions-table table tbody tr.row-archived{opacity:.7;background:#f59e0b05}.expert-dashboard .expert-content .questions-table table tbody tr td{padding:1rem 1.5rem;color:#ffffffe6;font-size:.85rem;vertical-align:top}.expert-dashboard .expert-content .questions-table table tbody tr td.question-text{line-height:1.5;word-break:break-word}.expert-dashboard .expert-content .questions-table table tbody tr td.reponses-cell{white-space:normal;word-break:break-word}.expert-dashboard .expert-content .questions-table table tbody tr td.reponses-cell .reponse-line{font-size:.85rem;line-height:1.4;padding:2px 0;color:#ffffffb3}.expert-dashboard .expert-content .questions-table table tbody tr td.reponses-cell .reponse-line--correct{color:#22c55e;font-weight:600}.expert-dashboard .expert-content .questions-table table tbody tr td.commentaire-text{font-size:.85rem;color:#ffffffa6;line-height:1.4;word-break:break-word}.expert-dashboard .expert-content .questions-table table tbody tr td.archived-date{color:#f59e0bb3;font-size:.85rem}.expert-dashboard .expert-content .questions-table table tbody tr td .badge-niveau{display:inline-block;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:600;text-transform:capitalize}.expert-dashboard .expert-content .questions-table table tbody tr td .badge-niveau.badge-junior{background:#6366f133;color:#6366f1;border:1px solid rgba(99,102,241,.4)}.expert-dashboard .expert-content .questions-table table tbody tr td .badge-niveau.badge-confirme{background:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.4)}.expert-dashboard .expert-content .questions-table table tbody tr td .badge-niveau.badge-senior{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.4)}.expert-dashboard .expert-content .questions-table table tbody tr td .badge-matiere{display:inline-block;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:600;text-transform:capitalize}.expert-dashboard .expert-content .questions-table table tbody tr td .badge-matiere.badge-classique{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.4)}.expert-dashboard .expert-content .questions-table table tbody tr td .badge-matiere.badge-soft_skills{background:#a855f733;color:#a855f7;border:1px solid rgba(168,85,247,.4)}.expert-dashboard .expert-content .questions-table table tbody tr td .badge-matiere.badge-anglais{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.4)}.expert-dashboard .expert-content .questions-table table tbody tr td.actions{display:flex;align-items:center;justify-content:center;gap:.5rem}.expert-dashboard .expert-content .questions-table table tbody tr td.actions button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease}.expert-dashboard .expert-content .questions-table table tbody tr td.actions button.btn-edit{color:#3b82f6;background:#3b82f61a}.expert-dashboard .expert-content .questions-table table tbody tr td.actions button.btn-edit:hover{background:#3b82f633;transform:scale(1.1)}.expert-dashboard .expert-content .questions-table table tbody tr td.actions button.btn-archive{color:#f59e0b;background:#f59e0b1a}.expert-dashboard .expert-content .questions-table table tbody tr td.actions button.btn-archive:hover{background:#f59e0b33;transform:scale(1.1)}.expert-dashboard .expert-content .questions-table table tbody tr td.actions button.btn-restore{color:#22c55e;background:#22c55e1a}.expert-dashboard .expert-content .questions-table table tbody tr td.actions button.btn-restore:hover{background:#22c55e33;transform:scale(1.1)}.expert-dashboard .modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.expert-dashboard .modal-overlay .modal-content{background:#0a0f1e;border:1px solid rgba(245,158,11,.2);border-radius:12px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.expert-dashboard .modal-overlay .modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.expert-dashboard .modal-overlay .modal-content .modal-header h2{margin:0;color:#f59e0b;font-size:1.5rem}.expert-dashboard .modal-overlay .modal-content .modal-header .btn-close{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0d;color:#fff;transition:all .2s ease}.expert-dashboard .modal-overlay .modal-content .modal-header .btn-close:hover{background:#ffffff1a;color:#f59e0b}.expert-dashboard .modal-overlay .modal-content .question-form{padding:2rem}.expert-dashboard .modal-overlay .modal-content .question-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.expert-dashboard .modal-overlay .modal-content .question-form .form-group{margin-bottom:1.5rem}.expert-dashboard .modal-overlay .modal-content .question-form .form-group label{display:block;margin-bottom:.5rem;color:#f59e0b;font-weight:600;font-size:.9rem}.expert-dashboard .modal-overlay .modal-content .question-form .form-group input,.expert-dashboard .modal-overlay .modal-content .question-form .form-group textarea,.expert-dashboard .modal-overlay .modal-content .question-form .form-group select{width:100%;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;font-size:.95rem;transition:all .3s ease;box-sizing:border-box}.expert-dashboard .modal-overlay .modal-content .question-form .form-group input:focus,.expert-dashboard .modal-overlay .modal-content .question-form .form-group textarea:focus,.expert-dashboard .modal-overlay .modal-content .question-form .form-group select:focus{outline:none;background:#ffffff14;border-color:#f59e0b}.expert-dashboard .modal-overlay .modal-content .question-form .form-group input:disabled,.expert-dashboard .modal-overlay .modal-content .question-form .form-group textarea:disabled,.expert-dashboard .modal-overlay .modal-content .question-form .form-group select:disabled{opacity:.5;cursor:not-allowed;background:#ffffff05}.expert-dashboard .modal-overlay .modal-content .question-form .form-group textarea{resize:vertical;font-family:inherit}.expert-dashboard .modal-overlay .modal-content .question-form .form-group select option{background:#0a0f1e}.expert-dashboard .modal-overlay .modal-content .question-form .form-actions{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;margin-top:2rem}.expert-dashboard .modal-overlay .modal-content .question-form .form-actions button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 2rem;border-radius:8px;font-weight:600;transition:all .3s ease}.expert-dashboard .modal-overlay .modal-content .question-form .form-actions button.btn-cancel{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.expert-dashboard .modal-overlay .modal-content .question-form .form-actions button.btn-cancel:hover{background:#ffffff1a}.expert-dashboard .modal-overlay .modal-content .question-form .form-actions button.btn-save{background:linear-gradient(135deg,#f59e0b,#c57f08);color:#0a0f1e;display:flex;align-items:center;justify-content:center;gap:.5rem}.expert-dashboard .modal-overlay .modal-content .question-form .form-actions button.btn-save:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.expert-dashboard .expert-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.5rem;color:#f59e0b}@media(max-width:1024px){.expert-dashboard .expert-header{padding:1.5rem 2rem}.expert-dashboard .expert-header-content h1{font-size:1.5rem}.expert-dashboard .expert-tabs{padding:0 2rem}.expert-dashboard .expert-content{padding:2rem}}@media(max-width:768px){.expert-dashboard .expert-header{padding:1.5rem}.expert-dashboard .expert-header-content{flex-direction:column;gap:1.5rem;align-items:stretch}.expert-dashboard .expert-header-content h1{font-size:1.25rem;text-align:center}.expert-dashboard .expert-header-content .btn-back,.expert-dashboard .expert-header-content .btn-add{width:100%;justify-content:center}.expert-dashboard .expert-tabs{padding:0 1.5rem}.expert-dashboard .expert-tabs .tab-btn{padding:1rem 1.5rem;font-size:.85rem}.expert-dashboard .expert-filters{padding:1.5rem}.expert-dashboard .expert-filters .filter-group{flex-direction:column;gap:1rem}.expert-dashboard .expert-filters .filter-group svg{display:none}.expert-dashboard .expert-filters .filter-group select{width:100%}.expert-dashboard .expert-filters .filter-group .filter-count{margin-left:0;text-align:center;padding:.5rem;background:#f59e0b1a;border-radius:4px}.expert-dashboard .archives-banner{padding:1rem 1.5rem;font-size:.8rem}.expert-dashboard .expert-content{padding:1.5rem}.expert-dashboard .expert-content .questions-table{display:none}.expert-dashboard .expert-content .questions-cards{display:flex;flex-direction:column;gap:1.5rem}.expert-dashboard .expert-content .questions-cards .question-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:1.5rem;transition:all .3s ease}.expert-dashboard .expert-content .questions-cards .question-card:hover{background:#ffffff0a;border-color:#f59e0b4d}.expert-dashboard .expert-content .questions-cards .question-card.card-archived{opacity:.75;border-color:#f59e0b26;background:#f59e0b05}.expert-dashboard .expert-content .questions-cards .question-card .card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-meta{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-meta .card-id{color:#f59e0b;font-weight:600;font-size:.85rem}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-meta .badge-niveau{font-size:.7rem;padding:.25rem .5rem}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-meta .card-poids{color:#fff9;font-size:.75rem}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-meta .card-archived-date{color:#f59e0bb3;font-size:.75rem;font-style:italic}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-actions{display:flex;align-items:center;justify-content:center;gap:.5rem}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-actions button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-actions button.btn-edit{color:#3b82f6;background:#3b82f61a}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-actions button.btn-edit:hover{background:#3b82f633;transform:scale(1.1)}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-actions button.btn-archive{color:#f59e0b;background:#f59e0b1a}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-actions button.btn-archive:hover{background:#f59e0b33;transform:scale(1.1)}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-actions button.btn-restore{color:#22c55e;background:#22c55e1a}.expert-dashboard .expert-content .questions-cards .question-card .card-header .card-actions button.btn-restore:hover{background:#22c55e33;transform:scale(1.1)}.expert-dashboard .expert-content .questions-cards .question-card .card-body .card-info{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.expert-dashboard .expert-content .questions-cards .question-card .card-body .card-info .info-label{color:#fff9;font-size:.8rem;font-weight:500;min-width:100px}.expert-dashboard .expert-content .questions-cards .question-card .card-body .card-info .info-value{color:#fff;font-size:.85rem}.expert-dashboard .expert-content .questions-cards .question-card .card-body .card-question{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.expert-dashboard .expert-content .questions-cards .question-card .card-body .card-question .question-label{display:block;color:#f59e0b;font-weight:600;font-size:.85rem;margin-bottom:.5rem}.expert-dashboard .expert-content .questions-cards .question-card .card-body .card-question p{color:#ffffffe6;font-size:.9rem;line-height:1.5;margin:0}.expert-dashboard .expert-content .questions-cards .question-card .card-body .card-reponses{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.expert-dashboard .expert-content .questions-cards .question-card .card-body .card-reponses .info-label{display:block;color:#f59e0b;font-weight:600;font-size:.85rem;margin-bottom:.5rem}.expert-dashboard .expert-content .questions-cards .question-card .card-body .card-reponses .reponse-line{font-size:.85rem;line-height:1.5;padding:2px 0;color:#ffffffb3}.expert-dashboard .expert-content .questions-cards .question-card .card-body .card-reponses .reponse-line--correct{color:#22c55e;font-weight:600}.expert-dashboard .modal-overlay{padding:0}.expert-dashboard .modal-overlay .modal-content{width:100%;max-width:100%;max-height:100vh;border-radius:0;margin:0}.expert-dashboard .modal-overlay .modal-content .modal-header{padding:1.5rem;position:sticky;top:0;background:#0a0f1e;z-index:10}.expert-dashboard .modal-overlay .modal-content .modal-header h2{font-size:1.25rem}.expert-dashboard .modal-overlay .modal-content .modal-header .btn-close{width:32px;height:32px}.expert-dashboard .modal-overlay .modal-content .question-form{padding:1.5rem}.expert-dashboard .modal-overlay .modal-content .question-form .form-row{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.expert-dashboard .modal-overlay .modal-content .question-form .form-group{margin-bottom:1rem}.expert-dashboard .modal-overlay .modal-content .question-form .form-actions{flex-direction:column-reverse;gap:1rem}.expert-dashboard .modal-overlay .modal-content .question-form .form-actions button{width:100%;padding:1.5rem;justify-content:center}}@media(max-width:480px){.expert-header .expert-dashboard-content h1{font-size:1.1rem}.expert-header .expert-dashboard-content .btn-back,.expert-header .expert-dashboard-content .btn-add{font-size:.85rem;padding:1rem}}.expert-dashboard .tab-count-interview{background:#22c55e33;color:#22c55e}.expert-dashboard .interviews-panel{padding-top:2rem}.expert-dashboard .iv-table{display:flex;flex-direction:column;background:#ffffff05;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.expert-dashboard .iv-row{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr auto;align-items:center;gap:1.5rem;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.05);transition:background .15s ease}.expert-dashboard .iv-row:last-child{border-bottom:none}.expert-dashboard .iv-row--head{background:#f59e0b14;border-bottom:1px solid rgba(245,158,11,.2);padding:1rem 2rem}.expert-dashboard .iv-row--confirmed:hover,.expert-dashboard .iv-row--pending:hover{background:#ffffff08}.expert-dashboard .iv-row--cancelled{background:#ef44440a;opacity:.7}.expert-dashboard .iv-row--cancelled:hover{background:#ef444412}.expert-dashboard .iv-row--completed{opacity:.6}.expert-dashboard .iv-row--completed:hover{background:#ffffff05}.expert-dashboard .iv-col{display:flex;align-items:center;gap:.45rem;font-size:.9rem;color:#ffffffd9;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expert-dashboard .iv-col svg{color:#ffffff59;font-size:.8rem;flex-shrink:0}.expert-dashboard .iv-col--head{color:#f59e0b;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.expert-dashboard .iv-col--actions{display:flex;align-items:center;gap:.5rem;justify-content:flex-end;overflow:visible}.expert-dashboard .iv-badge-upcoming{background:#22c55e26;border:1px solid rgba(34,197,94,.35);border-radius:4px;padding:.1rem .45rem;font-size:.72rem;color:#22c55e;font-weight:700;flex-shrink:0}.expert-dashboard .iv-status{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;padding:.25rem .6rem;border-radius:5px}.expert-dashboard .iv-status--confirmed,.expert-dashboard .iv-status--pending{color:#22c55e;background:#22c55e1a}.expert-dashboard .iv-status--cancelled{color:#ef4444;background:#ef44441f}.expert-dashboard .iv-status--completed{color:#f59e0b;background:#f59e0b1a}.expert-dashboard .iv-btn-join{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;gap:.4rem;padding:.45rem .9rem;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0a0f1e;border-radius:4px;font-size:.82rem;font-weight:700;white-space:nowrap;transition:all .2s ease}.expert-dashboard .iv-btn-join:hover{transform:translateY(-1px);box-shadow:0 3px 10px #f59e0b66}.expert-dashboard .iv-btn-delete{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:4px;background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#ef444499;transition:all .2s ease;flex-shrink:0}.expert-dashboard .iv-btn-delete:hover{background:#ef444433;border-color:#ef4444;color:#ef4444}@media(max-width:768px){.expert-dashboard .iv-row{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.expert-dashboard .iv-row--head{display:none}.expert-dashboard .iv-col{white-space:normal}.expert-dashboard .iv-col--actions{justify-content:flex-start}}.feedback-section{background:linear-gradient(135deg,#1a2540cc,#111827cc);border:2px solid rgba(245,158,11,.3);padding:2.5rem;margin-bottom:4rem;animation:fadeInUp .6s ease .85s backwards;transition:border-color .3s ease}.feedback-section:hover{border-color:#f59e0b99}.feedback-section .feedback-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.feedback-section .feedback-header svg{font-size:1.8rem;color:#f59e0b}.feedback-section .feedback-header h3{font-family:Oswald,sans-serif;letter-spacing:.05em;text-transform:uppercase;font-size:2rem;color:#f59e0b;margin:0}.feedback-section .feedback-intro{color:#ffffffa6;font-size:.95rem;margin-bottom:2rem}.feedback-section .feedback-intro--locked{color:#ffffff73;font-style:italic}.feedback-section .feedback-intro--locked strong{color:#f59e0b;font-style:normal}.feedback-section .feedback-form{display:flex;flex-direction:column;gap:1.5rem}.feedback-section .feedback-score-row{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.feedback-section .feedback-score-display{display:flex;align-items:baseline;gap:.25rem;flex-shrink:0;transition:color .3s ease}.feedback-section .feedback-score-display .feedback-score-number{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:3.5rem;line-height:1}.feedback-section .feedback-score-display .feedback-score-total{font-size:1.2rem;color:#ffffff80;margin-right:.75rem}.feedback-section .feedback-score-display .feedback-score-label{font-size:.95rem;font-weight:600;color:inherit;opacity:.85}.feedback-section .feedback-slider-wrapper{flex:1;min-width:200px}.feedback-section .feedback-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:#ffffff1a;outline:none;cursor:pointer;position:relative}.feedback-section .feedback-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--note-color, #f59e0b);cursor:pointer;border:3px solid rgba(255,255,255,.9);box-shadow:0 2px 10px #0006;transition:transform .2s ease,box-shadow .2s ease}.feedback-section .feedback-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 16px #00000080}.feedback-section .feedback-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--note-color, #f59e0b);cursor:pointer;border:3px solid rgba(255,255,255,.9);box-shadow:0 2px 10px #0006}.feedback-section .feedback-slider-labels{display:flex;justify-content:space-between;margin-top:.4rem}.feedback-section .feedback-slider-labels span{font-size:.75rem;color:#ffffff59}.feedback-section .feedback-comment-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.feedback-section .feedback-comment-group label{color:#f59e0b;font-weight:600;font-size:.9rem}.feedback-section .feedback-comment-group label span{color:#ef4444;margin-left:2px}.feedback-section .feedback-comment-group textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem;color:#fff;font-size:.95rem;font-family:inherit;resize:vertical;transition:border-color .3s ease,background .3s ease;min-height:100px}.feedback-section .feedback-comment-group textarea::placeholder{color:#ffffff4d}.feedback-section .feedback-comment-group textarea:focus{outline:none;border-color:#f59e0b;background:#ffffff14}.feedback-section .feedback-comment-group .feedback-char-count{align-self:flex-end;font-size:.78rem;color:#ffffff4d}.feedback-section .feedback-error{color:#ef4444;font-size:.88rem;margin:0;padding:.5rem .75rem;background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:6px}.feedback-section .feedback-submit-btn{align-self:flex-start;display:flex;align-items:center;gap:.75rem;padding:.875rem 2rem}.feedback-section .feedback-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.feedback-section .feedback-submit-btn:not(:disabled):hover{transform:translateY(-2px)}.feedback-section .feedback-success{text-align:center;padding:1.5rem;background:#22c55e0d;border:1px solid rgba(34,197,94,.2);border-radius:12px}.feedback-section .feedback-success .feedback-success-score{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:4rem;line-height:1;margin-bottom:.25rem;transition:color .3s ease}.feedback-section .feedback-success .feedback-success-score span{font-size:1.5rem;color:#fff6}.feedback-section .feedback-success .feedback-success-label{font-size:1.1rem;font-weight:600;color:#fffc;margin:0 0 1rem}.feedback-section .feedback-success .feedback-success-comment{color:#fff9;font-style:italic;font-size:.95rem;max-width:600px;margin:0 auto 1.5rem;line-height:1.6}.feedback-section .feedback-success .feedback-edit-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff9;font-size:.85rem;padding:.5rem 1.25rem}.feedback-section .feedback-success .feedback-edit-btn:hover{border-color:#f59e0b;color:#f59e0b}@media(max-width:768px){.feedback-section{padding:1.5rem}.feedback-section .feedback-score-row{flex-direction:column;gap:1rem;align-items:flex-start}.feedback-section .feedback-slider-wrapper{width:100%}.feedback-section .feedback-submit-btn{width:100%;justify-content:center}}.admin-dashboard .tab-count-experts{background:#22c55e26;color:#22c55e}.admin-dashboard .experts-panel{padding:2rem 3rem;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.admin-dashboard .experts-group{background:#ffffff08;border:1px solid rgba(245,158,11,.1);border-radius:12px;overflow:hidden}.admin-dashboard .experts-group-header{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:#f59e0b0f;border-bottom:1px solid rgba(245,158,11,.1)}.admin-dashboard .experts-group-header svg{color:#f59e0b;font-size:1.2rem}.admin-dashboard .experts-group-header h2{font-size:1.1rem;font-weight:700;color:#f59e0b;margin:0;text-transform:uppercase;letter-spacing:.05em}.admin-dashboard .experts-group-header .experts-count{margin-left:auto;font-size:.8rem;color:#ffffff80}.admin-dashboard .experts-empty{padding:2rem;color:#fff6;font-size:.9rem;font-style:italic;text-align:center}.admin-dashboard .experts-list{display:flex;flex-direction:column;gap:0}.admin-dashboard .expert-row{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s ease}.admin-dashboard .expert-row:last-child{border-bottom:none}.admin-dashboard .expert-row:hover{background:#ffffff08}.admin-dashboard .expert-row-info{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.admin-dashboard .expert-row-name{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#fff;min-width:160px}.admin-dashboard .expert-row-name svg{color:#f59e0b}.admin-dashboard .expert-row-email{display:flex;align-items:center;gap:.5rem;color:#fff9;font-size:.9rem}.admin-dashboard .expert-row-email svg{color:#f59e0b80}.admin-dashboard .expert-row-date{font-size:.8rem;color:#ffffff59}.admin-dashboard .expert-row-actions{flex-shrink:0;display:flex;flex-direction:row;align-items:center;gap:.5rem}.admin-dashboard .tests-diagnostic-panel{padding:2rem 3rem}.admin-dashboard .tests-diagnostic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.admin-dashboard .test-diagnostic-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem}.admin-dashboard .test-diagnostic-card.ok{border-color:#22c55e59;background:#22c55e14}.admin-dashboard .test-diagnostic-card.ko{border-color:#ef444459;background:#ef444414}.admin-dashboard .test-diagnostic-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin-dashboard .test-diagnostic-header h3{margin:0;color:#fff;font-size:1rem;font-weight:700}.admin-dashboard .test-diagnostic-status{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;padding:4px 10px;border-radius:999px}.admin-dashboard .test-diagnostic-status.ok{color:#22c55e;background:#22c55e2e}.admin-dashboard .test-diagnostic-status.ko{color:#ef4444;background:#ef44442e}.admin-dashboard .test-diagnostic-list{margin:0;padding-left:18px;color:#ffffffd9;font-size:.9rem}.admin-dashboard .test-diagnostic-list li{margin:6px 0;line-height:1.35}.admin-dashboard .test-diagnostic-ok-msg{margin:0;color:#ffffffe6;font-size:.92rem}.admin-dashboard .expert-create-modal{max-width:520px}.admin-dashboard .expert-create-modal .password-field{display:flex;gap:.5rem;align-items:stretch}.admin-dashboard .expert-create-modal .password-input{flex:1;font-family:Barlow Condensed,sans-serif,monospace;letter-spacing:.05em}.admin-dashboard .expert-create-modal .btn-generate{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#f59e0b,#c57f08);color:#0a0f1e;border:none;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;white-space:nowrap;transition:opacity .2s}.admin-dashboard .expert-create-modal .btn-generate:hover{opacity:.9}.admin-dashboard .expert-create-modal .btn-copy{display:flex;align-items:center;justify-content:center;width:40px;background:#ffffff12;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:all .2s}.admin-dashboard .expert-create-modal .btn-copy.copied{background:#22c55e26;color:#22c55e;border-color:#22c55e4d}.admin-dashboard .expert-create-modal .btn-copy:hover:not(.copied){background:#ffffff1f}.admin-dashboard .expert-create-modal .password-hint{margin-top:.5rem;font-size:.8rem;color:#f59e0bb3}.admin-dashboard .feedback-cell{white-space:nowrap}.admin-dashboard .feedback-none{color:#fff3;font-size:.85rem}.admin-dashboard .feedback-mini{display:flex;flex-wrap:wrap;gap:4px}.admin-dashboard .feedback-pill{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:999px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);font-size:.78rem;color:#fbbf24;white-space:nowrap;cursor:default}.admin-dashboard .card-feedback-mini{margin-top:1rem;display:flex;flex-direction:column;gap:6px}.admin-dashboard .btn-detail{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:4px;color:#fbbf24;font-size:.82rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.admin-dashboard .btn-detail:hover{background:#f59e0b33;border-color:#f59e0b}.admin-dashboard .question-detail-modal{max-width:680px;width:100%}.admin-dashboard .question-detail-modal .modal-header h2{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;font-size:1.1rem}.admin-dashboard .question-detail-modal .detail-meta{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#ffffff80;font-weight:400}.admin-dashboard .detail-body{display:flex;flex-direction:column;gap:2rem;padding:2rem;overflow-y:auto;max-height:70vh}.admin-dashboard .detail-section{display:flex;flex-direction:column;gap:.5rem}.admin-dashboard .detail-label{display:flex;align-items:center;gap:1rem;font-family:Barlow Condensed,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#f59e0bb3}.admin-dashboard .detail-total{font-size:.7rem;color:#ffffff59;font-family:Barlow,sans-serif;text-transform:none;letter-spacing:0;margin-left:auto}.admin-dashboard .detail-question-text{margin:0;font-size:1rem;color:#fff;line-height:1.5}.admin-dashboard .detail-commentaire{margin:0;padding:1.5rem;background:#ffffff0a;border-left:3px solid rgba(245,158,11,.4);border-radius:0 4px 4px 0;color:#fffc;font-size:.92rem;line-height:1.6}.admin-dashboard .detail-emoji-grid{display:flex;flex-direction:column;gap:8px}.admin-dashboard .detail-emoji-row{display:grid;grid-template-columns:28px 1fr 1fr 36px;align-items:center;gap:1rem}.admin-dashboard .detail-emoji-row.empty{opacity:.35}.admin-dashboard .detail-emoji-icon{font-size:1.1rem;text-align:center}.admin-dashboard .detail-emoji-label{font-size:.85rem;color:#ffffffbf;white-space:nowrap}.admin-dashboard .detail-emoji-bar-wrap{height:6px;background:#ffffff14;border-radius:999px;overflow:hidden}.admin-dashboard .detail-emoji-bar{height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:999px;transition:width .4s ease;min-width:0}.admin-dashboard .detail-emoji-count{font-size:.82rem;font-weight:700;color:#fbbf24;text-align:right}@media(max-width:768px){.admin-dashboard .experts-panel{padding:1.5rem}.admin-dashboard .expert-row{flex-direction:column;align-items:flex-start;gap:1rem}.admin-dashboard .expert-row-info{gap:1rem;flex-direction:column;align-items:flex-start}.admin-dashboard .expert-create-modal .password-field{flex-wrap:wrap}.admin-dashboard .tests-diagnostic-panel{padding:1.5rem}.admin-dashboard .tests-diagnostic-grid{grid-template-columns:1fr}}.btn-primary,.test-loading button,.test-error button,.btn-submit,.btn-next{background:#f59e0b;color:#0a0f1e;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary:after,.test-loading button:after,.test-error button:after,.btn-submit:after,.btn-next:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s ease}.btn-primary:hover,.test-loading button:hover,.test-error button:hover,.btn-submit:hover,.btn-next:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 0 20px #f59e0b66}.btn-primary:hover:after,.test-loading button:hover:after,.test-error button:hover:after,.btn-submit:hover:after,.btn-next:hover:after{opacity:1}.btn-primary:disabled,.test-loading button:disabled,.test-error button:disabled,.btn-submit:disabled,.btn-next:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary:disabled:hover,.test-loading button:disabled:hover,.test-error button:disabled:hover,.btn-submit:disabled:hover,.btn-next:disabled:hover{background:#f59e0b;box-shadow:none}.test-container{height:100vh;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(135deg,#0a0f1e,#111827)}.test-loading,.test-error{display:flex;align-items:center;justify-content:center;height:100vh;flex-direction:column;gap:1.5rem;color:#fbbf24}.test-loading svg,.test-error svg{color:#f59e0b}.test-header{background:#0a0f1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d;flex-shrink:0}.test-progress-bar{height:4px;background:#f59e0b33;overflow:hidden}.test-progress-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #f59e0b99}.test-info-bar{display:flex;align-items:center;justify-content:center;justify-content:space-between;padding:.75rem 1.5rem;color:#f0f4ff;font-family:Barlow Condensed,sans-serif;font-size:clamp(.85rem,1.2vw,1.05rem);text-transform:uppercase;letter-spacing:.05em}.test-info-bar .test-timer{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fbbf24}.test-info-bar .test-timer svg{color:#f59e0b}.test-main{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden}.question-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d;width:100%;max-width:900px;height:100%;max-height:100%;display:flex;flex-direction:column;padding:clamp(1.5rem,2vw,2.5rem);overflow:hidden;animation:fadeInUp .4s ease-out}.question-meta{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap;flex-shrink:0}.question-meta .badge-domain{background:linear-gradient(135deg,#f59e0b33,#fbbf241a);border:1px solid rgba(245,158,11,.3);font-size:1rem;padding:8px 20px;letter-spacing:2px}.question-meta .badge-level.badge-junior{background:#6366f126;border:1px solid rgba(99,102,241,.3);color:#a5b4fc}.question-meta .badge-level.badge-confirme{background:#f59e0b26;border:1px solid rgba(245,158,11,.3);color:#fbbf24}.question-meta .badge-level.badge-senior{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.question-meta .badge-weight{background:#ffffff14;border:1px solid rgba(255,255,255,.2)}.question-text{font-family:Oswald,sans-serif;font-size:clamp(1.2rem,2.5vw,1.8rem);color:#f0f4ff;margin-bottom:1.5rem;line-height:1.4;letter-spacing:.02em;flex-shrink:0;text-align:center}.answers-grid{flex:1;display:grid;gap:1rem;margin-bottom:1rem;overflow-y:auto;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:rgba(245,158,11,.4) transparent}.answers-grid::-webkit-scrollbar{width:6px}.answers-grid::-webkit-scrollbar-thumb{background:#f59e0b66;border-radius:10px}.answer-option{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:1rem;padding:clamp(1.1rem,2vw,1.6rem);background:#1a25404d;border:2px solid rgba(245,158,11,.2);border-radius:12px;color:#f0f4ff;font-size:clamp(1rem,1.8vw,1.2rem);text-align:left;cursor:pointer;transition:all .25s ease;position:relative}.answer-option:hover:not(:disabled){border-color:#f59e0b80;transform:translate(4px)}.answer-option.selected{border-color:#f59e0b;background:#f59e0b26}.answer-option.selected .answer-letter{background:#f59e0b;color:#0a0f1e}.answer-option.correct{border-color:#10b981;background:#10b98126}.answer-option.correct .answer-letter{background:#10b981;color:#fff}.answer-option.wrong{border-color:#ef4444;background:#ef444426}.answer-option.wrong .answer-letter{background:#ef4444;color:#fff}.answer-option:disabled{cursor:not-allowed;opacity:.7}.answer-letter{display:flex;align-items:center;justify-content:center;width:clamp(36px,4vw,48px);height:clamp(36px,4vw,48px);border-radius:8px;background:#f59e0b33;color:#fbbf24;font-family:Oswald,sans-serif;font-size:clamp(1rem,2vw,1.5rem);font-weight:700;flex-shrink:0;transition:.3s}.answer-text{flex:1;line-height:1.5}.answer-icon{margin-left:auto;font-size:1.4rem}.feedback{flex-shrink:0;padding:1rem;border-radius:12px;margin-top:.5rem;animation:slideDown .3s ease-out}.feedback.correct{background:#10b9811a;border:2px solid rgba(16,185,129,.3);color:#10b981}.feedback.incorrect{background:#ef44441a;border:2px solid rgba(239,68,68,.3);color:#ef4444}.feedback-comment{color:#89b;line-height:1.8;font-size:1.3rem}.question-emoji-feedback{margin-top:1rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.08)}.emoji-label{display:block;font-family:Barlow Condensed,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:#89b;margin-bottom:.75rem}.emoji-buttons{display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:center}.emoji-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;flex:1;padding:.6rem .4rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#89b;font-size:.88rem;cursor:pointer;transition:all .2s ease;text-align:center;line-height:1.3}.emoji-btn:hover{background:#ffffff1a;border-color:#f59e0b66;color:#f0f4ff}.emoji-btn.active{background:#f59e0b26;border-color:#f59e0b;color:#fbbf24}.emoji-btn .emoji-icon{font-size:1.4rem;line-height:1}.emoji-btn .emoji-text{font-family:Barlow,sans-serif}.emoji-thanks{font-size:1rem;color:#10b981;font-family:Barlow Condensed,sans-serif;letter-spacing:.04em}.test-actions{flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(245,158,11,.1)}.btn-submit,.btn-next{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.9rem 2rem;font-size:1rem;min-width:200px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.badge,.badge-domain,.badge-level{display:inline-flex;align-items:center;gap:8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);padding:6px 16px;border-radius:6px;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#f59e0b}.btn-primary,.results-loading button,.results-error button,.btn-action.btn-primary,.results-loading button.btn-action,.results-error button.btn-action{background:#f59e0b;color:#0a0f1e;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary:after,.results-loading button:after,.results-error button:after,.btn-action.btn-primary:after,.results-loading button.btn-action:after,.results-error button.btn-action:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s ease}.btn-primary:hover,.results-loading button:hover,.results-error button:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 0 20px #f59e0b66}.btn-primary:hover:after,.results-loading button:hover:after,.results-error button:hover:after{opacity:1}.btn-primary:disabled,.results-loading button:disabled,.results-error button:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary:disabled:hover,.results-loading button:disabled:hover,.results-error button:disabled:hover{background:#f59e0b;box-shadow:none}.results-container{min-height:100vh;background:linear-gradient(135deg,#0a0f1e,#111827)}.results-loading,.results-error{display:flex;align-items:center;justify-content:center;min-height:100vh;flex-direction:column;gap:1.5rem;color:#fbbf24}.results-loading svg,.results-error svg{color:#f59e0b}.results-content{max-width:1200px;margin:0 auto;padding:0 1.5rem}.results-hero{padding:4rem 0;text-align:center;animation:fadeInDown .6s ease-out}.results-title{font-family:Oswald,sans-serif;font-size:3.5rem;color:#f59e0b;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;text-shadow:0 0 30px rgba(245,158,11,.4)}.results-subtitle{color:#89b;font-size:1.2rem;margin-bottom:3rem}.score-cards{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;margin-top:3rem}@media(max-width:968px){.score-cards{grid-template-columns:1fr}}.score-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2.5rem;animation:fadeInUp .6s ease-out .2s backwards}.main-score{gap:1.5rem}.score-circle{width:220px;height:220px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 0 40px #f59e0b33}.score-inner{width:180px;height:180px;border-radius:50%;background:#0a0f1e;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:inset 0 0 20px #00000080}.score-value{font-family:Oswald,sans-serif;font-size:3.5rem;color:#f59e0b;line-height:1}.score-label{color:#89b;font-size:.9rem;margin-top:.5rem;text-transform:uppercase;letter-spacing:.05em}.niveau-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50px;color:#fff;font-family:Oswald,sans-serif;font-size:1.3rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 20px #0000004d}.score-breakdown{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;box-shadow:0 4px 20px #0000004d;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;animation:fadeInUp .6s ease-out .3s backwards}.breakdown-item{display:grid;grid-template-columns:150px 1fr 80px;align-items:center;gap:1rem}.breakdown-label{color:#f0f4ff;font-family:Barlow Condensed,sans-serif;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em}.breakdown-bar{height:12px;background:#1a25404d;border-radius:10px;overflow:hidden;position:relative}.breakdown-fill{height:100%;border-radius:10px;transition:width 1s ease-out;box-shadow:0 0 15px currentColor}.breakdown-fill.soft-skills{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.breakdown-fill.technique{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.breakdown-value{text-align:right;color:#fbbf24;font-family:Oswald,sans-serif;font-size:1.4rem}.breakdown-stats{display:flex;gap:2rem;padding-top:1rem;border-top:1px solid rgba(245,158,11,.1);margin-top:.5rem}.stat-item{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#89b;font-size:.95rem}.stat-item svg{color:#f59e0b}.analysis-section,.review-section{padding:3rem 0}.section-title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:Oswald,sans-serif;font-size:2rem;color:#f0f4ff;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.section-title svg{color:#f59e0b}.competencies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.competencies-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.competencies-grid{grid-template-columns:1fr}}.competency-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d;padding:1.5rem;animation:fadeInUp .5s ease-out}.competency-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.competency-header h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;color:#f0f4ff;text-transform:uppercase;letter-spacing:.05em}.competency-score{font-family:Oswald,sans-serif;font-size:1.8rem;color:#f59e0b}.competency-stats{color:#89b;font-size:.9rem;margin-bottom:.75rem}.competency-bar{height:8px;background:#1a25404d;border-radius:10px;overflow:hidden;margin-bottom:1rem}.competency-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:10px;transition:width 1s ease-out;box-shadow:0 0 10px #f59e0b}.competency-feedback{color:#89b;font-size:.9rem;line-height:1.5;font-style:italic;padding-top:1rem;border-top:1px solid rgba(245,158,11,.1)}.competency-card--special{border-color:#22c55e40}.competency-card--special .competency-score{color:#22c55e}.competency-card--special .competency-fill{background:linear-gradient(90deg,#22c55e,#52e187);box-shadow:0 0 10px #22c55e}.competency-card--special .competency-header h3{color:#f0f4ff}.questions-list{display:flex;flex-direction:column;gap:1.5rem}.question-review-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;box-shadow:0 4px 20px #0000004d;padding:2rem;border-left:4px solid transparent;animation:fadeInUp .4s ease-out}.question-review-card.correct{border-left-color:#10b981}.question-review-card.incorrect{border-left-color:#ef4444}.question-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.question-number{color:#89b;font-family:Barlow Condensed,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.05em}.question-badges{display:flex;align-items:center;justify-content:center;gap:.5rem}.question-badges .icon-correct{color:#10b981;font-size:1.3rem}.question-badges .icon-incorrect{color:#ef4444;font-size:1.3rem}.badge-domain,.badge-level{font-size:.75rem}.question-review-text{color:#f0f4ff;font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem}.question-answers{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#1a254033;border-radius:8px}.answer-info{color:#89b;font-size:.95rem}.answer-info strong{color:#f0f4ff;margin-right:.5rem}.answer-info .text-correct{color:#10b981;font-weight:700}.answer-info .text-incorrect{color:#ef4444;font-weight:700}.question-explanation{padding-top:1rem;border-top:1px solid rgba(245,158,11,.1)}.question-explanation strong{color:#fbbf24;display:block;margin-bottom:.5rem}.question-explanation p{color:#89b;line-height:1.6;font-size:.95rem}.share-section{padding:3rem 0}.share-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d;padding:2.5rem;display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center;animation:fadeInUp .5s ease-out}@media(max-width:768px){.share-card{grid-template-columns:1fr;text-align:center}}.qr-wrapper{display:flex;flex-direction:column;align-items:center;gap:.75rem}.qr-canvas{border-radius:12px;border:3px solid rgba(245,158,11,.3);box-shadow:0 0 20px #f59e0b26}.qr-label{color:#89b;font-size:.8rem;text-align:center;max-width:200px}.share-info{display:flex;flex-direction:column;gap:1.5rem}.share-description{color:#89b;line-height:1.7;font-size:1rem}.share-link-box{display:flex;align-items:center;gap:1rem;background:#1a25404d;border:1px solid rgba(245,158,11,.2);border-radius:10px;padding:.75rem 1rem;flex-wrap:wrap}.share-link-text{color:#fbbf24;font-size:.85rem;font-family:monospace;word-break:break-all;flex:1}.btn-copy{background:#f59e0b;color:#0a0f1e;border:none;border-radius:8px;padding:.5rem 1.25rem;font-family:Barlow Condensed,sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;white-space:nowrap}.btn-copy:hover{background:#fbbf24;transform:translateY(-1px)}.actions-section{padding:2rem 0 4rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.btn-action{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.1rem;border:none;border-radius:12px;cursor:pointer;font-family:Barlow Condensed,sans-serif;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease}.btn-action.btn-secondary{background:#1a25404d;color:#f0f4ff;border:2px solid rgba(245,158,11,.3)}.btn-action.btn-secondary:hover{background:#1a254080;border-color:#f59e0b;transform:translateY(-2px)}@media print{.actions-section,.btn-action{display:none}.results-container{background:#fff}.results-title,.section-title{color:#000}}@media(max-width:768px){.results-title{font-size:2.5rem}.score-circle{width:180px;height:180px}.score-inner{width:150px;height:150px}.score-value{font-size:2.5rem}.breakdown-item{grid-template-columns:1fr;gap:.5rem}.competencies-grid{grid-template-columns:1fr}.question-review-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.badge,.prequal-header .prequal-badges .badge-info{display:inline-flex;align-items:center;gap:8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);padding:6px 16px;border-radius:6px;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#f59e0b}.prequalification-page{min-height:100dvh;background:#0a0f1e;display:flex;align-items:center;justify-content:center;padding:32px clamp(16px,5vw,64px);position:relative;overflow:hidden}.prequalification-page:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(245,158,11,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.06) 1px,transparent 1px);background-size:60px 60px;opacity:.25;z-index:0}.prequal-container{max-width:980px;width:100%;display:grid;grid-template-columns:1fr 1.55fr;gap:56px;align-items:center;position:relative;z-index:1}.prequal-header h1{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(36px,4vw,54px);line-height:.95;color:#f0f4ff;margin-bottom:16px}.prequal-header .prequal-subtitle{font-size:15px;line-height:1.65;color:#89b;margin-bottom:28px}.prequal-header .prequal-badges{display:flex;flex-direction:column;gap:10px}.prequal-header .prequal-badges .badge-info{align-self:flex-start;font-size:12px}.prequal-form{background:#111827;border:1px solid rgba(255,255,255,.06);padding:28px;display:flex;flex-direction:column;gap:18px}.form-intro-card{display:none}.form-section .section-label{display:block;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;font-size:10px;color:#f59e0b;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.form-section .section-label svg{color:#f59e0b;margin-right:8px}.specialite-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.specialite-card{background:#0a0f1e;border:1px solid rgba(255,255,255,.07);padding:16px 10px;text-align:center;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:8px}.specialite-card:hover{border-color:#f59e0b66}.specialite-card.selected{border-color:#f59e0b;background:#f59e0b12}.specialite-card .spec-icon{font-size:1.4rem;color:#f59e0b}.specialite-card .spec-label{font-size:12px;font-weight:600;color:#f0f4ff;letter-spacing:.3px}.niveau-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.niveau-card{background:#0a0f1e;border:1px solid rgba(255,255,255,.07);padding:16px 10px;text-align:center;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:6px}.niveau-card:hover{border-color:#f59e0b66}.niveau-card.selected{border-color:#f59e0b;background:#f59e0b12}.niveau-card .niveau-vehicle-icon{color:#f59e0b}.niveau-card--debutant .niveau-vehicle-icon{font-size:1.3rem;opacity:.55}.niveau-card--intermediaire .niveau-vehicle-icon{font-size:1.6rem;opacity:.8}.niveau-card--confirme .niveau-vehicle-icon{font-size:1.9rem;filter:drop-shadow(0 0 6px rgba(245,158,11,.5))}.niveau-card .niveau-stars{display:flex;gap:3px}.niveau-card .niveau-stars .niveau-star-icon{font-size:.6rem;color:#f59e0b}.niveau-card .niveau-label{font-size:12px;font-weight:600;color:#f0f4ff}.email-input{width:100%;background:#0a0f1e;border:1px solid rgba(255,255,255,.07);padding:12px 14px;color:#f0f4ff;font-size:14px;transition:border-color .2s;outline:none;box-sizing:border-box}.email-input::placeholder{color:#89b}.email-input:focus{border-color:#f59e0b}.email-hint{color:#89b;font-size:11px;margin-top:5px}.email-warning{color:#f59e0b;font-size:11px;margin-top:5px}.email-warning a{color:#f59e0b}.form-error{background:#ef444414;color:#ef4444;padding:10px 14px;font-size:13px;border-left:3px solid #ef4444}.btn-start-test{width:100%;background:#f59e0b;color:#0a0f1e;border:none;padding:15px;font-family:Oswald,sans-serif;font-size:18px;letter-spacing:1px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:10px}.btn-start-test:hover:not(:disabled){background:#fbbf24;transform:translateY(-1px);box-shadow:0 6px 24px #f59e0b59}.btn-start-test:disabled{opacity:.4;cursor:not-allowed}.btn-hint{text-align:center;color:#89b;font-size:11px}.btn-hint:before{content:"Il manque : ";color:#f59e0b}.legal-note{text-align:center;color:#89b;font-size:11px}@media(max-width:768px){.prequalification-page{align-items:flex-start;padding:32px 16px 48px}.prequal-container{grid-template-columns:1fr;gap:24px}.prequal-header{text-align:center}.prequal-header h1{font-size:28px;margin-bottom:10px}.prequal-header .prequal-subtitle{font-size:14px;margin-bottom:16px}.prequal-header .prequal-badges{flex-direction:row;flex-wrap:wrap;justify-content:center}.prequal-header .prequal-badges .badge-info{align-self:auto}.form-intro-card{display:flex;flex-direction:column;gap:8px;background:#f59e0b0d;border-left:2px solid rgba(245,158,11,.4);padding:14px 16px}.form-intro-card .intro-title{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:11px;color:#f59e0b;letter-spacing:2px}.form-intro-card .intro-steps{display:flex;flex-direction:column;gap:4px}.form-intro-card .intro-steps span{font-size:13px;color:#89b}.prequal-form{padding:20px 16px;gap:16px}.specialite-grid,.niveau-grid{gap:8px}}.teaser-loading,.teaser-error{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0a0f1e;color:#f0f4ff;gap:1.5rem}.teaser-loading button,.teaser-error button{background:#f59e0b;color:#0a0f1e;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer}.teaser-page{height:100vh;overflow:hidden;background:#0a0f1e;display:flex;align-items:center;justify-content:center;padding:2rem}.teaser-container{max-width:640px;width:100%;max-height:calc(100vh - 4rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(245,158,11,.3) transparent;text-align:center}.teaser-header{margin-bottom:1.5rem;padding:2rem}.teaser-header .teaser-icon-wrapper{width:64px;height:64px;border-radius:50%;background:#f59e0b1f;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;animation:pulse-glow 2s ease-in-out infinite}.teaser-header .teaser-main-icon{font-size:1.8rem;color:#f59e0b}.teaser-header h1{font-family:Oswald,sans-serif;font-size:2rem;color:#f0f4ff;letter-spacing:1px;margin-bottom:.5rem}.teaser-header .teaser-subtitle{color:#89b;font-size:1rem}@keyframes pulse-glow{0%,to{box-shadow:0 0 #f59e0b4d}50%{box-shadow:0 0 30px 8px #f59e0b26}}.teaser-gauge-section{margin-bottom:1.5rem}.teaser-gauge-section .teaser-score-display{display:flex;justify-content:center;align-items:baseline;gap:.75rem;margin-bottom:1rem}.teaser-gauge-section .teaser-score-value{font-size:3rem;font-weight:800;line-height:1}.teaser-gauge-section .teaser-score-label{font-size:1rem;color:#89b;font-weight:500}.teaser-gauge-section .gauge-wrapper{position:relative;border-radius:12px;overflow:hidden;margin-bottom:1rem}.teaser-gauge-section .gauge-background{height:46px;background:#111827;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.teaser-gauge-section .gauge-fill{height:100%;border-radius:12px;transition:width 1.5s ease-out}.teaser-gauge-section .gauge-fill.blurred{filter:blur(8px)}.teaser-gauge-section .gauge-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;color:#f0f4ff;font-weight:600;font-size:.95rem;background:#0a0f1e66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.teaser-gauge-section .gauge-overlay svg{color:#f59e0b}.teaser-gauge-section .teaser-niveau .niveau-badge{display:inline-block;padding:5px 18px;border:2px solid;border-radius:24px;color:#f0f4ff;font-weight:600;font-size:.88rem}.teaser-blurred-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.teaser-blurred-cards{grid-template-columns:1fr}}.teaser-blurred-cards .blurred-card{background:#111827;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1rem}.teaser-blurred-cards .blurred-card .blurred-label{color:#89b;font-size:.78rem;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.teaser-blurred-cards .blurred-card .blurred-value .blur-text{font-size:1.3rem;font-weight:700;color:#f0f4ff;filter:blur(6px);-webkit-user-select:none;user-select:none}.teaser-message{background:#111827;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(245,158,11,.15)}.teaser-message h2{font-family:Barlow Condensed,sans-serif;font-size:1.3rem;color:#f0f4ff;margin-bottom:1rem}.teaser-message .teaser-benefits{list-style:none;padding:0;text-align:left}.teaser-message .teaser-benefits li{color:#c5d2e8;padding:6px 0 6px 28px;position:relative;font-size:.9rem}.teaser-message .teaser-benefits li:before{content:"✓";position:absolute;left:0;color:#f59e0b;font-weight:700}.btn-view-results{width:100%;background:#f59e0b;color:#0a0f1e;border:none;border-radius:8px;padding:16px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px}.btn-view-results:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 0 20px #f59e0b66}.teaser-trust{margin-top:1rem;color:#89b;font-size:.78rem;display:flex;align-items:center;justify-content:center;gap:8px}.teaser-trust svg{color:#22c55e}.session-register-page{height:100vh;overflow:hidden;background:#0a0f1e;display:flex;align-items:center;justify-content:center;padding:16px}.session-register-page .register-container{display:grid;grid-template-columns:1fr 1fr;max-width:960px;width:100%;gap:24px}@media(max-width:768px){.session-register-page .register-container{grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 32px)}}.session-register-page .register-left{display:flex;flex-direction:column;justify-content:center;gap:20px}.session-register-page .register-branding h1{font-family:Oswald,sans-serif;font-size:1.9rem;color:#f0f4ff;letter-spacing:1px;margin-bottom:6px}.session-register-page .register-branding .register-subtitle{color:#89b;font-size:.9rem;line-height:1.4}.session-register-page .register-features{display:flex;flex-direction:column;gap:12px}.session-register-page .reg-feature-item{display:flex;align-items:flex-start;gap:10px}.session-register-page .reg-feature-item .reg-feature-icon{color:#f59e0b;font-size:.95rem;margin-top:2px;flex-shrink:0}.session-register-page .reg-feature-item h3{color:#f0f4ff;font-size:.85rem;font-weight:600;margin-bottom:1px}.session-register-page .reg-feature-item p{color:#89b;font-size:.78rem;line-height:1.3}.session-register-page .register-right{display:flex;align-items:center}.session-register-page .form-wrapper{width:100%;background:#111827;border-radius:14px;padding:20px;border:1px solid rgba(255,255,255,.06)}.session-register-page .form-header{text-align:center;margin-bottom:14px}.session-register-page .form-header h2{font-family:Oswald,sans-serif;font-size:1.4rem;color:#f0f4ff;margin-bottom:2px}.session-register-page .form-header p{color:#89b;font-size:.82rem}.session-register-page .register-form{display:flex;flex-direction:column;gap:8px}.session-register-page .form-group label{display:block;color:#c5d2e8;font-size:.75rem;font-weight:500;margin-bottom:3px}.session-register-page .form-group label svg{color:#f59e0b;margin-right:5px;font-size:.7rem}.session-register-page .form-group input,.session-register-page .form-group select{width:100%;background:#1a2540;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:7px 11px;color:#f0f4ff;font-size:.88rem;transition:border-color .3s ease}.session-register-page .form-group input::placeholder,.session-register-page .form-group select::placeholder{color:#89b}.session-register-page .form-group input:focus,.session-register-page .form-group select:focus{outline:none;border-color:#f59e0b}.session-register-page .form-group select{cursor:pointer}.session-register-page .form-group select option{background:#0a0f1e;color:#f0f4ff}.session-register-page .form-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.session-register-page .rgpd-consent{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;cursor:pointer}.session-register-page .rgpd-consent input[type=checkbox]{margin-top:3px;width:14px;height:14px;flex-shrink:0;cursor:pointer;accent-color:#f59e0b}.session-register-page .rgpd-consent span{font-size:.75rem;line-height:1.5;color:#89b}.session-register-page .rgpd-consent span abbr{color:#f59e0b;text-decoration:underline dotted;cursor:help}.session-register-page .form-error{background:#ef44441a;color:#ef4444;padding:7px 12px;border-radius:8px;font-size:.8rem;border-left:3px solid #ef4444}.session-register-page .field-error{display:block;color:#ef4444;font-size:.75rem;margin-top:2px}.session-register-page .input-readonly{opacity:.55;cursor:default}.session-register-page .btn-register{width:100%;background:#f59e0b;color:#0a0f1e;border:none;border-radius:8px;padding:9px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px}.session-register-page .btn-register:hover:not(:disabled){background:#fbbf24;transform:translateY(-1px);box-shadow:0 0 20px #f59e0b66}.session-register-page .btn-register:disabled{opacity:.5;cursor:not-allowed}.session-register-page .form-footer{text-align:center;margin-top:10px}.session-register-page .form-footer p{color:#89b;font-size:.82rem}.session-register-page .form-footer .toggle-btn{background:none;border:none;color:#f59e0b;font-weight:600;cursor:pointer;margin-left:5px;font-size:.82rem}.session-register-page .form-footer .toggle-btn:hover{text-decoration:underline}.sv-root{display:flex;flex-direction:column;height:100dvh;background:#0a0f1e;color:#f0f4ff;overflow:hidden}.sv-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#0a0f1ef2;border-bottom:1px solid rgba(245,158,11,.3);flex-shrink:0;flex-wrap:wrap}.sv-header-left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.sv-logo{font-family:Oswald,sans-serif;font-size:1.5rem;color:#f59e0b;margin:0}.sv-room-badge{background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);border-radius:6px;padding:.3rem .8rem;font-size:.85rem;color:#ffffffb3}.sv-header-right{display:flex;align-items:center;gap:1.25rem}.sv-status{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#ffffffb3}.sv-status-dot{width:10px;height:10px;border-radius:50%;background:var(--color, #6b7280);box-shadow:0 0 6px var(--color, #6b7280);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sv-peers-count{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#fff9}.sv-peers-count svg{color:#f59e0b}.sv-pre-meeting-banner,.sv-expert-absent{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.5rem;font-size:.9rem;flex-shrink:0}.sv-pre-meeting-banner svg,.sv-expert-absent svg{flex-shrink:0}.sv-pre-meeting-banner{background:#f59e0b1a;border-bottom:1px solid rgba(245,158,11,.25);color:#fffc}.sv-pre-meeting-banner svg{color:#f59e0b}.sv-pre-meeting-banner strong{color:#fbbf24}.sv-expert-absent{background:#6366f11a;border-bottom:1px solid rgba(99,102,241,.25);color:#ffffffbf}.sv-expert-absent svg{color:#818cf8}.sv-video-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.75rem;padding:.75rem;overflow:hidden;background:#060b18}.sv-video-tile{position:relative;background:#1a254099;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:180px}.sv-video-tile video{width:100%;height:100%;object-fit:cover;display:block}.sv-video-tile video.sv-video-off{opacity:0}.sv-video-tile--local{border-color:#f59e0b4d}.sv-cam-off-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0a0f1eb3;font-size:3rem;color:#ffffff4d}.sv-tile-label{position:absolute;bottom:.6rem;left:.75rem;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:5px;padding:.25rem .6rem;font-size:.8rem;color:#ffffffd9;pointer-events:none}.sv-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.5rem;background:#0a0f1ef2;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0}.sv-ctrl-btn{display:flex;flex-direction:column;align-items:center;gap:.3rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.85rem 1.4rem;color:#ffffffd9;cursor:pointer;transition:all .2s ease;min-width:80px}.sv-ctrl-btn svg{font-size:1.4rem}.sv-ctrl-btn span{font-size:.75rem;opacity:.7}.sv-ctrl-btn:hover{background:#ffffff26;border-color:#ffffff40}.sv-ctrl-btn--off{background:#ef444426;border-color:#ef444466;color:#ef4444}.sv-ctrl-btn--off:hover{background:#ef444440}.sv-ctrl-btn--leave{background:#ef444433;border-color:#ef444480;color:#ef4444}.sv-ctrl-btn--leave:hover{background:#ef444459}.sv-ctrl-separator{width:1px;height:50px;background:#ffffff1a;margin:0 .25rem}.sv-loading{background:linear-gradient(135deg,rgba(30,58,95,.4) 0%,transparent 60%);min-height:100dvh;display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1.1rem;color:#ffffffb3}.sv-loading svg{font-size:1.8rem;color:#f59e0b}.sv-error-page{background:linear-gradient(135deg,rgba(30,58,95,.4) 0%,transparent 60%);min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;text-align:center;padding:2rem}.sv-error-page svg{font-size:4rem;color:#ef4444}.sv-error-page h2{font-family:Oswald,sans-serif;font-size:2rem;color:#f0f4ff;margin:0}.sv-error-page button{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0a0f1e;border:none;border-radius:10px;padding:.85rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.sv-error-page button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}@media(max-width:600px){.sv-header{padding:.75rem 1rem}.sv-logo{font-size:1.2rem}.sv-room-badge{display:none}.sv-controls{gap:.6rem;padding:.75rem 1rem}.sv-ctrl-btn{padding:.75rem 1rem;min-width:64px}.sv-ctrl-btn svg{font-size:1.2rem}}.public-result-container{min-height:100vh;background:linear-gradient(135deg,#0a0f1e,#111827);color:#f0f4ff}.public-result-loading,.public-result-notfound{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh;gap:1.5rem;color:#fbbf24}.public-result-loading svg,.public-result-notfound svg{color:#f59e0b}.public-result-loading h1,.public-result-notfound h1{font-family:Oswald,sans-serif;font-size:2rem;color:#f59e0b}.public-result-loading p,.public-result-notfound p{color:#89b}.notfound-logo{width:80px;height:80px;border-radius:12px}.pr-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;border-bottom:1px solid rgba(245,158,11,.15);background:#0a0f1ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.pr-logo{width:36px;height:36px;border-radius:8px}.pr-brand{font-family:Oswald,sans-serif;font-size:1.1rem;color:#f59e0b;letter-spacing:.05em;text-transform:uppercase}.pr-cert-gate{padding:4rem 1.5rem;animation:fadeInDown .5s ease-out}.pr-cert-gate .pr-content{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.pr-preview-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d;text-align:center;padding:2.5rem 2rem;width:100%;max-width:480px}.pr-date{color:#89b;font-size:.85rem;margin-top:1rem}.pr-email-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d;width:100%;max-width:480px;padding:2.5rem 2rem;text-align:center}.pr-email-card h2{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:1.8rem;color:#f0f4ff;margin:1rem 0 .5rem}.pr-email-card p{color:#89b;font-size:.9rem;margin-bottom:1.5rem}.pr-pdf-icon{font-size:2.5rem;color:#f59e0b;opacity:.8}.pr-email-form{text-align:left}.pr-email-form .form-group{margin-bottom:1.2rem}.pr-email-form .form-group label{display:block;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.8rem;color:#89b;margin-bottom:.5rem}.pr-email-form .form-group label svg{margin-right:.4rem;color:#f59e0b}.pr-email-form .form-group input{width:100%;background:#ffffff0d;border:1px solid rgba(245,158,11,.2);color:#f0f4ff;padding:.75rem 1rem;font-size:.9rem;outline:none;box-sizing:border-box;transition:border-color .2s}.pr-email-form .form-group input:focus{border-color:#f59e0b}.pr-email-form .form-group input::placeholder{color:#89b}.pr-email-form .form-group input:disabled{opacity:.5}.form-message{padding:10px 14px;margin-bottom:1rem;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.82rem;font-weight:600;text-align:center}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.submit-btn{width:100%;padding:14px;background:#f59e0b;color:#0a0f1e;border:none;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover:not(:disabled){background:#fbbf24}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.pr-success{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 0;color:#22c55e}.pr-success svg{font-size:2.5rem}.pr-success p{color:#89b;font-size:.95rem}.pr-success p strong{color:#f0f4ff}.pr-hero{padding:4rem 1.5rem 3rem;text-align:center;animation:fadeInDown .6s ease-out}.pr-content{max-width:760px;margin:0 auto}.pr-badge{display:inline-flex;align-items:center;gap:.6rem;border:2px solid;border-radius:50px;padding:.4rem 1.2rem;margin-bottom:1.5rem;font-family:Barlow Condensed,sans-serif;font-size:1rem;letter-spacing:.08em}.pr-username{font-family:Oswald,sans-serif;font-size:3rem;color:#f0f4ff;margin-bottom:.5rem;text-shadow:0 0 30px rgba(245,158,11,.3)}@media(max-width:600px){.pr-username{font-size:2.2rem}}.pr-specialite{color:#89b;font-size:1rem;letter-spacing:.05em;margin-bottom:2.5rem}.pr-score-ring{width:200px;height:200px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 0 40px #f59e0b33}.pr-score-inner{width:164px;height:164px;border-radius:50%;background:#0a0f1e;display:flex;align-items:center;justify-content:center;flex-direction:column}.pr-score-value{font-family:Oswald,sans-serif;font-size:3.2rem;color:#f59e0b;line-height:1}.pr-score-label{color:#89b;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.pr-sub-scores{display:flex;flex-direction:column;gap:1rem;max-width:480px;margin:0 auto 1.5rem}.pr-sub-item{display:grid;grid-template-columns:140px 1fr 60px;align-items:center;gap:1rem}.pr-sub-label{color:#89b;font-size:.9rem;text-align:right}.pr-sub-bar{height:8px;background:#1a25404d;border-radius:10px;overflow:hidden}.pr-sub-fill{height:100%;border-radius:10px;transition:width 1s ease-out}.pr-sub-fill.pr-soft{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.pr-sub-fill.pr-metier{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.pr-sub-value{color:#fbbf24;font-family:Oswald,sans-serif;font-size:1.1rem}.pr-meta{display:flex;justify-content:center;gap:2rem;color:#89b;font-size:.9rem}.pr-meta svg{color:#f59e0b;margin-right:.4rem}.pr-competences{padding:3rem 1.5rem}.pr-section-title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:Oswald,sans-serif;font-size:1.8rem;color:#f0f4ff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;text-align:center}.pr-section-title svg{color:#f59e0b}.pr-comp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.pr-comp-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d;padding:1.25rem 1.5rem;animation:fadeInUp .4s ease-out}.pr-comp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.pr-comp-name{font-family:Barlow Condensed,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.04em;color:#f0f4ff}.pr-comp-score{font-family:Oswald,sans-serif;font-size:1.4rem}.pr-comp-bar{height:6px;background:#1a25404d;border-radius:10px;overflow:hidden;margin-bottom:.5rem}.pr-comp-fill{height:100%;border-radius:10px;transition:width 1s ease-out}.pr-comp-count{color:#89b;font-size:.8rem}.pr-qr-section{padding:2rem 1.5rem 3rem;text-align:center}.pr-qr-canvas{border-radius:12px;border:3px solid rgba(245,158,11,.25);box-shadow:0 0 20px #f59e0b1a}.pr-qr-label{color:#89b;font-size:.8rem;margin-top:.75rem}.pr-footer{text-align:center;padding:1.5rem;border-top:1px solid rgba(245,158,11,.1);color:#89b;font-size:.8rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.btn,.profile-page__back{font-family:Barlow Condensed,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;padding:16px 32px;transition:all .25s;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.btn:after,.profile-page__back:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s}.btn:hover:after,.profile-page__back:hover:after{opacity:1}.card,.profile-page__section{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d}.profile-page{background:linear-gradient(135deg,rgba(30,58,95,.4) 0%,transparent 60%);min-height:100vh;display:flex;flex-direction:column}.profile-page:before{background-image:linear-gradient(rgba(245,158,11,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.06) 1px,transparent 1px);background-size:60px 60px}.profile-page__header{background:#0a0f1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid #f59e0b;padding:1.25rem 0;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #0000004d}.profile-page__header-inner{max-width:900px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:2rem}.profile-page__back{background:transparent;border:1px solid rgba(255,255,255,.15);color:#ffffffb3;padding:.6rem 1.25rem;display:flex;align-items:center;gap:.6rem;font-size:.85rem;white-space:nowrap;transition:all .2s ease}.profile-page__back:hover{border-color:#f59e0b;color:#f59e0b}.profile-page__back svg{font-size:.9rem}.profile-page__title{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:1.6rem;color:#f59e0b;margin:0}.profile-page__main{flex:1;padding:3rem 1rem;position:relative;z-index:1}.profile-page__container{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.profile-page__hero{display:flex;align-items:center;gap:1.5rem}.profile-page__hero h2{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:2.2rem;color:#fbbf24;margin:0 0 .25rem}.profile-page__avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#f59e0b33,#fbbf2414);border:2px solid #f59e0b;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#f59e0b;flex-shrink:0}.profile-page__role{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;color:#89b;font-size:.85rem;letter-spacing:1.5px;text-transform:uppercase}.profile-page__success{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.35);border-radius:10px;color:#22c55e;font-size:.95rem}.profile-page__success svg{font-size:1.1rem;flex-shrink:0}.profile-page__form{display:flex;flex-direction:column;gap:1.75rem}.profile-page__section{background:linear-gradient(135deg,#1a2540e6,#111827e6);border:1px solid rgba(245,158,11,.2);padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.profile-page__section h3{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;font-size:.8rem;letter-spacing:2px;color:#f59e0b;text-transform:uppercase;margin-bottom:.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(245,158,11,.15)}.profile-page__field{display:flex;flex-direction:column;gap:.5rem}.profile-page__field label{font-family:Barlow,sans-serif;font-size:.9rem;color:#ffffffb3;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.profile-page__field label svg{color:#f59e0b;font-size:.85rem}.profile-page__field input,.profile-page__field select{background:#0a0f1e8c;border:1px solid rgba(245,158,11,.25);border-radius:8px;padding:.8rem 1rem;color:#fff;font-family:Barlow,sans-serif;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.profile-page__field input:focus,.profile-page__field select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.profile-page__field input option,.profile-page__field select option{background:#1a2540;color:#fff}.profile-page__check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.6rem}.profile-page__check-item{display:flex;align-items:center;gap:.5rem;padding:.65rem .8rem;border:1px solid rgba(245,158,11,.2);border-radius:8px;background:#0a0f1e59;color:#ffffffe0;font-size:.88rem;cursor:pointer;transition:border-color .2s ease,background .2s ease}.profile-page__check-item:hover{border-color:#f59e0b73;background:#ffffff0a}.profile-page__check-item input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:#f59e0b;cursor:pointer;flex-shrink:0}.profile-page__sub-specialites{margin-top:.8rem;padding:1rem;border:1px solid rgba(245,158,11,.15);border-radius:10px;background:#0a0f1e40}.profile-page__sub-specialites>label{display:block;font-size:.82rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem}.profile-page__sub-specialites>label:not(:first-child){margin-top:.8rem}.profile-page__hint{font-size:.78rem;color:#89b;font-weight:400}.profile-page__hint:before{content:"— "}.profile-page__missing{font-size:.78rem;font-weight:600;color:#ef4444;margin-left:auto;white-space:nowrap}.profile-page__missing--title{font-size:.7rem;margin-left:.75rem;vertical-align:middle;font-weight:700;letter-spacing:.5px}.profile-page__missing-list{list-style:none;margin:.4rem 0 0;padding:0;display:flex;flex-direction:column;gap:.2rem}.profile-page__missing-list li{font-size:.82rem;color:#ef4444;opacity:.9}.profile-page__missing-list li strong{font-weight:700}.profile-page__level-next{font-size:.85rem;color:#89b;margin:.4rem 0 0}.profile-page__level-next--ready{color:#22c55e}.profile-page__consents-list{display:flex;flex-direction:column;gap:.6rem}.profile-page__consent-item{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem 1rem;border-radius:8px;border:1px solid rgba(245,158,11,.12);background:#ffffff05;cursor:pointer;transition:border-color .2s ease,background .2s ease}.profile-page__consent-item:hover{border-color:#f59e0b4d;background:#ffffff0a}.profile-page__consent-item input[type=checkbox]{flex-shrink:0;width:16px;height:16px;margin-top:0;align-self:center;accent-color:#f59e0b;cursor:pointer}.profile-page__consent-item--locked{cursor:default;border-color:#22c55e33;background:#22c55e0a}.profile-page__consent-item--locked:hover{border-color:#22c55e33;background:#22c55e0a}.profile-page__consent-item--locked input[type=checkbox]{cursor:not-allowed;accent-color:#22c55e;opacity:.8}.profile-page__consent-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.profile-page__consent-label{font-size:.9rem;color:#ffffffd9;font-weight:500;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.profile-page__consent-level{font-size:.78rem;color:#89b;font-weight:400}.profile-page__consent-desc{font-size:.82rem;color:#89b;line-height:1.5}.profile-page__consent-saving{font-size:.82rem;color:#89b;margin:0}.profile-page__consent-saved{font-size:.82rem;color:#22c55e;display:flex;align-items:center;gap:.4rem;margin:0}.profile-page__section-desc{font-size:.85rem;color:#89b;margin:0;line-height:1.5}.profile-page__locked{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#89b}.profile-page__locked svg{color:#f59e0b66;font-size:1.1rem;margin-top:.15rem;flex-shrink:0}.profile-page__locked div{display:flex;flex-direction:column;gap:.25rem}.profile-page__locked strong{color:#ffffff80;font-size:.95rem}.profile-page__locked span{font-size:.85rem;color:#89b}.profile-page__error{padding:.85rem 1.25rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:.9rem;margin:0}.profile-page__field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.profile-page__cv-status{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border-radius:8px;background:#22c55e14;border:1px solid rgba(34,197,94,.25);color:#22c55e;font-size:.88rem;margin-bottom:.5rem}.profile-page__cv-message{font-size:.85rem;color:#89b;margin:.25rem 0}.profile-page__cv-upload{display:block}.profile-page__tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.8rem}.profile-page__custom-tool-add{display:grid;grid-template-columns:1fr auto;gap:.6rem}.profile-page__custom-tool-add input{background:#0a0f1e8c;border:1px solid rgba(245,158,11,.25);border-radius:8px;padding:.8rem 1rem;color:#fff;font-family:Barlow,sans-serif;font-size:.95rem}.profile-page__custom-tool-add input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.profile-page__tool-card{border:1px solid rgba(245,158,11,.2);border-radius:10px;background:#0a0f1e59;padding:.85rem;display:flex;flex-direction:column;gap:.75rem}.profile-page__tool-header{display:flex;align-items:center;gap:.55rem}.profile-page__tool-header strong{font-size:.9rem;color:#ffffffe6;line-height:1.2}.profile-page__tool-remove{margin-left:auto;border:1px solid rgba(239,68,68,.35);background:#ef44441a;color:#ef4444;width:28px;height:28px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.profile-page__tool-remove:hover{background:#ef44442e;border-color:#ef444499}.profile-page__tool-logo{width:28px;height:28px;border-radius:7px;border:1px solid rgba(245,158,11,.45);background:linear-gradient(135deg,#f59e0b33,#fbbf2414);display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;letter-spacing:.5px;color:#fbbf24;flex-shrink:0}.profile-page__tool-checks{display:flex;flex-direction:column;gap:.35rem}.profile-page__tool-check{display:flex;align-items:center;gap:.45rem;font-size:.82rem;color:#ffffffc7}.profile-page__tool-check input[type=checkbox]{width:15px;height:15px;margin:0;accent-color:#f59e0b;flex-shrink:0}.profile-page__tool-level{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#89b}.profile-page__tool-level select{background:#0a0f1e8c;border:1px solid rgba(245,158,11,.25);border-radius:8px;padding:.65rem .75rem;color:#fff;font-family:Barlow,sans-serif;font-size:.88rem}.profile-page__tool-level select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.profile-page__tool-level select option{background:#1a2540;color:#fff}.profile-page__autosave-status{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:#22c55e14;border:1px solid rgba(34,197,94,.25);border-radius:10px;color:#22c55e;font-size:.9rem}.profile-page__password-row{display:flex;gap:.75rem;align-items:center}.profile-page__password-row input{flex:1}.profile-page__password-row button{flex:0 0 auto;white-space:nowrap}.profile-page__btn--add-tool{flex:0 0 auto;min-width:132px;padding:.75rem 1rem}@media(max-width:768px){.profile-page__header-inner{padding:0 1rem;gap:1rem}.profile-page__title{font-size:1.2rem}.profile-page__main{padding:1.5rem 1rem}.profile-page__section{padding:1.25rem 1rem}.profile-page__hero{gap:1rem}.profile-page__hero h2{font-size:1.6rem}.profile-page__avatar{width:56px;height:56px;font-size:1.5rem}.profile-page__missing{white-space:normal;margin-left:0;display:block}.profile-page__tools-grid,.profile-page__custom-tool-add{grid-template-columns:1fr}}@media(max-width:480px){.profile-page__title{display:none}.profile-page__hero{flex-direction:column;align-items:flex-start;gap:.75rem}.profile-page__field-row{grid-template-columns:1fr}.profile-page__actions{flex-direction:column}}.profile-page__btn{flex:1;padding:.9rem 1.5rem;border-radius:8px;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;border:none}.profile-page__btn--cancel{background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff9}.profile-page__btn--cancel:hover{border-color:#f59e0b;color:#f59e0b}.profile-page__btn--save{background:linear-gradient(135deg,#f59e0b,#c57f08);color:#0a0f1e;box-shadow:0 4px 15px #f59e0b4d}.profile-page__btn--save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.profile-page__btn--save:disabled{opacity:.6;cursor:not-allowed}.profile-page__btn--danger{background:linear-gradient(135deg,#ef4444,#eb1515);color:#fff;box-shadow:0 4px 15px #ef44444d}.profile-page__btn--danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ef444473}.profile-page__btn--danger:disabled{opacity:.6;cursor:not-allowed}.profile-page__section--danger{border:1px solid rgba(239,68,68,.3);background:#ef44440a}.profile-page__section--danger h3{color:#ef4444}.profile-page__delete-panel{display:flex;flex-direction:column;gap:1rem}.profile-page__delete-warning{font-size:.9rem;color:#ffffffb3;line-height:1.5}.profile-page__delete-warning strong{color:#ef4444}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.btn,.map-style-btn,.share-btn,.back-btn,.type-btn,.zone-btn,.difficulty-btn,.share-setup-btn,.back-dashboard-btn{font-family:Barlow Condensed,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;padding:16px 32px;transition:all .25s;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.btn:after,.map-style-btn:after,.share-btn:after,.back-btn:after,.type-btn:after,.zone-btn:after,.difficulty-btn:after,.share-setup-btn:after,.back-dashboard-btn:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s}.btn:hover:after,.map-style-btn:hover:after,.share-btn:hover:after,.back-btn:hover:after,.type-btn:hover:after,.zone-btn:hover:after,.difficulty-btn:hover:after,.share-setup-btn:hover:after,.back-dashboard-btn:hover:after{opacity:1}.location-game{background:linear-gradient(135deg,rgba(30,58,95,.4) 0%,transparent 60%);min-height:100vh;display:flex;flex-direction:column;position:relative}.location-game:before{background-image:linear-gradient(rgba(245,158,11,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.06) 1px,transparent 1px);background-size:60px 60px}.location-game:has(.playing-phase),.location-game:has(.setup-phase){height:100vh;overflow:hidden}.game-header{background:#0a0f1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid #f59e0b;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #0000004d}.game-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.game-header .header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;height:50px}.header-actions{display:flex;align-items:center;gap:.6rem}.map-style-btn{background:#1a2540cc;border:1px solid rgba(245,158,11,.2);color:#f0f4ff;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.85rem;transition:all .3s ease}.map-style-btn svg{color:#f59e0b;font-size:.9rem}.map-style-btn span{font-family:Barlow Condensed,sans-serif;letter-spacing:.05em;text-transform:uppercase}.map-style-btn:hover{background:#f59e0b26;border-color:#f59e0b}.share-btn{background:#1a2540cc;border:1px solid rgba(245,158,11,.2);color:#f0f4ff;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.85rem;transition:all .3s ease}.share-btn svg{color:#f59e0b;font-size:.9rem}.share-btn span{font-family:Barlow Condensed,sans-serif;letter-spacing:.05em;text-transform:uppercase}.share-btn:hover{background:#f59e0b26;border-color:#f59e0b}.share-btn.is-active{background:#f59e0b2e;border-color:#f59e0b;color:#fbbf24}.back-btn{background:#1a2540cc;border:1px solid rgba(245,158,11,.2);color:#f0f4ff;padding:.6rem 1.2rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:all .3s ease}.back-btn:hover{background:#f59e0b26;border-color:#f59e0b}.game-title{font-family:Oswald,sans-serif;font-size:1.8rem;letter-spacing:.05em;text-transform:uppercase;color:#f59e0b;margin:0;text-shadow:0 0 20px rgba(245,158,11,.3)}.question-timer{color:#89b;font-family:Barlow Condensed,sans-serif;font-size:1rem;letter-spacing:.05em;flex-shrink:0}.question-timer svg{margin-right:.3rem}.game-main{flex:1;padding:2rem 0;min-height:0}.game-main:has(.playing-phase){padding:0}.game-main:has(.playing-phase) .game-container{height:100%;max-width:100%;padding:0}.game-main:has(.setup-phase){padding:.75rem 0}.game-main:has(.setup-phase) .game-container{height:100%;display:flex;flex-direction:column}.best-scores-section{margin-bottom:.75rem;flex-shrink:0}.best-scores-title{font-family:Oswald,sans-serif;font-size:1.2rem;letter-spacing:.05em;text-transform:uppercase;color:#f59e0b;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.best-scores-title svg{filter:drop-shadow(0 0 8px rgba(245,158,11,.4))}.best-scores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem}.best-score-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:.6rem 1rem;box-shadow:0 4px 20px #0000004d;text-align:center;transition:all .3s ease}.best-score-card:hover{border-color:#f59e0b4d;transform:translateY(-2px)}.best-score-mode{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.4rem}.best-score-mode svg{color:#f59e0b;font-size:1rem}.best-score-mode span{font-family:Barlow Condensed,sans-serif;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:#f0f4ff}.best-score-meta{color:#89b;font-size:.8rem;margin-bottom:.6rem}.best-score-value{font-family:Oswald,sans-serif;font-size:1.6rem;letter-spacing:.03em}.best-score-eval{font-family:Barlow Condensed,sans-serif;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}.guest-banner{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:.6rem 1.2rem;box-shadow:0 4px 20px #0000004d;background:#f59e0b14;border:1px solid rgba(245,158,11,.3);margin-bottom:.6rem;flex-shrink:0}.guest-banner p{color:#c5d2e8;font-size:1rem;margin:0}.guest-banner p svg{color:#f59e0b;margin-right:.4rem}.signup-link{background:none;border:none;color:#fbbf24;font-weight:700;text-decoration:underline;cursor:pointer;font-size:inherit;font-family:inherit;padding:0 .3rem;transition:color .2s ease}.signup-link:hover{color:#f59e0b}.guest-results-banner{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000004d;background:linear-gradient(135deg,#f59e0b1a,#fbbf240d);border:2px solid rgba(245,158,11,.35);display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.guest-results-banner>svg{font-size:2rem;color:#f59e0b;flex-shrink:0}.guest-results-banner>div{flex:1}.guest-results-banner>div strong{color:#fbbf24;font-size:1.1rem;display:block;margin-bottom:.3rem}.guest-results-banner>div p{color:#89b;font-size:.95rem;margin:0}@media(max-width:768px){.guest-results-banner{flex-direction:column;text-align:center}}.signup-btn{background:#f59e0b;color:#0a0f1e;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.signup-btn:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s ease}.signup-btn:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 0 20px #f59e0b66}.signup-btn:hover:after{opacity:1}.signup-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.signup-btn:disabled:hover{background:#f59e0b;box-shadow:none}.signup-btn{padding:.8rem 2rem;border-radius:8px;white-space:nowrap;flex-shrink:0}.setup-phase{text-align:center;flex:1;display:flex;flex-direction:column;min-height:0}.setup-phase h2{font-family:Oswald,sans-serif;font-size:1.8rem;letter-spacing:.05em;text-transform:uppercase;color:#f59e0b;margin-bottom:.2rem;flex-shrink:0}.setup-phase .setup-intro{color:#89b;font-size:.9rem;margin-bottom:.75rem;flex-shrink:0}.setup-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:.75rem;flex:1;min-height:0}.setup-column{display:grid;flex-direction:column;gap:.75rem;min-height:0;grid-template-columns:repeat(1,1fr)}.setup-card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:1rem;box-shadow:0 4px 20px #0000004d;text-align:left;display:flex;flex-direction:column;min-height:0;overflow:hidden}.setup-card h3{color:#f0f4ff;font-family:Barlow Condensed,sans-serif;font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;flex-shrink:0}.type-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;flex:1}.type-btn{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:1rem;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;flex:1;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.type-btn svg{font-size:2rem;color:#89b;transition:color .3s ease}.type-btn span{font-family:Barlow Condensed,sans-serif;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:#c5d2e8}.type-btn.active{border-color:#f59e0b;background:#f59e0b1a}.type-btn.active svg{color:#f59e0b}.type-btn.active span{color:#fbbf24}.type-btn:hover:not(.active){border-color:#f59e0b4d;background:#1a2540e6}.zone-buttons{display:flex;flex-wrap:wrap;gap:.4rem;align-content:flex-start;flex:1}.zone-btn{background:#1a254099;border:1px solid rgba(245,158,11,.15);color:#c5d2e8;padding:.4rem .9rem;font-size:1.2rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;cursor:pointer}.zone-btn svg{font-size:.8rem;color:#89b}.zone-btn.active{background:#f59e0b26;border-color:#f59e0b;color:#fbbf24}.zone-btn.active svg{color:#f59e0b}.zone-btn:hover:not(.active){background:#1a2540e6;border-color:#f59e0b4d}.difficulty-buttons{display:grid;grid-template-columns:1fr;gap:.5rem;flex:1}@media(max-width:768px){.difficulty-buttons{grid-template-columns:1fr}}.difficulty-btn{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:.75rem 1rem;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.2rem;flex:1;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-align:left}.difficulty-btn strong{color:#f0f4ff;font-size:1rem}.difficulty-btn span{color:#89b;font-size:.85rem}.difficulty-btn.active{border-color:#f59e0b;background:#f59e0b1a}.difficulty-btn.active strong{color:#fbbf24}.difficulty-btn:hover:not(.active){border-color:#f59e0b4d}.start-btn{background:#f59e0b;color:#0a0f1e;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.start-btn:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s ease}.start-btn:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 0 20px #f59e0b66}.start-btn:hover:after{opacity:1}.start-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.start-btn:disabled:hover{background:#f59e0b;box-shadow:none}.start-btn{padding:.9rem 3rem;font-size:1rem;border-radius:12px;display:inline-flex;align-items:center;gap:.8rem;flex-shrink:0}.setup-actions{display:flex;justify-content:center;align-items:center;gap:.8rem;flex-shrink:0}.share-setup-btn{background:#1a2540cc;border:1px solid rgba(245,158,11,.25);color:#f0f4ff;padding:.9rem 1.4rem;font-size:.95rem;border-radius:12px;display:inline-flex;align-items:center;gap:.65rem;transition:all .3s ease;flex-shrink:0}.share-setup-btn svg{color:#f59e0b}.share-setup-btn:hover:not(:disabled){background:#f59e0b26;border-color:#f59e0b}.share-setup-btn:disabled{opacity:.7;cursor:not-allowed}.playing-phase{display:flex;flex-direction:column;height:100%;overflow:hidden}.question-bar{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);padding:.8rem 1.2rem;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;border-radius:0;border-left:none;border-right:none;border-top:none}.question-info{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;justify-content:center}.question-info>svg{color:#f59e0b;font-size:1.3rem}.question-text-game-location{color:#f0f4ff;font-size:1.15rem}.question-text-game-location strong{color:#fbbf24}.question-meta{color:#89b;font-size:.95rem}.timeline-bar{display:flex;align-items:center;gap:0;position:relative;padding:.2rem 0}.timeline-bar:before{content:"";position:absolute;top:50%;left:0;right:0;height:3px;background:#1a2540cc;border-radius:2px;transform:translateY(-50%);z-index:0}.timeline-bar .question-timer{margin-left:auto;flex-shrink:0;position:relative;z-index:1;padding-left:.6rem}.timeline-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;flex:1;min-width:0}.timeline-node{width:12px;height:12px;border-radius:50%;background:#1a2540e6;border:2px solid rgba(245,158,11,.25);display:block;transition:all .3s ease}.timeline-step.current .timeline-node{width:16px;height:16px;border-color:#f59e0b;background:#f59e0b40;box-shadow:0 0 8px #f59e0b80;animation:pulse-node 1.5s ease-in-out infinite}.timeline-step.done .timeline-node{border-color:transparent;box-shadow:0 0 6px #0000004d}.timeline-pts{font-family:Barlow Condensed,sans-serif;font-size:.7rem;color:#89b;margin-top:2px;letter-spacing:.03em;white-space:nowrap}@keyframes pulse-node{0%,to{box-shadow:0 0 6px #f59e0b66}50%{box-shadow:0 0 14px #f59e0bb3}}.map-wrapper{position:relative;flex:1;min-height:0;overflow:hidden;background:#0a0f1e}.map-marker,.map-marker--green,.map-marker--red{width:20px;height:20px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);border:2px solid #fff;box-shadow:0 2px 6px #0006}.map-marker--red{background:#ef4444}.map-marker--green{background:#22c55e}.feedback-banner{position:absolute;bottom:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:center;gap:1.2rem;padding:.7rem 1.5rem;background:#0a0f1eeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(245,158,11,.3);cursor:pointer;animation:bannerSlideUp .35s ease both;transition:background .2s}.feedback-banner:hover{background:#0a0f1ef7}.feedback-points{font-family:Oswald,sans-serif;font-size:1.6rem;color:#fbbf24;letter-spacing:.05em}.feedback-distance{font-family:Oswald,sans-serif;font-size:1.2rem;letter-spacing:.05em}.feedback-location{color:#89b;font-size:.85rem;margin:0}.feedback-time{color:#89b;font-size:.8rem;font-family:Barlow Condensed,sans-serif}.feedback-time svg{margin-right:.2rem;font-size:.7rem}.feedback-tap-hint-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999;pointer-events:none}.feedback-tap-hint{font-family:Barlow Condensed,sans-serif;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;background:#0a0f1e99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.6rem 1.5rem;border-radius:8px;border:1px solid rgba(245,158,11,.25);animation:hintPulse 2s ease-in-out infinite;pointer-events:none}@keyframes bannerSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes hintPulse{0%,to{opacity:.35}50%{opacity:.75}}.results-phase{max-width:800px;margin:0 auto}.results-header{text-align:center;margin-bottom:2rem}.results-header .trophy-icon{font-size:3rem;color:#f59e0b;margin-bottom:.5rem;display:block;filter:drop-shadow(0 0 15px rgba(245,158,11,.5))}.results-header h2{font-family:Oswald,sans-serif;font-size:2.5rem;letter-spacing:.05em;text-transform:uppercase;color:#f59e0b;margin:0}.results-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:768px){.results-summary{grid-template-columns:repeat(2,1fr)}}.result-stat{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000004d;text-align:center}.result-stat.highlight{border-color:#f59e0b66}.stat-label{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#89b;display:block;margin-bottom:.5rem}.stat-value{font-family:Oswald,sans-serif;font-size:1.8rem;color:#f0f4ff;letter-spacing:.03em}.results-detail{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d;margin-bottom:2rem}.results-detail h3{color:#f0f4ff;font-family:Barlow Condensed,sans-serif;font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.results-detail h3 svg{color:#f59e0b}.results-table{display:flex;flex-direction:column;gap:.5rem}.result-row{display:grid;grid-template-columns:35px 1fr 120px 50px 90px 80px;align-items:center;padding:.8rem 1rem;background:#1a254066;border-radius:4px;border:1px solid rgba(245,158,11,.08);transition:background .2s ease}.result-row:hover{background:#1a2540b3}@media(max-width:768px){.result-row{grid-template-columns:30px 1fr 50px 80px 70px}.result-row .result-country{display:none}}.result-num{color:#89b;font-family:Barlow Condensed,sans-serif;font-size:.9rem}.result-name{color:#f0f4ff;font-size:.95rem}.result-country{color:#89b;font-size:.85rem}.result-time{color:#89b;font-family:Barlow Condensed,sans-serif;font-size:.9rem;text-align:center}.result-distance,.result-points{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:.95rem;text-align:right}.results-actions{display:flex;justify-content:center;gap:1rem}.replay-btn{background:#f59e0b;color:#0a0f1e;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.replay-btn:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s ease}.replay-btn:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 0 20px #f59e0b66}.replay-btn:hover:after{opacity:1}.replay-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.replay-btn:disabled:hover{background:#f59e0b;box-shadow:none}.replay-btn{padding:1rem 2.5rem;border-radius:12px;display:inline-flex;align-items:center;gap:.6rem}.back-dashboard-btn{background:#1a2540cc;border:1px solid rgba(245,158,11,.2);color:#f0f4ff;padding:1rem 2.5rem;border-radius:12px;display:inline-flex;align-items:center;gap:.6rem;font-size:.9rem;transition:all .3s ease}.back-dashboard-btn:hover{background:#f59e0b26;border-color:#f59e0b}@media(max-width:768px){.game-container{padding:0 1rem}.game-title{font-size:1.3rem}.game-header .header-content{gap:.5rem}.location-game:has(.setup-phase){height:auto;overflow:visible}.game-main:has(.setup-phase){padding:1rem 0 2rem}.game-main:has(.setup-phase) .game-container{height:auto}.setup-grid{grid-template-columns:1fr;flex:none}.setup-phase h2{font-size:1.4rem}.type-buttons{grid-template-columns:repeat(4,1fr)}.difficulty-buttons{grid-template-columns:repeat(3,1fr)}.start-btn{justify-content:center}.setup-actions{flex-direction:column;align-items:stretch}.setup-actions .start-btn,.setup-actions .share-setup-btn{width:100%;justify-content:center}.question-bar{padding:.6rem 1rem}.question-text-game-location{font-size:1rem}.feedback-banner{gap:.6rem;padding:.5rem .8rem;flex-wrap:wrap;justify-content:center}.feedback-banner .feedback-points{font-size:1.2rem}.feedback-banner .feedback-distance{font-size:1rem}.feedback-banner .feedback-location{font-size:.75rem}.feedback-banner .feedback-time{font-size:.7rem}.feedback-tap-hint{font-size:.75rem;padding:.5rem 1rem}.results-phase{padding:0 .5rem}.results-actions{flex-direction:column;align-items:stretch}.results-actions .replay-btn,.results-actions .back-dashboard-btn{justify-content:center;padding:.9rem 1.5rem}}@media(max-width:480px){.game-title{display:none}.header-actions{gap:.35rem}.back-btn{font-size:0;padding:.5rem .6rem;gap:0}.back-btn svg{font-size:.9rem}.map-style-btn,.share-btn{padding:.5rem .6rem}.map-style-btn span,.share-btn span{display:none}.type-buttons{grid-template-columns:repeat(2,1fr)}.difficulty-buttons{grid-template-columns:1fr}.result-row{grid-template-columns:25px 1fr 70px 70px}.result-row .result-time,.result-row .result-country{display:none}.results-summary{grid-template-columns:repeat(2,1fr)}.feedback-banner{gap:.4rem .8rem;padding:.4rem .6rem}.feedback-banner .feedback-location,.feedback-banner .feedback-time{display:none}.feedback-tap-hint{font-size:.7rem;padding:.4rem .8rem;letter-spacing:.1em}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.anim{animation:fadeIn .5s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.badge,.niveau-badge,.statut-badge{display:inline-flex;align-items:center;gap:8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);padding:6px 16px;border-radius:6px;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#f59e0b}.card,.stat-card,.table-wrapper{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d}.btn-primary,.btn-primary-mt{background:#f59e0b;color:#0a0f1e;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary:after,.btn-primary-mt:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s ease}.btn-primary:hover,.btn-primary-mt:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 0 20px #f59e0b66}.btn-primary:hover:after,.btn-primary-mt:hover:after{opacity:1}.btn-primary:disabled,.btn-primary-mt:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary:disabled:hover,.btn-primary-mt:disabled:hover{background:#f59e0b;box-shadow:none}.mes-tests-page{background:linear-gradient(135deg,rgba(30,58,95,.4) 0%,transparent 60%);min-height:100vh;display:flex;flex-direction:column}.mes-tests-page:before{background-image:linear-gradient(rgba(245,158,11,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.06) 1px,transparent 1px);background-size:60px 60px}.mes-tests-header{background:#0a0f1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid #f59e0b;padding:1.5rem 0;position:sticky;top:0;z-index:100}.mes-tests-header .mes-tests-container{display:flex;align-items:center;gap:2rem}.mes-tests-header h1{font-family:Oswald,sans-serif;letter-spacing:.05em;text-transform:uppercase;font-size:2rem;color:#f59e0b;margin:0}.mes-tests-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.mes-tests-main{flex:1;padding:3rem 0}.back-btn{background:none;border:1px solid rgba(245,158,11,.3);color:#f59e0b;padding:.5rem 1.2rem;cursor:pointer;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .2s;white-space:nowrap}.back-btn:hover{background:#f59e0b1a;border-color:#f59e0b}.stats-row{display:flex;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.8rem;flex:1;min-width:160px}.stat-card svg{font-size:1.5rem;color:#f59e0b;opacity:.7}.stat-card .stat-value{display:block;font-size:1.8rem;font-weight:700;color:#f0f4ff;line-height:1}.stat-card .stat-value small{font-size:1rem;color:#89b}.stat-card .stat-label{display:block;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.8rem;color:#89b;margin-top:2px}.stat-card.highlight{border-color:#f59e0b80;background:#f59e0b0d}.stat-card.highlight svg{color:#f59e0b;opacity:1}.stat-card.highlight .stat-value{color:#f59e0b}.table-wrapper{padding:0;overflow:hidden;overflow-x:auto}.tests-table{width:100%;border-collapse:collapse}.tests-table thead tr{background:#f59e0b14;border-bottom:1px solid rgba(245,158,11,.2)}.tests-table th{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.75rem;font-weight:700;color:#f59e0b;padding:1rem 1.2rem;text-align:left;white-space:nowrap}.tests-table td{padding:1rem 1.2rem;color:#f0f4ff;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:middle}.tests-table tbody tr{transition:background .15s}.tests-table tbody tr:last-child td{border-bottom:none}.tests-table tbody tr:hover{background:#ffffff08}.tests-table tbody tr.row-pending{opacity:.6}.td-specialite{display:flex;align-items:center;gap:.6rem;font-weight:500;white-space:nowrap}.td-specialite svg{color:#f59e0b;opacity:.7;font-size:.9rem}.score-badge{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.85rem;font-weight:700;padding:.3rem .7rem}.score-badge.score-senior{color:#22c55e}.score-badge.score-confirme{color:#f59e0b}.score-badge.score-junior{color:#ef4444}.niveau-badge{font-size:.75rem;padding:.25rem .6rem}.niveau-badge.niveau-senior{color:#22c55e;border-color:#22c55e66;background:#22c55e1a}.niveau-badge.niveau-confirme{color:#f59e0b;border-color:#f59e0b66;background:#f59e0b1a}.niveau-badge.niveau-junior{color:#ef4444;border-color:#ef444466;background:#ef44441a}.statut-badge{font-size:.75rem;padding:.25rem .6rem}.statut-badge.statut-termine{color:#22c55e;border-color:#22c55e66;background:#22c55e1a}.statut-badge.statut-en_cours{color:#f59e0b;border-color:#f59e0b66;background:#f59e0b1a}.statut-badge.statut-abandonne{color:#89b;border-color:#ffffff1a;background:#ffffff0d}.btn-voir{background:none;border:1px solid rgba(245,158,11,.4);color:#f59e0b;padding:.4rem .9rem;cursor:pointer;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:.4rem;transition:all .2s}.btn-voir:hover{background:#f59e0b26;border-color:#f59e0b}.loading-state,.empty-state{text-align:center;padding:5rem 2rem;color:#89b}.loading-state svg,.empty-state svg{font-size:3rem;color:#f59e0b;opacity:.3;margin-bottom:1.5rem}.loading-state h3,.empty-state h3{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:1.8rem;color:#f0f4ff;margin-bottom:.8rem}.loading-state p,.empty-state p{font-size:.95rem;line-height:1.6;margin-bottom:2rem}.btn-primary-mt{padding:.8rem 2rem;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-weight:700;font-size:.9rem;cursor:pointer;border:none}@media(max-width:768px){.stats-row{gap:1rem}.stat-card{min-width:140px}.tests-table th,.tests-table td{padding:.8rem;font-size:.82rem}}.forgot-container{display:flex;align-items:center;justify-content:center;background:#111827;border:1px solid rgba(245,158,11,.2);max-width:480px;width:100%;padding:60px 50px;position:relative;z-index:1}.success-block{padding:20px;font-size:.95rem;margin-bottom:0}.back-link{color:#f59e0b;text-decoration:none;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:.9rem;font-weight:600;transition:color .2s;display:inline-flex;align-items:center;gap:8px}.back-link:hover{color:#fbbf24;text-decoration:underline}.badge-toast-wrap{position:fixed;right:22px;top:22px;z-index:4000;pointer-events:none}.badge-toast{pointer-events:auto;display:grid;grid-template-columns:6px 48px 1fr auto;gap:14px;align-items:center;width:min(430px,100vw - 32px);border-radius:20px;background:radial-gradient(circle at top left,rgba(255,255,255,.16),transparent 42%),linear-gradient(135deg,#0c1222f5,#19223af5);color:#f8fafc;box-shadow:0 24px 80px #00000059;border:1px solid rgba(255,255,255,.08);overflow:hidden;animation:badge-toast-in .22s ease-out}.badge-toast__accent{width:6px;align-self:stretch}.badge-toast__icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#ffffff0f;font-size:1.2rem}.badge-toast__content{padding:18px 0;min-width:0}.badge-toast__eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;margin-bottom:4px}.badge-toast__content strong{display:block;font-size:1rem;margin-bottom:4px}.badge-toast__content p{margin:0;font-size:.92rem;line-height:1.35;color:#ffffffd6}.badge-toast__close{margin-right:12px;border:0;background:transparent;color:#ffffffb3;cursor:pointer;font-size:1rem;transition:color .16s ease,transform .16s ease}.badge-toast__close:hover{color:#fff;transform:scale(1.05)}.badge-toast__sparkle{margin-right:16px;color:#ffffff38;font-size:1.05rem}@keyframes badge-toast-in{0%{transform:translateY(-12px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media(max-width:640px){.badge-toast-wrap{right:12px;left:12px;top:12px}.badge-toast{width:100%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes glidePlane{0%{transform:rotate(-15deg) translate(0)}50%{transform:rotate(-15deg) translate(-18px,-10px)}to{transform:rotate(-15deg) translate(0)}}@keyframes flyBy{0%{transform:rotate(-20deg) translate(0)}50%{transform:rotate(-20deg) translate(-12px,-6px)}to{transform:rotate(-20deg) translate(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn{font-family:Barlow Condensed,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;padding:16px 32px;transition:all .25s;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.btn:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s}.btn:hover:after{opacity:1}.btn-outline{background:transparent;color:#c5d2e8;border:1px solid rgba(136,153,187,.4)}.btn-outline:hover{border-color:#f59e0b;color:#f59e0b}.anim{animation:fadeUp .6s ease both}.anim-d1{animation-delay:.1s}.anim-d2{animation-delay:.25s}.anim-d3{animation-delay:.4s}.anim-d4{animation-delay:.55s}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-amber{color:#f59e0b}.text-grey{color:#89b}.text-white{color:#f0f4ff}.mt-1{margin-top:1rem}.mt-2{margin-top:1.5rem}.mt-3{margin-top:2rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:1.5rem}.mb-3{margin-bottom:2rem}.badge{display:inline-flex;align-items:center;gap:8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);padding:6px 16px;border-radius:6px;font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#f59e0b}.badge-dot{width:6px;height:6px;background:#f59e0b;border-radius:50%;animation:pulse 2s infinite}.tag{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:10px;letter-spacing:1.5px;color:#f59e0b;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);padding:3px 10px;border-radius:4px}.card{background:#111827cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,158,11,.15);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000004d}.btn-primary{background:#f59e0b;color:#0a0f1e;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s ease}.btn-primary:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 0 20px #f59e0b66}.btn-primary:hover:after{opacity:1}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary:disabled:hover{background:#f59e0b;box-shadow:none}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:768px){.grid-2{grid-template-columns:1fr}}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.grid-3{grid-template-columns:1fr}}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:768px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.grid-4{grid-template-columns:1fr}}.border-amber{border:1px solid rgba(245,158,11,.2)}.border-amber-top{border-top:1px solid rgba(245,158,11,.1)}.border-amber-bottom{border-bottom:1px solid rgba(245,158,11,.1)}.border-amber-left{border-left:3px solid #f59e0b}.section-label{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#f59e0b;margin-bottom:12px}.section-title{font-family:Oswald,sans-serif;font-size:clamp(2rem,4vw,3.5rem);letter-spacing:.05em;text-transform:uppercase;line-height:1.1;color:#f0f4ff;margin-bottom:1.5rem}.section-container{max-width:1200px;margin:0 auto;padding:5rem 3rem}@media(max-width:768px){.section-container{padding:3rem 1.5rem}}.rgpd-page{min-height:100vh;background:#0a0f1e;padding:80px clamp(20px,5vw,80px) 80px}.rgpd-container{max-width:780px;margin:0 auto}.rgpd-back{display:inline-block;font-size:13px;color:#89b;text-decoration:none;letter-spacing:1px;margin-bottom:48px;transition:color .2s}.rgpd-back:hover{color:#f59e0b}.rgpd-header{margin-bottom:56px;padding-bottom:40px;border-bottom:1px solid rgba(136,153,187,.12)}.rgpd-eyebrow{font-family:Barlow Condensed,sans-serif;font-size:12px;text-transform:uppercase;font-size:11px;color:#f59e0b;letter-spacing:3px;margin-bottom:12px}.rgpd-title{font-family:Oswald,sans-serif;font-size:2rem;letter-spacing:.05em;text-transform:uppercase;font-size:clamp(36px,5vw,56px);color:#f0f4ff;line-height:1;margin-bottom:16px}.rgpd-subtitle{font-size:14px;color:#89b;line-height:1.6}.rgpd-body{display:flex;flex-direction:column;gap:40px}.rgpd-section h2{font-family:Barlow Condensed,sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;font-size:14px;color:#f59e0b;letter-spacing:1.5px;margin-bottom:14px}.rgpd-section p,.rgpd-section li{font-size:15px;line-height:1.8;color:#89b}.rgpd-section p+p{margin-top:12px}.rgpd-section ul{padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.rgpd-section ul li{padding-left:20px;position:relative}.rgpd-section ul li:before{content:"—";position:absolute;left:0;color:#f59e0b80}.rgpd-section code{font-family:monospace;font-size:13px;background:#f59e0b14;color:#f59e0b;padding:2px 6px;border-radius:3px}.rgpd-section strong{color:#f0f4ff;font-weight:600}
