*[data-v-675d3c02] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.book-rankings-app[data-v-675d3c02] {
  font-family: "Noto Sans SC", sans-serif;
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #f8f9fa;
  color: #333;
}
.app-header[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  background-image: url(../../static/img/rankbg.818f939f.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.back-button[data-v-675d3c02] {
  background: none;
  border: none;
  padding: 6px 18px;
  font-size: 20px;
  margin-right: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.back-button[data-v-675d3c02]:hover {
  background-color: rgba(255, 253, 208, 0.3);
}
.back-button svg[data-v-675d3c02] {
  display: block;
}
.app-title[data-v-675d3c02] {
  width: 350px;
  height: 120px;
  background-image: url(../../static/img/rankWord.0ea29d8a.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.primary-tabs[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}
.primary-tabs button[data-v-675d3c02] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0;
  font-size: 24px;
  font-weight: 500;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.primary-tabs button.active[data-v-675d3c02] {
  color: #fff;
  background-color: #1d9c40;
  font-weight: 700;
}
.content-container[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 20px;
}
.secondary-menu[data-v-675d3c02] {
  width: 50%;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.secondary-menu button[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px 16px;
  text-align: center;
  border: none;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.secondary-menu button.active[data-v-675d3c02] {
  color: #fff;
  background-color: #1d9c40;
  font-weight: 500;
  border-left: 3px solid #1d9c40;
}
.main-content[data-v-675d3c02] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tertiary-menu[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding: 12px 16px;
  border-radius: 8px;
}
.tertiary-menu button[data-v-675d3c02] {
  padding: 5px 12px;
  font-size: 14px;
  background-color: #fff;
  border: none;
  border-radius: 15px;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tertiary-menu button.active[data-v-675d3c02] {
  background-color: #1d9c40;
  color: white;
  font-weight: 500;
}
.tertiary-menu button[data-v-675d3c02]:hover {
  background-color: #e0e0e0;
}
.tertiary-menu button:hover.active[data-v-675d3c02] {
  background-color: #178a38;
}
.book-list[data-v-675d3c02] {
  gap: 16px;
}
.book-card[data-v-675d3c02] {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 60px;
}
.book-card.top-1[data-v-675d3c02] {
  background: linear-gradient(135deg, #fff6e6 0%, #ffffff 100%);
  border-left: 5px solid #ff9900;
}
.book-card.top-1 .compact-view .rank-number[data-v-675d3c02] {
  background: linear-gradient(135deg, #ff9900 0%, #ffcc00 100%);
  color: white;
  -webkit-box-shadow: 0 4px 10px rgba(255, 153, 0, 0.3);
          box-shadow: 0 4px 10px rgba(255, 153, 0, 0.3);
}
.book-card.top-2[data-v-675d3c02] {
  background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);
  border-left: 5px solid #c0c0c0;
}
.book-card.top-2 .compact-view .rank-number[data-v-675d3c02] {
  background: linear-gradient(135deg, #c0c0c0 0%, #e0e0e0 100%);
  color: white;
  -webkit-box-shadow: 0 4px 10px rgba(192, 192, 192, 0.3);
          box-shadow: 0 4px 10px rgba(192, 192, 192, 0.3);
}
.book-card.top-3[data-v-675d3c02] {
  background: linear-gradient(135deg, #f8e6d0 0%, #ffffff 100%);
  border-left: 5px solid #cd7f32;
}
.book-card.top-3 .compact-view .rank-number[data-v-675d3c02] {
  background: linear-gradient(135deg, #cd7f32 0%, #e39e4e 100%);
  color: white;
  -webkit-box-shadow: 0 4px 10px rgba(205, 127, 50, 0.3);
          box-shadow: 0 4px 10px rgba(205, 127, 50, 0.3);
}
.book-card.expanded[data-v-675d3c02] {
  height: auto;
  z-index: 10;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.book-card.expanded .compact-view[data-v-675d3c02] {
  display: none;
}
.book-card.expanded .expanded-view[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.book-card[data-v-675d3c02]:not(.expanded):hover {
  height: auto;
  z-index: 5;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.book-card:not(.expanded):hover .compact-view[data-v-675d3c02] {
  display: none;
}
.book-card:not(.expanded):hover .expanded-view[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compact-view[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.compact-view .rank-number[data-v-675d3c02] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.compact-view .rank-number.top-rank[data-v-675d3c02] {
  font-size: 20px;
}
.compact-view .rank-number.normal-rank[data-v-675d3c02] {
  background-color: #f0f0f0;
  color: #666;
}
.compact-view .book-title-compact[data-v-675d3c02] {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.expanded-view[data-v-675d3c02] {
  display: none;
  width: 100%;
  -webkit-animation: fadeIn-data-v-675d3c02 0.3s ease;
          animation: fadeIn-data-v-675d3c02 0.3s ease;
}
@-webkit-keyframes fadeIn-data-v-675d3c02 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeIn-data-v-675d3c02 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.book-cover[data-v-675d3c02] {
  width: 160px;
  height: 200px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.book-cover img[data-v-675d3c02] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.book-cover .rank-badge[data-v-675d3c02] {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #ff4d4f;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 10px;
}
.book-info[data-v-675d3c02] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.book-title[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #333;
}
.book-author[data-v-675d3c02] {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
}
.book-meta[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.book-meta span[data-v-675d3c02] {
  font-size: 14px;
  padding: 2px 6px;
  border-radius: 4px;
}
.book-meta .book-category[data-v-675d3c02] {
  background-color: #e6f7ff;
  color: #1890ff;
}
.book-meta .book-status[data-v-675d3c02] {
  background-color: #f6ffed;
  color: #52c41a;
}
.book-content[data-v-675d3c02] {
  font-size: 12px;
  line-height: 2;
  height: 60px;
  overflow-y: auto;
  margin-bottom: 12px;
}
.book-stats[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  font-size: 12px;
  color: #999;
}
.book-stats .book-status-foot[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.book-stats .book-status-foot span[data-v-675d3c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.book-stats svg[data-v-675d3c02] {
  color: #ff4d4f;
}
@media (max-width: 768px) {
.content-container[data-v-675d3c02] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.secondary-menu[data-v-675d3c02] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding: 0;
}
.secondary-menu button[data-v-675d3c02] {
    white-space: nowrap;
    border-left: none;
    border-bottom: 3px solid transparent;
}
.secondary-menu button.active[data-v-675d3c02] {
    border-left: none;
    border-bottom: 3px solid #1d9c40;
}
.expanded-view[data-v-675d3c02] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.book-cover[data-v-675d3c02] {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
}
