/* Loot Goblins United – dunkles Gold-auf-Schiefer-Theme */
:root {
  --bg: #0d0c09;
  --bg-2: #16140e;
  --panel: #1c1912;
  --panel-2: #262115;
  --line: #3a3122;
  --line-soft: #2a2418;
  --gold: #c9a227;
  --gold-soft: #e6d08f;
  --text: #e9e2d1;
  --muted: #9a8f77;
  --green: #57a05a;
  --red: #c4553f;
  --shadow: 0 2px 14px rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; min-height: 100vh; color: var(--text);
  font: 15px/1.6 "Segoe UI", system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(1100px 520px at 50% -8%, rgba(201,162,39,.10), transparent 62%),
    radial-gradient(700px 400px at 90% 8%, rgba(120,60,160,.07), transparent 60%),
    var(--bg);
  background-attachment: fixed;
}
a { color: var(--gold); text-decoration: none; transition: color .12s; }
a:hover { color: var(--gold-soft); text-decoration: underline; }
::selection { background: rgba(201,162,39,.3); }

/* ---------- Kopfzeile ---------- */
header {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 11px 22px; position: sticky; top: 0; z-index: 20;
  background: linear-gradient(180deg, rgba(26,23,16,.97), rgba(18,16,11,.97));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(201,162,39,.14), 0 6px 20px rgba(0,0,0,.35);
}
.brand {
  display: flex; align-items: center; gap: 11px;
  font-size: 17px; font-weight: 700; color: var(--gold);
  letter-spacing: .3px; line-height: 1.15;
}
.brand:hover { text-decoration: none; color: var(--gold-soft); }
.brand small {
  display: block; font-size: 10px; color: var(--muted);
  font-weight: 500; letter-spacing: 2.6px; margin-top: 1px;
}
.crest {
  width: 38px; height: 38px; border-radius: 9px; object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 0 0 14px rgba(201,162,39,.22);
}
.logo-big {
  width: 190px; max-width: 60vw; border-radius: 16px; margin-bottom: 18px;
  box-shadow: 0 0 40px rgba(201,162,39,.18);
}
nav { display: flex; gap: 4px; margin-left: auto; align-items: center; flex-wrap: wrap; }
nav a {
  padding: 7px 13px; border-radius: 8px; color: var(--text);
  border: 1px solid transparent; font-size: 14px; position: relative;
}
nav a:hover { background: var(--panel); text-decoration: none; }
nav a.active {
  border-color: var(--line); background: var(--panel-2); color: var(--gold);
  box-shadow: inset 0 -2px 0 var(--gold);
}
.me { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--muted); }
.me img { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); }

main { max-width: 1180px; margin: 0 auto; padding: 30px 22px 90px; }
h1 {
  font-size: 27px; margin: 0 0 6px; color: var(--gold);
  letter-spacing: .2px; text-shadow: 0 2px 18px rgba(201,162,39,.16);
}
.sub { color: var(--muted); margin: 0 0 24px; font-size: 14.5px; max-width: 76ch; }

