:root {
  --dg-ink: #0b0e11;
  --dg-paper: #f3f4ef;
  --dg-lime: #b9ff3b;
  --dg-line: #d5d9d1;
  --dg-muted: #5f6662;
}

* { box-sizing: border-box; }
body.degamer-commerce { margin: 0; color: var(--dg-ink); background: var(--dg-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; }
.commerce-header { min-height: 86px; padding: 14px clamp(20px, 6vw, 92px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #080b0d; border-bottom: 1px solid #252b2e; }
.commerce-brand { display: block; width: min(290px, 46vw); height: 58px; overflow: hidden; }
.commerce-brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.commerce-header nav { display: flex; align-items: center; gap: 24px; }
.commerce-header nav a { color: #fff; font-weight: 800; font-size: 15px; text-decoration: none; }
.commerce-header nav a:hover, .commerce-header nav a:focus { color: var(--dg-lime); }
.commerce-shell { width: min(1280px, calc(100% - 40px)); min-height: 70vh; margin: 0 auto; padding: 64px 0 90px; }
.commerce-page > h1, .woocommerce-products-header__title, .product_title, .woocommerce h1 { margin: 0 0 30px; font-size: clamp(42px, 6vw, 76px); line-height: .92; letter-spacing: -.055em; }
.woocommerce a { color: #416d00; }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .wc-block-components-button { min-height: 48px; padding: 13px 20px !important; border-radius: 3px !important; color: #0b0e11 !important; background: var(--dg-lime) !important; font-weight: 900 !important; text-decoration: none !important; }
.woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wc-block-components-button:hover { background: #ceff75 !important; }
.woocommerce ul.products li.product { padding: 18px; background: #fff; border: 1px solid var(--dg-line); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--dg-ink); font-size: 24px; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: #416d00; font-size: 25px; font-weight: 900; }
.woocommerce div.product { padding: clamp(22px, 4vw, 48px); background: #fff; border: 1px solid var(--dg-line); }
.woocommerce div.product form.cart .variations select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 12px; border: 1px solid #aeb5aa; border-radius: 2px; background: #fff; font-size: 16px; }
.woocommerce table.shop_table, .woocommerce form.checkout, .wc-block-cart, .wc-block-checkout { padding: clamp(18px, 3vw, 36px); background: #fff; border: 1px solid var(--dg-line); border-radius: 3px; }
.woocommerce table.shop_table { padding: 0; }
.woocommerce-message, .woocommerce-info { border-top-color: #78b716; background: #f8fff0; }
.woocommerce-message::before, .woocommerce-info::before { color: #5b8e0d; }
.woocommerce-error { background: #fff2f2; }
.commerce-footer { padding: 26px clamp(20px, 6vw, 92px); display: flex; justify-content: space-between; gap: 20px; color: #b9c0bc; background: #080b0d; font-size: 13px; }
.commerce-footer a { color: #d7ff93; }
.commerce-page { max-width: 980px; margin: 0 auto; padding: clamp(24px, 4vw, 52px); background: #fff; border: 1px solid var(--dg-line); }
.commerce-page p, .commerce-page li { font-size: 17px; line-height: 1.7; }
.commerce-page h2 { margin: 34px 0 10px; font-size: clamp(26px, 4vw, 38px); letter-spacing: -.035em; }
.commerce-page a { color: #416d00; font-weight: 750; }
.degamer-legal-form { margin-top: 34px; display: grid; gap: 18px; }
.degamer-legal-form label { display: grid; gap: 7px; font-weight: 800; }
.degamer-legal-form input, .degamer-legal-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #aeb5aa; border-radius: 2px; background: #fff; font: inherit; }
.degamer-legal-form button { min-height: 52px; padding: 13px 20px; border: 0; border-radius: 3px; background: var(--dg-lime); color: #0b0e11; font: inherit; font-weight: 900; cursor: pointer; }
.degamer-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.degamer-form-success { margin: 0 0 28px; padding: 20px 22px; border-left: 5px solid #75b719; background: #f1fbe5; }

@media (max-width: 720px) {
  body.degamer-commerce { font-size: 16px; }
  .commerce-header { min-height: 74px; padding: 10px 15px; }
  .commerce-brand { width: 178px; height: 42px; }
  .commerce-header nav { gap: 12px; }
  .commerce-header nav a { font-size: 13px; }
  .commerce-header nav a:first-child { display: none; }
  .commerce-shell { width: min(100% - 24px, 1280px); padding: 38px 0 68px; }
  .commerce-footer { flex-direction: column; }
}
