:root{--color-primary:#c9a84c;--color-primary-dark:#8b6914;--color-primary-light:#e8d48b;--color-background:#0e0e1a;--color-surface:#1a1a2e;--color-surface-2:#252540;--color-text:#f0f0f5;--color-text-secondary:#a0a0b8;--color-border:#ffffff14;--color-error:#f87171;--color-warning:#fbbf24;--color-success:#34d399;--color-critical:#ef4444;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--border-radius:12px;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}[data-theme=light]{--color-primary:#8b6914;--color-primary-dark:#6b4f0e;--color-primary-light:#c9a84c;--color-background:#f8f9fa;--color-surface:#fff;--color-surface-2:#f0f0f5;--color-text:#1a1a2e;--color-text-secondary:#6b7280;--color-border:#00000014;--color-error:#dc2626;--color-warning:#d97706;--color-success:#16a34a;--color-critical:#dc2626}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-family);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px;min-height:100dvh;line-height:1.5}#root{flex-direction:column;min-height:100dvh;display:flex}.app-container{flex-direction:column;width:100%;min-height:100dvh;display:flex}.app-header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--color-text);padding:var(--spacing-md);border-bottom:1px solid var(--color-border);background:#0e0e1af2;position:sticky;top:0}[data-theme=light] .app-header{background:#ffffffe6;border-bottom-color:#00000014}[data-theme=light] .app-header h1{color:#1a1a2e}.app-header h1{letter-spacing:-.5px;margin:0;font-size:1.25rem;font-weight:700}.app-main{padding:var(--spacing-md);flex:1;overflow-y:auto}.app-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--color-border);padding:var(--spacing-sm) 0;z-index:1000;background:#0e0e1af7;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}[data-theme=light] .app-nav{background:#fffffff2;border-top-color:#00000014}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width>=768px){.app-main{padding:var(--spacing-lg);width:100%;max-width:1024px;margin:0 auto}}@media (width>=1024px){.app-main{max-width:1280px}}.app-header-content{justify-content:space-between;align-items:center;display:flex}.header-actions{align-items:center;gap:.5rem;display:flex}.theme-toggle{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex}.theme-toggle:hover{background:#c9a84c26;border-color:#c9a84c4d}[data-theme=light] .theme-toggle{background:#0000000d;border-color:#0000001a}[data-theme=light] .theme-toggle:hover{background:#8b69141a;border-color:#8b69144d}.logout-button{color:#c9a84c;font-size:.8rem;font-weight:500;font-family:var(--font-family);cursor:pointer;background:#c9a84c1a;border:1px solid #c9a84c4d;border-radius:50px;padding:.4rem 1rem;transition:all .2s}.logout-button:hover{background:#c9a84c33;border-color:#c9a84c}.welcome-section{padding-bottom:calc(var(--spacing-xl) + 60px)}.welcome-section h2{color:#fff;margin-bottom:var(--spacing-sm);font-size:1.5rem;font-weight:700}.welcome-section>p{color:var(--color-text-secondary);margin-bottom:var(--spacing-lg)}.feature-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;border-radius:16px;padding:1.25rem;transition:all .25s}.feature-card:hover{border-color:#c9a84c40;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.feature-icon{margin-bottom:.6rem;font-size:2rem;display:block}.feature-card h3{color:var(--color-text);margin-bottom:.3rem;font-size:.9rem;font-weight:600}.feature-card p{color:var(--color-text-secondary);font-size:.75rem;line-height:1.4}.nav-item{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:.4rem .8rem;font-size:.7rem;transition:color .2s;display:flex}.nav-item.active{color:#c9a84c}.nav-item:hover{color:#e8d48b}.nav-label{font-size:.7rem}.feature-card[role=button]{cursor:pointer}.feature-card[role=button]:focus-visible{outline-offset:2px;outline:2px solid #c9a84c}.app-main-camera{justify-content:center;align-items:center;padding:0;display:flex}@media (width>=480px){.feature-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width>=768px){.feature-grid{grid-template-columns:repeat(3,1fr)}}[data-theme=light] .logout-button{color:#8b6914;background:#8b691414;border-color:#8b691433}[data-theme=light] .logout-button:hover{background:#8b691426}[data-theme=light] .feature-card{background:var(--color-surface);border-color:#00000014;box-shadow:0 2px 8px #0000000a}[data-theme=light] .feature-card:hover{border-color:#8b69144d;box-shadow:0 8px 24px #00000014}[data-theme=light] .feature-card h3{color:#1a1a2e}[data-theme=light] .nav-item{color:#6b7280}[data-theme=light] .nav-item.active{color:#8b6914}[data-theme=light] .nav-item:hover{color:#c9a84c}[data-theme=light] .welcome-section h2{color:#1a1a2e}.back-to-home{border:1px solid var(--color-border);color:var(--color-primary);cursor:pointer;background:0 0;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.back-to-home:hover{border-color:var(--color-primary);background:#c9a84c1a}.auth-container{background:#08080f;justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.auth-container:before{content:"";pointer-events:none;background:radial-gradient(at 30% 20%,#c9a84c14 0%,#0000 50%),radial-gradient(at 70% 80%,#6366f10d 0%,#0000 50%);position:absolute;inset:0}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1e3299;border:1px solid #ffffff0f;border-radius:20px;width:100%;max-width:400px;padding:2.5rem;position:relative;box-shadow:0 20px 60px #0006}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{color:#fff;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2rem;font-weight:800}.auth-header p{color:#8b8ba0;font-size:.9rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#b0b0c0;font-size:.85rem;font-weight:500}.form-group input{color:#f0f0f5;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;padding:.8rem 1rem;font-size:1rem;transition:all .2s}.form-group input:focus{background:#ffffff0f;border-color:#c9a84c80;outline:none;box-shadow:0 0 0 3px #c9a84c1a}.form-group input::placeholder{color:#555}.auth-error{color:#f87171;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;padding:.7rem 1rem;font-size:.85rem}.auth-submit{color:#000;cursor:pointer;background:linear-gradient(135deg,#c9a84c,#8b6914);border:none;border-radius:50px;margin-top:.5rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #c9a84c40}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #c9a84c66}.auth-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-back-btn{color:#c9a84c;cursor:pointer;background:0 0;border:1px solid #c9a84c4d;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-block}.auth-back-btn:hover{color:#e8d48b;background:#c9a84c1a;border-color:#c9a84c}@media (width<=480px){.auth-card{border-radius:16px;padding:2rem 1.5rem}.auth-container{padding:1rem}}.auth-theme-toggle{cursor:pointer;z-index:10;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.auth-theme-toggle:hover{background:#c9a84c26;border-color:#c9a84c4d}[data-theme=light] .auth-container{background:#f8f9fa}[data-theme=light] .auth-container:before{background:radial-gradient(at 30% 20%,#8b69140d 0%,#0000 50%),radial-gradient(at 70% 80%,#6366f108 0%,#0000 50%)}[data-theme=light] .auth-card{background:#fff;border-color:#00000014;box-shadow:0 20px 60px #00000014}[data-theme=light] .auth-header h1{color:#1a1a2e}[data-theme=light] .auth-header p{color:#6b7280}[data-theme=light] .form-group label{color:#374151}[data-theme=light] .form-group input{color:#1a1a2e;background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .form-group input:focus{background:#fff;border-color:#c9a84c;box-shadow:0 0 0 3px #c9a84c1a}[data-theme=light] .form-group input::placeholder{color:#9ca3af}[data-theme=light] .auth-theme-toggle{background:#0000000a;border-color:#0000001a}[data-theme=light] .auth-theme-toggle:hover{background:#8b69141a;border-color:#8b69144d}[data-theme=light] .auth-back-btn{color:#8b6914;border-color:#8b69144d}[data-theme=light] .auth-back-btn:hover{color:#6b4f0e;background:#8b691414}.lp{--gold:#c9a84c;--gold-50:#c9a84c0d;--gold-10:#c9a84c1a;--gold-20:#c9a84c33;--gold-30:#c9a84c4d;--surface-0:#08080f;--surface-1:#0e0e1a;--surface-2:#161625;--surface-3:#1e1e32;--text-primary:#f0f0f5;--text-secondary:#8b8ba0;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;background:var(--surface-0);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.gold{color:var(--gold)}.lp-nav{z-index:999;padding:1.2rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.lp-nav--solid{-webkit-backdrop-filter:blur(20px)saturate(1.8);backdrop-filter:blur(20px)saturate(1.8);background:#08080fd9;border-bottom:1px solid #c9a84c14;padding:.8rem 2rem}.lp-nav__inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.lp-nav__brand{letter-spacing:-.5px;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:700;display:flex}.lp-nav__logo-mark{background:linear-gradient(135deg, var(--gold), #8b6914);color:#000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:800;display:flex}.lp-nav__cta{background:var(--gold-10);border:1px solid var(--gold-30);color:var(--gold);cursor:pointer;border-radius:50px;padding:.55rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .25s}.lp-nav__cta:hover{background:var(--gold);color:#000;transform:translateY(-1px);box-shadow:0 4px 20px #c9a84c4d}.lp-hero{justify-content:center;align-items:center;min-height:100dvh;padding:7rem 2rem 4rem;display:flex;position:relative}.lp-hero__bg{position:absolute;inset:0;overflow:hidden}.lp-hero__img{opacity:.5;background:url(/road-damaged.jpg) 50%/cover no-repeat;position:absolute;inset:0}.lp-hero__img-clean{opacity:1;pointer-events:none;-webkit-mask-image:radial-gradient(circle 600px at var(--mx,-999px) var(--my,-999px), black 50%, transparent 80%);mask-image:radial-gradient(circle 600px at var(--mx,-999px) var(--my,-999px), black 50%, transparent 80%);-webkit-mask-image:radial-gradient(circle 600px at var(--mx,-999px) var(--my,-999px), black 50%, transparent 80%);background:url(/road-clean.jpg) 50%/cover no-repeat;position:absolute;inset:0}@media (hover:none){.lp-hero__img-clean{display:none}}.lp-hero__overlay{background:linear-gradient(180deg, #08080f66 0%, #08080f33 30%, #08080f99 70%, var(--surface-0) 100%);position:absolute;inset:0}.lp-hero__glow{pointer-events:none;transition:background .3s;position:absolute;inset:0}.lp-hero__grid{background-image:linear-gradient(#c9a84c08 1px,#0000 1px),linear-gradient(90deg,#c9a84c08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask:radial-gradient(#000 30%,#0000 70%);mask:radial-gradient(#000 30%,#0000 70%)}.lp-hero__content{text-align:center;z-index:2;max-width:820px;position:relative}.lp-hero__pill{background:var(--gold-10);border:1px solid var(--gold-20);color:var(--gold);border-radius:50px;align-items:center;gap:.4rem;margin-bottom:2rem;padding:.45rem 1.2rem;font-size:.8rem;font-weight:500;animation:.8s cubic-bezier(.4,0,.2,1) both fadeUp;display:inline-flex}.lp-hero__title{letter-spacing:-2px;margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:1.05;animation:.8s cubic-bezier(.4,0,.2,1) .1s both fadeUp}.lp-hero__title--accent{background:linear-gradient(135deg, var(--gold), #e8d48b 40%, #a37c1f 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-hero__desc{color:var(--text-secondary);max-width:580px;margin:0 auto 2.5rem;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.7;animation:.8s cubic-bezier(.4,0,.2,1) .2s both fadeUp}.lp-hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s cubic-bezier(.4,0,.2,1) .3s both fadeUp;display:flex}.lp-hero__metrics{justify-content:center;gap:3rem;margin-top:5rem;animation:.8s cubic-bezier(.4,0,.2,1) .5s both fadeUp;display:flex}.lp-metric{text-align:center}.lp-metric__value{color:#fff;letter-spacing:-1px;font-size:2.5rem;font-weight:800}.lp-metric__value span{color:var(--gold);margin-left:2px;font-size:1.2rem}.lp-metric__value .lp-metric__euro{color:var(--gold);margin-left:4px;font-size:2rem}.lp-metric__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin-top:.2rem;font-size:.75rem}.lp-hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.lp-hero__scroll-line{background:linear-gradient(180deg, var(--gold), transparent);width:1px;height:50px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.lp-btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.lp-btn--gold{background:linear-gradient(135deg, var(--gold), #a37c1f);color:#000;box-shadow:0 4px 20px #c9a84c40,inset 0 1px #fff3}.lp-btn--gold:hover{transform:translateY(-2px);box-shadow:0 8px 35px #c9a84c66,inset 0 1px #fff3}.lp-btn--ghost{color:var(--text-primary);background:0 0;border:1px solid #ffffff1f}.lp-btn--ghost:hover{border-color:var(--gold-30);color:var(--gold)}.lp-btn--lg{padding:1.1rem 2.4rem;font-size:1.05rem}.lp-section{padding:8rem 2rem;position:relative}.lp-container{max-width:1100px;margin:0 auto}.lp-section__eyebrow{text-transform:uppercase;letter-spacing:2px;color:var(--gold);text-align:center;margin-bottom:1rem;font-size:.8rem;font-weight:600}.lp-section__title{letter-spacing:-1px;text-align:center;margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.lp-section__subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin:0 auto 3.5rem;font-size:1.1rem;line-height:1.7}.reveal{opacity:0;transition:all .7s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.reveal.in-view{opacity:1;transform:translateY(0)}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.lp-problem{background:var(--surface-1)}.lp-problem__cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.lp-problem__card{background:var(--surface-2);border-radius:var(--radius-lg);border:1px solid #ffffff0a;padding:2rem;transition:all .3s}.lp-problem__card:hover{border-color:var(--gold-20);transform:translateY(-4px);box-shadow:0 12px 40px #0006}.lp-problem__icon{margin-bottom:1rem;font-size:2rem}.lp-problem__card h3{margin-bottom:.5rem;font-size:1.1rem}.lp-problem__card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.lp-solution{background:var(--surface-0)}.lp-solution__steps{flex-direction:column;gap:2rem;margin-top:4rem;display:flex}.lp-step{background:var(--surface-2);border-radius:var(--radius-xl);border:1px solid #ffffff0a;align-items:center;gap:2rem;padding:2.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.lp-step:before{content:"";background:linear-gradient(180deg, var(--gold), transparent);border-radius:3px;width:3px;position:absolute;top:0;bottom:0;left:0}.lp-step:hover{border-color:var(--gold-20);transform:translate(8px)}.lp-step__num{color:var(--gold-20);letter-spacing:-2px;flex-shrink:0;min-width:60px;font-size:3rem;font-weight:900}.lp-step__content h3{margin-bottom:.4rem;font-size:1.2rem}.lp-step__content p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.lp-step__visual{flex-shrink:0;margin-left:auto;font-size:3rem}.lp-features{background:var(--surface-1)}.lp-bento{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:3rem;display:grid}.lp-bento__item{background:var(--surface-2);border-radius:var(--radius-lg);border:1px solid #ffffff0a;padding:2rem;transition:all .3s}.lp-bento__item:hover{border-color:var(--gold-20);transform:translateY(-3px)}.lp-bento--large{grid-column:span 2}.lp-bento__emoji{margin-bottom:1rem;font-size:2rem}.lp-bento__item h3{margin-bottom:.5rem;font-size:1.05rem}.lp-bento__item p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.lp-audience{background:var(--surface-0)}.lp-audience__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.lp-audience__card{text-align:center;background:linear-gradient(160deg, var(--surface-2), var(--surface-3));border-radius:var(--radius-xl);border:1px solid #ffffff0d;padding:2.5rem 2rem;transition:all .3s}.lp-audience__card:hover{border-color:var(--gold-20);transform:translateY(-5px);box-shadow:0 20px 60px #0000004d}.lp-audience__icon{margin-bottom:1.2rem;font-size:3rem;display:block}.lp-audience__card h3{margin-bottom:.6rem;font-size:1.15rem}.lp-audience__card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.lp-cta{background:var(--surface-0);padding:6rem 2rem 8rem}.lp-cta__card{text-align:center;background:linear-gradient(160deg, var(--surface-2), #c9a84c08);border:1px solid var(--gold-20);border-radius:var(--radius-xl);padding:5rem 3rem;position:relative;overflow:hidden}.lp-cta__glow{background:radial-gradient(circle, var(--gold-10) 0%, transparent 70%);pointer-events:none;width:400px;height:400px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.lp-cta__card h2{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;position:relative}.lp-cta__card p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;position:relative}.lp-cta__card .lp-btn{position:relative}.lp-footer{border-top:1px solid #ffffff0a;padding:3rem 2rem}.lp-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.lp-footer__name{font-size:1.3rem;font-weight:700}.lp-footer__brand p{color:var(--text-secondary);margin-top:.3rem;font-size:.85rem}.lp-footer__copy{color:var(--text-secondary);font-size:.8rem}@media (width<=900px){.lp-bento{grid-template-columns:1fr 1fr}.lp-bento--large{grid-column:span 2}}@media (width<=768px){.lp-nav{padding:.8rem 1.2rem}.lp-hero{padding:6rem 1.5rem 3rem}.lp-section{padding:5rem 1.5rem}.lp-hero__metrics{flex-wrap:wrap;gap:1.5rem}.lp-metric__value{font-size:2rem}.lp-step{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.lp-step__visual{display:none}.lp-bento{grid-template-columns:1fr}.lp-bento--large{grid-column:span 1}.lp-audience__grid{grid-template-columns:1fr}.lp-cta__card{padding:3rem 1.5rem}.lp-footer__inner{text-align:center;flex-direction:column}.lp-hero__actions{flex-direction:column;align-items:center}}@media (width<=480px){.lp-hero__title{letter-spacing:-1px}.lp-nav__brand span{font-size:1.1rem}.lp-problem__cards{grid-template-columns:1fr}}.camera-module{min-height:calc(100dvh - 120px);padding:var(--spacing-md);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.camera-module.camera-active{z-index:2000;background:#000;width:100%;height:100%;padding:0;position:fixed;inset:0;overflow:hidden}.camera-viewfinder{object-fit:cover;background:#000;width:100%;height:100%;display:block}.camera-controls{justify-content:center;align-items:center;display:flex;position:absolute;bottom:100px;left:50%;transform:translate(-50%)}.capture-button{cursor:pointer;background:0 0;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .1s;display:flex}.capture-button:active{transform:scale(.92)}.capture-button-inner{background:#fff;border-radius:50%;width:56px;height:56px;display:block}.capture-button-video .capture-button-inner{background:#d32f2f}.capture-button-stop{border-color:#d32f2f}.capture-button-stop-inner{background:#d32f2f;border-radius:4px;width:28px;height:28px;display:block}.camera-mode-toggle{gap:var(--spacing-sm);background:#00000080;border-radius:20px;padding:4px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.mode-btn{color:#ffffffb3;cursor:pointer;font-size:.85rem;font-family:var(--font-family);background:0 0;border:none;border-radius:16px;padding:6px 16px;transition:all .2s}.mode-btn-active{color:#fff;background:#fff3;font-weight:600}.recording-indicator{align-items:center;gap:var(--spacing-sm);background:#0009;border-radius:20px;padding:8px 16px;display:flex;position:absolute;top:60px;left:50%;transform:translate(-50%)}.recording-dot{background:#d32f2f;border-radius:50%;width:12px;height:12px;animation:1s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.recording-time{color:#fff;font-variant-numeric:tabular-nums;font-size:.9rem}.camera-close-btn{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex;position:absolute;top:16px;right:16px}.camera-close-btn:focus-visible{outline-offset:2px;outline:2px solid #fff}.camera-idle{text-align:center;width:100%;max-width:400px}.camera-idle h2{color:var(--color-primary);margin-bottom:var(--spacing-sm);font-size:1.4rem}.camera-idle p{color:var(--color-text-secondary);margin-bottom:var(--spacing-lg)}.camera-idle-actions{gap:var(--spacing-md);flex-direction:column;display:flex}.gps-info{margin-top:var(--spacing-lg);color:var(--color-text-secondary);font-size:.8rem}.camera-btn{border-radius:var(--border-radius);font-size:1rem;font-family:var(--font-family);cursor:pointer;justify-content:center;align-items:center;gap:var(--spacing-sm);border:none;padding:12px 24px;transition:background-color .2s,transform .1s;display:inline-flex}.camera-btn:active{transform:scale(.97)}.camera-btn-primary{background-color:var(--color-primary);color:#fff}.camera-btn-primary:hover{background-color:var(--color-primary-dark)}.camera-btn-primary:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.camera-btn-secondary{background-color:var(--color-surface);color:var(--color-text);border:1px solid #e0e0e0}.camera-btn-secondary:hover{background-color:#eee}.camera-btn-secondary:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.camera-btn-large{padding:16px 24px;font-size:1.1rem}.camera-preview{align-items:center;gap:var(--spacing-md);flex-direction:column;width:100%;max-width:500px;display:flex}.preview-media{object-fit:contain;border-radius:var(--border-radius);background:#000;width:100%;max-height:60vh}.preview-actions{gap:var(--spacing-md);width:100%;display:flex}.preview-actions .camera-btn{flex:1}.camera-uploading{text-align:center;width:100%;max-width:400px}.camera-uploading h2{color:var(--color-text);margin-bottom:var(--spacing-lg);font-size:1.2rem}.upload-progress-bar{background:var(--color-surface);border-radius:4px;width:100%;height:8px;overflow:hidden}.upload-progress-fill{background:var(--color-primary);border-radius:4px;height:100%;transition:width .3s}.upload-progress-text{margin-top:var(--spacing-sm);color:var(--color-text-secondary);font-variant-numeric:tabular-nums;font-size:.9rem}.upload-success{margin-top:var(--spacing-md);color:var(--color-success);font-weight:600}.camera-permission-denied{text-align:center;width:100%;max-width:400px;padding:var(--spacing-lg)}.permission-icon{margin-bottom:var(--spacing-md);font-size:3rem;display:block}.camera-permission-denied h2{color:var(--color-error);margin-bottom:var(--spacing-sm);font-size:1.3rem}.camera-permission-denied>p{color:var(--color-text-secondary);margin-bottom:var(--spacing-lg)}.permission-instructions{text-align:left;background:var(--color-surface);border-radius:var(--border-radius);padding:var(--spacing-md);margin-bottom:var(--spacing-lg)}.permission-instructions h3{margin-bottom:var(--spacing-sm);color:var(--color-text);font-size:.95rem}.permission-instructions ol{padding-left:var(--spacing-lg);color:var(--color-text-secondary);font-size:.9rem}.permission-instructions li{margin-bottom:var(--spacing-xs)}.camera-error{color:var(--color-error);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--border-radius);text-align:center;background:#fdecea;width:100%;font-size:.9rem}@media (width>=768px){.camera-idle-actions{flex-direction:row;justify-content:center}.camera-btn-large{min-width:200px}.preview-actions{max-width:400px}}.report-list-section{padding:1rem}.report-list-section h2{color:var(--color-text);margin-bottom:1rem;font-size:1.4rem}.report-list-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.report-list-header h2{margin-bottom:0}.report-view-toggle{border:1px solid var(--color-border);border-radius:6px;gap:0;display:flex;overflow:hidden}.view-toggle-btn{background:var(--color-surface);cursor:pointer;color:var(--color-text-secondary);touch-action:manipulation;border:none;min-height:36px;padding:.4rem .8rem;font-size:.8rem;transition:background .2s,color .2s}.view-toggle-btn:not(:last-child){border-right:1px solid var(--color-border)}.view-toggle-btn.active{background:var(--color-primary);color:#000}.view-toggle-btn:hover:not(.active){background:var(--color-surface-2)}.report-loading,.report-error,.report-empty{text-align:center;color:var(--color-text-secondary);padding:2rem 1rem}.report-error{color:var(--color-error)}.report-retry-btn{background:var(--color-primary);color:#000;cursor:pointer;border:none;border-radius:6px;margin:0 auto;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:block}.report-retry-btn:hover{opacity:.9}.report-list{flex-direction:column;gap:.75rem;display:flex}.report-card{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:8px;padding:1rem;transition:box-shadow .2s,border-color .2s}.report-card:hover,.report-card:focus{border-color:var(--color-primary);outline:none;box-shadow:0 2px 12px #0003}.report-card-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.report-date{color:var(--color-text-secondary);font-size:.85rem}.report-criticality{text-transform:uppercase;border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.criticality-faible{color:#4caf50;background:#2e7d3226}.criticality-modere{color:#fbbf24;background:#f9a82526}.criticality-eleve{color:#fb923c;background:#e6510026}.criticality-critique{color:#f87171;background:#c6282826}.report-card-body{margin-bottom:.5rem}.report-address{color:var(--color-text);margin:0 0 .25rem;font-size:.95rem}.report-cost{color:var(--color-text-secondary);margin:0;font-size:.85rem}.report-card-actions{justify-content:flex-end;display:flex}.report-pdf-btn{background:var(--color-surface-2);border:1px solid var(--color-border);cursor:pointer;color:var(--color-text);border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:background .2s}.report-pdf-btn:hover:not(:disabled){background:var(--color-primary);color:#000;border-color:var(--color-primary)}.report-pdf-btn:disabled{opacity:.6;cursor:not-allowed}.report-detail-section{padding:1rem}.report-detail-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.report-back-btn{border:1px solid var(--color-border);cursor:pointer;color:var(--color-primary);background:0 0;border-radius:6px;padding:.4rem .8rem;font-size:.9rem}.report-back-btn:hover{background:var(--color-surface-2)}.report-detail-section h2{color:var(--color-text);margin-bottom:1rem;font-size:1.3rem}.report-info-grid{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:grid}.report-info-item{flex-direction:column;display:flex}.report-info-label{color:var(--color-text-secondary);text-transform:uppercase;margin-bottom:.2rem;font-size:.75rem}.report-info-value{color:var(--color-text);font-size:.95rem;font-weight:500}.report-section{margin-bottom:1.5rem}.report-section h3{color:var(--color-text);border-bottom:1px solid var(--color-border);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.1rem}.report-empty-section{color:var(--color-text-secondary);padding:.5rem 0;font-style:italic}.report-media-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem;display:grid}.report-media-item{background:var(--color-surface-2);border-radius:6px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.media-type-badge{color:var(--color-text);font-size:.85rem;font-weight:600}.media-date{color:var(--color-text-secondary);font-size:.75rem}.media-status{color:var(--color-text-secondary);text-transform:uppercase;font-size:.7rem}.report-table-container{overflow-x:auto}.report-table{border-collapse:collapse;width:100%;font-size:.85rem}.report-table th{background:var(--color-surface-2);text-align:left;color:var(--color-text-secondary);border-bottom:2px solid var(--color-border);padding:.6rem .5rem;font-weight:600}.report-table td{border-bottom:1px solid var(--color-border);color:var(--color-text);padding:.5rem}.report-table tr:hover{background:var(--color-surface-2)}.non-compliant-row{background:#ef44440d}.non-compliant-row:hover{background:#ef44441a!important}@media (width<=480px){.report-info-grid{grid-template-columns:1fr}.report-media-grid{grid-template-columns:1fr 1fr}}.report-tabs{border-bottom:2px solid var(--color-border);gap:0;margin-bottom:1rem;display:flex}.report-tab{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.25rem;font-size:.9rem;transition:color .2s,border-color .2s}.report-tab:hover{color:var(--color-text)}.report-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}.session-card{border-left:4px solid var(--color-primary)}.session-badge{color:var(--color-primary);background:#c9a84c26;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.session-stats{color:var(--color-text-secondary);flex-wrap:wrap;gap:1rem;font-size:.85rem;display:flex}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.auto-capture-report{max-width:800px;margin:0 auto;padding:1rem}.acr-back-btn{border:1px solid var(--color-border);cursor:pointer;color:var(--color-text);background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:.9rem}.acr-header-actions{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.acr-email-btn{background:var(--color-primary);color:#000;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:opacity .2s}.acr-email-btn:hover:not(:disabled){opacity:.85}.acr-email-btn:disabled{opacity:.5;cursor:not-allowed}.acr-loading,.acr-error,.acr-empty{text-align:center;color:var(--color-text-secondary);padding:2rem}.acr-error{color:var(--color-error)}.acr-summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:grid}.acr-summary-item{flex-direction:column;align-items:center;gap:.25rem;display:flex}.acr-summary-label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.acr-summary-value{color:var(--color-text);font-size:1.2rem;font-weight:700}.acr-streets h3{color:var(--color-text);margin-bottom:.75rem;font-size:1.1rem}.acr-street-card{border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;margin-bottom:.75rem;transition:box-shadow .2s;overflow:hidden}.acr-street-card:hover{box-shadow:0 2px 12px #0003}.acr-street-card[data-level=critique]{border-left:4px solid #ef4444}.acr-street-card[data-level=élevé]{border-left:4px solid #f97316}.acr-street-card[data-level=modéré]{border-left:4px solid #fbbf24}.acr-street-card[data-level=ok]{border-left:4px solid #34d399}.acr-street-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1rem;display:flex}.acr-street-info{align-items:center;gap:.75rem;display:flex}.acr-street-emoji{font-size:1.4rem}.acr-street-name-group{flex-direction:column;display:flex}.acr-street-name{color:var(--color-text);font-size:1rem;font-weight:600}.acr-street-city{color:var(--color-text-secondary);font-size:.8rem}.acr-street-meta{align-items:center;gap:.5rem;display:flex}.acr-street-score{font-size:.95rem;font-weight:700}.acr-street-badge{color:#fff;text-transform:uppercase;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.acr-street-toggle{color:var(--color-text-secondary);margin-left:.25rem;font-size:.75rem}.acr-street-detail{border-top:1px solid var(--color-border);padding:0 1rem 1rem}.acr-street-stats{color:var(--color-text-secondary);flex-wrap:wrap;gap:1rem;padding:.75rem 0;font-size:.85rem;display:flex}.acr-street-degs h4,.acr-street-signs h4{color:var(--color-text);margin:.75rem 0 .5rem;font-size:.9rem}.acr-table{border-collapse:collapse;width:100%;font-size:.85rem}.acr-table th{text-align:left;background:var(--color-surface-2);border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);padding:.4rem .5rem;font-weight:600}.acr-table td{border-bottom:1px solid var(--color-border);color:var(--color-text);padding:.4rem .5rem}@media (width<=600px){.acr-summary{grid-template-columns:repeat(2,1fr)}.acr-street-header{flex-direction:column;align-items:flex-start;gap:.5rem}.acr-street-meta{justify-content:flex-end;width:100%}.acr-street-stats{flex-direction:column;gap:.25rem}.acr-table{font-size:.8rem}}.intervention-list-section{padding:1rem}.intervention-list-section h2{margin-bottom:1rem;font-size:1.4rem}.intervention-controls{background:#f8f9fa;border-radius:8px;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.intervention-sort{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.intervention-sort label{font-size:.85rem;font-weight:600}.intervention-filters{flex-wrap:wrap;gap:.5rem;display:flex}.intervention-controls select{background:#fff;border:1px solid #ccc;border-radius:6px;padding:.4rem .6rem;font-size:.85rem}.intervention-export{gap:.5rem;display:flex}.export-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:background .2s}.export-btn:hover{background:#eff6ff}.export-btn:disabled{opacity:.5;cursor:not-allowed}.intervention-list{flex-direction:column;gap:.75rem;display:flex}.intervention-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;transition:box-shadow .2s,border-color .2s}.intervention-card:hover,.intervention-card:focus{border-color:#2563eb;outline:none;box-shadow:0 2px 8px #0000001a}.intervention-imminent{background:#fef2f2;border-width:2px;border-color:#dc2626}.imminent-alert{color:#fff;background:#dc2626;border-radius:4px;align-items:center;gap:.4rem;margin-bottom:.5rem;padding:.25rem .5rem;font-size:.8rem;font-weight:700;display:flex}.danger-icon{font-size:1rem}.imminent-text{letter-spacing:.05em}.intervention-card-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.intervention-type{font-size:.9rem;font-weight:600}.intervention-danger{border-radius:12px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.danger-aucun{color:#374151;background:#e5e7eb}.danger-faible{color:#065f46;background:#d1fae5}.danger-modere{color:#92400e;background:#fef3c7}.danger-eleve{color:#9a3412;background:#fed7aa}.danger-imminent{color:#991b1b;background:#fecaca}.intervention-card-body{color:#6b7280;flex-wrap:wrap;gap:.5rem;font-size:.8rem;display:flex}.intervention-card-cost{color:#374151;margin-top:.4rem;font-size:.8rem;font-weight:500}.intervention-loading,.intervention-empty{text-align:center;color:#6b7280;padding:2rem 0}.intervention-error{text-align:center;color:#dc2626;padding:1rem}.intervention-error button{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #dc2626;border-radius:6px;margin-top:.5rem;padding:.4rem 1rem}.intervention-detail-section{padding:1rem}.intervention-back-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;margin-bottom:1rem;padding:.25rem 0;font-size:.9rem}.intervention-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.intervention-detail-badge{background:#f3f4f6;border-radius:6px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.3rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.intervention-detail-badge.danger-imminent{color:#fff;background:#dc2626}.intervention-detail-list{grid-template-columns:auto 1fr;gap:.5rem 1rem;display:grid}.intervention-detail-list dt{color:#374151;font-size:.85rem;font-weight:600}.intervention-detail-list dd{color:#6b7280;margin:0;font-size:.85rem}.problems-view{padding-bottom:80px}.problems-view h2{color:var(--color-text);margin-bottom:1rem;font-size:1.4rem;font-weight:700}.problems-filters{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.filter-group{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.filter-label{color:var(--color-text-secondary);min-width:60px;font-size:.8rem;font-weight:500}.filter-chips{flex-wrap:wrap;gap:.4rem;display:flex}.filter-chip{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;border-radius:50px;padding:.35rem .75rem;font-size:.8rem;transition:all .2s}.filter-chip:hover{border-color:var(--color-primary);color:var(--color-primary)}.filter-chip.active{background:var(--color-primary);border-color:var(--color-primary);color:#000;font-weight:600}.problems-loading,.problems-empty{text-align:center;color:var(--color-text-secondary);padding:2rem}.problems-error{text-align:center;color:var(--color-error);padding:2rem}.problems-count{color:var(--color-text-secondary);margin-bottom:1rem;font-size:.85rem}.problems-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.problem-card{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:14px;transition:all .25s;overflow:hidden}.problem-card:hover{border-color:var(--color-primary);transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}.problem-card--critique{border-left:4px solid #ef4444}.problem-card--élevé{border-left:4px solid #f97316}.problem-card--modéré{border-left:4px solid #fbbf24}.problem-card--faible{border-left:4px solid #34d399}.problem-card__img-wrap{background:var(--color-surface-2);width:100%;height:180px;position:relative;overflow:hidden}.problem-card__img-wrap img{object-fit:cover;width:100%;height:100%}.problem-card__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;padding:.25rem .6rem;font-size:.7rem;font-weight:600;position:absolute;top:.5rem;right:.5rem}.badge--critique{color:#fff;background:#ef4444d9}.badge--élevé{color:#fff;background:#f97316d9}.badge--modéré{color:#000;background:#fbbf24d9}.badge--faible{color:#000;background:#34d399d9}.problem-card__info{padding:.75rem 1rem}.problem-card__street{color:var(--color-text);margin-bottom:.4rem;font-size:.85rem;font-weight:500}.problem-card__degs{flex-wrap:wrap;gap:.3rem;margin-bottom:.4rem;display:flex}.deg-tag{background:var(--color-surface-2);color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:4px;padding:.2rem .5rem;font-size:.7rem}.problem-card__date{color:var(--color-text-secondary);font-size:.75rem}.problems-lightbox{z-index:9999;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.problems-lightbox img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:90vh}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.lightbox-close:hover{background:#fff3}@media (width<=600px){.problems-grid{grid-template-columns:1fr}.problem-card__img-wrap{height:200px}}.install-banner{bottom:60px;left:var(--spacing-md);right:var(--spacing-md);background:var(--color-primary);color:#fff;border-radius:var(--border-radius);z-index:1100;align-items:center;gap:.75rem;padding:.75rem 1rem;animation:.3s ease-out slideUp;display:flex;position:fixed;box-shadow:0 4px 12px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.install-banner-icon{flex-shrink:0;font-size:1.5rem}.install-banner-text{flex:1;font-size:.85rem;line-height:1.3}.install-banner-text strong{margin-bottom:.1rem;font-size:.9rem;display:block}.install-banner-actions{flex-shrink:0;gap:.5rem;display:flex}.install-btn{color:var(--color-primary);cursor:pointer;touch-action:manipulation;background:#fff;border:none;border-radius:6px;min-height:36px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.install-btn:hover{background:#e3f2fd}.install-dismiss-btn{color:#fffc;cursor:pointer;touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:.4rem;font-size:1.2rem;line-height:1;display:flex}.install-dismiss-btn:hover{color:#fff}@media (width>=768px){.install-banner{max-width:480px;bottom:80px;left:50%;transform:translate(-50%)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%)translateY(100%)}to{opacity:1;transform:translate(-50%)translateY(0)}}}
