/* Obeus Brand — Landing + Auth (Brand-Guide: docs/brand/obeus-brand.md) */

:root {
  --ivory: #F7F3EC;
  --ink: #211D18;
  --ink-soft: #4A443B;
  --champagne: #A98B5F;
  --gold: #C8AB7C;
  --puder: #EFE8DC;
  --line: #E2D9CA;
  --card: #FFFFFF;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', system-ui, sans-serif;
  --display: 'Italiana', var(--serif);
  --script: 'Great Vibes', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.obeus {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ---------- Grundbausteine ---------- */

.o-label {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--champagne);
}

.o-script {
  font-family: var(--script);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--champagne);
  line-height: 1.2;
}

.o-btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: .95rem 2.2rem;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--ivory);
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.o-btn:hover { background: var(--champagne); border-color: var(--champagne); color: #fff; }
.o-btn.ghost { background: transparent; color: var(--ink); }
.o-btn.ghost:hover { background: var(--ink); color: var(--ivory); }
.o-btn.on-ink { background: var(--ivory); border-color: var(--ivory); color: var(--ink); }
.o-btn.on-ink:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

.o-rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

.o-wordmark {
  font-family: var(--display);
  letter-spacing: .06em;
  text-decoration: none;
  color: var(--ink);
}
.o-wordmark .mark { color: var(--champagne); }

/* ---------- Landing ---------- */

.o-shell { max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; }

header.o-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.6rem 0;
}
header.o-top .o-wordmark { font-size: 1.7rem; }
header.o-top nav { display: flex; gap: 2rem; align-items: center; }
header.o-top nav a:not(.o-btn) {
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-soft); text-decoration: none;
}
header.o-top nav a:not(.o-btn):hover { color: var(--champagne); }
header.o-top .o-btn { padding: .6rem 1.5rem; }

/* Hero */
.o-hero {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 3rem; align-items: center; padding: 3.5rem 0 5rem;
}
.o-hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.6rem, 5.4vw, 4.3rem);
  line-height: 1.08;
  margin: .6rem 0 1.4rem;
}
.o-hero h1 em { font-style: italic; color: var(--champagne); }
.o-hero p.lead {
  font-size: 1.05rem; color: var(--ink-soft); max-width: 34rem;
  margin: 0 0 2rem;
}
.o-hero .cta { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.o-trust {
  margin-top: 2.4rem; display: flex; gap: 1.4rem; flex-wrap: wrap;
  font-size: .74rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-soft);
}
.o-trust span::before { content: "◆"; color: var(--gold); margin-right: .5rem; font-size: .6rem; vertical-align: 1px; }

