:root{--primary:#0055a4;--primary-hover:#003d7a;--header-bg:#283c69;--header-accent:#2899bf;--danger:#d32f2f;--success:#2e7d32;--text:#212121;--bg:#f5f7fa;--card-bg:#fff;--border:#e0e0e0;--shadow:0 2px 6px #00000014;--radius:6px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background:var(--bg);flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.page-content{flex:1;min-width:0}a{color:inherit;text-decoration:none}.app-header-shell{z-index:1200;position:relative;box-shadow:0 4px 20px #0000002e}.app-header-shell .main-header{box-shadow:none}.demo-trial-banner{color:#1a2744;text-align:center;background:linear-gradient(90deg,#f5b642 0%,#f39c12 100%);border-top:1px solid #00000014;padding:.5rem 1rem}.demo-trial-banner-text{margin:0;font-size:.88rem;line-height:1.45}.demo-trial-banner-text strong{font-weight:800}.demo-trial-banner-cta{color:#0d3d5c;text-underline-offset:2px;font-weight:700;text-decoration:underline}.demo-trial-banner-cta:hover{color:#0055a4}.main-header{background:var(--header-bg);color:#e8eef5;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;display:flex;position:relative;overflow:visible}.main-header .header-logo-link{border-radius:6px;align-items:center;margin:-6px 0;padding:0;text-decoration:none;display:inline-flex}.main-header .header-logo-link:hover{opacity:.92;background:0 0}.main-header .header-logo-img{object-fit:contain;width:auto;max-width:168px;height:68px;display:block}.main-header .logo{flex-direction:column;gap:0;font-weight:700;line-height:1.15;display:flex}.main-header .logo .logo-line1{letter-spacing:.02em;font-size:1.25rem}.main-header .logo .logo-line2{letter-spacing:.12em;text-transform:uppercase;opacity:.85;font-size:.75rem;font-weight:400}.main-header .header-left,.main-header .header-right{align-items:center;min-width:0;display:flex}.main-header .header-left{flex:1;gap:1.35rem;min-width:0}.main-header .header-right{flex-shrink:0;justify-content:flex-end;gap:0}.header-left-nav{flex-shrink:0;align-items:center;gap:.7rem;margin-left:.45rem;display:flex}.header-left-separator{color:#ffffff52;-webkit-user-select:none;user-select:none;font-size:1.05rem;font-weight:300;line-height:1}.header-back-link{color:#fffffff2;white-space:nowrap;border-radius:6px;align-items:center;gap:.45rem;padding:.35rem .5rem;font-size:.9rem;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.header-back-arrow{margin-top:-.05rem;font-size:1.25rem;font-weight:600;line-height:1}.header-back-link:hover{background:#ffffff1a}.main-header a{color:#fff;border-radius:4px;padding:.3rem .6rem;font-size:.95rem;font-weight:500}.main-header button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.3rem .6rem;font-size:.95rem;font-weight:500}.main-header a:hover,.main-header button:hover{background:#ffffff1a}.auth-trigger{align-items:center;gap:.65rem;display:flex;position:relative}.user-header-name{color:#fffffff2;text-overflow:ellipsis;white-space:nowrap;max-width:14rem;font-size:.9rem;font-weight:500;overflow:hidden}.avatar{cursor:pointer;border:2px solid #fff;border-radius:50%;width:32px;height:32px}.profile-menu{color:#333;min-width:140px;box-shadow:var(--shadow);z-index:1300;background:#fff;border-radius:6px;padding:.4rem 0;position:absolute;top:40px;right:0}.profile-menu a{cursor:pointer;color:#333;padding:.5rem .8rem;font-size:.9rem;display:block}.profile-menu a:hover{background:#f0f4f8}.profile-menu button{cursor:pointer;color:#333;text-align:left;background:0 0;border:none;width:100%;padding:.5rem .8rem;font-size:.9rem;display:block}.profile-menu button:hover{background:#f0f4f8}.dropdown{align-items:center;display:flex;position:relative}.dropdown>span,.dropdown>button{color:#fff;font-weight:500}.submenu{min-width:200px;box-shadow:var(--shadow);z-index:1300;background:#fff;border-radius:6px;padding:.4rem 0;display:none;position:absolute;top:100%;left:0}.dropdown:hover .submenu,.dropdown:focus-within .submenu{display:block}.main-header .submenu,.main-header .submenu *{color:#2c3e50}.main-header .submenu a{border-radius:0;padding:.5rem 1rem;display:block}.main-header .submenu a:hover{color:#0055a4;background:#e8f0fe}.main-header .header-actions{align-items:center;gap:.35rem;display:flex}@media (max-width:960px){.user-header-name{display:none}.main-header{padding:.55rem .85rem}.main-header .header-left{gap:.75rem}.header-left-nav{gap:.55rem;margin-left:.3rem}.header-back-link{padding:.25rem .35rem;font-size:.78rem}.header-back-arrow{font-size:1.15rem}}@media (max-width:520px){.header-left-separator{display:none}.header-back-link{gap:0;padding:.35rem .45rem;font-size:0}.header-back-arrow{font-size:1.3rem}}.login-container{background:var(--card-bg);border-radius:var(--radius);max-width:420px;box-shadow:var(--shadow);margin:4rem auto;padding:2rem}.login-container h1{color:var(--primary);margin-bottom:.5rem;font-size:1.8rem}.login-container .subtitle{color:#555;margin-bottom:1.5rem;font-size:.95rem}form{gap:.9rem;display:grid}label{font-size:.9rem;font-weight:500}input{border:1px solid var(--border);border-radius:4px;padding:.55rem .7rem;font-size:1rem}input:focus{border-color:var(--primary);outline:none}.error{color:var(--danger);margin-top:.4rem;font-size:.9rem}button[type=submit]{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.65rem 1rem;font-size:1rem;font-weight:600;transition:background .2s}button[type=submit]:hover{background:var(--primary-hover)}button:disabled{opacity:.7;cursor:not-allowed}.footer{color:#777;text-align:center;border-top:1px solid #eee;margin-top:1.5rem;padding-top:1rem;font-size:.85rem}.ville-info,.tools,.map-section,.risks{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1rem;padding:1.2rem}.ville-info h2,.tools h2,.risks h2,.map-section h2{margin-bottom:.8rem;font-size:1.1rem}.ville-info p{margin:.4rem 0}.tool-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem;margin-top:.8rem;display:grid}.tool-grid a{text-align:center;background:#f8f9fa;border-radius:6px;align-items:center;gap:.4rem;padding:.6rem;font-size:.9rem;font-weight:500;display:flex}.tool-grid a:hover{background:#eef2f6}.risk-summary{background:#fff8e1;border-left:4px solid #ffc107;border-radius:4px;padding:1rem}.risks p{font-size:.95rem}.map-container{margin-top:0}.map-controls{background:#fff;border-radius:10px;flex-wrap:wrap;gap:10px;margin-bottom:15px;padding:10px;display:flex;box-shadow:0 2px 5px #0000000d}.map-controls--stacked{flex-direction:column;gap:8px}.map-controls-row{flex-wrap:wrap;gap:10px;width:100%;display:flex}.map-controls-row--center{justify-content:center}.map-btn{color:#2c3e50;cursor:pointer;background:#f8f9fa;border:1px solid #bdc3c7;border-radius:6px;flex:1;min-width:110px;padding:8px 12px;font-size:.9em;font-weight:600}.map-btn:hover{background:#ecf0f1;border-color:#3498db}.map-btn.active{color:#fff;background:#3498db;border-color:#3498db}.region-map-wrapper{border:1px solid #bdc3c7;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 2px 5px #0000001a}.main-container{align-items:flex-start;gap:1.4rem;max-width:1400px;margin:0 auto 2rem;padding:30px 20px 40px;display:flex}.left-column{flex:0 0 clamp(280px,24vw,340px);align-self:flex-start;position:static}.right-column-wrapper{flex:auto;align-self:flex-start;min-width:0}.panel-card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #00000014}.city-header{border-bottom:2px solid #bdc3c7;margin-bottom:20px;padding-bottom:10px}.city-header h1{color:#2c3e50;margin:0;font-size:1.8em}.city-header h1.city-header-risk-title{color:var(--header-bg);text-transform:none;letter-spacing:normal;align-items:center;gap:.35rem;font-size:1.8em;display:inline-flex}.city-header h1:not(.city-header-risk-title){font-size:1.6em;font-weight:400}.city-header h1.city-header-risk-title .sim-info-popover-wrap{transform:translateY(3px)}.sim-info-popover-wrap{vertical-align:middle;display:inline-flex;position:relative}.sim-info-popover-btn{cursor:pointer;color:#2f7dc2;background:0 0;border:1px solid #2f7dc2;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-weight:500;line-height:1;display:inline-flex}.sim-info-popover-btn:hover{background:#2f7dc214;border-color:#2568a3}.sim-info-popover-icon{color:#2f7dc2;font-size:.75rem;font-style:normal;font-weight:600}.sim-info-popover-overlay{z-index:4000;box-sizing:border-box;background:#0f172a73;justify-content:center;align-items:center;padding:2rem 1.25rem;display:flex;position:fixed;inset:0}.sim-info-popover-panel{color:#444;text-align:left;box-sizing:border-box;background:#fff;border:1px solid #dde1e6;border-radius:12px;width:75vw;max-width:75vw;max-height:calc(100vh - 4rem);padding:1.75rem 2.25rem 2rem;font-size:.95rem;font-weight:400;line-height:1.6;position:relative;overflow-y:auto;box-shadow:0 12px 40px #0003}.sim-info-popover-close{color:#7f8c8d;cursor:pointer;background:0 0;border:none;border-radius:6px;width:2rem;height:2rem;padding:0;font-size:1.5rem;line-height:1;position:absolute;top:.65rem;right:.75rem}.sim-info-popover-close:hover{color:#2c3e50;background:#f1f2f6}.sim-info-popover-loading{color:#7f8c8d;margin:0}.sim-info-popover-title{color:#2c3e50;margin:0 2rem 1rem 0;font-size:1.35rem;font-weight:700;line-height:1.3}.sim-info-popover-fallback{font-size:.9rem}.sim-info-popover-markdown{color:#444;font-size:.95rem}.sim-info-popover-markdown>:first-child{margin-top:0}.sim-info-popover-markdown>:last-child{margin-bottom:0}.sim-info-popover-markdown h1,.sim-info-popover-markdown h2,.sim-info-popover-markdown h3,.sim-info-popover-markdown h4{color:#2c3e50;margin:1.25rem 0 .6rem;font-weight:700;line-height:1.35}.sim-info-popover-markdown h1{font-size:1.25rem}.sim-info-popover-markdown h2{font-size:1.15rem}.sim-info-popover-markdown h3{font-size:1.05rem}.sim-info-popover-markdown h4{font-size:1rem}.sim-info-popover-markdown p{margin:0 0 .85rem}.sim-info-popover-markdown ul,.sim-info-popover-markdown ol{margin:0 0 .85rem;padding-left:1.5rem}.sim-info-popover-markdown li{margin-bottom:.35rem}.sim-info-popover-markdown a{color:#2f7dc2;text-decoration:underline}.sim-info-popover-markdown strong{color:#2c3e50;font-weight:700}.sim-info-popover-markdown blockquote{color:#636e72;border-left:3px solid #dde1e6;margin:0 0 .85rem;padding-left:1rem}.sim-info-popover-markdown code{background:#f4f6f8;border-radius:4px;padding:.1em .35em;font-size:.88em}.sim-info-popover-markdown pre{background:#f4f6f8;border-radius:6px;margin:0 0 .85rem;padding:.75rem 1rem;overflow-x:auto}.sim-info-popover-markdown table{border-collapse:collapse;width:100%;margin:0 0 1rem;font-size:.9rem}.sim-info-popover-markdown th,.sim-info-popover-markdown td{text-align:left;border:1px solid #dde1e6;padding:.45rem .65rem}.sim-info-popover-markdown th{background:#f8f9fa;font-weight:600}.city-header .zip-code{color:#7f8c8d;margin-top:0;margin-left:.35rem;font-size:.8em;font-weight:400;display:inline-block}.city-header>span{margin-top:8px;font-style:italic;display:block}.left-column .info-grid{grid-template-columns:1fr;gap:20px;margin-bottom:30px;display:grid}.left-column .info-item label{color:#7f8c8d;text-transform:uppercase;margin-bottom:5px;font-size:.75rem;font-weight:700;display:block}.left-column .info-item span{color:#2c3e50;font-size:1.3rem;font-weight:800}.links-section{flex-direction:column;gap:.6rem;display:flex}.links-section-head{flex-direction:column;align-items:flex-start;display:flex}.links-section-head .links-title{margin-bottom:8px}.links-help-text{color:#7f8c8d;font-size:.9rem}.links-hamburger{cursor:pointer;background:#f8fafc;border:1px solid #cfd8dc;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;display:none}.links-hamburger:focus-visible{outline-offset:2px;outline:2px solid #3498db}.links-hamburger-lines{flex-direction:column;justify-content:center;gap:4px;width:1.1rem;height:.85rem;display:flex}.links-hamburger-lines span{background:#2c3e50;border-radius:1px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.links-hamburger--open .links-hamburger-lines span:first-child{transform:translateY(6px)rotate(45deg)}.links-hamburger--open .links-hamburger-lines span:nth-child(2){opacity:0}.links-hamburger--open .links-hamburger-lines span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.links-panel{flex-direction:column;gap:.35rem;display:flex}.external-links-list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.external-link-item{color:#2c3e50;border-radius:4px;align-items:flex-start;gap:.55rem;padding:.4rem 0;font-size:.92rem;font-weight:500;line-height:1.35;text-decoration:none;transition:color .15s;display:flex}.external-link-item:hover,.external-link-item:hover .external-link-icon{color:#2899bf}.external-link-icon{color:#6b7c93;flex-shrink:0;width:16px;height:16px;margin-top:.12rem;transition:color .15s}@media (max-width:480px){.links-section-head{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;width:100%}.links-section-head .links-title{margin-bottom:0}.links-hamburger{display:inline-flex}.links-panel{opacity:0;pointer-events:none;gap:0;max-height:0;margin:0;padding:0;transition:max-height .35s,opacity .2s,margin .2s,padding .2s;overflow:hidden}.links-section--open .links-panel{opacity:1;pointer-events:auto;gap:.15rem;max-height:100vh;margin-top:0;padding-top:.25rem}}@media (min-width:481px){.links-hamburger{display:none!important}.links-panel{opacity:1!important;pointer-events:auto!important;max-height:none!important;padding-top:0!important;overflow:visible!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.links-title{color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:700}.view-toggles{border-bottom:2px solid #e2e8f0;gap:.7rem;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.toggle-btn{color:#64748b;background:#f8fafc;border:2px solid #0000;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.7rem;font-weight:700;display:inline-flex}.toggle-btn-icon{object-fit:contain;flex-shrink:0;width:15px;height:15px}.toggle-btn.active{color:#3498db;background:#fff;border-color:#3498db}.view-section{display:none}.view-section.active{display:block}.city-dashboard-view-title{color:#2c3e50;margin:0 0 1rem;font-size:1.05rem;font-weight:700;line-height:1.35}.accordion-item{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;margin-bottom:12px;overflow:hidden}.accordion-item.active{border-color:#3498db;box-shadow:0 5px 15px #3498db26}.accordion-header{cursor:pointer;background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.acc-title-group{align-items:center;gap:10px;min-width:0;display:flex}.acc-title{color:#0055a4;letter-spacing:.02em;margin:0;font-size:1.1rem;font-weight:800}.acc-chevron{color:#64748b;flex-shrink:0;width:18px;height:18px;transition:transform .2s,color .15s}.acc-chevron--open{color:#3498db;transform:rotate(180deg)}.acc-header-right{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.acc-max-badge{color:#fff;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.35rem .85rem;font-size:.82rem;font-weight:700}.accordion-content{max-height:0;padding:0 16px;overflow:hidden}.accordion-item.active .accordion-content{border-top:1px solid #e0e0e0;max-height:900px;padding:14px 16px}.risk-bar-item{margin-bottom:14px}.risk-label-group{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.score-row{align-items:center;gap:10px;margin-top:6px;font-size:.85rem;display:flex}.score-label{color:#7f8c8d;width:52px;font-weight:700}.score-track{background:#ecf0f1;border-radius:3px;flex-grow:1;height:6px;overflow:hidden}.score-fill{border-radius:3px;height:100%;transition:width .5s}.score-val{text-align:right;width:40px;font-weight:700}.score-low-bg{background:#2ecc71}.score-med-bg{background:#f1c40f}.score-high-bg{background:#e74c3c}.sim-btn-mini{text-transform:none;color:var(--header-bg);border:1px solid var(--header-bg);white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:.35rem;padding:.28rem .7rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.sim-btn-mini:hover{background:#283c6914}.sim-btn-mini-icon{object-fit:contain;flex-shrink:0;width:16px;height:16px}.radius-control{--radius-slider-color:#3498db;background:#f8f9fa;border:1px solid #ecf0f1;border-radius:8px;flex-direction:column;align-items:center;margin-bottom:20px;padding:15px;display:flex}.radius-control-text{text-align:center;color:#2c3e50;margin:0;font-size:.95rem;font-weight:600}.radius-control .radius-val{color:var(--radius-slider-color);font-weight:800}.radius-control input[type=range]{width:100%;max-width:400px;accent-color:var(--radius-slider-color);margin-top:12px;display:block}.catnat-charts-wrapper{background:#fff;border-radius:8px;padding:15px;box-shadow:0 1px 3px #0000001a}.catnat-pills{flex-wrap:wrap;gap:8px;margin:10px 0 14px;display:flex}.catnat-histogram{gap:8px;margin-top:10px;display:grid}.catnat-chart-wrapper{height:260px}.catnat-group-by{justify-content:center;gap:18px;margin:8px 0 12px;font-size:.9rem;display:flex}.catnat-group-by label{cursor:pointer}.catnat-pill{color:#1f4f82;background:#e8f1fb;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:600}.catnat-list{gap:8px;max-height:320px;display:grid;overflow:auto}.catnat-item{background:#fafbfc;border:1px solid #e5e7eb;border-radius:8px;padding:10px}.catnat-item small{color:#6b7280;margin-top:2px;display:block}.catnat-item p{margin-top:6px;font-size:.85rem}.catnat-pies-grid{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px;margin-top:14px;display:flex}.catnat-pies-title{text-align:center;color:#2c3e50;width:100%;margin:0 0 2px;font-size:16px}.catnat-pie-card{background:#fcfcfc;border:1px solid #ecf0f1;border-radius:8px;flex-direction:column;align-items:center;width:280px;min-height:320px;padding:10px;display:flex}.catnat-pie-chart{height:180px;margin-top:8px}.catnat-pie-legend{gap:4px;width:100%;margin-top:15px;font-size:11px;display:grid}.catnat-pie-legend-item{align-items:flex-start;gap:6px;display:flex}.catnat-pie-legend-color{border-radius:2px;flex:none;width:10px;height:10px;margin-top:2px}.simulateur-grele-page .map-wrapper.hail-map-wrapper{height:420px;min-height:350px}.hail-visualizer-container{background:#fdfefe;border:1px dashed #bdc3c7;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;margin-bottom:20px;padding:20px;display:flex}.hail-stone{background:radial-gradient(circle at 30% 30%,#fff,#d5dbdb 60%,#95a5a6 100%);border-radius:50%;transition:width .5s cubic-bezier(.175,.885,.32,1.275),height .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px #00000026}.hail-reference{color:#7f8c8d;margin-top:15px;font-size:.9em;font-style:italic}.hail-frequency-badge{color:#fff;border-radius:4px;margin-top:10px;padding:4px 10px;font-size:.85em;font-weight:700}.hail-size-value{color:#2c3e50;margin-top:15px;font-size:1.5em;font-weight:800}.hail-size-value small{color:#7f8c8d;font-size:.6em}.hail-note{color:#95a5a6;text-align:justify;margin:0;font-size:.8em}.map-legend-note{margin-top:8px}.results-container{grid-template-columns:1fr;gap:15px;margin-top:10px;padding:10px;display:grid}.impact-card{background:#fff;border-left:5px solid #bdc3c7;border-radius:8px;padding:15px;box-shadow:0 2px 4px #0000000d}.impact-card h4{color:#2c3e50;margin:0 0 8px;font-size:1.05em}.impact-desc{color:#34495e;font-size:.95em;line-height:1.4}.actuariat-badge{color:#fff;border-radius:4px;margin-top:8px;padding:3px 6px;font-size:.75em;font-weight:700;display:inline-block}select.event-selector{color:#2c3e50;cursor:pointer;background-color:#fff;border:2px solid #bdc3c7;border-radius:6px;outline:none;width:100%;padding:12px;font-size:1em;transition:border-color .2s}select.event-selector:focus{border-color:#3498db}@media (max-width:768px){.simulateur-grele{padding:.6rem 1rem}.main-header nav{flex-wrap:wrap;justify-content:flex-start}.auth-trigger{margin-left:auto}.main-header .header-left,.main-header .header-right{min-width:auto}.main-container{flex-direction:column;align-items:stretch;padding:14px .8rem 24px}.left-column{box-sizing:border-box;flex:none;align-self:stretch;width:100%;max-width:100%;position:static}.right-column-wrapper{box-sizing:border-box;flex:none;align-self:stretch;width:100%;min-width:0;max-width:100%}}.dropdown-item{cursor:pointer;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.95rem;display:flex}.dropdown-item:hover{background:#f0f4f8}.dropdown-item span{color:#666;margin-left:.6rem;font-size:.8rem}.main-header .dropdown:nth-child(2) .submenu{left:0}.main-header .dropdown .submenu .dropdown-item .submenu{z-index:101;color:#5a6f82;background:#f1f5f9;border:1px solid #0055a41f;border-radius:6px;min-width:200px;padding:.4rem 0;position:absolute;top:0;left:100%;box-shadow:0 2px 10px #00000026}.main-header .dropdown .submenu .dropdown-item .submenu a{color:#5a6f82;padding:.5rem 1rem;font-weight:500;display:block}.main-header .dropdown .submenu .dropdown-item .submenu a:hover{color:var(--primary);background:#e8f0fe}@media (max-width:768px){.dropdown:hover .submenu{display:none}.dropdown:active .submenu,.dropdown:focus-within .submenu{display:block}}.landing-page{flex-direction:column;min-height:100%;display:flex}.landing-header{background:var(--header-bg);color:#e8eef5;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;display:flex;overflow:visible;box-shadow:0 4px 20px #0000002e}.landing-header .header-logo-link{margin:-6px 0;padding:0}.landing-header .login-btn{background:var(--header-accent);color:#fff;border-radius:8px;padding:.5rem 1rem;font-weight:600}.landing-header .login-btn:hover{background:#1f7fa0}.header-right{align-items:center;gap:.8rem;display:flex}.user-avatar-btn{cursor:pointer;background:0 0;border:none;padding:0}.user-avatar{color:#fff;background:#fff3;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:inline-flex}.logout-btn{text-align:left;color:#d32f2f;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem .8rem;font-size:.9rem}.logout-btn:hover{background:#f0f4f8}.landing-content{flex:1;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem}.hero{text-align:center;margin:3rem 0 2rem}.hero h1{color:#0055a4;margin-bottom:.5rem;font-size:2.4rem}.subtitle{color:#555;font-size:1.1rem}.description{margin-top:.8rem;font-size:1.15rem}.video-section{text-align:center;background:#f0f4f8;border-radius:8px;margin:3rem 0;overflow:hidden}.video-container{height:0;padding-bottom:56.25%;position:relative}.video-container video{width:100%;height:100%;position:absolute;top:0;left:0}.video-fallback{color:#666;padding:1rem}.video-actions button{color:#fff;cursor:pointer;background:#0055a4;border:none;border-radius:4px;margin:1rem auto;padding:.7rem 1.4rem;font-size:1rem;display:block}.video-actions button:hover{background:#003d7a}.home-login-section{justify-content:center;margin:2rem auto 3rem;padding:0 .5rem;display:flex}.home-login-card{--logo-teal:#186080;--logo-teal-hover:#125268;--logo-teal-light:#4a9bb8;color:#e8eef5;text-align:center;background:linear-gradient(165deg,#1a2744 0%,#121a2e 100%);border-radius:20px;width:100%;max-width:420px;padding:2rem 1.75rem 1.75rem;box-shadow:0 24px 48px #00000038}.home-login-logo{justify-content:center;margin-bottom:1.25rem;display:flex}.home-login-logo-img{width:100%;max-width:320px;height:auto;display:block}.home-login-portail-title{color:#fff;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.65rem;font-weight:800;line-height:1.2}.home-login-portail-subtitle{color:#ffffffc7;margin:0 0 1.25rem;font-size:1rem;font-weight:400;line-height:1.45}.home-login-title{color:#fff;letter-spacing:-.01em;margin:.75rem 0 1.25rem;font-size:1.25rem;font-weight:700}.home-login-error{color:#fecaca;text-align:left;background:#d32f2f26;border:1px solid #f8717173;border-radius:10px;margin-bottom:1rem;padding:.65rem .85rem;font-size:.88rem}.home-login-form{text-align:left;flex-direction:column;gap:.85rem;display:flex}.home-login-field{display:block}.home-login-field-inner{background:#00000047;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:.65rem;min-height:52px;padding:0 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.home-login-field-inner:focus-within{border-color:#2899bfbf;box-shadow:0 0 0 3px #2899bf4d}.home-login-field-icon{color:#ffffff9e;flex-shrink:0;width:22px;height:22px}.home-login-field input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1rem}.home-login-field input::placeholder{color:#ffffffb8;font-weight:500}.home-login-forgot{text-align:right;margin:-.15rem 0 .35rem}.home-login-forgot a{color:#2899bf;font-size:.9rem;font-weight:600}.home-login-forgot a:hover{color:#3eb0d4}.home-login-form button[type=submit].home-login-submit{color:#fff;cursor:pointer;background:#2899bf;border:none;border-radius:999px;width:100%;margin-top:.25rem;padding:.95rem 1rem;font-size:1.05rem;font-weight:700;transition:background .2s,transform .15s}.home-login-form button[type=submit].home-login-submit:hover:not(:disabled){background:#1f7fa0}.home-login-footer{color:#ffffffbf;margin-top:1.5rem;font-size:.92rem;line-height:1.5}.home-login-footer-accent{color:#2899bf;cursor:pointer;font-weight:600;transition:color .2s}.home-login-footer-accent:hover{color:#3eb0d4}.home-login-footer-divider{color:#ffffff8c;margin:1rem 0 0;font-size:.92rem}.home-login-demo-signup{margin:.5rem 0 0;font-size:.92rem}.home-login-title--demo{max-width:22rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.35}.home-login-cgu{text-align:left;color:#ffffffd1;cursor:pointer;align-items:flex-start;gap:.65rem;margin:.25rem 0 .5rem;font-size:.9rem;line-height:1.4;display:flex}.home-login-cgu input[type=checkbox]{accent-color:#2899bf;cursor:pointer;flex-shrink:0;width:1.05rem;height:1.05rem;margin-top:.15rem}.home-login-legal-link{font:inherit;color:#2899bf;text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline;transition:color .2s;display:inline}.home-login-legal-link:hover{color:#3eb0d4}.legal-document-modal-overlay{z-index:4000;box-sizing:border-box;background:#0f172a8c;justify-content:center;align-items:center;padding:2rem 1.25rem;display:flex;position:fixed;inset:0}.legal-document-modal-panel{background:var(--card-bg,#fff);text-align:left;box-sizing:border-box;border:1px solid #dde1e6;border-radius:14px;width:min(720px,92vw);max-height:calc(100vh - 4rem);padding:1.75rem 2rem 2rem;position:relative;overflow-y:auto;box-shadow:0 16px 48px #00000047}.legal-document-modal-close{color:#7f8c8d;cursor:pointer;background:0 0;border:none;border-radius:8px;width:2rem;height:2rem;padding:0;font-size:1.5rem;line-height:1;position:absolute;top:.65rem;right:.75rem}.legal-document-modal-close:hover{color:#2c3e50;background:#f1f2f6}.legal-document-modal-title{color:var(--primary,#0055a4);margin:0 2rem 1rem 0;font-size:1.35rem;font-weight:700;line-height:1.3}.legal-document-modal-body .legal-page-updated{margin-top:0}.home-login-field-label{color:#ffffffe0;text-align:left;margin-bottom:.4rem;font-size:.82rem;font-weight:600;display:block}.home-login-password-hint,.home-login-field-hint{color:#ffffff94;text-align:left;margin:-.35rem 0 0;font-size:.78rem;line-height:1.4}.home-login-section .auth-flow-info{color:#b8e4f3;text-align:left;background:#2899bf1f;border:1px solid #2899bf59;border-radius:10px;margin-bottom:1rem;padding:.65rem .85rem;font-size:.88rem;line-height:1.45}.home-login-form button[type=submit].home-login-submit:disabled{opacity:.55;cursor:not-allowed}.auth-flow-layout{background:var(--bg);min-height:100%}.auth-flow-layout-main{justify-content:center;align-items:center;max-width:none;padding:2rem 1rem;display:flex}.auth-flow-footer{color:#b0b8c4;background:0 0;border-top:none}.auth-flow-page .home-login-field-icon{color:#ffffff9e}.auth-flow-page .home-login-field input::placeholder{color:#ffffffc7;font-weight:500}.auth-flow-page .auth-card-close,.auth-flow-page .home-login-footer{color:#ffffffe0}.auth-flow-card{text-align:left;--auth-accent:#2899bf;--auth-accent-hover:#1f7fa0;--auth-accent-light:#3eb0d4}.auth-card-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:0;display:flex}.auth-card-header-title{align-items:center;gap:.65rem;min-width:0;display:flex}.auth-card-header-title h1{color:#fff;margin:0;font-size:1.35rem;font-weight:700;line-height:1.2}.auth-card-header-icon{width:28px;height:28px;color:var(--auth-accent);flex-shrink:0}.auth-card-close{color:#ffffffbf;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.75rem;line-height:1;transition:color .2s,background .2s;display:flex}.auth-card-close:hover{color:#fff;background:#ffffff14}.auth-card-divider{background:#ffffff1f;height:1px;margin:1rem 0 1.25rem}.auth-field-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;margin-bottom:.4rem;font-size:.7rem;font-weight:600;display:block}.auth-flow-form{gap:1rem}.auth-btn-secondary{color:#fff;cursor:pointer;background:#00000059;border:1px solid #ffffff1f;border-radius:14px;width:100%;padding:.85rem 1rem;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s}.auth-btn-secondary:hover:not(:disabled){background:#ffffff14;border-color:#fff3}.auth-btn-secondary:disabled{opacity:.6;cursor:wait}.auth-flow-info{color:#b8e4f3;background:#2899bf1f;border:1px solid #2899bf59;border-radius:10px;margin-bottom:1rem;padding:.65rem .85rem;font-size:.88rem;line-height:1.45}.auth-flow-footer-link{color:var(--auth-accent);font-weight:600;transition:color .2s}.auth-flow-footer-link:hover{color:var(--auth-accent-light)}.home-login-field input:disabled{opacity:.45;cursor:not-allowed}.auth-flow-page .home-login-field input:disabled{opacity:.58}.auth-flow-page .home-login-card .auth-field-label{color:#ffffffe6}.auth-flow-page .home-login-card .home-login-form button[type=submit].home-login-submit{color:#fff;-webkit-text-fill-color:#fff;opacity:1;background:#2899bf;border:none;font-size:1.05rem;font-weight:700}.auth-flow-page .home-login-card .home-login-form button[type=submit].home-login-submit:hover:not(:disabled){color:#fff;-webkit-text-fill-color:#fff;background:#1f7fa0}.auth-flow-page .home-login-card .home-login-form button[type=submit].home-login-submit:disabled{color:#fff;-webkit-text-fill-color:#fff;opacity:.55;cursor:not-allowed;background:#2899bf}.landing-footer{text-align:center;color:#777;border-top:1px solid #eee;padding:1rem 1rem 1.15rem;font-size:.9rem}.landing-footer-copyright{margin:0 0 .5rem}.landing-footer-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.15rem 0;font-size:.85rem;line-height:1.5;display:flex}.landing-footer-nav-item{display:inline}.landing-footer-sep{color:#aaa;-webkit-user-select:none;user-select:none}.landing-footer-link{color:inherit;text-underline-offset:2px;text-decoration:underline}.landing-footer-link:hover{color:var(--primary)}.auth-flow-footer .landing-footer-link:hover{color:#e8eef5}.legal-page{padding:2rem 1.5rem 3rem}.legal-page-inner{background:var(--card-bg);border-radius:var(--radius);max-width:720px;box-shadow:var(--shadow);margin:0 auto;padding:2rem 2.25rem}.legal-page-title{color:var(--primary);margin-bottom:.5rem;font-size:1.75rem}.legal-page-subtitle{color:#546e7a;margin:0 0 .35rem;font-size:1rem}.legal-page-updated{color:#666;margin:0 0 1.5rem;font-size:.9rem}.legal-list{color:#444;margin:.5rem 0 .65rem;padding-left:1.35rem;font-size:.95rem;line-height:1.6}.legal-list li{margin-bottom:.5rem}.legal-list li:last-child{margin-bottom:0}.legal-section{margin-bottom:1.5rem}.legal-section h2{color:#333;margin-bottom:.5rem;font-size:1.05rem}.legal-section h3{color:#455a64;margin:1rem 0 .4rem;font-size:.98rem;font-weight:600}.legal-section p{color:#444;margin-bottom:.65rem;font-size:.95rem;line-height:1.6}.legal-section a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.legal-table{border-collapse:collapse;width:100%;margin:.75rem 0 1rem;font-size:.95rem;line-height:1.5}.legal-table th,.legal-table td{text-align:left;vertical-align:top;border:1px solid var(--border,#e0e0e0);color:#444;padding:.5rem .75rem}.legal-table th{color:#333;background:#0055a40a;width:38%;font-weight:600}.legal-page-back{border-top:1px solid var(--border);margin-top:2rem;padding-top:1rem;font-size:.95rem}.legal-page-back a{color:var(--primary);font-weight:500}.legal-page-back a:hover{text-decoration:underline}.contact-page-inner{max-width:640px}.contact-page-intro{color:#444;margin:0 0 1.25rem;font-size:.95rem;line-height:1.6}.contact-form{margin-top:.5rem}.contact-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:560px){.contact-form-row{grid-template-columns:1fr}}.contact-form-field{margin-bottom:1rem}.contact-form-field label{color:#333;margin-bottom:.35rem;font-size:.9rem;font-weight:600;display:block}.contact-form-required{color:#c0392b}.contact-form-field input,.contact-form-field textarea{border:1px solid var(--border,#dce3ea);color:#333;box-sizing:border-box;background:#fff;border-radius:6px;width:100%;padding:.6rem .75rem;font-size:.95rem;line-height:1.5}.contact-form-field textarea{resize:vertical;min-height:140px}.contact-form-field input:focus,.contact-form-field textarea:focus{border-color:var(--primary,#0055a4);outline:none;box-shadow:0 0 0 2px #0055a41f}.contact-form-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.contact-form-submit{background:var(--primary,#0055a4);color:#fff;cursor:pointer;border:none;border-radius:50px;margin-top:.25rem;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:background-color .2s,transform .15s}.contact-form-submit:hover:not(:disabled){background:#004080;transform:translateY(-1px)}.contact-form-submit:disabled{opacity:.65;cursor:not-allowed}.contact-form-alert{border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.92rem;line-height:1.5}.contact-form-alert--error{color:#922b21;background:#fdecea;border:1px solid #f5c6cb}.contact-form-alert--success{color:#1e6f43;background:#e8f6ef;border:1px solid #b8dfc9}.hero-section.auth-home{text-align:center;margin-top:2rem}.hero-section.auth-home .hero-title{position:relative;top:-1.25rem}.hero-title{color:#0055a4;margin-bottom:.5rem;font-size:2rem}.hero-subtitle{color:#555;margin-bottom:1.2rem}.search-container{max-width:760px;margin:0 auto}.search-container-inner{background:#fff;border:1px solid #c7d2e0;border-radius:8px;align-items:center;gap:.65rem;min-height:48px;padding:0 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.search-container-inner:focus-within{border-color:#2899bf;box-shadow:0 0 0 3px #2899bf33}.search-input-icon{color:#6b7c93;flex-shrink:0;width:20px;height:20px}.search-input{background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;padding:.8rem 0;font-size:1rem}.search-input::placeholder{color:#8a96a8}.content-container{gap:1.2rem;margin-top:1.5rem;display:grid}.collapsible-header{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:0;display:flex}.collapsible-header:hover{opacity:.8}.chevron{flex-shrink:0;font-size:1.1em;line-height:1;transition:transform .2s;display:inline-block;transform:rotate(0)}.chevron.open{transform:rotate(90deg)}.count-badge{color:#1a56db;white-space:nowrap;background:#e8f0fe;border-radius:10px;margin-left:auto;padding:1px 7px;font-size:.72rem;font-weight:600}.region-group{content-visibility:auto;contain-intrinsic-size:0 400px;background:#fff;border:1px solid #dde5f0;border-radius:10px;padding:1rem}.region-title{color:#0055a4;margin-bottom:.8rem;font-size:1.25rem}.epci-group+.epci-group{border-top:1px solid #eef2f7;margin-top:.9rem;padding-top:.9rem}.epci-title{color:#334155;margin-bottom:.6rem;font-size:1rem}.city-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.7rem;display:grid}.city-card{box-shadow:var(--shadow);background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;transition:transform .15s,box-shadow .15s}.city-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.city-card h4{color:#0055a4;margin-bottom:.4rem;font-size:1rem}.city-card p{color:#1f2937;margin-bottom:.35rem}.city-card small{color:#6b7280}.login-main-header{background:var(--header-bg);color:#e8eef5}.hero-section:not(.auth-home){background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);justify-content:center;width:100%;padding:60px 20px;display:flex}.hero-section:not(.auth-home) .hero-content{text-align:center;color:#fff;width:100%;max-width:1200px}.hero-section:not(.auth-home) .hero-title{color:#fff;margin-bottom:10px;font-size:2.8rem;font-weight:800}.hero-section:not(.auth-home) .hero-subtitle{color:#fffffff2;margin-bottom:30px;font-size:1.2rem}.login-card{color:#2c3e50;text-align:left;background:#fff;border-radius:12px;max-width:400px;margin:0 auto;padding:35px;box-shadow:0 15px 35px #0003}.input-group-login{margin-bottom:20px}.input-group-login label{color:#2c3e50;margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.input-group-login input{border:1px solid #bdc3c7;border-radius:8px;outline:none;width:100%;padding:12px 15px;font-size:1rem;transition:border-color .2s}.input-group-login input:focus{border-color:#1e3c72}.error-message{color:#b91c1c;background:#fee2e2;border-left:4px solid #b91c1c;border-radius:8px;margin-bottom:20px;padding:12px;font-size:.85rem;font-weight:600}.login-actions{justify-content:center;display:flex}.login-forgot-wrap{text-align:center;margin-top:18px}.login-forgot-link{color:#1e3c72;font-size:.92rem;font-weight:600;text-decoration:none}.login-forgot-link:hover{text-decoration:underline}.btn-contact{color:#fff;cursor:pointer;background:#1e3c72;border:none;border-radius:50px;padding:10px 25px;font-weight:600;transition:background-color .3s,transform .2s}.btn-contact:hover{background:#152d57;transform:translateY(-1px)}.parameter-panel{z-index:20;flex:0 0 360px;position:relative}.mode-switcher{background:#ecf0f1;border-radius:8px;gap:10px;margin-bottom:20px;padding:5px;display:flex}.mode-btn{color:#7f8c8d;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:10px;font-weight:600}.mode-btn.active{color:#2c3e50;background:#fff;box-shadow:0 2px 5px #0000001a}.basin-info{color:#34495e;background:#fff;border-left:5px solid #16a085;border-radius:8px;margin:12px 0;padding:15px;font-size:.95em;box-shadow:0 2px 4px #0000000d}.basin-info strong{color:#2c3e50}.basin-info small{color:#546e7a;font-size:.9em}.flow-box{text-align:center;background:#f8f9fa;border:1px solid #bdc3c7;border-radius:8px;padding:15px}.flow-box--under-map{box-sizing:border-box;white-space:normal;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 28px;width:100%;margin-top:12px;display:flex}.flow-box--under-map .flow-box__metric{text-align:center;max-width:100%;margin:0;line-height:1.45}.flow-box--under-map .flow-box__label{font-weight:600}.flow-box--under-map .flow-box__value,.flow-box.flow-box--under-map span#calc-flow,.flow-box.flow-box--under-map span#calc-level{color:#2c3e50;word-break:break-word;margin-top:0;font-size:1.5em;font-weight:800;display:inline}@media (max-width:720px){.flow-box--under-map{flex-direction:column;gap:14px}.flow-box--under-map .flow-box__value,.flow-box.flow-box--under-map span#calc-flow,.flow-box.flow-box--under-map span#calc-level{margin-top:4px;font-size:1.35em;display:block}}.flow-box span{color:#2c3e50;margin-top:4px;font-size:1.5em;font-weight:800;display:block}#controls-direct input[type=range],#controls-model input[type=range]{width:100%;margin-top:8px;display:block}.parameter-panel #controls-direct .section-title,.parameter-panel #controls-model .section-title,.parameter-panel .control-section .section-title{margin:0 0 6px}.parameter-panel #controls-model .section-title.section-title-river{margin-top:14px}.parameter-panel #controls-direct label,.parameter-panel #controls-model label,.parameter-panel .control-section label{margin:10px 0 0;line-height:1.2;display:block}.parameter-panel #controls-direct input[type=range],.parameter-panel #controls-model input[type=range],.parameter-panel .control-section input[type=range]{margin-top:0;margin-bottom:8px}.parameter-panel #controls-direct label+input[type=range],.parameter-panel #controls-model label+input[type=range],.parameter-panel .control-section label+input[type=range]{margin-top:-2px}.parameter-panel .input-group--tight-note input[type=range]{margin-bottom:0;display:block}.parameter-panel .input-group--tight-note .hail-note{margin-top:-10px;line-height:1.25}.parameter-panel .control-section .input-group:first-of-type,.parameter-panel #controls-model .debordement-params-start{margin-top:14px}.recenter-btn{color:#333;cursor:pointer;white-space:nowrap;background:#ffffffe0;border:1px solid #0000002e;border-radius:4px;padding:4px 10px;font-size:.78rem;transition:background .15s;box-shadow:0 1px 4px #0000002e}.recenter-btn:hover{background:#f0f0f0f2}.recenter-btn.leaflet-control{margin-bottom:8px;margin-right:6px}.zoom-badge{color:#333;pointer-events:none;white-space:nowrap;background:#ffffffd1;border-radius:4px;padding:2px 7px;font-family:monospace;font-size:.72rem;box-shadow:0 1px 4px #0000002e}.zoom-badge.leaflet-control{margin-top:8px;margin-right:6px}.zoom-badge-abs{z-index:1000;position:absolute;top:10px;right:10px}.map-wrapper{background:#ecf0f1;border:1px solid #bdc3c7;border-radius:8px;width:100%;height:450px;position:relative;overflow:hidden}.leaflet-pane.leaflet-tile-pane>.leaflet-layer:first-child .leaflet-tile-container img{image-rendering:-webkit-optimize-contrast;outline:1px solid #0000;box-shadow:0 0 0 1px #0000}.leaflet-pane.leaflet-tile-pane>.leaflet-layer:not(:first-child) .leaflet-tile-container img{box-shadow:none;outline:none}.map-layer-badge{z-index:500;color:#fff;pointer-events:none;background:#2980b9e6;border-radius:6px;padding:8px 15px;font-weight:700;position:absolute;bottom:20px;left:20px}.map-controls-flex{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.debordement-layer-toggle-group{background:#f8f9fa;border:1px solid #bdc3c7;border-radius:8px;align-items:center;gap:0;width:300px;display:inline-flex;overflow:hidden}.debordement-layer-btn.map-btn{text-align:center;border:none;border-radius:0;flex:1 1 0;width:50%;min-width:0;padding:7px 12px;font-size:.84em}.debordement-layer-separator{color:#7f8c8d;-webkit-user-select:none;user-select:none;background:#f8f9fa;flex:0 0 16px;justify-content:center;align-items:center;width:16px;padding:0;font-weight:600;line-height:1;display:inline-flex}.eaip-toggle{color:#fff;cursor:pointer;background:#2c3e50;border:none;border-radius:20px;margin-left:auto;padding:8px 15px;font-size:.85em;font-weight:700}.eaip-toggle.off{background:#95a5a6}.results-section-river{text-align:left;background:#f8f9fa;border-top:none;border-left:6px solid #3498db;border-radius:12px;padding:10px 14px}.results-section-river__head{flex-wrap:wrap;align-items:baseline;gap:6px 14px;display:flex}.results-section-river__head h4{color:#7f8c8d;text-transform:uppercase;letter-spacing:.03em;margin:0;font-size:.9em;font-weight:700}.river-level-big{color:#2c3e50;margin:0;font-size:1.5em;font-weight:900;line-height:1.2;display:inline}.river-comment{color:#2c3e50;margin-top:4px;font-size:.95em;font-weight:600;line-height:1.3;display:block}.simulateur-debordement-page .debordement-impacts-level-note{color:#bdc3c7;margin-top:6px;font-size:.85em;font-weight:500;line-height:1.3}.simulateur-debordement-page .debordement-hydro-title{margin-top:16px;margin-bottom:8px}.simulateur-debordement-page .chart-container--debordement{height:220px;margin-top:0;padding:10px}.chart-container{background:#fff;border:1px solid #bdc3c7;border-radius:10px;width:100%;height:350px;margin-top:20px;padding:15px;position:relative;box-shadow:0 2px 5px #0000000d}.results-list{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:20px;display:grid}.result-box{background:#fff;border:2px solid #bdc3c7;border-radius:12px;padding:14px}.res-header{margin-bottom:10px}.res-title{margin:0;font-size:1.05rem}.res-area-info{color:#64748b;font-size:.85rem}.res-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.res-item label{color:#64748b;font-size:.82rem;display:block}.res-value-big{color:#1e293b;font-weight:800}.res-value-med{color:#334155;font-weight:700}.gauge-wrapper{grid-column:1/-1}.gauge-container{background:#e2e8f0;border-radius:6px;width:100%;height:8px;overflow:hidden}.gauge-bar{width:0;height:100%}.map-marker{border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:flex;position:relative;box-shadow:0 3px 6px #0006}.runoff-batiment-marker{background:#fff;border:2px solid;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:flex;box-shadow:0 2px 5px #00000059}.runoff-exutoire-icon,.runoff-batiment-icon{background:0 0!important;border:none!important}.runoff-map-legend{z-index:1001;color:#2c3e50;pointer-events:none;background:#fffffff5;border:1px solid #d6dbe1;border-radius:6px;flex-wrap:wrap;gap:6px 8px;padding:5px 8px;font-size:.68rem;line-height:1.1;display:flex;position:absolute;bottom:10px;left:10px;box-shadow:0 1px 5px #0000001a}.runoff-map-legend-item{align-items:center;gap:4px;font-weight:600;display:inline-flex}.runoff-map-legend-item i{border:1px solid #0000001f;border-radius:2px;flex-shrink:0;width:9px;height:9px;font-style:normal;display:inline-block}.layer-toggle{color:#fff;cursor:pointer;background:#2c3e50;border:none;border-radius:20px;padding:8px 15px;font-size:.85em;font-weight:700}.layer-toggle.off{background:#95a5a6}.layer-toggle.nappe-color{background:#2980b9}.layer-toggle.nappe-color.off{background:#95a5a6}.depth-gauge-container{background:#f8f9fa;border:1px solid #bdc3c7;border-radius:8px;align-items:center;gap:20px;padding:20px;display:flex}.vertical-track{background:#e0e6ed;border:2px solid #bdc3c7;border-radius:20px;flex-direction:column;justify-content:flex-end;width:40px;height:200px;display:flex;position:relative;overflow:hidden}.nappe-water-fill{background:#3498dbcc;border-top:3px solid #2980b9;width:100%;transition:height .5s ease-out}.ground-line{z-index:10;background:#27ae60;height:4px;position:absolute;top:10%;left:-10px;right:-10px}.nappe-legend{color:#7f8c8d;text-align:center;margin-top:10px;font-size:.8em}.kpi-row{background:#fff;border-left:5px solid #bdc3c7;border-radius:6px;justify-content:space-between;align-items:center;margin-top:15px;padding:15px;display:flex;box-shadow:0 1px 3px #0000001a}.kpi-icon{text-align:center;min-width:50px;margin-right:15px;font-size:2.5em}.kpi-content{flex-grow:1}.kpi-val{border-radius:4px;padding:4px 8px;font-size:1.2em;font-weight:700}.status-safe{border-left-color:#27ae60}.status-safe .kpi-val{color:#27ae60;background:#e8f8f5}.status-warn{border-left-color:#f39c12}.status-warn .kpi-val{color:#d35400;background:#fef5e7}.status-danger{border-left-color:#e74c3c}.status-danger .kpi-val{color:#c0392b;background:#fdedec}.status-extreme{background:#faf4fc;border-left-color:#8e44ad}.status-extreme .kpi-val{color:#8e44ad;background:#f4ecf8}.legend-box{color:#7f8c8d;background:#fff;border:1px solid #ecf0f1;border-radius:4px;margin-top:10px;padding:10px;font-size:.8em}.thermometer-visual{background:#ecf0f1;border:1px solid #bdc3c7;border-radius:10px;width:100%;height:20px;margin-top:10px;position:relative;overflow:hidden}.thermometer-fill{background:linear-gradient(90deg,#f1c40f,#e74c3c,#8e44ad);width:0%;height:100%;transition:width .5s}.thermometer-fill--feu{background:linear-gradient(90deg,#c2e699 0%,#fecc5c 20%,#fd8d3c 40%,#e31a1c 60%,#4a001f 80% 100%) no-repeat}.eboulements-rupture-title .eboulements-rupture-value-wrap{white-space:nowrap;font-size:1.25em;font-weight:700}.eboulements-rupture-title .eboulements-rupture-scale{color:#2c3e50;font-weight:700}.eboulements-rupture-title .eboulements-rupture-rank{white-space:nowrap;font-weight:700}.thermometer-fill--desert{background:linear-gradient(90deg,#1b6a31 0% 30%,#a6d96a 30% 60%,#fdae61 60% 80%,#d7191c 80% 92%,#543005 92% 100%) no-repeat}.thermometer-fill--canicule{background:linear-gradient(90deg,#27ae60 0% 30%,#f1c40f 30% 60%,#e74c3c 60% 85%,#8e44ad 85% 100%) no-repeat}.thermometer-fill--eboulements{background:linear-gradient(90deg,#27ae60 0% 30%,#f1c40f 30% 50%,#e67e22 50% 75%,#e74c3c 75% 100%) no-repeat}.compass-container{background:#f8f9fa;border:2px solid #bdc3c7;border-radius:50%;width:180px;height:180px;margin:10px auto 20px;position:relative}.compass-btn{color:#2c3e50;cursor:pointer;background:#fff;border:1px solid #bdc3c7;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.75em;font-weight:700;display:flex;position:absolute;box-shadow:0 2px 4px #0000001a}.compass-btn.active{color:#fff;z-index:10;background:#3498db;border-color:#2980b9;box-shadow:0 0 10px #3498db80}.dir-N{top:5px;left:50%;transform:translate(-50%)}.dir-S{bottom:5px;left:50%;transform:translate(-50%)}.dir-W{top:50%;left:5px;transform:translateY(-50%)}.dir-E{top:50%;right:5px;transform:translateY(-50%)}.dir-NW{top:25px;left:25px}.dir-NE{top:25px;right:25px}.dir-SW{bottom:25px;left:25px}.dir-SE{bottom:25px;right:25px}.compass-center{text-align:center;width:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wind-val-display{color:#2c3e50;font-size:1.1em;font-weight:700;display:block}.wind-dir-display{color:#7f8c8d;font-size:.8em}.zone-marker{color:#fff;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2em;font-weight:700;display:flex;position:relative;box-shadow:0 5px 15px #0006}.zone-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#2c3e50e6;border-radius:4px;padding:6px 12px;font-size:.85em;transition:opacity .2s;position:absolute;bottom:120%;left:50%;transform:translate(-50%)}.zone-marker:hover .zone-tooltip{opacity:1;bottom:130%}.wind-vector{transform-origin:0;opacity:.8;background:#2c3e50;border-radius:3px;width:0;height:6px;position:absolute;top:50%;left:22px}.wind-vector:after{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:12px solid #2c3e50;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.res-card{background:#fff;border-left:6px solid #bdc3c7;border-radius:8px;padding:20px;box-shadow:0 4px 6px #0000000d}.res-speed{color:#2c3e50;font-size:2.2em;font-weight:800}.res-desc{margin-top:10px;font-size:.95em;font-style:italic;line-height:1.4}.tempete-results-container{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px}.tempete-res-card{padding:14px}.tempete-res-card .res-speed{font-size:1.8em}.tempete-map-legend{z-index:1001;background:#fffffff5;border:1px solid #d6dbe1;border-radius:8px;padding:8px 10px;position:absolute;bottom:12px;left:12px;box-shadow:0 2px 8px #0000001f}.tempete-map-legend-title{color:#2c3e50;margin-bottom:6px;font-size:.8rem;font-weight:600}.tempete-map-legend-items{align-items:center;gap:8px;display:flex}.tempete-map-legend-item{flex-direction:column;align-items:center;gap:3px;display:inline-flex}.tempete-map-legend-swatch{border:1px solid #0000002e;border-radius:2px;flex-shrink:0;width:10px;height:10px}.tempete-map-legend-value{color:#34495e;font-size:.72rem;line-height:1}.canicule-map-container{position:relative}.canicule-map-legend{z-index:1001;background:#fff;border-radius:8px;max-width:320px;padding:10px 14px;position:absolute;bottom:12px;left:12px;box-shadow:0 1px 5px #00000026}.canicule-map-legend-title{color:#2c3e50;margin-bottom:8px;font-size:12px;font-weight:600}.canicule-map-legend-scale{width:100%;display:flex}.canicule-map-legend-step{flex-direction:column;flex:1;align-items:center;display:flex}.canicule-map-legend-color{width:100%;height:12px}.canicule-map-legend-step:first-child .canicule-map-legend-color{border-top-left-radius:4px;border-bottom-left-radius:4px}.canicule-map-legend-step:last-child .canicule-map-legend-color{border-top-right-radius:4px;border-bottom-right-radius:4px}.canicule-map-legend-label{color:#7f8c8d;margin-top:5px;font-size:10px;font-weight:700}.canicule-thermal-index{margin-top:16px}.canicule-thermal-index-desc{text-align:right;color:#7f8c8d;margin-top:5px;margin-bottom:0;font-size:.85em}.tornado-marker{background:#8e44adcc;border:2px solid #fff;border-radius:50%;width:30px;height:30px;animation:2s infinite pulse-tornado;box-shadow:0 0 10px #8e44adcc}@keyframes pulse-tornado{0%{box-shadow:0 0 0 0 rgba(var(--tor-color), .7);transform:scale(.8)}70%{box-shadow:0 0 0 20px rgba(var(--tor-color), 0);transform:scale(1.1)}to{box-shadow:0 0 0 0 rgba(var(--tor-color), 0);transform:scale(.8)}}.tornado-results{grid-template-columns:1fr}.tornado-card{border-left-width:8px}.tornado-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;margin-bottom:8px;padding-bottom:8px;display:flex}.tornado-header-left{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.tornado-header-title{margin:0}.speed-display{color:#2c3e50;font-size:2.5em;font-weight:800}.speed-display span{color:#7f8c8d;font-size:.4em;font-weight:400}.ef-badge{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.35em;font-weight:900;display:inline-flex;transform:translateY(-4px);box-shadow:0 4px 10px #0003}.tornado-freq-badge{color:#fff;border-radius:4px;margin-bottom:0;padding:4px 10px;font-size:.85em;font-weight:700;display:inline-block}.tornado-ef-info{background:#fdfefe;border:1px solid #ecf0f1;border-radius:6px;margin-top:20px;padding:15px}.tornado-ef-title{color:#7f8c8d;margin-top:0;font-size:.9em}.tornado-ef-info p{color:#95a5a6;margin:0;font-size:.85em;line-height:1.4}.res-actuariat{color:#34495e;background:#f7f9fb;border:1px solid #e0e6ee;border-radius:8px;margin-top:12px;padding:10px 14px;font-size:.9em}.res-actuariat strong{font-weight:600}.feu-map-container{position:relative}.feu-map-legend{z-index:1001;background:#fff;border-radius:8px;max-width:320px;padding:10px 14px;position:absolute;bottom:12px;left:12px;box-shadow:0 1px 5px #00000026}.feu-map-legend-title{color:#2c3e50;margin-bottom:8px;font-size:12px;font-weight:600}.feu-map-legend-scale{width:100%;display:flex}.feu-map-legend-step{flex-direction:column;flex:1;align-items:center;display:flex}.feu-map-legend-color{width:100%;height:12px}.feu-map-legend-step:first-child .feu-map-legend-color{border-top-left-radius:4px;border-bottom-left-radius:4px}.feu-map-legend-step:last-child .feu-map-legend-color{border-top-right-radius:4px;border-bottom-right-radius:4px}.feu-map-legend-label{color:#7f8c8d;margin-top:5px;font-size:9px;font-weight:700}.fire-help{color:#7f8c8d;margin-top:5px;font-size:.8em}.fire-score-box{text-align:center;background:#f8f9fa;border:1px solid #ecf0f1;border-radius:8px;margin-top:25px;padding:20px;box-shadow:inset 0 1px 3px #0000000d}.fire-score-title{color:#7f8c8d;text-transform:uppercase;letter-spacing:1px;font-size:.8em;font-weight:700}.fire-score-value{font-size:3.5em;font-weight:900;line-height:1}.fire-score-label{margin-top:5px;font-size:1.1em;font-weight:700}.fire-meter-container{color:#fff;text-align:center;background:#2c3e50;border-bottom:5px solid #bdc3c7;border-radius:8px;margin-top:15px;padding:20px}.fire-level-label{text-transform:uppercase;margin:10px 0;font-size:1.5em;font-weight:700}.kpi-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:15px;display:grid}.kpi-box{background:#ffffff1a;border-radius:4px;padding:10px;font-size:.9em}.kpi-box b{color:#f1c40f;font-size:1.2em;display:block}.danger-low{border-bottom-color:#27ae60}.danger-low b{color:#27ae60}.danger-mod{border-bottom-color:#f1c40f}.danger-mod b{color:#f1c40f}.danger-high{border-bottom-color:#e67e22}.danger-high b{color:#e67e22}.danger-veryhigh{border-bottom-color:#e74c3c}.danger-veryhigh b{color:#e74c3c}.danger-extreme{background:#1a1a1a;border-bottom-color:#8e44ad}.danger-extreme b{color:red}.fire-desc{color:#7f8c8d;margin-top:15px;font-size:.9em}.thermometer-fill--secheresse{background:linear-gradient(90deg,#3498db,#2980b9) no-repeat}.sim-help-text{color:#7f8c8d;font-size:.8em}.water-visual-container{background:#f8f9fa;border:2px solid #bdc3c7;border-radius:8px;align-items:flex-end;width:100%;height:120px;margin-top:15px;display:flex;position:relative;overflow:hidden}.soil-layer{opacity:0;z-index:1;background:linear-gradient(tan 0%,sienna 100%);width:100%;height:100%;transition:opacity 1s;position:absolute;top:0;left:0}.water-fill{z-index:2;background:linear-gradient(#3498db,#2980b9);justify-content:center;align-items:flex-start;width:100%;height:100%;transition:height 1s cubic-bezier(.25,.8,.25,1);display:flex}.water-level-text{color:#fff;text-shadow:0 1px 2px #00000080;z-index:3;margin-top:10px;font-weight:700}.sech-status-text{text-align:right;color:#7f8c8d;margin-top:5px;font-size:.85em}.argile-help{color:#7f8c8d;margin-top:0;font-size:.9em}.soil-model-container{background:#f8f9fa;border:1px solid #bdc3c7;border-radius:8px;gap:20px;margin-top:20px;padding:20px;display:flex}.soil-column{flex-direction:column;flex:1;align-items:center;display:flex}.argile-zone-title{margin-bottom:10px;font-weight:700}.argile-zone-title.fort{color:#c0392b}.argile-zone-title.moyen{color:#d35400}.house-icon{z-index:2;margin-bottom:-5px;font-size:3em;transition:transform .5s}.soil-block{background:repeating-linear-gradient(45deg,#8d6e63,#8d6e63 10px,#795548 10px 20px);border:2px solid #5d4037;border-radius:4px;width:80px;height:100px;transition:all .5s cubic-bezier(.25,.8,.25,1);position:relative}.soil-block.fort{background:repeating-linear-gradient(45deg,#e74c3c,#e74c3c 10px,#c0392b 10px 20px);border-color:#922b21}.soil-block.moyen{background:repeating-linear-gradient(45deg,#f39c12,#f39c12 10px,#d68910 10px 20px);border-color:#a04000}.crack{clip-path:polygon(50% 0%,0% 100%,100% 100%);opacity:0;background:#000;width:20px;height:0;transition:height .5s;position:absolute;top:10px;left:30px}.kpi-danger{color:#e74c3c;font-weight:700}.layer-toggle-container{background:#f1f2f6;border-radius:8px;justify-content:center;gap:10px;margin-bottom:10px;padding:5px;display:flex}.layer-btn{color:#2f3542;cursor:pointer;background:#fff;border:1px solid #dfe4ea;border-radius:6px;padding:6px 12px;font-size:.85em;font-weight:700;transition:all .2s}.layer-btn.active{color:#fff;background:#2f3542;border-color:#2f3542}.slope-card{color:#fff;background:#34495e;border-left:10px solid #bdc3c7;border-radius:8px;margin-top:15px;padding:20px}.slope-visual{clip-path:polygon(0% 100%,100% 100%,100% 20%,0% 80%);background:#ecf0f1;border-radius:8px;width:100%;height:100px;margin:15px 0;position:relative;overflow:hidden}.slope-fill{transform-origin:0 100%;background:#795548;width:100%;height:100%;transition:transform .5s}.risk-score-container{text-align:center;background:#f4f7f6;border:1px solid #dee2e6;border-radius:8px;margin-top:20px;padding:15px}.risk-score-caption{color:#7f8c8d;text-transform:uppercase;font-size:.8em;font-weight:700}.risk-score-label{font-size:1.1em;font-weight:700}.eboul-title{font-size:1.2em;font-weight:700}.hazard-desc{color:#636e72;margin-top:15px;font-size:.9em;line-height:1.5}.desert-map-container,.secheresse-map-container{position:relative}.secheresse-map-legend{z-index:1001;pointer-events:none;background:#fff;border-radius:8px;min-width:260px;padding:8px 12px;position:absolute;bottom:12px;left:12px;box-shadow:0 1px 5px #00000026}.secheresse-map-legend-scale{width:90%;max-width:235px;margin:0 auto;display:flex}.secheresse-map-legend-step{flex-direction:column;flex:1 1 0;align-items:stretch;min-width:0;display:flex}.secheresse-map-legend-color{box-sizing:border-box;width:100%;height:11px;display:block}.secheresse-map-legend-step:first-child .secheresse-map-legend-color{border-top-left-radius:4px;border-bottom-left-radius:4px}.secheresse-map-legend-step:last-child .secheresse-map-legend-color{border-top-right-radius:4px;border-bottom-right-radius:4px}.secheresse-map-legend-label{color:#7f8c8d;text-align:center;white-space:nowrap;width:100%;margin-top:4px;font-size:9px;font-weight:700;line-height:1.2}.secheresse-map-legend-step:nth-child(3) .secheresse-map-legend-label{padding-right:3px}.secheresse-map-legend-step:last-child .secheresse-map-legend-label{padding-left:3px}.desert-map-legend{z-index:1001;pointer-events:none;background:#fff;border-radius:8px;max-width:240px;padding:8px 12px;position:absolute;bottom:12px;left:12px;box-shadow:0 1px 5px #00000026}.desert-map-legend-title{color:#2c3e50;margin-bottom:6px;font-size:11px;font-weight:600}.desert-map-legend-scale{grid-template-columns:repeat(4,minmax(0,1fr));width:100%;display:grid}.desert-map-legend-step{flex-direction:column;align-items:stretch;min-width:0;display:flex}.desert-map-legend-color{box-sizing:border-box;width:100%;height:10px;display:block}.desert-map-legend-step:first-child .desert-map-legend-color{border-top-left-radius:4px;border-bottom-left-radius:4px}.desert-map-legend-step:last-child .desert-map-legend-color{border-top-right-radius:4px;border-bottom-right-radius:4px}.desert-map-legend-label{color:#7f8c8d;text-align:center;width:100%;margin-top:4px;font-size:9px;font-weight:700}.desert-card{color:#fff;background:#d35400;border-left:10px solid #e67e22;border-radius:8px;margin-top:15px;padding:20px}.desert-score-box{background:#fffcf5;border:1px solid #f8efd4}.desert-caption{color:#d35400}.layer-badge{z-index:1000;color:#fff;pointer-events:none;background:#2980b9e6;border-radius:6px;padding:8px 15px;font-size:14px;font-weight:700;position:absolute;bottom:20px;left:20px;box-shadow:0 2px 5px #0000004d}.storm-card{color:#fff;background:#2c3e50;border-left:10px solid #0984e3;border-radius:8px;margin-top:15px;padding:20px}.storm-card .kpi-box{color:#2c3e50;background:#ffffff73;border:1px solid #ffffff47;font-weight:600}.storm-card .kpi-box b{color:var(--storm-kpi-accent,#2c3e50);font-size:1.2em;display:block}.calculation-box{background:#f1f2f6;border-radius:8px;justify-content:space-around;align-items:center;margin-top:20px;padding:15px;font-weight:700;display:flex}.calc-base{color:#2980b9;font-size:1.5em}.calc-surge{color:#e67e22;font-size:1.5em}.calc-total{color:#c0392b;font-size:1.8em}.calc-op{font-size:1.5em}.subm-score-box{background:#f0f8ff;border:1px solid #d6eaf8;margin-top:15px}.subm-caption{color:#2980b9}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profil-page-root{box-sizing:border-box;max-width:1100px;margin:0 auto;padding:32px 24px}.profil-layout-grid{grid-template-columns:320px 1fr;align-items:start;gap:24px;display:grid}.profil-col-stack{flex-direction:column;gap:20px;display:flex}.profil-map-wrap{height:340px}.profil-info-table .profil-info-row{border-bottom:1px solid #f0f0f0}.admin-user-zone-grid{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:start;gap:20px;width:100%;display:grid}@media (max-width:900px){.admin-user-zone-grid{grid-template-columns:1fr}}@media (max-width:820px){.profil-page-root{padding:20px 14px}.profil-layout-grid{grid-template-columns:1fr}.profil-quick-access{display:none!important}.profil-map-wrap{height:min(48vh,320px);min-height:220px}.profil-info-table,.profil-info-table tbody{width:100%;display:block}.profil-info-table .profil-info-row{border-bottom:1px solid #f0f0f0;margin-bottom:8px;padding-bottom:12px;display:block}.profil-info-table .profil-info-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.profil-info-table .profil-info-label,.profil-info-table .profil-info-value{width:100%;display:block;white-space:normal!important;padding:0!important}.profil-info-table .profil-info-label{margin-bottom:4px}.profil-page-root input[type=text],.profil-page-root input[type=password]{max-width:100%!important}}.session-idle-backdrop{z-index:2000;background:#0f172a8c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.session-idle-dialog{background:var(--card-bg);width:min(420px,100%);color:var(--text);border-radius:var(--radius);border:1px solid var(--border);padding:1.35rem 1.5rem;box-shadow:0 12px 40px #0000002e}.session-idle-dialog h2{color:var(--primary);margin:0 0 .75rem;font-size:1.15rem}.session-idle-dialog p{margin:0 0 .65rem;font-size:.95rem;line-height:1.45}.session-idle-hint{color:#546e7a;font-size:.85rem!important}.session-idle-actions{flex-wrap:wrap;gap:.65rem;margin-top:1.1rem;display:flex}.session-idle-primary{border-radius:var(--radius);cursor:pointer;background:var(--primary);color:#fff;border:none;padding:.55rem 1rem;font-size:.95rem;font-weight:600}.session-idle-primary:hover{background:var(--primary-hover)}.session-idle-secondary{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:var(--bg);color:var(--text);padding:.55rem 1rem;font-size:.95rem}.session-idle-secondary:hover{background:#e8ecf0}.auth-flow-page .auth-reset-submit.home-login-submit{color:#fff!important;-webkit-text-fill-color:#fff!important;background:#2899bf!important}.auth-flow-page .auth-reset-submit.home-login-submit:hover:not(:disabled){color:#fff!important;background:#1f7fa0!important}
