@font-face {
  font-family: "Aloha Pixel";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/press-start-2p-cyrillic-400-normal.woff2") format("woff2");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Aloha Pixel";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/press-start-2p-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --ink: #11100e;
  --ink-soft: #1a1815;
  --surface: #f3f0e8;
  --paper: #fffdf7;
  --muted: #8b877d;
  --line: rgba(17, 16, 14, .13);
  --sun: #ffc92f;
  --orange: #ff7418;
  --ember: #e94e12;
  --lime: #c7e94c;
  --success: #6ee7a5;
  --danger: #ff6b5e;
  --radius: 22px;
  --shadow: 0 28px 80px rgba(17, 16, 14, .16);
  --font-game: "Aloha Pixel", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
.ambient { position: fixed; border-radius: 999px; filter: blur(4px); pointer-events: none; }
.ambient-one { width: 420px; height: 420px; right: -170px; top: -180px; background: rgba(255, 201, 47, .28); }
.ambient-two { width: 260px; height: 260px; left: 8%; bottom: -180px; background: rgba(255, 116, 24, .16); }

.site-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--sun), var(--orange));
  font-size: 20px;
  font-weight: 950;
  box-shadow: 0 9px 24px rgba(255, 116, 24, .22);
  transform: rotate(-4deg);
}
.brand-name { font-size: 18px; font-weight: 900; letter-spacing: .08em; }
.brand-name span { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.main-nav > a:first-child { color: #666259; }
.main-nav a { transition: opacity .2s ease, transform .2s ease; }
.main-nav a:hover { opacity: .68; }
.cabinet-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.36);
}
.cabinet-link span { font-size: 15px; }

