﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;800;900&display=swap");

html,
body {
  overflow-x: hidden !important;
}

html body.external-mobile-direct .main-wrapper,
html body.taxiboard-mobile-direct .main-wrapper {
  width: 100% !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
  padding: 0.25rem !important;
  background-color: #3f6a91 !important;
  color: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  min-height: 100vh !important;
}

html body.external-mobile-direct .stream-section,
html body.taxiboard-mobile-direct .stream-section {
  margin: auto !important;
  width: 100% !important;
  border-radius: 0.75rem !important;
  background-color: #508c52 !important;
  text-align: center !important;
  padding: 0.125rem !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
  display: block !important;
}

html body.external-mobile-direct .stream-section > .ad-section,
html body.taxiboard-mobile-direct .stream-section > .ad-section {
  display: block !important;
}

html body.external-mobile-direct .camera-grid,
html body.taxiboard-mobile-direct .camera-grid {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.125rem !important;
  border-radius: 0.5rem !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  background: transparent !important;
  overflow-x: hidden !important;
}

html body.external-mobile-direct .camera-grid.grid-mode,
html body.taxiboard-mobile-direct .camera-grid.grid-mode {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0.125rem !important;
  padding: 0.125rem !important;
  background-color: #353948 !important;
  overflow-x: hidden !important;
}

html body.external-mobile-direct .camera-card,
html body.taxiboard-mobile-direct .camera-card {
  background-color: #43485a !important;
  padding: 0.0625rem !important;
  margin: 0 !important;
  border-radius: 0.5rem !important;
  box-sizing: border-box !important;
  border: 0.025rem solid rgb(139, 215, 255) !important;
  box-shadow:
    0 10px 16px -2px rgba(139, 215, 255, 0.5),
    0 4px 5px -3px rgba(139, 215, 255, 0.5) !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

html body.external-mobile-direct .camera-label,
html body.taxiboard-mobile-direct .camera-label {
  margin: 0 !important;
  padding: 0.75rem !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Arial Rounded MT Bold", "Yu Gothic", "Meiryo", sans-serif !important;
  letter-spacing: 0.01em !important;
  line-height: 1.15 !important;
  text-align: center !important;
  background: #272b37 !important;
}

html body.external-mobile-direct .camera-iframe,
html body.external-mobile-direct .camera-thumb-image,
html body.taxiboard-mobile-direct .camera-iframe,
html body.taxiboard-mobile-direct .camera-thumb-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  border: none !important;
  border-radius: 0 0 0.5rem 0.5rem !important;
  object-fit: cover !important;
}

html body.external-mobile-direct .camera-thumb-link,
html body.taxiboard-mobile-direct .camera-thumb-link {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

html body.external-mobile-direct .info-section,
html body.taxiboard-mobile-direct .info-section {
  display: block !important;
  width: 100% !important;
  margin-top: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

html body.external-mobile-direct #shinkansen,
html body.taxiboard-mobile-direct #shinkansen {
  display: block !important;
}

html body.external-mobile-direct #toggle-btn,
html body.taxiboard-mobile-direct #toggle-btn {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  margin: 1rem !important;
  cursor: pointer !important;
  user-select: none !important;
  border-radius: 0.75rem !important;
  color: #fff !important;
  background: #111 !important;
  padding: 12px 0 !important;
}

html body.external-mobile-direct #shinkansen-content,
html body.taxiboard-mobile-direct #shinkansen-content {
  max-height: 0;
  overflow: hidden !important;
  transition: max-height 0.45s ease !important;
}

html body.external-mobile-direct .shinkansen-frame-wrapper,
html body.taxiboard-mobile-direct .shinkansen-frame-wrapper {
  border-radius: 0.75rem !important;
  display: flex !important;
  justify-content: center !important;
  background-color: #43485a !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid #90c5ff !important;
  box-shadow:
    0 10px 16px -2px rgba(43, 255, 237, 0.6),
    0 4px 5px -3px rgba(43, 255, 237, 0.6) !important;
  overflow: hidden !important;
  height: auto !important;
  max-height: none !important;
}

html body.external-mobile-direct #shinkansen-iframe,
html body.taxiboard-mobile-direct #shinkansen-iframe {
  width: 100% !important;
  border: 0 !important;
  border-radius: 0.75rem !important;
  min-height: 1400px !important;
  min-width: 700px !important;
  overflow: hidden !important;
}

