body { background: #f5f7fb; }
.hero-card { background: linear-gradient(135deg, #111827, #1f2937); }
.eyebrow { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: .35rem .75rem; font-size: .85rem; }
.metric-card { background: #fff; border-radius: 1rem; padding: 1.25rem; box-shadow: 0 0.25rem 1rem rgba(0,0,0,.06); }
.metric-card strong { display:block; font-size: 1.6rem; margin-top: .25rem; }
.catalog-img { aspect-ratio: 3/4; object-fit: cover; }
.admin-thumb { width: 54px; height: 72px; object-fit: cover; border-radius: .5rem; }
.shadow-soft { box-shadow: 0 .5rem 1.5rem rgba(15, 23, 42, .08); }
.card-store { border-radius: 1.25rem; overflow: hidden; box-shadow: 0 .5rem 1.2rem rgba(15, 23, 42, .08); transition: transform .18s ease, box-shadow .18s ease; }
.card-store:hover { transform: translateY(-4px); box-shadow: 0 .8rem 1.6rem rgba(15, 23, 42, .12); }
.navbar-brand { letter-spacing: .02em; }
