:root{ --brand:#0D554A; --muted:#6B7280; --bg:#F6FAF9; }
*{font-family:'Source Sans 3',system-ui,-apple-system,Segoe UI,Roboto,Arial,"Noto Sans",sans-serif}
body{background:var(--bg)}
.welcome{background:linear-gradient(180deg,#fff,#f1f6f4);}
.rounded-3xl{border-radius:1.25rem}
.shadow-soft{box-shadow:0 10px 30px rgba(13,85,74,.10)}
.product-card:hover{transform:translateY(-2px);transition:transform .15s ease}
.pill{border-radius:999px}
.btn-brand{background:var(--brand);border-color:var(--brand)}
.btn-brand:hover{background:#328477}
.sidebar{position:sticky;top:1rem}
.badge-form{background:#ECF5F3;color:#0D554A}
.cursor-pointer{cursor:pointer}
