@import "@tryghost/shared-theme-assets/assets/css/v1/screen.css";
@import "general/fonts.css";
@import "general/vars.css";
@import "site/header.css";
@import "site/burger.css";
@import "site/layout.css";
@import "site/term.css";
@import "site/dimmer.css";
@import "site/off-canvas.css";
@import "site/widget.css";
@import "blog/tag.css";
@import "blog/post.css";
@import "blog/feed.css";
@import "blog/single.css";
@import "blog/author.css";
@import "blog/related.css";
@import "misc/portal.css";
@import "misc/owl.css";
@import "misc/utilities.css";
.title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-direction: column;
  min-height: 200px;
  z-index: 100;
  gap: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  max-width: 100%;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.12);
}
@media (min-width: 640px) {
  .title {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .title {
    min-height: 50vh;
  }
}
@media (min-width: 1024px) {
  .title {
    min-height: 70vh;
  }
}
.title-left {
  max-width: 100%;
}
@media (min-width: 768px) {
  .title-left {
    max-width: 60%;
  }
}
@media (min-width: 1024px) {
  .title-left {
    max-width: 60%;
  }
}
@media (min-width: 1280px) {
  .title-left {
    max-width: 500px;
  }
}
.title img {
  padding: 1em;
}

.backdrop {
  width: 100vw;
  z-index: -9;
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 0;
  max-height: 25vh;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.12);
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  mask-repeat: no-repeat;
  mask-position: top;
  mask-size: 100% 100%;
}
.backdrop img {
  display: block;
  width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  background: #fff;
  color: black;
  margin: 0;
  padding: 0;
  align-items: center;
}

h1, h2, h3, h4, h5 {
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
  line-height: 1em;
  margin-top: 8px;
  text-transform: uppercase;
}

h1 {
  font-size: 52px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 46px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 52px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 46px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  border: solid 2px #000;
  padding: 1em;
  background-color: #a4e47e;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

p {
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
  margin-top: 8px;
  font-size: 12px;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: black;
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
}

button {
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
}

.binary-content {
  display: block;
  max-width: 600px;
  font-size: 6px;
  font-family: monospace;
  line-height: 1;
  word-break: break-all;
  overflow-wrap: anywhere;
  hyphens: none;
  overflow: hidden;
  margin: 2em;
  max-height: calc(100% - 1.5em);
  color: #000;
  transition: 0.25s ease;
}
.binary-content:hover {
  background-color: #a4e47e;
}

.content-block {
  position: relative;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  gap: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-block {
    gap: 12px;
  }
}
.content-block > * {
  max-width: 1200px;
}
.content-block:nth-of-type(even) {
  background-color: #fff;
  box-shadow: 0 -8px 12px -8px rgba(0, 0, 0, 0.15), 0 8px 12px -8px rgba(0, 0, 0, 0.15); /* bottom, center stronger */
}
.content-block:nth-of-type(odd) {
  background-color: none;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.12);
}
.content-block.footer {
  border-radius: 0;
  border-top: solid #000 2px;
  height: auto !important;
}

.call-out {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.12);
}
@media (min-width: 768px) {
  .call-out {
    flex-direction: row;
    padding: 12px;
  }
}
.call-out h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: #0b132b;
}
.call-out h4 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
.call-out-text {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  gap: 12px;
}
.call-out-text h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}
.call-out-text h4 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}
.call-out-wide {
  max-width: 100%;
}
.call-out img {
  max-width: 400px;
}

.btn {
  padding: 8px 20px;
}
.btn::before {
  content: "< ";
  margin-right: 2px;
}
.btn::after {
  content: " />";
  margin-left: 2px;
}

.search-btn {
  background-color: #000;
  color: #fff;
  padding: 8px 20px;
  border: none;
  font-size: 16px;
}

.binary-btn a {
  background: #000;
  font-size: 1em;
  color: #a4e47e;
  padding: 8px 20px;
}

.flex {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
}
.flex-column {
  flex-direction: column;
}
.flex-item .grow {
  flex-grow: 4;
}

.grid-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: 100fr 277fr 164fr;
    gap: 1rem;
  }
}

.triple-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .triple-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
}

