:root{--aev-network-canvas-bg:color-mix( in srgb,var(--bg-workspace) 88%,black 12% );--aev-network-grid-line:color-mix( in srgb,var(--border-soft) 20%,transparent );--aev-network-table-row-bg:#111827;--aev-network-table-row-hover-bg:color-mix(in srgb,#111827 82%,white 18%);--aev-network-table-text:var(--text-main);--aev-network-pipe-stroke:#94a3b8;--aev-network-pipe-closed-stroke:#64748b;--aev-network-flow-arrow-filter:drop-shadow( 0 0 0.34rem rgba(15,23,42,0.46) );--aev-network-label-fill:#e9ecef;--aev-network-pipe-label-fill:#ced4da;--aev-network-label-halo-stroke:rgba(11,34,57,0.92);--aev-network-label-halo-width:5px;--aev-network-tooltip-bg:rgba(10,18,32,0.96);--aev-network-tooltip-text:#eaf2ff;--aev-network-tooltip-title:#ffffff;--aev-network-tooltip-muted:#b8c7dc;--aev-network-tooltip-rule:rgba(255,255,255,0.16);--aev-network-tooltip-border:rgba(255,255,255,0.14);--aev-profile-chart-bg:color-mix(in srgb,var(--bg-panel) 88%,black 12%);--aev-profile-chart-head-bg:color-mix( in srgb,var(--bg-panel) 92%,white 3% );--aev-profile-svg-bg:color-mix(in srgb,var(--bg-workspace) 92%,black 8%);--aev-profile-grid-stroke:color-mix( in srgb,var(--border-soft) 46%,transparent );--aev-profile-axis-stroke:color-mix( in srgb,var(--border-strong) 82%,white 8% );--aev-profile-pressure-fill:rgba(34,197,94,0.16)}#reseau-root{min-width:0;--reseau-sticky-tools-top:-0.6rem}#reseau-root .reseau-layout{--reseau-left-width:400px;display:grid;grid-template-columns:minmax(280px,var(--reseau-left-width)) 10px minmax( 0,1fr );gap:1rem;min-height:72vh;align-items:stretch}#reseau-root .reseau-left-panel{min-width:0;overflow:auto}#reseau-root .reseau-canvas-card{min-width:0;min-height:420px;display:flex;flex-direction:column;flex:1 1 auto}#reseau-root .reseau-canvas-card .card-body{flex:1 1 auto;min-height:0;display:flex}#reseau-root .reseau-svg-wrapper{position:relative;isolation:isolate;width:100%;height:100%;min-height:0;border:1px solid color-mix(in srgb,var(--border-strong) 68%,white 12%);border-radius:0.62rem;overflow:hidden;background-color:var(--aev-network-canvas-bg);background-image:linear-gradient(0deg,var(--aev-network-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--aev-network-grid-line) 1px,transparent 1px);background-size:30px 30px;background-position:-1px -1px}#reseau-root.reseau-grid-hidden .reseau-svg-wrapper{background-image:none}#reseau-root #reseau-svg{position:relative;z-index:1;display:block;width:100%;height:100%;min-height:0;cursor:default;user-select:none}#reseau-root .reseau-mode-active{box-shadow:inset 0 0 0 2px rgba(255,255,255,0.2),0 0 0 4px color-mix(in srgb,var(--accent-primary) 16%,transparent)}#reseau-root .reseau-table td,#reseau-root .reseau-table th{vertical-align:middle;padding-top:0.58rem;padding-bottom:0.58rem}#reseau-root .reseau-selected-row{outline:2px solid color-mix(in srgb,var(--accent-primary) 48%,transparent);outline-offset:-2px;background:color-mix(in srgb,var(--accent-primary) 10%,transparent)}#reseau-root .reseau-legend-dot{display:inline-block;width:0.85rem;height:0.85rem;border-radius:50%;margin-right:0.35rem;vertical-align:middle;border:1px solid rgba(255,255,255,0.18)}#reseau-root .reseau-legend-line{display:inline-block;width:1.2rem;height:0;margin-right:0.4rem;vertical-align:middle;border-top:4px solid #94a3b8;border-radius:999px}#reseau-root .reseau-resizer{width:10px;min-width:10px;cursor:col-resize;position:relative;border-radius:999px;user-select:none;align-self:stretch}#reseau-root .reseau-resizer::before{content:"";position:absolute;top:0;bottom:0;left:4px;width:2px;background:var(--border-soft);opacity:0.7;transition:background-color 0.15s ease,opacity 0.15s ease,width 0.15s ease}#reseau-root .reseau-resizer:hover::before,#reseau-root .reseau-resizer.reseau-resizer-active::before{background:var(--accent-primary);opacity:1;width:3px}#reseau-root.reseau-left-panel-collapsed .reseau-layout{grid-template-columns:minmax(0,1fr)}#reseau-root.reseau-left-panel-collapsed .reseau-left-panel,#reseau-root.reseau-left-panel-collapsed .reseau-resizer{display:none !important}#reseau-root.reseau-canvas-fullscreen .reseau-layout{grid-template-columns:minmax(0,1fr);min-height:82vh}#reseau-root.reseau-canvas-fullscreen .reseau-left-panel,#reseau-root.reseau-canvas-fullscreen .reseau-resizer{display:none !important}#reseau-root.reseau-canvas-fullscreen .reseau-canvas-card{min-height:82vh}#reseau-root.reseau-canvas-fullscreen .reseau-canvas-card .card-body{min-height:0}#reseau-root.reseau-canvas-fullscreen .reseau-svg-wrapper,#reseau-root.reseau-canvas-fullscreen #reseau-svg{height:100%;min-height:0}#reseau-root .reseau-svg-wrapper{cursor:grab}#reseau-root .reseau-svg-wrapper.reseau-panning{cursor:grabbing}#reseau-root #reseau-svg{touch-action:none}#reseau-root .reseau-view-controls-disabled{opacity:0.6;pointer-events:none}#reseau-root .reseau-right-panel{min-width:0;align-self:stretch;min-height:100%}#reseau-root #reseau-details-card{min-width:0;flex:0 0 auto;display:flex;flex-direction:column}#reseau-root #reseau-details-card .card-body{flex:0 0 auto}#reseau-root .reseau-calculation-actions{display:flex;align-items:center;justify-content:flex-end;gap:0.75rem;min-width:0}#reseau-root .reseau-calculation-actions .reseau-run-hydraulic-status{color:var(--text-muted);min-width:0;text-align:right}#reseau-root .reseau-calculation-actions #reseau-run-hydraulic-btn{flex:0 0 auto}#reseau-root .reseau-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.75rem 1rem}#reseau-root .reseau-detail-item{min-width:0}#reseau-root .reseau-detail-label{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.15rem}#reseau-root .reseau-detail-value{font-size:0.95rem;color:var(--text-main);word-break:break-word}#reseau-root .reseau-detail-full{grid-column:1 / -1}#reseau-root .reseau-legend-node{background:#3b82f6}#reseau-root .reseau-legend-reservoir{background:#0b7285;border-radius:0.15rem;transform:rotate(45deg)}#reseau-root .reseau-legend-source{background:#8b5cf6;border-radius:0.15rem;transform:rotate(45deg)}#reseau-root .reseau-left-panel .card{overflow:hidden}#reseau-root .reseau-list-accordion{display:block}#reseau-root .reseau-list-accordion>summary.card-header{cursor:pointer;list-style:none;user-select:none;transition:background-color 0.15s ease,border-color 0.15s ease}#reseau-root .reseau-list-accordion>summary.card-header::-webkit-details-marker{display:none}#reseau-root .reseau-list-accordion>summary.card-header:hover{background:color-mix(in srgb,var(--bg-card-header) 88%,white 12%)}#reseau-root .reseau-accordion-meta{display:inline-flex;align-items:center;gap:0.5rem}#reseau-root .reseau-accordion-chevron{width:0.58rem;height:0.58rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;color:var(--text-muted);transform:rotate(45deg);transition:transform 0.15s ease}#reseau-root .reseau-list-accordion[open] .reseau-accordion-chevron{transform:rotate(225deg)}#reseau-root .reseau-left-panel .card-body.p-0{overflow:hidden;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}#reseau-root .reseau-node-demand-note{margin:0;padding:0.75rem 0.9rem;color:var(--text-muted);font-size:0.88rem;line-height:1.45;background:color-mix(in srgb,var(--bg-card-header) 68%,transparent 32%);border-bottom:1px solid var(--border-subtle)}#reseau-root .reseau-left-panel .table-responsive{overflow-x:auto;overflow-y:auto;max-height:min(46vh,520px);border-radius:0 !important;background:linear-gradient( 180deg,color-mix(in srgb,var(--bg-table-head) 88%,white 12%),color-mix(in srgb,var(--bg-table-head) 96%,transparent 4%) );scrollbar-width:thin}#reseau-root .reseau-left-panel .reseau-table{--aev-reseau-table-row-bg:var(--aev-network-table-row-bg);--aev-reseau-table-row-hover-bg:var(--aev-network-table-row-hover-bg);--bs-table-bg:var(--aev-reseau-table-row-bg);--bs-table-color:var(--text-main);--bs-table-hover-bg:var(--aev-reseau-table-row-hover-bg);--bs-table-hover-color:var(--text-main);--bs-table-striped-bg:var(--aev-reseau-table-row-bg);--bs-table-accent-bg:transparent;margin-bottom:0;table-layout:auto}#reseau-root .reseau-left-panel .reseau-table tbody>tr>*{background:var(--aev-reseau-table-row-bg) !important;background-color:var(--aev-reseau-table-row-bg) !important;color:var(--aev-network-table-text) !important;box-shadow:none !important}#reseau-root .reseau-left-panel .reseau-table tbody>tr:hover>*{background:var(--aev-reseau-table-row-hover-bg) !important;background-color:var(--aev-reseau-table-row-hover-bg) !important;color:var(--aev-network-table-text) !important}#reseau-root .reseau-left-panel .reseau-table thead th,#reseau-root .reseau-left-panel .reseau-table thead th:first-child,#reseau-root .reseau-left-panel .reseau-table thead th:last-child{border-radius:0 !important}#reseau-root .reseau-left-panel .reseau-nodes-table{min-width:560px;table-layout:fixed}#reseau-root .reseau-left-panel .reseau-nodes-table .reseau-node-designation-col{width:26%}#reseau-root .reseau-left-panel .reseau-nodes-table .reseau-node-altitude-col{width:25%}#reseau-root .reseau-left-panel .reseau-nodes-table .reseau-node-demand-col{width:29%}#reseau-root .reseau-left-panel .reseau-nodes-table .reseau-node-actions-col{width:90px}#reseau-root .reseau-left-panel .reseau-pipes-table{min-width:560px}#reseau-root .reseau-left-panel .reseau-table th:last-child,#reseau-root .reseau-left-panel .reseau-table td:last-child{min-width:86px;white-space:nowrap}#reseau-root .reseau-context-menu{position:fixed;z-index:1080;min-width:180px;background:var(--bg-elevated,#212529);border:1px solid var(--bs-border-color,#495057);border-radius:0.5rem;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.25);padding:0.35rem 0}#reseau-root .reseau-context-menu .dropdown-item{display:flex;align-items:center;width:100%;border:0;background:transparent;padding:0.5rem 0.9rem;text-align:left;color:inherit}#reseau-root .reseau-context-menu .dropdown-item:hover,#reseau-root .reseau-context-menu .dropdown-item:focus{background:rgba(255,255,255,0.08)}#reseau-root .reseau-hover-node{filter:brightness(1.08)}#reseau-root .reseau-hover-pipe{opacity:0.9}#reseau-root .reseau-node-shape,#reseau-root .reseau-pipe-line{transition:stroke 120ms ease,stroke-width 120ms ease,filter 120ms ease,opacity 120ms ease,fill 120ms ease}#reseau-root .reseau-node-shape.is-hovered,#reseau-root .reseau-pipe-line.is-hovered{filter:drop-shadow(0 0 0.4rem rgba(255,255,255,0.2))}#reseau-root .reseau-node-shape.is-selected,#reseau-root .reseau-pipe-line.is-selected{filter:drop-shadow(0 0 0.55rem rgba(96,165,250,0.3))}#reseau-root .reseau-node-shape.is-pending{filter:drop-shadow(0 0 0.45rem rgba(168,85,247,0.3))}#reseau-root .reseau-pipe-preview-line{stroke:#93c5fd;stroke-width:4;stroke-linecap:round;stroke-dasharray:14 10;opacity:0.92;filter:drop-shadow(0 0 0.35rem rgba(59,130,246,0.28));animation:reseau-pipe-preview-dash 0.8s linear infinite}#reseau-root .reseau-flow-arrow{opacity:1;stroke-width:2;stroke-linejoin:round;filter:var(--aev-network-flow-arrow-filter)}@keyframes reseau-pipe-preview-dash{to{stroke-dashoffset:-24}}#reseau-root .reseau-pipe-line.is-closed{stroke-dasharray:10 8}#reseau-root .reseau-pipe-line:not(.reseau-hydraulic-low):not(.reseau-hydraulic-ok):not( .reseau-hydraulic-high ):not(.reseau-hydraulic-colored):not(.is-hovered):not(.is-selected){stroke:var(--aev-network-pipe-stroke)}#reseau-root .reseau-pipe-line.is-closed:not(.reseau-hydraulic-low):not( .reseau-hydraulic-ok ):not(.reseau-hydraulic-high):not(.reseau-hydraulic-colored):not(.is-hovered):not(.is-selected){stroke:var(--aev-network-pipe-closed-stroke)}#reseau-root .reseau-node-label,#reseau-root .reseau-pipe-label,#reseau-root .reseau-hydraulic-value-label,#reseau-root .reseau-node-label-halo,#reseau-root .reseau-pipe-label-halo,#reseau-root .reseau-hydraulic-value-label-halo{font-weight:600;dominant-baseline:middle}#reseau-root .reseau-node-label-halo,#reseau-root .reseau-pipe-label-halo,#reseau-root .reseau-hydraulic-value-label-halo{display:none}#reseau-root .reseau-node-label,#reseau-root .reseau-pipe-label,#reseau-root .reseau-hydraulic-value-label{letter-spacing:0.01em;fill:var(--aev-network-label-fill)}#reseau-root .reseau-pipe-label{fill:var(--aev-network-pipe-label-fill)}#reseau-root .reseau-hydraulic-value-label{font-weight:700}#reseau-root .reseau-node-label.is-hovered,#reseau-root .reseau-pipe-label.is-hovered{font-weight:700}#reseau-root .reseau-node-label.is-selected,#reseau-root .reseau-pipe-label.is-selected,#reseau-root .reseau-node-label.is-pending{font-weight:700}#reseau-root .reseau-node-label-halo.is-selected,#reseau-root .reseau-pipe-label-halo.is-selected,#reseau-root .reseau-node-label-halo.is-pending{stroke:rgba(33,37,41,0.98);stroke-width:6px}#reseau-root .reseau-tools-bar{position:sticky;top:var(--reseau-sticky-tools-top);z-index:95;background:color-mix(in srgb,var(--bg-field) 70%,transparent);border:1px solid color-mix(in srgb,var(--border-soft) 72%,white 12%);border-radius:0.62rem;padding:0.5rem 0.65rem;margin-top:0;backdrop-filter:blur(16px) saturate(1.1);box-shadow:0 12px 28px rgba(0,0,0,0.22),inset 0 1px 0 rgba(255,255,255,0.04)}#reseau-root .reseau-tools-bar::before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background:color-mix(in srgb,var(--bg-panel) 82%,black 18%);opacity:0.96}#reseau-root .reseau-tools-bar.mb-3{margin-bottom:0.65rem !important}#reseau-root .reseau-overlay-mode-control,#reseau-root .reseau-flow-direction-control,#reseau-root .reseau-label-visibility-control,#reseau-root .reseau-value-visibility-control,#reseau-root .reseau-scenario-control{display:inline-flex;align-items:center;gap:0.55rem;min-height:38px;margin:0;padding:0.28rem 0.35rem 0.28rem 0.65rem;border:1px solid color-mix(in srgb,var(--border-soft) 74%,white 12%);border-radius:0.55rem;color:var(--text-muted);background:color-mix(in srgb,var(--bg-field) 70%,transparent);font-size:0.88rem;font-weight:700;white-space:nowrap}#reseau-root .reseau-flow-direction-control{padding-right:0.75rem}#reseau-root .reseau-label-visibility-control,#reseau-root .reseau-value-visibility-control{padding-right:0.75rem}#reseau-root .reseau-flow-direction-control .form-check-input,#reseau-root .reseau-label-visibility-control .form-check-input,#reseau-root .reseau-value-visibility-control .form-check-input{margin:0;cursor:pointer}#reseau-root .reseau-layer-options{position:relative;flex:0 0 auto}#reseau-root .reseau-layer-options>summary{display:inline-flex;align-items:center;gap:0.45rem;min-height:38px;list-style:none;white-space:nowrap}#reseau-root .reseau-layer-options>summary::-webkit-details-marker{display:none}#reseau-root .reseau-layer-options-panel{position:absolute;top:calc(100%+0.45rem);right:0;z-index:120;isolation:isolate;display:grid;gap:0.28rem;min-width:245px;padding:0.55rem;border:1px solid color-mix(in srgb,var(--border-soft) 46%,transparent);border-radius:0.7rem;background:var(--aev-modal-panel);background-color:var(--aev-modal-panel);box-shadow:0 18px 44px rgba(0,0,0,0.42),0 0 0 1px rgba(255,255,255,0.035) inset;overflow:hidden}#reseau-root .reseau-layer-options-panel .reseau-flow-direction-control,#reseau-root .reseau-layer-options-panel .reseau-label-visibility-control,#reseau-root .reseau-layer-options-panel .reseau-value-visibility-control{justify-content:flex-start;width:100%;min-height:34px;padding:0.24rem 0.35rem;border-color:transparent;background:transparent}#reseau-root .reseau-layer-options-panel .reseau-flow-direction-control:hover,#reseau-root .reseau-layer-options-panel .reseau-label-visibility-control:hover,#reseau-root .reseau-layer-options-panel .reseau-value-visibility-control:hover{background:color-mix(in srgb,var(--bg-field) 54%,transparent)}#reseau-root .reseau-flow-direction-control.is-disabled,#reseau-root .reseau-value-visibility-control.is-disabled{opacity:0.56}#reseau-root .reseau-flow-direction-control.is-disabled .form-check-input,#reseau-root .reseau-flow-direction-control.is-disabled span,#reseau-root .reseau-value-visibility-control.is-disabled .form-check-input,#reseau-root .reseau-value-visibility-control.is-disabled span{cursor:not-allowed}#reseau-root .reseau-overlay-mode-control .form-select{min-width:205px;width:auto;margin:0;border-color:color-mix(in srgb,var(--border-soft) 28%,transparent);box-shadow:none}#reseau-root .reseau-scenario-control .form-select{min-width:215px;width:auto;margin:0;border-color:color-mix(in srgb,var(--border-soft) 28%,transparent);box-shadow:none}#reseau-root .reseau-palette-mode-control{display:inline-flex;align-items:center;gap:0.55rem;min-height:38px;margin:0;padding:0.28rem 0.35rem 0.28rem 0.65rem;border:1px solid color-mix(in srgb,var(--border-soft) 46%,transparent);border-radius:0.55rem;color:var(--text-muted);background:color-mix(in srgb,var(--bg-field) 70%,transparent);font-size:0.88rem;font-weight:700;white-space:nowrap}#reseau-root .reseau-palette-mode-control .form-select{min-width:138px;width:auto;margin:0;border-color:color-mix(in srgb,var(--border-soft) 28%,transparent);box-shadow:none}#reseau-root .reseau-overlay-mode-control .form-select:focus,#reseau-root .reseau-scenario-control .form-select:focus,#reseau-root .reseau-palette-mode-control .form-select:focus{border-color:color-mix( in srgb,var(--accent-primary) 42%,var(--border-soft) );box-shadow:0 0 0 2px color-mix(in srgb,var(--accent-primary) 12%,transparent)}#reseau-scenarios-modal .modal-content{color:var(--text-primary);background:linear-gradient( 180deg,var(--aev-modal-surface),var(--aev-modal-surface-strong) );border:1px solid color-mix(in srgb,var(--border-soft) 80%,white 12%);border-radius:0.9rem;box-shadow:0 24px 70px rgba(0,0,0,0.48)}#reseau-scenarios-modal .modal-header,#reseau-scenarios-modal .modal-body,#reseau-scenarios-modal .modal-footer{background:transparent;border-color:color-mix(in srgb,var(--border-soft) 65%,transparent)}#reseau-scenarios-modal .modal-header{align-items:flex-start}#reseau-scenarios-modal .modal-title,#reseau-scenarios-modal h6{color:var(--text-label);font-weight:800}#reseau-scenarios-modal .modal-header .small,#reseau-scenarios-modal .reseau-scenarios-panel-head p,#reseau-scenarios-modal .reseau-scenario-row span,#reseau-scenarios-modal .reseau-scenario-row small,#reseau-scenarios-modal .reseau-scenario-variant-row span{color:var(--text-muted)}#reseau-scenarios-modal .btn-close{filter:var(--aev-modal-close-filter,invert(1) grayscale(1));opacity:0.72}#reseau-scenarios-modal .btn-close:hover{opacity:1;background-color:color-mix(in srgb,var(--bg-field) 65%,white 6%)}#reseau-scenarios-modal .reseau-scenarios-panel{padding:1rem;border:1px solid color-mix(in srgb,var(--border-soft) 62%,transparent);border-radius:0.72rem;background:var(--aev-modal-panel)}#reseau-scenarios-modal .reseau-scenarios-panel+.reseau-scenarios-panel{margin-top:1rem}#reseau-scenarios-modal .reseau-scenarios-panel-head{display:flex;justify-content:space-between;gap:1rem;margin-bottom:0.85rem}#reseau-scenarios-modal .reseau-scenarios-panel-head h6,#reseau-scenarios-modal .reseau-scenarios-panel-head p{margin:0}#reseau-scenarios-modal .reseau-scenario-form{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr)) auto;align-items:end;gap:0.75rem}#reseau-scenarios-modal .reseau-scenario-form label{display:grid;gap:0.3rem;color:var(--text-label);font-size:0.86rem;font-weight:800}#reseau-scenarios-modal .reseau-scenario-form-actions{display:inline-flex;align-items:center;gap:0.5rem}#reseau-scenarios-modal .reseau-scenario-form-actions .btn{min-height:2.48rem;white-space:nowrap}#reseau-scenarios-modal .form-control,#reseau-scenarios-modal .form-select{min-height:2.48rem;color:var(--text-primary);background:var(--bg-input);border-color:color-mix(in srgb,var(--border-soft) 78%,white 8%)}#reseau-scenarios-modal .form-control:focus,#reseau-scenarios-modal .form-select:focus{border-color:color-mix(in srgb,var(--accent-primary) 72%,white 8%);box-shadow:0 0 0 0.18rem color-mix(in srgb,var(--accent-primary) 20%,transparent)}#reseau-scenarios-modal .reseau-scenarios-list{display:grid;gap:0.62rem}#reseau-scenarios-modal .reseau-scenario-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:0.82rem;border:1px solid color-mix(in srgb,var(--border-soft) 46%,transparent);border-radius:0.62rem;background:var(--aev-modal-panel)}#reseau-scenarios-modal .reseau-scenario-row.is-active{border-color:color-mix(in srgb,var(--accent-primary) 72%,white 10%);box-shadow:inset 3px 0 0 var(--accent-primary)}#reseau-scenarios-modal .reseau-scenario-row-main{display:grid;gap:0.18rem;min-width:0}#reseau-scenarios-modal .reseau-scenario-row-main strong,#reseau-scenarios-modal .reseau-scenario-row-main small{overflow-wrap:anywhere}#reseau-scenarios-modal .reseau-scenario-row-actions{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:0.45rem}#reseau-scenarios-modal .reseau-scenario-variant-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.85rem;margin-bottom:0.9rem}#reseau-scenarios-modal .reseau-scenario-variant-actions .btn{justify-self:start;border-color:color-mix(in srgb,var(--border-soft) 78%,white 14%)}#reseau-scenarios-modal .reseau-scenario-variant-actions .btn:disabled{color:color-mix(in srgb,var(--text-muted) 88%,white 8%);border-color:color-mix(in srgb,var(--border-soft) 74%,white 8%);background:color-mix(in srgb,var(--bg-field) 86%,white 4%);opacity:0.82}#reseau-scenarios-modal .reseau-scenario-variant-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.85rem}#reseau-scenarios-modal .reseau-scenario-variant-grid>div{display:grid;gap:0.45rem}#reseau-scenarios-modal .reseau-scenario-variant-list{display:grid;gap:0.42rem}#reseau-scenarios-modal .reseau-scenario-variant-row{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;padding:0.62rem 0.72rem;border:1px solid color-mix(in srgb,var(--border-soft) 42%,transparent);border-radius:0.55rem;background:var(--aev-modal-panel)}#reseau-scenarios-modal .reseau-scenario-variant-row>div{display:grid;gap:0.1rem;min-width:0}#reseau-scenarios-modal .reseau-scenario-variant-row .btn{flex:0 0 auto}#reseau-scenarios-modal .reseau-scenario-variant-row-actions{display:inline-flex;flex:0 0 auto;gap:0.35rem}#reseau-scenarios-modal .reseau-scenario-variant-row-actions .btn{display:inline-grid;width:2.28rem;min-height:2.28rem;place-items:center;padding:0}#reseau-scenarios-modal .reseau-variant-editor{margin-top:1rem;padding:0.9rem;border:1px solid color-mix(in srgb,var(--accent-primary) 46%,transparent);border-radius:0.72rem;background:var(--aev-modal-panel)}#reseau-scenarios-modal .reseau-variant-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:0.8rem}#reseau-scenarios-modal .reseau-variant-editor-head h6,#reseau-scenarios-modal .reseau-variant-editor-head p{margin:0}#reseau-scenarios-modal .reseau-variant-editor-meta{display:grid;grid-template-columns:minmax(220px,0.8fr) minmax(260px,1.2fr);gap:0.75rem;margin-bottom:0.85rem}#reseau-scenarios-modal .reseau-variant-editor-meta label{display:grid;gap:0.3rem;color:var(--text-label);font-size:0.86rem;font-weight:800}#reseau-scenarios-modal .reseau-variant-editor-table{overflow:auto;max-height:min(44vh,520px);border-radius:0.6rem;border:1px solid color-mix(in srgb,var(--border-soft) 48%,transparent)}#reseau-scenarios-modal .reseau-variant-edit-table{min-width:980px;color:var(--text-primary)}#reseau-scenarios-modal .reseau-variant-edit-table thead th{position:sticky;top:0;z-index:1;color:var(--table-head-text,#162033);background:var(--table-head-bg,#d8dbe0);border-bottom:1px solid color-mix(in srgb,var(--border-soft) 65%,transparent);text-transform:none;white-space:nowrap}#reseau-scenarios-modal .reseau-variant-edit-table td{vertical-align:middle;border-color:color-mix(in srgb,var(--border-soft) 45%,transparent)}#reseau-scenarios-modal .reseau-variant-edit-table input,#reseau-scenarios-modal .reseau-variant-edit-table select{min-width:8rem}#reseau-scenarios-modal .reseau-variant-edit-table .is-frozen,#reseau-scenarios-modal .reseau-variant-edit-table input:disabled,#reseau-scenarios-modal .reseau-variant-edit-table select:disabled{color:color-mix(in srgb,var(--text-muted) 86%,white 4%);background:color-mix(in srgb,var(--bg-field) 70%,white 8%);border-color:color-mix(in srgb,var(--border-soft) 42%,transparent);cursor:not-allowed;opacity:0.72}#reseau-scenarios-modal .reseau-variant-editor-actions{display:flex;justify-content:flex-end;margin-top:0.85rem}#reseau-scenarios-modal .reseau-scenario-empty{padding:0.8rem;border-radius:0.55rem;color:var(--text-muted);background:var(--aev-modal-panel)}@media (max-width:1100px){#reseau-scenarios-modal .reseau-scenario-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){#reseau-scenarios-modal .reseau-scenario-form,#reseau-scenarios-modal .reseau-scenario-row,#reseau-scenarios-modal .reseau-scenario-variant-actions,#reseau-scenarios-modal .reseau-scenario-variant-grid,#reseau-scenarios-modal .reseau-variant-editor-meta{grid-template-columns:1fr}#reseau-scenarios-modal .reseau-scenario-row-actions{justify-content:flex-start}}#reseau-root .reseau-tools-bar-main{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:0.75rem 1rem}#reseau-root .reseau-tools-bar-title{display:flex;align-items:center;min-width:0}#reseau-root .reseau-tools-bar-title>strong{flex:0 0 auto;white-space:nowrap}#reseau-root .reseau-tool-strip{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:0.45rem;align-items:center;min-width:0}#reseau-root .reseau-tool-strip .reseau-tool-btn{display:inline-flex;align-items:center;gap:0.42rem;flex:0 0 auto;min-width:80px;min-height:2.38rem;white-space:nowrap;padding:0.4rem 0.75rem;font-size:0.95rem;line-height:1.1;justify-content:center}#reseau-root .reseau-tool-strip .reseau-tool-btn{display:inline-flex;align-items:center;gap:0.42rem;min-width:0;min-height:2.25rem;white-space:nowrap;padding:0.42rem 0.62rem;font-size:0.95rem;line-height:1.1;justify-content:center}#reseau-root .reseau-tool-strip .reseau-tool-select-btn{width:2.45rem;min-width:2.45rem;padding-inline:0}#reseau-root .reseau-tool-strip .reseau-tool-select-btn .bi{font-size:1.05rem;line-height:1}#reseau-root .reseau-tool-symbol{display:inline-block;flex:0 0 auto}#reseau-root .reseau-tool-symbol-node{width:0.78rem;height:0.78rem;border-radius:50%;background:#3b82f6;border:1px solid rgba(255,255,255,0.22);box-shadow:0 0 0 2px rgba(59,130,246,0.12)}#reseau-root .reseau-tool-symbol-pipe{width:1.25rem;height:0;border-top:4px solid #94a3b8;border-radius:999px}#reseau-root .reseau-tool-symbol-reservoir{flex:0 0 auto;width:18px;height:18px;object-fit:contain}#reseau-root .reseau-tools-bar-help{display:none !important}#reseau-root .reseau-cursor-tool-indicator{position:absolute;left:0;top:0;z-index:30;width:1.9rem;height:1.9rem;display:inline-flex;align-items:center;justify-content:center;transform:translate(14px,14px);pointer-events:none;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent-primary) 72%,white 8%);background:color-mix(in srgb,var(--bg-panel) 88%,black 12%);box-shadow:0 10px 24px rgba(0,0,0,0.35),0 0 0 3px color-mix(in srgb,var(--accent-primary) 16%,transparent)}#reseau-root .reseau-cursor-tool-indicator.d-none{display:none !important}#reseau-root .reseau-cursor-tool-indicator::before{content:"";display:block}#reseau-root .reseau-cursor-tool-indicator.is-node::before{width:0.72rem;height:0.72rem;border-radius:50%;background:#3b82f6;border:1px solid rgba(255,255,255,0.32)}#reseau-root .reseau-cursor-tool-indicator.is-pipe::before{width:1.15rem;height:0;border-top:4px solid #94a3b8;border-radius:999px;transform:rotate(-18deg)}#reseau-root .reseau-cursor-tool-indicator.is-reservoir::before{width:0.9rem;height:1.02rem;border-radius:0.38rem 0.38rem 0.18rem 0.18rem;background:linear-gradient(180deg,#38bdf8 0%,#0e7490 100%);border:1px solid rgba(255,255,255,0.34);clip-path:polygon(8% 0,92% 0,78% 28%,64% 100%,36% 100%,22% 28%)}#reseau-root.reseau-mode-select .reseau-svg-wrapper{cursor:grab}#reseau-root.reseau-mode-add-node .reseau-svg-wrapper,#reseau-root.reseau-mode-add-source .reseau-svg-wrapper,#reseau-root.reseau-mode-add-reservoir .reseau-svg-wrapper{cursor:copy}#reseau-root.reseau-mode-add-pipe .reseau-svg-wrapper{cursor:crosshair}#reseau-root .reseau-svg-wrapper.reseau-panning{cursor:grabbing !important}@media (max-width:1100px){#reseau-root .reseau-tools-bar-main{grid-template-columns:auto minmax(0,1fr);align-items:center}#reseau-root .reseau-tools-bar-title{margin-bottom:0}}@media (max-width:640px){#reseau-root .reseau-tool-strip{gap:0.4rem}#reseau-root .reseau-tool-strip .reseau-tool-btn{min-height:2.2rem;min-width:92px}}@media (max-width:420px){#reseau-root .reseau-tool-strip .reseau-tool-btn{min-width:0}#reseau-root .reseau-tool-strip .reseau-tool-select-btn{width:2.45rem;min-width:2.45rem}}@media (max-width:992px){#reseau-root .reseau-detail-grid{grid-template-columns:1fr}}@media (max-width:520px){#reseau-root .reseau-hydraulic-legend{left:8px;right:8px;min-width:0;max-width:none}}#reseau-root .reseau-display-options{position:relative;z-index:50;border:1px solid color-mix(in srgb,var(--border-soft) 76%,white 12%);border-radius:0.68rem;background:color-mix(in srgb,var(--bg-field) 72%,transparent);overflow:visible}#reseau-root .reseau-display-options:has(.reseau-layer-options[open]){z-index:110}#reseau-root .reseau-display-options.mb-3{margin-bottom:0.65rem !important}#reseau-root .reseau-display-options>summary{position:relative;display:flex;align-items:center;justify-content:space-between;gap:0.75rem;min-height:3rem;padding:0.72rem 0.9rem;color:var(--text-label);cursor:pointer;user-select:none;list-style:none}#reseau-root .reseau-display-options>summary::-webkit-details-marker{display:none}#reseau-root .reseau-display-options>summary::after{content:"⌄";font-weight:800;color:var(--text-muted);transition:transform 0.18s ease}#reseau-root .reseau-display-options[open]>summary::after{transform:rotate(180deg)}#reseau-root .reseau-display-options>summary span{font-weight:800}#reseau-root .reseau-display-options>summary small{color:var(--text-muted);font-weight:600}#reseau-root .reseau-display-options-summary-meta{display:inline-flex;align-items:center;justify-content:center;gap:0.65rem;min-width:0;flex:1 1 auto}#reseau-root .reseau-display-options-summary-meta .badge{flex:0 0 auto;max-width:min(58rem,100%);overflow:visible;text-overflow:clip;white-space:normal;line-height:1.25;text-align:left}#reseau-root .reseau-display-options-content{display:flex;flex-wrap:wrap;align-items:center;gap:0.62rem;padding:0 0.9rem 0.9rem;overflow:visible;scrollbar-width:thin}#reseau-root .reseau-display-options-content>*{flex:0 1 auto}#reseau-root #reseau-toggle-panel-btn{display:none !important}#reseau-root .reseau-view-icon-btn{width:2.35rem;min-width:2.35rem;height:2.35rem;display:inline-flex;align-items:center;justify-content:center;padding:0}#reseau-root .reseau-view-icon-btn i{font-size:1rem;line-height:1}#reseau-root .reseau-display-options-content .reseau-overlay-mode-control,#reseau-root .reseau-display-options-content .reseau-palette-mode-control,#reseau-root .reseau-display-options-content .reseau-scenario-control{max-width:100%}#reseau-root .reseau-display-options-content .reseau-overlay-mode-control .form-select,#reseau-root .reseau-display-options-content .reseau-palette-mode-control .form-select,#reseau-root .reseau-display-options-content .reseau-scenario-control .form-select{max-width:min(36vw,360px)}#reseau-root .reseau-canvas-header-status{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:0.55rem}#reseau-root .reseau-canvas-header-actions{display:inline-flex;align-items:center;gap:0.35rem;margin-inline-end:0.15rem}#reseau-root .reseau-canvas-header-status .badge{min-height:1.65rem;display:inline-flex;align-items:center;padding-inline:0.7rem}@media (max-width:640px){#reseau-root .reseau-display-options>summary{align-items:flex-start;flex-direction:column}#reseau-root .reseau-display-options-summary-meta{align-items:flex-start;flex-direction:column;justify-content:flex-start}#reseau-root .reseau-display-options>summary::after{position:absolute;right:0.9rem}#reseau-root .reseau-calculation-actions{align-items:stretch;flex-direction:column}#reseau-root .reseau-calculation-actions .reseau-run-hydraulic-status{text-align:left}}#reseau-root .reseau-hydraulic-legend{position:absolute;top:12px;right:12px;z-index:30;min-width:380px;max-width:390px;padding:0.78rem 0.92rem;border-radius:0.85rem;background:color-mix(in srgb,var(--bg-card) 90%,black 10%);border:1px solid color-mix(in srgb,var(--border-strong) 70%,white 30%);box-shadow:var(--shadow-card);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:auto;touch-action:none}#reseau-root .reseau-hydraulic-legend:not(.is-collapsed){cursor:grab}#reseau-root .reseau-hydraulic-legend.is-dragging{cursor:grabbing;user-select:none}#reseau-root .reseau-hydraulic-legend.is-collapsed{min-width:0;width:46px;height:46px;padding:0;display:grid;place-items:center}#reseau-root .reseau-hydraulic-legend-head{display:flex;align-items:center;justify-content:space-between;gap:0.65rem;margin-bottom:0.45rem}#reseau-root .reseau-hydraulic-legend-title{font-size:0.82rem;font-weight:700;color:var(--text-label);margin-bottom:0;cursor:grab;user-select:none}#reseau-root .reseau-hydraulic-legend-toggle{display:inline-grid;place-items:center;width:1.75rem;height:1.75rem;padding:0;border:1px solid color-mix(in srgb,var(--border-strong) 50%,transparent);border-radius:999px;color:var(--text-label);background:color-mix(in srgb,var(--bg-field) 76%,transparent)}#reseau-root .reseau-hydraulic-legend-toggle:hover,#reseau-root .reseau-hydraulic-legend-toggle:focus-visible{color:var(--text-main);border-color:var(--accent-primary);background:color-mix(in srgb,var(--accent-primary) 18%,var(--bg-field))}#reseau-root .reseau-hydraulic-legend.is-collapsed .reseau-hydraulic-legend-head{margin:0}#reseau-root .reseau-hydraulic-legend.is-collapsed .reseau-hydraulic-legend-title,#reseau-root .reseau-hydraulic-legend.is-collapsed .reseau-hydraulic-legend-content{display:none}#reseau-root .reseau-hydraulic-colorbar{position:relative;width:100%;height:16px;margin-bottom:0.45rem;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,0.14);background:transparent;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.04)}#reseau-root .reseau-hydraulic-colorbar::before{content:"";position:absolute;inset:0;background:var( --reseau-hydraulic-colorbar-gradient,linear-gradient( 90deg,#2563eb 0%,#2563eb 20%,#06b6d4 20%,#06b6d4 40%,#22c55e 40%,#22c55e 60%,#f59e0b 60%,#f59e0b 80%,#ef4444 80%,#ef4444 100% ) )}#reseau-root .reseau-hydraulic-colorbar-labels{position:relative;height:1.25rem;margin-bottom:0.15rem;font-size:0.74rem;color:var(--text-muted)}#reseau-root .reseau-hydraulic-colorbar-labels span{position:absolute;top:0;transform:translateX(-50%);text-align:center;white-space:nowrap}#reseau-root .reseau-hydraulic-colorbar-labels span:first-child{transform:none;text-align:left}#reseau-root .reseau-hydraulic-colorbar-labels span:last-child{transform:translateX(-100%);text-align:right}#reseau-root .reseau-hydraulic-palette-editor{margin-top:0.7rem;padding-top:0.7rem;border-top:1px solid color-mix(in srgb,var(--border-subtle) 70%,transparent)}#reseau-root .reseau-hydraulic-palette-editor-head{display:flex;align-items:center;justify-content:space-between;gap:0.55rem;margin-bottom:0.55rem;color:var(--text-label);font-size:0.78rem}#reseau-root .reseau-hydraulic-legend-meta-row{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;min-height:2rem}#reseau-root .reseau-hydraulic-legend-actions{display:flex;justify-content:flex-end;margin-top:0;margin-left:auto}#reseau-root .reseau-hydraulic-legend-actions .btn,#reseau-root .reseau-hydraulic-palette-editor-head .btn{min-height:1.9rem;padding:0.2rem 0.55rem;font-size:0.75rem}#reseau-root .reseau-hydraulic-legend-actions .btn{width:2rem;min-width:2rem;padding-inline:0;font-size:0.95rem;line-height:1}#reseau-root #reseau-hydraulic-legend-meta{white-space:nowrap}#reseau-root .reseau-hydraulic-palette-editor-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:0.35rem;flex-wrap:wrap}#reseau-root .reseau-hydraulic-palette-colors{display:grid;grid-template-columns:repeat( var(--reseau-hydraulic-palette-columns,5),minmax(0,1fr) );gap:0.35rem;margin-bottom:0.55rem}#reseau-root .reseau-hydraulic-palette-colors input[type="color"]{width:100%;height:28px;padding:2px;border-radius:0.5rem;border:1px solid color-mix(in srgb,var(--border-strong) 70%,transparent);background:var(--bg-input);cursor:pointer}#reseau-root .reseau-hydraulic-palette-thresholds{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.45rem}#reseau-root .reseau-hydraulic-palette-count{display:grid;gap:0.2rem;margin:0 0 0.55rem;color:var(--text-muted);font-size:0.72rem;font-weight:700}#reseau-root .reseau-hydraulic-palette-count input{width:100%;min-height:2rem;padding:0.28rem 0.45rem;border-radius:0.45rem;border:1px solid color-mix(in srgb,var(--border-strong) 70%,transparent);background:var(--bg-input);color:var(--text-main);font:inherit}#reseau-root .reseau-hydraulic-palette-thresholds label{display:grid;gap:0.15rem;margin:0;color:var(--text-muted);font-size:0.72rem;font-weight:700}#reseau-root .reseau-hydraulic-palette-thresholds input{width:100%;min-height:2rem;padding:0.28rem 0.45rem;border-radius:0.45rem;border:1px solid color-mix(in srgb,var(--border-strong) 70%,transparent);background:var(--bg-input);color:var(--text-main);font:inherit}#reseau-root .reseau-hydraulic-palette-note{margin:0.55rem 0 0;color:var(--text-muted);font-size:0.72rem;line-height:1.35}#reseau-root .reseau-node-shape.reseau-hydraulic-low,#reseau-root .reseau-pipe-line.reseau-hydraulic-low,#reseau-root .reseau-node-shape.reseau-hydraulic-ok,#reseau-root .reseau-pipe-line.reseau-hydraulic-ok,#reseau-root .reseau-node-shape.reseau-hydraulic-high,#reseau-root .reseau-pipe-line.reseau-hydraulic-high{opacity:1}#reseau-root .reseau-hydraulic-tooltip{position:absolute;z-index:7;min-width:228px;max-width:330px;padding:0.78rem 0.88rem;border-radius:0.85rem;background:var(--aev-network-tooltip-bg);color:var(--aev-network-tooltip-text);border:1px solid var(--aev-network-tooltip-border);box-shadow:0 10px 24px rgba(0,0,0,0.28);pointer-events:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}#reseau-root .reseau-hydraulic-tooltip-title{font-size:0.84rem;font-weight:700;color:var(--aev-network-tooltip-title);margin-bottom:0.45rem}#reseau-root .reseau-hydraulic-tooltip-rule{height:1px;margin:0 0 0.55rem;background:var(--aev-network-tooltip-rule)}#reseau-root .reseau-hydraulic-tooltip-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0.22rem 0.75rem;align-items:center}#reseau-root .reseau-hydraulic-tooltip-label{font-size:0.76rem;color:var(--aev-network-tooltip-muted)}#reseau-root .reseau-hydraulic-tooltip-value{font-size:0.78rem;color:var(--aev-network-tooltip-text);font-weight:600;text-align:right;white-space:nowrap}#reseau-node-modal .modal-content,#reseau-pipe-modal .modal-content{background:var(--aev-modal-surface);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}#reseau-node-modal .modal-header,#reseau-node-modal .modal-footer,#reseau-pipe-modal .modal-header,#reseau-pipe-modal .modal-footer{background:var(--aev-modal-surface-strong)}#reseau-node-modal .modal-body,#reseau-pipe-modal .modal-body{background:var(--aev-modal-surface)}#reseau-profile-modal .modal-content{background:linear-gradient( 180deg,var(--aev-modal-surface),var(--aev-modal-surface-strong) );color:var(--text-main);border:1px solid color-mix(in srgb,var(--border-strong) 72%,white 10%);box-shadow:0 24px 60px rgba(0,0,0,0.42)}#reseau-profile-modal .modal-header,#reseau-profile-modal .modal-body,#reseau-profile-modal .modal-footer{background:transparent}#reseau-profile-modal .modal-header{border-bottom-color:color-mix(in srgb,var(--border-soft) 72%,transparent)}#reseau-profile-modal .modal-footer{border-top-color:color-mix(in srgb,var(--border-soft) 72%,transparent)}#reseau-profile-export-btn{display:inline-flex;align-items:center;gap:0.45rem;min-width:8.5rem;justify-content:center}#reseau-profile-modal .btn-close{filter:var(--aev-modal-close-filter,invert(1) grayscale(1));opacity:0.72}#reseau-profile-modal .btn-close:hover{opacity:1}#reseau-profile-modal .reseau-profile-controls{display:grid;grid-template-columns:minmax(17rem,auto) repeat(2,minmax(0,1fr)) auto;gap:0.9rem;align-items:end}#reseau-profile-modal .reseau-profile-scenario-control{display:inline-flex;align-items:center;align-self:end;min-height:2.75rem;margin:0;padding:0.28rem 0.4rem 0.28rem 0.7rem;gap:0.65rem;border:1px solid color-mix(in srgb,var(--border-soft) 70%,transparent);border-radius:0.55rem;background:color-mix(in srgb,var(--bg-panel) 84%,black 16%);color:var(--text-main);font-size:0.9rem;font-weight:800;white-space:nowrap}#reseau-profile-modal .reseau-profile-scenario-control .form-select{min-width:13.5rem;margin:0;border-color:color-mix(in srgb,var(--border-soft) 54%,transparent);background-color:color-mix(in srgb,var(--bg-panel) 90%,black 10%);box-shadow:none}#reseau-profile-modal .reseau-profile-controls .form-label{margin-bottom:0}#reseau-profile-modal .reseau-profile-summary{margin:1rem 0;padding:0.8rem 0.95rem;border-radius:0.75rem;background:color-mix(in srgb,var(--accent-primary) 9%,transparent);border:1px solid color-mix(in srgb,var(--accent-primary) 22%,transparent);color:var(--text-main);font-weight:700}#reseau-profile-modal .reseau-profile-chart-card{border:1px solid color-mix(in srgb,var(--border-soft) 78%,transparent);border-radius:0.9rem;overflow:hidden;background:var(--aev-profile-chart-bg)}#reseau-profile-modal .reseau-profile-chart-head{display:flex;justify-content:space-between;gap:0.9rem;align-items:center;padding:0.9rem 1rem;border-bottom:1px solid color-mix(in srgb,var(--border-soft) 74%,transparent);background:var(--aev-profile-chart-head-bg)}#reseau-profile-modal .reseau-profile-legend{display:inline-flex;flex-wrap:wrap;gap:0.85rem;align-items:center;color:var(--text-muted);font-size:0.9rem}#reseau-profile-modal .reseau-profile-legend span{display:inline-flex;align-items:center;gap:0.35rem}#reseau-profile-modal .reseau-profile-legend-line{display:inline-block;width:1.4rem;height:0;border-top:3px solid;border-radius:999px}#reseau-profile-modal .reseau-profile-legend-line.terrain{border-color:#38bdf8}#reseau-profile-modal .reseau-profile-legend-line.head{border-color:#f59e0b}#reseau-profile-modal .reseau-profile-legend-area{display:inline-block;width:1.3rem;height:0.72rem;border-radius:0.18rem;background:rgba(34,197,94,0.28);border:1px solid rgba(34,197,94,0.48)}#reseau-profile-modal .reseau-profile-chart{min-height:360px;padding:0.75rem;overflow:auto}#reseau-profile-modal .reseau-profile-empty{min-height:320px;display:grid;place-items:center;color:var(--text-muted);font-weight:700}#reseau-profile-modal .reseau-profile-svg{display:block;min-width:820px;width:100%;height:auto}#reseau-profile-modal .reseau-profile-bg{fill:var(--aev-profile-svg-bg)}#reseau-profile-modal .reseau-profile-grid,#reseau-profile-modal .reseau-profile-node-guide{stroke:var(--aev-profile-grid-stroke);stroke-width:1}#reseau-profile-modal .reseau-profile-node-guide{stroke-dasharray:4 8;opacity:0.48}#reseau-profile-modal .reseau-profile-axis{stroke:var(--aev-profile-axis-stroke);stroke-width:1.2}#reseau-profile-modal .reseau-profile-pressure-area{fill:var(--aev-profile-pressure-fill)}#reseau-profile-modal .reseau-profile-terrain-line{fill:none;stroke:#38bdf8;stroke-width:3}#reseau-profile-modal .reseau-profile-head-line{fill:none;stroke:#f59e0b;stroke-width:3}#reseau-profile-modal .reseau-profile-terrain-point{fill:#38bdf8;cursor:help}#reseau-profile-modal .reseau-profile-head-point{fill:#f59e0b;cursor:help}#reseau-profile-modal .reseau-profile-hover-target{fill:transparent;stroke:transparent;pointer-events:all;cursor:help}#reseau-profile-modal .reseau-profile-axis-label,#reseau-profile-modal .reseau-profile-axis-title,#reseau-profile-modal .reseau-profile-distance-label,#reseau-profile-modal .reseau-profile-node-label{fill:var(--text-muted);font-size:13px;font-weight:650}#reseau-profile-modal .reseau-profile-node-label{fill:var(--text-main)}#reseau-profile-modal .reseau-profile-table-wrap{margin-top:1rem;border:1px solid color-mix(in srgb,var(--border-soft) 72%,transparent);border-radius:0.8rem;overflow:auto}#reseau-profile-modal .reseau-profile-table{min-width:980px;color:var(--text-main)}#reseau-profile-modal .reseau-profile-table th{background:linear-gradient( 180deg,color-mix(in srgb,var(--bg-table-head) 88%,white 12%),color-mix(in srgb,var(--bg-table-head) 96%,transparent 4%) ) !important;color:var(--text-thead) !important;border-bottom:1px solid var(--border-strong);text-transform:none;white-space:nowrap}#reseau-profile-modal .reseau-profile-table tbody td{color:var(--text-main);border-color:color-mix(in srgb,var(--border-soft) 48%,transparent)}@media (max-width:1200px){#reseau-root .reseau-layout{grid-template-columns:1fr}#reseau-root .reseau-canvas-card{min-height:55vh}#reseau-root .reseau-canvas-card .card-body{min-height:55vh}#reseau-root .reseau-svg-wrapper,#reseau-root #reseau-svg{height:100%;min-height:0}#reseau-root .reseau-resizer{display:none}#reseau-root.reseau-left-panel-collapsed .reseau-layout,#reseau-root.reseau-canvas-fullscreen .reseau-layout{grid-template-columns:1fr}#reseau-root.reseau-left-panel-collapsed .reseau-left-panel,#reseau-root.reseau-canvas-fullscreen .reseau-left-panel{display:none !important}#reseau-root.reseau-left-panel-collapsed .reseau-canvas-card,#reseau-root.reseau-canvas-fullscreen .reseau-canvas-card{min-height:60vh;display:flex}}@media (max-width:768px){#reseau-profile-modal .reseau-profile-controls{grid-template-columns:1fr}#reseau-profile-modal .reseau-profile-chart-head{align-items:flex-start;flex-direction:column}#reseau-root .reseau-layout{gap:0.75rem}#reseau-root .reseau-left-panel{max-height:none;overflow:visible}#reseau-root .reseau-canvas-card{min-height:460px}#reseau-root .reseau-canvas-card .card-header{align-items:stretch !important;flex-direction:column;gap:0.65rem}#reseau-root .reseau-canvas-card .card-header .form-select{width:100%}#reseau-root .reseau-svg-wrapper,#reseau-root #reseau-svg{min-height:360px}#reseau-root .reseau-hydraulic-legend{position:static;width:100%;min-width:0;max-width:none;margin-bottom:0.75rem}#reseau-root .reseau-table{min-width:620px}}@media (max-width:480px){#reseau-root .reseau-canvas-card{min-height:380px}#reseau-root .reseau-svg-wrapper,#reseau-root #reseau-svg{min-height:300px}#reseau-root .reseau-tools-bar{padding:0.5rem 0.65rem}#reseau-root .reseau-tools-bar-help{font-size:0.82rem}#reseau-root .reseau-hydraulic-tooltip{max-width:calc(100vw - 24px)}}#reseau-root .reseau-svg-wrapper{box-shadow:inset 0 0 0 1px rgba(255,255,255,0.03)}#reseau-root .reseau-tools-bar .btn,#reseau-root .reseau-canvas-card .card-header .badge,#reseau-root .reseau-canvas-card .card-header .form-select{align-self:center}#reseau-root .reseau-canvas-card .card-header .small>span{display:inline-flex;align-items:center}#reseau-root .reseau-context-menu{border-radius:0.75rem}#reseau-root .reseau-context-menu .dropdown-item{font-size:0.92rem}#reseau-root .reseau-hydraulic-legend-title,#reseau-root .reseau-hydraulic-tooltip-title{letter-spacing:0.01em}#reseau-root .reseau-table .btn{min-width:2.1rem;min-height:2.1rem}#reseau-root .reseau-tool-strip .btn:focus-visible,#reseau-root .reseau-table .btn:focus-visible,#reseau-root .reseau-context-menu .dropdown-item:focus-visible{outline:none;box-shadow:0 0 0 1px var(--accent-primary),0 0 0 4px color-mix(in srgb,var(--accent-primary) 18%,transparent)}#reseau-root .reseau-context-menu .dropdown-item{transition:background-color 0.15s ease,color 0.15s ease}#reseau-root .reseau-context-menu .dropdown-item.text-danger:hover,#reseau-root .reseau-context-menu .dropdown-item.text-danger:focus{background:color-mix(in srgb,var(--accent-danger) 12%,transparent)}#reseau-root .reseau-svg-wrapper:focus-within{box-shadow:inset 0 0 0 1px rgba(255,255,255,0.03),0 0 0 3px color-mix(in srgb,var(--accent-primary) 12%,transparent)}#reseau-root .reseau-table thead th{font-size:0.83rem;letter-spacing:0.01em;white-space:nowrap}#reseau-root .reseau-table tbody tr:last-child td{border-bottom-width:0}#reseau-root .reseau-table tbody td:first-child{font-weight:600}#reseau-root .reseau-table .text-center.py-3{color:var(--text-muted);font-style:italic}
