/*
 * SLA Monitor V7.0 – szolgáltatáscsoport-kezelés és státuszportfólió
 * Kizárólag a Szolgáltatások dashboard nézetre és a Monitoring kontextussávra vonatkozik.
 */
.services-view-heading{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}
.services-data-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid rgba(91,145,247,.32);border-radius:999px;background:rgba(91,145,247,.09);color:#5b91f7;font-size:8.5px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap}
.services-topbar-meta{color:var(--dc-muted);font-size:9.5px;white-space:nowrap}
.services-dashboard-body{padding:20px 24px 24px}

.services-kpi-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:11px;margin-bottom:14px}
.services-kpi{--service-accent:#5b91f7;--service-soft:rgba(91,145,247,.11);position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;min-height:104px;padding:14px 14px 13px;border:1px solid var(--dc-card-border);border-radius:13px;background:var(--dc-card-bg);box-shadow:var(--dc-card-shadow);overflow:hidden}
.services-kpi::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--service-accent);opacity:.9}
.services-kpi[data-tone="success"]{--service-accent:#43c990;--service-soft:rgba(67,201,144,.11)}
.services-kpi[data-tone="warning"]{--service-accent:#f4bd38;--service-soft:rgba(244,189,56,.11)}
.services-kpi[data-tone="partial"]{--service-accent:#ff8e1a;--service-soft:rgba(255,142,26,.11)}
.services-kpi[data-tone="critical"]{--service-accent:#ff575f;--service-soft:rgba(255,87,95,.11)}
.services-kpi[data-tone="maintenance"]{--service-accent:#a98bf4;--service-soft:rgba(169,139,244,.11)}
.services-kpi[data-tone="sla"]{--service-accent:#2b7cff;--service-soft:rgba(43,124,255,.11)}
.services-kpi-copy{min-width:0}
.services-kpi-label{color:var(--dc-muted);font-size:8.7px;font-weight:720;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.services-kpi-value{margin-top:7px;color:var(--service-accent);font-size:27px;font-weight:820;line-height:1;font-variant-numeric:tabular-nums}
.services-kpi-sub{margin-top:6px;color:var(--dc-muted);font-size:8.4px;line-height:1.35}
.services-kpi-icon{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;flex:0 0 35px;border:1px solid color-mix(in srgb,var(--service-accent) 46%,transparent);border-radius:50%;background:var(--service-soft);color:var(--service-accent)}
.services-kpi-icon svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}

.services-filter-panel{display:grid;grid-template-columns:minmax(220px,1.25fr) repeat(5,minmax(128px,.62fr)) auto;align-items:end;gap:9px;margin-bottom:14px;padding:12px;border:1px solid var(--dc-card-border);border-radius:13px;background:var(--dc-card-bg);box-shadow:var(--dc-card-shadow)}
.services-search-field,.services-filter-field{display:grid;gap:5px;min-width:0}
.services-filter-label{color:var(--dc-muted);font-size:8.2px;font-weight:720;letter-spacing:.035em;text-transform:uppercase}
.services-search{position:relative;display:flex;align-items:center;min-width:0}
.services-search svg{position:absolute;left:11px;width:16px;height:16px;stroke:var(--dc-muted);stroke-width:1.8;fill:none;pointer-events:none}
.services-search input{width:100%;min-height:39px;padding:8px 11px 8px 35px;border:1px solid var(--dc-card-border);border-radius:9px;background:var(--dc-input-bg);color:var(--dc-text);font:inherit;font-size:10.5px;outline:none;transition:border-color .16s,box-shadow .16s}
.services-search input::placeholder{color:var(--dc-muted)}
.services-search input:focus{border-color:#2b7cff;box-shadow:0 0 0 3px rgba(43,124,255,.12)}
.services-filter-field .sla-custom-select__trigger,.services-page-size .sla-custom-select__trigger{min-height:39px}
.services-reset{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:39px;padding:0 12px;border:1px solid var(--dc-card-border);border-radius:9px;background:var(--dc-surface);color:var(--dc-muted);font:inherit;font-size:9.3px;font-weight:750;cursor:pointer;white-space:nowrap;transition:.16s}
.services-reset:hover{border-color:rgba(91,145,247,.5);color:#5b91f7;background:rgba(91,145,247,.07)}
.services-reset svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}

.services-workspace{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.72fr);gap:14px;align-items:start}
.services-list-panel,.services-detail-panel{min-width:0;border:1px solid var(--dc-card-border);border-radius:13px;background:var(--dc-card-bg);box-shadow:var(--dc-card-shadow);overflow:hidden}
.services-detail-panel{position:sticky;top:12px}
.services-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:12px 14px;border-bottom:1px solid var(--dc-border-soft)}
.services-panel-title{color:var(--dc-text);font-size:11.5px;font-weight:760}
.services-panel-count{color:var(--dc-muted);font-size:8.8px;white-space:nowrap}
.services-table-wrap{overflow:auto;max-width:100%;scrollbar-width:thin;scrollbar-color:rgba(82,127,181,.5) transparent}
.services-table-wrap::-webkit-scrollbar{height:7px;width:7px}.services-table-wrap::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(82,127,181,.5)}
.services-table{width:100%;min-width:1030px;border-collapse:collapse;table-layout:auto}
.services-table th{position:sticky;top:0;z-index:2;padding:10px 11px;border-bottom:1px solid var(--dc-card-border);background:var(--dc-surface);color:var(--dc-muted);font-size:8.2px;font-weight:760;letter-spacing:.025em;text-align:left;white-space:nowrap}
.services-table td{padding:9px 11px;border-bottom:1px solid var(--dc-border-soft);color:var(--dc-text);font-size:9.2px;vertical-align:middle;white-space:nowrap}
.services-table tbody tr{cursor:pointer;outline:none;transition:background .14s,box-shadow .14s}
.services-table tbody tr:hover{background:rgba(91,145,247,.055)}
.services-table tbody tr.is-selected{background:linear-gradient(90deg,rgba(43,124,255,.13),rgba(43,124,255,.045));box-shadow:inset 3px 0 0 #2b7cff}
.services-table tbody tr:focus-visible{box-shadow:inset 0 0 0 2px #2b7cff}
.services-table tbody tr:last-child td{border-bottom:0}
.services-identity{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;min-width:210px}
.services-avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(91,145,247,.25);border-radius:9px;background:rgba(91,145,247,.09);color:#6fa5ff;font-size:15px}
.services-identity-copy{min-width:0}
.services-identity-copy strong{display:block;max-width:190px;overflow:hidden;color:var(--dc-text);font-size:9.8px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}
.services-identity-copy small{display:block;max-width:190px;margin-top:2px;overflow:hidden;color:var(--dc-muted);font-size:8.1px;text-overflow:ellipsis;white-space:nowrap}
.services-meta-badges{display:flex;align-items:center;gap:4px;margin-top:4px}
.services-meta-badge{display:inline-flex;align-items:center;min-height:17px;padding:0 5px;border:1px solid var(--dc-card-border);border-radius:999px;color:var(--dc-muted);font-size:7px;font-weight:720;text-transform:uppercase}
.services-state-chip{--chip:#8a9bb5;--chip-bg:rgba(138,155,181,.10);display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:0 8px;border:1px solid color-mix(in srgb,var(--chip) 44%,transparent);border-radius:999px;background:var(--chip-bg);color:var(--chip);font-size:8px;font-weight:800;white-space:nowrap}
.services-state-chip::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,var(--chip) 14%,transparent)}
.services-state-chip.operational{--chip:#43c990;--chip-bg:rgba(67,201,144,.09)}
.services-state-chip.warning{--chip:#f4bd38;--chip-bg:rgba(244,189,56,.09)}
.services-state-chip.partial{--chip:#ff8e1a;--chip-bg:rgba(255,142,26,.09)}
.services-state-chip.outage{--chip:#ff575f;--chip-bg:rgba(255,87,95,.09)}
.services-state-chip.maintenance{--chip:#a98bf4;--chip-bg:rgba(169,139,244,.09)}
.services-state-chip.unknown{--chip:#8a9bb5;--chip-bg:rgba(138,155,181,.09)}
.services-number{font-variant-numeric:tabular-nums;font-weight:720}
.services-number.is-breached{color:#ff575f}
.services-number.is-met{color:#43c990}
.services-detail-metric strong.is-breached{color:#ff575f}.services-detail-metric strong.is-met{color:#43c990}
.services-sla-cell{display:grid;gap:3px}
.services-sla-delta{color:var(--dc-muted);font-size:7.5px}
.services-check-progress{display:grid;grid-template-columns:34px 58px;align-items:center;gap:7px}
.services-check-progress strong{font-size:8.5px;font-variant-numeric:tabular-nums}
.services-check-bar{height:5px;overflow:hidden;border-radius:999px;background:rgba(126,154,188,.16)}
.services-check-bar span{display:block;height:100%;border-radius:inherit;background:#43c990}
.services-check-bar.warning span{background:#f4bd38}.services-check-bar.partial span{background:#ff8e1a}.services-check-bar.outage span{background:#ff575f}.services-check-bar.maintenance span{background:#a98bf4}
.services-incident-count{display:inline-flex;align-items:center;justify-content:center;min-width:25px;height:24px;padding:0 7px;border:1px solid var(--dc-card-border);border-radius:999px;color:var(--dc-muted);font-size:8px;font-weight:780}
.services-incident-count.has-open{border-color:rgba(255,87,95,.4);background:rgba(255,87,95,.08);color:#ff575f}
.services-row-arrow{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border:1px solid transparent;border-radius:7px;color:#5b91f7}
.services-row-arrow svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.services-table tbody tr:hover .services-row-arrow,.services-table tbody tr.is-selected .services-row-arrow{border-color:rgba(91,145,247,.28);background:rgba(91,145,247,.08)}

.services-table-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:10px 13px;border-top:1px solid var(--dc-border-soft);color:var(--dc-muted);font-size:8.7px;flex-wrap:wrap}
.services-pagination{display:flex;align-items:center;gap:5px}
.services-page-button{display:inline-flex;align-items:center;justify-content:center;width:29px;height:29px;border:1px solid var(--dc-card-border);border-radius:7px;background:var(--dc-surface);color:var(--dc-muted);font:inherit;font-size:9px;font-weight:750;cursor:pointer}
.services-page-button:hover:not(:disabled){border-color:rgba(91,145,247,.5);color:#5b91f7}.services-page-button:disabled{opacity:.38;cursor:not-allowed}
.services-page-number{display:inline-flex;align-items:center;justify-content:center;min-width:29px;height:29px;padding:0 8px;border-radius:7px;background:linear-gradient(135deg,#2b7cff,#1f65df);color:#fff;font-size:9px;font-weight:800}
.services-page-size{display:flex;align-items:center;gap:7px;min-width:128px}.services-page-size>span{white-space:nowrap}.services-page-size .sla-custom-select{width:70px}
.services-empty{display:none;padding:38px 18px;text-align:center;color:var(--dc-muted);font-size:10px;line-height:1.5}.services-empty strong{display:block;margin-bottom:4px;color:var(--dc-text);font-size:11px}
.services-empty.is-visible{display:block}.services-empty.is-visible+.services-table-footer{display:none}

.services-detail-body{padding:13px}
.services-detail-hero{padding:14px;border:1px solid rgba(91,145,247,.26);border-radius:11px;background:linear-gradient(135deg,rgba(43,124,255,.13),rgba(23,169,197,.055))}
.services-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.services-detail-title{min-width:0}.services-detail-title h3{color:var(--dc-text);font-size:15px;line-height:1.2}.services-detail-title p{margin-top:4px;overflow-wrap:anywhere;color:var(--dc-muted);font-size:8.8px}
.services-detail-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:10px}
.services-detail-tag{display:inline-flex;align-items:center;min-height:21px;padding:0 7px;border:1px solid rgba(91,145,247,.22);border-radius:999px;background:rgba(91,145,247,.06);color:#7aa8ef;font-size:7.5px;font-weight:760}
.services-detail-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}
.services-detail-metric{padding:10px;border:1px solid var(--dc-border-soft);border-radius:9px;background:var(--dc-surface)}
.services-detail-metric span{display:block;color:var(--dc-muted);font-size:7.7px}.services-detail-metric strong{display:block;margin-top:4px;color:var(--dc-text);font-size:12px;font-variant-numeric:tabular-nums}
.services-detail-section{margin-top:12px;padding-top:11px;border-top:1px solid var(--dc-border-soft)}
.services-detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.services-detail-section-head strong{color:var(--dc-text);font-size:9.6px}.services-detail-section-head span{color:var(--dc-muted);font-size:7.8px}
.services-check-list{display:grid;gap:5px}
.services-check-item{display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 8px;border:1px solid var(--dc-border-soft);border-radius:8px;background:var(--dc-surface)}
.services-check-dot{width:8px;height:8px;border-radius:50%;background:#8a9bb5;box-shadow:0 0 0 3px rgba(138,155,181,.1)}
.services-check-dot.operational{background:#43c990;box-shadow:0 0 0 3px rgba(67,201,144,.12)}.services-check-dot.warning{background:#f4bd38;box-shadow:0 0 0 3px rgba(244,189,56,.12)}.services-check-dot.error{background:#ff575f;box-shadow:0 0 0 3px rgba(255,87,95,.12)}.services-check-dot.maintenance{background:#a98bf4;box-shadow:0 0 0 3px rgba(169,139,244,.12)}
.services-check-copy{min-width:0}.services-check-copy strong{display:block;overflow:hidden;color:var(--dc-text);font-size:8.6px;text-overflow:ellipsis;white-space:nowrap}.services-check-copy small{display:block;margin-top:1px;overflow:hidden;color:var(--dc-muted);font-size:7.4px;text-overflow:ellipsis;white-space:nowrap}.services-check-value{color:var(--dc-muted);font-size:7.8px;font-weight:720;white-space:nowrap}
.services-detail-info{display:grid;gap:7px}.services-detail-info-row{display:grid;grid-template-columns:102px minmax(0,1fr);gap:8px;color:var(--dc-muted);font-size:8.2px}.services-detail-info-row strong{color:var(--dc-text);font-weight:690;overflow-wrap:anywhere}
.services-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}
.services-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:0 10px;border:1px solid var(--dc-card-border);border-radius:9px;background:var(--dc-surface);color:var(--dc-text);font:inherit;font-size:8.8px;font-weight:760;cursor:pointer;transition:.16s}
.services-action:hover{border-color:rgba(91,145,247,.5);color:#5b91f7}.services-action.primary{border-color:#2b7cff;background:linear-gradient(135deg,#2b7cff,#1f65df);color:#fff;box-shadow:0 7px 15px rgba(43,124,255,.2)}.services-action.primary:hover{color:#fff;transform:translateY(-1px)}
.services-action svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}
.services-demo-note{display:flex;align-items:flex-start;gap:9px;margin-top:14px;padding:11px 13px;border:1px solid var(--dc-card-border);border-radius:11px;background:var(--dc-card-bg);color:var(--dc-muted);font-size:8.7px;line-height:1.45}.services-demo-note svg{width:16px;height:16px;flex:0 0 16px;stroke:#5b91f7;stroke-width:1.8;fill:none}

.services-monitoring-context{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:12px 13px;border:1px solid rgba(91,145,247,.32);border-radius:12px;background:linear-gradient(135deg,rgba(43,124,255,.12),rgba(23,169,197,.055));box-shadow:var(--dc-card-shadow)}
.services-monitoring-context-copy{display:flex;align-items:center;gap:10px;min-width:0}.services-monitoring-context-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:9px;background:rgba(91,145,247,.12);color:#6fa5ff;font-size:16px}.services-monitoring-context-text{min-width:0}.services-monitoring-context-text small{display:block;color:var(--dc-muted);font-size:7.8px;text-transform:uppercase;letter-spacing:.04em}.services-monitoring-context-text strong{display:block;margin-top:2px;overflow:hidden;color:var(--dc-text);font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.services-monitoring-context-text span{display:block;margin-top:2px;overflow:hidden;color:var(--dc-muted);font-size:8.2px;text-overflow:ellipsis;white-space:nowrap}.services-monitoring-context-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.services-monitoring-back{min-height:31px;padding:0 10px;border:1px solid rgba(91,145,247,.3);border-radius:8px;background:rgba(91,145,247,.07);color:#5b91f7;font:inherit;font-size:8px;font-weight:760;cursor:pointer}

@media(max-width:1450px){.services-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.services-filter-panel{grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(135px,.7fr))}.services-filter-field:nth-of-type(n+5),.services-reset{grid-row:2}.services-reset{justify-self:end}}
@media(max-width:1180px){.services-workspace{grid-template-columns:minmax(0,1fr)}.services-detail-panel{position:static}.services-detail-body{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:12px}.services-detail-hero{grid-row:1/3}.services-detail-section{margin-top:0;padding-top:0;border-top:0}.services-detail-actions{grid-column:2}.services-filter-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.services-search-field{grid-column:1/-1}.services-reset{grid-row:auto;justify-self:stretch}}
@media(max-width:860px){.services-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.services-search-field{grid-column:1/-1}.services-detail-body{display:block}.services-detail-section{margin-top:12px;padding-top:11px;border-top:1px solid var(--dc-border-soft)}.services-detail-actions{grid-column:auto}.services-topbar-meta{display:none}}
@media(max-width:720px){.services-dashboard-body{padding:14px 12px 18px}.services-kpi-grid{gap:8px}.services-kpi{min-height:91px;padding:12px}.services-kpi-value{font-size:23px}.services-kpi-icon{width:31px;height:31px;flex-basis:31px}.services-filter-panel{grid-template-columns:1fr;padding:10px}.services-search-field{grid-column:auto}.services-filter-field:nth-of-type(n+5),.services-reset{grid-row:auto}.services-table{min-width:960px}.services-detail-actions{grid-template-columns:1fr}.services-monitoring-context{align-items:flex-start;flex-direction:column}.services-monitoring-context-actions{width:100%}.services-monitoring-back{width:100%}.services-panel-header{align-items:flex-start;flex-direction:column;gap:4px}}
@media(max-width:430px){.services-kpi-grid{grid-template-columns:1fr 1fr}.services-kpi:nth-child(7){grid-column:1/-1}.services-kpi-label{font-size:7.8px}.services-kpi-sub{font-size:7.7px}.services-detail-metrics{grid-template-columns:1fr 1fr}.services-detail-info-row{grid-template-columns:88px minmax(0,1fr)}}
@media(prefers-reduced-motion:reduce){.services-table tbody tr,.services-action,.services-reset{transition:none}}

/* ========================================================================== 
 * SLA Monitor V7.0 – szolgáltatáscsoport-kezelés és egységes státuszportfólió
 * ========================================================================== */
.services-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.services-catalog-kpis{grid-template-columns:repeat(6,minmax(0,1fr))}
.services-kpi[data-tone="targets"]{--service-accent:#17a9c5;--service-soft:rgba(23,169,197,.11)}
.services-kpi[data-tone="published"]{--service-accent:#43c990;--service-soft:rgba(67,201,144,.11)}
.services-catalog-filter{grid-template-columns:minmax(230px,1.3fr) repeat(5,minmax(128px,.72fr)) auto}
.services-catalog-workspace{grid-template-columns:minmax(0,1.62fr) minmax(340px,.8fr)}
.services-panel-header>div{min-width:0}
.services-panel-subtitle{margin-top:3px;color:var(--dc-muted);font-size:8.2px;line-height:1.4}
.services-catalog-table{min-width:1180px}
.services-catalog-table td{white-space:normal}
.services-catalog-table .services-identity{min-width:220px}
.services-catalog-table .services-identity-copy strong{max-width:210px}
.services-catalog-table .services-identity-copy small{max-width:210px}
.services-target-count{display:inline-flex;align-items:center;gap:6px;min-height:25px;padding:0 9px;border:1px solid rgba(91,145,247,.25);border-radius:999px;background:rgba(91,145,247,.07);color:#6fa5ff;font-size:8.2px;font-weight:780;white-space:nowrap}
.services-target-count::before{content:"";width:6px;height:6px;border-radius:50%;background:#5b91f7;box-shadow:0 0 0 3px rgba(91,145,247,.13)}
.services-primary-target{display:grid;gap:2px;min-width:165px;max-width:220px}
.services-primary-target strong{overflow:hidden;color:var(--dc-text);font-size:8.9px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}
.services-primary-target small{overflow:hidden;color:var(--dc-muted);font-size:7.6px;text-overflow:ellipsis;white-space:nowrap}
.services-owner-cell{display:block;max-width:155px;color:var(--dc-text);font-size:8.6px;line-height:1.35}
.services-environment-chip,.services-criticality-chip,.services-publication-chip,.services-role-chip{display:inline-flex;align-items:center;gap:5px;min-height:23px;padding:0 8px;border:1px solid var(--dc-card-border);border-radius:999px;background:var(--dc-surface);color:var(--dc-muted);font-size:7.8px;font-weight:780;white-space:nowrap}
.services-criticality-chip.critical{border-color:rgba(255,87,95,.42);background:rgba(255,87,95,.08);color:#ff686f}
.services-criticality-chip.high{border-color:rgba(255,142,26,.38);background:rgba(255,142,26,.08);color:#ff9d37}
.services-criticality-chip.medium{border-color:rgba(91,145,247,.34);background:rgba(91,145,247,.08);color:#6fa5ff}
.services-criticality-chip.low{border-color:rgba(138,155,181,.32);background:rgba(138,155,181,.08);color:#9eacc1}
.services-publication-chip::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}
.services-publication-chip.published{border-color:rgba(67,201,144,.4);background:rgba(67,201,144,.08);color:#43c990}
.services-publication-chip.internal{color:#9aabc2}
.services-detail-configuration{display:grid;gap:12px;padding:13px}
.services-config-hero{padding:14px;border:1px solid rgba(91,145,247,.26);border-radius:11px;background:linear-gradient(135deg,rgba(43,124,255,.13),rgba(23,169,197,.055))}
.services-config-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.services-config-title{min-width:0}.services-config-title h3{color:var(--dc-text);font-size:14px;line-height:1.25}.services-config-title small{display:block;margin-top:3px;color:var(--dc-muted);font-size:8px;overflow-wrap:anywhere}
.services-config-description{margin-top:9px;color:var(--dc-muted);font-size:8.7px;line-height:1.5}
.services-config-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:11px}
.services-config-metric{padding:9px;border:1px solid var(--dc-border-soft);border-radius:8px;background:var(--dc-surface)}
.services-config-metric span{display:block;color:var(--dc-muted);font-size:7.5px}.services-config-metric strong{display:block;margin-top:4px;color:var(--dc-text);font-size:9.4px;line-height:1.35;overflow-wrap:anywhere}
.services-target-section{border:1px solid var(--dc-border-soft);border-radius:10px;overflow:hidden;background:var(--dc-surface)}
.services-target-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border-bottom:1px solid var(--dc-border-soft)}
.services-target-section-head strong{color:var(--dc-text);font-size:9.4px}.services-target-section-head span{color:var(--dc-muted);font-size:7.8px}
.services-target-list{display:grid}
.services-target-item{display:grid;grid-template-columns:9px minmax(0,1fr) minmax(125px,.55fr);align-items:center;gap:8px;padding:9px 10px;border-bottom:1px solid var(--dc-border-soft)}
.services-target-item:last-child{border-bottom:0}
.services-target-status{width:8px;height:8px;border-radius:50%;background:#8a9bb5;box-shadow:0 0 0 3px rgba(138,155,181,.1)}
.services-target-status.operational{background:#43c990;box-shadow:0 0 0 3px rgba(67,201,144,.12)}
.services-target-status.warning{background:#f4bd38;box-shadow:0 0 0 3px rgba(244,189,56,.12)}
.services-target-status.outage{background:#ff575f;box-shadow:0 0 0 3px rgba(255,87,95,.12)}
.services-target-status.maintenance{background:#a98bf4;box-shadow:0 0 0 3px rgba(169,139,244,.12)}
.services-target-copy{min-width:0}.services-target-copy strong{display:block;overflow:hidden;color:var(--dc-text);font-size:8.6px;text-overflow:ellipsis;white-space:nowrap}.services-target-copy small{display:block;margin-top:2px;overflow:hidden;color:var(--dc-muted);font-size:7.3px;text-overflow:ellipsis;white-space:nowrap}
.services-target-controls{display:grid;gap:5px;min-width:0}.services-target-controls .sla-custom-select__trigger{min-height:30px;padding-left:9px;font-size:7.5px}
.services-target-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:wrap}
.services-mini-action{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:0 7px;border:1px solid var(--dc-card-border);border-radius:7px;background:var(--dc-card-bg);color:var(--dc-muted);font:inherit;font-size:7.1px;font-weight:760;cursor:pointer;transition:.15s}
.services-mini-action:hover{border-color:rgba(91,145,247,.45);color:#6fa5ff}.services-mini-action.danger:hover{border-color:rgba(255,87,95,.45);color:#ff686f}
.services-target-empty{padding:20px 12px;text-align:center;color:var(--dc-muted);font-size:8.5px;line-height:1.5}.services-target-empty strong{display:block;margin-bottom:4px;color:var(--dc-text);font-size:9.5px}
.services-config-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.services-config-actions .services-action:last-child:nth-child(odd){grid-column:1/-1}
.services-config-public{display:grid;gap:6px;padding:10px 11px;border:1px solid var(--dc-border-soft);border-radius:9px;background:var(--dc-surface)}
.services-config-public strong{color:var(--dc-text);font-size:9px}.services-config-public p{color:var(--dc-muted);font-size:8px;line-height:1.45}
.services-unassigned-list{display:grid;gap:7px}
.services-unassigned-item{display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border:1px solid rgba(140,180,230,.16);border-radius:9px;background:rgba(255,255,255,.035)}
.services-unassigned-item strong{display:block;color:#eaf2ff;font-size:9px}.services-unassigned-item small{display:block;margin-top:2px;color:#91add0;font-size:7.7px;overflow-wrap:anywhere}

/* Saját szolgáltatáskezelő modal – a dashboard meglévő arculatához igazítva. */
.services-modal-backdrop{position:fixed;inset:0;z-index:10030;display:grid;place-items:center;padding:18px;background:rgba(1,8,21,.72);backdrop-filter:blur(8px)}
.services-modal{width:min(720px,100%);max-height:min(88vh,760px);display:flex;flex-direction:column;border:1px solid rgba(111,165,255,.32);border-radius:15px;background:#0b1830;box-shadow:0 30px 80px rgba(0,0,0,.5);overflow:hidden;color:#dce9ff}
.services-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid rgba(140,180,230,.16);background:linear-gradient(135deg,rgba(43,124,255,.16),rgba(23,169,197,.06))}
.services-modal-header h2{font-size:14px;color:#f4f8ff}.services-modal-header p{margin-top:4px;color:#91add0;font-size:8.7px;line-height:1.45}
.services-modal-close{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(140,180,230,.2);border-radius:8px;background:rgba(255,255,255,.04);color:#9fb6d4;font-size:17px;cursor:pointer}
.services-modal-body{overflow:auto;padding:16px 18px}.services-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 18px;border-top:1px solid rgba(140,180,230,.16);background:rgba(3,12,28,.5)}
.services-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.services-form-field{display:grid;gap:5px}.services-form-field.full{grid-column:1/-1}.services-form-field label{color:#9fb6d4;font-size:8px;font-weight:760;letter-spacing:.035em;text-transform:uppercase}.services-form-field input,.services-form-field textarea,.services-form-field select{width:100%;min-height:39px;padding:9px 11px;border:1px solid rgba(140,180,230,.22);border-radius:9px;background:#101f38;color:#edf5ff;font:inherit;font-size:9.5px;outline:none}.services-form-field textarea{min-height:78px;resize:vertical}.services-form-field input:focus,.services-form-field textarea:focus{border-color:#2b7cff;box-shadow:0 0 0 3px rgba(43,124,255,.13)}
.services-form-check{display:flex;align-items:flex-start;gap:9px;padding:10px;border:1px solid rgba(140,180,230,.16);border-radius:9px;background:rgba(255,255,255,.03)}.services-form-check input{width:15px;height:15px;margin-top:1px;accent-color:#2b7cff}.services-form-check strong{display:block;color:#eaf2ff;font-size:9px}.services-form-check small{display:block;margin-top:2px;color:#91add0;font-size:7.8px;line-height:1.4}
.services-modal .services-action{min-height:35px}

/* Státuszoldal: a korábbi szolgáltatás-portfólió kibővített helye. */
.status-view-tabs{display:flex;align-items:center;gap:5px;margin-bottom:14px;padding:4px;border:1px solid var(--dc-card-border);border-radius:11px;background:var(--dc-card-bg);overflow:auto}
.status-view-tab{min-height:34px;padding:0 13px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--dc-muted);font:inherit;font-size:8.8px;font-weight:760;cursor:pointer;white-space:nowrap}
.status-view-tab:hover{color:#6fa5ff;background:rgba(91,145,247,.06)}.status-view-tab.active{border-color:rgba(91,145,247,.35);background:linear-gradient(135deg,rgba(43,124,255,.18),rgba(43,124,255,.08));color:#79aaff;box-shadow:inset 0 0 0 1px rgba(43,124,255,.08)}
.status-tab-panel{display:none}.status-tab-panel.active{display:block}
.status-portfolio-summary{display:grid;grid-template-columns:minmax(280px,1.8fr) repeat(7,minmax(105px,.7fr));gap:10px;margin-bottom:14px}
.status-portfolio-summary .status-overall-card,.status-portfolio-summary .status-kpi-card{min-height:101px}
.status-portfolio-summary .status-kpi-value{font-size:25px}
.status-kpi-card[data-tone="maintenance"] .status-kpi-value{color:#a98bf4}.status-kpi-card[data-tone="maintenance"] .status-kpi-icon{border-color:rgba(169,139,244,.42);background:rgba(169,139,244,.10);color:#a98bf4}
.status-portfolio-filter{display:grid;grid-template-columns:minmax(220px,1.3fr) repeat(4,minmax(135px,.7fr)) auto;align-items:end;gap:9px;margin-bottom:14px;padding:12px;border:1px solid var(--dc-card-border);border-radius:13px;background:var(--dc-card-bg);box-shadow:var(--dc-card-shadow)}
.status-portfolio-filter label{display:grid;gap:5px;min-width:0}.status-portfolio-filter label>span:first-child{color:var(--dc-muted);font-size:8.2px;font-weight:720;letter-spacing:.035em;text-transform:uppercase}.status-portfolio-filter .sla-custom-select__trigger{min-height:39px}
.status-portfolio-workspace{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.68fr);gap:14px;align-items:start}
.status-portfolio-table{min-width:1040px}.status-portfolio-table tbody tr.is-selected td{background:linear-gradient(90deg,rgba(43,124,255,.12),rgba(43,124,255,.04));box-shadow:inset 3px 0 0 #2b7cff}.status-portfolio-table td{font-size:8.9px}
.status-portfolio-detail{position:sticky;top:12px;overflow:hidden}.status-portfolio-detail-body{padding:13px}.status-portfolio-detail-hero{padding:13px;border:1px solid rgba(91,145,247,.25);border-radius:10px;background:linear-gradient(135deg,rgba(43,124,255,.13),rgba(23,169,197,.05))}.status-portfolio-detail-hero h3{color:var(--dc-text);font-size:14px}.status-portfolio-detail-hero p{margin-top:4px;color:var(--dc-muted);font-size:8.4px;line-height:1.45}.status-portfolio-detail-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}.status-portfolio-detail-metric{padding:9px;border:1px solid var(--dc-border-soft);border-radius:8px;background:var(--dc-surface)}.status-portfolio-detail-metric span{display:block;color:var(--dc-muted);font-size:7.3px}.status-portfolio-detail-metric strong{display:block;margin-top:3px;color:var(--dc-text);font-size:10px}.status-portfolio-targets{display:grid;gap:5px;margin-top:11px}.status-portfolio-target{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 8px;border:1px solid var(--dc-border-soft);border-radius:8px;background:var(--dc-surface)}.status-portfolio-target strong{display:block;color:var(--dc-text);font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-portfolio-target small{display:block;margin-top:1px;color:var(--dc-muted);font-size:7px}.status-portfolio-target-role{color:var(--dc-muted);font-size:7px;white-space:nowrap}.status-portfolio-empty{display:none;padding:35px 18px;text-align:center;color:var(--dc-muted);font-size:9.5px;line-height:1.5}.status-portfolio-empty.visible{display:block}.status-portfolio-empty strong{display:block;margin-bottom:4px;color:var(--dc-text);font-size:10.5px}
.status-events-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:14px;margin-bottom:14px}.status-events-layout .status-panel{min-height:280px}
.status-inline-preview-panel{overflow:hidden}.status-inline-preview{padding:18px}.status-inline-preview .public-status-preview{max-width:920px;margin:0 auto}.status-inline-preview .public-status-header{background:linear-gradient(135deg,rgba(43,124,255,.16),rgba(67,201,144,.08))}
.status-public-service-description{display:block;margin-top:2px;color:#91add0;font-size:7.8px;line-height:1.35}.status-public-hidden-note{padding:10px;border:1px dashed rgba(140,180,230,.2);border-radius:9px;color:#718eb3;font-size:8px;text-align:center}

html:not(.dark-dash) .services-modal{background:#fff;color:#17304f;border-color:rgba(43,124,255,.24)}
html:not(.dark-dash) .services-modal-header{background:linear-gradient(135deg,rgba(43,124,255,.10),rgba(23,169,197,.04));border-color:#dbe7f5}html:not(.dark-dash) .services-modal-header h2,html:not(.dark-dash) .services-form-check strong{color:#17304f}html:not(.dark-dash) .services-modal-header p,html:not(.dark-dash) .services-form-field label,html:not(.dark-dash) .services-form-check small{color:#60758f}html:not(.dark-dash) .services-modal-close{background:#f4f8fc;color:#60758f;border-color:#dbe7f5}html:not(.dark-dash) .services-modal-footer{background:#f7faff;border-color:#dbe7f5}html:not(.dark-dash) .services-form-field input,html:not(.dark-dash) .services-form-field textarea,html:not(.dark-dash) .services-form-field select{background:#f9fbfe;color:#17304f;border-color:#cfdeee}html:not(.dark-dash) .services-form-check,html:not(.dark-dash) .services-unassigned-item{background:#f7faff;border-color:#dbe7f5}html:not(.dark-dash) .services-unassigned-item strong{color:#17304f}html:not(.dark-dash) .services-unassigned-item small{color:#60758f}

@media(max-width:1500px){.services-catalog-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.status-portfolio-summary{grid-template-columns:minmax(280px,1.8fr) repeat(4,minmax(110px,.75fr))}.status-portfolio-summary .status-overall-card{grid-row:span 2}}
@media(max-width:1260px){.services-catalog-filter{grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(135px,.7fr))}.services-catalog-filter .services-filter-field:nth-of-type(n+5),.services-catalog-filter .services-reset{grid-row:2}.services-catalog-filter .services-reset{justify-self:stretch}.status-portfolio-summary{grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(120px,1fr))}.status-portfolio-summary .status-overall-card{grid-row:span 2}.status-portfolio-filter{grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(135px,.7fr))}.status-portfolio-filter label:nth-of-type(5),.status-portfolio-filter .services-reset{grid-row:2}.status-portfolio-workspace{grid-template-columns:1fr}.status-portfolio-detail{position:static}}
@media(max-width:1050px){.services-catalog-workspace{grid-template-columns:1fr}.services-detail-panel{position:static}.status-events-layout{grid-template-columns:1fr}.services-target-item{grid-template-columns:9px minmax(0,1fr) minmax(150px,.7fr)}}
@media(max-width:860px){.services-catalog-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.services-catalog-filter,.status-portfolio-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.services-catalog-filter .services-search-field,.status-portfolio-filter .status-portfolio-search{grid-column:1/-1}.services-catalog-filter .services-filter-field:nth-of-type(n+5),.services-catalog-filter .services-reset,.status-portfolio-filter label:nth-of-type(5),.status-portfolio-filter .services-reset{grid-row:auto}.status-portfolio-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.status-portfolio-summary .status-overall-card{grid-column:1/-1;grid-row:auto}.services-topbar-actions{width:100%;justify-content:flex-start}.services-target-item{grid-template-columns:9px minmax(0,1fr)}.services-target-controls{grid-column:2}.services-form-grid{grid-template-columns:1fr}.services-form-field.full{grid-column:auto}}
@media(max-width:720px){.services-catalog-table{min-width:1080px}.status-portfolio-table{min-width:980px}.status-view-tabs{margin-left:0;margin-right:0}.status-view-tab{flex:0 0 auto}.status-events-layout{gap:10px}.status-inline-preview{padding:11px}.services-config-actions{grid-template-columns:1fr}.services-config-actions .services-action:last-child:nth-child(odd){grid-column:auto}.services-modal-backdrop{padding:8px}.services-modal{max-height:95vh;border-radius:12px}.services-modal-body{padding:13px}.services-modal-header,.services-modal-footer{padding-left:13px;padding-right:13px}}
@media(max-width:430px){.services-catalog-kpis{grid-template-columns:1fr 1fr}.status-portfolio-summary{grid-template-columns:1fr 1fr}.services-config-grid,.status-portfolio-detail-metrics{grid-template-columns:1fr 1fr}.services-topbar-actions .services-action{flex:1}.services-topbar-meta{display:none}}
.services-toast-stack{position:fixed;right:18px;bottom:18px;z-index:10060;display:grid;gap:8px;width:min(360px,calc(100vw - 24px));pointer-events:none}
.services-toast{transform:translateY(8px);opacity:0;padding:11px 13px;border:1px solid rgba(91,145,247,.35);border-radius:10px;background:#0d1b33;color:#dce9ff;box-shadow:0 18px 45px rgba(0,0,0,.34);font-size:9px;font-weight:700;line-height:1.45;transition:.18s}
.services-toast.visible{transform:none;opacity:1}.services-toast.success{border-color:rgba(67,201,144,.42)}.services-toast.warning{border-color:rgba(244,189,56,.45)}
html:not(.dark-dash) .services-toast{background:#fff;color:#17304f;box-shadow:0 16px 38px rgba(35,67,105,.2)}

/* V7.0 public status preview icon normalization */
.public-status-overall svg{width:22px;height:22px;flex:0 0 22px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
