  * { margin: 0; padding: 0; box-sizing: border-box; }
  :root { color-scheme: dark; }
  html, body { height: 100%; }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    background: #0d0d13;
    color: #e6e8ef;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #bg { position: fixed; inset: 0; z-index: 0; }
  .overlay {
    position: relative; z-index: 2;
    text-align: center;
    padding: 40px 24px;
    max-width: 80%;
  }
  .word { font-family:"Erzieherisch",Georgia,serif;
    font-size: clamp(50px, 11vw, 110px);
    font-weight: 700;
    letter-spacing: .18em;
    color: #ffffff;
    margin-bottom: 0px;
    white-space: nowrap;
    line-height: 1;
  }
  .online { font-size: 13px; color: rgba(255,255,255,.35); letter-spacing: .1em; margin: 0 0 30px; font-style: normal; }
  .quote {
    font-style: italic;
    font-size: 26px;
    line-height: 1.6;
    opacity: 0;
    transition: opacity .7s ease, transform .7s ease;
    transform: translateY(10px);
    min-height: 110px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    color: #d7dae3;
  }
  .quote.show { opacity: 1; transform: translateY(0); }
  .author {
    display: block; margin-top: 18px;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .05em;
    color: #63a4f8;
  }
.author a.qlink{color:#63a4f8;text-decoration:none;border-bottom:1px dashed #63a4f8;}.author .mtlabel{color:#9ca3af;}.author .or{color:#9ca3af;font-style:normal;}.author .qlink{color:#63a4f8;text-decoration:none;border-bottom:1px dashed #63a4f8;}@font-face{font-family:"Erzieherisch";src:url(/fonts/Erzieherisch-Regular.otf) format("opentype");font-weight:normal;font-style:normal;}@media (max-width: 700px){.quote{font-size:22px;}}.admin-fav{position:fixed;bottom:14px;left:50%;transform:translateX(-50%);opacity:.45;line-height:0;z-index:3;transition:opacity .2s}.admin-fav img{width:26px;height:26px}.admin-fav:hover{opacity:.8}