/* Kaico TV · Kaico Studio — page styles.
   Generated by build/build.py from the canvas source; edit there
   and re-run, or take ownership of this file and stop re-running. */

/* keyframes whose timing is particular to this page */
@keyframes kbob {0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes kscan {from{transform:translateY(-100%)}to{transform:translateY(760%)}}

/* page ground + link colours */
body {
  background:#f4ead6;
  font-family:'DM Mono',ui-monospace,monospace;
}
a {
  color:#14100c;
  text-decoration:none;
}
a:hover {
  color:oklch(0.62 0.2 29);
}

.paper {
  position:relative;
  background:#f4ead6;
  background-image:radial-gradient(rgba(20,16,12,.13) 1.5px,transparent 1.6px);
  background-size:16px 16px;
  overflow:hidden;
}

.sitebar {
  position:sticky;
  top:0;
  z-index:60;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  padding:12px 20px 0;
  pointer-events:none;
}

.link {
  pointer-events:auto;
  transform:rotate(-2deg);
  background:#14100c;
  border:3px solid #14100c;
  box-shadow:5px 5px 0 oklch(0.85 0.19 98);
  padding:9px 14px;
  font:400 13px/1 'Pixelify Sans',monospace;
  color:#f4ead6;
  display:inline-block;
}
.link:hover {
  background:oklch(0.85 0.19 98);
  color:#14100c;
  transform:rotate(-2deg) translate(2px,2px);
  box-shadow:3px 3px 0 oklch(0.85 0.19 98);
}

.tag {
  transform:rotate(2deg);
  cursor:pointer;
  background:oklch(0.85 0.19 98);
  border:3px solid #14100c;
  box-shadow:4px 4px 0 #14100c;
  padding:9px 12px;
  font:400 12px/1 'Pixelify Sans',monospace;
  color:#14100c;
}
.tag:hover {
  animation:kwig .3s linear infinite;
}

.tag-2 {
  transform:rotate(-1.5deg);
  background:#14100c;
  border:3px solid #14100c;
  box-shadow:4px 4px 0 oklch(0.62 0.2 29);
  padding:9px 12px;
  font:400 12px/1 'Pixelify Sans',monospace;
  color:oklch(0.85 0.19 98);
}

.box {
  animation:kblink 1.2s steps(1,end) infinite;
}

.box-2 {
  padding:28px 20px 0;
  text-align:center;
}

.box-3 {
  display:inline-block;
  transform:rotate(-1.3deg);
}

.tag-3 {
  display:inline-block;
  margin:0 0 14px;
  font:400 12px/1 'Pixelify Sans',monospace;
  color:#f4ead6;
  background:#14100c;
  border:3px solid #14100c;
  box-shadow:4px 4px 0 oklch(0.62 0.2 29);
  padding:6px 10px;
}

.title {
  font:400 clamp(48px,11vw,158px)/0.84 'Rubik Mono One',sans-serif;
  letter-spacing:-.03em;
  color:oklch(0.85 0.19 98);
  text-shadow:6px 6px 0 #14100c,12px 12px 0 oklch(0.62 0.2 29),18px 18px 0 #14100c;
}

.note {
  margin:20px auto 0;
  max-width:600px;
  font:500 clamp(12px,1.5vw,16px)/1.58 'DM Mono',monospace;
  color:#14100c;
  text-wrap:pretty;
}

.box-4 {
  padding:32px 20px 0;
  max-width:1240px;
  margin:0 auto;
}

.card {
  position:relative;
  transform:rotate(-.6deg);
  background:#14100c;
  border:6px solid #14100c;
  box-shadow:12px 12px 0 oklch(0.85 0.19 98);
  padding:14px 14px 18px;
}

.tag-4 {
  font:400 13px/1 'Pixelify Sans',monospace;
  color:oklch(0.85 0.19 98);
}

.tag-5 {
  font:400 13px/1 'Pixelify Sans',monospace;
  color:rgba(244,234,214,.55);
}

.art {
  position:relative;
  aspect-ratio:16/9;
  background:repeating-linear-gradient(45deg,#2a2318 0 12px,#1c1710 12px 24px);
  border:3px dashed rgba(244,234,214,.45);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  overflow:hidden;
}

.box-5 {
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(180deg,rgba(0,0,0,.28) 0 2px,transparent 2px 4px);
  pointer-events:none;
  z-index:3;
}

.box-6 {
  position:absolute;
  left:0;
  right:0;
  height:46px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),transparent);
  animation:kscan 6s linear infinite;
  z-index:4;
  pointer-events:none;
}

