.home-container{min-height:100vh;text-align:center;padding:2rem 1rem}.platform-container{min-height:100vh;padding:2rem;text-align:center;font-family:sans-serif}.back-btn{position:absolute;top:1rem;left:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#333}h1{font-size:2rem;margin-bottom:.5rem}.platform-subtitle{color:#555;margin-bottom:1.5rem}.search-input{padding:.5rem 1rem;border-radius:12px;border:1px solid #ccc;margin-bottom:1.5rem;width:80%;font-size:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.product-card{background:#bd9e7b;border-radius:16px;box-shadow:0 2px 6px #0000001a;padding:1rem;text-align:center;text-decoration:none;color:#333;transition:transform .2s ease}.product-card:hover{transform:translateY(-4px)}.product-card img{width:100%;height:100px;object-fit:cover;border-radius:12px}.product-card span{display:block;margin-top:.5rem;font-weight:600}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Segoe UI,sans-serif;font-weight:500;background-color:#dbc8b2;color:#2e2e2e;line-height:1.6;font-size:16px;min-height:100vh}main{max-width:960px;margin:0 auto;padding:2rem 1rem}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem;color:#1f1f1f}p{margin-bottom:1rem;color:#3e3e3e}a{color:#cb6e17;text-decoration:none;transition:color .2s}a:hover{color:#a95c12}button{background-color:#e4b07c;color:#fff;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:500;cursor:pointer;transition:background-color .2s}button:hover{background-color:#d89b5c}img{max-width:100%;height:auto;display:block;border-radius:12px}
