@charset "UTF-8";
/* @import "_reset.scss"; */
/* @import "breakpoints.scss"; */
/* @import "color.scss"; */
/* @import "main.scss"; */
/* @import "typo.scss"; */
/* @import "components/ds-button.scss"; */
/* @import "snippets/breadcrumb.scss"; */
/* @import "snippets/footer.scss"; */
/* @import "snippets/header.scss"; */
/* @import "snippets/tiles.scss"; */
/* @import "templates/comic-page.scss"; */
/* @import "templates/home.scss"; */
/* @import "templates/smating-index.scss"; */
/* @import "templates/smating-landing-webtoon.scss"; */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul[role="list"], ol[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img, picture {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-transparent: rgba(136,136,136,0);
  --color-gray-100: #F0F4F5;
  --color-gray-200: #D8DFE3;
  --color-gray-300: #B7BFC8;
  --color-gray-400: #969FAD;
  --color-gray-500: #727C8F;
  --color-gray-600: #5B6478;
  --color-gray-700: #454D5F;
  --color-gray-800: #303646;
  --color-gray-900: #141723;
  --color-red-100: #FFE8E5;
  --color-red-200: #FCD3CE;
  --color-red-400: #EE7064;
  --color-red-300: #F5A199;
  --color-red-500: #E42A19;
  --color-red-600: #CD2516;
  --color-red-700: #A61C11;
  --color-red-800: #7E140C;
  --color-red-900: #300303;
  --color-yellow-100: #FFF7CC;
  --color-yellow-200: #FEE4A7;
  --color-yellow-300: #FDCF80;
  --color-yellow-400: #FBBC59;
  --color-yellow-500: #F99E1F;
  --color-yellow-600: #E18E1C;
  --color-yellow-700: #B67015;
  --color-yellow-800: #8A510E;
  --color-yellow-900: #331500;
  --color-green-100: #CCFFE1;
  --color-green-200: #A6FACC;
  --color-green-300: #7EF4B6;
  --color-green-400: #56EEA1;
  --color-green-500: #1AE57F;
  --color-green-600: #17D176;
  --color-green-700: #12A964;
  --color-green-800: #0C8052;
  --color-green-900: #03302D;
  --color-teal-100: #CDFEFB;
  --color-teal-200: #B9FBF7;
  --color-teal-300: #8EF3ED;
  --color-teal-400: #64EBE3;
  --color-teal-500: #20DFD4;
  --color-teal-600: #1ECCC3;
  --color-teal-700: #179E99;
  --color-teal-800: #117170;
  --color-teal-900: #06262D;
  --color-blue-100: #CCEEFF;
  --color-blue-200: #B6D9FB;
  --color-blue-300: #9BB3F6;
  --color-blue-400: #6977ED;
  --color-blue-500: #2020DF;
  --color-blue-600: #1D1DCA;
  --color-blue-700: #1717A4;
  --color-blue-800: #11117D;
  --color-blue-900: #04042F;
  --color-purple-100: #E8EAFF;
  --color-purple-200: #E4E2FF;
  --color-purple-300: #C2A4FD;
  --color-purple-400: #A066FC;
  --color-purple-500: #6B06F9;
  --color-purple-600: #6106E1;
  --color-purple-700: #4904AA;
  --color-purple-800: #310373;
  --color-purple-900: #150132;
  --color-pink-100: #FFE5FB;
  --color-pink-200: #FFDDF6;
  --color-pink-300: #F9A4D5;
  --color-pink-400: #F46DB4;
  --color-pink-500: #EC137F;
  --color-pink-600: #D71276;
  --color-pink-700: #A30D5D;
  --color-pink-800: #6E0945;
  --color-pink-900: #2F0428;
  --color-text: var(--color-gray-900);
  --color-icon: var(--color-gray-900);
  --color-bg: var(--color-white);
  --color-link: var(--color-blue-500);
  --color-link-visited: var(--color-purple-500);
  --color-accent: var(--color-yellow-500);
  --color-faint: var(--color-gray-300);
}
html {
  background: var(--color-bg);
}
body {
  color: var(--color-text);
}
a:not([class]) {
  color: var(--color-link, blue);
}
a:not([class]):visited {
  color: var(--color-link-visited, purple);
}
a:not([class]):visited:hover {
  background-color: var(--color-purple-200, transparent);
}
a:not([class]):hover {
  background-color: var(--color-blue-200, transparent);
}
abbr {
  cursor: help;
}
ul, ol {
  margin-top: 0px;
  padding-left: 1.5em;
}
.main {
  padding: 24px;
}
span.spoiler {
  background: var(--color-text);
  border-radius: 3px;
}
span.spoiler:hover {
  background: none;
}
span.faint {
  color: var(--color-faint);
}
.tag {
  border-radius: 24px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: var(--color-gray-100);
  border: 1px solid var(--color-gray-200);
  text-decoration: none !important;
}
.tag--negative {
  background-color: var(--color-red-100);
  border-color: var(--color-red-200);
  color: red;
}
.tag--positive {
  background-color: var(--color-green-100);
  border-color: var(--color-green-200);
  color: green;
}
hr.decor1 {
  height: 5em;
  background-color: transparent;
  color: var(--color-fg1);
  border: none;
  margin: 0;
  opacity: 0.2;
}
hr.decor1:after {
  height: 100%;
  width: 100%;
  content: "✦";
  display: flex;
  justify-content: center;
  align-items: center;
}
body {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Space Grotesk", sans-serif;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 1rem 0;
}
b, strong {
  font-weight: bold;
}
i, em, blockquote {
  font-style: italic;
}
a {
  text-decoration: underline;
}
small {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Space Grotesk", sans-serif;
}
pre, code {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Space Mono", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Space Mono", sans-serif;
  font-weight: 700;
  margin: 2em 0 1em 0;
}
h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}
h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.ds-button {
  display: inline-block;
  background-color: var(--color-fg1);
  color: var(--color-bg1);
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
}
.ds-button:hover {
  opacity: 0.8;
}
.breadcrumb {
  color: var(--color-fg1);
}
.breadcrumb a {
  color: inherit;
  display: inline-flex;
  gap: 8px;
  text-decoration: none;
  padding: 0 8px;
  border-radius: 4px;
}
.breadcrumb a[aria-current=page] {
  font-weight: bold;
  text-decoration: underline;
}
.breadcrumb a:visited {
  color: inherit;
  background-color: inherit;
}
.breadcrumb a:hover {
  color: var(--color-bg1, var(--color-link));
  background-color: var(--color-fg1, var(--color-blue-200));
}
.breadcrumb .separator {
  color: inherit;
  opacity: 0.2;
}
.footer {
  padding: 16px;
}
.header {
  background: rgba(255, 255, 255, 0.22);
  padding: 24px 24px;
}
.tiles {
  display: grid;
  --columns: 12;
  grid-template-columns: repeat(var(--columns), 1fr);
  --gutter: 1.5rem;
  grid-gap: var(--gutter);
  margin: 0;
  padding: 0;
}
.tiles .tile {
  list-style: none;
  margin: 0;
  padding: 0;
  background: grey;
  --colspan: 3;
  grid-column: span var(--colspan);
}
.template--comic-page {
  --color-fg1: var(--color-text);
  --color-bg1: var(--color-bg);
}
.template--comic-page body {
  background-color: var(--color-bg1);
  color: var(--color-fg1);
}
.template--comic-page .header {
  background-color: transparent;
}
.template--comic-page .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 0;
  padding-bottom: 120px;
}
.template--comic-page .main hr {
  display: flex;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border: none;
  width: 100%;
  margin: 16px 0;
}
.template--comic-page .main hr + * {
  margin-top: 0px;
}
.template--comic-page .main hr:before {
  position: absolute;
  display: block;
  content: "◆";
  transform: scale(3, 0.66);
  color: var(--color-fg1);
}
.template--comic-page .main hr:after {
  position: absolute;
  display: block;
  content: "◆";
  transform: scale(0.66, 3);
  color: var(--color-fg1);
}
.template--comic-page .main .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.template--comic-page .main .top *:first-child {
  margin-top: 0;
}
.template--comic-page .main .top *:last-child {
  margin-bottom: 0;
}
.template--comic-page .main .top .meta {
  opacity: 0.66;
  text-align: center;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  margin-top: 40px;
}
.template--comic-page .main .top .title {
  text-align: center;
  font-family: "Space Grotesk";
  margin: 0;
}
.template--comic-page .main .comic {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
.template--comic-page .main .comic figure {
  position: relative;
}
.template--comic-page .main .comic figure:before, .template--comic-page .main .comic figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.template--comic-page .main .comic figure:after {
  background-color: var(--color-bg1);
  mix-blend-mode: multiply;
}
.template--comic-page .main .comic figure:before {
  background-color: var(--color-fg1);
  mix-blend-mode: lighten;
}
.template--comic-page .main .comic figure.color:before, .template--comic-page .main .comic figure.color:after {
  display: none;
}
.template--comic-page .main .comic figure.full-width img {
  width: 100vw;
}
.template--comic-page .main .comic figure img {
  width: 800px;
}
.template--comic-page .main .comic figure img.color {
  object-fit: unset;
  object-position: unset;
  mask: unset;
}
.template--comic-page .main .notes {
  max-width: 520px;
}
.template--comic-page .main .notes h1, .template--comic-page .main .notes h2, .template--comic-page .main .notes h3, .template--comic-page .main .notes h4, .template--comic-page .main .notes h5, .template--comic-page .main .notes h6 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
.template--comic-page .main .notes *:first-child {
  margin-top: 0;
}
.template--comic-page .main .notes *:last-child {
  margin-bottom: 0;
}
.template--comic-page .main .pagination {
  display: flex;
  width: 100%;
  max-width: 480px;
  flex-direction: row;
}
.template--comic-page .main .pagination div {
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
  flex: 1;
  display: flex;
}
.template--comic-page .main .pagination a {
  text-align: center;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  padding: 8px 16px;
  color: inherit;
}
.template--comic-page .main .pagination a:hover {
  background-color: var(--color-fg1);
  color: var(--color-bg1);
}
.template--comic-page .main .pagination a[disabled] {
  opacity: 0.5;
}
.template--comic-page .main .pagination a[disabled]:hover {
  background-color: unset;
  color: unset;
}
.template--home body {
  background-color: #E3E3E3;
  background-image: url(/assets/images/gizmos-tile.svg);
  background-position: -33px -33px;
}
.template--home body header.header, .template--home body footer.footer {
  display: none;
}
.template--home body main.main {
  display: flex;
  padding: 0px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .template--home body main.main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.template--home .cover {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0px;
}
@media (max-width: 1200px) {
  .template--home .cover {
    height: 500px;
    margin: 0 auto;
    position: static;
  }
}
.template--home .cover .wrapper {
  height: 720px;
  width: 720px;
  position: relative;
}
@media (max-width: 1200px) {
  .template--home .cover .wrapper {
    transform: scale(0.5);
    min-width: 720px;
  }
}
.template--home .cover .fella {
  position: absolute;
  top: 48px;
  left: 48px;
  width: 640px;
  height: 640px;
  transform: rotate(8deg);
  flex-shrink: 0;
  background-image: url(/assets/images/fella.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.template--home .cover .letter {
  position: absolute;
}
.template--home article {
  z-index: 1;
  display: flex;
  width: 520px;
  min-width: 520px;
  margin: 56px;
  margin-left: 0px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
  background: #FFF;
}
@media (max-width: 1200px) {
  .template--home article {
    margin: 0 8px 56px 8px;
    width: unset;
    min-width: unset;
    max-width: 520px;
  }
}
.template--home article *:first-child {
  margin-top: 0px;
}
.template--home article *:last-child {
  margin-bottom: 0px;
}
.template--home article h2, .template--home article h3, .template--home article h4, .template--home article h5, .template--home article h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.template--home article ul {
  list-style: none;
  /* Remove default bullets */
}
.template--home article ul li:before {
  content: "•";
  color: var(--color-faint);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.template--home article hr {
  display: flex;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border: none;
  width: 100%;
  margin: 16px 0;
}
.template--home article hr + * {
  margin-top: 0px;
}
.template--home article hr:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-radius: 1px;
  background: var(--color-faint);
}
.template--smating-landing-webtoon {
  --color-fg1: #ECA315;
  --color-bg1: #1F1201;
  --color-bg2: #eee;
  background-color: var(--color-bg1);
  color: var(--color-fg1);
}
.template--smating-landing-webtoon body {
  margin: 0px;
}
.template--smating-landing-webtoon .header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 1;
}
.template--smating-landing-webtoon .header .breadcrumb {
  background-color: var(--color-bg1);
  border-radius: 8px;
}
@media (max-width: 960px) {
  .template--smating-landing-webtoon .header {
    position: absolute;
  }
}
.template--smating-landing-webtoon .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  color: var(--color-fg1);
  padding: 24px;
  opacity: 0.5;
}
.template--smating-landing-webtoon .footer p {
  margin-bottom: 0;
  background-color: var(--color-bg1);
  border-radius: 8px;
}
@media (max-width: 960px) {
  .template--smating-landing-webtoon .footer {
    position: fixed;
    bottom: 0;
  }
}
.template--smating-landing-webtoon .main {
  display: flex;
  align-items: stretch;
  justify-items: flex-start;
  min-height: 100vh;
  padding: 0px;
}
.template--smating-landing-webtoon .main .left.temp {
  position: sticky;
  height: 100vh;
  max-width: 600px;
  top: 0;
  padding: 80px 0 120px 0;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  gap: 40px;
  flex-grow: 1;
  overflow: scroll;
  scrollbar-color: var(--color-fg1) var(--color-bg1);
  scrollbar-width: thin;
  background-color: var(--color-bg1);
  color: var(--color-fg1);
  background-size: cover;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
}
.template--smating-landing-webtoon .main .left.temp .graphics {
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 0.7;
}
.template--smating-landing-webtoon .main .left.temp .text {
  max-width: 420px;
}
.template--smating-landing-webtoon .main .left.temp .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .template--smating-landing-webtoon .main .left.temp {
    min-width: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: static;
    padding: 24px 24px 80px 24px;
    background-size: cover;
  }
}
.template--smating-landing-webtoon .main .left.temp .items {
  margin: 0;
}
.template--smating-landing-webtoon .main .left.temp .items .item {
  list-style: none;
  font-size: 1rem;
  line-height: 1.5rem;
}
.template--smating-landing-webtoon .main .left.temp .items .item a {
  color: inherit;
  display: inline-flex;
  gap: 8px;
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
}
.template--smating-landing-webtoon .main .left.temp .items .item a:visited {
  color: inherit;
  background-color: inherit;
}
.template--smating-landing-webtoon .main .left.temp .items .item a:hover {
  color: var(--color-bg1, var(--color-link));
  background-color: var(--color-fg1, var(--color-blue-200));
}
.template--smating-landing-webtoon .main .right.temp {
  display: flex;
  min-width: 50%;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex-grow: 1;
  background-color: #b1801f;
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .template--smating-landing-webtoon .main .right.temp {
    display: none;
  }
}
