/* [project]/src/features/cloud/components/auth.css [app-client] (css) */
.auth-shell {
  color: #e8f4ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: clamp(.75rem, 3.2vh, 1.5rem) clamp(.75rem, 4vw, 1.5rem);
  display: flex;
  position: relative;
  overflow: hidden;
}

@supports (min-height: 100dvh) {
  .auth-shell {
    min-height: 100dvh;
  }
}

.auth-backdrop {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.auth-backdrop__base {
  background: radial-gradient(80% 60% at 50% 120%, #064e7873, #0000 55%), radial-gradient(60% 40% at 10% 10%, #381c7859, #0000 50%), linear-gradient(165deg, #020617 0%, #0a1628 42%, #030712 100%);
  position: absolute;
  inset: 0;
}

.auth-backdrop__aurora {
  opacity: .85;
  background: conic-gradient(from 200deg, #0000 0deg, #38bdf81f 60deg, #0000 120deg, #6366f124 200deg, #0000 280deg, #0ea5e91a 340deg, #0000 360deg);
  animation: 28s linear infinite auth-aurora-spin;
  position: absolute;
  inset: -40%;
}

.auth-backdrop__orb {
  filter: blur(80px);
  opacity: .55;
  border-radius: 50%;
  animation: 18s ease-in-out infinite auth-orb-drift;
  position: absolute;
}

.auth-backdrop__orb--1 {
  background: radial-gradient(circle, #22d3ee8c 0%, #0000 68%);
  width: min(52vw, 420px);
  height: min(52vw, 420px);
  animation-duration: 22s;
  top: -8%;
  left: -6%;
}

.auth-backdrop__orb--2 {
  background: radial-gradient(circle, #6366f180 0%, #0000 68%);
  width: min(48vw, 380px);
  height: min(48vw, 380px);
  animation-duration: 26s;
  animation-delay: -6s;
  top: 18%;
  right: -10%;
}

.auth-backdrop__orb--3 {
  background: radial-gradient(circle, #0ea5e966 0%, #0000 68%);
  width: min(56vw, 460px);
  height: min(56vw, 460px);
  animation-duration: 20s;
  animation-delay: -12s;
  bottom: -12%;
  left: 28%;
}

.auth-backdrop__perspective {
  perspective: 520px;
  perspective-origin: 50% 35%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.auth-backdrop__grid-floor {
  transform-origin: 50% 100%;
  background-image: linear-gradient(#38bdf824 1px, #0000 1px), linear-gradient(90deg, #38bdf824 1px, #0000 1px);
  background-size: 56px 56px;
  height: 140%;
  animation: 14s linear infinite auth-grid-floor-scroll;
  position: absolute;
  bottom: -55%;
  left: -50%;
  right: -50%;
  transform: rotateX(72deg);
  -webkit-mask-image: linear-gradient(to top, #000 8%, #0000 72%);
  mask-image: linear-gradient(to top, #000 8%, #0000 72%);
}

.auth-backdrop__collab {
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.auth-backdrop__collab-link, .auth-backdrop__hub-link {
  fill: none;
  stroke: url("#auth-collab-grad");
  stroke-width: .14px;
  stroke-linecap: round;
  stroke-dasharray: 2 4;
}

.auth-backdrop__collab-link {
  animation: 4.5s ease-in-out infinite auth-collab-pulse;
  animation-delay: var(--link-delay, 0s);
}

.auth-backdrop__collab-link--hq, .auth-backdrop__hub-link {
  stroke-width: .1px;
  opacity: .55;
  animation: 3.8s ease-in-out infinite auth-hub-pulse;
  animation-delay: var(--link-delay, 0s);
}

.auth-backdrop__hq-glow, .auth-backdrop__hub-glow {
  animation: 3s ease-in-out infinite auth-hub-glow;
}

.auth-backdrop__employees {
  position: absolute;
  inset: 0;
}

.auth-employee {
  left: var(--emp-x);
  top: var(--emp-y);
  width: clamp(96px, 12vw, 148px);
  transform: scale(var(--emp-scale));
  transform-origin: bottom;
  opacity: .88;
  z-index: 0;
  position: absolute;
}

.auth-employee__inner {
  animation: 5.5s ease-in-out infinite auth-employee-float;
  animation-delay: var(--emp-delay, 0s);
}

.auth-employee--cyan {
  filter: drop-shadow(0 0 24px #22d3ee47);
}

.auth-employee--violet {
  filter: drop-shadow(0 0 24px #a78bfa47);
}

.auth-employee--sky {
  filter: drop-shadow(0 0 22px #38bdf83d);
}

.auth-employee--indigo {
  filter: drop-shadow(0 0 22px #818cf842);
}

.auth-employee__task-bubble {
  z-index: 2;
  max-width: 5.5rem;
  font-family: var(--font-mono);
  letter-spacing: .04em;
  color: #bae6fdf2;
  white-space: nowrap;
  animation: 4s ease-in-out infinite auth-bubble-float;
  animation-delay: var(--emp-delay, 0s);
  background: #0f172abf;
  border: 1px solid #38bdf859;
  border-radius: 999px;
  padding: .2rem .45rem;
  font-size: .5rem;
  position: absolute;
  top: -.35rem;
  right: -.15rem;
}

.auth-employee--violet .auth-employee__task-bubble {
  color: #ddd6fef2;
  border-color: #a78bfa66;
}

.auth-employee__halo {
  width: 70%;
  height: 12%;
  animation: 3s ease-in-out infinite auth-halo-pulse;
  animation-delay: var(--emp-delay, 0s);
  background: radial-gradient(#38bdf859 0%, #0000 70%);
  border-radius: 50%;
  margin-left: -35%;
  position: absolute;
  bottom: 8%;
  left: 50%;
}

.auth-employee__figure {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.auth-employee__stroke {
  fill: none;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .92;
  animation: 3.6s ease-in-out infinite auth-figure-glow;
  animation-delay: var(--emp-delay, 0s);
}

.auth-employee__stroke--dash {
  stroke-dasharray: 3 5;
  animation: 3.6s ease-in-out infinite auth-figure-glow, 6s linear infinite auth-figure-dash;
  animation-delay: var(--emp-delay, 0s), var(--emp-delay, 0s);
}

.auth-employee__core {
  fill: #38bdf826;
  stroke-width: 1.2px;
  transform-box: fill-box;
  transform-origin: center;
  animation: 2.4s ease-in-out infinite auth-core-pulse;
  animation-delay: var(--emp-delay, 0s);
}

.auth-employee--violet .auth-employee__core {
  fill: #a78bfa26;
}

.auth-employee--indigo .auth-employee__core {
  fill: #818cf826;
}

.auth-employee__panel {
  fill: #0f172a59;
  stroke-width: 1.2px;
  opacity: .9;
}

.auth-employee__platform {
  fill: #38bdf814;
  stroke: #38bdf859;
  stroke-width: 1px;
  animation: 2.8s ease-in-out infinite auth-platform-pulse;
  animation-delay: var(--emp-delay, 0s);
}

.auth-employee--violet .auth-employee__platform {
  fill: #a78bfa14;
  stroke: #a78bfa59;
}

.auth-employee--sky .auth-employee__platform {
  fill: #38bdf814;
  stroke: #38bdf852;
}

.auth-employee--indigo .auth-employee__platform {
  fill: #818cf814;
  stroke: #818cf859;
}

.auth-employee__badge {
  fill: #34d39940;
  stroke-width: 1px;
  animation: 1.8s ease-in-out infinite auth-status-blink;
  animation-delay: var(--emp-delay, 0s);
}

.auth-employee__bubble {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  max-width: 7.5rem;
  animation: 4s ease-in-out infinite auth-bubble-float;
  animation-delay: var(--emp-delay, 0s);
  background: #0f172ab8;
  border: 1px solid #38bdf847;
  border-radius: 999px;
  align-items: center;
  gap: .35rem;
  padding: .2rem .45rem;
  display: inline-flex;
  position: absolute;
  top: -.35rem;
  right: -.25rem;
}

.auth-employee__bubble-dots {
  gap: 2px;
  display: inline-flex;
}

.auth-employee__bubble-dots span {
  background: #7dd3fc;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  animation: 1.2s ease-in-out infinite auth-dot-bounce;
}

.auth-employee__bubble-dots span:nth-child(2) {
  animation-delay: .15s;
}

.auth-employee__bubble-dots span:nth-child(3) {
  animation-delay: .3s;
}

.auth-employee__bubble-text {
  font-family: var(--font-mono);
  letter-spacing: .04em;
  color: #bae6fde6;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .5rem;
  overflow: hidden;
}

.auth-employee__meta {
  text-align: center;
  font-family: var(--font-mono);
  margin-top: .35rem;
  line-height: 1.35;
}

.auth-employee__code {
  letter-spacing: .14em;
  color: #94a3b8bf;
  font-size: .5625rem;
  display: block;
}

.auth-employee__role {
  letter-spacing: .08em;
  color: #e2e8f0e6;
  font-size: .6875rem;
  font-weight: 600;
  display: block;
}

.auth-employee__status {
  letter-spacing: .06em;
  color: #7dd3fcd9;
  align-items: center;
  gap: .3rem;
  margin-top: .15rem;
  font-size: .5625rem;
  display: inline-flex;
}

.auth-employee__status-dot {
  width: 5px;
  height: 5px;
  animation: 1.8s ease-in-out infinite auth-status-blink;
  animation-delay: var(--emp-delay, 0s);
  background: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 8px #34d399cc;
}

.auth-backdrop__task-flow {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.auth-backdrop__task-packet {
  opacity: 0;
  width: 6px;
  height: 6px;
  animation: 7s linear infinite auth-task-route;
  animation-delay: calc(var(--packet-i) * -1.4s);
  background: #7dd3fc;
  border-radius: 2px;
  position: absolute;
  box-shadow: 0 0 12px #38bdf8d9;
}

.auth-backdrop__hq {
  pointer-events: none;
  z-index: 0;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.auth-backdrop__hq-core {
  background: #7dd3fc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  animation: 2s ease-in-out infinite auth-hq-core-pulse;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px #38bdf8e6;
}

.auth-backdrop__hq-ring {
  border: 1px solid #38bdf833;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.auth-backdrop__hq-ring--1 {
  animation: 18s linear infinite auth-hq-spin;
}

.auth-backdrop__hq-ring--2 {
  border-color: #818cf840;
  animation: 14s linear infinite auth-hq-spin-reverse;
  inset: 12%;
}

.auth-backdrop__hq-label {
  font-size: .625rem;
  font-family: var(--font-mono);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #94a3b88c;
  white-space: nowrap;
  animation: 3s ease-in-out infinite auth-hq-label-pulse;
  position: absolute;
  top: calc(50% - .35rem);
  left: 50%;
  transform: translate(-50%, -50%);
}

.auth-backdrop__hq-sub {
  font-size: .5rem;
  font-family: var(--font-mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #64748b99;
  white-space: nowrap;
  position: absolute;
  top: calc(50% + 1rem);
  left: 50%;
  transform: translateX(-50%);
}

.auth-backdrop__scanline {
  opacity: .3;
  background: repeating-linear-gradient(0deg, #0000, #0000 2px, #ffffff03 2px 3px);
  animation: 4s steps(2, end) infinite auth-scanline-flicker;
  position: absolute;
  inset: 0;
}

.auth-backdrop__vignette {
  pointer-events: none;
  background: radial-gradient(52% 50% at 50% 48%, #0000 18%, #020617e0 100%);
  position: absolute;
  inset: 0;
}

@media (max-width: 640px) {
  .auth-employee {
    opacity: .55;
    width: clamp(72px, 18vw, 100px);
  }

  .auth-employee__bubble, .auth-employee__task-bubble, .auth-backdrop__hq-label, .auth-backdrop__hq-sub {
    display: none;
  }
}

.auth-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: clamp(.7rem, 2.2vh, 1.25rem);
  width: 100%;
  max-width: 28rem;
  max-height: 100%;
  animation: .68s cubic-bezier(.2, .74, .2, 1) both auth-fade-up;
  display: flex;
  position: relative;
}

.auth-brand {
  text-align: center;
}

.auth-brand__mark {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(.3rem, 1.2vh, .7rem);
  display: flex;
}

.auth-brand__logo {
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  width: clamp(4.25rem, min(26vw, 20vh), 8.25rem);
  height: clamp(4.25rem, min(26vw, 20vh), 8.25rem);
  box-shadow: 0 0 0 2px #ffffff24, 0 16px 44px #0e5aaa66;
}

@supports (height: 100dvh) {
  .auth-brand__logo {
    width: clamp(4.25rem, min(26vw, 20dvh), 8.25rem);
    height: clamp(4.25rem, min(26vw, 20dvh), 8.25rem);
  }
}

.auth-brand__title {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.auth-brand__tagline {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #94a3b8d9;
  font-size: clamp(.6875rem, 1.7vh, .8125rem);
}

.auth-card {
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  backdrop-filter: blur(24px) saturate(140%);
  background: linear-gradient(155deg, #0f172ab8 0%, #020617d1 100%);
  border: 1px solid #94a3b82e;
  border-radius: 1.25rem;
  padding: clamp(1.15rem, 3.4vw, 1.75rem);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #38bdf814, 0 24px 64px #0206178c, 0 0 80px #0ea5e914;
}

.auth-card:before {
  content: "";
  background: linear-gradient(90deg, #0000, #7dd3fc8c 50%, #0000);
  height: 1px;
  position: absolute;
  inset: 0 0 auto;
}

.auth-card__header {
  margin-bottom: clamp(.85rem, 2.4vh, 1.5rem);
}

.auth-card__title {
  letter-spacing: .01em;
  color: #f1f5f9;
  font-size: clamp(1.0625rem, 2.6vh, 1.25rem);
  font-weight: 600;
}

.auth-card__subtitle {
  color: #94a3b8eb;
  margin-top: .45rem;
  font-size: clamp(.8125rem, 2vh, .875rem);
  line-height: 1.55;
}

.auth-field {
  display: block;
}

.auth-field + .auth-field {
  margin-top: clamp(.6rem, 1.8vh, 1rem);
}

.auth-field__label {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #94a3b8e6;
  margin-bottom: .4rem;
  font-size: .75rem;
  font-weight: 500;
  display: block;
}

.auth-field__wrap {
  position: relative;
}

.auth-field__icon {
  color: #7dd3fca6;
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: .85rem;
  transform: translateY(-50%);
}

.auth-field__input {
  color: #f8fafc;
  background: #0f172a8c;
  border: 1px solid #94a3b833;
  border-radius: .65rem;
  width: 100%;
  min-height: clamp(2.5rem, 6.4vh, 2.75rem);
  padding: .65rem .9rem .65rem 2.5rem;
  font-size: .9375rem;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

.auth-field__input::placeholder {
  color: #64748bbf;
}

.auth-field__input:hover {
  background: #0f172ab8;
  border-color: #7dd3fc47;
}

.auth-field__input:focus, .auth-field__input:focus-visible {
  background: #0f172ad9;
  border-color: #38bdf88c;
  outline: none;
  box-shadow: 0 0 0 3px #38bdf826, 0 0 20px #38bdf81f;
}

.auth-error {
  color: #fecaca;
  background: #7f1d1d40;
  border: 1px solid #f8717159;
  border-radius: .5rem;
  margin-top: .75rem;
  padding: .55rem .75rem;
  font-size: .8125rem;
}

.auth-session-status {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: .65rem;
  padding: 1.25rem .5rem .5rem;
  display: flex;
}

.auth-session-status__icon {
  color: #6ee7b7;
}

.auth-session-status__title {
  letter-spacing: .02em;
  color: #f0f9ff;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 650;
}

.auth-session-status__body {
  color: #bae6fde0;
  max-width: 22rem;
  margin: 0;
  font-size: .875rem;
  line-height: 1.55;
}

.auth-session-status__action {
  margin-top: .5rem;
  text-decoration: none;
}

.auth-submit {
  letter-spacing: .03em;
  color: #f8fafc;
  cursor: pointer;
  background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);
  border: 1px solid #7dd3fc59;
  border-radius: .65rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  min-height: clamp(2.6rem, 6.6vh, 2.85rem);
  margin-top: clamp(.85rem, 2.4vh, 1.25rem);
  font-size: .9375rem;
  font-weight: 600;
  transition: transform .18s, box-shadow .18s, filter .18s, opacity .18s;
  display: flex;
  box-shadow: 0 4px 24px #0ea5e959, inset 0 1px #ffffff2e;
}

.auth-submit:hover:not(:disabled) {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 8px 32px #0ea5e973, inset 0 1px #ffffff38;
}

.auth-submit:active:not(:disabled) {
  transform: translateY(0);
}

.auth-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.auth-switch {
  text-align: center;
  color: #94a3b8eb;
  margin-top: clamp(.8rem, 2.2vh, 1.25rem);
  font-size: .875rem;
}

.auth-switch__link {
  color: #7dd3fc;
  font-weight: 500;
  text-decoration: none;
  transition: color .16s;
}

.auth-switch__link:hover {
  color: #bae6fd;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.auth-footer {
  text-align: center;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #64748bbf;
  font-size: .6875rem;
}

@media (max-height: 820px) {
  .auth-content {
    gap: .7rem;
  }

  .auth-card {
    padding: clamp(1rem, 3vw, 1.35rem);
  }

  .auth-card__header {
    margin-bottom: .85rem;
  }

  .auth-field + .auth-field {
    margin-top: .6rem;
  }

  .auth-field__input {
    min-height: 2.5rem;
  }

  .auth-submit {
    min-height: 2.6rem;
    margin-top: .85rem;
  }

  .auth-switch {
    margin-top: .8rem;
  }
}

@media (max-height: 700px) {
  .auth-brand__logo {
    width: clamp(3rem, min(20vw, 13vh), 5rem);
    height: clamp(3rem, min(20vw, 13vh), 5rem);
  }

  .auth-brand__tagline, .auth-footer {
    display: none;
  }

  .auth-content {
    gap: .6rem;
  }

  .auth-card {
    padding: clamp(.9rem, 2.8vw, 1.2rem);
  }

  .auth-card__header {
    margin-bottom: .7rem;
  }

  .auth-field + .auth-field {
    margin-top: .5rem;
  }

  .auth-field__label {
    margin-bottom: .3rem;
  }

  .auth-field__input {
    min-height: 2.35rem;
  }

  .auth-submit {
    min-height: 2.45rem;
    margin-top: .75rem;
  }

  .auth-switch {
    margin-top: .7rem;
  }
}

@supports (height: 100dvh) {
  @media (max-height: 700px) {
    .auth-brand__logo {
      width: clamp(3rem, min(20vw, 13dvh), 5rem);
      height: clamp(3rem, min(20vw, 13dvh), 5rem);
    }
  }
}

@media (max-height: 620px) {
  .auth-brand__logo {
    width: clamp(2.75rem, min(18vw, 11vh), 4.5rem);
    height: clamp(2.75rem, min(18vw, 11vh), 4.5rem);
  }

  .auth-card__subtitle {
    display: none;
  }

  .auth-card {
    padding: .85rem;
  }

  .auth-card__header {
    margin-bottom: .5rem;
  }

  .auth-field + .auth-field {
    margin-top: .4rem;
  }

  .auth-field__input {
    min-height: 2.1rem;
  }

  .auth-submit {
    min-height: 2.25rem;
    margin-top: .6rem;
  }

  .auth-switch {
    margin-top: .55rem;
  }

  .auth-error {
    margin-top: .4rem;
    padding: .4rem .6rem;
    font-size: .75rem;
  }
}

@supports (height: 100dvh) {
  @media (max-height: 620px) {
    .auth-brand__logo {
      width: clamp(2.75rem, min(18vw, 11dvh), 4.5rem);
      height: clamp(2.75rem, min(18vw, 11dvh), 4.5rem);
    }
  }
}

@media (max-height: 480px) {
  .auth-brand {
    display: none;
  }

  .auth-shell {
    padding: .6rem;
  }

  .auth-content {
    gap: .4rem;
  }

  .auth-card {
    padding: .8rem;
  }

  .auth-card__header {
    margin-bottom: .4rem;
  }

  .auth-field__input {
    min-height: 2rem;
  }

  .auth-submit {
    min-height: 2.15rem;
  }
}

@keyframes auth-aurora-spin {
  from {
    transform: rotate(0)scale(1);
  }

  to {
    transform: rotate(360deg)scale(1.08);
  }
}

@keyframes auth-orb-drift {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  33% {
    transform: translate(3%, -2%)scale(1.06);
  }

  66% {
    transform: translate(-2%, 3%)scale(.96);
  }
}

@keyframes auth-grid-floor-scroll {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 56px;
  }
}

@keyframes auth-dot-bounce {
  0%, 100% {
    opacity: .35;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

@keyframes auth-hq-glow-pulse {
  0%, 100% {
    opacity: .45;
    r: 10;
  }

  50% {
    opacity: .85;
    r: 14;
  }
}

@keyframes auth-hq-core-pulse {
  0%, 100% {
    opacity: .7;
    transform: scale(.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.auth-employee__scan {
  opacity: 0;
  animation: 4.2s ease-in-out infinite auth-employee-scan;
  animation-delay: var(--emp-delay, 0s);
}

@keyframes auth-collab-pulse {
  0%, 100% {
    stroke-dashoffset: 0;
    opacity: .3;
  }

  50% {
    stroke-dashoffset: -12px;
    opacity: .85;
  }
}

@keyframes auth-hub-pulse {
  0%, 100% {
    stroke-dashoffset: 0;
    opacity: .35;
  }

  50% {
    stroke-dashoffset: -8px;
    opacity: .75;
  }
}

@keyframes auth-hub-glow {
  0%, 100% {
    opacity: .45;
    r: 7;
  }

  50% {
    opacity: .9;
    r: 9;
  }
}

@keyframes auth-hub-core-pulse {
  0%, 100% {
    opacity: .7;
    transform: scale(.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes auth-employee-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes auth-bubble-float {
  0%, 100% {
    opacity: .75;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@keyframes auth-halo-pulse {
  0%, 100% {
    opacity: .45;
    transform: scale(1);
  }

  50% {
    opacity: .9;
    transform: scale(1.15);
  }
}

@keyframes auth-figure-glow {
  0%, 100% {
    opacity: .55;
  }

  50% {
    opacity: 1;
  }
}

@keyframes auth-figure-dash {
  to {
    stroke-dashoffset: -24px;
  }
}

@keyframes auth-core-pulse {
  0%, 100% {
    opacity: .5;
    transform: scale(.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@keyframes auth-platform-pulse {
  0%, 100% {
    opacity: .6;
  }

  50% {
    opacity: 1;
  }
}

@keyframes auth-employee-scan {
  0%, 100% {
    opacity: 0;
    transform: translateY(0);
  }

  15% {
    opacity: .85;
  }

  55% {
    opacity: .35;
    transform: translateY(180px);
  }

  80% {
    opacity: 0;
  }
}

@keyframes auth-status-blink {
  0%, 100% {
    opacity: .5;
    transform: scale(.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes auth-task-route {
  0% {
    opacity: 0;
    top: 28%;
    left: 12%;
  }

  8% {
    opacity: .85;
  }

  25% {
    opacity: .7;
    top: 40%;
    left: 50%;
  }

  50% {
    opacity: .55;
    top: 30%;
    left: 82%;
  }

  75% {
    opacity: .4;
    top: 58%;
    left: 50%;
  }

  92% {
    opacity: .15;
  }

  100% {
    opacity: 0;
    top: 66%;
    left: 18%;
  }
}

@keyframes auth-hq-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes auth-hq-spin-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes auth-hq-label-pulse {
  0%, 100% {
    opacity: .45;
  }

  50% {
    opacity: .85;
  }
}

@keyframes auth-scanline-flicker {
  0%, 100% {
    opacity: .22;
  }

  50% {
    opacity: .35;
  }
}

@keyframes auth-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .auth-backdrop__aurora, .auth-backdrop__orb, .auth-backdrop__grid-floor, .auth-backdrop__collab-link, .auth-employee, .auth-employee__halo, .auth-employee__stroke, .auth-employee__core, .auth-employee__platform, .auth-employee__scan, .auth-employee__status-dot, .auth-backdrop__task-packet, .auth-backdrop__hq-ring, .auth-backdrop__hq-label, .auth-backdrop__scanline, .auth-content, .cloud-loading__spin, .cloud-btn-primary__spin {
    animation: none;
  }
}

.cloud-shell {
  color: #e8f4ff;
  -webkit-overflow-scrolling: touch;
  background-color: #020617;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden auto;
}

.cloud-shell > .auth-backdrop {
  z-index: 0;
  position: fixed;
  inset: 0;
}

.cloud-shell__content {
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.75rem) clamp(1rem, 3vw, 1.75rem) 3rem;
  animation: .68s cubic-bezier(.2, .74, .2, 1) both auth-fade-up;
  position: relative;
}

.cloud-shell--centered {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cloud-shell--centered > .auth-backdrop {
  position: absolute;
  inset: 0;
}

.cloud-shell__content--narrow {
  max-width: 36rem;
}

.cloud-shell__content--wide {
  max-width: 52rem;
}

.cloud-hero {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem 1.5rem;
  margin-bottom: 1.75rem;
  display: flex;
}

.cloud-hero__badge {
  font-family: var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7dd3fce6;
  background: #0f172a8c;
  border: 1px solid #38bdf847;
  border-radius: 999px;
  align-items: center;
  gap: .4rem;
  margin-bottom: .65rem;
  padding: .25rem .65rem;
  font-size: .6875rem;
  display: inline-flex;
}

.cloud-hero__title {
  letter-spacing: .02em;
  color: #f8fafc;
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  font-weight: 700;
}

.cloud-hero__subtitle {
  color: #94a3b8f2;
  max-width: 36rem;
  margin-top: .55rem;
  font-size: .9375rem;
  line-height: 1.65;
}

.cloud-hero__actions {
  flex-wrap: wrap;
  gap: .65rem;
  display: flex;
}

.cloud-panel {
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
  background: linear-gradient(155deg, #0f172ac7 0%, #020617e0 100%);
  border: 1px solid #94a3b82e;
  border-radius: 1.25rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  box-shadow: inset 0 0 0 1px #38bdf80f, 0 20px 56px #02061780;
}

.cloud-panel + .cloud-panel, .cloud-panel + .cloud-device-section, .cloud-panel + .cloud-account-shortcuts, .cloud-account-shortcuts + .cloud-panel, .cloud-hero + .cloud-panel {
  margin-top: 1.25rem;
}

.cloud-panel--hero {
  padding: clamp(1.5rem, 4vw, 2rem);
}

.cloud-panel--pairing {
  border-color: #fbbf2447;
  box-shadow: inset 0 0 0 1px #fbbf2414, 0 20px 56px #02061780, 0 0 48px #fbbf240f;
}

.cloud-panel__head {
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.cloud-panel__icon {
  color: #7dd3fc;
  background: linear-gradient(145deg, #0ea5e933, #6366f11a);
  border: 1px solid #38bdf859;
  border-radius: .85rem;
  flex-shrink: 0;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  box-shadow: 0 0 24px #38bdf81f;
}

.cloud-panel__icon--amber {
  color: #fcd34d;
  background: linear-gradient(145deg, #fbbf2426, #f59e0b14);
  border-color: #fbbf2466;
  box-shadow: 0 0 24px #fbbf241a;
}

.cloud-panel__icon--danger {
  color: #fda4af;
  background: linear-gradient(145deg, #f43f5e2e, #be185d1a);
  border-color: #fb718573;
  box-shadow: 0 0 24px #f43f5e24;
}

.cloud-panel__eyebrow {
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7dd3fcbf;
  font-size: .6875rem;
}

.cloud-panel__eyebrow--danger {
  color: #fda4afe0;
}

.cloud-panel__title {
  color: #f1f5f9;
  margin-top: .35rem;
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 600;
}

.cloud-panel__lead {
  color: #94a3b8f2;
  margin-top: .55rem;
  font-size: .9rem;
  line-height: 1.65;
}

.cloud-steps {
  gap: .85rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.cloud-steps__item {
  background: #0f172a73;
  border: 1px solid #94a3b81f;
  border-radius: .85rem;
  grid-template-columns: auto auto 1fr;
  align-items: start;
  gap: .65rem .75rem;
  padding: .85rem .95rem;
  display: grid;
}

.cloud-steps__index {
  width: 1.35rem;
  height: 1.35rem;
  font-family: var(--font-mono);
  color: #7dd3fc;
  background: #38bdf826;
  border-radius: 999px;
  place-items: center;
  font-size: .625rem;
  font-weight: 700;
  display: grid;
}

.cloud-steps__icon {
  color: #7dd3fc;
  border: 1px solid #38bdf838;
  border-radius: .5rem;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
}

.cloud-steps__title {
  color: #e2e8f0;
  font-size: .875rem;
  font-weight: 600;
}

.cloud-steps__desc {
  color: #94a3b8eb;
  margin-top: .2rem;
  font-size: .8125rem;
  line-height: 1.55;
}

.cloud-panel__command {
  background: #0206178c;
  border: 1px solid #38bdf82e;
  border-radius: .75rem;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem .75rem;
  margin-top: 1.25rem;
  padding: .85rem 1rem;
  display: flex;
}

.cloud-panel__command-label {
  font-family: var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #64748be6;
  font-size: .625rem;
}

.cloud-panel__command-code {
  font-family: var(--font-mono);
  color: #bae6fd;
  word-break: break-all;
  flex: 12rem;
  font-size: .75rem;
  line-height: 1.5;
}

.cloud-panel__actions {
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.35rem;
  display: flex;
}

.cloud-panel__hint {
  color: #7dd3fcd9;
  width: 100%;
  font-size: .875rem;
}

.cloud-btn-primary {
  color: #f8fafc;
  cursor: pointer;
  background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);
  border: 1px solid #7dd3fc59;
  border-radius: .65rem;
  justify-content: center;
  align-items: center;
  gap: .45rem;
  min-height: 2.65rem;
  padding: 0 1.15rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, filter .18s;
  display: inline-flex;
  box-shadow: 0 4px 24px #0ea5e94d;
}

.cloud-btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.cloud-btn-primary:disabled {
  cursor: wait;
  opacity: .72;
}

.cloud-btn-primary__spin {
  animation: 1s linear infinite cloud-spin;
}

.cloud-btn-ghost {
  color: #e2e8f0;
  cursor: pointer;
  background: #0f172a73;
  border: 1px solid #94a3b838;
  border-radius: .65rem;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  min-height: 2.65rem;
  padding: 0 1rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .16s, background-color .16s;
  display: inline-flex;
}

.cloud-btn-ghost:hover {
  background: #0f172ab8;
  border-color: #7dd3fc59;
}

.cloud-btn-ghost--sm {
  min-height: 2rem;
  padding: 0 .75rem;
  font-size: .75rem;
}

.cloud-btn-ghost--danger {
  color: #fca5a5;
  border-color: #f8717140;
}

.cloud-btn-ghost--danger:hover {
  background: #7f1d1d33;
  border-color: #f8717173;
}

.cloud-pairing-code {
  text-align: center;
  background: #0f172a80;
  border: 1px dashed #fbbf2459;
  border-radius: .85rem;
  margin-top: 1.25rem;
  padding: 1.15rem 1.25rem;
}

.cloud-pairing-code__label {
  font-family: var(--font-mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fbbf24d9;
  font-size: .625rem;
}

.cloud-pairing-code__value {
  font-family: var(--font-mono);
  letter-spacing: .22em;
  color: #fef3c7;
  text-shadow: 0 0 32px #fbbf2440;
  margin-top: .45rem;
  font-size: clamp(2rem, 6vw, 2.75rem);
  font-weight: 700;
}

.cloud-pairing-code__meta {
  color: #94a3b8d9;
  margin-top: .45rem;
  font-size: .75rem;
}

.cloud-error {
  color: #fecaca;
  background: #7f1d1d40;
  border: 1px solid #f8717159;
  border-radius: .65rem;
  margin: 1rem 0;
  padding: .65rem .85rem;
  font-size: .875rem;
}

.cloud-success {
  color: #6ee7b7;
  background: #064e3b47;
  border: 1px solid #34d39952;
  border-radius: .65rem;
  margin: 1.15rem 0 0;
  padding: .65rem .85rem;
  font-size: .875rem;
}

.cloud-error--dismissible {
  justify-content: space-between;
  align-items: flex-start;
  gap: .75rem;
  display: flex;
}

.cloud-error__dismiss {
  color: inherit;
  cursor: pointer;
  opacity: .85;
  background: none;
  border: 0;
  flex: none;
  padding: .1rem;
  line-height: 1;
}

.cloud-error__dismiss:hover {
  opacity: 1;
}

.cloud-loading {
  text-align: center;
  color: #94a3b8e6;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  padding: 2rem;
  font-size: .9rem;
  display: flex;
}

.cloud-loading--inline {
  padding: 2.5rem 1rem;
}

.cloud-loading__spin {
  color: #7dd3fc;
  animation: 1s linear infinite cloud-spin;
}

.cloud-device-section {
  margin-top: .5rem;
}

.cloud-device-section__head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: .35rem 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.cloud-device-section__title {
  color: #f1f5f9;
  font-size: 1.05rem;
  font-weight: 600;
}

.cloud-device-section__meta {
  color: #94a3b8d9;
  font-size: .8125rem;
}

.cloud-device-toolbar {
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
  background: linear-gradient(145deg, #0f172a8c 0%, #020617a6 100%);
  border: 1px solid #94a3b824;
  border-radius: .85rem;
  flex-direction: column;
  gap: .75rem;
  margin-bottom: 1rem;
  padding: .9rem 1rem;
  display: flex;
}

.cloud-device-toolbar__search {
  align-items: center;
  display: flex;
  position: relative;
}

.cloud-device-toolbar__search svg:first-child {
  color: #7dd3fca6;
  pointer-events: none;
  position: absolute;
  left: .75rem;
}

.cloud-device-toolbar__search input {
  color: #f8fafc;
  background: #0206178c;
  border: 1px solid #94a3b833;
  border-radius: .65rem;
  width: 100%;
  min-height: 2.5rem;
  padding: .55rem 2.25rem .55rem 2.35rem;
  font-size: .875rem;
}

.cloud-device-toolbar__search input:focus {
  border-color: #7dd3fc66;
  outline: none;
  box-shadow: 0 0 0 2px #38bdf81f;
}

.cloud-device-toolbar__clear {
  color: #94a3b8d9;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  position: absolute;
  right: .45rem;
}

.cloud-device-toolbar__clear:hover {
  color: #e2e8f0;
  background: #94a3b81f;
}

.cloud-device-toolbar__controls {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: .65rem .85rem;
  display: flex;
}

.cloud-device-toolbar__field {
  flex-direction: column;
  gap: .25rem;
  min-width: 7.5rem;
  display: flex;
}

.cloud-device-toolbar__label {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #94a3b8d9;
  font-size: .625rem;
  font-weight: 600;
}

.cloud-device-toolbar__field select {
  color: #f8fafc;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  background: #0206178c;
  border: 1px solid #94a3b833;
  border-radius: .55rem;
  min-height: 2.15rem;
  padding: .35rem .55rem;
  font-size: .8125rem;
}

.cloud-device-toolbar__field select option {
  color: #f8fbff;
  background-color: #12061f;
}

.cloud-device-toolbar__field select:focus {
  border-color: #7dd3fc66;
  outline: none;
}

.cloud-device-toolbar__reset {
  margin-left: auto;
}

.cloud-device-empty {
  color: #94a3b8e6;
  text-align: center;
  border: 1px dashed #94a3b838;
  border-radius: .85rem;
  flex-direction: column;
  align-items: center;
  gap: .65rem;
  padding: 2rem 1rem;
  display: flex;
}

.cloud-device-pagination {
  background: #0f172a73;
  border: 1px solid #94a3b824;
  border-radius: .75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .75rem 1rem;
  margin-top: 1rem;
  padding: .85rem 1rem;
  display: flex;
}

.cloud-device-pagination__summary {
  color: #94a3b8d9;
  margin: 0;
  font-size: .8125rem;
}

.cloud-device-pagination__actions {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.cloud-device-pagination__page {
  color: #cbd5e1e6;
  font-size: .8125rem;
}

.cloud-device-list {
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.cloud-device-card {
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  backdrop-filter: blur(16px) saturate(130%);
  background: linear-gradient(145deg, #0f172ab8 0%, #020617d1 100%);
  border: 1px solid #94a3b829;
  border-radius: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 1.15rem 1.25rem;
  transition: border-color .18s, box-shadow .18s;
  display: grid;
  position: relative;
  box-shadow: 0 8px 28px #02061759;
}

.cloud-device-card:hover {
  border-color: #94a3b83d;
  box-shadow: inset 0 0 0 1px #38bdf80a, 0 12px 32px #0206176b;
}

.cloud-device-card--active {
  border-color: #fbbf2461;
  box-shadow: inset 0 0 0 1px #fbbf241f, 0 8px 28px #02061759, 0 0 40px #fbbf240f;
}

.cloud-device-card--active:before {
  content: "";
  background: linear-gradient(#fcd34d 0%, #fbbf2473 100%);
  border-radius: 999px;
  width: 3px;
  position: absolute;
  inset: .65rem auto .65rem 0;
}

.cloud-device-card__title-row {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem .75rem;
  display: flex;
}

.cloud-device-card__name {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 600;
}

.cloud-device-card__status {
  color: #94a3b8e6;
  border: 1px solid #94a3b833;
  border-radius: 999px;
  align-items: center;
  gap: .35rem;
  padding: .15rem .5rem;
  font-size: .6875rem;
  display: inline-flex;
}

.cloud-device-card__status--online {
  color: #6ee7b7;
  border-color: #34d3994d;
}

.cloud-device-card__status-dot {
  background: #94a3b8b3;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.cloud-device-card__status--online .cloud-device-card__status-dot {
  background: #34d399;
  box-shadow: 0 0 8px #34d399cc;
}

.cloud-device-card__meta-row {
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .55rem;
  display: flex;
}

.cloud-device-card__floor-field {
  background: #78350f2e;
  border: 1px solid #fbbf2438;
  border-radius: .4rem;
  align-items: center;
  gap: .35rem;
  padding: .12rem .45rem .12rem .55rem;
  display: inline-flex;
}

.cloud-device-card__floor-label {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fde68ac7;
  font-size: .625rem;
}

.cloud-device-card__floor-select {
  color: #fef3c7f2;
  cursor: pointer;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  background: none;
  border: none;
  outline: none;
  max-width: 9rem;
  font-size: .75rem;
  font-weight: 600;
}

.cloud-device-card__floor-select option {
  color: #f8fbff;
  background-color: #1a1028;
  font-weight: 600;
}

.cloud-device-card__floor-select:disabled {
  opacity: .65;
  cursor: not-allowed;
}

.cloud-device-card__chip {
  color: #cbd5e1e0;
  background: #02061773;
  border: 1px solid #94a3b824;
  border-radius: .4rem;
  align-items: center;
  padding: .18rem .5rem;
  font-size: .6875rem;
  line-height: 1.35;
  display: inline-flex;
}

.cloud-device-card__chip--code {
  font-family: var(--font-mono);
  letter-spacing: .04em;
  color: #7dd3fcf2;
  background: #0ea5e91a;
  border-color: #38bdf838;
  font-weight: 600;
}

.cloud-device-card__remark {
  color: #cbd5e1eb;
  white-space: pre-wrap;
  margin-top: .35rem;
  font-size: .8125rem;
  line-height: 1.45;
}

.cloud-device-card__edit {
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  display: flex;
}

.cloud-device-edit__field {
  flex-direction: column;
  gap: .35rem;
  display: flex;
}

.cloud-device-edit__label {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #94a3b8e6;
  font-size: .6875rem;
  font-weight: 600;
}

.cloud-device-edit__input, .cloud-device-edit__textarea {
  color: #f8fafc;
  background: #0f172a8c;
  border: 1px solid #94a3b838;
  border-radius: .65rem;
  width: 100%;
  padding: .55rem .75rem;
  font-size: .875rem;
  transition: border-color .2s, box-shadow .2s;
}

.cloud-device-edit__textarea {
  resize: vertical;
  min-height: 3.25rem;
  line-height: 1.45;
}

.cloud-device-edit__input:focus, .cloud-device-edit__textarea:focus {
  border-color: #7dd3fc73;
  outline: none;
  box-shadow: 0 0 0 2px #38bdf81f;
}

.cloud-device-edit__input::placeholder, .cloud-device-edit__textarea::placeholder {
  color: #64748bbf;
}

.cloud-device-edit__actions {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.cloud-device-edit__error {
  color: #fca5a5;
  background: #7f1d1d38;
  border: 1px solid #f8717147;
  border-radius: .55rem;
  margin: 0;
  padding: .55rem .75rem;
  font-size: .8125rem;
  line-height: 1.45;
}

.cloud-device-card__uuid {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-family: var(--font-mono);
  color: #64748bd9;
  margin-top: .4rem;
  font-size: .625rem;
  overflow: hidden;
}

.cloud-device-card__credentials {
  flex-direction: column;
  gap: .45rem;
  margin-top: .65rem;
  display: flex;
}

.cloud-device-card__credential {
  background: #0206178c;
  border: 1px solid #38bdf82e;
  border-radius: .55rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .45rem;
  padding: .45rem .55rem;
  display: grid;
}

.cloud-device-card__credential-label {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7dd3fcc7;
  white-space: nowrap;
  font-size: .625rem;
}

.cloud-device-card__credential-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-family: var(--font-mono);
  color: #e0f2fef5;
  font-size: .75rem;
  overflow: hidden;
}

.cloud-device-card__copy {
  color: #7dd3fce6;
  cursor: pointer;
  background: #0ea5e91f;
  border: none;
  border-radius: .35rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  transition: background .15s, color .15s;
  display: inline-flex;
}

.cloud-device-card__copy:hover {
  color: #e0f2fe;
  background: #0ea5e938;
}

.cloud-device-card__actions {
  border-left: 1px solid #94a3b81a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: .5rem;
  padding-left: 1rem;
  display: flex;
}

.cloud-device-card__action-group {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: .35rem;
  display: flex;
}

.cloud-device-card__action--primary:not(:disabled) {
  color: #7dd3fc;
  background: #0ea5e91f;
  border-color: #38bdf859;
}

.cloud-device-card__action--primary:not(:disabled):hover {
  color: #bae6fd;
  background: #0ea5e933;
  border-color: #38bdf880;
}

.cloud-device-card__active-tag {
  color: #fcd34d;
  white-space: nowrap;
  background: #fbbf241a;
  border: 1px solid #fbbf2461;
  border-radius: 999px;
  align-items: center;
  padding: .28rem .65rem;
  font-size: .6875rem;
  font-weight: 600;
  display: inline-flex;
}

.cloud-config-wizard-backdrop {
  z-index: 200;
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  backdrop-filter: blur(10px) saturate(120%);
  background: #020617c7;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.cloud-config-wizard {
  background: linear-gradient(160deg, #0f172af0 0%, #020617fa 100%);
  border: 1px solid #94a3b833;
  border-radius: 1.15rem;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  max-width: 56rem;
  height: min(86vh, 52rem);
  max-height: calc(100vh - 2.5rem);
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #38bdf80f, 0 28px 72px #020617a6;
}

.cloud-config-wizard__header {
  border-bottom: 1px solid #94a3b81f;
  flex-shrink: 0;
  padding: 1.25rem 1.5rem 1rem;
}

.cloud-config-wizard__header-top {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.cloud-config-wizard__eyebrow {
  font-family: var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7dd3fccc;
  font-size: .6875rem;
  font-weight: 600;
}

.cloud-config-wizard__title {
  color: #f8fafc;
  margin-top: .35rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.cloud-config-wizard__subtitle {
  color: #94a3b8eb;
  margin-top: .3rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.cloud-config-wizard__close {
  color: #94a3b8d9;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: .5rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background .15s, color .15s;
  display: inline-flex;
}

.cloud-config-wizard__close:hover:not(:disabled) {
  color: #e2e8f0;
  background: #94a3b81f;
}

.cloud-config-wizard__close:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.cloud-config-wizard__progress {
  gap: .3rem;
  margin-top: 1rem;
  display: flex;
}

.cloud-config-wizard__progress-segment {
  background: #94a3b829;
  border-radius: 999px;
  flex: 1;
  height: 3px;
  transition: background .2s;
}

.cloud-config-wizard__progress-segment--done, .cloud-config-wizard__progress-segment--active {
  background: linear-gradient(90deg, #38bdf8 0%, #7dd3fc 100%);
}

.cloud-config-wizard__step-nav {
  scrollbar-width: thin;
  gap: .4rem;
  margin-top: .85rem;
  padding-bottom: .15rem;
  display: flex;
  overflow-x: auto;
}

.cloud-config-wizard__step-pill {
  color: #94a3b8e0;
  white-space: nowrap;
  cursor: pointer;
  background: #02061773;
  border: 1px solid #94a3b829;
  border-radius: 999px;
  flex-shrink: 0;
  padding: .28rem .6rem;
  font-size: .6875rem;
  transition: border-color .15s, background .15s, color .15s;
}

.cloud-config-wizard__step-pill:hover:not(:disabled) {
  color: #e2e8f0;
  border-color: #94a3b847;
}

.cloud-config-wizard__step-pill:disabled {
  cursor: default;
}

.cloud-config-wizard__step-pill--active {
  color: #bae6fd;
  background: #0ea5e924;
  border-color: #38bdf866;
}

.cloud-config-wizard__step-pill--done {
  color: #6ee7b7;
  background: #10b9811a;
  border-color: #34d39947;
}

.cloud-config-wizard__hint {
  color: #cbd5e1e0;
  margin-top: .75rem;
  font-size: .8125rem;
  line-height: 1.55;
}

.cloud-config-wizard__status, .cloud-config-wizard__error {
  border-radius: .55rem;
  margin-top: .65rem;
  padding: .55rem .75rem;
  font-size: .75rem;
  line-height: 1.45;
}

.cloud-config-wizard__status {
  color: #94a3b8f2;
  background: #0f172a8c;
  border: 1px solid #94a3b829;
}

.cloud-config-wizard__error {
  color: #fca5a5;
  white-space: pre-wrap;
  background: #7f1d1d38;
  border: 1px solid #f8717147;
}

.cloud-config-wizard__body {
  color: #e2e8f0;
  flex: 1;
  min-height: 0;
  padding: 1.25rem 1.5rem;
  overflow-y: auto;
}

.cloud-config-wizard__body--center {
  color: #94a3b8e6;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.cloud-config-wizard__body--avatar {
  padding: 0;
}

.cloud-config-wizard__footer {
  background: #02061759;
  border-top: 1px solid #94a3b81f;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  padding: .9rem 1.5rem;
  display: flex;
}

.cloud-config-wizard__footer-meta {
  color: #94a3b8cc;
  font-size: .75rem;
}

.cloud-config-wizard__footer-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: .45rem;
  display: flex;
}

.cloud-config-wizard__field-label {
  color: #94a3b8eb;
  flex-direction: column;
  gap: .4rem;
  font-size: .75rem;
  display: flex;
}

.cloud-config-wizard__input, .cloud-config-wizard__textarea {
  color: #f8fafc;
  background: #0206178c;
  border: 1px solid #94a3b838;
  border-radius: .55rem;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}

.cloud-config-wizard__input {
  height: 2.5rem;
  padding: 0 .75rem;
  font-size: .875rem;
}

.cloud-config-wizard__textarea {
  resize: vertical;
  width: 100%;
  min-height: 11rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  line-height: 1.55;
}

.cloud-config-wizard__input:focus, .cloud-config-wizard__textarea:focus {
  border-color: #7dd3fc73;
  box-shadow: 0 0 0 2px #38bdf81f;
}

.cloud-config-wizard__section-title {
  color: #f1f5f9;
  font-size: .875rem;
  font-weight: 600;
}

.cloud-config-wizard__section-hint {
  color: #94a3b8e6;
  font-size: .75rem;
  line-height: 1.5;
}

.cloud-config-wizard__notice {
  color: #94a3b8f2;
  background: #0f172a73;
  border: 1px solid #94a3b829;
  border-radius: .65rem;
  margin-top: 1.25rem;
  padding: .85rem 1rem;
  font-size: .8125rem;
  line-height: 1.55;
}

.cloud-config-wizard__notice code {
  color: #7dd3fcf2;
  font-size: .6875rem;
}

.cloud-config-wizard__body input[class*="border-border"], .cloud-config-wizard__body textarea[class*="border-border"] {
  color: #f8fafc;
  background: #0206178c;
  border-color: #94a3b838;
}

.cloud-config-wizard__body input[class*="border-border"]:focus, .cloud-config-wizard__body textarea[class*="border-border"]:focus {
  border-color: #7dd3fc73;
  outline: none;
  box-shadow: 0 0 0 2px #38bdf81f;
}

.cloud-config-wizard__body .text-muted-foreground {
  color: #94a3b8eb;
}

@keyframes cloud-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 640px) {
  .cloud-hero__actions {
    width: 100%;
  }

  .cloud-hero__actions .cloud-btn-primary, .cloud-hero__actions .cloud-btn-ghost {
    flex: auto;
  }

  .cloud-panel__head {
    flex-direction: column;
  }

  .cloud-device-card {
    grid-template-columns: 1fr;
  }

  .cloud-device-card__actions {
    border-top: 1px solid #94a3b81a;
    border-left: none;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    padding-top: .75rem;
    padding-left: 0;
  }

  .cloud-config-wizard-backdrop {
    padding: .75rem;
  }

  .cloud-config-wizard {
    border-radius: 1rem;
    height: min(92vh, 52rem);
    max-height: calc(100vh - 1.5rem);
  }

  .cloud-config-wizard__header, .cloud-config-wizard__body, .cloud-config-wizard__footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cloud-config-wizard__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .cloud-config-wizard__footer-actions {
    justify-content: stretch;
    width: 100%;
  }

  .cloud-config-wizard__footer-actions .cloud-btn-primary, .cloud-config-wizard__footer-actions .cloud-btn-ghost {
    flex: auto;
  }

  .cloud-device-toolbar__controls {
    flex-direction: column;
    align-items: stretch;
  }

  .cloud-device-toolbar__field {
    width: 100%;
  }

  .cloud-device-toolbar__reset {
    width: 100%;
    margin-left: 0;
  }

  .cloud-device-pagination {
    flex-direction: column;
    align-items: stretch;
  }

  .cloud-device-pagination__actions {
    justify-content: space-between;
  }
}

.cloud-shell--cyber-glass, .auth-shell--cyber-glass {
  --cyber-cyan: #5cefff;
  --cyber-magenta: #ff4ecd;
  --cyber-violet: #c084fc;
  --cyber-yellow: #ffe566;
  --glass-fill: linear-gradient(165deg, #ffffff1f 0%, #ffffff0a 38%, #a855f71a 100%);
  --glass-border: #ffffff38;
  --glass-highlight: inset 0 1px 0 #ffffff52, inset 0 -1px 0 #ffffff0a;
  color: #eef7ff;
  background-color: #05010f;
}

.cloud-shell--cyber-glass > .auth-backdrop:before, .auth-shell--cyber-glass > .auth-backdrop:before {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(70% 50% at 12% 8%, #ff4ecd47, #0000 58%), radial-gradient(55% 45% at 92% 12%, #5cefff38, #0000 55%), radial-gradient(80% 55% at 50% 108%, #7c3aed52, #0000 60%);
  position: absolute;
  inset: 0;
}

.cloud-shell--cyber-glass > .auth-backdrop:after, .auth-shell--cyber-glass > .auth-backdrop:after {
  content: "";
  pointer-events: none;
  z-index: 2;
  opacity: .18;
  background-image: repeating-linear-gradient(0deg, #0000 0 2px, #ffffff09 3px), linear-gradient(#5cefff0d 1px, #0000 1px), linear-gradient(90deg, #ff4ecd0a 1px, #0000 1px);
  background-size: 100% 4px, 48px 48px, 48px 48px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(80% 70% at 50% 40%, #000 20%, #0000 78%);
  mask-image: radial-gradient(80% 70% at 50% 40%, #000 20%, #0000 78%);
}

.cloud-shell--cyber-glass .auth-backdrop__base, .auth-shell--cyber-glass .auth-backdrop__base {
  background: radial-gradient(90% 70% at 50% 120%, #581c878c, #0000 58%), radial-gradient(50% 40% at 8% 0, #be185d52, #0000 52%), linear-gradient(168deg, #05010f 0%, #12061f 42%, #070314 100%);
}

.cloud-shell--cyber-glass .auth-backdrop__aurora, .auth-shell--cyber-glass .auth-backdrop__aurora {
  opacity: .95;
  background: conic-gradient(from 210deg, #0000 0deg, #5cefff29 55deg, #0000 110deg, #ff4ecd2e 190deg, #0000 250deg, #a855f724 320deg, #0000 360deg);
}

.cloud-shell--cyber-glass .auth-backdrop__orb--1, .auth-shell--cyber-glass .auth-backdrop__orb--1 {
  background: radial-gradient(circle, #5cefff9e 0%, #0000 68%);
}

.cloud-shell--cyber-glass .auth-backdrop__orb--2, .auth-shell--cyber-glass .auth-backdrop__orb--2 {
  background: radial-gradient(circle, #ff4ecd94 0%, #0000 68%);
}

.cloud-shell--cyber-glass .auth-backdrop__orb--3, .auth-shell--cyber-glass .auth-backdrop__orb--3 {
  background: radial-gradient(circle, #a855f780 0%, #0000 68%);
}

.cloud-shell--cyber-glass .auth-backdrop__grid-floor, .auth-shell--cyber-glass .auth-backdrop__grid-floor {
  background-image: linear-gradient(#5cefff2e 1px, #0000 1px), linear-gradient(90deg, #ff4ecd1f 1px, #0000 1px);
}

.cloud-shell--cyber-glass .auth-backdrop__hq-core, .auth-shell--cyber-glass .auth-backdrop__hq-core {
  background: var(--cyber-cyan);
  box-shadow: 0 0 18px #5ceffff2, 0 0 36px #ff4ecd73;
}

.cloud-shell--cyber-glass .auth-backdrop__hq-ring, .auth-shell--cyber-glass .auth-backdrop__hq-ring {
  border-color: #5cefff47;
}

.cloud-shell--cyber-glass .auth-backdrop__hq-ring--2, .auth-shell--cyber-glass .auth-backdrop__hq-ring--2 {
  border-color: #ff4ecd52;
}

.cloud-shell--cyber-glass .auth-backdrop__hq-label, .auth-shell--cyber-glass .auth-backdrop__hq-label {
  color: #a5f3fcb3;
  text-shadow: 0 0 12px #5cefff59;
}

.cloud-shell--cyber-glass .auth-backdrop__hq-sub, .auth-shell--cyber-glass .auth-backdrop__hq-sub {
  color: #f472b6a6;
}

.cloud-shell--cyber-glass .auth-backdrop__scanline, .auth-shell--cyber-glass .auth-backdrop__scanline {
  opacity: .42;
}

.cloud-shell--cyber-glass .auth-backdrop__vignette, .auth-shell--cyber-glass .auth-backdrop__vignette {
  background: radial-gradient(54% 52% at 50% 46%, #0000 16%, #05010fe6 100%);
}

.auth-shell--cyber-glass .auth-brand__logo {
  box-shadow: 0 0 0 2px #ffffff2e, 0 0 28px #5cefff47, 0 18px 48px #0e50a073;
}

.auth-shell--cyber-glass .auth-brand__tagline {
  color: #c4b5fdd1;
  text-shadow: 0 0 12px #ff4ecd2e;
}

.auth-shell--cyber-glass .auth-card {
  border-color: var(--glass-border);
  background: var(--glass-fill);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  box-shadow: var(--glass-highlight), 0 24px 64px #05010f80, 0 0 48px #5cefff1a;
}

.auth-shell--cyber-glass .auth-card:before {
  background: linear-gradient(90deg, #0000, #5cefffb3 35%, #ff4ecd8c 65%, #0000);
}

.auth-shell--cyber-glass .auth-card__title {
  color: #f8fbff;
  text-shadow: 0 0 16px #5cefff47;
}

.auth-shell--cyber-glass .auth-card__subtitle {
  color: #c4b5fde0;
}

.auth-shell--cyber-glass .auth-field__label {
  color: #c4b5fdd1;
}

.auth-shell--cyber-glass .auth-field__icon {
  color: #5cefffbf;
}

.auth-shell--cyber-glass .auth-field__input {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  background: #0804146b;
  border-color: #ffffff2e;
  box-shadow: inset 0 1px #ffffff1f;
}

.auth-shell--cyber-glass .auth-field__input:hover {
  background: #0804148c;
  border-color: #5cefff61;
}

.auth-shell--cyber-glass .auth-field__input:focus, .auth-shell--cyber-glass .auth-field__input:focus-visible {
  background: #0804149e;
  border-color: #5cefff8c;
  box-shadow: inset 0 1px #ffffff29, 0 0 0 3px #5cefff24, 0 0 18px #5cefff33;
}

.auth-shell--cyber-glass .auth-submit {
  background: linear-gradient(135deg, #12d6ff 0%, #7c3aed 52%, #ff2ea6 100%);
  border-color: #ffffff47;
  box-shadow: inset 0 1px #ffffff61, 0 8px 28px #ff2ea652, 0 0 32px #12d6ff47;
}

.auth-shell--cyber-glass .auth-submit:hover:not(:disabled) {
  filter: brightness(1.08) saturate(1.1);
  box-shadow: inset 0 1px #ffffff6b, 0 10px 32px #ff2ea666, 0 0 40px #12d6ff59;
}

.auth-shell--cyber-glass .auth-switch {
  color: #c4b5fdd1;
}

.auth-shell--cyber-glass .auth-switch__link {
  color: var(--cyber-cyan);
  text-shadow: 0 0 10px #5cefff47;
}

.auth-shell--cyber-glass .auth-footer {
  color: #a78bfa8c;
}

.auth-shell--cyber-glass .auth-error {
  -webkit-backdrop-filter: blur(16px);
  background: #ff2ea61f;
  border-color: #ff4ecd59;
}

.auth-shell--cyber-glass .auth-session-status__icon {
  color: var(--cyber-cyan);
  filter: drop-shadow(0 0 12px #5cefff8c);
}

.cloud-shell--cyber-glass .cloud-hero__badge {
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  box-shadow: var(--glass-highlight), 0 0 18px #5cefff2e;
  color: #a5f3fc;
  background: #ffffff14;
  border-color: #5cefff66;
}

.cloud-shell--cyber-glass .cloud-hero__title {
  letter-spacing: .035em;
  color: #f8fbff;
  text-shadow: 0 0 16px #5cefff73, 0 0 40px #ff4ecd38;
}

.cloud-shell--cyber-glass .cloud-hero__subtitle {
  color: #c4b5fde0;
}

.cloud-shell--cyber-glass .cloud-btn-primary {
  background: linear-gradient(135deg, #12d6ff 0%, #7c3aed 52%, #ff2ea6 100%);
  border-color: #ffffff47;
  box-shadow: inset 0 1px #ffffff61, 0 8px 28px #ff2ea652, 0 0 32px #12d6ff47;
}

.cloud-shell--cyber-glass .cloud-btn-primary:hover {
  filter: brightness(1.08) saturate(1.1);
  box-shadow: inset 0 1px #ffffff6b, 0 10px 32px #ff2ea666, 0 0 40px #12d6ff59;
}

.cloud-shell--cyber-glass .cloud-btn-ghost {
  border-color: var(--glass-border);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  box-shadow: var(--glass-highlight);
  color: #f1f5ff;
  background: #ffffff12;
}

.cloud-shell--cyber-glass .cloud-btn-ghost:hover {
  box-shadow: var(--glass-highlight), 0 0 18px #5cefff2e;
  background: #5cefff1f;
  border-color: #5cefff80;
}

.cloud-shell--cyber-glass .cloud-btn-ghost--danger {
  color: #fda4af;
  border-color: #ff4ecd47;
}

.cloud-shell--cyber-glass .cloud-btn-ghost--danger:hover {
  box-shadow: var(--glass-highlight), 0 0 16px #ff2ea638;
  background: #ff2ea624;
  border-color: #ff4ecd8c;
}

.cloud-shell--cyber-glass .cloud-panel, .cloud-shell--cyber-glass .cloud-device-toolbar, .cloud-shell--cyber-glass .cloud-device-card, .cloud-shell--cyber-glass .cloud-device-pagination, .cloud-shell--cyber-glass .cloud-device-empty {
  border-color: var(--glass-border);
  background: var(--glass-fill);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  box-shadow: var(--glass-highlight), 0 18px 48px #05010f6b;
}

.cloud-shell--cyber-glass .cloud-panel--pairing {
  box-shadow: var(--glass-highlight), 0 18px 48px #05010f6b, 0 0 42px #ffe5661f;
  border-color: #ffe56661;
}

.cloud-shell--cyber-glass .cloud-panel__icon {
  -webkit-backdrop-filter: blur(12px);
  color: var(--cyber-cyan);
  background: #ffffff14;
  border-color: #5cefff73;
  box-shadow: inset 0 1px #ffffff47, 0 0 22px #5cefff38;
}

.cloud-shell--cyber-glass .cloud-panel__icon--amber {
  color: var(--cyber-yellow);
  border-color: #ffe56673;
  box-shadow: inset 0 1px #ffffff47, 0 0 22px #ffe5662e;
}

.cloud-shell--cyber-glass .cloud-panel__eyebrow {
  color: #a5f3fcd9;
}

.cloud-shell--cyber-glass .cloud-steps__item, .cloud-shell--cyber-glass .cloud-panel__command, .cloud-shell--cyber-glass .cloud-pairing-code {
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  background: #ffffff0d;
  border-color: #ffffff29;
  box-shadow: inset 0 1px #ffffff2e;
}

.cloud-shell--cyber-glass .cloud-device-section__title {
  color: #f8fbff;
  text-shadow: 0 0 16px #5cefff38;
}

.cloud-shell--cyber-glass .cloud-device-section__meta {
  color: #c4b5fdc7;
}

.cloud-shell--cyber-glass .cloud-device-toolbar__search input, .cloud-shell--cyber-glass .cloud-device-toolbar__field select, .cloud-shell--cyber-glass .cloud-device-edit__input, .cloud-shell--cyber-glass .cloud-device-edit__textarea {
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  color: #f8fbff;
  background: #0804146b;
  border-color: #ffffff2e;
  box-shadow: inset 0 1px #ffffff1f;
}

.cloud-shell--cyber-glass .cloud-device-toolbar__search input:focus, .cloud-shell--cyber-glass .cloud-device-toolbar__field select:focus, .cloud-shell--cyber-glass .cloud-device-edit__input:focus, .cloud-shell--cyber-glass .cloud-device-edit__textarea:focus {
  border-color: #5cefff8c;
  box-shadow: inset 0 1px #ffffff29, 0 0 0 2px #5cefff29, 0 0 18px #5cefff33;
}

.cloud-shell--cyber-glass .cloud-device-toolbar__label, .cloud-shell--cyber-glass .cloud-device-edit__label {
  color: #c4b5fdd1;
}

.cloud-shell--cyber-glass .cloud-device-toolbar__field select option, .cloud-shell--cyber-glass .cloud-device-card__floor-select option {
  color: #f8fbff;
  background-color: #1a1028;
}

.cloud-shell--cyber-glass .cloud-device-card {
  transition: border-color .18s, box-shadow .18s, transform .18s;
}

.cloud-shell--cyber-glass .cloud-device-card:hover {
  box-shadow: var(--glass-highlight), 0 20px 44px #05010f7a, 0 0 28px #5cefff1f;
  border-color: #5cefff6b;
  transform: translateY(-1px);
}

.cloud-shell--cyber-glass .cloud-device-card--active {
  box-shadow: var(--glass-highlight), 0 18px 48px #05010f6b, 0 0 36px #ff4ecd24;
  border-color: #ffe5666b;
}

.cloud-shell--cyber-glass .cloud-device-card--active:before {
  background: linear-gradient(180deg, var(--cyber-yellow) 0%, var(--cyber-magenta) 100%);
  box-shadow: 0 0 12px #ffe566b3;
}

.cloud-shell--cyber-glass .cloud-device-card__name {
  color: #f8fbff;
  text-shadow: 0 0 12px #5cefff2e;
}

.cloud-shell--cyber-glass .cloud-device-card__status {
  -webkit-backdrop-filter: blur(10px);
  background: #ffffff0f;
  border-color: #ffffff2e;
}

.cloud-shell--cyber-glass .cloud-device-card__status--online {
  color: var(--cyber-cyan);
  border-color: #5cefff73;
  box-shadow: 0 0 14px #5cefff38;
}

.cloud-shell--cyber-glass .cloud-device-card__status--online .cloud-device-card__status-dot {
  background: var(--cyber-cyan);
  box-shadow: 0 0 10px #5ceffff2;
}

.cloud-shell--cyber-glass .cloud-device-card__floor-field {
  -webkit-backdrop-filter: blur(10px);
  background: #ffe56614;
  border-color: #ffe56652;
}

.cloud-shell--cyber-glass .cloud-device-card__chip {
  -webkit-backdrop-filter: blur(10px);
  color: #e2e8ffeb;
  background: #ffffff0f;
  border-color: #ffffff29;
}

.cloud-shell--cyber-glass .cloud-device-card__chip--code {
  color: #a5f3fc;
  background: #5cefff1a;
  border-color: #5cefff52;
}

.cloud-shell--cyber-glass .cloud-device-card__credential {
  -webkit-backdrop-filter: blur(12px);
  background: #08041461;
  border-color: #ffffff24;
  box-shadow: inset 0 1px #ffffff1a;
}

.cloud-shell--cyber-glass .cloud-device-card__credential-label {
  color: #c4b5fdd9;
}

.cloud-shell--cyber-glass .cloud-device-card__copy {
  color: var(--cyber-cyan);
  background: #5cefff1f;
}

.cloud-shell--cyber-glass .cloud-device-card__copy:hover {
  color: #e0faff;
  background: #5cefff38;
  box-shadow: 0 0 12px #5cefff47;
}

.cloud-shell--cyber-glass .cloud-device-card__actions {
  border-left-color: #ffffff1f;
}

.cloud-shell--cyber-glass .cloud-device-card__action--primary:not(:disabled) {
  color: var(--cyber-cyan);
  background: #5cefff24;
  border-color: #5cefff73;
  box-shadow: 0 0 16px #5cefff29;
}

.cloud-shell--cyber-glass .cloud-device-card__active-tag {
  color: var(--cyber-yellow);
  background: #ffe5661f;
  border-color: #ffe56673;
  box-shadow: 0 0 14px #ffe5662e;
}

.cloud-shell--cyber-glass .cloud-pairing-code__value {
  text-shadow: 0 0 18px #ffe56673, 0 0 36px #ff4ecd33;
}

.cloud-shell--cyber-glass .cloud-error {
  -webkit-backdrop-filter: blur(16px);
  background: #ff2ea61f;
  border-color: #ff4ecd59;
}

@media (max-width: 640px) {
  .cloud-shell--cyber-glass .cloud-device-card__actions {
    border-top-color: #ffffff1f;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cloud-shell--cyber-glass .cloud-device-card {
    transition: none;
  }

  .cloud-shell--cyber-glass .cloud-device-card:hover {
    transform: none;
  }
}

.cloud-account-profile__identity {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.cloud-account-avatar {
  letter-spacing: .04em;
  color: #f8fbff;
  text-shadow: 0 0 16px #ffffff59;
  background: linear-gradient(145deg, #12d6ff59 0%, #7c3aed73 52%, #ff2ea666 100%);
  border: 1px solid #ffffff47;
  border-radius: 1.25rem;
  flex-shrink: 0;
  place-items: center;
  width: 4.25rem;
  height: 4.25rem;
  font-size: 1.65rem;
  font-weight: 700;
  display: grid;
  box-shadow: inset 0 1px #ffffff61, 0 0 28px #5cefff38;
}

.cloud-account-profile__name {
  color: #f8fbff;
  text-shadow: 0 0 16px #5cefff47;
  margin: .2rem 0 0;
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  font-weight: 700;
}

.cloud-account-profile__email {
  font-family: var(--font-mono);
  color: #c4b5fde0;
  margin-top: .25rem;
  font-size: .8125rem;
}

.cloud-account-meta {
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: .75rem;
  margin: 1.25rem 0 0;
  display: grid;
}

.cloud-account-meta__item {
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  background: #ffffff0d;
  border: 1px solid #ffffff24;
  border-radius: .9rem;
  align-items: flex-start;
  gap: .7rem;
  padding: .85rem .95rem;
  display: flex;
  box-shadow: inset 0 1px #ffffff29;
}

.cloud-account-meta__icon {
  color: #5cefff;
  background: #5cefff1a;
  border: 1px solid #5cefff47;
  border-radius: .65rem;
  place-items: center;
  width: 2rem;
  height: 2rem;
  display: grid;
}

.cloud-account-meta__item dt {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #c4b5fdbf;
  font-size: .625rem;
  font-weight: 600;
}

.cloud-account-meta__item dd {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-mono);
  color: #f1f5ff;
  margin-top: .2rem;
  font-size: .8125rem;
  overflow: hidden;
}

.cloud-account-shortcuts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  display: grid;
}

.cloud-account-shortcut {
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: linear-gradient(165deg, #ffffff1f 0%, #ffffff0a 38%, #a855f71a 100%);
  border: 1px solid #fff3;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
  padding: 1.05rem 1.1rem;
  text-decoration: none;
  transition: border-color .18s, box-shadow .18s, transform .18s;
  display: flex;
  box-shadow: inset 0 1px #ffffff47, 0 14px 36px #05010f59;
}

.cloud-account-shortcut:hover {
  border-color: #5cefff73;
  transform: translateY(-2px);
  box-shadow: inset 0 1px #ffffff52, 0 18px 40px #05010f6b, 0 0 24px #5cefff24;
}

.cloud-account-shortcut__icon {
  color: #5cefff;
  background: #5cefff1f;
  border: 1px solid #5cefff52;
  border-radius: .7rem;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: .35rem;
  display: grid;
  box-shadow: 0 0 16px #5cefff29;
}

.cloud-account-shortcut__title {
  color: #f8fbff;
  font-size: .9375rem;
  font-weight: 650;
}

.cloud-account-shortcut__desc {
  color: #c4b5fdd1;
  font-size: .75rem;
  line-height: 1.45;
}

.cloud-panel--danger {
  border-color: #ff4ecd47;
}

.cloud-account-danger {
  flex-direction: column;
  gap: .85rem;
  margin-top: 1.25rem;
  display: flex;
}

.cloud-account-field {
  flex-direction: column;
  gap: .35rem;
  display: flex;
}

.cloud-account-field span {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #c4b5fdd1;
  font-size: .6875rem;
  font-weight: 600;
}

.cloud-account-field input {
  color: #f8fbff;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  background: #0804146b;
  border: 1px solid #ffffff2e;
  border-radius: .65rem;
  width: 100%;
  min-height: 2.5rem;
  padding: .55rem .75rem;
  font-size: .875rem;
  box-shadow: inset 0 1px #ffffff1f;
}

.cloud-account-field input:focus {
  border-color: #5cefff8c;
  outline: none;
  box-shadow: inset 0 1px #ffffff29, 0 0 0 2px #5cefff29, 0 0 18px #5cefff33;
}

.cloud-account-field input::placeholder {
  color: #a78bfa73;
}

.cloud-btn-danger {
  color: #ffe4e6;
  cursor: pointer;
  background: linear-gradient(135deg, #f43f5e38 0%, #be185d47 100%);
  border: 1px solid #ff4ecd66;
  border-radius: .65rem;
  justify-content: center;
  align-items: center;
  gap: .45rem;
  min-height: 2.65rem;
  padding: 0 1.15rem;
  font-size: .9rem;
  font-weight: 600;
  transition: transform .18s, box-shadow .18s, filter .18s;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffff29, 0 8px 24px #f43f5e29;
}

.cloud-btn-danger:hover:not(:disabled) {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: inset 0 1px #fff3, 0 0 22px #ff4ecd47;
}

.cloud-btn-danger:disabled {
  cursor: wait;
  opacity: .72;
}

.cloud-shell--cyber-glass .cloud-panel--danger {
  border-color: #ff4ecd61;
  box-shadow: inset 0 1px #ffffff38, 0 18px 48px #05010f6b, 0 0 36px #ff2ea61a;
}

.cloud-shell--cyber-glass .cloud-panel__icon--danger {
  color: #fda4af;
  background: #ffffff14;
  border-color: #ff4ecd73;
  box-shadow: inset 0 1px #ffffff47, 0 0 22px #ff4ecd2e;
}

.cloud-shell--cyber-glass .cloud-success {
  -webkit-backdrop-filter: blur(16px);
  color: #a5f3fc;
  background: #5cefff1a;
  border-color: #5cefff52;
}

@media (max-width: 720px) {
  .cloud-account-shortcuts {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cloud-account-shortcut, .cloud-btn-danger {
    transition: none;
  }

  .cloud-account-shortcut:hover, .cloud-btn-danger:hover:not(:disabled) {
    transform: none;
  }
}

/*# sourceMappingURL=src_features_cloud_components_auth_0be6781d.css.map*/