@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box}html,body,#root{color:#0b1b33;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f8fb;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}a{color:inherit}button{font-family:inherit}.selectable{-webkit-user-select:text;user-select:text}.px-layout{background:#f5f8fb;min-height:100vh}.px-sidebar{display:none}.bottom-nav-mobile{display:flex}.px-main{min-height:100vh}.px-app{background:#fff;max-width:720px;min-height:100vh;margin:0 auto}.px-product-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 18px 16px;display:grid}@media (width>=768px){.px-sidebar{display:flex}.bottom-nav-mobile{display:none!important}.px-main{margin-left:240px;padding:0}.px-app{background:0 0;max-width:1200px;min-height:100vh;margin:0 auto;padding:0;padding-bottom:40px!important}.px-hero{flex-direction:column;justify-content:center;min-height:280px;background:linear-gradient(135deg,#001f3d 0%,#004581 100%)!important;border-radius:0!important;padding:56px!important;display:flex!important}.px-hero-title{max-width:60%;font-size:36px!important}.px-hero-sub{max-width:60%;font-size:16px!important}.px-hero-art{display:block!important}.px-product-grid{grid-template-columns:repeat(4,1fr);gap:16px;padding:0 28px 28px}.px-product-grid>div>div:first-child{height:160px!important;font-size:48px!important}}@media (width>=1100px){.px-product-grid{grid-template-columns:repeat(5,1fr)}}
