html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background: #f8f8f8;
  padding-top: 60px;
}
@media (max-width: 640px) {
  body {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 40px;
  }
}

* {
  font-family: "Varela Round", sans-serif;
  color: #333333;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1080px) {
  .container {
    width: 460px;
    max-width: 100%;
  }
}

h1 {
  margin: 0;
  margin-top: 25px;
  font-weight: normal;
  font-size: 55px;
  color: #222222;
}

p {
  margin: 0;
  margin-top: 45px;
  color: #333333;
  font-size: 18px;
}

nav {
  background: #30333c;
  height: 60px;
  user-select: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  overflow-x: auto;
}

nav .links {
  margin: 0 20px;
  display: flex;
}
nav .links .spacer {
  flex: 1;
}

nav .links a {
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
  color: #e8e8e8;
  padding: 0 20px;
}
nav .links a:hover {
  color: #c0a0fa;
}
nav .links a:active {
  transform: translateY(1px);
}

nav .logo {
  position: relative;
  float: left;
  margin-right: 30px;
}

nav .logo svg {
  width: 32px;
  height: 30px;
  position: absolute;
  top: 14px;
  left: 20px;
}
nav .logo svg g {
  fill: rgba(255, 255, 255, 0.15);
}

nav .logo a {
  margin-left: 70px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin-top: 1px;
  font-size: 20px;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}
nav .logo a:hover span {
  color: #c0a0fa;
}
nav .logo a span {
  color: #f8f8f8;
  z-index: 1;
  display: inline-block;
}
nav .logo a span:active {
  transform: translateY(1px);
}

