/* [project]/apps/web/src/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .fixed {
    position: fixed;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }
}

:root {
  --bg: #0b0d11;
  --panel: #111419;
  --panel2: #171b22;
  --line: #252b35;
  --text: #f1f3f7;
  --muted: #929aa9;
  --accent: #9eb2fa;
  --green: #8bd8b1;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  font: inherit;
}

button, a, input, select, textarea {
  outline-offset: 5px;
}

button {
  cursor: pointer;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

h1 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 650;
  line-height: 1.1;
}

h2 {
  font-size: 27px;
  font-weight: 600;
}

h3 {
  font-size: 19px;
  font-weight: 600;
}

small {
  color: var(--muted);
}

.topline {
  border-bottom: 1px solid var(--line);
  letter-spacing: .14em;
  color: var(--muted);
  background: #11151b;
  justify-content: space-between;
  padding: 10px max(5vw, 24px);
  font-size: 10px;
  display: flex;
}

.navbar {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  height: 92px;
  padding: 0 5vw;
  display: flex;
}

.brand {
  letter-spacing: -.03em;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 650;
  display: flex;
}

.brand small {
  letter-spacing: .21em;
  margin-top: 6px;
  font-size: 8px;
  display: block;
}

.brand-logo {
  color: #151b2d;
  letter-spacing: -.12em;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 78% 100%, 0 100%);
  background: #e0e7f4;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 43px;
  font-size: 29px;
  font-weight: 800;
  display: flex;
}

.brand-logo span {
  margin-left: 0;
  font-size: 20px;
}

.desktop-nav, .nav-actions {
  align-items: center;
  gap: 25px;
  display: flex;
}

.desktop-nav a {
  color: #afb6c2;
  font-size: 13px;
}

.desktop-nav a:hover {
  color: #fff;
}

.nav-actions {
  gap: 12px;
}

.icon-button {
  color: #a9b2c1;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.button {
  color: #151d33;
  background: #d9e2ff;
  border: 1px solid #d9e2ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 19px;
  font-size: 13px;
  font-weight: 650;
  transition: background .15s;
  display: inline-flex;
}

.button.secondary {
  color: #d5dbe6;
  background: #161b24;
  border-color: #303947;
}

.button.secondary:hover {
  background: #252d3a;
}

.button.small {
  padding: 9px 13px;
  font-size: 12px;
}

.button:disabled {
  opacity: .5;
  cursor: wait;
}

.actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.eyebrow {
  letter-spacing: .17em;
  color: #a2aed0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 650;
  display: block;
}

.hero {
  border-bottom: 1px solid var(--line);
  background: radial-gradient(at 78% 75%, #1d2b43 0, #0000 55%);
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  min-height: 555px;
  padding: 78px 7vw 58px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero h1 {
  letter-spacing: -.06em;
  margin: 29px 0 22px;
  font-size: clamp(42px, 5.5vw, 77px);
  line-height: 1.04;
}

.hero h1 em {
  color: #a5b7ed;
  font-style: normal;
}

.hero p {
  max-width: 455px;
  margin-bottom: 28px;
  font-size: 15px;
}

.hero-note {
  color: #8590a4;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  font-size: 11px;
  display: flex;
}

.dot {
  background: var(--green);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  display: inline-block;
  box-shadow: 0 0 0 4px #8bd8b110;
}

.hero-art {
  perspective: 600px;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  display: flex;
  position: relative;
}

.city-grid {
  background-image: linear-gradient(#5b749417 1px, #0000 1px), linear-gradient(90deg, #5b749417 1px, #0000 1px);
  background-size: 36px 36px;
  position: absolute;
  inset: 0;
  transform: rotateX(55deg)rotateZ(-25deg)scale(1.2);
  -webkit-mask-image: radial-gradient(#000, #0000 70%);
  mask-image: radial-gradient(#000, #0000 70%);
}

.city-letter {
  color: #b1c3ed10;
  -webkit-text-stroke: 1px #adc2fa35;
  text-shadow: 18px 22px #829bca08;
  z-index: 1;
  font-size: 310px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-9deg);
}

.city-caption {
  color: #8396b7;
  letter-spacing: .15em;
  font: 10px monospace;
  position: absolute;
  top: 15%;
  left: 4%;
}

.city-coordinates {
  color: #61738f;
  letter-spacing: .12em;
  font: 10px monospace;
  position: absolute;
  bottom: 8%;
  right: 0;
}

.city-card {
  z-index: 2;
  background: #121b29e8;
  border: 1px solid #45597a;
  border-radius: 8px;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  display: flex;
  position: absolute;
  bottom: 21%;
  left: 15%;
  box-shadow: 0 18px 60px #0005;
}

.city-card strong {
  font-size: 13px;
}

.city-card p {
  margin: 4px 0 0;
  font-size: 10px;
}

.stats {
  border-bottom: 1px solid var(--line);
  background: #101318;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 7vw;
  display: grid;
}

.stat {
  border-right: 1px solid var(--line);
  padding: 25px 30px;
}

.stat:first-child {
  padding-left: 0;
}

.stat:last-child {
  border-right: 0;
}

.stat small {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
}

.stat strong {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 550;
  display: block;
}

.stat strong span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.container {
  max-width: 1350px;
  margin: auto;
  padding: 46px 6vw 70px;
}

.section-heading {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 5px 0 22px;
  display: flex;
}

.section-heading h2 {
  margin: 8px 0 0;
}

.text-link {
  color: #b4c4ed;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  display: inline-flex;
}

.grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 9px;
  min-width: 0;
  padding: 25px;
}

.card-link {
  flex-direction: column;
  gap: 4px;
  transition: border-color .15s;
  display: flex;
}

.card-link:hover {
  border-color: #536583;
}

.card h3 {
  margin: 16px 0 6px;
}

.card p {
  margin: 5px 0 18px;
  font-size: 13px;
}

.card .text-link {
  margin-top: auto;
}

.card-top {
  color: #7a879b;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mini-mark {
  color: #8799c4;
  font-size: 23px;
  font-weight: 750;
}

.badge {
  color: #b6c8f3;
  letter-spacing: .07em;
  background: #1c2638;
  border: 1px solid #2d3c54;
  border-radius: 4px;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 600;
  display: inline-flex;
}

.badge.green {
  color: #9cdcbc;
  background: #112b22;
  border-color: #234e3b;
}

.badge.gold {
  color: #dbbc80;
  background: #2b2418;
  border-color: #4b3e28;
}

.badge.red {
  color: #f4a5ae;
  background: #341e25;
  border-color: #59313d;
}

.section {
  margin-top: 45px;
}

.split {
  grid-template-columns: minmax(0, 1.8fr) minmax(270px, 1fr);
  gap: 24px;
  display: grid;
}

.thread-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.thread-row {
  border-bottom: 1px solid var(--line);
  background: var(--panel);
  align-items: center;
  gap: 16px;
  padding: 20px;
  display: flex;
}

.thread-row:last-child {
  border-bottom: 0;
}

.thread-icon {
  color: #8d9cba;
  background: #19202b;
  border: 1px solid #2a3444;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.thread-row h3 {
  letter-spacing: -.01em;
  margin: 0 0 7px;
  font-size: 14px;
}

.thread-row p {
  margin: 0;
  font-size: 10px;
}

.thread-row .count {
  white-space: nowrap;
  color: var(--muted);
  margin-left: auto;
  font-size: 11px;
}

.callout {
  background: linear-gradient(120deg, #192238, #111720);
  border: 1px solid #35435d;
  border-radius: 9px;
  padding: 28px;
}

.callout h3 {
  margin: 18px 0 10px;
  font-size: 24px;
}

.callout p {
  font-size: 13px;
}

.steps {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 16px;
  padding: 15px 0;
  display: flex;
}

.steps span {
  color: #9eb2e8;
  border: 1px solid #39465b;
  border-radius: 5px;
  padding: 7px;
  font-size: 11px;
}

.steps strong {
  font-size: 12px;
}

.page-title {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 10px 0 36px;
  display: flex;
}

.page-title h1 {
  margin: 14px 0;
}

.page-title p {
  max-width: 670px;
  font-size: 14px;
}

.empty {
  text-align: center;
  color: #748099;
  background: #10141a;
  border: 1px dashed #303844;
  border-radius: 8px;
  padding: 40px 25px;
}

.empty svg {
  margin: 0 auto;
}

.empty h3 {
  color: #c4cbd8;
  font-size: 15px;
}

.empty p {
  max-width: 420px;
  margin: 8px auto 0;
  font-size: 12px;
}

.form-stack {
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  display: flex;
}

.form-stack label {
  color: #cad2e0;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
  display: flex;
}

.form-stack .eyebrow {
  margin-bottom: 3px;
}

input, textarea, select {
  color: #e6ebf4;
  background: #0e1219;
  border: 1px solid #344055;
  border-radius: 5px;
  width: 100%;
  padding: 12px 13px;
}

textarea {
  resize: vertical;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.form-stack .button {
  align-self: flex-start;
}

.form-error {
  color: #f1a1aa;
  font-size: 12px;
}

.form-success {
  color: #9fdbb8;
  font-size: 12px;
}

.action-inline {
  flex-wrap: wrap;
  gap: 10px;
  display: inline-flex;
}

.action-inline p {
  margin: 0;
}

.prose {
  color: #b7c0ce;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.8;
}

.prose h1, .prose h2, .prose h3 {
  color: #e5eaf4;
  margin: 27px 0 12px;
}

.prose p {
  color: inherit;
}

.prose ul, .prose ol {
  list-style: revert;
  padding-left: 24px;
}

.prose a {
  color: #a7bdf9;
  text-decoration: underline;
}

.prose blockquote {
  border-left: 3px solid #687fae;
  padding-left: 16px;
}

.prose code {
  background: #212a38;
  padding: 3px 5px;
}

.prose pre {
  background: #0b0f15;
  padding: 18px;
  overflow: auto;
}

.pagination {
  color: var(--muted);
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 25px 0;
  font-size: 12px;
  display: flex;
}

.tabs {
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 25px;
  display: flex;
}

.tabs a {
  background: #161c25;
  border: 1px solid #2b3546;
  border-radius: 5px;
  padding: 9px 13px;
  font-size: 12px;
}

.post {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 25px;
}

.post-header {
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  display: flex;
}

.avatar {
  color: #afc2f7;
  background: #2b3650;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 13px;
  display: flex;
}

.post-header strong {
  font-size: 13px;
}

.post-header small {
  margin-top: 4px;
  font-size: 10px;
  display: block;
}

.table-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: auto;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  font-size: 12px;
}

th {
  color: #8390a6;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #161b24;
  font-size: 10px;
  font-weight: 500;
}

th, td {
  border-bottom: 1px solid var(--line);
  padding: 15px 18px;
}

td a {
  color: #b4c6ef;
}

details {
  border: 1px solid var(--line);
  background: #111720;
  border-radius: 7px;
  margin-bottom: 12px;
  padding: 16px;
}

summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.notice {
  color: #d7c2a0;
  background: #242017;
  border-left: 3px solid #dab573;
  margin-bottom: 25px;
  padding: 16px 20px;
  font-size: 13px;
  line-height: 1.6;
}

.narrow {
  max-width: 780px;
  margin: auto;
}

.login {
  text-align: center;
  max-width: 480px;
  margin: 50px auto;
  padding: 45px;
}

.login .brand-logo {
  margin: auto;
}

.login p {
  font-size: 13px;
}

.login .button {
  margin: 20px auto;
}

.search-form {
  gap: 10px;
  margin-bottom: 25px;
  display: flex;
}

.mobile-nav {
  display: none;
}

footer {
  border-top: 1px solid var(--line);
  background: #0e1116;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 35px;
  padding: 45px 6vw 20px;
  display: grid;
}

footer p {
  margin-top: 20px;
  font-size: 11px;
}

footer > div:not(:first-child) {
  color: #949eaf;
  flex-direction: column;
  gap: 12px;
  font-size: 11px;
  display: flex;
}

footer strong {
  color: #d6dce7;
  margin-bottom: 8px;
  font-size: 11px;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 20px;
  flex-direction: row !important;
  font-size: 10px !important;
}

.footer-bottom a {
  gap: 8px;
  display: flex;
}

.skeleton {
  background: #151c27;
  border-radius: 8px;
  height: 160px;
  animation: 1.5s infinite pulse;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@media (min-width: 1600px) {
  .hero {
    padding-left: calc(50vw - 600px);
    padding-right: calc(50vw - 600px);
  }
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 14px;
  }

  .brand {
    font-size: 15px;
  }

  .navbar {
    gap: 15px;
    padding: 0 4vw;
  }

  .nav-actions {
    gap: 5px;
  }

  .hero {
    padding: 60px 5vw;
  }

  .hero-art {
    min-height: 320px;
  }

  .city-letter {
    font-size: 250px;
  }

  .split {
    grid-template-columns: 1.4fr 1fr;
  }
}

@media (max-width: 850px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    background: none;
    border: 0;
    margin: 0;
    padding: 5px;
    display: block;
    position: relative;
  }

  .mobile-nav summary {
    list-style: none;
  }

  .mobile-nav nav {
    z-index: 10;
    background: #171e29;
    border: 1px solid #3a475d;
    border-radius: 8px;
    flex-direction: column;
    gap: 20px;
    width: 220px;
    padding: 20px;
    display: flex;
    position: absolute;
    top: 45px;
    right: 0;
  }

  .hero {
    grid-template-columns: 1fr .7fr;
    gap: 0;
  }

  .hero h1 {
    font-size: 52px;
  }

  .city-letter {
    font-size: 200px;
  }

  .city-card {
    padding: 12px;
    bottom: 20%;
    left: 0;
  }

  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split {
    grid-template-columns: 1fr;
  }

  .stats {
    padding: 0 4vw;
  }

  .stat {
    padding: 23px 15px;
  }

  .stat strong {
    font-size: 18px;
  }

  footer {
    grid-template-columns: repeat(3, 1fr);
  }

  footer > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .topline span:last-child {
    display: none;
  }

  .navbar {
    height: 78px;
  }

  .brand small {
    font-size: 7px;
  }

  .brand-logo {
    width: 33px;
    height: 36px;
    font-size: 23px;
  }

  .nav-actions > .icon-button {
    display: none;
  }

  .hero {
    min-height: 0;
    padding: 45px 6vw 40px;
    display: block;
  }

  .hero h1 {
    font-size: 51px;
  }

  .hero-art {
    display: none;
  }

  .hero p {
    font-size: 13px;
  }

  .hero .button {
    padding: 12px 15px;
    font-size: 12px;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .stat, .stat:first-child {
    border-bottom: 1px solid var(--line);
    padding: 21px 6vw;
  }

  .stat:nth-child(2) {
    border-right: 0;
  }

  .grid, .grid.two {
    grid-template-columns: 1fr;
  }

  .container {
    padding: 32px 5vw 45px;
  }

  .page-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-title h1 {
    font-size: 34px;
  }

  .section-heading h2 {
    font-size: 23px;
  }

  .card {
    padding: 22px;
  }

  .thread-row {
    gap: 12px;
    padding: 16px;
  }

  .thread-row .count {
    display: none;
  }

  footer {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 35px 6vw 20px;
  }

  .footer-bottom {
    flex-direction: column !important;
  }

  .search-form {
    flex-wrap: wrap;
  }

  .login {
    padding: 30px 20px;
  }

  .post {
    padding: 18px;
  }

  .table-wrap {
    max-width: 90vw;
  }
}

.editor-group {
  border: 1px solid var(--line);
  border-radius: 8px;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
  display: flex;
}

.editor-group legend {
  color: var(--accent);
  padding: 0 8px;
  font-size: 13px;
}

.checkbox-label {
  align-items: center;
  flex-direction: row !important;
}

.diagnostics {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: var(--bg);
  margin: 15px 0;
  padding: 15px;
  font-size: 12px;
}

.button {
  white-space: nowrap;
}

.nav-actions .icon-button {
  position: relative;
}

.notification-count {
  color: #152037;
  text-align: center;
  background: #a8baf2;
  border-radius: 50%;
  min-width: 17px;
  height: 17px;
  padding: 2px;
  font-size: 9px;
  position: absolute;
  top: -3px;
  right: -3px;
}

.profile-banner {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}

.discord-preview {
  border: 1px solid #3c4050;
  border-left: 4px solid var(--accent);
  background: #25272d;
  border-radius: 8px;
  padding: 24px;
}

:root {
  --bg: #202528;
  --panel: #252b2f;
  --panel2: #30373c;
  --line: #353c42;
  --text: #edf0f2;
  --muted: #a2abb3;
  --accent: #8974e7;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: radial-gradient(at 50% 0, #292d34 0, #0000 60%), repeating-linear-gradient(120deg, #ffffff01 0 1px, #0000 1px 4px), #202528;
  font-size: 14px;
}

h1, h2, h3 {
  letter-spacing: -.02em;
}

.topline {
  display: none;
}

.navbar {
  background: #353d43;
  border: 0;
  gap: 20px;
  height: 56px;
  padding: 0 6%;
}

.navbar > .brand {
  display: none;
}

.desktop-nav {
  gap: 0;
  height: 100%;
}

.desktop-nav a {
  text-transform: uppercase;
  color: #f2f3f5;
  align-items: center;
  height: 100%;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.desktop-nav a[aria-current="page"], .desktop-nav a:hover {
  background: #292f34;
}

.nav-actions {
  gap: 10px;
  margin-left: auto;
}

.icon-button {
  color: #f4f4f5;
}

.button {
  color: #fff;
  letter-spacing: 0;
  background: #2281bc;
  border: 1px solid #2486c1;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
}

.button:hover {
  background: #2997d9;
}

.button.secondary {
  background: #30383e;
  border-color: #444d54;
}

.button.small {
  padding: 9px 13px;
}

.community-banner {
  background: linear-gradient(90deg, #140e2499, #0000 70%), url("/images/roleplay-banner.png") 50% 52% / cover no-repeat;
  align-items: center;
  height: 230px;
  padding: 0 6%;
  display: flex;
}

.banner-wordmark {
  filter: drop-shadow(0 2px 12px #0007);
  flex-direction: column;
  width: max-content;
  line-height: .93;
  display: flex;
  position: relative;
}

.banner-wordmark strong {
  letter-spacing: -2px;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
}

.banner-wordmark b {
  letter-spacing: -2px;
  color: #fff;
  background: linear-gradient(105deg, #6843cf, #c483d7);
  width: max-content;
  padding: 3px 8px 4px 3px;
  font-size: 43px;
  font-weight: 900;
}

.banner-wordmark i {
  color: #aa72e0;
  font-family: Arial;
  font-size: 106px;
  font-style: normal;
  line-height: .88;
  position: absolute;
  top: 0;
  left: calc(100% + 7px);
}

.banner-wordmark > span {
  letter-spacing: 3.4px;
  color: #fff;
  margin-top: 10px;
  font-size: 11px;
}

.banner-divider {
  background: #282e32;
  border-bottom: 1px solid #ffffff03;
  height: 32px;
}

.container {
  width: 88%;
  max-width: 1920px;
  padding: 28px 0 45px;
}

.board-layout {
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 28px;
  display: grid;
}

.board-main {
  min-width: 0;
}

.board-heading {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
  display: flex;
}

.board-heading h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.community-notice {
  color: #457343;
  background: #dff0d7;
  border: 1px solid #c5deb8;
  border-radius: 3px;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
}

.community-notice svg {
  flex-shrink: 0;
}

.board-toolbar {
  color: #a8b0b6;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
  font-size: 12px;
  display: flex;
}

.board-toolbar a {
  background: #282e32;
  border-radius: 3px;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  display: flex;
}

.board-promo, .board-category > summary {
  background: linear-gradient(105deg, #613cc8 0%, #9b538f 52%, #d16458 100%);
  border-radius: 4px;
  padding: 12px 10px;
}

.board-promo {
  color: #fff;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 18px;
  display: flex;
}

.board-promo strong {
  font-size: 16px;
}

.board-promo span {
  font-size: 12px;
}

.board-category {
  background: #24292d;
  border-radius: 4px;
  margin-bottom: 18px;
  overflow: hidden;
}

.board-category > summary {
  cursor: pointer;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  display: flex;
}

.board-category > summary::-webkit-details-marker {
  display: none;
}

.board-category > summary strong {
  font-size: 16px;
  font-weight: 600;
}

.board-category > summary small {
  color: #f6eefa;
  margin-top: 4px;
  font-size: 12px;
  display: block;
}

.board-category[open] > summary svg {
  transform: rotate(180deg);
}

.board-forum-row {
  border-bottom: 1px solid #ffffff03;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 20px;
  min-height: 100px;
  padding: 16px 12px;
  display: grid;
}

.board-forum-row:hover {
  background: #2a3034;
}

.board-forum-title {
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.board-folder {
  color: #8a929b;
  background: #202529;
  margin-top: 1px;
  padding: 4px;
  display: flex;
}

.board-forum-title h2 {
  letter-spacing: 0;
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 600;
}

.board-forum-title p {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.5;
}

.board-forum-title small {
  font-size: 11px;
}

.board-forum-title b {
  color: #c8cdd1;
  font-weight: 500;
}

.board-last-thread {
  align-items: center;
  min-width: 0;
  font-size: 12px;
  display: flex;
}

.board-last-thread > a {
  background: #282e32;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 7px;
  display: flex;
}

.board-last-thread strong, .sidebar-thread strong {
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.board-last-thread small, .sidebar-thread small {
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.5;
  display: block;
}

.board-no-post {
  color: #929ba3;
  font-size: 12px;
}

.mini-avatar {
  color: #ece3ff;
  background: linear-gradient(135deg, #191324, #7151a2);
  border-radius: 3px;
  flex: 0 0 29px;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

.board-sidebar section {
  background: #282e32;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 12px 14px;
}

.board-sidebar h2, .board-statistics h2 {
  letter-spacing: 0;
  background: #363e44;
  border-radius: 3px;
  margin: 0 0 12px;
  padding: 6px 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.sidebar-thread {
  gap: 9px;
  padding: 7px 0;
  display: flex;
}

.sidebar-empty {
  color: #a9b2ba;
  padding: 12px 2px;
}

.sidebar-empty p {
  font-size: 12px;
  line-height: 1.6;
}

.sidebar-empty > a {
  color: #cec0fb;
  font-size: 12px;
}

.board-tags {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.board-tags a {
  background: #1f2428;
  padding: 4px 6px;
  font-size: 12px;
}

.board-tags p {
  margin: 4px 0;
  font-size: 12px;
}

.board-quicklinks {
  display: grid;
}

.board-quicklinks a {
  border-bottom: 1px solid #ffffff08;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 12px;
  display: flex;
}

.board-quicklinks a:last-child {
  border: 0;
}

.board-statistics {
  border-top: 1px solid #343b40;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 10px;
  padding-top: 22px;
  display: grid;
}

.board-statistics p {
  color: #cdd3d8;
  margin: 3px 0;
  font-size: 12px;
  line-height: 1.6;
}

.board-statistics small {
  font-size: 11px;
}

.board-online {
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
  display: flex;
}

.board-online > a {
  background: #7955ab;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.board-online p {
  align-items: center;
  gap: 7px;
  display: flex;
}

footer {
  background: #282e32;
  border-color: #353d42;
  padding-top: 25px;
}

.page-title {
  margin: 0 0 25px;
}

.page-title h1 {
  font-size: 29px;
}

.thread-row {
  background: #252b2f;
}

@media (min-width: 1000px) {
  .desktop-nav {
    display: flex;
  }

  .mobile-nav {
    display: none;
  }
}

@media (max-width: 999px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .navbar > .brand {
    font-size: 13px;
    display: flex;
  }

  .navbar > .brand small {
    display: none;
  }

  .navbar > .brand .brand-logo {
    width: 27px;
    height: 29px;
    font-size: 22px;
  }

  .board-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 18px;
  }

  .board-forum-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .board-last-thread {
    padding-left: 49px;
  }

  .community-banner {
    height: 200px;
  }

  .board-heading h1 {
    font-size: 21px;
  }
}

@media (max-width: 700px) {
  .container {
    width: 92%;
    padding-top: 22px;
  }

  .navbar {
    gap: 8px;
    padding: 0 4%;
  }

  .navbar > .brand > span:last-child {
    display: none;
  }

  .community-banner {
    background-position: 58% 52%;
    height: 185px;
    padding: 0 5%;
  }

  .banner-wordmark strong {
    font-size: 32px;
  }

  .banner-wordmark b {
    font-size: 31px;
  }

  .banner-wordmark i {
    font-size: 79px;
  }

  .banner-wordmark > span {
    letter-spacing: 2.3px;
    font-size: 8px;
  }

  .banner-divider {
    height: 20px;
  }

  .board-layout {
    grid-template-columns: 1fr;
  }

  .board-heading {
    gap: 10px;
  }

  .board-heading h1 {
    font-size: 20px;
  }

  .board-heading .button {
    padding: 8px;
    font-size: 11px;
  }

  .community-notice {
    padding: 10px 12px;
    font-size: 12px;
  }

  .board-statistics {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .board-sidebar {
    grid-template-columns: 1fr;
    display: grid;
  }

  .board-sidebar section {
    margin-bottom: 0;
  }

  .board-category > summary small {
    font-size: 11px;
  }

  .board-sidebar section + section {
    margin-top: 15px;
  }
}

.board-category {
  border: 0;
  padding: 0;
}

.board-category > summary {
  margin: 0;
}

.board-category > summary small {
  font-weight: 400;
}

.banner-wordmark i {
  background: repeating-linear-gradient(90deg, #9460d4 0 10px, #0000 10px 17px);
  width: 48px;
  height: 88px;
  font-size: 0;
}

@media (max-width: 700px) {
  .banner-wordmark i {
    background: repeating-linear-gradient(90deg, #9460d4 0 8px, #0000 8px 13px);
    width: 36px;
    height: 65px;
  }
}

:root {
  --category-gradient: linear-gradient(105deg, #613cc8 0%, #9b538f 52%, #d16458 100%);
}

body[data-faction="polizei"] {
  --category-gradient: linear-gradient(105deg, #3656a5, #7260a8 60%, #ac658a);
}

body[data-faction="rettungsdienst"] {
  --category-gradient: linear-gradient(105deg, #794b9a, #ac537a 55%, #cc6557);
}

body[data-faction="justiz"] {
  --category-gradient: linear-gradient(105deg, #695293, #907083 55%, #b89560);
}

.community-banner {
  background-image: linear-gradient(90deg, #140e2477, #0000 70%), url("/images/nordheim-niedersachsen.png");
  background-position: 50% 56%;
}

.banner-wordmark b {
  text-transform: uppercase;
  font-size: clamp(24px, 3vw, 43px);
}

.banner-wordmark > span {
  letter-spacing: 2px;
  font-size: 9px;
}

.banner-divider {
  height: auto;
  min-height: 34px;
}

.setting-strip {
  color: #b8c0c6;
  justify-content: space-between;
  gap: 12px;
  width: 88%;
  max-width: 1920px;
  margin: auto;
  padding: 11px 0;
  font-size: 11px;
  display: flex;
}

.setting-strip a {
  color: #e2d4f6;
}

.board-promo, .board-category > summary {
  background: var(--category-gradient);
}

.board-category > summary {
  background: linear-gradient(110deg, #26365c 0%, #304b68 52%, #215763 100%);
  border: 1px solid #607faa66;
  transition: border-color .16s;
  box-shadow: inset 0 1px #ffffff0a;
}

.board-category > summary small {
  color: #e0eaf4;
}

.board-category > summary:hover, .board-category > summary:focus-visible {
  border-color: #81b7ce;
}

.board-promo {
  background: linear-gradient(110deg, #26365c 0%, #394779 52%, #215763 100%);
  border: 1px solid #607faa66;
  transition: border-color .16s, box-shadow .16s;
  box-shadow: inset 0 1px #ffffff0a;
}

.board-promo span {
  color: #e0eaf4;
}

.board-promo:hover, .board-promo:focus-visible {
  border-color: #81b7ce;
  box-shadow: inset 0 1px #ffffff12, 0 3px 14px #10243b33;
}

.page-title {
  background: var(--category-gradient);
  border-radius: 4px;
  min-height: 88px;
  padding: 16px 18px;
}

.page-title h1 {
  color: #fff;
  margin: 6px 0;
  font-size: 25px;
  line-height: 1.3;
}

.page-title .eyebrow {
  color: #f0e8f5;
  letter-spacing: .08em;
  font-size: 10px;
}

.page-title p {
  color: #f0e7ef;
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.6;
}

.page-title .button {
  flex-shrink: 0;
}

.section {
  margin-top: 26px;
  margin-bottom: 26px;
}

.section-heading {
  background: #353d43;
  border-radius: 3px;
  margin-bottom: 14px;
  padding: 9px 12px;
}

.section-heading h2 {
  margin: 0;
  font-size: 18px;
}

.section-heading .eyebrow {
  color: #c4b6e3;
  margin-bottom: 5px;
  font-size: 10px;
  display: block;
}

.grid {
  gap: 15px;
}

.card {
  box-shadow: none;
  background: #282e32;
  border: 1px solid #353d42;
  border-radius: 4px;
  padding: 18px;
}

.card-link:hover {
  background: #30373d;
  border-color: #7b679e;
  transform: none;
}

.card h3 {
  letter-spacing: 0;
  margin: 8px 0;
  font-size: 17px;
  line-height: 1.4;
}

.card p {
  color: #b7bec5;
  font-size: 13px;
  line-height: 1.65;
}

.card-top {
  margin-bottom: 10px;
}

.card-top svg {
  color: #b4a4cf;
  width: 16px;
}

.text-link {
  color: #d1bce9;
  font-size: 12px;
}

.mini-mark {
  color: #cfb4e7;
  background: #393246;
  border-color: #54445f;
}

.badge {
  color: #dcd3e9;
  letter-spacing: 0;
  background: #34333c;
  border: 1px solid #50465f;
  border-radius: 3px;
  font-size: 10px;
}

.empty {
  color: #a7b0b8;
  background: #272d31;
  border: 1px solid #394148;
  border-radius: 4px;
  padding: 25px 20px;
}

.empty h3 {
  color: #e0e3e6;
}

.empty p {
  color: #b0b8c0;
}

.thread-list {
  background: #252b2f;
  border-color: #353d42;
  border-radius: 4px;
}

.thread-row {
  border-color: #353c42;
  padding: 16px;
}

.thread-row:hover {
  background: #30373b;
}

.thread-icon {
  color: #a7afb6;
  background: #21272b;
  border-color: #363f45;
  border-radius: 3px;
}

.thread-row h3 {
  font-size: 15px;
}

.thread-row p {
  font-size: 12px;
  line-height: 1.5;
}

.form-stack {
  background: #282e32;
  border: 1px solid #394148;
  border-radius: 4px;
  gap: 16px;
  padding: 20px;
}

.form-stack label {
  color: #e0e3e7;
}

input, select, textarea {
  color: #edf0f2;
  background: #20262a;
  border: 1px solid #465058;
  border-radius: 3px;
  padding: 10px 12px;
}

input:focus, textarea:focus, select:focus {
  outline-offset: 1px;
  outline: 2px solid #a483d3;
}

.form-stack fieldset, .editor-group {
  background: #252b2f;
  border-color: #454c53;
  border-radius: 3px;
}

.tabs {
  background: #282e32;
  border-radius: 4px;
  gap: 4px;
  padding: 7px;
}

.tabs a {
  color: #e0e3e6;
  background: #353d43;
  border: 1px solid #434c53;
  border-radius: 3px;
}

.tabs a:hover {
  background: #69508b;
}

.post {
  background: #272d31;
  border: 1px solid #3b434a;
  border-radius: 4px;
  padding: 20px;
}

.post-header {
  background: #343c42;
  border-bottom: 1px solid #434b52;
  border-radius: 3px 3px 0 0;
  margin: -20px -20px 18px;
  padding: 10px;
}

.avatar {
  color: #eee3ff;
  background: #5c4779;
  border-radius: 4px;
}

.prose {
  color: #d1d6db;
  line-height: 1.8;
}

.prose a {
  color: #d8bbf5;
}

.prose blockquote {
  background: #30343e;
  border-left-color: #a67bcf;
  padding: 12px 16px;
}

.prose pre, .prose code {
  background: #202529;
}

.container > .prose {
  background: #282e32;
  border: 1px solid #3b434a;
  border-radius: 4px;
  padding: 22px;
}

.table-wrap {
  background: #272e32;
  border: 1px solid #3b444b;
  border-radius: 4px;
}

table {
  background: #272e32;
}

th {
  color: #f0edf3;
  background: #363e45;
}

td, th {
  border-color: #424a51;
}

.notice, .callout {
  color: #d9d3e0;
  background: #30373c;
  border: 1px solid #4e485c;
  border-left: 3px solid #ad85d6;
  border-radius: 3px;
  padding: 16px;
}

.login {
  background: #282e32;
  border: 1px solid #3c454b;
  border-top: 4px solid #9c72c8;
  border-radius: 4px;
  padding: 28px;
}

.login h1 {
  font-size: 27px;
}

.mobile-nav nav {
  background: #30373d;
  border-color: #49515a;
}

.portal-intro {
  background: #282e32;
  border: 1px solid #353d43;
  border-radius: 4px;
  margin-bottom: 18px;
  padding: 17px;
}

.portal-intro h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.portal-intro p {
  margin: 6px 0;
  font-size: 13px;
  line-height: 1.7;
}

.portal-document {
  border-bottom: 1px solid #353c41;
  align-items: center;
  gap: 14px;
  padding: 18px 14px;
  display: flex;
}

.portal-document:hover {
  background: #30363c;
}

.portal-document > svg {
  color: #a9a1b7;
  flex-shrink: 0;
}

.portal-document > svg:last-child {
  width: 16px;
  margin-left: auto;
}

.portal-document h2 {
  letter-spacing: 0;
  margin: 0 0 6px;
  font-size: 16px;
}

.portal-document p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.portal-document .badge {
  margin-top: 8px;
}

.board-sidebar p {
  font-size: 13px;
  line-height: 1.7;
}

.board-sidebar small {
  line-height: 1.6;
  display: block;
}

.narrow {
  max-width: 850px;
}

@media (max-width: 700px) {
  .setting-strip {
    flex-direction: column;
    gap: 5px;
    width: 92%;
    padding: 9px 0;
    font-size: 10px;
  }

  .banner-wordmark b {
    font-size: clamp(20px, 7.8vw, 31px);
  }

  .banner-wordmark > span {
    letter-spacing: 1px;
    font-size: 8px;
  }

  .page-title {
    gap: 12px;
    padding: 14px;
  }

  .page-title h1 {
    font-size: 23px;
  }

  .form-stack {
    padding: 14px;
  }

  .card, .post {
    padding: 15px;
  }

  .post-header {
    margin: -15px -15px 14px;
  }

  .portal-document {
    gap: 10px;
    padding: 15px 12px;
  }

  .portal-document > svg:first-child {
    width: 22px;
  }

  .portal-document p {
    font-size: 12px;
  }

  .board-heading {
    flex-wrap: wrap;
  }

  .banner-wordmark i {
    display: none;
  }
}

.nh-logo {
  object-fit: contain;
  flex-shrink: 0;
  width: 100px;
  height: auto;
  display: block;
}

.nh-logo-large {
  width: 370px;
  max-width: 70vw;
}

.banner-wordmark {
  filter: drop-shadow(0 2px 8px #0008);
}

.banner-wordmark .faction-logo-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
}

.login .nh-logo {
  width: 200px;
  margin-bottom: 20px;
}

.navbar > .brand .nh-logo {
  width: 90px;
}

@media (max-width: 700px) {
  .nh-logo-large {
    width: 290px;
    max-width: 80vw;
  }

  .navbar > .brand .nh-logo {
    width: 80px;
  }

  .banner-wordmark .faction-logo-label {
    letter-spacing: 1px;
    font-size: 12px;
  }
}

.account-menu {
  position: relative;
}

.account-trigger {
  color: #f0f2f4;
  overflow-wrap: anywhere;
  background: #293035;
  border: 0;
  border-radius: 3px;
  align-items: center;
  gap: 8px;
  max-width: 180px;
  padding: 10px 12px;
  font-weight: 600;
  display: flex;
}

.account-panel {
  z-index: 100;
  background: #242a2e;
  border: 1px solid #3b434a;
  border-radius: 3px;
  width: 330px;
  max-width: calc(100vw - 28px);
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  box-shadow: 0 12px 35px #0007;
}

.account-panel h2 {
  letter-spacing: 0;
  margin: 0;
  padding: 13px 12px;
  font-size: 18px;
  font-weight: 500;
}

.account-identity {
  align-items: center;
  gap: 12px;
  padding: 8px 12px 14px;
  display: flex;
}

.account-identity img, .account-avatar {
  object-fit: cover;
  background: #353c43;
  border-radius: 4px;
  width: 48px;
  height: 48px;
}

.account-avatar {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.account-identity a {
  font-size: 14px;
  font-weight: 600;
}

.account-identity small {
  color: #eef0f2;
  background: #33383c;
  width: fit-content;
  margin-top: 4px;
  padding: 2px 6px;
  font-size: 12px;
  display: block;
}

.account-panel nav {
  border-top: 1px solid #1b2024;
}

.account-panel nav a {
  align-items: center;
  gap: 12px;
  padding: 13px 12px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.account-panel nav a:hover, .account-panel nav a:focus-visible {
  background: #353d43;
}

.account-panel nav svg {
  flex-shrink: 0;
}

.account-panel form {
  border-top: 1px solid #1b2024;
}

.account-panel form button {
  color: #fff;
  background: none;
  border: 0;
  width: 100%;
  padding: 12px;
  display: block;
}

.account-panel form button:hover {
  background: #363e44;
}

.account-settings-section {
  border-top: 1px solid #41494f;
  margin-top: 24px;
  padding-top: 16px;
  scroll-margin-top: 20px;
}

#profil-bearbeiten {
  scroll-margin-top: 20px;
}

@media (max-width: 700px) {
  .account-trigger {
    max-width: 115px;
    padding: 8px;
    font-size: 12px;
  }

  .account-panel {
    max-height: calc(100dvh - 80px);
    position: fixed;
    top: 60px;
    right: 14px;
    overflow-y: auto;
  }
}

/*# sourceMappingURL=apps_web_src_app_globals_1wvyn-h.css.map*/