/*
Theme Name: tiny-ripro
Theme URI: https://www.ymkuzhan.com/tiny-ripro
Description: ripro-v5 子主题
Author: ymkuzhan
Version: 1.0.0
Template: ripro-v5
Text Domain: tiny-ripro
*/

.tiny-home-post-slider-widget .owl-carousel {
  position: relative;
  padding-bottom: 30px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  overscroll-behavior: contain;
}

.tiny-home-post-slider-widget .owl-carousel .owl-nav {
  width: 110%;
}

.tiny-home-post-slider-widget .owl-carousel .owl-nav button.owl-prev,
.tiny-home-post-slider-widget .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 20px;
  margin: 0;
  transition: all 0.3s;
  pointer-events: auto;
}

.tiny-home-post-slider-widget .owl-carousel .owl-stage,
.tiny-home-post-slider-widget .owl-carousel .owl-stage-outer {
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.tiny-home-post-slider-widget .owl-carousel .owl-nav button.owl-prev:hover,
.tiny-home-post-slider-widget .owl-carousel .owl-nav button.owl-next:hover {
  background: var(--ripro-theme-color, #007bff) !important;
  color: #fff;
}

.tiny-home-post-slider-widget .owl-carousel .owl-dots {
  position: absolute;
  bottom: -0.5rem;

  text-align: center;
  margin-top: 10px;
}


.translate-flags { display: inline-flex; gap: 8px; align-items: center; position: relative; }
.translate-flags .translate-current { display: inline-flex; width: 26px; height: 26px; border-radius: 50%; align-items: center; justify-content: center; font-size: 16px; background: #fff; border: 1px solid rgba(0,0,0,.08); overflow: hidden; }
.translate-flags .translate-current img { width: 100%; height: 100%; display: block; object-fit: cover; }
.translate-flags .translate-menu { display: none; position: absolute; top: 120%; right: 0; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.12); border: 1px solid rgba(0,0,0,.08); border-radius: 10px; padding: 8px; gap: 6px; z-index: 1000; flex-direction: column; }
html[data-bs-theme="dark"] .translate-flags .translate-current { background: #1e293b; border-color: #1f2937; }
html[data-bs-theme="dark"] .translate-flags .translate-menu { background: #1e293b; border-color: #1f2937; }
.translate-flags.open .translate-menu { display: flex; }
.translate-flags .translate-flag { display: flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 8px; cursor: pointer; transition: background .2s; background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.translate-flags .translate-flag:hover { background: #f8f9fa; }
html[data-bs-theme="dark"] .translate-flags .translate-flag { background: #1e293b; border-color: #1f2937; }
.translate-flags .translate-flag .flag-svg { display: inline-flex; width: 20px; height: 20px; border-radius: 50%; overflow: hidden; }
.translate-flags .translate-flag .flag-svg img { width: 100%; height: 100%; display: block; object-fit: cover; }
.translate-flags .translate-label { font-size: 14px; color: #333; }
html[data-bs-theme="dark"] .translate-flags .translate-label { color: #fff; }
.translate-flags select { display: none !important; }
.translate-flags .translate-current svg { width: 100%; height: 100%; display: block; }
.tiny-home-post-slider-widget .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.tiny-home-post-slider-widget .owl-carousel .owl-dots .owl-dot.active span,
.tiny-home-post-slider-widget .owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--ripro-theme-color, #007bff);
}

.tiny-sidebar-pay-box {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tiny-sidebar-pay-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.tiny-mac-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.tiny-mac-dots {
  display: flex;
  gap: 6px;
  margin-right: auto;
}
.tiny-mac-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.tiny-mac-dot.red {
  background: #ff5f56;
}
.tiny-mac-dot.yellow {
  background: #ffbd2e;
}
.tiny-mac-dot.green {
  background: #27c93f;
}

.tiny-status-badge {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  color: #666;
}
.tiny-status-badge.success {
  background: #e6fffa;
  color: #047857;
}
.tiny-status-badge.warning {
  background: #fffbeb;
  color: #b45309;
}

.tiny-main-price-area {
  text-align: center;
  margin: 20px 0;
}
.tiny-price-large {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  line-height: 1;
  letter-spacing: -1px;
}
.tiny-price-large .currency {
  font-size: 18px;
  color: #999;
  vertical-align: top;
  margin-right: 2px;
}
.tiny-price-large .unit {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-left: 4px;
}

.tiny-vip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.tiny-vip-item {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  transition: all 0.2s;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.tiny-vip-item:hover {
  background: #fff;
  border-color: #eee;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.tiny-vip-item .label {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}
.tiny-vip-item .value {
  font-weight: 700;
  color: #333;
  font-size: 15px;
}
.tiny-vip-item.vip .value {
  color: #10b981;
}
.tiny-vip-item.boosvip .value {
  color: #f59e0b;
}

.tiny-badge-discount {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff4d4f;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 0 12px 0 8px;
  line-height: 1.2;
}
.tiny-badge-recommend {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 12px 0 8px 0;
  line-height: 1.2;
}

.tiny-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px;
  border-radius: 5px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 15px;
}
.tiny-btn-primary {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.tiny-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
  color: #fff;
}
.tiny-btn-success {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}
.tiny-btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
  color: #fff;
}

.tiny-info-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.tiny-info-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 8px;
  color: #666;
}
.tiny-info-row span:last-child {
  color: #333;
  font-weight: 500;
}

.tiny-download-item {
  margin-bottom: 10px;
}
.tiny-pwd-group {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  padding: 6px 10px;
  margin-top: 10px;
  font-size: 12px;
  color: #64748b;
}
.tiny-pwd-group span {
  flex: 1;
}
.tiny-copy-btn {
  background: none;
  border: none;
  color: #3b82f6;
  cursor: pointer;
  padding: 0 5px;
  font-weight: 600;
}

.tiny-scrollbar-beautify ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.tiny-scrollbar-beautify ::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3b82f6, #33a1ea);
  border-radius: 8px;
}
.tiny-scrollbar-beautify ::-webkit-scrollbar-track {
  background: #f1f5f9;
}
.tiny-scrollbar-beautify {
  scrollbar-color: #f19327 #f1f5f9;
  scrollbar-width: thin;
}

.tiny-widget-header-horizontal .home-widget > section.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tiny-widget-header-horizontal .home-widget > section.container .section-title {
  flex: 1 1 auto;
  text-align: left !important;
  margin-bottom: 0.75rem;
}
.tiny-widget-header-horizontal
  .home-widget
  > section.container
  .section-title
  h3 {
  display: inline;
  margin: 0 0.5rem 0 0;
}
.tiny-widget-header-horizontal
  .home-widget
  > section.container
  .section-title
  p {
  display: inline;
  margin: 0;
}
.tiny-widget-header-horizontal
  .home-widget
  > section.container
  .section-cat-navbtn {
  /* flex: 0 0 auto; */
  text-align: right !important;
  margin-bottom: 0.75rem;
}
.tiny-widget-header-horizontal
  .home-widget
  > section.container
  .section-cat-navbtn
  .btn {
  margin: 0 0.25rem;
}
.tiny-widget-header-horizontal .home-widget > section.container > .row,
.tiny-widget-header-horizontal .home-widget > section.container > .posts-warp,
.tiny-widget-header-horizontal
  .home-widget
  > section.container
  > .cms-post-warp,
.tiny-widget-header-horizontal .home-widget > section.container > .pagination,
.tiny-widget-header-horizontal .home-widget > section.container > .page-nav,
.tiny-widget-header-horizontal .home-widget > section.container > .container,
.tiny-widget-header-horizontal
  .home-widget
  > section.container
  > .post-slider-warp {
  flex: 0 0 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .tiny-widget-header-horizontal .home-widget > section.container {
    /* flex-direction: column; */
  }
  .tiny-widget-header-horizontal
    .home-widget
    > section.container
    .section-title {
    text-align: left !important;
  }
  .tiny-widget-header-horizontal
    .home-widget
    > section.container
    .section-cat-navbtn {
    text-align: left !important;
    margin-top: -0.25rem;
  }
}

.post-slider-warp {
  position: relative;
  overflow: visible;
}
.post-slider-warp .post-slider-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
.post-slider-warp .post-slider-nav .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.post-slider-warp .post-slider-nav .owl-nav.disabled {
  display: none;
}
.post-slider-warp .post-slider-nav .owl-nav:not(.disabled) {
  display: block;
}
.post-slider-warp .post-slider-nav .owl-nav .owl-prev,
.post-slider-warp .post-slider-nav .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.post-slider-warp .post-slider-nav .owl-nav .owl-prev {
  left: -8px;
}
.post-slider-warp .post-slider-nav .owl-nav .owl-next {
  right: -8px;
}

.tiny-search-hero {
  position: relative;
  min-height: 520px;
  background: radial-gradient(
    circle at 10% 10%,
    #7c003f 0%,
    #300017 45%,
    #13000b 100%
  );
  color: #fff;
  overflow: visible;
  margin-bottom: 80px;
}

.tiny-search-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
      rgba(255, 255, 255, 0.06) 2px,
      transparent 2px
    ),
    radial-gradient(rgba(255, 255, 255, 0.04) 1.5px, transparent 1.5px);
  background-size: 120px 120px, 80px 80px;
  background-position: 0 0, 40px 60px;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}

.tiny-hero-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.tiny-bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.tiny-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tiny-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.tiny-bg-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.style-flow {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: tinyGradientFlow 15s ease infinite;
}
@keyframes tinyGradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.style-stars {
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  overflow: hidden;
}
.style-stars::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 10vw 10vh #fff, 20vw 80vh #fff, 30vw 30vh #fff, 40vw 50vh #fff,
    50vw 90vh #fff, 60vw 20vh #fff, 70vw 60vh #fff, 80vw 40vh #fff,
    90vw 70vh #fff, 15vw 25vh #fff, 25vw 85vh #fff, 35vw 15vh #fff,
    45vw 55vh #fff, 55vw 35vh #fff, 65vw 95vh #fff, 75vw 45vh #fff,
    85vw 15vh #fff, 95vw 65vh #fff, 5vw 5vh #fff, 12vw 92vh #fff, 22vw 12vh #fff,
    32vw 72vh #fff, 42vw 22vh #fff, 52vw 82vh #fff, 62vw 32vh #fff,
    72vw 52vh #fff, 82vw 12vh #fff, 92vw 92vh #fff, 10vw 110vh #fff,
    20vw 180vh #fff, 30vw 130vh #fff, 40vw 150vh #fff, 50vw 190vh #fff,
    60vw 120vh #fff, 70vw 160vh #fff, 80vw 140vh #fff, 90vw 170vh #fff,
    15vw 125vh #fff, 25vw 185vh #fff, 35vw 115vh #fff, 45vw 155vh #fff,
    55vw 135vh #fff, 65vw 195vh #fff, 75vw 145vh #fff, 85vw 115vh #fff,
    95vw 165vh #fff, 5vw 105vh #fff, 12vw 192vh #fff, 22vw 112vh #fff,
    32vw 172vh #fff, 42vw 122vh #fff, 52vw 182vh #fff, 62vw 132vh #fff,
    72vw 152vh #fff, 82vw 112vh #fff, 92vw 192vh #fff;
  animation: tinyAnimStar 60s linear infinite;
}
.style-stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 5vw 15vh #fff, 15vw 65vh #fff, 25vw 25vh #fff, 35vw 75vh #fff,
    45vw 35vh #fff, 55vw 85vh #fff, 65vw 45vh #fff, 75vw 15vh #fff,
    85vw 55vh #fff, 95vw 35vh #fff, 10vw 50vh #fff, 30vw 10vh #fff,
    50vw 40vh #fff, 70vw 80vh #fff, 90vw 20vh #fff, 5vw 115vh #fff,
    15vw 165vh #fff, 25vw 125vh #fff, 35vw 175vh #fff, 45vw 135vh #fff,
    55vw 185vh #fff, 65vw 145vh #fff, 75vw 115vh #fff, 85vw 155vh #fff,
    95vw 135vh #fff, 10vw 150vh #fff, 30vw 110vh #fff, 50vw 140vh #fff,
    70vw 180vh #fff, 90vw 120vh #fff;
  animation: tinyAnimStar 100s linear infinite;
  opacity: 0.6;
}

@keyframes tinyAnimStar {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100vh);
  }
}

.style-bubbles {
  background: linear-gradient(180deg, #89f7fe 0%, #66a6ff 100%);
  overflow: hidden;
}
.style-bubbles span {
  position: absolute;
  bottom: -100px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.5) 40%,
    rgba(255, 255, 255, 0.1) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: inset -5px -5px 15px rgba(255, 255, 255, 0.3),
    inset 2px 2px 10px rgba(255, 255, 255, 1), 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  animation: tinyBubbles 15s linear infinite;
  opacity: 0.9;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.style-bubbles span:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 10%;
  animation-duration: 8s;
  animation-delay: 0s;
}
.style-bubbles span:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 2s;
}
.style-bubbles span:nth-child(3) {
  width: 50px;
  height: 50px;
  left: 35%;
  animation-duration: 10s;
  animation-delay: 4s;
}
.style-bubbles span:nth-child(4) {
  width: 80px;
  height: 80px;
  left: 50%;
  animation-duration: 15s;
  animation-delay: 0s;
}
.style-bubbles span:nth-child(5) {
  width: 35px;
  height: 35px;
  left: 55%;
  animation-duration: 6s;
  animation-delay: 1s;
}
.style-bubbles span:nth-child(6) {
  width: 45px;
  height: 45px;
  left: 65%;
  animation-duration: 8s;
  animation-delay: 3s;
}
.style-bubbles span:nth-child(7) {
  width: 90px;
  height: 90px;
  left: 70%;
  animation-duration: 20s;
  animation-delay: 2s;
}
.style-bubbles span:nth-child(8) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 1s;
}
.style-bubbles span:nth-child(9) {
  width: 15px;
  height: 15px;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 0s;
}
.style-bubbles span:nth-child(10) {
  width: 50px;
  height: 50px;
  left: 85%;
  animation-duration: 10s;
  animation-delay: 4s;
}

