html[data-theme="orly"] {
  --accent: #e31e24;
  --accent-text: #fff;
  --font: "Segoe UI", system-ui, sans-serif;
}
html[data-theme="orly"][data-scheme="light"] {
  --login-bg: linear-gradient(160deg, #fff 0%, #f0f3f7 100%);
  --badge-bg: #ffe3e4;
  --shadow: 0 10px 30px rgba(28, 36, 48, 0.08);
}
html[data-theme="orly"][data-scheme="dark"] {
  --login-bg: radial-gradient(ellipse at top, #2a1516 0%, #120c0d 65%);
  --badge-bg: rgba(227, 30, 36, 0.2);
}
html[data-theme="orly"] .brand-logo { height: 36px; }
html[data-theme="orly"] .login-logo { height: 56px; }
