:root {
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #1b2340;
  background: #f7f8fc;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
:focus-visible {
  outline: 3px solid #6477ff;
  outline-offset: 3px;
}
.shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  height: 80px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e9ecf4;
}
.header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 36px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1d2751;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: white;
  background: #2635ba;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.08em;
  box-shadow: 0 6px 16px #2535b52b;
}
.brand-mark span {
  color: #a3efc4;
}
.header-nav {
  display: flex;
  gap: 28px;
  margin: auto;
  font-size: 13px;
  font-weight: 700;
  color: #626b86;
}
.header-nav a:hover,
.site-footer a:hover {
  color: #2938c0;
}
.language-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #e8ebf5;
  border-radius: 999px;
  background: #fff;
  color: #2938bd;
  white-space: nowrap;
}
.language-control select {
  max-width: 145px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 17px;
  border-radius: 999px;
  background: #f0f2fe;
  color: #2938bd;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition:
    background 0.2s,
    transform 0.2s;
}
.header-action:hover {
  background: #e6eaff;
  transform: translateY(-1px);
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 30px;
  min-height: 575px;
  padding-block: 66px 82px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 610px;
}
.eyebrow {
  margin: 0 0 19px;
  color: #3447c8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.eyebrow-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #79cfaa;
  box-shadow: 0 0 0 4px #79cfaa28;
  vertical-align: 1px;
}
.hero h1 {
  margin: 0;
  font-size: clamp(55px, 6.8vw, 96px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.085em;
  color: #202a58;
}
.hero h1 em {
  display: block;
  font-style: normal;
  color: #3447d5;
}
.hero-description {
  max-width: 480px;
  margin: 25px 0 28px;
  color: #667089;
  font-size: 16px;
  line-height: 1.75;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 520px);
  height: 58px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #e1e5f1;
  border-radius: 17px;
  box-shadow: 0 12px 34px #202d6010;
  transition:
    border 0.2s,
    box-shadow 0.2s;
}
.search-box:focus-within {
  border-color: #6777eb;
  box-shadow:
    0 0 0 4px #6577ed1d,
    0 12px 34px #202d6010;
}
.search-box svg {
  width: 21px;
  height: 21px;
  flex: none;
  color: #7380a1;
}
.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  outline: 0;
  color: #202a58;
  font-size: 14px;
}
.search-box input::placeholder {
  color: #9ba3b7;
}
.search-box kbd {
  padding: 3px 7px;
  border: 1px solid #e2e6f0;
  border-radius: 6px;
  color: #a4acc1;
  font-size: 12px;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 27px;
  color: #78819a;
  font-size: 12px;
}
.hero-proof strong {
  color: #202a58;
}
.avatar-stack {
  display: flex;
  padding-left: 7px;
}
.avatar-stack b {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  margin-left: -7px;
  border: 2px solid #f7f8fc;
  border-radius: 50%;
  background: #e7ebff;
  font-size: 15px;
}
.avatar-stack b:nth-child(2) {
  background: #dcf8ec;
}
.avatar-stack b:nth-child(3) {
  background: #ffedd0;
}
.hero-showcase {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 450px;
  isolation: isolate;
}
.showcase-halo {
  position: absolute;
  z-index: -2;
  width: min(440px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #e3e8ff 0, #ecf0ff 53%, transparent 72%);
}
.showcase-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(360px, 85%);
  height: 420px;
  overflow: hidden;
  padding: 27px;
  border: 9px solid white;
  border-radius: 30px;
  background: linear-gradient(145deg, #1a246f 0%, #4358df 60%, #77a1ff 100%);
  color: white;
  box-shadow: 0 28px 58px #25359c38;
  transform: rotate(7deg);
  transition: transform 0.3s;
}
.showcase-card:hover {
  transform: rotate(4deg) translateY(-5px);
}
.showcase-card:before,
.showcase-card:after {
  content: "";
  position: absolute;
  border: 1px solid #ffffff32;
  border-radius: 50%;
  pointer-events: none;
}
.showcase-card:before {
  width: 320px;
  height: 320px;
  left: 22px;
  top: 72px;
}
.showcase-card:after {
  width: 250px;
  height: 250px;
  left: 56px;
  top: 107px;
}
.showcase-topline {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.showcase-topline span {
  margin-left: auto;
  margin-right: 12px;
  font-size: 17px;
  line-height: 12px;
}
.showcase-art {
  display: grid;
  place-items: center;
  flex: 1;
  filter: drop-shadow(0 14px 10px #10236c55);
  font-size: clamp(105px, 13vw, 160px);
  transform: rotate(-8deg);
}
.showcase-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.showcase-bottom div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.showcase-bottom span {
  font-size: 10px;
  letter-spacing: 0.15em;
  font-weight: 800;
  opacity: 0.74;
}
.showcase-bottom strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.showcase-bottom a {
  display: grid;
  place-items: center;
  flex: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #273db9;
  font-size: 23px;
  font-weight: 500;
  transform: rotate(-7deg);
}
.showcase-bottom a:hover {
  background: #dff7ea;
}
.hero-spark {
  position: absolute;
  color: #ffb549;
}
.hero-spark-one {
  right: 1%;
  top: 15%;
  font-size: 55px;
}
.hero-spark-two {
  left: 2%;
  bottom: 19%;
  font-size: 37px;
  color: #70ceaa;
}
.catalog {
  padding-top: 13px;
  padding-bottom: 92px;
  scroll-margin-top: 32px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.section-heading .eyebrow {
  margin-bottom: 9px;
}
h2 {
  letter-spacing: -0.055em;
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.1;
  color: #202a58;
}
.heading-dot {
  color: #7180f4;
}
.result-count {
  margin: 0 0 4px;
  color: #7a849e;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.filters {
  display: flex;
  gap: 9px;
  overflow: auto;
  max-width: 100%;
  padding-bottom: 19px;
  scrollbar-width: none;
}
.filters::-webkit-scrollbar {
  display: none;
}
.filter-button {
  flex: none;
  padding: 10px 16px;
  border: 1px solid #e4e8f2;
  border-radius: 999px;
  background: #fff;
  color: #75809b;
  font-size: 12px;
  font-weight: 800;
  transition:
    background 0.2s,
    color 0.2s,
    border 0.2s;
}
.filter-button:hover {
  border-color: #a4ace5;
  color: #3345c3;
}
.filter-button[aria-pressed="true"] {
  border-color: #293aba;
  background: #293aba;
  color: white;
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.game-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 8px;
  border: 1px solid #e9ecf4;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 8px 25px #202c5d0a;
  transition:
    transform 0.22s,
    box-shadow 0.22s;
}
.game-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px #202c5d17;
}
.game-cover {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.22;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(140deg, #9bb8ff, #3649bd);
}
.game-cover:before {
  content: "";
  position: absolute;
  width: 77%;
  height: 77%;
  border: 1px solid #ffffff4f;
  border-radius: 28%;
  transform: rotate(25deg);
}
.game-cover:after {
  content: "";
  position: absolute;
  right: -14%;
  bottom: -46%;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background: #ffffff24;
}
.tone-orange {
  background: linear-gradient(135deg, #ffbc79, #ed6648);
}
.tone-violet {
  background: linear-gradient(135deg, #aa94fa, #6857d9);
}
.tone-green {
  background: linear-gradient(135deg, #8de6bd, #2fa582);
}
.tone-blue {
  background: linear-gradient(135deg, #83ccf6, #3774d5);
}
.tone-pink {
  background: linear-gradient(135deg, #ffb9cc, #e4669c);
}
.tone-yellow {
  background: linear-gradient(135deg, #ffdc82, #e6a342);
}
.cover-icon {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 7px #253a6840);
  font-size: clamp(53px, 7vw, 82px);
  line-height: 1;
}
.game-cover img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 7px 9px;
  border: 1px solid #ffffffa8;
  border-radius: 999px;
  background: #fffffff0;
  color: #3743a4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  backdrop-filter: blur(7px);
}
.game-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 9px 9px;
}
.game-number {
  color: #a0a8bc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.game-body h3 {
  margin: 8px 0 6px;
  overflow: hidden;
  color: #202a58;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.game-body p {
  flex: 1;
  margin: 0;
  color: #8992a7;
  font-size: 12px;
  line-height: 1.5;
  min-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.game-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.game-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 90px;
  min-width: 0;
  gap: 8px;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid #e8ebf5;
  border-radius: 11px;
  background: #f6f7fc;
  color: #3546c1;
  font-size: 12px;
  font-weight: 900;
  transition:
    background 0.2s,
    border 0.2s;
}
a.game-action:hover {
  background: #e9edff;
  border-color: #d1d8ff;
}
.game-action.is-pending {
  color: #8c96ac;
  background: #f8f9fc;
}
.game-action span:last-child {
  font-size: 17px;
  line-height: 12px;
}
.catalog-message {
  margin-top: 20px;
  padding: 36px;
  border: 1px dashed #ccd4ea;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  color: #7a849e;
  font-size: 14px;
  line-height: 1.6;
}
.catalog-message strong {
  display: block;
  margin-bottom: 5px;
  color: #202a58;
  font-size: 18px;
}
.catalog-message button {
  margin-top: 12px;
  border: 0;
  background: none;
  color: #3447c8;
  font-weight: 800;
  text-decoration: underline;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  padding: 55px 50px;
  margin-bottom: 88px;
  border-radius: 28px;
  background: #eaefff;
}
.about .eyebrow {
  margin-bottom: 11px;
}
.about h2 {
  margin: 0;
  color: #202a58;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.2;
}
.about h2 span {
  color: #4b5dda;
}
.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.about-points div {
  padding: 19px;
  border: 1px solid #ffffffb0;
  border-radius: 17px;
  background: #ffffff8a;
}
.about-points span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
  border-radius: 9px;
  background: #d7e0ff;
  color: #3447c8;
  font-size: 20px;
}
.about-points strong {
  display: block;
  color: #202a58;
  font-size: 14px;
}
.about-points p {
  margin: 7px 0 0;
  color: #6d7894;
  font-size: 12px;
  line-height: 1.5;
}
.site-footer {
  border-top: 1px solid #e7eaf1;
  background: #fff;
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 110px;
}
.footer-inner p {
  margin: 0;
  color: #9aa3b8;
  font-size: 12px;
}
.footer-inner > div {
  display: flex;
  gap: 18px;
  margin-left: auto;
  color: #9aa3b8;
  font-size: 11px;
}
.footer-inner a:not(.brand) {
  font-weight: 700;
}

/* Admin */
.admin-main {
  min-height: calc(100vh - 80px);
  padding-top: 58px;
  padding-bottom: 90px;
}
.admin-heading h1 {
  margin: 0;
  color: #202a58;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.065em;
}
.admin-heading > p:last-child {
  margin: 15px 0 0;
  color: #737e99;
  font-size: 15px;
  line-height: 1.6;
}
.login-panel {
  width: min(100%, 440px);
  margin: 46px auto 0;
  padding: 32px;
  border: 1px solid #e6eaf3;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 17px 46px #202c5d0e;
}
.login-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 13px;
  background: #edf0ff;
  color: #4053cd;
  font-size: 25px;
}
.login-panel h2 {
  margin: 20px 0 6px;
  font-size: 25px;
  color: #202a58;
}
.login-panel > p {
  margin: 0;
  color: #8690a8;
  font-size: 13px;
  line-height: 1.6;
}
.login-panel form {
  display: grid;
  gap: 11px;
  margin-top: 27px;
}
.login-panel label,
.game-form > label,
.form-grid > label {
  display: grid;
  gap: 8px;
  color: #344061;
  font-size: 12px;
  font-weight: 800;
}
.login-panel input,
.game-form input:not([type="checkbox"]),
.game-form select,
.game-form textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid #e1e6f0;
  border-radius: 10px;
  background: #fff;
  color: #202a58;
  font-size: 14px;
  outline: 0;
}
.login-panel input:focus,
.game-form input:focus,
.game-form select:focus,
.game-form textarea:focus {
  border-color: #6477e8;
  box-shadow: 0 0 0 3px #6477e824;
}
.game-form textarea {
  resize: vertical;
}
.game-form small {
  color: #9ba4b6;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
.game-form label span {
  color: #e36e73;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 43px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-1px);
}
.button:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}
.button-primary {
  background: #2d40c4;
  color: white;
  box-shadow: 0 7px 17px #293db42a;
}
.button-primary:hover {
  background: #2637af;
}
.button-quiet {
  border-color: #e4e8f2;
  background: #fff;
  color: #64708f;
}
.button-quiet:hover {
  background: #f5f6fb;
}
.login-panel .button {
  margin-top: 7px;
}
.form-error {
  padding: 10px 12px;
  border-radius: 9px;
  background: #fff1f1;
  color: #b83b4b !important;
  font-size: 12px !important;
  line-height: 1.5;
}
.dashboard {
  margin-top: 43px;
}
.dashboard-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 14px;
}
.dashboard-toolbar h2 {
  margin: 0;
  color: #202a58;
  font-size: 27px;
}
.dashboard-toolbar h2 span {
  color: #a1a9ba;
}
.dashboard-toolbar p {
  margin: 7px 0 0;
  color: #8b95ab;
  font-size: 12px;
  line-height: 1.5;
}
.toolbar-actions {
  display: flex;
  gap: 9px;
}
.admin-status {
  min-height: 22px;
  margin: 12px 0;
  color: #436c5c;
  font-size: 12px;
  font-weight: 700;
}
.admin-status.error {
  color: #b83b4b;
}
.admin-list {
  display: grid;
  gap: 10px;
}
.admin-row {
  display: grid;
  grid-template-columns: 42px 65px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border: 1px solid #e7eaf3;
  border-radius: 15px;
  background: #fff;
}
.admin-position {
  color: #a1aac0;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}
.admin-thumb {
  display: grid;
  place-items: center;
  width: 65px;
  height: 58px;
  overflow: hidden;
  border-radius: 9px;
  color: white;
  font-size: 31px;
}
.admin-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-row-title {
  min-width: 0;
}
.admin-row-title strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #24305d;
  font-size: 14px;
}
.admin-row-title small {
  display: block;
  margin-top: 4px;
  color: #9ba4b7;
  font-size: 11px;
}
.admin-row-title small.is-hidden {
  color: #c37e52;
}
.admin-row-actions {
  display: flex;
  gap: 5px;
}
.icon-button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e6eaf3;
  border-radius: 9px;
  background: #fff;
  color: #62708e;
  font-size: 19px;
  font-weight: 600;
}
.icon-button:hover {
  background: #f1f3fd;
  color: #3446c1;
}
.icon-button:disabled {
  opacity: 0.35;
  cursor: default;
}
.admin-edit {
  min-width: 71px;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid #e2e6f2;
  border-radius: 9px;
  background: #f7f8fc;
  color: #3547c2;
  font-size: 12px;
  font-weight: 800;
}
.admin-edit:hover {
  background: #e9edff;
}
.admin-thumb {
  position: relative;
}
.admin-thumb img {
  position: absolute;
  inset: 0;
}
.game-dialog {
  width: min(100% - 28px, 620px);
  max-height: min(90vh, 850px);
  padding: 0;
  border: 1px solid #e4e9f2;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 24px 70px #1d28553d;
}
.game-dialog::backdrop {
  background: #1720439c;
  backdrop-filter: blur(5px);
}
.game-form {
  display: grid;
  gap: 17px;
  padding: 28px;
}
.dialog-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 6px;
}
.dialog-heading .eyebrow {
  margin-bottom: 5px;
}
.dialog-heading h2 {
  margin: 0;
  color: #202a58;
  font-size: 28px;
}
.dialog-heading .icon-button {
  font-size: 26px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 3px 0;
}
.check-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #53617d;
  font-size: 12px;
  font-weight: 750;
}
.check-row input {
  accent-color: #3649c8;
  width: 17px;
  height: 17px;
}
.dialog-actions {
  display: flex;
  justify-content: end;
  gap: 9px;
  padding-top: 6px;
}
@media (max-width: 1050px) {
  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero {
    min-height: 515px;
  }
  .showcase-card {
    height: 390px;
  }
}
@media (max-width: 760px) {
  .shell {
    width: min(100% - 32px, 580px);
  }
  .site-header {
    height: 68px;
  }
  .header-inner {
    gap: 12px;
  }
  .header-nav {
    display: none;
  }
  .language-control {
    margin-left: auto;
  }
  .header-action {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 49px;
    padding-bottom: 56px;
  }
  .hero h1 {
    font-size: clamp(54px, 10vw, 82px);
  }
  .hero-description {
    margin: 20px 0 24px;
  }
  .hero-showcase {
    min-height: 315px;
  }
  .showcase-halo {
    width: min(310px, 100%);
  }
  .showcase-card {
    width: 255px;
    height: 300px;
    padding: 18px;
    border-width: 7px;
    border-radius: 24px;
    transform: rotate(6deg);
  }
  .showcase-art {
    font-size: 105px;
  }
  .showcase-bottom strong {
    font-size: 18px;
  }
  .showcase-bottom a {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .hero-spark-one {
    right: 11%;
    top: 13%;
    font-size: 40px;
  }
  .hero-spark-two {
    left: 10%;
    bottom: 10%;
    font-size: 28px;
  }
  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .catalog {
    padding-bottom: 64px;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px;
    margin-bottom: 55px;
  }
  .footer-inner {
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-block: 25px;
  }
  .footer-inner > div {
    width: 100%;
    margin-left: 0;
  }
  .admin-main {
    padding-top: 42px;
  }
  .dashboard-toolbar {
    align-items: start;
    flex-direction: column;
  }
  .admin-row {
    grid-template-columns: 26px 55px minmax(0, 1fr) auto;
    gap: 9px;
  }
  .admin-thumb {
    width: 55px;
    height: 52px;
  }
  .admin-edit {
    grid-column: 4;
    grid-row: 1;
  }
  .admin-row-actions {
    grid-column: 3/5;
    justify-content: flex-end;
  }
  .admin-row-title {
    grid-column: 3;
    grid-row: 1;
  }
}
@media (max-width: 440px) {
  .shell {
    width: calc(100% - 28px);
  }
  .brand {
    gap: 7px;
    font-size: 16px;
  }
  .brand-mark {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  .header-action {
    display: none;
  }
  .language-control select {
    max-width: 110px;
  }
  .hero {
    padding-top: 43px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-showcase {
    min-height: 295px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .game-card {
    padding: 6px;
    border-radius: 16px;
  }
  .game-cover {
    border-radius: 12px;
  }
  .cover-icon {
    font-size: 58px;
  }
  .cover-badge {
    top: 7px;
    left: 7px;
    padding: 5px 7px;
    font-size: 9px;
  }
  .game-body {
    padding: 12px 5px 5px;
  }
  .game-body h3 {
    font-size: 14px;
    min-height: 35px;
  }
  .game-body p {
    font-size: 11px;
    min-height: 32px;
  }
  .game-action {
    padding: 8px 9px;
    min-height: 39px;
    font-size: 10px;
  }
  .about-points {
    gap: 9px;
  }
  .about-points div {
    padding: 13px;
  }
  .admin-heading > p:last-child {
    font-size: 13px;
  }
  .login-panel {
    padding: 24px;
  }
  .toolbar-actions {
    width: 100%;
  }
  .toolbar-actions .button {
    flex: 1;
  }
  .admin-row {
    padding: 9px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .game-form {
    padding: 20px;
  }
  .dialog-heading h2 {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .brand {
    gap: 5px;
    font-size: 14px;
  }
  .language-control {
    gap: 3px;
    padding: 6px;
  }
  .language-control select {
    width: 90px;
  }
  .game-grid {
    grid-template-columns: 1fr;
  }
  .game-body h3 {
    min-height: 0;
  }
  .game-cover {
    aspect-ratio: 1.55;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
