@font-face {
  font-family: Studio;
  src: url(assets/sans.otf);
}
@font-face {
  font-family: Studio;
  src: url(assets/sans-bold.otf);
  font-weight: 700;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Studio, Arial, sans-serif;
}
button,
a,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #7155fa;
  outline-offset: 5px;
}
button {
  min-height: 44px;
}
button:disabled {
  cursor: default;
  opacity: 0.6;
}
[hidden] {
  display: none !important;
}
.tools {
  position: fixed;
  z-index: 20;
  bottom: 18px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tools button,
.tools a {
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 30px;
  min-height: 44px;
  padding: 12px 16px;
  font-size: 12px;
  text-decoration: none;
}
.tools button:disabled {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
noscript {
  display: block;
  padding: 12px;
  font-size: 13px;
  background: #fff;
  color: #222;
}
.paused * {
  animation-play-state: paused !important;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
body {
  color: #111;
  background: white;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
header {
  position: fixed;
  z-index: 20;
  left: 50%;
  translate: -50% 0;
  top: 0;
  background: black;
  color: white;
  border-radius: 0 0 24px 24px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px 12px;
  width: min(760px, calc(100% - 28px));
}
header::before,
header::after {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  background: transparent;
}
header::before {
  right: 100%;
  border-radius: 0 24px 0 0;
  box-shadow: 10px 0 black;
}
header::after {
  left: 100%;
  border-radius: 24px 0 0 0;
  box-shadow: -10px 0 black;
}
header a {
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}
.brand {
  font-size: 16px;
  gap: 10px;
}
.app-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(#a6f6ff 0%, #0098ff 45%, #0623ff);
  box-shadow: inset 0 3px 3px white;
  display: inline-block;
}
nav {
  display: flex;
  gap: 24px;
  margin: auto;
}
nav a {
  color: #b3b3b3;
}
.nav-demo {
  background: white;
  color: black;
  border-radius: 7px;
  padding: 0 14px;
  font-size: 12px;
  white-space: nowrap;
}
.mobile-menu {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(#30219a, #0967f6 35%, #69caff 65%, #f7ffff 95%);
  color: white;
}
.hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 153px 22px 20px;
}
.kicker {
  font-size: 21px;
  margin: 0 0 28px;
}
.kicker span {
  font-size: 28px;
}
h1 {
  font-size: 80px;
  letter-spacing: -4px;
  font-weight: 700;
  line-height: 1.02;
  margin: 0;
}
h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 86px;
  letter-spacing: -5px;
}
.description {
  font-size: 19px;
  line-height: 1.45;
  margin: 27px 0;
}
.primary {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  min-height: 52px;
  border-radius: 9px;
  padding: 14px 22px;
  background: black;
  color: white;
  text-decoration: none;
  font-size: 15px;
}
.scene {
  height: 710px;
  position: relative;
  padding-top: 50px;
}
.landscape {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
  left: 0;
  top: 0;
  mask-image: linear-gradient(transparent, #000 22%, #000 75%, transparent);
}
.desktop {
  position: relative;
  max-width: 1000px;
  height: 510px;
  border: 1px solid #ffffffa0;
  border-radius: 32px;
  margin: auto;
  background: #ffffff16;
  backdrop-filter: blur(8px);
}
.desktop-bar {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  font-size: 12px;
}
.clipboard {
  position: relative;
  max-width: 760px;
  margin: -5px auto 0;
  background: #080808;
  color: white;
  border-radius: 0 0 24px 24px;
  padding: 12px 16px 14px;
  box-shadow: 0 16px 40px #0002;
}
.preview-label {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1px;
  color: #aaa;
}
.preview-label small {
  font-size: 10px;
  letter-spacing: 0;
}
.tabs {
  display: flex;
  gap: 6px;
  padding: 12px 0;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #444 transparent;
}
.tabs button {
  border: 0;
  background: #222;
  border-radius: 25px;
  color: #b6b6b6;
  white-space: nowrap;
  font-size: 12px;
  padding: 8px 13px;
  opacity: 1;
}
.tabs button[aria-selected="true"] {
  background: white;
  color: #222;
}
.tabs small {
  margin-left: 5px;
  color: inherit;
  opacity: 0.7;
}
.clip-cards {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 10px;
}
.clip-card {
  min-width: 0;
  border-radius: 12px;
  padding: 14px;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #d4f7d3;
  color: #102c25;
}
.clip-card strong {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.clip-card small,
.clip-card > span {
  font-size: 10px;
}
.clip-card .card-symbol {
  font-size: 28px;
}
.color-card {
  background: #008fff;
  color: white;
}
.note-card {
  background: #ece8e0;
  color: #211c15;
}
.note-card > span {
  font-size: 25px;
}
.editor {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 10px;
  margin-top: 15px;
}
.editor label {
  font-size: 11px;
  color: #bbb;
  grid-column: 1/3;
}
.editor textarea {
  resize: vertical;
  min-height: 58px;
  max-height: 180px;
  background: #202020;
  color: #fff;
  border: 1px solid #444;
  border-radius: 8px;
  font:
    13px Studio,
    Arial,
    sans-serif;
  padding: 10px;
  min-width: 0;
}
.editor button {
  align-self: stretch;
  background: white;
  border: 0;
  border-radius: 8px;
  color: black;
  padding: 8px 16px;
  font-size: 12px;
}
.editor textarea:focus-visible {
  outline: 2px solid #6acbff;
  outline-offset: 2px;
}
#status {
  font-size: 11px;
  color: #bbb;
  line-height: 1.3;
  min-height: 15px;
  margin: 9px 0 0;
}
.motion-ready .hero-copy {
  animation: arrive 0.85s both;
}
.motion-ready .desktop {
  transition: translate 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
  translate: 0 45px;
}
.motion-ready .desktop.entered {
  translate: 0 0;
}
.motion-ready .clip-cards {
  animation: arrive 0.4s;
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about,
.faq {
  max-width: 1000px;
  padding: 60px 24px;
  margin: auto;
}
.eyebrow {
  font-size: 12px;
  color: #686868;
  letter-spacing: 1px;
}
.about h2 {
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin: 25px 0 60px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.feature-grid article > span {
  font-size: 13px;
  color: #666;
}
.feature-grid h3 {
  font-size: 25px;
  letter-spacing: -0.7px;
}
.feature-grid p {
  max-width: 380px;
  color: #666;
  font-size: 17px;
  line-height: 1.5;
}
.faq h2 {
  font-size: 36px;
  letter-spacing: -1px;
}
.faq details {
  border-top: 1px solid #ddd;
}
.faq summary {
  cursor: pointer;
  padding: 25px 0;
  min-height: 44px;
  font-size: 18px;
}
.faq details p {
  max-width: 650px;
  color: #666;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 25px;
}
footer {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 30px 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #666;
  font-size: 12px;
}
footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
@media (max-width: 820px) {
  header {
    gap: 18px;
  }
  nav {
    gap: 15px;
  }
  .scene {
    padding: 50px 24px 0;
  }
  .desktop {
    height: 470px;
  }
  .clipboard {
    margin: 0 -1px;
  }
  .hero-copy {
    padding-top: 135px;
  }
  h1 {
    font-size: 70px;
  }
  h1 em {
    font-size: 74px;
  }
}
@media (max-width: 600px) {
  header {
    justify-content: space-between;
    padding: 5px 10px;
    min-height: 50px;
  }
  nav,
  .nav-demo {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu summary {
    width: 44px;
    height: 44px;
    padding: 15px 10px;
    cursor: pointer;
    list-style: none;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    display: block;
    height: 1px;
    background: white;
    margin: 4px 0;
    transition: transform 0.25s;
  }
  .mobile-menu[open] summary span:first-child {
    transform: translateY(2.5px) rotate(45deg);
  }
  .mobile-menu[open] summary span:last-child {
    transform: translateY(-2.5px) rotate(-45deg);
  }
  .mobile-menu > div {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: black;
    border-radius: 0 0 20px 20px;
    padding: 12px 20px;
    display: grid;
    animation: arrive 0.3s;
  }
  .mobile-menu a {
    min-height: 50px;
    font-size: 17px;
  }
  .hero-copy {
    padding: 98px 18px 20px;
  }
  .kicker {
    font-size: 19px;
    margin-bottom: 24px;
  }
  h1 {
    font-size: 51px;
    letter-spacing: -2.5px;
  }
  h1 em {
    font-size: 52px;
    letter-spacing: -3px;
  }
  .description {
    font-size: 16px;
    margin: 24px auto;
    max-width: 330px;
  }
  .description br {
    display: none;
  }
  .primary {
    font-size: 13px;
    min-height: 48px;
  }
  .scene {
    height: 630px;
    padding: 24px 12px 0;
  }
  .desktop {
    border-radius: 24px;
    height: 450px;
  }
  .desktop-bar {
    font-size: 10px;
    padding: 12px;
  }
  .clipboard {
    padding: 12px 10px;
    border-radius: 0 0 20px 20px;
  }
  .clip-cards {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .note-card {
    display: none;
  }
  .clip-card {
    min-height: 140px;
    padding: 12px;
  }
  .clip-card strong {
    font-size: 22px;
  }
  .tabs {
    gap: 4px;
  }
  .tabs button {
    padding: 8px 12px;
  }
  .landscape {
    object-position: 50% 55%;
  }
  .editor {
    grid-template-columns: 1fr;
  }
  .editor label {
    grid-column: auto;
  }
  .editor button {
    min-height: 44px;
  }
  .about,
  .faq {
    padding: 38px 24px;
  }
  .about h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq h2 {
    font-size: 30px;
  }
  footer {
    flex-direction: column;
    margin-top: 20px;
    padding-bottom: 35px;
  }
}

.desktop-bar {
  color: #12364d;
}
.color-card {
  color: #061d32;
}
