@charset "UTF-8";
:root {
  --bg: #f5f7f7;
  --surface: #fff;
  --ink: #233b44;
  --muted: #708087;
  --line: #e3e9e9;
  --teal: #218779;
  --teal-dark: #176b61;
  --teal-pale: #eef7f4;
  --amber: #ad722a;
  --amber-pale: #fbf5ea;
  --red: #ba5149;
  --red-pale: #fbefed;
  --nav: #172e38;
  --nav-muted: #94a8b0;
  --radius: 9px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
  font-size: 14px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
svg {
  flex: none;
}
button svg,
a svg {
  vertical-align: middle;
}
button:disabled {
  cursor: default;
  opacity: 0.55;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #54ab9f;
  outline-offset: 3px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: -0.8px;
}
h2 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: -0.1px;
}
h3 {
  font-size: 15px;
}
.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 230px;
  z-index: 100;
  background: white;
  padding: 12px;
}
.skip-link:focus {
  top: 8px;
}
.sidebar {
  overflow-y: auto;
  scrollbar-width: thin;
  position: fixed;
  inset: 0 auto 0 0;
  width: 216px;
  background: var(--nav);
  color: #dce7ea;
  padding: 30px 14px 16px;
  display: flex;
  flex-direction: column;
  z-index: 30;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px 31px;
  color: #f5fafa;
}
.brand-symbol {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  color: #70baaa;
}
.brand-symbol svg {
  width: 32px;
  height: 32px;
}
.brand-wordmark {
  font-size: 20px;
  letter-spacing: -0.7px;
  font-weight: 700;
}
.brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 3.2px;
  line-height: 1.3;
  color: #8ea9b3;
  font-weight: 500;
  padding-left: 1px;
}
.workspace-label {
  margin: 0 12px 19px;
  padding: 12px 0;
  border-top: 1px solid #344952;
  border-bottom: 1px solid #344952;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #cfdbdf;
  font-size: 12px;
}
.workspace-label .building-mark {
  display: grid;
  place-items: center;
  background: #29454f;
  border: 1px solid #3b555f;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.workspace-label strong {
  display: block;
  font-weight: 550;
}
.workspace-label small {
  display: block;
  color: #98adb6;
  font-size: 10px;
}
.nav-group {
  margin-bottom: 20px;
}
.nav-heading {
  font-size: 10px;
  letter-spacing: 1.25px;
  color: #88a0aa;
  padding: 0 14px 7px;
  font-weight: 550;
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 13px;
  border-radius: 5px;
  margin: 2px 0;
  color: #b1c3cb;
  font-size: 12.5px;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-link .icon {
  width: 17px;
  height: 17px;
}
.nav-link:hover {
  background: #263e48;
  color: white;
}
.nav-link.active {
  background: #2e4a54;
  color: #fff;
  box-shadow: inset 3px 0 #77bdae;
}
.nav-link.active svg {
  color: #99d0c0;
}
.nav-count {
  margin-left: auto;
  background: #584044;
  color: #f1b3aa;
  border-radius: 4px;
  font-size: 10px;
  padding: 0 5px;
  line-height: 18px;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 15px 10px 0;
  border-top: 1px solid #344952;
  font-size: 11px;
  color: #a1b4bd;
}
.sidebar-bottom p {
  display: flex;
  align-items: center;
  gap: 7px;
}
.sidebar-bottom small {
  display: block;
  margin-top: 4px;
  color: #7f99a4;
  font-size: 10px;
}
.app-body {
  margin-left: 216px;
  min-height: 100vh;
}
.topbar {
  height: 70px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  gap: 14px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
}
.breadcrumb .slash {
  color: #c4cfd2;
}
.breadcrumb strong {
  font-weight: 500;
  color: var(--ink);
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.demo-label {
  font-size: 10px;
  border: 1px solid #d6dfdf;
  color: #73848b;
  border-radius: 4px;
  padding: 2px 6px;
  letter-spacing: 0.5px;
}
.site-select {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 17px;
  border-right: 1px solid var(--line);
}
.site-select .icon {
  color: #80939a;
  width: 15px;
  height: 15px;
}
.site-select select {
  border: 0;
  background: transparent;
  font-size: 12px;
  max-width: 205px;
  padding: 5px;
}
.avatar {
  background: #e8efee;
  border: 1px solid #d4dfdd;
  color: #43655f;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  display: grid;
  place-items: center;
}
.menu-toggle {
  display: none;
}
.main-content {
  max-width: 1670px;
  margin: 0 auto;
  padding: 30px 32px 20px;
}
.dashboard-heading,
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 25px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #7d9097;
  margin-bottom: 9px;
}
.page-subtitle {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
}
.page-subtitle span {
  color: #b6c5c9;
  padding: 0 8px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid #d9e2e3;
  border-radius: 6px;
  background: #fff;
  line-height: 20px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 550;
  box-shadow: 0 1px 2px #12303a04;
}
.button .icon {
  width: 15px;
  height: 15px;
}
.button:hover {
  background: #f1f6f5;
  border-color: #b8cfcb;
}
.button.primary {
  background: var(--teal-dark);
  color: #fff;
  border-color: var(--teal-dark);
}
.button.primary:hover {
  background: #10594f;
}
.button.small {
  padding: 5px 9px;
  font-size: 11px;
}
.button.danger {
  color: var(--red);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--teal-dark);
  background: none;
  border: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.text-link:hover {
  text-decoration: underline;
}
.text-link .icon {
  width: 14px;
  height: 14px;
}
.icon-button {
  padding: 6px;
  border: 0;
  background: none;
  border-radius: 5px;
  display: inline-grid;
  place-items: center;
  color: #779098;
}
.icon-button:hover {
  background: #eaf2ef;
  color: var(--teal-dark);
}
.icon-button .icon {
  width: 16px;
  height: 16px;
}
.stats-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 21px 0;
  margin-bottom: 18px;
}
.stat {
  padding: 0 22px;
  border-right: 1px solid var(--line);
  min-width: 0;
}
.stat:last-child {
  border: 0;
}
.stat-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #657b84;
  font-size: 11px;
  font-weight: 500;
}
.stat-label .icon {
  width: 16px;
  height: 16px;
  color: #8aa0a8;
}
.stat-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 9px 0 8px;
  gap: 9px;
  height: 38px;
}
.stat-main strong {
  font-size: 32px;
  letter-spacing: -1.3px;
  line-height: 1;
  font-weight: 600;
}
.stat-main em {
  font-style: normal;
  color: #9daeb5;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.6px;
  margin-left: 3px;
}
.sparkline {
  width: 88px;
  height: 32px;
  max-width: 43%;
}
.stat p {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #778b93;
  font-size: 10px;
  white-space: nowrap;
}
.stat p a {
  margin-left: auto;
  font-size: 10px;
  color: var(--teal-dark);
}
.stat p a .icon {
  width: 11px;
  height: 11px;
}
.trend {
  color: var(--teal-dark);
  font-weight: 600;
}
.stat-note {
  margin-left: auto;
  color: var(--amber);
  font-size: 9px;
}
.alarm-summary {
  font-size: 10px;
  color: #9c6b52;
  line-height: 1.8;
  padding-right: 6px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 50%;
  background: currentColor;
}
.status-dot.green {
  background: #479480;
}
.status-dot.amber {
  background: #c58a3a;
}
.status-dot.red {
  background: #c96057;
}
.attention-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e9dcc5;
  border-left: 3px solid #c4924d;
  background: #fffaf2;
  padding: 12px 17px;
  border-radius: 6px;
  margin-bottom: 22px;
}
.alert-icon {
  color: #ae7a37;
  display: grid;
  place-items: center;
}
.attention-banner strong {
  font-size: 12px;
  font-weight: 600;
  display: block;
  color: #745a34;
}
.attention-banner div > span {
  font-size: 11px;
  color: #947e5b;
}
.attention-banner .text-link {
  margin-left: auto;
  color: #805f2d;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(305px, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  overflow: hidden;
}
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 21px 14px;
}
.panel-head p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.panel-body {
  padding: 20px 22px;
}
.panel-body:first-child {
  padding-top: 22px;
}
.segmented {
  display: flex;
  gap: 2px;
  background: #f2f5f4;
  border: 1px solid #e8eeec;
  padding: 2px;
  border-radius: 5px;
  flex: none;
}
.segmented button {
  border: 0;
  border-radius: 3px;
  padding: 4px 8px;
  background: none;
  color: #7c8f95;
  font-size: 10px;
}
.segmented button[aria-pressed="true"] {
  background: #fff;
  color: #2c5f56;
  box-shadow: 0 1px 3px #1d443815;
}
.segmented button:hover {
  color: var(--teal-dark);
}
.chart-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 21px;
  margin-top: 2px;
}
.chart-meta strong {
  font-size: 26px;
  letter-spacing: -0.7px;
  font-weight: 600;
}
.chart-meta span {
  font-size: 11px;
  color: #839399;
  margin-left: 5px;
}
.chart-meta small {
  margin-left: 12px;
  font-size: 10px;
  color: #9aa7ad;
}
.chart-tabs {
  display: flex;
  gap: 11px;
}
.chart-tabs button {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  padding: 3px 0;
  border: 0;
  font-size: 10px;
  color: #94a4a9;
}
.chart-tabs button i {
  width: 6px;
  height: 6px;
  background: #c6d3d3;
  border-radius: 50%;
}
.chart-tabs button[aria-pressed="true"] {
  color: #3e6d63;
}
.chart-tabs button[aria-pressed="true"] i {
  background: var(--teal);
}
.traffic-chart {
  display: block;
  width: 100%;
  height: 189px;
  padding: 10px 14px 0 6px;
  margin: 1px 0 6px;
  overflow: visible;
}
.traffic-chart text {
  font-size: 10px;
  fill: #8c9ba2;
  font-family: inherit;
}
.connection-path {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #fafcfc;
  border-top: 1px solid #edf1f1;
  gap: 5px;
  font-size: 10px;
  color: #748b93;
}
.connection-path > span,
.connection-path > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.connection-path .icon {
  width: 14px;
  height: 14px;
  color: #80999f;
}
.connection-path > b {
  font-weight: 400;
  color: #c3d3d5;
}
.connection-path a {
  color: var(--teal-dark);
}
.engine-status {
  font-size: 9px;
  color: #69877c;
  display: flex;
  align-items: center;
  gap: 5px;
}
.rrm-cycle {
  margin: 0 21px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #8a9ba0;
}
.rrm-cycle .icon {
  width: 13px;
  height: 13px;
}
.rrm-cycle strong {
  color: #5f7780;
  font-weight: 500;
}
.rrm-cycle > span {
  margin-left: auto;
}
.decision-list {
  padding: 3px 21px 0;
}
.decision {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #edf0f0;
  background: transparent;
  text-align: left;
}
.decision:last-child {
  border: 0;
}
.decision:hover .decision-title {
  color: var(--teal-dark);
}
.decision-symbol {
  height: 26px;
  width: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  flex: none;
}
.decision-symbol .icon {
  width: 13px;
  height: 13px;
}
.decision-symbol.amber {
  background: var(--amber-pale);
  color: var(--amber);
}
.decision-symbol.green {
  background: var(--teal-pale);
  color: var(--teal);
}
.decision-body {
  min-width: 0;
}
.decision-title {
  display: block;
  font-size: 11px;
  font-weight: 550;
  color: #36545e;
}
.decision-detail {
  display: block;
  font-size: 10px;
  color: #8b9ba2;
  margin-top: 3px;
}
.decision-detail b {
  color: #6f8790;
  font-weight: 500;
}
.decision time {
  font-size: 9px;
  color: #8fa0a6;
  margin-left: auto;
  padding-top: 3px;
}
.panel-footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 21px;
  font-size: 10px;
  font-weight: 550;
  color: var(--teal-dark);
  border-top: 1px solid var(--line);
}
.panel-footer-link:hover {
  background: #f5faf8;
}
.panel-footer-link .icon {
  width: 13px;
  height: 13px;
}
.rrm-panel {
  display: flex;
  flex-direction: column;
}
.rrm-panel .panel-footer-link {
  margin-top: auto;
}
.count {
  display: inline-block;
  vertical-align: 1px;
  margin-left: 5px;
  padding: 1px 6px;
  background: #edf1f2;
  border-radius: 4px;
  font-size: 10px;
  color: #70848c;
  font-weight: 500;
}
.bottom-grid .panel-head {
  padding-bottom: 18px;
}
.table-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  white-space: nowrap;
}
th {
  font-size: 10px;
  color: #84979f;
  background: #fafcfc;
  font-weight: 500;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid #edf1f1;
}
td {
  padding: 12px 16px;
  font-size: 11px;
  border-bottom: 1px solid #edf1f1;
  color: #647e88;
}
tr:last-child td {
  border-bottom: 0;
}
tbody tr:hover {
  background: #fbfdfc;
}
th:first-child,
td:first-child {
  padding-left: 21px;
}
td:last-child {
  padding-left: 2px;
  padding-right: 15px;
}
.numeric {
  text-align: right;
}
.device-link {
  padding: 0;
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 600;
  color: #38545e;
  text-align: left;
}
.device-link:hover {
  color: var(--teal);
}
.device-link .icon {
  width: 17px;
  height: 17px;
  color: #7f9b9f;
}
td small {
  display: block;
  color: #8ea1a6;
  font-size: 10px;
  font-weight: 400;
  margin-top: 3px;
}
.meter-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
}
.mini-meter {
  height: 4px;
  background: #edf1ef;
  width: 36px;
  border-radius: 2px;
  overflow: hidden;
}
.mini-meter i {
  display: block;
  height: 100%;
  border-radius: 2px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  line-height: 1.5;
  padding: 3px 7px;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 500;
}
.badge i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.badge.green {
  background: var(--teal-pale);
  color: #347c69;
}
.badge.amber {
  background: var(--amber-pale);
  color: #9c752e;
}
.badge.red {
  background: var(--red-pale);
  color: #b45b52;
}
.badge.neutral {
  background: #edf1f2;
  color: #74888f;
}
.channel-panel .panel-head select {
  font-size: 10px;
  padding: 4px 5px;
  min-width: 65px;
}
.channel-bars {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 0 22px;
  height: 147px;
}
.channel-item {
  flex: 1;
  text-align: center;
  min-width: 0;
  font-size: 9px;
  color: #7e949c;
}
.channel-item > span {
  display: block;
  margin-bottom: 6px;
  font-size: 9px;
}
.bar-track {
  height: 93px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 30px,
    #f2f5f4 30px,
    #f2f5f4 31px
  );
}
.bar-track i {
  display: block;
  background: #b1cbc6;
  border-radius: 3px 3px 0 0;
  width: 100%;
  max-width: 25px;
}
.channel-item.hot .bar-track i {
  background: #c49553;
}
.channel-item.hot > span {
  color: #a57131;
}
.channel-item b {
  display: block;
  font-weight: 400;
  margin-top: 8px;
}
.channel-note {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 21px;
  margin-top: 13px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: #8b7b5a;
}
.snapshot-note {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #92a1a7;
  font-size: 10px;
  margin-top: 4px;
}
.snapshot-note .icon {
  width: 12px;
  height: 12px;
}
.snapshot-note span {
  margin-left: auto;
}
.page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.muted {
  color: var(--muted);
}
.section-title {
  font-size: 16px;
  margin-bottom: 14px;
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}
input,
select,
textarea {
  background: #fff;
  border: 1px solid #d5dfdf;
  border-radius: 5px;
  padding: 9px 11px;
  color: var(--ink);
  font-size: 12px;
  max-width: 100%;
}
input[type="search"] {
  min-width: 230px;
}
input[type="checkbox"] {
  accent-color: var(--teal);
  width: 16px;
  height: 16px;
  padding: 0;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  color: #506d77;
}
.field small {
  font-size: 11px;
  color: var(--muted);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.form-grid .full {
  grid-column: 1/-1;
}
.setting-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.setting-row:last-child {
  border: 0;
}
.setting-row small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 4px;
}
.stat-value {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}
.empty-state {
  padding: 35px 20px;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}
