/*!
 * docmd (v0.8.17)
 * Copyright (c) 2025-present docmd.io
 * License: MIT
 */
@import"https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,400;0,500;1,400&family=Plus+Jakarta+Sans:ital,wght@0,400..800;1,400..800&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";:root{--font-family-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family-mono: "DM Mono", "SFMono-Regular", Consolas, monospace;--sky-primary: #059669;--sky-primary-light: #e6f4ed;--sky-primary-dark: #047857;--sky-text: #0f172a;--sky-text-light: #475569;--sky-background: #ffffff;--sky-background-alt: #f8fafc;--sky-border: #e2e8f0;--bg-color: #ffffff;--text-color: #0f172a;--text-heading: #0f172a;--text-muted: #64748b;--sidebar-bg: #f8fafc;--sidebar-text: #475569;--sidebar-link-active-bg: rgba(5, 150, 105, .08);--sidebar-link-active-text: #047857;--link-color: #059669;--border-color: #e2e8f0;--header-bg: #ffffff;--header-border: #e2e8f0;--code-bg: #f1f5f9;--code-text: #0f172a}html[data-theme=dark]{--sky-primary: #34d399;--sky-primary-light: #064e3b;--sky-primary-dark: #10b981;--sky-text: #f8fafc;--sky-text-light: #94a3b8;--sky-background: #090d16;--sky-background-alt: #0f172a;--sky-border: #1e293b;--bg-color: #090d16;--text-color: #e2e8f0;--text-heading: #f8fafc;--text-muted: #94a3b8;--sidebar-bg: #0b0f19;--sidebar-text: #94a3b8;--sidebar-link-active-bg: rgba(52, 211, 153, .12);--sidebar-link-active-text: #34d399;--link-color: #34d399;--border-color: #1e293b;--header-bg: #090d16;--header-border: #1e293b;--code-bg: #0f172a;--code-text: #f8fafc}body{font-family:var(--font-family-sans);color:var(--text-color);background-color:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65;letter-spacing:-.01em}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-sans);color:var(--text-heading);font-weight:700;letter-spacing:-.025em}h1{font-size:2.25rem;line-height:1.25;margin-bottom:1.25rem;border-bottom:none!important}h2{font-size:1.5rem;line-height:1.35;margin-top:2rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}h3{font-size:1.2rem;line-height:1.4;margin-top:1.5rem;margin-bottom:.5rem}.page-header,.docmd-menubar{background-color:var(--header-bg)!important;border-bottom:1px solid var(--header-border)!important;backdrop-filter:blur(8px)}.logo-link img{height:28px;width:auto}.sidebar{background-color:var(--sidebar-bg)!important;border-right:1px solid var(--border-color)!important}.sidebar nav li a,.sidebar nav li .nav-label{font-family:var(--font-family-sans);font-weight:500;font-size:.9rem;border-radius:6px;padding:.4rem .75rem;color:var(--sidebar-text)!important;transition:background-color .15s ease,color .15s ease}.sidebar nav li a:hover{background-color:var(--sidebar-link-active-bg)!important;color:var(--sky-primary)!important}.sidebar nav li a.active{background-color:var(--sidebar-link-active-bg)!important;color:var(--sidebar-link-active-text)!important;font-weight:600}.callout{border-radius:8px;border:1px solid var(--border-color);border-left-width:4px;padding:1rem 1.25rem;margin:1.25rem 0;background-color:var(--sky-background-alt)}.callout .callout-title:before{font-family:"Font Awesome 6 Free"!important;font-weight:900!important;display:inline-block;margin-right:.5rem}.callout-tip{border-left-color:#10b981}.callout-tip .callout-title:before{content:"\f0eb"!important;color:#10b981}.callout-info,.callout-note{border-left-color:#3b82f6}.callout-info .callout-title:before,.callout-note .callout-title:before{content:"\f05a"!important;color:#3b82f6}.callout-warning{border-left-color:#f59e0b}.callout-warning .callout-title:before{content:"\f071"!important;color:#f59e0b}.callout-danger{border-left-color:#ef4444}.callout-danger .callout-title:before{content:"\f05e"!important;color:#ef4444}.callout .callout-title{font-weight:600;font-size:.95rem;margin-bottom:.35rem}code{font-family:var(--font-family-mono);font-size:.85em;padding:.2em .4em;border-radius:4px;background-color:var(--code-bg);border:1px solid var(--border-color)}pre{background-color:var(--code-bg)!important;border:1px solid var(--border-color);border-radius:8px;padding:1rem}pre code{font-family:var(--font-family-mono);background:transparent!important;border:none!important;padding:0;font-size:.875rem;line-height:1.6}code.get,code.post,code.put,code.delete,code.patch{font-family:var(--font-family-mono);padding:3px 8px;border-radius:5px;font-weight:500;font-size:.75rem;letter-spacing:.03em;border:none}code.get{background:#dcfce7;color:#15803d}code.post{background:#dbeafe;color:#1d4ed8}code.put{background:#fef3c7;color:#b45309}code.delete{background:#fee2e2;color:#b91c1c}code.patch{background:#f3e8ff;color:#7e22ce}html[data-theme=dark] code.get{background:#22c55e26;color:#4ade80;border:1px solid rgba(74,222,128,.2)}html[data-theme=dark] code.post{background:#3b82f626;color:#60a5fa;border:1px solid rgba(96,165,250,.2)}html[data-theme=dark] code.put{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(251,191,36,.2)}html[data-theme=dark] code.delete{background:#ef444426;color:#f87171;border:1px solid rgba(248,113,113,.2)}html[data-theme=dark] code.patch{background:#a855f726;color:#c084fc;border:1px solid rgba(192,132,252,.2)}table{width:100%;border-collapse:separate;border-spacing:0;margin:1.25rem 0;border-radius:8px;overflow:hidden;border:1px solid var(--border-color);font-size:.9rem}table th{background-color:var(--sky-background-alt);color:var(--text-heading);font-weight:600;text-align:left;padding:.65rem 1rem;border-bottom:1px solid var(--border-color);text-transform:uppercase;font-size:.725rem;letter-spacing:.05em}table td{padding:.65rem 1rem;border-bottom:1px solid var(--border-color);color:var(--text-color)}table tr:last-child td{border-bottom:none}.status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.status-badge.required{background:#ef44441f;color:#ef4444}.status-badge.optional{background:#94a3b81f;color:#64748b}.mermaid{background-color:var(--sky-background-alt);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;margin:1.25rem 0;display:flex;justify-content:center}
