<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CURSOR */
.cursor {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: var(--y, 0);
  left: var(--x, 0);
  transform: translate(-50%, -50%);
  z-index: 2;
  mix-blend-mode: difference;
}

/* CURSOR #2 */
.circle {
  position: fixed;
  background-color: #000;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  z-index: 10000;
  transform: scale(1);
}

.circle-follow {
  position: fixed;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
  background: white;
  mix-blend-mode: difference;
}

h1 {
  color: black;
}

@keyframes generate {
  from {
    opacity: 0.5;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fullSize {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: menuAnimation;
  animation-duration: 0.2s;
  animation-timing-function: linear;
}

body .art {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 5px;
  grid-auto-flow: dense;
  border: 5px solid #000000;
  background: #fff;
  position: relative;
  height: 100%;
}
body .art button, body .art a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.125), 0 4px 8px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.175), 0 16px 32px rgba(0, 0, 0, 0.2);
  transition: background-color ease 350ms;
  z-index: 10;
}
body .art button:hover, body .art a:hover {
  background-color: #EEEEEE;
}
body .art button.refresh, body .art a.refresh {
  bottom: 10px;
  left: calc(50vw - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
body .art button.refresh svg, body .art a.refresh svg {
  width: 30px;
  height: 30px;
  fill: #333333;
  transform: rotate(0);
  transition: all ease 350ms;
}
body .art button.refresh:hover svg, body .art a.refresh:hover svg {
  transform: rotate(90deg);
}
body .art button.github, body .art a.github {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
body .art button.github svg, body .art a.github svg {
  fill: #333333;
  width: 24px;
  height: 24px;
}
body .art .box {
  outline: 5px #000 solid;
  background: #FFFFFF;
  position: relative;
}
body .art .box:nth-child(2n) {
  grid-row: span 4;
}
body .art .box:nth-child(3n) {
  grid-column: span 2;
  grid-row: span 6;
}
body .art .box:nth-child(4n) {
  grid-column: span 1;
  grid-row: span 2;
}
body .art .box:nth-child(5n) {
  grid-column: span 2;
  grid-row: span 1;
}
body .art .box:nth-child(6n) {
  background: #2034D6;
}
body .art .box:nth-child(7n) {
  background: #F60201;
}
body .art .box:nth-child(9n) {
  background: #FDED01;
}
body .art .box:nth-child(20n) {
  grid-column: span 4;
  grid-row: span 1;
}
body .art .box:nth-child(21n) {
  grid-column: span 3;
  grid-row: span 1;
}
body .art .box.num-1 {
  background: #F60201;
  grid-column: span 6;
  grid-row: span 10;
}
body .art .box.num-2 {
  background: #F60201;
}
body .art .box.num-3 {
  background: #FFFFFF;
  grid-column: span 2;
  grid-row: span 2;
}
body .art .box.num-17 {
  background: #2034D6;
}
body .art .box.num-31 {
  background: #2034D6;
  grid-column: span 3;
  grid-row: span 2;
}
body .art .box.num-32, body .art .box.num-33 {
  background: #FDED01;
  grid-column: span 1;
  grid-row: span 2;
}
body .art .box.num-36, body .art .box.num-39 {
  background: #FDED01;
}
body .art .box.num-34 {
  background: #FFFFFF;
  grid-column: span 4;
  grid-row: span 4;
}
body .art .box.num-35 {
  background: #FFFFFF;
  grid-column: span 2;
  grid-row: span 1;
}
body .art .box:hover {
  opacity: 1;
}
body .art:hover .box:not(:hover) {
  opacity: 0.5;
}
body.is-transitioning .art .box {
  animation: generate ease-in 300ms;
}
@media screen and (min-width: 1080px) {
  body .art {
    width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  body .art {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  body .art {
    grid-gap: 6px;
  }
  body .art .box {
    grid-column: span 4 !important;
  }
  body .art .box.invisible {
    display: none !important;
  }
}

.more {
  position: absolute;
  bottom: -5px;
  right: -5px;
  border: 5px black solid;
  height: 50px;
  width: 50px;
  line-height: 40px;
  font-size: 50px;
  text-align: center;
}
.more:hover {
  background-color: red;
  cursor: pointer;
}

.section-header {
  height: 50px;
  position: relative;
  top: -38px;
}

/* BURGER */
.burger {
  border: 5px black solid;
  height: 120px;
  width: 120px;
  position: absolute;
  z-index: 500;
  top: 50%;
  right: 0%;
  background: white;
}

.container-nav {
  background: transparent;
  width: 150px;
  height: 150px;
  border: 5px transparent solid;
  top: 50%;
  right: 0%;
  position: absolute;
  z-index: 499;
}
.container-nav.opened {
  position: absolute;
  top: 50%;
  right: 0%;
  background: yellow;
  border: 5px black solid;
  width: 300px;
  height: 300px;
}
.container-nav.opened .menu-block1,
.container-nav.opened .menu-block2,
.container-nav.opened .menu-block3,
.container-nav.opened .menu-block4 {
  z-index: 499;
  height: 80px;
  width: 300px;
  position: absolute;
  right: -5px;
  background: red;
  border: 5px black solid;
}
.container-nav.opened .menu-block1 {
  top: 100px;
}
.container-nav.opened .menu-block2 {
  top: 150px;
}
.container-nav.opened .menu-block3 {
  top: 200px;
}
.container-nav.opened .menu-block4 {
  top: 250px;
}

/* GRID MOUSEOVER */
* {
  margin: 0;
  box-sizing: border-box;
}

:root {
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.618;
  font-weight: 400;
}

body {
  background-color: #fff;
  color: #f5f5f5;
}

a {
  color: #1abc89;
}

a:hover {
  opacity: 0.8;
}

p {
  font-size: 1.2rem;
  color: rgba(245, 245, 245, 0.5);
}

.small {
  font-size: 1rem;
  margin-top: 1em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

header {
  text-align: center;
  padding-bottom: 3rem;
}

h1 {
  font-size: 2.6rem;
  line-height: 1.2em;
  padding-bottom: 1rem;
  font-weight: 600;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

circle {
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

text {
  font-size: 1.1rem;
  text-transform: uppercase;
  text-anchor: middle;
  letter-spacing: 1px;
  font-weight: 600;
}

.svg-text {
  fill: #545a64;
}

.svg-masked-text {
  fill: white;
}

image {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 200px;
  margin: 5px;
  cursor: pointer;
  background-color: #3b3e46;
  border-radius: 2px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02), inset 0 0px 0px 1px rgba(0, 0, 0, 0.07);
  transform: translateZ(0);
}

.item:hover circle,
.item:hover image {
  transform: scale(1);
}

button {
  width: 12px;
  height: 12px;
  border: none;
  appearance: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
}
button.dark {
  background-color: #2f3238;
}
button.light {
  background-color: #f9f9f9;
}

.options {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.options button {
  margin-left: 0.5rem;
}

.light {
  background-color: #f9f9f9;
  color: #1a1a1a;
}
.light p {
  color: rgba(26, 26, 26, 0.5);
}
.light .item {
  background: #f5f5f5;
}
.light .svg-text {
  fill: rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=styles.css.map */
</pre></body></html>