@keyframes tinyBubbles {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-800px) scale(1.2);
    opacity: 0;
  }
}

.style-meteor {
  background: linear-gradient(to bottom, #020111 10%, #3a3a52 100%);
  overflow: hidden;
}
.style-meteor span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1),
    0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 1);
  animation: tinyMeteor 3s linear infinite;
}
.style-meteor span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}
.style-meteor span:nth-child(1) {
  top: 0;
  left: 0;
  animation-delay: 0s;
  animation-duration: 3s;
}
.style-meteor span:nth-child(2) {
  top: 0;
  left: 20%;
  animation-delay: 1s;
  animation-duration: 4s;
}
.style-meteor span:nth-child(3) {
  top: 0;
  left: 40%;
  animation-delay: 2.5s;
  animation-duration: 3.5s;
}
.style-meteor span:nth-child(4) {
  top: 0;
  left: 60%;
  animation-delay: 0.5s;
  animation-duration: 2.8s;
}
.style-meteor span:nth-child(5) {
  top: 0;
  left: 80%;
  animation-delay: 3s;
  animation-duration: 4.2s;
}
.style-meteor span:nth-child(6) {
  top: 0;
  left: 10%;
  animation-delay: 1.5s;
  animation-duration: 3.2s;
}
.style-meteor span:nth-child(7) {
  top: 0;
  left: 30%;
  animation-delay: 2s;
  animation-duration: 3.8s;
}
.style-meteor span:nth-child(8) {
  top: 0;
  left: 50%;
  animation-delay: 0.8s;
  animation-duration: 2.5s;
}
.style-meteor span:nth-child(9) {
  top: 0;
  left: 70%;
  animation-delay: 2.2s;
  animation-duration: 3.6s;
}
.style-meteor span:nth-child(10) {
  top: 0;
  left: 90%;
  animation-delay: 1.2s;
  animation-duration: 4.5s;
}

