  @import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=block');

  body,
  html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: sans-serif;

  }

  img {
    vertical-align: middle;
  }

  #navbar {
    overflow: hidden;
    /* background-color: transparent; */
    background-color: rgba(250, 250, 250, 0.8);
    position: fixed;
    top: 0;
    width: 100%;
    height: 44px;
    z-index: 2;

  }



  #navbar .link {
    font-family: 'Major Mono Display', monospace;
    color: rgb(0, 0, 0);
    font-size: 24px;
    /* background-color: rgba(250, 250, 250, 0.8); */
    background-color: transparent;
    line-height: 41px;
    padding: 8px;
    text-decoration: none;
  }

  #poster-title {
    font-family: sans-serif;
    color: #000;
    font-size: 22px;
    background-color: rgba(250, 250, 250, 0.8);
    line-height: 41px;
    padding: 8px;
    text-decoration: none;
  }

  #dotlogo {
    position: relative;
    left: -51px;
    top: 11px;
    display: inline-block;
    background-color: #e5da4d;
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }

  #container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('4M08R3W53C0ND0NP0573R5.webp?44') center center / contain no-repeat;
    background-color: #fafafa;
  }

  .dot {
    /* width: 28px;
      height: 28px; */
    border-radius: 50%;
    background-color: white;
    animation: fadePulse 8s infinite;
    cursor: pointer;
    position: absolute;
    display: none;
  }

  /* 
    @keyframes fadePulse {
      0% {
        transform: scale(1);
        background-color: white;
        opacity: 1;
      }
      25% {
        transform: scale(1.3);
        background-color: white;
        opacity: 0;
      }
      26% {
        background-color: black;
        opacity: 0;
      }
      50% {
        transform: scale(1);
        background-color: black;
        opacity: 1;
      }
      75% {
        transform: scale(1.3);
        background-color: black;
        opacity: 0;
      }
      76% {
        background-color: white;
        opacity: 0;
      }
      100% {
        transform: scale(1);
        background-color: white;
        opacity: 1;
      }
    } 
*/

  @keyframes fadePulse {
    0% {
      transform: scale(1.3);
      background-color: #000;
      opacity: 0;
    }

    12% {
      transform: scale(1);
      background-color: #000;
      opacity: 1;
    }

    25% {
      transform: scale(1.3);
      background-color: #000;
      opacity: 0;
    }

    26% {
      background-color: #fff;
      opacity: 0;
    }

    38% {
      transform: scale(1);
      background-color: #fff;
      opacity: 1;
    }

    50% {
      transform: scale(1.3);
      background-color: #fff;
      opacity: 0;
    }

    51% {
      transform: scale(1);
      background-color: #000;
      opacity: 0;
    }

    63% {
      transform: scale(1.3);
      background-color: #000;
      opacity: 1;
    }

    75% {
      transform: scale(1);
      background-color: #000;
      opacity: 0;
    }

    76% {
      background-color: #fff;
      opacity: 0;
    }

    88% {
      transform: scale(1.3);
      background-color: #fff;
      opacity: 1;
    }

    100% {
      transform: scale(1);
      background-color: #fff;
      opacity: 0;
    }
  }




  #popdot {
    position: absolute;
    border-radius: 50%;
    transition: all 0.4s ease;
    background-color: rgba(250, 250, 250, 0.9);
    display: none;
    /* background: #fafafa; */
  }


  .links {
    display: flex;
    flex-direction: column;
    gap: 0px;

    padding: 0px;
    background: none;
    /* max-width: 600px; */
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
    overflow-y: auto;
    /*max-height: 80%;  Limit height */
  }

  .links.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .link {
    cursor: pointer;
  }



  .link-box {
    display: block;
    gap: 12px;
    margin: 8px 8px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    background: white;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
    
  }

  .link-box:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .link-box.donate {
    order: 999;
    /* higher number = later */
  }

  .link-box.copied {
    background: #9cffa0;
  }

  .thumbnail {
    width: 70px;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
    float: left;
  }

  .link-content {
    margin-left: 82px;
  }

  .link-title {
    margin: 0;
    font-size: 0.9rem;
    font-weight: bold;
  }

  .link-description {
    margin: 4px 0;
    font-size: 0.9rem;
    color: #555;
  }

  .link-url {
    font-size: 0.8rem;
    color: #888;
    display: flex;
    max-width: 100%;
    min-width: 0;
  }

  .ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.image {
  padding: 0px;
  border: 0px solid #ddd;
}

.image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.videoclip {
  padding: 0px;
  border: 0px;
  background: none;
}  

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio (9 ÷ 16 = 0.5625) */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}