@charset "utf-8";
@font-face {
  font-family: 'Cinzel Decorative';
  src: url('/fonts/CinzelDecorative-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IM Fell English SC';
  src: url('/fonts/IMFellEnglishSC-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Shippori Mincho';
  src: url('/fonts/ShipporiMincho-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nosifer';
  src: url('/fonts/Nosifer-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Almendra SC';
  src: url('/fonts/AlmendraSC-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Spectral SC';
  src: url('/fonts/SpectralSC-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UnifrakturMaguntia';
  src: url('/fonts/UnifrakturMaguntia-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cinzel';
  src: url('/fonts/Cinzel-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Serif JP';
  src: url('/fonts/NotoSerifJP-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Mono';
  src: url('/fonts/RobotoMono-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@font-face {
  font-family: 'Shippori Mincho';
  src: url('./fonts/ShipporiMincho-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Dancing Script';
  src: url('./fonts/DancingScript-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cinzel Decorative';
  src: url('./fonts/CinzelDecorative-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #000 url('bot.jpg') no-repeat center center fixed;
  background-size: cover;
  background-position: calc(50% - 20px) calc(50% + 40px);
  color: #ccc;
  font-family: 'Shippori Mincho','Times New Roman',serif;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
  min-width: 1200px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  min-height: 100vh;
}

.bg {
  margin: 0;
  padding: 0;
  background: url('top.gif') repeat-y fixed 0 0;
  background-size: 75% auto !important;
  background-position: left 80px;
  font-size: 1rem;
  font-family: 'Times New Roman',serif;
}

a {
  color: #FF0000;
  text-decoration: none;
}

a:hover {
  color: #ffccff;
  text-shadow: 0 0 5px #fff,0 0 10px #ff66ff;
}

.bg-layer {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100vh;
  background: url('bot.jpg') no-repeat center center;
  background-position: calc(50% - 9px) calc(50% + 40px);
  background-size: 102% auto;
  z-index: -1;
  opacity: 0.9;
  filter: brightness(0.05) blur(0.5px);
  will-change: transform, filter;
  animation: bgPulse 28s ease-in-out infinite, flashLight 12s ease-in-out infinite;
}

@keyframes bgPulse {
  0%   { transform: translateY(0px); filter: brightness(0.03) blur(0.5px); }
  25%  { transform: translateY(-4px); filter: brightness(0.6) blur(0px); }
  50%  { transform: translateY(2px);  filter: brightness(0.02) blur(1px); }
  75%  { transform: translateY(-2px); filter: brightness(0.4) blur(0.3px); }
  100% { transform: translateY(0px);  filter: brightness(0.03) blur(0.5px); }
}

@keyframes flashLight {
  0%   { filter: brightness(0.05); }
  50%  { filter: brightness(1); }
  100% { filter: brightness(0.05); }
}

@keyframes bgFadeOut {
  0%   { opacity: 1; filter: brightness(0.05); }
  50%  { opacity: 0; filter: brightness(0); }
  100% { opacity: 1; filter: brightness(0.05); }
}


/* Firefox */
:root {
  scrollbar-color: #c9142b #0a0003;
  scrollbar-width: thin;
}

/* WebKit-based (Chrome/Edge/Safari desktop) */
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #0a0003 0%, #1a0b0e 100%);
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(255, 0, 64, 0.12);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #7a0413 0%, #d11a2a 45%, #7a0413 95%);
  border-radius: 8px;
  border: 2px solid #0a0003;
  box-shadow:
    0 0 8px rgba(255, 51, 102, 0.35),
    inset 0 0 4px rgba(255, 255, 255, 0.12);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #a0071d 0%, #ff3355 50%, #a0071d 95%);
  box-shadow:
    0 0 10px rgba(255, 102, 153, 0.6),
    0 0 18px rgba(255, 0, 64, 0.25),
    inset 0 0 5px rgba(255, 255, 255, 0.18);
}

::-webkit-scrollbar-thumb:active {
  background: linear-gradient(180deg, #ff3355 0%, #ff667f 50%, #ff3355 95%);
  box-shadow:
    0 0 14px rgba(255, 0, 64, 0.75),
    inset 0 0 6px rgba(255, 255, 255, 0.25);
}

::-webkit-scrollbar-corner {
  background: #0a0003;
}


@media (forced-colors: active) {
  * { scrollbar-color: auto; }
}

A:link, A:visited, A:active  {
  color: #a4f6f9;
  text-decoration: none;
  transition: all 0.6s ease;
  padding-right: 1.6rem;
}

a:hover {
  animation: glowHover 2.4s ease-in-out;
  color: #8238ff;
  background-color: #22000c;
  text-decoration: none;

  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.2),
    0 0 12px rgba(164, 246, 249, 0.10),
    0 0 18px rgba(164, 246, 249, 0.1);
}

@keyframes glowHover {
  0% {
    transform: scale(2);
    text-shadow:
      0 0 4px rgba(255, 255, 255, 0.1),
      0 0 8px rgba(164, 246, 249, 0.05);
  }
  50% {
    transform: scale(1.08);
    text-shadow:
      0 0 10px rgba(255, 255, 255, 0.3),
      0 0 20px rgba(164, 246, 249, 0.2),
      0 0 30px rgba(164, 246, 249, 0.1);
  }
  100% {
    transform: scale(1);
    text-shadow:
      0 0 4px rgba(255, 255, 255, 0.1),
      0 0 8px rgba(164, 246, 249, 0.05);
  }
}

TABLE {
  font-size: 10pt;
  color: #c0c0c0;
  font-family: Times New Roman;
}

div, table, td, th {
  box-sizing: border-box;
}

.log-list {
  text-align: right;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.5rem;
  line-height: 1.08;
}

.log-list a {
  font-size: 1.19rem;
  color: #fafaff;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.log-list a:hover {
  font-size: 1.99rem;
  color: #ffffff;
  background-color: transparent;
  font-family: 'Dancing Script', cursive;
  text-shadow:
    0 0 6px #ff99dd,
    0 0 10px #ff66cc,
    0 0 16px #ff33aa;
  transition: all 0.3s ease;
}

.container {
  display: flex;
  flex-direction: row;
}
.left-panel {
  width: 40%;
  background: url('logo.jpg') no-repeat center center;
  background-size: contain;
}
.right-panel {
  width: 60%;
  padding: 1rem;
  color: #ccc;
}

.logo-top {
  font-family: 'Cinzel Decorative', serif;
  font-weight: 900;
  font-size: 2.3rem;
  color: #ee2314;
  display: block;
  text-align: right;
  padding-right: 2.2rem;
  margin: 3rem 0;
  transform: scale(0.99, 3.23);
  text-shadow:
    1px 1px 2px rgba(0,0,0,0.6),
    0 0 4px #cccccc,
    0 0 8px #ffffff,
    0 0 12px #ffcccc;
  white-space: nowrap;
  letter-spacing: -0.3px;
  animation: glowPulse 11s ease-in-out infinite;
}

.logo-top1 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 0.85rem;
  color: #dd0000;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-shadow:
    0 0 4px #ffffff,
    0 0 8px #99ffff,
    0 0 12px #ffcccc;
  text-align: right;
  padding-right: 1.5rem;
  margin: 1rem 0;
  animation: glowPulse 23s ease-in-out infinite;
}

@keyframes glowPulse {
  0% {
    text-shadow:
      0 0 4px rgba(255, 255, 255, 0.4),
      0 0 8px rgba(153, 255, 255, 0.3),
      0 0 12px rgba(255, 204, 204, 0.3);
  }
  50% {
    text-shadow:
      0 0 4px rgba(255, 255, 255, 1),
      0 0 8px rgba(153, 255, 255, 1),
      0 0 12px rgba(255, 204, 204, 1);
  }
  100% {
    text-shadow:
      0 0 4px rgba(255, 255, 255, 0.4),
      0 0 8px rgba(153, 255, 255, 0.3),
      0 0 12px rgba(255, 204, 204, 0.3);
  }
}

.counter-caption {
  text-align: right;
  padding-right: 15px;
  font-size: 85%;
  color: #CCCCCC;
}

.counter-caption img {
  vertical-align: middle;
  margin: 0 4px;
}

.latest-label {
  display: inline-block;
  font-family: 'Times New Roman', serif;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 4px 10px;
  margin: 6px 13rem 4px 0;
  border-radius: 12px;
  color: #ffccdd;
  background-color: transparent;

  text-shadow:
    0 0 6px #ffffff,
    0 0 12px #ffccdd;

  animation: moonPulse 11.4s infinite ease-in-out;
  transition: all 0.3s ease;
}

@keyframes moonPulse {
  0% {
    transform: scale(1);
    color: #ffccdd;
    text-shadow:
      0 0 6px #ffffff,
      0 0 12px #ffccdd;
  }
  50% {
    transform: scale(1.15);
    color: #ff3366;
    text-shadow:
      0 0 10px #ff3366,
      0 0 20px #ff6699,
      0 0 30px #ff99cc;
  }
  100% {
    transform: scale(1);
    color: #ffccdd;
    text-shadow:
      0 0 6px #ffffff,
      0 0 12px #ffccdd;
  }
}

.past-label {
  display: inline-block;
  font-family: 'Times New Roman', serif;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 4px 10px;
  margin: 6px 11rem 4px 0;
  border-radius: 12px;
  color: #a4f6f9;

  background-color: transparent;

  text-shadow:
    0 0 6px #ffffff,
    0 0 12px #ffccdd;

box-shadow:
  0 0 8px rgba(164, 6, 249, 0.06),
  0 0 16px rgba(164, 6, 249, 0.03);

  animation: moonPulsePast 6.6s infinite ease-in-out;
  transition: all 0.3s ease;
}

@keyframes moonPulsePast {
  0% {
    transform: scale(1);
    color: #a4f6f9;
    text-shadow:
      0 0 6px #ffffff,
      0 0 12px #a4f6f9;
  }
  50% {
    transform: scale(1.15);
    color: #66ddee;
    text-shadow:
      0 0 10px #66ddee,
      0 0 20px #99f0ff,
      0 0 30px #ccf9ff;
  }
  100% {
    transform: scale(1);
    color: #a4f6f9;
    text-shadow:
      0 0 6px #ffffff,
      0 0 12px #a4f6f9;
  }
}


.past-inline {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.8rem;
  text-align: right;
  padding-right: 11rem;
  margin-top: 4px;
}

.past-inline .back-link {
  font-size: 1.25rem;
  line-height: 1;
  padding: 0 0.2rem;
}

.past-inline .past-label {
  margin: 6px 0 4px 0;
}

.thread-1 {
  font-family: 'Shippori Mincho', serif;
  font-size: 1rem;
  color: #88ffff;
  margin: 1rem 0;
  text-align: right;
  padding-right: 3.5rem;
}

.thread-1 a {
  color: #88ffff;
  text-decoration: none;
  text-shadow:
    0 0 4px #ffffff,
    0 0 8px #88ffff;
  transition: all 0.3s ease;
}

.thread-1 a:hover {
  color: #ffffff;
  text-shadow:
    0 0 6px #ffffff,
    0 0 12px #cc0000;
}

.log-title {
  color: #cc0000;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.2rem;
  margin: 1px 0;
  text-shadow:
    0 0 4px #660000,
    0 0 6px #990033;
  transition: transform 0.3s ease;
  padding-right: 0.8rem;
}

.log-title,
.log-url {
  display: block;
  font-size: 1.2rem;
  margin: 6px 0;
  text-align: right;
  line-height: 1.4;
  transform-origin: center right;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
  will-change: transform;
}


.link-row {
  display: inline-flex;
  justify-content: flex-end;
  gap: 1.5rem;
  flex-wrap: nowrap;
  align-items: baseline;
  white-space: nowrap;
  padding-right: 6rem;
}
.link-row .log-url {
  display: inline-block !important;
  white-space: nowrap;
  margin: 0;
  padding-right: 0 !important;
}

.log-item:hover .log-title,
.log-item:hover .log-url {
  transform: scale(1.3);
  z-index: 10;
  text-shadow:
    0 0 6px #ff3366,
    0 0 12px #ff66cc,
    0 0 18px #ff99dd;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.log-allitem:hover .log-url {
  font-size: 1.86rem;
  color: #ffffff;
  font-family: 'Dancing Script', cursive;
  text-shadow:
    0 0 6px #ff3366,
    0 0 10px #ff66cc,
    0 0 16px #ff99dd;
  transition: all 0.3s ease;
}


.log-list:hover .log-url {
  font-size: 1.86rem;
  color: #ffffff;
  font-family: 'Dancing Script', cursive;
  text-shadow:
    0 0 6px #ff3366,
    0 0 10px #ff66cc,
    0 0 16px #ff99dd;
  transition: all 0.3s ease;
}

.log-item {
  position: relative;
  margin-left: auto;
  margin-right: 3%;
  width: 80%;
  max-width: 90%;
  overflow: visible;
  transform-origin: center right;
  transition: transform 0.3s ease, z-index 0.3s ease;
  z-index: 1;
}

.log-item:hover {
  transform: scale(1.1);
  z-index: 10;
  box-sizing: border-box;
  padding: 8px 12px;
  border-radius: 8px;
}

.log-item:hover .log-title {
  transform: scale(1.15);
  color: #ff0000;
  text-shadow:
    0 0 6px #990000,
    0 0 10px #cc3366,
    0 0 16px #ff6699;
}

.log-item:hover .log-url {
  transform: scale(1.1);
  color: #ff99cc;
  text-shadow:
    0 0 6px #cc3366,
    0 0 10px #ff6699,
    0 0 14px #ffccdd;
}

.log-item:hover .log-timestamp {
  color: #cc6699;
  text-shadow:
    0 0 3px #330011,
    0 0 6px #660033;
}

.log-item:hover::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,0,64,0.2), transparent),
    radial-gradient(circle at 60% 40%, rgba(255,0,128,0.15), transparent);
  animation: bloodPulse 1.2s ease-out;
}

@keyframes bloodPulse {
  0%   { opacity: 0; transform: scale(0.8); }
  50%  { opacity: 1; transform: scale(1.1); }
  100% { opacity: 0; transform: scale(1); }
}

.log-timestamp {
  display: block;
  font-size: 0.9rem;
  color: #999;
  font-family: 'Shippori Mincho', serif;
  transition: all 0.3s ease;
}

.log-item:hover .log-timestamp {
  font-size: 0.85rem;
  color: #cc6699;
  text-shadow:
    0 0 6px #cc3366,
    0 0 10px #ff6699,
    0 0 14px #ffccdd;
  transform: translateX(-2px);
}


.log-list a:hover,
.log-list .log-url:hover {
  font-size: 1.99rem !important;
  color: #ffffff;
  background-color: transparent;
  font-family: 'Dancing Script', cursive !important;
  text-shadow:
    0 0 6px #ff99dd,
    0 0 10px #ff66cc,
    0 0 16px #ff33aa;
  transition: all 0.3s ease;
}

.log-item {
  position: relative;
  margin-left: auto;
  margin-right: 3%;
  width: fit-content;
  transform-origin: center right;
  transition: transform 0.3s ease, z-index 0.3s ease;
  z-index: 1;
}

.log-item:hover {
  transform: scale(1.4);
  z-index: 10;
}

.bbs-link {
  margin-left: 2%;
  margin-right: auto;
  display: block;
}

.bbs-link:focus,
.bbs-link:active,
.bbs-link:hover {
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  border-radius: 50px;
}

.bbs-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 38.7%;
  height: 51.111%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: radial-gradient(circle at center, rgba(255,255,255,0.01), rgba(255,0,0,0.015));
  z-index: 1;
  opacity: 1;
  margin-left: -3%;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.bbs-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38.7%;
  height: 60%;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  background: radial-gradient(circle at center, rgba(255,255,255,0.01), rgba(255,0,0,0.015));
  z-index: 1;
  opacity: 1;
  margin-left: -3%;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.bbs-link img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
  transform-origin: center center;
  will-change: transform, filter;
}

.bbs-link img:hover {
  filter: drop-shadow(0 0 20px #ffffff)
          drop-shadow(0 0 40px #ff3333);
  transform: scale(2.05);
  opacity: 1;
}

.bbs-link img {
  width: 10%;
  height: 10%;
  position: relative;
  z-index: 2;
  margin-right: 13%;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.mailto-line {
  text-align: right;
  margin: 4px 0;
  font-size: 0.66rem;
  line-height: 1.4;
}

.mailto-line .log-url {
  display: inline;
  font-size: inherit;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.mailto-line .log-url:hover {
  color: #ffccff;
  text-shadow: 0 0 5px #fff, 0 0 10px #ff66ff;
}

.mailto-line {
  font-size: 0.55rem; 
  margin: 2px 0;
  text-align: right;
  display: block;
}

.log-date {
  font-size: 0.66rem !important;
  line-height: 1.2;
  margin: 2px 0;
  text-align: right;
  display: block;
  color: #999;
}

#page_top {
  position: fixed;
  bottom: 41px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at center, #5f0a87, #a4508b);
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 12px #a4508b;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.3s ease, transform 0.3s ease;
  isolation: isolate;
  white-space: nowrap;
}

#page_top:hover {
  transform: scale(1.2);
  box-shadow: 0 0 20px #ff66cc, 0 0 30px #ff99dd;
}
.page-top-button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 24px #ff99cc;
}

@keyframes pulse {
  0%   { transform: scale(1); box-shadow: 0 0 12px #a4508b; }
  50%  { transform: scale(1.05); box-shadow: 0 0 20px #ff99cc; }
  100% { transform: scale(1); box-shadow: 0 0 12px #a4508b; }
}
.page-top-button {
  animation: pulse 2s infinite;
}

footer {
  white-space: nowrap;
}

@keyframes shimmer {
  0% {
    text-shadow: 0 0 4px #cc6699;
    transform: translateX(0);
  }
  50% {
    text-shadow: 0 0 8px #ff99cc;
    transform: translateX(-1px);
  }
  100% {
    text-shadow: 0 0 4px #cc6699;
    transform: translateX(0);
  }
}

@keyframes shimmer {
  0% { transform: translateX(0); }
  50% { transform: translateX(-1px); }
  100% { transform: translateX(0); }
}

@media only screen and (max-device-width: 768px), 
       only screen and (max-width: 768px),
       screen and (max-width: 768px) {
  body { 
    background: #000 url('bot_mobile.jpg') no-repeat center top fixed !important;
    background-size: 100vw auto !important;
    background-color: #000 !important;
    min-width: auto !important;
    font-size: 6px !important;
  }
  .bg { 
    background: url('top_mobile.gif') repeat-y fixed 0 0 !important;
    background-size: 50vw auto !important;
  }
  .bg-layer {
    display: none !important;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 7px !important;
  }
  p, div, span {
    font-size: 6px !important;
  }
  a {
    font-size: 5.5px !important;
    line-height: 1.2 !important;
  }
  table, td, th {
    font-size: 5.5px !important;
  }
  .small, small {
    font-size: 5px !important;
  }
  .logo-top {
    font-size: 90px !important;
    transform: scale(1.06, 4.0) !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin-right: 10px !important;
  }
  .logo-top1 {
    font-size: 18px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    display: block !important;
  }
  .counter-caption {
    font-size: 6px !important;
  }
  .latest-label {
    font-size: 12px !important;
  }
  #page_top {
    bottom: 80px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 100px !important;
    height: 100px !important;
    font-size: 44px !important;
    line-height: 100px !important;
    z-index: 10000 !important;
  }
  #page_top:hover {
    transform: translateX(-50%) scale(1.2) !important;
  }
  
  /* スマホ版でのURL表示サイズを拡大（logo.jpg幅316pxに合わせて調整） */
  .log-url {
    font-size: 32px !important;
    line-height: 1.3 !important;
    margin: 8px 0 !important;
    max-width: 100vw !important;
    width: auto !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    white-space: nowrap !important;
    text-align: left !important;
    display: block !important;
  }
  
  .log-item .log-url {
    font-size: 32px !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }
  
  .log-title {
    font-size: 32px !important;
    line-height: 1.3 !important;
    margin: 8px 0 !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }
  
  .log-timestamp {
    font-size: 32px !important;
    line-height: 1.3 !important;
    margin: 8px 0 !important;
    white-space: nowrap !important;
  }
  
  .link-row .log-url {
    font-size: 28px !important;
    white-space: nowrap !important;
  }
}

.log-item:hover .log-url {
  font-size: 1.86rem !important;
  color: #ffffff;
  font-family: 'Dancing Script', cursive !important;
  text-shadow:
    0 0 6px #ff3366,
    0 0 10px #ff66cc,
    0 0 16px #ff99dd;
  transition: all 0.25s ease;
}
