@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --page-ink: #20272c;
  --page-muted: #5c6770;
  --page-line: #dce2e6;
  --page-blue: #1765b0;
  --page-soft: #eff5fb;
  --page-green: #16705b;
  --page-paper: #ffffff;
  --page-header: 76px;
}
html { scroll-behavior: smooth; scroll-padding-top: 160px; }
body.public-page { margin: 0; background: #fff; color: var(--page-ink); font-family: 'DM Sans', sans-serif; font-size: 15px; line-height: 1.75; letter-spacing: 0; }
.public-page *, .public-page *::before, .public-page *::after { box-sizing: border-box; }
.public-page h1, .public-page h2, .public-page h3, .public-page h4, .public-page .section-title, .resource-brand { font-family: 'Manrope', sans-serif; letter-spacing: 0; }
.public-page a { color: var(--page-blue); text-underline-offset: 4px; }
.public-page a:hover { color: #104877; }
.public-page :focus-visible { outline: 3px solid #1765b0; outline-offset: 4px; }
.public-page [hidden] { display: none !important; }
.resource-header { min-height: var(--page-header); padding: 12px 32px; display: flex; align-items: center; gap: 32px; position: sticky; top: 0; z-index: 1040; background: #fff; border-bottom: 1px solid var(--page-line); }
.resource-brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 10px; color: var(--page-ink) !important; font-size: 20px; font-weight: 800; text-decoration: none !important; }
.resource-brand img { object-fit: contain; }
.resource-nav { display: flex; align-self: stretch; align-items: center; gap: 28px; margin-left: auto; }
.resource-nav a { display: flex; align-items: center; min-height: 44px; color: var(--page-muted); font-size: 14px; font-weight: 600; text-decoration: none; border-bottom: 2px solid transparent; white-space: nowrap; }
.resource-nav a[aria-current] { color: var(--page-blue); border-color: var(--page-blue); }
.resource-signin { display: inline-flex; align-items: center; gap: 16px; font-weight: 700; white-space: nowrap; text-decoration: none; padding: 8px 16px; border: 1px solid var(--page-line); border-radius: 5px; }
.help-page { --page-blue: #1976d2; }
.help-page :focus-visible { outline-color: var(--page-blue); }
.docs-page .header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 32px; background: #f7f9fa; border-bottom: 1px solid var(--page-line); }
.docs-page .logo-title { font-weight: 700; color: var(--page-muted); font-size: 13px; text-transform: uppercase; }
.docs-page .search-bar { width: 420px; max-width: 100%; }
.docs-page .search-bar input { width: 100%; height: 44px; padding: 10px 14px; font-size: 14px; border: 1px solid #bbc6cf; border-radius: 5px; background: #fff; box-shadow: none; }
.docs-page .sidebar { position: sticky; top: var(--page-header); width: 260px; height: calc(100vh - var(--page-header)); overflow-y: auto; float: left; border-right: 1px solid var(--page-line); background: #fafbfc; padding: 20px 12px 36px; scrollbar-width: thin; }
.docs-page .sidebar-menu { display: grid; gap: 3px; }
.docs-page .sidebar a { display: flex; align-items: baseline; gap: 10px; padding: 9px 12px; color: #46535e; font-size: 13px; font-weight: 500; line-height: 1.5; text-decoration: none; border-radius: 4px; }
.docs-page .sidebar a i { width: 16px; flex-shrink: 0; color: #72808d; }
.docs-page .sidebar a:hover, .docs-page .sidebar a.active { background: #e9f1f9; color: var(--page-blue); }
.docs-page .content { margin-left: 260px; padding: 36px 48px 80px; min-width: 0; }
.docs-page .content > .container { max-width: 1000px; margin: 0 auto; padding: 0; }
.docs-page h1 { font-size: 36px; line-height: 1.2; font-weight: 800; margin: 0 0 20px !important; }
.docs-page .lead { color: var(--page-muted); font-size: 16px; line-height: 1.8; max-width: 820px; margin-bottom: 36px; }
.docs-page .section-title { scroll-margin-top: 96px; margin: 48px 0 24px; padding-top: 28px; border-top: 1px solid var(--page-line); color: var(--page-ink); font-size: 24px; font-weight: 800; line-height: 1.4; }
.docs-page .section-title i { color: var(--page-blue); margin-right: 10px; font-size: 20px; }
.docs-page .card { display: block; border: 0; border-radius: 0; box-shadow: none; background: transparent; margin: 0 0 32px; }
.docs-page .card-header { background: transparent; color: var(--page-ink); font-size: 18px; font-weight: 700; padding: 0 0 10px; border: 0; border-radius: 0; }
.docs-page .card-body { padding: 0; color: #46515b; font-size: 15px; }
.docs-page .card-body h5 { margin: 28px 0 12px; color: var(--page-ink); font-size: 16px; font-weight: 700; line-height: 1.5; }
.docs-page .card-body li { margin: 8px 0; padding-left: 4px; }
.docs-page .card-body strong { color: #273640; }
.docs-page .navbar { padding: 0 0 24px; background: transparent; }
.docs-page .navbar .container-fluid { padding: 0; justify-content: flex-start; gap: 12px; }
.docs-page .navbar-toggler { color: var(--page-ink); border: 1px solid #bec9d1; border-radius: 4px; padding: 9px 12px; font-size: 16px; }
.docs-page .navbar-brand { font-size: 14px; color: var(--page-muted); white-space: normal; }
.public-page .btn-primary { background: var(--page-blue); color: #fff; border: 1px solid var(--page-blue); padding: 11px 20px; border-radius: 5px; font-weight: 600; }
.public-page .btn-primary:hover { background: #104877; color: #fff; }
.docs-page .back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 1000; display: none; border-radius: 5px; }
.docs-page .back-to-top.show { display: block; }
.docs-page .search-highlight { background: #fff0a8; color: #20272c; padding: 0 2px; }
.docs-page .search-empty { padding: 24px 0; color: var(--page-muted); }
.resource-footer { padding: 24px 32px; border-top: 1px solid var(--page-line); display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; color: var(--page-muted); font-size: 13px; clear: both; }
@media (max-width: 1000px) {
  .resource-header { padding: 12px 20px; gap: 20px; flex-wrap: wrap; }
  .resource-nav { gap: 18px; }
  .docs-page .content { padding: 32px 28px 64px; }
  .docs-page .sidebar { width: 230px; }
  .docs-page .content { margin-left: 230px; }
}
@media (max-width: 767px) {
  :root { --page-header: 120px; }
  .resource-header { gap: 8px 16px; padding: 10px 18px 0; }
  .resource-brand { font-size: 17px; gap: 8px; }
  .resource-brand img { width: 32px; height: 28px; }
  .resource-signin { margin-left: auto; font-size: 13px; padding: 4px 10px; }
  .resource-nav { order: 3; flex-basis: 100%; justify-content: space-between; gap: 10px; overflow-x: auto; }
  .resource-nav a { font-size: 12px; }
  .docs-page .header { padding: 16px 20px; flex-direction: column; align-items: stretch; gap: 10px; }
  .docs-page .search-bar { width: 100%; }
  .docs-page .sidebar { float: none; position: static; width: 100%; height: auto; max-height: 55vh; border-bottom: 1px solid var(--page-line); }
  .docs-page .content { margin: 0; padding: 24px 20px 56px; }
  .docs-page h1 { font-size: 28px; }
  .docs-page .section-title { font-size: 22px; }
  .docs-page .lead { font-size: 15px; }
  .resource-footer { padding: 24px 20px; }
}
.grading-page { --page-blue: #1976d2; }
.grading-page > .container-fluid { padding: 0; }
.grading-page > .container-fluid > .row { margin: 0; display: grid; grid-template-columns: 250px minmax(0, 1fr); }
.grading-page .sidebar { width: auto; max-width: none; padding: 32px 20px; background: #fafbfc; border-right: 1px solid var(--page-line); position: sticky; top: var(--page-header); height: calc(100vh - var(--page-header)); }
.grading-page .sidebar-brand { margin: 0 0 24px; padding: 0 12px; }
.grading-page .sidebar-brand span { display: block; font-size: 11px; color: var(--page-muted); text-transform: uppercase; }
.grading-page .sidebar-brand strong { display: block; margin-top: 6px; font-size: 16px; }
.grading-page .sidebar .nav { gap: 6px; }
.grading-page .sidebar .nav-link { padding: 11px 12px; font-size: 14px; font-weight: 600; color: var(--page-muted); border-radius: 4px; }
.grading-page .sidebar .nav-link.active { background: var(--page-soft); color: var(--page-blue); box-shadow: inset 3px 0 var(--page-blue); }
.guide-support { display: block; margin: 28px 12px; font-size: 13px; }
.grading-page .main-content { width: 100%; max-width: 1100px; padding: 40px 48px; margin: 0 auto; }
.grading-page .guide-hero { padding: 0 0 32px; margin: 0 0 32px; border-bottom: 1px solid var(--page-line); }
.public-page .eyebrow { color: var(--page-green); font-weight: 700; font-size: 12px; text-transform: uppercase; margin-bottom: 12px; letter-spacing: 0; }
.grading-page .eyebrow { color: var(--page-blue); }
.grading-page h1 { font-size: 36px; font-weight: 800; margin-bottom: 16px; }
.grading-page .guide-hero p:not(.eyebrow) { color: var(--page-muted); font-size: 16px; max-width: 660px; margin: 0; }
.grading-page .grade-content { display: none; }
.grading-page .grade-content.active { display: block; }
.grading-page .section { margin: 0 0 36px; padding: 0; background: transparent; }
.grading-page .section h2 { margin: 0 0 16px; font-size: 22px; font-weight: 800; }
.grading-page .section p, .grading-page .section li { color: #4b5861; }
.grading-page .grade-table { width: 100%; margin: 20px 0; border-collapse: collapse; font-size: 14px; line-height: 1.6; }
.grading-page .grade-table th { background: #edf2f6; color: #344654; padding: 12px 14px; font-size: 12px; font-weight: 700; border-bottom: 2px solid #cbd7df; text-align: left; }
.grading-page .grade-table td { padding: 12px 14px; border-bottom: 1px solid var(--page-line); vertical-align: top; }
.grading-page .grade-table td:first-child { font-weight: 700; color: var(--page-blue); }
.grading-page .grade-table tbody tr:nth-child(even) { background: #fafbfc; }
.grading-page .example { margin: 16px 0; padding: 18px 22px; border-left: 3px solid var(--page-blue); background: #eaf3fb; font-size: 14px; }
.grading-page .example h5 { font-size: 15px; font-weight: 700; }
.grading-page .example p:last-child { margin-bottom: 0; }
.grading-page .card { border: 1px solid var(--page-line); border-radius: 5px; box-shadow: none; }
.grading-page .card-header { background: #edf2f6 !important; color: var(--page-ink) !important; padding: 14px 18px; border-bottom: 1px solid var(--page-line); }
.grading-page .card-header h4 { font-size: 17px; font-weight: 700; }
.grading-page footer { padding: 24px 0; border-top: 1px solid var(--page-line); font-size: 12px; }
@media (max-width: 767px) {
  .grading-page > .container-fluid > .row { display: block; }
  .grading-page .sidebar { position: static; height: auto; padding: 20px; border-bottom: 1px solid var(--page-line); }
  .grading-page .sidebar-brand { margin-bottom: 16px; padding: 0; }
  .grading-page .sidebar .nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grading-page .sidebar .nav-link { font-size: 13px; }
  .guide-support { margin: 16px 0 0; }
  .grading-page .main-content { padding: 28px 20px; }
  .grading-page h1 { font-size: 28px; }
  .grading-page .grade-table th, .grading-page .grade-table td { padding: 9px 7px; overflow-wrap: anywhere; font-size: 12px; }
  .grading-page .example { padding: 14px; }
}
.partners-page { --page-blue: #1976d2; }
.partners-page .eyebrow { color: var(--page-blue); }
.partners-page .container { max-width: 1120px; }
.partners-page .hero-section { position: relative; padding: 64px 0; isolation: isolate; background: #263746; color: #fff; overflow: hidden; }
.partners-page .partner-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; z-index: -2; }
.partners-page .hero-section::after { content: ''; position: absolute; inset: 0; background: rgba(10, 25, 40, .68); z-index: -1; }
.partners-page .partner-kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; margin-bottom: 18px; color: #d8eaff; }
.partners-page h1 { font-size: 48px; line-height: 1.15; font-weight: 800; margin: 0 0 20px; }
.partners-page .hero-section .lead { font-size: 17px; line-height: 1.75; max-width: 570px; color: #f1f4f8; margin-bottom: 28px; }
.partner-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; }
.partner-actions a { color: #fff; font-size: 14px; font-weight: 600; }
.partner-actions .btn-primary { background: #fff; border-color: #fff; color: var(--page-blue); }
.partner-actions .btn-primary:hover { background: #eaf3fb; color: #1565c0; }
.partner-actions i { margin-left: 10px; }
.partner-highlights { background: #eaf3fb; border-bottom: 1px solid #d5e3f0; }
.partner-highlights > .container { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 32px; padding-top: 26px; padding-bottom: 26px; }
.partner-highlights strong { display: block; color: var(--page-blue); font-size: 19px; font-weight: 700; }
.partner-highlights div:first-child > strong { font-size: 28px; line-height: 1.25; }
.partner-highlights span { display: block; color: var(--page-muted); font-size: 13px; margin-top: 4px; }
.partners-page .content-section { padding: 56px 0 64px; }
.partners-page h2 { font-size: 32px; line-height: 1.3; font-weight: 800; margin: 0 0 32px; }
.partners-page h3 { font-size: 23px; font-weight: 700; margin: 36px 0 16px; }
.partners-page #about { max-width: 850px; }
.partners-page .content-section p, .partners-page .content-section li { color: var(--page-muted); }
.partners-page .content-section .eyebrow { color: var(--page-blue); }
.partners-page li { padding-left: 4px; margin-bottom: 8px; }
.partners-page .card { border: 1px solid var(--page-line); border-radius: 6px; box-shadow: none; background: #fff; }
.partners-page .card-body { padding: 26px; }
.partners-page .card-title { font-size: 18px; font-weight: 700; color: var(--page-ink); margin-bottom: 16px; }
.partner-number { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--page-blue); margin-bottom: 12px; }
.partners-page .contact-info { margin-top: 40px; padding: 32px 0 0; border-top: 1px solid var(--page-line); }
.partners-page .contact-info h3 { margin-top: 0; }
.partners-page .contact-info p { overflow-wrap: anywhere; }
.partners-page .contact-info i { width: 20px; color: var(--page-blue); }
.partners-page .resource-footer p { margin: 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
@media (max-width: 767px) {
  .partners-page .container { padding-left: 22px; padding-right: 22px; }
  .partners-page .hero-section { padding: 36px 0; }
  .partners-page h1 { font-size: 34px; }
  .partners-page .hero-section .lead { font-size: 15px; }
  .partner-highlights > .container { grid-template-columns: 1fr; gap: 16px; }
  .partner-highlights > .container > div + div { border-top: 1px solid #d5e3f0; padding-top: 16px; }
  .partner-highlights strong { font-size: 17px; }
  .partners-page .content-section { padding: 36px 0; }
  .partners-page h2 { font-size: 26px; }
  .partners-page h3 { font-size: 21px; }
}
.ai-page .ai-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin: -12px 0 28px; font-size: 13px; }
.ai-page .ai-actions i { margin-left: 10px; }
.ai-page .ai-plan { color: var(--page-muted); font-size: 12px; }
.ai-page .ai-recording { margin: 0 0 24px; }
.ai-page .overview-gif { display: block; width: 100%; max-width: 800px; height: auto; aspect-ratio: 1166 / 800; object-fit: contain; border: 1px solid var(--page-line); border-radius: 5px; }
.ai-page figcaption { font-size: 11px; color: var(--page-muted); margin-top: 8px; }
.ai-page .premium-notice { padding: 14px 18px; background: #f5f7f9; color: #46535e; border: 1px solid var(--page-line); border-radius: 4px; font-size: 13px; }
.ai-page .report-card-info { margin: 36px 0; padding: 0; }
.ai-page .report-card-title { font-size: 20px; font-weight: 700; margin-bottom: 14px; }
.ai-page .report-card-info p { color: var(--page-muted); }
.ai-page .architecture-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; padding: 28px 0; border-top: 1px solid var(--page-line); border-bottom: 1px solid var(--page-line); }
.ai-page .architecture-flow > h3, .ai-page .architecture-flow > p { grid-column: 1 / -1; margin: 0 !important; }
.ai-page .architecture-flow h3 { font-size: 22px; font-weight: 800; }
.ai-page .flow-step { padding: 0; }
.ai-page .flow-icon { font-size: 21px; color: var(--page-green); margin-bottom: 12px; }
.ai-page .flow-step h5 { font-size: 14px; font-weight: 700; }
.ai-page .flow-step p { font-size: 12px; color: var(--page-muted); line-height: 1.6; }
.ai-page .ai-review-note { font-size: 13px; color: var(--page-muted); padding: 16px 0; }
.ai-page .ai-icon { display: none; }
.ai-page .coming-soon-badge { background: #e8f2ed !important; color: #235c45; border-radius: 3px; font-size: 10px; font-weight: 600; position: static; flex-shrink: 0; }
.ai-page .card-header { gap: 12px; flex-wrap: wrap; }
.ai-page .advantages-section { padding: 0; margin: 24px 0; }
.ai-page .advantages-title { font-size: 15px; font-weight: 700; color: var(--page-ink); }
.ai-page .feature-step, .ai-page .alert-info { border: 0; border-left: 3px solid #b6cbdc; background: #f4f7fa; color: #46535e; border-radius: 0; padding: 16px 22px; }
.ai-page .feature-step ol { margin-bottom: 0; }
@media (max-width: 767px) {
  .ai-page .architecture-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-page .ai-actions { gap: 12px 20px; }
  .ai-page .ai-actions .btn { font-size: 13px; }
  .ai-page .overview-gif { border-radius: 3px; }
}
@media (max-width: 359px) {
  .resource-nav { gap: 6px; }
  .resource-nav a { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }