:root{font-family:Inter,system-ui,sans-serif;color:#e2e8f0;background:#0f172a}*{box-sizing:border-box}body{margin:0}.layout__content{max-width:1100px;margin:0 auto;padding:32px 20px}.header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid #1e293b;background:#111827}.header__brand{font-size:20px;font-weight:700}.search-box{display:flex;gap:12px;flex:1;max-width:520px}.input,.button{border-radius:12px;border:1px solid #334155;padding:12px 16px}.input{flex:1;background:#0f172a;color:#e2e8f0}.button{cursor:pointer;color:#fff;background:#2563eb}.button--secondary{background:#334155}.page-intro{margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.product-card{padding:20px;border:1px solid #1e293b;border-radius:18px;background:#111827}.product-card__emoji{font-size:40px;margin-bottom:12px}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px}