@media (max-width: 720px) {
  nav .logo {
    margin-right: 20px;
  }

  nav .links {
    margin: 0 10px;
  }

  nav .links a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  nav {
    height: 50px;
  }

  nav .logo {
    margin-right: 0;
  }

  nav .logo svg {
    top: 10px;
    width: 28px;
  }

  nav .logo a {
    margin-left: 60px;
    height: 50px;
    line-height: 50px;
  }
  nav .logo a span {
    display: none;
  }

  nav .links a {
    padding: 0 8px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  nav {
    height: 40px;
  }

  nav .logo a {
    margin-left: 50px;
  }

  nav .logo svg {
    width: 24px;
    top: 4px;
    left: 16px;
  }

  nav .links a {
    padding: 0 4px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Code Pro"), local("SourceCodePro-Regular"), url("/static/fonts/SourceCodePro.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Varela Round";
  font-style: normal;
  font-weight: 400;
  src: local("Varela Round Regular"), local("VarelaRound-Regular"), url("/static/fonts/VarelaRound.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Tomorrow Night Blue Theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
  color: #7285b7;
}

/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-literal,
.hljs-deletion {
  color: #ff9da4;
}

/* Tomorrow Orange */
.hljs-number,
.hljs-type,
.hljs-meta,
.hljs-link {
  color: #ffc58f;
}

/* Tomorrow Yellow */
.hljs-built_in,
.hljs-builtin-name,
.hljs-params,
.hljs-attribute {
  color: #ffeead;
}

/* Tomorrow Green */
.hljs-title,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #d1f1a9;
}

/* Tomorrow Blue */
.hljs-string,
.hljs-section {
  color: #bbdaff;
}

/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #ebbbff;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: #002451;
  color: white;
  padding: 0.5em;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.index.container {
  width: 100%;
}

svg.trim {
  display: block;
  width: 100%;
  height: 2vw;
  margin: -1px 0;
}

svg.trim path {
  fill: #654aa9;
}

svg.shadow.trim path {
  fill: #30333c;
}

.hero {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10vw 0;
}

.hero .logo {
  flex: 0 0 250px;
  margin-right: 5%;
  pointer-events: none;
  user-select: none;
  height: 200px;
}

.hero .copy {
  flex: 0 1 350px;
  min-height: 220px;
}

.hero .buttons {
  display: flex;
}

.hero h1 {
  margin-top: 0;
  font-size: 48px;
}

.hero p {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.7;
  margin: 16px 4px 24px;
  color: #444444;
}

.hero a {
  color: #7f4cff;
  background: #e1d6ff;
  font-size: 20px;
  letter-spacing: 0.8px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 12px 24px;
  min-width: 120px;
  min-height: 48px;
}

.hero a:hover {
  background: #7f4cff;
  color: #e1d6ff;
}

.hero a:active {
  background: #654aa9;
}

.hero a:first-child {
  margin-right: 24px;
}

.features {
  background: #654aa9;
  overflow: auto;
}

.features ul {
  display: flex;
  max-width: 960px;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.features li {
  text-align: center;
  margin: 100px 0 80px;
  flex: 0 0 30%;
}

.features li .icon {
  user-select: none;
  cursor: default;
  border-radius: 99px;
  background: #e1d6ff;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  font-size: 32px;
  transform: rotate(0deg);
  transition: transform 200ms;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

.features li .icon:hover {
  transform: rotate(10deg);
  transition: transform 300ms;
}

.features li h3 {
  color: #e8e8e8;
  font-weight: normal;
  margin: 40px 0 32px;
  font-size: 24px;
}

.features li p {
  margin: 0;
  color: #e1d6ff;
  font-size: 18px;
  line-height: 1.5;
}

.sass {
  width: 960px;
  max-width: 90vw;
  margin: 0 auto;
}

.sass p {
  font-size: 18px;
  line-height: 1.7;
  color: #444444;
  margin: 80px 0;
}

.sass .portals {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}

.sass .portals img {
  border-radius: 999px;
  width: 30%;
  object-fit: cover;
}

.compat {
  background: #654aa9;
  text-align: center;
  overflow: auto;
}

.compat h2 {
  font-size: 32px;
  font-weight: normal;
  max-width: 960px;
  margin: 64px auto 48px;
  color: #dadada;
}

.compat .lists {
  display: flex;
  justify-content: space-evenly;
  max-width: 640px;
  margin: 0 auto 64px;
}

.compat .lists ul {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.compat .lists ul li {
  color: #e1d6ff;
  line-height: 1.7;
  font-size: 18px;
}

.compat .lists ul li.icon {
  user-select: none;
  cursor: default;
  border-radius: 99px;
  background: #e1d6ff;
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  line-height: 64px;
  display: inline-block;
  font-size: 24px;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

.samples {
  max-width: 1024px;
  margin: 0 auto 32px;
}

.samples h2 {
  font-weight: normal;
  margin: 32px auto;
  text-align: center;
  font-size: 32px;
  color: #555;
}

.samples ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  margin: 0 0 32px;
  padding: 0;
}

.samples ul li {
  margin: 16px;
  flex: 1 1 480px;
  text-align: center;
}

.samples ul li h3 {
  margin: 0 auto 16px;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  color: #444;
}

.samples ul li pre {
  background: #30333c;
  padding: 16px;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
  text-align: left;
  white-space: normal;
}

.samples ul li pre code {
  white-space: pre;
  display: block;
}

.samples ul li pre code, .samples ul li pre code * {
  font-family: "Source Code Pro";
  font-size: 14px;
  line-height: 1.4;
  font-style: normal;
  color: #dedede;
}

.samples ul li pre code .hl-keyword {
  color: #b6acff;
  font-weight: bold;
}

.samples ul li pre code .hl-number {
  color: #ffbf97;
}

.samples ul li pre code .hl-string {
  color: #98fffc;
}

.samples ul li pre code .hl-builtin {
  color: #b9f496;
}

.samples ul li pre code .hl-boolean {
  color: #dd7186;
}

.samples aside {
  margin-top: 48px;
  text-align: center;
  line-height: 1.7;
  color: #555;
}

.samples aside a {
  color: #7e5ecf;
  text-decoration: none;
}

.samples aside a:hover {
  text-decoration: underline;
}

footer {
  background: #30333c;
  padding: 4vw 5vw 5vw;
  overflow: auto;
}

footer .sections {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}

footer section {
  flex: 0 240px;
  margin-right: 16px;
}

footer section header {
  color: #bbc;
  font-size: 24px;
  height: 36px;
  display: table-cell;
  vertical-align: bottom;
}

footer section:first-child header {
  font-size: 32px;
}

footer section ul {
  list-style-type: none;
  margin: 16px 0 0;
  padding: 0;
}

footer section ul li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #b598ff;
  text-decoration: none;
  line-height: 1.6;
}

footer section ul li a:hover {
  color: #dedede;
}

footer section ul li a:active {
  color: #ababab;
}

@media (max-width: 640px) {
  .hero {
    flex-wrap: wrap;
    text-align: center;
  }

  .hero .logo {
    flex: 0 0 40%;
    margin: 5% auto;
  }

  .hero .copy h1 {
    margin-top: 4%;
    margin-right: 8px;
  }

  .hero .copy p {
    margin: 6% auto 10%;
  }

  .hero .buttons {
    display: block;
  }

  .features ul {
    margin-top: 64px;
    flex-wrap: wrap;
  }

  .features ul li {
    flex: 0 1 100%;
    margin: 0 48px 48px;
  }

  .sass {
    width: 100%;
    max-width: 100%;
    padding: 48px;
    margin: 0;
    text-align: center;
  }

  .sass .portals {
    flex-wrap: wrap;
    margin: 0;
  }

  .sass .portals img {
    width: 80%;
    margin: 48px auto 0;
  }

  .compat .lists ul {
    flex: 0 1 25%;
  }

  .compat .lists ul li {
    font-size: 16px;
  }

  .samples ul {
    justify-content: unset;
  }

  .samples ul li {
    max-width: 100%;
    margin: 16px 0;
  }

  .samples ul li pre {
    border-radius: 0;
    overflow-x: scroll;
    padding: 12px;
  }

  .samples ul li h3 {
    text-align: center;
  }

  .samples ul li pre code, .samples ul li pre code i {
    font-size: 13px;
  }

  .samples aside {
    margin-top: 0;
    font-size: 13px;
  }

  footer section:first-child header {
    font-size: 24px;
  }

  footer section header {
    font-size: 18px;
  }

  footer section ul li a {
    font-size: 13px;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background: #303044;
  }

  h1 {
    color: #dedede;
  }

  .hero p, .sass p {
    color: #bcbcbc;
  }

  .hero a {
    color: #e1d6ff;
    background: #654aa9;
  }

  .hero a:hover {
    background: #7f4cff;
  }

  .hero a:active {
    background: #654aa9;
  }

  .samples h2 {
    color: #f8f8f8;
  }

  .samples ul li h3 {
    color: #dedede;
  }

  .samples aside {
    color: #a0a0a0;
  }

  svg.shadow.trim path {
    fill: #202028;
  }

  .samples ul li pre, footer {
    background: #202028;
  }
}

/*# sourceMappingURL=static/css/index.css.map */
