/* TownCrier's own skin. It is an INDEPENDENT third party — it deliberately does
   not wear NGAIGE's colours, because an app that looked like our product would
   prove nothing about the API being genuinely public. What it shares is craft. */
:root{
  --a-bg:#140f08; --a-bg2:#1f1710; --a-panel:#2a2015; --a-line:rgba(255,235,205,.15);
  --a-mut:#9c8a70;
  --a-accent:#f5a524; --a-accent-ink:#2a1a05; --a-accent-dim:rgba(245,165,36,.15);
}
.appbar .mark{background:var(--a-accent-dim);border:1px solid rgba(245,165,36,.35)}
.brandwrap{display:flex;flex-direction:column;line-height:1.15}
.hero-ill svg{filter:drop-shadow(0 12px 30px rgba(245,165,36,.22))}
.byline{text-align:center;color:var(--a-mut);font-size:12px;margin-top:26px;padding-bottom:8px}
.byline b{color:var(--a-ink2);font-weight:600}
