﻿@import url("https://fonts.googleapis.com/css2?family=Zalando+Sans+Expanded&display=swap");

html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  --sb-track-color: #22282f;
  --sb-thumb-color: #a4b9be;
  --sb-size: 15px;

  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-position: center top;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  background-image: url("../theme/bgnd-top.jpg");
  background-repeat: repeat-x;
  background-color: #43515e;
  font-family: "Zalando Sans Expanded", Geneva, Tahoma, sans-serif;
  font-size: 0.8em;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
  border: 2px solid #171c20;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

a {
  color: #171c20;
}
#wrapper {
  max-width: 980px;
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0px auto;
  overflow: hidden;
  flex-grow: 1;
}
#head {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 115px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#logo {
  padding: 0px;
  margin: 0 15px;
  height: 90px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#logo img {
  height: 90px !important;
}
#head-mid {
  padding: 0px;
  margin: 0 15px;
  height: 80px;
  overflow: hidden;
  text-align: center;
  align-content: center;
}

.header-line1,
.header-line2,
.header-line3 {
  padding: 4px;
  margin: 0px;
  position: relative;
  overflow: hidden;
}
.header-line1 {
  font-size: 140%;
  font-weight: bold;
  color: #f0f0f0;
}
.header-line2 {
  font-size: 120%;
  font-weight: bold;
  color: #a4b9be;
}
.header-line3 {
  font-size: 110%;
  font-weight: normal;
  font-style: italic;
  color: #b1c2c7;
}

#main {
  margin: 15px 0;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #43515e;
}
#col-R {
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 250px;
  overflow: hidden;
  float: right;
}
#col-L {
  padding: 0px;
  margin: 0px;
  width: calc(100% - 280px);
  max-width: 700px;
  position: relative;
  float: left;
  overflow: hidden;
}

#footer {
  background: linear-gradient(to bottom, #2d353e, #171c20);
  border-top: #a4b9be 1px solid;
  width: 100%;
  position: relative;
  color: #f0f0f0;
  flex-shrink: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

#foot-info {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.ft-title {
  font-size: 120%;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}
.ft-links {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.ft-links ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.ft-links ul li {
  padding: 0px;
  margin: 0px 0px 4px 0px;
  list-style-type: none;
  line-height: 180%;
}
.ft-links ul li a {
  padding: 0;
  color: #a4b9be;
  text-decoration: none;
  font-size: 95%;
  font-weight: normal;
}

.ft-links li a:hover {
  color: #d8e0e2;
  text-decoration: underline;
}

#nav-H {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 980px;
  height: 35px;
  position: relative;
  z-index: 10;
}

#nav-H-Box {
  margin: 1px auto 0 auto;
  padding: 0px;
  width: 722px;
  height: 34px;
  position: relative;
  background-image: url("../theme/h-nav.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  transition: max-height 0.3s ease-in-out;
}

