/* [project]/src/app/legal/legal.css [app-client] (css) */
.legal-scope :root {
  --cream: #f2ede2;
  --cream-deep: #eae3d3;
  --cream-soft: #f8f4eb;
  --navy: #1e2939;
  --navy-soft: #2c3a4c;
  --mint: #b8cfc9;
  --mint-deep: #8fb0a8;
  --mist: #d9e2df;
  --line: #1e29391f;
  --line-strong: #1e293940;
  --ink-muted: #1e29399e;
  --ink-light: #1e293973;
}

.legal-scope body.theme-paper {
  --cream: #ece6d6;
  --cream-soft: #f4efe0;
  --cream-deep: #e0d8c2;
}

.legal-scope * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.legal-scope html {
  scroll-behavior: smooth;
}

.legal-scope body {
  font-family: var(--font-sans), sans-serif;
  background: var(--cream);
  color: var(--navy);
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}

.legal-scope body:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: .85;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='500' height='500'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch' seed='4'/><feColorMatrix values='0 0 0 0 0.18  0 0 0 0 0.15  0 0 0 0 0.10  0 0 0 0.25 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 500px 500px;
  position: fixed;
  inset: 0;
}

.legal-scope .display {
  font-family: var(--font-display), sans-serif;
  letter-spacing: -.02em;
  text-wrap: balance;
  font-weight: 500;
  line-height: .98;
}

.legal-scope .mono {
  font-family: var(--font-mono), monospace;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 500;
}

.legal-scope nav.top {
  z-index: 50;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  background: #f2ede2c7;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 40px;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.legal-scope .wordmark {
  color: var(--navy);
  justify-self: start;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  display: inline-flex;
}

.legal-scope .wordmark .symbol {
  background: var(--navy);
  width: 26px;
  height: 26px;
  -webkit-mask: url("/assets/woozoo-symbol.png") center / contain no-repeat;
  mask: url("/assets/woozoo-symbol.png") center / contain no-repeat;
}

.legal-scope .wordmark .wm {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .02em;
  font-size: 19px;
  font-weight: 800;
}

.legal-scope nav.top .center-label {
  font-family: var(--font-mono), monospace;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--ink-muted);
  justify-self: center;
  font-size: 10.5px;
}

.legal-scope nav.top .right-cluster {
  justify-self: end;
  align-items: center;
  gap: 12px;
  display: flex;
}

.legal-scope .lang {
  font-family: var(--font-mono), monospace;
  border: 1px solid var(--line-strong);
  color: var(--navy);
  cursor: pointer;
  letter-spacing: .08em;
  background: none;
  border-radius: 999px;
  align-items: center;
  gap: 4px;
  padding: 7px 12px;
  font-size: 10.5px;
  line-height: 1;
  transition: background .2s;
  display: inline-flex;
}

.legal-scope .lang:hover {
  background: #1e29390f;
}

.legal-scope .lang [data-lang] {
  opacity: .4;
  transition: opacity .2s;
}

.legal-scope .lang [data-lang].active {
  opacity: 1;
  font-weight: 600;
}

.legal-scope .lang .sep {
  opacity: .35;
  padding: 0 2px;
}

.legal-scope .back-home {
  background: var(--navy);
  color: var(--cream);
  font-family: var(--font-mono), monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  font-size: 10.5px;
  text-decoration: none;
  transition: background .2s;
  display: inline-flex;
}

.legal-scope .back-home:hover {
  background: var(--navy-soft);
}

@media (max-width: 720px) {
  .legal-scope nav.top {
    grid-template-columns: 1fr auto;
    padding: 14px 20px;
  }

  .legal-scope nav.top .center-label, .legal-scope .back-home .bh-label {
    display: none;
  }

  .legal-scope .back-home {
    padding: 9px 12px;
  }
}

.legal-scope header.page-head {
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 160px 40px 40px;
  position: relative;
}

.legal-scope .eyebrow {
  font-family: var(--font-mono), monospace;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--ink-muted);
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  font-size: 11px;
  display: inline-flex;
}

