/* Ask the Orb — shared styles, with no remote font or stylesheet requests. */
:root {
  color-scheme: dark;
  --bg: #080f19;
  --surface: #101c29;
  --text: #f2f7fc;
  --muted: #aab9c7;
  --mint: #9ee9d5;
  --line: #ffffff18;
  --page-width: 1180px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 1rem; line-height: 1.65; }
button, input { font: inherit; }
a { color: inherit; text-underline-offset: 4px; }
button, a { -webkit-tap-highlight-color: transparent; }
button:not(:disabled), summary { cursor: pointer; }
button:disabled { cursor: default; }
img { max-width: 100%; height: auto; display: block; }
button { color: inherit; }
::selection { color: var(--bg); background: var(--mint); }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 6px; border-radius: 4px; }
.wrap { width: min(var(--page-width), calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; left: 20px; top: -100px; background: var(--mint); color: #08151a; padding: 12px 20px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.15rem; font-weight: 650; letter-spacing: -.035em; text-decoration: none; white-space: nowrap; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: var(--muted); font-size: .9rem; white-space: nowrap; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; transition: color .18s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--text); }
.hero { position: relative; overflow: hidden; }
.hero::before { content: ""; pointer-events: none; position: absolute; inset: 0; background: radial-gradient(ellipse at 77% 51%, #1d696222, transparent 58%); }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.14fr 1fr; align-items: center; gap: 75px; padding-block: 48px 64px; }
.hero-copy { max-width: 570px; }
.eyebrow { color: var(--mint); font-size: .78rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 22px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { font-size: clamp(3.65rem, 6.65vw, 6rem); line-height: 1.02; font-weight: 650; letter-spacing: -.045em; margin-bottom: 30px; }
.hero h1 span { color: var(--mint); }
.hero-intro { font-size: 1.15rem; line-height: 1.65; color: #d9e2eb; margin-bottom: 16px; max-width: 450px; }
.hero-description { font-size: 1.05rem; line-height: 1.7; color: var(--muted); max-width: 435px; margin-bottom: 32px; }
.store-button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 56px; padding: 15px 25px; font-size: .95rem; line-height: 1.4; font-weight: 650; border: 1px solid #dfe9f2; border-radius: 12px; background: #edf4fb; color: #0b1420; text-decoration: none; transition: background .18s, transform .18s; }
.store-button:not(:disabled):hover { background: #c6f6e9; transform: translateY(-2px); }
.store-button svg { width: 19px; height: 19px; flex-shrink: 0; }
.store-button:disabled { background: #d3dfe8; border-color: #d3dfe8; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; padding-inline: 24px; }
.hero-visual img { width: min(100%, 270px); border: 1px solid #6a8f984d; border-radius: 36px; box-shadow: 0 30px 90px #0007, 0 0 95px #459c9820; transform: rotate(5deg); }
.showcase { padding-block: 88px 100px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 40px; }
.section-heading h2, .friends h2 { font-size: clamp(2.15rem, 3.6vw, 3.3rem); line-height: 1.12; font-weight: 600; letter-spacing: -.05em; margin-bottom: 18px; }
.section-heading h2 span { color: var(--mint); }
.section-heading p { max-width: 575px; color: var(--muted); line-height: 1.75; margin-bottom: 0; }
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.screenshot { margin: 0; min-width: 0; }
.screenshot img { width: 100%; border: 1px solid #40505c70; border-radius: 17px; background: #0b1522; }
.gallery-controls { display: none; align-items: center; gap: 14px; flex-shrink: 0; }
.gallery-controls button { width: 44px; height: 44px; border: 1px solid #3d5161; background: transparent; border-radius: 50%; display: grid; place-items: center; }
.gallery-controls button:disabled { opacity: .3; }
.gallery-controls button:not(:disabled):hover { background: #ffffff10; }
.gallery-controls svg { width: 19px; height: 19px; }
.gallery-count { font-variant-numeric: tabular-nums; font-size: .9rem; color: var(--muted); min-width: 32px; text-align: center; }
.friends-section { border-top: 1px solid var(--line); }
.friends { padding-block: 94px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.friends h2 { margin-bottom: 0; max-width: 480px; }
.friends h2 span { color: var(--mint); }
.friends p { color: var(--muted); font-size: 1.05rem; line-height: 1.8; margin-bottom: 28px; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { padding-block: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner p { font-size: .88rem; color: var(--muted); margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 28px; }
.footer-links a { font-size: .88rem; color: var(--muted); text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.footer-links a[aria-current="page"] { color: var(--text); }
.footer-links a:hover { color: var(--mint); }
.document-main { padding-block: 72px 100px; }
.document-title { max-width: 780px; margin-bottom: 56px; }
.document-title h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 600; letter-spacing: -.055em; line-height: 1.08; margin-bottom: 24px; }
.document-title p { color: var(--muted); font-size: 1.1rem; margin-bottom: 10px; }
.document-title a { color: var(--mint); }
.document-grid { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 70px; align-items: start; }
.document-aside { position: sticky; top: 28px; }
.aside-label { font-size: .78rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.document-aside nav { display: grid; gap: 4px; }
.document-aside nav a { font-size: .95rem; line-height: 1.5; color: var(--muted); text-decoration: none; padding: 8px 0; }
.document-aside nav a:hover { color: var(--mint); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 0; font-weight: 550; font-size: 1.13rem; line-height: 1.5; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--mint); font-size: 1.5rem; font-weight: 300; line-height: 1; width: 24px; text-align: center; flex-shrink: 0; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { color: var(--muted); padding: 0 32px 25px 0; line-height: 1.8; }
.faq-answer p { margin-bottom: 15px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer strong { color: var(--text); font-weight: 600; }
.faq-answer a, .prose a { color: var(--mint); }
.contact-block { padding: 28px 0; margin-top: 26px; }
.contact-block h2 { font-size: 1.4rem; letter-spacing: -.025em; }
.contact-block p { color: var(--muted); }
.contact-block a { color: var(--mint); overflow-wrap: anywhere; }
.prose { max-width: 760px; color: #b9c6d1; }
.prose section { margin-bottom: 42px; }
.prose h2 { font-size: 1.5rem; color: var(--text); line-height: 1.3; font-weight: 600; letter-spacing: -.035em; margin-bottom: 18px; }
.prose p { margin-bottom: 19px; line-height: 1.85; }
.prose a { overflow-wrap: anywhere; }
.last-updated { display: inline-block; font-size: .88rem !important; color: var(--mint) !important; margin-bottom: 20px !important; }
@media (min-width: 1500px) { .hero-inner { padding-block: 90px 104px; } }
@media (max-width: 1000px) {
  .wrap { width: min(var(--page-width), calc(100% - 56px)); }
  .hero-inner { gap: 25px; padding-block: 70px 80px; }
  .hero-visual { padding-inline: 20px; }
  .hero h1 { font-size: clamp(3.4rem, 7.4vw, 5rem); }
  .gallery { gap: 14px; }
  .friends { gap: 50px; }
  .document-grid { grid-template-columns: 200px minmax(0, 1fr); gap: 40px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 80px; flex-wrap: wrap; gap: 0 16px; padding-block: 14px; }
  .brand { font-size: 1.05rem; gap: 10px; }
  .brand img { width: 34px; height: 34px; border-radius: 9px; }
  .site-nav { flex-wrap: wrap; gap: 0 20px; }
  .site-nav a { font-size: .875rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 62px; padding-block: 60px 72px; }
  .hero-copy { max-width: 520px; }
  .hero h1 { font-size: clamp(3.4rem, 11vw, 5.3rem); margin-bottom: 24px; }
  .hero-intro { font-size: 1.08rem; }
  .hero-description { font-size: 1rem; margin-bottom: 28px; }
  .hero-visual { padding-inline: 20px; }
  .hero-visual img { width: 265px; border-radius: 31px; transform: rotate(3deg); }
  .showcase { padding-block: 60px 65px; }
  .section-heading { align-items: start; flex-wrap: wrap; gap: 25px; margin-bottom: 30px; }
  .section-heading h2 { font-size: 2.3rem; }
  .gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding-bottom: 16px; scrollbar-color: #668578 #142330; scrollbar-width: thin; }
  .gallery::-webkit-scrollbar { height: 4px; }
  .gallery::-webkit-scrollbar-track { background: #142330; }
  .gallery::-webkit-scrollbar-thumb { background: #668578; border-radius: 4px; }
  .screenshot { flex: 0 0 78%; scroll-snap-align: start; }
  .gallery-controls { display: flex; }
  .friends { grid-template-columns: 1fr; padding-block: 60px; gap: 24px; }
  .friends h2 { font-size: 2.55rem; }
  .friends p { font-size: 1rem; }
  .footer-inner { flex-wrap: wrap; padding-block: 26px; gap: 12px; }
  .document-main { padding-block: 48px 65px; }
  .document-title { margin-bottom: 36px; }
  .document-title p { font-size: 1rem; }
  .document-grid { grid-template-columns: 1fr; gap: 36px; }
  .document-aside { position: static; }
  .document-aside nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
  .document-aside.support-aside { display: none; }
  .faq-list summary { font-size: 1.075rem; gap: 22px; padding-block: 22px; }
  .faq-answer { padding-right: 0; }
  .prose h2 { font-size: 1.4rem; }
}
@media (max-width: 600px) {
  .site-nav { flex-basis: 100%; }
}
@media (max-width: 370px) {
  .wrap { width: calc(100% - 32px); }
  .brand { font-size: .98rem; gap: 8px; }
  .brand img { width: 30px; height: 30px; }
  .site-nav { gap: 14px; }
  .hero h1 { font-size: 3.1rem; }
  .hero-visual img { width: 240px; }
  .store-button { padding-inline: 19px; font-size: .9rem; }
  .document-aside nav { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
