.mc-app{font-family:Arial,sans-serif;background:#fff;color:#17202a;max-width:1200px;margin:auto}.mc-header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;padding:14px 18px;display:flex;align-items:center;gap:20px}.mc-brand{font-size:22px;font-weight:800;white-space:nowrap}.mc-brand span{color:#0b8f55}.mc-search{flex:1}.mc-search input{width:100%;box-sizing:border-box;padding:12px 15px;border:1px solid #d1d5db;border-radius:10px;background:#f8fafc}.mc-cart{font-weight:700;white-space:nowrap}.mc-cart b{background:#0b8f55;color:#fff;border-radius:20px;padding:4px 8px}.mc-hero{margin:20px 18px;padding:30px;border:1px solid #e5e7eb;border-radius:16px;background:#f7faf8}.mc-hero h1{margin:0 0 8px;font-size:32px}.mc-hero p{margin:0;color:#6b7280}.mc-categories{padding:0 18px 20px}.mc-category-buttons{display:flex;gap:10px;flex-wrap:wrap}.mc-category-buttons button{background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:12px 18px;font-weight:700;cursor:pointer}.mc-category-buttons button.active{background:#effaf4;border-color:#0b8f55;color:#087a49}.mc-category-buttons span{margin-left:8px}#mc-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:0 18px 40px}.mc-product{display:grid;grid-template-columns:170px 1fr;gap:18px;border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}.mc-product-image{height:170px;border-radius:10px;background:#f7f7f7;display:flex;align-items:center;justify-content:center;overflow:hidden}.mc-product-image img{width:100%;height:100%;object-fit:contain}.mc-placeholder{font-size:28px;font-weight:800;color:#9ca3af}.mc-type{font-size:11px;text-transform:uppercase;color:#0b8f55;font-weight:800}.mc-product h3{margin:5px 0;font-size:19px}.mc-composition{font-size:13px;color:#6b7280}.mc-form{margin-top:12px}.mc-variants{display:flex;gap:8px;flex-wrap:wrap;margin-top:7px}.mc-variant{border:1px solid #d1d5db;background:#fff;border-radius:9px;padding:8px 10px;cursor:pointer;text-align:left}.mc-variant b{display:block}.mc-variant.selected{border-color:#0b8f55;background:#effaf4}.mc-empty{border:1px dashed #d1d5db;border-radius:12px;padding:40px;text-align:center;color:#6b7280;grid-column:1/-1}.mc-admin-form{border:1px solid #ddd;padding:15px;margin:10px 0;background:#fafafa}.mc-admin-variant{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.mc-admin-variant input{width:120px}@media(max-width:800px){.mc-header{flex-wrap:wrap}.mc-search{order:3;flex-basis:100%}#mc-products{grid-template-columns:1fr}.mc-product{grid-template-columns:110px 1fr}.mc-product-image{height:120px}}@media(max-width:520px){.mc-product{grid-template-columns:1fr}.mc-product-image{height:190px}.mc-hero{margin:12px}.mc-categories{padding-left:12px;padding-right:12px}#mc-products{padding-left:12px;padding-right:12px}}
/* v1.0.2 storefront polish */
.mc-home-shell .mc-app{min-height:100vh}
.mc-category-buttons button{min-width:150px;text-align:left}
.mc-category-buttons button span{float:right;font-size:18px;line-height:14px}
.mc-product{box-shadow:0 1px 2px rgba(0,0,0,.03)}

.mc-brand{display:flex;align-items:center;gap:9px}
.mc-brand-logo{max-height:42px;max-width:150px;width:auto;object-fit:contain}
.mc-brand-name{font-size:22px;font-weight:800;white-space:nowrap;color:#111827}
@media(max-width:520px){.mc-brand-logo{max-height:34px;max-width:110px}.mc-brand-name{font-size:18px}}
