.cart-badge {
  position: absolute;
  top: -5px;
  right: -6px;
  min-width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--zap-purple);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

body.dz-auth {
  --auth-ink: #07113d;
  --auth-muted: #697491;
  --auth-line: #e1e5f2;
  --auth-purple: #643cff;
  --auth-purple-dark: #4d2fe8;
  --auth-purple-soft: #f4f1ff;
  --auth-shadow: 0 24px 70px rgba(34, 39, 92, 0.1);
  --auth-nav-height: 90px;
  min-width: 320px;
  color: var(--auth-ink);
  background: #fbfbff;
}

body.dz-auth .dz-alerts {
  display: none;
}

body.dz-auth .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 224, 241, 0.9);
  backdrop-filter: blur(18px);
}

body.dz-auth .nav-shell {
  width: min(1560px, calc(100% - 96px));
  min-height: var(--auth-nav-height);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

body.dz-auth .brand {
  display: inline-flex;
  align-items: center;
}

body.dz-auth .brand img {
  width: 232px;
  height: auto;
}

body.dz-auth .primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 2.6vw, 46px);
  color: var(--auth-ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

body.dz-auth .primary-nav a,
body.dz-auth .nav-signin,
body.dz-auth .nav-signup,
body.dz-auth .icon-button,
body.dz-auth .google-button {
  text-decoration: none;
}

body.dz-auth .primary-nav a:hover,
body.dz-auth .primary-nav a:focus-visible,
body.dz-auth .nav-signin:hover,
body.dz-auth .nav-signin:focus-visible {
  color: var(--auth-purple);
}

body.dz-auth .nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

body.dz-auth .icon-button {
  position: relative;
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  color: var(--auth-ink);
  border: 1px solid var(--auth-line);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(43, 49, 105, 0.04);
  font-size: 25px;
  line-height: 1;
}

body.dz-auth .icon-button:hover,
body.dz-auth .icon-button:focus-visible {
  color: var(--auth-purple);
  border-color: #c6bdff;
  outline: none;
}

body.dz-auth .icon-button .cart-badge {
  position: absolute;
  top: -2px;
  right: -1px;
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: var(--auth-purple);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

body.dz-auth .nav-signin,
body.dz-auth .nav-signup {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

body.dz-auth .nav-signin {
  padding: 0 14px;
  color: var(--auth-ink);
}

body.dz-auth .nav-signup {
  min-width: 124px;
  padding: 0 22px;
  color: #fff;
  border-radius: 8px;
  background: #061040;
  box-shadow: 0 14px 30px rgba(6, 16, 64, 0.18);
}

body.dz-auth .nav-signup:hover,
body.dz-auth .nav-signup:focus-visible {
  color: #fff;
  background: var(--auth-purple);
  outline: none;
}

body.dz-auth .login-main {
  position: relative;
  min-height: calc(100vh - var(--auth-nav-height));
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(100, 60, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfbff 0%, #faf9ff 100%);
}

body.dz-auth .login-art {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: 0;
  background-image: url("/dz-2026/assets/images/auth/login-illustration.png");
  background-position: 36% center;
  background-repeat: no-repeat;
  background-size: min(100%, 970px) auto;
  pointer-events: none;
}

body.dz-auth .login-shell {
  position: relative;
  z-index: 1;
  width: min(1476px, calc(100% - 96px));
  min-height: calc(100vh - var(--auth-nav-height));
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 58px 0 52px;
}

body.dz-auth .login-card {
  width: min(602px, 100%);
  min-height: 738px;
  padding: 54px 62px 48px;
  border: 1px solid #dedfff;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--auth-shadow);
}

body.dz-auth .login-card h1 {
  margin: 0;
  color: var(--auth-ink);
  font-size: clamp(44px, 3.5vw, 58px);
  font-weight: 900;
  line-height: 1.08;
}

body.dz-auth .signup-copy {
  margin: 16px 0 0;
  color: var(--auth-muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

body.dz-auth .signup-copy a,
body.dz-auth .password-link {
  color: var(--auth-purple);
  font-weight: 800;
}

body.dz-auth .signup-copy a:hover,
body.dz-auth .signup-copy a:focus-visible,
body.dz-auth .password-link:hover,
body.dz-auth .password-link:focus-visible {
  color: var(--auth-purple-dark);
}

body.dz-auth .auth-alert {
  margin-top: 22px;
  padding: 13px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

body.dz-auth .auth-alert-info {
  color: #25407a;
  border: 1px solid #c9d7ff;
  background: #f1f5ff;
}

body.dz-auth .auth-alert-danger {
  color: #9b1c31;
  border: 1px solid #ffd0d8;
  background: #fff1f3;
}

body.dz-auth .login-form {
  margin-top: 34px;
}

body.dz-auth .field-group + .field-group {
  margin-top: 30px;
}

body.dz-auth .field-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

body.dz-auth .field-topline label {
  color: var(--auth-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

body.dz-auth .field-error {
  color: #ca2b48;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-align: right;
}

body.dz-auth .field-error-block {
  display: block;
  margin: -4px 0 10px;
  text-align: left;
}

body.dz-auth .password-link {
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

body.dz-auth .input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  border: 1px solid #dfe5f2;
  border-radius: 6px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.dz-auth .input-wrap:focus-within {
  border-color: #8d73ff;
  box-shadow: 0 0 0 3px rgba(100, 60, 255, 0.09);
}

body.dz-auth .input-wrap.is-highlighted {
  border-color: #9c80ff;
}

body.dz-auth .input-wrap.is-invalid {
  border-color: #f09aaa;
}

body.dz-auth .input-wrap > i {
  position: absolute;
  left: 19px;
  color: #6a7294;
  font-size: 20px;
  line-height: 1;
}

body.dz-auth .input-wrap input {
  width: 100%;
  min-height: 62px;
  padding: 0 54px 0 60px;
  color: var(--auth-ink);
  border: 0;
  border-radius: 6px;
  background: transparent;
  font-size: 17px;
  font-weight: 600;
  outline: none;
}

body.dz-auth .input-wrap input::placeholder {
  color: #727b99;
  opacity: 1;
}

body.dz-auth .password-toggle {
  position: absolute;
  right: 18px;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: #6a7294;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 20px;
  line-height: 1;
}

body.dz-auth .password-toggle i {
  position: static;
}

body.dz-auth .password-toggle:hover,
body.dz-auth .password-toggle:focus-visible {
  color: var(--auth-purple);
  background: var(--auth-purple-soft);
  outline: none;
}

body.dz-auth .remember-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: var(--auth-muted);
  font-size: 16px;
  font-weight: 600;
}

body.dz-auth .remember-row input {
  appearance: none;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin: 0;
  border: 2px solid #764dff;
  border-radius: 4px;
  background: #fff;
  accent-color: var(--auth-purple);
}

body.dz-auth .remember-row input:checked {
  background:
    linear-gradient(135deg, transparent 58%, #fff 0) 4px 4px / 7px 12px no-repeat,
    var(--auth-purple);
}

body.dz-auth .remember-row input:focus-visible {
  outline: 3px solid rgba(100, 60, 255, 0.18);
  outline-offset: 2px;
}

body.dz-auth .submit-button,
body.dz-auth .google-button,
body.dz-auth .dz-auth-social-links a {
  width: 100%;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 800;
}

body.dz-auth .submit-button {
  margin-top: 32px;
  color: #fff;
  border: 0;
  background: linear-gradient(90deg, #7139ff 0%, #5c35ef 100%);
  box-shadow: 0 16px 30px rgba(100, 60, 255, 0.24);
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.dz-auth .submit-button:hover,
body.dz-auth .submit-button:focus-visible {
  background: linear-gradient(90deg, #5f32ee 0%, #4a29d9 100%);
  outline: none;
}

body.dz-auth .divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 32px 0 22px;
  color: var(--auth-muted);
  font-size: 16px;
  font-weight: 600;
}

body.dz-auth .divider::before,
body.dz-auth .divider::after {
  content: "";
  height: 1px;
  background: #dfe5f2;
}

body.dz-auth .google-button,
body.dz-auth .dz-auth-social-links a {
  gap: 22px;
  color: var(--auth-ink);
  border: 1px solid #dfe5f2;
  background: #fff;
  font-size: 17px;
}

body.dz-auth .google-button:hover,
body.dz-auth .google-button:focus-visible,
body.dz-auth .dz-auth-social-links a:hover,
body.dz-auth .dz-auth-social-links a:focus-visible {
  color: var(--auth-ink);
  border-color: #c8beff;
  background: #fbfaff;
  outline: none;
}

body.dz-auth .google-mark {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.dz-auth .dz-auth-social-links svg {
  margin-right: 12px;
}

@media (max-width: 1280px) {
  body.dz-auth .nav-shell {
    width: min(1180px, calc(100% - 56px));
    gap: 24px;
  }

  body.dz-auth .brand img {
    width: 206px;
  }

  body.dz-auth .primary-nav {
    gap: clamp(18px, 2vw, 30px);
    font-size: 15px;
  }

  body.dz-auth .nav-actions {
    gap: 10px;
  }

  body.dz-auth .nav-signin,
  body.dz-auth .nav-signup {
    font-size: 15px;
  }
}

@media (max-width: 1080px) {
  body.dz-auth .primary-nav {
    display: none;
  }
}

@media (max-width: 940px) {
  body.dz-auth {
    --auth-nav-height: 78px;
  }

  body.dz-auth .nav-shell,
  body.dz-auth .login-shell {
    width: min(640px, calc(100% - 32px));
  }

  body.dz-auth .nav-shell {
    grid-template-columns: 1fr auto;
  }

  body.dz-auth .brand img {
    width: 190px;
  }

  body.dz-auth .login-art {
    display: none;
  }

  body.dz-auth .login-main {
    background:
      radial-gradient(circle at 92% 8%, rgba(100, 60, 255, 0.1), transparent 28%),
      linear-gradient(180deg, #fff 0%, #fbfbff 100%);
  }

  body.dz-auth .login-shell {
    justify-content: center;
    padding: 34px 0;
  }

  body.dz-auth .login-card {
    min-height: auto;
    padding: 42px 34px 36px;
  }
}

@media (max-width: 640px) {
  body.dz-auth .nav-shell {
    min-height: 72px;
  }

  body.dz-auth .brand img {
    width: 162px;
  }

  body.dz-auth .nav-actions {
    gap: 8px;
  }

  body.dz-auth .icon-button {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  body.dz-auth .nav-signin {
    display: none;
  }

  body.dz-auth .nav-signup {
    min-width: auto;
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  body.dz-auth .login-card {
    padding: 34px 22px 28px;
    border-radius: 16px;
  }

  body.dz-auth .signup-copy,
  body.dz-auth .field-topline label,
  body.dz-auth .password-link,
  body.dz-auth .remember-row,
  body.dz-auth .divider {
    font-size: 15px;
  }

  body.dz-auth .input-wrap {
    min-height: 58px;
  }

  body.dz-auth .input-wrap input {
    min-height: 56px;
    padding-left: 50px;
    padding-right: 48px;
    font-size: 15px;
  }

  body.dz-auth .input-wrap > i {
    left: 17px;
    font-size: 18px;
  }

  body.dz-auth .password-toggle {
    right: 12px;
  }

  body.dz-auth .google-button,
  body.dz-auth .dz-auth-social-links a {
    gap: 14px;
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  body.dz-auth .nav-shell,
  body.dz-auth .login-shell {
    width: calc(100% - 24px);
  }

  body.dz-auth .brand img {
    width: 146px;
  }

  body.dz-auth .nav-signup {
    padding: 0 12px;
  }

  body.dz-auth .field-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  body.dz-auth .field-error {
    text-align: left;
  }
}

body:not(.dz-home) .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(219, 221, 239, 0.86);
  backdrop-filter: blur(18px);
}

body:not(.dz-home) .nav-shell {
  width: min(1288px, calc(100% - 40px));
  min-height: 68px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

body:not(.dz-home) .brand {
  display: inline-flex;
  align-items: center;
}

body:not(.dz-home) .brand img {
  width: 210px;
  height: auto;
}

body:not(.dz-home) .primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 38px);
  color: #0f1737;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

body:not(.dz-home) .primary-nav a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

body:not(.dz-home) .primary-nav a:hover,
body:not(.dz-home) .primary-nav a:focus-visible,
body:not(.dz-home) .primary-nav .active {
  color: var(--zap-purple, #6544ff);
}

body:not(.dz-home) .nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

body:not(.dz-home) .nav-icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #e0e1f2;
  border-radius: 50%;
  color: #101735;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(70, 59, 122, 0.06);
}

body:not(.dz-home) .nav-icon i,
body:not(.dz-home) .user-menu i,
body:not(.dz-home) .footer-pill i,
body:not(.dz-home) .footer-benefits i,
body:not(.dz-home) .site-footer .social-links a i,
body:not(.dz-home) .fact-icon i,
body:not(.dz-home) .share-links a i {
  width: 1em;
  height: 1em;
  display: inline-grid;
  place-items: center;
  line-height: 1;
  vertical-align: middle;
}

body:not(.dz-home) .nav-icon i::before,
body:not(.dz-home) .user-menu i::before,
body:not(.dz-home) .footer-pill i::before,
body:not(.dz-home) .footer-benefits i::before,
body:not(.dz-home) .site-footer .social-links a i::before,
body:not(.dz-home) .fact-icon i::before,
body:not(.dz-home) .share-links a i::before {
  line-height: 1;
  vertical-align: 0;
}

body:not(.dz-home) .nav-icon .cart-badge {
  top: -2px;
  right: -2px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--zap-purple, #6544ff);
  font-size: 10px;
}

body:not(.dz-home) .user-menu {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #12183a;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

body:not(.dz-home) .user-avatar {
  width: 42px;
  height: 42px;
  overflow: hidden;
  display: inline-grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f1edff;
  color: var(--zap-purple, #6544ff);
  box-shadow: 0 8px 18px rgba(18, 19, 59, 0.14);
}

body:not(.dz-home) .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:not(.dz-home) .user-avatar-icon {
  font-size: 19px;
}

body:not(.dz-home) .footer-grid-real-links {
  grid-template-columns: minmax(280px, 2fr) repeat(3, minmax(150px, 1fr));
}

.dz-alerts {
  padding-top: 1rem;
}

.nav-link.active {
  color: var(--zap-purple);
}

.dz-page-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 3.5rem;
  background:
    radial-gradient(circle at 80% 10%, rgba(91, 69, 255, 0.16), transparent 28%),
    radial-gradient(circle at 10% 5%, rgba(0, 166, 214, 0.10), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
}

.dz-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 40px;
  padding: .55rem .9rem;
  color: #26314f;
  border: 1px solid var(--zap-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 14px 35px rgba(31, 37, 89, .06);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .76rem;
}

.dz-page-title {
  max-width: 880px;
  margin: 1.4rem 0 1rem;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.dz-page-title span,
.dz-section-title span {
  color: var(--zap-purple);
}

.dz-page-copy {
  max-width: 680px;
  color: var(--zap-muted);
  font-size: 1.1rem;
  line-height: 1.75;
}

.dz-section {
  padding: 4rem 0;
}

.dz-soft-section {
  background: #f7f8fc;
}

.dz-section-title {
  margin-bottom: .7rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  font-weight: 900;
}

.dz-muted {
  color: var(--zap-muted);
}

.dz-grid-card,
.dz-product-card,
.dz-panel {
  border: 1px solid var(--zap-border);
  border-radius: var(--zap-radius);
  background: #fff;
  box-shadow: var(--zap-shadow);
}

.dz-product-card {
  height: 100%;
  overflow: hidden;
}

.dz-product-card > a img,
.dz-product-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eff2f8;
}

.dz-product-card-body {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  padding: 1.15rem;
}

.dz-product-card h2,
.dz-product-card h3 {
  margin: 0;
  color: var(--zap-ink);
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 900;
}

.dz-product-meta,
.dz-product-card p {
  margin: 0;
  color: var(--zap-muted);
  font-size: .92rem;
}

.dz-rating {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #ff9d00;
  font-weight: 900;
}

.dz-price {
  display: flex;
  align-items: baseline;
  gap: .55rem;
  font-weight: 900;
  color: var(--zap-ink);
}

.dz-price del {
  color: var(--zap-muted);
  font-size: .9rem;
  font-weight: 700;
}

.dz-category-card {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .75rem;
  padding: 1.2rem;
  border: 1px solid var(--zap-border);
  border-radius: var(--zap-radius);
  background: #fff;
  box-shadow: 0 14px 35px rgba(31, 37, 89, .06);
  font-weight: 900;
}

.dz-category-card i {
  color: var(--zap-purple);
  font-size: 1.55rem;
}

.dz-filter-bar {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: .75rem;
  padding: .85rem;
  border: 1px solid var(--zap-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--zap-shadow);
}

.dz-filter-bar .form-control,
.dz-filter-bar .form-select,
.dz-form .form-control,
.dz-form .form-select {
  min-height: 48px;
  border-color: var(--zap-border);
  border-radius: var(--zap-radius);
}

.dz-sidebar {
  position: sticky;
  top: 110px;
  padding: 1.2rem;
}

.dz-check-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
  border-bottom: 1px solid #eef1f7;
}

.dz-check-row:last-child {
  border-bottom: 0;
}

.dz-hero-art {
  width: min(560px, 100%);
  margin-left: auto;
}

.dz-detail-media {
  overflow: hidden;
  border-radius: 16px;
  background: #111633;
  box-shadow: var(--zap-shadow);
}

.dz-detail-media img,
.dz-detail-media video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dz-summary-card {
  position: sticky;
  top: 110px;
  padding: 1.25rem;
}

.dz-list {
  display: grid;
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dz-list li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
}

.dz-list i {
  color: var(--zap-purple);
}

.dz-cart-item {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--zap-border);
}

.dz-cart-item:last-child {
  border-bottom: 0;
}

.dz-cart-item img {
  width: 160px;
  height: 105px;
  border-radius: 8px;
  object-fit: cover;
  background: #eff2f8;
}

.dz-dashboard-shell {
  background: #f7f8fc;
  min-height: 70vh;
}

.dz-dashboard-profile {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
}

.dz-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.dz-dashboard-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin: 1rem 0 2rem;
}

.dz-dashboard-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: .55rem .9rem;
  border: 1px solid var(--zap-border);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
}

.dz-dashboard-nav a.active,
.dz-dashboard-nav a:hover {
  color: #fff;
  background: var(--zap-purple);
  border-color: var(--zap-purple);
}

.dz-watch-body {
  background:
    radial-gradient(circle at 86% 17%, rgba(96, 64, 255, 0.16), transparent 25%),
    radial-gradient(circle at 9% 8%, rgba(36, 184, 135, 0.08), transparent 26%),
    linear-gradient(180deg, #fbfcff 0%, #f5f6fb 100%);
}

.dz-watch-shell {
  width: min(1740px, calc(100% - 20px));
  min-height: calc(100vh - 20px);
  margin: 10px auto;
  padding: 14px 22px 22px;
  border: 1px solid rgba(223, 226, 242, .9);
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 28px 86px rgba(45, 49, 88, .12);
}

.dz-watch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 1rem;
}

.dz-watch-video {
  overflow: hidden;
  border-radius: 16px;
  background: #070d1d;
}

.dz-watch-sidebar {
  max-height: calc(100vh - 130px);
  overflow: auto;
}

.dz-lesson-link {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  padding: .85rem;
  border-radius: 8px;
  color: var(--zap-ink);
}

.dz-lesson-link.active,
.dz-lesson-link:hover {
  background: #f0ebff;
  color: var(--zap-purple);
}

.dz-home .avatar-row img.avatar {
  object-fit: cover;
}

.dz-home .avatar-row a {
  color: inherit;
  text-decoration: none;
}

.dz-home .avatar-row a:hover {
  color: var(--zap-orange);
}

.dz-home .answer-course-list {
  display: grid;
  gap: 0.75rem;
}

.dz-home .answer-course-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.dz-home .answer-course-card.is-loading {
  opacity: 0.72;
}

@media (max-width: 991.98px) {
  body:not(.dz-home) .nav-shell {
    grid-template-columns: 1fr auto;
    min-height: 74px;
  }

  body:not(.dz-home) .footer-grid-real-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.dz-home) .footer-grid-real-links .footer-about {
    grid-column: 1 / -1;
  }

  body:not(.dz-home) .primary-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 14px;
  }

  .dz-filter-bar,
  .dz-dashboard-profile,
  .dz-watch-grid {
    grid-template-columns: 1fr;
  }

  .dz-sidebar,
  .dz-summary-card {
    position: static;
  }

}

@media (max-width: 575.98px) {
  body:not(.dz-home) .nav-shell {
    width: calc(100% - 28px);
    gap: 16px;
  }

  body:not(.dz-home) .brand img {
    width: 176px;
  }

  body:not(.dz-home) .nav-actions {
    gap: 8px;
  }

  body:not(.dz-home) .nav-icon,
  body:not(.dz-home) .user-avatar {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  body:not(.dz-home) .user-menu > span:not(.user-avatar) {
    display: none;
  }

  body:not(.dz-home) .footer-grid-real-links {
    grid-template-columns: 1fr;
  }

  .dz-cart-item {
    grid-template-columns: 1fr;
  }

  .dz-cart-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

}

body.dz-auth.dz-login-page .site-header {
  min-height: var(--auth-nav-height);
}

body.dz-auth.dz-login-page .nav-shell {
  width: min(1560px, calc(100% - 96px));
  min-height: var(--auth-nav-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  padding: 0;
}

body.dz-auth.dz-login-page .brand img {
  width: 232px;
}

body.dz-auth.dz-login-page .primary-nav {
  order: initial;
  grid-column: auto;
  justify-content: center;
  gap: clamp(28px, 2.6vw, 46px);
  overflow: visible;
  padding: 0;
  font-size: 17px;
}

body.dz-auth.dz-login-page .nav-actions {
  gap: 16px;
}

@media (max-width: 1280px) {
  body.dz-auth.dz-login-page .nav-shell {
    width: min(1180px, calc(100% - 56px));
    gap: 24px;
  }

  body.dz-auth.dz-login-page .brand img {
    width: 206px;
  }

  body.dz-auth.dz-login-page .primary-nav {
    gap: clamp(18px, 2vw, 30px);
    font-size: 15px;
  }

  body.dz-auth.dz-login-page .nav-actions {
    gap: 10px;
  }
}

@media (max-width: 1080px) {
  body.dz-auth.dz-login-page .primary-nav {
    display: none;
  }
}

@media (max-width: 940px) {
  body.dz-auth.dz-login-page .nav-shell,
  body.dz-auth.dz-login-page .login-shell {
    width: min(640px, calc(100% - 32px));
  }

  body.dz-auth.dz-login-page .nav-shell {
    grid-template-columns: 1fr auto;
  }

  body.dz-auth.dz-login-page .brand img {
    width: 190px;
  }
}

@media (max-width: 640px) {
  body.dz-auth.dz-login-page .brand img {
    width: 162px;
  }

  body.dz-auth.dz-login-page .nav-actions {
    gap: 8px;
  }
}

@media (max-width: 430px) {
  body.dz-auth.dz-login-page .nav-shell,
  body.dz-auth.dz-login-page .login-shell {
    width: calc(100% - 24px);
  }

  body.dz-auth.dz-login-page .brand img {
    width: 146px;
  }
}

body.dz-auth.dz-twofactor-page {
  --auth-nav-height: 94px;
}

body.dz-auth.dz-twofactor-page .site-header {
  min-height: var(--auth-nav-height);
  box-shadow: 0 10px 34px rgba(42, 46, 102, 0.06);
}

body.dz-auth.dz-twofactor-page .nav-shell {
  width: min(1492px, calc(100% - 136px));
  min-height: var(--auth-nav-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  padding: 0;
}

body.dz-auth.dz-twofactor-page .brand img {
  width: 225px;
}

body.dz-auth.dz-twofactor-page .primary-nav {
  order: initial;
  grid-column: auto;
  justify-content: center;
  gap: clamp(31px, 3vw, 50px);
  overflow: visible;
  padding: 0;
  font-size: 17px;
}

body.dz-auth .twofactor-user-menu {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 2px 0 8px;
  color: var(--auth-ink);
  border: 0;
  background: transparent;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

body.dz-auth .twofactor-user-menu:hover,
body.dz-auth .twofactor-user-menu:focus-visible {
  color: var(--auth-purple);
}

body.dz-auth .twofactor-user-menu img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 5px 12px rgba(25, 29, 66, 0.16);
}

body.dz-auth .twofactor-user-menu i {
  font-size: 16px;
}

body.dz-auth .twofactor-main {
  position: relative;
  min-height: calc(100vh - var(--auth-nav-height));
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 32%, rgba(100, 60, 255, 0.08), transparent 34%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 43.5%, #faf9ff 43.5%, #fbfaff 100%);
}

body.dz-auth .twofactor-art {
  position: absolute;
  inset: 0 0 0 43.5%;
  z-index: 0;
  background-image: url("/dz-2026/assets/images/auth/twofactor-illustration.png");
  background-position: 36% center;
  background-repeat: no-repeat;
  background-size: min(100%, 923px) auto;
  pointer-events: none;
}

body.dz-auth .twofactor-shell {
  position: relative;
  z-index: 1;
  width: min(1404px, calc(100% - 136px));
  min-height: calc(100vh - var(--auth-nav-height));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(440px, 515px) 1fr;
  align-items: center;
  gap: 64px;
  padding: 70px 0 68px;
}

body.dz-auth .verify-panel {
  width: min(100%, 515px);
}

body.dz-auth .verify-panel h1 {
  max-width: 435px;
  margin: 0;
  color: var(--auth-ink);
  font-size: clamp(42px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.18;
}

body.dz-auth .verify-copy {
  max-width: 500px;
  margin: 17px 0 0;
  color: var(--auth-muted);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42;
}

body.dz-auth .verify-copy a {
  color: var(--auth-purple);
  font-weight: 800;
}

body.dz-auth .verify-copy a:hover,
body.dz-auth .verify-copy a:focus-visible {
  color: var(--auth-purple-dark);
}

body.dz-auth .notice-card {
  min-height: 96px;
  margin-top: 34px;
  padding: 20px 28px 20px 18px;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid #dedfff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 45px rgba(34, 39, 92, 0.06);
}

body.dz-auth .notice-icon {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  color: var(--auth-purple);
  border-radius: 50%;
  background: #f1ecff;
  font-size: 27px;
}

body.dz-auth .notice-icon i {
  display: block;
  font-size: 27px;
  line-height: 1;
}

body.dz-auth .notice-card strong {
  display: block;
  color: var(--auth-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

body.dz-auth .notice-card div > span {
  display: block;
  margin-top: 8px;
  color: var(--auth-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

body.dz-auth .code-form {
  margin-top: 32px;
}

body.dz-auth .auth-select-group {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

body.dz-auth .auth-select-group label {
  color: var(--auth-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

body.dz-auth .auth-select-group select {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  color: var(--auth-ink);
  border: 1px solid #dfe5f2;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  outline: none;
}

body.dz-auth .auth-select-group select:focus {
  border-color: var(--auth-purple);
  box-shadow: 0 0 0 3px rgba(100, 60, 255, 0.13);
}

body.dz-auth .code-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

body.dz-auth .code-input {
  width: 100%;
  aspect-ratio: 1 / 1.02;
  min-height: 72px;
  color: var(--auth-ink);
  border: 1px solid #dfe5f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(43, 49, 105, 0.04);
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  outline: none;
}

body.dz-auth .code-input::placeholder {
  color: #6e7696;
  opacity: 1;
}

body.dz-auth .code-input:focus {
  border-color: var(--auth-purple);
  box-shadow: 0 0 0 3px rgba(100, 60, 255, 0.13), 0 15px 34px rgba(43, 49, 105, 0.04);
}

body.dz-auth .confirm-button {
  width: 100%;
  min-height: 72px;
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(90deg, #7139ff 0%, #5c35ef 100%);
  box-shadow: 0 16px 30px rgba(100, 60, 255, 0.24);
  font-size: 22px;
  font-weight: 800;
}

body.dz-auth .confirm-button:hover,
body.dz-auth .confirm-button:focus-visible {
  background: linear-gradient(90deg, #5f32ee 0%, #4a29d9 100%);
  outline: none;
}

body.dz-auth .security-note {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: start;
  max-width: 455px;
  margin-top: 30px;
  color: #9199b7;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

body.dz-auth .security-note i {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--auth-purple);
  font-size: 28px;
}

@media (max-width: 1280px) {
  body.dz-auth.dz-twofactor-page .nav-shell,
  body.dz-auth.dz-twofactor-page .twofactor-shell {
    width: min(1180px, calc(100% - 56px));
  }

  body.dz-auth.dz-twofactor-page .nav-shell {
    gap: 24px;
  }

  body.dz-auth.dz-twofactor-page .brand img {
    width: 206px;
  }

  body.dz-auth.dz-twofactor-page .primary-nav {
    gap: clamp(18px, 2vw, 30px);
    font-size: 15px;
  }

  body.dz-auth.dz-twofactor-page .nav-actions {
    gap: 10px;
  }

  body.dz-auth.dz-twofactor-page .twofactor-user-menu {
    font-size: 15px;
  }

  body.dz-auth.dz-twofactor-page .twofactor-shell {
    grid-template-columns: minmax(420px, 505px) 1fr;
  }
}

@media (max-width: 1080px) {
  body.dz-auth.dz-twofactor-page .primary-nav {
    display: none;
  }

  body.dz-auth.dz-twofactor-page .twofactor-shell {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 940px) {
  body.dz-auth.dz-twofactor-page {
    --auth-nav-height: 78px;
  }

  body.dz-auth.dz-twofactor-page .nav-shell,
  body.dz-auth.dz-twofactor-page .twofactor-shell {
    width: min(640px, calc(100% - 32px));
  }

  body.dz-auth.dz-twofactor-page .nav-shell {
    grid-template-columns: 1fr auto;
  }

  body.dz-auth.dz-twofactor-page .brand img {
    width: 190px;
  }

  body.dz-auth .twofactor-art {
    display: none;
  }

  body.dz-auth .twofactor-main {
    background:
      radial-gradient(circle at 92% 8%, rgba(100, 60, 255, 0.1), transparent 28%),
      linear-gradient(180deg, #fff 0%, #fbfbff 100%);
  }

  body.dz-auth .twofactor-shell {
    justify-items: center;
    padding: 34px 0;
  }

  body.dz-auth .verify-panel {
    padding: 38px 24px 34px;
    border: 1px solid #dedfff;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--auth-shadow);
  }
}

@media (max-width: 640px) {
  body.dz-auth.dz-twofactor-page .nav-shell {
    min-height: 72px;
  }

  body.dz-auth.dz-twofactor-page .brand img {
    width: 162px;
  }

  body.dz-auth.dz-twofactor-page .nav-actions {
    gap: 8px;
  }

  body.dz-auth.dz-twofactor-page .icon-button {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  body.dz-auth.dz-twofactor-page .twofactor-user-menu {
    min-height: 44px;
    gap: 7px;
    padding-left: 0;
    font-size: 0;
  }

  body.dz-auth.dz-twofactor-page .twofactor-user-menu img {
    width: 40px;
    height: 40px;
  }

  body.dz-auth.dz-twofactor-page .twofactor-user-menu i {
    font-size: 14px;
  }

  body.dz-auth .verify-panel h1 {
    font-size: 40px;
    line-height: 1.16;
  }

  body.dz-auth .verify-copy {
    font-size: 16px;
  }

  body.dz-auth .notice-card {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    min-height: 86px;
    margin-top: 26px;
    padding: 16px 14px;
  }

  body.dz-auth .notice-icon {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }

  body.dz-auth .notice-icon i {
    font-size: 23px;
  }

  body.dz-auth .notice-card strong,
  body.dz-auth .notice-card div > span {
    font-size: 15px;
  }

  body.dz-auth .code-grid {
    gap: 7px;
  }

  body.dz-auth .code-input {
    min-height: 52px;
    border-radius: 7px;
    font-size: 24px;
  }

  body.dz-auth .confirm-button {
    min-height: 60px;
    margin-top: 28px;
    font-size: 18px;
  }

  body.dz-auth .security-note {
    grid-template-columns: 28px 1fr;
    gap: 12px;
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  body.dz-auth.dz-twofactor-page .nav-shell,
  body.dz-auth.dz-twofactor-page .twofactor-shell {
    width: calc(100% - 24px);
  }

  body.dz-auth.dz-twofactor-page .brand img {
    width: 146px;
  }

  body.dz-auth .verify-panel {
    padding: 34px 22px 30px;
  }

  body.dz-auth .verify-panel h1 {
    font-size: 36px;
  }
}
