body {
  font-family: Arial, Helvetica, sans-serif;
  background: url(/img/bg/pexels-punttim-67517.jpg) repeat fixed center;
  background-size: cover;
  line-height: 125%;
  font-size: 14px;
  color: white;
  min-height: 100vh;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.5) 20%,
    rgba(0,0,0,0) 100%
  );
  pointer-events: none;
  z-index: -1;
}

a {
  color: white;
}

.hrborder {
  color: #00778f;
}

.wrap {
  max-width: 960px;
  min-height: 100%;
  margin: 0 auto;
  background-color: #00000090;
  padding: 20px;
}

footer {
  font-size: 0.8em;
  line-height: 125%;
}

.profile-container {
  gap: 10px; 
  background-color: #00000020;
  padding: 10px;
  border-radius: 10px;
  max-width: 100%;
  margin-bottom: 10px;
}

.profile-avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.atas {
  display: flex;
  gap: 10px;
}

.atas > div:last-child {
  margin-left: auto;
}

.title {
  margin: 5px;
  font-size: 1.5em;
}

.title2 {
  margin: 5px;
  align-items: center;
  font-size: 1.25em;
  font-weight: bold;
}

.menu {
  margin: 5px;
  align-items: center;
}

.tabelisi {
  display: flex;
  width: 100%;
  gap: 4px;
}

.tabelisi .col {
  margin: 2px;
  vertical-align: top;
}

.tabelisi .col-left {
  width: 70%;
  padding-right: 10px;
}

.tabelisi .col-right {
  width: 30%;
  padding-left: 10px;
}

.headerimage {
  width: 100%;
  max-height: 180px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

.headerimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kotak-jam {
  background-color: #00000020;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  line-height: 150%;
}

.tile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: stretch;
}

.tile > div {
  background-color: #00000020;
  padding: 10px;
  border-radius: 10px;
  max-width: 100%;
}

.tile > .embed-misskeyid {
  padding: 0px;
  background-color: #2d2d2d;
  min-width: 320px;
  max-height: 480px;
}

.tile > .embed-bluesky {
  min-width: 320px;
  max-height: 480px;
  padding: 0px;
  /** background-color: #2d2d2d; **/
}

.tile > .embed-twitter {
  padding: 0px;
  background-color: #000000;
  max-width: 320px;
  max-height: 360px;
}

.tile2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  align-items: top;
  text-align: center;
}

.tile3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: center;
  text-align: center;
}

.tile3 a {
  font-weight: bold;
}

.tilealbum {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.tilealbum img {
  width: 100%;
  border: 3px solid white;
  border-radius: 10px;
}

.tilephoto {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  line-height: 0%;
}

.tilephoto img {
  width: 100%;
  border: 3px solid white;
  border-radius: 10px;
  margin-top: -5px;
}

.thumb1 {
  width: 70%;
  border: 1px solid white;
  border-radius: 10px;
  margin-bottom: -15px;
  object-fit: cover;
}

.thumbak {
  width: 70%;
  border: 1px solid white;
  border-radius: 25px;
  margin-bottom: -15px;
  object-fit: cover;
}

.tile p {
  line-height: 125%;
}

.avatar {
  width: 80px;
  border-radius: 10px;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: auto;
}

.now-playing {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  border-radius: 10px;
  gap: 10px;
  background-color: #00000020;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

#albumLink {
  display: block;
  flex-shrink: 0;
}

#albumArt {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  overflow: hidden;
  flex: 1;
}

.now-playing-label {
  font-size: 0.7em;
  margin-bottom: 2px;
  font-weight: bold;
}

.scroll-rail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scroll-track {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  will-change: transform;
}

.marquee-running {
  animation: marquee linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-1 * var(--marquee-distance))); }
}

.scroll-text {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#trackMeta {
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-track {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  border-radius: 10px;
  gap: 10px;
  background-color: #00000020;
  padding: 10px;
  border-radius: 10px;
}

#topTrackLink {
  display: block;
  flex-shrink: 0;
}

#topTrackArt {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
}

.top-track .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  overflow: hidden;
  flex: 1;
}

.top-track-label {
  font-size: 0.7em;
  margin-bottom: 2px;
  font-weight: bold;
}

#topTrackTitleRail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#topTrackTitleTrack {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  will-change: transform;
}

.marquee-running {
  animation: marquee linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-1 * var(--marquee-distance))); }
}

#topTrackTitle {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#topTrackMeta {
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon {
  width: 26px;
}

#now {
  max-width: 400px;
}

.gotosidebar {
  font-size: 0.9em;
  display: none;
}

.backtoindex {
  font-size: 0.9em;
}

.backtoblogindex{
  font-size: 0.9em;
}

.backtoprojectdraftsindex{
  font-size: 0.9em;
}

.backtomp3index{
  font-size: 0.9em;
}

.backtopersonalhubindex{
  font-size: 0.9em;
}

.backtobandoriindex{
  font-size: 0.9em;
}

.backtocopypastaindex{
  font-size: 0.9em;
}

.sitenav {
  font-weight: bold;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

#jam {
  font-weight: bold;
  font-size: 1.5em;
}

#blogen-feed {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rig-photo {
  max-width: 360px;
  height: auto;
}

#oshi {
  max-width: 540px;
}

.oshi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 120px);
  gap: 10px;
}

.oshi-item {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  background: #000;
}

