@import url("../css/fonts.css");
@import url("fontawesome-all.min.css");
/*
	Aerial by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* CSS Custom Properties for Theme Switching */
:root {
  --bg-color: #ffffff;
  --text-color: #000000;
  --bg-image: url("../images/genesis_white_wide.png");
  --bg-opacity: 1;
}

[data-theme=dark] {
  --bg-color: #000000;
  --text-color: #ffffff;
  --bg-image: url("../images/genesis_black_wide.png");
  --bg-opacity: 1;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #fff;
  overflow: hidden;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body, input, select, textarea {
  color: var(--text-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 15pt;
  font-weight: 300 !important;
  letter-spacing: -0.025em;
  line-height: 1.75em;
}

a {
  -moz-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: inherit;
  outline: 0;
  text-decoration: none;
}
a:hover {
  border-color: transparent;
}

/* Icon */
.icon {
  text-decoration: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon > .label {
  display: none;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

/* NYKNYC Text */
.nyknyc-text {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 1000;
  font-size: 0.9em;
  font-weight: 600;
  color: var(--text-color);
  opacity: 0.8;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  border-bottom: none !important;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nyknyc-text:hover {
  opacity: 1;
  color: var(--text-color);
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Service Card Link */
.service-card-link {
  text-decoration: none !important;
  border-bottom: none !important;
  color: inherit;
}
.service-card-link:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  color: inherit;
}

/* Theme Toggle */
.theme-toggle {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
  background: none;
  border: none;
  font-size: 1.33em;
  cursor: pointer;
  padding: 0.33rem;
  color: var(--text-color);
  border-radius: 50%;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.theme-toggle:hover {
  color: #ff0000;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Wrapper */
@-moz-keyframes wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#wrapper {
  -moz-animation: wrapper 3s forwards;
  -webkit-animation: wrapper 3s forwards;
  -ms-animation: wrapper 3s forwards;
  animation: wrapper 3s forwards;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

/* BG */
#bg {
  -moz-animation: bg 60s linear infinite;
  -webkit-animation: bg 60s linear infinite;
  -ms-animation: bg 60s linear infinite;
  animation: bg 60s linear infinite;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  /* Set your background with this */
  background-color: var(--bg-color);
  background-image: var(--bg-image);
  background-position: center left;
  opacity: var(--bg-opacity);
  background-repeat: repeat-x;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
}

@-moz-keyframes bg {
  0% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    -moz-transform: translate3d(-2250px,0,0);
    -webkit-transform: translate3d(-2250px,0,0);
    -ms-transform: translate3d(-2250px,0,0);
    transform: translate3d(-2250px,0,0);
  }
}
@-webkit-keyframes bg {
  0% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    -moz-transform: translate3d(-2250px,0,0);
    -webkit-transform: translate3d(-2250px,0,0);
    -ms-transform: translate3d(-2250px,0,0);
    transform: translate3d(-2250px,0,0);
  }
}
@-ms-keyframes bg {
  0% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    -moz-transform: translate3d(-2250px,0,0);
    -webkit-transform: translate3d(-2250px,0,0);
    -ms-transform: translate3d(-2250px,0,0);
    transform: translate3d(-2250px,0,0);
  }
}
@keyframes bg {
  0% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    -moz-transform: translate3d(-2250px,0,0);
    -webkit-transform: translate3d(-2250px,0,0);
    -ms-transform: translate3d(-2250px,0,0);
    transform: translate3d(-2250px,0,0);
  }
}
#bg {
  background-size: 2250px auto;
  width: 6750px;
}

/* Overlay */
@-moz-keyframes overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#overlay {
  -moz-animation: overlay 1.5s 1.5s forwards;
  -webkit-animation: overlay 1.5s 1.5s forwards;
  -ms-animation: overlay 1.5s 1.5s forwards;
  animation: overlay 1.5s 1.5s forwards;
  background-attachment: fixed, fixed;
  /* Disabled to fix transparency issues - background-image: url('images/overlay-pattern.png'), url('images/overlay.svg'); */
  background-position: top left, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

/* Main */
#main {
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}
#main:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: 0;
  vertical-align: middle;
  width: 1px;
}

