@font-face {
  font-family: "Wide Latin";
  src: url("../assets/fonts/LATINWD.TTF");
}
@font-face {
  font-family: "Noir";
  src: url("../assets/fonts/Noir_regular.otf");
}
@font-face {
  font-family: "Garamond";
  src: url("../assets/fonts/CormorantGaramond-variable.ttf");
}
/* 
@font-face {
  font-family: "Baskvill"
  src: url("../assets/fonts/BASKVILL.TTF")
}
*/
@font-face {
  font-family: "Instrument Serif";
  src: url("../assets/fonts/InstrumentSerif-Regular.ttf");
}
/* 
-----------
*/
:root {
  --light: #fff;
  --dark: #000;
  --light-grad: linear-gradient(to bottom, #f2f2f2, #e6e6e6 80%, #d9d9d9 100%);
  --dark-grad: linear-gradient(to top, #262626, #4d4d4d 80%, #595959 100%);
  caret-color: var(--dark);
  --dead-fg: #fff;
}
/* 
-----------
*/
/*

font rank


Sans Serif:
Noir
Sulphur Point - basically Noir but cutter, rounder, circular


Display:
Tinos - very clean serif. quite cool. bland for text. 좀 술집같음 on caps lock.
Baskvill - fucking cool, but bad readibility, usual. luxury brand feel. very polished, sleek, fluid. too "shopping mall".
Instrument Serif  - just condensed serif. NGE. rushed. mysterious? nice contrast to Wide Latin, thick vs thin, strong vs weak, fake vs true.
Xanh Mono - very narrow. gaunt. sharp. horror? more determined feel than Instrument Serif.


Sins Died:
Cormorant Garamond
Yuji Syuku  - very human, imperfect, soulful
Courier New
Shippori Mincho - sharp, spearing, thorn
Adamina - just clean and honest serif
*/
:root {
  cursor: url("../assets/icons/eye.svg"), auto;
}
*[role="link"],
.interactable {
  cursor: url("../assets/icons/eye_fill.svg"), pointer;
}
a {
  cursor: url("../assets/icons/eye_fill.svg"), pointer;
}
albums-c > * {
  cursor: url("../assets/icons/run2.svg"), pointer !important;
}
:root {
  font-family: "Garamond";
  font-weight: 400;
  font-size: 20px;
  scrollbar-color: var(--ghost-fg);
}
:root ::selection {
  color: var(--blood-bright);
  background-color: var(--dead-fg);
}
:root ::-webkit-scrollbar {
  background: rgba(0,0,0,0);
  width: 4px;
}
:root ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: var(--ghost-fg);
}
:root button:has(> img) > img,
:root .select:has(> img) > img {
  filter: unset;
}
body {

  --shine-fg: color-mix(in srgb, var(--theme-color), transparent 5%);
  --faint-fg: color-mix(in srgb, var(--theme-color), transparent 20%);
  --ghost-fg: color-mix(in srgb, var(--theme-color), transparent 40%); 
  --dead-fg: color-mix(in srgb, var(--theme-color), transparent 80%);
  --blood: #a0284b;
  --blood-bright: #e03f6c;
  --border-color: var(--shine-fg);
  --mild-border-color: var(--faint-fg);
  --active-bg-color: var(--shine-fg);
  --ui-color: #c86496;
  --bg-color: var(--dark);
  --good: #7eeb9f;
  --alert: #ffc0cb;
  --info: #61a8f0;
  --meta: #c383e7;
  --hue-shift: 0;
  --saturation-shift: 0;
  --lightness-shift: 0;
  --border-rad: 0lh;
  caret-color: var(--light);
  color: var(--ui-color);
}
@property --theme-color {
  syntax: '<color>';
  initial-value: #ef6c98;
  inherits: true;
}

  --shine-fg: color-mix(in srgb, var(--theme-color), transparent 5%);
  --faint-fg: color-mix(in srgb, var(--theme-color), transparent 20%);
  --ghost-fg: color-mix(in srgb, var(--theme-color), transparent 40%); 
  --dead-fg: color-mix(in srgb, var(--theme-color), transparent 80%);
button:has(> img) > img,
.select:has(> img) > img {
  filter: invert(1);
}
:root {
  overflow: clip;
  color: var(--faint-fg);
  letter-spacing: 2px;
  background-color: #000;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
  overflow-x: clip;
  font-family: "Instrument Serif";
  --ui-color: var(--ghost-fg);
  position: relative;
}
main {
  width: 100dvw;
  display: flex;
  flex-direction: column;
  gap: 1lh;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-grow: 1;
  overflow-y: auto;
  background: #000;
}
main > * {
  animation: appear 0.5s ease-in;
}
.v-flex {
  display: flex;
  flex-direction: column;
}
audio {
  width: 50vw;
  height: 1lh;
}
button {
  background: var(--bg-color);
}
body:has(> audio-player.minified) {
  padding-bottom: 5lh;
}
body:has(> audio-player.maximized) {
  padding-bottom: 0lh;
}
body:has(> audio-player) {
  padding-bottom: 6lh;
}
audio-player {
  --main-color: var(--ghost-fg);
  --mild-border-color: var(--main-color);
  position: fixed;
  bottom: 0px;
  z-index: 3;
  background: var(--bg-color);
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  color: var(--main-color);
  box-shadow: 0px 0px 0px 1px var(--main-color);
  height: 6lh;
  transition: /* height 2s ease, */ color 0.2s ease;
  overflow: clip;
}
audio-player button {
  min-width: 1.5lh;
}
audio-player time-at,
audio-player time-end {
  width: 5.5ch;
}
audio-player time-at {
  margin-left: auto;
}
audio-player img.cover {
  height: 100%;
  aspect-ratio: 1/1;
}
audio-player > .v-flex {
  gap: 0.5lh;
  padding: 0.5lh;
  height: 100%;
  justify-content: center;
  max-width: 100%;
}
audio-player > .v-flex > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 3px;
  position: relative;
}
audio-player > .v-flex > div.scroll-wrapper > * {
  min-height: 8lh;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c {
  display: none;
  flex-direction: column;
  gap: 1lh;
  color: var(--ui-color);
  padding-left: 1lh;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-set {
  display: flex;
  flex-direction: column;
  gap: 0.33lh;
  width: 100%;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-set img {
  width: 8lh;
  aspect-ratio: 1/1;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-set > title-c {
  font-size: 1rem;
  white-space: nowrap;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-set > list-c {
  display: flex;
  flex-direction: column;
  gap: 0.33lh;
  width: 100%;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-c.playing::after {
  content: "<<";
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-c {
  width: 100%;
  display: flex;
  align-items: center;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-c > title-c {
  margin-right: 0.5lh;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-c button {
  min-width: 4ch;
  width: fit-content !important;
  font-size: 0.5rem;
  min-height: 0;
  height: 1.15lh !important;
  overflow: clip;
  align-items: center;
  justify-content: center;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-c .track_option_reveal {
  display: none;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-c track-options {
  flex-grow: 0;
  width: fit-content;
  overflow: clip;
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-c:hover {
  color: var(--shine-fg);
}
audio-player > .v-flex > div.scroll-wrapper > playlist-c track-c:hover .track_option_reveal {
  display: block;
}
audio-player > .v-flex > div.scroll-wrapper > lyrics-c {
  display: block;
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: pre-line;
  padding-left: 1lh;
  padding-right: 1lh;
}
audio-player > .v-flex button {
  width: 3lh;
  height: 1lh;
  font-family: monospace;
}
audio-player > .v-flex > div:nth-of-type(2) {
  display: flex;
  overflow-x: clip;
}
audio-player > .v-flex > div:nth-of-type(2) > * {
  text-overflow: ellipsis;
  white-space: nowrap;
}
audio-player > .v-flex > div:nth-of-type(2) > button {
  flex-shrink: 0;
}
audio-player > .v-flex > div:nth-of-type(2) > track-name {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}
audio-player > .v-flex > div:nth-of-type(2) > artist-name {
  margin-right: auto;
}
audio-player button.option,
audio-player button.choose,
audio-player button.maximize,
audio-player button.minify {
  width: 1.75lh !important;
  font-size: 0.6rem;
}
range-input {
  cursor: pointer;
  font-family: monospace;
  user-select: none;
}
audio-player:hover {
  --main-color: var(--faint-fg);
}
audio-player.maximized {
  position: fixed;
  bottom: calc(50% - 15lh);
  height: 30lh;
  max-width: 100vw;
  overflow: clip;
  margin-top: 0px;
}
audio-player.maximized > div.v-flex {
  width: 100%;
}
audio-player.maximized img.cover {
  height: 100%;
}
audio-player:not(.maximized) > .v-flex > div.scroll-wrapper {
  display: none !important;
}
audio-player.minified {
  box-shadow: unset !important;
  height: 4lh;
  padding-bottom: 2.5lh;
  padding-top: 2.5lh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  padding-left: 2lh;
  padding-right: 2lh;
}
audio-player.minified *:not(range-input.nav,
audio-player.minified :has(range-input.nav)) {
  display: none;
}
audio-player.minified button.restore {
  display: block !important;
  position: absolute;
  left: calc(50% - 2.5lh);
  bottom: 0px;
  width: 5lh;
  opacity: 0%;
  border-top-left-radius: 100lh;
  border-top-right-radius: 100lh;
  transition: opacity 0.5s;
}
audio-player.minified:hover button.restore {
  opacity: 75%;
}
audio-player:not(.minified) button.restore {
  display: none;
}
@media (max-aspect-ratio: 1.5/1) {
  audio-player.maximized {
    height: 100vh;
    bottom: unset;
  }
  audio-player.maximized img.cover {
    display: block;
    min-width: 0px;
    min-height: 0px;
    flex-grow: 1;
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
    padding: 1lh;
  }
  audio-player.maximized > .v-flex {
    width: fit-content !important;
    flex-shrink: 3;
    box-shadow: 0px -1px 0px 1px var(--mild-border-color);
  }
  audio-player.maximized > .v-flex > panel-c {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
  }
}
@media (max-aspect-ratio: 1/1.4) {
  audio-player {
    flex-direction: column;
    width: 100vw;
    justify-content: center;
  }
  audio-player img.cover {
    display: none;
  }
  audio-player > .v-flex > div.scroll-wrapper > * {
    flex-shrink: 1;
    height: 0px;
    max-height: 8lh;
  }
  audio-player.maximized img.cover {
    display: block;
  }
}
knob-c {
  display: block;
  box-shadow: inset 0px 0px 0px 1px var(--ui-color);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
knob-c::after {
  content: "";
  position: absolute;
  left: calc(50% - 2px);
  top: 5px;
  background: var(--ui-color);
  width: 4px;
  height: 4px;
}
.grad-3d {
  overflow-x: clip;
}
.grad-3d::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 110%;
  width: 100%;
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.85) 100%);
  pointer-events: none;
}
audio-player button img {
  opacity: 0.7;
  scale: 1.5;
}
panel-c {
  display: none;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 0.33lh;
  right: 0.33lh;
  z-index: 30;
}
panel-c > knob-c:nth-of-type(2) {
  margin-right: 0.5lh;
}
panel-c > knob-c:nth-of-type(5) {
  margin-right: 0.5lh;
}
audio-player.maximized > .v-flex > panel-c {
  display: flex !important;
}
overlay-c {
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: var(--theme-color);
  mix-blend-mode: darken;
  opacity: 50%;
  animation-iteration-count: infinite;
  animation-duration: 12s;
  animation-timing-function: linear;
}
@property --color1 {
  syntax: '<color>';
  initial-value: #000;
  inherits: false;
}
@property --color2 {
  syntax: '<color>';
  initial-value: var(--theme-color);
  inherits: false;
}
body.glassy audio-player {
  background: transparent;
  backdrop-filter: blur(10px);
}
body.glassy audio-player div.scroll-wrapper::after {
  display: none;
}
body.glassy audio-player panel-c {
  position: relative;
  top: unset;
  right: unset;
}
body.glassy .grad-3d::after {
  display: none;
}
body.glassy button {
  background: transparent;
}
*[role="link"]:hover {
  color: var(--shine-fg);
}
.scroll-wrapper {
  display: flex;
  flex-grow: 1;
  width: unset;
  align-self: stretch;
  overflow-y: hidden;
  position: relative;
  min-height: 0;
  align-items: flex-start;
}
.scroll-wrapper > * {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  min-height: 0px;
  padding-top: 2.5lh;
  padding-bottom: 2.5lh;
}
.scroll-wrapper::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000 0%, rgba(0,0,0,0.3) 15%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, #000 100%);
  pointer-events: none;
}
@-moz-keyframes fadein {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@-moz-keyframes spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@-webkit-keyframes spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@-o-keyframes spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@-moz-keyframes open-25lh {
  0% {
    height: 0px;
  }
  100% {
    height: 25lh;
  }
}
@-webkit-keyframes open-25lh {
  0% {
    height: 0px;
  }
  100% {
    height: 25lh;
  }
}
@-o-keyframes open-25lh {
  0% {
    height: 0px;
  }
  100% {
    height: 25lh;
  }
}
@keyframes open-25lh {
  0% {
    height: 0px;
  }
  100% {
    height: 25lh;
  }
}
@-moz-keyframes open-100vh {
  0% {
    height: 0px;
  }
  100% {
    height: 100vh;
  }
}
@-webkit-keyframes open-100vh {
  0% {
    height: 0px;
  }
  100% {
    height: 100vh;
  }
}
@-o-keyframes open-100vh {
  0% {
    height: 0px;
  }
  100% {
    height: 100vh;
  }
}
@keyframes open-100vh {
  0% {
    height: 0px;
  }
  100% {
    height: 100vh;
  }
}
@-moz-keyframes shimmer {
  0% {
    --color1: #000;
    --color2: #000;
  }
  25% {
    --color1: #f00;
    --color2: #000;
  }
  50% {
    --color1: #f00;
    --color2: #f00;
  }
  75% {
    --color1: #000;
    --color2: #f00;
  }
  100% {
    --color1: #000;
    --color2: #000;
  }
}
@-webkit-keyframes shimmer {
  0% {
    --color1: #000;
    --color2: #000;
  }
  25% {
    --color1: #f00;
    --color2: #000;
  }
  50% {
    --color1: #f00;
    --color2: #f00;
  }
  75% {
    --color1: #000;
    --color2: #f00;
  }
  100% {
    --color1: #000;
    --color2: #000;
  }
}
@-o-keyframes shimmer {
  0% {
    --color1: #000;
    --color2: #000;
  }
  25% {
    --color1: #f00;
    --color2: #000;
  }
  50% {
    --color1: #f00;
    --color2: #f00;
  }
  75% {
    --color1: #000;
    --color2: #f00;
  }
  100% {
    --color1: #000;
    --color2: #000;
  }
}
@keyframes shimmer {
  0% {
    --color1: #000;
    --color2: #000;
  }
  25% {
    --color1: #f00;
    --color2: #000;
  }
  50% {
    --color1: #f00;
    --color2: #f00;
  }
  75% {
    --color1: #000;
    --color2: #f00;
  }
  100% {
    --color1: #000;
    --color2: #000;
  }
}
:root {
  background: var(--bg-color);
  overflow: hidden;
  color: var(--ui-color);
  box-sizing: border-box;
  caret-color: var(--light);
  text-wrap: auto;
  line-height: 1lh;
}
* {
/* line-height: 1lh !important; */
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
b,
strong {
  font-weight: 700;
}
title {
  display: none;
}
button,
span {
  display: inline-block;
}
body {
  padding: 0px;
  margin: 0px;
  width: 100vw;
  height: 100vh;
}
p {
  margin: 0px;
}
*[contenteditable="true"].blank::before {
  display: contents;
  position: absolute;
  content: attr(placeholder);
  color: var(--border-color);
}
.pending::after {
  margin-left: 0.5ch;
  content: ".";
  white-space: pre;
  animation: pending 0.75s linear 0s infinite;
}
*[contenteditable="true"] {
  min-width: 12ch;
  padding: 0.5lh;
  overflow: auto;
  border-radius: var(--border-rad);
}
/* *[contenteditable="true"]:hover {
  box-shadow: inset 0px 0px 0px 1px var(--mild-border-color);
}
*[contenteditable="true"]:focus {
  box-shadow: inset 0px 0px 0px 1px var(--border-color);
}
*/
button,
*[contenteditable="true"],
.select {
  width: fit-content;
  min-height: 1.5lh;
  overflow: auto;
  background: var(--bg-color);
  color: var(--ui-color);
  box-shadow: inset 0px 0px 0px 1px var(--mild-border-color), 0px 2px 0px 0px var(--mild-border-color);
  translate: 0px -2px;
  border: unset;
}
button,
.select {
  white-space: nowrap;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
button.chunky,
.chunky > button {
  box-shadow: inset 0px 0px 0px 1px var(--mild-border-color), 0px 4px 0px 0px var(--mild-border-color);
  translate: 0px -4px;
  transition: translate 0.1s ease, box-shadow 0.1s ease;
}
button:active {
  translate: 0px 0px;
  box-shadow: inset 0px 0px 0px 1px var(--mild-border-color);
}
select {
  width: min-content;
  height: 1lh;
  background: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: inherit;
  appearance: none;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  border: none;
  outline: none;
  background: transparent;
}
.select {
  position: relative;
  padding-right: 3.5ch !important;
}
.select::after {
  position: absolute;
  right: 1ch;
  top: calc(50% - 0.5lh);
  content: "⚙";
  padding: 0px;
  margin: 0px;
  line-height: 0px;
}
*[contenteditable="true"] {
  cursor: text;
}
*[contenteditable="true"] * {
  background-color: unset;
  display: inline-block;
}
button:has(> img),
.select:has(> img) {
  display: flex;
  gap: 0.25lh;
  align-items: center;
}
button > img,
.select > img {
  aspect-ratio: 1/1;
  height: 1lh;
}
input {
  all: inherit;
  border: none;
}
input[type="checkbox"] {
  appearance: none;
  padding: 0px;
  width: 3ch;
  height: 3ch;
  display: inline-grid;
  place-content: center;
  box-shadow: inset 0px 0px 0px 1px var(--mild-border-color);
  background-color: var(--bg-color);
}
input[type="checkbox"]::before {
  content: "";
  width: 1.75ch;
  aspect-ratio: 1/1;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  opacity: 0;
  transition: opacity 0.05s linear;
  background-color: var(--light);
}
input[type="checkbox"]:checked::before {
  opacity: 1;
}
input[type="checkbox"]:disabled {
  background: var(--shade);
  cursor: not-allowed;
}
h1,
h2,
h3,
h4,
h5 {
  margin: unset;
  padding-top: 0.33em;
  padding-bottom: 0.33em;
  display: inline-block;
  width: fit-content;
  height: fit-content;
}
h1 {
  font-size: 3rem;
  line-height: 3lh;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.5lh;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.25lh;
}
/* ----- */
*[role="link"] {
  transition: color 0.5s ease-out;
}
a,
a:hover,
a:focus {
  color: var(--ui-color);
  text-decoration: unset;
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
}
/*
a:hover::after {
  display: block;
  content: "";
  background: white;
  border-radius: 0%;
  margin-left: 0.3em;
  width: 1lh;
  height: 1lh;
  animation: appear 0.2s;
}
*/
.glitch {
  --y-offset: 0px;
  --x-offset: 3px;
  position: relative;
}
.glitch > *:first-child {
  z-index: 2;
  opacity: 0.75;
}
.glitch > *:not(:first-child) {
  line-break: none;
  white-space: nowrap;
  z-index: 1;
  position: absolute;
  transition: opacity 0.2s, filter 0.5s;
}
.glitch > *:nth-child(2) {
  top: var(--y-offset);
  left: calc(-1 * var(--x-offset));
}
.glitch > *:nth-child(3) {
  top: calc(var(--y-offset));
  left: var(--x-offset);
}
.glitch > *:nth-child(4) {
  top: var(--y-offset);
  left: calc(1 * var(--x-offset));
}
.glitch > .red {
  color: oklch(0.6632 0.2738 22.76);
  opacity: 0.75;
}
.glitch > .blue {
  color: oklch(0.6632 0.2146 245.12);
  opacity: 0.9;
}
.glitch > .green {
  color: oklch(0.7804 0.3305 159.35);
  opacity: 0.5;
}
.glitch > .cyan {
  color: oklch(0.8721 0.2023 171);
}
.glitch > .magenta {
  color: oklch(0.6632 0.3256 360);
}
.glitch > .yellow {
  color: oklch(0.9585 0.1241 108.53);
}
.glitch:not(:hover) > *:not(:first-child) {
  opacity: 0;
  filter: blur(0px);
}
.glitch:hover > *:first-child {
  opacity: 0.85;
}
.glitch:hover > *:not(:first-child) {
  filter: blur(1px);
}
@-moz-keyframes pending {
  0% {
    content: ".";
  }
  16.6% {
    content: "..";
  }
  33.3% {
    content: " ...";
  }
  49.9% {
    content: "  ...";
  }
  66.6% {
    content: "   ..";
  }
  100% {
    content: "    .";
  }
}
@-webkit-keyframes pending {
  0% {
    content: ".";
  }
  16.6% {
    content: "..";
  }
  33.3% {
    content: " ...";
  }
  49.9% {
    content: "  ...";
  }
  66.6% {
    content: "   ..";
  }
  100% {
    content: "    .";
  }
}
@-o-keyframes pending {
  0% {
    content: ".";
  }
  16.6% {
    content: "..";
  }
  33.3% {
    content: " ...";
  }
  49.9% {
    content: "  ...";
  }
  66.6% {
    content: "   ..";
  }
  100% {
    content: "    .";
  }
}
@keyframes pending {
  0% {
    content: ".";
  }
  16.6% {
    content: "..";
  }
  33.3% {
    content: " ...";
  }
  49.9% {
    content: "  ...";
  }
  66.6% {
    content: "   ..";
  }
  100% {
    content: "    .";
  }
}
@-moz-keyframes blur {
  0% {
    filter: blur(4px);
  }
  100% {
    filter: blur(0px);
  }
}
@-webkit-keyframes blur {
  0% {
    filter: blur(4px);
  }
  100% {
    filter: blur(0px);
  }
}
@-o-keyframes blur {
  0% {
    filter: blur(4px);
  }
  100% {
    filter: blur(0px);
  }
}
@keyframes blur {
  0% {
    filter: blur(4px);
  }
  100% {
    filter: blur(0px);
  }
}
@-moz-keyframes appear {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@-o-keyframes appear {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes appear {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
