/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.25_@types+node@24.13.3_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/.pnpm/next@15.5.25_@types+node@24.13.3_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/style.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  color-scheme: light dark;
  --bg: #f5f7f6;
  --panel: #fff;
  --ink: #14251e;
  --muted: #69766f;
  --green: #176b4b;
  --line: #dce4df;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 14px system-ui;
}
main {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
}
aside {
  padding: 28px 18px;
  background: #10291f;
  color: #dcebe4;
}
aside h1 {
  margin: 0 10px 24px;
  font-size: 20px;
}
aside select {
  width: 100%;
  margin-bottom: 18px;
  padding: 10px;
  border-radius: 8px;
  background: #18382b;
  color: white;
  border: 1px solid #315744;
}
aside button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  margin: 3px 0;
  border: 0;
  background: transparent;
  color: #bcd0c6;
}
aside button.active,
aside button:hover {
  background: #24523f;
  color: white;
}
section {
  padding: 42px;
  max-width: 1400px;
  width: 100%;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
small {
  color: var(--green);
  font-weight: 700;
  letter-spacing: 0.12em;
}
h2 {
  font-size: 30px;
  margin: 4px 0 22px;
}
button {
  cursor: pointer;
  background: var(--green);
  color: white;
  border: 0;
  border-radius: 8px;
  padding: 11px 16px;
}
.notice,
.error {
  padding: 14px 18px;
  background: #e8f2ed;
  border: 1px solid #b8d3c6;
  border-radius: 10px;
  margin-bottom: 22px;
}
.error {
  background: #fff0ee;
  border-color: #e5aaa3;
  color: #9b2418;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 14px;
  gap: 14px;
}
.grid article,
article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
}
.grid span {
  display: block;
  color: var(--muted);
  min-height: 36px;
}
.grid strong {
  font-size: 21px;
}
.login,
.center {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 20px;
}
.login form {
  width: min(420px, 100%);
  padding: 36px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 20px 60px #0002;
}
.brand {
  color: var(--green);
  font-weight: 800;
}
.login h1 {
  font-size: 25px;
}
.form {
  margin-top: 16px;
  max-width: 680px;
}
.form form {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}
.form form span {
  color: var(--green);
}
label {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  color: var(--muted);
}
input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
  color: var(--ink);
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  color: var(--muted);
}
.records {
  margin-top: 18px;
  padding: 0;
  overflow: hidden;
}
.records-head,
.list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
}
.records-head h3,
.list-heading h3,
.product-card h3,
.connection-card h3 {
  margin: 0;
}
.records-head > span,
.list-heading p,
.records-head p,
.connection-card p {
  color: var(--muted);
  margin: 4px 0 0;
}
.table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line);
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}
th,
td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
th {
  background: color-mix(in srgb, var(--bg) 75%, var(--panel));
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
tbody tr:last-child td {
  border-bottom: 0;
}
tbody tr:hover {
  background: color-mix(in srgb, var(--green) 4%, transparent);
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef1ef;
  color: #536159;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.badge.good {
  background: #dff5e9;
  color: #12633f;
}
.badge.bad {
  background: #fde6e3;
  color: #a22f24;
}
.empty {
  display: grid;
  place-items: center;
  min-height: 170px;
  color: var(--muted);
  text-align: center;
}
.empty > span {
  font-size: 36px;
  color: color-mix(in srgb, var(--green) 45%, transparent);
}
.product-section {
  margin-top: 8px;
}
.list-heading {
  padding-left: 0;
  padding-right: 0;
}
.count-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: #e6f3ed;
  color: var(--green);
  font-weight: 700;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
}
.product-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 18px;
  gap: 18px;
  padding: 14px;
  min-width: 0;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px #173d2c13;
}
.product-image {
  display: grid;
  place-items: center;
  height: 120px;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(145deg, #eaf2ee, #f7f9f8);
  color: var(--muted);
  font-weight: 700;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-info h3 {
  margin-top: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-info > p {
  margin: 7px 0;
  color: var(--muted);
}
.product-top,
.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.product-top > span:first-child {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}
.product-bottom {
  margin-top: auto;
}
.product-bottom strong {
  font-size: 16px;
}
.product-bottom a {
  color: var(--green);
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}
.operation-result {
  margin-top: 16px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #b8d3c6;
  background: #f0f8f4;
}
.operation-result.failure {
  border-color: #e5aaa3;
  background: #fff0ee;
}
.operation-result > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.operation-result span {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
  padding: 9px 12px;
  border-radius: 8px;
  background: var(--panel);
}
.operation-result small {
  font-size: 10px;
}
.connection-card {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 680px;
}
.connection-card .badge {
  margin-left: auto;
}
.connection-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #dff5e9;
  color: var(--green);
  font-weight: 900;
}
.tenant-overview {
  margin-top: 16px;
}
.tenant-overview > .records {
  box-shadow: none;
}
.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  gap: 12px;
  padding: 0 22px 6px;
}
.overview-grid > div {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
  padding: 15px;
  background: var(--bg);
  border-radius: 10px;
}
.overview-grid span {
  color: var(--muted);
}
@media (max-width: 850px) {
  main {
    grid-template-columns: 1fr;
  }
  aside {
    position: relative;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  section {
    padding: 22px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .product-card {
    grid-template-columns: 88px 1fr;
  }
  .product-image {
    height: 88px;
  }
  .overview-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0c1511;
    --panel: #14231c;
    --ink: #edf5f1;
    --muted: #a7b6ae;
    --line: #294036;
  }
  .notice {
    background: #163527;
    border-color: #285d45;
  }
  .badge {
    background: #26372f;
    color: #c6d2cc;
  }
  .badge.good,
  .count-pill {
    background: #173d2c;
    color: #87d5ae;
  }
  .operation-result {
    background: #163527;
  }
}