.tag-6 {
  width:clamp(56px,7vw,86px);
  height:clamp(56px,7vw,86px);
  border-radius:50%;
  background:oklch(0.85 0.19 98);
  border:4px solid #f4ead6;
  display:flex;
  align-items:center;
  justify-content:center;
  font:400 clamp(20px,2.6vw,30px)/1 'Pixelify Sans',monospace;
  color:#14100c;
  cursor:pointer;
  z-index:2;
  animation:kbob 3s ease-in-out infinite;
}

.note-2 {
  font:500 11px/1 'DM Mono',monospace;
  color:rgba(244,234,214,.7);
  letter-spacing:1px;
  z-index:2;
}

.box-7 {
  margin:34px 0 0;
  background:#14100c;
  border-top:5px solid #14100c;
  border-bottom:5px solid #14100c;
  overflow:hidden;
  padding:10px 0;
}

.row {
  display:flex;
  width:200%;
  animation:kmarq 20s linear infinite;
}

.tag-7 {
  flex:0 0 50%;
  white-space:nowrap;
  font:400 clamp(13px,1.6vw,18px)/1 'Pixelify Sans',monospace;
  color:oklch(0.85 0.19 98);
}

.box-8 {
  padding:46px 20px 0;
  max-width:1240px;
  margin:0 auto;
}

.name {
  transform:rotate(-1.4deg);
  background:oklch(0.62 0.2 29);
  border:4px solid #14100c;
  box-shadow:7px 7px 0 #14100c;
  padding:10px 16px;
  font:400 clamp(20px,3vw,34px)/1 'Rubik Mono One',sans-serif;
  color:#f4ead6;
  text-shadow:3px 3px 0 #14100c;
}

.note-3 {
  font:500 12px/1.5 'DM Mono',monospace;
  color:rgba(20,16,12,.7);
  max-width:300px;
}

.grid {
  margin:30px 0 0;
  background:#f4ead6;
  border:6px solid #14100c;
  box-shadow:12px 12px 0 #14100c;
  padding:20px;
  transform:rotate(.5deg);
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));
  gap:26px;
  align-items:center;
}

.art-2 {
  aspect-ratio:4/3;
  background:repeating-linear-gradient(45deg,rgba(20,16,12,.17) 0 12px,rgba(20,16,12,.06) 12px 24px);
  border:4px dashed #14100c;
  display:flex;
  align-items:center;
  justify-content:center;
}

.note-4 {
  font:500 11px/1 'DM Mono',monospace;
  color:rgba(20,16,12,.65);
}

.title-2 {
  font:400 clamp(26px,3.6vw,44px)/0.92 'Rubik Mono One',sans-serif;
  color:#14100c;
  text-shadow:4px 4px 0 oklch(0.85 0.19 98);
}

.note-5 {
  margin:14px 0 0;
  font:500 12.5px/1.62 'DM Mono',monospace;
  color:#14100c;
  max-width:460px;
}

.row-2 {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:16px 0 0;
}

.tag-8 {
  font:400 10.5px/1 'Pixelify Sans',monospace;
  color:#f4ead6;
  background:#14100c;
  padding:6px 8px;
}

.tag-9 {
  font:400 10.5px/1 'Pixelify Sans',monospace;
  color:#14100c;
  background:oklch(0.85 0.19 98);
  border:2px solid #14100c;
  padding:5px 8px;
}

.grid-2 {
  margin:24px 0 0;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));
  gap:20px;
}

.card-2 {
  background:#f4ead6;
  border:5px solid #14100c;
  box-shadow:9px 9px 0 oklch(0.62 0.2 29);
  padding:14px;
  transform:rotate(-1.4deg);
  cursor:pointer;
}
.card-2:hover {
  animation:kwig .35s linear infinite;
}

.art-3 {
  aspect-ratio:4/5;
  background:repeating-linear-gradient(45deg,rgba(20,16,12,.17) 0 10px,rgba(20,16,12,.06) 10px 20px);
  border:3px dashed #14100c;
  display:flex;
  align-items:center;
  justify-content:center;
}

.note-6 {
  font:500 10px/1 'DM Mono',monospace;
  color:rgba(20,16,12,.6);
}

.name-2 {
  margin:12px 0 0;
  font:400 clamp(18px,2.2vw,24px)/1 'Rubik Mono One',sans-serif;
  color:#14100c;
}

.tag-10 {
  margin:5px 0 0;
  font:400 10.5px/1 'Pixelify Sans',monospace;
  color:rgba(20,16,12,.7);
}

