@import '_content/Hvtk.Framework.Web/Hvtk.Framework.Web.cmd8zo9ro5.bundle.scp.css';

/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Shrink the icons inside the drawer to match the 48px mini rail. MudNavLink and
   MudNavGroup don't expose an IconSize prop, so we override the SVG sizing on the
   icon root. ::deep pierces the scoped-CSS isolation boundary down into MudBlazor's
   own markup. */
[b-hs3znezs8s] .mud-nav-link .mud-icon-root,
[b-hs3znezs8s] .mud-nav-group .mud-nav-group-button .mud-icon-root {
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
}
/* /Components/Pages/PerspectiveDockDemo.razor.rz.scp.css */
/* Demo container for the dock smoke (PLAN.md §7.10). The dock host needs an
   explicit height to compute pane sizes; the page-level wrapper provides it. */
.dock-demo-container[b-lv3ukxpanf] {
    height: 600px;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    overflow: hidden;
}