@media (min-width: 1367px) {
  html body .view-selector {
    display: none !important;
  }
}

.banner-header-row {
  width: 100%;
}

.pc-shinkansen-open {
  display: none;
}

.camera-thumb-link {
  position: relative;
  display: block;
  background: #43485a;
  height: 100%;
}

.camera-thumb-image {
  display: block;
  width: 100%;
  object-fit: cover;
  background: #43485a;
}

.camera-thumb-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 32px;
  height: 32px;
  opacity: 0.9;
}

.pc-shinkansen-modal {
  display: none;
}

.pc-header-slot {
  display: contents;
}

.pc-lpn-card,
.pc-lpn-pref-modal {
  display: none;
}

html body .mobile-external-hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
  box-sizing: border-box;
}

html body .mobile-external-shell {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow-x: clip !important;
}

html body .taxiboard-mobile-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px 8px;
  box-sizing: border-box;
}

html body .taxiboard-mobile-summary {
  width: 100%;
  padding: 8px !important;
}

html body .mobile-external-content {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  border-radius: 14px;
  background: #05070b;
  border: 2px solid #00ff38;
  box-shadow:
    0 0 10px rgba(0,255,56,0.75),
    0 0 24px rgba(0,255,56,0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
}

html body .mobile-external-banner-link {
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

html body .mobile-external-banner-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

html body .mobile-external-controls {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 0;
  padding: 2px 0 0;
  box-sizing: border-box;
  background: transparent !important;
  border-radius: 0;
  box-shadow: none !important;
  overflow: visible !important;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

html body .mobile-external-controls .view-toggle-btn {
  margin: 0 !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  flex: 0 0 42px !important;
  border-radius: 14px !important;
  position: relative;
  z-index: 3;
  touch-action: manipulation;
  pointer-events: auto !important;
  -webkit-appearance: none;
  appearance: none;
}

html body .mobile-external-controls .view-toggle-btn img {
  width: 18px !important;
  height: 18px !important;
  display: block;
  pointer-events: none;
}

html body .mobile-lpn-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
  justify-content: center;
  text-decoration: none;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  box-shadow: none;
  background: transparent;
}

html body .mobile-lpn-meta-row {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(118px, 1fr);
  gap: 8px;
  align-items: stretch;
}

html body .mobile-lpn-banner-metric {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at left center, rgba(36, 224, 160, 0.08), transparent 28%);
  border: 1px solid rgba(96, 165, 250, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 20px rgba(56, 189, 248, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.03);
  box-sizing: border-box;
}

html body .mobile-lpn-alert-icon {
  margin-left: auto;
  width: 34px;
  height: 34px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  transform: translateY(-1px);
}

html body .mobile-lpn-pref-chip {
  min-width: 0;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  padding: 7px 12px 8px;
  border-radius: 14px;
  background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at center, rgba(129, 140, 248, 0.09), transparent 45%);
  border: 1px solid rgba(129, 140, 248, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 16px rgba(129, 140, 248, 0.07);
  box-sizing: border-box;
}

html body .mobile-lpn-pref-label {
  font-size: 0.64rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.72);
}

html body .mobile-lpn-pref-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 5px;
  white-space: nowrap;
}

html body .mobile-lpn-pref-value strong {
  font-size: 1.5rem;
  line-height: 1;
  color: #a78bfa;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(167, 139, 250, 0.18);
}

html body .mobile-lpn-pref-unit {
  font-size: 0.92rem;
  font-weight: 700;
  color: #ffffff;
}

@keyframes mobile-lpn-live-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.92;
    box-shadow:
      0 0 0 0 rgba(36, 224, 160, 0.65),
      0 0 12px rgba(36, 224, 160, 0.55),
      0 0 24px rgba(36, 224, 160, 0.24);
  }

  55% {
    transform: scale(1.35);
    opacity: 1;
    box-shadow:
      0 0 0 8px rgba(36, 224, 160, 0),
      0 0 16px rgba(36, 224, 160, 0.95),
      0 0 34px rgba(36, 224, 160, 0.42);
  }

  100% {
    transform: scale(0.95);
    opacity: 0.94;
    box-shadow:
      0 0 0 0 rgba(36, 224, 160, 0),
      0 0 12px rgba(36, 224, 160, 0.5),
      0 0 24px rgba(36, 224, 160, 0.22);
  }
}