.note-7 {
  margin:9px 0 0;
  font:500 11.5px/1.55 'DM Mono',monospace;
  color:#14100c;
}

.card-3 {
  background:#f4ead6;
  border:5px solid #14100c;
  box-shadow:9px 9px 0 oklch(0.72 0.14 200);
  padding:14px;
  transform:rotate(1.3deg);
  cursor:pointer;
}
.card-3:hover {
  animation:kwig .35s linear infinite;
}

.the-satire-name {
  transform:rotate(1.2deg);
  background:oklch(0.72 0.14 200);
  border:4px solid #14100c;
  box-shadow:7px 7px 0 #14100c;
  padding:10px 16px;
  font:400 clamp(20px,3vw,34px)/1 'Rubik Mono One',sans-serif;
  color:#14100c;
}

.the-satire-grid {
  margin:30px 0 0;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));
  gap:26px;
}

.the-satire-card {
  background:#f4ead6;
  border:6px solid #14100c;
  box-shadow:12px 12px 0 #14100c;
  padding:18px;
  transform:rotate(-1.2deg);
  cursor:pointer;
}
.the-satire-card:hover {
  animation:kwig .4s linear infinite;
}

.the-satire-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.the-satire-tag {
  font:400 11px/1 'Pixelify Sans',monospace;
  color:#f4ead6;
  background:#14100c;
  padding:6px 9px;
}

.the-satire-tag-2 {
  font:400 11px/1 'Pixelify Sans',monospace;
  color:#14100c;
}

.the-satire-art {
  margin:14px 0 0;
  aspect-ratio:16/10;
  background:repeating-linear-gradient(45deg,rgba(20,16,12,.17) 0 11px,rgba(20,16,12,.06) 11px 22px);
  border:4px dashed #14100c;
  display:flex;
  align-items:center;
  justify-content:center;
}

.the-satire-name-2 {
  margin:16px 0 0;
  font:400 clamp(22px,3vw,34px)/0.94 'Rubik Mono One',sans-serif;
  color:#14100c;
  text-shadow:4px 4px 0 oklch(0.72 0.14 200);
}

.the-satire-note {
  margin:12px 0 0;
  font:500 12.5px/1.6 'DM Mono',monospace;
  color:#14100c;
}

.the-satire-card-2 {
  background:#14100c;
  border:6px solid #14100c;
  box-shadow:12px 12px 0 #14100c;
  padding:18px;
  transform:rotate(1.4deg);
  cursor:pointer;
}
.the-satire-card-2:hover {
  animation:kwig .4s linear infinite;
}

.the-satire-tag-3 {
  font:400 11px/1 'Pixelify Sans',monospace;
  color:#14100c;
  background:oklch(0.85 0.19 98);
  padding:6px 9px;
}

.the-satire-tag-4 {
  font:400 11px/1 'Pixelify Sans',monospace;
  color:rgba(244,234,214,.88);
}

.the-satire-art-2 {
  margin:14px 0 0;
  aspect-ratio:16/10;
  background:repeating-linear-gradient(45deg,#2a2318 0 11px,#1c1710 11px 22px);
  border:4px dashed rgba(244,234,214,.45);
  display:flex;
  align-items:center;
  justify-content:center;
}

.the-satire-note-2 {
  font:500 11px/1 'DM Mono',monospace;
  color:rgba(244,234,214,.7);
}

.the-satire-name-3 {
  margin:16px 0 0;
  font:400 clamp(22px,3vw,34px)/0.94 'Rubik Mono One',sans-serif;
  color:#f4ead6;
  text-shadow:4px 4px 0 oklch(0.55 0.19 300);
}

.the-satire-note-3 {
  margin:12px 0 0;
  font:500 12.5px/1.6 'DM Mono',monospace;
  color:rgba(244,234,214,.88);
}

.also-in-name {
  transform:rotate(-1deg);
  background:oklch(0.85 0.19 98);
  border:4px solid #14100c;
  box-shadow:7px 7px 0 #14100c;
  padding:10px 16px;
  font:400 clamp(20px,3vw,34px)/1 'Rubik Mono One',sans-serif;
  color:#14100c;
}

.also-in-note {
  font:500 12px/1.5 'DM Mono',monospace;
  color:rgba(20,16,12,.7);
  max-width:340px;
}

.also-in-grid {
  margin:28px 0 0;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));
  gap:20px;
}

.also-in-card {
  background:#f4ead6;
  border:4px solid #14100c;
  box-shadow:7px 7px 0 oklch(0.85 0.19 98);
  padding:12px;
  transform:rotate(-1.3deg);
  cursor:pointer;
}
.also-in-card:hover {
  animation:kwig .35s linear infinite;
}