#butn-block {
  padding: 0px;
  margin: 0px auto 0px auto;
  width: 720px;
  height: 34px;
  position: relative;
  overflow: hidden;
  list-style-type: none;
}
#butn-block ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#butn-block ul li {
  padding: 0px;
  margin: 0px;
  width: 120px;
  height: 34px;
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
  line-height: 250%;
  font-size: 100%;
}
#butn-block ul li a {
  color: #e1ebf4;
  text-decoration: none;
  font-weight: bold;
}
#butn-block ul li a:hover {
  color: #ffffff;
}
.Butn1 {
  padding: 0px;
  margin: 0px;
  display: block;
  width: 120px;
  height: 60px;
  background: url("../theme/h-butns.jpg") no-repeat 0px 0px;
  overflow: hidden;
  position: relative;
}
.Butn1:hover {
  background: url("../theme/h-butns.jpg") no-repeat 0px -34px;
}
.Butn1.active-nav {
  background-position: 0px -34px !important;
  color: #ffffff !important;
}
.nav-box {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  width: 250px;
  position: relative;
  overflow: hidden;
}
.nav-head {
  background-image: url("../theme/nav-top.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0px;
  margin: 0px;
  width: 250px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.nav-filler {
  background-image: url("../theme/nav-fill.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  padding: 0px;
  margin: 0px;
  width: 250px;
  position: relative;
  overflow: hidden;
}
.nav-ft {
  padding: 0px;
  margin: 0px;
  background-image: url("../theme/nav-btm.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  width: 250px;
  height: 42px;
  position: relative;
  overflow: hidden;
}
.nav-links {
  padding: 0px;
  margin: 0px auto;
  width: 204px;
  position: relative;
  overflow: hidden;
  list-style-type: none;
}
.nav-links ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.nav-links ul li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: 204px;
  height: 26px;
  position: relative;
  text-align: left;
  text-indent: 5px;
  line-height: 170%;
}
.nav-links ul li a {
  background-position: 0px 0px;
  margin: 0px;
  display: block;
  padding: 0px;
  color: #22282f;
  text-decoration: none;
  font-size: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../theme/v-nav-butn.png");
  width: 204px;
  height: 26px;
  list-style-type: none;
  font-weight: normal;
}
.nav-links li a.current {
  background-position: left top;
  color: #22282f;
  list-style-type: none;
}
.nav-links li a:hover {
  background-position: -204px 0px;
  color: #1f1f1f;
  background-image: url("../theme/v-nav-butn.png");
  background-repeat: no-repeat;
  list-style-type: none;
  font-weight: normal;
  text-indent: 16px;
}
.cnt-box {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cnt-head h1,
.cnt-head h2 {
  padding: 0 25px !important;
  box-sizing: border-box !important;
}

.cnt-head {
  background-image: url("../theme/cnt-top.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
}
.cnt-headless {
  background-image: url("../theme/cnt-btm.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 20px;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  transform: scaleY(-1);
}
.cnt-filler {
  background-image: url("../theme/cnt-filler.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: 100% auto;
  padding-bottom: 15px;
}
.cnt-info {
  line-height: 1.6;
  font-size: 1.05em;
  font-weight: normal;
  color: #22282f;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
  width: 100%;
  max-width: 642px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.cnt-ft {
  padding: 0px;
  margin: 0px;
  background-image: url("../theme/cnt-btm.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 42px;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
}
img {
  border: 0px;
  max-width: 100%;
  height: auto;
}
h1,
h2 {
  font-weight: bold;
  color: #2d353e;
  text-decoration: none;
  text-align: left;
  margin: 20px 0px;
  padding: 0px;
  width: 100%;
  max-width: 660px;
  position: relative;
  list-style-type: none;
  line-height: 100%;
}
h1 {
  font-size: 112%;
}
h2 {
  font-size: 115%;
}

h5 {
  font-size: 115%;
  font-weight: bold;
  color: #2d353e;
  text-decoration: none;
  text-align: left;
  margin: 20px auto 0px auto;
  padding: 0px;
  width: 100%;
  max-width: 210px;
  height: 20px;
  position: relative;
  overflow: hidden;
  list-style-type: none;
  line-height: 100%;
}

@media screen and (max-width: 980px) {
  #col-L,
  #col-R {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #col-L {
    max-width: 700px;
  }
  #col-R {
    max-width: 700px;
  }

  .nav-box {
    margin: 20px auto;
  }

  #head {
    height: auto;
    background-image: none;
    background: linear-gradient(to bottom, #2d353e, #171c20);
    border-bottom: #a4b9be 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
  }
  #logo,
  #head-mid {
    float: none;
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }
  #logo img {
    display: inline-block;
    height: 90px;
  }
  #head-mid {
    width: 95%;
    margin: 10px auto;
  }
  .header-line1,
  .header-line2,
  .header-line3 {
    text-align: center;
  }

  #nav-H {
    display: none;
  }

  .cnt-info {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    height: auto;
  }

  h1 {
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }

  #foot-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ft-links ul li a {
    padding: 0;
    background-image: none;
    display: block;
  }
}

.contact-form {
  width: 100%;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-weight: bold;
  color: #2d353e;
  margin-bottom: 5px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #2d353e;
  background-color: #f0f0f0;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Zalando Sans Expanded", Geneva, Tahoma, sans-serif;
}
.form-group textarea {
  height: 150px;
  resize: vertical;
}
#form-messages {
  display: none;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
}

.arcade-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
  padding: 15px;
  background-color: #c8d0d7;
  border-radius: 5px;
  border: 1px solid #43515e;
}
.search-bar {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #2d353e;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-family: "Zalando Sans Expanded", Geneva, Tahoma, sans-serif;
  font-size: 1em;
}
.genre-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.game-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.game-card {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 24 / 5;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #2d353e;
  background-size: cover;
  background-position: center;
  background-color: #22282f;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  text-decoration: none;
}
.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.game-card h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  padding-top: 20px;
  font-size: 1.2em;
  color: #fff;
  text-align: left;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.pin-button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.2s;
}
.pin-button svg {
  fill: white;
  width: 18px;
  height: 18px;
}
.game-card.pinned .pin-button {
  background-color: #a4b9be;
}
.game-card.pinned .pin-button svg {
  fill: #2d353e;
}
.no-games-found {
  color: #22282f;
  grid-column: 1 / -1;
  text-align: center;
  display: none;
}

#apps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.apps-card {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #2d353e;
  background-size: cover;
  background-position: center;
  background-color: #22282f;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  text-decoration: none;
}
.apps-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.apps-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.apps-card-overlay-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}
.apps-card-content {
  position: relative;
  z-index: 2;
}
.apps-card h2 {
  margin: 0;
  font-size: 1.5em;
  color: #fff;
}
.apps-card p {
  margin: 5px 0 0;
  color: #a4b9be;
}

.app-container {
  width: 90%;
  margin: 10px auto 25px auto;
  padding: 15px;
  background-color: #a4b9be;
  border-radius: 5px;
  border: 2px solid #2d353e;
  box-sizing: border-box;
}