/* Header */
@-moz-keyframes header {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@-webkit-keyframes header {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@-ms-keyframes header {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes header {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@-moz-keyframes nav-icons {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@-webkit-keyframes nav-icons {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@-ms-keyframes nav-icons {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes nav-icons {
  0% {
    -moz-transform: translate3d(0,1em,0);
    -webkit-transform: translate3d(0,1em,0);
    -ms-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
#header {
  -moz-animation: header 1s 2.25s forwards;
  -webkit-animation: header 1s 2.25s forwards;
  -ms-animation: header 1s 2.25s forwards;
  animation: header 1s 2.25s forwards;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  cursor: default;
  display: inline-block;
  opacity: 0;
  position: relative;
  text-align: center;
  top: -1em;
  vertical-align: middle;
  width: 90%;
}
#header h1 {
  font-size: 4.35em;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1em;
}
#header h1:hover {
  color: #ff0000;
  cursor: pointer;
}
#header p {
  font-size: 1.25em;
  font-weight: 500;
  margin: 0.75em 0 0.25em 0;
  opacity: 1;
}
#header p:hover {
  color: #ff0000;
  cursor: pointer;
  opacity: 1;
}
#header nav {
  margin: 1.5em 0 0 0;
}
#header nav li {
  -moz-animation: nav-icons 0.5s ease-in-out forwards;
  -webkit-animation: nav-icons 0.5s ease-in-out forwards;
  -ms-animation: nav-icons 0.5s ease-in-out forwards;
  animation: nav-icons 0.5s ease-in-out forwards;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  display: inline-block;
  height: 5.35em;
  line-height: 5.885em;
  opacity: 0;
  position: relative;
  top: 0;
  width: 5.35em;
}
#header nav li:nth-child(1) {
  -moz-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
#header nav li:nth-child(2) {
  -moz-animation-delay: 2.75s;
  -webkit-animation-delay: 2.75s;
  -ms-animation-delay: 2.75s;
  animation-delay: 2.75s;
}
#header nav li:nth-child(3) {
  -moz-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
#header nav li:nth-child(4) {
  -moz-animation-delay: 3.25s;
  -webkit-animation-delay: 3.25s;
  -ms-animation-delay: 3.25s;
  animation-delay: 3.25s;
}
#header nav li:nth-child(5) {
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
  -ms-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
#header nav li:nth-child(6) {
  -moz-animation-delay: 3.75s;
  -webkit-animation-delay: 3.75s;
  -ms-animation-delay: 3.75s;
  animation-delay: 3.75s;
}
#header nav li:nth-child(7) {
  -moz-animation-delay: 4s;
  -webkit-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}
#header nav li:nth-child(8) {
  -moz-animation-delay: 4.25s;
  -webkit-animation-delay: 4.25s;
  -ms-animation-delay: 4.25s;
  animation-delay: 4.25s;
}
#header nav li:nth-child(9) {
  -moz-animation-delay: 4.5s;
  -webkit-animation-delay: 4.5s;
  -ms-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
#header nav li:nth-child(10) {
  -moz-animation-delay: 4.75s;
  -webkit-animation-delay: 4.75s;
  -ms-animation-delay: 4.75s;
  animation-delay: 4.75s;
}
#header nav a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  border: 0;
  display: inline-block;
}
#header nav a:before {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: solid 1px transparent;
  display: block;
  font-size: 1.75em;
  height: 2.5em;
  line-height: 2.5em;
  position: relative;
  text-align: center;
  top: 0;
  width: 2.5em;
}
#header nav a:hover {
  font-size: 1.1em;
}
#header nav a:hover:before {
  background-color: transparent;
  color: #ff0000;
}
#header nav a:active {
  font-size: 0.95em;
  background: none;
}
#header nav a:active:before {
  background-color: transparent;
  color: #ff0000;
}
#header nav a span {
  display: none;
}

/* Footer */
#footer {
  bottom: 0;
  cursor: default;
  left: 50%;
  line-height: 1.5em;
  position: fixed;
  text-align: center;
  width: 100%;
  padding: 1em;
  min-height: auto;
  height: auto;
  overflow: visible;
  transform: translateX(-50%);
  z-index: 100;
}

