.dm-openid-lock {
  overflow: hidden;
}

html:not(.dm-openid-lock) {
  height: 100% !important;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

body:not(.dm-openid-lock) {
  height: 100% !important;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

html:not(.dm-openid-lock):has(body:is(.author, .category, .esports, .guides, .hardware, .news, .page, .post, .product-updates, .reviews, .skins, .tag, .taglist)) {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body:is(.author, .category, .esports, .guides, .hardware, .news, .page, .post, .product-updates, .reviews, .skins, .tag, .taglist):not(.dm-openid-lock) {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.cdk-global-scrollblock:not(.dm-openid-lock) {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  overflow-y: hidden !important;
}

mat-sidenav-container.mat-drawer-container {
  height: 100vh !important;
  min-height: 100vh;
  overflow: hidden !important;
}

mat-sidenav-content.mat-drawer-content.c-app {
  height: 100vh !important;
  min-height: 0;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

mat-sidenav-content.mat-drawer-content.c-app::-webkit-scrollbar {
  width: 0;
  height: 0;
}

html.dm-openid-lock mat-sidenav-content.mat-drawer-content.c-app {
  overflow: hidden !important;
}

img[ng-img][placeholder] {
  filter: none !important;
}

img.invert[src*="/social-home/"],
img[src*="/social-home/"].invert {
  filter: invert(1) !important;
}

svg-icon-with-fallback {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

shared-svg-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

svg-icon-with-fallback img[alt="svg-icon"] {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
  object-fit: contain;
}

.dm-inline-icon {
  display: block;
  width: 100%;
  height: 100%;
  color: currentColor;
  line-height: 0;
}

.dm-inline-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.dm-inline-icon--previous {
  transform: rotate(-90deg);
}

.dm-inline-icon--next {
  transform: rotate(90deg);
}

svg-icon-with-fallback:not([inlinesvgurl]) {
  position: relative;
}

svg-icon-with-fallback:not([inlinesvgurl]):not(.dm-icon-hydrated) > i {
  display: none !important;
}

svg-icon-with-fallback.dm-icon-hydrated > i:has(svg) {
  display: inline-flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.c-navigationControls:has(.c-navigationAuth__authBtn--logIn) > header-user-dropdown.c-navigationControls__user,
.c-navigationControls:has(vendor-auth-steam) > header-user-dropdown.c-navigationControls__user {
  display: none !important;
}

svg-icon-with-fallback.dm-icon-hydrated > i:has(svg) svg {
  display: block;
  width: 100%;
  height: 100%;
}

svg-icon-with-fallback.dm-icon-hydrated::before,
svg-icon-with-fallback.dm-icon-hydrated::after {
  content: none !important;
}

shared-svg-icon.dm-icon-hydrated .dm-inline-icon,
shared-svg-icon.dm-icon-hydrated .dm-inline-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

button[class*="group/button"] .rounded-full:has(.dm-cta-arrow-icon) {
  position: relative;
}

.dm-cta-arrow-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 0;
  pointer-events: none;
}

.dm-cta-arrow-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

button[aria-label^="Previous"] svg-icon-with-fallback:not([inlinesvgurl]):not(.dm-icon-hydrated)::before,
button[aria-label^="Next"] svg-icon-with-fallback:not([inlinesvgurl]):not(.dm-icon-hydrated)::before,
div[class*="w-9"] svg-icon-with-fallback:not([inlinesvgurl]):not(.dm-icon-hydrated)::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-color: currentColor;
  border-style: solid;
  border-width: 0;
}

button[aria-label^="Previous"] svg-icon-with-fallback:not([inlinesvgurl]):not(.dm-icon-hydrated)::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-40%, -50%) rotate(45deg);
}

button[aria-label^="Next"] svg-icon-with-fallback:not([inlinesvgurl]):not(.dm-icon-hydrated)::before {
  border-right-width: 2px;
  border-top-width: 2px;
  transform: translate(-60%, -50%) rotate(45deg);
}

div[class*="w-9"] svg-icon-with-fallback:not([inlinesvgurl]):not(.dm-icon-hydrated)::before {
  width: 7px;
  height: 7px;
  border-right-width: 2px;
  border-top-width: 2px;
  transform: translate(-55%, -45%);
}

div[class*="w-9"] svg-icon-with-fallback:not([inlinesvgurl]):not(.dm-icon-hydrated)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 11px;
  height: 2px;
  background: currentColor;
  transform: translate(-58%, -50%) rotate(-45deg);
  transform-origin: center;
}

svg-icon-with-fallback.size-6.text-white:not([inlinesvgurl]):not(.dm-icon-hydrated)::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 20px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

svg-icon-with-fallback.size-6.text-white:not([inlinesvgurl]):not(.dm-icon-hydrated)::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.cdk-overlay-container:has(dm-cookies-dialog),
.cdk-global-overlay-wrapper:has(dm-cookies-dialog),
.cdk-overlay-pane:has(dm-cookies-dialog),
dm-cookies-dialog {
  display: none !important;
  pointer-events: none !important;
}

.dm-static-header-actions {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: flex-end;
  gap: 0 !important;
  margin-left: auto;
  margin-right: 5px;
  padding-left: 0 !important;
  white-space: nowrap;
}

.dm-static-header-icon,
.dm-static-header-avatar,
.dm-static-header-caret {
  height: 65px;
}

.dm-static-header-icon,
.dm-static-header-login,
.dm-static-header-steam,
.dm-static-header-avatar,
.dm-static-header-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.dm-static-header-icon {
  position: relative;
  width: 40px;
  padding: 0 8px;
  background: transparent;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
}

.dm-static-header-icon--language {
  width: 36px;
}

.dm-static-header-icon--promo {
  width: 42px;
  height: 69px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.dm-static-header-icon:hover,
.dm-static-header-login:hover,
.dm-static-header-avatar:hover,
.dm-static-header-caret:hover {
  background: rgba(255, 255, 255, 0.14);
}

.dm-static-header-login {
  height: 50px;
  min-width: 75px;
  margin-left: 24px;
  margin-right: 8px;
  padding: 11px 15px;
  border-radius: 2px;
  background: #35373a;
  color: #ffffff;
  font-size: 14px;
}

.dm-static-header-steam {
  height: 50px;
  width: 190px !important;
  min-width: 190px;
  margin-left: 0;
  padding: 10px 15px !important;
  border-radius: 2px;
  gap: 8px;
  background: #4daef8;
  color: #ffffff;
  font-size: 14px;
}

.dm-static-header-steam:hover {
  background: #55b7ff;
}

.dm-static-header-icon--promo {
  color: #d95164;
}

.dm-static-header-svg,
.dm-static-header-steamIcon,
.dm-static-header-caret span,
.dm-live-feed-cart {
  display: block;
  color: currentColor;
}

.dm-static-header-svg {
  width: 20px;
  height: 20px;
}

.dm-static-header-icon--support .dm-static-header-svg,
.dm-static-header-icon--promo .dm-static-header-svg,
.dm-static-header-icon--phone .dm-static-header-svg {
  width: 24px;
  height: 24px;
}

.dm-static-header-svg--flag {
  width: 20px;
  height: 20px;
}

.dm-static-header-steamIcon {
  width: 16px;
  height: 12px;
  flex: 0 0 auto;
}

.dm-static-header-avatar {
  width: 40px;
  padding: 0;
  margin-left: 8px;
  background: transparent;
}

.dm-static-header-avatar img {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.dm-static-header-caret {
  width: 20px;
  padding: 0;
  margin-left: 6px;
  background: transparent;
  color: #ffffff;
}

.dm-static-header-caret span {
  width: 20px;
  height: 20px;
}

.dm-live-feed-fallback {
  display: block;
  width: 100%;
  overflow: hidden;
}

.dm-live-feed-track {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-end;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
}

live-feed-cards:has(.dm-live-feed-item) > div {
  flex-flow: row-reverse nowrap !important;
  justify-content: flex-end !important;
}

.dm-live-feed-item {
  position: relative;
  display: flex;
  flex: 0 0 144px;
  width: 144px;
  height: 144px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  padding: 10px;
  background: #3d3d3d;
  color: #ffffff;
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
}

.dm-live-feed-item > .size-36 {
  display: none !important;
}

.dm-live-feed-item:hover {
  background: #4a4a4a;
}

.dm-live-feed-price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.dm-live-feed-cart {
  width: 14px;
  height: 14px;
  color: rgba(255, 255, 255, 0.5);
  flex: 0 0 auto;
}

.dm-live-feed-visual {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  flex-direction: column;
}

.dm-live-feed-imageWrap {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  padding: 6px 0;
}

.dm-live-feed-image {
  display: block;
  max-width: 124px;
  max-height: 80px;
  object-fit: contain;
  filter: none !important;
}

.dm-live-feed-name {
  display: none;
  width: 100%;
  overflow: hidden;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-live-feed-market {
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  color: #4ade80;
  line-height: 0;
}

.dm-live-feed-market svg {
  display: block;
  width: 16px;
  height: 16px;
}

.dm-trustpilot-widget {
  display: flex;
  width: 300px;
  height: 130px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
}

.dm-trustpilot-widget__logo {
  display: block;
  width: 120px;
  height: 30px;
  object-fit: contain;
}

.dm-trustpilot-widget__rating {
  display: block;
  width: 179px;
  height: 32px;
  object-fit: contain;
}

.dm-trustpilot-widget__score {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.dm-static-site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #121415;
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
}

.dm-static-site-header__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 68px;
  padding: 0 32px;
}

.dm-static-site-header__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.dm-static-site-header__brand img {
  display: block;
  width: 188px;
  max-width: 188px;
  height: auto;
  filter: none !important;
}

.dm-static-site-header__nav {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  gap: clamp(14px, 2vw, 34px);
  overflow: hidden;
}

.dm-static-site-header__nav a {
  overflow: hidden;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dm-static-site-header__nav a:hover {
  color: #59ed90;
}

.dm-static-inline-nav {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
  overflow: hidden;
  padding-left: 28px;
}

.dm-static-inline-nav a {
  overflow: hidden;
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dm-static-inline-nav a:hover {
  color: #59ed90;
}

@media (max-width: 1180px) {
  .dm-static-site-header__inner {
    gap: 18px;
    padding: 0 20px;
  }

  .dm-static-site-header__brand img {
    width: 152px;
  }
}

@media (max-width: 860px) {
  .dm-static-site-header__nav,
  .dm-static-inline-nav {
    display: none;
  }
}

@media (max-width: 1280px) {
  .dm-static-header-actions {
    gap: 6px;
    padding-left: 8px;
  }

  .dm-static-header-steam {
    min-width: 132px;
    padding: 0 12px;
  }
}

@media (max-width: 1100px) {
  .dm-static-header-icon--promo,
  .dm-static-header-icon--phone,
  .dm-static-header-avatar,
  .dm-static-header-caret {
    display: none;
  }
}

@media (max-width: 960px) {
  .dm-static-header-login,
  .dm-static-header-steam {
    display: none;
  }
}

body.dm-static-product-page {
  min-height: 100vh;
  background: #0f1114;
}

.c-asset-wrapper[data-dm-market-fallback] {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 0 4px 4px 0;
  pointer-events: auto !important;
}

body.dm-market-list-fallback-active market-inventory .scrollable-content.placeholders-content {
  z-index: 3 !important;
  pointer-events: auto !important;
}

body.dm-market-list-fallback-active market-inventory .scrollable-content:not(.placeholders-content) {
  pointer-events: none !important;
}

.dm-market-fallback-grid {
  display: grid;
  width: 100%;
  height: 100%;
  grid-auto-rows: 152px;
  grid-template-columns: repeat(auto-fill, minmax(164px, 1fr));
  gap: 4px;
  overflow: auto;
}

.dm-market-fallback-grid .c-asset-wrapper[data-dm-market-fallback] {
  width: 100% !important;
  height: 152px !important;
  padding: 0;
}

.dm-market-card-fallback {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 104px;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #202123;
  color: #f5f6f7;
  cursor: pointer;
  font: inherit;
  pointer-events: auto !important;
  text-align: left;
  isolation: isolate;
}

.dm-market-card-fallback:hover {
  background: #4d4f52;
}

.dm-market-card-fallback__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px 0;
}

.dm-market-card-fallback__price {
  color: #a8dba8;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

.dm-market-card-fallback__market {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #59ed90;
  opacity: 0.95;
}

.dm-market-card-fallback__figure {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 36px;
  flex: 1 1 auto;
  place-items: center;
  padding: 4px 10px 0;
}

.dm-market-card-fallback__figure::before {
  position: absolute;
  inset: 20% 12% 10%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(89, 237, 144, 0.16), transparent 66%);
  content: "";
}

.dm-market-card-fallback__figure img {
  display: block;
  width: 100%;
  max-width: 150px;
  max-height: 62px;
  object-fit: contain;
  filter: none !important;
}

.dm-market-card-fallback__title {
  display: block;
  overflow: hidden;
  padding: 0 12px;
  color: #f5f6f7;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-market-card-fallback__details {
  display: flex;
  min-height: 20px;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 3px 12px 0;
}

.dm-market-card-fallback__discount {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.dm-market-card-fallback__wear {
  color: #8f9094;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.dm-market-card-fallback__st {
  margin-right: 4px;
  color: #ff7f32;
}

.dm-market-card-fallback__float {
  overflow: hidden;
  padding: 2px 12px 0;
  color: #8f9094;
  font-size: 11px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-market-card-fallback__bar {
  display: block;
  height: 2px;
  margin: 5px 12px 9px;
  background: #303235;
}

.dm-market-card-fallback__bar span {
  display: block;
  height: 100%;
  min-width: 8px;
  background: linear-gradient(90deg, #55aabd, #80c948);
}

.dm-market-card-fallback__index {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media (min-width: 1440px) {
  .dm-market-card-fallback__price {
    font-size: 15px;
  }

  .dm-market-card-fallback__figure img {
    max-height: 70px;
  }
}

body.dm-static-product-page exchange.c-exchange__wrapper {
  display: none !important;
}

body.dm-static-product-page .c-seoArea {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  display: block !important;
  width: min(100%, 980px) !important;
  height: auto !important;
  min-height: calc(100vh - 64px);
  margin: 0 auto !important;
  padding: 28px 20px 48px !important;
  overflow: visible !important;
  transform: none !important;
}

body.dm-static-product-page seo-area-page,
body.dm-static-product-page seo-area-page > div {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

body.dm-static-product-page seo-product-card > div {
  min-height: 0 !important;
  max-height: none !important;
  border-radius: 8px;
  background: #171a1f;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

body.dm-static-product-page seo-product-card .dm-scrollbar {
  overflow: visible !important;
}

body.dm-static-product-page seo-product-card myth-image {
  width: min(100%, 360px) !important;
  min-width: 0 !important;
}

body.dm-static-product-page seo-product-card myth-image img {
  width: min(100%, 360px) !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 auto;
  object-fit: contain;
  filter: none !important;
}

body.dm-static-product-page seo-area-header a,
body.dm-static-product-page seo-area-header button {
  cursor: pointer;
}

@media (max-width: 720px) {
  body.dm-static-product-page .c-seoArea {
    padding: 14px 10px 32px !important;
  }

  body.dm-static-product-page seo-product-card > div {
    border-radius: 0;
  }
}

.dm-openid-modal[hidden] {
  display: none !important;
}

.dm-openid-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 24px;
  font-family: Montserrat, Arial, sans-serif;
  color: #f8fafc;
}

.dm-openid-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 12, 0.78);
  backdrop-filter: blur(8px);
}

.dm-openid-modal__dialog {
  position: relative;
  width: min(100%, 440px);
  max-height: calc(100svh - 48px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #12161d;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.dm-openid-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.dm-openid-modal__close:hover {
  background: rgba(255, 255, 255, 0.14);
}

.dm-openid-modal__content {
  padding: 34px;
}

.dm-openid-modal__mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  margin-bottom: 22px;
  background: #22c55e;
  color: #04130a;
  font-weight: 900;
  letter-spacing: 0;
}

.dm-openid-modal__title {
  margin: 0 42px 12px 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.dm-openid-modal__text {
  margin: 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.dm-openid-modal__actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.dm-openid-modal__primary,
.dm-openid-modal__secondary {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  border: 0;
  padding: 0 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.dm-openid-modal__primary {
  background: #22c55e;
  color: #04130a;
}

.dm-openid-modal__primary:visited {
  color: #04130a;
}

.dm-openid-modal__primary:hover {
  background: #4ade80;
}

.dm-openid-modal__secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.dm-openid-modal__secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.dm-openid-modal__note {
  margin-top: 18px;
  color: rgba(248, 250, 252, 0.54);
  font-size: 12px;
  line-height: 1.45;
}

.dm-home-blog {
  display: block;
  padding: 72px 20px 88px;
  background: #080909;
  color: #ffffff;
}

.dm-home-blog__inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}

.dm-home-blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.dm-home-blog__copy,
.dm-home-blog__aside {
  min-width: 0;
}

.dm-home-blog__eyebrow {
  margin: 0 0 12px;
  color: #59ed90;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dm-home-blog__title {
  margin: 0;
  color: #ffffff;
  font-size: 72px;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.dm-home-blog__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
  gap: 22px;
}

.dm-home-blog__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0;
}

.dm-home-blog__all {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  max-width: 100%;
  padding: 0 12px 0 26px;
  border-radius: 999px;
  background: #59ed90;
  color: #04130a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.dm-home-blog__all:hover {
  background: #67f49a;
}

.dm-home-blog__allIcon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #050606;
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
}

.dm-home-blog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dm-home-blog__card {
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: #1f2020;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.16s ease, transform 0.16s ease;
}

.dm-home-blog__card:hover {
  transform: translateY(-3px);
  background: #272828;
}

.dm-home-blog__imageWrap {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111313;
}

.dm-home-blog__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dm-home-blog__body {
  display: flex;
  min-height: 206px;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.dm-home-blog__meta {
  margin-bottom: 14px;
  color: #59ed90;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dm-home-blog__cardTitle {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.dm-home-blog__excerpt {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0;
}

.dm-home-blog__arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-top: auto;
  border-radius: 999px;
  background: #59ed90;
  color: #04130a;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1200px) {
  .dm-home-blog__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .dm-home-blog__title {
    font-size: 56px;
  }

  .dm-home-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .dm-home-blog {
    padding: 48px 16px 58px;
  }

  .dm-home-blog__header {
    gap: 22px;
    margin-bottom: 24px;
  }

  .dm-home-blog__title {
    font-size: 34px;
    line-height: 1;
  }

  .dm-home-blog__lead {
    font-size: 15px;
  }

  .dm-home-blog__all {
    width: 100%;
    justify-content: space-between;
  }

  .dm-home-blog__grid {
    grid-template-columns: 1fr;
  }

  .dm-home-blog__card {
    min-height: 0;
    border-radius: 16px;
  }

  .dm-home-blog__body {
    min-height: 180px;
    padding: 20px;
  }

  .dm-home-blog__cardTitle {
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .dm-openid-modal {
    padding: 12px;
  }

  .dm-openid-modal__content {
    padding: 26px 20px 22px;
  }

  .dm-openid-modal__title {
    font-size: 21px;
  }
}
