.page-layout{width:100%;display:flex}.page-layout-content{flex:1;display:flex}.page-layout-sidebar-left,.page-layout-sidebar-right{top:var(--page-top-offset);height:calc(100vh - var(--page-top-offset));flex-shrink:0;position:sticky}.page-layout-sidebar-left{width:220px;margin-right:48px}.page-layout-sidebar-right{width:250px;margin-left:48px}@media (max-width:768px){.page-layout-sidebar-left{display:none}}@media (max-width:1024px){.page-layout-sidebar-right{display:none}}
.ad-slot{border:2px dashed var(--border);height:200px;color:var(--muted-foreground);justify-content:center;align-items:center;font-size:30px;display:flex}
.page-layout-side-nav{border-right:1px solid #0000;border-image-source:linear-gradient(to bottom,transparent,var(--border),transparent);border-image-slice:1;flex-direction:column;justify-content:center;height:100%;display:flex}.page-layout-side-nav-divider{border-bottom:1px solid var(--border);width:80px;margin:18px 0}.page-layout-side-nav-slogan{color:var(--muted-foreground);padding-bottom:18px;font-size:.85rem}.page-layout-side-nav-footer{flex-direction:column;padding-right:24px;display:flex}.page-layout-side-nav a{justify-content:start;gap:12px;padding:0;font-size:1.25rem}.page-layout-side-nav svg{width:1.25rem;height:1.25rem}
