/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.10_@babel+core@7._5c607d5a842f8065d15620f625dc6761/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.2.10_@babel+core@7._5c607d5a842f8065d15620f625dc6761/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/public-shell/public-shell.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.public-shell_shell__PsHpQ {
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(240, 100, 24, 0.08),
      transparent 34rem
    ),
    var(--ucp-bg);
}

.public-shell_header__5AuRK {
  position: relative;
}

.public-shell_guestStatus__x0F3r {
  color: var(--ucp-text-soft);
}

.public-shell_loginPanel__VL3aD {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
  border: 1px solid rgba(240, 100, 24, 0.3);
  border-radius: var(--ucp-radius);
  background:
    linear-gradient(90deg, rgba(240, 100, 24, 0.13), transparent 52%),
    rgba(12, 17, 25, 0.9);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  padding: 12px 14px;
}

.public-shell_loginCopy__evBFc {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.public-shell_loginCopy__evBFc > span:last-child {
  display: grid;
  gap: 2px;
}

.public-shell_loginCopy__evBFc strong {
  color: var(--ucp-text);
  font-family: var(--ucp-font-display);
  font-size: 19px;
}

.public-shell_loginCopy__evBFc small {
  color: var(--ucp-text-muted);
  font-size: 12px;
  font-weight: 700;
}

.public-shell_loginIcon__NTkka {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(240, 100, 24, 0.36);
  border-radius: var(--ucp-radius);
  background: rgba(240, 100, 24, 0.13);
  color: var(--ucp-brand-2);
}

.public-shell_loginIcon__NTkka svg {
  width: 18px;
  height: 18px;
}

.public-shell_loginActions__JRZGJ {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
}

.public-shell_loginPrimary__jplNl,
.public-shell_loginSecondary__6oTxd {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--ucp-border);
  border-radius: var(--ucp-radius);
  padding: 0 13px;
  font-size: 12px;
  font-weight: 900;
}

.public-shell_loginPrimary__jplNl {
  border-color: rgba(240, 100, 24, 0.5);
  background: linear-gradient(90deg, var(--ucp-brand-dark), var(--ucp-brand));
  color: white;
}

.public-shell_loginPrimary__jplNl:hover {
  color: white;
}

.public-shell_loginSecondary__6oTxd {
  background: rgba(255, 255, 255, 0.05);
  color: var(--ucp-text-soft);
}

.public-shell_loginSecondary__6oTxd:hover {
  border-color: rgba(240, 100, 24, 0.45);
  background: rgba(240, 100, 24, 0.12);
  color: var(--ucp-brand-2);
}

.public-shell_loginActions__JRZGJ svg {
  width: 15px;
  height: 15px;
}

.public-shell_statusPanel__h0Vyd {
  overflow: hidden;
  border: 1px solid var(--ucp-border);
  border-radius: var(--ucp-radius);
  background: var(--ucp-surface);
}

.public-shell_statusSummary__s7teH {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(150px, 0.4fr));
}

.public-shell_statusState__TWtfC,
.public-shell_statusMetric__fY93c {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.public-shell_statusMetric__fY93c {
  border-left: 1px solid var(--ucp-border);
}

.public-shell_statusLabel__DldH9 {
  color: var(--ucp-text-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.public-shell_statusState__TWtfC strong,
.public-shell_statusMetric__fY93c strong {
  margin-top: 9px;
  font-family: var(--ucp-font-display);
  font-size: 30px;
}

.public-shell_statusState__TWtfC strong {
  display: flex;
  align-items: center;
  gap: 13px;
}

.public-shell_statusDot__ha0mg {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ucp-green);
  box-shadow: 0 0 0 5px rgba(77, 222, 154, 0.1);
}

.public-shell_statusDot__ha0mg[data-state="degraded"] {
  background: var(--ucp-orange);
}

.public-shell_statusDot__ha0mg[data-state="down"] {
  background: var(--ucp-red);
}

.public-shell_statusDot__ha0mg[data-state="maintenance"],
.public-shell_statusDot__ha0mg[data-state="unknown"] {
  background: var(--ucp-text-subtle);
}

.public-shell_statusDetails__Fy_34 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--ucp-border);
  padding: 16px 24px;
}

.public-shell_statusDetails__Fy_34 p,
.public-shell_statusNote__EJ_Qs {
  margin: 0;
  color: var(--ucp-text-muted);
}

.public-shell_statusError__q2Y1I {
  color: var(--ucp-orange) !important;
}

.public-shell_refreshButton__9QUbg {
  min-height: 38px;
  border: 1px solid var(--ucp-border);
  border-radius: var(--ucp-radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ucp-text-soft);
  cursor: pointer;
  padding: 0 13px;
  font-weight: 850;
}

.public-shell_refreshButton__9QUbg:disabled {
  cursor: wait;
  opacity: 0.65;
}

.public-shell_statusNote__EJ_Qs {
  line-height: 1.7;
}

@media (max-width: 900px) {
  .public-shell_loginPanel__VL3aD {
    align-items: stretch;
    flex-direction: column;
  }

  .public-shell_loginActions__JRZGJ {
    width: 100%;
  }

  .public-shell_loginPrimary__jplNl,
  .public-shell_loginSecondary__6oTxd {
    flex: 1 1 0;
  }
}

@media (max-width: 640px) {
  .public-shell_guestStatus__x0F3r {
    display: none;
  }

  .public-shell_loginActions__JRZGJ {
    flex-direction: column;
  }

  .public-shell_statusSummary__s7teH {
    grid-template-columns: 1fr;
  }

  .public-shell_statusMetric__fY93c {
    min-height: 110px;
    border-top: 1px solid var(--ucp-border);
    border-left: 0;
  }

  .public-shell_statusDetails__Fy_34 {
    align-items: stretch;
    flex-direction: column;
  }
}