.legal-scope .eyebrow:before {
  content: "";
  background: var(--navy);
  opacity: .4;
  width: 24px;
  height: 1px;
}

.legal-scope header.page-head h1 {
  margin-bottom: 18px;
  font-size: clamp(40px, 6vw, 76px);
}

.legal-scope header.page-head p.lede {
  color: var(--ink-muted);
  text-wrap: pretty;
  max-width: 560px;
  font-size: clamp(16px, 1.4vw, 19px);
}

.legal-scope .updated {
  font-family: var(--font-mono), monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-light);
  margin-top: 22px;
  font-size: 10px;
}

.legal-scope .tabs {
  z-index: 40;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: sticky;
  top: 70px;
}

.legal-scope .tabs-inner {
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  gap: 6px;
  width: fit-content;
  padding: 8px;
  display: flex;
  box-shadow: 0 10px 30px -18px #1e29394d;
}

.legal-scope .tab-btn {
  appearance: none;
  cursor: pointer;
  font-family: var(--font-mono), monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  white-space: nowrap;
  background: none;
  border: none;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 11px;
  transition: background .2s, color .2s;
}

.legal-scope .tab-btn:hover {
  color: var(--navy);
}

.legal-scope .tab-btn.active {
  background: var(--navy);
  color: var(--cream);
}

@media (max-width: 720px) {
  .legal-scope .tabs {
    padding: 0 20px;
    top: 64px;
  }

  .legal-scope .tabs-inner {
    justify-content: space-between;
    gap: 4px;
    width: 100%;
  }

  .legal-scope .tab-btn {
    letter-spacing: .08em;
    text-align: center;
    flex: 1;
    padding: 10px 12px;
    font-size: 10px;
  }
}

.legal-scope main {
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 40px 40px;
  position: relative;
}

.legal-scope .panel {
  display: none;
}

