/*!
 * docmd (v0.9.0)
 * Copyright (c) 2025-present docmd.io
 * License: MIT
 */
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-color: #ffffff;--text-color: #1a1a2e;--text-muted: #6b6b8a;--text-heading: #1a1a2e;--link-color: #550296;--link-color-hover: #7a04d4;--border-color: #e8e8f2;--border-color-codeblock: rgba(85, 2, 150, .1);--border-color-hover: #dedee0;--header-bg: rgba(255, 255, 255, .85);--header-border: #e8e8f2;--sidebar-bg: #f8f9ff;--sidebar-text: #3f3f46;--sidebar-link-active-bg: rgba(85, 2, 150, .08);--sidebar-link-active-text: #550296;--code-bg: #f8f9ff;--code-text: #27272a;--sponsor-red: #f43f5e;--glow-color: rgba(85, 2, 150, .1);--glow-color-strong: rgba(85, 2, 150, .18);--halo-soft: 0 0 0 4px rgba(85, 2, 150, .1);--scrollbar-thumb: #e8e8f2;--scrollbar-thumb-hover: #a1a1aa;--sidebar-group-bg: rgba(85, 2, 150, .05);--sidebar-group-border: transparent}:root[data-theme=dark]{--bg-color: #0f0f1e;--text-color: #e0e0ff;--text-muted: #9b9bb8;--text-heading: #ffffff;--link-color: #a758f7;--link-color-hover: #c08ffa;--border-color: rgba(255, 255, 255, .1);--border-color-codeblock: rgba(154, 59, 246, .15);--header-bg: rgba(15, 15, 30, .85);--header-border: rgba(255, 255, 255, .1);--sidebar-bg: #1a1a2e;--sidebar-text: #d4d4d8;--sidebar-link-active-bg: rgba(154, 59, 246, .15);--sidebar-link-active-text: #a758f7;--code-bg: #1a1a2e;--code-text: #e4e4e7;--sponsor-red: #e11d48;--glow-color: rgba(154, 59, 246, .18);--glow-color-strong: rgba(154, 59, 246, .28);--halo-soft: 0 0 0 4px rgba(154, 59, 246, .18);--scrollbar-thumb: rgba(255, 255, 255, .15);--scrollbar-thumb-hover: rgba(255, 255, 255, .3);--sidebar-group-bg: rgba(154, 59, 246, .08);--sidebar-group-border: transparent}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}pre,code,kbd,samp{font-family:JetBrains Mono,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-weight:800;letter-spacing:-.02em}.header{backdrop-filter:blur(12px)}a{color:var(--link-color)}a:hover{color:var(--link-color-hover)}.sidebar a{font-weight:500}.sidebar a.active{font-weight:700;color:var(--link-color)}pre{border:1px solid var(--border-color-codeblock);border-radius:8px}code{background:#5502961a;color:#550296;border:none;padding:2px 6px;border-radius:4px}:root[data-theme=dark] code{background:#9a3bf626;color:#a758f7}.footer-complete,.page-footer{background:#f8f9ff;color:#6b6b8a;border-top:1px solid #e8e8f2}.footer-complete .footer-column-title,.footer-complete .footer-title{color:#1a1a2e}.footer-complete a,.page-footer a{color:#6b6b8a}.footer-complete a:hover,.page-footer a:hover{color:#550296}.docmd-button{background:linear-gradient(135deg,#550296,#7a04d4);color:#fff;box-shadow:0 4px 16px #5502964d;font-weight:600;border:none;border-radius:6px}.docmd-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #55029666;color:#fff}.callout{border-left:4px solid var(--link-color)}.table-wrapper table th{background:var(--sidebar-bg);color:var(--text-heading);font-weight:700}.docmd-search-input:focus{border-color:var(--link-color);box-shadow:0 0 0 3px var(--halo-soft)}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb)}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}