.also-in-art {
  aspect-ratio:16/10;
  background:repeating-linear-gradient(45deg,rgba(20,16,12,.16) 0 9px,rgba(20,16,12,.05) 9px 18px);
  border:3px dashed #14100c;
  display:flex;
  align-items:center;
  justify-content:center;
}

.also-in-note-2 {
  font:500 9.5px/1 'DM Mono',monospace;
  color:rgba(20,16,12,.58);
}

.also-in-tag {
  margin:10px 0 0;
  font:400 13.5px/1.2 'Pixelify Sans',monospace;
  color:#14100c;
}

.also-in-note-3 {
  margin:7px 0 0;
  font:500 10.5px/1.5 'DM Mono',monospace;
  color:rgba(20,16,12,.75);
}

.also-in-card-2 {
  background:#f4ead6;
  border:4px solid #14100c;
  box-shadow:7px 7px 0 oklch(0.62 0.2 29);
  padding:12px;
  transform:rotate(1.2deg);
  cursor:pointer;
}
.also-in-card-2:hover {
  animation:kwig .35s linear infinite;
}

.also-in-card-3 {
  background:#f4ead6;
  border:4px solid #14100c;
  box-shadow:7px 7px 0 oklch(0.72 0.14 200);
  padding:12px;
  transform:rotate(-0.9deg);
  cursor:pointer;
}
.also-in-card-3:hover {
  animation:kwig .35s linear infinite;
}

.also-in-card-4 {
  background:#f4ead6;
  border:4px solid #14100c;
  box-shadow:7px 7px 0 oklch(0.55 0.19 300);
  padding:12px;
  transform:rotate(1.5deg);
  cursor:pointer;
}
.also-in-card-4:hover {
  animation:kwig .35s linear infinite;
}

.concept-art-name {
  transform:rotate(1deg);
  display:inline-block;
  background:oklch(0.55 0.19 300);
  border:4px solid #14100c;
  box-shadow:7px 7px 0 #14100c;
  padding:10px 16px;
  font:400 clamp(20px,3vw,34px)/1 'Rubik Mono One',sans-serif;
  color:#f4ead6;
  text-shadow:3px 3px 0 #14100c;
}

.concept-art-grid {
  margin:28px 0 0;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));
  gap:20px;
}

.concept-art-card {
  background:#14100c;
  border:5px solid #14100c;
  box-shadow:8px 8px 0 oklch(0.85 0.19 98);
  padding:8px;
  transform:rotate(-1.3deg);
  cursor:pointer;
}
.concept-art-card:hover {
  animation:kwig .35s linear infinite;
}

.concept-art-art {
  aspect-ratio:1/1;
  background:repeating-linear-gradient(45deg,#2a2318 0 10px,#1c1710 10px 20px);
  border:2px dashed rgba(244,234,214,.4);
  display:flex;
  align-items:center;
  justify-content:center;
}

.concept-art-note {
  font:500 9.5px/1 'DM Mono',monospace;
  color:rgba(244,234,214,.62);
}

.concept-art-tag {
  margin:8px 2px 2px;
  font:400 10.5px/1.25 'Pixelify Sans',monospace;
  color:oklch(0.85 0.19 98);
}

.concept-art-card-2 {
  background:#14100c;
  border:5px solid #14100c;
  box-shadow:8px 8px 0 oklch(0.62 0.2 29);
  padding:8px;
  transform:rotate(1.2deg);
  cursor:pointer;
}
.concept-art-card-2:hover {
  animation:kwig .35s linear infinite;
}

.concept-art-card-3 {
  background:#14100c;
  border:5px solid #14100c;
  box-shadow:8px 8px 0 oklch(0.72 0.14 200);
  padding:8px;
  transform:rotate(-0.8deg);
  cursor:pointer;
}
.concept-art-card-3:hover {
  animation:kwig .35s linear infinite;
}

.concept-art-card-4 {
  background:#14100c;
  border:5px solid #14100c;
  box-shadow:8px 8px 0 oklch(0.55 0.19 300);
  padding:8px;
  transform:rotate(1.4deg);
  cursor:pointer;
}
.concept-art-card-4:hover {
  animation:kwig .35s linear infinite;
}

.concept-art-card-5 {
  background:#14100c;
  border:5px solid #14100c;
  box-shadow:8px 8px 0 oklch(0.62 0.17 145);
  padding:8px;
  transform:rotate(-1.1deg);
  cursor:pointer;
}
.concept-art-card-5:hover {
  animation:kwig .35s linear infinite;
}

.concept-art-card-6 {
  background:#14100c;
  border:5px solid #14100c;
  box-shadow:8px 8px 0 oklch(0.85 0.19 98);
  padding:8px;
  transform:rotate(0.9deg);
  cursor:pointer;
}
.concept-art-card-6:hover {
  animation:kwig .35s linear infinite;
}

.behindthe-scenes-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));
  gap:26px;
  align-items:start;
}

