html,
body {
  background: #000 !important;
}

body {
  color: #fff !important;
  overflow-x: hidden;
}

body::before {
  content: "=^.^=  mrrp  :3  pspsps  /\\_/\\\\  no thoughts only packets" !important;
  position: fixed !important;
  inset: 86px -24px auto -24px !important;
  z-index: 0 !important;
  color: #101010 !important;
  background: none !important;
  font-size: clamp(2.4rem, 7vw, 7rem) !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  transform: rotate(-7deg) !important;
  pointer-events: none !important;
  mask-image: none !important;
}

body::after {
  content: "( o.o )   > ^ <   eepy uptime   miau miau miau" !important;
  position: fixed !important;
  left: -20px !important;
  right: -20px !important;
  bottom: 10vh !important;
  z-index: 0 !important;
  color: #101010 !important;
  background: none !important;
  filter: none !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  font-size: clamp(1.3rem, 4vw, 4rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  transform: rotate(5deg) !important;
  pointer-events: none !important;
}

a {
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

header,
.panel,
.card,
.fact,
.callout,
.button,
.box,
input,
textarea,
select {
  background: transparent !important;
  box-shadow: none !important;
}

header {
  border: 0 !important;
  backdrop-filter: none !important;
}

.shell,
main,
footer {
  position: relative;
  z-index: 2;
}

.brand {
  letter-spacing: 0 !important;
  text-transform: lowercase !important;
}

.logo {
  display: none !important;
}

.brand::before {
  content: ":3";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-weight: 950;
  transform: rotate(-8deg);
}

nav {
  letter-spacing: 0 !important;
  text-transform: lowercase !important;
}

nav a:nth-child(odd),
.card:nth-child(odd),
.fact:nth-child(odd) {
  transform: rotate(-1deg);
}

nav a:nth-child(even),
.card:nth-child(even),
.fact:nth-child(even) {
  transform: rotate(1deg);
}

nav a:hover,
nav a.active,
.eyebrow,
.section-head span,
.card small,
.callout strong,
code {
  color: #fff !important;
}

.hero,
.section-head,
footer {
  border-color: transparent !important;
}

.eyebrow,
.section-head span,
.card small,
.callout strong,
label {
  letter-spacing: 0 !important;
  text-transform: lowercase !important;
}

h1,
.section h2,
.card h3 {
  letter-spacing: 0 !important;
  text-transform: lowercase !important;
  text-shadow: none !important;
}

.panel,
.card,
.fact,
.callout,
.box {
  border: 0 !important;
  outline: 2px dashed #1c1c1c;
  outline-offset: 6px;
}

.card::before,
.panel::before,
.fact::before,
.callout::before {
  content: "";
  float: right;
  width: 34px;
  height: 34px;
  margin: 0 0 8px 10px;
  background: url("/paw.svg") center / contain no-repeat;
}

.button {
  border: 0 !important;
  color: #fff !important;
  font-weight: 950 !important;
  text-decoration: underline;
}

.button::before {
  content: "[ ";
}

.button::after {
  content: " ]";
}

input,
textarea,
select {
  color: #fff !important;
  border: 1px dashed #1c1c1c !important;
}

.cat-swarm {
  position: absolute;
  inset: 76px 0 auto 0;
  z-index: 1;
  pointer-events: none;
}

.cat-swarm img {
  position: absolute;
  width: clamp(54px, 8vw, 100px);
  filter: drop-shadow(0 0 16px rgba(255,255,255,0.22));
}

.cat-swarm img:nth-child(1) {
  left: 4vw;
  top: 20px;
  transform: rotate(-16deg);
}

.cat-swarm img:nth-child(2) {
  right: 7vw;
  top: 70px;
  transform: rotate(13deg);
}

.cat-swarm img:nth-child(3) {
  left: 47vw;
  top: 210px;
  transform: rotate(8deg);
}

.cat-swarm img:nth-child(4) {
  right: 16vw;
  top: 440px;
  transform: rotate(-12deg);
}

.cat-swarm img:nth-child(5) {
  left: 14vw;
  top: 620px;
  transform: rotate(10deg);
}

@media (max-width: 700px) {
  .cat-swarm img:nth-child(n+3) {
    display: none;
  }
}
