*{box-sizing:border-box;margin:0;padding:0}html,body{color:#f8f9fa;background-color:#212529}a{color:inherit;text-decoration:none}input:focus,button:focus{outline:none}input::placeholder{color:#6c757d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#212529}::-webkit-scrollbar-thumb{background:#495057;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6c757d}.homepage{max-width:1200px;margin:0 auto;padding:24px 12px}.homepage-header{text-align:center;margin-bottom:32px}.homepage-title{color:#f8f9fa;letter-spacing:1px;margin-bottom:8px;font-size:clamp(24px,5vw,42px);font-weight:700}.homepage-subtitle{color:#adb5bd;font-size:clamp(14px,3vw,18px)}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:640px){.homepage{padding:40px 20px}}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.empty-state{text-align:center;color:#6c757d;padding:60px 20px}.empty-state p{font-size:18px}.empty-state .subtext{margin-top:8px;font-size:14px}
