/* ============================================================
   全国商务KTV排行榜
   ============================================================ */
:root{
  --ink:#131a2b;
  --ink-soft:#5f6e8c;
  --paper:#f3f5fb;
  --paper-deep:#e9edf8;
  --panel:#ffffff;
  --panel-dark:#171f33;
  --line:#d8dfec;
  --line-dark:rgba(255,255,255,.12);
  --brass:#d7b46a;
  --brass-soft:#f6ecda;
  --brick:#6d59ff;
  --brick-soft:#eeebff;
  --pine:#127d78;
  --pine-soft:#dff5f2;
  --silver:#98a3bc;
  --bronze:#c48a52;
  --serif:"Noto Serif SC","Source Han Serif SC","STSong",serif;
  --sans:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
  --shadow:0 18px 48px rgba(17,25,49,.08);
  --shadow-soft:0 10px 28px rgba(17,25,49,.06);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--ink);
  background:
    radial-gradient(circle at top right, rgba(109,89,255,.10), transparent 22%),
    linear-gradient(180deg, #f8f9fd 0%, var(--paper) 20%, #eef2f9 100%);
  font-size:15px;
  line-height:1.65;
}
body.home-life{
  --ink:#213029;
  --ink-soft:#61756c;
  --paper:#f5f6ef;
  --paper-deep:#ecefdf;
  --panel:#ffffff;
  --panel-dark:#24473e;
  --line:#dde4d0;
  --line-dark:rgba(255,255,255,.14);
  --brass:#d88c3d;
  --brass-soft:#fff1df;
  --brick:#2f8f6b;
  --brick-soft:#ddf5ea;
  --pine:#4f7d44;
  --pine-soft:#e4f0db;
  --silver:#8b9d93;
  --bronze:#c47832;
  --shadow:0 18px 48px rgba(40,67,55,.10);
  --shadow-soft:0 10px 28px rgba(40,67,55,.07);
  background:
    radial-gradient(circle at top right, rgba(216,140,61,.10), transparent 20%),
    radial-gradient(circle at left 18%, rgba(47,143,107,.08), transparent 28%),
    linear-gradient(180deg,#fbfcf7 0%, var(--paper) 22%, #eef3e6 100%);
}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
ul{margin:0;padding:0;list-style:none;}
input,button,textarea,select{font:inherit;}
.container{max-width:1220px;margin:0 auto;padding:0 20px;}

body.home-life .topbar{
  background:linear-gradient(90deg,#315548 0%,#3f6a58 55%,#4d7b67 100%);
  color:#edf4ef;
}
body.home-life .topbar a:hover{color:#ffe1b1;}
body.home-life .topbar-city-link:hover{color:#d88c3d;}
body.home-life .mainheader{
  background:rgba(251,252,247,.92);
  border-bottom:1px solid rgba(221,228,208,.95);
}
body.home-life .logo .mark{
  background:linear-gradient(135deg,#2d5b4f 0%,#467162 100%);
  color:#fff7ed;
  box-shadow:0 10px 24px rgba(45,91,79,.18);
}
body.home-life .logo .mark.logo-image-mark{
  background:none !important;
  box-shadow:none !important;
}
body.home-life .logo .mark.logo-image-mark img{
  box-shadow:none !important;
  filter:none !important;
}
body.home-life .logo .mark em{color:#ffd08f;}
body.home-life .search{
  border-color:#d5dfcf;
  background:#fffef9;
}
body.home-life .search button{
  background:linear-gradient(135deg,#2f8f6b 0%,#4a7f46 100%);
}
body.home-life .search button:hover{
  box-shadow:0 10px 22px rgba(47,143,107,.24);
}
body.home-life .header-actions .btn-primary{
  background:linear-gradient(135deg,#d88c3d 0%,#e2a24f 100%);
  color:#fff;
  box-shadow:0 10px 22px rgba(216,140,61,.18);
}
body.home-life .header-actions a:hover{color:var(--brick);}
body.home-life .catenav{
  background:linear-gradient(90deg,#345b4e 0%,#3e6857 55%,#4a775f 100%);
  box-shadow:0 10px 26px rgba(39,69,58,.14);
}
body.home-life .catenav li.current>a.top-link{
  background:linear-gradient(135deg,#f3b56b 0%,#ffd59b 100%);
  color:#2c3426;
}
body.home-life .catenav li:hover>a.top-link{color:#ffe2b6;}
body.home-life .catenav .panel{
  border-color:rgba(255,213,155,.32);
  border-top-color:#f3b56b;
  background:rgba(36,71,62,.97);
}
body.home-life .catenav .panel a{color:#eaf3ed;}
body.home-life .catenav .panel a:hover{
  background:rgba(255,255,255,.06);
  color:#ffe2b6;
}
body.home-life .site-footer{
  background:
    radial-gradient(circle at top left, rgba(216,140,61,.18), transparent 24%),
    linear-gradient(135deg,#24473e 0%,#2f5a4e 52%,#4b6d54 100%);
  color:#d5e4dc;
}
body.home-life .footer-about p{color:#b9d0c4;}
body.home-life .footer-links a{
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#eef4ef;
}
body.home-life .footer-links a:hover{color:#ffe2b6;}
body.home-life .footer-bottom{color:#b2c7bc;}
body.home-life .footer-bottom a:hover{color:#ffe2b6;}

.topbar{
  background:linear-gradient(90deg,#101626 0%,#18213a 45%,#211a42 100%);
  color:#ccd5ea;
  font-size:12.5px;
}
.topbar .container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:40px;
  gap:16px;
}
.topbar-left,
.topbar-right{
  display:flex;
  align-items:center;
}
.topbar-left{
  min-width:0;
  flex:1;
}
.topbar-right{
  flex-shrink:0;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.topbar a{opacity:.9;transition:opacity .15s,color .15s;}
.topbar a:hover{opacity:1;color:var(--brass);}
.topbar .divider{opacity:.35;margin:0 10px;}
.topbar-notice-group{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.topbar-notice-text{
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.topbar-city-switcher{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}
.topbar-beijing-time{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#eef3ff;
  white-space:nowrap;
  flex-shrink:0;
}
.topbar-beijing-time strong{
  color:#ffe1b1;
  font-weight:600;
}
.topbar-beijing-time em{
  color:rgba(245,247,255,.92);
  font-style:normal;
}
.topbar-city-current{
  color:#eef3ff;
  white-space:nowrap;
}
.topbar-city-current strong{
  color:#ffe1b1;
  font-weight:600;
}
.topbar-city-trigger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:28px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#f5f7ff;
  cursor:pointer;
  transition:background .15s ease,border-color .15s ease,color .15s ease;
}
.topbar-city-trigger:hover{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,225,177,.45);
  color:#ffe1b1;
}

@media (max-width: 980px){
  .topbar .container{
    flex-wrap:wrap;
    padding-top:8px;
    padding-bottom:8px;
  }
  .topbar-left,
  .topbar-right{
    width:100%;
  }
  .topbar-right{
    justify-content:flex-start;
  }
  .topbar-notice-group{
    flex-wrap:wrap;
    gap:8px 12px;
  }
  .topbar-notice-text{
    width:100%;
    white-space:normal;
    overflow:visible;
  }
  .topbar-city-switcher{
    flex-wrap:wrap;
    gap:6px 10px;
  }
  .topbar-beijing-time{
    gap:6px;
  }
}

.mainheader{
  position:sticky;
  top:0;
  z-index:40;
  backdrop-filter:blur(14px);
  background:rgba(248,250,255,.88);
  border-bottom:1px solid rgba(216,223,236,.9);
}
.mainheader .container{
  display:flex;
  align-items:center;
  gap:28px;
  min-height:86px;
}
.logo{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}
.logo .mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:66px;
  min-height:52px;
  padding:0 16px;
  border-radius:18px;
  background:linear-gradient(135deg,#121a31 0%,#222b49 100%);
  box-shadow:0 10px 24px rgba(17,25,49,.16);
  color:#f8f4ea;
  font-family:var(--serif);
  font-weight:700;
  font-size:28px;
  letter-spacing:1px;
}
.logo .mark.logo-image-mark{
  min-width:auto;
  min-height:auto;
  padding:0;
  border-radius:0;
  background:none;
  box-shadow:none;
}
.logo .mark.logo-image-mark img{
  display:block;
  max-width:300px;
  max-height:64px;
  width:auto;
  height:auto;
  box-shadow:none;
  filter:none;
}
.logo .mark.logo-image-mark + .tag{
  display:none;
}
.logo .mark em{
  color:var(--brass);
  font-style:normal;
}
.logo .tag{
  padding-left:12px;
  border-left:1px solid var(--line);
  color:var(--ink-soft);
  font-size:12px;
  line-height:1.5;
}
.search{
  flex:1;
  max-width:560px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border:1px solid #cfd8ee;
  border-radius:999px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.search input{
  flex:1;
  min-width:0;
  height:52px;
  border:0;
  outline:0;
  padding:0 18px;
  background:transparent;
}
.search button{
  height:52px;
  border:0;
  padding:0 22px;
  background:linear-gradient(135deg,var(--brick) 0%,#5043d9 100%);
  color:#fff;
  cursor:pointer;
  letter-spacing:2px;
  transition:transform .15s ease, box-shadow .15s ease;
}
.search button:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(109,89,255,.22);
}
.header-actions{
  margin-left:auto;
  display:flex;
  gap:18px;
  align-items:center;
  flex-shrink:0;
  font-size:13.5px;
}
.header-actions a{color:var(--ink-soft);}
.header-actions a:hover{color:var(--brick);}
.header-actions .btn-primary{
  padding:10px 18px;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  box-shadow:0 10px 22px rgba(19,26,43,.14);
}

.catenav{
  background:linear-gradient(90deg,#141c31 0%,#1a2440 55%,#261f4c 100%);
  position:relative;
  z-index:30;
  box-shadow:0 10px 26px rgba(13,19,37,.14);
}
.catenav .container{display:flex;align-items:stretch;}
.catenav .container>ul,
.catenav .container>ol{display:flex;flex-wrap:nowrap;justify-content:flex-start;width:100%;overflow:visible;}
.catenav .container>ul>li,
.catenav .container>ol>li{position:relative;flex:0 0 auto;min-width:0;}
.catenav .container>ul>li>a.top-link,
.catenav .container>ol>li>a.top-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 18px;
  color:#edf1fb;
  font-size:14px;
  font-weight:500;
  border-right:1px solid rgba(255,255,255,.08);
  transition:background .15s ease,color .15s ease;
  white-space:nowrap;
  text-align:center;
}
.catenav .container>ul>li:last-child>a.top-link,
.catenav .container>ol>li:last-child>a.top-link{border-right:0;}
.catenav .container>ul>li.current>a.top-link,
.catenav .container>ol>li.current>a.top-link{
  background:linear-gradient(135deg,var(--brass) 0%,#e5c785 100%);
  color:#181d29;
  font-weight:700;
}
.catenav .container>ul>li:hover>a.top-link,
.catenav .container>ol>li:hover>a.top-link{
  background:rgba(255,255,255,.06);
  color:var(--brass);
}
.catenav .panel{
  position:absolute;
  left:0;
  top:100%;
  min-width:212px;
  padding:6px 0;
  border:1px solid rgba(215,180,106,.24);
  border-top:2px solid var(--brass);
  border-radius:0 0 14px 14px;
  background:rgba(17,23,39,.96);
  box-shadow:var(--shadow);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(0);
  transition:opacity .16s ease, visibility .16s ease, box-shadow .16s ease;
  z-index:80;
}
.catenav .panel::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-10px;
  height:10px;
}
.catenav .container>ul>li:hover>.panel,
.catenav .container>ol>li:hover>.panel,
.catenav .container>ul>li:focus-within>.panel,
.catenav .container>ol>li:focus-within>.panel{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.catenav .panel a{
  display:block;
  padding:8px 14px;
  color:#d6dff4;
  font-size:13px;
  line-height:1.45;
}
.catenav .panel a:hover{
  background:rgba(255,255,255,.05);
  color:var(--brass);
}

.breadcrumb{
  padding:16px 0;
  color:var(--ink-soft);
  font-size:12.5px;
}
.breadcrumb a:hover{color:var(--brick);}
.breadcrumb .sep{margin:0 6px;opacity:.45;}


.list-head{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px 32px;
  margin-bottom:24px;
  box-shadow:var(--shadow-soft);
}
.list-head .eyebrow{
  margin-bottom:8px;
  color:var(--brick);
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
}
.list-head h1{
  margin:0 0 10px;
  font-family:var(--serif);
  font-size:28px;
}
.list-head p{
  max-width:760px;
  margin:0 0 18px;
  color:var(--ink-soft);
  font-size:13px;
  line-height:1.85;
}
.list-stats{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.list-stats div{
  min-width:132px;
  padding:12px 14px;
  border:1px solid #e5eaf4;
  border-radius:16px;
  background:#fafcff;
  color:var(--ink-soft);
  font-size:12px;
}
.list-stats b{
  display:block;
  margin-bottom:2px;
  color:var(--ink);
  font-family:var(--serif);
  font-size:18px;
}
.listwrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:28px;
  align-items:start;
}
.listmain{min-width:0;}
.tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 18px;
}
.tabs a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border:1px solid #dbe3f1;
  border-radius:999px;
  background:#fff;
  color:var(--ink-soft);
  font-size:13px;
  transition:all .15s ease;
}
.tabs a:hover{
  border-color:#c4d2ea;
  color:var(--ink);
}
.tabs a.active{
  background:linear-gradient(135deg,#141c31 0%,#26214c 100%);
  border-color:#141c31;
  color:#fff;
}
.side-box{
  overflow:hidden;
  background:var(--panel);
  border:1px solid rgba(215,223,236,.92);
  border-radius:22px;
  box-shadow:var(--shadow-soft);
  margin-bottom:22px;
}
.side-box h4{
  margin:0;
  padding:16px 20px 14px;
  border-bottom:1px solid #edf1f7;
  color:var(--ink);
  font-family:var(--serif);
  font-size:15px;
}
.side-list{
  padding:8px 0;
}
.side-list li{
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 20px;
  border-bottom:1px solid #edf1f7;
  color:var(--ink-soft);
  font-size:13px;
}
.side-list li:last-child{border-bottom:0;}
.side-list .idx{
  width:18px;
  flex-shrink:0;
  color:var(--brass);
  font-family:var(--serif);
  font-weight:700;
}
.side-list-current{
  margin-left:auto;
  color:var(--brass);
  font-weight:700;
}
.side-box-copy{
  padding:18px 20px;
  color:var(--ink-soft);
  font-size:12.5px;
  line-height:1.9;
}
.side-box-copy.is-relaxed{
  padding:20px;
  line-height:1.8;
}
.side-box-action{
  display:block;
  padding:10px;
  border-radius:10px;
  text-align:center;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease, color .15s ease;
}
.side-box-action + .side-box-action{margin-top:10px;}
.side-box-action:hover{transform:translateY(-1px);}
.side-box-action.primary{
  background:var(--brick);
  color:#fff;
  box-shadow:0 10px 20px rgba(19,26,43,.10);
}
.side-box-action.primary:hover{
  box-shadow:0 14px 24px rgba(19,26,43,.14);
}
.side-box-action.primary-dark{
  background:var(--ink);
  color:#fff;
  box-shadow:0 10px 20px rgba(19,26,43,.12);
}
.side-box-action.primary-dark:hover{
  box-shadow:0 14px 24px rgba(19,26,43,.16);
}
.side-box-action.outline{
  border:1px solid #dbe3f1;
  background:#fff;
  color:var(--ink);
}
.side-box-action.outline:hover{
  border-color:#c4d2ea;
  box-shadow:0 10px 20px rgba(19,26,43,.06);
}
.side-cate-list a{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 20px;
  border-bottom:1px solid #edf1f7;
  color:var(--ink-soft);
  font-size:13px;
}
.side-cate-list a:last-child{border-bottom:0;}
.side-cate-list a:hover{
  background:#fafcff;
  color:var(--ink);
}
.side-cate-list a.active{
  background:#f4f6fd;
  color:var(--brick);
  font-weight:700;
}
.side-cate-list span{
  flex-shrink:0;
  color:var(--silver);
  font-size:11.5px;
}

.ranklist-stream{
  counter-reset:rankRow;
}
.rank-article{
  display:grid;
  grid-template-columns:54px 56px minmax(0,1fr) 88px 88px 108px;
  gap:16px;
  align-items:center;
  margin-bottom:14px;
  padding:18px 20px;
  border:1px solid rgba(215,223,236,.92);
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  box-shadow:var(--shadow-soft);
  counter-increment:rankRow;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.rank-article:hover{
  transform:translateY(-2px);
  border-color:#cdd8ec;
  box-shadow:0 18px 32px rgba(19,26,43,.09);
}
.rank-article.is-stick{
  background:linear-gradient(135deg,#fff8ea 0%,#ffffff 65%);
  border-color:#ecd7ab;
}
.rank-serial{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  border-radius:18px;
  background:#f1f4fb;
  color:var(--silver);
  font-family:var(--serif);
  font-size:21px;
  font-weight:700;
}
.rank-serial::before{
  content:counter(rankRow, decimal-leading-zero);
}
.ranklist-stream .rank-article:nth-child(1) .rank-serial{
  background:linear-gradient(135deg,#f3dfb2 0%,#fff7e5 100%);
  color:#9f6d17;
}
.ranklist-stream .rank-article:nth-child(2) .rank-serial{
  background:linear-gradient(135deg,#eef1f8 0%,#fbfcff 100%);
  color:#72809f;
}
.ranklist-stream .rank-article:nth-child(3) .rank-serial{
  background:linear-gradient(135deg,#f3d9c3 0%,#fff5ef 100%);
  color:#a56b37;
}
.rank-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border:1px solid #e1e7f2;
  border-radius:18px;
  background:linear-gradient(135deg,#f9fbff 0%,#eef3fb 100%);
  color:#2f3958;
  font-family:var(--serif);
  font-size:12px;
  font-weight:700;
  text-align:center;
}
.rank-copy{min-width:0;}
.rank-copy .name{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 6px;
  color:var(--ink);
  font-size:16px;
  font-weight:700;
}
.rank-copy .name a:hover{color:var(--brick);}
.rank-copy .desc{
  margin:0 0 10px;
  color:var(--ink-soft);
  font-size:12.5px;
  line-height:1.8;
}
.rank-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  color:var(--silver);
  font-size:11.5px;
}
.rank-score{
  text-align:center;
  color:var(--ink-soft);
  font-size:11px;
}
.rank-score b{
  display:block;
  margin-bottom:2px;
  color:var(--brick);
  font-family:var(--serif);
  font-size:18px;
}
.rank-score.alt b{color:var(--ink);}
.rank-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid #d5ddef;
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  font-size:13px;
  font-weight:600;
}
.rank-action:hover{
  background:var(--ink);
  border-color:var(--ink);
  color:#fff;
}

.article-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.article-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:22px 22px 20px;
  border:1px solid rgba(215,223,236,.92);
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  box-shadow:var(--shadow-soft);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.article-card:hover{
  transform:translateY(-2px);
  border-color:#cdd8ec;
  box-shadow:0 18px 32px rgba(19,26,43,.09);
}
.article-card.is-stick{
  background:linear-gradient(135deg,#fff8ea 0%,#ffffff 70%);
  border-color:#ecd7ab;
}
.article-card-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:14px;
}
.article-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  background:#eef2fb;
  color:#67779d;
  font-size:11px;
  font-weight:700;
}
.article-card.is-stick .article-badge{
  background:#fff0cf;
  color:#9a6b19;
}
.article-date{
  color:var(--silver);
  font-size:11.5px;
}
.article-title{
  margin:0 0 12px;
  color:var(--ink);
  font-family:var(--serif);
  font-size:20px;
  line-height:1.45;
}
.article-title a:hover{color:var(--brick);}
.article-excerpt{
  margin:0 0 16px;
  color:var(--ink-soft);
  font-size:13px;
  line-height:1.9;
}
.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  margin-top:auto;
  color:var(--silver);
  font-size:11.5px;
}
.article-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid #edf1f7;
}
.article-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  font-size:13px;
  font-weight:600;
}
.article-more:hover{
  background:var(--brick);
}
.empty-note{
  padding:28px 24px;
  border:1px dashed #d5ddef;
  border-radius:22px;
  background:#fff;
  color:var(--ink-soft);
  font-size:13px;
  text-align:center;
}
.pagebar{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:24px 0 0;
  padding:14px 16px;
  border:1px solid rgba(215,223,236,.92);
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:var(--shadow-soft);
}
.pagebar a{
  display:inline-flex;
}
.pagebar .page{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:40px;
  padding:0 14px;
  border:1px solid #dbe3f1;
  border-radius:999px;
  background:#fff;
  color:var(--ink-soft);
  font-size:12.5px;
  font-weight:700;
  line-height:1;
  box-shadow:0 8px 18px rgba(19,26,43,.05);
  transition:box-shadow .15s ease, border-color .15s ease, background .15s ease, color .15s ease;
}
.pagebar a:hover .page{
  border-color:rgba(215,180,106,.55);
  background:var(--brass-soft);
  color:var(--ink);
  box-shadow:0 12px 22px rgba(19,26,43,.08);
}
.pagebar a:focus-visible .page{
  outline:2px solid rgba(215,180,106,.55);
  outline-offset:2px;
}
.pagebar .now-page{
  border-color:rgba(215,180,106,.75);
  background:linear-gradient(135deg,var(--brass) 0%,#e6c783 100%);
  color:#181d29;
  box-shadow:0 14px 28px rgba(215,180,106,.22);
}
.pagebar a[title="上一页"] .page,
.pagebar a[title="下一页"] .page,
.pagebar a[title="前页"] .page,
.pagebar a[title="后页"] .page,
.pagebar a[title="Prev"] .page,
.pagebar a[title="Next"] .page,
.pagebar a[title="«"] .page,
.pagebar a[title="»"] .page,
.pagebar a[title="‹"] .page,
.pagebar a[title="›"] .page,
.pagebar a[title="‹‹"] .page,
.pagebar a[title="››"] .page,
.pagebar a[title="<<"] .page,
.pagebar a[title=">>"] .page{
  min-width:88px;
  padding:0 18px;
  border-color:#141c31;
  background:linear-gradient(135deg,#141c31 0%,#26214c 100%);
  color:#ffffff;
  box-shadow:0 12px 24px rgba(20,28,49,.14);
}
.pagebar a[title="上一页"]:hover .page,
.pagebar a[title="下一页"]:hover .page,
.pagebar a[title="前页"]:hover .page,
.pagebar a[title="后页"]:hover .page,
.pagebar a[title="Prev"]:hover .page,
.pagebar a[title="Next"]:hover .page,
.pagebar a[title="«"]:hover .page,
.pagebar a[title="»"]:hover .page,
.pagebar a[title="‹"]:hover .page,
.pagebar a[title="›"]:hover .page,
.pagebar a[title="‹‹"]:hover .page,
.pagebar a[title="››"]:hover .page,
.pagebar a[title="<<"]:hover .page,
.pagebar a[title=">>"]:hover .page{
  border-color:rgba(215,180,106,.75);
  background:linear-gradient(135deg,var(--brass) 0%,#e6c783 100%);
  color:#181d29;
  box-shadow:0 14px 28px rgba(215,180,106,.22);
}
.pagebar a[title="..."],
.pagebar a[title="…"]{
  pointer-events:none;
}
.pagebar a[title="..."] .page,
.pagebar a[title="…"] .page{
  min-width:44px;
  padding:0 12px;
  border-style:dashed;
  background:transparent;
  color:var(--silver);
  box-shadow:none;
}


.site-footer{
  margin-top:72px;
  background:
    radial-gradient(circle at top left, rgba(109,89,255,.24), transparent 24%),
    linear-gradient(135deg,#0f1525 0%,#162038 52%,#201a45 100%);
  color:#bcc6da;
}
.footer-grid{
  max-width:1140px;
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);
  gap:28px;
  padding:44px 0 30px;
}
.footer-grid h4{
  margin:0 0 16px;
  color:#ffffff;
  font-size:14px;
  font-weight:700;
}
.footer-grid li{margin-bottom:10px;font-size:12.5px;}
.footer-grid a:hover{color:var(--brass);}
.footer-about p{
  margin:0;
  color:#93a0bc;
  font-size:12.5px;
  line-height:1.9;
}
.footer-links{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.footer-links ul{
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
}
.footer-links li{margin-bottom:0;}
.footer-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.05);
  color:#d6def1;
  white-space:nowrap;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:18px 0 24px;
  border-top:1px solid rgba(255,255,255,.10);
  color:#7f8aa6;
  font-size:12px;
}
.footer-bottom a:hover{color:var(--brass);}

@media (max-width:1100px){
  .footer-grid{grid-template-columns:1fr;}
  .footer-grid{max-width:none;}
  .listwrap{grid-template-columns:1fr;}
  .sidebar{width:100%;}
  .rank-article{
    grid-template-columns:54px 56px minmax(0,1fr) 88px 88px;
  }
  .rank-action{grid-column:3 / -1;justify-self:start;}
  .svc-row{grid-template-columns:170px minmax(0,1fr) 280px;}
  .svc-row.no-img{grid-template-columns:minmax(0,1fr) 280px;}
  .food-row{grid-template-columns:164px minmax(0,1fr);}
  .post-item{grid-template-columns:220px minmax(0,1fr);}
}

@media (max-width:860px){
  .topbar .container,
  .mainheader .container,
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
  .mainheader .container{
    padding-top:16px;
    padding-bottom:16px;
    min-height:auto;
  }
  .search{max-width:none;width:100%;}
  .header-actions{
    width:100%;
    margin-left:0;
    justify-content:space-between;
  }
  .quickcates{grid-template-columns:repeat(2,1fr);}
  .article-grid{grid-template-columns:1fr;}
  .list-head{padding:26px 24px;}
  .list-stats{gap:10px;}
  .list-stats div{min-width:calc(50% - 5px);}
  .rank-article{
    grid-template-columns:48px 52px minmax(0,1fr);
    gap:14px;
    padding:18px;
  }
  .rank-score,
  .rank-score.alt{
    grid-column:3;
    display:flex;
    align-items:center;
    gap:8px;
    text-align:left;
  }
  .rank-score b,
  .rank-score.alt b{
    margin-bottom:0;
  }
  .rank-action{grid-column:3;}
  .svc-row{grid-template-columns:160px minmax(0,1fr) 280px;}
  .svc-row.no-img{grid-template-columns:minmax(0,1fr) 280px;}
  .filter-row{align-items:flex-start;}
  .food-row{grid-template-columns:148px minmax(0,1fr);}
  .post-item{grid-template-columns:200px minmax(0,1fr);}
}

@media (max-width:640px){
  .topbar{display:none;}
  .mainheader{
    position:static;
    background:#f8f9fd;
    backdrop-filter:none;
  }
  .container{padding:0 14px;}
  .mainheader .container{gap:0;padding-top:12px;padding-bottom:12px;}
  .logo{
    width:100%;
    align-items:flex-start;
  }
  .logo .mark{
    min-width:60px;
    min-height:48px;
    font-size:24px;
  }
  .logo .mark.logo-image-mark{
    padding:0;
  }
  .logo .mark.logo-image-mark img{
    max-width:250px;
    max-height:48px;
  }
  .logo .tag{
    padding-left:10px;
    font-size:10px;
    line-height:1.45;
  }
  .search{display:none;}
  .header-actions{display:none;}
  .catenav .container{padding:0;}
  .catenav .container>ul,
  .catenav .container>ol{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:100%;
    overflow:visible;
  }
  .catenav .container>ul>li,
  .catenav .container>ol>li{min-width:0;}
  .catenav .container>ul>li>a.top-link,
  .catenav .container>ol>li>a.top-link{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 8px;
    border-right:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    font-size:12px;
    text-align:center;
    white-space:normal;
    line-height:1.35;
  }
  .catenav .panel{display:none !important;}
  .list-head{
    margin-left:10px;
    margin-right:10px;
    padding:22px 18px;
    border-radius:20px;
  }
  .list-head h1{font-size:24px;}
  .list-head p{font-size:12.5px;}
  .sidebar{display:none;}
  .list-stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .list-stats div{
    min-width:0;
    padding:11px 12px;
  }
  .tabs{
    margin-left:10px;
    margin-right:10px;
    overflow:auto;
    flex-wrap:nowrap;
    padding-bottom:4px;
  }
  .tabs a{
    flex:0 0 auto;
    white-space:nowrap;
  }
  .pagebar{
    margin:22px 10px 0;
    padding:12px 10px;
    gap:6px;
    border-radius:16px;
  }
  .pagebar .page{
    min-width:34px;
    height:34px;
    padding:0 10px;
    border-radius:999px;
    font-size:12px;
  }
  .pagebar a[title="上一页"] .page,
  .pagebar a[title="下一页"] .page,
  .pagebar a[title="前页"] .page,
  .pagebar a[title="后页"] .page,
  .pagebar a[title="Prev"] .page,
  .pagebar a[title="Next"] .page,
  .pagebar a[title="«"] .page,
  .pagebar a[title="»"] .page,
  .pagebar a[title="‹"] .page,
  .pagebar a[title="›"] .page,
  .pagebar a[title="‹‹"] .page,
  .pagebar a[title="››"] .page,
  .pagebar a[title="<<"] .page,
  .pagebar a[title=">>"] .page{
    min-width:68px;
    padding:0 12px;
  }
  .ranklist-stream,
  .article-grid{
    margin-left:10px;
    margin-right:10px;
  }
  .rank-article{
    grid-template-columns:44px minmax(0,1fr);
    gap:12px;
    padding:16px;
    border-radius:20px;
  }
  .rank-logo{
    grid-row:1;
    grid-column:2;
    width:auto;
    height:auto;
    justify-content:flex-start;
    padding:0;
    border:0;
    border-radius:0;
    background:none;
    font-size:11.5px;
  }
  .rank-copy{grid-column:1 / -1;}
  .rank-score,
  .rank-score.alt,
  .rank-action{grid-column:1 / -1;}
  .article-card{
    padding:18px 18px 16px;
    border-radius:20px;
  }
  .article-title{font-size:18px;}
  .side-box{
    margin-left:10px;
    margin-right:10px;
    border-radius:20px;
  }
  .footer-grid{grid-template-columns:1fr;}
  .site-footer{
    margin-top:52px;
    background:
      radial-gradient(circle at top left, rgba(109,89,255,.20), transparent 26%),
      linear-gradient(180deg,#101727 0%,#151f36 55%,#1a1d35 100%);
  }
  .footer-grid{
    max-width:none;
    margin:0 10px;
    gap:14px;
    padding:26px 0 18px;
  }
  .footer-grid>div{
    padding:16px 18px 14px;
    border:1px solid var(--line-dark);
    border-radius:18px;
    background:rgba(255,255,255,.04);
    box-shadow:none;
  }
  .footer-about{
    background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,rgba(109,89,255,.10) 100%);
  }
  .footer-grid h4{
    margin:0 0 10px;
    font-size:13px;
    letter-spacing:.5px;
  }
  .footer-grid ul{
    display:grid;
    gap:6px;
  }
  .footer-grid li{
    margin-bottom:0;
    font-size:12px;
  }
  .footer-grid a{
    display:block;
    padding:7px 0;
    color:#d6def1;
  }
  .footer-links ul{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
  }
  .footer-links a{
    display:flex;
    min-height:38px;
    padding:0 8px;
    font-size:11px;
    text-align:center;
  }
  .footer-about p{
    font-size:12px;
    line-height:1.8;
  }
  .footer-bottom{
    margin:0 10px;
    align-items:center;
    text-align:center;
    gap:10px;
    padding:14px 0 20px;
  }
  .footer-bottom span,
  .footer-bottom a{
    width:100%;
  }
  .footer-bottom span{
    padding:0 6px;
  }
  .footer-bottom a{
    display:inline-flex;
    justify-content:center;
    padding:8px 12px;
    border:1px solid var(--line-dark);
    border-radius:999px;
    color:#cbd4e9;
    background:rgba(255,255,255,.04);
  }
}