.services-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  position: fixed;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: wrap;
  width: auto;
  max-width: calc(100vw - 2em);
  box-sizing: border-box;
  z-index: 150;
}

.service-card {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0.5em;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: visible;
  display: flex;
  flex-direction: column;
  width: 4em;
  height: 4em;
  position: relative;
}
.service-card.expanded {
  overflow: visible;
}

.service-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
.service-header .service-icon {
  width: 100%;
  height: 100%;
  font-size: 2.4em;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.service-header .service-icon-img {
  width: 0.9em;
  height: 0.9em;
  object-fit: contain;
  filter: none;
  display: block;
  margin: auto;
  /* [data-theme="dark"] & {
  	filter: invert(1);
  } */
}

.service-content {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
  width: 400px;
  min-height: 340px;
  max-height: 80vh;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: 2000;
  opacity: 0;
  transition: all 0.4s ease;
  overflow: hidden;
  color: var(--text-color);
  padding: 2em;
}
[data-theme=dark] .service-content {
  background: rgba(0, 0, 0, 0.4);
}
.service-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  z-index: -10;
}
[data-theme=dark] .service-content::before {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.service-content.expanded {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/*
#mempool-content.expanded,
#monero-content.expanded {
	position: fixed !important;
	top: 50vh !important;
	left: 50vw !important;
	transform: translate(-50%, -50%) scale(1) !important;
	z-index: 2000 !important;
}
*/
@media (max-width: 600px) {
  .services-grid {
    gap: 0.5em;
  }
  .service-card {
    width: 3em;
    height: 3em;
  }
}
@media (max-width: 400px) {
  .services-grid {
    gap: 0.3em;
  }
  .service-card {
    width: 2.5em;
    height: 2.5em;
  }
  #footer {
    padding: 1em 0.5em;
  }
  .service-content {
    width: calc(100vw - 2em);
    max-height: 70vh;
    padding: 1.5em;
  }
}
@media (max-width: 600px) {
  .services-grid {
    gap: 0.5em;
  }
  .service-card {
    width: 3em;
    height: 3em;
  }
}
@media (max-width: 400px) {
  .services-grid {
    gap: 0.3em;
  }
  .service-card {
    width: 2.5em;
    height: 2.5em;
  }
  #footer {
    padding: 1em 0.5em;
  }
}
body.service-open #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
[data-theme=dark] body.service-open #overlay {
  background: rgba(0, 0, 0, 0.6);
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.service-title {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--text-color);
  margin: 0 0 1em 0;
  text-align: center;
  opacity: 1 !important;
}

.service-endpoints {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  opacity: 1 !important;
  color: var(--text-color) !important;
  position: relative;
  z-index: 20;
}
.service-endpoints * {
  opacity: 1 !important;
  color: var(--text-color) !important;
}

.endpoint {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.endpoint .endpoint-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.endpoint .endpoint-label {
  font-size: 0.9em;
  opacity: 1 !important;
  font-weight: 500;
  color: var(--text-color) !important;
}

.endpoint-url {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 0.5em 0.2em;
  gap: 0.3em;
  position: relative;
}
.endpoint-url .url-text {
  flex: 1;
  font-family: "Courier New", monospace;
  font-size: 0.85em;
  word-break: break-all;
  color: #ff0000 !important;
  opacity: 1 !important;
  text-decoration: none;
  border: none;
}
.endpoint-url .url-text, .endpoint-url .url-text:link, .endpoint-url .url-text:visited, .endpoint-url .url-text:active {
  color: #ff0000 !important;
  opacity: 1 !important;
  border-bottom: none !important;
  z-index: 100 !important;
  position: relative !important;
}
.endpoint-url .url-text:hover {
  color: #ff0000 !important;
  text-decoration: underline;
}

.copy-btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.4em;
  color: var(--text-color);
  cursor: pointer;
  font-size: 0.8em;
  transition: all 0.15s ease;
  opacity: 0.6;
}
.copy-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.copy-btn:active {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(0.95);
}
[data-theme=dark] .copy-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
[data-theme=dark] .copy-btn:active {
  background: rgba(255, 255, 255, 0.15);
}

