html {
  scroll-behavior: smooth;
}

*,
::before,
::after {
  box-sizing: border-box;
  undefined: undefined;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  undefined: undefined;
  -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;
  undefined: undefined;
  line-height: inherit;
}

hr {
  height: 0;
  undefined: undefined;
  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;
  undefined: undefined;
  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;
  undefined: undefined;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  undefined: undefined;
  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;
  undefined: undefined;
  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;
  undefined: undefined;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  undefined: undefined;
  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;
  undefined: undefined;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  undefined: undefined;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-55z7fq {
  font-family: Inter;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-wrapper {
  width: 100%;
}

.top-notice-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-width: 1px;
  border-color: rgb(29 34 42 / 1);
  background-color: rgb(16 21 26 / 1);
}

.notice-text {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(140 148 163 / 1);
}

.notice-link {
  font-size: 0.75rem;
  line-height: 1rem;
  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;
}

.notice-link:hover {
  color: rgb(255 79 216 / 1);
}

.navbar {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-pixel-badge {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2px;
}

.pixel-cell {
  display: block;
  background-color: rgb(31 36 48 / 1);
  border-radius: 3px;
}

.brand-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  color: rgb(255 255 255 / 1);
}

.navbar-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.navbar-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.navbar-link:hover {
  text-decoration-line: underline;
  color: rgb(255 255 255 / 1);
}

.hero-section {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(29 34 42 / 1);
  background-color: rgb(15 18 22 / 1);
}

.hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-grid {
  display: flex;
  gap: 2.5rem;
}

.hero-text-block {
  flex: 1 1 0%;
}

.hero-title {
  color: rgb(255 255 255 / 1);
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  color: rgb(184 191 202 / 1);
  max-width: 42rem;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.primary-cta {
  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;
  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;
}

.primary-cta:hover {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #5ce0ff;
  background-color: rgb(92 224 255 / 1);
}

.secondary-cta {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  color: rgb(255 255 255 / 1);
  border-radius: 0.5rem;
  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;
}

.secondary-cta:hover {
  color: rgb(255 79 216 / 1);
  border-color: rgb(255 79 216 / 1);
}

.hero-stats {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.stat-card {
  padding: 1rem;
  border-width: 1px;
  border-color: rgb(29 34 42 / 1);
  border-radius: 0.75rem;
  background-color: rgb(16 21 26 / 0.6);
}

.stat-icon-and-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.stat-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.stat-label {
  color: rgb(140 148 163 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.stat-value {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-top: 0.5rem;
  color: rgb(255 255 255 / 1);
}

.hero-media-block {
  flex: 1 1 0%;
}

.hero-media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(29 34 42 / 1);
}

.hero-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(to top right, rgb(15 18 22 / 0.7), transparent, rgb(0 0 0 / 0));
  pointer-events: none;
}

.hero-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.caption-text {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(184 191 202 / 1);
}

.caption-link {
  font-size: 0.75rem;
  line-height: 1rem;
  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;
}

.caption-link:hover {
  color: rgb(255 255 255 / 1);
}

.retro-divider {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pixel-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.125rem;
  background-color: rgb(255 79 216 / 1);
}

.about-section {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.section-title {
  color: rgb(255 255 255 / 1);
}

.section-subtitle {
  color: rgb(140 148 163 / 1);
  margin-top: 0.5rem;
}

.section-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  border-radius: 0.5rem;
  color: rgb(255 255 255 / 1);
  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;
}

.section-action:hover {
  color: rgb(58 209 255 / 1);
  border-color: rgb(58 209 255 / 1);
}

.action-icon {
  width: 1rem;
  height: 1rem;
}

.action-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.about-card {
  grid-column: span 2 / span 2;
  padding: 1.5rem;
  border-width: 1px;
  border-color: rgb(29 34 42 / 1);
  border-radius: 1rem;
  background-color: rgb(16 21 26 / 0.6);
}

.about-text-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-text {
  color: rgb(184 191 202 / 1);
}

.about-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.feature-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
}

.feature-text {
  color: rgb(255 255 255 / 1);
}

.about-side-card {
  padding: 1.5rem;
  border-width: 1px;
  border-color: rgb(29 34 42 / 1);
  border-radius: 1rem;
  background-color: rgb(16 21 26 / 0.6);
}

.side-title {
  color: rgb(255 255 255 / 1);
  font-weight: 600;
  margin-bottom: 1rem;
}

.tool-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tool-badge {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  color: rgb(184 191 202 / 1);
}

.side-image-frame {
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(29 34 42 / 1);
}

.side-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.featured-games-section {
  border-top-width: 1px;
  border-color: rgb(29 34 42 / 1);
  background-color: rgb(15 18 22 / 1);
}

.games-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.game-card {
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-color: rgb(29 34 42 / 1);
  border-radius: 1rem;
  overflow: hidden;
  background-color: rgb(16 21 26 / 0.6);
}

.game-media {
  position: relative;
}

.game-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.game-label {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 0.375rem;
  background-color: rgb(15 18 22 / 0.7);
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  color: rgb(255 255 255 / 1);
}

.game-content {
  padding: 1.25rem;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.game-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.game-title {
  color: rgb(255 255 255 / 1);
  font-weight: 600;
}

.game-tag {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.375rem;
  background-color: rgb(24 32 42 / 1);
  color: rgb(56 211 159 / 1);
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
}

.game-description {
  color: rgb(184 191 202 / 1);
}

.game-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.meta-icon {
  width: 1rem;
  height: 1rem;
}

.meta-text {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(140 148 163 / 1);
}

.game-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-section {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.blog-card {
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-color: rgb(29 34 42 / 1);
  border-radius: 1rem;
  overflow: hidden;
  background-color: rgb(16 21 26 / 0.6);
}

.blog-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.blog-content {
  padding: 1.25rem;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.blog-meta-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(140 148 163 / 1);
}

.divider-dot {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background-color: rgb(38 48 60 / 1);
}

.blog-category {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.375rem;
  background-color: rgb(24 32 42 / 1);
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  color: rgb(255 255 255 / 1);
}

.blog-title {
  color: rgb(255 255 255 / 1);
  font-weight: 600;
}

.blog-excerpt {
  color: rgb(184 191 202 / 1);
}

.blog-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.read-link:hover {
  color: rgb(255 255 255 / 1);
}

.read-link {
  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;
}

.blog-tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tag-chip {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.375rem;
  background-color: rgb(24 32 42 / 1);
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  color: rgb(56 211 159 / 1);
}

.contact-section {
  border-top-width: 1px;
  border-color: rgb(29 34 42 / 1);
  background-color: rgb(15 18 22 / 1);
}

.contact-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  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;
}

.social-link:hover {
  border-color: rgb(56 211 159 / 1);
}

.social-icon {
  width: 1rem;
  height: 1rem;
}

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

.contact-form {
  grid-column: span 2 / span 2;
  padding: 1.5rem;
  border-width: 1px;
  border-color: rgb(29 34 42 / 1);
  border-radius: 1rem;
  background-color: rgb(16 21 26 / 0.6);
}

.form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(184 191 202 / 1);
}

.form-input {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: rgb(15 18 22 / 1);
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  color: rgb(255 255 255 / 1);
}

.form-input:focus {
  border-color: rgb(58 209 255 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.form-input::placeholder::placeholder {
  color: rgb(95 103 115 / 1);
}

.select-wrapper {
  position: relative;
}

.form-select {
  appearance: none;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: rgb(15 18 22 / 1);
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  color: rgb(255 255 255 / 1);
}

.form-select:focus {
  border-color: rgb(58 209 255 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.select-icon {
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  width: 1rem;
  height: 1rem;
}

.form-textarea {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: rgb(15 18 22 / 1);
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  color: rgb(255 255 255 / 1);
}

.form-textarea:focus {
  border-color: rgb(58 209 255 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.form-textarea::placeholder::placeholder {
  color: rgb(95 103 115 / 1);
}

.form-fieldset {
  margin-top: 1.5rem;
}

.form-legend {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(184 191 202 / 1);
  margin-bottom: 0.75rem;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

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

.checkbox-visual {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(38 48 60 / 1);
  background-color: rgb(15 18 22 / 1);
  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;
}

.checkbox-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 1);
}

.form-actions {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.submit-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  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;
}

.submit-button:hover {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #5ce0ff;
  background-color: rgb(92 224 255 / 1);
}

.alt-link:hover {
  color: rgb(255 255 255 / 1);
}

.alt-link {
  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;
}

.contact-aside {
  padding: 1.5rem;
  border-width: 1px;
  border-color: rgb(29 34 42 / 1);
  border-radius: 1rem;
  background-color: rgb(16 21 26 / 0.6);
}

.aside-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.aside-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.aside-icon {
  width: 1rem;
  height: 1rem;
}

.aside-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(184 191 202 / 1);
}

.aside-image-frame {
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(29 34 42 / 1);
}

.aside-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.footer-wrapper {
  border-top-width: 1px;
  border-color: rgb(29 34 42 / 1);
  background-color: rgb(15 18 22 / 1);
}

.footer-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-brand-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  color: rgb(255 255 255 / 1);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-link:hover {
  text-decoration-line: underline;
  color: rgb(255 255 255 / 1);
}

.footer-bottom {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(140 148 163 / 1);
}

.footer-policies {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.policy-link {
  font-size: 0.75rem;
  line-height: 1rem;
  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;
}

.policy-link:hover {
  color: rgb(255 255 255 / 1);
}

@media (max-width: 992px) {
  .hero-grid {
    flex-direction: column;
    gap: 2rem;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-image {
    height: 300px;
  }

  .about-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-feature-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

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

  .form-fields {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-stats {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .hero-image {
    height: 220px;
  }

  .about-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .games-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .blog-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