/* Fotokarten-Collage */
.o-collage { position: relative; height: 520px; }
.o-photo {
  position: absolute; background: var(--card); padding: 10px 10px 44px;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px -28px rgba(33, 29, 24, .35);
  transform: rotate(var(--tilt, 0deg));
}
.o-photo .img { width: 100%; height: 100%; display: block; }
.o-photo figcaption {
  position: absolute; left: 0; right: 0; bottom: 8px; text-align: center;
  font-family: var(--script); font-size: 1.25rem; color: var(--ink-soft);
}
.o-photo.p1 { width: 240px; height: 300px; top: 8%; left: 4%; --tilt: -5deg; }
.o-photo.p1 .img { background:
  radial-gradient(120% 90% at 20% 15%, #F6E3C5 0%, transparent 55%),
  radial-gradient(100% 80% at 85% 20%, #E9B98A 0%, transparent 60%),
  radial-gradient(140% 110% at 50% 105%, #8A5A44 0%, #C98D69 55%, #EFC9A0 100%); }
.o-photo.p2 { width: 210px; height: 260px; top: 0; right: 6%; --tilt: 4deg; }
.o-photo.p2 .img { background:
  radial-gradient(90% 70% at 75% 25%, #F2EFD9 0%, transparent 55%),
  radial-gradient(130% 100% at 30% 90%, #3F5641 0%, #71865F 55%, #B9C4A2 100%); }
.o-photo.p3 { width: 250px; height: 200px; bottom: 6%; right: 0; --tilt: -3deg; }
.o-photo.p3 .img { background:
  radial-gradient(100% 90% at 30% 20%, #F8E9E4 0%, transparent 50%),
  radial-gradient(120% 100% at 80% 90%, #9C6B5E 0%, #D9A38F 55%, #F3D4C4 100%); }
.o-photo.p4 { width: 180px; height: 230px; bottom: 0; left: 16%; --tilt: 6deg; }
.o-photo.p4 .img { background:
  radial-gradient(80% 60% at 70% 20%, #FDF6E3 0%, transparent 55%),
  radial-gradient(120% 110% at 25% 95%, #5B6C8C 0%, #93A3BF 55%, #D6DEEA 100%); }

.o-qr {
  position: absolute; top: 42%; left: 40%; z-index: 2;
  background: var(--ivory); border: 1px solid var(--champagne);
  padding: 14px 14px 10px; text-align: center;
  box-shadow: 0 18px 44px -20px rgba(33, 29, 24, .4);
  transform: rotate(2deg);
}
.o-qr svg { display: block; width: 92px; height: 92px; }
.o-qr span {
  display: block; margin-top: .5rem; font-size: .62rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--champagne);
}

/* Abschnitte */
.o-section { padding: 4.5rem 0; }
.o-section-head {
  display: flex; align-items: baseline; gap: 1.4rem; margin-bottom: 2.8rem;
}
.o-section-head .num {
  font-family: var(--display); font-size: 2.4rem; color: var(--gold);
}
.o-section-head h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 0;
}
.o-section-head::after {
  content: ""; flex: 1; border-top: 1px solid var(--line); align-self: center;
}

.o-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.o-step h3 { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; margin: 1rem 0 .5rem; }
.o-step p { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.o-step .glyph { color: var(--champagne); }

.o-usps {
  display: grid; grid-template-columns: 1fr 1fr; column-gap: 4rem;
}
.o-usp { padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.o-usp h3 {
  font-family: var(--serif); font-weight: 600; font-size: 1.25rem;
  margin: 0 0 .35rem;
}
.o-usp h3::before { content: "◆"; color: var(--gold); font-size: .65rem; margin-right: .7rem; vertical-align: 2px; }
.o-usp p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

/* Pakete */
.o-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.o-plan {
  background: var(--card); border: 1px solid var(--line);
  padding: 2.2rem 1.9rem; display: flex; flex-direction: column;
  position: relative;
}
.o-plan.featured { border-color: var(--champagne); box-shadow: 0 30px 70px -40px rgba(169, 139, 95, .55); }
.o-plan .badge {
  position: absolute; top: -0.7rem; left: 50%; transform: translateX(-50%);
  background: var(--champagne); color: #fff; font-size: .62rem;
  letter-spacing: .18em; text-transform: uppercase; padding: .28rem .9rem;
  border-radius: 999px;
}
.o-plan h3 { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; margin: 0; }
.o-plan .price {
  font-family: var(--display); font-size: 2.6rem; margin: .8rem 0 0;
}
.o-plan .price small { font-family: var(--sans); font-size: .72rem; letter-spacing: .1em; color: var(--ink-soft); }
.o-plan .term { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--champagne); margin: .1rem 0 1.2rem; }
.o-plan ul { list-style: none; margin: 0 0 1.6rem; padding: 0; flex: 1; }
.o-plan li {
  padding: .5rem 0 .5rem 1.3rem; font-size: .92rem; color: var(--ink-soft);
  border-bottom: 1px solid var(--puder); position: relative;
}
.o-plan li::before { content: "◆"; position: absolute; left: 0; top: .62rem; font-size: .55rem; color: var(--gold); }
.o-plans-note { text-align: center; margin-top: 2rem; color: var(--ink-soft); font-size: .9rem; }

/* CTA-Band */
.o-band {
  background: var(--ink); color: var(--ivory); text-align: center;
  padding: 5rem 1.5rem; margin-top: 4.5rem;
}
.o-band .o-script { color: var(--gold); }
.o-band h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2rem, 4vw, 3rem); margin: .4rem 0 1.2rem;
}
.o-band p { color: #B8B0A4; max-width: 34rem; margin: 0 auto 2rem; }

footer.o-footer {
  padding: 2.6rem 0; display: flex; align-items: center; gap: 1.5rem;
  justify-content: space-between; flex-wrap: wrap;
  font-size: .78rem; color: var(--ink-soft);
}
footer.o-footer .o-wordmark { font-size: 1.3rem; }
footer.o-footer a { color: var(--ink-soft); text-decoration: none; letter-spacing: .1em; text-transform: uppercase; font-size: .72rem; }
footer.o-footer a:hover { color: var(--champagne); }

/* Load-Animation */
@keyframes o-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes o-drift { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }
.o-rise { opacity: 0; animation: o-rise .8s cubic-bezier(.22, .8, .3, 1) forwards; }
.o-rise.d1 { animation-delay: .08s; } .o-rise.d2 { animation-delay: .2s; }
.o-rise.d3 { animation-delay: .34s; } .o-rise.d4 { animation-delay: .5s; }
.o-rise.d5 { animation-delay: .66s; }
.o-collage .o-photo, .o-collage .o-qr { animation: o-rise .9s cubic-bezier(.22,.8,.3,1) backwards, o-drift 7s ease-in-out 1.2s infinite; }
.o-collage .p1 { animation-delay: .3s, 1.2s; }
.o-collage .p2 { animation-delay: .45s, 1.6s; }
.o-collage .p3 { animation-delay: .6s, 2s; }
.o-collage .p4 { animation-delay: .75s, 2.4s; }
.o-collage .o-qr { animation-delay: .95s, 2.8s; }
@media (prefers-reduced-motion: reduce) {
  .o-rise, .o-collage .o-photo, .o-collage .o-qr { animation: none; opacity: 1; }
}

/* ---------- Auth-Karte (Login/2FA/Reset) ---------- */

body.o-auth {
  min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: 2rem 1rem;
  background:
    radial-gradient(60% 50% at 85% 8%, rgba(200, 171, 124, .16) 0%, transparent 70%),
    radial-gradient(50% 45% at 10% 95%, rgba(169, 139, 95, .12) 0%, transparent 70%),
    var(--ivory);
}
.o-auth-card {
  width: 100%; max-width: 420px; background: var(--card);
  border: 1px solid var(--line); padding: 2.8rem 2.6rem 2.4rem;
  box-shadow: 0 40px 90px -50px rgba(33, 29, 24, .45);
  position: relative;
}
.o-auth-card::before, .o-auth-card::after {
  content: ""; position: absolute; width: 26px; height: 26px;
  border: 1px solid var(--gold); pointer-events: none;
}
.o-auth-card::before { top: 8px; left: 8px; border-right: 0; border-bottom: 0; }
.o-auth-card::after { bottom: 8px; right: 8px; border-left: 0; border-top: 0; }
.o-auth-brand { text-align: center; margin-bottom: 1.8rem; }
.o-auth-brand .o-wordmark { font-size: 2rem; }
.o-auth-brand .sub {
  margin-top: .2rem; font-size: .68rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--champagne);
}
.o-auth-card h1, .o-auth-card h2 {
  font-family: var(--serif); font-weight: 600; font-size: 1.45rem;
  text-align: center; margin: 0 0 1.4rem;
}
.o-auth-card form { display: block; }
.o-auth-card label {
  display: block; font-size: .7rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink-soft); margin: 1rem 0 .35rem;
}
.o-auth-card input[type="text"],
.o-auth-card input[type="email"],
.o-auth-card input[type="password"],
.o-auth-card input[type="number"] {
  width: 100%; font: inherit; font-size: .98rem; color: var(--ink);
  background: var(--ivory); border: 1px solid var(--line);
  padding: .8rem 1rem; outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.o-auth-card input:focus { border-color: var(--champagne); box-shadow: 0 0 0 3px rgba(169, 139, 95, .18); }
.o-auth-card input[type="checkbox"] { accent-color: var(--champagne); vertical-align: middle; }
.o-auth-card label:has(+ input[type="checkbox"]) {
  display: inline-block; margin-right: .55rem;
}
.o-auth-menu {
  margin-top: 1.6rem; padding-top: 1.2rem; border-top: 1px solid var(--line);
  text-align: center; display: flex; justify-content: center; gap: 1.5rem;
}
.o-auth-menu a {
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-soft); text-decoration: none;
}
.o-auth-menu a:hover { color: var(--champagne); text-decoration: none; }
.o-auth-card input[type="submit"], .o-auth-card button[type="submit"] {
  width: 100%; margin-top: 1.5rem; font-family: var(--sans);
  font-size: .8rem; letter-spacing: .16em; text-transform: uppercase;
  background: var(--ink); color: var(--ivory); border: 1px solid var(--ink);
  border-radius: 999px; padding: .95rem 1rem; cursor: pointer;
  transition: background .25s ease, border-color .25s ease;
}
.o-auth-card input[type="submit"]:hover, .o-auth-card button[type="submit"]:hover {
  background: var(--champagne); border-color: var(--champagne);
}
.o-auth-card a { color: var(--champagne); text-decoration: none; }
.o-auth-card a:hover { text-decoration: underline; }
.o-auth-card .fs-error-msg, .o-auth-card .error {
  color: #8C3B2E; font-size: .85rem; margin: .3rem 0 0; list-style: none; padding: 0;
}
.o-auth-card ul { padding-left: 0; }
.o-auth-card hr { border: 0; border-top: 1px solid var(--line); margin: 1.6rem 0; }
.o-auth-flash {
  background: var(--puder); border: 1px solid var(--gold); color: var(--ink);
  font-size: .85rem; padding: .6rem .9rem; margin-bottom: 1rem;
}
.o-auth-below { margin-top: 1.6rem; text-align: center; font-size: .8rem; }
.o-auth-below a { color: var(--ink-soft); letter-spacing: .1em; text-transform: uppercase; font-size: .7rem; text-decoration: none; }
.o-auth-below a:hover { color: var(--champagne); }

/* Responsive */
@media (max-width: 900px) {
  .o-hero { grid-template-columns: 1fr; padding-bottom: 3rem; }
  .o-collage { height: 460px; max-width: 480px; margin: 0 auto; width: 100%; }
  .o-steps, .o-usps, .o-plans { grid-template-columns: 1fr; }
  header.o-top nav a:not(.o-btn) { display: none; }
}

/* ---------- Nutzer-Dashboard (Control-Plane) ---------- */

body.o-dash {
  background:
    radial-gradient(55% 40% at 90% 0%, rgba(200, 171, 124, .12) 0%, transparent 70%),
    var(--ivory);
  min-height: 100vh;
}
.o-dash-shell { max-width: 880px; margin: 0 auto; padding: 0 1.25rem 4rem; }

header.o-dash-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.4rem 0 1.2rem; flex-wrap: wrap;
  border-bottom: 1px solid var(--line); margin-bottom: 2rem;
}
header.o-dash-top .o-wordmark { font-size: 1.6rem; }
.o-dash-links { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; }
.o-dash-links a:not(.o-btn) {
  font-size: .72rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--ink-soft); text-decoration: none;
}
.o-dash-links a:not(.o-btn):hover { color: var(--champagne); }
.o-dash-links .o-btn { padding: .55rem 1.4rem; font-size: .72rem; }

.o-flash {
  background: var(--puder); border: 1px solid var(--gold); color: var(--ink);
  font-size: .9rem; padding: .8rem 1.1rem; margin: 0 0 1.2rem;
}

/* Fortschritts-Stepper (Konto → Paket → Galerie) */
.o-stepper {
  display: flex; gap: 0; margin: 0 0 2.2rem; counter-reset: step;
}
.o-stepper .step {
  flex: 1; text-align: center; position: relative;
  font-size: .7rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--ink-soft); padding-top: 2.1rem;
}
.o-stepper .step::before {
  content: ""; position: absolute; top: .8rem;
  left: calc(-50% + 1.4rem); width: calc(100% - 2.8rem);
  border-top: 1px solid var(--line);
}
.o-stepper .step:first-child::before { display: none; }
.o-stepper .step::after {
  content: "◆"; position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  font-size: .9rem; color: var(--line);
  padding: 0 .5rem; line-height: 1.7rem;
}
.o-stepper .step.done { color: var(--champagne); }
.o-stepper .step.done::after { content: "◆"; color: var(--champagne); }
.o-stepper .step.current { color: var(--ink); font-weight: 400; }
.o-stepper .step.current::after { color: var(--ink); }

.o-card {
  background: var(--card); border: 1px solid var(--line);
  padding: 1.8rem 1.7rem; margin-bottom: 1.6rem;
  box-shadow: 0 24px 60px -45px rgba(33, 29, 24, .4);
}
.o-card > h2 {
  font-family: var(--serif); font-weight: 600; font-size: 1.45rem;
  margin: 0 0 .4rem;
}
.o-card > p.hint { color: var(--ink-soft); font-size: .92rem; margin: 0 0 1.2rem; }
.o-card .o-label { display: block; margin-bottom: 1rem; }

/* Galerie-Karte (Stand des Nutzers) */
.o-gal { display: flex; flex-direction: column; gap: .3rem; }
.o-gal .name {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.5rem, 4vw, 2rem); line-height: 1.15;
}
.o-gal .url { color: var(--champagne); text-decoration: none; font-size: .95rem; word-break: break-all; }
.o-gal .url:hover { text-decoration: underline; }
.o-gal .meta { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-top: .3rem; }
.o-chip {
  display: inline-block; font-size: .66rem; letter-spacing: .14em;
  text-transform: uppercase; padding: .22rem .75rem; border-radius: 999px;
  border: 1px solid var(--line); vertical-align: 2px; margin-left: .6rem;
}
.o-chip.active { color: #4C6B45; border-color: #A9BF9F; background: #F0F4EC; }
.o-chip.suspended { color: #8C3B2E; border-color: #D9A79C; background: #F9EEEA; }
.o-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.3rem; }
.o-actions .o-btn { padding: .8rem 1.6rem; font-size: .74rem; }

/* Paketkarten kompakt (Dashboard) */
.o-pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.2rem; }
.o-pkg {
  border: 1px solid var(--line); padding: 1.3rem 1.2rem; text-align: center;
  display: flex; flex-direction: column; gap: .2rem; background: var(--card);
}
.o-pkg.featured { border-color: var(--champagne); }
.o-pkg .pname { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; }
.o-pkg .pprice { font-family: var(--display); font-size: 1.9rem; margin: .2rem 0 0; }
.o-pkg .pterm { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--champagne); margin-bottom: .8rem; }
.o-pkg .pfeat { font-size: .8rem; color: var(--ink-soft); margin-bottom: 1rem; line-height: 1.7; }
.o-pkg form { margin-top: auto; }
.o-pkg .o-btn { width: 100%; padding: .75rem 0; font-size: .7rem; }

/* Formulare im Dashboard */
.o-card label {
  display: block; font-size: .7rem; letter-spacing: .15em;
  text-transform: uppercase; color: var(--ink-soft); margin: 1.1rem 0 .4rem;
}
.o-card input[type="text"], .o-card input[type="email"] {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  background: var(--ivory); border: 1px solid var(--line);
  padding: .85rem 1rem; outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.o-card input:focus { border-color: var(--champagne); box-shadow: 0 0 0 3px rgba(169, 139, 95, .18); }
.o-suffix { display: flex; align-items: stretch; }
.o-suffix input { flex: 1; min-width: 0; border-right: 0 !important; }
.o-suffix .sfx {
  display: flex; align-items: center; padding: 0 1rem;
  background: var(--puder); border: 1px solid var(--line);
  font-size: .9rem; color: var(--ink-soft); white-space: nowrap;
}
.o-preview { font-size: .85rem; color: var(--champagne); margin-top: .5rem; min-height: 1.2em; }
.o-card .o-btn.submit { margin-top: 1.4rem; width: 100%; border: 1px solid var(--ink); }

/* Verwaltungs-Tabellen (Superadmin) */
.o-scroll-x { overflow-x: auto; margin: 0 -0.2rem; }
.o-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.o-table th {
  text-align: left; font-size: .66rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-soft); font-weight: 400;
  padding: .6rem .6rem; border-bottom: 1px solid var(--line); white-space: nowrap;
}
.o-table td { padding: .7rem .6rem; border-bottom: 1px solid var(--puder); vertical-align: middle; }
.o-table a { color: var(--ink); }
.o-table .o-btn { padding: .45rem 1rem; font-size: .64rem; }
.o-table form { display: inline; }
.o-mini {
  font: inherit; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  background: transparent; color: var(--ink-soft); border: 1px solid var(--line);
  border-radius: 999px; padding: .4rem 1rem; cursor: pointer;
  transition: color .2s, border-color .2s;
}
.o-mini:hover { color: var(--champagne); border-color: var(--champagne); }
.o-mini.danger:hover { color: #8C3B2E; border-color: #D9A79C; }

@media (max-width: 640px) {
  .o-pkgs { grid-template-columns: 1fr; }
  .o-actions { flex-direction: column; }
  .o-actions .o-btn { text-align: center; }
  .o-card { padding: 1.4rem 1.1rem; }
  header.o-dash-top { flex-direction: column; align-items: flex-start; gap: .8rem; }
  .o-stepper .step { font-size: .6rem; }
}
