/* Layout safety net — loads before the main bundle. Keep in sync with lib/critical-css.ts */
*,*::before,*::after{box-sizing:border-box}
html{line-height:1.5;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;min-height:100%;overflow-x:hidden;background:#fff;color:#1a1a1a;font-family:system-ui,sans-serif}
img,svg,video{display:block;max-width:100%}
img[data-nimg="fill"]{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important}
img[data-nimg="fill"].object-cover{object-fit:cover!important}
img[data-nimg="fill"].object-contain{object-fit:contain!important}
.inset-0{inset:0}
.object-cover{object-fit:cover}
.object-contain{object-fit:contain}
.grid{display:grid}
.min-w-0{min-width:0}
.relative{position:relative}
.absolute{position:absolute}
.overflow-hidden{overflow:hidden}
.w-full{width:100%}
.h-full{height:100%}
.h-10{height:2.5rem}
.h-16{height:4rem}
.w-52{width:13rem}
.min-h-full{min-height:100%}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-1{flex:1 1 0%}
.items-center{align-items:center}
.shrink-0{flex-shrink:0}
.hidden{display:none}
.aspect-square{aspect-ratio:1/1}
.aspect-\[4\/3\]{aspect-ratio:4/3}
.aspect-\[4\/5\]{aspect-ratio:4/5}
.max-w-\[160px\]{max-width:160px}
.max-w-\[200px\]{max-width:200px}
.min-h-\[100svh\]{min-height:100svh}
.min-h-\[calc\(100svh-3\.5rem\)\]{min-height:calc(100svh - 3.5rem)}
.min-h-\[min\(85vh\,720px\)\]{min-height:min(85vh,720px)}
.max-w-7xl{max-width:80rem;margin-inline:auto}
.mx-auto{margin-inline:auto}
.sticky{position:sticky}
.top-0{top:0}
.z-\[100\]{z-index:100}
@media (min-width:768px){.md\:hidden{display:none}.md\:block{display:block}}
