@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;600;700&display=swap");

/* Shared DefCore IPAM / DCI visual language. */
:root {
  --bg: #0b1018;
  --sidebar: #0d131d;
  --panel: #111822;
  --panel-2: #131a26;
  --line: #202837;
  --muted: #657287;
  --text: #dce3ed;
  --cyan: #6980ff;
  --violet: #8fa0ff;
  --blue: #79c0ff;
  --amber: #ffbd66;
  --green: #56d5a5;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

body {
  background: #0b1018;
  color: #dce3ed;
}

.shell {
  display: block;
}

.sidebar {
  width: 240px;
  padding: 22px 16px;
  border-right: 1px solid #202837;
  background: #0d131d;
  box-shadow: none;
}

.brand {
  height: auto;
  gap: 11px;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 750;
}

.brand > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  font-size: 18px;
  letter-spacing: 0;
}

.brand-tile {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(145deg, #657bf0, #4256bb);
  color: #fff;
  font-size: 13px;
}

.brand small {
  margin-top: 2px;
  color: #657287;
  font-size: 12px;
  letter-spacing: 0;
}

.nav {
  padding: 0;
}

.nav p {
  margin: 32px 10px 9px;
  color: #485467;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.nav a {
  height: auto;
  min-height: 43px;
  gap: 10px;
  margin: 0 0 4px;
  padding: 11px 12px;
  border-radius: 8px;
  color: #8491a5;
  font-size: 15px;
  font-weight: 600;
}

.nav a:hover,
.nav a.active {
  color: #fff;
  background: #1a2335;
  box-shadow: inset 3px 0 #6980ff;
}

.nav a.active::before {
  display: none;
}

.nav .icon,
.nav a.active .icon {
  color: #8491a5;
  font-size: 18px;
}

.nav a.active .icon {
  color: #8fa0ff;
}

.nav em,
.alert-dot {
  font-size: 11px;
}

.sidebar-foot {
  padding: 14px 0 0;
  border-top: 1px solid #202837;
}

.control-status {
  padding: 0 8px 14px;
}

.control-status b,
.profile b {
  font-size: 12px;
}

.control-status small,
.profile small {
  color: #657287;
  font-size: 11px;
}

.profile {
  padding: 10px;
  background: #111822;
}

main {
  margin-left: 240px;
}

.topbar {
  height: 64px;
  padding: 0 30px;
  border-color: #202837;
  background: #0d131dcc;
}

.topbar p {
  margin-bottom: 4px;
  color: #58667b;
  font-size: 11px;
  letter-spacing: .04em;
}

.topbar h1 {
  font-size: 20px;
}

.search {
  width: 360px;
  height: 38px;
  border-color: #2b3546;
  background: #151c28;
  color: #738096;
  font-size: 15px;
}

.icon-button {
  width: 38px;
  height: 38px;
  border-color: #2b3546;
  background: #151c28;
  font-size: 18px;
}

.primary {
  height: 38px;
  padding: 0 15px;
  border: 1px solid #7286fc;
  border-radius: 8px;
  background: linear-gradient(145deg, #6379ef, #5369dd);
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.content {
  max-width: 1500px;
  padding: 30px;
}

.status-strip {
  min-height: 58px;
  margin-bottom: 18px;
  padding: 11px 16px;
  border: 1px solid #293349;
  border-radius: 10px;
  background: #111925;
}

.status-strip b {
  font-size: 13px;
}

.status-strip small,
.status-strip button {
  font-size: 11px;
}

.status-strip button,
.panel-title a,
.event-link {
  color: #8fa0ff;
}

.pulse {
  background: #3bd99b;
  box-shadow: 0 0 8px #3bd99b;
}

.summary-grid {
  gap: 13px;
  margin-bottom: 14px;
}

.summary-card {
  min-height: 115px;
  padding: 18px;
  border: 1px solid #212a39;
  border-radius: 12px;
  background: linear-gradient(145deg, #131a26, #101620);
}

.summary-card::after {
  display: none;
}

.card-head {
  color: #748196;
  font-size: 13px;
}

.summary-card strong {
  margin: 10px 0 4px;
  font: 700 30px "JetBrains Mono", monospace;
  letter-spacing: -1px;
}

.summary-card small {
  color: #586579;
  font-size: 12px;
}

.panel {
  border: 1px solid #212a39;
  border-radius: 12px;
  background: #111822;
}

.panel-title {
  padding: 18px;
  border-bottom: 1px solid #202836;
}

.panel-title h2 {
  margin: 0 0 5px;
  font-size: 17px;
}

.panel-title p,
.panel-title a {
  font-size: 12px;
}

.panel-title select,
.panel-title button {
  height: 34px;
  border-color: #2b3546;
  background: #151c28;
  color: #aab5c6;
  font-size: 12px;
}

.capacity-numbers {
  padding: 18px 20px 4px;
}

.capacity-numbers span,
.capacity-numbers strong small,
.capacity-numbers em {
  font-size: 12px;
}

.capacity-numbers strong {
  font: 600 19px "JetBrains Mono", monospace;
}

.bar,
.task-progress {
  height: 4px;
  background: #30363d;
}

.bar i,
.task-progress i,
.mini-bar i {
  background: #6980ff;
}

.violet-bar i {
  background: #8fa0ff;
}

.cpu-line {
  stroke: #6980ff;
  filter: drop-shadow(0 0 4px #6980ff66);
}

.ram-line {
  stroke: #8fa0ff;
}

.chart .area {
  opacity: .65;
}

.axis {
  color: #59667a;
  font-size: 11px;
}

.task-row {
  grid-template-columns: 38px 1fr 42px;
  gap: 12px;
  padding: 17px 18px;
  border-color: #202836;
}

.task-icon {
  width: 34px;
  height: 34px;
  background: #1b2540;
  color: #8fa0ff;
  font-size: 15px;
}

.task-row b {
  color: #c5cedb;
  font-size: 13px;
}

.task-row small,
.task-row em {
  font-size: 11px;
}

.hosts th {
  height: auto;
  padding: 13px 10px;
  background: #0f151f;
  color: #59667a;
  font-size: 12px;
}

.hosts td {
  height: auto;
  padding: 15px 10px;
  border-color: #202836;
  color: #aab5c5;
  font-size: 15px;
}

.hosts th:first-child,
.hosts td:first-child {
  padding-left: 18px;
}

.mini-bar {
  width: 44px;
  height: 4px;
  background: #30363d;
}

.status {
  padding: 5px 8px;
  border-radius: 5px;
  color: #56d5a5;
  background: #19372f;
  font-size: 12px;
}

.status.warning {
  color: #ffbd66;
  background: #3a2b19;
}

.event {
  grid-template-columns: 43px 9px 1fr;
  padding: 16px 0;
  border-color: #202836;
}

.event time,
.event small,
.event-link {
  font-size: 11px;
}

.event b {
  color: #c5cedb;
  font-size: 13px;
}

.command-dialog,
.vm-dialog {
  border-color: #2b3547;
  border-radius: 14px;
  background: #111822;
}

.command-dialog input,
.vm-dialog input,
.vm-dialog select {
  height: 40px;
  border-color: #2a3547;
  border-radius: 8px;
  background: #0d141e;
  font-size: 15px;
}

.command-dialog input {
  height: 62px;
}

.vm-dialog h2 {
  font-size: 26px;
}

.vm-dialog p,
.vm-dialog label {
  font-size: 15px;
}

.toast {
  border-color: #3f4d79;
  background: #1b2540;
  color: #dce3ed;
  font-size: 15px;
}

@media (max-width: 900px) {
  .sidebar {
    width: 240px;
  }

  main {
    margin-left: 0;
  }

  .nav a {
    font-size: 15px;
  }

  .content {
    padding: 20px;
  }
}

/* Authentication */
.login-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 75% 25%, #222d57 0, transparent 32%),
    radial-gradient(circle at 20% 80%, #141d34 0, transparent 28%),
    #0b1018;
}

.login-main {
  display: grid;
  min-height: 100vh;
  margin: 0;
  padding: 28px;
  place-items: center;
}

.login-card {
  width: min(440px, 100%);
  padding: 38px;
  border: 1px solid #293349;
  border-radius: 16px;
  background: #111925e8;
  box-shadow: 0 30px 80px #0008;
  backdrop-filter: blur(15px);
}

.login-logo {
  display: flex;
  align-items: center;
  gap: 11px;
}

.login-logo > b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(145deg, #657bf0, #4256bb);
  color: #fff;
  font-size: 13px;
}

.login-logo > span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}

.login-logo small {
  margin-top: 2px;
  color: #657287;
  font-size: 12px;
}

.login-copy {
  margin: 38px 0 28px;
}

.login-copy .eyebrow {
  margin: 0 0 9px;
  color: #7186ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}

.login-copy h1 {
  margin: 0;
  font-size: 26px;
  letter-spacing: -.02em;
}

.login-copy > p:last-child {
  margin: 10px 0 0;
  color: #6f7c90;
  font-size: 15px;
  line-height: 1.55;
}

.login-card form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.login-card label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #9aa7b9;
  font-size: 15px;
  font-weight: 600;
}

.login-card input {
  width: 100%;
  height: 44px;
  padding: 0 13px;
  border: 1px solid #2a3547;
  border-radius: 8px;
  outline: 0;
  color: #dce3ed;
  background: #0d141e;
}

.login-card input:focus {
  border-color: #647af0;
  box-shadow: 0 0 0 3px #647af01c;
}

.login-card .primary {
  width: 100%;
  height: 44px;
  margin-top: 5px;
}

.login-error {
  margin: -3px 0 0;
  color: #f08b91;
  font-size: 14px;
}

.login-card footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 25px;
  color: #59667a;
  font-size: 11px;
}

.login-card footer span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3bd99b;
  box-shadow: 0 0 8px #3bd99b;
}

@media (max-width: 520px) {
  .login-main { padding: 16px; }
  .login-card { padding: 28px 22px; }
  .login-copy h1 { font-size: 23px; }
}

/* Settings */
.settings-heading { margin-bottom: 26px; }
.settings-heading > p { margin: 0 0 9px; color: #7186ff; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.settings-heading h2 { margin: 0; font-size: 26px; }
.settings-heading > span { display: block; margin-top: 8px; color: #738096; font-size: 15px; }
.settings-grid { display: grid; grid-template-columns: repeat(3, minmax(260px, 1fr)); gap: 14px; }
.settings-card { position: relative; min-height: 250px; padding: 23px; border: 1px solid #212a39; border-radius: 12px; background: #111822; color: #dce3ed; text-align: left; }
.settings-card-action { cursor: pointer; transition: border-color .18s, background .18s, transform .18s; }
.settings-card-action:hover { border-color: #40517a; background: #141d29; transform: translateY(-2px); }
.settings-card-icon { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 10px; color: #9cafff; background: #1b2540; font-size: 20px; }
.settings-card-icon.ipam-icon { color: #79c0ff; background: #172b42; }
.settings-card-icon.dci-icon { color: #63d6b0; background: #17352f; }
.settings-card h3 { margin: 0 0 10px; font-size: 18px; }
.settings-card p { margin: 0; color: #738096; font-size: 14px; line-height: 1.55; }
.settings-state { position: absolute; right: 23px; bottom: 23px; left: 23px; overflow: hidden; color: #657287; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.settings-state.connected { color: #56d5a5; }
.settings-card-action .settings-state { right: 110px; }
.settings-link { position: absolute; right: 23px; bottom: 23px; color: #8fa0ff; font-size: 12px; }
.muted-card { opacity: .72; }
.integration-dialog { width: min(590px, calc(100% - 30px)); padding: 0; border: 1px solid #2b3547; border-radius: 14px; background: #111822; color: #dce3ed; box-shadow: 0 30px 80px #0009; }
.integration-dialog::backdrop { background: #04070cc9; backdrop-filter: blur(6px); }
.integration-dialog form { display: flex; flex-direction: column; gap: 16px; padding: 23px; }
.integration-dialog header { display: flex; justify-content: space-between; margin: -23px -23px 4px; padding: 22px 23px; border-bottom: 1px solid #252f3e; }
.integration-dialog header small { color: #6980ff; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.integration-dialog h2 { margin: 7px 0; font-size: 26px; }
.integration-dialog header p { margin: 0; color: #6b788c; font-size: 15px; }
.integration-dialog header button { border: 0; color: #7c899d; background: transparent; font-size: 24px; cursor: pointer; }
.integration-dialog label { display: flex; flex-direction: column; gap: 7px; color: #9aa7b9; font-size: 15px; font-weight: 600; }
.integration-dialog input:not([type=checkbox]) { height: 42px; padding: 0 12px; border: 1px solid #2a3547; border-radius: 8px; outline: 0; color: #dce3ed; background: #0d141e; }
.integration-dialog input:focus { border-color: #647af0; }
.integration-dialog .toggle-row { flex-direction: row; align-items: center; gap: 10px; }
.integration-dialog .toggle-row input { width: 17px; height: 17px; }
.integration-dialog footer { display: flex; justify-content: flex-end; gap: 9px; padding-top: 3px; }
.secondary { height: 38px; padding: 0 15px; border: 1px solid #2b3546; border-radius: 8px; color: #aab5c6; background: #151c28; font-size: 15px; font-weight: 700; cursor: pointer; }
.integration-result { min-height: 20px; font-size: 13px; }
.integration-result.pending { color: #8fa0ff; }.integration-result.success { color: #56d5a5; }.integration-result.error { color: #f08b91; }
@media (max-width: 1100px) { .settings-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .settings-grid { grid-template-columns: 1fr; }.settings-card { min-height: 230px; } }

/* Networks and IPAM */
.networks-page [hidden] { display: none !important; }
.networks-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.networks-heading p { margin: 0 0 9px; color: #7186ff; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.networks-heading h2 { margin: 0; font-size: 26px; }
.networks-heading div > span { display: block; margin-top: 8px; color: #738096; font-size: 15px; }
.refresh-link { display: inline-grid; flex: none; place-items: center; text-decoration: none; }
.network-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 14px; }
.network-stats article { padding: 18px 20px; border: 1px solid #212a39; border-radius: 10px; background: #111822; }
.network-stats small { display: block; color: #68768a; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.network-stats strong { display: block; overflow: hidden; margin: 9px 0 3px; color: #edf2f8; font-size: 25px; text-overflow: ellipsis; }
.network-stats span { color: #647186; font-size: 12px; }
.network-toolbar { display: flex; align-items: center; gap: 10px; margin: 18px 0 12px; }
.network-search { display: flex; width: min(410px, 100%); height: 40px; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid #273244; border-radius: 8px; background: #0e151f; }
.network-search span { color: #6f7d91; font-size: 18px; }
.network-search input { width: 100%; border: 0; outline: 0; color: #dce3ed; background: transparent; font: inherit; }
.network-toolbar select { height: 40px; padding: 0 34px 0 11px; border: 1px solid #273244; border-radius: 8px; color: #aeb9c9; background: #111822; }
.network-toolbar > span { margin-left: auto; color: #69768a; font-size: 12px; }
.pool-list { display: grid; gap: 9px; }
.pool-card { overflow: hidden; border: 1px solid #222d3d; border-radius: 10px; background: #111822; }
.pool-card[hidden] { display: none; }
.pool-card summary { display: grid; grid-template-columns: 145px minmax(190px, 1fr) 115px minmax(190px, 260px) 78px 20px; min-height: 82px; align-items: center; gap: 18px; padding: 0 18px; cursor: pointer; list-style: none; }
.pool-card summary::-webkit-details-marker { display: none; }
.pool-card[open] summary { border-bottom: 1px solid #222d3d; }
.location-badge b,.location-badge span,.pool-identity strong,.pool-identity span { display: block; }
.location-badge b { width: max-content; padding: 4px 7px; border-radius: 5px; color: #9fb0ff; background: #202b4b; font-size: 11px; letter-spacing: .06em; }
.location-badge span,.pool-identity span { overflow: hidden; margin-top: 5px; color: #667389; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.pool-identity strong { color: #dfe6ef; font-size: 14px; }
.pool-meta { display: flex; flex-direction: column; gap: 5px; color: #78869a; font-size: 11px; }
.pool-meta b { color: #a4b0c1; font-weight: 600; }
.pool-capacity > div { display: flex; justify-content: space-between; color: #7b899c; font-size: 10px; }
.pool-capacity > div b { color: #aeb9c8; }
.pool-capacity > i { display: block; height: 4px; margin: 7px 0 5px; overflow: hidden; border-radius: 3px; background: #273141; }
.pool-capacity > i em { display: block; height: 100%; border-radius: inherit; background: #687df1; }
.pool-capacity small { color: #647287; font-size: 10px; }
.pool-status { padding: 4px 7px; border-radius: 10px; color: #9aa7b9; background: #242d3a; font-size: 10px; text-align: center; text-transform: uppercase; }
.pool-status.active { color: #57d4a5; background: #17342f; }
.pool-chevron { color: #67758a; font-style: normal; transition: transform .15s; }
.pool-card[open] .pool-chevron { transform: rotate(180deg); }
.prefix-table { padding: 8px 18px 14px; }
.prefix-head,.prefix-row { display: grid; grid-template-columns: 1.2fr 1fr 80px 1fr 90px; gap: 14px; align-items: center; min-height: 38px; }
.prefix-head { color: #566377; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.prefix-row { border-top: 1px solid #1d2633; color: #8794a7; font-size: 11px; }
.prefix-row code { color: #b9c6dc; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.prefix-status { color: #58cea2; }
.prefix-none { padding: 18px 0 10px; color: #657287; font-size: 12px; text-align: center; }
.network-empty { display: grid; min-height: 330px; padding: 36px; place-items: center; align-content: center; border: 1px dashed #2b3647; border-radius: 12px; background: #101721; text-align: center; }
.network-empty > span { display: grid; width: 48px; height: 48px; margin-bottom: 14px; place-items: center; border-radius: 12px; color: #8fa2ff; background: #1d2846; font-size: 22px; }
.network-empty h3 { margin: 0; font-size: 18px; }.network-empty p { max-width: 520px; margin: 9px 0 20px; color: #748196; font-size: 13px; }
.network-empty .primary { display: inline-grid; padding: 0 18px; place-items: center; text-decoration: none; }
.network-empty > div { display: flex; gap: 9px; }.network-empty > div a { display: inline-grid; place-items: center; text-decoration: none; }
.network-error > span { color: #ef9095; background: #3a2028; }.network-empty.compact { min-height: 180px; }
@media (max-width: 1150px) { .pool-card summary { grid-template-columns: 120px minmax(170px, 1fr) 90px 190px 20px; }.pool-status { display: none; }.network-stats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 780px) { .networks-heading { align-items: flex-start; }.network-toolbar { align-items: stretch; flex-direction: column; }.network-toolbar > span { margin-left: 0; }.pool-card summary { grid-template-columns: 100px 1fr 20px; padding: 14px; }.pool-meta,.pool-capacity { display: none; }.prefix-head { display: none; }.prefix-row { grid-template-columns: 1fr 1fr; padding: 9px 0; }.network-stats { grid-template-columns: 1fr 1fr; } }

/* Clusters */
.clusters-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }.clusters-heading p { margin: 0 0 9px; color: #7186ff; font-size: 11px; font-weight: 700; letter-spacing: .13em; }.clusters-heading h2 { margin: 0; font-size: 26px; }.clusters-heading span { display: block; margin-top: 8px; color: #738096; font-size: 15px; }
.cache-warning,.sync-ok { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding: 11px 14px; border: 1px solid #4d3c29; border-radius: 8px; color: #c9ab79; background: #201a14; font-size: 12px; }.cache-warning span { color: #8e7c63; }.cache-warning a { margin-left: auto; color: #d6b37b; }.sync-ok { border-color: #234138; color: #69cda9; background: #12221f; }.sync-ok span { width: 7px; height: 7px; border-radius: 50%; background: #4bd3a1; }
.cluster-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 14px; }.cluster-card { width: 100%; overflow: hidden; border: 1px solid #222d3c; border-radius: 12px; background: #111822; }.cluster-card > header { display: grid; grid-template-columns: 45px 1fr auto; gap: 13px; align-items: start; padding: 20px; border-bottom: 1px solid #202a38; }.cluster-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; color: #9badff; background: #202b4c; font-size: 21px; }.cluster-card header span { color: #7186ff; font-size: 10px; font-weight: 700; letter-spacing: .05em; }.cluster-card h3 { margin: 5px 0 3px; font-size: 18px; }.cluster-card header p { margin: 0; color: #657287; font-size: 11px; }.cluster-actions { display: flex; align-items: center; gap: 10px; }.cluster-actions > b { padding: 5px 8px; border-radius: 10px; color: #63d4aa; background: #17342e; font-size: 10px; }.cluster-actions button { border: 0; color: #d67c84; background: transparent; font-size: 11px; cursor: pointer; }.cluster-actions button:disabled { color: #566274; cursor: not-allowed; }.cluster-card > section { min-height: 145px; padding: 16px 20px; }.cluster-section-title { display: flex; justify-content: space-between; margin-bottom: 8px; color: #59667a; font-size: 9px; font-weight: 700; letter-spacing: .09em; }.node-list { display: grid; gap: 5px; }.node-row { display: grid; grid-template-columns: 8px 1fr auto 25px; gap: 9px; align-items: center; padding: 9px 10px; border-radius: 7px; background: #0d141e; }.node-row > i { width: 7px; height: 7px; border-radius: 50%; background: #4bd3a1; }.node-row strong,.node-row span { display: block; }.node-row strong { font-size: 12px; }.node-row span { margin-top: 3px; color: #607084; font-size: 10px; }.node-row em { color: #5dcba5; font-size: 9px; font-style: normal; text-transform: uppercase; }.node-row button { border: 0; color: #708096; background: transparent; font-size: 18px; cursor: pointer; }.node-empty { padding: 28px; color: #5d6a7d; font-size: 11px; text-align: center; }.cluster-card > footer { display: flex; min-height: 65px; align-items: center; gap: 12px; padding: 12px 20px; border-top: 1px solid #202a38; background: #0f161f; }.cluster-card footer > div span,.cluster-card footer > div strong { display: block; }.cluster-card footer > div span { color: #59677a; font-size: 9px; }.cluster-card footer > div strong { margin-top: 3px; font-size: 15px; }.cluster-card footer form { display: flex; flex: 1; gap: 7px; }.cluster-card select,.integration-dialog select { height: 38px; padding: 0 10px; border: 1px solid #2a3547; border-radius: 7px; color: #aeb9c9; background: #111a25; }.cluster-card select { min-width: 0; flex: 1; }.no-candidates { margin-left: auto; color: #59677a; font-size: 10px; }
.cluster-card > header[data-cluster-toggle] { cursor: pointer; user-select: none; }.cluster-card > header[data-cluster-toggle]:focus-visible { outline: 2px solid #7186ff; outline-offset: -2px; }.cluster-chevron { color: #738197; font-size: 17px; font-style: normal; transition: transform .18s ease; }.cluster-card.collapsed > header { border-bottom-color: transparent; }.cluster-card.collapsed > section,.cluster-card.collapsed > footer { display: none; }.cluster-card.collapsed .cluster-chevron { transform: rotate(-90deg); }
#clusterDialog::backdrop { background: #04070ce6; backdrop-filter: none; }
@media(max-width:1000px){.cluster-grid{grid-template-columns:1fr}}@media(max-width:650px){.clusters-heading{align-items:flex-start;flex-direction:column}.cluster-card>footer{align-items:stretch;flex-direction:column}.cluster-card footer form{width:100%;flex-direction:column}}