#app-container-inner,
.app-container iframe,
#app-container-inner iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 400px;
  border: none;
  border-radius: 5px;
  background-color: #171c20;
  display: block;
  position: relative;
}

#app-container-inner:empty::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 5px solid #333;
  border-top: 5px solid #a4b9be;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.action-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #5c6f82 0%, #43515e 50%, #2f3a44 100%);
  border: 1px solid #1f262c;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-family: "Zalando Sans Expanded", Geneva, Tahoma, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 2px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

.action-btn:hover {
  background: linear-gradient(to bottom, #6d8296 0%, #4e5e6d 50%, #3a4753 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 4px 6px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.action-btn:active {
  background: linear-gradient(to bottom, #2f3a44 0%, #43515e 100%);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
  transform: translateY(1px);
}

.action-btn svg {
  fill: white;
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.5));
}

.action-btn.active {
  background: linear-gradient(to bottom, #2f3a44 0%, #43515e 100%);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
  transform: translateY(1px);
}

.action-btn.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none !important;
}

.player-controls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

#full-container {
  width: 96%;
  margin: 10px auto 25px auto;
  position: relative;
  background-color: #a4b9be;
  border-radius: 5px;
  border: 15px solid #a4b9be;
  box-sizing: border-box;
  outline: 2px solid #2d353e;
  padding-bottom: 5px;
}

#full-container iframe {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 400px;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #171c20;
}

#full-controls {
  margin-top: 15px;
}

#mobile-warning {
  display: none;
  width: 100%;
  color: #2d353e;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
#mobile-warning h2 {
  margin: 10px 0 10px 0;
  font-size: 1.2rem;
  color: #2d353e;
  text-align: center;
}
#mobile-warning p {
  max-width: 300px;
  margin-bottom: 20px;
  line-height: 1.4;
}
#mobile-warning svg {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}

#full-iframe:fullscreen,
#full-iframe:-webkit-full-screen,
#full-iframe:-moz-full-screen {
  display: block !important;
  border: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  #full-container iframe,
  #full-controls {
    display: none;
  }

  #full-container::before {
    display: none !important;
    padding-top: 0 !important;
  }

  #full-container {
    height: auto !important;
    padding-bottom: 0 !important;
  }

  #mobile-warning {
    display: flex;
  }
}

@media screen and (max-width: 980px) {
  .game-grid {
    grid-template-columns: 1fr;
  }
  #apps-grid {
    grid-template-columns: 1fr;
  }
}

.faq-item {
  border-bottom: 1px solid #ddd;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 15px 10px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  font-family: "Zalando Sans Expanded", Geneva, Tahoma, sans-serif;
  color: #2d353e;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 1.5em;
  transition: transform 0.2s;
}
.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq-answer p {
  padding: 0px 15px 15px;
  margin: 0;
}

.legal-links ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: center;
}

@media (max-width: 768px) {
  .legal-links ul {
    flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  #full-container iframe {
    aspect-ratio: auto;
    height: 70vh;
  }
}

.home-section-header {
  margin-bottom: 10px;
}

.global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #171c20;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.5s ease-out,
    visibility 0.5s ease-out;
}

.loader-logo {
  width: 150px;
  height: 150px;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loader-hidden {
  opacity: 0;
  visibility: hidden;
}
#game-iframe {
  height: 480px;
  aspect-ratio: auto;
}

.cnt-info-blog img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 400px;
  margin: 25px auto;
  border: 2px solid #2d353e;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.cnt-info-blog figcaption {
  text-align: center;
  font-style: italic;
  color: #555;
  margin-top: -15px;
  margin-bottom: 15px;
}

.gutter-ad {
  display: none;
  position: fixed;
  top: 165px;
  z-index: 100;
}

@media screen and (min-width: 1350px) {
  .gutter-ad {
    display: block;
    width: 160px;
  }
  .gutter-ad-left {
    right: calc(50% + 500px);
  }
  .gutter-ad-right {
    left: calc(50% + 500px);
  }
}

@media screen and (min-width: 1530px) {
  .gutter-ad {
    width: 250px;
  }
  .gutter-ad-left {
    right: calc(50% + 510px);
  }
  .gutter-ad-right {
    left: calc(50% + 510px);
  }
}

.crypto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 25px;
}
.crypto-item {
  background: #c8d0d7;
  border: 1px solid #2d353e;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.crypto-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2em;
  color: #2d353e;
}
.crypto-header img {
  height: 32px;
  width: 32px;
}
.qr-frame {
  background: white;
  padding: 8px;
  border: 1px solid #2d353e;
  border-radius: 3px;
  line-height: 0;
}
.qr-frame img {
  width: 140px;
  height: 140px;
  image-rendering: pixelated;
}
.addr-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.crypto-address {
  background: #f0f0f0;
  border: 1px solid #2d353e;
  padding: 8px;
  border-radius: 3px;
  font-family: monospace;
  font-size: 0.95em;
  word-break: break-all;
  text-align: center;
  color: #171c20;
  min-height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crypto-item .action-btn {
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .crypto-grid {
    grid-template-columns: 1fr;
  }
}
