:root {
  --ink: #14101a;
  --plum: #2a1838;
  --berry: #c4356a;
  --lime: #c8f542;
  --cream: #fff7ee;
  --cream-deep: #ffe8d2;
  --line: rgba(20, 16, 26, 0.12);
  --muted: rgba(20, 16, 26, 0.62);
  --max: 1100px;
  --radius: 16px;
}
* { box-sizing: border-box; }
body.app-shell {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.5;
}
a { color: var(--berry); }
.app-nav {
  background: var(--plum);
  color: #fff;
  padding: 0.9rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  align-items: center;
}
.app-nav a { color: #fff; text-decoration: none; font-weight: 600; font-size: 0.9rem; }
.app-nav .brand {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  margin-right: auto;
  letter-spacing: -0.03em;
}
.app-nav .brand span { color: var(--lime); }
.app-wrap { width: min(100% - 2rem, var(--max)); margin: 1.75rem auto 3rem; }
.app-card {
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  margin-bottom: 1rem;
}
h1, h2, h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 1rem; }
label { display: grid; gap: 0.35rem; font-weight: 700; font-size: 0.88rem; margin-bottom: 0.85rem; }
input, textarea, select {
  width: 100%;
  border: 2px solid #e8dccf;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  font: inherit;
  background: #fffdf9;
}
input:focus, textarea:focus, select:focus {
  outline: 3px solid rgba(200, 245, 66, 0.45);
  border-color: var(--plum);
}
.btn, button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.15rem;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
  font-size: 0.92rem;
  cursor: pointer;
  text-decoration: none;
}
.btn-ghost, a.btn-ghost {
  background: transparent;
  border: 2px solid var(--ink);
  color: var(--ink);
}
.btn-danger { background: var(--berry); color: #fff; }
.grid-2 { display: grid; gap: 0.85rem; }
@media (min-width: 720px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.table th, .table td { text-align: left; padding: 0.65rem 0.4rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.flash, .alert {
  width: min(100% - 2rem, var(--max));
  margin: 1rem auto 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-weight: 600;
}
.flash-success, .alert-success { background: #e7f8c4; }
.flash-error, .alert-danger, .errors { background: #ffe0ea; color: var(--berry); }
.muted { color: var(--muted); }
.tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(196, 53, 106, 0.12);
  color: var(--berry);
}
.stack { display: grid; gap: 0.75rem; }
.actions { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }
footer.app-foot {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto 2rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.hp-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}