/* ---------- Bedienelemente ---------- */
.toolbar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; align-items: center; }
input, select, textarea, button {
  font: inherit; color: var(--text); background: var(--panel);
  border: 1px solid var(--line); border-radius: 9px; padding: 9px 12px;
  transition: border-color .13s, background .13s, box-shadow .13s;
}
input:hover, select:hover, textarea:hover { border-color: #4b3f2b; }
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,39,.16);
}
button { cursor: pointer; }
button:hover:not(:disabled) { background: var(--panel-2); border-color: var(--gold); }
button:active:not(:disabled) { transform: translateY(1px); }
button:disabled { opacity: .45; cursor: not-allowed; }
button.primary {
  background: linear-gradient(180deg, #d9b02e, #b98f1d);
  color: #191509; border-color: #d9b02e; font-weight: 600;
  box-shadow: 0 2px 10px rgba(201,162,39,.22);
}
button.primary:hover:not(:disabled) { background: linear-gradient(180deg, #e8be3a, #c99b22); }
button.danger { border-color: #6b3427; color: #e79c8b; }
button.danger:hover:not(:disabled) { border-color: var(--red); background: rgba(196,85,63,.12); }

/* ---------- Karten ---------- */
.grid { display: grid; gap: 13px; grid-template-columns: repeat(auto-fill, minmax(272px, 1fr)); }
.card {
  background: linear-gradient(158deg, var(--panel), var(--bg-2));
  border: 1px solid var(--line); border-radius: 13px; padding: 14px;
  display: flex; gap: 13px; align-items: flex-start;
  box-shadow: var(--shadow); transition: border-color .15s, transform .15s, box-shadow .15s;
}
.card:hover {
  border-color: #574828; transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0,0,0,.5);
}
.card.zero { opacity: .45; }
.card.zero:hover { opacity: .75; }
.icon {
  width: 48px; height: 48px; flex: 0 0 48px; border-radius: 10px;
  background: #0c0a06 center/contain no-repeat; border: 1px solid var(--line);
  display: grid; place-items: center; color: #4b4335; font-size: 18px;
  box-shadow: inset 0 0 18px rgba(0,0,0,.6);
}
.card .body { flex: 1; min-width: 0; }
.card .name { font-weight: 600; overflow-wrap: anywhere; letter-spacing: .1px; }
.card .meta { color: var(--muted); font-size: 12px; margin-top: 3px; }
.cardlinks { display: flex; gap: 12px; margin-top: 9px; }
.qty {
  font-size: 23px; font-weight: 700; color: var(--gold); margin-top: 4px;
  font-variant-numeric: tabular-nums; letter-spacing: -.5px;
}
.controls { display: flex; gap: 6px; margin-top: 10px; align-items: center; flex-wrap: wrap; }
.controls input { width: 66px; padding: 6px 8px; text-align: center; }
.controls button { padding: 6px 11px; font-weight: 600; font-size: 13.5px; }
.take { border-color: #6b3427; color: #e79c8b; }
.take:hover:not(:disabled) { background: rgba(196,85,63,.14); border-color: var(--red); }
.put { border-color: #2f5a32; color: #9fd3a1; }
.put:hover:not(:disabled) { background: rgba(87,160,90,.14); border-color: var(--green); }

/* ---------- Tabellen ---------- */
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line-soft); }
th {
  color: var(--muted); font-weight: 600; font-size: 11.5px;
  text-transform: uppercase; letter-spacing: .8px;
  background: var(--bg-2); position: sticky; top: 60px;
}
tbody tr { transition: background .1s; }
tbody tr:hover { background: rgba(201,162,39,.045); }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; }
.plus { color: var(--green); } .minus { color: var(--red); }
.tag {
  font-size: 11px; padding: 3px 9px; border-radius: 20px;
  border: 1px solid var(--line); color: var(--muted); white-space: nowrap;
}
.tag.plus { border-color: #2f5a32; color: #9fd3a1; }
.tag.minus { border-color: #6b3427; color: #e79c8b; }

/* ---------- Flächen ---------- */
.panel {
  background: linear-gradient(160deg, var(--panel), var(--bg-2));
  border: 1px solid var(--line); border-radius: 13px; padding: 20px;
  margin-bottom: 18px; box-shadow: var(--shadow);
}
.panel h2 {
  margin: 0 0 12px; font-size: 15px; color: var(--gold);
  text-transform: uppercase; letter-spacing: 1.1px;
  padding-bottom: 9px; border-bottom: 1px solid var(--line-soft);
}
.hint { color: var(--muted); font-size: 13px; line-height: 1.55; }

/* ---------- Anmeldung ---------- */
.login { display: grid; place-items: center; min-height: 88vh; text-align: center; padding: 30px 0; }
.login .box {
  background: linear-gradient(160deg, var(--panel), var(--bg-2));
  border: 1px solid var(--line); border-radius: 18px; padding: 40px 38px;
  max-width: 440px; box-shadow: 0 10px 50px rgba(0,0,0,.6);
}
.btn-discord {
  display: inline-block; margin-top: 22px; padding: 13px 28px; border-radius: 11px;
  background: #5865f2; color: #fff; font-weight: 600;
  box-shadow: 0 4px 16px rgba(88,101,242,.3); transition: background .13s, transform .13s;
}
.btn-discord:hover { background: #4752c4; text-decoration: none; color: #fff; transform: translateY(-1px); }

/* ---------- Hinweisstreifen ---------- */
#toast {
  position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 140%);
  background: var(--panel-2); border: 1px solid var(--gold); color: var(--text);
  padding: 13px 22px; border-radius: 11px; transition: transform .24s cubic-bezier(.2,.8,.3,1);
  z-index: 50; max-width: 90vw; box-shadow: 0 8px 30px rgba(0,0,0,.55);
}
#toast.show { transform: translate(-50%, 0); }
#toast.bad { border-color: var(--red); }

dialog {
  background: linear-gradient(160deg, var(--panel), var(--bg-2)); color: var(--text);
  border: 1px solid var(--line); border-radius: 16px; padding: 24px;
  max-width: 580px; width: 92vw; box-shadow: 0 20px 60px rgba(0,0,0,.7);
}
dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(3px); }
.row { display: flex; gap: 10px; justify-content: flex-end; margin-top: 20px; flex-wrap: wrap; }
.diff { max-height: 46vh; overflow: auto; margin-top: 12px; }
label.check { display: flex; gap: 10px; align-items: flex-start; margin-top: 14px; cursor: pointer; }
label.check:hover { color: var(--gold-soft); }

@media (max-width: 620px) {
  header { padding: 10px 14px; gap: 10px; }
  .brand { font-size: 15px; } .crest { width: 32px; height: 32px; }
  main { padding: 20px 14px 70px; }
  nav a { padding: 6px 10px; font-size: 13px; }
  h1 { font-size: 22px; }
  th { position: static; }
}

/* ---------- Adminpanel ---------- */
.field { margin-bottom: 16px; }
.field > label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 5px; font-weight: 600; }
.field input[type=text], .field input[type=number], .field select, .field textarea { width: 100%; }
.field .hint { margin-top: 5px; }
textarea { resize: vertical; font-family: inherit; }

.editor { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
@media (max-width: 940px) { .editor { grid-template-columns: 1fr; } }
.sticky { position: sticky; top: 78px; }

.fieldrow, .buttonrow {
  border: 1px solid var(--line); border-radius: 10px; padding: 12px;
  margin-bottom: 10px; background: var(--bg-2);
}
.fieldrow .head, .buttonrow .head { display: flex; gap: 8px; align-items: center; margin-bottom: 8px; }
.fieldrow .head input { flex: 1; }
.mini { padding: 5px 10px; font-size: 13px; }

/* ---------- Discord-Vorschau ---------- */
.dc { background: #313338; border-radius: 10px; padding: 16px; font-size: 15px; color: #dbdee1; }
.dc .msg { display: flex; gap: 14px; }
.dc .av { width: 40px; height: 40px; border-radius: 50%; background: var(--gold) center/70% no-repeat; flex: 0 0 40px; }
.dc .who { font-weight: 600; color: #f2f3f5; display: flex; align-items: center; gap: 7px; }
.dc .bot { background: #5865f2; color: #fff; font-size: 10px; padding: 1px 5px; border-radius: 4px; font-weight: 600; }
.dc .stamp { color: #949ba4; font-size: 12px; font-weight: 400; }
.dc .content { margin: 3px 0 6px; white-space: pre-wrap; overflow-wrap: anywhere; }
.dc .embed {
  border-left: 4px solid var(--gold); background: #2b2d31; border-radius: 4px;
  padding: 12px 16px 14px; max-width: 520px;
}
.dc .e-author { display: flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.dc .e-author img { width: 24px; height: 24px; border-radius: 50%; }
.dc .e-title { font-weight: 600; color: #f2f3f5; margin-bottom: 8px; }
.dc .e-desc { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 14px; }
.dc .e-fields { display: grid; gap: 8px; margin-top: 8px; }
.dc .e-fields.has-inline { grid-template-columns: repeat(3, 1fr); }
.dc .e-field.block { grid-column: 1 / -1; }
.dc .e-fname { font-weight: 600; font-size: 14px; color: #f2f3f5; }
.dc .e-fval { font-size: 14px; white-space: pre-wrap; overflow-wrap: anywhere; }
.dc .e-thumb { float: right; max-width: 80px; max-height: 80px; border-radius: 4px; margin-left: 14px; }
.dc .e-image { display: block; max-width: 100%; border-radius: 4px; margin-top: 12px; }
.dc .e-footer { display: flex; gap: 8px; align-items: center; color: #949ba4; font-size: 12px; margin-top: 10px; }
.dc .e-footer img { width: 20px; height: 20px; border-radius: 50%; }
.dc .btns { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.dc .btn { background: #4e5058; color: #fff; border-radius: 4px; padding: 8px 14px; font-size: 14px; }
.dc .strong { font-weight: 700; } .dc .em { font-style: italic; }
.dc code { background: #1e1f22; padding: 1px 4px; border-radius: 3px; font-size: 13px; }
.counter { font-size: 12px; color: var(--muted); text-align: right; margin-top: 4px; }
.counter.over { color: var(--red); font-weight: 600; }

/* ---------- Sprachumschalter ---------- */
.lang { display: flex; padding: 0; overflow: hidden; border-radius: 7px; }
.lang span { padding: 6px 9px; font-size: 12px; font-weight: 700; color: var(--muted); letter-spacing: .5px; }
.lang span.on { background: var(--gold); color: #191509; }

/* ---------- Wissen ---------- */
.cats { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.cats .panel { margin: 0; }
.cats ul { margin: 8px 0 0; padding-left: 18px; }
.cats li { margin-bottom: 6px; }
.cats .sum { color: var(--muted); font-size: 13px; }

.lex { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.lex .card { flex-direction: column; }
.lex .top { display: flex; gap: 12px; width: 100%; }
.lex .icon { width: 56px; height: 56px; flex: 0 0 56px; }
.lex .alt { color: var(--muted); font-size: 12px; font-style: italic; }
.lex .desc { margin-top: 10px; font-size: 14px; }
.lex .use { margin-top: 8px; font-size: 13px; color: var(--muted); border-left: 2px solid var(--line); padding-left: 10px; }
.lex .have { color: var(--gold); font-weight: 700; font-size: 13px; }

article.guide { max-width: 780px; }
article.guide h2 { color: var(--gold); font-size: 20px; margin: 26px 0 10px; }
article.guide h3 { font-size: 16px; margin: 20px 0 8px; color: var(--gold-soft); }
article.guide p { margin: 10px 0; }
article.guide ul, article.guide ol { margin: 10px 0; padding-left: 24px; }
article.guide li { margin: 5px 0; }
article.guide blockquote {
  border-left: 3px solid var(--gold); background: var(--panel);
  margin: 14px 0; padding: 2px 16px; border-radius: 0 8px 8px 0;
}
article.guide code { background: #100e09; padding: 2px 6px; border-radius: 4px; font-size: 13px; }
article.guide pre { background: #100e09; padding: 14px; border-radius: 8px; overflow-x: auto; font-size: 13px; }
article.guide table { margin: 14px 0; }
article.guide img { max-width: 100%; border-radius: 8px; vertical-align: middle; }
article.guide hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }
.toc { position: sticky; top: 78px; }
.guide-wrap { display: grid; grid-template-columns: 1fr 240px; gap: 26px; align-items: start; }
@media (max-width: 900px) { .guide-wrap { grid-template-columns: 1fr; } .toc { position: static; } }

.drop {
  border: 2px dashed var(--line); border-radius: 12px; padding: 26px; text-align: center;
  color: var(--muted); cursor: pointer; transition: border-color .15s, background .15s;
}
.drop.hot { border-color: var(--gold); background: var(--panel-2); color: var(--text); }
.itemrow { display: grid; grid-template-columns: 56px 1fr; gap: 12px; align-items: start;
  border: 1px solid var(--line); border-radius: 10px; padding: 12px; margin-bottom: 10px;
  background: var(--bg-2); }
.itemrow .thumb { width: 56px; height: 56px; border-radius: 8px; background: #100e09 center/contain no-repeat;
  border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); cursor: pointer; }
.itemrow .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 8px; }
.itemrow .full { grid-column: 1 / -1; }

/* ---------- Verwaiste Truhenpositionen ---------- */
.orphan {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 9px 12px; border: 1px solid var(--line-soft); border-radius: 9px;
  margin-bottom: 8px; background: var(--bg-2); flex-wrap: wrap;
}

/* ---------- Wissens-Startseite ---------- */
.hero {
  display: flex; gap: 22px; align-items: center; flex-wrap: wrap;
  background: linear-gradient(140deg, rgba(201,162,39,.10), transparent 65%), var(--panel);
  border: 1px solid var(--line); border-radius: 16px; padding: 24px;
  margin-bottom: 22px; box-shadow: var(--shadow);
}
.hero img { width: 96px; height: 96px; border-radius: 14px; box-shadow: 0 0 26px rgba(201,162,39,.2); }
.hero .txt { flex: 1; min-width: 240px; }
.hero h2 { margin: 0 0 6px; color: var(--gold); font-size: 19px; border: 0; padding: 0; text-transform: none; letter-spacing: 0; }
.cats .panel { transition: border-color .15s, transform .15s; }
.cats .panel:hover { border-color: #574828; transform: translateY(-2px); }
.cats ul { list-style: none; margin: 10px 0 0; padding: 0; }
.cats li { margin-bottom: 11px; padding-left: 15px; position: relative; }
.cats li::before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: 9px; top: 6px; }
.cats li a { font-weight: 600; }
.lex .card:hover .icon { box-shadow: inset 0 0 18px rgba(0,0,0,.6), 0 0 16px rgba(201,162,39,.22); }
.count {
  display: inline-block; min-width: 26px; padding: 2px 9px; border-radius: 20px;
  background: var(--panel-2); border: 1px solid var(--line); color: var(--gold);
  font-size: 12px; font-weight: 700; margin-left: 7px;
}

/* ---------- Startseite ---------- */
.banner {
  position: relative; overflow: hidden; display: flex; gap: 28px; align-items: center;
  flex-wrap: wrap; padding: 34px 32px; margin-bottom: 22px; border-radius: 18px;
  border: 1px solid var(--line);
  background:
    linear-gradient(125deg, rgba(201,162,39,.13), rgba(120,60,160,.07) 55%, transparent 80%),
    linear-gradient(160deg, var(--panel), var(--bg-2));
  box-shadow: 0 10px 40px rgba(0,0,0,.5);
}
.banner .glow {
  position: absolute; inset: -50% 55% -50% -30%; pointer-events: none;
  background: radial-gradient(closest-side, rgba(201,162,39,.16), transparent 70%);
}
.banner-logo {
  width: 132px; height: 132px; border-radius: 20px; position: relative;
  box-shadow: 0 0 46px rgba(201,162,39,.28); flex: 0 0 auto;
}
.banner-txt { flex: 1; min-width: 260px; position: relative; }
.banner-txt h1 { font-size: 34px; margin: 2px 0 8px; }
.banner-txt p { color: var(--muted); margin: 0 0 18px; max-width: 62ch; }
.kicker {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold-soft); opacity: .8;
}
.banner-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.tiles {
  display: grid; gap: 12px; margin-bottom: 22px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.tile {
  background: linear-gradient(160deg, var(--panel), var(--bg-2));
  border: 1px solid var(--line); border-radius: 13px; padding: 16px 18px;
  display: flex; flex-direction: column; gap: 3px; box-shadow: var(--shadow);
  transition: border-color .15s, transform .15s;
}
.tile:hover { border-color: #574828; transform: translateY(-2px); }
.tile .v {
  font-size: 27px; font-weight: 700; color: var(--gold);
  font-variant-numeric: tabular-nums; letter-spacing: -.6px; line-height: 1.1;
}
.tile .l { font-size: 12px; color: var(--muted); }

.split { display: grid; grid-template-columns: 1.35fr 1fr; gap: 18px; align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

.feed { list-style: none; margin: 0; padding: 0; }
.feed li {
  display: flex; align-items: center; gap: 11px; padding: 9px 0;
  border-bottom: 1px solid var(--line-soft);
}
.feed li:last-child { border-bottom: 0; }
.feed .what { flex: 1; min-width: 0; overflow-wrap: anywhere; }
.badge {
  min-width: 52px; text-align: center; padding: 3px 8px; border-radius: 7px;
  font-weight: 700; font-size: 13px; font-variant-numeric: tabular-nums;
  border: 1px solid var(--line); background: var(--bg-2);
}
.badge.plus { color: #9fd3a1; border-color: #2f5a32; }
.badge.minus { color: #e79c8b; border-color: #6b3427; }

.readlist { display: grid; gap: 10px; }
.read {
  display: grid; gap: 4px; padding: 12px 14px; border-radius: 10px;
  border: 1px solid var(--line-soft); background: var(--bg-2); color: var(--text);
  transition: border-color .15s, background .15s;
}
.read:hover { border-color: var(--gold); background: var(--panel-2); text-decoration: none; }
.read .tag { justify-self: start; }
.read strong { color: var(--gold-soft); }

.chars { list-style: none; margin: 0; padding: 0; }
.chars li {
  display: flex; align-items: center; gap: 9px; padding: 8px 0;
  border-bottom: 1px solid var(--line-soft); flex-wrap: wrap;
}
.chars li:last-child { border-bottom: 0; }
.chars .star { color: var(--gold); }
.chars .cname { font-weight: 600; }

.bars { list-style: none; margin: 0; padding: 0; }
.bars li { display: flex; align-items: center; gap: 10px; padding: 5px 0; font-size: 13.5px; }
.bars .bl { flex: 0 0 40%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bars .bar { flex: 1; height: 8px; background: var(--bg-2); border-radius: 5px; overflow: hidden; border: 1px solid var(--line-soft); }
.bars .bar span { display: block; height: 100%; background: linear-gradient(90deg, #8a6f1a, var(--gold)); }
.bars .bn { color: var(--muted); font-variant-numeric: tabular-nums; min-width: 22px; text-align: right; }

.quick { display: flex; flex-wrap: wrap; gap: 8px; }
.quick a {
  padding: 8px 14px; border-radius: 9px; border: 1px solid var(--line);
  background: var(--bg-2); color: var(--text); font-size: 13.5px;
}
.quick a:hover { border-color: var(--gold); color: var(--gold); text-decoration: none; }

.panel.note { border-color: #574828; background: linear-gradient(160deg, rgba(201,162,39,.07), var(--bg-2)); }
.panel.note p { margin: 0; color: var(--muted); max-width: 80ch; }
.panel.note strong { color: var(--text); }

@media (max-width: 620px) {
  .banner { padding: 24px 20px; gap: 18px; }
  .banner-logo { width: 88px; height: 88px; }
  .banner-txt h1 { font-size: 26px; }
}