.oshi-item img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#rig {
  max-width: 400px;
}

#markah {
  max-width: 400px;
}

.blog {
  max-width: 720px;
}

.blog-index-title {
  font-size:1.25em;
  font-weight:bold;
  margin-bottom:0.2em;
}

.blog-index-info {
  margin-top:0;
  margin-bottom:1em;
  font-style: italic;
}

.blog-read-info {
  margin-top:0;
  margin-bottom:1em;
  font-style: italic;
}

.blog-img {
  max-width: 100%;
  height: auto;
  object-fit: contain; 
  display: block;
  margin-bottom: 8px;
}

#discovery ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#discovery li {
  margin-bottom: 8px;
}

.feed-date {
  margin-bottom: 8px;
}

.h3a {
  text-decoration: none;
}

#misskeyid {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pubdate {
  font-size: 0.9em;
}

.pico-date {
  font-weight: bold;
  font-size: 1.25em;
}

.pico-heading {
  font-size: 1.2em;
}

.sugawaratsukiko-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  padding: 1em 0;
  width: 100%;
}

.sugawaratsukiko-item {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  transition: transform 0.2s ease;
  background-color: #1b1b1b;
  border-radius: 8px;
  position: relative;
  border: 3px solid white;
}

.sugawaratsukiko-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sugawaratsukiko-item:hover {
  transform: scale(1.02);
}

/* overlay tanggal */
.sugawaratsukiko-item .rss-date {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 0.7rem;
  padding: 2px 4px;
  border-radius: 4px;
  font-style: italic;  
}

.shows-item {
  margin-bottom: 8px;
}

.youtube-item {
  margin-bottom: 8px;
}

.tile-fade {
  opacity: 0;
  animation: tileFadeIn 1s forwards;
}

@keyframes tileFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.tile-slideshow-wrapper {
  position: relative;
  padding-bottom: 30px;
}

.tile-slideshow-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.tile-slideshow-wrapper:hover .tile-slideshow-dots {
  opacity: 1;
  pointer-events: auto;
}

.tile-slideshow-dots .tile-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background: #929292;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.tile-slideshow-dots .tile-dot.active {
  background: #00778f;
}

.logo.s-1xh30xs path {
  fill: #86b300 !important;
}

.index-warn {
  font-size: 0.9em;
  font-style: italic;
}

#resistance-banner {
  background-color: #00000020;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

#resistance-banner-content {
  opacity: 0;
  transition: opacity 0.4s ease;
}

#resistance-banner-content.show {
  opacity: 1;
}

.resistance-banner-title {
  font-size: 1.2em;
}

.resistance-banner-link {
  font-size: 0.8em;
}

.hrwhite {
  border: 1px solid white;
}

.albumtoday-date {
  font-style: italic;
  margin-bottom: 8px;
}

.albumtoday-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.albumtoday-grid img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid white;
  border-radius: 10px;
}

.showcommentary-image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.showcommentary-image-index {
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid white;
}

.imgbandori {
  max-width: 480px;
}

.library-daftar a {
  font-weight: bold;
}

.copypasta-index-img {
  max-width: 240px;
}

.mp3-tile {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
}

.mp3-item {
  margin-bottom: 8px;
}

.mp3-title {
  font-weight: bold;
  font-size: 1.2em;
}

.mp3-date {
  margin-bottom: 8px;
  font-style: italic;
}

.mp3-download {
  margin-bottom: 8px;
}

.albumtoday-pagination {
  margin-top: 10px;
  text-align: center;
}

.showcommentary-pagination {
  margin-top: 10px;
  text-align: center;
}

.no-shortcut {
  opacity: 0;
  font-size: 0.9em;
}

.no-shortcut:hover {
  opacity: 0.5;
}

#app {
  position: absolute;
  top: 50px;
  left: 50px;
  cursor: move;
}

bluesky-post {
  width: 320px;
}

.logo.s-hik11q  path {
  fill: #86b300 !important;
}

.projectdrafts-read-date {
  font-style: italic;
}

.wp-element-caption {
  font-style: italic;
}

.bandoriheader {
  width: 100%;
}

.bandoribody {
  max-width: 720px;
}

#sidebar {
  font-size: 0px;
  margin-bottom: -5px;
}

@media (max-width: 980px) {
  .tilephoto {
    grid-template-columns: repeat(3, 1fr);
  }

  #app {
    display: none !important;
  }

  .tabelisi {
    flex-direction: column;
  }

  .tabelisi .col-left,
  .tabelisi .col-right {
    width: 100%;
    padding: 0;
  }

  .tabelisi .col-right {
    margin-top: 8px;
  }

  .gotosidebar {
    display: inline;
  }

}

@media (max-width: 720px) {
  .atas {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .atas > div:last-child {
    margin-left: 5px;
  }

  .atas > div:first-child {
    display: flex;
    align-items: center;
    margin-left: 5px;
  }
  
  .tilephoto {
    grid-template-columns: repeat(2, 1fr);
  }

  .tile {
    grid-template-columns: repeat(1, 1fr);
  }

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

  .showcommentary-image-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .albumtoday-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .embed-misskeyid,
  .embed-bluesky {
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
    max-height: none;
  }

  .embed-misskeyid iframe {
    max-width: 100%;
    height: auto;
  }

  .tile-slideshow-dots {
    opacity: 1;
  }

  .headerimage {
    margin-bottom: 3px;
  }
}