

    :root {
      --primary: #8E00FF;
      --primary-strong: #7400D4;
      --primary-deep: #25003F;
      --primary-ink: #160125;
      --accent: #FFB44A;
      --accent-soft: #FFF0D8;
      --ink: #130E1E;
      --muted: #655D75;
      --quiet: #8A8298;
      --canvas: #F7F4FB;
      --surface: #FFFFFF;
      --surface-alt: #FCFAFF;
      --line: #E4DDF0;
      --line-strong: #CFC2E3;
      --shadow-sm: 0 8px 24px rgba(27, 8, 48, 0.07);
      --shadow-lg: 0 26px 70px rgba(30, 5, 54, 0.16);
      --radius-sm: 14px;
      --radius-md: 22px;
      --radius-lg: 34px;
      --container: 1240px;
      --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 24px; }
    body {
      margin: 0;
      color: var(--ink);
      background: radial-gradient(circle at 10% 8%, rgba(142, 0, 255, 0.065), transparent 28rem), linear-gradient(180deg, #FFFFFF 0%, var(--canvas) 100%);
      font-family: var(--font);
      font-size: 16px;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    button, input, textarea, select { font: inherit; }
    button { cursor: pointer; }
    ::selection { color: #FFFFFF; background: var(--primary); }
    .skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 14px; color: #FFFFFF; background: var(--primary-deep); border-radius: 10px; transform: translateY(-150%); transition: transform 160ms ease; }
    .skip-link:focus { transform: translateY(0); }
    .container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
    .btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 19px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease; }
    .btn:hover { transform: translateY(-2px); }
    .btn:focus-visible, summary:focus-visible, .toc a:focus-visible, .resource-card:focus-visible { outline: 3px solid rgba(255, 180, 74, 0.85); outline-offset: 3px; }
    .btn-primary { color: #FFFFFF; background: var(--primary); box-shadow: 0 12px 28px rgba(142, 0, 255, 0.25); }
    .btn-primary:hover { background: var(--primary-strong); box-shadow: 0 15px 32px rgba(142, 0, 255, 0.31); }
    .btn-light { color: var(--primary-deep); background: #FFFFFF; box-shadow: 0 12px 28px rgba(12, 2, 25, 0.14); }
    .arrow { font-size: 17px; line-height: 1; transition: transform 160ms ease; }
    .btn:hover .arrow { transform: translateX(3px); }
    main { display: block; }
    .hero { padding: 34px 0 18px; }
    .hero-panel { position: relative; isolation: isolate; overflow: hidden; padding: clamp(32px, 4.5vw, 58px) clamp(24px, 5vw, 64px); color: #FFFFFF; background: radial-gradient(circle at 85% 16%, rgba(255, 180, 74, 0.27), transparent 17rem), radial-gradient(circle at 64% 110%, rgba(142, 0, 255, 0.58), transparent 32rem), linear-gradient(135deg, #160125 0%, #31005D 48%, #6300B6 100%); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
    .hero-panel::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.17; background-image: linear-gradient(rgba(255, 255, 255, 0.17) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.17) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000 0%, transparent 76%); }
    .hero-panel::after { content: ""; position: absolute; right: -8rem; bottom: -12rem; width: 28rem; height: 28rem; z-index: -1; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.035), 0 0 0 7rem rgba(255, 255, 255, 0.025); }
    .hero-copy { width: 100%; max-width: none; }
    h1 { width: 100%; max-width: none; margin: 0; color: #FFFFFF; font-size: clamp(42px, 6vw, 70px); font-weight: 900; line-height: 0.98; letter-spacing: -0.055em; }
    h1 .accent-line { display: block; color: var(--accent); }
    .hero-intro { max-width: 760px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.82); font-size: 16px; line-height: 1.75; }
    .faq-layout { padding: 20px 0 72px; }
    .faq-shell { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 30px; align-items: start; overflow: visible !important; }
    .faq-toc { position: -webkit-sticky; position: sticky; top: 24px; align-self: start; padding: 22px; background: rgba(255, 255, 255, 0.92); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
    .toc-kicker { margin: 0 0 13px; color: var(--primary); font-size: 12px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
    .toc { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
    .toc a { display: block; padding: 9px 10px; color: var(--muted); border-radius: 10px; font-size: 14px; font-weight: 700; line-height: 1.35; transition: color 160ms ease, background 160ms ease, transform 160ms ease; }
    .toc a:hover { color: var(--primary-deep); background: #F4E9FF; transform: translateX(2px); }
    .toc-note { margin: 16px 0 0; padding-top: 15px; color: var(--quiet); border-top: 1px solid var(--line); font-size: 13px; line-height: 1.55; }
    .faq-main { min-width: 0; }
    .faq-intro-card { margin-bottom: 22px; padding: 25px 27px; background: linear-gradient(135deg, #FFFFFF 0%, #FBF7FF 100%); border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
    .faq-intro-card p { margin: 0; color: var(--muted); font-size: 16px; }
    .faq-section { scroll-margin-top: 24px; margin-top: 26px; }
    .section-heading { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: start; margin-bottom: 14px; }
    .section-index { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--primary); background: #F4E9FF; border: 1px solid #E4CEFF; border-radius: 14px; font-size: 13px; font-weight: 900; letter-spacing: 0.04em; }
    .section-heading h2 { margin: 0; color: var(--primary-deep); font-size: clamp(24px, 3vw, 34px); font-weight: 900; line-height: 1.12; letter-spacing: -0.035em; }
    .section-heading p { margin: 8px 0 0; color: var(--muted); font-size: 16px; }
    .faq-list { display: grid; gap: 10px; }
    details.faq-item { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 5px 18px rgba(27, 8, 48, 0.035); transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
    details.faq-item:hover { border-color: var(--line-strong); box-shadow: 0 10px 28px rgba(27, 8, 48, 0.07); transform: translateY(-1px); }
    details.faq-item[open] { border-color: #D9C0F5; box-shadow: 0 14px 34px rgba(89, 11, 157, 0.09); }
    summary { position: relative; display: block; padding: 20px 58px 20px 22px; color: var(--primary-ink); cursor: pointer; font-size: 18px; font-weight: 800; line-height: 1.4; list-style: none; }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: "+"; position: absolute; top: 50%; right: 20px; display: grid; width: 30px; height: 30px; place-items: center; color: var(--primary); background: #F4E9FF; border: 1px solid #E4CEFF; border-radius: 10px; font-size: 22px; font-weight: 500; line-height: 1; transform: translateY(-50%); transition: color 160ms ease, background 160ms ease, transform 160ms ease; }
    details[open] summary::after { content: "\2212"; color: #FFFFFF; background: var(--primary); border-color: var(--primary); transform: translateY(-50%) rotate(180deg); }
    .faq-answer { padding: 0 22px 22px; color: var(--muted); font-size: 16px; line-height: 1.75; }
    .faq-answer p { margin: 0; }
    .related-resources { margin-top: 52px; padding-top: 34px; border-top: 1px solid var(--line); }
    .related-resources h2 { margin: 0; color: var(--primary-deep); font-size: clamp(25px, 3vw, 34px); line-height: 1.15; letter-spacing: -0.035em; }
    .related-resources > p { max-width: 760px; margin: 10px 0 0; color: var(--muted); font-size: 16px; }
    .resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
    .resource-card { display: flex; min-height: 170px; flex-direction: column; justify-content: space-between; padding: 21px; background: #FFFFFF; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-sm); transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
    .resource-card:hover { border-color: #D7B9F5; box-shadow: 0 15px 32px rgba(43, 10, 74, 0.1); transform: translateY(-3px); }
    .resource-card .resource-tag { color: var(--primary); font-size: 12px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
    .resource-title { display: block; margin: 10px 0 0; color: var(--primary-deep); font-size: 20px; font-weight: 800; line-height: 1.25; letter-spacing: -0.02em; }
    .resource-copy { display: block; margin: 10px 0 16px; color: var(--muted); font-size: 16px; line-height: 1.6; }
    .resource-link { display: inline-flex; align-items: center; gap: 7px; color: var(--primary); font-size: 15px; font-weight: 800; }
    .resource-link span { transition: transform 160ms ease; }
    .resource-card:hover .resource-link span { transform: translateX(3px); }
    .bottom-cta { padding: 0 0 72px; }
    .bottom-cta-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: clamp(28px, 5vw, 50px); background: linear-gradient(135deg, #23003B 0%, #4E008C 55%, #7800D2 100%); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
    .bottom-cta-kicker { margin: 0 0 8px; color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
    .bottom-cta h2 { margin: 0; color: #FFFFFF; font-size: clamp(26px, 4vw, 42px); line-height: 1.1; letter-spacing: -0.04em; }
    .bottom-cta p { max-width: 760px; margin: 12px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 16px; }
    .article_content.editor_txt, .editor_txt, .article_content, .faq-shell, .faq-main, main { overflow: visible !important; }
    @media (max-width: 980px) { .faq-shell { grid-template-columns: 1fr; } .faq-toc { position: static; } .resource-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 720px) { .container { width: min(calc(100% - 28px), var(--container)); } .hero { padding-top: 20px; } .hero-panel { border-radius: 24px; } h1 { max-width: none; font-size: clamp(38px, 13vw, 54px); } .hero-intro { margin-top: 17px; } .faq-layout { padding-bottom: 50px; } .resource-grid { grid-template-columns: 1fr; } .bottom-cta-panel { grid-template-columns: 1fr; } .bottom-cta .btn { justify-self: start; } }
    @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; } }

  