:root {
    --docs-navy: #04182a;
    --docs-navy-mid: #073553;
    --docs-primary: #0679b9;
    --docs-primary-bright: #08a5d8;
    --docs-cyan: #75dcff;
    --docs-canvas: #f3f7fa;
    --docs-surface: #ffffff;
    --docs-ink: #112238;
    --docs-muted: #64768a;
    --docs-border: #d7e5ed;
    --docs-heading: "Roboto Condensed", sans-serif;
    --docs-body: "Roboto", sans-serif;
    --docs-shadow: 0 18px 45px rgba(10, 47, 73, .1);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 86px;
    scrollbar-color: var(--docs-primary) var(--docs-navy);
    scrollbar-width: thin;
}

html::-webkit-scrollbar { width: 9px; height: 9px; }
html::-webkit-scrollbar-track { background: var(--docs-navy); }
html::-webkit-scrollbar-thumb { border: 2px solid var(--docs-navy); border-radius: 999px; background: linear-gradient(var(--docs-primary-bright), var(--docs-primary)); }
html::-webkit-scrollbar-thumb:hover { background: var(--docs-cyan); }

body.docs-home-page {
    padding-top: 0 !important;
    overflow-x: hidden;
    color: var(--docs-ink);
    background: var(--docs-canvas);
    font-family: var(--docs-body);
    -webkit-font-smoothing: antialiased;
}

