.fca-player-store-stage {
  overflow-x: clip;
  padding: 0 0 80px;
  background: rgba(4, 5, 7, .88);
}

.fca-player-store-stage > .fca-player-dashboard,
.fca-player-store-stage > .fca-player-login,
.fca-player-store-stage > .fca-player-store-empty {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.fca-store-kicker {
  margin: 0 0 7px;
  color: #20c9d7;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.fca-store-notice {
  margin: 24px 0;
  padding: 13px 16px;
  border-left: 3px solid #20c9d7;
  background: #10161a;
  color: #e8ecef;
  font-size: 14px;
}

.fca-store-notice.is-error { border-color: #ef3b51; background: #1b0b0f; }
.fca-store-notice.is-success { border-color: #e4b744; background: #17140b; }

.fca-player-login {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr);
  min-height: 600px;
  border: 1px solid #303640;
  background: #07090c;
}

.fca-player-login-art {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 28px;
  overflow: hidden;
  padding: 56px;
  border-right: 1px solid #303640;
  background:
    linear-gradient(145deg, rgba(231, 45, 66, .24), transparent 43%),
    linear-gradient(325deg, rgba(26, 192, 211, .18), transparent 48%),
    #0a0c10;
}

.fca-player-login-art::before,
.fca-player-login-art::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.fca-player-login-art::after { inset: 34px; border-color: rgba(228,183,68,.16); }

.fca-player-login-art img {
  position: relative;
  z-index: 1;
  width: min(300px, 78%);
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.5));
}

.fca-player-login-art span {
  position: relative;
  z-index: 1;
  color: #cbd0d5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fca-player-login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 92px);
}

.fca-player-login-form h2,
.fca-player-section-head h2,
.fca-player-corner h2 {
  margin: 0;
  color: #fff;
  font-family: var(--fc-site-font, Impact, sans-serif);
  text-transform: uppercase;
}

