body.kb-site { background: var(--kb-bg); color: var(--kb-text); font-family: system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.65; color-scheme: dark; }
.kb-site *, .kb-site *::before, .kb-site *::after { box-sizing: border-box; letter-spacing: 0; }
.kb-site .bg-warp, .kb-site .kb-hero-glow { display: none; }
.kb-site .container-xxl { max-width: var(--kb-container); }
.kb-site .kb-page-shell { min-height: 55vh; padding-inline: 24px; }
.kb-site .kb-page-shell > .container-xxl { padding-inline: 0; }
.kb-site h1, .kb-site h2, .kb-site h3 { color: var(--kb-text); line-height: 1.25; overflow-wrap: anywhere; }
.kb-site h1 { font-size: 2rem; font-weight: 720; margin-bottom: 16px; }
.kb-site h2 { font-size: 1.4rem; font-weight: 650; }
.kb-site h3 { font-size: 1.1rem; font-weight: 650; }
.kb-site p { max-width: 90ch; }
.kb-site a { color: var(--kb-accent); text-decoration-color: currentColor; text-underline-offset: 3px; }
.kb-site a:hover { color: var(--kb-accent-hover); }
.kb-site :focus-visible { outline: 2px solid var(--kb-accent); outline-offset: 3px; }
.kb-site .text-muted, .kb-site .text-secondary { color: var(--kb-text-muted) !important; }
.kb-site .text-primary, .kb-site .link-primary { color: var(--kb-accent) !important; }
.kb-site .text-dark { color: var(--kb-text) !important; }
.kb-site .bg-white, .kb-site .bg-light { background-color: var(--kb-surface) !important; color: var(--kb-text); }
.kb-site .row > *, .kb-site .d-flex > * { min-width: 0; }
.kb-site img { max-width: 100%; }
.kb-site pre { max-width: 100%; overflow: auto; color: var(--kb-text); background: var(--kb-surface-soft); border: 1px solid var(--kb-border); padding: 16px; border-radius: var(--kb-radius-sm); }
.kb-site code { color: #b9e3ec; }
.kb-site .kb-guide-article, .kb-site article.mx-auto { max-width: var(--kb-article) !important; margin-inline: auto; }
.kb-site .kb-guide-article { padding: 20px 0; }
.kb-site .kb-content-card { background: transparent; border: 0; border-radius: 0; padding: 20px 0; }
.kb-site .kb-guide-article p, .kb-site article .content { font-size: 1rem; line-height: 1.8; color: var(--kb-text-muted); }
.kb-site .kb-guide-article header { border-bottom: 1px solid var(--kb-border); padding-bottom: 24px; margin-bottom: 32px; }
.kb-site .kb-guide-article h2 { margin-top: 32px; }
.kb-site .kb-guide-category { color: var(--kb-accent); font-size: .8rem; text-transform: uppercase; }
.kb-site .kb-guide-tools, .kb-site .kb-guide-card p { color: var(--kb-text-muted); }
.kb-site .kb-skip-link { position: fixed; top: -80px; left: 16px; z-index: 2000; padding: 12px 20px; background: var(--kb-surface); border: 1px solid var(--kb-accent); }
.kb-site .kb-skip-link:focus { top: 12px; }
.kb-site .kb-breadcrumb { margin: 0 0 20px; padding: 0; font-size: .85rem; background: transparent; }
.kb-site .kb-breadcrumb ol { display: flex; gap: 0; flex-wrap: wrap; padding: 0; list-style: none; }
.kb-site .kb-breadcrumb a { color: var(--kb-text-muted); text-decoration: none; }
.kb-site .kb-breadcrumb a:hover { color: var(--kb-accent); text-decoration: underline; }
.kb-site .kb-breadcrumb .active, .kb-site .kb-breadcrumb span { color: var(--kb-text-muted); }
.kb-site .breadcrumb-item + .breadcrumb-item::before { content: "›"; color: var(--kb-text-subtle); padding-inline: 8px; }
.kb-site .breadcrumb-item + .breadcrumb-item { padding-left: 0; }
.kb-site .kb-crypto-shell { margin-top: 0; }
@media (max-width: 640px) {
    .kb-site .kb-page-shell { padding-inline: 16px; }
    .kb-site h1 { font-size: 1.65rem; }
    .kb-site h2 { font-size: 1.25rem; }
    .kb-site .kb-breadcrumb { font-size: .8rem; margin-bottom: 16px; }
    .kb-site .kb-guide-article { padding-inline: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .kb-site *, .kb-site *::before, .kb-site *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
