/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --ata-bg: #050309;
  --ata-bg-2: #0a0612;
  --ata-panel: #130c1cdb;
  --ata-panel-2: #1f122dd1;
  --ata-line: #ff644838;
  --ata-line-2: #cf40ff33;
  --ata-text: #f7efe9;
  --ata-muted: #b9a8a3;
  --ata-faint: #76676c;
  --ata-red: #ff4f42;
  --ata-ember: #ff9b4d;
  --ata-violet: #b166ff;
  --ata-green: #51e6ad;
  --ata-shadow: 0 24px 80px #00000073;
  --ata-radius-xl: 28px;
  --ata-radius-lg: 22px;
  --ata-radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ata-bg);
  min-height: 100%;
}

body {
  min-height: 100%;
  color: var(--ata-text);
  background: radial-gradient(circle at 15% 20%, #ff4f422e, #0000 34rem), radial-gradient(circle at 80% 10%, #b166ff29, #0000 32rem), linear-gradient(135deg, #050309 0%, #0a0612 50%, #12080b 100%);
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

button, input {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.eyebrow {
  color: var(--ata-ember);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 .45rem;
  font-size: .72rem;
  font-weight: 800;
}

.primary-action, .portal-card__action, .devil-dock button, .login-form button, .trpg-actions button, .trpg-card button, .hub-session button, .hub-hero__status button {
  color: #fff6f0;
  cursor: pointer;
  letter-spacing: .03em;
  background: linear-gradient(135deg, #ff4f42f2, #8a3affe0), linear-gradient(#ffffff1f, #0000);
  border: 1px solid #ff9b4d57;
  border-radius: 999px;
  min-height: 44px;
  font-weight: 800;
  transition: transform .16s, filter .16s, border-color .16s;
  box-shadow: 0 14px 34px #ff4f422e;
}

button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

button:disabled {
  cursor: not-allowed;
  filter: grayscale(.5) brightness(.7);
}

.hub-shell {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 1rem;
  height: 100dvh;
  padding: 1rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hub-hellscape {
  z-index: -2;
  opacity: .5;
  background-color: #0000;
  background-image: linear-gradient(90deg, #ff4f420d 1px, #0000 1px), linear-gradient(0deg, #ff4f420d 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 28px 28px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: fixed;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000 0%, #0000 84%);
  mask-image: linear-gradient(#000 0%, #0000 84%);
}

.hub-rail, .hub-main, .admin-shell, .trpg-app, .login-panel {
  border: 1px solid var(--ata-line);
  background: linear-gradient(180deg, #ffffff0b, transparent),
    var(--ata-panel);
  box-shadow: var(--ata-shadow);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.hub-rail {
  border-radius: var(--ata-radius-xl);
  flex-direction: column;
  min-height: 0;
  padding: 1rem;
  display: flex;
}

.hub-brand, .trpg-logo {
  background: #ffffff0a;
  border: 1px solid #ff9b4d2e;
  border-radius: 20px;
  align-items: center;
  gap: .8rem;
  padding: .65rem;
  display: flex;
}

.hub-brand__sigil, .trpg-logo span, .module-rune, .login-panel__mark {
  color: #fff4ea;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ff4f4233, #b166ff38), #00000057;
  border: 1px solid #ff9b4d61;
  flex: none;
  place-items: center;
  font-weight: 950;
  display: grid;
}

.hub-brand__sigil, .trpg-logo span {
  border-radius: 16px;
  width: 54px;
  height: 54px;
}

.hub-brand p, .trpg-logo p {
  color: var(--ata-muted);
  margin: 0;
  font-size: .8rem;
}

.hub-brand strong, .trpg-logo strong {
  margin-top: .1rem;
  font-size: .95rem;
  display: block;
}

.hub-nav {
  gap: .55rem;
  min-height: 0;
  margin: 1rem 0;
  display: grid;
  overflow: hidden;
}

.hub-nav button, .trpg-sidebar nav button {
  width: 100%;
  color: var(--ata-muted);
  cursor: pointer;
  text-align: left;
  background: #ffffff09;
  border: 1px solid #0000;
  border-radius: 18px;
  gap: .18rem;
  padding: .8rem;
  display: grid;
}

.hub-nav button.is-active, .trpg-sidebar nav button.is-active {
  color: var(--ata-text);
  background: linear-gradient(135deg, #ff4f422e, #b166ff1f), #ffffff0e;
  border-color: #ff9b4d57;
}

.hub-nav span, .trpg-sidebar nav span {
  font-weight: 850;
}

.hub-nav small, .trpg-sidebar nav small {
  color: var(--ata-faint);
  line-height: 1.35;
}

.hub-session {
  background: #51e6ad0f;
  border: 1px solid #51e6ad38;
  border-radius: 22px;
  margin-top: auto;
  padding: .9rem;
}

.hub-session p, .hub-session strong {
  margin: 0;
}

.hub-session p {
  color: var(--ata-muted);
  font-size: .82rem;
}

.hub-session strong {
  margin: .2rem 0 .75rem;
  display: block;
}

.hub-session button, .hub-hero__status button {
  width: 100%;
}

.hub-main {
  border-radius: var(--ata-radius-xl);
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: .85rem;
  min-width: 0;
  min-height: 0;
  padding: 1rem;
  display: grid;
  overflow: hidden;
}

.hub-hero {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  align-items: stretch;
  gap: 1rem;
  display: grid;
}

.hub-hero h1, .admin-hero h1, .trpg-topbar h1, .login-panel h1, .profile-chooser h1 {
  letter-spacing: -.08em;
  margin: 0;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: .92;
}

.hub-hero p, .admin-hero p, .trpg-topbar p, .login-panel p, .profile-chooser p, .portal-card p, .devil-dock p, .trpg-card p, .admin-panel p {
  color: var(--ata-muted);
  line-height: 1.5;
}

.hub-hero__status {
  background: #00000038;
  border: 1px solid #ff9b4d38;
  border-radius: 24px;
  align-content: center;
  gap: .65rem;
  padding: 1rem;
  display: grid;
}

.hub-hero__status span, .portal-badge, .admin-panel__header span {
  color: #ffd6a7;
  text-transform: uppercase;
  background: #ff9b4d14;
  border: 1px solid #ff9b4d3d;
  border-radius: 999px;
  width: fit-content;
  padding: .25rem .6rem;
  font-size: .72rem;
  font-weight: 850;
}

.hub-hero__status strong {
  overflow-wrap: anywhere;
  color: var(--ata-green);
  font-size: .88rem;
}

.hub-notice {
  color: #bafbe2;
  background: #51e6ad0f;
  border: 1px solid #51e6ad38;
  border-radius: 18px;
  padding: .7rem .9rem;
  font-size: .88rem;
}

.portal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  min-height: 0;
  display: grid;
  overflow: hidden;
}

.portal-card {
  background: linear-gradient(#ffffff0e, #0000), #0003;
  border: 1px solid #ff644833;
  border-radius: 24px;
  flex-direction: column;
  min-height: 0;
  padding: .9rem;
  display: flex;
  overflow: hidden;
}

.portal-card__topline {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .7rem;
  display: grid;
}

.service-sigil {
  background: radial-gradient(circle at 30% 25%, #ff9b4d42, #0000 45%), linear-gradient(135deg, #ff4f4229, #b166ff33), #0000005c;
  border: 1px solid #ff9b4d57;
  border-radius: 16px;
  flex: none;
  place-items: center;
  width: 52px;
  height: 52px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff0d;
}

.service-sigil__initials {
  z-index: 3;
  color: #fff4ea;
  letter-spacing: .08em;
  text-shadow: 0 2px 10px #00000080;
  font-size: .72rem;
  font-weight: 950;
  position: relative;
}

.service-sigil__shape {
  border: 1px solid #ffe6c46b;
  display: block;
  position: absolute;
}

.service-sigil[data-visual="media-reel"] .service-sigil__shape--a {
  border-radius: 999px;
  width: 34px;
  height: 34px;
}

.service-sigil[data-visual="media-reel"] .service-sigil__shape--b, .service-sigil[data-visual="media-reel"] .service-sigil__shape--c {
  background: #ffe6c49e;
  border-radius: 999px;
  width: 6px;
  height: 6px;
}

.service-sigil[data-visual="media-reel"] .service-sigil__shape--b {
  transform: translate(-10px, -8px);
}

.service-sigil[data-visual="media-reel"] .service-sigil__shape--c {
  transform: translate(10px, 9px);
}

.service-sigil[data-visual="tabletop-tome"] .service-sigil__shape--a {
  background: #b166ff24;
  border-radius: 6px 10px 10px 6px;
  width: 32px;
  height: 38px;
}

.service-sigil[data-visual="tabletop-tome"] .service-sigil__shape--b {
  border: 0;
  border-left: 1px solid #ffe6c473;
  width: 1px;
  height: 34px;
  transform: translateX(-9px);
}

.service-sigil[data-visual="tabletop-tome"] .service-sigil__shape--c {
  border: 0;
  border-top: 1px solid #ffe6c466;
  width: 18px;
  height: 1px;
  transform: translate(5px, -10px);
}

.service-sigil[data-visual="admin-terminal"] .service-sigil__shape--a {
  background: #51e6ad14;
  border-radius: 6px;
  width: 36px;
  height: 28px;
}

.service-sigil[data-visual="admin-terminal"] .service-sigil__shape--b {
  border-width: 0 2px 2px 0;
  width: 10px;
  height: 10px;
  transform: translate(-9px)rotate(-45deg);
}

.service-sigil[data-visual="admin-terminal"] .service-sigil__shape--c {
  border: 0;
  border-top: 2px solid #ffe6c480;
  width: 14px;
  height: 1px;
  transform: translate(10px, 9px);
}

.service-sigil[data-visual="game-gate"] .service-sigil__shape--a {
  background: #ff4f421a;
  border-radius: 10px;
  width: 34px;
  height: 26px;
}

.service-sigil[data-visual="game-gate"] .service-sigil__shape--b {
  border: 2px solid #ffe6c48c;
  border-right: 0;
  width: 8px;
  height: 8px;
  transform: translate(-10px);
}

.service-sigil[data-visual="game-gate"] .service-sigil__shape--c {
  background: #ffe6c4a6;
  border-radius: 999px;
  width: 5px;
  height: 5px;
  transform: translate(8px, -1px);
  box-shadow: 9px 0 #ffe6c473;
}

.service-sigil[data-visual="ai-core"] .service-sigil__shape--a {
  background: #51e6ad1a;
  border-radius: 999px;
  width: 26px;
  height: 26px;
}

.service-sigil[data-visual="ai-core"] .service-sigil__shape--b {
  border: 0;
  border-top: 1px solid #ffe6c473;
  width: 40px;
  height: 1px;
}

.service-sigil[data-visual="ai-core"] .service-sigil__shape--c {
  border: 0;
  border-left: 1px solid #ffe6c473;
  width: 1px;
  height: 40px;
}

.service-sigil[data-visual="pc-grid"] .service-sigil__shape--a {
  border-radius: 5px;
  width: 32px;
  height: 24px;
}

.service-sigil[data-visual="pc-grid"] .service-sigil__shape--b {
  border: 0;
  border-top: 1px solid #ffe6c45c;
  width: 36px;
  height: 1px;
  transform: translateY(-5px);
  box-shadow: 0 10px #ffe6c43d;
}

.service-sigil[data-visual="pc-grid"] .service-sigil__shape--c {
  border: 0;
  border-left: 1px solid #ffe6c45c;
  width: 1px;
  height: 28px;
  transform: translateX(-7px);
  box-shadow: 14px 0 #ffe6c43d;
}

.service-sigil[data-visual="crawl-crest"] .service-sigil__shape--a {
  background: #ff4f421a;
  border-radius: 18px 18px 8px 8px;
  width: 32px;
  height: 36px;
  transform: translateY(2px);
}

.service-sigil[data-visual="crawl-crest"] .service-sigil__shape--b {
  border-width: 2px 0 0 2px;
  width: 12px;
  height: 12px;
  transform: translate(-11px, -12px)rotate(45deg);
}

.service-sigil[data-visual="crawl-crest"] .service-sigil__shape--c {
  border-width: 2px 2px 0 0;
  width: 12px;
  height: 12px;
  transform: translate(11px, -12px)rotate(-45deg);
}

.portal-card__topline p, .portal-card__topline h3, .portal-card__description {
  margin: 0;
}

.portal-card__topline p {
  color: var(--ata-ember);
  font-size: .72rem;
  font-weight: 800;
}

.portal-card__topline h3 {
  font-size: 1.1rem;
}

.portal-card__description {
  margin-top: .8rem;
  font-size: .9rem;
}

.portal-card__details {
  flex-wrap: wrap;
  gap: .35rem;
  margin: auto 0 .85rem;
  padding-top: .8rem;
  display: flex;
}

.portal-card__details span {
  color: var(--ata-muted);
  border: 1px solid #ffffff17;
  border-radius: 999px;
  padding: .22rem .5rem;
  font-size: .72rem;
}

.devil-dock {
  background: linear-gradient(135deg, #ff4f422e, #b166ff1f), #00000038;
  border: 1px solid #ff9b4d42;
  border-radius: 24px;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1rem;
  padding: .9rem;
  display: grid;
}

.devil-dock h2, .devil-dock p {
  margin: 0;
}

.devil-dock__track {
  gap: .4rem;
  display: flex;
}

.devil-dock__track span {
  color: #ffd6a7;
  background: #0000003d;
  border: 1px solid #ff9b4d38;
  border-radius: 12px;
  padding: .45rem .55rem;
  font-size: .72rem;
  font-weight: 900;
}

.hub-login-gate {
  z-index: 20;
  place-items: center;
  padding: 1rem;
  display: grid;
  position: fixed;
  inset: 0;
}

.hub-login-gate__scrim {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #020105c2;
  position: absolute;
  inset: 0;
}

.hub-login-gate__panel {
  width: min(100%, 460px);
  position: relative;
}

.hub-login-gate__close {
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #ffffff24;
  border-radius: 999px;
  padding: .55rem .8rem;
  position: absolute;
  top: -3rem;
  right: 0;
}

.login-screen {
  place-items: center;
  min-height: 100dvh;
  padding: 1rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.login-screen--profiles {
  align-items: center;
}

.login-screen__ambient {
  filter: blur(40px);
  background: radial-gradient(circle at 30% 40%, #ff4f423d, #0000 54%), radial-gradient(circle at 70% 30%, #b166ff33, #0000 50%);
  border-radius: 999px;
  position: absolute;
  inset: 12%;
}

.login-screen__note {
  max-width: 680px;
  color: var(--ata-muted);
  text-align: center;
  position: fixed;
  bottom: 1rem;
}

.login-experience {
  z-index: 1;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 460px);
  gap: 1rem;
  width: min(1180px, 100%);
  display: grid;
  position: relative;
}

.profile-chooser {
  border: 1px solid var(--ata-line);
  box-shadow: var(--ata-shadow);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(#ffffff0b, #0000), #0a0612bd;
  border-radius: 32px;
  align-content: center;
  gap: 1.2rem;
  padding: clamp(1rem, 3vw, 2rem);
  display: grid;
}

.profile-chooser__header {
  max-width: 720px;
}

.profile-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  display: grid;
}

.profile-card {
  min-height: 190px;
  color: var(--ata-text);
  cursor: pointer;
  text-align: center;
  background: radial-gradient(circle at 50% 0, #ff9b4d21, #0000 58%), #00000038;
  border: 1px solid #ff9b4d2e;
  border-radius: 24px;
  align-content: center;
  place-items: center;
  gap: .65rem;
  padding: 1rem;
  display: grid;
}

.profile-card.is-selected {
  background: radial-gradient(circle at 50% 0, #ff9b4d3d, #0000 62%), #ffffff0f;
  border-color: #ff9b4d99;
}

.profile-card[data-accent="green"].is-selected {
  border-color: #51e6ad99;
}

.profile-card[data-accent="violet"].is-selected {
  border-color: #b166ff99;
}

.profile-card[data-accent="red"].is-selected {
  border-color: #ff4f4299;
}

.profile-card .service-sigil {
  border-radius: 24px;
  width: 78px;
  height: 78px;
}

.profile-card__label {
  font-size: 1.05rem;
  font-weight: 900;
}

.profile-card small {
  color: var(--ata-muted);
  line-height: 1.35;
}

.login-panel {
  z-index: 1;
  border-radius: 30px;
  width: min(100%, 460px);
  padding: 1.15rem;
  position: relative;
}

.login-panel--compact {
  width: 100%;
}

.login-panel__mark {
  border-radius: 18px;
  width: 62px;
  height: 62px;
  margin-bottom: 1rem;
}

.login-panel__profile {
  background: #ffffff0a;
  border: 1px solid #ff9b4d2e;
  border-radius: 22px;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1rem;
  padding: .75rem;
  display: flex;
}

.login-panel__profile h2, .login-panel__profile p {
  margin: 0;
}

.login-panel__profile span {
  color: var(--ata-muted);
  font-size: .82rem;
  line-height: 1.35;
}

.login-form {
  gap: .8rem;
  margin-top: 1rem;
  display: grid;
}

.login-form label {
  gap: .35rem;
  display: grid;
}

.login-form label span {
  color: var(--ata-muted);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
}

.login-form input {
  min-height: 48px;
  color: var(--ata-text);
  background: #00000047;
  border: 1px solid #ff9b4d38;
  border-radius: 16px;
  outline: none;
  padding: 0 .85rem;
}

.login-error {
  color: #ffc5bc;
  background: #ff4f4214;
  border: 1px solid #ff4f4266;
  border-radius: 14px;
  padding: .65rem;
}

.admin-shell {
  min-height: 100dvh;
  padding: 1rem;
}

.admin-hero, .admin-grid {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.admin-hero {
  padding: 1.3rem;
}

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

.admin-panel {
  background: #0000003d;
  border: 1px solid #ff9b4d33;
  border-radius: 24px;
  padding: 1rem;
}

.admin-panel--wide {
  grid-column: span 2;
}

.admin-panel__header {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.admin-panel h2 {
  margin: 0;
}

.admin-panel pre, .admin-panel code {
  color: #bafbe2;
  background: #00000047;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  max-width: 100%;
  padding: .85rem;
  display: block;
  overflow: auto;
}

.trpg-app {
  grid-template-columns: 280px minmax(0, 1fr);
  height: 100dvh;
  display: grid;
  overflow: hidden;
}

.trpg-sidebar {
  border-right: 1px solid var(--ata-line);
  background: #0000002e;
  flex-direction: column;
  gap: 1rem;
  min-height: 0;
  padding: 1rem;
  display: flex;
}

.trpg-back {
  width: fit-content;
  color: var(--ata-muted);
  font-size: .85rem;
  font-weight: 800;
}

.trpg-sidebar nav {
  gap: .6rem;
  display: grid;
}

.trpg-content {
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
  padding: 1rem;
  display: grid;
  overflow: hidden;
}

.trpg-topbar {
  background: #00000038;
  border: 1px solid #ff9b4d33;
  border-radius: 28px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  padding: 1rem;
  display: flex;
}

.trpg-actions {
  gap: .5rem;
  display: flex;
}

.trpg-actions button {
  min-width: 86px;
  padding: 0 1rem;
}

.trpg-layout {
  grid-template-rows: auto minmax(0, 1fr);
  gap: .85rem;
  min-height: 0;
  padding-top: .85rem;
  display: grid;
  overflow: hidden;
}

.trpg-card {
  background: linear-gradient(#ffffff0b, #0000), #0003;
  border: 1px solid #ff9b4d33;
  border-radius: 24px;
  padding: 1rem;
}

.trpg-card--hero {
  gap: .4rem;
  display: grid;
}

.trpg-card h2, .trpg-card h3, .trpg-card p {
  margin: 0;
}

.trpg-progress {
  background: #ffffff14;
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.trpg-progress span {
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ata-red), var(--ata-violet));
  height: 100%;
  display: block;
}

.trpg-module-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  min-height: 0;
  display: grid;
  overflow: hidden;
}

.trpg-module-grid .trpg-card {
  align-content: start;
  gap: .7rem;
  display: grid;
}

.pixel-sprite {
  border: 1px solid var(--ata-line);
  min-width: 2.2rem;
  min-height: 2.2rem;
  color: var(--ata-text);
  background: #ff4f421f;
  border-radius: .7rem;
  place-items: center;
  font-weight: 950;
  display: inline-grid;
}

@media (max-width: 1180px) {
  .portal-grid, .trpg-module-grid, .admin-grid, .profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .login-experience {
    grid-template-columns: 1fr;
  }

  .login-panel {
    width: 100%;
  }

  .hub-shell {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  body {
    overflow: auto;
  }

  .hub-shell, .trpg-app {
    height: auto;
    min-height: 100dvh;
    padding: .75rem;
    display: block;
    overflow: visible;
  }

  .hub-rail, .hub-main, .trpg-sidebar, .trpg-content {
    min-height: auto;
    overflow: visible;
  }

  .hub-rail {
    gap: .75rem;
  }

  .hub-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .hub-main {
    margin-top: .75rem;
    display: grid;
  }

  .hub-hero, .trpg-topbar {
    grid-template-columns: 1fr;
  }

  .devil-dock {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .portal-grid, .trpg-module-grid, .admin-grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .devil-dock__track {
    flex-wrap: wrap;
    grid-column: 1 / -1;
  }

  .devil-dock button {
    grid-column: 1 / -1;
  }

  .trpg-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--ata-line);
  }

  .trpg-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-panel--wide {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .hub-nav, .trpg-sidebar nav, .profile-grid {
    grid-template-columns: 1fr;
  }

  .hub-hero h1, .admin-hero h1, .trpg-topbar h1, .login-panel h1, .profile-chooser h1 {
    font-size: 2.35rem;
  }

  .portal-card__topline {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .portal-badge {
    grid-column: 1 / -1;
  }
}

html[data-ata-active-scope="hub"] [data-ata-trpg-live-badge], html[data-ata-active-scope="hub"] [data-ata-trpg-surface-locator], html[data-ata-active-scope="hub"] [data-ata-trpg-module-loader], html[data-ata-active-scope="hub"] [data-ata-trpg-module-registry-snapshot], html[data-ata-active-scope="hub"] [data-ata-trpg-module-asset-audit], html[data-ata-active-scope="hub"] [data-ata-trpg-native-module-mount-bridge], html[data-ata-active-scope="hub"] [data-ata-trpg-render-context-guard], html[data-ata-active-scope="hub"] [id^="ata-trpg-live-"], html[data-ata-active-scope="hub"] [id^="ata-trpg-module-"] {
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

html[data-ata-active-scope="hub"] [data-ata-homepage-root="5AZIV"] * {
  box-sizing: border-box;
}

html[data-ata-active-scope="hub"], html[data-ata-active-scope="hub"] body {
  min-height: 100%;
  height: auto !important;
  overflow: hidden auto !important;
}

.ata-hub-home {
  color: #f8efe3;
  background: radial-gradient(circle at 18% 12%, #b22d4a38, #0000 34rem), radial-gradient(circle at 82% 4%, #5b40b438, #0000 28rem), linear-gradient(135deg, #05070d 0%, #090816 46%, #150714 100%);
  width: 100%;
  min-height: 100dvh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

.ata-hub-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(22px, 5vw, 64px) clamp(16px, 4vw, 40px);
}

.ata-hub-topbar, .ata-hub-brand, .ata-hub-nav, .ata-hub-hero, .ata-hub-card-grid, .ata-hub-secondary-grid {
  box-sizing: border-box;
}

.ata-hub-topbar {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(28px, 6vw, 72px);
  display: flex;
}

.ata-hub-brand {
  color: inherit;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  display: inline-flex;
}

.ata-hub-logo {
  color: #ffd98f;
  background: linear-gradient(135deg, #ffbe5c38, #7d1f3361);
  border: 1px solid #ffd79159;
  border-radius: 18px;
  place-items: center;
  width: 58px;
  height: 58px;
  font-weight: 900;
  display: grid;
  box-shadow: 0 18px 50px #00000061;
}

.ata-hub-brand strong, .ata-hub-brand small {
  display: block;
}

.ata-hub-brand small {
  color: #f8efe39e;
  margin-top: 2px;
}

.ata-hub-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  display: flex;
}

.ata-hub-nav a {
  color: #0b0710;
  background: linear-gradient(135deg, #ffd98f, #b88a48);
  border: 1px solid #ffffff29;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 850;
  text-decoration: none;
}

.ata-hub-hero {
  background: linear-gradient(135deg, #10121de0, #120710bd);
  border: 1px solid #ffd79133;
  border-radius: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: stretch;
  gap: 24px;
  padding: clamp(24px, 5vw, 58px);
  display: grid;
  box-shadow: 0 34px 90px #0000006b;
}

.ata-hub-kicker {
  color: #ffd98f;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin: 0 0 14px;
  font-size: .78rem;
  font-weight: 850;
}

.ata-hub-hero h1 {
  letter-spacing: -.07em;
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.55rem, 7vw, 5.6rem);
  line-height: .92;
}

.ata-hub-hero p {
  color: #f8efe3b8;
  max-width: 740px;
  margin: 24px 0 0;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.6;
}

.ata-hub-status-card {
  background: #ffffff0e;
  border: 1px solid #ffd7912e;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 180px;
  padding: 22px;
  display: flex;
}

.ata-hub-status-card span, .ata-hub-status-card small, .ata-hub-card span, .ata-hub-card p, .ata-hub-mini-card p {
  color: #f8efe3a3;
}

.ata-hub-status-card strong {
  margin: 4px 0 8px;
  font-size: 2rem;
}

.ata-hub-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 20px;
  display: grid;
}

.ata-hub-card, .ata-hub-mini-card {
  color: #f8efe3;
  background: #ffffff0b;
  border: 1px solid #ffd79129;
  border-radius: 22px;
  min-height: 148px;
  padding: 18px;
  text-decoration: none;
  box-shadow: 0 18px 45px #00000040;
}

.ata-hub-card {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.ata-hub-card span {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 850;
}

.ata-hub-card strong, .ata-hub-mini-card strong {
  font-size: 1.05rem;
}

.ata-hub-card p, .ata-hub-mini-card p {
  margin: 0;
  line-height: 1.45;
}

.ata-hub-secondary-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 16px;
  display: grid;
}

html[data-ata-active-scope="hub"] [data-ata-trpg-live-badge], html[data-ata-active-scope="hub"] [data-ata-trpg-surface-locator], html[data-ata-active-scope="hub"] [data-ata-trpg-module-loader], html[data-ata-active-scope="hub"] [data-ata-trpg-module-registry-snapshot], html[data-ata-active-scope="hub"] [data-ata-trpg-module-asset-audit], html[data-ata-active-scope="hub"] [data-ata-trpg-native-module-mount-bridge], html[data-ata-active-scope="hub"] [data-ata-trpg-render-context-guard], html[data-ata-active-scope="hub"] [data-ata-trpg-checkpoint11-final], html[data-ata-active-scope="hub"] [id^="ata-trpg-live-"], html[data-ata-active-scope="hub"] [id^="ata-trpg-module-"] {
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

@media (max-width: 760px) {
  .ata-hub-topbar, .ata-hub-hero {
    grid-template-columns: 1fr;
  }

  .ata-hub-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .ata-hub-nav {
    justify-content: flex-start;
  }
}

.ataHubRoot {
  color: #fff7e8;
  background: radial-gradient(circle at 20% 10%, #b9395440, #0000 36rem), radial-gradient(circle at 80% 0, #5c2fa83d, #0000 32rem), linear-gradient(135deg, #09070d 0%, #130711 52%, #07060a 100%);
  min-height: 100svh;
  padding: clamp(24px, 5vw, 72px);
  overflow-x: hidden;
}

.ataHubShell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.ataHubTopbar {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(48px, 7vw, 96px);
  display: flex;
}

.ataHubBrand {
  color: inherit;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  display: inline-flex;
}

.ataHubBrand small, .ataHubFooter, .ataHubCard p, .ataHubHero p {
  color: #fff7e8b8;
}

.ataHubLogo {
  color: #ffd46b;
  background: linear-gradient(135deg, #ffcd6c3d, #6f2636b8);
  border: 1px solid #ffd58a61;
  border-radius: 16px;
  place-items: center;
  width: 54px;
  height: 54px;
  font-weight: 900;
  display: inline-grid;
}

.ataHubNav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  display: flex;
}

.ataHubNav a, .ataHubPrimary, .ataHubSecondary {
  color: #fff7e8;
  background: #16111cd1;
  border: 1px solid #ffd58a47;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
  text-decoration: none;
}

.ataHubPrimary {
  color: #1c1011;
  background: linear-gradient(135deg, #ffcf72, #f49d54);
}

.ataHubHero {
  background: #090b14b8;
  border: 1px solid #ffd58a33;
  border-radius: 32px;
  margin-bottom: 24px;
  padding: clamp(28px, 5vw, 64px);
  box-shadow: 0 28px 80px #0000006b;
}

.ataHubEyebrow, .ataHubCard span {
  color: #ffd46b;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  font-weight: 900;
}

.ataHubHero h1 {
  letter-spacing: -.08em;
  margin: 14px 0 22px;
  font-size: clamp(3rem, 8vw, 6.25rem);
  line-height: .92;
}

.ataHubHero p {
  max-width: 760px;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.7;
}

.ataHubActions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  display: flex;
}

.ataHubGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.ataHubCard {
  min-height: 150px;
  color: inherit;
  background: #11121fc7;
  border: 1px solid #ffd58a2e;
  border-radius: 22px;
  padding: 22px;
  text-decoration: none;
}

.ataHubCard strong {
  margin-top: 18px;
  font-size: 1.08rem;
  display: block;
}

.ataHubFooter {
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  font-size: .82rem;
  display: flex;
}

body:not([data-ata-route="trpg-next"]) [id*="trpg" i][id*="badge" i], body:not([data-ata-route="trpg-next"]) [class*="trpg" i][class*="badge" i], body:not([data-ata-route="trpg-next"]) [data-ata-trpg-live], body:not([data-ata-route="trpg-next"]) [data-ata-live-pass] {
  display: none !important;
}

@media (max-width: 820px) {
  .ataHubTopbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .ataHubNav {
    justify-content: flex-start;
  }

  .ataHubGrid {
    grid-template-columns: 1fr;
  }

  .ataHubFooter {
    flex-direction: column;
  }
}

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