/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31.01.2021, 21:55:25
    Author     : Mobildiscothek
    Last edit  : 25.11.2023 10:09:00
*/

@media screen {
    body {
        background-image:url("Logo.png");
        background-repeat:no-repeat;
        /*background-position:center;*/
        background-position: right center;
        /*height: 150px; */
        /*width: 97%; */
        margin-right: 40px;
        margin-left: 40px;
        position: relative;
    }

    table, th, td {
        border: 1px solid black;
        border-collapse: collapse;
    }

    h1 {
      color: black;
      font-family: verdana;
      font-size: 140%;
      border: 1px solid powderblue;
/*      margin-left: 40px;
      margin-right: 40px;*/
    }

    h2 {
      color: blue;
      font-family: verdana;
      font-size: 110%;
      border: 0px solid powderblue;
/*      margin-left: 40px;
      margin-right: 40px;*/
    }
    
/*    a:link, a:visited {
    background-color: white;
    color: black;
    border: 2px solid blue;
    padding: 5px 10px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    }*/

    a:hover, a:active {
      background-color: white;
      color: blue;
      font-weight: bold;
    }
    
    p {
      color: darkblue;
      font-family: courier;
      font-size: 100%;
      border: 0px solid powderblue;
/*      margin-left: 40px;
      margin-right: 40px;*/
    }

    .litext {
      color: darkblue;
      font-family: courier;
      font-size: 100%;
      border: 0px solid powderblue;
/*      margin-left: 40px;
      margin-right: 40px;*/
    }
    
    details {
      color: darkblue;
      font-family: courier;
      font-size: 100%;
      border: 0px solid powderblue;
/*      margin-left: 40px;
      margin-right: 40px;*/
    }
    
    textarea {
/*        margin-left: 30px;
        margin-right: 30px;*/
    }

    #maintabpabel {
        display: flex; /* zwei Spalten: links Tabs, rechts Inhalt */
    }
    
    #tabcontent {
        padding: 1em;
        flex: 1; /* füllt den Rest des Containers */
      }
    
    #tablist {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        width: 180px; /* oder wie breit du die Tab-Leiste willst */
        border-right: 1px solid #ccc;
      }

      #tablist li {
        background-color: lightgrey;
        border: 1px solid black;
        border-right: none; /* statt border-bottom */
         /* border-radius: 0.5em 0 0 0.5em; abgerundet links oben/unten */
        border-radius: 0 0 0 0;
        display: block;
        font-weight: bold;
        padding: 0.8em 1em;
        cursor: pointer;
      }

      #tablist li:hover,
      #tablist li:focus {
        background-color: yellow;
      }

      #tablist li[aria-selected="true"] {
        background-color: white;
        font-weight: bold;
      }

    #tabcontent {
      background-color: white;
      border: 1px solid black; 
      margin-top: 0px;
      padding: 1em;
    }

    [aria-hidden="true"] {
      display: none;
    }

    [aria-hidden="false"] {
      display: block;
    }

    .sortbutton { 
            width: 100%; 
            height: 100%; 
            border: none; 
            background-color: transparent; 
            font: inherit; 
            color: inherit; 
            text-align: inherit; 
            padding: 0; 
            cursor: pointer; 
    } 
    .sortierbar thead th span.visually-hidden { 
            position: absolute !important; 
            clip: rect(1px, 1px, 1px, 1px) !important; 
            padding: 0 !important; 
            border: 0 !important; 
            height: 1px !important; 
            width: 1px !important; 
            overflow: hidden !important; 
            white-space: nowrap !important; 
    } 
    .sortierbar caption span { 
            font-weight: normal; 
            font-size: .8em; 
    }
    .sortbutton svg { 
            margin-left: .2em; height: .7em; 
    } 
    .sortbutton.sortedasc svg path:last-of-type { 
            fill: currentColor !important; 
    } 
    .sortbutton.sorteddesc svg path:first-of-type { 
            fill: currentColor!important; 
    }
    .sortbutton.sortedasc > span.visually-hidden:first-of-type { 
            display: none;
    } 
    .sortbutton.sorteddesc > span.visually-hidden:last-of-type { 
            display: none;
    } 
    .sortbutton.unsorted > span.visually-hidden:last-of-type { 
            display: none;
    }
    
    #map {
            width: 30%;
            height: 350px;
            margin-left: 33px;
    }

    .center {
        display: none;
        margin-left: auto;
        margin-right: auto;
        width: 5%;
    }
    
    .sortable
    {
        border: 1px solid black;
        border-collapse: collapse;
/*        width: 100%;*/
    }
    
    .iplist
    {
        color: darkblue;
        font-family: courier;
        font-size: 100%;
        border: 0px solid powderblue;
/*        margin-left: 40px;
        margin-right: 40px;*/
    }
    
    #info-popup { 
      color: darkblue;
      font-family: courier;
      text-align: center; 
      background: #fff;
      position: fixed;
      top: 0px; 
      left: 0;
      right: 0;
      z-index: 9999;
      font-size:17px; 
      line-height:20px;
      padding: 20px;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
      box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
      }

    #info-popup.hidden {
      display: none;
    }
    
    #cookie-popup { 
    text-align: center; 
    background: #fff;
    position: fixed;
    top: 0px; 
    left: 0;
    right: 0;
    z-index: 9999;
    font-size:14px; 
    line-height:20px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }

    #cookie-popup.hidden {
      display: none;
    }
    
    .container {
    display: flex;
    align-items: flex-start;
    gap: 20px; /* Abstand zwischen Formular und Bild */
    padding: 0px;
    justify-content: flex-start;
    }

    form#telegram {
      width: 300px;
    }

    img {
      max-width: 200px;
      height: auto;
      border-radius: 6px;
    }
    
    .header-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    }

    .title {
      font-family: Verdana, sans-serif;
      font-size: 140%;
      margin: 0;
    }

    .inline-elements {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .inline-elements img {
      vertical-align: middle;
    }

    .quickcheck-form,
    .newsletter-form {
      display: flex;
      align-items: center;
      gap: 5px;
      margin: 0;
    }

    .quickcheck-form input,
    .quickcheck-form button,
    .newsletter-form input,
    .newsletter-form button {
      font-size: 1em;
      padding: 4px 8px;
      height: 32px;
      line-height: 1;
      vertical-align: middle;
      box-sizing: border-box;
    }

    .donation-box {
      border: 1px solid #ccc;
      padding: 0.3rem 0.6rem;
      border-radius: 10px;
      margin: 1rem 0;
      background: #f8f8f8;
    }

    .donation-box summary {
      cursor: pointer;
      font-size: 1rem;
      font-weight: bold;
      padding: 0.3rem 0;
    }

    .donation-content {
      margin-top: 0.6rem;
      font-size: 0.9rem;
    }

    .cost-info {
      font-style: italic;
      margin-bottom: 0.6rem;
    }

    .crypto-grid {
      display: flex;
      gap: 1rem;
      padding: 0.3rem 0;
    }

    .crypto-grid img {
      max-width: 85px; /* kleiner für flachere Box */
      border-radius: 4px;
    }

    .donation-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 0.6rem;
      font-size: 0.88rem;
    }

    .donation-table td {
      padding: 2px 0;
      border-bottom: 1px dotted #ccc;
    }
    
    .action-link {
    font-size: 16px;
    color: #0066cc;
    text-decoration: none;
    font-family: Arial, sans-serif;
    }

    .action-link:hover {
        text-decoration: underline;
    }

    .action-link i {
        margin-right: 6px;
    }

    .workspace-shell {
      max-width: 1400px;
      margin: 0 auto;
      padding: 8px 0 10px;
    }

    .header-bar {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 6px;
      padding: 7px 10px;
      border: 1px solid #d4dbe6;
      border-radius: 8px;
      background: #f8fbff;
      box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04);
    }

    .header-bar__main,
    .header-bar__meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      width: 100%;
    }

    .header-bar__meta {
      width: auto;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .eyebrow {
      margin: 0 0 4px;
      color: #4c5f7a;
      font-family: Arial, sans-serif;
      font-size: 0.72rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .brand-lockup {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
    }

    .brand-logo {
      display: block;
      width: 36px;
      height: 31px;
      flex: 0 0 auto;
      object-fit: contain;
    }

    .title {
      margin: 0;
      font-size: 1.22rem;
      line-height: 1.1;
      border: 0;
    }

    .header-copy {
      margin: 6px 0 0;
      max-width: 46rem;
      color: #28435f;
      font-family: Arial, sans-serif;
      font-size: 0.9rem;
      line-height: 1.35;
    }

    .language-switcher {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 3px 5px;
      border: 1px solid #d4dbe6;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.92);
    }

    .language-switcher a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .status-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      height: 30px;
      box-sizing: border-box;
      margin: 0;
      padding: 0 9px;
      border: 1px solid #bfd0e6;
      border-radius: 999px;
      background: #ffffff;
      color: #17324d;
      font-family: Arial, sans-serif;
      font-size: 0.8rem;
      font-weight: bold;
      white-space: nowrap;
    }

    .status-badge--alert {
      border-color: #d7c58d;
      background: #fff7df;
      color: #5b4510;
    }

    .inline-elements {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 6px;
      width: 100%;
      margin-top: 0;
      margin-left: 0;
    }

    .header-tools {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 6px;
      min-height: 30px;
    }

    .header-tools .status-badge {
      border-color: #c8d5e4;
      border-radius: 8px;
      background: #fff;
      line-height: 1;
    }

    .quickcheck-form {
      flex: 1 1 420px;
      gap: 5px;
      justify-content: flex-end;
      width: clamp(320px, 34vw, 500px);
      max-width: 500px;
    }

    .quickcheck-form input {
      flex: 1 1 240px;
      min-width: 0;
    }

    .newsletter-form {
      flex: 0 1 460px;
      gap: 5px;
      justify-content: flex-end;
      margin-left: auto;
      width: min(100%, 460px);
      max-width: 460px;
    }

    .quickcheck-form input,
    .quickcheck-form button,
    .newsletter-form input,
    .newsletter-form button,
    input[type="text"],
    input[type="email"],
    select,
    textarea,
    button,
    input[type="submit"] {
      border: 1px solid #b8c8db;
      border-radius: 8px;
      background: #fff;
      box-sizing: border-box;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    }

    .quickcheck-form input,
    .newsletter-form input,
    input[type="text"],
    input[type="email"],
    select,
    textarea {
      padding: 5px 8px;
      color: #17324d;
    }

    .quickcheck-form button,
    .newsletter-form button,
    button,
    input[type="submit"] {
      padding: 5px 10px;
      background: #1359a5;
      border-color: #1359a5;
      color: #fff;
      font-family: Arial, sans-serif;
      font-weight: bold;
      cursor: pointer;
    }

    .quickcheck-form button:hover,
    .newsletter-form button:hover,
    button:hover,
    input[type="submit"]:hover {
      background: #0d4b8e;
      border-color: #0d4b8e;
      color: #fff;
    }

    .quickcheck-form input:focus,
    .newsletter-form input:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    select:focus,
    textarea:focus,
    button:focus,
    input[type="submit"]:focus {
      outline: none;
      border-color: #2b6cb0;
      box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.16);
    }

    .newsletter-feedback {
      margin: 0;
      padding: 7px 10px;
      border: 1px solid #d4dbe6;
      border-radius: 8px;
      background: #fff;
      color: #28435f;
      font-family: Arial, sans-serif;
      font-size: 0.86rem;
    }

    .donation-box {
      border: 1px solid #d4dbe6;
      padding: 0.45rem 0.7rem;
      border-radius: 8px;
      margin: 0.6rem 0 0.8rem;
      background: #fff;
      box-shadow: none;
    }

    .workspace-intro {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      padding: 10px 14px;
      margin-bottom: 10px;
      border: 1px solid #d4dbe6;
      border-radius: 8px;
      background: #f9fbfd;
    }

    .workspace-intro h2 {
      margin: 0 0 4px;
      color: #17324d;
      border: 0;
      font-size: 1.05rem;
    }

    .workspace-intro__copy p:last-child {
      margin-bottom: 0;
      max-width: 46rem;
      color: #35506d;
      font-family: Arial, sans-serif;
    }

    .workspace-intro__stats {
      display: grid;
      grid-template-columns: repeat(2, minmax(150px, 1fr));
      gap: 8px;
      min-width: 260px;
    }

    .workspace-stat {
      padding: 8px 10px;
      border: 1px solid #d7e0eb;
      border-radius: 8px;
      background: #fff;
    }

    .workspace-stat__label {
      display: block;
      margin-bottom: 3px;
      color: #58708d;
      font-family: Arial, sans-serif;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }

    .workspace-stat__value {
      color: #10283f;
      font-family: Arial, sans-serif;
      font-size: 1rem;
    }

    #maintabpabel {
      gap: 10px;
      align-items: stretch;
    }

    #tablist {
      width: 180px;
      gap: 4px;
      padding-right: 8px;
      border-right: 1px solid #d6deea;
    }

    #tablist li {
      border: 1px solid #d1dae6;
      border-right: 1px solid #d1dae6;
      border-radius: 6px;
      background: #f5f8fb;
      color: #20384f;
      padding: 0.5rem 0.6rem;
      font-size: 0.88rem;
      transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    #tablist li:hover,
    #tablist li:focus {
      background: #e9f1fb;
      border-color: #9fb7d6;
      transform: translateX(2px);
    }

    #tablist li[aria-selected="true"] {
      background: #fff;
      border-color: #2b6cb0;
      box-shadow: inset 4px 0 0 #2b6cb0;
    }

    #tabcontent {
      border: 1px solid #d6deea;
      border-radius: 8px;
      padding: 12px 14px;
      box-shadow: none;
    }

    #tabcontent h2 {
      margin-top: 0;
      color: #17324d;
      border: 0;
    }

    #tabcontent [role="tabpanel"] {
      display: grid;
      gap: 8px;
    }

    #tabcontent [role="tabpanel"][aria-hidden="true"] {
      display: none;
    }

    #tabcontent [role="tabpanel"][aria-hidden="false"] {
      display: grid;
    }

    #tabcontent [role="tabpanel"] > h2 {
      margin: 2px 0 0;
      padding-bottom: 4px;
      border-bottom: 1px solid #e3e9f0;
    }

    #tabcontent form {
      margin: 0;
      padding: 9px 11px;
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #fbfdff;
      box-shadow: none;
    }

    #tabcontent form:last-child {
      margin-bottom: 0;
    }

    #tabcontent form p {
      margin: 0 0 7px;
      color: #294660;
      font-family: Arial, sans-serif;
      line-height: 1.35;
    }

    #tabcontent form p:last-child {
      margin-bottom: 0;
    }

    #tabcontent form input[type="text"],
    #tabcontent form input[type="email"],
    #tabcontent form input[type="password"],
    #tabcontent form input[type="date"],
    #tabcontent form input[type="file"],
    #tabcontent form select,
    #tabcontent form textarea {
      width: min(100%, 860px);
      margin-top: 3px;
    }

    #tabcontent form input[type="file"] {
      padding: 7px 9px;
      background: #fff;
    }

    #tabcontent form textarea {
      min-height: 140px;
      resize: vertical;
    }

    #tabcontent .mailbox-save-form {
      max-width: 560px;
    }

    .mailbox-save-grid {
      display: grid;
      grid-template-columns: 160px minmax(220px, 320px);
      align-items: center;
      column-gap: 12px;
      row-gap: 8px;
      width: max-content;
      max-width: 100%;
    }

    .mailbox-save-grid label {
      color: #294660;
      font-weight: bold;
      text-align: right;
      white-space: nowrap;
    }

    #tabcontent .mailbox-save-grid input[type="text"],
    #tabcontent .mailbox-save-grid input[type="password"],
    #tabcontent .mailbox-save-grid input[type="date"] {
      width: 100%;
      margin-top: 0;
      box-sizing: border-box;
    }

    .mailbox-save-section {
      grid-column: 1 / -1;
      margin-top: 4px;
      padding-top: 6px;
      border-top: 1px solid #dce5ef;
      color: #17324d;
      font-weight: bold;
    }

    #tabcontent form .mailbox-save-actions {
      margin-top: 10px;
      padding-left: 172px;
    }

    #tabcontent form input[type="checkbox"],
    #tabcontent form input[type="radio"] {
      margin-right: 10px;
      transform: translateY(1px);
    }

    #tabcontent form input[type="submit"] {
      min-width: 128px;
    }

    #tabcontent details {
      padding: 8px 10px;
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #f9fbfd;
    }

    #tabcontent details summary {
      font-family: Arial, sans-serif;
      font-weight: bold;
      cursor: pointer;
    }

    #tabcontent ul {
      margin: 0;
      padding-left: 20px;
    }

    #tabcontent ul p {
      margin: 0;
    }

    #tabcontent li.litext {
      margin-bottom: 5px;
      padding: 6px 8px;
      border-left: 3px solid #d3dfed;
      background: #f8fbff;
      list-style: none;
    }

    #tabcontent li.litext a,
    .donation-box a,
    .site-footer a,
    .action-link {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      color: #1359a5;
      font-family: Arial, sans-serif;
      font-weight: 600;
      line-height: 1.3;
      text-decoration: none;
    }

    #tabcontent li.litext a::before,
    .donation-box a::before {
      content: "\2197";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1.15rem;
      height: 1.15rem;
      flex: 0 0 1.15rem;
      border-radius: 50%;
      background: #e8f1fb;
      color: #1359a5;
      font-size: 0.78rem;
      line-height: 1;
    }

    #tabcontent li.litext a[href^="mailto:"]::before {
      content: "@";
    }

    .site-footer a::before {
      content: "\203A";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1rem;
      height: 1rem;
      flex: 0 0 1rem;
      border-radius: 50%;
      background: #e8f1fb;
      color: #1359a5;
      line-height: 1;
    }

    #tabcontent li.litext a:hover,
    .donation-box a:hover,
    .site-footer a:hover,
    .action-link:hover {
      color: #0d4b8e;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .language-switcher a::before {
      content: none;
    }

    #tabcontent .container {
      align-items: stretch;
      gap: 12px;
      padding: 9px 11px;
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #fbfdff;
    }

    #tabcontent .container img {
      max-width: 190px;
      align-self: center;
    }

    .center {
      width: 26px;
      margin: 0 0 4px;
    }

    form#telegram {
      width: auto;
      flex: 1;
    }

    th {
      background: #edf3f9;
      color: #17324d;
      font-family: Arial, sans-serif;
    }

    th,
    td {
      padding: 5px 7px;
    }

    .site-footer {
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid #d6deea;
      color: #4a6179;
      font-family: Arial, sans-serif;
      font-size: 0.86rem;
    }

    .visually-hidden {
      position: absolute !important;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .request-overlay {
      position: fixed;
      inset: 0;
      z-index: 10000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      background: rgba(16, 32, 50, 0.48);
      backdrop-filter: blur(2px);
    }

    .request-overlay.is-visible {
      display: flex;
    }

    .request-overlay__panel {
      width: min(92vw, 360px);
      padding: 1.1rem;
      border: 1px solid #d4dbe6;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 12px 32px rgba(16, 40, 63, 0.22);
      color: #17324d;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
    }

    .request-overlay__spinner {
      width: 34px;
      height: 34px;
      margin: 0 auto 0.75rem;
      border: 4px solid #dce8f5;
      border-top-color: #1359a5;
      border-radius: 50%;
      animation: ce-spin 0.8s linear infinite;
    }

    .request-overlay__title {
      margin: 0 0 0.25rem;
      color: #10283f;
      font-size: 1.05rem;
      font-weight: bold;
    }

    .request-overlay__text {
      margin: 0;
      color: #4a6179;
      font-size: 0.92rem;
      line-height: 1.4;
    }

    @keyframes ce-spin {
      to {
        transform: rotate(360deg);
      }
    }

    body {
      --page-max-width: 1400px;
      --page-block-padding-x: 0.6rem;
      background-image: none;
      background-color: #f4f7fb;
      color: #17324d;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.42;
      margin: 0;
      padding: 12px;
    }

    body > h1,
    body > h2 {
      width: min(100%, var(--page-max-width));
      max-width: var(--page-max-width);
      margin: 0.55rem auto 0.35rem;
      padding: 0 var(--page-block-padding-x);
      border: 0;
      box-sizing: border-box;
      font-family: Arial, Helvetica, sans-serif;
    }

    body > h1 {
      color: #10283f;
      font-size: 1.45rem;
      line-height: 1.2;
    }

    body > h2 {
      color: #17324d;
      font-size: 1.05rem;
      line-height: 1.25;
    }

    body > p,
    body > details,
    body > form,
    body > ul,
    body > ol,
    body > table,
    body > div:not(.header-bar):not(.workspace-shell):not(#cookie-popup):not(#info-popup) {
      width: min(100%, var(--page-max-width));
      max-width: var(--page-max-width);
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    body > p,
    body > details {
      margin-top: 0.35rem;
      margin-bottom: 0.35rem;
      color: #294660;
      font-family: Arial, Helvetica, sans-serif;
    }

    body > p {
      padding: 0.45rem var(--page-block-padding-x);
      border: 1px solid #e1e8f0;
      border-radius: 8px;
      background: #fff;
    }

    body > .noprint,
    body > .noprintpersistent {
      padding: 0.45rem var(--page-block-padding-x);
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #fbfdff;
      box-sizing: border-box;
    }

    body > .noprint p,
    body > .noprintpersistent p {
      margin: 0;
      color: #294660;
      font-family: Arial, Helvetica, sans-serif;
    }

    body > form {
      padding: 0.65rem var(--page-block-padding-x);
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #fbfdff;
      box-sizing: border-box;
    }

    body > ul,
    body > ol {
      padding: 0.45rem var(--page-block-padding-x) 0.45rem 1.8rem;
      border: 1px solid #e1e8f0;
      border-radius: 8px;
      background: #fff;
    }

    body > form p {
      margin: 0 0 0.45rem;
      font-family: Arial, Helvetica, sans-serif;
    }

    body > form p:last-child {
      margin-bottom: 0;
    }

    body > form input[type="text"],
    body > form input[type="email"],
    body > form input[type="password"],
    body > form input[type="date"],
    body > form input[type="file"],
    body > form textarea,
    body > form select {
      width: min(100%, 860px);
      margin-top: 0.25rem;
      padding: 7px 9px;
      border: 1px solid #b8c8db;
      border-radius: 8px;
      background: #fff;
      box-sizing: border-box;
      color: #17324d;
      font-family: Arial, Helvetica, sans-serif;
    }

    body > form input[type="submit"],
    body > form button {
      padding: 7px 12px;
      border: 1px solid #1359a5;
      border-radius: 8px;
      background: #1359a5;
      color: #fff;
      cursor: pointer;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
    }

    body > form input[type="submit"]:hover,
    body > form button:hover {
      background: #0d4b8e;
      border-color: #0d4b8e;
    }

    table,
    .sortable,
    .iplist,
    .iplist2 {
      width: min(100%, var(--page-max-width));
      max-width: var(--page-max-width);
      margin: 0.45rem auto;
      border: 1px solid #d6deea;
      border-collapse: collapse;
      background: #fff;
      color: #17324d;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.92rem;
      box-sizing: border-box;
    }

    th,
    td {
      border: 1px solid #d6deea;
      padding: 5px 7px;
      vertical-align: top;
    }

    th {
      background: #edf3f9;
      color: #17324d;
      font-weight: bold;
    }

    tr:nth-child(even) td {
      background: #fbfdff;
    }

    .action-link {
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0.35rem;
      margin: 0.2rem 0.3rem 0.2rem 0;
      min-height: 0;
      padding: 0.28rem 0;
      color: #1359a5;
      font-size: 0.92rem;
      font-weight: 600;
      line-height: 1.25;
      text-decoration: none;
    }

    .action-link:not(:has(i))::before {
      content: "\2197";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1rem;
      height: 1rem;
      flex: 0 0 1rem;
      border-radius: 50%;
      background: #e8f1fb;
      color: #1359a5;
      font-size: 0.7rem;
      line-height: 1;
    }

    .action-link[href^="mailto:"]:not(:has(i))::before {
      content: "@";
    }

    .action-link[download]:not(:has(i))::before {
      content: "\2B07";
    }

    .action-link:hover {
      color: #0d4b8e;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    details {
      padding: 0.55rem var(--page-block-padding-x);
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #fbfdff;
      box-sizing: border-box;
    }

    details summary {
      cursor: pointer;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
    }

    .cluster-explorer {
      display: grid;
      gap: 0.85rem;
      width: min(100%, var(--page-max-width));
      max-width: var(--page-max-width);
      margin: 0.45rem auto;
      box-sizing: border-box;
    }

    .cluster-hero,
    .cluster-search-panel,
    .cluster-section,
    .cluster-message {
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #fff;
      box-sizing: border-box;
    }

    .cluster-hero {
      padding: 0.85rem var(--page-block-padding-x);
      background: #f8fbff;
    }

    .cluster-hero h1 {
      margin-bottom: 0.35rem;
    }

    .cluster-search-panel,
    .cluster-section,
    .cluster-message {
      padding: 0.75rem var(--page-block-padding-x);
    }

    .cluster-search-form {
      display: grid;
      gap: 0.55rem;
    }

    .cluster-search-row,
    .cluster-options {
      display: flex;
      align-items: flex-end;
      gap: 0.5rem;
      flex-wrap: wrap;
    }

    .cluster-search-row input[type="search"] {
      flex: 1 1 22rem;
      min-width: min(100%, 16rem);
    }

    .cluster-options label {
      display: grid;
      gap: 0.2rem;
      color: #28435f;
      font-size: 0.86rem;
      font-weight: bold;
    }

    .cluster-options .cluster-checkbox {
      display: flex;
      align-items: center;
      min-height: 38px;
      gap: 0.35rem;
    }

    .cluster-summary {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 0.6rem;
    }

    .cluster-metric,
    .cluster-known-item {
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #fff;
      box-sizing: border-box;
    }

    .cluster-metric {
      padding: 0.65rem;
    }

    .cluster-metric span,
    .cluster-section-header span {
      display: block;
      color: #5a7188;
      font-size: 0.78rem;
      font-weight: bold;
      text-transform: uppercase;
    }

    .cluster-metric strong {
      display: block;
      margin-top: 0.2rem;
      color: #17324d;
      font-size: 0.98rem;
      overflow-wrap: anywhere;
    }

    .cluster-section-header {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 0.75rem;
      margin-bottom: 0.55rem;
    }

    .cluster-section-header h2 {
      margin: 0;
    }

    .cluster-known-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 0.55rem;
    }

    .cluster-known-item {
      display: grid;
      gap: 0.2rem;
      padding: 0.55rem 0.65rem;
      color: #17324d;
      text-decoration: none;
    }

    .cluster-known-item:hover {
      border-color: #9bbde0;
      background: #f8fbff;
    }

    .cluster-known-item span {
      font-weight: bold;
    }

    .cluster-known-item strong,
    .mono {
      font-family: Consolas, "Courier New", monospace;
      overflow-wrap: anywhere;
    }

    .cluster-pager {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      margin-top: 0.55rem;
    }

    .table-wrap {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .job-progress {
      width: 100%;
      height: 0.7rem;
      border: 1px solid #cddbe8;
      border-radius: 999px;
      background: #eef4fa;
      overflow: hidden;
    }

    .job-progress span {
      display: block;
      width: 0;
      height: 100%;
      background: #2b6cb0;
      transition: width 0.25s ease;
    }

    .job-log {
      display: grid;
      gap: 0.3rem;
      max-height: 260px;
      overflow: auto;
      font-family: Consolas, "Courier New", monospace;
      font-size: 0.86rem;
    }

    .job-log p {
      margin: 0;
      padding: 0.35rem 0.45rem;
      border: 1px solid #e1e8f0;
      border-radius: 6px;
      background: #fbfdff;
    }

    #map {
      width: min(100%, 680px);
      height: 340px;
      margin: 0.6rem auto;
      border: 1px solid #d6deea;
      border-radius: 8px;
      box-sizing: border-box;
      overflow: hidden;
    }

    .telegram-report {
      display: grid;
      gap: 0.65rem;
      width: min(100%, var(--page-max-width));
      max-width: var(--page-max-width);
      margin: 0.45rem auto;
      box-sizing: border-box;
    }

    .telegram-summary {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 0.5rem;
    }

    .telegram-metric,
    .telegram-section,
    .telegram-list-item {
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #fff;
      box-sizing: border-box;
    }

    .telegram-metric {
      padding: 0.55rem 0.65rem;
    }

    .telegram-metric span,
    .telegram-fields dt {
      display: block;
      color: #5a7188;
      font-size: 0.78rem;
      font-weight: bold;
      text-transform: uppercase;
    }

    .telegram-metric strong {
      display: block;
      margin-top: 0.15rem;
      color: #17324d;
      font-size: 1rem;
      word-break: break-word;
    }

    .telegram-section {
      padding: 0.65rem;
    }

    .telegram-section-nested {
      margin-top: 0.55rem;
      border-left: 3px solid #b8cbe1;
      background: #fbfdff;
    }

    .telegram-section h2,
    .telegram-list-item h3 {
      margin: 0 0 0.5rem;
      color: #10283f;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.25;
    }

    .telegram-section h2 {
      font-size: 1.02rem;
    }

    .telegram-list-item h3 {
      font-size: 0.92rem;
    }

    .telegram-count {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 1.35rem;
      height: 1.35rem;
      margin-left: 0.35rem;
      padding: 0 0.35rem;
      border-radius: 999px;
      background: #e8f1fb;
      color: #1359a5;
      font-size: 0.78rem;
      vertical-align: middle;
    }

    .telegram-list {
      display: grid;
      gap: 0.55rem;
    }

    .telegram-list-item {
      padding: 0.6rem;
      background: #fbfdff;
    }

    .telegram-fields {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 0.5rem;
      margin: 0;
    }

    .telegram-field {
      min-width: 0;
      padding: 0.45rem 0.5rem;
      border: 1px solid #e7eef6;
      border-radius: 8px;
      background: #fff;
      box-sizing: border-box;
    }

    .telegram-fields dd {
      margin: 0.15rem 0 0;
      color: #17324d;
      overflow-wrap: anywhere;
    }

    .telegram-value,
    .telegram-empty {
      font-family: Arial, Helvetica, sans-serif;
    }

    .telegram-empty,
    .telegram-muted {
      color: #6c7f91;
    }

    .telegram-pre {
      max-height: 260px;
      margin: 0.2rem 0 0;
      padding: 0.45rem 0.55rem;
      overflow: auto;
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #f6f9fc;
      color: #17324d;
      font-family: Consolas, "Liberation Mono", monospace;
      font-size: 0.86rem;
      white-space: pre-wrap;
      word-break: break-word;
    }

    .telegram-actions form {
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent;
    }

    body.crypto-scan-page > div:not(.noprint):not(.noprintpersistent) {
      display: grid;
      gap: 0.7rem;
      padding: 0;
      border: 0;
      border-radius: 8px;
      background: transparent;
      box-sizing: border-box;
    }

    body.crypto-scan-page > div h2 {
      margin: 0.45rem 0 0;
      padding: 0.55rem 0.65rem;
      border: 0;
      border-left: 4px solid #1359a5;
      border-radius: 8px;
      background: #edf3f9;
      color: #17324d;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1.02rem;
      line-height: 1.3;
    }

    body.crypto-scan-page > div p,
    body.crypto-scan-page > div details {
      margin: 0;
      padding: 0.15rem 0.65rem;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: #294660;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.94rem;
      line-height: 1.45;
      box-sizing: border-box;
      overflow-wrap: anywhere;
    }

    body.crypto-scan-page > div .result-heading {
      margin-top: 0.45rem;
      padding: 0.45rem 0.65rem;
      color: #17324d;
      font-weight: 700;
    }

    body.crypto-scan-page > div form {
      margin: 0;
      padding: 0.8rem;
      border: 1px solid #dce5ef;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 1px 2px rgba(16, 40, 63, 0.04);
      box-sizing: border-box;
    }

    body.crypto-scan-page > div form p {
      padding: 0;
      border: 0;
      background: transparent;
    }

    body.crypto-scan-page > div label {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      margin: 0.35rem 0.75rem 0.2rem 0;
      color: #17324d;
      font-weight: 600;
      flex-wrap: wrap;
    }

    body.crypto-scan-page > div input[type="text"],
    body.crypto-scan-page > div input[type="number"],
    body.crypto-scan-page > div input[type="date"],
    body.crypto-scan-page > div select {
      width: auto;
      max-width: 100%;
      margin: 0.2rem 0.35rem 0.2rem 0;
      padding: 7px 9px;
      border: 1px solid #b8c8db;
      border-radius: 8px;
      background: #fff;
      box-sizing: border-box;
      color: #17324d;
      font-family: Arial, Helvetica, sans-serif;
    }

    body.crypto-scan-page > div input[type="text"] {
      width: min(100%, 520px);
    }

    body.crypto-scan-page > div input[type="number"] {
      width: 7rem;
    }

    body.crypto-scan-page > div input[type="date"] {
      width: 11rem;
    }

    body.crypto-scan-page > div input[type="checkbox"] {
      margin: 0.35rem 0.35rem 0.35rem 0;
      accent-color: #1359a5;
    }

    body.crypto-scan-page > div button,
    body.crypto-scan-page > div input[type="submit"] {
      margin: 0.35rem 0.35rem 0.2rem 0;
      padding: 7px 12px;
      border: 1px solid #1359a5;
      border-radius: 8px;
      background: #1359a5;
      color: #fff;
      cursor: pointer;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
    }

    body.crypto-scan-page > div button:hover,
    body.crypto-scan-page > div input[type="submit"]:hover {
      background: #0d4b8e;
      border-color: #0d4b8e;
    }

    body.crypto-scan-page > div button:disabled,
    body.crypto-scan-page > div input[type="submit"]:disabled {
      border-color: #b8c8db;
      background: #e8eef5;
      color: #6c7f91;
      cursor: not-allowed;
    }

    body.crypto-scan-page .center {
      width: 42px;
      max-width: 42px;
      margin: 0.4rem auto;
    }

    body.crypto-scan-page a[href*="walletexplorer.com/txid"],
    body.crypto-scan-page a[href*="blockchain.info"],
    body.crypto-scan-page a[href*="blockchain.com"],
    body.crypto-scan-page a[href*="blockstream.info"],
    body.crypto-scan-page a[href*="mempool.space"],
    body.crypto-scan-page a[href*="btc.com"],
    body.crypto-scan-page a[href*="oklink.com"],
    body.crypto-scan-page a[href*="bscscan.com"],
    body.crypto-scan-page a[href*="etherscan.io"],
    body.crypto-scan-page a[href*="tronscan.org"],
    body.crypto-scan-page a[href*="explorer.dash.org"],
    body.crypto-scan-page a[href*="web3.okx.com"],
    body.crypto-scan-page a[href*="explorer.bridgers.xyz"],
    body.crypto-scan-page a[href*="explorer.rango.exchange"],
    body.crypto-scan-page a[href*="explorer.near-intents.org"] {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      max-width: 100%;
      margin: 0.1rem 0.15rem 0.1rem 0;
      padding: 2px 8px 2px 6px;
      border: 1px solid #c3d8ea;
      border-radius: 999px;
      background: #f5f9fd;
      color: #0f5d9d;
      font-weight: 700;
      line-height: 1.35;
      text-decoration: none !important;
      vertical-align: baseline;
      box-shadow: 0 1px 2px rgba(16, 40, 63, 0.06);
      overflow-wrap: anywhere;
    }

    body.crypto-scan-page a[href*="walletexplorer.com/txid"]::before,
    body.crypto-scan-page a[href*="blockchain.info"]::before,
    body.crypto-scan-page a[href*="blockchain.com"]::before,
    body.crypto-scan-page a[href*="blockstream.info"]::before,
    body.crypto-scan-page a[href*="mempool.space"]::before,
    body.crypto-scan-page a[href*="btc.com"]::before,
    body.crypto-scan-page a[href*="oklink.com"]::before,
    body.crypto-scan-page a[href*="bscscan.com"]::before,
    body.crypto-scan-page a[href*="etherscan.io"]::before,
    body.crypto-scan-page a[href*="tronscan.org"]::before,
    body.crypto-scan-page a[href*="explorer.dash.org"]::before,
    body.crypto-scan-page a[href*="web3.okx.com"]::before,
    body.crypto-scan-page a[href*="explorer.bridgers.xyz"]::before,
    body.crypto-scan-page a[href*="explorer.rango.exchange"]::before,
    body.crypto-scan-page a[href*="explorer.near-intents.org"]::before {
      content: "";
      width: 1rem;
      height: 1rem;
      flex: 0 0 auto;
      background: currentColor;
      -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M9%202h6l3%203v5l4%202v6l-5%203-5-3v-4l-2-1-2%201v4l-5%203-5-3v-6l4-2V5l3-3Zm1%202L8%205v4l4%202%204-2V5l-2-1Zm-6%209-2%201v3l3%202%203-2v-3l-3-2Zm14%200-3%201v3l3%202%203-2v-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
      mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M9%202h6l3%203v5l4%202v6l-5%203-5-3v-4l-2-1-2%201v4l-5%203-5-3v-6l4-2V5l3-3Zm1%202L8%205v4l4%202%204-2V5l-2-1Zm-6%209-2%201v3l3%202%203-2v-3l-3-2Zm14%200-3%201v3l3%202%203-2v-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    body.crypto-scan-page a[href*="walletexplorer.com/txid"]:hover,
    body.crypto-scan-page a[href*="blockchain.info"]:hover,
    body.crypto-scan-page a[href*="blockchain.com"]:hover,
    body.crypto-scan-page a[href*="blockstream.info"]:hover,
    body.crypto-scan-page a[href*="mempool.space"]:hover,
    body.crypto-scan-page a[href*="btc.com"]:hover,
    body.crypto-scan-page a[href*="oklink.com"]:hover,
    body.crypto-scan-page a[href*="bscscan.com"]:hover,
    body.crypto-scan-page a[href*="etherscan.io"]:hover,
    body.crypto-scan-page a[href*="tronscan.org"]:hover,
    body.crypto-scan-page a[href*="explorer.dash.org"]:hover,
    body.crypto-scan-page a[href*="web3.okx.com"]:hover,
    body.crypto-scan-page a[href*="explorer.bridgers.xyz"]:hover,
    body.crypto-scan-page a[href*="explorer.rango.exchange"]:hover,
    body.crypto-scan-page a[href*="explorer.near-intents.org"]:hover {
      border-color: #0f5d9d;
      background: #eaf3fb;
      color: #0b4d85;
    }
}

@media print {
    @page {
         /*margin: 20; Nur für Pilot*/
    }
    body {
        /*margin: 2.0cm; /*Nur für Pilot*/
        margin-right: 40px;
        margin-left: 60px;
        margin-top: 60px;
        position: relative;
        zoom: 80%;
    }

    table, th, td {
        border: 1px solid black;
        border-collapse: collapse;
    }

    h1 {
      display: none;
    }
    
    .noprint {
        display: none;
    }
    
    .noprintpersistent {
        display: none;
    }
    
    h2 {
      color: blue;
      font-family: verdana;
      font-size: 110%;
      border: 0px solid powderblue;
/*      margin-left: 40px;
      margin-right: 40px;*/
    }
    p {
      color: darkblue;
      font-family: courier;
      font-size: 100%;
      border: 0px solid powderblue;
/*      margin-left: 40px;
      margin-right: 40px;*/
    }
    
    details {
      color: darkblue;
      font-family: courier;
      font-size: 100%;
      border: 0px solid powderblue;
/*      margin-left: 40px;
      margin-right: 40px;*/
    }

    textarea {
/*        margin-left: 30px;
        margin-right: 30px;*/
    }

    #tablist {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    #tablist li {
      background-color: lightgrey;	
      border: 1px solid black;
      border-bottom: none;
      border-radius: 0.5em 0.5em 0 0;
      display: inline;
      font-weight: bold;
      height: 1em;
      padding: 0.5em 0.5em 10px;
    }

    #tablist li:focus, 
    #tablist li:hover {
      background-color: yellow;
    }

    #tablist li[aria-selected="true"] {
      background-color: white;
      padding: 0.5em 0.5em 11px;  
    }

    #tabcontent {
      background-color: white;
      border: 1px solid black; 
      margin-top: 10px;
      padding: 1em;
    }

    [aria-hidden="true"] {
      display: none;
    }

    [aria-hidden="false"] {
      display: block;
    }

    .sortbutton { 
            width: 100%; 
            height: 100%; 
            border: none; 
            background-color: transparent; 
            font: inherit; 
            color: inherit; 
            text-align: inherit; 
            padding: 0; 
            cursor: pointer; 
    } 
    .sortierbar thead th span.visually-hidden { 
            position: absolute !important; 
            clip: rect(1px, 1px, 1px, 1px) !important; 
            padding: 0 !important; 
            border: 0 !important; 
            height: 1px !important; 
            width: 1px !important; 
            overflow: hidden !important; 
            white-space: nowrap !important; 
    } 
    .sortierbar caption span { 
            font-weight: normal; 
            font-size: .8em; 
    }
    .sortbutton svg { 
            margin-left: .2em; height: .7em; 
    } 
    .sortbutton.sortedasc svg path:last-of-type { 
            fill: currentColor !important; 
    } 
    .sortbutton.sorteddesc svg path:first-of-type { 
            fill: currentColor!important; 
    }
    .sortbutton.sortedasc > span.visually-hidden:first-of-type { 
            display: none;
    } 
    .sortbutton.sorteddesc > span.visually-hidden:last-of-type { 
            display: none;
    } 
    .sortbutton.unsorted > span.visually-hidden:last-of-type { 
            display: none;
    }
    
    .sortable
    {
        border: 1px solid black;
        border-collapse: collapse;
/*        width: 100%;*/
/*        margin-right: 40px;*/
    }
    
    #map
    {
        width: 30%;
        height: 350px;
        margin-left: 33px;
    }
    
    .iplist
    {
        color: darkblue;
        font-family: courier;
        font-size: 100%;
        border: 0px solid powderblue;
/*        margin-left: 40px;*/
        margin-right: 40px;
    }
    
    .action-link {
    font-size: 16px;
    color: #0066cc;
    text-decoration: none;
    font-family: Arial, sans-serif;
    }

    .action-link:hover {
        text-decoration: underline;
    }

    .action-link i {
        margin-right: 6px;
    }

    body.telegram-page {
        margin: 12mm;
        padding: 0;
        zoom: 100%;
        background: #fff;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9.5pt;
        line-height: 1.28;
    }

    body.telegram-page h1 {
        display: block;
        margin: 0 0 5mm;
        padding: 0 0 2mm;
        border: 0;
        border-bottom: 1px solid #000;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15pt;
        line-height: 1.15;
    }

    body.telegram-page > p {
        width: 100%;
        max-width: none;
        margin: 0 0 4mm;
        padding: 0;
        border: 0;
        background: transparent;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9.5pt;
    }

    body.telegram-page .telegram-report {
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    body.telegram-page .telegram-summary {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2mm;
        margin: 0 0 4mm;
    }

    body.telegram-page .telegram-metric,
    body.telegram-page .telegram-section,
    body.telegram-page .telegram-list-item,
    body.telegram-page .telegram-field {
        break-inside: avoid;
        page-break-inside: avoid;
        border: 1px solid #777;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.telegram-page .telegram-metric {
        padding: 2mm;
    }

    body.telegram-page .telegram-section {
        margin: 0 0 4mm;
        padding: 2.5mm;
    }

    body.telegram-page .telegram-section-nested {
        margin-top: 2mm;
        border-left: 2px solid #777;
    }

    body.telegram-page .telegram-section h2,
    body.telegram-page .telegram-list-item h3 {
        margin: 0 0 2mm;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.2;
    }

    body.telegram-page .telegram-section h2 {
        font-size: 11pt;
    }

    body.telegram-page .telegram-list-item h3 {
        font-size: 9.5pt;
    }

    body.telegram-page .telegram-count {
        min-width: auto;
        height: auto;
        margin-left: 2mm;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: #000;
        font-size: 9pt;
    }

    body.telegram-page .telegram-count::before {
        content: "(";
    }

    body.telegram-page .telegram-count::after {
        content: ")";
    }

    body.telegram-page .telegram-list {
        display: block;
    }

    body.telegram-page .telegram-list-item {
        margin: 0 0 2.5mm;
        padding: 2mm;
    }

    body.telegram-page .telegram-fields {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5mm;
    }

    body.telegram-page .telegram-field {
        padding: 1.5mm;
    }

    body.telegram-page .telegram-metric span,
    body.telegram-page .telegram-fields dt {
        color: #000;
        font-size: 7.5pt;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    body.telegram-page .telegram-metric strong,
    body.telegram-page .telegram-fields dd,
    body.telegram-page .telegram-value,
    body.telegram-page .telegram-empty,
    body.telegram-page .telegram-muted {
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
    }

    body.telegram-page .telegram-fields dd {
        margin-top: 0.7mm;
        overflow-wrap: anywhere;
    }

    body.telegram-page .telegram-pre {
        max-height: none;
        margin: 1mm 0 0;
        padding: 1.5mm;
        overflow: visible;
        border: 1px solid #999;
        border-radius: 0;
        background: transparent;
        color: #000;
        font-size: 8pt;
        white-space: pre-wrap;
    }

    body.telegram-page .action-link {
        color: #000;
        font-size: 9pt;
        text-decoration: underline;
    }

    body.telegram-page .action-link::before,
    body.telegram-page .action-link i,
    body.telegram-page .telegram-actions,
    body.telegram-page script {
        display: none !important;
    }
}

@media screen and (max-width: 820px) {
    * {
        box-sizing: border-box;
    }

    html {
        overflow-x: hidden;
    }

    body {
        background-image: none;
        margin: 0;
        padding: 10px;
        width: 100%;
        max-width: 100%;
    }

    h1,
    .title {
        font-size: 1.1rem;
        line-height: 1.35;
        margin: 0;
        padding: 0;
        overflow-wrap: anywhere;
    }

    .brand-lockup {
        align-items: center;
        gap: 6px;
    }

    .brand-logo {
        width: 32px;
        height: 28px;
    }

    h2 {
        font-size: 0.96rem;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    p,
    details,
    .litext {
        font-size: 0.92rem;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .header-bar,
    .inline-elements,
    .header-tools,
    .quickcheck-form,
    .newsletter-form,
    .container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0.55rem;
    }

    .inline-elements a {
        display: inline-block;
        width: fit-content;
    }

    .quickcheck-form input,
    .quickcheck-form button,
    .newsletter-form input,
    .newsletter-form button,
    input,
    select,
    textarea,
    button {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 42px;
        font-size: 0.95rem;
    }

    input[type="checkbox"],
    input[type="radio"] {
        width: auto;
        min-height: 0;
    }

    textarea {
        min-height: 140px;
    }

    #maintabpabel {
        display: block;
        width: 100%;
    }

    #tablist {
        display: flex;
        flex-direction: row;
        gap: 0.35rem;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid #bbb;
        padding-bottom: 0.4rem;
        -webkit-overflow-scrolling: touch;
    }

    #tablist li {
        flex: 0 0 auto;
        min-width: 9.5rem;
        border: 1px solid #333;
        border-radius: 0;
        padding: 0.75rem;
        min-height: 44px;
        line-height: 1.2;
        font-size: 0.92rem;
        white-space: normal;
    }

    #tablist li[aria-selected="true"] {
        border-bottom: 3px solid #0066cc;
    }

    #tabcontent {
        width: 100%;
        margin-top: 0.75rem;
        padding: 0.75rem;
        overflow-x: hidden;
    }

    .iplist,
    .iplist2,
    .sortable,
    table {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    th,
    td {
        min-width: 7rem;
        padding: 0.45rem;
        vertical-align: top;
        font-size: 0.9rem;
    }

    #map {
        width: 100%;
        height: 320px;
        margin-left: 0;
    }

    .donation-box {
        padding: 0.7rem;
        border-radius: 6px;
    }

    .crypto-grid {
        flex-direction: column;
        gap: 0.75rem;
    }

    .crypto-grid img {
        max-width: 150px;
    }

    #cookie-popup,
    #info-popup {
        font-size: 0.92rem;
        line-height: 1.35;
        padding: 0.75rem;
        max-height: 70vh;
        overflow-y: auto;
    }

    .action-link {
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        font-size: 0.95rem;
    }
}

@media screen {
    .design-switcher {
      display: inline-flex;
      align-items: center;
      gap: 2px;
      padding: 2px;
      height: 30px;
      margin: 0;
      border: 1px solid #c8d5e4;
      border-radius: 8px;
      background: #fff;
      box-sizing: border-box;
    }

    .design-switcher button {
      height: 24px;
      min-height: 0;
      padding: 0 8px;
      border: 1px solid transparent;
      border-radius: 6px;
      background: transparent;
      color: #17324d;
      font-size: 0.82rem;
      font-weight: bold;
      cursor: pointer;
    }

    .design-switcher button[aria-pressed="true"] {
      border-color: #1359a5;
      background: #1359a5;
      color: #fff;
    }

}