.donate-section {
  position: fixed;
  bottom: 1em;
  right: 1em;
  text-align: right;
  z-index: 200;
}
.donate-section p {
  font-size: 0.8em;
  opacity: 0.7;
  margin: 0;
}
.donate-section .donate-address {
  color: #ff0000;
  text-decoration: none;
  font-family: "Courier New", monospace;
  font-size: 0.8em;
  word-break: break-all;
  cursor: pointer;
}
.donate-section .donate-address:hover {
  color: #ff0000;
  text-decoration: underline;
}

.qr-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3000;
  backdrop-filter: blur(5px);
  overflow: hidden;
}

.qr-popup-content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 1.2em;
  max-width: 320px;
  width: 90vw;
  max-height: 70vh;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[data-theme=dark] .qr-popup-content {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.qr-popup-content h3 {
  margin: 0 0 0.5em 0;
  color: var(--text-color);
  font-size: 1.1em;
}
@media screen and (max-width: 480px) {
  .qr-popup-content {
    width: 95vw;
    max-width: none;
    padding: 0.8em;
    border-radius: 6px;
    max-height: 85vh;
  }
  .qr-popup-content h3 {
    font-size: 0.9em;
    margin: 0 0 0.3em 0;
  }
}

.qr-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2em;
}

.qr-close {
  background: transparent;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  color: var(--text-color);
  opacity: 0.7;
}
.qr-close:hover {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .qr-close {
    font-size: 1.3em;
  }
}

.qr-code-container {
  margin: 0.3em 0 1em 0;
  display: flex;
  justify-content: center;
}
.qr-code-container canvas {
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .qr-code-container {
    margin: 0.2em 0 0.8em 0;
  }
  .qr-code-container canvas {
    width: 160px !important;
    height: 160px !important;
    border-radius: 6px;
  }
}

.qr-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8em;
  margin: 1em 0 0.5em 0;
}
@media screen and (max-width: 480px) {
  .qr-links {
    gap: 0.6em;
    margin: 0.8em 0 0.4em 0;
  }
}

.bitcoin-uri-link {
  background: #ff0000;
  color: white;
  padding: 0.6em 1.2em;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9em;
  transition: all 0.2s ease;
  flex: 1;
  box-shadow: none;
  border: none;
}
.bitcoin-uri-link:hover {
  background: #ff4444;
  transform: translateY(-1px);
}
.bitcoin-uri-link:active {
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .bitcoin-uri-link {
    padding: 0.7em 0.9em;
    font-size: 0.8em;
  }
}

.qr-copy {
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .qr-copy {
    font-size: 0.75em;
    padding: 0.3em;
  }
}

.donate-address-text {
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: var(--text-color);
  opacity: 0.8;
  margin: 0;
  word-break: break-all;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  border-radius: 4px;
}
[data-theme=dark] .donate-address-text {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 480px) {
  .donate-address-text {
    font-size: 0.75em;
    padding: 0.4em;
    border-radius: 3px;
  }
}

