/* Theme: Ocean */
:root {
  --primary: #0e7490;
  --primary-hover: #155e75;
  --primary-soft: rgba(14, 116, 144, 0.12);
  --bg-deep: #0c4a6e;
  --accent: #06b6d4;
}
.store-header { border-bottom-color: rgba(14, 116, 144, 0.15); }
.brand-mark { background: linear-gradient(135deg, #0e7490, #06b6d4) !important; }
.btn-primary { background: linear-gradient(180deg, #0e7490, #0c6a80) !important; }
.store-topbar { background: #0c4a6e; }
.pe-tab.active { background: linear-gradient(180deg, #0e7490, #155e75) !important; }
