* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body.og-modern {
  min-width: 0;
  margin: 0;
  color: #18202d;
  background:
    linear-gradient(180deg, #eef2f7 0, #f8fafc 36%, #eef2f7 100%);
  font: 14px/1.6 "Microsoft YaHei", Arial, sans-serif;
}

body.og-nav-open {
  overflow: hidden;
}

.og-modern a {
  color: inherit;
  text-decoration: none;
}

.og-modern img {
  display: block;
  max-width: 100%;
}

.og-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.og-topbar {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 50;
  margin-top: 12px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 36px rgba(24,32,45,.12);
  backdrop-filter: blur(14px);
}

.og-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
}

.og-brand img {
  width: auto;
  height: 42px;
}

.og-brand span {
  display: grid;
  gap: 1px;
  overflow: hidden;
  color: #111827;
  line-height: 1.15;
}

.og-brand strong,
.og-brand em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-brand strong {
  font-size: 18px;
  font-weight: 900;
}

.og-brand em {
  max-width: 260px;
  color: #667085;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.og-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.og-nav a {
  height: 36px;
  padding: 0 13px;
  border-radius: 6px;
  color: #374151;
  font-weight: 700;
  line-height: 36px;
}

.og-nav a.active,
.og-nav a:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
}

.og-menu-btn {
  display: none;
}

.og-hero,
.og-game-hero {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  margin-top: -80px;
  padding-top: 110px;
  background: #101722;
}

.og-hero-bg {
  position: absolute;
  inset: 0;
}

.og-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .56;
}

.og-home-hero {
  background-image: var(--og-home-bg-url);
  background-size: cover;
  background-position: center;
}

.og-hero:after,
.og-game-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(39, 211, 137, .28), transparent 28%),
    linear-gradient(90deg, rgba(8,13,21,.96), rgba(8,13,21,.72) 52%, rgba(8,13,21,.28));
}

.og-home-hero:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  z-index: 1;
  background: linear-gradient(transparent, rgba(238,242,247,.98));
}

.og-hero-grid,
.og-game-hero-inner {
  min-height: 510px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.og-home-hero .og-hero-grid {
  align-items: center;
  padding-bottom: 72px;
}

.og-kicker {
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 6px;
  color: #82f0bc;
  background: rgba(255,255,255,.08);
  font-weight: 800;
}

.og-hero h1,
.og-game-hero h1 {
  max-width: 720px;
  margin: 18px 0 14px;
  color: #fff;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
}

.og-site-title-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.og-site-title-row h1 {
  margin-right: 0;
}

.og-invite-badge {
  display: inline-flex;
  width: max-content;
  align-items: center;
  max-width: min(100%, 220px);
  min-height: 26px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 198, 73, .62);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 232, 153, .98), rgba(255, 121, 63, .96));
  box-shadow: 0 8px 22px rgba(255, 121, 63, .24);
  color: #3b1f00;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-invite-badge-mini {
  min-height: 19px;
  margin-left: 6px;
  padding: 2px 7px;
  font-size: 11px;
  vertical-align: middle;
}

.og-game-hero-inner > div:first-of-type {
  padding-right: 150px;
}

.og-return-home-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 14px 0 10px;
  border-radius: 6px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  background:
    linear-gradient(135deg, rgba(255,106,42,.94), rgba(233,56,56,.94));
  box-shadow: 0 12px 26px rgba(233,56,56,.3), inset 0 1px 0 rgba(255,255,255,.22);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.og-return-home-btn svg {
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 3px;
}

.og-hero p,
.og-game-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
}

.og-search {
  width: min(620px, 100%);
  height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 8px;
  margin-top: 28px;
  padding: 6px;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
}

.og-search input,
.og-search button {
  border: 0;
  font: inherit;
}

.og-search input {
  min-width: 0;
  padding: 0 14px;
  background: transparent;
}

.og-search button,
.og-hero-actions .primary,
.og-account-actions .primary,
.og-game-card a,
.og-gift-card a {
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
}

.og-search button {
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.og-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.og-hero-actions a,
.og-account-actions a {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 6px;
  color: #fff;
  background: rgba(255,255,255,.12);
  font-weight: 800;
}

.og-join-guild-btn {
  border-color: rgba(240,90,40,.26) !important;
  color: #f05a28 !important;
  background: linear-gradient(135deg, rgba(240,90,40,.14), rgba(240,90,40,.05)) !important;
}

.og-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 4;
  margin-top: 18px;
}

.og-hero-stats div {
  min-width: 112px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
}

.og-hero-stats strong,
.og-hero-stats span {
  display: block;
}

.og-hero-stats strong {
  font-size: 24px;
  line-height: 1.1;
}

.og-hero-stats span {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 800;
}

.og-login-card,
.og-server-panel,
.og-section,
.og-side section {
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(24,32,45,.12);
}

.og-login-card,
.og-server-panel {
  padding: 22px;
}

.og-login-card {
  position: relative;
}

.og-login-card span {
  color: #17a46d;
  font-weight: 800;
}

.og-login-card h2,
.og-server-panel h2 {
  margin: 8px 0 10px;
  color: #111827;
  font-size: 24px;
}

.og-login-card h2 a {
  color: inherit;
}

.og-login-card h2 a:hover {
  color: #e93838;
}

.og-login-card p {
  margin: 0;
  color: #667085;
}

.og-account-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.og-account-quick-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.og-account-actions a {
  color: #18202d;
  border-color: #e5e7eb;
  background: #f6f8fb;
}

.og-account-quick-actions a {
  height: 66px;
  flex-direction: column;
  gap: 4px;
  padding: 8px 6px;
  text-align: center;
}

.og-account-quick-actions span,
.og-account-quick-actions em {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}

.og-account-quick-actions span {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
  font-size: 20px;
  line-height: 28px;
}

.og-account-quick-actions em {
  font-size: 12px;
  font-weight: 900;
}

.og-auth-page {
  --og-auth-bg-url: url("/upload/picture/20190309/6d092b92cfb3aaa1d21017697b2933ad.png");
  min-height: 720px;
  margin-top: -80px;
  padding: 132px 0 64px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(7, 12, 20, .94), rgba(12, 23, 38, .78)),
    var(--og-auth-bg-url) center / cover no-repeat,
    #101722;
}