.box {
  cursor: pointer;
  /* Optional: to cap size */ /* Just for visibility */
  display: flex;
  flex-direction: column;
  content: "";
  overflow: scroll;
  flex: 1;
  padding: 1em;
  border: solid 2px #000;
  transition: ease 0.3s;
}
.box .bin-text {
  display: none;
}
.box:hover {
  color: #fff;
  background-color: #0b132b;
  border: solid 2px #fff;
}
.box:hover .bin-stuff {
  display: none;
}
.box:hover .bin-text {
  display: block;
}
@media (min-width: 768px) {
  .box {
    width: auto;
    max-width: none;
    margin: none;
  }
}
.box-phone {
  aspect-ratio: 9/16;
  gap: 1rem;
  max-width: 300px;
}
@media (min-width: 768px) {
  .box-phone {
    aspect-ratio: 9/16;
    max-width: 100%;
  }
}
.box-phone .bin-stuff {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.box-computer {
  aspect-ratio: 5/4;
  max-width: 90%;
}
@media (min-width: 768px) {
  .box-computer {
    aspect-ratio: 16/9;
    max-width: 100%;
  }
}
.box-computer .bin-stuff {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.box-computer .bin-stuff > * {
  width: 60px;
  height: 60px;
}
.box-chat {
  display: flex;
  max-width: 300px;
  aspect-ratio: 9/16;
  gap: 8px;
}
@media (min-width: 768px) {
  .box-chat {
    aspect-ratio: 1/1;
    max-width: 100%;
  }
}
.box-chat .bin-stuff > * {
  width: 50%;
  justify-content: flex-start;
  padding-bottom: 1em;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.box-chat .bin-stuff > *:nth-child(even) {
  margin-right: auto;
}
.box-chat .bin-stuff > *:nth-child(odd) {
  margin-left: auto;
}
.box.nowrap {
  overflow: visible;
  width: 100%;
  padding: 6em;
  justify-content: flex-start;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.12);
}

.code-scroller {
  position: fixed; /* relative to .scroller-wrap */
  inset: 0; /* top/right/bottom/left: 0 => fill the container */
  width: 100%;
  height: 100%; /* never taller than the container */
  max-height: 100%;
  overflow: hidden; /* clip overflowing text */
  pointer-events: none; /* don't block clicks in front */
  z-index: 0; /* sit behind siblings within scroller-wrap */
  font-size: 12px;
  color: #fc485d;
  filter: opacity(20%);
  font-family: monospace;
  line-height: 1.5;
  word-break: break-all;
  white-space: pre-wrap; /* keeps long text wrapping without growing height */
  /* Hide scrollbar (if any render engines would show one) */
}
.code-scroller::-webkit-scrollbar {
  width: 0;
}
.code-scroller::-webkit-scrollbar-thumb {
  display: none;
}
@media (min-width: 768px) {
  .code-scroller {
    line-height: 1.5;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .code-scroller {
    line-height: 1.5;
    height: 100%;
  }
}
.code-scroller.inverse {
  right: 0;
  text-align-last: right;
}

.container {
  width: 100%;
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}
.container.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.12);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: white; /* solid white background */
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.25); /* subtle shadow */
  border-bottom: solid #000 1px;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.nav-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.nav-items a {
  margin: 1em;
}
.nav-items.closed {
  display: none;
}
.nav-items.open {
  display: flex;
}
.nav .btn {
  text-align: center;
}
.nav .menu {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 1em;
  cursor: pointer;
}
.nav .menu .binary-content {
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    flex-direction: row;
    width: 100%;
  }
  .nav-items {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    gap: 3em;
    font-size: 18px;
    margin-left: 1em;
  }
  .nav-items a {
    margin: auto;
  }
  .nav-items.closed {
    display: flex;
  }
  .nav-items.open {
    display: flex;
  }
  .nav .menu {
    display: none !important;
  }
}

.sale {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  text-align: end;
}
.sale .per-rate {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: small;
}
.sale .pre-text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: small;
  min-width: 100%;
  text-transform: uppercase;
}

.portrait-reflect {
  max-width: 400px;
}

.hacker-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 8px;
  width: 100%;
}
.hacker-card.reverse {
  direction: rtl;
}
.hacker-card.reverse .text {
  text-align: left;
  direction: ltr;
}
.hacker-card .frame {
  overflow: hidden;
  width: 100%;
}
.hacker-card .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hacker-card .text {
  padding: 1em;
}
@media (min-width: 768px) {
  .hacker-card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .content-block .hacker-card {
    display: flex;
    flex-direction: row;
  }
  .content-block:nth-of-type(2n) .hacker-card {
    flex-direction: row-reverse;
  }
}

.glitch-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  --src: none;
}
.glitch-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.glitch-image .slice-1 {
  position: absolute;
  inset: 0;
  background-image: var(--src);
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  pointer-events: none;
  background-color: rgba(255, 0, 111, 0.6);
  clip-path: inset(0% 0 83.3333333333% 0);
  transform: translateX(-7px);
  filter: blur(0.4px);
}
.glitch-image .slice-2 {
  position: absolute;
  inset: 0;
  background-image: var(--src);
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  pointer-events: none;
  background-color: rgba(0, 234, 255, 0.6);
  clip-path: inset(16.6666666667% 0 66.6666666667% 0);
  transform: translateX(7px);
  filter: blur(0.4px);
}
.glitch-image .slice-3 {
  position: absolute;
  inset: 0;
  background-image: var(--src);
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  pointer-events: none;
  background-color: rgba(255, 0, 111, 0.6);
  clip-path: inset(33.3333333333% 0 50% 0);
  transform: translateX(-7px);
  filter: blur(0.4px);
}
.glitch-image .slice-4 {
  position: absolute;
  inset: 0;
  background-image: var(--src);
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  pointer-events: none;
  background-color: rgba(0, 234, 255, 0.6);
  clip-path: inset(50% 0 33.3333333333% 0);
  transform: translateX(7px);
  filter: blur(0.4px);
}
.glitch-image .slice-5 {
  position: absolute;
  inset: 0;
  background-image: var(--src);
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  pointer-events: none;
  background-color: rgba(255, 0, 111, 0.6);
  clip-path: inset(66.6666666667% 0 16.6666666667% 0);
  transform: translateX(-7px);
  filter: blur(0.4px);
}
.glitch-image .slice-6 {
  position: absolute;
  inset: 0;
  background-image: var(--src);
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  pointer-events: none;
  background-color: rgba(0, 234, 255, 0.6);
  clip-path: inset(83.3333333333% 0 0% 0);
  transform: translateX(7px);
  filter: blur(0.4px);
}

.gh-canvas {
  padding-left: 2em;
  padding-right: 2em;
}

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