.fca-player-login-form h2 { font-size: clamp(36px, 5vw, 62px); line-height: 1; }
.fca-player-login-form > p:not(.fca-store-kicker) { max-width: 52ch; margin: 17px 0 26px; color: #aeb5bd; }
.fca-player-login-form form { display: grid; gap: 18px; }
.fca-player-login-form label { display: grid; gap: 8px; color: #dce0e4; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.fca-player-login-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #3a414b;
  border-radius: 4px;
  background: #050609;
  color: #fff;
  font: inherit;
}
.fca-player-login-form input:focus { border-color: #20c9d7; outline: 3px solid rgba(32,201,215,.15); }
.fca-player-login-form > small { margin-top: 18px; color: #7f8791; font-size: 11px; line-height: 1.6; }

.fca-store-command,
.fca-player-logout {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 17px;
  border: 1px solid #e8bb47;
  border-radius: 4px;
  background: #e8bb47;
  color: #070707;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}
.fca-store-command:hover { background: #fff; border-color: #fff; }

.fca-player-dashboard { color: #d9dde1; }
.fca-player-corner {
  display: grid;
  grid-template-columns: minmax(300px, 1.4fr) minmax(180px, .55fr) minmax(260px, .8fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 168px;
  padding: 28px 0;
  border-bottom: 1px solid #303640;
}

.fca-player-identity { display: flex; align-items: center; gap: 17px; min-width: 0; }
.fca-player-current-avatar {
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid #e5b844;
  border-radius: 50%;
  background: #151a20;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
}
.fca-player-current-avatar img { width: 100%; height: 100%; object-fit: cover; }
.fca-player-corner h2 { overflow: hidden; font-size: 30px; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.fca-player-identity > div:last-child > span { display: block; margin-top: 6px; color: #929aa4; font-size: 12px; }
.fca-player-balance { display: grid; gap: 2px; padding-left: 22px; border-left: 3px solid #20c9d7; }
.fca-player-balance small, .fca-player-balance span { color: #858e99; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.fca-player-balance strong { color: #fff; font-family: var(--fc-site-font, Impact, sans-serif); font-size: 42px; line-height: 1; }
.fca-player-balance-value { display: flex; align-items: center; gap: 10px; min-height: 46px; }
.fca-cash-symbol { display: inline-grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border: 2px solid #f3cc5c; border-radius: 50%; background: #211a08; color: #f3cc5c; box-shadow: inset 0 0 0 3px #8b6919, 0 0 14px rgba(243, 204, 92, 0.18); font-family: Impact, sans-serif; font-size: 19px; line-height: 1; }
.fca-player-corner dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0; }
.fca-player-corner dl div { min-width: 0; }
.fca-player-corner dt { color: #7f8790; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.fca-player-corner dd { margin: 4px 0 0; color: #fff; font-size: 13px; }
.fca-player-logout { min-height: 42px; border-color: #3b424b; background: transparent; color: #dce0e3; }
.fca-player-logout:hover { border-color: #ed3a4e; color: #fff; }

.fca-player-dashboard-nav {
  position: sticky;
  z-index: 8;
  top: var(--fc-header, 72px);
  display: flex;
  min-height: 50px;
  margin: 0 calc((100vw - 100%) / -2);
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid #303640;
  background: rgba(7, 9, 12, .96);
  backdrop-filter: blur(12px);
}
.fca-player-dashboard-nav button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-right: 1px solid #292e36;
  border-radius: 0;
  background: transparent;
  color: #c6cbd1;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.fca-player-dashboard-nav button::after { content: ''; position: absolute; right: 20px; bottom: 0; left: 20px; height: 3px; background: transparent; }
.fca-player-dashboard-nav button:hover, .fca-player-dashboard-nav button:focus-visible { color: #20c9d7; }
.fca-player-dashboard-nav button[aria-selected="true"] { background: #10151a; color: #fff; }
.fca-player-dashboard-nav button[aria-selected="true"]::after { background: #20c9d7; }

.fca-player-catalog,
.fca-player-avatar-section,
.fca-player-history { padding: 62px 0 10px; scroll-margin-top: 120px; }
.fca-player-dashboard-panel { min-height: min(760px, 72vh); }
.fca-player-dashboard-panel[hidden] { display: none !important; }
.fca-player-section-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 24px; }
.fca-player-section-head h2 { font-size: clamp(28px, 4vw, 45px); line-height: 1; }
.fca-player-section-head p:not(.fca-store-kicker) { max-width: 66ch; margin: 9px 0 0; color: #929aa3; font-size: 14px; }
.fca-player-section-head > span { color: #e8bb47; font-size: 11px; font-weight: 900; text-transform: uppercase; }

.fca-store-policy-note { display: grid; grid-template-columns: 210px 1fr; gap: 20px; margin-bottom: 24px; padding: 14px 17px; border-left: 3px solid #e8bb47; background: #14120b; }
.fca-store-policy-note strong { color: #fff; font-size: 12px; text-transform: uppercase; }
.fca-store-policy-note span { color: #adb3ba; font-size: 12px; }

.fca-store-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 16px;
  align-items: center;
  margin: 26px 0 10px;
  padding: 12px;
  border: 1px solid #303640;
  border-radius: 6px;
  background: #090c10;
}
.fca-store-filters { display: flex; min-width: 0; overflow-x: auto; }
.fca-store-filters button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #303640;
  border-right: 0;
  border-radius: 0;
  background: #0e1217;
  color: #aab1ba;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.fca-store-filters button:first-child { border-radius: 4px 0 0 4px; }
.fca-store-filters button:last-child { border-right: 1px solid #303640; border-radius: 0 4px 4px 0; }
.fca-store-filters button span { margin-left: 5px; color: #6f7883; }
.fca-store-filters button:hover { color: #fff; }
.fca-store-filters button.is-active { border-color: #20c9d7; background: #123036; color: #fff; }
.fca-store-filters button.is-active + button { border-left-color: #20c9d7; }
.fca-store-filters button.is-active span { color: #63e2ec; }
.fca-store-search { position: relative; display: block; }
.fca-store-search .dashicons { position: absolute; z-index: 1; top: 50%; left: 13px; width: 18px; height: 18px; color: #78828d; transform: translateY(-50%); }
.fca-store-search input {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  padding: 0 14px 0 41px;
  border: 1px solid #3a424c;
  border-radius: 4px;
  background: #05070a;
  color: #fff;
  font: inherit;
  font-size: 12px;
}
.fca-store-search input:focus { border-color: #20c9d7; outline: 3px solid rgba(32,201,215,.13); }
.fca-store-results-line { display: flex; justify-content: space-between; align-items: center; min-height: 32px; margin-bottom: 9px; color: #7f8893; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.fca-store-results-line button { padding: 4px 0; border: 0; background: transparent; color: #20c9d7; font: inherit; font-size: 10px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.fca-store-filter-empty { border: 1px dashed #35404a; background: #090c10; }
.fca-store-load-more { display: block; min-width: 220px; min-height: 46px; margin: 24px auto 0; padding: 0 18px; border: 1px solid #e8bb47; border-radius: 4px; background: transparent; color: #fff; font: inherit; font-size: 11px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.fca-store-load-more:hover { background: #e8bb47; color: #08090b; }
.fca-store-load-more[hidden], .fca-player-store-item[hidden], .fca-store-filter-empty[hidden] { display: none !important; }

.fca-player-store-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.fca-player-store-item { display: grid; grid-template-columns: 108px minmax(0, 1fr); grid-template-rows: 1fr auto; min-height: 192px; overflow: hidden; border: 1px solid #303640; border-radius: 6px; background: #0b0e12; }
.fca-player-store-item:hover { border-color: #525c68; transform: translateY(-2px); transition: transform .18s ease, border-color .18s ease; }
.fca-player-store-art { grid-row: 1 / 3; display: grid; place-items: center; min-height: 190px; overflow: hidden; border-right: 1px solid #303640; background: #10151a; }
.fca-player-store-art img { width: 100%; height: 100%; object-fit: cover; }
.fca-player-store-art span { color: #e8bb47; font-size: 24px; font-weight: 950; }
.fca-player-store-copy { min-width: 0; padding: 18px 16px 10px; }
.fca-player-store-copy small { color: #20c9d7; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.fca-player-store-copy h3 { margin: 5px 0 7px; color: #fff; font-size: 17px; line-height: 1.15; }
.fca-player-store-copy p { margin: 0; color: #8f98a2; font-size: 12px; line-height: 1.45; }
.fca-player-store-copy strong { color: #e8bb47; }
.fca-drop-rewards { display: flex; flex-wrap: wrap; gap: 5px; }
.fca-drop-rewards span { display: inline-flex; padding: 4px 7px; border: 1px solid #5b4320; border-radius: 4px; background: #1b150d; color: #eac86f; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.fca-player-store-item.is-drops { border-color: #5b4320; background: linear-gradient(145deg, #15100b, #0b0e12 68%); }
.fca-player-store-item.is-drops .fca-player-store-art { background: radial-gradient(circle at 50% 40%, #6d331d, #0d1015 74%); }
.fca-player-store-buy { padding: 0 16px 16px; }
.fca-player-store-buy button,
.fca-player-avatar button {
  width: 100%;
  min-height: 42px;
  padding: 8px 11px;
  border: 1px solid #e8bb47;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.fca-player-store-buy button small { display: block; margin-top: 1px; color: #9ba2aa; font-size: 8px; text-transform: uppercase; }
.fca-player-store-buy button:hover:not(:disabled), .fca-player-avatar button:hover:not(:disabled) { background: #e8bb47; color: #090a0c; }
.fca-player-store-buy button:disabled, .fca-player-avatar button:disabled { border-color: #343a42; color: #727a84; cursor: not-allowed; }
.fca-player-store-buy button.is-busy, .fca-player-avatar button.is-busy { opacity: .62; cursor: wait; }
.fca-owned-label, .fca-unavailable-label { display: inline-flex; align-items: center; min-height: 36px; color: #20c9d7; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.fca-unavailable-label { color: #89919a; }

.fca-player-store-item.is-avatars,
.fca-player-store-item.is-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px;
  border-color: transparent;
  background: transparent;
  text-align: center;
}
.fca-player-store-item.is-avatars:hover,
.fca-player-store-item.is-avatar:hover { border-color: #303640; background: #0b0e12; }
.fca-player-store-item.is-avatars .fca-player-store-art,
.fca-player-store-item.is-avatar .fca-player-store-art {
  flex: 0 0 auto;
  width: min(138px, 76%);
  min-height: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid #3c4651;
  border-radius: 50%;
  background: #11161c;
  box-shadow: 0 16px 34px rgba(0,0,0,.3);
}
.fca-player-store-item.is-avatars .fca-player-store-art img,
.fca-player-store-item.is-avatar .fca-player-store-art img { object-fit: cover; }
.fca-player-store-item.is-avatars .fca-player-store-copy,
.fca-player-store-item.is-avatar .fca-player-store-copy { flex: 1 1 auto; padding: 14px 4px 10px; }
.fca-player-store-item.is-avatars .fca-player-store-buy,
.fca-player-store-item.is-avatar .fca-player-store-buy { width: 100%; box-sizing: border-box; padding: 0; }

.fca-emote-pack-card .fca-player-store-art { background: radial-gradient(circle at 50% 42%, #30213f, #0d1015 72%); }
.fca-emote-pack-card .fca-player-store-art img { object-fit: contain; padding: 8px; box-sizing: border-box; }
.fca-emote-pack-card .fca-player-store-art .dashicons { width: 52px; height: 52px; color: #b779d5; font-size: 52px; }

.fca-player-avatar-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.fca-player-avatar { min-width: 0; padding: 9px; border: 1px solid transparent; border-radius: 6px; background: transparent; text-align: center; }
.fca-player-avatar:hover { border-color: #303640; background: #0b0e12; }
.fca-player-avatar.is-active { border-color: transparent; background: transparent; }
.fca-player-avatar > div { position: relative; width: min(112px, 100%); aspect-ratio: 1; margin: 0 auto 11px; overflow: hidden; border: 2px solid #3a424c; border-radius: 50%; background: #151920; }
.fca-player-avatar.is-active > div { border-color: #e8bb47; box-shadow: 0 0 24px rgba(232,187,71,.2); }
.fca-player-avatar img { width: 100%; height: 100%; object-fit: cover; }
.fca-player-avatar > div span { position: absolute; inset: auto 0 0; padding: 4px; background: #e8bb47; color: #07080a; font-size: 8px; font-weight: 950; text-transform: uppercase; }
.fca-player-avatar h3 { min-height: 36px; margin: 0 0 10px; color: #fff; font-size: 13px; line-height: 1.25; }
.fca-player-avatar button { min-height: 38px; font-size: 10px; }

html.fca-emote-open,
body.fca-emote-open { overflow: hidden !important; }
.fca-emote-modal {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: max(22px, env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left));
  -webkit-overflow-scrolling: touch;
}
.fca-emote-modal[hidden] { display: none; }
.fca-emote-backdrop { position: fixed; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.84); cursor: default; }
.fca-emote-dialog { position: relative; width: min(900px, 100%); margin: 0 auto; overflow: visible; border: 1px solid #3d3048; border-radius: 6px; background: #080a0e; box-shadow: 0 32px 100px rgba(0,0,0,.8); }
.fca-emote-dialog > header { position: sticky; z-index: 2; top: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding: 22px 24px; border-bottom: 1px solid #332a3a; background: #080a0e; }
.fca-emote-dialog h2 { margin: 2px 0 7px; color: #fff; font-family: var(--fc-site-font, Impact, sans-serif); font-size: 30px; line-height: 1; text-transform: uppercase; }
.fca-emote-dialog header p:last-child { max-width: 650px; margin: 0; color: #9098a3; font-size: 12px; line-height: 1.5; }
.fca-emote-close { flex: 0 0 38px; width: 38px; height: 38px; padding: 0; border: 1px solid #4b4053; border-radius: 4px; background: transparent; color: #dce1e5; font: inherit; font-size: 24px; cursor: pointer; }
.fca-emote-close:hover { border-color: #b779d5; color: #fff; }
.fca-emote-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; padding: 24px; }
.fca-emote-tile { display: grid; min-width: 0; grid-template-rows: minmax(120px, 1fr) auto; gap: 9px; padding: 9px; border: 1px solid #312a38; border-radius: 6px; background: #0d1015; }
.fca-emote-tile > div { display: grid; min-height: 128px; place-items: center; overflow: hidden; background: #07090c; }
.fca-emote-tile img { display: block; width: 100%; height: 100%; max-height: 160px; object-fit: contain; }
.fca-emote-tile .dashicons { width: 42px; height: 42px; color: #b779d5; font-size: 42px; }
.fca-emote-tile button { min-height: 38px; padding: 6px 8px; border: 1px solid #e8bb47; border-radius: 4px; background: transparent; color: #fff; font: inherit; font-size: 10px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.fca-emote-tile button:hover:not(:disabled) { background: #e8bb47; color: #08090b; }
.fca-emote-tile .fca-owned-label,
.fca-emote-tile .fca-unavailable-label { justify-content: center; }

.fca-player-history-table { border: 1px solid #303640; background: #090b0e; }
.fca-player-history-head,
.fca-player-history-table article { display: grid; grid-template-columns: minmax(220px, 1.4fr) minmax(130px, .6fr) minmax(130px, .6fr) minmax(100px, .4fr); gap: 18px; align-items: center; min-height: 64px; padding: 0 18px; border-bottom: 1px solid #292f37; }
.fca-player-history-head { min-height: 40px; background: #101318; color: #818a95; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.fca-player-history-table article:last-of-type { border-bottom: 0; }
.fca-player-history-table article > span:first-child { display: grid; gap: 3px; }
.fca-player-history-table article > span:nth-child(2) { display: grid; gap: 3px; }
.fca-player-history-table article strong { color: #fff; font-size: 13px; }
.fca-player-history-table article small, .fca-player-history-table article time { color: #8b949d; font-size: 11px; }
.fca-history-source { display: inline-block; margin-right: 5px; padding: 2px 5px; border: 1px solid #27545a; border-radius: 3px; color: #20c9d7; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.fca-history-source.is-google_play { border-color: #5a4b22; color: #e8bb47; }
.fca-player-history-table article b { justify-self: start; color: #e8bb47; font-size: 10px; text-transform: uppercase; }
.fca-player-history-table article b.is-fulfilled { color: #20c9d7; }
.fca-player-history-table article b.is-failed { color: #ef3b51; }
.fca-player-history-empty, .fca-player-store-empty { padding: 32px; color: #949ca5; text-align: center; }
.fca-player-store-empty h2, .fca-player-store-empty h3 { margin-top: 0; color: #fff; }

.fca-checkout-open { overflow: hidden; }
.fca-checkout-modal { position: fixed; z-index: 10020; inset: 0; display: block; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 20px; -webkit-overflow-scrolling: touch; }
.fca-checkout-modal[hidden] { display: none; }
.fca-checkout-backdrop { position: fixed; inset: 0; width: 100%; border: 0; background: rgba(0, 0, 0, .78); cursor: default; }
.fca-checkout-dialog { position: relative; width: min(520px, 100%); max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px); margin: 0 auto; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; border: 1px solid #3a424c; border-radius: 6px; background: #080b0f; box-shadow: 0 30px 90px rgba(0,0,0,.75); color: #dce1e5; }
.fca-checkout-dialog header { position: sticky; z-index: 3; top: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 22px 24px 18px; border-bottom: 1px solid #2c333c; background: #080b0f; }
.fca-checkout-dialog h2 { margin: 0; color: #fff; font-family: var(--fc-site-font, Impact, sans-serif); font-size: 28px; line-height: 1; text-transform: uppercase; }
.fca-checkout-close { flex: 0 0 36px; width: 36px; height: 36px; padding: 0; border: 1px solid #3b434d; border-radius: 4px; background: transparent; color: #c8ced4; font: inherit; font-size: 23px; cursor: pointer; }
.fca-checkout-close:hover { border-color: #ef3b51; color: #fff; }
.fca-key-quantity { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 10px 18px; align-items: center; overflow: hidden; padding: 24px; border-bottom: 1px solid #3c3420; background: linear-gradient(110deg, #11100c, #090d12 62%); }
.fca-key-quantity::before { content: ""; position: absolute; width: 170px; height: 170px; right: -72px; top: -86px; border: 1px solid rgba(232,187,71,.22); border-radius: 50%; box-shadow: 0 0 0 16px rgba(232,187,71,.035), 0 0 0 34px rgba(32,201,215,.025); pointer-events: none; }
.fca-key-quantity[hidden] { display: none; }
.fca-key-quantity > span { position: relative; color: #e8bb47; font-size: 11px; font-weight: 950; text-transform: uppercase; }
.fca-key-quantity > div { position: relative; display: grid; grid-template-columns: 48px minmax(78px, auto) 48px; align-items: center; border: 1px solid #5b4b24; border-radius: 4px; background: #05070a; box-shadow: inset 0 0 22px rgba(232,187,71,.05); }
.fca-key-quantity button { display: grid; width: 48px; height: 48px; place-items: center; padding: 0; border: 0; background: transparent; color: #20c9d7; cursor: pointer; }
.fca-key-quantity button .dashicons { width: 21px; height: 21px; font-size: 21px; }
.fca-key-quantity button:hover:not(:disabled) { background: #153137; color: #fff; }
.fca-key-quantity button:disabled { color: #4d5660; cursor: not-allowed; }
.fca-key-quantity strong { min-width: 78px; color: #fff; font-family: var(--fc-site-font, Impact, sans-serif); font-size: 28px; line-height: 1; text-align: center; }
.fca-key-quantity small { position: relative; grid-column: 1 / -1; color: #8f98a2; font-size: 10px; }
.fca-checkout-dialog.is-key-purchase footer { border-top-color: #4b3d1e; background: #11100c; }
.fca-checkout-dialog.is-key-purchase footer button { min-width: 210px; }
.fca-checkout-price, .fca-checkout-saving { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 52px; margin: 0 24px; border-bottom: 1px solid #252b32; }
.fca-checkout-price span, .fca-checkout-saving span, .fca-checkout-dialog footer span { color: #8e97a1; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.fca-checkout-price strong { color: #fff; font-size: 15px; }
.fca-checkout-saving strong { color: #20c9d7; font-size: 15px; }
.fca-coupon-entry { padding: 20px 24px; border-bottom: 1px solid #252b32; }
.fca-coupon-entry label { display: block; margin-bottom: 8px; color: #cbd1d7; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.fca-coupon-entry > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.fca-coupon-entry input { min-width: 0; min-height: 44px; padding: 0 12px; border: 1px solid #3b434d; border-radius: 4px; background: #05070a; color: #fff; font: inherit; text-transform: uppercase; }
.fca-coupon-entry input:focus { border-color: #20c9d7; outline: 3px solid rgba(32,201,215,.13); }
.fca-coupon-entry button { min-width: 90px; padding: 0 15px; border: 1px solid #20c9d7; border-radius: 4px; background: transparent; color: #20c9d7; font: inherit; font-size: 10px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.fca-coupon-entry button:hover { background: #20c9d7; color: #050709; }
.fca-coupon-entry button:disabled { opacity: .6; cursor: wait; }
.fca-coupon-entry p { min-height: 18px; margin: 9px 0 0; color: #7f8993; font-size: 11px; }
.fca-coupon-entry p.is-valid { color: #20c9d7; }
.fca-coupon-entry p.is-error { color: #ef5b6c; }
.fca-checkout-dialog footer { position: sticky; z-index: 2; bottom: 0; display: grid; grid-template-columns: 1fr minmax(190px, auto); gap: 20px; align-items: center; padding: 22px 24px 24px; border-top: 1px solid #252b32; background: #0d1116; }
.fca-checkout-dialog footer > div { display: grid; gap: 4px; }
.fca-checkout-dialog footer strong { color: #e8bb47; font-size: 24px; }
.fca-checkout-dialog footer button { min-height: 46px; padding: 0 17px; border: 1px solid #e8bb47; border-radius: 4px; background: #e8bb47; color: #070809; font: inherit; font-size: 11px; font-weight: 950; text-transform: uppercase; cursor: pointer; }
.fca-checkout-dialog footer button:hover { border-color: #fff; background: #fff; }
.fca-checkout-dialog footer button:disabled { opacity: .62; cursor: wait; }

.fca-store-toast {
  position: fixed;
  z-index: 9999;
  right: 22px;
  bottom: 22px;
  max-width: min(390px, calc(100% - 32px));
  padding: 14px 16px;
  border: 1px solid #20c9d7;
  border-radius: 5px;
  background: #080b0e;
  color: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.5);
  font-size: 13px;
}
.fca-store-toast.is-error { border-color: #ef3b51; }
.fca-key-success { position: fixed; z-index: 10040; inset: 0; display: grid; place-items: center; pointer-events: none; background: rgba(0,0,0,.38); opacity: 0; transition: opacity .2s ease; }
.fca-key-success[hidden] { display: none; }
.fca-key-success.is-visible { opacity: 1; }
.fca-key-success > div { display: grid; min-width: min(360px, calc(100vw - 32px)); min-height: 190px; place-items: center; align-content: center; gap: 9px; border: 1px solid #e8bb47; border-radius: 6px; background: #080b0f; box-shadow: 0 26px 90px rgba(0,0,0,.8), 0 0 45px rgba(232,187,71,.2); transform: scale(.82); transition: transform .34s cubic-bezier(.2,.9,.25,1.2); }
.fca-key-success.is-visible > div { transform: scale(1); }
.fca-key-success .dashicons { width: 58px; height: 58px; color: #e8bb47; font-size: 58px; }
.fca-key-success strong { color: #fff; font-size: 22px; text-transform: uppercase; }
.fca-key-success small { color: #20c9d7; font-size: 11px; font-weight: 900; text-transform: uppercase; }

@media (max-width: 1080px) {
  .fca-player-corner { grid-template-columns: 1fr 180px auto; }
  .fca-player-corner dl { display: none; }
  .fca-player-store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fca-player-avatar-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fca-emote-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .fca-player-login { grid-template-columns: 1fr; }
  .fca-player-login-art { min-height: 260px; border-right: 0; border-bottom: 1px solid #303640; }
  .fca-player-login-art img { max-height: 190px; }
  .fca-player-corner { grid-template-columns: 1fr auto; }
  .fca-player-balance { grid-column: 1; grid-row: 2; }
  .fca-player-corner form { grid-column: 2; grid-row: 1 / 3; }
  .fca-player-avatar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fca-player-history-head { display: none; }
  .fca-player-history-table article { grid-template-columns: 1fr auto; gap: 7px 18px; padding: 14px; }
  .fca-player-history-table article > span:first-child { grid-column: 1; }
  .fca-player-history-table article > span:nth-child(2) { grid-column: 2; grid-row: 1; }
  .fca-player-history-table article time { grid-column: 1; }
  .fca-player-history-table article b { grid-column: 2; grid-row: 2; }
  .fca-store-tools { grid-template-columns: 1fr; }
  .fca-emote-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .fca-player-store-stage { padding-bottom: 52px; }
  .fca-player-store-stage > .fca-player-dashboard,
  .fca-player-store-stage > .fca-player-login,
  .fca-player-store-stage > .fca-player-store-empty { width: calc(100% - 28px); }
  .fca-player-login { min-height: 0; }
  .fca-player-login-art { min-height: 190px; padding: 32px; }
  .fca-player-login-art::before { inset: 12px; }
  .fca-player-login-art::after { inset: 20px; }
  .fca-player-login-art img { max-height: 120px; }
  .fca-player-login-art span { font-size: 9px; }
  .fca-player-login-form { padding: 34px 22px 38px; }
  .fca-player-login-form h2 { font-size: 38px; }
  .fca-player-corner { gap: 18px 10px; min-height: 0; padding: 24px 0; }
  .fca-player-current-avatar { flex-basis: 60px; width: 60px; height: 60px; }
  .fca-player-corner h2 { max-width: 42vw; font-size: 22px; }
  .fca-player-identity > div:last-child > span { max-width: 48vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .fca-player-balance strong { font-size: 34px; }
  .fca-player-logout { min-height: 38px; padding: 0 11px; font-size: 10px; }
  .fca-player-dashboard-nav { top: 66px; margin: 0 -14px; padding: 0; overflow-x: auto; }
  .fca-player-dashboard-nav button { flex: 0 0 auto; padding: 0 15px; }
  .fca-player-dashboard-nav button::after { right: 13px; left: 13px; }
  .fca-player-catalog, .fca-player-avatar-section, .fca-player-history { padding-top: 42px; }
  .fca-player-section-head { align-items: flex-start; }
  .fca-player-section-head > span { display: none; }
  .fca-player-section-head h2 { font-size: 31px; }
  .fca-store-policy-note { grid-template-columns: 1fr; gap: 6px; }
  .fca-store-tools { margin-top: 20px; padding: 9px; }
  .fca-store-search { grid-row: 1; }
  .fca-store-filters { grid-row: 2; }
  .fca-store-filters button { min-height: 40px; padding: 0 12px; }
  .fca-player-store-grid { grid-template-columns: 1fr; }
  .fca-player-store-item { grid-template-columns: 96px minmax(0, 1fr); min-height: 175px; }
  .fca-player-store-art { min-height: 173px; }
  .fca-player-avatar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fca-player-avatar { padding: 10px; }
  .fca-emote-modal { padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); }
  .fca-emote-dialog > header { padding: 18px; }
  .fca-emote-dialog h2 { font-size: 25px; }
  .fca-emote-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 14px; }
  .fca-emote-tile > div { min-height: 110px; }
  .fca-player-history-table article { grid-template-columns: minmax(0, 1fr) auto; }
  .fca-checkout-modal { padding: 10px; }
  .fca-checkout-dialog { max-height: calc(100vh - 20px); max-height: calc(100dvh - 20px); }
  .fca-checkout-dialog header, .fca-coupon-entry, .fca-checkout-dialog footer, .fca-key-quantity { padding-left: 17px; padding-right: 17px; }
  .fca-checkout-price, .fca-checkout-saving { margin: 0 17px; }
  .fca-checkout-dialog footer { grid-template-columns: 1fr; gap: 14px; }
  .fca-checkout-dialog footer button { width: 100%; }
  .fca-store-toast { right: 16px; bottom: 16px; }
}

@media (max-width: 460px) {
  .fca-coupon-entry > div { grid-template-columns: 1fr; }
  .fca-coupon-entry button { width: 100%; min-height: 42px; }
  .fca-checkout-dialog h2 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .fca-player-store-item:hover { transform: none; }
  .fca-key-success, .fca-key-success > div { transition: none; }
}