html body .mobile-lpn-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #24e0a0;
  box-shadow:
    0 0 10px rgba(36, 224, 160, 0.65),
    0 0 22px rgba(36, 224, 160, 0.2);
  flex-shrink: 0;
  animation: mobile-lpn-live-pulse 1.15s ease-out infinite;
}

html body .mobile-lpn-metric-copy {
  display: flex;
  align-items: baseline;
  gap: 5px;
  justify-content: center;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  min-width: 0;
}

html body .mobile-lpn-metric-copy strong {
  font-size: 1.9rem;
  line-height: 1;
  color: #38bdf8;
  font-weight: 900;
  text-shadow:
    0 0 14px rgba(56, 189, 248, 0.35),
    0 0 28px rgba(96, 165, 250, 0.14);
}

html body .mobile-lpn-inline-unit {
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 768px) {
  html body {
    background: #000;
  }

  html body .banner-container {
    padding: 12px 20px 0 !important;
  }

  html body .banner-header-row {
    width: min(94vw, 1720px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(310px, 350px) minmax(520px, 1fr) minmax(250px, 290px);
    gap: 22px;
    align-items: center;
    min-height: auto;
  }

  html body .banner-header-row .banner-image {
    width: 100% !important;
    max-width: 700px;
    max-height: 186px;
    display: block;
    margin: 0 auto;
    justify-self: center;
  }

  html body .pc-header-slot {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    max-height: 186px;
  }

  html body .pc-header-slot-left {
    justify-content: flex-start;
  }

  html body .pc-header-slot-right {
    justify-content: flex-end;
  }

  html body .ad-section {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  html body .stream-section > .ad-section {
    display: none !important;
  }

  html body .ad-section .neon-ad-wrapper {
    display: inline-block;
    margin: 0 auto !important;
  }

  html body .pc-lpn-card {
    width: min(100%, 350px);
    display: block;
    height: 186px;
    text-decoration: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    position: relative;
    isolation: isolate;
  }

  html body .pc-lpn-card::before {
    content: "";
    position: absolute;
    inset: 6px 14px 10px;
    border-radius: 42px;
    background:
      radial-gradient(circle at 22% 64%, rgba(44, 231, 255, 0.28), rgba(44, 231, 255, 0.03) 56%, transparent 72%),
      radial-gradient(circle at 78% 16%, rgba(217, 128, 255, 0.18), rgba(217, 128, 255, 0.02) 54%, transparent 70%);
    filter: blur(26px);
    z-index: -1;
  }

  html body .pc-lpn-card-media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow:
      0 24px 40px rgba(1, 10, 26, 0.58),
      0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, #121a31 0%, #1a1233 38%, #0b1325 100%);
  }

  html body .pc-lpn-card-media img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #0b1220;
    transform: scale(1);
  }

  html body .pc-lpn-card-media::after {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      inset 0 -30px 60px rgba(4, 10, 20, 0.08);
    pointer-events: none;
  }

  html body .pc-lpn-card-actions {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }

  html body .pc-lpn-metric,
  html body .pc-lpn-pref-btn {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    pointer-events: none;
  }

  html body .pc-lpn-metric {
    left: 9.3%;
    top: 73.4%;
    width: 31%;
    transform: rotate(-4deg);
    justify-content: center;
  }

  html body .pc-lpn-pref-btn {
    right: 7.6%;
    top: 73.2%;
    width: 27.2%;
    justify-content: center;
    transform: rotate(3deg);
    cursor: pointer;
    pointer-events: auto;
  }

  html body .pc-lpn-status-dot {
    display: none;
    width: 0;
    height: 0;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 18px rgba(16, 185, 129, 0.88);
    flex-shrink: 0;
  }

  html body .pc-lpn-metric-copy {
    color: #f8fafc;
    font-size: 0.56rem;
    font-weight: 800;
    line-height: 1;
    text-shadow:
      0 2px 10px rgba(0, 0, 0, 0.4),
      0 0 12px rgba(56, 189, 248, 0.14);
    white-space: nowrap;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
  }

  html body .pc-lpn-metric-copy strong {
    color: #fff;
    display: inline-block;
    font-size: 1.34rem;
    font-weight: 900;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow:
      0 0 20px rgba(255, 255, 255, 0.16),
      0 0 28px rgba(56, 189, 248, 0.16);
  }

  html body .pc-lpn-inline-unit {
    display: inline;
    font-size: 0.54rem;
    color: #dbeafe;
    letter-spacing: 0.04em;
  }

  html body .pc-lpn-pref-btn svg {
    flex-shrink: 0;
    color: #38bdf8;
    width: 14px;
    height: 14px;
    filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.28));
  }

  html body .pc-lpn-pref-copy {
    flex: 1 1 auto;
    line-height: 1;
  }

  html body .pc-lpn-pref-value {
    color: #fff;
    font-size: 1.34rem;
    font-weight: 900;
    white-space: nowrap;
    letter-spacing: -0.02em;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  }

  html body .pc-lpn-pref-unit {
    color: #dbeafe;
    font-size: 0.5rem;
    font-weight: 700;
    margin-left: 3px;
    vertical-align: middle;
  }

  html body .pc-lpn-pref-chevron {
    color: #cbd5e1;
    font-size: 0.72rem;
    font-weight: 800;
    margin-left: 3px;
    opacity: 0.9;
  }

  html body .pc-lpn-pref-modal.is-open {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
  }

  html body .pc-lpn-pref-modal-inner {
    width: min(520px, calc(100vw - 48px));
    max-height: min(80vh, 720px);
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(160deg, #0d1117 0%, #111827 100%);
    border: 1px solid rgba(34, 211, 238, 0.25);
    box-shadow: 0 0 60px rgba(34, 211, 238, 0.15);
  }

  html body .pc-lpn-pref-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  html body .pc-lpn-pref-modal-title {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.04em;
  }

  html body .pc-lpn-pref-modal-close {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    color: #94a3b8;
    cursor: pointer;
  }

  html body .pc-lpn-pref-modal-list {
    max-height: calc(min(80vh, 720px) - 68px);
    overflow-y: auto;
    padding: 12px 16px 16px;
  }

  html body .pc-lpn-pref-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }

  html body .pc-lpn-pref-rank {
    width: 26px;
    flex-shrink: 0;
    text-align: center;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 800;
  }

  html body .pc-lpn-pref-rank-medal {
    font-size: 1rem;
  }

  html body .pc-lpn-pref-main {
    flex: 1;
    min-width: 0;
  }

  html body .pc-lpn-pref-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
  }

  html body .pc-lpn-pref-name {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  html body .pc-lpn-pref-stats {
    color: #94a3b8;
    font-size: 0.75rem;
    flex-shrink: 0;
  }

  html body .pc-lpn-pref-bar-track {
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
  }

  html body .pc-lpn-pref-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(to right, #22d3ee, #818cf8);
  }

  html body .mobile-lpn-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    justify-content: center;
    text-decoration: none;
    padding: 12px 6px 14px;
    box-sizing: border-box;
    border-radius: 18px;
    background:
      radial-gradient(circle at top center, rgba(56, 189, 248, 0.16), transparent 52%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(96, 165, 250, 0.14);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 0 0 1px rgba(0, 0, 0, 0.18),
      0 14px 30px rgba(0, 0, 0, 0.35);
  }

  html body .mobile-lpn-banner-title {
    font-size: 1.35rem;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    background: linear-gradient(90deg, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
  }

  html body .mobile-lpn-arrow-hint {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: -1px;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.78);
  }

  html body .mobile-lpn-arrow-line {
    width: 42px;
    height: 2px;
    border-radius: 999px;
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.35);
  }

  html body .mobile-lpn-arrow-head {
    width: 16px;
    height: 16px;
    border-top: 2px solid #7dd3fc;
    border-right: 2px solid #7dd3fc;
    transform: rotate(-45deg) translateY(-2px);
    box-shadow:
      0 0 10px rgba(125, 211, 252, 0.45),
      0 0 20px rgba(56, 189, 248, 0.2);
    animation: mobile-lpn-arrow-bob 1.8s ease-in-out infinite;
  }

  html body .mobile-lpn-arrow-line-left {
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.05), rgba(56, 189, 248, 0.85));
  }

  html body .mobile-lpn-arrow-line-right {
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.85), rgba(56, 189, 248, 0.05));
  }

  html body .mobile-lpn-banner-metric {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 16px;
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.055)),
      radial-gradient(circle at left center, rgba(36, 224, 160, 0.08), transparent 28%);
    border: 1px solid rgba(96, 165, 250, 0.22);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 20px rgba(56, 189, 248, 0.08),
      0 0 0 1px rgba(255, 255, 255, 0.03);
    box-sizing: border-box;
  }

  html body .mobile-lpn-status-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #24e0a0;
    box-shadow:
      0 0 10px rgba(36, 224, 160, 0.65),
      0 0 22px rgba(36, 224, 160, 0.2);
    flex-shrink: 0;
  }

  html body .mobile-lpn-metric-copy {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
  }

  html body .mobile-lpn-metric-copy strong {
    font-size: 2.05rem;
    line-height: 1;
    color: #38bdf8;
    font-weight: 900;
    text-shadow:
      0 0 14px rgba(56, 189, 248, 0.35),
      0 0 28px rgba(96, 165, 250, 0.14);
  }

  html body .mobile-lpn-inline-unit {
    font-size: 0.82rem;
    font-weight: 700;
    color: #ffffff;
  }

  @keyframes mobile-lpn-arrow-bob {
    0%, 100% {
      transform: rotate(-45deg) translateY(-2px);
      opacity: 0.88;
    }

    50% {
      transform: rotate(-45deg) translate(3px, -4px);
      opacity: 1;
    }
  }

  html body .pc-shinkansen-open {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: min(100%, 290px);
    min-height: 144px;
    max-height: 144px;
    padding: 14px 16px 12px;
    border: 2px solid #5de2a0;
    border-radius: 18px;
    background:
      radial-gradient(circle at 12% 22%, rgba(115, 221, 255, 0.9), transparent 22%),
      radial-gradient(circle at 84% 18%, rgba(255, 215, 115, 0.85), transparent 18%),
      radial-gradient(circle at 74% 78%, rgba(79, 227, 166, 0.38), transparent 26%),
      linear-gradient(135deg, rgba(8, 15, 24, 0.96) 0%, rgba(14, 37, 55, 0.92) 34%, rgba(22, 62, 48, 0.9) 100%);
    color: #fff;
    text-align: left;
    box-shadow: 0 0 0 1px rgba(93, 226, 160, 0.2), 0 14px 30px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    overflow: hidden;
  }

  html body .pc-shinkansen-open::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, transparent 0 14%, rgba(255, 255, 255, 0.08) 14% 16%, transparent 16% 100%),
      linear-gradient(0deg, transparent 0 72%, rgba(255, 255, 255, 0.07) 72% 74%, transparent 74% 100%);
    opacity: 0.45;
    pointer-events: none;
  }

  html body .pc-shinkansen-open::after {
    content: "JR Central";
    position: absolute;
    top: 10px;
    right: 12px;
    padding: 2px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  html body .pc-shinkansen-open-title,
  html body .pc-shinkansen-open-subtitle {
    position: relative;
    z-index: 1;
  }

  html body .pc-shinkansen-open-title {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.12;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  }

  html body .pc-shinkansen-open-subtitle {
    margin-top: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #d8f5ff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
  }

  html body .main-wrapper {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
  }

  html body .stream-section {
    width: min(90vw, 1720px) !important;
    margin: 24px auto 0 !important;
    display: block !important;
    padding: 1.5rem !important;
  }

  html body .camera-grid,
  html body .camera-grid.grid-mode {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    background: transparent !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  html body .camera-card {
    width: 100% !important;
    overflow: hidden;
    border-radius: 14px !important;
    background: #353948;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  html body .camera-label {
    margin: 0 !important;
    padding: 14px 14px !important;
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
  }

  html body .camera-label:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  html body .camera-fullscreen-close {
    display: none;
  }

  html body .camera-card.fullscreen .camera-fullscreen-close,
  html body .camera-card:fullscreen .camera-fullscreen-close,
  html body .camera-card:-webkit-full-screen .camera-fullscreen-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10003;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  }

  html body .camera-iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 0 0 12px 12px !important;
  }

  html body .camera-card.fullscreen {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10001 !important;
    width: 100vw !important;
    height: 100vh !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column;
    background: #0d1118;
  }

  html body .camera-card.fullscreen .camera-label {
    width: 100%;
    font-size: 1.55rem !important;
    padding: 16px 76px 16px 20px !important;
  }

  html body .camera-card.fullscreen iframe,
  html body .camera-card.fullscreen .camera-thumb-link {
    width: 100% !important;
    height: calc(100vh - 72px) !important;
    max-height: calc(100vh - 72px) !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    flex: 1 1 auto;
  }

  html body .camera-card.fullscreen .camera-thumb-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    background: #0d1118;
  }

  html body .camera-card:fullscreen,
  html body .camera-card:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column;
    background: #0d1118;
  }

  html body .camera-card:fullscreen .camera-label,
  html body .camera-card:-webkit-full-screen .camera-label {
    width: 100%;
    padding: 16px 76px 16px 20px !important;
    font-size: 1.55rem !important;
  }

  html body .camera-card:fullscreen iframe,
  html body .camera-card:fullscreen .camera-thumb-link,
  html body .camera-card:-webkit-full-screen iframe,
  html body .camera-card:-webkit-full-screen .camera-thumb-link {
    width: 100% !important;
    height: calc(100vh - 72px) !important;
    max-height: calc(100vh - 72px) !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    flex: 1 1 auto;
  }

  html body .camera-card:fullscreen .camera-thumb-image,
  html body .camera-card:-webkit-full-screen .camera-thumb-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    background: #0d1118;
  }

  html body.camera-fullscreen-active {
    overflow: hidden !important;
  }

  html body .taxi-promo-widget {
    text-align: center !important;
  }

  html body .line-btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  html body .line-btn-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  html body .line-btn-container img {
    display: block;
    margin: 0 auto;
  }

  html body .info-section {
    display: block !important;
    width: 100% !important;
    margin-top: 1rem;
  }

  html body #shinkansen {
    display: none !important;
  }

  html body .info-section .divider:first-of-type {
    display: none;
  }

  html body .pc-shinkansen-modal.is-open {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }

  html body .pc-shinkansen-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
    backdrop-filter: blur(6px);
  }

  html body .pc-shinkansen-dialog {
    position: relative;
    width: min(980px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    border-radius: 20px;
    overflow: hidden;
    background: #101418;
    border: 1px solid rgba(144, 197, 255, 0.3);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  }

  html body .pc-shinkansen-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(180deg, #0f1114 0%, #1a222a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  html body .pc-shinkansen-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
  }

  html body .pc-shinkansen-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
  }

  html body .pc-shinkansen-dialog-body {
    padding: 16px;
  }

  html body .pc-shinkansen-frame-wrapper {
    overflow: auto;
    max-height: calc(100vh - 160px);
    border-radius: 14px;
    background: #43485a;
    border: 2px solid #90c5ff;
  }

  html body #pc-shinkansen-iframe {
    width: 100%;
    min-width: 700px;
    min-height: 1400px;
    border: 0;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  /* ---- ヘッダー: 3カラム横並び ---- */
  html body .banner-container {
    padding: 8px 8px 0 !important;
    overflow: visible !important;
  }

  html body .banner-header-row {
    grid-template-columns: minmax(140px, 200px) minmax(240px, 1fr) minmax(130px, 180px);
    max-width: 100%;
    min-height: auto;
    gap: 8px;
    align-items: center;
    justify-items: center;
  }

  html body .banner-header-row .banner-image {
    grid-column: auto;
    width: 100% !important;
    max-width: none;
    max-height: 120px;
    object-fit: contain;
    align-self: center;
  }

  html body .pc-header-slot {
    width: 100%;
    max-height: none;
    height: auto;
    justify-content: center;
    align-items: center;
  }

  html body .pc-header-slot-left,
  html body .pc-header-slot-right {
    grid-column: auto;
    width: 100%;
  }

  /* ---- LPNカード: 枠なし・テキストのみのTaxi-Boardデザイン ---- */
  html body .pc-lpn-card {
    width: 100%;
    height: auto;
    min-height: 60px;
    max-width: none;
    aspect-ratio: auto;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    isolation: auto;
  }

  html body .pc-lpn-card::before {
    display: none;
  }

  /* カードメディア: フレックス縦並び */
  html body .pc-lpn-card-media {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    padding: 4px 2px;
    box-sizing: border-box;
  }

  /* "Taxi-Board" テキスト */
  html body .pc-lpn-card-media::before {
    content: "Taxi-Board";
    font-size: 1.4rem;
    font-weight: 900;
    font-style: italic;
    background: linear-gradient(90deg, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    text-align: center;
    line-height: 1;
  }

  /* ゲームバナー画像を非表示 */
  html body .pc-lpn-card-media img {
    display: none !important;
  }

  /* アクション部分: 通常フローに変更 */
  html body .pc-lpn-card-actions {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 6px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    pointer-events: auto !important;
    flex-wrap: wrap;
  }

  /* 利用者数ピル */
  html body .pc-lpn-metric {
    position: static !important;
    transform: none !important;
    width: auto !important;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 5px 10px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
  }

  html body .pc-lpn-status-dot {
    display: flex !important;
    width: 7px !important;
    height: 7px !important;
  }

  html body .pc-lpn-metric-copy {
    font-size: 0.68rem !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    gap: 2px !important;
    white-space: nowrap !important;
  }

  html body .pc-lpn-metric-copy strong {
    font-size: 1.0rem !important;
  }

  html body .pc-lpn-inline-unit {
    font-size: 0.62rem !important;
  }

  /* 都道府県ピル */
  html body .pc-lpn-pref-btn {
    position: static !important;
    transform: none !important;
    width: auto !important;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 5px 10px;
    pointer-events: auto !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    border: 0;
    color: #fff;
  }

  html body .pc-lpn-pref-btn svg {
    width: 11px !important;
    height: 11px !important;
  }

  html body .pc-lpn-pref-value {
    font-size: 1.0rem !important;
  }

  html body .pc-lpn-pref-unit {
    font-size: 0.62rem !important;
  }

  html body .pc-lpn-pref-chevron {
    font-size: 0.75rem !important;
  }

  /* ---- 新幹線ボタン: バナーの約半分の高さ ---- */
  html body .pc-shinkansen-open {
    width: 100%;
    min-height: 60px;
    height: 60px;
    max-height: 60px;
    padding: 8px 10px;
    align-self: center;
  }

  /* JR Centralテキストを非表示 */
  html body .pc-shinkansen-open::after {
    display: none !important;
  }

  html body .pc-shinkansen-open-title {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  html body .pc-shinkansen-open-subtitle {
    font-size: 0.6rem;
    margin-top: 4px;
  }
  html body .pc-shinkansen-dialog {
    width: min(460px, calc(100vw - 32px)) !important;
    max-height: calc(100vh - 32px) !important;
  }

  html body .pc-shinkansen-dialog-body {
    padding: 10px !important;
  }

  html body .pc-shinkansen-frame-wrapper {
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto !important;
  }

  /* ---- カメラグリッド: 画面幅いっぱい ---- */
  html body .main-wrapper {
    padding: 0 !important;
  }

  html body .stream-section {
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 0.4rem !important;
    box-sizing: border-box !important;
  }

  html body .camera-grid,
  html body .camera-grid.grid-mode {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
    overflow-x: clip !important;
  }

  html body .camera-card {
    max-width: 100% !important;
  }

  html body .camera-label {
    font-size: 1.05rem !important;
    padding: 10px 12px !important;
  }

  /* ---- iframeとサムネイル: Safari aspect-ratio確実対応 ---- */
  html body .camera-card .camera-iframe {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    /* Safari用フォールバック: widthから高さを計算 */
    height: auto !important;
    min-height: 0 !important;
    border-radius: 0 0 12px 12px !important;
  }

  html body .camera-thumb-link {
    position: relative;
    display: block !important;
    height: auto !important;
    width: 100%;
  }

  html body .camera-thumb-image {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 0 0 12px 12px !important;
  }

  html body .camera-thumb-icon {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 28px;
    height: 28px;
    opacity: 0.9;
  }
}

/* ==================================================
   iPad 横向き専用: スペースを最大限活用
   ================================================== */
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  html body .mobile-external-content {
    display: none !important;
  }

  html body .mobile-external-controls {
    display: grid !important;
  }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  html body .view-selector,
  html body .mobile-external-hero {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  html body .mobile-external-content {
    display: none !important;
  }

  html body .mobile-external-controls {
    display: grid !important;
  }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  /* スクロール設定を最小限に */
  html, body {
    height: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  /* ヘッダーの余白調整 */
  html body .banner-header-row {
    grid-template-columns: minmax(300px, 1.2fr) 1.5fr minmax(220px, 1fr) !important;
    gap: 15px !important;
    padding-bottom: 20px !important;
    align-items: center !important;
  }

  /* 映像カードの徹底フィット（黒枠解消） */
  html body .camera-card {
    min-height: 250px !important;
    height: auto !important;
    overflow: hidden !important;
    padding: 0 !important; /* カードの余白をなくす */
    background: #1e293b !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
  }

  /* ラベル（タイトル） */
  html body .camera-label {
    width: 100% !important;
    background: rgba(15, 23, 42, 0.9) !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    z-index: 5;
  }

  /* 映像/画像をカードいっぱいに表示 */
  html body .camera-card .camera-iframe,
  html body .camera-thumb-image {
    width: 100% !important;
    height: calc((100vw - 2.5rem) / 2 * 9 / 16) !important; /* 横幅から計算した16:9の高さ */
    min-height: 220px !important;
    object-fit: cover !important; /* 黒枠を消してフィットさせる */
    display: block !important;
    border: none !important;
    margin: 0 !important;
  }

  /* ---- LPNカード (左) ---- */
  html body .pc-lpn-card-media::before {
    content: "Taxi-Board";
    font-size: 2.8rem !important;
    font-weight: 900;
    font-style: italic;
    background: linear-gradient(90deg, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    text-align: center;
    line-height: 1;
    margin-bottom: 8px !important;
    padding-right: 15px !important;
  }

  html body .pc-lpn-card-actions {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
  }

  html body .pc-lpn-metric, 
  html body .pc-lpn-pref-btn {
    padding: 10px 18px !important;
    background: rgba(255, 255, 255, 0.12) !important;
  }

  html body .pc-lpn-metric-copy strong,
  html body .pc-lpn-pref-value {
    font-size: 1.6rem !important;
  }

  /* ---- 新幹線ボタン (右) ---- */
  html body .pc-shinkansen-open {
    height: 85px !important; 
    max-height: 85px !important;
    border: 2px solid rgba(74, 222, 128, 0.5) !important;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 30px 10px 10px !important;
    position: relative !important;
    border-radius: 20px !important;
    text-align: center !important;
  }

  html body .pc-shinkansen-open-title {
    font-size: 1.45rem !important;
    margin: 0 0 4px 0 !important;
    line-height: 1 !important;
    width: 100% !important;
    color: #fff !important;
  }

  html body .pc-shinkansen-open-subtitle {
    font-size: 0.8rem !important;
    opacity: 0.9;
    margin: 0 !important;
    width: 100% !important;
    color: #fff !important;
  }

  html body .pc-shinkansen-open::after {
    content: ">" !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 1.35rem !important;
    font-weight: bold !important;
    color: #4ade80 !important;
    display: block !important;
  }

  /* ---- 下4つは初期閉じ、タイトル押下で展開（iPad横向き専用） ---- */
  html body .camera-grid .camera-card:nth-child(n+7) {
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
    align-items: initial !important;
    justify-content: initial !important;
    cursor: default !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
  }

  html body .camera-grid .camera-card:nth-child(n+7) .camera-iframe,
  html body .camera-grid .camera-card:nth-child(n+7) .camera-thumb-link {
    display: none !important;
  }

  html body .camera-grid .camera-card:nth-child(n+7).is-open .camera-iframe,
  html body .camera-grid .camera-card:nth-child(n+7).is-open .camera-thumb-link {
    display: block !important;
  }

  html body .camera-grid .camera-card:nth-child(n+7) .camera-label {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    background: rgba(15, 23, 42, 0.9) !important;
    display: block !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    padding: 10px 44px 10px 12px !important;
    cursor: pointer !important;
  }

  html body .camera-grid .camera-card:nth-child(n+7) .camera-label::before {
    content: none !important;
  }

  html body .camera-grid .camera-card:nth-child(n+7) .camera-label::after {
    content: "＋" !important;
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 1.2rem !important;
    color: #7dd3fc !important;
  }

  html body .camera-grid .camera-card:nth-child(n+7).is-open .camera-label::after {
    content: "－" !important;
  }
}