.docs-home-page::selection { color: #fff; background: var(--docs-primary); }
.docs-home-page a { color: inherit; text-decoration: none; }
.docs-home-page .container { width: min(100% - 48px, 1360px); max-width: 1360px; padding: 0; margin-inline: auto; }
.docs-home-page h1, .docs-home-page h2, .docs-home-page h3 { font-family: var(--docs-heading); letter-spacing: -.035em; }
.docs-home-page em { font-style: normal; }
.docs-home-page [hidden] { display: none !important; }

.docs-skip-link {
    position: fixed;
    z-index: 2000;
    top: 12px;
    left: 12px;
    padding: 11px 16px;
    border-radius: 10px;
    color: #fff !important;
    background: var(--docs-primary);
    transform: translateY(-160%);
    transition: transform .2s ease;
}

.docs-skip-link:focus { transform: none; }

/* Navegação exclusiva da nova página inicial da documentação */
.docs-header {
    position: fixed;
    z-index: 1050;
    inset: 0 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    color: #fff;
    background: rgba(4, 24, 42, .93);
    box-shadow: 0 8px 28px rgba(0, 12, 27, .15);
    backdrop-filter: blur(18px);
    transition: background .2s ease, box-shadow .2s ease;
}

.docs-header.is-scrolled { background: rgba(4, 24, 42, .985); box-shadow: 0 10px 30px rgba(0, 12, 27, .24); }
.docs-header nav { min-height: 78px; padding: 8px 0; background: transparent !important; }
.docs-header__inner { display: flex; align-items: center; }
.docs-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 16px; color: #fff; }
.docs-brand img { display: block; width: auto; height: 43px; object-fit: contain; }
.docs-brand span { padding-left: 16px; border-left: 1px solid rgba(255, 255, 255, .22); color: rgba(255, 255, 255, .72); font: 700 .76rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-header__collapse { min-width: 0; }
.docs-header__nav { align-items: center; gap: 2px; margin-inline: auto; }
.docs-header__nav .nav-link { position: relative; padding: 11px 10px !important; color: rgba(255, 255, 255, .67); font: 700 .79rem var(--docs-heading); white-space: nowrap; }
.docs-header__nav .nav-link::after { position: absolute; right: 10px; bottom: 3px; left: 10px; height: 2px; border: 0; margin: 0; content: ""; background: var(--docs-cyan); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.docs-header__nav .dropdown-toggle::before { display: none; }
.docs-header__nav .dropdown-toggle { display: flex; align-items: center; gap: 7px; }
.docs-header__nav .dropdown-toggle::after { position: static; width: 6px; height: 6px; border: solid currentColor; border-width: 0 1px 1px 0; background: none; transform: rotate(45deg) translateY(-2px); }
.docs-header__nav .nav-link:hover, .docs-header__nav .nav-link:focus, .docs-header__nav .nav-link.is-active { color: #fff; }
.docs-header__nav .nav-link:hover::after, .docs-header__nav .nav-link.is-active::after { transform: scaleX(1); }
.docs-header__nav .dropdown-toggle:hover::after, .docs-header__nav .dropdown-toggle:focus::after { transform: rotate(45deg) translateY(-2px); }
.docs-header__actions { display: flex; align-items: center; gap: 9px; }
.docs-header__site, .docs-header__panel { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 9px; padding: 9px 13px; border-radius: 11px; font: 700 .77rem var(--docs-heading); white-space: nowrap; transition: transform .18s ease, background .18s ease; }
.docs-header__site { color: rgba(255, 255, 255, .74); }
.docs-header__site:hover { color: #fff; background: rgba(255, 255, 255, .07); }
.docs-header__panel { border: 1px solid rgba(117, 220, 255, .45); color: #fff; background: linear-gradient(135deg, rgba(8, 165, 216, .95), rgba(6, 121, 185, .95)); box-shadow: 0 8px 18px rgba(6, 121, 185, .2); }
.docs-header__panel:hover { color: #fff; transform: translateY(-1px); }
.docs-header__toggle { display: none; width: 44px; height: 42px; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 11px; }
.docs-header__toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 2px; background: #fff; }
.docs-header__dropdown { min-width: 278px; padding: 8px; border: 1px solid rgba(215, 229, 237, .9); border-radius: 14px; background: rgba(255, 255, 255, .98); box-shadow: var(--docs-shadow); }
.docs-header__dropdown .dropdown-item { display: grid; min-height: 58px; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; padding: 8px; border-radius: 10px; color: var(--docs-ink); transition: color .18s ease, background .18s ease; }
.docs-header__dropdown li + li { margin-top: 2px; }
.docs-header__dropdown .dropdown-item:hover, .docs-header__dropdown .dropdown-item.is-active { background: #edf7fb; }
.docs-header__dropdown-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; color: var(--docs-primary); background: #e8f6fc; transition: color .18s ease, background .18s ease; }
.docs-header__dropdown-icon > i, .docs-header__dropdown-icon > svg { width: 18px !important; height: 18px !important; padding: 0; color: inherit; }
.docs-header__dropdown .dropdown-item:hover .docs-header__dropdown-icon, .docs-header__dropdown .dropdown-item.is-active .docs-header__dropdown-icon { color: #fff; background: var(--docs-primary); }
.docs-header__dropdown-copy { min-width: 0; }
.docs-header__dropdown strong, .docs-header__dropdown small { display: block; }
.docs-header__dropdown strong { font: 700 .85rem/1.15 var(--docs-heading); }
.docs-header__dropdown small { margin-top: 3px; color: var(--docs-muted); font-size: .68rem; line-height: 1.25; }

/* Hero */
.docs-home-hero { position: relative; min-height: 790px; overflow: hidden; padding: 155px 0 95px; color: #fff; background: radial-gradient(circle at 88% 20%, rgba(13, 160, 215, .22), transparent 26%), linear-gradient(118deg, var(--docs-navy), var(--docs-navy-mid) 60%, #075e86 125%); }
.docs-home-hero::before { position: absolute; width: 620px; height: 620px; right: -210px; bottom: -310px; border: 1px solid rgba(117, 220, 255, .15); border-radius: 50%; content: ""; box-shadow: 0 0 0 95px rgba(117, 220, 255, .035), 0 0 0 190px rgba(117, 220, 255, .025); }
.docs-home-hero__grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.docs-home-hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 6vw; }
.docs-eyebrow, .docs-section-index { display: inline-flex; align-items: center; gap: 10px; color: var(--docs-cyan); font: 800 .7rem var(--docs-heading); letter-spacing: .11em; text-transform: uppercase; }
.docs-eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: #2ed29c; box-shadow: 0 0 0 6px rgba(46, 210, 156, .13); }
.docs-home-hero__copy h1 { max-width: 760px; margin: 27px 0 23px; color: #fff; font-size: clamp(4.2rem, 6.2vw, 7rem); font-weight: 700; line-height: .9; }
.docs-home-hero__copy h1 em { color: var(--docs-cyan); }
.docs-home-hero__copy > p { max-width: 670px; margin: 0; color: rgba(233, 250, 255, .73); font-size: 1.05rem; line-height: 1.7; }
.docs-search { max-width: 700px; margin-top: 34px; }
.docs-search__field { display: grid; min-height: 64px; grid-template-columns: 25px 1fr auto auto; align-items: center; gap: 12px; padding: 8px 10px 8px 19px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 16px; background: #fff; box-shadow: 0 17px 42px rgba(0, 13, 29, .23); }
.docs-search__field > i, .docs-search__field > svg { color: var(--docs-primary); }
.docs-search__field input { width: 100%; height: 46px; border: 0; outline: 0; color: var(--docs-ink); background: transparent; font-size: .94rem; }
.docs-search__field input::placeholder { color: #8798a9; }
.docs-search__field kbd { padding: 5px 9px; border: 1px solid var(--docs-border); border-radius: 8px; color: var(--docs-muted); background: #f3f7fa; font: 700 .7rem var(--docs-body); box-shadow: none; }
.docs-search__field button { display: grid; width: 39px; height: 39px; place-items: center; border: 0; border-radius: 10px; color: var(--docs-muted); background: #edf4f7; }
.docs-search__meta { display: flex; justify-content: space-between; gap: 20px; padding: 10px 4px 0; color: rgba(233, 250, 255, .52); font-size: .69rem; }
.docs-search__meta span:first-child { color: var(--docs-cyan); font-weight: 700; }
.docs-home-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.docs-button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 12px; padding: 12px 19px; border-radius: 12px; font: 700 .86rem var(--docs-heading); transition: transform .18s ease; }
.docs-button:hover { color: #fff; transform: translateY(-2px); }
.docs-button--primary { color: #fff; background: linear-gradient(135deg, var(--docs-primary-bright), var(--docs-primary)); box-shadow: 0 10px 24px rgba(6, 121, 185, .25); }
.docs-text-action { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .76); font: 700 .82rem var(--docs-heading); }
.docs-text-action span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 11px; background: rgba(255, 255, 255, .07); }
.docs-text-action:hover { color: #fff; }

/* Mapa de atalhos */
.docs-route-map { overflow: hidden; border: 1px solid rgba(255, 255, 255, .22); border-radius: 24px; color: var(--docs-ink); background: rgba(255, 255, 255, .96); box-shadow: 0 30px 65px rgba(0, 12, 29, .32); }
.docs-route-map__topline { display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 21px; border-bottom: 1px solid var(--docs-border); color: var(--docs-ink); font: 800 .7rem var(--docs-heading); letter-spacing: .08em; text-transform: uppercase; }
.docs-route-map__topline small { color: var(--docs-primary); }
.docs-route-map__body { position: relative; display: grid; gap: 10px; padding: 24px 24px 25px 125px; background-image: linear-gradient(#edf4f7 1px, transparent 1px), linear-gradient(90deg, #edf4f7 1px, transparent 1px); background-size: 34px 34px; }
.docs-route-map__signal { position: absolute; top: 50%; left: 34px; display: grid; width: 67px; height: 67px; place-items: center; border-radius: 20px; color: #fff; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); box-shadow: 0 12px 28px rgba(6, 121, 185, .25); transform: translateY(-50%); }
.docs-route-map__signal::after { position: absolute; width: 99px; height: 99px; border: 1px solid rgba(6, 121, 185, .25); border-radius: 50%; content: ""; animation: docs-pulse 2.8s ease-in-out infinite; }
.docs-route-map__signal span { position: relative; z-index: 1; display: grid; place-items: center; }
.docs-route-map__signal span > i, .docs-route-map__signal span > svg { display: block; width: 28px; height: 28px; }
.docs-route-map__signal > i { position: absolute; left: 81px; width: 35px; height: 1px; background: #b8dce9; }
.docs-route-map__signal > i:nth-child(2) { top: 11px; transform: rotate(-25deg); transform-origin: left; }
.docs-route-map__signal > i:nth-child(3) { top: 33px; }
.docs-route-map__signal > i:nth-child(4) { bottom: 10px; transform: rotate(25deg); transform-origin: left; }
.docs-route { display: grid; min-height: 95px; grid-template-columns: 36px 1fr 38px; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--docs-border); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 7px 18px rgba(10, 47, 73, .06); transition: border .18s ease, transform .18s ease, box-shadow .18s ease; }
.docs-route:hover { color: var(--docs-ink); border-color: #8fc8e2; box-shadow: 0 12px 25px rgba(10, 47, 73, .1); transform: translateX(4px); }
.docs-route > span { color: var(--docs-primary); font: 800 .7rem var(--docs-heading); }
.docs-route small, .docs-route strong { display: block; }
.docs-route small { margin-bottom: 3px; color: var(--docs-muted); font-size: .63rem; letter-spacing: .06em; text-transform: uppercase; }
.docs-route strong { font: 700 .98rem var(--docs-heading); }
.docs-route > i, .docs-route > svg { display: block; width: 38px; height: 38px; padding: 11px; box-sizing: border-box !important; justify-self: end; border-radius: 10px; color: var(--docs-primary); background: #eaf6fb; }
.docs-route-map__footer { display: flex; min-height: 58px; align-items: center; gap: 24px; padding: 0 21px; border-top: 1px solid var(--docs-border); color: var(--docs-muted); background: #f7fafc; font-size: .68rem; }
.docs-route-map__footer i, .docs-route-map__footer svg { margin-right: 5px; color: var(--docs-primary); }

/* Áreas */
.docs-areas { padding: 125px 0 130px; background: var(--docs-canvas); }
.docs-section-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: start; gap: 35px; margin-bottom: 60px; }
.docs-section-heading h2 { max-width: 900px; margin: -9px 0 18px; color: var(--docs-ink); font-size: clamp(3.2rem, 5vw, 5.35rem); font-weight: 700; line-height: .96; }
.docs-section-heading h2 em { color: var(--docs-primary); }
.docs-section-heading p { max-width: 690px; margin: 0; color: var(--docs-muted); line-height: 1.7; }
.docs-areas__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; gap: 14px; }
.docs-area-card { position: relative; display: flex; min-height: 235px; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--docs-border); border-radius: 18px; color: var(--docs-ink); background: #fff; box-shadow: 0 9px 26px rgba(10, 47, 73, .055); transition: transform .18s ease, border .18s ease, box-shadow .18s ease; }
.docs-area-card::before { position: absolute; top: -70px; right: -70px; width: 145px; height: 145px; border: 18px solid #eff7fa; border-radius: 50%; content: ""; transition: transform .3s ease; }
.docs-area-card:hover { color: var(--docs-ink); border-color: #94cce3; box-shadow: var(--docs-shadow); transform: translateY(-4px); }
.docs-area-card:hover::before { transform: scale(1.12); }
.docs-area-card__number { align-self: flex-start; padding: 5px 8px; border: 1px solid var(--docs-border); border-radius: 8px; color: var(--docs-muted); font: 700 .64rem var(--docs-heading); }
.docs-area-card__icon { position: absolute; z-index: 1; top: 23px; right: 23px; display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid #cde7f2; border-radius: 14px; color: var(--docs-primary); background: #eaf7fc; box-shadow: 0 8px 20px rgba(6, 121, 185, .08); }
.docs-area-card__icon--amber { color: #b67616; border-color: #efdaaf; background: #fff8ea; }
.docs-area-card__icon--green { color: #178a64; border-color: #bce3d4; background: #eaf8f2; }
.docs-area-card__icon--slate { color: #50657a; border-color: #d7e1e8; background: #f2f5f7; }
.docs-area-card > div { margin-top: auto; padding-top: 42px; }
.docs-area-card small { color: var(--docs-primary); font: 800 .65rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-area-card h3 { margin: 7px 0 9px; color: var(--docs-ink); font-size: 1.65rem; font-weight: 700; }
.docs-area-card p { margin: 0; color: var(--docs-muted); font-size: .84rem; line-height: 1.55; }
.docs-area-card__arrow { position: absolute; right: 22px; bottom: 21px; display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--docs-border); border-radius: 10px; color: var(--docs-primary); background: #f7fbfd; opacity: 0; transform: translateX(-7px); transition: opacity .18s ease, transform .18s ease; }
.docs-area-card:hover .docs-area-card__arrow { opacity: 1; transform: none; }
.docs-area-card--featured { min-height: 484px; grid-column: span 2; grid-row: span 2; padding: 34px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(117, 220, 255, .18), transparent 28%), linear-gradient(135deg, var(--docs-navy), var(--docs-navy-mid) 68%, #0878aa); box-shadow: 0 17px 38px rgba(4, 24, 42, .2); }
.docs-area-card--featured::before { top: auto; right: -130px; bottom: -150px; width: 430px; height: 430px; border: 1px solid rgba(117, 220, 255, .16); box-shadow: 0 0 0 70px rgba(117, 220, 255, .025), 0 0 0 140px rgba(117, 220, 255, .018); }
.docs-area-card--featured:hover { color: #fff; border-color: rgba(117, 220, 255, .5); }
.docs-area-card--featured .docs-area-card__number { color: rgba(255, 255, 255, .65); border-color: rgba(255, 255, 255, .2); }
.docs-area-card--featured .docs-area-card__icon { top: 32px; right: 32px; width: 64px; height: 64px; border-color: rgba(255, 255, 255, .22); color: var(--docs-cyan); background: rgba(255, 255, 255, .09); }
.docs-area-card--featured > div { position: relative; z-index: 1; max-width: 560px; padding-top: 85px; }
.docs-area-card--featured small { color: var(--docs-cyan); }
.docs-area-card--featured h3 { color: #fff; font-size: clamp(2.4rem, 3.4vw, 4rem); line-height: .97; }
.docs-area-card--featured p { max-width: 510px; color: rgba(233, 250, 255, .67); font-size: .94rem; line-height: 1.65; }
.docs-area-card__action { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; color: #fff; font: 700 .82rem var(--docs-heading); }
.docs-guidance-card { display: grid; min-height: 235px; grid-column: span 2; grid-template-columns: 60px 1fr; align-items: center; gap: 20px; padding: 27px; border: 1px solid #b9dce9; border-radius: 18px; background: linear-gradient(120deg, #fff, #edf8fc); box-shadow: 0 9px 26px rgba(10, 47, 73, .055); }
.docs-guidance-card > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); }
.docs-guidance-card small { color: var(--docs-primary); font: 800 .65rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-guidance-card h3 { margin: 6px 0 0; color: var(--docs-ink); font-size: 1.7rem; font-weight: 700; }
.docs-guidance-card__actions { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 16px; padding-top: 16px; border-top: 1px solid #cfe5ef; }
.docs-guidance-card__actions a, .docs-guidance-card__actions button { border: 0; color: var(--docs-primary); background: transparent; font: 700 .78rem var(--docs-heading); }
.docs-guidance-card__actions a { display: inline-flex; align-items: center; gap: 9px; }
.docs-guidance-card__actions button { color: var(--docs-muted); }
.docs-search-empty { padding: 65px 20px; border: 1px dashed #b7cfda; border-radius: 20px; text-align: center; background: rgba(255, 255, 255, .62); }
.docs-search-empty > span { display: grid; width: 64px; height: 64px; margin: 0 auto 18px; place-items: center; border-radius: 18px; color: var(--docs-primary); background: #e8f6fc; }
.docs-search-empty h3 { margin: 0; font-size: 1.7rem; }
.docs-search-empty p { margin: 8px 0 20px; color: var(--docs-muted); }
.docs-search-empty button { padding: 10px 15px; border: 0; border-radius: 10px; color: #fff; background: var(--docs-primary); font: 700 .8rem var(--docs-heading); }

/* Footer */
.docs-footer { position: static !important; padding: 72px 0 25px; color: #fff !important; background: #031421 !important; }
.docs-footer__statement { display: flex; flex-wrap: wrap; gap: .23em; padding-bottom: 52px; border-bottom: 1px solid rgba(255, 255, 255, .13); font: 700 clamp(2.9rem, 5.5vw, 6.3rem)/.92 var(--docs-heading); letter-spacing: -.045em; }
.docs-footer__statement span { color: rgba(255, 255, 255, .2); }
.docs-footer__statement strong { color: var(--docs-cyan); font-weight: 700; }
.docs-footer__main { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding: 54px 0; }
.docs-footer__brand img { width: 180px; height: auto; }
.docs-footer__brand p { max-width: 380px; margin: 20px 0 0; color: rgba(255, 255, 255, .5); font-size: .84rem; line-height: 1.65; }
.docs-footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; min-height: 0; padding: 0; background: transparent !important; box-shadow: none; }
.docs-footer__nav h2 { margin: 0 0 17px; color: var(--docs-cyan); font: 800 .67rem var(--docs-heading); letter-spacing: .1em; text-transform: uppercase; }
.docs-footer__nav a { display: block; margin: 9px 0; color: rgba(255, 255, 255, .57); font-size: .81rem; }
.docs-footer__nav a:hover { color: #fff; }
.docs-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .13); color: rgba(255, 255, 255, .35); font-size: .7rem; }
.docs-footer__bottom p { margin: 0; color: inherit; }

.docs-home-page #ButtonScrollTop { right: 23px; bottom: 23px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; color: #fff !important; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); box-shadow: 0 10px 25px rgba(4, 61, 95, .25); }
.docs-home-page .modal-content { overflow: hidden; border: 1px solid var(--docs-border); border-radius: 18px; color: var(--docs-ink); box-shadow: var(--docs-shadow); }

.docs-home-page--enhanced [data-doc-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1); }
.docs-home-page--enhanced [data-doc-reveal].is-visible { opacity: 1; transform: none; }

@keyframes docs-pulse {
    0%, 100% { opacity: .45; transform: scale(.92); }
    50% { opacity: 1; transform: scale(1.05); }
}

@media (max-width: 1199.98px) {
    .docs-header__toggle { display: block; margin-left: auto; }
    .docs-header__collapse { position: absolute; top: calc(100% + 1px); right: 24px; left: 24px; padding: 18px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 16px; background: rgba(4, 24, 42, .99); box-shadow: 0 18px 40px rgba(0, 11, 25, .3); }
    .docs-header__nav { align-items: stretch; margin: 0; }
    .docs-header__nav .nav-link { padding: 11px !important; }
    .docs-header__actions { margin-top: 12px; padding-top: 13px; border-top: 1px solid rgba(255, 255, 255, .13); }
    .docs-header__dropdown { max-width: 100%; }
    .docs-home-hero__layout { grid-template-columns: 1.05fr .95fr; gap: 4vw; }
    .docs-home-hero__copy h1 { font-size: clamp(4rem, 7vw, 5.8rem); }
    .docs-route-map__body { padding-left: 105px; }
    .docs-route-map__signal { left: 22px; }
    .docs-area-card { min-height: 245px; }
}

@media (max-width: 991.98px) {
    .docs-home-hero { padding-top: 125px; }
    .docs-home-hero__layout { grid-template-columns: 1fr; }
    .docs-home-hero__copy { max-width: 760px; }
    .docs-route-map { width: min(100%, 680px); }
    .docs-section-heading { grid-template-columns: 1fr; gap: 25px; }
    .docs-section-heading h2 { margin-top: 0; }
    .docs-areas__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .docs-area-card--featured { grid-column: span 2; grid-row: auto; min-height: 420px; }
    .docs-guidance-card { grid-column: span 2; }
}

@media (max-width: 767.98px) {
    html { scroll-padding-top: 78px; }
    .docs-home-page .container { width: min(100% - 30px, 1360px); }
    .docs-brand { gap: 10px; }
    .docs-brand img { height: 34px; }
    .docs-brand span { padding-left: 10px; font-size: .58rem; }
    .docs-header nav { min-height: 68px; }
    .docs-header__collapse { right: 15px; left: 15px; }
    .docs-header__actions { align-items: stretch; flex-wrap: wrap; }
    .docs-header__site, .docs-header__panel { flex: 1; }
    .docs-home-hero { min-height: 0; padding: 108px 0 72px; }
    .docs-home-hero__copy h1 { margin-top: 22px; font-size: clamp(3.45rem, 16vw, 5rem); }
    .docs-home-hero__copy > p { font-size: .96rem; }
    .docs-search__field { min-height: 58px; grid-template-columns: 22px 1fr auto; padding-left: 15px; }
    .docs-search__field input { font-size: .84rem; }
    .docs-search__field kbd { display: none; }
    .docs-search__meta { display: block; }
    .docs-search__meta span { display: block; }
    .docs-search__meta span + span { margin-top: 3px; }
    .docs-home-hero__actions { align-items: stretch; flex-direction: column; }
    .docs-button { width: 100%; }
    .docs-text-action { justify-content: center; }
    .docs-route-map__topline { padding-inline: 15px; }
    .docs-route-map__body { padding: 18px 14px; }
    .docs-route-map__signal { display: none; }
    .docs-route { grid-template-columns: 31px 1fr 34px; min-height: 86px; padding: 13px; }
    .docs-route-map__footer { justify-content: space-between; gap: 10px; padding-inline: 14px; }
    .docs-areas { padding: 85px 0 90px; }
    .docs-section-heading { margin-bottom: 40px; }
    .docs-section-heading h2 { font-size: 3.15rem; }
    .docs-areas__grid { grid-template-columns: 1fr; }
    .docs-area-card, .docs-area-card--featured, .docs-guidance-card { grid-column: auto; min-height: 250px; }
    .docs-area-card--featured { min-height: 420px; padding: 27px; }
    .docs-area-card--featured .docs-area-card__icon { top: 26px; right: 26px; }
    .docs-guidance-card { grid-template-columns: 52px 1fr; }
    .docs-guidance-card__actions { align-items: flex-start; flex-direction: column; }
    .docs-footer { padding-top: 58px; }
    .docs-footer__statement { padding-bottom: 42px; font-size: 3.35rem; }
    .docs-footer__main { grid-template-columns: 1fr; padding: 44px 0; }
    .docs-footer__nav { gap: 25px; }
    .docs-footer__bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (max-width: 420px) {
    .docs-brand span { display: none; }
    .docs-route-map__footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 11px; }
    .docs-footer__nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .docs-home-page--enhanced [data-doc-reveal] { opacity: 1; transform: none; }
}