/* Wide */
@media screen and (max-width: 1680px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 13pt;
  }
  /* BG */
  @-moz-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-1500px,0,0);
      -webkit-transform: translate3d(-1500px,0,0);
      -ms-transform: translate3d(-1500px,0,0);
      transform: translate3d(-1500px,0,0);
    }
  }
  @-webkit-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-1500px,0,0);
      -webkit-transform: translate3d(-1500px,0,0);
      -ms-transform: translate3d(-1500px,0,0);
      transform: translate3d(-1500px,0,0);
    }
  }
  @-ms-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-1500px,0,0);
      -webkit-transform: translate3d(-1500px,0,0);
      -ms-transform: translate3d(-1500px,0,0);
      transform: translate3d(-1500px,0,0);
    }
  }
  @keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-1500px,0,0);
      -webkit-transform: translate3d(-1500px,0,0);
      -ms-transform: translate3d(-1500px,0,0);
      transform: translate3d(-1500px,0,0);
    }
  }
  #bg {
    background-size: 1500px auto;
    width: 4500px;
  }
}
/* Normal */
@media screen and (max-width: 1280px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 12pt;
  }
  /* BG */
  @-moz-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-750px,0,0);
      -webkit-transform: translate3d(-750px,0,0);
      -ms-transform: translate3d(-750px,0,0);
      transform: translate3d(-750px,0,0);
    }
  }
  @-webkit-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-750px,0,0);
      -webkit-transform: translate3d(-750px,0,0);
      -ms-transform: translate3d(-750px,0,0);
      transform: translate3d(-750px,0,0);
    }
  }
  @-ms-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-750px,0,0);
      -webkit-transform: translate3d(-750px,0,0);
      -ms-transform: translate3d(-750px,0,0);
      transform: translate3d(-750px,0,0);
    }
  }
  @keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-750px,0,0);
      -webkit-transform: translate3d(-750px,0,0);
      -ms-transform: translate3d(-750px,0,0);
      transform: translate3d(-750px,0,0);
    }
  }
  #bg {
    background-size: 750px auto;
    width: 2250px;
  }
}
/* Mobile */
@media screen and (max-width: 736px) {
  /* Basic */
  body {
    min-width: 320px;
  }
  body, input, select, textarea {
    font-size: 11pt;
  }
  /* BG */
  @-moz-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-300px,0,0);
      -webkit-transform: translate3d(-300px,0,0);
      -ms-transform: translate3d(-300px,0,0);
      transform: translate3d(-300px,0,0);
    }
  }
  @-webkit-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-300px,0,0);
      -webkit-transform: translate3d(-300px,0,0);
      -ms-transform: translate3d(-300px,0,0);
      transform: translate3d(-300px,0,0);
    }
  }
  @-ms-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-300px,0,0);
      -webkit-transform: translate3d(-300px,0,0);
      -ms-transform: translate3d(-300px,0,0);
      transform: translate3d(-300px,0,0);
    }
  }
  @keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-300px,0,0);
      -webkit-transform: translate3d(-300px,0,0);
      -ms-transform: translate3d(-300px,0,0);
      transform: translate3d(-300px,0,0);
    }
  }
  #bg {
    background-size: 300px auto;
    width: 900px;
  }
  /* Header */
  #header h1 {
    font-size: 2.5em;
  }
  #header p {
    font-size: 1em;
  }
  #header nav {
    font-size: 1em;
  }
  #header nav a:hover {
    font-size: 1em;
  }
  #header nav a:active {
    font-size: 1em;
  }
  .endpoint-url {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5em;
  }
  .endpoint-url .url-text {
    text-align: center;
    word-break: break-word;
    font-size: 0.8em;
  }
  .endpoint-url .copy-btn {
    align-self: center;
    min-width: 80px;
  }
}
/* Mobile (Portrait) */
@media screen and (max-width: 480px) {
  /* BG */
  @-moz-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-412.5px,0,0);
      -webkit-transform: translate3d(-412.5px,0,0);
      -ms-transform: translate3d(-412.5px,0,0);
      transform: translate3d(-412.5px,0,0);
    }
  }
  @-webkit-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-412.5px,0,0);
      -webkit-transform: translate3d(-412.5px,0,0);
      -ms-transform: translate3d(-412.5px,0,0);
      transform: translate3d(-412.5px,0,0);
    }
  }
  @-ms-keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-412.5px,0,0);
      -webkit-transform: translate3d(-412.5px,0,0);
      -ms-transform: translate3d(-412.5px,0,0);
      transform: translate3d(-412.5px,0,0);
    }
  }
  @keyframes bg {
    0% {
      -moz-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
      -moz-transform: translate3d(-412.5px,0,0);
      -webkit-transform: translate3d(-412.5px,0,0);
      -ms-transform: translate3d(-412.5px,0,0);
      transform: translate3d(-412.5px,0,0);
    }
  }
  #bg {
    background-size: 412.5px auto;
    width: 1237.5px;
  }
  /* Header */
  #header nav {
    padding: 0 1em;
  }
  /* Footer */
  #footer {
    padding: 1em 0.5em;
  }
  .endpoint-url .url-text {
    font-size: 0.75em;
  }
  /* Donate Section */
  .donate-section {
    position: static;
    text-align: center;
    margin-top: 1.5em;
    right: auto;
    bottom: auto;
  }
  .donate-section p {
    font-size: 0.75em;
  }
  .donate-section .donate-address {
    font-size: 0.7em;
  }
}

/*# sourceMappingURL=main.css.map */