.behindthe-scenes-card {
  background:#14100c;
  border:6px solid #14100c;
  box-shadow:12px 12px 0 oklch(0.62 0.2 29);
  padding:20px;
  transform:rotate(-.7deg);
}

.behindthe-scenes-title {
  font:400 clamp(19px,2.5vw,28px)/1 'Rubik Mono One',sans-serif;
  color:oklch(0.85 0.19 98);
}

.behindthe-scenes-row {
  display:flex;
  flex-direction:column;
  gap:13px;
  margin:16px 0 0;
}

.behindthe-scenes-box {
  border-bottom:2px dotted rgba(244,234,214,.3);
  padding:0 0 12px;
}

.behindthe-scenes-tag {
  font:400 10px/1 'Pixelify Sans',monospace;
  color:oklch(0.72 0.14 200);
}

.behindthe-scenes-tag-2 {
  margin:6px 0 0;
  font:400 13px/1.2 'Pixelify Sans',monospace;
  color:#f4ead6;
}

.behindthe-scenes-note {
  margin:6px 0 0;
  font:500 11.5px/1.6 'DM Mono',monospace;
  color:rgba(244,234,214,.82);
}

.behindthe-scenes-row-2 {
  background:oklch(0.85 0.19 98);
  border:6px solid #14100c;
  box-shadow:12px 12px 0 #14100c;
  padding:20px;
  transform:rotate(.8deg);
  display:flex;
  flex-direction:column;
  gap:14px;
  justify-content:center;
}

.behindthe-scenes-title-2 {
  font:400 clamp(22px,3vw,36px)/0.95 'Rubik Mono One',sans-serif;
  color:#14100c;
}

.behindthe-scenes-note-2 {
  font:500 12.5px/1.62 'DM Mono',monospace;
  color:#14100c;
}

.behindthe-scenes-link {
  display:inline-block;
  width:fit-content;
  font:400 clamp(14px,1.8vw,18px)/1 'Pixelify Sans',monospace;
  color:#f4ead6;
  background:#14100c;
  border:3px solid #14100c;
  padding:13px 18px;
}
.behindthe-scenes-link:hover {
  background:oklch(0.62 0.2 29);
  color:#f4ead6;
}

.box-9 {
  margin:52px 0 0;
  background:#14100c;
  overflow:hidden;
  padding:11px 0;
  border-top:5px solid oklch(0.62 0.2 29);
  border-bottom:5px solid oklch(0.62 0.2 29);
}

.row-3 {
  display:flex;
  width:200%;
  animation:kmarqr 23s linear infinite;
}

.tag-11 {
  flex:0 0 50%;
  white-space:nowrap;
  font:400 clamp(12px,1.4vw,16px)/1 'Pixelify Sans',monospace;
  color:oklch(0.85 0.19 98);
}

.box-10 {
  padding:26px 20px 34px;
  background:#14100c;
}

.name-3 {
  font:400 clamp(16px,2vw,22px)/1 'Rubik Mono One',sans-serif;
  color:#f4ead6;
}

.link-2 {
  font:400 12px/1 'Pixelify Sans',monospace;
  color:#14100c;
  background:oklch(0.85 0.19 98);
  padding:9px 13px;
}
.link-2:hover {
  background:oklch(0.62 0.2 29);
  color:#f4ead6;
}

.link-3 {
  font:400 12px/1 'Pixelify Sans',monospace;
  color:#f4ead6;
  border:2px solid rgba(244,234,214,.45);
  padding:7px 13px;
}
.link-3:hover {
  background:rgba(244,234,214,.12);
}

.tag-12 {
  font:400 12px/1 'Pixelify Sans',monospace;
  color:#14100c;
  background:oklch(0.85 0.19 98);
  padding:9px 13px;
}

.tag-13 {
  font:400 12px/1 'Pixelify Sans',monospace;
  color:rgba(244,234,214,.55);
  border:2px dashed rgba(244,234,214,.4);
  padding:7px 13px;
}

.note-8 {
  font:500 10.5px/1.6 'DM Mono',monospace;
  color:rgba(244,234,214,.6);
}