.og-auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 54px;
  align-items: center;
}

.og-register-layout {
  grid-template-columns: minmax(0, 1fr) 500px;
}

.og-auth-copy h1 {
  max-width: 680px;
  margin: 18px 0 14px;
  font-size: 50px;
  line-height: 1.08;
}

.og-auth-copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
}

.og-auth-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.og-auth-points span {
  height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  background: rgba(255,255,255,.1);
  font-weight: 900;
  line-height: 34px;
}

.og-auth-card {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  color: #18202d;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}

.og-auth-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  align-items: end;
  margin-bottom: 20px;
}

.og-auth-head span {
  grid-column: 1 / -1;
  color: #17a46d;
  font-size: 12px;
  font-weight: 900;
}

.og-auth-head h2 {
  margin: 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.15;
}

.og-auth-head a {
  color: #e93838;
  font-weight: 900;
}

.og-auth-form,
.og-register-form {
  display: grid;
  gap: 14px;
}

.og-modern-form label {
  display: grid;
  gap: 7px;
}

.og-modern-form label > span {
  color: #344054;
  font-weight: 900;
}

.og-modern-form label i {
  margin-right: 3px;
  color: #e93838;
  font-style: normal;
}

.og-modern-form input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 13px;
  border: 1px solid #d7dce5;
  border-radius: 6px;
  color: #111827;
  background: #fff;
  outline: 0;
}

.og-modern-form input:focus {
  border-color: #2f80ed;
  box-shadow: 0 0 0 3px rgba(47,128,237,.12);
}

.og-modern-form em {
  color: #667085;
  font-size: 12px;
  font-style: normal;
}

.og-auth-tools {
  display: flex;
  justify-content: flex-end;
  margin-top: -2px;
}

.og-auth-tools a {
  color: #667085;
  font-weight: 800;
}

.og-auth-submit,
.og-email-code-btn {
  height: 44px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
  font-weight: 900;
  cursor: pointer;
}

.og-inline-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 8px;
}

.og-captcha-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  gap: 8px;
  align-items: center;
}

.og-captcha-img {
  width: 126px;
  height: 44px;
  border: 1px solid #d7dce5;
  border-radius: 6px;
  object-fit: cover;
  cursor: pointer;
  background: #fff;
}

.og-email-code-btn {
  background: linear-gradient(135deg, #2f80ed, #17a46d);
  font-size: 13px;
}

.og-auth-agree {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  gap: 8px !important;
  align-items: flex-start;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.og-modern-form .og-auth-agree input[type="checkbox"] {
  flex: 0 0 auto;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin: 2px 0 0;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
}

.og-auth-agree span {
  min-width: 0;
}

.og-auth-agree a {
  color: #2f80ed;
  font-weight: 900;
  text-decoration: none;
}

.og-auth-agree a:hover {
  text-decoration: underline;
}

.og-agent-login {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #edf0f5;
}

.og-agent-login > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
}

.og-agent-login-compact {
  margin-top: 16px;
  padding-top: 14px;
}

.og-agent-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(24,32,45,.12);
}

.og-agent-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.og-agent-gitee img,
.og-agent-alipay img,
.og-agent-qq img {
  width: 24px;
  height: 24px;
}

