/* [project]/src/styles/legal.css [app-client] (css) */
.legal-prose {
  color: #1f2937;
  font-feature-settings: "kern" 1, "liga" 1;
  line-height: 1.8;
}

.legal-prose h1 {
  color: #0f172a;
  letter-spacing: -.025em;
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.75rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .legal-prose h1 {
    font-size: 2.5rem;
  }
}

.legal-prose h2 {
  color: #0f172a;
  letter-spacing: -.015em;
  border-bottom: 2px solid #e2e8f0;
  margin-top: 3.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: .75rem;
  scroll-margin-top: 120px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.legal-prose h2:before {
  content: "";
  background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 100%);
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

@media (min-width: 640px) {
  .legal-prose h2 {
    font-size: 2rem;
  }
}

.legal-prose h3 {
  color: #1e293b;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  scroll-margin-top: 120px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 640px) {
  .legal-prose h3 {
    font-size: 1.625rem;
  }
}

.legal-prose h4 {
  color: #334155;
  margin-top: 1.75rem;
  margin-bottom: .75rem;
  scroll-margin-top: 120px;
  font-size: 1.125rem;
  font-weight: 600;
}

.legal-prose p {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-width: 75ch;
  margin-bottom: 1.75rem;
}

.legal-prose ul, .legal-prose ol {
  max-width: 75ch;
  margin-bottom: 1.75rem;
  padding-left: 1.75rem;
}

.legal-prose ul {
  list-style-type: disc;
}

.legal-prose ul li {
  margin-bottom: .75rem;
  padding-left: .5rem;
}

.legal-prose ul li::marker {
  color: #0ea5e9;
  font-size: 1.25em;
}

.legal-prose ol {
  list-style-type: decimal;
}

.legal-prose ol li {
  margin-bottom: .75rem;
  padding-left: .5rem;
}

.legal-prose ol li::marker {
  color: #0ea5e9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.legal-prose li {
  color: #374151;
  line-height: 1.7;
}

.legal-prose li > strong {
  color: #0f172a;
  font-weight: 700;
}

.legal-prose a {
  color: #0284c7;
  text-underline-offset: 3px;
  text-decoration-skip-ink: auto;
  font-weight: 500;
  -webkit-text-decoration: underline #0ea5e9;
  text-decoration: underline #0ea5e9;
  text-decoration-thickness: 1.5px;
  transition: all .2s;
}

.legal-prose a:hover, .legal-prose a:focus {
  color: #0369a1;
  text-decoration-color: #0284c7;
  text-decoration-thickness: 2.5px;
}

.legal-prose a:focus {
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 3px #0ea5e94d;
}

.legal-prose blockquote {
  color: #334155;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-left: 5px solid #0ea5e9;
  border-radius: 0 .75rem .75rem 0;
  max-width: 75ch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem 2rem;
  font-style: italic;
  position: relative;
  box-shadow: 0 4px 6px -1px #0ea5e91a;
}

.legal-prose blockquote:before {
  content: "\"";
  color: #0ea5e9;
  opacity: .2;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  top: -.5rem;
  left: .75rem;
}

.legal-prose blockquote p {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.legal-prose code {
  color: #0f172a;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border: 1px solid #cbd5e1;
  border-radius: .375rem;
  padding: .25rem .625rem;
  font-family: SF Mono, Fira Code, Fira Mono, Roboto Mono, Lucida Console, Monaco, monospace;
  font-size: .875rem;
  font-weight: 500;
}

.legal-prose pre {
  color: #f8fafc;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border: 1px solid #334155;
  border-radius: .75rem;
  max-width: 75ch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  overflow-x: auto;
  box-shadow: 0 10px 15px -3px #0000004d;
}

.legal-prose pre code {
  color: #f8fafc;
  background-color: #0000;
  border: none;
  padding: 0;
}

.legal-prose table, .prose table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2e8f0;
  border-radius: .75rem;
  width: 100%;
  max-width: 75ch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
  overflow: auto hidden;
  box-shadow: 0 4px 6px -1px #0000000d;
}

@media (min-width: 768px) {
  .legal-prose table, .prose table {
    display: table;
  }
}

.legal-prose thead, .prose thead {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.dark .legal-prose thead, .dark .prose thead {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
}

.legal-prose th, .prose th {
  text-align: left;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 2px solid #cbd5e1;
  padding: 1rem 1.25rem;
  font-size: .875rem;
  font-weight: 700;
}

.dark .legal-prose th, .dark .prose th {
  color: #f1f5f9;
  border-bottom-color: #475569;
}

.legal-prose td, .prose td {
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 1.25rem;
  font-size: .9rem;
  transition: background-color .15s;
}

.dark .legal-prose td, .dark .prose td {
  color: #cbd5e1;
  border-bottom-color: #475569;
}

.legal-prose tbody tr:last-child td, .prose tbody tr:last-child td {
  border-bottom: none;
}

.legal-prose tbody tr:hover, .prose tbody tr:hover {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.dark .legal-prose tbody tr:hover, .dark .prose tbody tr:hover {
  background: linear-gradient(135deg, #0ea5e926 0%, #38bdf81a 100%);
}

.legal-prose hr {
  background: linear-gradient(90deg, #0000 0%, #e2e8f0 50%, #0000 100%);
  border: none;
  height: 2px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.legal-prose hr:before {
  content: "";
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid #0ea5e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.legal-prose strong {
  color: #0f172a;
  font-weight: 700;
}

.legal-prose em {
  color: #475569;
  font-style: italic;
}

.legal-prose details {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: .75rem;
  max-width: 75ch;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  transition: all .2s;
  box-shadow: 0 4px 6px -1px #0ea5e91a;
}

.legal-prose details:hover {
  box-shadow: 0 8px 12px -2px #0ea5e926;
}

.legal-prose summary {
  cursor: pointer;
  color: #0369a1;
  align-items: center;
  gap: .5rem;
  font-weight: 700;
  list-style: none;
  transition: color .2s;
  display: flex;
}

.legal-prose summary::-webkit-details-marker {
  display: none;
}

.legal-prose summary:before {
  content: "▶";
  font-size: .75rem;
  transition: transform .2s;
}

.legal-prose details[open] summary:before {
  transform: rotate(90deg);
}

.legal-prose details[open] summary {
  color: #0c4a6e;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .legal-prose h1 {
    font-size: 1.625rem;
  }

  .legal-prose h2 {
    font-size: 1.375rem;
  }

  .legal-prose h3 {
    font-size: 1.25rem;
  }

  .legal-prose p, .legal-prose ul, .legal-prose ol, .legal-prose blockquote, .legal-prose table {
    max-width: 100%;
  }

  .legal-prose table {
    font-size: .8rem;
  }

  .legal-prose th, .legal-prose td {
    padding: .75rem 1rem;
  }

  .legal-prose h2:before {
    width: 40px;
  }
}

@media (prefers-contrast: high) {
  .legal-prose a {
    text-decoration-thickness: 2.5px;
  }

  .legal-prose blockquote {
    border-left-width: 6px;
  }

  .legal-prose th {
    border-bottom-width: 3px;
  }

  .legal-prose hr:before {
    border-width: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .legal-prose a, .legal-prose details, .legal-prose td, .legal-prose summary:before {
    transition: none;
  }
}

@media print {
  .legal-prose {
    color: #000;
  }

  .legal-prose a {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }

  .legal-prose blockquote {
    box-shadow: none;
    background-color: #f5f5f5;
    border-left-color: #000;
  }

  .legal-prose blockquote:before {
    color: #000;
  }

  .legal-prose table {
    box-shadow: none;
  }

  .legal-prose thead {
    background-color: #f5f5f5;
  }

  .legal-prose hr:before {
    border-color: #000;
  }

  .legal-prose details {
    box-shadow: none;
    background-color: #f5f5f5;
    border-color: #000;
  }
}

.legal-callout {
  border-left: 5px solid;
  border-radius: .75rem;
  max-width: 75ch;
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  box-shadow: 0 4px 6px -1px #0000001a;
}

.legal-callout-info {
  color: #0369a1;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-color: #0ea5e9;
}

.legal-callout-warning {
  color: #92400e;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-color: #f59e0b;
}

.legal-callout-success {
  color: #166534;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-color: #22c55e;
}

.legal-callout-error {
  color: #991b1b;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border-color: #ef4444;
}

.legal-callout-title {
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.legal-callout-content {
  line-height: 1.7;
}

.legal-section-divider {
  color: #94a3b8;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
  display: flex;
}

.legal-section-divider:before, .legal-section-divider:after {
  content: "";
  background: linear-gradient(90deg, #0000 0%, #e2e8f0 50%, #0000 100%);
  flex: 1;
  height: 1px;
}

.legal-section-divider-icon {
  color: #0ea5e9;
  font-size: 1.5rem;
}

.legal-highlight {
  background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%);
  border: 2px solid #facc15;
  border-radius: .75rem;
  margin: 2rem 0;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px #facc1533;
}

.legal-highlight-title {
  color: #854d0e;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-weight: 700;
  display: flex;
}

.legal-numbered-list {
  max-width: 75ch;
  margin: 2rem 0;
  padding-left: 0;
  list-style: none;
}

.legal-numbered-list li {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  line-height: 1.7;
  position: relative;
}

.legal-numbered-list li:before {
  content: counter(legal-counter);
  counter-increment: legal-counter;
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 4px #0ea5e94d;
}

.legal-numbered-list {
  counter-reset: legal-counter;
}

.legal-dl {
  max-width: 75ch;
  margin: 2rem 0;
}

.legal-dt {
  color: #0f172a;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.legal-dd {
  color: #374151;
  border-left: 3px solid #e2e8f0;
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding-left: 1rem;
  line-height: 1.7;
}

/*# sourceMappingURL=src_styles_legal_0ios8ph.css.map*/