.hero {
  min-height: calc(100vh - 178px);
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(360px, .87fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  padding-block: 58px 64px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  color: #6e695f;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow > span { width: 29px; height: 2px; background: var(--orange); }
.hero h1, .login-intro h1, .dashboard-top h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(52px, 6.25vw, 94px);
  line-height: .95;
  letter-spacing: -.065em;
  font-weight: 890;
}
.hero h1 em, .login-intro h1 em, .dashboard-top h1 em {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
.hero-lead {
  max-width: 600px;
  margin: 30px 0 36px;
  color: #656158;
  font-size: 17px;
  line-height: 1.65;
}
.play-row { display: flex; align-items: center; gap: 24px; }
.play-button {
  min-width: 255px;
  padding: 15px 20px;
  border: 0;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--paper);
  background: var(--ink);
  cursor: pointer;
  box-shadow: 0 20px 38px rgba(17,16,14,.18);
  transition: transform .22s ease, box-shadow .22s ease;
  text-align: left;
}
.play-button:hover { transform: translateY(-3px); box-shadow: 0 25px 48px rgba(17,16,14,.24); }
.play-button:active { transform: translateY(0); }
.play-icon { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 13px; color: var(--ink); background: linear-gradient(135deg, var(--sun), var(--orange)); font-size: 12px; }
.play-button b, .play-button small { display: block; }
.play-button b { font-size: 14px; letter-spacing: .01em; }
.play-button small { margin-top: 4px; color: rgba(255,255,255,.51); font-size: 10px; }
.server-meta { min-width: 190px; }
.status-line { display: flex; align-items: center; gap: 8px; color: #5f5b53; font-size: 12px; font-weight: 750; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #bbb6aa; box-shadow: 0 0 0 5px rgba(187,182,170,.12); }
.status-dot.online { background: #4acb7a; box-shadow: 0 0 0 5px rgba(74,203,122,.12); }
.status-dot.offline { background: var(--danger); box-shadow: 0 0 0 5px rgba(255,107,94,.11); }
.ip-address { margin-top: 10px; padding: 0; border: 0; background: transparent; font-weight: 900; font-size: 15px; cursor: pointer; }
.ip-address span { margin-left: 6px; color: #aaa59b; font-size: 9px; }
.copy-notice { height: 18px; margin: 12px 0 0 3px; color: var(--orange); font-size: 11px; font-weight: 750; }

.world-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
  color: var(--paper);
  background: linear-gradient(155deg, #22201b 0%, #131210 58%, #0a0a09 100%);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.world-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 60% 48%, rgba(255,116,24,.17), transparent 30%), linear-gradient(120deg, transparent 50%, rgba(255,255,255,.025));
}
.world-card-top { position: absolute; top: 28px; left: 30px; right: 30px; display: flex; justify-content: space-between; color: rgba(255,255,255,.39); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.sun {
  position: absolute;
  width: 205px;
  height: 205px;
  left: 50%;
  top: 94px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffe65f, var(--sun) 50%, var(--orange));
  box-shadow: 0 0 90px rgba(255,149,30,.25);
}
.sun::after { content: ""; position: absolute; inset: 49% 0 auto; height: 2px; background: rgba(17,16,14,.13); box-shadow: 0 17px rgba(17,16,14,.1), 0 34px rgba(17,16,14,.08); }
.island { position: absolute; width: 310px; height: 220px; left: 50%; top: 210px; transform: translateX(-50%); }
.island-layer { position: absolute; left: 50%; transform: translateX(-50%) rotate(-2deg); border-radius: 50%; }
.layer-one { width: 275px; height: 72px; bottom: 36px; background: #171612; box-shadow: inset 0 10px 0 #29251a; }
.layer-two { width: 220px; height: 70px; bottom: 12px; background: #0c0c0a; clip-path: polygon(0 0,100% 0,82% 100%,20% 91%); }
.layer-three { width: 130px; height: 38px; bottom: 0; background: #070706; }
.palm-trunk { position: absolute; width: 15px; height: 142px; left: 51%; bottom: 80px; background: #171612; transform: rotate(9deg); border-radius: 12px; }
.palm-leaf { position: absolute; width: 105px; height: 29px; left: 50%; top: -3px; transform-origin: left center; border-radius: 100% 0; background: #171612; }
.leaf-one { transform: rotate(-16deg); }
.leaf-two { transform: rotate(-56deg) scale(.9); }
.leaf-three { transform: rotate(174deg); }
.leaf-four { transform: rotate(218deg) scale(.82); }
.world-card-bottom { position: absolute; left: 30px; right: 30px; bottom: 26px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(255,255,255,.13); padding-top: 20px; }
.world-card-bottom strong { color: var(--sun); font: 500 48px/1 Georgia, serif; }
.world-card-bottom p { margin: 0; text-align: right; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; }
.home-footer { height: 74px; display: flex; align-items: center; gap: 18px; position: relative; z-index: 2; border-top: 1px solid var(--line); color: #918c81; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.home-footer a { color: inherit; text-decoration: none; }
.home-footer a:hover { color: var(--ink); }
.footer-rule { width: 32px; height: 1px; background: #bdb7aa; }

/* Cabinet */
.cabinet-page { background: #f5f2ea; }
.cabinet-header { height: 86px; }
.header-status { display: flex; align-items: center; gap: 10px; margin-left: auto; margin-right: 28px; color: #777268; font-size: 11px; font-weight: 750; }
.back-home, .logout-button { border: 0; background: transparent; color: #666157; font-size: 12px; font-weight: 800; cursor: pointer; }
.cabinet-main { position: relative; z-index: 2; padding-block: 64px 100px; }
.login-layout { min-height: calc(100vh - 250px); display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: clamp(60px, 10vw, 145px); align-items: center; }
.login-intro h1 { font-size: clamp(48px, 5.4vw, 78px); }
.login-intro > p { max-width: 580px; margin: 29px 0; color: #6d685e; font-size: 16px; line-height: 1.7; }
.security-note { max-width: 480px; display: flex; align-items: flex-start; gap: 14px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); color: #767066; }
.security-note > span { color: var(--orange); font-size: 13px; }
.security-note p { margin: 0; font-size: 11px; line-height: 1.6; }
.security-note strong { color: var(--ink); font-size: 12px; }
.login-card { padding: 36px; border: 1px solid rgba(17,16,14,.08); border-radius: 28px; background: rgba(255,253,247,.82); box-shadow: 0 25px 70px rgba(26,23,18,.1); backdrop-filter: blur(18px); }
.card-index { margin-bottom: 36px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.login-card label { display: block; margin: 20px 0 9px; color: #706b61; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.login-card input { width: 100%; height: 55px; border: 1px solid var(--line); border-radius: 14px; outline: none; background: rgba(255,255,255,.7); padding: 0 16px; font-size: 14px; transition: border .2s, box-shadow .2s; }
.login-card input:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,116,24,.09); }
.password-field { position: relative; }
.password-field input { padding-right: 84px; }
.password-field button { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); border: 0; background: transparent; color: #8a857c; font-size: 10px; font-weight: 800; cursor: pointer; }
.form-error { min-height: 18px; margin: 12px 0 2px; color: #d94c3f; font-size: 11px; font-weight: 700; }
.primary-action { width: 100%; height: 56px; border: 0; border-radius: 14px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: white; background: var(--ink); font-size: 13px; font-weight: 850; cursor: pointer; transition: transform .2s, opacity .2s; }
.primary-action:hover { transform: translateY(-2px); }
.primary-action:disabled { opacity: .55; cursor: wait; transform: none; }
.primary-action b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--ink); background: var(--sun); }
.form-hint { margin: 19px 0 0; text-align: center; color: #999389; font-size: 10px; }
.form-hint code { color: #69645b; background: #ebe7dd; padding: 3px 5px; border-radius: 5px; }

.dashboard-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; }
.dashboard-top h1 { font-size: clamp(44px, 5vw, 72px); }
.logout-button { padding: 10px 0; }
.profile-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr); gap: 18px; }
.player-card, .balance-card { min-height: 205px; border-radius: 25px; }
.player-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 30px; color: white; background: linear-gradient(135deg, #1d1b17, #0d0d0b); box-shadow: 0 25px 60px rgba(17,16,14,.15); }
.player-avatar { position: relative; width: 104px; height: 104px; overflow: hidden; flex: none; border-radius: 24px; background: linear-gradient(145deg, var(--sun), var(--orange)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); image-rendering: pixelated; }
.skin-face { position: absolute; inset: 0; overflow: hidden; }
.skin-face img { position: absolute; top: -100%; width: 800%; max-width: none; height: auto; image-rendering: pixelated; }
.skin-face-base img { left: -100%; }
.skin-face-overlay img { left: -500%; }
.default-head { width: 100%; height: 100%; display: block; object-fit: cover; image-rendering: pixelated; }
.online-badge { color: var(--success); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.online-badge.offline { color: #aaa49a; }
.player-identity h2 { margin: 9px 0 6px; font-size: 28px; letter-spacing: -.03em; }
.player-identity p { margin: 0; color: rgba(255,255,255,.34); font-family: ui-monospace, monospace; font-size: 9px; }
.player-rank { align-self: stretch; min-width: 120px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.1); }
.player-rank span { color: rgba(255,255,255,.4); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.player-rank strong { color: var(--sun); font: 500 23px/1 Georgia, serif; }
.balance-card { padding: 28px; color: var(--ink); background: linear-gradient(145deg, #ffdc51, var(--sun) 55%, #ff9f24); }
.balance-label { font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.balance-card > div { margin-top: 13px; display: flex; align-items: baseline; gap: 8px; }
.balance-card strong { font-size: 42px; letter-spacing: -.05em; }
.balance-card b { font-size: 15px; }
.balance-card p { margin: 0; font-size: 10px; opacity: .63; }
.balance-card button { width: 100%; height: 36px; margin-top: 20px; border: 1px solid rgba(17,16,14,.13); border-radius: 10px; background: rgba(255,255,255,.38); font-size: 9px; font-weight: 850; cursor: pointer; }
.balance-card button:disabled { opacity: .58; cursor: not-allowed; }
.store-section { margin-top: 76px; }
.store-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.store-heading > div { display: flex; align-items: baseline; gap: 14px; }
.section-number { color: var(--orange); font: 500 15px/1 Georgia, serif; }
.store-heading h2 { margin: 0; font-size: 38px; letter-spacing: -.04em; }
.store-heading p { max-width: 440px; margin: 0; color: #7d786e; text-align: right; font-size: 11px; line-height: 1.5; }
.category-tabs { margin: 28px 0 22px; display: flex; gap: 8px; padding-bottom: 18px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.category-tabs button { flex: none; padding: 10px 16px; border: 0; border-radius: 999px; color: #7c776e; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.category-tabs button.active { color: white; background: var(--ink); }
.category-tabs span { margin-left: 5px; color: var(--orange); font-size: 7px; text-transform: uppercase; }
.products-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.product-card { min-height: 280px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,247,.72); transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(26,23,18,.09); }
.product-accent { height: 6px; background: var(--product-color); }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 21px 19px 18px; }
.product-tier { color: #999389; font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.product-card h3 { margin: 11px 0 8px; color: var(--product-color); font: 500 25px/1 Georgia, serif; }
.product-description { min-height: 45px; margin: 0; color: #777268; font-size: 10px; line-height: 1.5; }
.product-features { margin: 16px 0 20px; padding: 14px 0 0; border-top: 1px solid var(--line); list-style: none; color: #5e5a52; font-size: 9px; line-height: 1.8; }
.product-features li::before { content: "•"; margin-right: 7px; color: var(--product-color); }
.product-price { margin-top: auto; display: flex; align-items: baseline; gap: 5px; }
.product-price strong { font-size: 23px; letter-spacing: -.04em; }
.product-price span { color: #888278; font-size: 10px; font-weight: 800; }
.buy-button { width: 100%; height: 37px; margin-top: 13px; border: 0; border-radius: 10px; color: white; background: var(--ink); font-size: 9px; font-weight: 850; cursor: pointer; }
.buy-button:disabled { color: #8c867c; background: #e8e4da; cursor: not-allowed; }
.coming-soon { min-height: 280px; padding: 65px 30px; border: 1px dashed #c6c0b4; border-radius: 20px; text-align: center; background: rgba(255,255,255,.3); }
.coming-soon span { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.coming-soon h3 { margin: 15px 0 8px; font: 500 30px/1.1 Georgia, serif; }
.coming-soon p { max-width: 500px; margin: auto; color: #837d73; font-size: 11px; line-height: 1.6; }

.purchase-dialog { width: min(460px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: 0 40px 120px rgba(0,0,0,.28); }
.purchase-dialog::backdrop { background: rgba(14,13,11,.62); backdrop-filter: blur(6px); }
.purchase-dialog form { position: relative; padding: 36px; }
.dialog-close { position: absolute; top: 17px; right: 17px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: #eeeae0; cursor: pointer; }
.dialog-label { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.purchase-dialog h2 { margin: 15px 0 10px; font: 500 40px/1 Georgia, serif; }
.purchase-dialog p { color: #767168; font-size: 12px; line-height: 1.65; }
.purchase-dialog .term-prompt { margin: 20px 0 10px; color: #4f4a42; font-weight: 750; }
.term-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.term-option { min-height: 68px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; color: #706a60; background: rgba(255,255,255,.45); cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.term-option:hover { transform: translateY(-1px); border-color: #bbb3a5; }
.term-option.selected { border-color: var(--orange); color: var(--ink); background: rgba(255,185,45,.16); box-shadow: inset 0 0 0 1px var(--orange); }
.term-option span { font-family: var(--font-game); font-size: 7px; line-height: 1.45; text-align: left; }
.term-option strong { font-size: 12px; }
.dialog-actions { display: grid; grid-template-columns: 1fr 1.5fr; gap: 9px; margin-top: 26px; }
.secondary-action { border: 1px solid var(--line); border-radius: 14px; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.primary-action.compact { height: 48px; }
.topup-dialog h2 { margin-bottom: 16px; }
.topup-label { display: block; margin: 22px 0 9px; color: #5f594f; font-family: var(--font-game); font-size: 8px; }
.topup-amount-field { height: 62px; display: flex; align-items: center; padding: 0 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.55); }
.topup-amount-field:focus-within { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,116,24,.09); }
.topup-amount-field input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 25px; font-weight: 850; }
.topup-amount-field span { color: #777168; font-family: var(--font-game); font-size: 10px; }
.payment-method { display: flex; align-items: center; gap: 12px; margin: 14px 0 20px; padding: 13px 15px; border-radius: 13px; background: #eeeae0; }
.payment-method > span { color: var(--orange); }
.payment-method div { display: flex; flex-direction: column; gap: 4px; }
.payment-method strong { font-size: 11px; }
.payment-method small { color: #777168; font-size: 9px; }
.topup-safety { margin: 12px 0 0 !important; text-align: center; font-size: 9px !important; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 50; transform: translate(-50%, 20px); padding: 12px 18px; border-radius: 999px; color: white; background: var(--ink); box-shadow: var(--shadow); font-size: 11px; font-weight: 750; opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.brand-name, .main-nav, .eyebrow, .play-button, .status-line, .ip-address,
.world-card-top, .home-footer, .header-status, .back-home, .logout-button,
.card-index, .login-card label, .password-field button, .primary-action,
.online-badge, .player-rank span, .balance-label,
.product-tier, .category-tabs button, .dialog-label, .secondary-action {
  font-family: var(--font-game);
  font-weight: 400;
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .72fr; gap: 40px; }
  .world-card { min-height: 470px; }
  .play-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 680px); }
  .site-header { height: 80px; }
  .main-nav > a:first-child, .header-status { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 50px; }
  .hero h1 { font-size: clamp(50px, 13vw, 78px); }
  .hero-lead { font-size: 15px; }
  .world-card { min-height: 450px; }
  .home-footer { margin-top: 18px; }
  .login-layout { grid-template-columns: 1fr; gap: 46px; padding-top: 10px; }
  .login-card { max-width: 520px; width: 100%; }
  .profile-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .store-heading { align-items: flex-start; flex-direction: column; }
  .store-heading p { text-align: left; }
}
@media (max-width: 540px) {
  .shell { width: calc(100% - 28px); }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 16px; }
  .cabinet-link { padding: 10px 13px; font-size: 10px; }
  .cabinet-link span { display: none; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 48px; }
  .play-button { width: 100%; min-width: 0; }
  .world-card { min-height: 390px; border-radius: 25px; }
  .sun { width: 170px; height: 170px; top: 80px; }
  .island { top: 175px; transform: translateX(-50%) scale(.88); }
  .home-footer > span:last-child { display: none; }
  .cabinet-main { padding-block: 42px 70px; }
  .back-home { font-size: 10px; }
  .login-intro h1 { font-size: 45px; }
  .login-card { padding: 27px 21px; border-radius: 22px; }
  .dashboard-top { align-items: flex-start; gap: 20px; }
  .dashboard-top h1 { font-size: 43px; }
  .player-card { grid-template-columns: auto 1fr; padding: 22px; }
  .player-avatar { width: 74px; height: 74px; border-radius: 18px; font-size: 30px; }
  .player-rank { grid-column: 1 / -1; min-height: 48px; align-self: auto; align-items: center; flex-direction: row; padding: 16px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .player-identity h2 { font-size: 23px; }
  .player-identity p { max-width: 190px; overflow: hidden; text-overflow: ellipsis; }
  .store-section { margin-top: 55px; }
  .products-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 255px; }
  .dialog-actions { grid-template-columns: 1fr; }
  .secondary-action { height: 44px; order: 2; }
  .term-options { grid-template-columns: 1fr; }
  .term-option { min-height: 54px; flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* 0.34.5 · compact honor leaderboard with live Minecraft heads. */
.honor-top-five {
  position: absolute;
  z-index: 6;
  top: clamp(72px, 11%, 98px);
  right: 1%;
  width: min(334px, 78%);
  margin: 0;
  padding: 15px 14px 12px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(39, 181, 164, .3);
  border-radius: 24px;
  background:
    radial-gradient(circle at 4% -8%, rgba(69, 218, 202, .24), transparent 38%),
    radial-gradient(circle at 106% 106%, rgba(255, 184, 58, .2), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 252, .93), rgba(249, 247, 235, .83));
  box-shadow: 0 22px 58px rgba(25, 74, 68, .17), inset 0 1px rgba(255, 255, 255, .9);
  backdrop-filter: blur(22px) saturate(1.16);
}
.honor-top-five::before { position: absolute; z-index: -1; top: -45px; right: -35px; width: 118px; height: 118px; border: 17px solid rgba(28, 161, 148, .055); border-radius: 50%; content: ""; }
.home-page .island-scene .scene-label-top { right: auto; left: 1%; }
.honor-top-heading { position: relative; display: flex; min-height: 42px; align-items: center; gap: 9px; margin-bottom: 4px; padding: 0 2px 11px; border-bottom: 1px solid rgba(34, 126, 116, .12); }
.honor-top-mark { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(22, 142, 131, .2); border-radius: 9px; color: #117f76; background: linear-gradient(145deg, rgba(88, 222, 207, .22), rgba(255, 212, 95, .18)); box-shadow: inset 0 1px rgba(255,255,255,.7); font: 400 13px/1 var(--font-game); }
.honor-top-heading h2 { min-width: 0; flex: 1; margin: 0; color: #183e3a; font: 400 12px/1.25 var(--font-game); letter-spacing: -.02em; white-space: nowrap; }
.honor-top-count { flex: 0 0 auto; padding: 7px 8px 6px; border: 1px solid rgba(218, 127, 38, .19); border-radius: 999px; color: #b45e22; background: rgba(255, 188, 81, .14); font: 400 7px/1 var(--font-game); letter-spacing: .04em; white-space: nowrap; }
.honor-top-list { position: relative; display: grid; grid-template-columns: 1fr; gap: 0; margin: 0; padding: 0; list-style: none; }
.honor-top-card { min-width: 0; }
.honor-top-card > a {
  min-height: 52px;
  display: grid;
  grid-template-columns: 24px 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 5px 4px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(38, 125, 117, .1);
  border-radius: 10px;
  color: #182522;
  background: transparent;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.honor-top-card:last-child > a { border-bottom-color: transparent; }
.honor-top-card > a:hover { transform: translateX(-2px); background: rgba(255, 255, 255, .54); box-shadow: 0 9px 22px rgba(34, 98, 91, .08); }
.honor-top-card.honor-place-1 > a { background: linear-gradient(90deg, rgba(255, 225, 139, .22), transparent 86%); }
.honor-top-place { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(76, 88, 83, .11); border-radius: 50%; color: #91867b; background: rgba(255,255,255,.46); font: 400 7px/1 var(--font-game); text-align: center; }
.honor-place-1 .honor-top-place { border-color: rgba(221, 150, 31, .36); color: #a9620d; background: linear-gradient(145deg, #fff1a7, #ffc75d); box-shadow: 0 5px 13px rgba(202, 130, 23, .22); }
.honor-place-2 .honor-top-place { border-color: rgba(121, 139, 146, .25); color: #67777d; background: linear-gradient(145deg, #f4f8f7, #cbd6d6); }
.honor-place-3 .honor-top-place { border-color: rgba(177, 102, 53, .25); color: #92542e; background: linear-gradient(145deg, #f5cfac, #d99461); }
.honor-top-avatar { position: relative; width: 38px; height: 38px; display: grid; place-items: center; overflow: hidden; border: 2px solid rgba(255,255,255,.82); border-radius: 10px; color: #073a36; background: linear-gradient(145deg, #62dfd0, #d2f275); box-shadow: 0 7px 16px rgba(27, 83, 77, .18); font: 400 8px/1 var(--font-game); background-position: center; background-size: cover; image-rendering: pixelated; }
.honor-place-1 .honor-top-avatar { width: 40px; height: 40px; margin: -1px; border-color: rgba(255, 226, 133, .92); box-shadow: 0 8px 18px rgba(190, 123, 24, .24); }
.honor-top-avatar.has-image { color: transparent; }
.honor-top-avatar.has-skin { background-image: none; }
.honor-top-custom-avatar { width: 100%; height: 100%; max-width: none; object-fit: cover; image-rendering: auto; }
.honor-top-default-head { width: 100%; height: 100%; max-width: none; display: block; object-fit: cover; image-rendering: pixelated; }
.honor-top-identity { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.honor-top-identity strong { overflow: hidden; color: inherit; font-size: 11px; letter-spacing: .01em; text-overflow: ellipsis; white-space: nowrap; }
.honor-top-identity small { overflow: hidden; color: #655f58; font-size: 8.5px !important; text-overflow: ellipsis; white-space: nowrap; }
.honor-top-meta b { font: inherit; }
.honor-top-honor.is-positive { color: #0b766d; }
.honor-top-honor.is-negative { color: #bc3e50; }
.honor-top-score { min-width: 54px; display: flex; align-items: flex-end; flex-direction: column; gap: 4px; color: #243f3b; text-align: right; }
.honor-top-score b { font: 400 10px/1 var(--font-game); }
.honor-top-score small { color: #716a61; font: 400 7px/1 var(--font-game); letter-spacing: .1em; }
.honor-top-card.is-loading { min-height: 52px; border-bottom: 1px solid rgba(38, 125, 117, .08); border-radius: 10px; background: linear-gradient(100deg, rgba(255,255,255,.24) 20%, rgba(255,255,255,.7) 40%, rgba(255,255,255,.24) 60%); background-size: 220% 100%; animation: honor-top-shimmer 1.25s ease-in-out infinite; }
.honor-top-empty { margin: 6px 0 0; padding: 10px; border-radius: 12px; color: #7c756b; background: rgba(255,255,255,.54); text-align: center; font-size: 8px; }
.home-page .honor-top-identity small { font-size: 8.5px !important; }
.home-page .honor-top-empty { font-size: 8px; }
@keyframes honor-top-shimmer { to { background-position-x: -220%; } }

html[data-theme="night"] .honor-top-five {
  border-color: rgba(80, 224, 210, .22);
  color: #edfafa;
  background: radial-gradient(circle at 0 0, rgba(45, 214, 196, .2), transparent 30%), radial-gradient(circle at 100% 100%, rgba(176, 87, 222, .15), transparent 34%), rgba(7, 29, 43, .88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32), inset 0 1px rgba(255,255,255,.05);
}
html[data-theme="night"] .honor-top-heading { border-bottom-color: rgba(89, 220, 207, .13); }
html[data-theme="night"] .honor-top-mark { border-color: rgba(89, 220, 207, .2); color: #68ded1; background: linear-gradient(145deg, rgba(50, 196, 181, .18), rgba(189, 99, 226, .13)); box-shadow: inset 0 1px rgba(255,255,255,.06); }
html[data-theme="night"] .honor-top-heading h2 { color: #eefafa; }
html[data-theme="night"] .honor-top-count { border-color: rgba(255, 179, 83, .24); color: #ffc06d; background: rgba(198, 112, 38, .13); }
html[data-theme="night"] .honor-top-card > a { border-bottom-color: rgba(89, 220, 207, .1); color: #eefafa; }
html[data-theme="night"] .honor-top-card:last-child > a { border-bottom-color: transparent; }
html[data-theme="night"] .honor-top-card > a:hover { background: rgba(24, 65, 77, .58); }
html[data-theme="night"] .honor-top-card.honor-place-1 > a { background: linear-gradient(90deg, rgba(172, 119, 35, .2), transparent 86%); }
html[data-theme="night"] .honor-top-identity small { color: #aac0c7; }
html[data-theme="night"] .honor-top-honor.is-positive { color: #45cbbc; }
html[data-theme="night"] .honor-top-honor.is-negative { color: #f47784; }
html[data-theme="night"] .honor-top-score { color: #e9fbf9; }
html[data-theme="night"] .honor-top-score small { color: #91aab3; }
html[data-theme="night"] .honor-top-place { border-color: rgba(126, 169, 174, .14); color: #91aeb7; background: rgba(7,29,43,.48); }
html[data-theme="night"] .honor-place-1 .honor-top-place { border-color: rgba(255, 209, 98, .48); color: #744509; background: linear-gradient(145deg, #fff1a7, #ffc75d); box-shadow: 0 5px 13px rgba(202, 130, 23, .26); }
html[data-theme="night"] .honor-place-2 .honor-top-place { border-color: rgba(211, 225, 226, .34); color: #526267; background: linear-gradient(145deg, #f4f8f7, #cbd6d6); }
html[data-theme="night"] .honor-place-3 .honor-top-place { border-color: rgba(236, 163, 111, .36); color: #743d20; background: linear-gradient(145deg, #f5cfac, #d99461); }
html[data-theme="night"] .honor-top-card.is-loading { background: linear-gradient(100deg, rgba(14,48,62,.5) 20%, rgba(39,81,91,.7) 40%, rgba(14,48,62,.5) 60%); background-size: 220% 100%; }
html[data-theme="night"] .honor-top-empty { color: #9bb3bc; background: rgba(8, 35, 49, .6); }

@media (max-width: 1120px) { .honor-top-five { right: 2%; width: min(320px, 76%); } }
@media (max-width: 900px) {
  .honor-top-five { top: 42px; width: min(312px, 76%); padding: 11px 10px 8px; }
  .honor-top-card > a { min-height: 47px; grid-template-columns: 21px 36px minmax(0, 1fr) auto; gap: 6px; }
  .honor-top-avatar,.honor-place-1 .honor-top-avatar { width: 36px; height: 36px; margin: 0; }
  .honor-top-card.is-loading { min-height: 47px; }
}
@media (max-width: 700px) {
  .honor-top-five { top: 8px; right: 8px; width: min(312px, calc(100% - 16px)); padding: 11px 10px 8px; border-radius: 18px; }
  .honor-top-heading { margin-bottom: 2px; padding-bottom: 9px; }
  .honor-top-heading { min-height: 38px; }
  .honor-top-mark { width: 25px; height: 25px; border-radius: 8px; font-size: 11px; }
  .honor-top-heading h2 { font-size: 12px; }
  .honor-top-count { padding: 6px 7px 5px; font:800 9px/1.1 var(--font-copy),system-ui,sans-serif; }
  .honor-top-card > a { min-height: 46px; grid-template-columns: 21px 34px minmax(0, 1fr) auto; gap: 6px; padding: 4px 3px; border-radius: 9px; }
  .honor-top-place { width: 22px; height: 22px; font:800 9px/1 var(--font-copy),system-ui,sans-serif; }
  .honor-top-avatar,.honor-place-1 .honor-top-avatar { width: 34px; height: 34px; margin: 0; border-radius: 8px; }
  .honor-top-identity strong { font-size: 10px; }
  .honor-top-identity small,.home-page .honor-top-identity small { font-size: 10px !important; }
  .honor-top-score { min-width: 49px; }
  .honor-top-score b { font-size: 11px; }
  .honor-top-score small { font:700 9px/1.1 var(--font-copy),system-ui,sans-serif; }
  .honor-top-card.is-loading { min-height: 46px; border-radius: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .honor-top-card.is-loading { animation: none !important; }
  .honor-top-card > a:hover { transform: none; }
}

/* ALOHA Status · strict, collapsible homepage warning. */
.site-warning {
  --warning-red:#e33e45;
  --warning-red-dark:#981f2b;
  position:fixed;
  z-index:80;
  top:clamp(124px,17vh,184px);
  width:min(430px,calc(100vw - 24px));
  pointer-events:none;
}
.site-warning[data-side="right"] { right:0; }
.site-warning[data-side="left"] { left:0; }
.site-warning-panel {
  position:relative;
  width:min(410px,calc(100vw - 24px));
  padding:0 22px 18px;
  max-height:calc(100dvh - 32px);
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  pointer-events:auto;
  border:1px solid rgba(255,91,99,.3);
  color:#f4f6f8;
  background:
    linear-gradient(135deg,rgba(227,62,69,.12),transparent 38%),
    linear-gradient(150deg,rgba(16,20,26,.985),rgba(8,11,15,.985));
  box-shadow:0 28px 75px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.025) inset;
  opacity:1;
  visibility:visible;
  transform:translateX(0);
  transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1),visibility .22s;
}
.site-warning[data-side="right"] .site-warning-panel { margin-left:auto; border-right:0; border-radius:22px 0 0 22px; }
.site-warning[data-side="left"] .site-warning-panel { border-left:0; border-radius:0 22px 22px 0; }
.site-warning-panel::before { position:absolute; top:0; right:0; left:0; height:3px; background:linear-gradient(90deg,var(--warning-red),#ff7479 48%,transparent); content:""; }
.site-warning[data-side="left"] .site-warning-panel::before { background:linear-gradient(270deg,var(--warning-red),#ff7479 48%,transparent); }
.site-warning-head { display:grid; min-height:78px; grid-template-columns:45px minmax(0,1fr) 32px; align-items:center; gap:12px; border-bottom:1px solid rgba(255,255,255,.09); }
.site-warning-mark { display:grid; width:42px; height:42px; place-items:center; border:1px solid rgba(255,126,131,.38); border-radius:12px; color:#fff; background:linear-gradient(145deg,#ed4c54,#a81e2c); box-shadow:0 9px 24px rgba(224,47,59,.3),inset 0 1px rgba(255,255,255,.22); font:900 22px/1 ui-sans-serif,system-ui,sans-serif; }
.site-warning-head small,.site-warning-head h2 { display:block; margin:0; }
.site-warning-head small { color:#df7a7f; font:800 8px/1.25 var(--font-game); letter-spacing:.025em; }
.site-warning-head h2 { margin-top:7px; overflow-wrap:anywhere; color:#fff; font:900 16px/1.2 ui-sans-serif,system-ui,sans-serif; letter-spacing:.035em; }
.site-warning-collapse { width:32px; height:32px; padding:0; border:1px solid rgba(255,255,255,.1); border-radius:9px; color:#adb4bc; background:rgba(255,255,255,.045); cursor:pointer; transition:color .18s ease,border-color .18s ease,background .18s ease; }
.site-warning-collapse:hover { border-color:rgba(255,113,120,.34); color:#fff; background:rgba(218,54,64,.14); }
.site-warning-message { margin:16px 0 0; color:#aeb5bd; font:500 13px/1.55 ui-sans-serif,system-ui,sans-serif; white-space:pre-line; }
.site-warning-countdown { display:grid; margin:18px 0 0; grid-template-columns:repeat(7,auto); align-items:start; justify-content:space-between; gap:5px; }
.site-warning-countdown > span { min-width:58px; display:grid; justify-items:center; gap:7px; }
.site-warning-countdown b { min-width:52px; padding:10px 5px 9px; border:1px solid rgba(255,255,255,.105); border-radius:10px; color:#fff; background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025)); box-shadow:inset 0 1px rgba(255,255,255,.05); font:800 22px/1 ui-monospace,SFMono-Regular,Consolas,monospace; font-variant-numeric:tabular-nums; text-align:center; }
.site-warning-countdown small { color:#717982; font:800 7px/1 var(--font-game); letter-spacing:.035em; }
.site-warning-countdown > i { padding-top:11px; color:#b13c45; font:900 16px/1 ui-monospace,monospace; font-style:normal; }
.site-warning-foot { display:flex; margin-top:17px; padding-top:13px; align-items:center; justify-content:space-between; gap:12px; border-top:1px solid rgba(255,255,255,.075); color:#737b84; font-size:9px; font-weight:750; letter-spacing:.035em; }
.site-warning-foot > span { display:flex; align-items:center; gap:7px; }
.site-warning-foot i { width:6px; height:6px; border-radius:50%; background:#e64a52; box-shadow:0 0 0 4px rgba(230,74,82,.1); animation:site-warning-pulse 1.8s ease-in-out infinite; }
.site-warning-foot time { color:#bbc1c7; font-variant-numeric:tabular-nums; text-align:right; }
.site-warning-tab {
  position:absolute;
  top:0;
  display:grid;
  min-width:144px;
  max-width:min(240px,calc(100vw - 24px));
  min-height:56px;
  padding:8px 14px 8px 9px;
  grid-template-columns:40px minmax(0,auto);
  align-items:center;
  gap:9px;
  pointer-events:none;
  border:1px solid rgba(255,93,102,.35);
  color:#f7f7f8;
  background:linear-gradient(145deg,rgba(22,25,31,.985),rgba(8,11,15,.99));
  box-shadow:0 16px 42px rgba(0,0,0,.3);
  opacity:0;
  visibility:hidden;
  cursor:pointer;
  transform:translateX(18px);
  transition:opacity .2s ease,transform .26s ease,visibility .2s,background .18s ease;
}
.site-warning[data-side="right"] .site-warning-tab { right:0; border-right:0; border-radius:16px 0 0 16px; }
.site-warning[data-side="left"] .site-warning-tab { left:0; border-left:0; border-radius:0 16px 16px 0; transform:translateX(-18px); }
.site-warning-tab:hover { background:linear-gradient(145deg,#292c33,#11151a); }
.site-warning-tab-mark { display:grid; width:38px; height:38px; place-items:center; border-radius:10px; color:#fff; background:linear-gradient(145deg,#ec4c54,#a61d2a); box-shadow:0 7px 18px rgba(216,47,58,.27); font:900 20px/1 ui-sans-serif,system-ui,sans-serif; }
.site-warning-tab-copy { min-width:0; text-align:left; }
.site-warning-tab-copy b,.site-warning-tab-copy small { display:block; }
.site-warning-tab-copy b { overflow:hidden; font:900 10px/1 var(--font-game); letter-spacing:.04em; text-overflow:ellipsis; white-space:nowrap; }
.site-warning-tab-copy small { margin-top:6px; color:#bd7a7f; font:700 10px/1 ui-monospace,monospace!important; font-variant-numeric:tabular-nums; }
.home-page .site-warning-head small { font-size:8px!important; }
.home-page .site-warning-countdown small { font-size:7px!important; }
.home-page .site-warning-tab-copy small { font-size:10px!important; }
.site-warning[data-open="false"] .site-warning-panel { pointer-events:none; opacity:0; visibility:hidden; transform:translateX(24px); }
.site-warning[data-side="left"][data-open="false"] .site-warning-panel { transform:translateX(-24px); }
.site-warning[data-open="false"] .site-warning-tab { pointer-events:auto; opacity:1; visibility:visible; transform:translateX(0); }
@keyframes site-warning-pulse { 50% { opacity:.45; box-shadow:0 0 0 7px rgba(230,74,82,0); } }

@media(max-width:700px) {
  .site-warning { top:auto; right:12px!important; bottom:max(14px,env(safe-area-inset-bottom)); left:12px!important; width:auto; }
  .site-warning-panel { width:100%; max-height:calc(100dvh - 28px - env(safe-area-inset-bottom)); padding:0 16px 15px; border:1px solid rgba(255,91,99,.3)!important; border-radius:19px!important; }
  .site-warning-head { min-height:70px; grid-template-columns:39px minmax(0,1fr) 30px; gap:10px; }
  .site-warning-mark { width:37px; height:37px; border-radius:10px; font-size:19px; }
  .home-page .site-warning-head small { font:800 9px/1.25 var(--font-copy),system-ui,sans-serif!important; }
  .site-warning-head h2 { margin-top:6px; font-size:14px; }
  .site-warning-message { margin-top:13px; font-size:12px; }
  .site-warning-countdown { margin-top:14px; gap:3px; }
  .site-warning-countdown > span { min-width:0; }
  .site-warning-countdown b { min-width:44px; padding:9px 3px 8px; font-size:18px; }
  .home-page .site-warning-countdown small { font:800 8px/1 var(--font-copy),system-ui,sans-serif!important; }
  .site-warning-countdown > i { padding-top:9px; font-size:14px; }
  .site-warning-foot { margin-top:14px; padding-top:11px; font-size:10px; }
  .site-warning-tab { top:auto; bottom:0; }
  .site-warning[data-side="right"] .site-warning-tab { right:0; border-right:1px solid rgba(255,93,102,.35); border-radius:15px; }
  .site-warning[data-side="left"] .site-warning-tab { left:0; border-left:1px solid rgba(255,93,102,.35); border-radius:15px; }
}
@media(min-width:701px) {
  .home-page .site-warning[data-side="right"] { top:auto; bottom:clamp(28px,7vh,72px); }
}
@media(pointer:coarse) {
  .site-warning-collapse { width:44px; height:44px; }
}
@media(max-width:390px) {
  .site-warning-countdown b { min-width:39px; font-size:16px; }
  .site-warning-countdown small { letter-spacing:0; }
  .site-warning-foot { align-items:flex-start; flex-direction:column; gap:5px; }
  .site-warning-foot time { text-align:left; }
}
@media(prefers-reduced-motion:reduce) {
  .site-warning-panel,.site-warning-tab { transition:none; }
  .site-warning-foot i { animation:none; }
}
