/*!
 * docmd (v0.9.2)
 * Copyright (c) 2025-present docmd.io
 * License: MIT
 */
:root{--docmd-primary: #1e3b2c;--accent-color: #1e3b2c;--docmd-accent: #1e3b2c;--bg-color: #fdfaf2;--text-color: #24372b;--text-muted: #647168;--text-heading: #14291f;--link-color: #2b4a37;--link-color-hover: #14291f;--border-color: #ddd2b4;--border-color-codeblock: #d4c8a8;--border-color-hover: #b9a979;--header-bg: rgba(253, 250, 242, .92);--header-border: #ddd2b4;--sidebar-bg: #f5eee4;--sidebar-text: #34483b;--code-bg: #f6efdd;--code-text: #1e3b2c;--sidebar-group-bg: rgba(30, 59, 44, .045);--sidebar-group-border: #ddd2b4;--tooltip-bg: #14291f;--tooltip-text: #f6efdd;--scrollbar-thumb: #b8aa88;--scrollbar-thumb-hover: #8f8263;--sidebar-link-active-text: #1E3B2C;--sidebar-link-active-bg: rgba(30, 59, 44, .1);--glow-color: rgba(30, 59, 44, .1);--glow-color-strong: rgba(30, 59, 44, .18);--halo-soft: 0 0 0 4px rgba(30, 59, 44, .12)}:root[data-theme=dark]{--docmd-primary: #b8d9c1;--accent-color: #b8d9c1;--docmd-accent: #b8d9c1;--bg-color: #1d231e;--text-color: #dbe8dd;--text-muted: #abc0ae;--text-heading: #f1f9f2;--link-color: #b8d9c1;--link-color-hover: #edf6ee;--border-color: #3f4a42;--border-color-codeblock: #465449;--border-color-hover: #64786a;--header-bg: rgba(29, 35, 30, .92);--header-border: #3f4a42;--sidebar-bg: #151916;--sidebar-text: #c9d8cc;--code-bg: #253228;--code-text: #e6f2e8;--sidebar-group-bg: #1d231e;--sidebar-group-border: #2e372f;--tooltip-bg: #f1f9f2;--tooltip-text: #14291f;--scrollbar-thumb: #4e5e52;--scrollbar-thumb-hover: #66786b;--sidebar-link-active-text: #f1f9f2;--sidebar-link-active-bg: #29332b;--glow-color: rgba(184, 217, 193, .12);--glow-color-strong: rgba(184, 217, 193, .2);--halo-soft: 0 0 0 4px rgba(184, 217, 193, .14)}.sidebar-header{text-align:left}.sidebar-header .logo-link{display:inline-flex;align-items:center;justify-content:flex-start;gap:.625rem}.sidebar-header .logo-link:before{content:"";display:block;flex:0 0 2rem;width:2rem;height:2rem;background:url(/assets/images/twelfth-cell.svg) center / contain no-repeat}.sidebar-header .logo-link img{margin:0}:root[data-theme=dark] .sidebar-header .logo-link:before{background-image:url(/assets/images/twelfth-cell-reversed.svg)}.sidebar nav li>a.active:before{background-color:var(--accent-color)}:root[data-theme=dark] .docmd-button{background-color:#3a6b4b}:root[data-theme=dark] .docmd-button:hover{background-color:#4a805c}.grids{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.docmd-container.grids{overflow:visible}.grids .card{position:relative;display:flex;flex-direction:column;height:100%;cursor:pointer}.grids .card:hover{border-color:var(--docmd-primary);box-shadow:var(--halo-soft);transform:translateY(-2px)}.grids .card .card-content{display:flex;flex:1;flex-direction:column}.grids .card .card-content>p:last-child{margin-top:auto;margin-bottom:0;padding-top:var(--space-3)}.grids .card .card-cta{font-weight:600;font-size:.875rem;text-decoration:none}.grids .card:hover .card-cta{color:var(--link-color-hover)}.grids .card .card-cta:after{content:"";position:absolute;inset:0;border-radius:inherit}
