/* DocMaker 9.0.8 — clear, compact light/dark control. */
[data-theme-toggle]{position:relative!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;display:inline-grid!important;place-items:center!important;overflow:hidden!important;border:1px solid color-mix(in srgb,var(--border,#dce5ec) 88%,transparent)!important;border-radius:14px!important;background:var(--surface,#fff)!important;color:var(--text,#183044)!important;box-shadow:0 8px 20px rgba(15,23,42,.08)!important;line-height:1!important;cursor:pointer!important;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease!important}
[data-theme-toggle]:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--primary,#2657a4) 44%,var(--border,#dce5ec))!important;color:var(--primary,#2657a4)!important}
[data-theme-toggle]:focus-visible{outline:3px solid color-mix(in srgb,var(--primary,#2657a4) 24%,transparent);outline-offset:2px}
[data-theme-toggle] .theme-toggle-glyph{position:relative;width:24px;height:24px;display:grid;place-items:center}
[data-theme-toggle] .theme-icon{position:absolute;inset:0;display:grid;place-items:center;font-size:19px;transition:opacity .22s ease,transform .25s ease}
[data-theme-toggle] .theme-icon-moon{opacity:1;transform:scale(1) rotate(0);color:#395b8c}
[data-theme-toggle] .theme-icon-sun{opacity:0;transform:scale(.55) rotate(-35deg);color:#f59e0b}
html[data-theme="dark"] [data-theme-toggle]{border-color:#334155!important;background:#111827!important;color:#f8fafc!important;box-shadow:0 8px 22px rgba(0,0,0,.28)!important}
html[data-theme="dark"] [data-theme-toggle] .theme-icon-moon{opacity:0;transform:scale(.55) rotate(35deg)}
html[data-theme="dark"] [data-theme-toggle] .theme-icon-sun{opacity:1;transform:scale(1) rotate(0)}
@media(max-width:560px){[data-theme-toggle]{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}}
