:root {
  color-scheme: light;
  --bg: #f7f8fc;
  --surface: #fff;
  --surface-2: #eef1f7;
  --text: #192437;
  --muted: #626d80;
  --line: #dfe4ee;
  --accent: #244edb;
  --accent-soft: #edf1ff;
  --button-text: #fff;
  --header-bg: rgba(247,248,252,.95);
  --note-bg: #f0f3fa;
  --shadow: 0 12px 32px rgba(24,38,65,.045);
  --violet-icon: #e9edff;
  --violet-ink: #3552b7;
  --mint-icon: #e6f3ed;
  --mint-ink: #266850;
  --font: "Avenir Next", "Segoe UI", Arial, sans-serif;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #171d28;
  --surface: #202836;
  --surface-2: #2a3343;
  --text: #f0f3fa;
  --muted: #b2bdd0;
  --line: #394457;
  --accent: #a9bdff;
  --accent-soft: #2b3853;
  --button-text: #182745;
  --header-bg: rgba(23,29,40,.95);
  --note-bg: #252f40;
  --shadow: 0 12px 32px rgba(0,0,0,.08);
  --violet-icon: #344366;
  --violet-ink: #ccd8ff;
  --mint-icon: #29483f;
  --mint-ink: #b5e5ce;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; border-radius: 4px; }
::selection { background: var(--accent); color: var(--button-text); }
.container { width: min(1152px, calc(100% - 96px)); margin-inline: auto; }
svg { width: 21px; height: 21px; flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 550; line-height: 1.15; letter-spacing: -.04em; }
em { font-style: normal; font-weight: inherit; color: var(--accent); }
.eyebrow { font-size: .75rem; font-weight: 600; letter-spacing: .14em; color: var(--muted); }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--header-bg); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 89px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 650; line-height: 1; letter-spacing: -1.2px; }
.brand-mark { width: 31px; height: 34px; color: var(--text); }
.site-header nav { display: flex; align-items: center; gap: 29px; margin-left: auto; font-size: .875rem; font-weight: 500; color: var(--muted); }
.site-header nav a:hover { color: var(--accent); }
.nav-contact { display: flex; align-items: center; gap: 13px; color: var(--text); }
.nav-contact svg { width: 17px; height: 17px; }
.header-tools { display: flex; align-items: center; gap: 12px; }
.theme-toggle { min-width: 89px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 9px 12px; font-size: .8125rem; font-weight: 500; }
.theme-toggle:hover { border-color: var(--muted); }
.theme-toggle svg { width: 17px; height: 17px; }
.theme-moon, [data-theme="dark"] .theme-sun { display: none; }
[data-theme="dark"] .theme-moon { display: block; }
.menu-toggle { display: none; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-200%); background: var(--accent); color: var(--button-text); padding: 10px 16px; }
.skip-link:focus { transform: translateY(0); }
.hero { text-align: center; padding-block: 69px 65px; }
.hero-copy { max-width: 950px; margin-inline: auto; }
.hero-label { margin-bottom: 24px; color: var(--accent); font-size: .75rem; letter-spacing: .17em; }
.hero h1 { font-size: clamp(46px, 5.4vw, 74px); line-height: 1.1; letter-spacing: -.06em; font-weight: 500; }
.hero h1 em { font-family: Georgia, "Times New Roman", serif; font-style: italic; letter-spacing: -.055em; font-weight: 400; }
.hero-copy > p { font-size: 1.0625rem; line-height: 1.8; color: var(--muted); max-width: 600px; margin: 25px auto 27px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 25px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 23px; min-height: 48px; border: 1px solid var(--line); border-radius: 8px; padding: 12px 19px; font-size: .875rem; font-weight: 600; background: var(--surface); transition: transform .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.button.primary { background: var(--accent); border-color: var(--accent); color: var(--button-text); }
.hero-note { color: var(--muted); font-size: .8125rem; }
.apps-section { padding-top: 27px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 27px; }
.section-heading h2 { font-size: 28px; letter-spacing: -.035em; margin-top: 10px; }
.section-count { font-size: .875rem; color: var(--muted); white-space: nowrap; }
.app-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.app-card { padding: 26px 29px 21px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); transition: transform .18s, box-shadow .18s, border-color .18s; }
.app-card:hover { border-color: var(--muted); transform: translateY(-3px); box-shadow: var(--shadow); }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.card-top .eyebrow { font-size: .75rem; letter-spacing: .08em; padding-top: 2px; }
.app-platform { font-size: .75rem; color: var(--muted); padding: 3px 9px; border-radius: 5px; background: var(--surface-2); white-space: nowrap; }
.app-title { display: flex; align-items: center; gap: 16px; }
.app-icon { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 14px; background: var(--violet-icon); color: var(--violet-ink); font-family: var(--font); font-size: 36px; font-weight: 650; line-height: 1; letter-spacing: -.07em; }
.app-icon.mint { background: var(--mint-icon); color: var(--mint-ink); }
.app-title h3 { font-size: 29px; font-weight: 600; letter-spacing: -.04em; }
.app-title > div > span { color: var(--muted); font-size: .8125rem; }
.app-card > p { margin: 22px 0 18px; max-width: 360px; font-size: 1.0625rem; line-height: 1.65; color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list > span { font-size: .875rem; color: var(--muted); }
.tag-list > span + span::before { content: "·"; color: var(--muted); margin-right: 8px; }
.card-action { display: flex; justify-content: space-between; align-items: center; margin-top: 23px; padding-top: 19px; border-top: 1px solid var(--line); font-size: .9375rem; font-weight: 600; }
.card-action > span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: var(--accent); }
.card-action:hover { color: var(--accent); }
.card-legal { display: flex; gap: 13px; align-items: center; margin-top: 10px; font-size: .875rem; color: var(--muted); }
.card-legal a { padding-block: 5px; }
.card-legal a:hover { color: var(--accent); }
.next-note { display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 12px 0; color: var(--muted); font-size: .875rem; }
.next-note > span { white-space: nowrap; }
.studio-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid var(--line); margin-top: 54px; padding-block: 66px 77px; }
.studio-section h2 { font-size: 40px; line-height: 1.2; margin-top: 18px; }
.studio-section h2 em { font-family: Georgia, "Times New Roman", serif; font-style: italic; }
.studio-copy { padding-top: 26px; }
.studio-copy p { max-width: 450px; font-size: 1.0625rem; line-height: 1.85; color: var(--muted); }
.studio-copy p:first-child { color: var(--text); margin-bottom: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: .875rem; font-weight: 500; margin-top: 25px; color: var(--accent); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-footer { border-top: 1px solid var(--line); background: var(--surface); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 38px; }
.footer-top .brand { font-size: 23px; }
.footer-top .brand-mark { width: 27px; height: 30px; }
.footer-top p { margin-top: 15px; font-size: .8125rem; color: var(--muted); }
.footer-links { display: flex; align-items: center; gap: 25px; color: var(--muted); font-size: .875rem; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); padding: 20px 0 26px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .75rem; }
.inner-page { padding-block: 32px 78px; min-height: 65vh; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .8125rem; margin-bottom: 44px; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb [aria-current] { color: var(--text); }
.app-masthead { display: flex; align-items: center; gap: 24px; margin-bottom: 32px; }
.app-masthead .app-icon { width: 85px; height: 85px; border-radius: 19px; font-size: 50px; }
.app-masthead h1 { display: flex; align-items: baseline; gap: 17px; font-size: 44px; margin-top: 8px; }
.app-masthead h1 > span { font-size: .875rem; font-weight: 400; letter-spacing: 0; color: var(--muted); }
.app-label { margin-left: auto; background: var(--surface-2); padding: 6px 11px; border-radius: 5px; font-size: .75rem; letter-spacing: .08em; color: var(--muted); }
.app-nav { display: flex; gap: 32px; flex-wrap: wrap; border-bottom: 1px solid var(--line); margin-bottom: 48px; }
.app-nav a { display: inline-flex; align-items: center; gap: 8px; padding-block: 14px; border-bottom: 2px solid transparent; font-size: .875rem; color: var(--muted); }
.app-nav a[aria-current] { color: var(--accent); border-color: var(--accent); }
.app-nav a:last-child { margin-left: auto; }
.app-nav svg { width: 15px; height: 15px; }
.app-overview { display: grid; grid-template-columns: 1.45fr 1fr; gap: 70px; padding-block: 8px 55px; }
.app-overview h2 { font-size: 48px; line-height: 1.16; }
.app-overview > div > p { font-size: 1.125rem; line-height: 1.8; color: var(--muted); max-width: 600px; margin: 23px 0; }
.access-card { align-self: start; border: 1px solid var(--line); border-radius: 15px; padding: 29px; background: var(--surface); }
.access-card h3 { font-size: 24px; margin-top: 17px; }
.access-card p { font-size: 1rem; color: var(--muted); margin: 17px 0 25px; }
.access-card .button { width: 100%; margin-top: 9px; }
.app-resources { border-top: 1px solid var(--line); padding-top: 39px; }
.app-resources .section-heading h2 { font-size: 28px; }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.resource-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.resource-card:hover { border-color: var(--muted); }
.resource-card h3 { font-size: 18px; letter-spacing: -.02em; }
.resource-card p { font-size: .875rem; color: var(--muted); margin-top: 10px; }
.resource-card > svg { color: var(--accent); }
.page-intro { margin-bottom: 43px; max-width: 680px; }
.page-intro h1 { font-size: 56px; line-height: 1.13; margin: 19px 0 24px; }
.page-intro > p { font-size: 1.125rem; line-height: 1.8; color: var(--muted); max-width: 580px; }
.legal-directory { border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.legal-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 26px; padding: 30px; background: var(--surface); border-bottom: 1px solid var(--line); }
.legal-row:last-child { border-bottom: 0; }
.legal-row h2 { font-size: 23px; letter-spacing: -.03em; }
.legal-row p { font-size: .875rem; color: var(--muted); margin-top: 9px; text-transform: capitalize; }
.legal-row > a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 14px; padding: 13px 15px; border-radius: 8px; font-size: 1rem; }
.legal-row > a:hover { background: var(--surface-2); }
.legal-row > a > small { grid-row: 2; color: var(--muted); font-size: .8125rem; }
.legal-row > a > svg { grid-column: 2; grid-row: 1/3; color: var(--accent); }
.legal-help { margin-top: 26px; font-size: 1rem; color: var(--muted); }
.legal-help a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.document-layout { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 70px; padding-block: 8px 40px; }
.document-aside { display: flex; flex-direction: column; align-items: flex-start; position: sticky; top: 124px; align-self: start; }
.document-aside h2 { font-size: 23px; margin: 15px 0 20px; letter-spacing: -.025em; }
.document-aside > a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 0; font-size: .875rem; color: var(--muted); }
.document-aside > a[aria-current] { color: var(--accent); }
.document-aside > a:last-child { border-top: 1px solid var(--line); margin-top: 20px; padding-top: 22px; }
.document h1 { font-size: 46px; line-height: 1.2; margin: 15px 0 30px; }
.document h2 { font-size: 24px; line-height: 1.3; letter-spacing: -.025em; margin: 28px 0 15px; }
.document p { color: var(--muted); font-size: 1.0625rem; line-height: 1.85; }
.document section { margin-top: 30px; }
.document-date { font-size: .875rem !important; }
.notice { display: flex; align-items: flex-start; gap: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--note-bg); padding: 22px; margin-bottom: 34px; }
.notice-symbol { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border: 1px solid var(--muted); border-radius: 50%; font-size: .875rem; color: var(--muted); flex-shrink: 0; margin-top: 2px; }
.notice strong { font-weight: 550; color: var(--text); }
.notice p { font-size: 1rem; line-height: 1.7; margin-top: 7px; }
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.support-card { background: var(--surface); border: 1px solid var(--line); border-radius: 15px; padding: 30px; }
.support-card:hover { border-color: var(--muted); }
.support-card h2 { font-size: 27px; letter-spacing: -.03em; margin: 23px 0 11px; }
.support-card p { font-size: 1rem; color: var(--muted); }
.support-card .text-link { font-size: 1rem; }
.contact-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 40px; padding-top: 34px; border-top: 1px solid var(--line); }
.contact-strip h2 { font-size: 25px; letter-spacing: -.025em; }
.contact-strip p { margin-top: 13px; font-size: 1rem; color: var(--muted); }
.not-found { padding-block: 90px 115px; }
.not-found h1 { font-size: 54px; margin: 20px 0; }
.not-found p { font-size: 1.125rem; color: var(--muted); margin-bottom: 30px; }
@media (max-width: 1050px) {
  .container { width: calc(100% - 56px); }
  .header-inner { gap: 20px; }
  .site-header nav { gap: 23px; }
  .brand { font-size: 23px; }
  .theme-toggle { min-width: 42px; }
  .theme-label { display: none; }
  .hero { padding-block: 62px 60px; }
  .card-top { flex-direction: column; gap: 9px; margin-bottom: 22px; }
  .app-card { padding: 25px; }
  .studio-section { gap: 45px; }
  .footer-links { gap: 18px; }
  .footer-bottom { flex-wrap: wrap; }
  .app-overview { gap: 35px; }
  .document-layout { gap: 35px; grid-template-columns: 200px minmax(0,1fr); }
  .resource-grid { grid-template-columns: 1fr; }
  .legal-row { gap: 15px; padding: 22px; }
  .contact-strip { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 95px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 75px; gap: 15px; justify-content: space-between; }
  .brand { gap: 8px; font-size: 22px; }
  .brand-mark { width: 27px; height: 30px; }
  .header-tools { gap: 9px; }
  .theme-toggle { width: 40px; min-width: 40px; min-height: 40px; padding: 8px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; justify-content: center; align-items: center; width: 40px; height: 40px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; }
  .menu-toggle > span { display: block; width: 18px; height: 1px; background: currentColor; }
  .site-header nav { display: none; position: absolute; top: 74px; left: 0; right: 0; gap: 0; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: var(--surface); }
  .site-header nav.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .site-header nav > a { padding: 13px 10px; }
  .nav-contact { justify-content: space-between; margin-top: 5px; }
  .hero { text-align: left; padding-top: 45px; padding-bottom: 40px; }
  .hero h1 { font-size: clamp(36px, 7.1vw, 52px); line-height: 1.15; letter-spacing: -.055em; }
  .hero-label { font-size: .75rem; letter-spacing: .11em; margin-bottom: 23px; }
  .hero-copy > p { font-size: 1rem; margin: 22px 0 25px; max-width: 470px; }
  .desktop-break { display: none; }
  .hero-actions { justify-content: flex-start; }
  .hero-note { display: none; }
  .hero-actions .button { font-size: .875rem; }
  .apps-section { padding-top: 23px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 22px; }
  .section-heading h2 { font-size: 27px; max-width: 340px; line-height: 1.2; }
  .section-count { font-size: .8125rem; }
  .app-grid { grid-template-columns: 1fr; gap: 18px; }
  .app-card { padding: 23px 22px 17px; }
  .card-top { flex-direction: row; align-items: center; gap: 10px; }
  .card-top .eyebrow { max-width: 64%; line-height: 1.7; }
  .app-platform { white-space: normal; text-align: right; max-width: 114px; }
  .app-card > p { max-width: 100%; font-size: 1rem; }
  .app-title h3 { font-size: 28px; }
  .next-note { align-items: flex-start; font-size: .875rem; gap: 11px; }
  .next-note > span { display: none; }
  .studio-section { grid-template-columns: 1fr; gap: 22px; margin-top: 35px; padding: 44px 0 48px; }
  .studio-section h2 { font-size: 36px; }
  .studio-copy { padding: 0; }
  .studio-copy p { font-size: 1rem; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 26px; padding-block: 32px; }
  .footer-links { flex-wrap: wrap; gap: 14px 22px; font-size: .875rem; }
  .footer-links a:last-child { width: 100%; }
  .footer-bottom { font-size: .75rem; gap: 10px; }
  .footer-bottom span:nth-child(2) { order: 3; width: 100%; }
  .footer-bottom span:last-child { margin-left: auto; }
  .inner-page { padding-block: 25px 48px; }
  .breadcrumb { margin-bottom: 30px; }
  .app-masthead { gap: 15px; flex-wrap: wrap; }
  .app-masthead .app-icon { width: 66px; height: 66px; font-size: 40px; border-radius: 15px; }
  .app-masthead h1 { font-size: 32px; display: block; margin-top: 7px; }
  .app-masthead h1 > span { display: block; font-size: .8125rem; margin-top: 8px; }
  .app-masthead .eyebrow { letter-spacing: .06em; }
  .app-masthead > div { flex: 1; min-width: 180px; }
  .app-label { margin-left: 0; }
  .app-nav { gap: 0 23px; margin-bottom: 30px; }
  .app-nav a { font-size: .875rem; padding-block: 12px; }
  .app-nav a:last-child { margin-left: 0; }
  .app-overview { grid-template-columns: 1fr; gap: 28px; padding-bottom: 35px; }
  .app-overview h2 { font-size: 38px; }
  .app-overview > div > p { font-size: 1rem; }
  .access-card { padding: 24px; }
  .app-resources { padding-top: 28px; }
  .app-resources .section-heading h2 { font-size: 27px; }
  .resource-card { padding: 21px; }
  .page-intro h1 { font-size: 41px; margin-top: 17px; }
  .page-intro > p { font-size: 1rem; }
  .legal-row { grid-template-columns: 1fr; padding: 23px 20px; gap: 12px; }
  .legal-row > div { padding-bottom: 7px; }
  .legal-row > a { padding: 10px 0; }
  .legal-row > a > small { font-size: .875rem; }
  .legal-help { font-size: 1rem; overflow-wrap: anywhere; }
  .document-layout { grid-template-columns: 1fr; gap: 30px; }
  .document-aside { position: static; display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px 24px; }
  .document-aside > .eyebrow, .document-aside > h2 { display: none; }
  .document-aside > a:last-child { border: 0; padding: 11px 0; margin: 0; }
  .document h1 { font-size: 38px; margin: 12px 0 24px; }
  .notice { padding: 20px; gap: 13px; }
  .document p { font-size: 1rem; }
  .document .text-link { font-size: .9375rem; gap: 10px; overflow-wrap: anywhere; }
  .support-grid { grid-template-columns: 1fr; gap: 18px; }
  .support-card { padding: 25px; }
  .contact-strip { margin-top: 30px; padding-top: 28px; }
  .contact-strip .button { font-size: .875rem; gap: 12px; max-width: 100%; overflow-wrap: anywhere; }
  .not-found { padding-block: 60px 75px; }
  .not-found h1 { font-size: 40px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Dreamsnity's cloud-and-cube world. The illustration is original raster artwork;
   motion is applied to separate assets so the interface remains crisp and usable. */
:root {
  --bg: #f6faff;
  --surface: #ffffff;
  --surface-2: #eaf2fc;
  --text: #203454;
  --muted: #5c728f;
  --line: #d9e6f4;
  --accent: #2867dc;
  --accent-soft: #e4efff;
  --button-text: #ffffff;
  --header-bg: rgba(255,255,255,.89);
  --note-bg: #eaf2fd;
  --shadow: 0 18px 46px rgba(56,99,157,.10);
  --violet-icon: #e1ecff;
  --violet-ink: #2862c1;
  --mint-icon: #e1f3ec;
  --mint-ink: #267566;
  --sky-top: #d8ecff;
  --sky-middle: #eaf5ff;
  --blue-card: #eef5ff;
  --mint-card: #f0f9f5;
  --button-bottom: #1c4da8;
}
:root[data-theme="dark"] {
  --bg: #132139;
  --surface: #1c2e49;
  --surface-2: #283d5b;
  --text: #f2f7ff;
  --muted: #b1c6df;
  --line: #334c6c;
  --accent: #a6caff;
  --accent-soft: #2b4267;
  --button-text: #172f56;
  --header-bg: rgba(28,46,73,.92);
  --note-bg: #243b59;
  --shadow: 0 18px 46px rgba(3,12,29,.18);
  --violet-icon: #334e78;
  --violet-ink: #d2e6ff;
  --mint-icon: #244c4a;
  --mint-ink: #c3ebdc;
  --sky-top: #25436a;
  --sky-middle: #1b3250;
  --blue-card: #1c3454;
  --mint-card: #1b373e;
  --button-bottom: #729dd9;
}
body { background: var(--bg); }
.site-header { padding: 16px 0; background: transparent; border: 0; backdrop-filter: none; }
.header-inner { min-height: 72px; padding-inline: 24px; border: 1px solid rgba(255,255,255,.65); background: var(--header-bg); backdrop-filter: blur(18px); border-radius: 19px; box-shadow: 0 8px 30px rgba(54,88,134,.045); }
[data-theme="dark"] .header-inner { border-color: var(--line); }
.brand { font-size: 24px; font-weight: 650; }
.brand-mark { color: var(--accent); }
.site-header nav { gap: 28px; }
.theme-toggle { border-radius: 11px; background: var(--surface); min-height: 40px; }
.sky-hero { margin-top: -104px; padding-top: 104px; background: linear-gradient(180deg,var(--sky-top) 0%,var(--sky-middle) 72%,var(--bg) 100%); overflow: hidden; }
.hero { display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 15px; min-height: 535px; padding-block: 37px 40px; text-align: left; position: relative; }
.hero-copy { position: relative; z-index: 3; margin: 0; padding-top: 3px; }
.hero-label { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: .6875rem; letter-spacing: .14em; margin-bottom: 24px; }
.hero-label { font-size: .75rem; }
.label-block { display: inline-block; width: 11px; height: 11px; border-radius: 3px; background: #6b9eeb; transform: rotate(-10deg); }
.hero h1 { font-size: clamp(45px,4.65vw,66px); line-height: 1.11; font-weight: 650; letter-spacing: -.055em; }
.hero h1 em { font-family: var(--font); font-style: normal; font-weight: 650; letter-spacing: inherit; color: var(--accent); }
.hero-copy > p { max-width: 440px; font-size: 1.0625rem; line-height: 1.8; margin: 25px 0 30px; }
.hero-actions { justify-content: flex-start; gap: 27px; }
.button { border-radius: 12px; transition: transform .28s cubic-bezier(.2,.8,.25,1.5),box-shadow .2s; }
.button.primary { min-height: 51px; box-shadow: 0 4px 0 var(--button-bottom),0 12px 22px rgba(42,105,211,.12); }
.button.primary:hover { transform: translateY(-3px); box-shadow: 0 7px 0 var(--button-bottom),0 15px 25px rgba(42,105,211,.15); }
.button.primary:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--button-bottom); }
.hero-studio { font-size: .875rem; font-weight: 550; border-bottom: 1px solid var(--muted); padding-bottom: 2px; }
.hero-studio:hover { color: var(--accent); border-color: var(--accent); }
.hero-signature { margin-top: 29px; display: flex; align-items: center; gap: 8px; }
.mini-icon { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--violet-ink); font-weight: 650; font-size: .875rem; }
.mini-icon.mint { color: var(--mint-ink); transform: rotate(7deg); }
.mini-icon.violet { transform: rotate(-6deg); }
.hero-signature > span:last-child { font-size: .75rem; color: var(--muted); margin-left: 5px; }
.dream-stage { position: relative; height: 440px; min-width: 0; isolation: isolate; }
.world-parallax { position: absolute; inset: -25px -50px -10px -10px; transform: translate3d(var(--pointer-x,0px),var(--pointer-y,0px),0); transition: transform .7s cubic-bezier(.2,.8,.3,1); }
.dream-world { width: 100%; height: 100%; object-fit: contain; animation: dream-float 11s ease-in-out infinite; will-change: transform; }
[data-theme="dark"] .dream-world { filter: brightness(.91) saturate(.9); }
.orbit-cube { position: absolute; object-fit: contain; pointer-events: none; animation: cube-drift 9s ease-in-out infinite; }
.cube-one { width: 79px; height: 79px; top: 10px; left: 20px; --cube-angle: -14deg; animation-delay: -2s; }
.cube-two { width: 58px; height: 58px; right: -25px; top: 65px; --cube-angle: 17deg; animation-duration: 13s; animation-delay: -5s; filter: hue-rotate(50deg) saturate(.72); }
.cube-three { width: 53px; height: 53px; right: 18px; bottom: 30px; --cube-angle: 22deg; animation-duration: 10s; animation-delay: -7s; filter: hue-rotate(160deg) saturate(.8); }
.cloud-pal { position: absolute; left: -64px; bottom: 9px; width: 136px; height: 126px; padding: 0; border: 0; background: transparent; border-radius: 32px; cursor: pointer; z-index: 4; animation: cloud-bob 6s ease-in-out infinite; -webkit-tap-highlight-color: transparent; }
.cloud-pal img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; transition: transform .35s cubic-bezier(.2,.8,.2,1.7); }
.cloud-pal:hover img { transform: rotate(-8deg) scale(1.06); }
.cloud-pal:active img { transform: scale(.94); }
.cloud-pal.is-greeting img { animation: cloud-hello .8s cubic-bezier(.2,.8,.3,1.3) 1; }
.cloud-greeting { position: absolute; left: -65px; bottom: 126px; z-index: 6; background: var(--surface); color: var(--text); font-size: .875rem; font-weight: 550; border: 1px solid var(--line); border-radius: 14px 14px 14px 4px; box-shadow: var(--shadow); padding: 9px 14px; opacity: 0; transform: translateY(6px); transition: opacity .2s,transform .2s; pointer-events: none; }
.cloud-greeting.is-visible { opacity: 1; transform: translateY(0); }
.scene-caption { position: absolute; bottom: -19px; left: 65px; right: 18px; display: flex; align-items: center; justify-content: center; gap: 23px; font-size: .75rem; color: var(--muted); }
.motion-toggle { display: inline-flex; align-items: center; gap: 6px; border: 0; background: transparent; color: var(--muted); font-size: .75rem; min-height: 36px; padding: 5px 0; }
.motion-toggle:hover { color: var(--text); }
.motion-toggle svg { width: 13px; height: 13px; }
.play-symbol { display: none; }
[data-motion="paused"] .play-symbol { display: block; }
[data-motion="paused"] .pause-symbol { display: none; }
[data-motion="paused"] .floating { animation-play-state: paused; }
[data-motion="paused"] .world-parallax { transform: none; transition: none; }
[data-motion="paused"] .cloud-pal.is-greeting img { animation: none; }
.apps-section { padding-top: 28px; }
.section-heading { margin-bottom: 28px; }
.section-heading .eyebrow { color: var(--muted); }
.section-heading h2 { font-size: 29px; font-weight: 600; }
.section-count { font-size: .8125rem; }
.app-grid { gap: 24px; }
.app-card { position: relative; overflow: hidden; border-radius: 22px; background: var(--blue-card); border-color: var(--line); padding: 29px 31px 22px; box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.app-card.mint { background: var(--mint-card); }
.app-card:hover { border-color: #99bbed; transform: translateY(-5px); box-shadow: 0 17px 40px rgba(52,90,142,.09); }
.app-card.mint:hover { border-color: #9bc9ba; }
.card-top,.app-title,.app-card > p,.tag-list,.card-action,.card-legal { position: relative; z-index: 1; }
.card-top { margin-bottom: 30px; }
.card-top .eyebrow { font-size: .75rem; letter-spacing: .065em; }
.app-platform { background: var(--surface); font-size: .75rem; border: 1px solid var(--line); border-radius: 7px; }
.app-title { gap: 17px; }
.app-icon { background: var(--surface); color: var(--violet-ink); border: 1px solid var(--line); box-shadow: 0 4px 0 #bad0ef; border-radius: 16px; width: 68px; height: 68px; font-size: 39px; transform: rotate(-4deg); }
.app-icon.mint { background: var(--surface); box-shadow: 0 4px 0 #b0d6c8; transform: rotate(4deg); }
[data-theme="dark"] .app-icon { box-shadow: 0 4px 0 #284266; }
[data-theme="dark"] .app-icon.mint { box-shadow: 0 4px 0 #284d48; }
.app-title h3 { font-size: 30px; }
.app-card > p { margin-top: 24px; max-width: 330px; }
.card-cube { position: absolute; right: -9px; top: 84px; width: 120px; height: 120px; object-fit: contain; opacity: .66; transform: rotate(17deg); transition: transform .6s cubic-bezier(.2,.8,.3,1.3); pointer-events: none; }
.app-card.mint .card-cube { filter: hue-rotate(65deg) saturate(.75); transform: rotate(-13deg); }
.app-card:hover .card-cube { transform: translateY(-8px) rotate(25deg); }
.app-card.mint:hover .card-cube { transform: translateY(-8px) rotate(-23deg); }
.card-action { color: var(--text); }
.card-action > span { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; width: 37px; height: 37px; }
.next-note { margin-top: 23px; font-size: .8125rem; }
.studio-section { margin-top: 49px; padding-block: 62px 77px; gap: 90px; }
.studio-section h2 { font-size: 41px; font-weight: 600; line-height: 1.17; }
.studio-section h2 em { font-family: var(--font); font-style: normal; font-weight: 600; }
.site-footer { border-radius: 24px 24px 0 0; }
.footer-top { padding-block: 34px; }
.inner-page { padding-top: 30px; }
.access-card,.support-card,.resource-card,.legal-directory { border-radius: 18px; }
.support-card { background: var(--blue-card); }
.support-card.mint { background: var(--mint-card); }
.notice { border-radius: 16px; }

/* Calm, readable documents in the same Dreamsnity sky. */
.document { min-width: 0; }
.document h1 { margin-bottom: 20px; }
.document-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; color: var(--muted); }
.document-intro { margin: 24px 0; max-width: 62ch; }
.document-contact { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 24px; margin: 30px 0 40px; }
.document-contact strong { display: block; font-size: 1.1rem; margin-top: 9px; }
.document-contact a, .document-links a { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-size: .9375rem; font-weight: 550; overflow-wrap: anywhere; }
.document-contact svg, .document-links svg { width: 17px; height: 17px; flex-shrink: 0; }
.document-toc { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 20px; width: 100%; }
.document-toc summary { cursor: pointer; font-size: .8125rem; color: var(--text); font-weight: 600; }
.document-toc nav { display: grid; gap: 4px; margin-top: 14px; max-height: 42vh; overflow-y: auto; padding-right: 6px; }
.document-toc a { padding: 6px 0; font-size: .8125rem; line-height: 1.45; color: var(--muted); }
.document-toc a:hover, .document-links a:hover, .document-contact a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.document .document-section { border-top: 1px solid var(--line); padding-top: 5px; margin-top: 35px; scroll-margin-top: 120px; }
.document-section p + p { margin-top: 17px; }
.document-links { display: flex; flex-wrap: wrap; gap: 15px 25px; margin-top: 18px; }
.document-end { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 42px; padding-top: 24px; color: var(--muted); font-size: .8125rem; }
.document-end a { color: var(--accent); }
@media (max-width: 760px) {
  .document-toc { margin-top: 0; padding-top: 14px; }
  .document-toc nav { max-height: 260px; }
  .document-contact { padding: 21px; margin-block: 24px 30px; }
  .document-contact a { font-size: .875rem; }
}
@media print {
  .site-header, .site-footer, .app-nav, .breadcrumb, .document-aside, .skip-link, .document-end { display: none !important; }
  .document-layout { display: block; }
  .inner-page { padding: 0; }
  .document { color: #111; }
  .document p { color: #333; }
  .document h1 { font-size: 30px; }
  .document h2 { break-after: avoid; }
  .notice, .document-contact { break-inside: avoid; }
}
@keyframes dream-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes cube-drift { 0%,100% { transform: translateY(0) rotate(var(--cube-angle,0deg)); } 50% { transform: translateY(-17px) rotate(calc(var(--cube-angle,0deg) + 12deg)); } }
@keyframes cloud-bob { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-8px) rotate(3deg); } }
@keyframes cloud-hello { 0%,100% { transform: scale(1) rotate(0); } 20% { transform: scale(1.08,.9) rotate(-8deg); } 50% { transform: translateY(-12px) scale(.96,1.07) rotate(8deg); } 75% { transform: rotate(-5deg); } }
@media (max-width: 1120px) {
  .header-inner { padding-inline: 21px; }
  .site-header nav { gap: 23px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 5px; min-height: 495px; }
  .hero h1 { font-size: 52px; }
  .hero-label { font-size: .75rem; letter-spacing: .08em; }
  .hero-copy > p { max-width: 390px; font-size: 1rem; }
  .dream-stage { height: 405px; }
  .world-parallax { inset: -5px -32px 5px -5px; }
  .cloud-pal { width: 113px; height: 110px; left: -36px; bottom: 2px; }
  .cloud-greeting { left: -35px; bottom: 105px; }
  .cube-one { width: 62px; height: 62px; left: 8px; top: 12px; }
  .cube-two { right: -10px; }
  .scene-caption { left: 45px; right: 0; gap: 13px; bottom: -17px; }
  .app-card { padding: 25px 27px 20px; }
  .card-top { gap: 10px; }
  .card-cube { width: 93px; height: 93px; top: 105px; right: -9px; opacity: .5; }
  .app-card > p { max-width: 330px; }
}
@media (max-width: 850px) and (min-width: 761px) {
  .header-inner { gap: 15px; }
  .site-header nav { gap: 17px; }
  .brand { font-size: 21px; }
  .hero h1 { font-size: 43px; }
  .hero-actions { gap: 19px; }
  .hero-studio { font-size: .8125rem; }
  .button { gap: 15px; padding-inline: 16px; }
  .hero-label { font-size: .75rem; line-height: 1.6; }
  .hero-signature > span:last-child { max-width: 170px; }
  .dream-stage { height: 365px; }
  .scene-caption { flex-wrap: wrap; gap: 0 12px; bottom: -22px; }
  .cloud-pal { bottom: -10px; }
}
@media (max-width: 760px) {
  .site-header { padding: 12px 0; }
  .header-inner { width: calc(100% - 24px); padding: 0 14px; min-height: 66px; border-radius: 16px; gap: 10px; }
  .brand { font-size: 22px; gap: 7px; }
  .brand-mark { width: 25px; height: 28px; }
  .header-tools { gap: 7px; }
  .theme-toggle,.menu-toggle { width: 36px; height: 36px; min-width: 36px; min-height: 36px; border-radius: 10px; }
  .site-header nav { top: 81px; left: 12px; right: 12px; border: 1px solid var(--line); border-radius: 16px; padding: 12px; box-shadow: var(--shadow); }
  .sky-hero { margin-top: -90px; padding-top: 90px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 4px; min-height: 0; padding-top: 33px; padding-bottom: 18px; }
  .hero-copy { max-width: 500px; padding: 0; }
  .hero-label { font-size: .75rem; letter-spacing: .075em; margin-bottom: 20px; gap: 8px; }
  .label-block { width: 9px; height: 9px; flex-shrink: 0; }
  .hero h1 { font-size: clamp(37px,8.8vw,57px); line-height: 1.11; }
  .hero-copy > p { margin: 20px 0 24px; font-size: 1rem; max-width: 445px; }
  .hero-actions { gap: 23px; }
  .hero-studio { font-size: .875rem; }
  .hero-signature { margin-top: 25px; }
  .dream-stage { align-self: center; width: 100%; max-width: 470px; height: 345px; margin-top: 14px; }
  .world-parallax { inset: -30px -17px -5px 5px; }
  .cube-one { width: 57px; height: 57px; left: 6px; top: 5px; }
  .cube-two { width: 48px; height: 48px; right: -1px; top: 39px; }
  .cube-three { width: 45px; height: 45px; bottom: 24px; right: 0; }
  .cloud-pal { width: 111px; height: 109px; left: -10px; bottom: -1px; }
  .cloud-greeting { left: 0; bottom: 96px; font-size: .8125rem; }
  .scene-caption { left: 79px; right: 13px; bottom: -6px; gap: 0 9px; flex-wrap: wrap; }
  .scene-caption > span { font-size: .75rem; }
  .motion-toggle { min-height: 32px; font-size: .75rem; }
  .apps-section { padding-top: 32px; }
  .section-heading h2 { font-size: 28px; max-width: 350px; }
  .section-heading { gap: 12px; margin-bottom: 22px; }
  .section-count { font-size: .8125rem; }
  .app-card { padding: 23px 22px 18px; border-radius: 20px; }
  .app-card > p { max-width: 95%; }
  .card-top { margin-bottom: 24px; gap: 10px; }
  .card-top .eyebrow { font-size: .75rem; max-width: 64%; }
  .app-platform { max-width: 110px; font-size: .75rem; }
  .app-title h3 { font-size: 29px; }
  .card-cube { width: 86px; height: 86px; top: 89px; right: -9px; opacity: .3; }
  .next-note { font-size: .875rem; }
  .studio-section { padding-block: 43px 48px; gap: 24px; }
  .studio-section h2 { font-size: 37px; }
  .inner-page { padding-top: 21px; }
}
@media (max-width: 360px) {
  .hero-label { font-size: .75rem; letter-spacing: 0; }
  .hero h1 { font-size: 36px; }
  .hero-actions { gap: 17px; }
  .hero-actions .button { gap: 13px; padding-inline: 15px; }
  .hero-studio { font-size: .8125rem; }
  .hero-signature { gap: 6px; }
  .hero-signature > span:last-child { font-size: .75rem; }
  .dream-stage { height: 305px; }
  .cloud-pal { width: 98px; height: 96px; }
  .scene-caption { left: 71px; right: 0; }
  .brand { font-size: 20px; }
  .header-inner { padding-inline: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="running"]) .floating { animation: none; }
  .world-parallax { transform: none !important; transition: none !important; }
  .cloud-pal img,.cloud-greeting,.card-cube,.button { transition: none !important; }
  .cloud-pal.is-greeting img { animation: none !important; }
}

.motion-toggle { font-size: .875rem; }
[data-motion="paused"] .cloud-pal:hover img { transform: none; transition: none; }
