@font-face {
  font-family: system;
  src: local("SF Pro Display");
}
* {
  box-sizing: border-box;
}
html {
  color-scheme: dark;
  background: #080b14;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #f3f5fc;
  font-family:
    system,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid #36e4f7;
  outline-offset: 5px;
  border-radius: 5px;
}
.skip-link {
  position: fixed;
  top: -70px;
  left: 20px;
  padding: 14px;
  background: #fff;
  color: #080b14;
  z-index: 20;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  max-width: 1440px;
  margin: auto;
  min-height: 94px;
  padding: 20px 5%;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #ffffff0d;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 800;
}
.brand img {
  border-radius: 12px;
}
.brand strong {
  color: #7dd8ee;
  font-weight: 450;
  letter-spacing: 1px;
}
.desktop-nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  font-size: 13px;
  color: #aeb5c8;
}
.desktop-nav a:hover,
.desktop-nav [aria-current] {
  color: #65e8f5;
}
.header-launch {
  font-size: 13px;
  font-weight: 650;
  padding: 12px 17px;
  border: 1px solid #344052;
  border-radius: 7px;
  white-space: nowrap;
}
.header-launch span {
  margin-left: 10px;
  color: #61e6f8;
}
.mobile-menu {
  display: none;
}
.hero {
  max-width: 1280px;
  padding: 90px 42px 80px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: 26px;
  position: relative;
}
.hero:before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 90% 40%, #35126d22, transparent 55%);
}
.hero-copy,
.hero-art {
  position: relative;
}
.eyebrow {
  color: #82dceb;
  font-size: 10px;
  letter-spacing: 2.4px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 9px;
}
.eyebrow > span {
  height: 5px;
  width: 5px;
  box-shadow: 0 0 10px #31f0b6;
  background: #31f0b6;
  border-radius: 50%;
}
.eyebrow em {
  font-style: normal;
  color: #929bad;
  border: 1px solid #303847;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 8px;
  letter-spacing: 1px;
  margin-left: 5px;
}
h1 {
  font-size: clamp(43px, 5.2vw, 68px);
  line-height: 1.07;
  letter-spacing: -3px;
  margin: 24px 0;
  font-weight: 760;
}
h1 > span {
  background: linear-gradient(105deg, #41e5f3 4%, #70a5ff 53%, #c684ff 96%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.intro {
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.25px;
  color: #d5dbe9;
  margin: 0 0 14px;
}
.description {
  font-size: 15px;
  line-height: 1.8;
  color: #8f9bb2;
  margin: 0;
}
.actions {
  display: flex;
  gap: 13px;
  margin-top: 30px;
}
.button {
  min-height: 49px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 650;
}
.primary {
  background: linear-gradient(115deg, #53e5eb, #76a9ff);
  color: #07151f;
  box-shadow: 0 5px 28px #40cbea16;
}
.primary:hover {
  filter: brightness(1.1);
}
.secondary {
  border: 1px solid #31394b;
  background: #121725;
}
.preview-note {
  color: #8591a8;
  font-size: 10px;
  margin-top: 15px;
  letter-spacing: 0.15px;
}
.hero-art {
  min-width: 0;
  overflow: clip;
  text-align: center;
  isolation: isolate;
}
.hero-art img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: screen;
}
.art-caption {
  font-size: 8px;
  color: #8693b3;
  letter-spacing: 3px;
  display: block;
  margin-top: -10px;
}
.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid #7961e318;
  inset: 5%;
  border-radius: 50%;
  transform: rotate(-25deg) scale(1.17, 0.84);
}
.orbit-two {
  transform: rotate(25deg) scale(1.2, 0.8);
  border-color: #2ad9e916;
}
.workspace {
  max-width: 1196px;
  margin: 0 auto;
  padding: 53px 0 62px;
  border-top: 1px solid #232a39;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 55px;
  align-items: center;
}
h2 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 18px 0;
}
.section-intro p {
  color: #8f9bb2;
  font-size: 14px;
  line-height: 1.8;
}
.text-link {
  color: #78dae9;
  font-size: 12px;
  display: inline-block;
  padding: 12px 0;
}
.text-link span {
  padding-left: 10px;
}
.terminal {
  border: 1px solid #30384c;
  border-radius: 11px;
  overflow: hidden;
  background: #0c111d;
  box-shadow: 0 15px 55px #0003;
  min-width: 0;
}
.terminal-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #151b29;
  border-bottom: 1px solid #252d40;
  padding: 14px 17px;
  font-family: ui-monospace, monospace;
  font-size: 10px;
  color: #a2acc1;
}
.dots {
  display: flex;
  gap: 5px;
}
.dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f27376;
}
.dots i:nth-child(2) {
  background: #e3b259;
}
.dots i:nth-child(3) {
  background: #70c595;
}
.example {
  margin-left: auto;
  font-size: 8px;
  letter-spacing: 1px;
  color: #8490a9;
}
.code {
  padding: 26px 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  line-height: 2.1;
  white-space: pre;
  overflow: auto;
}
.line {
  display: inline-block;
  width: 44px;
  text-align: center;
  margin-right: 12px;
  color: #8797b1;
  font-size: 10px;
}
.keyword {
  color: #c197ff;
}
.string {
  color: #76dfc0;
}
.number {
  color: #efbd74;
}
.comment {
  color: #7c8aa1;
}
.terminal-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid #232b3d;
  color: #91a0b8;
  font-size: 9px;
}
.terminal-foot b {
  color: #67dfce;
  margin-right: 6px;
}
.pillars {
  max-width: 1196px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 80px;
  gap: 18px;
}
.pillars > a {
  background: linear-gradient(135deg, #121927, #0d121d);
  border: 1px solid #252d3e;
  padding: 27px;
  border-radius: 9px;
}
.pillars > a:hover {
  border-color: #627a9a;
}
.feature-symbol {
  font-family: ui-monospace, monospace;
  font-size: 26px;
  color: #58dff0;
}
.violet {
  color: #b095ff;
}
.pink {
  color: #dc98f2;
}
h3 {
  font-size: 18px;
  letter-spacing: -0.4px;
  margin: 22px 0 10px;
}
.pillars p {
  color: #929eb3;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 24px;
}
.card-link {
  font-size: 10px;
  color: #b8c9e0;
}
footer {
  border-top: 1px solid #212939;
  max-width: 1280px;
  margin: auto;
  padding: 30px 42px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #7e8aa2;
  font-size: 10px;
}
.footer-brand {
  letter-spacing: 1.4px;
  font-weight: 700;
  font-size: 12px;
  color: #dce2f0;
}
.footer-brand span {
  color: #6ec3d5;
  font-weight: 450;
}
footer > div {
  display: flex;
  margin-left: auto;
  gap: 20px;
  align-items: center;
}
.mobile-break {
  display: none;
}
.inner-hero {
  min-height: 70vh;
  max-width: 920px;
  padding: 50px 30px 80px;
  margin: auto;
}
.inner-hero h1 {
  max-width: 800px;
}
.inner-hero .eyebrow {
  margin-top: 40px;
}
.back {
  font-size: 12px;
  color: #9cb0cb;
}
.info-panel {
  margin: 35px 0;
  background: #111724;
  padding: 28px;
  border: 1px solid #293248;
  border-radius: 12px;
}
.info-panel h2 {
  font-size: 25px;
}
.info-panel p {
  font-size: 16px;
  line-height: 1.85;
  color: #acb8cd;
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media (max-width: 1200px) {
  .desktop-nav {
    gap: 15px;
    font-size: 11px;
  }
  .site-header {
    gap: 18px;
  }
  .workspace,
  .pillars {
    margin-left: 42px;
    margin-right: 42px;
  }
  .hero {
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .brand {
    font-size: 16px;
  }
  .header-launch {
    font-size: 11px;
    padding: 12px;
  }
  .workspace {
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .desktop-nav,
  .header-launch {
    display: none;
  }
  .site-header {
    min-height: 79px;
    padding: 16px 25px;
    justify-content: space-between;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu summary {
    list-style: none;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    cursor: pointer;
    border: 1px solid #2a3345;
    border-radius: 8px;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .menu-icon,
  .menu-icon:before {
    width: 17px;
    height: 1px;
    background: #c5d4e7;
    display: block;
    content: "";
  }
  .menu-icon:before {
    transform: translateY(6px);
  }
  .menu-icon {
    transform: translateY(-3px);
  }
  .mobile-menu nav {
    position: absolute;
    top: 77px;
    right: 20px;
    left: 20px;
    z-index: 10;
    border: 1px solid #344159;
    border-radius: 10px;
    background: #111827;
    box-shadow: 0 22px 40px #0009;
    padding: 12px;
    display: grid;
  }
  .mobile-menu nav a {
    padding: 14px;
    border-radius: 5px;
    font-size: 14px;
  }
  .mobile-menu nav a:hover,
  .mobile-menu nav [aria-current] {
    background: #1e2b40;
    color: #7febf5;
  }
  .mobile-launch {
    color: #6de2f0;
  }
  .hero {
    grid-template-columns: 1fr 0.85fr;
    gap: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
  h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.7px;
  }
  .eyebrow em {
    display: none;
  }
  .intro {
    font-size: 17px;
  }
  .description {
    font-size: 13px;
  }
  .actions {
    gap: 9px;
  }
  .button {
    font-size: 11px;
    padding: 0 14px;
    gap: 10px;
  }
  .workspace {
    margin-left: 25px;
    margin-right: 25px;
    gap: 25px;
  }
  .workspace h2 {
    font-size: 29px;
  }
  .code {
    font-size: 10px;
  }
  .line {
    width: 25px;
    margin-right: 6px;
  }
  .pillars {
    margin-left: 25px;
    margin-right: 25px;
    gap: 12px;
  }
  .pillars > a {
    padding: 20px;
  }
  h3 {
    font-size: 16px;
  }
  .pillars p {
    font-size: 11px;
  }
  footer {
    padding: 25px;
    gap: 18px;
  }
  footer > p {
    display: none;
  }
}
@media (max-width: 600px) {
  .site-header {
    padding: 13px 22px;
    min-height: 76px;
  }
  .brand {
    font-size: 17px;
    letter-spacing: 1.7px;
    gap: 10px;
  }
  .brand img {
    width: 37px;
    height: 37px;
  }
  .mobile-menu summary {
    width: 40px;
    height: 40px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 36px 22px 36px;
    gap: 0;
    overflow: hidden;
  }
  .hero-copy {
    text-align: center;
    z-index: 1;
  }
  .eyebrow {
    justify-content: center;
    font-size: 8px;
    letter-spacing: 2px;
  }
  .hero h1 {
    font-size: clamp(32px, 9.5vw, 51px);
    letter-spacing: -1.7px;
    line-height: 1.12;
    margin: 19px 0 17px;
    white-space: nowrap;
  }
  .intro {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 12px;
  }
  .description {
    font-size: 12px;
    line-height: 1.8;
    color: #97a3ba;
  }
  .mobile-break {
    display: block;
  }
  .desktop-break {
    display: none;
  }
  .actions {
    justify-content: center;
    margin-top: 23px;
    gap: 10px;
  }
  .button {
    font-size: 11px;
    min-height: 46px;
    padding: 0 17px;
    gap: 15px;
  }
  .preview-note {
    font-size: 9px;
    margin-top: 13px;
    color: #939fb4;
  }
  .hero-art {
    width: 250px;
    margin-top: 16px;
  }
  .art-caption {
    font-size: 7px;
    letter-spacing: 2.5px;
    margin-top: -3px;
  }
  .workspace {
    grid-template-columns: 1fr;
    padding: 32px 0 32px;
    margin: 0 22px;
    gap: 22px;
  }
  .section-intro {
    text-align: center;
  }
  .section-intro h2 {
    font-size: 29px;
    margin: 16px 0 12px;
  }
  .section-intro p {
    font-size: 12px;
  }
  .section-intro .text-link {
    font-size: 11px;
  }
  .terminal-bar {
    padding: 12px 14px;
  }
  .code {
    font-size: 10px;
    padding: 20px 0;
    line-height: 2.3;
  }
  .line {
    width: 26px;
    margin-right: 7px;
  }
  .terminal-foot {
    font-size: 8px;
    padding: 11px;
  }
  .pillars {
    grid-template-columns: 1fr;
    margin: 0 22px 40px;
    gap: 12px;
  }
  .pillars > a {
    position: relative;
    padding: 24px 22px 24px 72px;
  }
  .feature-symbol {
    position: absolute;
    top: 24px;
    left: 23px;
    font-size: 25px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 17px;
  }
  .pillars p {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .card-link {
    font-size: 10px;
  }
  footer {
    padding: 25px 22px 30px;
    flex-wrap: wrap;
    gap: 14px;
  }
  footer > div {
    margin: 0;
    justify-content: space-between;
    width: 100%;
    font-size: 9px;
    gap: 16px;
  }
  .inner-hero {
    padding: 30px 22px 50px;
  }
  .inner-hero .eyebrow {
    justify-content: flex-start;
    font-size: 8px;
  }
  .inner-hero h1 {
    font-size: 41px;
    line-height: 1.1;
    letter-spacing: -1.7px;
  }
  .inner-hero .intro {
    font-size: 18px;
  }
  .info-panel {
    padding: 20px;
  }
  .info-panel h2 {
    font-size: 23px;
  }
  .info-panel p {
    font-size: 14px;
  }
}
.compatibility-section {
  max-width: 1196px;
  margin: 0 auto 80px;
  border-top: 1px solid #263044;
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.compatibility-section h2 {
  font-size: 38px;
}
.compatibility-section p {
  font-size: 14px;
  line-height: 1.9;
  color: #a4b0c7;
  margin: 0 0 17px;
}
.native-section {
  max-width: 1196px;
  margin: 0 auto 85px;
  border: 1px solid #393455;
  background:
    radial-gradient(ellipse at 90% 70%, #56269833, transparent 65%),
    linear-gradient(110deg, #111c2b, #11101e);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  overflow: hidden;
  padding: 55px 65px;
  gap: 60px;
  align-items: center;
}
.coming-label {
  display: inline-block;
  border: 1px solid #655084;
  color: #cbb3ee;
  border-radius: 5px;
  font-size: 9px;
  letter-spacing: 1.2px;
  padding: 7px 10px;
  margin-top: 26px;
}
.native-copy h2 {
  font-size: 47px;
  letter-spacing: -1.7px;
}
.native-copy > p {
  font-size: 15px;
  color: #a7b4cb;
  line-height: 1.85;
}
.native-copy .button {
  margin-top: 13px;
}
.native-copy .release-note {
  font-size: 10px;
  color: #9d9ab4;
  margin: 14px 0 0;
}
.native-visual {
  overflow: clip;
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: center;
}
.device-outline {
  width: 216px;
  min-height: 330px;
  transform: rotate(8deg);
  border: 2px solid #686285;
  border-radius: 32px;
  background: linear-gradient(140deg, #101826, #090b15);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 13px 20px 22px;
  box-shadow: 15px 22px 45px #0005;
}
.device-speaker {
  background: #01030a;
  width: 60px;
  height: 16px;
  border-radius: 10px;
  margin-bottom: 18px;
}
.device-outline img {
  width: 100px;
  height: 100px;
  border-radius: 24px;
  mix-blend-mode: screen;
}
.device-name {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 20px;
}
.device-name b {
  color: #80d9e5;
  font-weight: 400;
}
.device-tagline {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #9faccc;
  margin-top: 16px;
}
.concept-label {
  font-size: 7px;
  letter-spacing: 2px;
  color: #9285b9;
  margin-top: 25px;
}
.native-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid #9775ed26;
  border-radius: 50%;
  z-index: -1;
  transform: rotate(-25deg) scale(1.25, 0.65);
}
.feature-roadmap,
.native-details,
.about-principles {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0 30px;
}
.roadmap-heading {
  max-width: 650px;
  margin-bottom: 35px;
}
.roadmap-heading h2 {
  font-size: 40px;
}
.roadmap-heading > p {
  font-size: 15px;
  line-height: 1.9;
  color: #abb6cb;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.feature-grid article {
  padding: 28px;
  border: 1px solid #29344a;
  border-radius: 10px;
  background: linear-gradient(140deg, #111b2a, #0e1320);
}
.feature-grid article h3 {
  font-size: 21px;
  line-height: 1.3;
  margin: 20px 0 13px;
}
.feature-grid article p {
  font-size: 14px;
  line-height: 1.9;
  color: #a7b3c9;
  margin: 0;
}
.feature-card-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 1.7px;
  color: #7ed6e4;
}
.feature-card-meta span:last-child {
  font-size: 8px;
  color: #ada0cf;
  border: 1px solid #4a3d65;
  border-radius: 4px;
  padding: 4px 6px;
}
.capability-note {
  padding: 25px 30px;
  border-left: 2px solid #73ccdf;
  margin-top: 30px;
  background: #101927;
}
.capability-note h3 {
  margin-top: 0;
  font-size: 20px;
}
.capability-note p {
  color: #a7b3c9;
  font-size: 14px;
  line-height: 1.9;
}
.about-principles h2 {
  margin-bottom: 30px;
}
.inner-hero:has(+ .feature-roadmap),
.inner-hero:has(+ .native-details),
.inner-hero:has(+ .about-principles) {
  min-height: 0;
  padding-bottom: 35px;
}
@media (max-width: 1200px) {
  .compatibility-section,
  .native-section {
    margin-left: 42px;
    margin-right: 42px;
  }
  .native-section {
    padding: 40px;
    gap: 35px;
  }
}
@media (max-width: 900px) {
  .compatibility-section {
    gap: 35px;
  }
  .compatibility-section,
  .native-section {
    margin-left: 25px;
    margin-right: 25px;
  }
  .native-section {
    padding: 35px;
    gap: 25px;
  }
  .native-copy h2 {
    font-size: 39px;
  }
  .native-copy > p {
    font-size: 13px;
  }
  .device-outline {
    width: 190px;
    min-height: 310px;
  }
  .native-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .compatibility-section h2 {
    font-size: 32px;
  }
  .compatibility-section .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
}
@media (max-width: 600px) {
  .compatibility-section {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 22px 35px;
    padding-top: 30px;
  }
  .compatibility-section .eyebrow {
    justify-content: flex-start;
    line-height: 1.8;
  }
  .compatibility-section h2 {
    font-size: 31px;
  }
  .compatibility-section p {
    font-size: 13px;
    line-height: 1.9;
  }
  .native-section {
    margin: 0 22px 45px;
    grid-template-columns: 1fr;
    padding: 30px 24px;
    gap: 40px;
  }
  .native-copy {
    text-align: center;
  }
  .native-copy .eyebrow {
    font-size: 7px;
    letter-spacing: 1.5px;
  }
  .coming-label {
    font-size: 8px;
    margin-top: 20px;
  }
  .native-copy h2 {
    font-size: 38px;
    margin-top: 18px;
  }
  .native-copy > p {
    font-size: 13px;
  }
  .native-copy > p br {
    display: none;
  }
  .native-visual {
    margin: 0 0 18px;
  }
  .device-outline {
    width: 195px;
    min-height: 305px;
  }
  .feature-roadmap,
  .native-details,
  .about-principles {
    padding: 0 22px;
    margin-bottom: 45px;
  }
  .roadmap-heading .eyebrow,
  .about-principles > .eyebrow {
    justify-content: flex-start;
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .roadmap-heading h2 {
    font-size: 31px;
  }
  .roadmap-heading > p {
    font-size: 13px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .feature-grid article {
    padding: 24px;
  }
  .feature-grid article h3 {
    font-size: 21px;
  }
  .feature-grid article p {
    font-size: 13px;
  }
  .capability-note {
    padding: 20px;
    margin-top: 25px;
  }
  .capability-note p {
    font-size: 13px;
  }
  .capability-note h3 {
    font-size: 19px;
    line-height: 1.5;
  }
  .about-principles h2 {
    font-size: 32px;
  }
}
.brand img,
.hero-art img,
.device-outline img {
  border-radius: 0;
  mix-blend-mode: normal;
  -webkit-mask-image: url("/assets/logo-mask.svg");
  mask-image: url("/assets/logo-mask.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* M04: server-rendered Docs and Learn. */
.library,
.knowledge-shell {
  max-width: 1196px;
  margin: 0 auto;
  padding: 58px 30px 75px;
}
.library-heading {
  max-width: 740px;
}
.library-heading h1 {
  font-size: 58px;
  line-height: 1.12;
  letter-spacing: -2px;
}
.library-heading > p {
  font-size: 17px;
  line-height: 1.8;
  color: #abb9d0;
  max-width: 650px;
}
.library-search {
  max-width: 740px;
  margin: 32px 0 24px;
}
.library-search label {
  display: block;
  color: #bbcadf;
  font-size: 12px;
  margin-bottom: 10px;
}
.library-search > div {
  display: flex;
  gap: 10px;
}
.library-search input {
  min-width: 0;
  flex: 1;
  font: inherit;
  font-size: 14px;
  padding: 17px 18px;
  background: #111b2b;
  color: #eff8ff;
  border: 1px solid #3c4962;
  border-radius: 8px;
}
.library-search input::placeholder {
  color: #91a2bd;
}
.library-search button {
  padding: 0 24px;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  color: #071722;
  background: linear-gradient(110deg, #6ce3e8, #8bb6ff);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
.library-search button span {
  margin-left: 15px;
}
.library-search input:focus-visible,
.library-search button:focus-visible {
  outline: 2px solid #6be4f1;
  outline-offset: 4px;
}
.library-status {
  border-left: 2px solid #a481d4;
  padding: 12px 18px;
  background: #151726;
  max-width: 740px;
  margin: 0 0 32px;
}
.library-status p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #bdb7d2;
}
.library-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.library-card {
  padding: 28px;
  border: 1px solid #2b3851;
  background: linear-gradient(140deg, #131e30, #0e1421);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.library-card:hover {
  border-color: #6d83ad;
}
.library-card > span {
  font-size: 9px;
  letter-spacing: 1.8px;
  color: #84dbdf;
}
.library-card h2 {
  font-size: 25px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 19px 0 12px;
}
.library-card p {
  color: #a7b7cf;
  line-height: 1.85;
  font-size: 14px;
  margin: 0 0 25px;
}
.library-card > b {
  margin-top: auto;
  color: #96dfe8;
  font-weight: 550;
  font-size: 12px;
}
.library-card > b span {
  margin-left: 12px;
}
.search-result-count {
  color: #c2cee1;
  font-size: 14px;
  margin: 25px 0;
}
.search-result-count a {
  color: #7de4eb;
  margin-left: 18px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.empty-search {
  padding: 35px 0;
  color: #aab9d1;
}
.empty-search h2 {
  color: #e4eaf7;
  font-size: 27px;
}
.empty-search p {
  font-size: 14px;
  line-height: 1.8;
}
.library-crosslink {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #293448;
  color: #a8b6cd;
  font-size: 14px;
}
.library-crosslink a {
  color: #8bdded;
  margin-left: 5px;
}
.breadcrumbs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  color: #a4b7d0;
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 38px;
}
.breadcrumbs [aria-current] {
  color: #d9e2f1;
}
.breadcrumbs a:hover {
  color: #72e0eb;
}
.reading-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 55px;
}
.reading-nav {
  align-self: start;
  position: sticky;
  top: 24px;
  padding: 15px 24px 15px 0;
  border-right: 1px solid #293448;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.reading-nav h2 {
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #bdcce0;
  margin: 0 0 8px;
}
.reading-nav a {
  font-size: 12px;
  line-height: 1.6;
  color: #95aac8;
}
.reading-nav a:hover {
  color: #83e8f0;
}
.reading-nav .library-back {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid #2b354b;
  color: #92ddea;
}
.reading {
  max-width: 790px;
  min-width: 0;
}
.reading h1 {
  font-size: 49px;
  line-height: 1.12;
  letter-spacing: -1.8px;
  margin: 20px 0;
}
.reading-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #b2c1d7;
}
.reference-status {
  font-size: 12px;
  line-height: 1.8;
  color: #c1b3d5;
  padding: 16px 20px;
  background: #191827;
  border-left: 2px solid #a481d4;
  margin: 24px 0 40px;
}
.reading section {
  scroll-margin-top: 24px;
  margin-bottom: 40px;
}
.reading section h2 {
  font-size: 27px;
  letter-spacing: -0.6px;
  line-height: 1.3;
}
.reading section p,
.reading section li,
.reading section dd {
  color: #b8c5da;
  font-size: 15px;
  line-height: 1.95;
}
.reading section p {
  margin: 15px 0;
}
.reading section li {
  margin-bottom: 10px;
}
.reading section ul {
  padding-left: 23px;
}
.reading section a {
  color: #85e0ec;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.reading section code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #bfe7ec;
  font-size: 0.87em;
  overflow-wrap: anywhere;
}
.reading dt {
  font-size: 14px;
  color: #83dfe8;
  margin-top: 20px;
  font-weight: 650;
}
.reading dd {
  margin: 5px 0 0;
}
.lesson-code {
  border: 1px solid #30405a;
  border-radius: 9px;
  overflow: hidden;
  margin: 23px 0;
  background: #0b1320;
}
.lesson-code > div {
  padding: 11px 17px;
  background: #172136;
  color: #a9bcd8;
  font-size: 9px;
  letter-spacing: 1.6px;
}
.lesson-code pre {
  margin: 0;
  padding: 22px;
  overflow-x: auto;
  line-height: 1.9;
  white-space: pre;
}
.reading section .lesson-code code {
  font-size: 13px;
  color: #95e5cf;
  overflow-wrap: normal;
}
.reference-footer {
  padding: 20px 0;
  border-top: 1px solid #2a364b;
  font-size: 10px;
  line-height: 1.9;
  color: #96a6bf;
  overflow-wrap: anywhere;
}
@media (max-width: 900px) {
  .library,
  .knowledge-shell {
    padding: 40px 25px 60px;
  }
  .reading-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 28px;
  }
  .reading h1 {
    font-size: 38px;
  }
  .reading-nav {
    padding-right: 17px;
  }
  .library-heading h1 {
    font-size: 48px;
  }
  .reading section h2 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .library,
  .knowledge-shell {
    padding: 32px 22px 50px;
  }
  .library-heading .eyebrow {
    justify-content: flex-start;
    font-size: 7px;
    letter-spacing: 1.5px;
  }
  .library-heading h1 {
    font-size: 39px;
    letter-spacing: -1.5px;
    margin: 19px 0;
  }
  .library-heading > p {
    font-size: 14px;
  }
  .library-search {
    margin-top: 24px;
  }
  .library-search input {
    font-size: 16px;
    padding: 13px 12px;
  }
  .library-search button {
    padding: 0 15px;
    font-size: 12px;
    min-height: 47px;
  }
  .library-search button span {
    display: none;
  }
  .library-status {
    padding: 12px 14px;
  }
  .library-status p {
    font-size: 11px;
  }
  .library-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .library-card {
    padding: 23px;
  }
  .library-card h2 {
    font-size: 24px;
  }
  .library-card p {
    font-size: 13px;
  }
  .library-crosslink {
    font-size: 12px;
    line-height: 1.9;
  }
  .reading-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .reading-nav {
    position: static;
    border-right: 0;
    border-bottom: 1px solid #293448;
    padding: 0 0 22px;
    gap: 12px;
    width: 100%;
  }
  .reading-nav a {
    font-size: 12px;
  }
  .reading-nav .library-back {
    display: none;
  }
  .breadcrumbs {
    margin-bottom: 24px;
    gap: 8px;
    font-size: 10px;
  }
  .reading .eyebrow {
    justify-content: flex-start;
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .reading h1 {
    font-size: 36px;
    letter-spacing: -1.2px;
  }
  .reading-lead {
    font-size: 16px;
    line-height: 1.8;
  }
  .reference-status {
    font-size: 11px;
    padding: 13px 15px;
  }
  .reading section h2 {
    font-size: 25px;
    line-height: 1.25;
  }
  .reading section p,
  .reading section li,
  .reading section dd {
    font-size: 14px;
    line-height: 1.9;
  }
  .reading section .lesson-code code {
    font-size: 11px;
  }
  .lesson-code pre {
    padding: 18px 14px;
  }
  .search-result-count {
    font-size: 12px;
    line-height: 1.8;
  }
  .search-result-count a {
    margin-left: 8px;
  }
}

/* Support uses the same public-site typography, color and touch targets. */
.support-hero { max-width: 1180px; margin: 0 auto; padding: 88px 32px 40px; }
.support-hero h1 { font-size: clamp(44px, 6vw, 76px); line-height: 1.08; letter-spacing: -.045em; margin: 20px 0; }
.support-hero h1 span { color: #58ddea; }
.support-hero > p { max-width: 600px; font-size: 19px; line-height: 1.6; color: #b3bdd0; }
.support-layout { max-width: 1180px; margin: 0 auto; padding: 0 32px 88px; display: grid; grid-template-columns: minmax(220px, 1fr) minmax(0, 1.75fr); gap: 48px; }
.support-guides { min-width: 0; padding-top: 16px; }
.support-guides h2 { font-size: 22px; margin: 0 0 20px; }
.support-guides > a { display: grid; gap: 8px; padding: 20px 0; border-top: 1px solid #263046; text-decoration: none; }
.support-guides strong { color: #e6edf7; font-size: 18px; }
.support-guides strong span { color: #58ddea; float: right; }
.support-guides > a > span, .support-direct p { color: #aab6c9; line-height: 1.6; }
.support-direct { margin-top: 28px; }
.support-direct h3 { font-size: 16px; }
.support-direct a { color: #58ddea; overflow-wrap: anywhere; }
.support-card { min-width: 0; padding: 32px; border: 1px solid #2b354b; border-radius: 20px; background: #101724; }
.support-card h2 { font-size: 27px; margin: 0 0 10px; }
.support-card > p { color: #aab6c9; line-height: 1.6; margin-bottom: 26px; }
.support-card fieldset { min-width: 0; border: 0; padding: 0; margin: 0; }
.support-card label { display: block; color: #e0e7f1; font-size: 14px; font-weight: 600; margin-bottom: 20px; }
.support-card input, .support-card select, .support-card textarea { display: block; width: 100%; min-width: 0; margin-top: 9px; background: #080e19; color: #edf3fa; border: 1px solid #34435b; border-radius: 9px; padding: 12px; font-family: inherit; font-weight: 400; font-size: 16px; line-height: 1.5; min-height: 48px; }
.support-card textarea { resize: vertical; }
.support-card input:focus-visible, .support-card select:focus-visible, .support-card textarea:focus-visible, .support-card button:focus-visible { outline: 2px solid #58ddea; outline-offset: 3px; }
.support-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.support-hint, .support-privacy { font-size: 13px; line-height: 1.65; color: #aab6c9; }
.support-hint { margin: -10px 0 22px; }
.support-privacy a { color: #58ddea; text-decoration: underline; text-underline-offset: 3px; }
.support-card .optional { color: #96a5ba; font-weight: 400; }
.support-card button { cursor: pointer; border: 0; margin-top: 10px; }
.support-card fieldset:disabled { opacity: .65; }
.support-trap { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
#support-result { line-height: 1.6; color: #f4c39c; overflow-wrap: anywhere; }
#support-result:empty { margin: 0; }
#support-result[data-success] { color: #80e9c3; }
@media (max-width: 900px) { .support-layout { gap: 28px; grid-template-columns: minmax(180px, 1fr) minmax(0, 1.8fr); } .support-card { padding: 24px; } .support-fields { grid-template-columns: 1fr; gap: 0; } }
@media (max-width: 600px) { .support-hero { padding: 48px 22px 24px; } .support-layout { padding: 0 22px 56px; grid-template-columns: minmax(0, 1fr); gap: 32px; } .support-card { grid-row: 1; padding: 22px; border-radius: 16px; } .support-card button { width: 100%; min-height: 48px; justify-content: center; } .support-guides { padding-top: 0; } }
.support-card select { height: 48px; }

.library-card[hidden] { display: none; }

.upcoming-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 36px auto; max-width: 1120px; }
.upcoming-products article { padding: 24px; border: 1px solid #263144; border-radius: 12px; background: #0d1623; }
.upcoming-products h2 { font-size: 20px; margin: 0 0 12px; line-height: 1.4; }
.upcoming-products p { color: #97a6bd; font-size: 14px; line-height: 1.7; margin: 12px 0 0; }
.upcoming-status { color: #53def3; font-size: 12px; }
@media (max-width: 700px) { .upcoming-products { grid-template-columns: minmax(0, 1fr); } }