.legal-scope .panel.active {
  animation: .5s cubic-bezier(.2, .7, .2, 1) fadeUp;
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.legal-scope .faq-intro {
  color: var(--ink-muted);
  max-width: 600px;
  margin-bottom: 40px;
  font-size: 17px;
}

.legal-scope .faq-group {
  margin-bottom: 48px;
}

.legal-scope .faq-group > h2 {
  font-family: var(--font-display), sans-serif;
  letter-spacing: -.01em;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.legal-scope .faq-group > h2 .gn {
  font-family: var(--font-mono), monospace;
  letter-spacing: .16em;
  color: var(--mint-deep);
  font-size: 11px;
  font-weight: 500;
}

.legal-scope .faq-item {
  border-top: 1px solid var(--line);
}

.legal-scope .faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.legal-scope .faq-q {
  appearance: none;
  text-align: left;
  cursor: pointer;
  width: 100%;
  font-family: var(--font-display), sans-serif;
  letter-spacing: -.01em;
  color: var(--navy);
  background: none;
  border: none;
  padding: 22px 44px 22px 0;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 600;
  position: relative;
}

.legal-scope .faq-q:after {
  content: "";
  background: var(--navy);
  width: 12px;
  height: 12px;
  transition: transform .3s;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 5v14M5 12h14' stroke='black' stroke-width='2.4' stroke-linecap='round'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 5v14M5 12h14' stroke='black' stroke-width='2.4' stroke-linecap='round'/></svg>") center / contain no-repeat;
}

.legal-scope .faq-item.open .faq-q:after {
  transform: translateY(-50%)rotate(135deg);
}

.legal-scope .faq-a {
  max-height: 0;
  transition: max-height .35s;
  overflow: hidden;
}

.legal-scope .faq-a-inner {
  color: var(--ink-muted);
  max-width: 760px;
  padding: 0 44px 24px 0;
  font-size: 16px;
}

.legal-scope .faq-a-inner p + p {
  margin-top: 12px;
}

.legal-scope .faq-a-inner a {
  color: var(--navy);
}

.legal-scope .legal-doc {
  grid-template-columns: 230px 1fr;
  align-items: start;
  gap: 56px;
  display: grid;
}

.legal-scope .legal-toc {
  flex-direction: column;
  gap: 2px;
  display: flex;
  position: sticky;
  top: 150px;
}

.legal-scope .legal-toc .toc-label {
  font-family: var(--font-mono), monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-light);
  margin-bottom: 12px;
  font-size: 10px;
}

.legal-scope .legal-toc a {
  color: var(--ink-muted);
  border-left: 2px solid #0000;
  margin-left: -12px;
  padding: 7px 0 7px 12px;
  font-size: 13.5px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .2s, border-color .2s;
}

.legal-scope .legal-toc a:hover, .legal-scope .legal-toc a.active {
  color: var(--navy);
  border-color: var(--mint-deep);
}

.legal-scope .legal-body {
  max-width: 760px;
}

.legal-scope .legal-body .placeholder-note {
  background: var(--cream-soft);
  border: 1px dashed var(--line-strong);
  color: var(--ink-muted);
  border-radius: 14px;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 36px;
  padding: 16px 20px;
  font-size: 14px;
  display: flex;
}

.legal-scope .legal-body .placeholder-note svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.legal-scope .legal-body section {
  margin-bottom: 40px;
  scroll-margin-top: 150px;
}

.legal-scope .legal-body h3 {
  font-family: var(--font-display), sans-serif;
  letter-spacing: -.01em;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  display: flex;
}

.legal-scope .legal-body h3 .an {
  font-family: var(--font-mono), monospace;
  color: var(--mint-deep);
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 500;
}

.legal-scope .legal-body h4 {
  font-family: var(--font-display), sans-serif;
  margin: 20px 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.legal-scope .legal-body p, .legal-scope .legal-body li {
  color: var(--ink-muted);
  margin-bottom: 12px;
  font-size: 15.5px;
}

.legal-scope .legal-body ul {
  margin-bottom: 16px;
  padding-left: 20px;
}

.legal-scope .legal-body li {
  margin-bottom: 6px;
}

.legal-scope .legal-body strong {
  color: var(--navy);
  font-weight: 600;
}

.legal-scope .ph {
  color: var(--mint-deep);
  font-style: italic;
}

@media (max-width: 860px) {
  .legal-scope .legal-doc {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .legal-scope .legal-toc {
    border-bottom: 1px solid var(--line);
    flex-flow: wrap;
    gap: 8px 16px;
    padding-bottom: 16px;
    position: static;
  }

  .legal-scope .legal-toc .toc-label {
    width: 100%;
    margin-bottom: 4px;
  }

  .legal-scope .legal-toc a {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }

  .legal-scope .legal-toc a:hover, .legal-scope .legal-toc a.active {
    border-color: #0000;
    text-decoration: underline;
  }
}

@media (max-width: 480px) {
  .legal-scope header.page-head {
    padding: 132px 20px 32px;
  }

  .legal-scope main {
    padding: 36px 20px 32px;
  }

  .legal-scope footer {
    padding: 32px 20px;
  }

  .legal-scope .tab-btn {
    padding: 12px 10px;
  }

  .legal-scope .legal-body section {
    scroll-margin-top: 120px;
  }

  .legal-scope .faq-q {
    padding: 20px 40px 20px 0;
  }
}

.legal-scope footer {
  border-top: 1px solid var(--line);
  z-index: 2;
  margin-top: 60px;
  padding: 40px;
  position: relative;
}

.legal-scope .footer-inner {
  max-width: 1100px;
  font-family: var(--font-mono), monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  font-size: 10.5px;
  display: flex;
}

.legal-scope .footer-inner a {
  color: var(--ink-muted);
  text-decoration: none;
}

.legal-scope .footer-inner a:hover {
  color: var(--navy);
}

.legal-scope .footer-inner .links {
  flex-wrap: wrap;
  gap: 24px;
  display: flex;
}

.legal-scope .tab-btn {
  text-decoration: none;
}

/*# sourceMappingURL=src_app_legal_legal_0rxr.y5.css.map*/