/* [project]/src/components/hub/DevilAssistant.module.css [app-client] (css) */
.DevilAssistant-module__iZR1CW__launcher {
  z-index: 35;
  cursor: pointer;
  background: radial-gradient(circle at 30% 20%, #ffffff1f, #0000 44%), linear-gradient(135deg, #ff4f4259, #8a3aff4d);
  border: 1px solid #ff9b4d57;
  border-radius: 20px;
  place-items: center;
  width: 58px;
  height: 58px;
  line-height: 1;
  transition: filter .18s, border-color .18s;
  display: grid;
  position: fixed;
  bottom: 8.25rem;
  right: .72rem;
  overflow: visible;
  box-shadow: 0 18px 46px #0000006b, 0 0 34px #ff4f423d;
}

.DevilAssistant-module__iZR1CW__launcher:hover, .DevilAssistant-module__iZR1CW__launcher:focus-visible {
  filter: brightness(1.08);
  border-color: #ffcf8f7a;
  outline: none;
}

.DevilAssistant-module__iZR1CW__chatBox {
  z-index: 34;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: radial-gradient(circle at 18% 0, #b166ff2e, #0000 48%), #08040df5;
  border: 1px solid #b166ff52;
  border-radius: 24px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: .5rem;
  width: min(390px, 100vw - 1.44rem);
  height: min(520px, 100dvh - 12.25rem);
  padding: .75rem;
  animation: .16s both DevilAssistant-module__iZR1CW__chatIn;
  display: grid;
  position: fixed;
  bottom: 11.55rem;
  right: .72rem;
  overflow: hidden;
  box-shadow: 0 28px 80px #0000008a, inset 0 0 0 1px #ffffff0b;
}

.DevilAssistant-module__iZR1CW__header {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: .55rem;
  display: grid;
}

.DevilAssistant-module__iZR1CW__headerMascot {
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
  overflow: visible;
}

.DevilAssistant-module__iZR1CW__header strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.DevilAssistant-module__iZR1CW__header span {
  color: #bafbe2;
  text-transform: uppercase;
  border: 1px solid #51e6ad38;
  border-radius: 999px;
  padding: .18rem .46rem;
  font-size: .58rem;
  font-weight: 850;
}

.DevilAssistant-module__iZR1CW__header button {
  width: 30px;
  height: 30px;
  color: var(--ata-text);
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  place-items: center;
  font-size: 1.05rem;
  display: grid;
}

.DevilAssistant-module__iZR1CW__thread {
  align-content: end;
  gap: .5rem;
  min-height: 0;
  padding-right: .1rem;
  display: grid;
  overflow: auto;
}

.DevilAssistant-module__iZR1CW__thread article {
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 15px;
  gap: .18rem;
  padding: .58rem .66rem;
  display: grid;
}

.DevilAssistant-module__iZR1CW__thread article[data-role="user"] {
  border-color: #51e6ad2e;
  margin-left: 1.8rem;
}

.DevilAssistant-module__iZR1CW__thread article[data-role="assistant"] {
  border-color: #ff9b4d2e;
  margin-right: 1.8rem;
}

.DevilAssistant-module__iZR1CW__thread span {
  color: var(--ata-ember);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: 850;
}

.DevilAssistant-module__iZR1CW__thread p {
  color: var(--ata-muted);
  margin: 0;
  font-size: .84rem;
  line-height: 1.42;
}

.DevilAssistant-module__iZR1CW__form {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .42rem;
  display: grid;
}

.DevilAssistant-module__iZR1CW__form input {
  min-height: 38px;
  color: var(--ata-text);
  font: inherit;
  background: #00000057;
  border: 1px solid #ff9b4d38;
  border-radius: 999px;
  padding: 0 .75rem;
  font-size: .84rem;
}

.DevilAssistant-module__iZR1CW__form button {
  color: #fff6f0;
  cursor: pointer;
  background: linear-gradient(135deg, #ff4f42f2, #8a3affe0);
  border: 1px solid #ff9b4d4d;
  border-radius: 999px;
  min-height: 38px;
  padding: 0 .78rem;
  font-size: .82rem;
  font-weight: 900;
}

.DevilAssistant-module__iZR1CW__form button:disabled {
  cursor: not-allowed;
  filter: grayscale();
  opacity: .5;
}

.DevilAssistant-module__iZR1CW__ataDevilWrap {
  pointer-events: none;
  transform-origin: center;
  place-items: center;
  width: 78px;
  height: 78px;
  animation: 3.2s ease-in-out infinite DevilAssistant-module__iZR1CW__ataDevilBob;
  display: grid;
  position: relative;
}

.DevilAssistant-module__iZR1CW__ataDevilCompact {
  width: 54px;
  height: 54px;
}

.DevilAssistant-module__iZR1CW__ataDevilGlow {
  filter: blur(8px);
  background: radial-gradient(circle, #ffcf8f57, #ff4f4238 42%, #8a3aff1f 68%, #0000 72%);
  border-radius: 999px;
  animation: 2.7s ease-in-out infinite DevilAssistant-module__iZR1CW__ataDevilPulse;
  position: absolute;
  inset: 7%;
}

.DevilAssistant-module__iZR1CW__ataDevilBody {
  background: radial-gradient(circle at 32% 26%, #ffc69d9e, #0000 15%), linear-gradient(145deg, #ff5d51 0%, #c2285a 48%, #6e2ad8 100%);
  border-radius: 46% 46% 52% 52%;
  width: 62%;
  height: 60%;
  display: block;
  position: relative;
  box-shadow: inset -7px -10px 16px #1e002457, inset 5px 7px 13px #ffffff21, 0 10px 22px #00000057;
}

.DevilAssistant-module__iZR1CW__ataDevilHorn {
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  filter: drop-shadow(0 4px 4px #00000047);
  background: linear-gradient(#ffe0a6, #ff9b4d 62%, #cf314a);
  width: 28%;
  height: 33%;
  position: absolute;
  top: -23%;
}

.DevilAssistant-module__iZR1CW__ataDevilHornLeft {
  left: 12%;
  transform: rotate(-20deg);
}

.DevilAssistant-module__iZR1CW__ataDevilHornRight {
  right: 12%;
  transform: rotate(20deg);
}

.DevilAssistant-module__iZR1CW__ataDevilEye {
  background: #fff3c7;
  border-radius: 999px;
  width: 11%;
  height: 12%;
  position: absolute;
  top: 37%;
  box-shadow: 0 0 8px #ffcf8fbf;
}

.DevilAssistant-module__iZR1CW__ataDevilEyeLeft {
  left: 31%;
}

.DevilAssistant-module__iZR1CW__ataDevilEyeRight {
  right: 31%;
}

.DevilAssistant-module__iZR1CW__ataDevilSmirk {
  border-bottom: 3px solid #230024c7;
  border-radius: 0 0 999px 999px;
  width: 27%;
  height: 14%;
  position: absolute;
  top: 58%;
  left: 38%;
  transform: rotate(-7deg);
}

.DevilAssistant-module__iZR1CW__ataDevilTail {
  border: 4px solid #c2285a;
  border-color: #0000 #c2285a #c2285a #0000;
  border-radius: 999px;
  width: 38%;
  height: 34%;
  animation: 2.25s ease-in-out infinite DevilAssistant-module__iZR1CW__ataDevilWobble;
  position: absolute;
  bottom: 10%;
  right: -27%;
  transform: rotate(-18deg);
}

.DevilAssistant-module__iZR1CW__ataDevilTail:after {
  content: "";
  clip-path: polygon(50% 0%, 100% 100%, 0% 72%);
  background: #ff5d51;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -8px;
  right: -8px;
  transform: rotate(22deg);
}

.DevilAssistant-module__iZR1CW__ataDevilSpark {
  color: #ffcf8f;
  text-shadow: 0 0 10px #ffcf8fbf;
  font-size: .62rem;
  line-height: 1;
  animation: 2.4s ease-in-out infinite DevilAssistant-module__iZR1CW__ataDevilTwinkle;
  position: absolute;
}

.DevilAssistant-module__iZR1CW__ataDevilSparkOne {
  top: 18%;
  left: 2%;
}

.DevilAssistant-module__iZR1CW__ataDevilSparkTwo {
  animation-delay: -.75s;
  top: 20%;
  right: 4%;
}

.DevilAssistant-module__iZR1CW__ataDevilSparkThree {
  animation-delay: -1.35s;
  bottom: 0%;
  right: 18%;
}

.DevilAssistant-module__iZR1CW__ataDevilThinking .DevilAssistant-module__iZR1CW__ataDevilGlow {
  filter: blur(9px) brightness(1.2);
  animation-duration: 1s;
}

.DevilAssistant-module__iZR1CW__ataDevilThinking .DevilAssistant-module__iZR1CW__ataDevilBody {
  animation: .72s ease-in-out infinite DevilAssistant-module__iZR1CW__ataDevilWobble;
}

@keyframes DevilAssistant-module__iZR1CW__chatIn {
  from {
    opacity: 0;
    transform: translateY(12px)scale(.985);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes DevilAssistant-module__iZR1CW__ataDevilBob {
  0%, 100% {
    transform: translateY(0)rotate(-1deg);
  }

  50% {
    transform: translateY(-5px)rotate(1deg);
  }
}

@keyframes DevilAssistant-module__iZR1CW__ataDevilPulse {
  0%, 100% {
    opacity: .74;
    transform: scale(.94);
  }

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

@keyframes DevilAssistant-module__iZR1CW__ataDevilTwinkle {
  0%, 100% {
    opacity: .18;
    transform: scale(.72)rotate(0);
  }

  45% {
    opacity: 1;
    transform: scale(1.16)rotate(18deg);
  }
}

@keyframes DevilAssistant-module__iZR1CW__ataDevilWobble {
  0%, 100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(3deg);
  }
}

@media (max-width: 920px) {
  .DevilAssistant-module__iZR1CW__launcher {
    bottom: 8.1rem;
    right: .75rem;
  }

  .DevilAssistant-module__iZR1CW__chatBox {
    bottom: 11.4rem;
    right: .75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .DevilAssistant-module__iZR1CW__launcher, .DevilAssistant-module__iZR1CW__chatBox, .DevilAssistant-module__iZR1CW__ataDevilWrap, .DevilAssistant-module__iZR1CW__ataDevilGlow, .DevilAssistant-module__iZR1CW__ataDevilTail, .DevilAssistant-module__iZR1CW__ataDevilSpark, .DevilAssistant-module__iZR1CW__ataDevilThinking .DevilAssistant-module__iZR1CW__ataDevilBody {
    transition: none;
    animation: none;
  }
}

/* [project]/src/components/hub/HubAuthStatus.module.css [app-client] (css) */
﻿.HubAuthStatus-module__NIwOyW__authMenuBar {
  background: #140c1899;
  border: 1px solid #ffffff0f;
  border-radius: 999px;
  align-items: center;
  gap: .5rem;
  padding: .35rem .5rem;
  display: flex;
}

.HubAuthStatus-module__NIwOyW__userName {
  color: #fff;
  padding: 0 .45rem;
  font-size: .75rem;
  font-weight: 800;
}

.HubAuthStatus-module__NIwOyW__actionBtn {
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: 0;
  border-radius: 999px;
  padding: .42rem .85rem;
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
}

.HubAuthStatus-module__NIwOyW__actionBtn:hover {
  opacity: .9;
}

.HubAuthStatus-module__NIwOyW__actionBtn:disabled {
  cursor: wait;
  opacity: .6;
}

.HubAuthStatus-module__NIwOyW__danger {
  background: #ff4a5ae0;
}

.HubAuthStatus-module__NIwOyW__pulse {
  background: #ff8d46;
  border-radius: 50%;
  width: .65rem;
  height: .65rem;
  margin: 0 .5rem;
  animation: 1s steps(2, end) infinite HubAuthStatus-module__NIwOyW__authPulse;
}

@keyframes HubAuthStatus-module__NIwOyW__authPulse {
  50% {
    opacity: .3;
  }
}

/* [project]/src/components/hub/HubCoreHome.module.css [app-client] (css) */
.HubCoreHome-module__5oU6Aa__shell {
  color: #fff4e8;
  background: radial-gradient(circle at 20% 30%, #821e3729 0%, #0000 40rem), radial-gradient(circle at 80% 60%, #55199124 0%, #0000 45rem), #050307;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  display: grid;
  overflow-x: hidden;
}

.HubCoreHome-module__5oU6Aa__topbar {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  padding: 0 2rem;
  display: flex;
}

.HubCoreHome-module__5oU6Aa__brandWrapper {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.HubCoreHome-module__5oU6Aa__brand {
  width: 2.25rem;
  height: 2.25rem;
  color: inherit;
  background: #230f19d9;
  border: 1px solid #ff743a59;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 0 14px #ff371c40;
}

.HubCoreHome-module__5oU6Aa__brandMark {
  letter-spacing: .02em;
  font-size: .7rem;
  font-weight: 900;
}

.HubCoreHome-module__5oU6Aa__brandTitle {
  color: #fff4e8;
  letter-spacing: -.01em;
  font-size: 1rem;
  font-weight: 700;
}

.HubCoreHome-module__5oU6Aa__stage {
  place-items: center;
  min-height: 0;
  padding: 2rem;
  display: grid;
}

.HubCoreHome-module__5oU6Aa__launcherGrid {
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 72rem;
  height: 34rem;
  display: grid;
  position: relative;
}

.HubCoreHome-module__5oU6Aa__portalContainer {
  z-index: 5;
  flex-direction: column;
  grid-area: 2 / 2;
  justify-content: center;
  place-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.HubCoreHome-module__5oU6Aa__portalRingWrapper {
  text-decoration: none;
  transition: transform .25s;
  display: block;
}

.HubCoreHome-module__5oU6Aa__portalRingWrapper:hover {
  transform: scale(1.05);
}

.HubCoreHome-module__5oU6Aa__portalRing {
  aspect-ratio: 1;
  background: conic-gradient(#b13dff 0%, #ff5a2c 35%, #ffd56a 50%, #ff5a2c 65%, #b13dff 100%);
  border-radius: 50%;
  place-items: center;
  width: 9.5rem;
  animation: 8s linear infinite HubCoreHome-module__5oU6Aa__portalSpin;
  display: grid;
  position: relative;
  box-shadow: 0 0 45px #ff5a2c66, 0 0 90px #b13dff40;
}

.HubCoreHome-module__5oU6Aa__portalCoreMask {
  aspect-ratio: 1;
  z-index: 2;
  background: #050307;
  border-radius: 50%;
  width: 5.25rem;
  box-shadow: inset 0 0 20px #000000e6;
}

.HubCoreHome-module__5oU6Aa__portalOrbs {
  animation: 12s linear infinite HubCoreHome-module__5oU6Aa__portalReverseSpin;
  position: absolute;
  inset: 0;
}

.HubCoreHome-module__5oU6Aa__portalSparkle {
  background: #fff5e8;
  border-radius: 50%;
  width: .45rem;
  height: .45rem;
  position: absolute;
  box-shadow: 0 0 10px #ffd56a;
}

.HubCoreHome-module__5oU6Aa__portalSparkle:first-child {
  top: 20%;
  left: 25%;
}

.HubCoreHome-module__5oU6Aa__portalSparkle:nth-child(2) {
  top: 70%;
  left: 75%;
}

.HubCoreHome-module__5oU6Aa__portalSparkle:nth-child(3) {
  top: 45%;
  left: 80%;
}

.HubCoreHome-module__5oU6Aa__portalTitle {
  text-align: center;
  letter-spacing: -.03em;
  color: #fff;
  text-shadow: 0 4px 12px #0009;
  margin-top: 1.25rem;
  font-size: 2.65rem;
  font-weight: 900;
  line-height: .95;
}

.HubCoreHome-module__5oU6Aa__appCapsule {
  color: inherit;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #160e1a73;
  border: 1px solid #ffffff0a;
  border-radius: 1.15rem;
  align-self: center;
  align-items: center;
  gap: .85rem;
  height: fit-content;
  padding: .65rem .9rem;
  text-decoration: none;
  transition: background .2s, border-color .2s;
  display: flex;
  box-shadow: 0 8px 32px #0000004d;
}

.HubCoreHome-module__5oU6Aa__appCapsule:hover {
  background: #201426a6;
  border-color: #ff743a33;
}

.HubCoreHome-module__5oU6Aa__capsuleBadge {
  background: #0c060ed9;
  border: 1px solid #ffffff0f;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
}

.HubCoreHome-module__5oU6Aa__capsuleBadge span {
  color: #fff4e880;
  letter-spacing: .05em;
  font-size: .68rem;
  font-weight: 800;
}

.HubCoreHome-module__5oU6Aa__capsuleMeta {
  flex-direction: column;
  gap: .08rem;
  display: flex;
}

.HubCoreHome-module__5oU6Aa__capsuleLabel {
  color: #fff;
  letter-spacing: -.01em;
  font-size: .88rem;
  font-weight: 800;
}

.HubCoreHome-module__5oU6Aa__capsuleSubLabel {
  color: #fff4e861;
  letter-spacing: .06em;
  font-size: .62rem;
  font-weight: 700;
}

.HubCoreHome-module__5oU6Aa__jellyfin {
  grid-area: 1 / 2;
  justify-self: center;
  width: 14rem;
}

.HubCoreHome-module__5oU6Aa__jellyseerr {
  grid-area: 1 / 3;
  justify-self: end;
  width: 14rem;
  margin-top: 4rem;
}

.HubCoreHome-module__5oU6Aa__games {
  grid-area: 2 / 3;
  justify-self: end;
  width: 15rem;
}

.HubCoreHome-module__5oU6Aa__romm {
  grid-area: 3 / 3;
  justify-self: end;
  width: 14rem;
  margin-bottom: 4rem;
}

.HubCoreHome-module__5oU6Aa__trpg {
  grid-area: 3 / 2;
  justify-self: center;
  width: 14rem;
}

.HubCoreHome-module__5oU6Aa__localai {
  grid-area: 3 / 1;
  justify-self: start;
  width: 14rem;
  margin-bottom: 4rem;
}

.HubCoreHome-module__5oU6Aa__amp {
  grid-area: 2 / 1;
  justify-self: start;
  width: 14rem;
}

.HubCoreHome-module__5oU6Aa__now {
  grid-area: 1 / 1;
  justify-self: start;
  width: 14rem;
  margin-top: 4rem;
}

.HubCoreHome-module__5oU6Aa__footerPulseBar {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 10;
  background: #060408cc;
  border-top: 1px solid #ffffff08;
  align-items: center;
  gap: 1.5rem;
  padding: .85rem 1.5rem;
  display: flex;
}

.HubCoreHome-module__5oU6Aa__pulseTitleGroup {
  letter-spacing: .06em;
  align-items: center;
  gap: .5rem;
  font-size: .68rem;
  font-weight: 800;
  display: flex;
}

.HubCoreHome-module__5oU6Aa__pulseLabelPrefix {
  color: #ff743a;
  background: #ff743a1a;
  border-radius: .25rem;
  padding: .15rem .35rem;
}

.HubCoreHome-module__5oU6Aa__pulseLabelMain {
  color: #fffefc80;
}

.HubCoreHome-module__5oU6Aa__pulseStatusGrid {
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  display: flex;
}

.HubCoreHome-module__5oU6Aa__statusPill {
  letter-spacing: .04em;
  color: #fffefcb3;
  text-transform: uppercase;
  align-items: center;
  gap: .38rem;
  font-size: .65rem;
  font-weight: 700;
  display: flex;
}

.HubCoreHome-module__5oU6Aa__dot {
  border-radius: 50%;
  width: .45rem;
  height: .45rem;
  display: inline-block;
}

.HubCoreHome-module__5oU6Aa__green {
  background: #3affbe;
  box-shadow: 0 0 8px #3affbe99;
}

.HubCoreHome-module__5oU6Aa__orange {
  background: #ffaa3a;
  box-shadow: 0 0 8px #ffaa3a99;
}

.HubCoreHome-module__5oU6Aa__purple {
  background: #b13dff;
  box-shadow: 0 0 8px #b13dff99;
}

@keyframes HubCoreHome-module__5oU6Aa__portalSpin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes HubCoreHome-module__5oU6Aa__portalReverseSpin {
  100% {
    transform: rotate(-360deg);
  }
}

@media (max-width: 1024px) {
  .HubCoreHome-module__5oU6Aa__launcherGrid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 1rem;
    height: auto;
    display: flex;
  }

  .HubCoreHome-module__5oU6Aa__portalContainer {
    order: -1;
    margin-bottom: 2rem;
  }

  .HubCoreHome-module__5oU6Aa__appCapsule {
    max-width: 20rem;
    width: 100% !important;
    margin: 0 !important;
  }

  .HubCoreHome-module__5oU6Aa__footerPulseBar {
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
  }
}

.HubCoreHome-module__5oU6Aa__discordCorner {
  z-index: 36;
  color: #fff;
  background: linear-gradient(135deg, #5865f2eb, #7451ffdb);
  border: 1px solid #788aff59;
  border-radius: 14px;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
  position: fixed;
  bottom: 5.25rem;
  right: .86rem;
  box-shadow: 0 14px 36px #00000052;
  transform: none !important;
}

.HubCoreHome-module__5oU6Aa__discordCorner svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}

/*# sourceMappingURL=src_components_hub_0x.u3vk._.css.map*/