.alp-layout{background:var(--ant-color-bg-layout);flex-direction:column;flex:auto;min-height:0;display:flex}.alp-layout.is-horizontal{flex-direction:row}.alp-layout__header{height:var(--ant-layout-header-height,64px);padding:0 var(--ant-padding-lg);color:var(--ant-color-text);line-height:var(--ant-layout-header-height,64px);flex:none}.alp-layout__content{min-height:0;color:var(--ant-color-text);flex:auto}.alp-layout__footer{padding:var(--ant-padding) var(--ant-padding-lg);color:var(--ant-color-text);font-size:var(--ant-font-size);background:var(--ant-layout-footer-bg,transparent);flex:none}.alp-layout__sider{--alp-sider-width:200px;--alp-sider-collapsed-width:80px;flex-direction:column;flex:0 0 var(--alp-sider-width);width:var(--alp-sider-width);background:var(--ant-layout-light-sider-bg,var(--ant-color-bg-container));border-inline-end:var(--ant-line-width) var(--ant-line-type) var(--ant-color-border-secondary);transition:flex-basis var(--ant-motion-duration-mid) var(--ant-motion-ease-in-out), width var(--ant-motion-duration-mid) var(--ant-motion-ease-in-out);display:flex;position:relative}.alp-layout__sider.is-collapsed{flex-basis:var(--alp-sider-collapsed-width);width:var(--alp-sider-collapsed-width)}.alp-layout__sider-body{flex:auto;min-height:0;overflow:hidden auto}.alp-layout__sider-trigger{height:var(--ant-layout-trigger-height,48px);border:0;border-top:var(--ant-line-width) var(--ant-line-type) var(--ant-color-border-secondary);background:var(--ant-layout-light-trigger-bg,var(--ant-color-bg-container));color:var(--ant-layout-light-trigger-color,var(--ant-color-text));cursor:pointer;transition:background var(--ant-motion-duration-mid);flex:none}.alp-layout__sider-trigger:hover{background:var(--ant-color-bg-text-hover)}.alp-row{min-width:0;margin-inline:calc(var(--alp-gutter,0px) / -2);row-gap:var(--alp-gutter,0px);flex-flow:wrap;display:flex}.alp-row.is-nowrap{flex-wrap:nowrap}.alp-row--justify-start{justify-content:flex-start}.alp-row--justify-end{justify-content:flex-end}.alp-row--justify-center{justify-content:center}.alp-row--justify-space-between{justify-content:space-between}.alp-row--justify-space-evenly{justify-content:space-evenly}.alp-row--align-top{align-items:flex-start}.alp-row--align-middle{align-items:center}.alp-row--align-bottom{align-items:flex-end}.alp-row--align-stretch{align-items:stretch}.alp-col{--alp-col-span:var(--alp-col-xs,24);box-sizing:border-box;width:calc(var(--alp-col-span) / 24 * 100%);max-width:calc(var(--alp-col-span) / 24 * 100%);min-width:0;padding-inline:calc(var(--alp-gutter,0px) / 2);flex:none}.alp-col.is-flex-auto{flex:auto;width:auto;max-width:none}@media (width>=576px){.alp-col{--alp-col-span:var(--alp-col-sm,var(--alp-col-xs,24))}}@media (width>=768px){.alp-col{--alp-col-span:var(--alp-col-md,var(--alp-col-sm,var(--alp-col-xs,24)))}}@media (width>=992px){.alp-col{--alp-col-span:var(--alp-col-lg,var(--alp-col-md,var(--alp-col-sm,var(--alp-col-xs,24))))}}@media (width>=1200px){.alp-col{--alp-col-span:var(--alp-col-xl,var(--alp-col-lg,var(--alp-col-md,var(--alp-col-sm,var(--alp-col-xs,24)))))}}@media (width>=1600px){.alp-col{--alp-col-span:var(--alp-col-xxl,var(--alp-col-xl,var(--alp-col-lg,var(--alp-col-md,var(--alp-col-sm,var(--alp-col-xs,24))))))}}