@font-face {
  font-family: "Aloha Pixel";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/press-start-2p-cyrillic.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.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 { min-width: 320px; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  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; }
.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,.3); font-size: 9px; font-weight: 850; }
.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; }
.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; }
.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; }
}

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