.info-note {
  padding: 13px 16px;
  background: #f1f6f4;
  border: 1px solid #dbe8e3;
  color: #668279;
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.tabs {
  display: flex;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 11px 2px;
  color: var(--muted);
  font-size: 12px;
}
.tabs button[aria-pressed="true"] {
  border-color: var(--teal);
  color: var(--teal-dark);
}
.alarm-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 21px;
  border-bottom: 1px solid var(--line);
}
.alarm-card:last-child {
  border-bottom: 0;
}
.alarm-card .alarm-details {
  flex: 1;
}
.alarm-card h3 {
  font-size: 13px;
  margin-bottom: 5px;
}
.alarm-card p {
  font-size: 11px;
  color: var(--muted);
}
.alarm-card .alarm-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.history-row {
  display: grid;
  grid-template-columns: 55px 70px 1fr 100px;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.history-row time {
  font-size: 11px;
  color: var(--muted);
}
.history-row p {
  font-size: 11px;
  color: var(--muted);
  margin: 5px 0;
}
.history-row h3 {
  font-size: 13px;
}
.floor-plan {
  position: relative;
  aspect-ratio: 2/1;
  background: #f5f8f7;
  border: 1px solid #dce7e3;
  border-radius: 6px;
  margin: 20px;
  overflow: hidden;
}
.floor-plan svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.floor-ap {
  position: absolute;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #adc8be;
  color: var(--teal-dark);
  font-size: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #16332a0c;
  padding: 5px 7px;
}
.floor-ap.warning {
  border-color: #dbb989;
  background: #fff8e9;
  color: var(--amber);
}
.floor-ap.critical {
  border-color: #d6a197;
  background: #fff2ed;
  color: var(--red);
}
.floor-ap.offline {
  border-color: #cad4d4;
  color: #7c8d90;
  background: #edf1f2;
}
.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 20px 20px;
  font-size: 11px;
}
.legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.floor-caption {
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 11px;
}
dialog {
  padding: 0;
  border: 0;
  background: white;
  color: var(--ink);
  width: 460px;
  max-width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  box-shadow: -15px 0 65px #13282c29;
  overflow: auto;
}
dialog::backdrop {
  background: #172c394f;
  backdrop-filter: blur(2px);
}
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 26px;
  border-bottom: 1px solid var(--line);
  background: #fafcfb;
}
.drawer-header h2 {
  font-size: 25px;
  letter-spacing: -0.6px;
}
.drawer-header p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}
.drawer-body {
  padding: 25px;
}
.drawer-body h3 {
  margin: 24px 0 10px;
  font-size: 12px;
}
.drawer-body .info-note {
  margin-top: 18px;
}
.drawer-metrics {
  margin: 0;
}
.drawer-metrics > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.drawer-metrics dt {
  color: var(--muted);
}
.drawer-metrics dd {
  margin: 0;
  font-weight: 500;
}
.radio-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.radio-box {
  background: #f4f7f6;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.radio-box small {
  font-size: 10px;
  color: var(--muted);
}
.radio-box strong {
  display: block;
  font-size: 21px;
  margin: 5px 0;
}
.drawer-actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.device-explanation {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.drawer-demo {
  font-size: 10px;
  color: #8b9ba2;
  margin-top: 20px;
}
#toast {
  position: fixed;
  bottom: 24px;
  left: calc(50% + 108px);
  transform: translateX(-50%) translateY(20px);
  z-index: 70;
  padding: 13px 20px;
  border-radius: 7px;
  background: #254c45;
  color: #fff;
  font-size: 12px;
  box-shadow: 0 5px 25px #15382e26;
  max-width: 85vw;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
#toast.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.mobile-scrim {
  display: none;
}
.page-enter {
  animation: page-enter 0.2s ease;
}
@keyframes page-enter {
  from {
    opacity: 0.6;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1500px) {
  .main-content {
    padding: 36px 42px;
  }
  .topbar {
    padding: 0 42px;
  }
  .stat {
    padding: 0 28px;
  }
  .panel-head {
    padding: 23px 24px 17px;
  }
  .traffic-chart {
    height: 205px;
  }
  .decision {
    padding: 18px 0;
  }
  .channel-bars {
    height: 164px;
  }
  .bar-track {
    height: 105px;
  }
  td {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 1190px) {
  .sidebar {
    width: 190px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .app-body {
    margin-left: 190px;
  }
  .main-content {
    padding: 25px 24px;
  }
  .topbar {
    padding: 0 24px;
  }
  .stat {
    padding: 0 15px;
  }
  .stat-label {
    font-size: 10px;
  }
  .stat-label .icon {
    display: none;
  }
  .sparkline {
    width: 62px;
  }
  .stat-note {
    display: none;
  }
  .dashboard-grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(275px, 1fr);
    gap: 16px;
  }
  .panel-head {
    padding: 17px 17px 13px;
  }
  h2 {
    font-size: 13px;
  }
  .panel-head p {
    font-size: 10px;
  }
  .chart-meta small {
    display: none;
  }
  .chart-meta {
    padding: 0 17px;
  }
  .connection-path {
    padding: 15px 17px;
    font-size: 9px;
  }
  .connection-path .icon {
    width: 12px;
    height: 12px;
  }
  .connection-path > span,
  .connection-path > a {
    gap: 4px;
  }
  .engine-status {
    font-size: 8px;
  }
  .decision-list {
    padding-left: 17px;
    padding-right: 17px;
  }
  .decision {
    gap: 8px;
  }
  .decision-title {
    font-size: 10px;
  }
  .decision time {
    font-size: 8px;
  }
  .decision-detail {
    font-size: 9px;
  }
  .rrm-cycle {
    margin: 0 17px;
  }
  .bottom-grid .airtime-cell,
  .bottom-grid td:nth-child(4) {
    display: none;
  }
  .bottom-grid th:nth-child(4) {
    display: none;
  }
  .topbar-right {
    gap: 12px;
  }
  .channel-bars {
    gap: 9px;
    padding: 0 17px;
  }
  .channel-note {
    font-size: 9px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #toast {
    left: calc(50% + 95px);
  }
}
@media (max-width: 980px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .sidebar {
    width: 184px;
  }
  .app-body {
    margin-left: 184px;
  }
  .main-content {
    padding: 24px 20px;
  }
  .topbar {
    padding: 0 20px;
  }
  .stats-band {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .stat {
    padding: 18px 20px;
  }
  .stat:nth-child(2) {
    border-right: 0;
  }
  .stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .sparkline {
    width: 90px;
  }
  .stat-label {
    font-size: 11px;
  }
  .stat-label .icon {
    display: block;
  }
  .stat p {
    font-size: 10px;
  }
  .rrm-panel .decision-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
  .decision {
    border: 0;
  }
  .decision time {
    display: none;
  }
  .engine-status {
    font-size: 10px;
  }
  .decision-title {
    font-size: 11px;
  }
  .decision-detail {
    font-size: 10px;
  }
  .channel-bars {
    height: 175px;
    gap: 25px;
  }
  .bar-track {
    height: 118px;
  }
  .channel-note {
    font-size: 11px;
  }
  .bottom-grid td:nth-child(4),
  .bottom-grid th:nth-child(4) {
    display: table-cell;
  }
  .snapshot-note {
    flex-wrap: wrap;
  }
  .snapshot-note span {
    margin-left: 18px;
  }
  .page-grid {
    grid-template-columns: 1fr;
  }
  .demo-label {
    display: none;
  }
  .breadcrumb {
    font-size: 11px;
    gap: 7px;
  }
  .site-select {
    padding-right: 0;
    border-right: 0;
  }
  .attention-banner {
    flex-wrap: wrap;
  }
  .attention-banner .text-link {
    margin-left: 30px;
  }
  .alarm-card {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .alarm-card .alarm-actions {
    margin-left: 39px;
  }
  .history-row {
    grid-template-columns: 40px 55px 1fr;
    gap: 12px;
  }
  .history-row > .badge {
    grid-column: 3;
  }
}
@media (max-width: 700px) {
  .sidebar {
    transform: translateX(-100%);
    width: 216px;
    transition: transform 0.2s;
  }
  .sidebar.is-open {
    transform: translateX(0);
  }
  .sidebar.is-open ~ .mobile-scrim {
    display: block;
    position: fixed;
    inset: 0;
    background: #162b3966;
    border: 0;
    z-index: 25;
  }
  .app-body {
    margin-left: 0;
  }
  .topbar {
    height: 59px;
    padding: 0 16px;
  }
  .menu-toggle {
    display: inline-grid;
  }
  .breadcrumb {
    display: none;
  }
  .topbar-right {
    margin-left: auto;
    gap: 12px;
  }
  .site-select select {
    font-size: 11px;
    max-width: 200px;
  }
  .main-content {
    padding: 24px 16px 20px;
  }
  .dashboard-heading,
  .page-heading {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 26px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .page-subtitle {
    font-size: 10px;
    line-height: 1.8;
  }
  .page-subtitle span {
    padding: 0 3px;
  }
  .dashboard-heading > .button {
    font-size: 0;
    padding: 10px;
  }
  .dashboard-heading > .button .icon {
    width: 16px;
    height: 16px;
  }
  .stats-band {
    margin-bottom: 16px;
  }
  .stat {
    padding: 17px 15px;
  }
  .stat-main strong {
    font-size: 29px;
  }
  .stat-label {
    font-size: 10px;
  }
  .stat p {
    font-size: 9px;
    gap: 4px;
  }
  .stat p a {
    font-size: 9px;
  }
  .stat p a .icon {
    display: none;
  }
  .stat-label .icon {
    display: none;
  }
  .sparkline {
    width: 68px;
  }
  .stat-main {
    gap: 5px;
  }
  .stat-note {
    display: none;
  }
  .alarm-summary {
    font-size: 9px;
  }
  .attention-banner {
    padding: 12px;
    gap: 9px;
    margin-bottom: 16px;
  }
  .attention-banner > div {
    flex: 1;
    min-width: 220px;
  }
  .attention-banner strong {
    font-size: 11px;
  }
  .attention-banner div > span {
    font-size: 10px;
    display: block;
    line-height: 1.8;
    margin-top: 3px;
  }
  .attention-banner .text-link {
    margin-left: 27px;
    font-size: 10px;
  }
  .dashboard-grid {
    gap: 16px;
    margin-bottom: 16px;
  }
  .panel-head {
    padding: 18px 16px 13px;
  }
  .panel-head h2 {
    font-size: 13px;
  }
  .panel-head p {
    font-size: 10px;
  }
  .panel-head .text-link {
    font-size: 10px;
  }
  .segmented button {
    padding: 4px 6px;
  }
  .chart-meta {
    padding: 0 16px;
  }
  .chart-meta strong {
    font-size: 24px;
  }
  .traffic-chart {
    height: 173px;
    padding: 0 10px 0 0;
  }
  .traffic-chart text {
    font-size: 12px;
  }
  .connection-path {
    padding: 13px 15px;
    font-size: 8px;
  }
  .connection-path .icon {
    display: none;
  }
  .connection-path .status-dot {
    width: 4px;
    height: 4px;
  }
  .rrm-panel .decision-list {
    display: block;
  }
  .decision {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }
  .decision time {
    display: block;
    font-size: 9px;
  }
  .decision-title {
    font-size: 12px;
  }
  .decision-detail {
    font-size: 11px;
  }
  .engine-status {
    font-size: 9px;
  }
  .rrm-cycle {
    font-size: 11px;
  }
  .panel-footer-link {
    font-size: 11px;
    padding: 14px 17px;
  }
  .table-wrap table {
    min-width: 560px;
  }
  .bottom-grid .table-wrap table {
    min-width: 480px;
  }
  .bottom-grid td:nth-child(4),
  .bottom-grid th:nth-child(4) {
    display: none;
  }
  .table-wrap::after {
    content: "";
  }
  .snapshot-note {
    font-size: 9px;
  }
  .snapshot-note span {
    margin-left: 0;
    width: 100%;
  }
  .channel-note {
    font-size: 10px;
  }
  .channel-bars {
    gap: 17px;
    padding: 0 20px;
  }
  .toolbar {
    padding: 14px;
    gap: 8px;
  }
  .toolbar input[type="search"] {
    width: 100%;
    min-width: 0;
  }
  .toolbar select {
    flex: 1;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .form-grid .full {
    grid-column: auto;
  }
  .page-heading .button {
    font-size: 10px;
    padding: 7px 9px;
  }
  .panel-body {
    padding: 18px;
  }
  .floor-plan {
    aspect-ratio: 1.3;
    margin: 12px;
  }
  .floor-ap {
    font-size: 9px;
    padding: 5px;
  }
  .floor-plan svg text {
    font-size: 13px;
  }
  .history-row {
    padding: 17px;
    grid-template-columns: 42px 1fr;
  }
  .history-row > div {
    grid-column: 1/-1;
  }
  .history-row > .badge {
    grid-column: 1/-1;
    justify-self: start;
  }
  .alarm-card {
    padding: 17px;
  }
  .alarm-card .alarm-details {
    min-width: 230px;
  }
  .alarm-card .alarm-actions {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
  .drawer-header {
    padding: 22px;
  }
  .drawer-body {
    padding: 22px;
  }
  .drawer-actions .button {
    flex: 1;
    font-size: 11px;
  }
  .skip-link {
    left: 15px;
  }
  #toast {
    left: 50%;
    width: max-content;
  }
  .page-grid {
    gap: 16px;
  }
  .setting-row {
    align-items: flex-start;
  }
  .channel-item > span {
    font-size: 10px;
  }
  .channel-item b {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* Keep secondary information legible at ordinary laptop sizes. */
.icon-button.menu-toggle {
  display: none;
}
.brand small {
  letter-spacing: 3px;
  font-size: 9px;
}
.stat-label {
  font-size: 12px;
}
.stat p,
.stat p a {
  font-size: 11px;
}
.stat-note,
.alarm-summary {
  font-size: 10px;
}
.panel-head p,
.attention-banner div > span {
  font-size: 12px;
}
.attention-banner strong {
  font-size: 13px;
}
.decision-title {
  font-size: 12px;
}
.decision-detail {
  font-size: 11px;
}
.decision time {
  font-size: 10px;
}
.rrm-cycle,
.panel-footer-link,
.channel-note {
  font-size: 11px;
}
.engine-status,
.segmented button,
.chart-tabs button {
  font-size: 11px;
}
.decision-detail,
.decision time,
.chart-meta small,
.channel-item,
.snapshot-note {
  color: #728790;
}
th {
  font-size: 11px;
}
td,
.device-link {
  font-size: 12px;
}
.badge {
  font-size: 10px;
}
.form-error {
  padding: 12px 14px;
  background: var(--red-pale);
  border: 1px solid #e9c6c1;
  border-radius: 5px;
  color: #a8433b;
  font-size: 12px;
  margin: 14px 0;
}
.panel-body > p + .form-grid {
  margin-top: 20px;
}
.panel-body > p {
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 981px) and (max-width: 1190px) {
  .stat-label {
    font-size: 11px;
  }
  .stat p,
  .stat p a {
    font-size: 10px;
  }
  .engine-status {
    font-size: 9px;
  }
  .decision-title {
    font-size: 11px;
  }
  .decision-detail {
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .icon-button.menu-toggle {
    display: inline-grid;
  }
  .stat-label {
    font-size: 11px;
  }
  .stat p,
  .stat p a {
    font-size: 10px;
  }
  .panel-head p {
    font-size: 11px;
  }
  .attention-banner div > span {
    font-size: 11px;
  }
  .attention-banner strong {
    font-size: 12px;
  }
  .engine-status {
    font-size: 10px;
  }
}

@media (max-width: 700px) {
  .sidebar {
    visibility: hidden;
  }
  .sidebar.is-open {
    visibility: visible;
  }
  .traffic-chart {
    height: 130px;
  }
  .traffic-chart text {
    font-size: 21px;
  }
}
.table-wrap {
  position: relative;
}
.sr-only {
  top: 0;
  left: 0;
}
@media (max-width: 700px) {
  .traffic-chart text:nth-of-type(-n + 4) {
    font-size: 18px;
    text-anchor: start;
    transform: translateX(-27px);
  }
}

/* ═══ Canlı demo katmanı + ön ekran (giriş) ═══ */

/* — canlı rozet — */
.live-chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 650; letter-spacing: 0.08em;
  padding: 5px 11px; border-radius: 999px; cursor: pointer;
  color: var(--muted); background: var(--surface-subtle);
  border: 1px solid var(--line);
}
.live-chip i {
  width: 7px; height: 7px; border-radius: 50%; background: currentColor;
}
.live-chip.playing { color: var(--teal-dark); border-color: var(--teal); }
.live-chip.playing i { animation: live-pulse 1.8s ease-in-out infinite; }
@keyframes live-pulse { 50% { opacity: 0.25; } }
.live-chip:hover { border-color: var(--teal); }

/* — karar beslemesine yeni girdi gelişi — */
.decision.arrive { animation: decision-arrive 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
@keyframes decision-arrive {
  from { opacity: 0; transform: translateY(-8px); }
}

/* — kanal barları sahneler arasında süzülerek iner/çıkar — */
.bar-track i { transition: height 0.9s cubic-bezier(0.2, 0.8, 0.2, 1); }
.channel-item > span { transition: color 0.4s; }

/* — sakinleşen uyarı bandı — */
.attention-banner.ok { background: var(--teal-pale); }
.attention-banner.ok strong,
.attention-banner.ok div > span,
.attention-banner.ok .text-link,
.attention-banner.ok .alert-icon { color: var(--teal-dark); }

/* — oturumu kapat — */
.sidebar-logout {
  margin-top: 9px; padding: 0; border: 0; background: none; cursor: pointer;
  font-size: 12px; color: #8fa5b1; text-decoration: underline;
  text-underline-offset: 3px;
}
.sidebar-logout:hover { color: #fff; }

/* — ön ekran (giriş) · Design "1a" — */
.login-screen {
  position: fixed; inset: 0; z-index: 90; display: grid;
  grid-template-columns: minmax(400px, 44%) 1fr;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.login-screen.leaving { opacity: 0; transform: translateY(-14px); pointer-events: none; }
.login-brand {
  position: relative; overflow: hidden; background: #0e2028; color: #e9eff5;
  display: flex; flex-direction: column; padding: 48px;
}
.login-doodle { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.085; }
.login-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(70% 55% at 30% 50%, #0e2028 0%, rgba(14,32,40,0.55) 55%, rgba(14,32,40,0) 100%);
}
.login-logo { display: flex; align-items: center; gap: 14px; position: relative; }
.login-logo-mark {
  width: 48px; height: 48px; border-radius: 15px;
  background: rgba(255,255,255,0.06); display: grid; place-items: center;
}
.login-wordmark { font-family: "Sora", sans-serif; font-size: 24px; font-weight: 600; letter-spacing: -0.02em; line-height: 1; }
.login-wordmark-sub { font-family: "Azeret Mono", monospace; font-size: 9.5px; letter-spacing: 0.3em; color: #8a9bab; margin-top: 6px; }
.login-middle { flex: 1; display: flex; flex-direction: column; justify-content: center; position: relative; }
.login-slogan { font-family: "Sora", sans-serif; font-size: 34px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.2; }
.login-slogan em { font-style: normal; color: #3ed2ea; }
.login-desc { color: #8a9bab; font-size: 15px; margin: 18px 0 0; max-width: 360px; line-height: 1.6; }
.login-bottom { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; position: relative; }
.login-status {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid rgba(255,255,255,0.1); border-radius: 999px;
  padding: 9px 16px; font-size: 13px; color: #c7d3dd;
}
.login-status i { width: 8px; height: 8px; border-radius: 999px; background: #3fce93; animation: login-pulse 2.4s ease-in-out infinite; }
@keyframes login-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.login-tenant { font-family: "Azeret Mono", monospace; font-size: 11px; letter-spacing: 0.08em; color: #8a9bab; }
.login-form-side {
  background: #f3f6f8; color: #0f1e2b;
  display: flex; align-items: center; justify-content: center; padding: 48px;
}
.login-card { width: 380px; }
.login-eyebrow { font-family: "Azeret Mono", monospace; font-size: 10.5px; letter-spacing: 0.2em; color: #0a6b7e; }
.login-card h1 { font-family: "Sora", sans-serif; font-size: 30px; font-weight: 600; letter-spacing: -0.03em; margin: 12px 0 6px; color: #0f1e2b; }
.login-sub { color: #5b6b7a; font-size: 14px; margin: 0 0 26px; }
.login-card label { display: block; font-size: 12.5px; color: #5b6b7a; margin-bottom: 7px; }
.login-card input {
  width: 100%; background: #fff; border: 1px solid #dce5ed; border-radius: 12px;
  padding: 12px 16px; font-size: 14px; color: #0f1e2b; margin-bottom: 16px;
  font-family: inherit;
}
.login-card input:focus-visible { outline: 2px solid #0a6b7e; outline-offset: 1px; border-color: #0a6b7e; }
.login-card input[name="password"] { margin-bottom: 22px; }
.login-submit {
  width: 100%; background: #0a6b7e; border: none; border-radius: 12px; padding: 13px;
  color: #fff; font-weight: 700; font-size: 14px; font-family: "Sora", sans-serif; cursor: pointer;
}
.login-submit:hover { background: #085d6e; }
.login-submit:disabled { opacity: 0.6; cursor: wait; }
.login-error {
  display: none; background: #fbedeb; color: #b3433b; border: 1px solid #eccfcb;
  border-radius: 10px; padding: 10px 14px; font-size: 13px; margin-bottom: 16px;
}
.login-error.visible { display: block; }
.login-note { color: #6b7d8c; font-size: 12.5px; text-align: center; margin: 18px 0 0; }
@media (max-width: 900px) {
  .login-screen { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .login-brand { padding: 28px; }
  .login-middle { display: none; }
  .login-bottom { margin-top: 20px; }
  .login-card { width: min(380px, 100%); }
}
/* — giriş overlay: SSO — */
.login-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: #93a3b1; font-size: 12px; }
.login-divider::before, .login-divider::after { content: ""; flex: 1; height: 1px; background: #dce5ed; }
.login-sso { width: 100%; background: #fff; color: #24384a; border: 1px solid #dce5ed; border-radius: 12px; padding: 12px; font-weight: 600; font-size: 14px; font-family: "Sora", sans-serif; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.login-sso:hover { background: #f0f4f7; border-color: #c3d1dc; }
.login-sso svg { width: 17px; height: 17px; }

/* Cihazlar · sağlık özeti bandı */
.health-band {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.health-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 14px 16px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: var(--ink);
  min-width: 0;
  position: relative;
  transition: border-color 0.12s ease, background 0.12s ease;
}
.health-tile:hover {
  background: var(--surface-subtle);
  border-color: var(--line-strong);
}
.health-tile.active {
  border-color: var(--teal-dark);
  box-shadow: inset 0 0 0 1px var(--teal-dark);
}
.health-tile.active::after {
  content: "filtre";
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--teal-dark);
  font-weight: 650;
}
.health-tile.active .health-label .status-dot {
  visibility: hidden;
}
.health-tile.summary.active {
  border-color: var(--line);
  box-shadow: none;
}
.health-tile.summary.active::after {
  content: "";
}
.health-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
}
.health-label .icon {
  width: 15px;
  height: 15px;
  color: var(--muted);
}
.health-value {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
}
.health-note {
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.health-dist {
  display: flex;
  width: 100%;
  height: 6px;
  gap: 2px;
  margin: 2px 0 1px;
}
.health-dist .seg {
  border-radius: 3px;
  min-width: 4px;
}
.health-dist .seg.green { background: #479480; }
.health-dist .seg.amber { background: #c58a3a; }
.health-dist .seg.red { background: #c96057; }
.health-dist .seg.neutral { background: var(--line-strong); }
.status-dot.neutral { background: var(--line-strong); }
@media (max-width: 1190px) {
  .health-band { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .health-tile.summary { grid-column: span 3; }
}
@media (max-width: 700px) {
  .health-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .health-tile.summary { grid-column: span 2; }
}
