html {
  scroll-behavior: smooth;
}

.font-display {
  font-family: "Cinzel", serif;
}

.font-body {
  font-family: "Inter", sans-serif;
}

.glass {
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  backdrop-filter: blur(8px);
  border-color: rgba(128, 145, 163, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(3, 7, 12, 0.35), rgba(4, 8, 14, 0.74) 42%, rgba(4, 7, 12, 0.94) 100%);
  position: absolute;
  inset: 0px;
}

.section-panel {
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  border-color: rgba(128, 145, 163, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.icy-line {
  background: linear-gradient(90deg, rgba(207, 174, 98, 0), rgba(207, 174, 98, 0.5), rgba(110, 168, 220, 0.18), rgba(207, 174, 98, 0));
  height: 1px;
}

.soft-ring {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 0 1px rgba(128, 145, 163, 0.12), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.card-hover {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.card-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(119, 199, 255, 0.28), 0 16px 44px rgba(3, 8, 15, 0.48);
}

.btn-glow {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.btn-glow:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(207, 174, 98, 0.14);
  background: linear-gradient(180deg, rgba(48, 94, 145, 0.98), rgba(23, 48, 78, 1));
}

.outline-hover {
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.outline-hover:hover {
  border-color: rgba(207, 174, 98, 0.36);
  color: #fff4d7;
  background-color: rgba(15, 39, 64, 0.55);
  background: linear-gradient(180deg, rgba(47, 39, 22, 0.42), rgba(19, 19, 15, 0.5));
}

.input-dark {
  background: linear-gradient(180deg, rgba(7, 11, 17, 0.96), rgba(12, 19, 28, 0.96));
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #e8eef5;
  border-color: rgba(118, 136, 155, 0.28);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.02);
}

.input-dark:focus {
  outline: none;
  border-color: rgba(207, 174, 98, 0.34);
  box-shadow: 0 0 0 3px rgba(207, 174, 98, 0.12);
}

.badge {
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(14, 27, 43, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nav-link {
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.nav-link:hover {
  color: #fff8e6;
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(207, 174, 98, 0.26);
  background: linear-gradient(180deg, rgba(207, 174, 98, 0.12), rgba(207, 174, 98, 0.04));
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-6ci29g {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-wrapper {
  min-height: 100vh;
  background-color: rgb(7 17 27 / 1);
  color: #dbe4ee;
  background: radial-gradient(circle at top, rgba(48, 79, 117, 0.18), transparent 34%), linear-gradient(180deg, #060b12 0%, #09111a 32%, #050a11 100%);
  display: flex;
  flex-direction: column;
}

.header {
  position: relative;
  border-bottom-width: 1px;
  border-color: rgba(207, 174, 98, 0.14);
}

.hero-background {
  position: absolute;
  inset: 0px;
}

.hero-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.header-content {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80rem;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navigation-bar {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  background-color: rgb(0 0 0 / 0.2);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  backdrop-filter: blur(8px);
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.brand-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(100 116 139 / 0.3);
  background-color: rgb(125 211 252 / 0.1);
  background: linear-gradient(180deg, rgba(39, 59, 86, 0.72), rgba(17, 28, 41, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 0 1px rgba(207, 174, 98, 0.08);
  background-image: linear-gradient(to bottom right, #18324b, #0c1622);
}

.brand-symbol {
  height: 1.5rem;
  width: 1.5rem;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.brand-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #f2f6fb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.brand-subtitle {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgb(148 163 184 / 1);
}

.navigation-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navigation-link {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: rgb(203 213 225 / 1);
  background: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-section {
  display: grid;
  min-height: 700px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero-copy {
  grid-column: span 7 / span 7;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.status-badge {
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #e8d4a1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(207, 174, 98, 0.26);
  background: linear-gradient(180deg, rgba(207, 174, 98, 0.14), rgba(120, 91, 38, 0.14));
}

.hero-heading-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hero-title {
  max-width: 56rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #f2f6fb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.hero-description {
  max-width: 48rem;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #9eacba;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(148 163 184 / 0.2);
  background-color: rgb(14 165 233 / 0.2);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f6f8fc;
  background: linear-gradient(180deg, rgba(37, 76, 121, 0.94), rgba(20, 42, 69, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.28);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(100 116 139 / 0.25);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(226 232 240 / 1);
  background: linear-gradient(180deg, rgba(23, 31, 41, 0.86), rgba(11, 17, 25, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-stats {
  display: grid;
  max-width: 56rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 1.25rem;
}

.stat-value {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #edf3f9;
}

.stat-label {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d2b778;
}

.hero-sidebar {
  grid-column: span 5 / span 5;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.quick-access-panel {
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.panel-header-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.panel-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #f2f6fb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.panel-subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9eacba;
}

.online-badge {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(207, 174, 98, 0.24);
  background-color: rgb(52 211 153 / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #e5ca88;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  background: linear-gradient(180deg, rgba(207, 174, 98, 0.12), rgba(77, 63, 28, 0.16));
}

.panel-divider {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(207, 174, 98, 0), rgba(207, 174, 98, 0.5), rgba(110, 168, 220, 0.18), rgba(207, 174, 98, 0));
}

.panel-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quick-access-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  background-color: rgb(255 255 255 / 0.05);
  padding: 1rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.item-icon {
  margin-top: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
}

.item-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.item-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #edf3f9;
}

.item-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9eacba;
}

.download-strip {
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.download-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.download-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.download-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #f2f6fb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.download-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9eacba;
}

.download-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgba(207, 174, 98, 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #dde6ef;
  background: linear-gradient(180deg, rgba(23, 31, 41, 0.86), rgba(11, 17, 25, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.main-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80rem;
  flex-direction: column;
  gap: 2.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.25rem;
  padding-bottom: 3.5rem;
  flex: 1 1 0%;
}

.updates-section {
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  padding: 2rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
}

.section-title-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.section-eyebrow {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d2b778;
}

.section-title {
  font-weight: 700;
  color: #f2f6fb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.section-description {
  color: #9eacba;
}

.archive-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgba(207, 174, 98, 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #dde6ef;
  background: linear-gradient(180deg, rgba(23, 31, 41, 0.86), rgba(11, 17, 25, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.link-icon {
  height: 1rem;
  width: 1rem;
}

.section-divider {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(207, 174, 98, 0), rgba(207, 174, 98, 0.5), rgba(110, 168, 220, 0.18), rgba(207, 174, 98, 0));
}

.updates-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.update-card {
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  background-color: rgb(255 255 255 / 0.03);
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.update-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.update-tag {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(196 181 253 / 0.2);
  background-color: rgb(196 181 253 / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgb(221 214 254 / 1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.update-date {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d2b778;
}

.update-title {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #f2f6fb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.update-excerpt {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: rgb(148 163 184 / 1);
}

.update-list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.update-point {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.point-icon {
  margin-top: 0.125rem;
  height: 1rem;
  width: 1rem;
}

.update-link {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #8fb7dc;
}

.update-link:hover {
  color: #f0dca4;
}

.account-section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.account-info-panel {
  grid-column: span 7 / span 7;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  padding: 2rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.benefit-card {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  background-color: rgb(255 255 255 / 0.03);
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.benefit-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.benefit-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.benefit-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #edf3f9;
}

.benefit-text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #9eacba;
}

.account-form-panel {
  grid-column: span 5 / span 5;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  padding: 2rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.form-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.form-title {
  font-size: 30px;
  line-height: 2.25rem;
  font-weight: 700;
  color: #f2f6fb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.form-subtitle {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgb(148 163 184 / 1);
  max-width: 42rem;
}

.signup-form {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d2b778;
}

.form-input {
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-select {
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.18);
  background-color: rgb(255 255 255 / 0.03);
  padding: 1rem 1rem 1rem 0.95rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
  cursor: pointer;
}

.checkbox-input {
  margin-top: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  border-color: rgb(255 255 255 / 0.2);
  background-color: transparent;
  color: rgb(56 189 248 / 1);
  accent-color: #6ea8dc;
  border: 1px solid rgba(207, 174, 98, 0.28);
  background: linear-gradient(180deg, #0a1118, #111b27);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.checkbox-text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgb(203 213 225 / 1);
}

.submit-button {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(207, 174, 98, 0.3);
  background-color: rgb(14 165 233 / 0.2);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f6f8fc;
  background: linear-gradient(180deg, rgba(37, 76, 121, 0.94), rgba(20, 42, 69, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.28);
}

.form-utility-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(148 163 184 / 1);
}

.utility-link {
  font-weight: 600;
  color: #8fb7dc;
}

.utility-link:hover {
  color: #f0dca4;
}

.armory-section {
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  padding: 2rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.armory-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
}

.armory-search-box {
  display: flex;
  width: 100%;
  max-width: 36rem;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  background-color: rgb(255 255 255 / 0.03);
  padding: 0.75rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.search-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.search-input {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.search-input:focus {
  box-shadow: 0 0 0 3px rgba(207, 174, 98, 0.12);
  border-color: rgba(207, 174, 98, 0.34);
}

.search-button {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgba(207, 174, 98, 0.3);
  background-color: rgb(14 165 233 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #f6f8fc;
  background: linear-gradient(180deg, rgba(37, 76, 121, 0.94), rgba(20, 42, 69, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.28);
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.character-card {
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  background-color: rgb(255 255 255 / 0.03);
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.character-image {
  height: 12rem;
  width: 100%;
  object-fit: cover;
}

.character-content {
  padding: 1.5rem;
}

.character-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.character-identity {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.character-name {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #f2f6fb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.character-meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9eacba;
}

.character-faction {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(147 197 253 / 0.2);
  background-color: rgb(147 197 253 / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgb(191 219 254 / 1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.character-stats {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.stat-box {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  background-color: rgb(2 6 23 / 0.4);
  padding: 1rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.character-details {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.cls-i7qa3v {
  color: rgb(100 116 139 / 1);
}

.cls-s1ur7t {
  color: rgb(100 116 139 / 1);
}

.cls-1dfgpq {
  color: rgb(100 116 139 / 1);
}

.character-link {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #8fb7dc;
}

.character-link:hover {
  color: #f0dca4;
}

.cls-xvz94k {
  color: rgb(100 116 139 / 1);
}

.cls-3g578p {
  color: rgb(100 116 139 / 1);
}

.cls-3lxtq4 {
  color: rgb(100 116 139 / 1);
}

.cls-tz9syv {
  color: rgb(100 116 139 / 1);
}

.cls-j5hlhy {
  color: rgb(100 116 139 / 1);
}

.cls-0gip0q {
  color: rgb(100 116 139 / 1);
}

.features-section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.features-panel {
  grid-column: span 8 / span 8;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  padding: 2rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.feature-item {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  background-color: rgb(255 255 255 / 0.03);
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.feature-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.feature-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #edf3f9;
}

.feature-text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #9eacba;
}

.server-info-panel {
  grid-column: span 4 / span 4;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  padding: 2rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.sidebar-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #f2f6fb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.sidebar-divider {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(207, 174, 98, 0), rgba(207, 174, 98, 0.5), rgba(110, 168, 220, 0.18), rgba(207, 174, 98, 0));
}

.snapshot-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.snapshot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(128, 145, 163, 0.2);
  background-color: rgb(255 255 255 / 0.03);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(180deg, rgba(20, 29, 40, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.34);
}

.snapshot-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9eacba;
}

.snapshot-value {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #edf3f9;
}

.sidebar-button {
  margin-top: 1.5rem;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(207, 174, 98, 0.3);
  background-color: rgb(14 165 233 / 0.2);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f6f8fc;
  background: linear-gradient(180deg, rgba(37, 76, 121, 0.94), rgba(20, 42, 69, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.28);
}

.footer {
  margin-top: 2.5rem;
  border-top-width: 1px;
  border-color: rgba(207, 174, 98, 0.12);
  background-color: rgb(5 13 22 / 1);
  background: linear-gradient(180deg, #050911 0%, #09111a 100%);
}

.footer-content {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 80rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-brand-block {
  grid-column: span 5 / span 5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-brand-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgba(207, 174, 98, 0.35);
  background-color: rgb(125 211 252 / 0.1);
  background: linear-gradient(180deg, rgba(39, 59, 86, 0.72), rgba(17, 28, 41, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 0 1px rgba(207, 174, 98, 0.08);
}

.footer-brand-symbol {
  height: 1.5rem;
  width: 1.5rem;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.footer-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #f2f6fb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.footer-subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9eacba;
}

.footer-description {
  max-width: 36rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #9eacba;
}

.footer-links-block {
  grid-column: span 7 / span 7;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-heading {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d2b778;
}

.footer-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9eacba;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-link:hover {
  color: rgb(255 255 255 / 1);
}

.footer-bottom-bar {
  border-top-width: 1px;
  border-color: rgba(128, 145, 163, 0.14);
}

.footer-bottom-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #7e8d9d;
}

.navigation-link:hover {
  color: rgb(255 255 255 / 1);
  background: linear-gradient(180deg, rgba(207, 174, 98, 0.12), rgba(207, 174, 98, 0.04));
  border-color: rgba(207, 174, 98, 0.26);
}

.primary-button:hover {
  background: linear-gradient(180deg, rgba(48, 94, 145, 0.98), rgba(23, 48, 78, 1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(207, 174, 98, 0.14);
  background-color: rgb(20 52 80 / 1);
  outline-style: solid;
  outline-width: 1px;
  outline-color: #8fb7dc;
}

.submit-button:hover {
  background: linear-gradient(180deg, rgba(48, 94, 145, 0.98), rgba(23, 48, 78, 1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(207, 174, 98, 0.14);
}

.search-button:hover {
  background: linear-gradient(180deg, rgba(48, 94, 145, 0.98), rgba(23, 48, 78, 1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(207, 174, 98, 0.14);
}

.sidebar-button:hover {
  background: linear-gradient(180deg, rgba(48, 94, 145, 0.98), rgba(23, 48, 78, 1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(207, 174, 98, 0.14);
}

.secondary-button:hover {
  border-color: rgb(143 183 220 / 0.5);
  background: linear-gradient(180deg, rgba(47, 39, 22, 0.42), rgba(19, 19, 15, 0.5));
  color: rgb(255 255 255 / 1);
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgb(143 183 220 / 0.2);
}

.download-button:hover {
  border-color: rgba(207, 174, 98, 0.36);
  background: linear-gradient(180deg, rgba(47, 39, 22, 0.42), rgba(19, 19, 15, 0.5));
  color: #fff4d7;
}

.archive-link:hover {
  border-color: rgba(207, 174, 98, 0.36);
  background: linear-gradient(180deg, rgba(47, 39, 22, 0.42), rgba(19, 19, 15, 0.5));
  color: #fff4d7;
}

.input-dark::placeholder {
  color: #7f90a0;
}

.form-input:focus {
  border-color: rgba(207, 174, 98, 0.34);
  box-shadow: 0 0 0 3px rgba(207, 174, 98, 0.12);
}

.form-select:focus {
  border-color: rgba(207, 174, 98, 0.34);
  box-shadow: 0 0 0 3px rgba(207, 174, 98, 0.12);
}

.update-card:hover {
  border-color: rgba(207, 174, 98, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 42px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(207, 174, 98, 0.1);
}

.character-card:hover {
  border-color: rgba(207, 174, 98, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 42px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(207, 174, 98, 0.1);
}

.feature-item:hover {
  border-color: rgba(207, 174, 98, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 42px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(207, 174, 98, 0.1);
}

.benefit-card:hover {
  border-color: rgba(207, 174, 98, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 42px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(207, 174, 98, 0.1);
}

#i4hfv {
  color: rgb(0, 0, 0);
}

* {
  box-sizing: border-box;
}

.account-kicker img {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
}

.account-panel+.account-panel {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.account-panel-title img {
  width: 1.1rem;
  height: 1.1rem;
}

.account-feature-icon img {
  width: 1.15rem;
  height: 1.15rem;
}

.account-tip img {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.18rem;
  flex-shrink: 0;
}

.account-tip p {
  color: rgb(180 193 206 / 1);
  font-size: 0.85rem;
  line-height: 1.65;
}

.account-formtitle h2 {
  font-size: 30px;
  line-height: 1.15;
  color: #f2f7fc;
}

.account-formtitle p {
  color: rgb(148 163 184 / 1);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 36rem;
}

.account-lock img {
  width: 0.95rem;
  height: 0.95rem;
}

.account-actions-note strong {
  color: rgb(226 232 240 / 1);
  font-size: 0.92rem;
  line-height: 1.3;
}

.account-actions-note span {
  color: rgb(100 116 139 / 1);
  font-size: 0.76rem;
  line-height: 1.45;
}

.account-status img {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.account-status-copy strong {
  color: #eef5fb;
  font-size: 0.9rem;
  line-height: 1.3;
}

.account-status-copy span {
  color: rgb(148 163 184 / 1);
  font-size: 0.86rem;
  line-height: 1.65;
}

@media (max-width: 992px) {
  .gjs-t-h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .gjs-t-h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  .header-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navigation-bar {
    flex-direction: column;
    align-items: flex-start;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 22px rgba(0, 0, 0, 0.28);
  }

  .navigation-links {
    flex-wrap: wrap;
  }

  .hero-section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-copy {
    grid-column: span 1 / span 1;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-stats {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .hero-sidebar {
    grid-column: span 1 / span 1;
  }

  .download-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    gap: 2.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .updates-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .account-section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    gap: 2rem;
  }

  .benefits-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .form-utility-links {
    flex-wrap: wrap;
  }

  .armory-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .character-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .features-section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .features-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .footer-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-links-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-panel {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 22px rgba(0, 0, 0, 0.28);
  }

  .quick-access-panel {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 22px rgba(0, 0, 0, 0.28);
  }

  .download-strip {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 22px rgba(0, 0, 0, 0.28);
  }

  .update-card {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 22px rgba(0, 0, 0, 0.28);
  }

  .character-card {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 22px rgba(0, 0, 0, 0.28);
  }

  .feature-item {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 22px rgba(0, 0, 0, 0.28);
  }

  .benefit-card {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 22px rgba(0, 0, 0, 0.28);
  }

  .server-info-panel {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 22px rgba(0, 0, 0, 0.28);
  }

  .form-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .form-title {
    font-size: 26px;
  }

  .account-panel+.account-panel {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 480px) {
  .gjs-t-h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .gjs-t-h2 {
    font-size: 26px;
    line-height: 1.15;
  }

  .hero-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .main-content {
    padding-top: 2rem;
    padding-bottom: 2.25rem;
    gap: 1.75rem;
  }

  .updates-section {
    padding: 1.25rem;
  }

  .account-info-panel {
    padding: 1.25rem;
  }

  .account-form-panel {
    padding: 1.25rem;
  }

  .armory-section {
    padding: 1.25rem;
  }

  .features-panel {
    padding: 1.25rem;
  }

  .server-info-panel {
    padding: 1.25rem;
  }

  .status-badge {
    letter-spacing: 0.12em;
  }

  .online-badge {
    letter-spacing: 0.12em;
  }

  .update-tag {
    letter-spacing: 0.12em;
  }

  .character-faction {
    letter-spacing: 0.12em;
  }

  .primary-button {
    width: 100%;
    justify-content: center;
  }

  .secondary-button {
    width: 100%;
    justify-content: center;
  }

  .submit-button {
    width: 100%;
    justify-content: center;
  }

  .search-button {
    width: 100%;
    justify-content: center;
  }

  .download-button {
    width: 100%;
    justify-content: center;
  }

  .archive-link {
    width: 100%;
    justify-content: center;
  }

  .sidebar-button {
    width: 100%;
    justify-content: center;
  }

  .account-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
    gap: 1.5rem;
  }

  .form-header {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    gap: 1rem;
  }

  .form-title {
    font-size: 22px;
  }

  .checkbox-row {
    padding: 0.9rem;
  }
}