.rule-video-player[data-v-5a526509] {
  margin-top: 10px;
}
.logo-section {
  padding: 0;
  margin-bottom: 0;
  background: #409eff;
  box-shadow: none;
  transition: background 0.3s;
}
.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.logo-left,
.logo-center,
.logo-right {
  height: auto;
  max-height: 55px;
  width: auto;
  display: block;
  margin: 0;
  flex-shrink: 0;
}
.logo-left {
  text-align: left;
}
.logo-center {
  text-align: center;
  animation: rotate 3s linear infinite;
  filter: drop-shadow(0 0 10px rgba(1, 111, 255, 0.979))
    drop-shadow(0 0 20px rgb(44, 77, 138)) drop-shadow(0 0 30px rgb(15, 3, 0));
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.lottery-result-block {
  background: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.lottery-result-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.lottery-name {
  font-size: 1.1rem;
  font-weight: 900;
  color: #333;
  line-height: 1.2;
  text-align: center;
}
.lottery-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
  font-size: 1.1rem;
  font-weight: 400;
  color: #030303;
}
.issue-info {
  text-align: left;
  flex: 0 0 auto;
  letter-spacing: 0;
  word-spacing: 0;
  font-family: inherit;
  font-weight: 400;
  margin-right: 2px;
}
.issue-info span {
  letter-spacing: 0;
  word-spacing: 0;
  font-family: inherit;
  font-weight: 400;
}
.issue-number {
  font-weight: 700;
  color: #ff4d4f;
}
.history-link {
  flex-shrink: 0;
  text-align: right;
  font-size: 0.95rem;
}
.lottery-numbers-display {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.normal-numbers {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.number-ball {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  border: none;
  margin: 0;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.ball-red,
.ball-green,
.ball-blue {
  border: none;
  box-shadow: none;
  background: none;
}
.special-ball {
  transform: scale(1.1);
  z-index: 2;
  width: 44px;
  height: 44px;
}
.ball-number {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  z-index: 1;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ball-zodiac {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%) translateY(8px);
  font-size: 0.7rem;
  box-shadow: 0 2px 6px #0000001a;
  white-space: nowrap;
  z-index: 3;
  min-width: 24px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.number-separator {
  font-size: 1.8rem;
  color: #7f8c8d;
  font-weight: 700;
  margin: 0 8px;
  flex-shrink: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.next-issue-info {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 30px 0;
  padding: 8px 0;
  border-top: 1px solid #eee;
}
.next-issue-text {
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}
.next-issue-left {
  text-align: left;
  flex: 0 0 auto;
}
.countdown-time {
  color: #ff4d4f;
  font-family: monospace;
  font-weight: 700;
  text-align: right;
  flex-shrink: 0;
}
.text-announcement-section {
  margin-bottom: 12px;
  transition: background 0.3s;
  overflow: hidden;
}
.announcement-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.announcement-icon {
  font-size: 1.2rem;
  color: #ff4d4f;
  flex-shrink: 0;
}
.announcement-text-container {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.announcement-text {
  white-space: nowrap;
  display: inline-block;
}
@keyframes scroll-text {
  0% {
    transform: translate(100%);
  }
  to {
    transform: translate(-100%);
  }
}
.ball-zodiac {
  color: #666;
  background: #f6f6f6;
  border-radius: 4px;
  padding: 0 4px;
  font-weight: 500;
}
.lottery-selector {
  display: flex;
  flex-direction: column;
}
.selector-buttons {
  flex-wrap: wrap;
}
.selector-buttons.capsule-style {
  background: transparent;
  padding: 0;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.selector-btn.capsule-btn {
  flex: 1;
  border: none;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
}
.selector-btn.capsule-btn.active {
  background: #409eff;
  color: #fff;
}
.selector-btn.capsule-btn:not(.active) {
  background: #f0f0f0;
  color: #666;
}
.selector-btn.capsule-btn:hover:not(.active) {
  background: #e8e8e8;
  color: #333;
}
.selector-btn:hover {
  background: #e0e0e0;
  color: #222;
}
.selector-btn.active {
  border-color: #409eff;
}
.selector-btn.active:hover {
  background: #337ab7;
  color: #fff;
}
.logo2-icon {
  flex: 1;
  min-width: 0;
}
.logo2-item {
  flex: 1;
  min-width: 0;
}
.logo2-text {
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
  text-shadow:
    2px 2px 4px #ffd700,
    -1px -1px 2px #ffd700,
    1px -1px 2px #ffd700,
    -1px 1px 2px #ffd700;
}
@media (max-width: 768px) {
  .logo2-section {
    padding: 0 8px;
  }
  .logo2-container {
    gap: 6px;
  }
  .logo2-icon {
    height: 60px;
    max-width: 60px;
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .logo2-section {
    padding: 0;
  }
  .logo2-container {
    gap: 4px;
  }
  .logo2-icon {
    height: 70px;
    max-width: 70px;
    border-radius: 6px;
  }
}
@media (max-width: 360px) {
  .logo2-container {
    gap: 2px;
  }
  .logo2-icon {
    height: 45px;
    max-width: 45px;
    border-radius: 5px;
  }
}
.browser-tip-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.tv-section {
  width: 100%;
  margin: 16px 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.tv-screen {
  width: min(960px, 100%);
  aspect-ratio: 16/9;
  max-height: 60vh;
  border-radius: 12px;
  background: radial-gradient(circle at 20% 20%, #444 0, #222 40%, #111);
  box-shadow: 0 8px 24px #00000073;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tv-text {
  font-size: clamp(18px, 2.4vw, 26px);
  color: #f5f5f5;
  letter-spacing: 2px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lottery-selector {
  gap: 10px;
  margin: 16px 0;
}
.selector-buttons {
  display: flex;
}
.selector-buttons.capsule-style {
  border-radius: 6px;
  gap: 0;
}
.selector-btn {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 36px;
}
.selector-btn.capsule-btn {
  font-size: 0.75rem;
  padding: 8px 10px;
}
.selector-btn.capsule-btn:first-child {
  border-radius: 4px 0 0 4px;
}
.selector-btn.capsule-btn:last-child {
  border-radius: 0 4px 4px 0;
}
* {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body {
  overflow-x: hidden;
}
.text-announcement-section {
  background: linear-gradient(90deg, #f8fafc 60%, #e6f0ff);
  border-radius: 10px;
  box-shadow: 0 2px 8px #409eff0f;
  margin: 0 16px 16px;
  padding: 0;
}
.announcement-container {
  padding: 12px 10px 12px 16px;
}
.announcement-text {
  color: #1a237e;
  font-size: 1rem;
  font-weight: 600;
  animation: scroll-text 18s linear infinite;
}
.number-ball:hover {
  transform: scale(1.13) rotate(-3deg);
  box-shadow: 0 4px 16px #409eff2e;
  z-index: 10;
}
.history-link {
  background: #f0f7ff;
  border-radius: 6px;
  padding: 2px 12px;
  color: #409eff;
  font-weight: 600;
  border: 1px solid #b3d8ff;
  transition:
    background 0.2s,
    color 0.2s;
  text-decoration: none;
  cursor: pointer;
  margin-left: 12px;
}
.history-link:hover {
  background: #409eff;
  color: #fff;
}
.refresh-container {
  background-color: red !important;
  padding: 0 !important;
  border-radius: 4px !important;
  display: inline-block !important;
  margin: 0 8px !important;
  border: 2px solid darkred !important;
}
@media (max-width: 600px) {
  .text-announcement-section {
    margin: 0 4px 12px;
    border-radius: 6px;
  }
}
@media (max-width: 380px) {
  .lottery-result-block .lottery-info-row {
    gap: 0 !important;
  }
}
@media (min-width: 381px) and (max-width: 430px) {
  .lottery-result-block .lottery-info-row {
    gap: 20px !important;
  }
}
@media (min-width: 431px) {
  .lottery-result-block .lottery-info-row {
    gap: 50px !important;
  }
}
.logo2-section {
  margin-bottom: 16px;
  padding: 0 12px;
}
.logo2-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.logo2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.logo2-icon {
  width: auto;
  height: 80px;
  max-width: 100px;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 0.2s ease;
}
.logo2-icon:hover {
  transform: scale(1.05);
}
.logo2-text {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}
.browser-tip-section {
  margin-bottom: 16px;
  padding: 0 12px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
  min-height: 100vh;
  transition: all 0.3s ease;
  max-width: 480px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.data-map-item {
  border: 1px solid rgba(46, 204, 113, 0.3);
  gap: 0.5rem;
}
@keyframes slideIn {
  0% {
    transform: translate(100%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #0000001a;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: #3498db80;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3498dbb3;
}
.lottery-result-header {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 600px) {
  .lottery-result-header {
    font-size: 1.3rem;
  }
}