@keyframes tinyMeteor {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(315deg) translateX(-1000px);
    opacity: 0;
  }
}

.style-bokeh {
  background: linear-gradient(45deg, #2b5876, #4e4376);
  overflow: hidden;
}
.style-bokeh span {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.6;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  animation: tinyBokehMove 20s infinite linear,
    tinyBokehColor 15s infinite alternate;
}
.style-bokeh span:nth-child(1) {
  width: 20vmin;
  height: 20vmin;
  top: 10%;
  left: 10%;
  animation-duration: 25s, 12s;
  animation-delay: 0s;
}
.style-bokeh span:nth-child(2) {
  width: 30vmin;
  height: 30vmin;
  top: 40%;
  left: 60%;
  animation-duration: 30s, 15s;
  animation-delay: -5s;
}
.style-bokeh span:nth-child(3) {
  width: 15vmin;
  height: 15vmin;
  top: 70%;
  left: 20%;
  animation-duration: 22s, 18s;
  animation-delay: -10s;
}
.style-bokeh span:nth-child(4) {
  width: 25vmin;
  height: 25vmin;
  top: 20%;
  left: 80%;
  animation-duration: 28s, 14s;
  animation-delay: -2s;
}
.style-bokeh span:nth-child(5) {
  width: 18vmin;
  height: 18vmin;
  top: 60%;
  left: 40%;
  animation-duration: 26s, 16s;
  animation-delay: -7s;
}
.style-bokeh span:nth-child(6) {
  width: 22vmin;
  height: 22vmin;
  top: 80%;
  left: 80%;
  animation-duration: 32s, 20s;
  animation-delay: -12s;
}
.style-bokeh span:nth-child(7) {
  width: 12vmin;
  height: 12vmin;
  top: 30%;
  left: 30%;
  animation-duration: 24s, 13s;
  animation-delay: -4s;
}
.style-bokeh span:nth-child(8) {
  width: 28vmin;
  height: 28vmin;
  top: 10%;
  left: 50%;
  animation-duration: 29s, 17s;
  animation-delay: -8s;
}
.style-bokeh span:nth-child(9) {
  width: 16vmin;
  height: 16vmin;
  top: 50%;
  left: 10%;
  animation-duration: 23s, 19s;
  animation-delay: -3s;
}
.style-bokeh span:nth-child(10) {
  width: 24vmin;
  height: 24vmin;
  top: 90%;
  left: 50%;
  animation-duration: 27s, 21s;
  animation-delay: -9s;
}
.style-bokeh span:nth-child(11) {
  width: 10vmin;
  height: 10vmin;
  top: 45%;
  left: 90%;
  animation-duration: 20s, 10s;
  animation-delay: -6s;
}
.style-bokeh span:nth-child(12) {
  width: 32vmin;
  height: 32vmin;
  top: 85%;
  left: 15%;
  animation-duration: 35s, 22s;
  animation-delay: -11s;
}

@keyframes tinyBokehMove {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(100px, -50px) rotate(120deg) scale(1.1);
  }
  66% {
    transform: translate(-50px, 100px) rotate(240deg) scale(0.9);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

@keyframes tinyBokehColor {
  0% {
    background-color: rgba(255, 105, 180, 0.4);
    box-shadow: 0 0 30px rgba(255, 105, 180, 0.3);
  }
  25% {
    background-color: rgba(138, 43, 226, 0.4);
    box-shadow: 0 0 30px rgba(138, 43, 226, 0.3);
  }
  50% {
    background-color: rgba(0, 191, 255, 0.4);
    box-shadow: 0 0 30px rgba(0, 191, 255, 0.3);
  }
  75% {
    background-color: rgba(64, 224, 208, 0.4);
    box-shadow: 0 0 30px rgba(64, 224, 208, 0.3);
  }
  100% {
    background-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
  }
}

.style-ocean {
  background: linear-gradient(to bottom, #87c9f7 0%, #d7eeff 45%, #f5d6a1 100%);
  overflow: hidden;
}
.style-ocean::before,.style-ocean::after{content:none;display:none}
.style-ocean canvas{position:absolute;inset:0;width:100%;height:100%}
.style-ocean .tiny-shore-mask{
  position:absolute;
  left:0;right:0;bottom:0;
  height:30%;
  background:linear-gradient(to top,#e6d3a3 0%,rgba(230,211,163,.85) 28%,rgba(230,211,163,.4) 60%,rgba(230,211,163,0) 100%);
  pointer-events:none;
}
.tiny-search-hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px 180px;
  text-align: center;
}

.tiny-search-hero-inner h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 12px;
  color: #fff;
}
.tiny-search-hero-inner p,
.tiny-search-hero-inner .tiny-hero-desc {
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 26px;
  color: #fff;
}

.tiny-search-box {
  width: 680px;
  max-width: 94%;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.tiny-search-cat {
  margin-right: 10px;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.tiny-search-cat select {
  background: transparent;
  border: none;
  font-size: 14px;
  color: #333;
  outline: none;
  cursor: pointer;
  padding-right: 20px;
}
.tiny-search-box input {
  flex: 1;
  border: 0;
  outline: none;
  font-size: 15px;
  background: transparent;
  color: #333;
  padding: 10px;
}
.tiny-search-box button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  color: #333;
}
.tiny-search-box button:hover {
  opacity: 1;
}

.tiny-hero-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.tiny-hero-tag {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  backdrop-filter: blur(4px);
  transition: 0.2s;
  text-decoration: none;
}
.tiny-hero-tag:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.tiny-hero-cards {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  width: min(1200px, 94%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  z-index: 5;
}

.tiny-hero-card {
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  text-decoration: none;
  color: #333;
}
.tiny-hero-card:hover {
  transform: translateY(-6px);
  color: #333;
}

.tiny-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}
.tiny-card-text h3 {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
}
.tiny-card-text p {
  font-size: 13px;
  color: #777;
  margin: 0;
  line-height: 1.4;
}

.tiny-card-badge {
  margin-left: 6px;
  padding: 2px 8px;
  background: #ff8b2e;
  color: #fff;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .tiny-search-hero {
    padding-bottom: 100px;
  }
  .tiny-hero-cards {
    grid-template-columns: repeat(2, 1fr);
    bottom: -80px;
  }
}

@media (max-width: 768px) {
  .tiny-search-hero {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .tiny-search-hero-inner {
    padding-bottom: 40px;
  }
  .tiny-search-cat {
    display: none;
  }
  .tiny-hero-cards {
    position: relative;
    left: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    padding: 20px;
    background: #f6f6f7;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .tiny-hero-cards {
    grid-template-columns: 1fr;
  }
}

.tiny-btn-adaptive {
  color: #343a40;
  border: 1px solid #343a40;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tiny-btn-adaptive:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body.dark-open .tiny-btn-adaptive,
[data-bs-theme="dark"] .tiny-btn-adaptive {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
body.dark-open .tiny-btn-adaptive:hover,
[data-bs-theme="dark"] .tiny-btn-adaptive:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

body.dark-open .tiny-search-box,
[data-bs-theme="dark"] .tiny-search-box {
  background: rgba(41, 48, 66, 0.95);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}
body.dark-open .tiny-search-box input,
body.dark-open .tiny-search-box button,
body.dark-open .tiny-search-box .tiny-search-cat select,
[data-bs-theme="dark"] .tiny-search-box input,
[data-bs-theme="dark"] .tiny-search-box button,
[data-bs-theme="dark"] .tiny-search-box .tiny-search-cat select {
  color: #e9ecef;
}
body.dark-open .tiny-search-cat,
[data-bs-theme="dark"] .tiny-search-cat {
  border-right-color: #3e485e;
}
body.dark-open .tiny-search-cat select option,
[data-bs-theme="dark"] .tiny-search-cat select option {
  background-color: #293042;
  color: #e9ecef;
}

body.dark-open .tiny-hero-card,
[data-bs-theme="dark"] .tiny-hero-card {
  background: #293042;
  color: #e9ecef;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}
body.dark-open .tiny-hero-card:hover,
[data-bs-theme="dark"] .tiny-hero-card:hover {
  color: #fff;
  background: #323a4e;
}
body.dark-open .tiny-card-text h3,
[data-bs-theme="dark"] .tiny-card-text h3 {
  color: #e9ecef;
}
body.dark-open .tiny-card-text p,
[data-bs-theme="dark"] .tiny-card-text p {
  color: #adb5bd;
}

body.dark-open .tiny-sidebar-pay-box,
[data-bs-theme="dark"] .tiny-sidebar-pay-box {
  background: #191b1d;
}
body.dark-open .tiny-mac-header,
[data-bs-theme="dark"] .tiny-mac-header {
  border-bottom: 1px solid #374056;
}
body.dark-open .tiny-sidebar-pay-box h4,
[data-bs-theme="dark"] .tiny-sidebar-pay-box h4 {
  color: #e9ecef !important;
}
body.dark-open .tiny-sidebar-pay-box p,
[data-bs-theme="dark"] .tiny-sidebar-pay-box p,
body.dark-open .tiny-main-price-area .text-muted,
[data-bs-theme="dark"] .tiny-main-price-area .text-muted {
  color: #adb5bd !important;
}
body.dark-open .tiny-info-row,
[data-bs-theme="dark"] .tiny-info-row {
  border-bottom-color: #374056;
}
body.dark-open .tiny-info-row span:first-child,
[data-bs-theme="dark"] .tiny-info-row span:first-child {
  color: #adb5bd;
}
body.dark-open .tiny-info-row span:last-child,
[data-bs-theme="dark"] .tiny-info-row span:last-child {
  color: #e9ecef;
}

body.dark-open .tiny-vip-item,
[data-bs-theme="dark"] .tiny-vip-item {
  background: #293042;
  border: 1px solid #374056;
}
body.dark-open .tiny-vip-item .label,
[data-bs-theme="dark"] .tiny-vip-item .label {
  color: #adb5bd;
}
body.dark-open .tiny-vip-item .value,
[data-bs-theme="dark"] .tiny-vip-item .value {
  color: #e9ecef;
}
body.dark-open .tiny-price-large,
[data-bs-theme="dark"] .tiny-price-large {
  color: #e9ecef;
}
body.dark-open .tiny-download-item,
[data-bs-theme="dark"] .tiny-download-item {
  background: #202634;
  border: 1px solid #374056;
}
body.dark-open .tiny-pwd-group,
[data-bs-theme="dark"] .tiny-pwd-group {
  background: #293042;
  color: #adb5bd;
}
body.dark-open .tiny-copy-btn,
[data-bs-theme="dark"] .tiny-copy-btn {
  background: #374056;
  color: #e9ecef;
}
body.dark-open .tiny-copy-btn:hover,
[data-bs-theme="dark"] .tiny-copy-btn:hover {
  background: #4b5468;
  color: #fff;
}

body.dark-open .tr-hero-down .card,
[data-bs-theme="dark"] .tr-hero-down .card {
  background: #293042;
  border: 1px solid #374056;
  box-shadow: none;
}
body.dark-open .tr-hero-down .thumb,
[data-bs-theme="dark"] .tr-hero-down .thumb {
  background: #293042;
  border: 1px solid #374056;
  box-shadow: none;
}
body.dark-open .tr-hero-down .thumb .meta,
[data-bs-theme="dark"] .tr-hero-down .thumb .meta {
  color: #adb5bd;
  border-top-color: #374056;
}
body.dark-open .tr-hero-down .risktips,
[data-bs-theme="dark"] .tr-hero-down .risktips {
  background: #202634;
  border-color: #374056;
  color: #adb5bd;
}
body.dark-open .tr-hero-down .title,
[data-bs-theme="dark"] .tr-hero-down .title {
  color: #e9ecef;
}
body.dark-open .tr-hero-down .meta-row,
[data-bs-theme="dark"] .tr-hero-down .meta-row,
body.dark-open .tr-hero-down .meta-row i,
[data-bs-theme="dark"] .tr-hero-down .meta-row i {
  color: #adb5bd;
}
body.dark-open .tr-hero-down .qr-img,
[data-bs-theme="dark"] .tr-hero-down .qr-img {
  background: #293042;
  border: 1px solid #374056;
}
body.dark-open .tr-hero-down .permission,
[data-bs-theme="dark"] .tr-hero-down .permission {
  background: #202634;
  border: 1px solid #374056;
}
body.dark-open .tr-hero-down .permission-title,
[data-bs-theme="dark"] .tr-hero-down .permission-title {
  color: #e9ecef;
}
body.dark-open .tr-hero-down .chip,
[data-bs-theme="dark"] .tr-hero-down .chip {
  background: #374056;
  color: #e9ecef;
}
body.dark-open .tr-hero-down .chip-current,
[data-bs-theme="dark"] .tr-hero-down .chip-current {
  background: #1e3a8a;
  color: #dbeafe;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5) inset;
}
body.dark-open .tr-hero-down .chip-free,
[data-bs-theme="dark"] .tr-hero-down .chip-free {
  background: #064e3b;
  color: #d1fae5;
}
body.dark-open .tr-hero-down .chip-deny,
[data-bs-theme="dark"] .tr-hero-down .chip-deny {
  background: #7f1d1d;
  color: #fecaca;
}
body.dark-open .tr-hero-down .notice-success,
[data-bs-theme="dark"] .tr-hero-down .notice-success {
  color: #4ade80;
}
body.dark-open .tr-hero-down .notice-danger,
[data-bs-theme="dark"] .tr-hero-down .notice-danger {
  color: #f87171;
}

body.dark-open .tiny-modern-card,
[data-bs-theme="dark"] .tiny-modern-card {
  background-color: #293042 !important;
  border: 1px solid #374056;
  box-shadow: none;
}
body.dark-open .tiny-card-top,
[data-bs-theme="dark"] .tiny-card-top {
  color: #94a3b8;
}
body.dark-open .tiny-breadcrumb-style2 .current,
[data-bs-theme="dark"] .tiny-breadcrumb-style2 .current {
  color: #cbd5e1;
}
body.dark-open .tiny-card-cat-badge,
[data-bs-theme="dark"] .tiny-card-cat-badge {
  background: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
}
body.dark-open .tiny-card-cat-badge:hover,
[data-bs-theme="dark"] .tiny-card-cat-badge:hover {
  background: #3b82f6;
  color: #fff;
}
body.dark-open .tiny-card-id,
[data-bs-theme="dark"] .tiny-card-id {
  background: #374056;
  color: #cbd5e1;
}
body.dark-open .tiny-card-title,
[data-bs-theme="dark"] .tiny-card-title {
  color: #e2e8f0;
}
body.dark-open .tiny-card-excerpt,
[data-bs-theme="dark"] .tiny-card-excerpt {
  color: #cbd5e1;
}
body.dark-open .tiny-card-meta,
[data-bs-theme="dark"] .tiny-card-meta {
  border-top-color: #374056;
  color: #94a3b8;
}
body.dark-open .tiny-meta-item i,
[data-bs-theme="dark"] .tiny-meta-item i {
  color: #64748b;
}
body.dark-open .tiny-meta-item.active i,
[data-bs-theme="dark"] .tiny-meta-item.active i {
  color: #60a5fa;
}
body.dark-open .tiny-card-side,
[data-bs-theme="dark"] .tiny-card-side {
  border-bottom-color: #374056;
}
body.dark-open .tiny-id-label,
[data-bs-theme="dark"] .tiny-id-label {
  color: #94a3b8;
}
body.dark-open .tiny-id-number,
[data-bs-theme="dark"] .tiny-id-number {
  color: #475569;
}
body.dark-open .tiny-bg-watermark,
[data-bs-theme="dark"] .tiny-bg-watermark {
  color: rgba(255, 255, 255, 0.03);
}

.tr-hero-section-3 {
  position: relative;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1f2937;
  color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}

.tr-hero-section-3::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: inherit;
  filter: blur(20px);
  z-index: 0;
}
.tiny-hero3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(31, 41, 55, 0.4),
    rgba(31, 41, 55, 0.9)
  );
}
.tiny-hero3-content {
  position: relative;
  z-index: 2;

  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.tiny-hero3-left {
  flex: 1;
  max-width: 100%;
}

.tiny-hero3-content:has(.tiny-hero3-excerpt) {
  text-align: left;
  justify-content: space-between;
}

.tiny-hero3-content:has(.tiny-hero3-excerpt) .tiny-hero3-left {
  max-width: calc(100% - 330px);
}

.tiny-hero3-right {
  width: 300px;
  flex-shrink: 0;
  display: none;
}
.tiny-hero3-content:has(.tiny-hero3-excerpt) .tiny-hero3-right {
  display: block;
}

.tiny-breadcrumb {
  font-size: 13px;
  margin-bottom: 15px;
  opacity: 0.8;
  display: inline-block;

  padding: 0;
  background: none;
  border-radius: 0;
  backdrop-filter: none;
  border: none;
  transition: 0.3s;
}
.tiny-breadcrumb:hover {
  background: none;
  border-color: transparent;
  opacity: 1;
}
.tiny-breadcrumb a {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
  transition: 0.3s;
}
.tiny-breadcrumb a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}
.tiny-breadcrumb .sep {
  margin: 0 6px;
  opacity: 0.4;
}
.tiny-breadcrumb .current {
  opacity: 1;
  font-weight: 500;
}
.tiny-hero3-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.01em;
}
.tiny-hero3-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 13px;
  opacity: 0.95;
  justify-content: center;
}
.tiny-hero3-content:has(.tiny-hero3-excerpt) .tiny-hero3-meta {
  justify-content: flex-start;
}
.tiny-hero3-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 50px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}
.tiny-hero3-meta .meta-item:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.tiny-hero3-meta .meta-item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.tiny-hero3-meta .meta-item a {
  color: #fff;
  text-decoration: none;
}
.tiny-hero3-excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
}
.tiny-hero3-meta .post-fav-btn {
  color: #fff;
  background: var(--primary-color, #3b82f6);
  padding: 2px 10px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
}
.tiny-hero3-meta .post-fav-btn:hover {
  background: #fff;
  color: var(--primary-color, #3b82f6);
}

@media (max-width: 768px) {
  .tr-hero-section-3 {
    padding: 20px 0;
  }
  .tiny-hero3-content {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 20px;
  }
  .tiny-hero3-right {
    width: 100%;
    display: block !important;
  }
  .tiny-hero3-title {
    font-size: 1.5rem;
  }
  .tiny-hero3-meta {
    gap: 10px;
    font-size: 12px;
  }
}

.tiny-toc-widget .tiny-mac-header {
    border-bottom: 1px solid #f0f0f0;
}
.tiny-toc-content {
    padding: 10px 0;
    max-height: 400px;
    overflow-y: auto;
}
.tiny-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tiny-toc-item {
    position: relative;
    line-height: 1.5;
}
.tiny-toc-link {
    display: block;
    padding: 6px 15px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: all 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tiny-toc-link:hover {
    color: var(--ri-primary-color, #2163e8);
    background-color: rgba(33, 99, 232, 0.05);
}
.tiny-toc-h2 .tiny-toc-link {
    padding-left: 30px;
}
.tiny-toc-h3 .tiny-toc-link {
    padding-left: 45px;
    font-size: 13px;
    color: #888;
}
.tiny-toc-link.active {
    color: var(--ri-primary-color, #2163e8);
    border-left-color: var(--ri-primary-color, #2163e8);
    background-color: rgba(33, 99, 232, 0.05);
    font-weight: 500;
}

.tiny-toc-content::-webkit-scrollbar {
    width: 4px;
}
.tiny-toc-content::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 4px;
}
.tiny-toc-content::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

[data-bs-theme='dark'] .tiny-toc-widget .tiny-mac-header {
    border-bottom-color: #374056;
}
[data-bs-theme='dark'] .tiny-toc-link {
    color: #a1a1a8;
}
[data-bs-theme='dark'] .tiny-toc-link:hover,
[data-bs-theme='dark'] .tiny-toc-link.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
    border-left-color: var(--ri-primary-color, #2163e8);
}
[data-bs-theme='dark'] .tiny-toc-h3 .tiny-toc-link {
    color: #777;
}
[data-bs-theme='dark'] .tiny-toc-content::-webkit-scrollbar-thumb {
    background: #333;
}

.tiny-wechat-hide {
    background: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    margin: 24px auto;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    border: 1px solid #eee;
}


.tiny-wechat-box {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* QR Code */
.tiny-wechat-qrcode {
    width: 78px;
    height: 78px;
    background: #f1f2f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.tiny-wechat-qrcode img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.tiny-wechat-qrcode span {
    font-size: 12px;
    color: #999;
}

/* Info Section */
.tiny-wechat-info {
    flex: 1;
    min-width: 0;
}
.tiny-wechat-badge {
    display: inline-block;
    font-size: 12px;
    color: #2d6bff;
    background: #eef3ff;
    padding: 3px 9px;
    border-radius: 20px;
    margin-bottom: 6px;
}
.tiny-wechat-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin: 0;
}

/* Form Section */
.tiny-wechat-form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tiny-wechat-code {
    width: 160px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    transition: .2s;
}
.tiny-wechat-code:focus {
    border-color: #2d6bff;
    box-shadow: 0 0 0 3px rgba(45,107,255,.12);
}
.tiny-wechat-submit {
    height: 38px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: #2d6bff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.tiny-wechat-tip {
    margin-left: 12px;
    font-size: 13px;
    display: none;
}
.tiny-wechat-tip.error { color: #e11d48; display: block; }
.tiny-wechat-tip.success { color: #16a34a; display: block; }
.tiny-wechat-content { margin-top: 12px; }

/* Responsive Layout (WAP) - Two Row Requirement */
@media (max-width: 768px) {
    .tiny-wechat-hide {
        padding: 16px;
        margin: 16px 0;
    }
    .tiny-wechat-box {
        flex-wrap: wrap;
        gap: 12px;
    }
    .tiny-wechat-qrcode {
        /* Row 1 Item 1 */
    }
    .tiny-wechat-info {
        /* Row 1 Item 2 */
        flex: 1;
    }
    .tiny-wechat-form {
        /* Row 2 */
        width: 100%;
        margin-top: 4px;
    }
    .tiny-wechat-code {
        flex: 1;
        width: auto;
    }
}

/* Dark Mode Adaptation */
[data-bs-theme='dark'] .tiny-wechat-hide {
    background: #191b1d;
    border-color: #374056;
    box-shadow: none;
}

[data-bs-theme='dark'] .tiny-wechat-qrcode {
    background: #2b2f3a;
}
[data-bs-theme='dark'] .tiny-wechat-qrcode img {
    border-color: #2b2f3a;
}
[data-bs-theme='dark'] .tiny-wechat-badge {
    background: rgba(45,107,255,0.15);
    color: #5c9eff;
}
[data-bs-theme='dark'] .tiny-wechat-desc {
    color: #adb5bd;
}
[data-bs-theme='dark'] .tiny-wechat-code {
    background: #0f1114;
    border-color: #2b2f3a;
    color: #e9ecef;
}
[data-bs-theme='dark'] .tiny-wechat-code:focus {
    border-color: #2d6bff;
}
[data-bs-theme='dark'] .tiny-wechat-submit {
    background: var(--ri-primary-color, #2d6bff);
    color: #fff;
}

.tiny-recent-posts-beautify .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tiny-recent-posts-beautify .widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tiny-recent-posts-beautify .widget_recent_entries ul>li{
    list-style: none;
    padding: 10px 20px;
    margin: 0;
}

.tiny-recent-posts-beautify .widget_recent_entries li {
    position: relative;
    padding: 12px 0 12px 25px;
    border-bottom: 1px dashed #eee;
    display: flex;
    flex-direction: column;
}

.tiny-recent-posts-beautify .widget_recent_entries li:last-child {
    border-bottom: none;
}

.tiny-recent-posts-beautify .widget_recent_entries li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 30px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e2e8f0;
    transition: all .3s;
}

.tiny-recent-posts-beautify .widget_recent_entries li:hover::before {
    background: var(--ri-primary-color, #2163e8);
    transform: scale(1.4);
    box-shadow: 0 0 10px var(--ri-primary-color, #2163e8);
}

.tiny-recent-posts-beautify .widget_recent_entries li a {
    font-size: 14px;
    color: #333;
    line-height: 3;
    padding-left: 5px; 
    transition: color .3s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tiny-recent-posts-beautify .widget_recent_entries li:hover a {
    color: var(--ri-primary-color, #2163e8);
    transform: translateX(5px);
}

.tiny-recent-posts-beautify .widget_recent_entries li .post-date {
    font-size: 12px;
    color: #999;
    margin-top: -4px; 
}

/* 暗黑模式适配 */
[data-bs-theme='dark'].tiny-recent-posts-beautify .widget_recent_entries li {
    border-bottom-color: #333;
}
[data-bs-theme='dark'].tiny-recent-posts-beautify .widget_recent_entries li::before {
    background: #444;
}
[data-bs-theme='dark'].tiny-recent-posts-beautify .widget_recent_entries li:hover::before {
    background: var(--ri-primary-color, #2163e8);
}
[data-bs-theme='dark'].tiny-recent-posts-beautify .widget_recent_entries li a {
    color: #ccc;
}
[data-bs-theme='dark'].tiny-recent-posts-beautify .widget_recent_entries li:hover a {
    color: var(--ri-primary-color, #2163e8);
}
[data-bs-theme='dark'].tiny-recent-posts-beautify .widget_recent_entries li .post-date {
    color: #666;
}


.tiny-ranking-beautify .sidebar .sidebar-ranking-list .row {
    margin: 0;
    padding: 0;
}

.tiny-ranking-beautify .sidebar .sidebar-ranking-list .ranking-item {
    position: relative;
    padding: 12px 0 12px 40px; 
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.tiny-ranking-beautify .sidebar .sidebar-ranking-list .col:last-child .ranking-item {
    border-bottom: none;
}

.tiny-ranking-beautify .sidebar .sidebar-ranking-list .ranking-num {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 6px;
    background: #f0f2f5 !important; 
    color: #666 !important;
    font-size: 12px;
    font-weight: 700;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    box-shadow: none;
    transition: all 0.3s;
}

.tiny-ranking-beautify .sidebar .sidebar-ranking-list .ranking-title {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tiny-ranking-beautify .sidebar .sidebar-ranking-list .col:nth-child(1) .ranking-num {
    background: linear-gradient(135deg, #ff4d4f, #f5222d) !important;
    color: #fff !important;
    box-shadow: 0 2px 6px rgba(245, 34, 45, 0.4);
}

.tiny-ranking-beautify .sidebar .sidebar-ranking-list .col:nth-child(2) .ranking-num {
    background: linear-gradient(135deg, #ff7a45, #fa541c) !important;
    color: #fff !important;
    box-shadow: 0 2px 6px rgba(250, 84, 28, 0.4);
}

.tiny-ranking-beautify .sidebar .sidebar-ranking-list .col:nth-child(3) .ranking-num {
    background: linear-gradient(135deg, #ffc53d, #faad14) !important;
    color: #fff !important;
    box-shadow: 0 2px 6px rgba(250, 173, 20, 0.4);
}

.tiny-ranking-beautify .sidebar .sidebar-ranking-list .ranking-item:hover .ranking-num {
    transform: translateY(-50%) scale(1.1);
}

[data-bs-theme='dark'].tiny-ranking-beautify .sidebar .sidebar-ranking-list .ranking-item {
    border-bottom-color: #333;
}
[data-bs-theme='dark'].tiny-ranking-beautify .sidebar .sidebar-ranking-list .ranking-num {
    background: #333 !important;
    color: #888 !important;
}

[data-bs-theme='dark'].tiny-ranking-beautify .sidebar .sidebar-ranking-list .col:nth-child(1) .ranking-num,
[data-bs-theme='dark'].tiny-ranking-beautify .sidebar .sidebar-ranking-list .col:nth-child(2) .ranking-num,
[data-bs-theme='dark'].tiny-ranking-beautify .sidebar .sidebar-ranking-list .col:nth-child(3) .ranking-num {
    color: #fff !important;
}

.tiny-tag-cloud-beautify .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tiny-tag-cloud-beautify .widget_tag_cloud .tagcloud a {
    font-size: 13px !important; 
    display: inline-block;
    padding: 5px 12px;
    background: #f0f2f5;
    color: #666;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    line-height: 1.5;
}
.tiny-tag-cloud-beautify .widget_tag_cloud .tagcloud a:hover {
    background: var(--ri-primary-color, #2163e8);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(33, 99, 232, 0.3);
}
.navbar .nav-list>.menu-item>a{
  font-size: .875rem;
  line-height: 81px;
  margin: 0 10px;
}
[data-bs-theme='dark'].tiny-tag-cloud-beautify .widget_tag_cloud .tagcloud a {
    background: #2c2c2c;
    color: #aaa;
}
[data-bs-theme='dark'].tiny-tag-cloud-beautify .widget_tag_cloud .tagcloud a:hover {
    background: var(--ri-primary-color, #2163e8);
    color: #fff;
}