.og-agent-qq { background: #fff; }
.og-agent-weixin,
.og-agent-weixingzh { background: #20b15a; }
.og-agent-weibo { background: #e6162d; }
.og-agent-github { background: #24292f; }
.og-agent-gitee { background: #c71d23; }
.og-agent-alipay { background: #1677ff; }

.og-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: -22px;
  position: relative;
  z-index: 3;
}

.og-trust div {
  min-height: 92px;
  padding: 18px;
  border-radius: 8px;
  color: #fff;
  background: #18202d;
  box-shadow: 0 14px 34px rgba(24,32,45,.2);
}

.og-trust div:nth-child(2) {
  background: #123c34;
}

.og-trust div:nth-child(3) {
  background: #3a273f;
}

.og-trust div:nth-child(4) {
  background: #24364c;
}

.og-trust strong {
  display: block;
  font-size: 24px;
}

.og-trust span {
  color: rgba(255,255,255,.72);
}

.og-section,
.og-side section {
  margin-top: 22px;
  padding: 20px;
}

.og-section-head,
.og-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.og-section-head span {
  color: #17a46d;
  font-size: 12px;
  font-weight: 900;
}

.og-section-head h2,
.og-side-head h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
}

.og-section-head a,
.og-side-head a {
  color: #f05a28;
  font-weight: 800;
}

.og-feature-grid {
  display: grid;
  grid-auto-rows: 188px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.og-feature-card {
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #111827;
}

.og-feature-card:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.og-feature-card:nth-child(2) {
  grid-column: span 2;
}

.og-feature-card a {
  height: 100%;
  display: block;
  position: relative;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.og-feature-card a:focus,
.og-feature-card a:active {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.og-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.og-feature-card:hover img {
  transform: scale(1.05);
}

.og-feature-card div {
  position: absolute;
  inset: auto 0 0;
  padding: 18px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
}

.og-feature-card strong {
  display: block;
  font-size: 20px;
}

.og-feature-card span {
  color: #82f0bc;
  font-weight: 800;
}

.og-feature-card .og-game-type-badge {
  color: #fff;
}

.og-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.og-home-grid {
  width: min(1200px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
  margin: 0 auto;
}

.og-home-main {
  min-width: 0;
}

.og-home-grid .og-side section {
  padding: 16px;
}

.og-home-grid .og-server-list,
.og-home-grid .og-news-list {
  gap: 6px;
}

.og-home-grid .og-server-list a,
.og-home-grid .og-news-list a {
  min-height: 36px;
  padding: 7px 9px;
}

.og-recommend-game-list {
  display: grid;
  gap: 6px;
}

.og-recommend-game-card {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  grid-template-areas:
    "icon main heat"
    "icon main players"
    "icon bar bar";
  gap: 2px 8px;
  align-items: center;
  min-height: 58px;
  overflow: hidden;
  padding: 8px 9px;
  border: 1px solid rgba(47,128,237,.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47,128,237,.08), rgba(23,164,109,.08)),
    #f8fbff;
}

.og-recommend-game-card img {
  grid-area: icon;
  width: 34px;
  height: 34px;
  align-self: center;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(24,32,45,.14);
}

.og-recommend-game-card strong {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 13px;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-recommend-game-main {
  grid-area: main;
  display: grid;
  justify-items: start;
  min-width: 0;
  gap: 4px;
}

.og-recommend-tags {
  display: grid;
  grid-template-columns: auto minmax(0, max-content);
  justify-content: start;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-width: 0;
  margin-left: 0;
  padding-left: 0;
}

.og-recommend-tags em {
  font-style: normal;
  white-space: nowrap;
}

.og-recommend-tag-primary {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 6px;
  border: 1px solid rgba(47,128,237,.22);
  border-radius: 999px;
  color: #1d4ed8;
  background: linear-gradient(135deg, rgba(47,128,237,.13), rgba(47,128,237,.04));
  font-size: 10px;
  font-weight: 900;
  line-height: 18px;
}

.og-recommend-secondary-tags {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: start;
  align-items: center;
  gap: 2px 3px;
  min-width: 0;
}

.og-recommend-tag-secondary {
  display: inline-flex;
  align-items: center;
  height: 14px;
  max-width: 52px;
  padding: 0 4px;
  border-radius: 999px;
  background: rgba(23,164,109,.1);
  overflow: hidden;
  color: #17a46d;
  font-size: 8px;
  font-weight: 800;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-recommend-game-stat {
  display: contents;
}

.og-recommend-game-stat mark {
  grid-area: heat;
  position: relative;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 42px;
  height: 20px;
  justify-self: end;
  align-self: start;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0;
  border-radius: 999px;
  color: #e93838;
  background: rgba(233,56,56,.1);
  font-size: 11px;
  font-weight: 900;
  line-height: 20px;
}

.og-recommend-game-stat mark span {
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff3d2e, #ffb02e);
  font-size: 9px;
  line-height: 13px;
}

.og-recommend-game-stat em {
  grid-area: players;
  display: flex;
  justify-self: end;
  align-self: center;
  width: auto;
  overflow: visible;
  color: #667085;
  font-size: 11px;
  font-style: normal;
  white-space: nowrap;
}

.og-recommend-game-stat em .og-server-player {
  display: inline-flex;
  margin-left: 0;
  padding: 1px 5px;
  font-size: 10px;
}

.og-recommend-game-card b {
  grid-area: bar;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(24,32,45,.08);
}

.og-recommend-game-card b small {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #17a46d, #2f80ed, #ffb02e);
}

.og-game-list,
.og-gift-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.og-game-card,
.og-gift-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 12px;
  padding: 11px;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  background: #fff;
}

.og-game-cover {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.og-game-card .og-game-cover {
  width: 128px;
  height: 100%;
  min-height: 128px;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.og-game-card img {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  object-fit: cover;
}

.og-home-main .og-game-card {
  align-items: start;
}

.og-home-main .og-game-card .og-game-cover {
  width: 128px;
  height: auto;
  min-height: 0;
  aspect-ratio: 17 / 23;
  align-self: start;
}

.og-home-main .og-game-card img {
  width: 128px;
  height: 100%;
  aspect-ratio: 17 / 23;
  object-fit: cover;
}

.og-gift-row .og-game-cover {
  width: 82px;
  height: 82px;
}

.og-gift-row .og-game-cover img {
  width: 100%;
  height: 100%;
}

.og-game-type-badge {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 1;
  display: inline-flex;
  height: 22px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px 2px 0 999px;
  color: #fff;
  background: linear-gradient(90deg, #ed1c24 0, #fb8f02 100%);
  box-shadow: 0 8px 18px rgba(237,28,36,.28);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,.18);
}

.og-game-region-badge {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 2;
  display: inline-flex;
  height: 22px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(135deg, #1268ff 0, #18d7ff 100%);
  box-shadow: 0 8px 18px rgba(18,104,255,.32);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,.22);
}

.og-game-card h3,
.og-gift-card h3 {
  overflow: hidden;
  margin: 0;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-game-card p,
.og-gift-card p {
  margin: 4px 0 8px;
  color: #667085;
}

.og-game-card p {
  display: -webkit-box;
  min-height: 38px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  line-height: 1.45;
}

.og-game-card a,
.og-gift-card a {
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 5px;
  font-weight: 800;
}

.og-game-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.og-server-list,
.og-news-list {
  display: grid;
  gap: 8px;
}

.og-server-list a,
.og-news-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 6px;
  background: #f6f8fb;
}

.og-server-list span,
.og-news-list span {
  color: #17a46d;
  font-weight: 800;
}

.og-server-list em {
  color: #667085;
  font-style: normal;
}

.og-game-top-list strong {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  color: #111827;
}

.og-game-top-list strong img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(17,24,39,.14);
}

.og-game-top-list strong small {
  flex: 0 0 auto;
  color: #f05a28;
  font-size: 12px;
  font-weight: 900;
}

.og-game-top-list strong b {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-server-list .og-server-player {
  display: inline-flex;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #ff4d4f;
  background: rgba(255,77,79,.1);
  font-size: 11px;
  font-weight: 900;
  vertical-align: middle;
}

.og-server-reserve-card {
  display: grid;
  gap: 5px;
  min-height: 70px;
  padding: 11px 12px;
  border: 1px solid rgba(19,137,255,.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(19,137,255,.14), rgba(255,255,255,.94)),
    #f6f8fb;
  box-shadow: 0 10px 22px rgba(19,137,255,.09);
}

.og-server-reserve-card strong {
  color: #13233a;
  font-size: 15px;
}

.og-server-reserve-card span,
.og-server-reserve-card b {
  display: block;
  color: #1389ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.og-server-reserve-card b {
  color: #ff4d4f;
}

.og-server-reserve-list .og-empty {
  color: #111827;
  font-weight: 800;
}

.og-reserve-btn {
  display: inline-flex;
  width: max-content;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #1389ff, #7c3aed);
  box-shadow: 0 8px 18px rgba(19,137,255,.22);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.og-reserve-btn.is-reserved {
  background: linear-gradient(135deg, #17a46d, #0ea5e9);
}

.og-server-live-list {
  gap: 7px;
}

.og-server-live-list .og-server-live-card {
  position: relative;
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  grid-template-areas:
    "icon title heat"
    "icon server time"
    "icon bar bar";
  gap: 2px 8px;
  overflow: hidden;
  padding: 8px 9px;
  border: 1px solid rgba(47,128,237,.12);
  background:
    linear-gradient(135deg, rgba(47,128,237,.08), rgba(23,164,109,.08)),
    #f8fbff;
}

.og-server-live-list .og-server-live-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  opacity: 0;
  transform: translateX(-80%);
  transition: opacity .2s ease, transform .35s ease;
}

.og-server-live-list .og-server-live-card:hover:before {
  opacity: 1;
  transform: translateX(80%);
}

.og-server-live-card img {
  grid-area: icon;
  width: 34px;
  height: 34px;
  align-self: center;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(24,32,45,.14);
}

.og-server-live-card i {
  position: absolute;
  top: 6px;
  left: 6px;
  min-width: 24px;
  height: 14px;
  padding: 0 4px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(135deg, #ff5b2e, #ffb02e);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 14px;
  text-align: center;
}

.og-server-live-card strong {
  grid-area: title;
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  padding-right: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.og-server-live-card > span {
  grid-area: server;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 5px;
  overflow: visible;
  color: #17a46d;
  font-size: 12px;
  white-space: nowrap;
}

.og-server-live-card .og-server-index {
  flex: 0 0 auto;
  display: inline-flex;
  height: 16px;
  align-items: center;
  padding: 0 5px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(135deg, #17a46d, #1389ff);
  box-shadow: 0 4px 10px rgba(23,164,109,.18);
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
}

.og-server-live-card .og-server-game-name,
.og-server-live-card .og-server-name {
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.og-server-live-card .og-server-game-name {
  flex: 0 1 auto;
  max-width: none;
  color: #111827;
  font-weight: 900;
}

.og-server-live-card .og-invite-badge-mini {
  flex: 0 0 auto;
  margin-left: 0;
}

.og-server-live-card .og-server-invite {
  position: static;
  flex: 0 1 auto;
  display: inline-block;
  z-index: 2;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  height: 18px;
  min-height: 18px;
  margin-right: 0;
  padding: 1px 6px;
  font-size: 10px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-server-live-card em {
  grid-area: time;
  display: flex;
  justify-self: end;
  align-self: center;
  width: auto;
  overflow: visible;
  padding-right: 0;
  color: #667085;
  font-size: 11px;
  white-space: nowrap;
}

.og-server-live-card em .og-server-player {
  display: inline-flex;
  margin-left: 0;
  padding: 1px 5px;
  font-size: 10px;
}

.og-server-live-card mark {
  grid-area: heat;
  position: relative;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 42px;
  height: 20px;
  justify-self: end;
  align-self: start;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0;
  border-radius: 999px;
  color: #e93838;
  background: rgba(233,56,56,.1);
  font-size: 11px;
  font-weight: 900;
  line-height: 20px;
}

.og-server-live-card mark span {
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff3d2e, #ffb02e);
  font-size: 9px;
  line-height: 13px;
}

.og-server-live-card b {
  grid-area: bar;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(24,32,45,.08);
}

.og-server-live-card b small {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #17a46d, #2f80ed, #ffb02e);
}

.og-play-choice {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(8, 13, 23, .56);
  backdrop-filter: blur(8px);
}

.og-play-choice.is-open {
  display: flex;
}

.og-play-choice-card {
  position: relative;
  width: min(420px, 100%);
  padding: 24px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.og-play-choice-card > span {
  color: #17a46d;
  font-size: 12px;
  font-weight: 900;
}

.og-play-choice-card h3 {
  margin: 8px 0 8px;
  color: #111827;
  font-size: 24px;
}

.og-play-choice-card p {
  margin: 0 0 18px;
  color: #667085;
  line-height: 1.7;
}

.og-play-choice-card div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.og-play-choice-card a {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #18202d;
  background: #eef2f7;
  font-weight: 900;
}

.og-play-choice-card a.primary {
  color: #fff;
  background: linear-gradient(135deg, #2f80ed, #17a46d);
}

.og-play-choice-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  color: #667085;
  background: #f2f4f7;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}

.og-news-list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-news-list span {
  margin-right: 8px;
}

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

.og-home-main .og-gift-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.og-gift-card {
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
}

.og-gift-card img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
}

.og-game-hero {
  min-height: 560px;
}

.og-game-hero-inner {
  min-height: 450px;
}

.og-server-panel .og-server-list a {
  background: rgba(246,248,251,.92);
}

.og-site-hot-server-list {
  gap: 9px;
}

.og-server-list .og-site-hot-server-card {
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  align-items: stretch;
  min-height: 58px;
  padding: 10px 11px;
  border: 1px solid rgba(19,137,255,.1);
  background:
    linear-gradient(135deg, rgba(19,137,255,.08), rgba(23,164,109,.08)),
    rgba(246,248,251,.94);
}

.og-site-hot-server-card strong {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #111827;
  line-height: 1.25;
}

.og-site-hot-server-card .og-site-server-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-site-hot-server-card .og-invite-badge-mini {
  flex: 0 0 auto;
  max-width: 128px;
  width: fit-content;
  margin-left: 0;
}

.og-site-hot-server-card .og-site-server-meta {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.og-site-hot-server-card .og-site-server-meta em {
  min-width: 0;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-site-hot-server-card .og-server-player {
  flex: 0 0 auto;
  margin-left: 0;
}

.og-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.og-shot-grid img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.og-footer {
  margin-top: 30px;
  padding: 28px 0;
  color: rgba(255,255,255,.72);
  background: #111827;
  text-align: center;
}

.og-footer p {
  margin: 6px 0;
}

.og-footer-nav,
.og-footer-links,
.og-footer-safe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin-bottom: 12px;
}

.og-footer-nav a,
.og-footer-links a {
  color: rgba(255,255,255,.88);
  font-weight: 800;
}

.og-footer-links span {
  color: rgba(255,255,255,.56);
}

.og-footer-safe {
  margin-top: 14px;
  margin-bottom: 0;
}

.og-footer-safe img {
  height: 32px;
  width: auto;
  opacity: .86;
}

.og-float-tools {
  display: grid;
  gap: 10px;
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 60;
}

.og-float-tools button {
  width: 46px;
  height: 46px;
  position: relative;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(24,32,45,.18);
  cursor: pointer;
}

.og-float-qr:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  margin: 12px auto;
  background:
    linear-gradient(#18202d 0 0) 0 0 / 8px 8px,
    linear-gradient(#18202d 0 0) 14px 0 / 8px 8px,
    linear-gradient(#18202d 0 0) 0 14px / 8px 8px,
    linear-gradient(#f05a28 0 0) 14px 14px / 8px 8px;
  background-repeat: no-repeat;
}

.og-float-qr span {
  width: 126px;
  display: none;
  position: absolute;
  right: 54px;
  bottom: 0;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(24,32,45,.18);
}

.og-float-qr:hover span {
  display: block;
}

.og-float-qr img {
  width: 106px;
  height: 106px;
  object-fit: cover;
}

.og-back-top span {
  width: 18px;
  height: 28px;
  display: block;
  position: relative;
  margin: 8px auto 0;
  border-radius: 10px 10px 7px 7px;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
}

.og-back-top span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  left: 3px;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #ff6a2a;
  border-left: 6px solid transparent;
}

.og-back-top span:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 6px;
  border-radius: 50%;
  background: #fff;
}

.og-back-top.is-launching span {
  animation: ogRocket .7s ease;
}

@keyframes ogRocket {
  0% { transform: translateY(0) scale(1); opacity: 1; }
  45% { transform: translateY(-18px) scale(.92); opacity: .75; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

.og-page {
  padding-top: 18px;
}

.og-page-hero {
  min-height: 220px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 44px 24px 24px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(39, 211, 137, .26), transparent 28%),
    linear-gradient(135deg, #111827, #263142);
  box-shadow: 0 16px 38px rgba(24,32,45,.18);
}

.og-page-hero h1 {
  max-width: 720px;
  margin: 14px 0 8px;
  font-size: 42px;
  line-height: 1.12;
}

.og-page-hero p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.76);
}

.og-page-search {
  width: min(420px, 100%);
  margin: 0;
  flex: 0 0 min(420px, 100%);
}

.og-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding-bottom: 4px;
  overflow: visible;
}

.og-tag-filter-bar {
  gap: 10px;
}

.og-tag-filter-bar a {
  min-height: 36px;
  height: auto;
  padding: 7px 13px;
  border-radius: 999px;
  white-space: normal;
  line-height: 1.3;
  max-width: 100%;
}

.og-gift-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  overflow: visible;
}

.og-gift-tabs a {
  flex: 0 0 auto;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  color: #374151;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(24,32,45,.08);
}

.og-gift-tabs a.active,
.og-gift-tabs a:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
}

.og-filter-bar a {
  flex: 0 0 auto;
  height: 36px;
  padding: 0 13px;
  border: 1px solid #e7eaf0;
  border-radius: 6px;
  color: #374151;
  background: #fff;
  font-weight: 800;
  line-height: 34px;
}

.og-filter-bar a.active,
.og-filter-bar a:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
}

.og-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.og-game-tile {
  overflow: hidden;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  background: #fff;
}

.og-game-tile img {
  width: 100%;
  height: 138px;
  object-fit: cover;
}

.og-game-tile > div {
  padding: 14px;
}

.og-game-tile h3 {
  margin: 0;
  font-size: 18px;
}

.og-game-tile p {
  margin: 4px 0 12px;
  color: #667085;
}

.og-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
  max-width: 100%;
}

.og-tag-list-compact {
  gap: 3px;
  margin-bottom: 8px;
}

.og-tag-list span {
  display: inline-flex;
  height: 18px;
  align-items: center;
  padding: 0 6px;
  border: 1px solid #e7eaf0;
  border-radius: 999px;
  color: #475467;
  background: #f8fafc;
  font-size: 10px;
  font-weight: 700;
}

.og-tag-primary {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #ff6a2a, #e93838) !important;
}

.og-tile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.og-tile-actions a {
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  color: #f05a28;
  background: #fff3ed;
  font-weight: 800;
}

.og-gift-list-modern,
.og-article-list {
  display: grid;
  gap: 12px;
}

.og-gift-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 120px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  background: #fff;
}

.og-gift-row img {
  width: 82px;
  height: 82px;
  border-radius: 8px;
  object-fit: cover;
}

.og-gift-row h3 {
  margin: 0;
  font-size: 18px;
}

.og-gift-row p {
  max-height: 44px;
  overflow: hidden;
  margin: 4px 0 10px;
  color: #667085;
}

.og-gift-row aside {
  display: grid;
  gap: 8px;
  justify-items: stretch;
}

.og-gift-row aside span {
  color: #667085;
  text-align: center;
}

.og-gift-row aside a {
  height: 34px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
  font-weight: 800;
  line-height: 34px;
  text-align: center;
}

.og-gift-detail-hero {
  min-height: 320px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(39, 211, 137, .26), transparent 28%),
    linear-gradient(135deg, #111827, #263142);
  box-shadow: 0 16px 38px rgba(24,32,45,.18);
}

.og-gift-detail-hero > img {
  width: 230px;
  height: 230px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(0,0,0,.26);
}

.og-gift-detail-hero h1 {
  margin: 16px 0 10px;
  font-size: 40px;
  line-height: 1.12;
}

.og-gift-detail-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}

.og-gift-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
}

.og-gift-claim-card .og-section-head strong {
  color: #f05a28;
  font-size: 16px;
}

.og-gift-claim-card .og-section-head em {
  font-style: normal;
}

.og-progress {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf0f5;
}

.og-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #23c483, #ff8a3d);
}

.og-code-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 10px;
  margin-top: 18px;
}

.og-code-box input,
.og-code-box button {
  height: 44px;
  border-radius: 6px;
  font: inherit;
}

.og-code-box input {
  min-width: 0;
  padding: 0 14px;
  border: 1px solid #d9dee8;
  background: #f8fafc;
  color: #111827;
  font-weight: 800;
}

.og-code-box button {
  border: 0;
  color: #fff;
  background: #18202d;
  font-weight: 800;
  cursor: pointer;
}

.og-gift-message {
  min-height: 24px;
  margin: 12px 0 16px;
  color: #17a46d;
  font-weight: 800;
}

.og-gift-message.is-error {
  color: #d92d20;
}

.og-claim-main,
.og-claim-disabled {
  width: 100%;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.og-claim-disabled {
  background: #98a2b3;
  cursor: not-allowed;
}

.og-gift-mini-list {
  display: grid;
  gap: 10px;
}

.og-gift-mini-list a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background: #f6f8fb;
}

.og-gift-mini-list img {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  object-fit: cover;
}

.og-gift-mini-list span {
  min-width: 0;
  overflow: hidden;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-gift-mini-list em {
  display: block;
  color: #667085;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.og-article-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  background: #fff;
}

.og-article-list strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-article-list span {
  color: #667085;
}

.og-pages {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.og-pager-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.og-pager-tools form,
.og-pager-tools label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.og-pager-tools span {
  color: #667085;
  font-weight: 800;
}

.og-pager-tools select,
.og-pager-tools input,
.og-pager-tools button {
  height: 36px;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
}

.og-pager-tools select,
.og-pager-tools input {
  border: 1px solid #d9dee8;
  background: #fff;
}

.og-pager-tools select {
  min-width: 82px;
  padding: 0 8px;
}

.og-pager-tools input {
  width: 78px;
  padding: 0 10px;
}

.og-pager-tools button {
  border: 0;
  padding: 0 14px;
  color: #fff;
  background: #18202d;
  cursor: pointer;
}

.og-pages .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
}

.og-pages .pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.og-pages .pagination a,
.og-pages .pagination span {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid #d9dee8;
  border-radius: 6px;
  color: #374151;
  background: #fff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(24,32,45,.06);
}

.og-pages .pagination a:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
}

.og-pages .pagination .active span {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
}

.og-pages .pagination .disabled span {
  color: #98a2b3;
  background: #f3f5f8;
  box-shadow: none;
}

.og-empty {
  margin: 0;
  padding: 26px;
  color: #667085;
  text-align: center;
}

.og-site-subhero {
  min-height: 300px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  margin-top: -80px;
  padding: 118px 24px 30px;
  border-radius: 0 0 8px 8px;
  color: #fff;
  background: #111827;
}

.og-site-subhero-bg,
.og-site-subhero-bg:after {
  position: absolute;
  inset: 0;
}

.og-site-subhero-bg:after {
  content: "";
  background: linear-gradient(90deg, rgba(8,13,21,.95), rgba(8,13,21,.62));
}

.og-site-subhero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
}

.og-site-subhero-content {
  max-width: 720px;
  position: relative;
  z-index: 2;
}

.og-site-subhero h1 {
  margin: 16px 0 8px;
  font-size: 42px;
  line-height: 1.12;
}

.og-site-subhero p,
.og-site-summary {
  margin: 0;
  color: rgba(255,255,255,.76);
}

.og-site-summary {
  color: #667085;
}

.og-site-article-grid {
  margin-top: 22px;
}

.og-site-article-list {
  display: grid;
  gap: 10px;
}

.og-site-article-list a {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  background: #fff;
}

.og-site-article-list span {
  color: #17a46d;
  font-weight: 900;
}

.og-site-article-list strong {
  overflow: hidden;
  color: #111827;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-site-article-list em {
  color: #667085;
  font-style: normal;
}

.og-article-detail {
  padding: 28px;
}

.og-article-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #667085;
  font-weight: 800;
}

.og-article-detail h1 {
  margin: 16px 0 10px;
  color: #111827;
  font-size: 34px;
  line-height: 1.22;
}

.og-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #667085;
}

.og-article-meta span {
  color: #17a46d;
  font-weight: 900;
}

.og-article-lead {
  margin: 18px 0 0;
  padding: 14px;
  border-radius: 8px;
  color: #374151;
  background: #f6f8fb;
}

.og-article-body {
  margin-top: 22px;
  color: #374151;
  font-size: 16px;
  line-height: 1.9;
}

.og-article-body img,
.og-article-body video,
.og-article-body iframe {
  max-width: 100%;
}

.og-article-body img {
  height: auto !important;
  margin: 12px auto;
  border-radius: 8px;
}

.og-mobile-grid,
.og-my-game-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.og-mobile-card,
.og-my-game-card,
.og-account-nav,
.og-account-badge {
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24,32,45,.08);
}

.og-mobile-card {
  overflow: hidden;
}

.og-mobile-cover {
  display: block;
  position: relative;
  background: #111827;
}

.og-mobile-cover img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.og-mobile-cover span {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  background: rgba(17,24,39,.82);
  font-weight: 900;
  line-height: 28px;
}

.og-mobile-card > div {
  padding: 14px;
}

.og-mobile-card h3,
.og-my-game-card h3 {
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-mobile-card p,
.og-my-game-card p {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  margin: 6px 0 12px;
  color: #667085;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.og-play-link {
  display: inline-flex;
  height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
  font-weight: 900;
}

.og-account-hero {
  align-items: center;
}

.og-account-badge {
  min-width: 220px;
  position: relative;
  padding: 18px;
  color: #111827;
}

.og-account-mini-logout {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 24px;
  padding: 0 8px;
  border-radius: 5px;
  color: #d33f36;
  background: #fff3f1;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
}

.og-account-mini-logout:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
}

.og-account-badge span {
  display: block;
  color: #17a46d;
  font-weight: 900;
}

.og-account-badge strong {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-account-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
}

.og-account-nav {
  display: grid;
  align-self: start;
  gap: 8px;
  margin-top: 22px;
  padding: 12px;
}

.og-account-nav a {
  height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  color: #374151;
  background: #f6f8fb;
  font-weight: 900;
  line-height: 40px;
}

.og-account-nav a.active,
.og-account-nav a:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
}


.og-account-main {
  min-width: 0;
}

.og-my-game-list {
  grid-template-columns: 1fr;
}

.og-my-game-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
}

.og-my-game-card img {
  width: 108px;
  height: 108px;
  border-radius: 8px;
  object-fit: cover;
}

.og-my-game-card p {
  min-height: 0;
}

.og-my-game-card p span {
  color: #17a46d;
  font-weight: 900;
}

.og-modern-form {
  display: grid;
  gap: 16px;
  max-width: 560px;
}

.og-modern-form label {
  display: grid;
  gap: 7px;
}

.og-modern-form label span {
  color: #374151;
  font-weight: 900;
}

.og-modern-form input,
.og-modern-form select {
  width: 100%;
  height: 46px;
  min-width: 0;
  padding: 0 14px;
  border: 1px solid #d9dee8;
  border-radius: 6px;
  background: #f8fafc;
  color: #111827;
  font: inherit;
  outline: none;
}

.og-modern-form input:focus,
.og-modern-form select:focus {
  border-color: #ff8a3d;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,106,42,.14);
}

.og-form-field {
  display: grid;
  gap: 8px;
}

.og-form-field > span {
  color: #374151;
  font-weight: 900;
}

.og-form-help {
  margin: 0;
  color: #667085;
  font-size: 13px;
}

.og-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.og-check-grid label,
.og-switch-row {
  min-height: 42px;
  display: flex !important;
  align-items: center;
  gap: 8px !important;
  padding: 0 12px;
  border: 1px solid #e7eaf0;
  border-radius: 6px;
  background: #fff;
  color: #374151;
  font-weight: 800;
}

.og-check-grid input,
.og-switch-row input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.og-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.og-form-actions button,
.og-security-list a {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  color: #374151;
  background: #edf0f5;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.og-form-actions .primary,
.og-security-list a {
  color: #fff;
  background: linear-gradient(135deg, #ff6a2a, #e93838);
}

.og-security-list {
  display: grid;
  gap: 12px;
}

.og-security-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  background: #fff;
}

.og-security-list strong {
  display: block;
  color: #111827;
  font-size: 17px;
}

.og-security-list p {
  margin: 4px 0 0;
  color: #667085;
}

.og-security-list .og-security-value {
  color: #111827;
  font-weight: 900;
  word-break: break-all;
}

.og-security-list em {
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #f05a28;
  background: #fff3ed;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  white-space: nowrap;
}

.og-security-list em.is-ok {
  color: #17a46d;
  background: #ecfdf3;
}

.og-security-password {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e7eaf0;
}

.og-account-tabs {
  margin: -4px 0 16px;
}

.og-account-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.og-account-table {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.og-account-table th {
  padding: 0 12px 2px;
  color: #667085;
  font-size: 12px;
  text-align: left;
}

.og-account-table td {
  padding: 14px 12px;
  border-top: 1px solid #e7eaf0;
  border-bottom: 1px solid #e7eaf0;
  background: #fff;
  color: #374151;
  font-weight: 800;
}

.og-account-table td:first-child {
  border-left: 1px solid #e7eaf0;
  border-radius: 8px 0 0 8px;
}

.og-account-table td:last-child {
  border-right: 1px solid #e7eaf0;
  border-radius: 0 8px 8px 0;
}

.og-account-table code {
  display: inline-flex;
  max-width: 260px;
  overflow: hidden;
  padding: 5px 8px;
  border-radius: 5px;
  color: #17a46d;
  background: #ecfdf3;
  font-family: Consolas, Monaco, monospace;
  text-overflow: ellipsis;
  vertical-align: middle;
}

@media screen and (max-width: 900px) {
  .og-shell {
    width: min(100% - 24px, 1200px);
  }

  .og-topbar {
    height: 58px;
    margin-top: 8px;
  }

  .og-brand img {
    height: 34px;
  }

  .og-brand strong {
    font-size: 16px;
  }

  .og-brand em {
    max-width: 150px;
    font-size: 11px;
  }

  .og-menu-btn {
    width: 40px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    border: 0;
    border-radius: 6px;
    background: #ff6a2a;
    padding: 0 10px;
  }

  .og-menu-btn span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }

  .og-nav {
    width: min(280px, calc(100vw - 24px));
    display: grid;
    gap: 6px;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    padding: 10px;
    border: 1px solid #e7eaf0;
    border-radius: 8px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 18px 36px rgba(24,32,45,.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease;
  }

  .og-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .og-nav a {
    height: 38px;
    line-height: 38px;
    background: #f5f6f8;
  }

  .og-hero,
  .og-game-hero {
    min-height: auto;
    margin-top: -74px;
    padding: 100px 0 28px;
  }

  .og-hero-grid,
  .og-game-hero-inner,
  .og-content-grid,
  .og-home-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .og-hero h1,
  .og-game-hero h1 {
    font-size: 34px;
  }

  .og-site-title-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .og-invite-badge {
    min-height: 23px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .og-invite-badge-mini {
    margin-left: 4px;
    padding: 2px 6px;
    font-size: 10px;
  }

  .og-game-hero-inner > div:first-of-type {
    padding-right: 0;
    padding-top: 40px;
  }

  .og-return-home-btn {
    top: 0;
    right: 0;
    height: 32px;
    padding: 0 10px 0 8px;
    font-size: 12px;
  }

  .og-return-home-btn svg {
    width: 1em;
    height: 1em;
  }

  .og-return-home-btn span {
    display: inline-block;
  }

  .og-search {
    height: auto;
    grid-template-columns: 1fr;
  }

  .og-search input,
  .og-search button {
    height: 42px;
  }

  .og-account-quick-actions {
    gap: 6px;
  }

  .og-account-quick-actions a {
    height: 58px;
    padding: 7px 3px;
  }

  .og-account-quick-actions span {
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
  }

  .og-account-quick-actions em {
    font-size: 11px;
  }

  .og-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .og-feature-grid,
  .og-game-list,
  .og-gift-grid,
  .og-shot-grid,
  .og-card-grid,
  .og-mobile-grid,
  .og-account-layout {
    grid-template-columns: 1fr;
  }

  .og-feature-grid {
    grid-auto-rows: auto;
  }

  .og-page-hero {
    min-height: 0;
    display: block;
    padding: 26px 16px;
  }

  .og-site-subhero {
    min-height: 0;
    margin-top: -74px;
    padding: 96px 14px 22px;
  }

  .og-site-subhero h1 {
    font-size: 30px;
  }

  .og-site-article-list a {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 10px 12px;
  }

  .og-site-article-list strong {
    white-space: normal;
  }

  .og-article-detail {
    padding: 18px;
  }

  .og-article-detail h1 {
    font-size: 26px;
  }

  .og-article-body {
    font-size: 15px;
    line-height: 1.85;
  }

  .og-page-hero h1 {
    font-size: 32px;
  }

  .og-page-search {
    margin-top: 18px;
  }

  .og-gift-row {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 10px;
  }

  .og-gift-row .og-game-cover {
    width: 64px;
    height: 64px;
    align-self: start;
  }

  .og-gift-row > div {
    min-width: 0;
  }

  .og-gift-row img {
    width: 64px;
    height: 64px;
  }

  .og-gift-row h3 {
    font-size: 15px;
    line-height: 1.35;
  }

  .og-gift-row p {
    max-height: 38px;
    font-size: 12px;
    line-height: 1.55;
  }

  .og-gift-row aside {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .og-gift-detail-hero,
  .og-gift-detail-grid {
    grid-template-columns: 1fr;
  }

  .og-gift-detail-hero {
    min-height: 0;
    gap: 16px;
    padding: 18px;
  }

  .og-gift-detail-hero > img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .og-gift-detail-hero h1 {
    font-size: 30px;
  }

  .og-code-box {
    grid-template-columns: 1fr;
  }

  .og-article-list a {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 10px 12px;
  }

  .og-feature-card:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .og-feature-card:nth-child(2) {
    grid-column: auto;
  }

  .og-feature-card img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .og-game-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .og-game-card .og-game-cover {
    width: 96px;
    height: 96px;
    min-height: 96px;
  }

  .og-game-card img {
    width: 96px;
    height: 96px;
  }

  .og-home-main .og-game-card .og-game-cover,
  .og-home-main .og-game-card img {
    width: 96px;
    height: auto;
    min-height: 0;
    aspect-ratio: 17 / 23;
  }

  .og-game-card > div {
    min-width: 0;
  }

  .og-game-actions {
    gap: 5px;
  }

  .og-game-actions a {
    height: 28px;
    min-width: 72px;
    justify-content: center;
    padding: 0 9px;
    font-size: 12px;
    line-height: 28px;
  }

  .og-game-type-badge {
    top: 6px;
    right: 6px;
    height: 18px;
    padding: 0 6px;
    font-size: 10px;
  }

  .og-game-region-badge {
    right: 5px;
    bottom: 5px;
    height: 18px;
    padding: 0 6px;
    font-size: 10px;
  }

  .og-game-card h3,
  .og-gift-card h3 {
    font-size: 16px;
  }

  .og-game-card p {
    min-height: 40px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.55;
  }

  .og-tag-list-compact {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
  }

  .og-tag-list span {
    height: 18px;
    padding: 0 6px;
    font-size: 10px;
  }

  .og-server-live-list .og-server-live-card {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    grid-template-areas:
      "icon title heat"
      "icon server time"
      "icon bar bar";
    position: relative;
    gap: 3px 6px;
    min-height: 0;
    padding: 9px 8px;
  }

  .og-server-live-card img {
    width: 32px;
    height: 32px;
  }

  .og-server-live-card strong {
    padding-right: 0;
    font-size: 12px;
    line-height: 1.25;
  }

  .og-server-live-card .og-server-invite {
    flex: 0 1 auto;
    width: max-content;
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
    padding: 1px 5px;
    font-size: 9px;
  }

  .og-server-live-card > span {
    font-size: 11px;
    line-height: 1.3;
  }

  .og-server-live-card em {
    grid-area: time;
    display: flex;
    width: auto;
    overflow: visible;
    justify-self: end;
    font-size: 10px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .og-server-live-card mark {
    position: relative;
    top: 0;
    right: 0;
    width: 48px;
    height: 18px;
    justify-self: end;
    font-size: 10px;
  }

  .og-server-live-card mark span {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }

  .og-server-live-card b {
    margin-top: 2px;
  }

  .og-gift-card {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .og-gift-card a {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .og-shot-grid img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .og-account-badge {
    margin-top: 16px;
  }

  .og-account-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
  }

  .og-account-nav a {
    flex: 0 0 auto;
  }

  .og-mobile-cover img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .og-my-game-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .og-my-game-card img {
    width: 82px;
    height: 82px;
  }

  .og-modern-form {
    max-width: none;
  }

  .og-form-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .og-security-list article {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .og-security-list a {
    width: 100%;
  }

  .og-account-table {
    min-width: 560px;
  }

  .og-auth-page {
    min-height: 0;
    margin-top: -80px;
    padding: 108px 0 34px;
  }

  .og-auth-layout,
  .og-register-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .og-auth-copy h1 {
    font-size: 34px;
  }

  .og-auth-copy p {
    font-size: 14px;
  }

  .og-auth-points {
    gap: 7px;
    margin-top: 16px;
  }

  .og-auth-points span {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
  }

  .og-auth-card {
    padding: 18px;
  }

  .og-auth-head h2 {
    font-size: 24px;
  }

  .og-inline-field {
    grid-template-columns: 1fr;
  }

  .og-captcha-field {
    grid-template-columns: 1fr;
  }

  .og-captcha-img {
    width: 126px;
  }

  .og-agent-login > div {
    gap: 8px;
  }

  .og-agent-icon {
    width: 38px;
    height: 38px;
    border-radius: 7px;
  }

  .og-float-tools {
    right: 12px;
    bottom: 14px;
  }

  .og-float-tools button {
    width: 42px;
    height: 42px;
  }

  .og-float-qr span {
    right: 48px;
  }
}

@media screen and (max-width: 420px) {
  .og-game-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
  }

  .og-game-card .og-game-cover,
  .og-game-card img {
    width: 82px;
    height: 82px;
  }

  .og-home-main .og-game-card .og-game-cover,
  .og-home-main .og-game-card img {
    width: 82px;
    height: auto;
    min-height: 0;
    aspect-ratio: 17 / 23;
  }

  .og-game-card p {
    -webkit-line-clamp: 2;
  }

  .og-game-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .og-game-actions a {
    min-width: 0;
    width: 100%;
    padding: 0 6px;
    font-size: 11px;
  }

  .og-tag-list span {
    max-width: 100%;
  }
}
