*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,Roboto,sans-serif;font-size:16px;background-color:#f9f9fb;color:#333;height:100%;background-color:#f4f3f0}a{color:#07f;text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}button{border:none;cursor:pointer}lucide-icon{display:flex}.fm-page{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.fm-header{display:flex;justify-content:space-between;align-items:center;padding:30px 20px 20px;border-bottom:1px solid #ccc5b9;gap:10px}@media (max-width: 767px){.fm-header{padding:30px 10px 20px;align-items:flex-start;flex-direction:column}}.fm-header .left-side{display:flex;align-items:center;gap:1rem;min-width:0}@media (max-width: 767px){.fm-header .left-side{width:100%;justify-content:space-between}}.fm-header .right-side{width:50%;display:flex;align-items:center;gap:10px}@media (max-width: 767px){.fm-header .right-side{width:100%;gap:6px}}.fm-header .right-side app-search-bar{width:100%}.fm-header h2{min-height:38px;display:flex;align-items:center;position:relative;font-size:28px;font-weight:400;flex-shrink:0;white-space:nowrap}.fm-card{width:100%;height:85vh;padding:0;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000000d;overflow:hidden}.fm-card .table-container{flex:1;overflow-y:auto;overflow-x:auto;min-height:0}.fm-list{width:100%;padding:15px 20px}@media (max-width: 767px){.fm-list{padding:15px 10px}}.fm-table{width:100%;min-width:60rem;border-collapse:collapse}.fm-table th,.fm-table td{height:60px;padding:20px;color:#000;border-bottom:1px solid #ccc5b9;text-align:left}.fm-table th{font-weight:400}.fm-table td{padding:10px 20px;font-weight:200;font-size:14px}.fm-table tbody tr{cursor:pointer;transition:background-color .2s ease}.fm-table tbody tr:hover{background-color:#f5f5f5}.table-container .fm-table thead{position:sticky;top:0;background-color:#fff;z-index:10}.table-container .fm-table thead th{background-color:#fff}.fm-btn{display:flex;border:none;padding:.6rem 1.2rem;border-radius:5px;font-weight:500;transition:.2s ease;color:#fff}.fm-btn--primary{background-color:#212120;color:#fff}.fm-btn--primary:hover{background-color:#484846}.fm-btn--secondary{background-color:#07f;color:#fff}.fm-btn--secondary:hover{background-color:#0066db}.fm-popover{position:relative}.fm-popover__trigger{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:#fff;cursor:pointer;background-color:#212120;transition:background-color .2s ease}.fm-popover__trigger:hover{background-color:#333}.fm-popover__menu{padding:6px;position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0000001f;border:1px solid #e5e5e5;z-index:30;animation:popoverFadeIn .15s ease}.fm-popover__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:6px;background:transparent;color:#333;font-size:14px;font-weight:400;cursor:pointer;transition:background-color .15s ease;white-space:nowrap}.fm-popover__item:hover{background-color:#f5f5f5}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.filter-badge{min-width:0;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;transition:all .2s ease;animation:slideIn .3s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-badge app-icon{display:flex;align-items:center;flex-shrink:0}.filter-badge__label{font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px;opacity:.8;flex-shrink:0}@media (max-width: 767px){.filter-badge__label{display:none}}.filter-badge__name{min-width:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-badge__arrow{margin-left:.25rem;opacity:.7;transition:transform .2s ease,opacity .2s ease}.filter-badge--company{background:linear-gradient(135deg,#fff3e0,#ffe0b2);color:#e65100;border:1px solid #ffcc80}.filter-badge--company app-icon:not(.filter-badge__arrow){color:#f57c00}.filter-badge--company .filter-badge__arrow{color:#e65100}.filter-badge--location{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0;border:1px solid #90caf9}.filter-badge--location app-icon:not(.filter-badge__arrow){color:#1976d2}.filter-badge--location .filter-badge__arrow{color:#1565c0}.filter-badge--model{background:linear-gradient(135deg,#f3e5f5,#e1bee7);color:#7b1fa2;border:1px solid #ce93d8}.filter-badge--model app-icon:not(.filter-badge__arrow){color:#8e24aa}.filter-badge--model .filter-badge__arrow{color:#7b1fa2}.filter-badge--sector{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;border:1px solid #a5d6a7}.filter-badge--sector app-icon:not(.filter-badge__arrow){color:#388e3c}.filter-badge--sector .filter-badge__arrow{color:#2e7d32}.filter-badge--flowmeter{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;border:1px solid #81c784;cursor:pointer}.filter-badge--flowmeter app-icon:not(.filter-badge__arrow){color:#388e3c}.filter-badge--flowmeter .filter-badge__arrow{color:#2e7d32}.filter-badge--flowmeter:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.filter-badge--flowmeter:hover .filter-badge__arrow{transform:translate(3px);opacity:1}.filter-badge--flowmeter:active{transform:translateY(0);box-shadow:0 1px 4px #0000001a}.filter-badge--non-clickable{cursor:default!important;opacity:.8}.filter-badge--non-clickable:hover{cursor:default!important;transform:none;box-shadow:none}.filter-badge--non-clickable:hover .filter-badge__arrow{transform:none}.filter-badge--non-clickable:active{cursor:default!important;transform:none;box-shadow:none}.filter-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.filter-badge:hover .filter-badge__arrow{transform:translate(3px);opacity:1}.filter-badge:active{transform:translateY(0);box-shadow:0 1px 4px #0000001a}.chip{padding:0 6px;position:absolute;top:-20px;left:0;border-radius:4px;font-size:12px}.chip--active{background-color:#2e7d32;color:#fff}.chip--deleted{background-color:#eb5e28;color:#fff}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.fm-snackbar .mdc-button{min-width:20px;height:20px;padding:15px}.fm-snackbar .mdc-snackbar__surface{background-color:#333!important;color:#fff!important;border-radius:8px!important;box-shadow:0 4px 12px #00000026!important;border-left:4px solid #0077ff!important}.fm-snackbar .mdc-snackbar__label{color:#fff!important;font-family:Inter,Roboto,sans-serif!important}.fm-snackbar .mdc-snackbar__action{color:#fff!important;opacity:.9}.cdk-overlay-pane:has(.fm-snackbar){margin-top:30px!important}html{--mat-sys-background: light-dark(#faf9fd, #121316);--mat-sys-error: light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container: light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);--mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);--mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);--mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-error: light-dark(#ffffff, #690005);--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);--mat-sys-on-primary: light-dark(#ffffff, #002f65);--mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);--mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);--mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);--mat-sys-on-secondary: light-dark(#ffffff, #283041);--mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);--mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);--mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);--mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);--mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);--mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);--mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);--mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);--mat-sys-outline: light-dark(#74777f, #8e9099);--mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);--mat-sys-primary: light-dark(#005cbb, #abc7ff);--mat-sys-primary-container: light-dark(#d7e3ff, #00458f);--mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);--mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#565e71, #bec6dc);--mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);--mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);--mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#faf9fd, #121316);--mat-sys-surface-bright: light-dark(#faf9fd, #38393c);--mat-sys-surface-container: light-dark(#efedf0, #1f2022);--mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);--mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);--mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);--mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);--mat-sys-surface-dim: light-dark(#dbd9dd, #121316);--mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);--mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);--mat-sys-tertiary: light-dark(#343dff, #bec2ff);--mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);--mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);--mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}body{color-scheme:light;background-color:var(--mat-sys-surface);color:var(--mat-sys-on-surface);font:var(--mat-sys-body-medium);margin:0}html,body{height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}
