/*
Theme Name: Typecho Light Kuakeq
Theme URI: https://www.kuakeq.com/
Description: 1:1 夸克风资源站主题（Typecho 1.3）
Version: 1.2.0
Author: AI
*/

:root{
  --bg:#eef2f7;
  --card:#ffffff;
  --card-2:#f8fbff;
  --line:#dde6f4;
  --text:#24324a;
  --muted:#7183a1;
  --brand:#2f80ff;
  --brand2:#6ab2ff;
  --ok:#19b27a;
  --vip-red:#ff324f;
  --vip-red-2:#ff7a6c;
  --vip-red-3:#ffc2ae;
}
*{box-sizing:border-box}
body{margin:0;font:14px/1.65 "Microsoft YaHei",sans-serif;background:var(--bg);color:var(--text)}

.kq-name-vip.is-vip,
.kq-name-vip.is-vip span,
.kq-user-hero-name.is-vip,
.kq-user-hero-name.is-vip .kq-user-hero-name-text,
.kq-self-name.kq-name-vip.is-vip{
  background:linear-gradient(90deg,var(--vip-red),var(--vip-red-2) 55%,var(--vip-red-3));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-weight:700;
  position:relative;
}

.kq-name-vip.is-vip::after,
.kq-user-hero-name.is-vip::after,
.kq-self-name.kq-name-vip.is-vip::after{
  content:'\f521';
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:16px;
  margin-left:6px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff2f4b,#ff8a63);
  color:#fff;
  font-size:9px;
  box-shadow:0 2px 6px rgba(255,55,79,.35);
  text-shadow:0 1px 2px rgba(0,0,0,.18);
}

.kq-auth-body{min-height:100vh;background:#eef2f7;}
.kq-auth-card .kq-auth-body{min-height:auto;height:100%;background:var(--bg);display:flex;flex-direction:column;justify-content:space-between;}
.kq-auth-main{padding:14px 0 22px;}
.kq-auth-layout{display:grid;grid-template-columns:56% 44%;width:min(800px,calc(100vw - 28px));height:525px;margin:0 auto;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #dfe7f4;box-shadow:0 12px 34px rgba(24,46,88,.10);align-items:stretch}
.kq-auth-visual{position:relative;height:100%;background:#eff4fb center/cover no-repeat}
.kq-auth-visual-mask{position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.06),rgba(38,89,175,.12));}
.kq-auth-visual-text{display:none}
.kq-auth-visual-text strong{font-size:22px;line-height:1.2}
.kq-auth-visual-text span{font-size:13px;color:#5a78a6}
.kq-auth-card{margin:0;background:var(--bg);padding:18px 22px 16px;display:flex;flex-direction:column;justify-content:flex-start;align-self:stretch}
.kq-auth-head{display:none}
.kq-auth-title{font-size:40px;font-weight:800;color:#2a3f64;letter-spacing:.2px;line-height:1;}
.kq-auth-sub{font-size:12px;color:#7a90b1;margin-bottom:1px;}
.kq-auth-welcome{margin:0 0 10px}
.kq-auth-welcome-mini{display:block;font-size:13px;line-height:1.2;font-weight:500;color:#94a2b6;letter-spacing:0}
.kq-auth-welcome h2{margin:4px 0 0;font-size:50px;font-weight:800;color:#2b4268;display:flex;align-items:center;gap:8px;line-height:1.02}
.kq-auth-welcome h2 i{font-size:40px;color:#27354f}
.kq-auth-form{display:grid;gap:8px;margin-top:2px;}
.kq-auth-form label{font-size:12px;color:#6a7e9f;line-height:1.2;margin-bottom:-2px;}
.kq-auth-main-block{display:flex;flex-direction:column;gap:8px}
.kq-auth-bottom-block{display:flex;flex-direction:column;gap:12px}
.kq-auth-field{position:relative}
.kq-auth-field-ico{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6f7f97;font-size:13px;pointer-events:none}
.kq-auth-input{width:100%;height:34px;border:1px solid #cfd8e6;border-radius:4px;padding:0 10px;background:#fff;color:#2b3d59;outline:none;transition:.2s;}
.kq-auth-field .kq-auth-input{padding-left:40px}
.kq-auth-input:focus{border-color:#8ab8ff;box-shadow:0 0 0 3px rgba(47,128,255,.12);}
.kq-auth-row{display:grid;grid-template-columns:1fr auto;gap:10px;}
.kq-auth-check{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7fa3;}
.kq-auth-verify-trigger{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:0 10px 0 0;height:40px;border:1px solid #cfd8e6;border-radius:4px;background:#fff;margin-top:0;}
.kq-auth-verify-text{height:100%;display:flex;align-items:center;border-left:7px solid #4f82f6;padding-left:12px;color:#3b4a61;font-size:14px;cursor:pointer;user-select:none}
.kq-auth-verify-btn{display:none}
.kq-auth-verify-tip{font-size:12px;color:#7a90b1;justify-self:end}
.kq-auth-verify-ico{font-size:15px;color:#bcc8d8}
.kq-auth-verify-tip.is-ok{color:#19b27a;font-weight:700;}
.kq-auth-submit{height:36px;font-size:14px;border-radius:6px;margin-top:2px;background:linear-gradient(90deg,#4b8ef3,#62a8ff);color:#fff;}
.kq-auth-links{display:flex;justify-content:flex-end;gap:14px;margin-top:8px;font-size:12px;color:#8d9caf;}
.kq-auth-links a{color:#8d9caf;}
.kq-auth-links a:hover{color:#2f80ff;}
.kq-auth-oauth{margin-top:10px;padding-top:8px;border-top:1px dashed #dbe6f6;}
.kq-auth-oauth-title{font-size:12px;color:#7a90b1;margin-bottom:6px;}
.kq-auth-oauth-list{display:flex;gap:8px;flex-wrap:wrap;}
.kq-auth-oauth-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#f5f8ff;border:1px solid #d7e4fb;color:#2f6fdd;font-size:19px;}
.kq-user-bind-icons{display:inline-flex;align-items:center;gap:8px}
.kq-user-bind-icons a{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #d7e4fb;background:#f5f8ff;color:#2f6fdd;font-size:14px;line-height:1}
.kq-user-bind-icons a.is-qq:hover{color:#0a73ff;border-color:#bdd6ff;background:#eef5ff}
.kq-user-bind-icons a.is-wechat{color:#20a35b;border-color:#bfe6cf;background:#f0fbf5}
.kq-user-bind-icons a.is-wechat:hover{color:#169349;border-color:#9fdcb8;background:#e8f8ef}
.kq-user-bind-icons span{color:#93a3b9;font-size:12px;font-weight:400}
.kq-auth-oauth-btn:hover{background:#eaf2ff;border-color:#c9dcff;color:#2a5fc2;}
.kq-auth-guest{margin-top:14px;text-align:center}
.kq-auth-guest a{display:inline-flex;align-items:center;gap:8px;color:#2f80ff;font-size:30px;font-weight:700;line-height:1}
.kq-auth-guest a i{font-size:28px}
.kq-auth-guest a span{font-size:12px;font-weight:400;color:#2f80ff}
.kq-auth-verify{display:none;}
.kq-verify-mask{position:fixed;inset:0;background:rgba(20,24,32,.45);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;}
.kq-verify-dialog{width:340px;background:#fff;border-radius:16px;padding:16px 16px 14px;box-shadow:0 20px 60px rgba(22,42,77,.2);transition:transform .2s ease,box-shadow .2s ease;}
.kq-verify-dialog.is-success{box-shadow:0 22px 60px rgba(25,178,122,.25);}
.kq-verify-dialog.is-shake{animation:kq-verify-shake .35s ease;}
@keyframes kq-verify-shake{0%{transform:translateX(0)}20%{transform:translateX(-6px)}40%{transform:translateX(6px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}100%{transform:translateX(0)}}
.kq-verify-title{font-size:14px;font-weight:700;color:#2b3a55;margin-bottom:10px;}
.kq-verify-board{position:relative;width:260px;height:140px;margin:0 auto;border-radius:12px;background-image:url("../images/verify-landscape.jpg");background-size:cover;background-position:center;overflow:hidden;}
.kq-verify-tile{position:absolute;top:42px;left:0;width:64px;height:48px;border-radius:8px;background-image:url("../images/verify-landscape.jpg");background-size:260px 140px;background-position:0 0;box-shadow:0 6px 16px rgba(27,58,120,.15);} 
.kq-verify-hole{position:absolute;top:42px;width:64px;height:48px;border-radius:8px;background:rgba(40,60,90,.18);box-shadow:inset 0 0 0 2px rgba(255,255,255,.45);} 
.kq-verify-slider{position:relative;margin:14px auto 6px;width:260px;height:36px;background:#f0f4fa;border-radius:999px;border:1px solid #d7e2f1;display:flex;align-items:center;}
.kq-verify-slider input[type=range]{width:100%;-webkit-appearance:none;background:transparent;outline:none;margin:0;}
.kq-verify-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:36px;height:36px;border-radius:50%;background:#2f80ff;box-shadow:0 8px 18px rgba(47,128,255,.35);cursor:pointer;}
.kq-verify-status{text-align:center;font-size:12px;color:#7a90b1;margin-top:4px;}
.kq-verify-status.is-ok{color:#19b27a;font-weight:700;}
.kq-verify-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px;}
.kq-verify-btn{border:none;background:#eef2f7;color:#41506a;padding:6px 10px;border-radius:8px;font-size:12px;cursor:pointer;}
.kq-verify-btn-main{background:#2f80ff;color:#fff;}
@media (max-width:980px){
  .kq-auth-layout{grid-template-columns:1fr;width:min(560px,calc(100vw - 28px));height:auto}
  .kq-auth-visual{display:none}
  .kq-auth-title{font-size:40px}
}

a{color:inherit;text-decoration:none}
.kq-wrap{max-width:1360px;margin:0 auto;padding:0 14px}

.kq-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(8px)}
.kq-header-inner{display:flex;align-items:center;gap:12px;height:58px}
.kq-logo{font-size:18px;font-weight:700;display:flex;align-items:center;color:#215cbc}
.kq-logo img{height:30px;border-radius:8px}
.kq-nav{display:flex;gap:4px;flex:1;overflow:auto hidden}
.kq-nav a{padding:7px 11px;border-radius:8px;color:#5b6f93;white-space:nowrap;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}
.kq-nav a i{font-size:14px;line-height:1;opacity:.86;transition:inherit}
.kq-nav a.is-current i,.kq-nav a:hover i{color:inherit;opacity:1}
.kq-nav a:hover,.kq-nav a.is-current{background:#ecf3ff;color:#2f80ff}
.kq-search{position:relative;display:flex;align-items:center;width:220px;max-width:32vw;height:36px;background:#f3f5f8;border:1px solid #d8dee9;border-radius:9px;overflow:visible}
.kq-search input{flex:1;min-width:0;height:100%;border:none;background:transparent;color:#41506a;padding:0 12px;font-size:13px;outline:none}
.kq-search input::placeholder{color:#9aa7ba}
.kq-search button{width:38px;height:100%;border:none;border-left:1px solid #dde4ef;background:transparent;color:#334761;cursor:pointer}
.kq-search button:hover{background:#eef3fb}
.kq-search-tip{position:absolute;left:0;top:calc(100% + 6px);padding:4px 8px;border-radius:6px;background:#2f80ff;color:#fff;font-size:12px;line-height:1;white-space:nowrap;opacity:0;transform:translateY(-2px);pointer-events:none;transition:opacity .16s ease,transform .16s ease}
.kq-search-tip.is-show{opacity:1;transform:translateY(0)}
.kq-actions{display:flex;align-items:center;gap:8px;position:relative}
.kq-header .kq-actions .kq-btn{height:36px;padding:0 14px;border-radius:9px}
.kq-header-post-btn{gap:6px;padding:0 12px !important;min-width:72px}
.kq-header-post-btn i{font-size:13px}
.kq-btn{padding:7px 12px;border-radius:8px;font-size:12px;line-height:1;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
.kq-btn-ghost{border-color:#d2ddf1;background:#f7faff;color:#4a5f85}
.kq-btn-main{background:linear-gradient(90deg,var(--brand),var(--brand2));color:#fff;font-weight:700}
.kq-header-user{position:relative}
.kq-header-bell{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #d7e2f3;border-radius:10px;background:#fff;color:#8a9bb5;box-shadow:0 2px 8px rgba(53,78,119,.08);transition:.18s}
.kq-header-bell:hover{color:#2f66d0;border-color:#bfd4f7;background:#f3f8ff}
.kq-header-bell i{font-size:15px;line-height:1}
.kq-header-bell b{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff4b5c;color:#fff;font-size:11px;line-height:18px;text-align:center;font-weight:700;box-shadow:0 3px 10px rgba(255,75,92,.35)}
.kq-header-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:1px solid #d7e2f3;border-radius:10px;background:#fff;cursor:pointer;box-shadow:0 2px 8px rgba(53,78,119,.08)}
.kq-header-avatar img{width:30px;height:30px;border-radius:8px;display:block;object-fit:cover}
.kq-user-pop{position:absolute;right:0;top:calc(100% + 10px);width:340px;padding:12px;border:1px solid #dfe8f5;border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(31,52,85,.2);z-index:120;display:flex;flex-direction:column;gap:10px}
.kq-user-pop[hidden]{display:none !important}
.kq-user-pop-head{display:flex;gap:10px;align-items:flex-start}
.kq-user-pop-head>img{width:58px;height:58px;border-radius:12px;object-fit:cover;border:1px solid #d9e4f5}
.kq-user-pop-meta{min-width:0;flex:1}
.kq-user-pop-meta strong{display:block;color:#334f7d;font-size:20px;line-height:1.1;transform:scale(.5);transform-origin:left top;height:14px;margin-bottom:-2px}
.kq-user-pop-tags{display:flex;gap:6px;flex-wrap:wrap}
.kq-user-pop-tags span{display:inline-flex;align-items:center;height:22px;padding:0 9px;border-radius:999px;background:#eef4ff;color:#4b79cf;font-size:12px;font-weight:700}
.kq-user-pop-meta p{margin:8px 0 0;color:#8999b0;font-size:12px;line-height:1.5}
.kq-user-pop-level{display:flex;align-items:stretch;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:12px;background:#f3f7ff;border:1px solid #dce6f8;overflow:hidden}
.kq-user-pop-level.is-dim{background:#f5f6f9;border-color:#e3e6ee}
.kq-user-pop-level.is-dim .kq-user-pop-level-main label,
.kq-user-pop-level.is-dim .kq-user-pop-level-main b,
.kq-user-pop-level.is-dim .kq-user-pop-level-main span{color:#9aa5b7}
.kq-user-pop-level.is-dim .kq-user-pop-level-main i{background:#e7eaf0}
.kq-user-pop-level.is-dim .kq-user-pop-level-main i em{background:linear-gradient(90deg,#b7c0cf,#9aa6bb)}
.kq-user-pop-level-main{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}
.kq-user-pop-level-main label{color:#5f7597;font-size:13px;font-weight:700}
.kq-user-pop-level-main b{color:#405a84;font-size:40px;line-height:1;transform:scale(.5);transform-origin:left center;height:16px;margin-top:-2px}
.kq-user-pop-level-main span{color:#687f9f;font-size:12px}
.kq-user-pop-level-main i{display:block;height:6px;border-radius:999px;background:#d9e3f5;overflow:hidden}
.kq-user-pop-level-main i em{display:block;height:100%;background:linear-gradient(90deg,#5b9dff,#3f77e7);border-radius:inherit}
.kq-user-pop-level-planet{width:108px;border-radius:12px;background:radial-gradient(circle at 30% 30%,#f4d0ff,#b989ed 58%,#8d73e0);position:relative}
.kq-user-pop-level-planet:after{content:'';position:absolute;left:-10px;top:48px;width:132px;height:24px;border-radius:999px;border:5px solid rgba(120,168,233,.65);transform:rotate(-14deg)}
.kq-vip-hero-lite.is-dim{opacity:.72;filter:saturate(.65)}
.kq-level-card.is-vip.is-dim{background:#f7f8fb !important;border-color:#e5e8ef !important;box-shadow:none !important}
.kq-level-card.is-vip.is-dim .kq-level-card-head b,
.kq-level-card.is-vip.is-dim .kq-level-card-title,
.kq-level-card.is-vip.is-dim .kq-level-progress-head,
.kq-level-card.is-vip.is-dim .kq-level-progress-sub{color:#9aa5b7 !important}
.kq-level-card.is-vip.is-dim .kq-level-progress-wrap i{background:#e6e9ef !important}
.kq-level-card.is-vip.is-dim .kq-level-progress-wrap i em{background:linear-gradient(90deg,#b8c1cf,#9ca8bb) !important}
.kq-user-pop-wallet{display:flex;align-items:center;justify-content:space-between;height:36px;padding:0 12px;border-radius:8px;background:linear-gradient(90deg,#4a84e8,#5b9bfd);color:#fff;font-weight:700}
.kq-user-pop-wallet span{display:inline-flex;align-items:center;gap:8px}
.kq-user-pop-link{display:flex;align-items:center;justify-content:space-between;height:34px;padding:0 4px;color:#5c6f8c;border-bottom:1px solid #edf2f8}
.kq-user-pop-link span{display:inline-flex;align-items:center;gap:8px}
.kq-user-pop-link i:last-child{color:#b0bac9}
.kq-user-pop-logout{margin-top:4px;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;border-radius:8px;border:1px solid #ff7d7d;color:#e14b4b;font-weight:700}
.kq-user-pop-link:hover{color:#2f66d0}
.kq-user-pop-logout:hover{background:#fff5f5}
@media (max-width:980px){.kq-user-pop{right:-8px;width:min(340px,calc(100vw - 22px))}}

.kq-hero{margin:14px 0 12px;border:1px solid var(--line);background:linear-gradient(135deg,#f5f9ff,#ecf4ff);border-radius:14px;overflow:hidden}
.kq-hero .kq-wrap{padding:16px}
.kq-hero-grid{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.kq-hero h1{margin:0;font-size:24px;line-height:1.25;color:#244682}
.kq-hero p{margin:6px 0 0;color:#5f77a0;max-width:760px}
.kq-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:330px}
.kq-hero-stats>div{padding:8px 10px;background:#fff;border:1px solid #dce7f8;border-radius:10px;display:flex;align-items:baseline;justify-content:space-between}
.kq-hero-stats strong{font-size:18px;color:#2762c8}
.kq-hero-stats span{font-size:12px;color:#6f83a5}

.kq-hero-ad{margin:14px 0 12px}
.kq-hero-ad-inner{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;min-height:96px}
.kq-hero-ad-pc,.kq-hero-ad-mobile{width:100%}
.kq-hero-ad-mobile{display:none}
.kq-hero-ad-fallback,.kq-hero-ad-fallback img{display:block;width:100%}
.kq-hero-ad-fallback img{height:auto;object-fit:cover}
.kq-hero-ad-inner>*:first-child{margin-top:0}
.kq-hero-ad-inner>*:last-child{margin-bottom:0}

.kq-main{display:grid;grid-template-columns:1fr 312px;gap:12px;margin-bottom:14px}
.kq-main-home{grid-template-columns:154px minmax(0,1fr) 312px}
.kq-main-category{grid-template-columns:154px minmax(0,1fr) 312px}
.kq-left-nav{position:sticky;top:58px;height:fit-content;margin-top:0}
.kq-left-list{list-style:none;margin:0;padding:0}
.kq-left-list li+li{margin-top:6px}
.kq-left-list li:nth-child(4){margin-top:10px;padding-top:10px;border-top:1px solid #e7eef8}
.kq-left-list a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:#425f90;border:1px solid transparent;font-size:14px;line-height:1.2}
.kq-left-list a:hover,.kq-left-list a.is-current{background:#edf4ff;color:#2f80ff;border-color:#d6e4fb}
.kq-nav-hot{font-weight:600}
.kq-left-ico{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;font-style:normal;font-size:13px;font-weight:700;line-height:1}
.kq-left-ico-latest{background:#eaf3ff;color:#4d7df0}
.kq-left-ico-featured{background:#fff0f0;color:#ff3e30}
.kq-left-ico-new{background:#fff7eb;color:#8a5a00}
.kq-left-ico-cat{background:#eef4ff;color:#7a97c6}
.kq-cat-ico{width:24px;height:24px;border-radius:50%;object-fit:cover;flex:0 0 24px}

.kq-notice{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid #d9e7ff;background:#f4f9ff;border-radius:10px;margin-bottom:10px}
.kq-notice strong{color:#2a74e3}
.kq-sign-panel{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #d3e4ff;background:linear-gradient(180deg,#f7fbff,#edf5ff);border-radius:10px;margin-bottom:10px}
.kq-sign-main h3{margin:0;font-size:15px;color:#2c5ea5}
.kq-sign-main p{margin:4px 0 0;color:#6983ab;font-size:12px}
.kq-sign-msg{margin-top:6px;color:#2f80ff;font-size:12px;padding:4px 8px;border-radius:8px;background:#edf5ff;display:inline-flex;opacity:0;transform:translateY(4px);transition:opacity .22s ease,transform .22s ease}
.kq-sign-msg.is-show{opacity:1;transform:translateY(0)}
.kq-sign-msg.is-error{background:#fff2f2;color:#dc4b4b}
.kq-sign-action{display:flex;align-items:center}
.kq-sign-btn{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:8px;background:linear-gradient(90deg,#2f80ff,#6ab2ff);color:#fff;font-size:12px;font-weight:700}
.kq-sign-btn.is-ghost{background:#f5f9ff;border:1px solid #d3e2fa;color:#5a74a0}
.kq-sign-done{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:8px;background:#e9fff6;border:1px solid #c8f1e1;color:#139867;font-size:12px;font-weight:700}

.kq-feed-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;padding:2px}
.kq-feed-head h2{margin:0;font-size:16px;color:#31558e}
.kq-feed-sub{font-size:12px;color:#6f83a5;background:#eef4ff;border:1px solid #d6e3f8;padding:3px 9px;border-radius:999px}

.kq-card{display:grid;grid-template-columns:50px 1fr;gap:11px;border-bottom:1px solid #edf1f6;background:#fff;padding:11px 2px 10px;margin:0;transition:.18s;position:relative;align-items:flex-start}
.kq-card:hover{background:#fcfdff}
.kq-card+.kq-card{margin-top:0}
.kq-corner{display:none}
.kq-card.is-featured{grid-template-columns:50px 1fr;border-color:#e5ebf5;background:#fff}
.kq-card-avatar-wrap{padding-top:1px;position:relative}
.kq-card-avatar{display:block;width:38px;height:38px;border-radius:50%;overflow:hidden;border:1px solid #e5ebf4;background:#f4f7fb}
.kq-card-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.kq-card-dot{position:absolute;right:0;top:-1px;width:8px;height:8px;border-radius:50%;background:#1fd37d;box-shadow:0 0 0 2px #fff}
.kq-card-body{min-width:0;padding-right:4px}
.kq-card-title-row{display:flex;align-items:flex-start;gap:7px}
.kq-card-title{margin:0;font-size:13px;line-height:1.46;font-weight:600;color:#243a5a;flex:1}
.kq-card-title a:hover{color:var(--brand)}
.kq-card-title-link{display:inline;color:inherit}
.kq-card-title-link.is-rainbow{background:linear-gradient(90deg,#ff4d6d,#7a5af8,#00b8d9,#ff9f1c);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;background-size:260% 100%;animation:kqRainbowFlow 6s linear infinite}
.kq-card-badge{display:inline-flex;align-items:center;gap:4px;height:18px;padding:0 6px;border-radius:999px;font-size:10px;font-weight:700;line-height:1;white-space:nowrap}
.kq-card-badge i{font-size:10px}
.kq-card-badge.is-top{background:#eaf2ff;color:#2f66d0}
.kq-card-badge.is-digest{background:#fff2db;color:#b87912}
@keyframes kqRainbowFlow{0%{background-position:0% 50%}100%{background-position:260% 50%}}
.kq-card-flag{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff5f78;color:#fff;font-size:10px;font-weight:700;line-height:1}
.kq-card-meta-line{margin-top:4px;display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:#8d9aaf;font-size:11px;line-height:1.25}
.kq-card-meta-line{margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;color:#8d9aaf;font-size:11px;line-height:1.25}
.kq-card-meta-main{display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-width:0}
.kq-card-timeago,.kq-card-reply-time{color:#8b9bb2}
.kq-card-meta-bottom{margin-top:0;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;color:#8c9bb0;font-size:11px}
.kq-card-author,.kq-card-reply-author{font-size:11px;line-height:1.25}
.kq-card-author,.kq-card-author a{color:#607699;font-weight:600}
.kq-card-author a:hover{color:#2f80ff}
.kq-card-reply-author{color:#607699;font-weight:600}
.kq-card-reply-text{color:#7d8ca5;font-size:11px;line-height:1.25}
.kq-meta-sep{font-style:normal;color:#98a8bf;font-size:11px;display:inline-flex;align-items:center;justify-content:center}
.kq-meta-sep-reply{width:auto;height:auto;position:static;transform:translateY(-.5px)}
.kq-card-stats{display:flex;align-items:center;gap:13px;color:#6f7f96;transform:translateY(-1px)}
.kq-card-stats span{display:inline-flex;align-items:center;gap:4px}
.kq-stat-ico{position:relative;display:inline-block;width:13px;height:13px;flex:0 0 13px}
.kq-stat-ico-view:before{content:'';position:absolute;left:1px;top:3px;width:9px;height:5px;border:1.5px solid #7f92ad;border-radius:10px/7px}
.kq-stat-ico-view:after{content:'';position:absolute;left:5px;top:5px;width:2px;height:2px;border-radius:50%;background:#7f92ad}
.kq-stat-ico-comment:before{content:'';position:absolute;left:1px;top:2px;width:9px;height:6px;border:1.5px solid #7f92ad;border-radius:7px}
.kq-stat-ico-comment:after{content:'';position:absolute;left:4px;top:7px;width:4px;height:4px;border-left:1.5px solid #7f92ad;border-bottom:1.5px solid #7f92ad;transform:skew(-18deg) rotate(-8deg);background:#fff}
.kq-card-excerpt{display:none}
.kq-card-meta{display:none}
.kq-badge{display:inline-flex;align-items:center;gap:4px;padding:0 6px;border-radius:3px;background:#f2f6ff;border:1px solid #d8e4fb;color:#6b86b3;font-size:11px;line-height:17px}
.kq-badge-cat{padding:0;border:none;background:transparent;gap:1px}
.kq-badge-catmark,.kq-badge-catdot{width:15px;height:15px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 15px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}
.kq-badge-catmark{overflow:hidden}
.kq-badge-catimg{width:11px;height:11px;border-radius:50%;object-fit:cover;display:block;background:transparent;padding:0}
.kq-badge-catname{display:inline-flex;align-items:center;height:15px;padding:0 6px;border-radius:3px;background:#f5f8fd;border:1px solid #e2eaf6}
.kq-badge-ico{font-style:normal;font-size:11px;opacity:.92}
.kq-badge-warm{background:#fff5e8;border-color:#ffe2b8;color:#d18a17}

.kq-side .kq-box,.kq-left-nav .kq-box,.kq-post-side .kq-box{border:1px solid var(--line);background:#fff;border-radius:11px;padding:10px;margin-bottom:8px}
.kq-main-category{align-items:flex-start}
.kq-category-feed{min-width:0}
.kq-category-hero{position:relative;overflow:hidden;border:1px solid #e4ebf7;border-radius:14px;background:#fff;margin-bottom:10px;min-height:132px}
.kq-category-hero-bg{position:absolute;inset:0}
.kq-category-hero-bg-image{overflow:hidden}
.kq-category-hero-bg-image img{width:100%;height:100%;object-fit:cover;filter:blur(24px) saturate(1.18);transform:scale(1.15);opacity:.92}
.kq-category-hero-mask{position:absolute;inset:0;background:linear-gradient(135deg,rgba(34,52,84,.58),rgba(47,128,255,.24) 58%,rgba(238,244,255,.18));backdrop-filter:blur(8px)}
.kq-category-hero-inner{position:relative;z-index:1;display:flex;align-items:center;gap:16px;padding:18px}
.kq-category-hero-icon{flex:0 0 auto}
.kq-category-hero-icon img,.kq-category-hero-icon span{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 6px 20px rgba(22,44,89,.12);font-size:28px;font-weight:700}
.kq-category-hero-icon img{object-fit:cover;padding:10px}
.kq-category-hero-main h1{margin:0;color:#fff;font-size:28px;line-height:1.15}
.kq-category-hero-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.kq-category-hero-main p{margin:10px 0 0;color:rgba(255,255,255,.92);font-size:13px;line-height:1.8;max-width:780px}
.kq-category-hero-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px;color:#f4f8ff;font-size:12px}
.kq-category-hero-meta-inline{margin-top:0}
.kq-category-hero-meta span{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18)}
.kq-category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #e8edf6;border-radius:12px;background:#fff;margin-bottom:8px}
.kq-category-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.kq-category-tabs a{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:8px;color:#61779b;background:#f5f8fd;border:1px solid #e3ebf7;font-size:12px}
.kq-category-tabs a.is-current{background:#eaf2ff;border-color:#d4e3ff;color:#2f80ff;font-weight:700}
.kq-category-sort{font-size:12px;color:#8a9ab2}
.kq-tags a.is-current{background:#2f80ff;border-color:#2f80ff;color:#fff}
.kq-side .kq-box,.kq-left-nav .kq-box,.kq-post-side .kq-box{border:1px solid var(--line);background:#fff;border-radius:11px;padding:10px;margin-bottom:8px}
.kq-box h3{margin:0 0 6px;font-size:14px;color:#355d99}
.kq-box ul{list-style:none;margin:0;padding:0}
.kq-box li{padding:7px 0;border-bottom:1px dashed #e1e9f7}
.kq-box li:last-child{border-bottom:none}
.kq-box-notice{border-color:#cfe1ff;background:#f4f9ff}
.kq-side-notice{color:#59749f;font-size:13px;line-height:1.7}
.kq-side-notice a{color:#2f80ff;text-decoration:underline}
.kq-tags{display:flex;flex-wrap:wrap;gap:7px}
.kq-tags a{background:#f2f7ff;border:1px solid #d8e5f8;color:#4e6f9e;padding:3px 9px;border-radius:999px;font-size:12px}
.kq-mini-stats{display:grid;gap:6px}
.kq-mini-stats span{display:flex;justify-content:space-between;background:#f6f9ff;border:1px solid #dce6f8;border-radius:8px;padding:6px 8px;color:#5f769d;font-size:12px}
.kq-mini-stats b{color:#2f80ff}

/* 右侧 1:1 模块 */
.kq-rank-box,.kq-member-box,.kq-profile-box,.kq-quick-box,.kq-checkin-mini,.kq-qr-box,.kq-update-box,.kq-ad-box{padding:0;overflow:hidden}
.kq-profile-box{padding:0;background:#fff;overflow:hidden}
.kq-profile-cover{height:98px;background:linear-gradient(135deg,#7baef8,#c8d8ea 60%,#a9c1e9)}
.kq-profile-card{margin-top:-18px;background:#fff;border-top-left-radius:14px;border-top-right-radius:14px;padding:0 12px 12px}
.kq-profile-top{display:flex;align-items:flex-start;gap:10px}
.kq-profile-logo{height:56px;border-radius:6px;background:#fff;color:#2f80ff;font-weight:700;display:flex;align-items:center;justify-content:flex-start;font-size:34px;box-shadow:0 2px 6px rgba(0,0,0,.06);margin-top:-10px;overflow:hidden;padding:4px 8px;min-width:56px;max-width:220px}
.kq-profile-logo img{width:auto;height:100%;max-width:100%;object-fit:contain;display:block}
.kq-profile-name{font-size:15px;font-weight:700;color:#2d4063;line-height:1.35;padding-top:9px}
.kq-profile-desc{font-size:12px;color:#6f84a7;line-height:1.85;margin-top:8px}
.kq-profile-stats-4{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.kq-profile-stats-4 span{display:grid;grid-template-columns:34px 1fr;grid-template-rows:16px 16px;column-gap:8px;row-gap:0;background:#f4f6fa;border:1px solid #e5ebf5;border-radius:11px;padding:10px 9px;align-items:center}
.kq-profile-stats-4 i{grid-row:1/3;align-self:center;font-style:normal;font-size:13px;opacity:.95;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9px;background:#f8fbff;border:1px solid #dfe7f4}
.kq-profile-stats-4 i img{width:22px;height:22px;object-fit:contain;display:block;opacity:.98}
.kq-profile-stats-4 b{font-size:20px;line-height:16px;height:16px;color:#364f77;display:flex;align-items:center}
.kq-profile-stats-4 em{font-style:normal;font-size:12px;line-height:16px;height:16px;color:#7d91b2;display:flex;align-items:center}

.kq-self-box{padding:16px 10px 14px;text-align:center;background:#fff}
.kq-self-avatar{width:56px;height:56px;border-radius:50%;margin:0 auto 8px;padding:3px;background:#c7f3de}
.kq-self-avatar img{width:100%;height:100%;border-radius:50%;display:block}
.kq-self-name{font-size:30px;line-height:1;color:#f0a428;display:inline-block;transform:scale(.5);transform-origin:center top;margin-top:-8px;font-weight:700}
.kq-self-tags{margin-top:-8px;display:flex;justify-content:center;gap:6px;flex-wrap:wrap}
.kq-self-tags span{font-size:12px;color:#2d7cff;background:#eaf2ff;border-radius:10px;padding:2px 8px}
.kq-self-exp{margin-top:8px;font-size:12px;line-height:1.6;color:#6b80a5}
.kq-self-progress{height:8px;border-radius:999px;background:#edf3ff;overflow:hidden;margin-top:9px}
.kq-self-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#5c97ff,#7bc0ff)}

.kq-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px}
.kq-quick-grid a{display:flex;flex-direction:column;align-items:center;gap:3px;padding:5px 1px;border-radius:7px;background:#f7faff}
.kq-quick-grid i{font-style:normal;font-size:20px;line-height:1}
.kq-quick-grid span{font-size:11px;color:#6981a9}

.kq-checkin-mini{padding:0;background:#fff;overflow:visible}
.kq-mini-head{display:flex;align-items:flex-start;justify-content:space-between;padding:14px 14px 12px;background:linear-gradient(135deg,#f7fbff,#dfeafe 62%,#c7daf9);border-bottom:1px solid #e8eef8}
.kq-mini-head h3{margin:0;font-size:15px;color:#31496e}
.kq-mini-head p{margin:6px 0 0;font-size:12px;color:#6e84a6}
.kq-mini-sign-btn{display:inline-flex;align-items:center;justify-content:center;min-width:96px;height:36px;border-radius:18px;background:linear-gradient(180deg,#5b9cff,#2f7fff);color:#fff;font-size:14px;font-weight:700;box-shadow:0 8px 18px rgba(47,127,255,.22);transition:opacity .18s ease,transform .18s ease}
.kq-mini-sign-btn.is-loading,.kq-sign-btn.is-loading{opacity:.78;pointer-events:none;transform:scale(.98)}
.kq-mini-sign-btn.done{background:linear-gradient(180deg,#5b9cff,#2f7fff);color:#fff;border:none}
.kq-mini-cal{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:0;max-height:0;opacity:0;overflow:hidden;transform:translateY(-6px);transition:max-height .22s ease,opacity .2s ease,transform .2s ease,padding .2s ease}
.kq-checkin-mini:hover .kq-mini-cal{max-height:420px;opacity:1;transform:translateY(0);padding:16px 12px 14px}
.kq-mini-cal span{height:84px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px solid #edf1f7;border-radius:12px;background:#f7f9fc;color:#8a9bb5}
.kq-mini-cal span em{font-style:normal;font-size:12px;color:#8797b1}
.kq-mini-cal span i{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-style:normal;font-size:12px;background:#9aa8bb;color:#fff}
.kq-mini-cal span.on{background:linear-gradient(180deg,#69a4ff,#4b8fff);border-color:#4b8fff}
.kq-mini-cal span.on em{color:#fff}
.kq-mini-cal span.on i{background:#fff;color:#4b8fff}
.kq-mini-cal span.focus{background:#fff;border:2px solid #3f80ff}
.kq-mini-cal span.focus i{background:#5f86cc;color:#fff}
.kq-mini-cal span.empty{background:#fff;border:1px dashed #d9e3f1}
.kq-mini-cal span.empty i{background:#d3dce8;color:#fff}
@media (hover:none){.kq-mini-cal{max-height:420px;opacity:1;transform:none;overflow:visible;padding:16px 12px 14px}}

.kq-qr-box{padding:10px}
.kq-qr-box img{width:100%;height:auto;border:1px solid #dce6f8;border-radius:10px;display:block}
.kq-qr-contact{margin-top:8px;background:#2f80ff;color:#fff;text-align:center;border-radius:8px;padding:6px 8px;font-size:12px}
.kq-ad-box{padding:10px;background:#fff}
.kq-ad-box>*:first-child{margin-top:0}
.kq-ad-box>*:last-child{margin-bottom:0}

.kq-tabs{display:flex;gap:12px;padding:10px 12px 8px;margin:0;border-bottom:1px solid #e8edf6;background:#fff}
.kq-tab{padding:0;color:#4f658b;font-size:22px;line-height:1.1;transform:scale(.5);transform-origin:left center;white-space:nowrap;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}
.kq-tab.is-current{color:#2f7fff;font-weight:700}
.kq-tabs-4{display:flex;gap:0;padding:6px 7px 5px}
.kq-tabs-4 .kq-tab{flex:1;transform:none;font-size:12px;line-height:28px;text-align:center;padding:0;border-radius:7px}
.kq-tabs-4 .kq-tab.is-current{background:#e8f1ff;box-shadow:inset 0 0 0 1px #d9e6ff}
.kq-tabs-2{padding:7px 9px 5px;gap:6px}
.kq-tabs-2 .kq-tab{transform:none;font-size:12px;padding:0 7px;line-height:24px;border-radius:6px}
.kq-tabs-2 .kq-tab.is-current{background:#e8f1ff}

.kq-cat-side-card{padding:0;overflow:hidden;border-radius:14px;background:#fff;border:1px solid #dce7f8;box-shadow:0 1px 0 rgba(255,255,255,.75) inset}
.kq-cat-side-head{position:relative;display:flex;align-items:center;gap:8px;padding:16px 18px;background:linear-gradient(180deg,#f7fbff,#eef5ff);color:#315892;font-size:15px;font-weight:700;border-bottom:1px solid #e6eef9;overflow:hidden}
.kq-cat-side-head:before,.kq-cat-side-head:after{content:'';position:absolute;border-radius:50%;pointer-events:none}
.kq-cat-side-head:before{width:118px;height:118px;left:-34px;top:-52px;background:radial-gradient(circle at 55% 55%,rgba(136,181,255,.34),rgba(136,181,255,0) 68%)}
.kq-cat-side-head:after{width:120px;height:64px;right:-18px;top:-6px;background:linear-gradient(135deg,rgba(146,188,255,.28),rgba(146,188,255,0) 72%);transform:rotate(-10deg)}
.kq-cat-side-head span,.kq-cat-side-head i{position:relative;z-index:1}
.kq-cat-side-section-title{display:flex;align-items:center;gap:8px;padding:15px 18px 11px;color:#243b62;font-size:15px;font-weight:700}
.kq-cat-side-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:16px 18px 14px}
.kq-cat-side-stats span{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#f7f7f8;border:1px solid #eceef3;border-radius:8px;padding:14px 8px;min-height:76px}
.kq-cat-side-stats b{font-size:35px;line-height:1;color:#1f3150;font-weight:500;font-family:Georgia,"Times New Roman",serif}
.kq-cat-side-stats em{font-size:12px;color:#5c6f8d;font-style:normal}
.kq-cat-side-desc{padding:1px 18px 18px;color:#213a63;font-size:13px;line-height:1.95}
.kq-cat-hot-box .kq-cat-side-section-title{padding-bottom:10px;border-bottom:1px solid #e9eef6}
.kq-cat-hot-list{list-style:none;margin:0;padding:8px 12px 12px}
.kq-cat-hot-list li{display:grid;grid-template-columns:18px 1fr;gap:8px;align-items:start;padding:7px 4px 8px;border-bottom:1px dashed #e7edf6}
.kq-cat-hot-list li:last-child{border-bottom:none}
.kq-cat-hot-no{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#edf1f6;color:#6f83a1;font-size:10px;font-weight:700;line-height:1;margin-top:1px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.04)}
.kq-cat-hot-list li:nth-child(1) .kq-cat-hot-no{background:#ff617a;color:#fff}
.kq-cat-hot-list li:nth-child(2) .kq-cat-hot-no{background:#ff7e62;color:#fff}
.kq-cat-hot-list li:nth-child(3) .kq-cat-hot-no{background:#ffb44d;color:#fff}
.kq-cat-hot-list a{color:#30486f;font-size:12.5px;line-height:1.62;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all;overflow-wrap:anywhere}
.kq-cat-hot-list a:hover{color:#2f80ff}
.kq-cat-reply-box .kq-cat-side-section-title{padding-bottom:9px}
.kq-cat-reply-list{padding-top:6px}
.kq-cat-reply-list li{grid-template-columns:18px 1fr;gap:9px;padding:8px 4px 9px}
.kq-cat-reply-main{min-width:0;overflow:hidden}
.kq-cat-reply-main a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all;overflow-wrap:anywhere;color:#29425f;font-size:12.5px;line-height:1.58;max-width:100%}
.kq-cat-list-empty{display:block;width:100%;text-align:center;color:#8a9bb3;font-size:12px;padding:8px 0}
.kq-cat-ad-box{padding:10px;background:#fff;overflow:hidden;border-radius:14px}
.kq-cat-ad-box>*{display:block;border-radius:10px;overflow:hidden}
.kq-cat-ad-box>*:first-child{margin-top:0}
.kq-cat-ad-box>*:last-child{margin-bottom:0}
.kq-cat-ad-box img{display:block;max-width:100%;height:auto}
.kq-rank-box .kq-tab-panels{min-height:280px;position:relative}
.kq-rank-list{list-style:none;margin:0;padding:8px 9px 10px;display:none;gap:0;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease}
.kq-rank-list.is-active{display:grid;opacity:1;transform:translateY(0)}
.kq-post-rank li{display:grid;grid-template-columns:20px 1fr;gap:7px;align-items:center;padding:7px 3px;border-bottom:1px dashed #e6ebf4}
.kq-post-rank li:last-child{border-bottom:none}
.kq-rank-no{width:14px;height:14px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#edf1f6;color:#7a8ca9;font-size:10px;font-weight:700}
.kq-post-rank li:nth-child(1) .kq-rank-no,.kq-post-rank li:nth-child(2) .kq-rank-no,.kq-post-rank li:nth-child(3) .kq-rank-no{background:#38c56d;color:#fff}
.kq-rank-title{color:#3f567e;font-size:12px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}

.kq-update-list{list-style:none;margin:0;padding:7px 9px 8px}
.kq-update-list li{display:flex;align-items:center;gap:6px;padding:4px 0;border-bottom:1px dashed #e6ebf4}
.kq-update-list li:last-child{border-bottom:none}
.kq-update-list i{width:5px;height:5px;border-radius:50%;background:#3ec46c;display:inline-block}
.kq-update-list span{font-size:11px;color:#5d759d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.kq-member-box .kq-tab-panels{min-height:180px;position:relative}
.kq-member-grid{display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:8px 10px 11px;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease}
.kq-member-grid.is-active{display:grid;opacity:1;transform:translateY(0)}
.kq-member-item{display:flex;flex-direction:column;align-items:center;gap:5px;padding:0;border-radius:8px}
.kq-member-item:hover{background:transparent}
.kq-member-item img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid #dbe5f7}
.kq-member-item span{max-width:54px;font-size:11px;color:#586f97;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}

.kq-post-wrap{margin-top:12px}
.kq-breadcrumb,.kq-breadcrumb.kq-seo-only{display:none !important}
.kq-seo-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;clip-path:inset(50%) !important;white-space:nowrap !important;border:0 !important}
.kq-breadcrumb a{color:#4d77b8}
.kq-post-layout{display:grid;grid-template-columns:96px minmax(0,860px) 320px;justify-content:center;gap:18px}
.kq-post-actions-side{position:relative}
.kq-post-main{min-width:0;position:relative;padding-left:0}
.kq-post-actions-rail{position:sticky;top:76px;display:flex;flex-direction:column;align-items:center;gap:18px;width:58px;margin:0 auto}
.kq-post-action-item{display:flex;flex-direction:column;align-items:center;gap:8px;color:#8ea0ba}
.kq-post-action-icon{width:58px;height:58px;border-radius:999px;background:#fff;border:1px solid #e6edf7;box-shadow:0 4px 16px rgba(75,101,142,.08);display:flex;align-items:center;justify-content:center;font-size:26px;color:#9aa9bc}
.kq-post-layout{display:grid;grid-template-columns:72px minmax(0,1fr) 320px;gap:12px;align-items:start}
.kq-post-layout-page{grid-template-columns:minmax(0,1fr) 320px}
.kq-post-main{min-width:0}
.kq-post-side{display:grid;gap:12px}
.kq-post-actions-side{position:sticky;top:74px;z-index:5}
.kq-post-actions-rail{display:flex;flex-direction:column;gap:8px}
.kq-post-action-item{display:flex;align-items:center;justify-content:center;min-height:38px;padding:0 10px;border-radius:8px;background:#fff;border:1px solid #d9e5f6;color:#4b6288;font-size:13px;line-height:1;text-decoration:none;cursor:pointer;transition:.18s}
.kq-move-picker{position:fixed;z-index:9999;min-width:220px;padding:10px;border-radius:10px;border:1px solid #d8e5f7;background:#fff;box-shadow:0 10px 24px rgba(35,68,122,.18)}
.kq-move-picker select{width:100%;height:34px;border:1px solid #d5e2f5;border-radius:8px;padding:0 8px;color:#2f4a77}
.kq-move-picker-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}
.kq-move-picker-actions button{height:30px;padding:0 12px;border-radius:7px;border:1px solid #d7e3f5;background:#f6f9ff;color:#44628f;cursor:pointer}
.kq-move-picker-actions button.is-primary{background:#2f80ff;border-color:#2f80ff;color:#fff}
.kq-manage-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(10px);z-index:10020;min-width:140px;max-width:min(420px,calc(100vw - 24px));padding:9px 14px;border-radius:9px;background:rgba(28,48,82,.94);color:#fff;font-size:13px;line-height:1.4;text-align:center;box-shadow:0 8px 22px rgba(18,36,66,.28);opacity:0;pointer-events:none;transition:all .18s ease}
.kq-manage-toast.is-show{opacity:1;transform:translateX(-50%) translateY(0)}
.kq-manage-toast.is-error{background:rgba(186,53,74,.94)}
.kq-manage-confirm{position:fixed;inset:0;z-index:10010;display:flex;align-items:center;justify-content:center}
.kq-manage-confirm-mask{position:absolute;inset:0;background:rgba(19,32,54,.42)}
.kq-manage-confirm-box{position:relative;width:min(360px,calc(100vw - 28px));padding:14px 14px 12px;border-radius:12px;background:#fff;border:1px solid #dbe6f8;box-shadow:0 16px 36px rgba(25,48,84,.22)}
.kq-manage-confirm-title{margin:0 0 6px;color:#2f456d;font-size:16px;font-weight:700}
.kq-manage-confirm-desc{margin:0;color:#6a7f9f;font-size:13px;line-height:1.6}
.kq-manage-confirm-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}
.kq-manage-confirm-actions button{height:32px;padding:0 13px;border-radius:8px;border:1px solid #d7e3f6;background:#f5f8ff;color:#47638f;cursor:pointer}
.kq-manage-confirm-actions button.is-danger{background:#e94f6a;border-color:#e94f6a;color:#fff}
.kq-post-action-item:hover{border-color:#bfd3f4;background:#f4f8ff;color:#2f66d0}
.kq-post-action-item.is-on,.kq-post-action-item.is-done{border-color:#8ab3ff;background:#edf4ff;color:#2f66d0}
.kq-post-action-item b{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;border-radius:999px;background:#8da1bf;color:#fff;font-size:12px;line-height:1}
.kq-post-action-item .kq-post-action-icon{display:none}
.kq-post-manage-btn{font-weight:600}
.kq-post-actions-side{position:sticky;top:74px;z-index:5}
.kq-post-actions-rail{display:flex;flex-direction:column;gap:10px;align-items:center}
.kq-post-action-item{width:58px;padding:0;background:transparent;border:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;min-height:auto;color:#4b6288}
.kq-post-action-item .kq-post-action-icon{display:flex;width:58px;height:58px;border-radius:999px;background:#fff;border:1px solid #e6edf7;box-shadow:0 4px 16px rgba(75,101,142,.08);align-items:center;justify-content:center;font-size:24px;color:#9aa9bc}
.kq-post-action-item:hover .kq-post-action-icon,.kq-post-action-item.is-done .kq-post-action-icon{border-color:#8ab3ff;background:#edf4ff;color:#2f66d0}
.kq-post-action-item b{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 8px;border-radius:999px;background:#8da1bf;color:#fff;font-size:12px;line-height:1}
.kq-post-manage-btn{width:58px;height:30px;border:1px solid #d9e5f6;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;color:#4b6288;font-size:12px;font-weight:600;line-height:1}
.kq-post-manage-btn:hover,.kq-post-manage-btn.is-on{border-color:#8ab3ff;background:#edf4ff;color:#2f66d0}

.kq-post-action-item:hover .kq-post-action-icon{color:#4d84f7;border-color:#d8e4fb}
.kq-post-action-item.is-done .kq-post-action-icon{color:#2f66d0;border-color:#bfd4ff;background:#f2f7ff}
.kq-post-action-item.is-done b{background:#5d8ff2}
.kq-post-side{position:sticky;top:72px;height:fit-content}
.kq-post-side-box{padding:0;overflow:hidden}
.kq-post-user-box{overflow:hidden;padding:0}
.kq-post-user-cover{height:86px;background:radial-gradient(circle at 20% 24%,rgba(106,160,255,.42),transparent 28%),radial-gradient(circle at 78% 34%,rgba(158,198,255,.32),transparent 26%),linear-gradient(135deg,#c7dcff,#e6f0ff 62%,#f7fbff)}
.kq-post-user-card{padding:0 16px 16px;margin-top:-34px;text-align:left}
.kq-post-user-avatar{width:72px;height:72px;border-radius:8px;overflow:hidden;border:4px solid #fff;background:#fff;box-shadow:0 8px 18px rgba(65,98,150,.16)}
.kq-post-user-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.kq-post-user-head{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin-top:14px}
.kq-post-user-name{margin-top:0;color:#2b446d;font-size:16px;font-weight:700;line-height:1.4}
.kq-post-user-name a{color:inherit}
.kq-post-user-name a:hover{color:#2f80ff}
.kq-post-user-meta{display:grid;grid-template-columns:max-content max-content max-content;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;color:#6f86a8;font-size:12px;line-height:1.7}
.kq-post-user-meta span{display:flex;align-items:center;justify-content:flex-start;min-width:0;text-align:left;white-space:nowrap}
.kq-post-user-meta .is-online{color:#2ca44f}
.kq-post-user-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.kq-post-user-actions{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:2px}
.kq-post-user-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:28px;padding:0 12px;border-radius:7px;background:linear-gradient(90deg,#3f82f7,#4d95ff);color:#fff;font-size:12px}
.kq-post-user-stats{display:grid;grid-template-columns:max-content max-content max-content;justify-content:space-between;align-items:start;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #edf2f8}
.kq-post-user-stats span{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;min-width:48px;color:#8a9bb2;font-size:12px;text-align:center}
.kq-post-user-stats b{display:block;width:100%;text-align:center;color:#29446f;font-size:20px;line-height:1}
.kq-post-user-stats em{display:block;width:100%;font-style:normal;text-align:center}
.kq-post-side-box h3{margin:0;padding:14px 16px 11px;border-bottom:1px solid #e9eef6;color:#243b62;font-size:15px}
.kq-thread-card{border:1px solid #d9e6fb;background:linear-gradient(180deg,#ffffff,#fcfdff);border-radius:16px;padding:0;overflow:hidden;box-shadow:0 10px 26px rgba(58,90,138,.06)}
.kq-thread-head{padding:18px 20px 14px;border-bottom:1px solid #edf2fa;background:linear-gradient(180deg,#f9fbff,#f5f9ff)}
.kq-thread-topline{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.kq-thread-pill{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 11px;border-radius:999px;background:#edf4ff;border:1px solid #dae8fd;color:#5577ab;font-size:12px}
.kq-thread-pill-primary{background:linear-gradient(90deg,#2f80ff,#57a6ff);border-color:transparent;color:#fff;box-shadow:0 8px 18px rgba(47,128,255,.18)}
.kq-thread-title{margin:0;font-size:30px;line-height:1.35;color:#2c4678}
.kq-thread-meta{margin-top:10px;color:#6e86aa;font-size:13px;gap:14px}
.kq-thread-meta span,.kq-thread-meta a{display:inline-flex;align-items:center;gap:6px;color:#6e86aa}
.kq-thread-meta a{color:#2f80ff}
.kq-thread-meta-rich{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px;font-size:12px;color:#7c8da8}
.kq-thread-meta-main{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}
.kq-thread-meta-stats{display:flex;align-items:center;gap:14px;color:#7b8dab}
.kq-thread-meta-stats span{display:inline-flex;align-items:center;gap:5px}
.kq-thread-cat{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:7px;background:#eaf2ff;border:1px solid #d8e5fb;color:#4c78d6;font-weight:700;line-height:1}
.kq-thread-author{display:inline-flex;align-items:center;gap:6px;color:#5f7699;font-weight:600}
.kq-thread-author img{width:20px;height:20px;border-radius:50%;display:block;border:1px solid #dce6f8}
.kq-thread-author a{color:inherit;text-decoration:none}
.kq-thread-author a:hover{color:#2f80ff}
.kq-thread-publish{color:#7f91ac}
.kq-thread-notice{margin:16px 20px 0;padding:12px 14px;border-radius:12px;background:linear-gradient(180deg,#f3f8ff,#eef5ff);border:1px solid #dce9fb;color:#58749e;display:flex;align-items:flex-start;gap:10px}
.kq-thread-notice strong{color:#315892;white-space:nowrap}
.kq-thread-content{padding:18px 20px 8px;margin-top:0;color:#334a70;font-size:15px;line-height:1.9}
.kq-article-content h2,.kq-article-content h3{margin:1.4em 0 .6em;color:#2c4f87}
.kq-article-content a{color:#2f80ff}
.kq-article-content code{background:#f2f7ff;border:1px solid #dbe7fb;color:#355d99;padding:2px 6px;border-radius:6px}
.kq-article-content pre{background:#f3f8ff;border:1px solid #d9e6fb;color:#355d99;border-radius:10px;padding:12px;overflow:auto}
.kq-article-content pre code{background:transparent;border:none;padding:0}
.kq-article-content blockquote{margin:1.1em 0;padding:9px 12px;border-left:3px solid #4d94ff;background:#f3f8ff;color:#5377ab}
.kq-article-content th,.kq-article-content td{border:1px solid #dbe6f8;padding:7px}
.kq-article-content th{background:#f3f8ff}
.kq-article-content img{max-width:100%;height:auto;border-radius:8px}
.kq-thread-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 20px 18px;flex-wrap:wrap}
.kq-article-tags{margin-top:0;color:#7f93b5}
.kq-thread-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.kq-thread-actions a{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;border-radius:999px;background:#f3f8ff;border:1px solid #dbe7fb;color:#4f6f9d}
.kq-thread-actions a:hover{background:#edf5ff;color:#2f80ff;border-color:#cfe0fb}
.kq-thread-nav{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;background:transparent;border:none;padding:0;color:#6880a6}
.kq-post-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
.kq-post-nav-card{display:flex;flex-direction:column;gap:12px;min-height:78px;padding:15px 18px 14px;border-radius:14px;background:#f7f9fc;border:1px solid #eef2f7;overflow:hidden}
.kq-post-nav-head{display:flex;align-items:center;gap:9px;color:#6f839d;font-size:15px;font-weight:500;line-height:1}
.kq-post-nav-head i{font-size:14px;color:#6d7f98}
.kq-post-nav-card.is-next .kq-post-nav-head{justify-content:flex-end}
.kq-post-nav-body,.kq-post-nav-body a{display:block;color:#23406a;font-size:13px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kq-post-nav-card.is-next .kq-post-nav-body,.kq-post-nav-card.is-next .kq-post-nav-body a{text-align:right}
.kq-post-nav-body a:hover{color:#2f66d0}
.kq-post-nav-empty{color:#94a3b8}
@media (max-width:768px){.kq-post-nav{grid-template-columns:1fr;gap:10px}.kq-post-nav-card{min-height:74px;padding:14px 16px}}
.kq-comments{margin-top:14px;border-radius:4px;background:#fff;overflow:hidden;border:1px solid #e6ebf2}
.kq-comments-head{display:flex;align-items:center;justify-content:space-between;height:38px;padding:0 14px 0 16px;border-bottom:1px solid #e8edf3;color:#60738f;background:#fff}
.kq-comments-title{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#2f67c7}
.kq-comments-title i{font-size:13px}
.kq-comments-sort{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0;border:0;background:transparent;color:#a3adb8;font-size:12px;cursor:pointer;transform:translateY(-1px)}
.kq-comments-sort i{font-size:11px}
.kq-comments-sort:hover{color:#2f66d0}
.kq-comments ol,.kq-comments ul{list-style:none;margin:0;padding:0}
.kq-comment-item{padding:0 18px;background:#fff}
.kq-comment-card{position:relative;display:flex;gap:14px;padding:18px 0 20px;border-bottom:1px solid #edf1f5;transition:background-color .25s ease,box-shadow .25s ease}
.kq-comment-card.is-highlight,.kq-comment-card:target,.kq-comment-item .kq-comment-card.is-highlight{background:#f8fbff;box-shadow:inset 0 0 0 1px #e3eefc}
.kq-comment-avatar{flex:0 0 40px;padding-top:2px}
.kq-comment-avatar a{display:block;border:0;text-decoration:none}
.kq-comment-avatar img{width:40px;height:40px;border-radius:50%;display:block;border:1px solid #e8edf3;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:transform .18s ease,box-shadow .18s ease}
.kq-comment-avatar a:hover img{transform:translateY(-1px);box-shadow:0 4px 10px rgba(47,102,208,.12)}
.kq-comment-main{flex:1;min-width:0}
.kq-comment-toprow{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.kq-comment-author{display:block;font-size:15px;font-weight:700;color:#586a81;line-height:1.3}
.kq-comment-author a{color:inherit;text-decoration:none}
.kq-comment-author a:hover{color:#2f66d0}
.kq-comment-subrow{margin-top:3px}
.kq-comment-time{display:block;font-size:12px;color:#a8b3c1;line-height:1.2}
.kq-comment-tools{display:inline-flex;align-items:center;gap:14px;color:#9eabba;font-size:13px;white-space:nowrap;flex:0 0 auto}
.kq-comment-profile-card{position:absolute;z-index:9999;width:300px;padding:8px 10px 9px;border:1px solid #e7ecf3;border-radius:14px;background:#fff;box-shadow:0 6px 18px rgba(37,59,97,.12)}
.kq-comment-profile-inner{display:flex;align-items:center;gap:5px}
.kq-comment-profile-avatar{flex:0 0 84px}
.kq-comment-profile-avatar img{display:block;width:84px;height:84px;border-radius:20px;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px rgba(33,55,88,.10)}
.kq-comment-profile-main{min-width:0;flex:1;padding-top:0}
.kq-comment-profile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}
.kq-comment-profile-name{display:block;min-width:0;max-width:152px;color:#6c7f98;font-size:17px;line-height:1.1;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em;text-decoration:none}
.kq-comment-profile-name:hover{color:#3f8cff}
.kq-comment-profile-time{flex:0 0 auto;color:#a6b1bf;font-size:11px;line-height:1.2;white-space:nowrap;margin-top:2px}
.kq-comment-profile-meta{display:flex;align-items:center;gap:4px;margin-top:6px;flex-wrap:nowrap;white-space:nowrap;overflow:hidden}
.kq-comment-profile-uid{display:inline-flex;align-items:center;flex:0 0 auto;color:#3f8cff;font-size:12px;font-weight:700;line-height:1;letter-spacing:0}
.kq-comment-profile-level{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:18px;padding:0 6px;border-radius:999px;background:#eef4ff;color:#86a1d4;font-size:10px;font-weight:700;line-height:1;box-shadow:inset 0 0 0 1px #dde9ff}
.kq-comment-profile-level-name{display:inline-flex;align-items:center;flex:0 0 auto;color:#7f90a7;font-size:11px;font-weight:600;line-height:1;margin-left:1px}
.kq-comment-profile-stats{display:flex;align-items:center;gap:16px;margin-top:8px;color:#96a3b4;font-size:12px;line-height:1;letter-spacing:0}
.kq-comment-reply{display:inline-flex;align-items:center;justify-content:center;color:#9eabba;line-height:1}
.kq-comment-like{display:inline-flex;align-items:center;gap:3px;color:#9eabba;line-height:1}
.kq-comment-like i,.kq-comment-reply i{font-size:14px}
.kq-comment-like b{font-weight:500;color:#8593a5}
.kq-comment-like.is-done,.kq-comment-like.is-done b{color:#2f66d0}
.kq-comment-like.is-loading{opacity:.68;pointer-events:none}
.kq-comment-floor{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:16px;padding:0 5px;border-radius:3px;background:#f1f3f5;color:#aeb6c0;font-size:10px;font-weight:700;letter-spacing:0}
.kq-comment-reply-native{display:none!important}
.kq-comment-content{margin-top:12px;color:#24364d;font-size:15px;line-height:1.8;word-break:break-word}
.kq-comment-children{margin-top:12px;padding:0 0 0 14px;border-left:2px solid #eef2f7;background:none}
.kq-comment-children .kq-comment-card{padding:14px 0 0;border-bottom:none}
.kq-comment-profile-card{position:absolute;z-index:9999;width:258px;padding:12px 14px;border:1px solid #dfe7f2;border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(50,72,105,.16)}
.kq-comment-profile-inner{display:flex;align-items:center;gap:12px}
.kq-comment-profile-avatar img{width:56px;height:56px;border-radius:50%;display:block;border:1px solid #dde6f2}
.kq-comment-profile-main{min-width:0;flex:1}
.kq-comment-profile-name{font-size:14px;font-weight:700;color:#5a6d86;line-height:1.2}
.kq-comment-profile-meta{display:flex;align-items:center;gap:8px;margin-top:5px;color:#6da0ff;font-size:11px}
.kq-comment-profile-level{display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 6px;border-radius:999px;background:#eef4ff;color:#5f86d9}
.kq-comment-profile-meta .kq-comment-profile-time{color:#97a6bb}
.kq-comment-profile-stats{display:flex;gap:12px;margin-top:10px;color:#8d9bb0;font-size:11px}
.kq-comment-profile-title{display:inline-flex;align-items:center;padding:0 6px;height:18px;border-radius:999px;background:#fff3da;color:#c78a19}
.kq-comment-profile-stats{display:flex;gap:16px;margin-top:9px;color:#7f8ea3;font-size:12px}
.kq-comments-nav{display:flex;justify-content:center;padding:14px 8px;background:transparent;border-top:none;box-shadow:none}
.kq-comments-page{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}
.kq-comments-page li{margin-left:-1px}
.kq-comments-page a,.kq-comments-page span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 11px;border-radius:4px;border:1px solid #d8dee9;background:#fff;color:#4a617f;font-size:13px;font-weight:600;line-height:1;transition:all .15s ease;text-decoration:none;position:relative}
.kq-comments-page a:hover{border-color:#3b82f6;color:#2563eb;background:#fff}
.kq-comments-page .current a,.kq-comments-page .current span,.kq-comments-page span.current{background:#1677ff;border-color:#1677ff;color:#fff;z-index:1}
.kq-comments-page .current a:after,.kq-comments-page .current span:after,.kq-comments-page span.current:after{display:none}
.kq-comments-page .prev,.kq-comments-page .next{min-width:34px;padding:0 10px;font-size:0}
.kq-comments-page .prev:before{content:'‹';font-size:16px;line-height:1}
.kq-comments-page .next:before{content:'›';font-size:16px;line-height:1}
.kq-comments-page .dots,.kq-comments-page .extend{min-width:auto;padding:0 6px;border:none;background:transparent;box-shadow:none;color:#8ea1bb}
.kq-respond-home{display:block;height:0}
.kq-comment-item>.kq-respond{margin:12px 0 4px}
.kq-respond{margin-top:14px}
.kq-respond-card{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:14px;padding:18px 18px 16px;border-radius:14px;background:#fff}
.kq-respond-card.is-guest{grid-template-columns:1fr;padding:16px 18px 12px}
.kq-respond-card.is-guest .kq-respond-user,.kq-respond-card.is-guest .kq-respond-floor{display:none}
.kq-respond-guest-lock{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:96px;border:1px solid #e8edf5;border-radius:12px;background:#fff}
.kq-respond-guest-lock p{margin:0;color:#4d5f7a;font-size:30px;line-height:1;transform:scale(.5);transform-origin:center center;height:16px;font-weight:600}
.kq-respond-guest-auth{display:flex;align-items:center;justify-content:center;gap:10px}
.kq-respond-auth-btn{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 14px;border-radius:6px;border:1px solid #2f80ff;background:#2f80ff;color:#fff;font-size:14px;font-weight:700;line-height:1;text-decoration:none}
.kq-respond-auth-btn.is-register{background:#f3f8ff;color:#2f80ff}
.kq-respond-auth-btn:hover{opacity:.92}
.kq-reply-notice{display:flex;align-items:center;gap:6px;height:32px;margin-bottom:8px;padding:0 12px;border-radius:8px;background:#f3f7fd;color:#5e7597;font-size:13px}
.kq-reply-notice b{color:#2b4f84}
.kq-respond-avatar img{width:40px;height:40px;border-radius:50%;display:block}
.kq-respond-name{padding-top:6px;font-size:14px;color:#6d7f99;white-space:nowrap}
.kq-respond-form textarea,.kq-respond-form input,.kq-respond-form select{width:100%;border:1px solid #d7e1ee;border-radius:4px;background:#fff;color:#334864;font-size:14px}
.kq-respond-form textarea{min-height:110px;padding:12px 14px;resize:vertical}
.kq-respond-form select,.kq-respond-form input{height:36px;padding:0 12px;margin-top:8px}
.kq-respond-guest-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:8px}
.kq-respond-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px}
.kq-respond-actions-left{display:flex;align-items:center;gap:8px}
.kq-respond button{background:linear-gradient(180deg,#47acff,#2d8df1);color:#fff;border:none;padding:0 16px;height:34px;border-radius:6px;font-weight:700;cursor:pointer}
.kq-emoji-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;padding:0 !important;background:#f4f7fb !important;color:#5e7597 !important}
.kq-advanced-reply,.kq-cancel-reply{color:#6f839e;font-size:14px}
.kq-respond-floor{padding-top:2px;color:#9aa8ba;font-size:12px;font-weight:700;white-space:nowrap}
.kq-comments-back{display:flex;justify-content:center;padding:16px 0 6px}.kq-comments-back a{display:inline-flex;align-items:center;justify-content:center;width:260px;max-width:100%;height:26px;border-radius:4px;background:#697b95;color:#fff;font-size:14px;font-weight:700}
@media (max-width:768px){.kq-comment-toprow{align-items:flex-start}.kq-comment-tools{gap:10px}.kq-respond-card{grid-template-columns:1fr}.kq-respond-user{display:flex;align-items:center;gap:10px}.kq-respond-floor{display:none}.kq-respond-guest-fields{grid-template-columns:1fr}}

.kq-post-nav-item:before{content:'';position:absolute;inset:auto auto -48px -34px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(110,166,255,.18),rgba(110,166,255,0) 68%);pointer-events:none}
.kq-post-nav-item:after{content:'';position:absolute;right:-28px;top:-30px;width:120px;height:120px;border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(200,221,255,.12));transform:rotate(18deg);pointer-events:none}
.kq-post-nav-item:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(70,97,142,.12);border-color:#c7daf8}
.kq-post-nav-prev{text-align:left}
.kq-post-nav-next{text-align:right;align-items:flex-end}
.kq-post-nav-label{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;color:#6c87b1;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.kq-post-nav-link,.kq-post-nav-empty{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;min-width:0}
.kq-post-nav-link strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:18px;line-height:1.6;color:#24406f;word-break:break-all;overflow-wrap:anywhere}
.kq-post-nav-link:hover strong{color:#2f80ff}

.kq-post-nav-next .kq-post-nav-link:after{content:'继续阅读';margin-left:auto}
.kq-post-nav-empty{justify-content:center;flex:1;color:#90a1bb;font-size:15px}
.kq-post-nav-empty:before{content:'—';font-size:24px;line-height:1;color:#b4c2d7}
.kq-post-nav-next .kq-post-nav-empty{align-items:flex-end}
.kq-post-nav-next .kq-post-nav-empty:before{align-self:flex-end}
.kq-post-info-list,.kq-post-link-list{list-style:none;margin:0;padding:10px 14px 14px}
.kq-post-info-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px dashed #e6edf7;color:#6780a5;font-size:13px}
.kq-post-info-list li:last-child,.kq-post-link-list li:last-child{border-bottom:none}
.kq-post-info-list strong{color:#2e4977;font-weight:600;text-align:right}
.kq-post-link-list li{padding:8px 0;border-bottom:1px dashed #e6edf7}
.kq-post-link-list a{display:block;color:#3f567e;font-size:12.5px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kq-post-link-list a:hover{color:#2f80ff}
.kq-post-recent-box{padding:14px 16px 16px;background:linear-gradient(180deg,#fff,#fcfdff)}
.kq-post-recent-box h3{margin:0 0 12px;padding:0 2px;border-bottom:1px solid #e9eef6;color:#243b62;font-size:15px;font-weight:700;line-height:40px;height:40px;text-align:left}
.kq-post-recent-list{list-style:none;margin:0;padding:0;border-radius:14px;background:#fff}
.kq-post-recent-list li{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:center;padding:8px 6px;border-bottom:1px dashed #e9eef6}
.kq-post-recent-list li:last-child{border-bottom:none}
.kq-post-recent-dot{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;color:#fff;font-size:10px;line-height:1;font-weight:700;box-shadow:0 2px 6px rgba(120,138,168,.18);transition:transform .18s ease,box-shadow .18s ease}
.kq-post-recent-list li:hover .kq-post-recent-dot{transform:translateY(-1px)}
.kq-post-recent-dot.is-top-1,.kq-post-recent-dot.is-top-2,.kq-post-recent-dot.is-top-3{width:22px;height:22px;font-size:11px;font-weight:800}
.kq-post-recent-dot.is-top-1{background:linear-gradient(180deg,#ff7b7b,#ff5252);box-shadow:0 4px 10px rgba(255,82,82,.28)}
.kq-post-recent-dot.is-top-2{background:linear-gradient(180deg,#ffb84f,#ff9722);box-shadow:0 4px 10px rgba(255,167,46,.28)}
.kq-post-recent-dot.is-top-3{background:linear-gradient(180deg,#5fa8ff,#347eff);box-shadow:0 4px 10px rgba(67,129,255,.25)}
.kq-post-recent-dot.is-orange{background:linear-gradient(180deg,#ffb84f,#ff9f22);box-shadow:0 2px 6px rgba(255,177,60,.28)}
.kq-post-recent-dot.is-blue{background:linear-gradient(180deg,#6fb7ff,#3f8cff);box-shadow:0 2px 6px rgba(73,145,255,.26)}
.kq-post-recent-dot.is-pink{background:linear-gradient(180deg,#ff8db2,#ff5f8f);box-shadow:0 2px 6px rgba(255,109,156,.24)}
.kq-post-recent-dot.is-green{background:linear-gradient(180deg,#6fdb9a,#33b86b);box-shadow:0 2px 6px rgba(67,190,117,.24)}
.kq-post-recent-dot.is-purple{background:linear-gradient(180deg,#b28cff,#8c6bff);box-shadow:0 2px 6px rgba(140,107,255,.24)}
.kq-post-recent-list a{display:block;color:#2e456d;font-size:12.5px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kq-post-recent-list a:hover{color:#2f80ff}
.kq-post-recent-list .is-empty a{color:#8ea0b7}
.kq-post-recent-list .is-empty .kq-post-recent-dot,.kq-post-recent-dot.is-empty{background:#eef2f7;color:#91a0b4;box-shadow:none}
.kq-user-page-wrap{margin-top:12px}
.kq-user-hero-card{overflow:hidden;border:1px solid #dce7f8;border-radius:16px;background:#fff;box-shadow:0 10px 26px rgba(58,90,138,.06)}
.kq-user-hero-cover{height:118px;background:radial-gradient(circle at 18% 28%,rgba(103,157,255,.48),transparent 30%),radial-gradient(circle at 76% 36%,rgba(147,190,255,.34),transparent 26%),linear-gradient(135deg,#c5dbff,#dce9ff 58%,#eef5ff)}
.kq-user-hero-main{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:0 22px 18px;margin-top:-34px}
.kq-user-hero-avatar{width:88px;height:88px;border-radius:50%;overflow:hidden;border:4px solid #fff;background:#fff;box-shadow:0 8px 20px rgba(65,98,150,.16)}
.kq-user-hero-avatar img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}
.kq-user-hero-avatar img:hover{animation:kq-avatar-spin 1.2s linear}
@keyframes kq-avatar-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.kq-user-hero-name{display:flex;align-items:center;gap:8px}

.kq-user-hero-name.is-vip .kq-user-hero-name-text{background:linear-gradient(90deg,#ff2d2d,#ff6a6a,#ff9a9a);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}
.kq-name-vip{display:inline-flex;align-items:center;gap:6px}

.kq-name-vip.is-vip>span{background:linear-gradient(90deg,#ff2d2d,#ff6a6a,#ff9a9a);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}
.kq-user-hero-info h1{margin:0;color:#28436f;font-size:28px;line-height:1.2}
.kq-user-hero-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px}
.kq-user-hero-meta span{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:8px;background:#eef4ff;color:#6f89b1;font-size:12px}
.kq-user-group-badge{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;line-height:1;white-space:nowrap}
.kq-user-group-badge.is-subscriber{background:#eef4ff;color:#4b80da}
.kq-user-group-badge.is-contributor{background:#edf9f1;color:#25a35e}
.kq-user-group-badge.is-editor{background:#fff5df;color:#d08a12}
.kq-user-group-badge.is-administrator{background:#fff0f1;color:#d64d64}
.kq-user-hero-meta .is-uid{color:#3c86ff}
.kq-user-hero-meta .is-online{background:#e9f8eb;color:#2ca44f;margin-left:-6px}
.kq-user-hero-desc{margin-top:10px;color:#7d90ab;font-size:13px}
.kq-user-hero-actions{display:flex;align-items:center;gap:8px}
.kq-user-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:30px;padding:0 12px;border-radius:7px;background:linear-gradient(90deg,#3f82f7,#4d95ff);color:#fff;font-size:12px}
.kq-user-layout{display:grid;grid-template-columns:176px minmax(0,1fr) 292px;gap:14px;margin-top:14px;align-items:start}
.kq-user-sidebar,.kq-user-right{position:sticky;top:72px;height:fit-content}
.kq-user-side-nav{padding:0;overflow:hidden}
.kq-user-panel-title{display:flex;align-items:center;height:40px;margin:0 0 12px;padding:0 2px;border-bottom:1px solid #e9eef6;color:#243b62;font-size:15px;font-weight:700;line-height:1}
.kq-user-side-nav a{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;column-gap:12px;min-height:54px;padding:0 18px;border-radius:0;color:#2f4a77;font-size:16px;font-weight:600;background:#fff;border-bottom:1px solid #edf2f8}
.kq-user-side-nav a:last-child{border-bottom:none}
.kq-user-side-nav a span{display:block;min-width:0}
.kq-user-side-nav a i{color:#7e97bb;font-size:15px;justify-self:end}
.kq-user-side-nav a b{display:inline-flex;align-items:center;justify-content:center;min-width:20px;color:#8ea1ba;font-size:12px;font-weight:700;line-height:1}
.kq-user-side-nav a:hover{background:#f7fbff;color:#2f80ff}
.kq-user-side-nav a:hover i{color:#2f80ff}
.kq-user-side-nav a.is-current{background:#edf5ff;color:#2f80ff;box-shadow:inset 4px 0 0 #2f80ff}
.kq-user-side-nav a.is-current i,.kq-user-side-nav a.is-current b{color:#2f80ff}
/* 侧边导航图标使用内联 SVG（不依赖字体文件），保留图标样式并加快首屏显示 */
.kq-user-side-nav a span{display:flex;align-items:center;gap:8px;min-width:0}
.kq-user-side-nav a span i,
.kq-user-side-nav a>i.fa-angle-right{display:inline-block;flex:0 0 auto;color:currentColor;font-size:0;line-height:0;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:100% 100%;mask-size:100% 100%}
.kq-user-side-nav a span i:before,
.kq-user-side-nav a>i.fa-angle-right:before{content:none !important}
.kq-user-side-nav a span i{width:14px;height:14px}
.kq-user-side-nav a>i.fa-angle-right{width:11px;height:11px;justify-self:end;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6 3l5 5-5 5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6 3l5 5-5 5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.kq-user-side-nav a span i.fa-user{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='5' r='2.7' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3Cpath d='M2.5 13.2a5.5 5.5 0 0 1 11 0' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='5' r='2.7' fill='none' stroke='%23000' stroke-width='1.7'/%3E%3Cpath d='M2.5 13.2a5.5 5.5 0 0 1 11 0' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E")}
.kq-user-side-nav a span i.fa-comments{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.8 3.3h5.5a2 2 0 0 1 2 2v3.2a2 2 0 0 1-2 2H10l-2.2 1.8V10.5H6.8a2 2 0 0 1-2-2V5.3a2 2 0 0 1 2-2z' fill='none' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M3.8 4.8H2.9A1.9 1.9 0 0 0 1 6.7v2.8a1.9 1.9 0 0 0 1.9 1.9h1v1.7l2-1.7h1' fill='none' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.8 3.3h5.5a2 2 0 0 1 2 2v3.2a2 2 0 0 1-2 2H10l-2.2 1.8V10.5H6.8a2 2 0 0 1-2-2V5.3a2 2 0 0 1 2-2z' fill='none' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M3.8 4.8H2.9A1.9 1.9 0 0 0 1 6.7v2.8a1.9 1.9 0 0 0 1.9 1.9h1v1.7l2-1.7h1' fill='none' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E")}
.kq-user-side-nav a span i.fa-message{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.2 2.5h11.6a1.7 1.7 0 0 1 1.7 1.7v5.2a1.7 1.7 0 0 1-1.7 1.7H7.2L3 14v-2.9H2.2A1.7 1.7 0 0 1 .5 9.4V4.2a1.7 1.7 0 0 1 1.7-1.7z' fill='none' stroke='%23000' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.2 2.5h11.6a1.7 1.7 0 0 1 1.7 1.7v5.2a1.7 1.7 0 0 1-1.7 1.7H7.2L3 14v-2.9H2.2A1.7 1.7 0 0 1 .5 9.4V4.2a1.7 1.7 0 0 1 1.7-1.7z' fill='none' stroke='%23000' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E")}
.kq-user-side-nav a span i.fa-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.8l1.8 3.7 4.1.6-3 2.9.7 4.1L8 11.2 4.4 13l.7-4.1-3-2.9 4.1-.6L8 1.8z' fill='none' stroke='%23000' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.8l1.8 3.7 4.1.6-3 2.9.7 4.1L8 11.2 4.4 13l.7-4.1-3-2.9 4.1-.6L8 1.8z' fill='none' stroke='%23000' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E")}
.kq-user-side-nav a span i.fa-wallet{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='1.6' y='3.5' width='12.8' height='9' rx='1.7' fill='none' stroke='%23000' stroke-width='1.6'/%3E%3Cpath d='M10.2 6.2h4.1v3.6h-4.1a1.8 1.8 0 1 1 0-3.6z' fill='none' stroke='%23000' stroke-width='1.6'/%3E%3Ccircle cx='11.3' cy='8' r='.5' fill='%23000'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='1.6' y='3.5' width='12.8' height='9' rx='1.7' fill='none' stroke='%23000' stroke-width='1.6'/%3E%3Cpath d='M10.2 6.2h4.1v3.6h-4.1a1.8 1.8 0 1 1 0-3.6z' fill='none' stroke='%23000' stroke-width='1.6'/%3E%3Ccircle cx='11.3' cy='8' r='.5' fill='%23000'/%3E%3C/svg%3E")}
.kq-user-side-nav a span i.fa-crown{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 5.2l2.7 2.5L8 3.4l3.3 4.3L14 5.2l-1.3 6.1H3.3L2 5.2z' fill='none' stroke='%23000' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 5.2l2.7 2.5L8 3.4l3.3 4.3L14 5.2l-1.3 6.1H3.3L2 5.2z' fill='none' stroke='%23000' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E")}
.kq-user-side-nav a span i.fa-coins{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cellipse cx='8' cy='4' rx='4.6' ry='2' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3Cellipse cx='8' cy='8' rx='4.6' ry='2' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3Cellipse cx='8' cy='12' rx='4.6' ry='2' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cellipse cx='8' cy='4' rx='4.6' ry='2' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3Cellipse cx='8' cy='8' rx='4.6' ry='2' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3Cellipse cx='8' cy='12' rx='4.6' ry='2' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E")}

.kq-user-overview-box,.kq-user-feed-box,.kq-user-side-panel{padding:14px 16px 16px}
.kq-user-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.kq-user-stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:108px;border:1px solid #e9eef7;border-radius:14px;background:linear-gradient(180deg,#fff,#f9fbff)}
.kq-user-stat-card b{font-size:30px;line-height:1;color:#2a436c}
.kq-user-stat-card em{font-style:normal;color:#7f90a7;font-size:12px}
.kq-user-profile-meta-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}
.kq-user-profile-meta-list span{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:12px;background:#f7f9fc;border:1px solid #edf1f6}
.kq-user-profile-meta-list label{font-size:12px;color:#91a0b4}
.kq-user-profile-meta-list strong{font-size:13px;color:#29446f}
.kq-user-feed-list,.kq-user-list-stack{display:flex;flex-direction:column;gap:10px}
.kq-user-feed-item,.kq-user-list-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #edf2f8}
.kq-user-feed-item:last-child,.kq-user-list-item:last-child{border-bottom:none;padding-bottom:0}
.kq-user-feed-avatar{flex:0 0 34px}
.kq-user-feed-avatar img{width:34px;height:34px;border-radius:50%;display:block;border:1px solid #e3ebf7}
.kq-user-feed-main,.kq-user-list-main{min-width:0;flex:1}
.kq-user-feed-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}
.kq-user-feed-head strong{color:#33507d;font-size:13px}
.kq-user-feed-head span{color:#9baabd;font-size:12px;white-space:nowrap}
.kq-user-feed-content,.kq-user-list-title{display:block;padding:10px 12px;border-radius:10px;background:#f3f7fc;color:#4a6288;font-size:13px;line-height:1.8}
.kq-user-feed-content:hover,.kq-user-list-title:hover{color:#2f80ff;background:#eef5ff}
.kq-user-list-title.is-comment{line-height:1.75}
.kq-user-list-meta{margin-top:8px;color:#96a6bb;font-size:12px}
.kq-user-topic-card,.kq-user-comment-card{padding:14px 0;border-bottom:1px solid #edf2f8}
.kq-user-topic-card:last-child,.kq-user-comment-card:last-child{border-bottom:none;padding-bottom:0}
.kq-user-topic-title{display:block;color:#29446f;font-size:16px;font-weight:700;line-height:1.6}
.kq-user-topic-title:hover{color:#2f80ff}
.kq-user-topic-summary{margin-top:8px;padding:11px 12px;border-radius:10px;background:#f5f8fc;color:#5f7392;font-size:13px;line-height:1.9}
.kq-user-topic-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:10px;color:#95a6bb;font-size:12px}
.kq-user-comment-post{display:inline-flex;align-items:center;margin-bottom:8px;color:#2f80ff;font-size:12px;font-weight:700}
.kq-user-comment-post:hover{color:#1f6fe7}
.kq-user-pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:16px;padding-top:14px;border-top:1px solid #edf2f8}
.kq-user-pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 12px;border-radius:10px;border:1px solid #d9e5f4;background:linear-gradient(180deg,#ffffff,#f7faff);color:#5f769a;font-size:13px;font-weight:700}
.kq-user-pagination a:hover{color:#2f66d0;border-color:#bfd4f7;background:linear-gradient(180deg,#ffffff,#eef5ff)}
.kq-user-pagination a.is-current{border-color:#2f80ff;background:linear-gradient(180deg,#46a0ff,#1f73f1);color:#fff;box-shadow:0 10px 22px rgba(47,128,255,.20)}
.kq-vip-panel{padding:14px 16px 18px}
.kq-vip-hero{position:relative;padding:18px 18px 14px;border:1px solid #edf2fb;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f5f9ff)}
.kq-vip-dot{position:absolute;width:28px;height:28px;border-radius:50%;background:#dde8f6}
.kq-vip-dot.is-left{left:86px;top:52px}
.kq-vip-dot.is-right{right:104px;bottom:54px}
.kq-vip-crown{width:110px;height:110px;margin:0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f4ecd8;color:#f7b500;font-size:46px}
.kq-vip-title{margin-top:10px;text-align:center;color:#efb10e;font-size:40px;line-height:1;transform:scale(.5);transform-origin:center center;height:20px;font-weight:700}
.kq-vip-expire{margin:12px auto 0;max-width:620px;height:44px;padding:0 16px;border-radius:10px;background:#edf2f8;color:#6f84a7;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px}
.kq-vip-level-card{margin-top:16px;padding:20px;border-radius:16px;background:#eef2ff;border:1px solid #e5ebfb}
.kq-vip-level{height:60px;border-radius:12px;background:#fff;color:#4f88ef;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}
.kq-vip-progress-wrap{margin-top:14px;padding:16px;border-radius:12px;background:#fff;border:1px solid #e8eef8}
.kq-vip-progress-head{display:flex;align-items:center;justify-content:space-between;color:#6f84a6;font-size:14px}
.kq-vip-progress-head b{color:#5d6f8f;font-size:30px;line-height:1;transform:scale(.5);transform-origin:right center;height:16px}
.kq-vip-progress-wrap i{display:block;height:10px;margin-top:10px;border-radius:999px;background:#ebeff6;overflow:hidden}
.kq-vip-progress-wrap i em{display:block;height:100%;background:linear-gradient(90deg,#61a2ff,#3f87f5)}
.kq-vip-progress-sub{margin-top:8px;color:#7187a9;font-size:14px}
.kq-vip-progress-sub strong{color:#4f76ad}
.kq-vip-action-row{display:flex;justify-content:center;padding-top:16px}
.kq-vip-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:160px;height:50px;border-radius:999px;background:linear-gradient(90deg,#2f80ff,#1f6fe8);color:#fff;font-size:26px;line-height:1;transform:scale(.5);transform-origin:center center;font-weight:700;box-shadow:0 12px 24px rgba(47,128,255,.24);cursor:pointer;pointer-events:auto}
.kq-vip-hero-lite{padding:14px 16px}
.kq-vip-hero-lite .kq-vip-title{height:auto;margin:0;transform:none;color:#2b4d7d;font-size:16px;font-weight:700;line-height:1.4;text-align:left}
.kq-vip-hero-lite .kq-vip-expire{margin:8px 0 0;max-width:none;justify-content:flex-start;height:38px;padding:0 12px;background:#f4f7fc;color:#60789f;font-size:12px}
.kq-level-dual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
.kq-level-card{border:1px solid #e4ebf8;border-radius:14px;background:#fff;padding:14px}
.kq-level-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}
.kq-level-card-tag{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700}
.kq-level-card-head b{color:#365889;font-size:18px;line-height:1.2}
.kq-level-card-title{margin-top:8px;color:#294a78;font-size:14px;font-weight:700}
.kq-level-progress-wrap{margin-top:10px;padding:10px;border:1px solid #e9eef8;border-radius:10px;background:#f9fbff}
.kq-level-progress-head{display:flex;align-items:center;justify-content:space-between;color:#6e84a8;font-size:12px}
.kq-level-progress-wrap i{display:block;height:8px;margin-top:8px;border-radius:999px;background:#e3eaf8;overflow:hidden}
.kq-level-progress-wrap i em{display:block;height:100%;border-radius:inherit}
.kq-level-progress-sub{margin-top:8px;color:#768aa9;font-size:12px;line-height:1.6}
.kq-level-card.is-regular .kq-level-card-tag{background:#eef4ff;color:#4b79cf}
.kq-level-card.is-regular .kq-level-progress-wrap i em{background:linear-gradient(90deg,#5b9dff,#3f77e7)}
.kq-level-card.is-vip .kq-level-card-tag{background:#fff4df;color:#b37c12}
.kq-level-card.is-vip .kq-level-progress-wrap i em{background:linear-gradient(90deg,#ffcf5b,#f6a700)}
.kq-recharge-panel{padding:0;overflow:hidden}
.kq-recharge-tabs{display:flex;gap:18px;height:54px;padding:0 20px;border-bottom:1px solid #e8eef8}
.kq-recharge-tabs button{border:none;background:transparent;color:#5d7297;font-size:24px;line-height:1;transform:scale(.5);transform-origin:left center;font-weight:700;padding:0;cursor:pointer}
.kq-recharge-tabs button.is-current{color:#2f80ff;position:relative}
.kq-recharge-tabs button.is-current:after{content:'';position:absolute;left:0;right:0;bottom:-18px;height:3px;border-radius:999px;background:#2f80ff}
.kq-recharge-body{padding:22px 20px}
.kq-recharge-view{display:none}
.kq-recharge-view.is-active{display:block}
.kq-recharge-main{max-width:360px;margin:0 auto}
.kq-recharge-notice-row{display:flex;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid #e8edf7}
.kq-recharge-notice-row p{margin:0;color:#60779c;font-size:14px;line-height:1.8}
.kq-recharge-notice-row p b{color:#f34242;font-size:22px;line-height:1;transform:scale(.5);transform-origin:left center;display:inline-block;height:11px}
.kq-recharge-tip{color:#ea3b3b !important}
.kq-recharge-rule{text-align:right;color:#6c83a8;font-size:14px;line-height:1.9}
.kq-recharge-form{margin-top:14px;display:grid;gap:10px}
.kq-recharge-form label{display:grid;grid-template-columns:72px 1fr;align-items:center;height:40px;border:1px solid #cfdcf0;border-radius:3px;background:#fff;overflow:hidden}
.kq-recharge-form label span{height:100%;display:flex;align-items:center;justify-content:center;gap:4px;background:#f6f9fd;color:#486287;border-right:1px solid #dbe5f5;font-size:14px}
.kq-recharge-form label input{height:100%;border:none;outline:none;padding:0 10px;color:#2e456d;font-size:14px}
.kq-recharge-paytype{padding-top:2px;color:#345f9d;font-size:24px;line-height:1;transform:scale(.5);transform-origin:left center}
.kq-recharge-pay-btn{height:40px;border:none;border-radius:4px;background:linear-gradient(90deg,#3f82ef,#3f7be0);color:#fff;font-size:14px;font-weight:700;cursor:pointer}
.kq-recharge-log-list{display:grid;gap:10px}
.kq-recharge-log-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;min-height:46px;padding:0 12px;border:1px solid #e3ebf7;border-radius:10px;background:#f9fbff;color:#5e7396;font-size:13px}
.kq-recharge-log-list article span em{font-style:normal;color:#2f80ff}
.kq-recharge-log-list article b{color:#20a365;font-size:12px}
.kq-recharge-log-list article time{color:#93a2b8;font-size:12px}
.kq-user-side-info{display:flex;flex-direction:column;gap:10px}
.kq-user-side-info span{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:12px;background:#f7f9fc;border:1px solid #edf1f6}
.kq-user-side-info label{font-size:12px;color:#91a0b4}
.kq-user-side-info strong{font-size:13px;color:#29446f;line-height:1.7;word-break:break-all}
.kq-user-side-panel .kq-post-link-list li{padding:10px 0}
.kq-user-self-panel{padding:0;overflow:hidden}
.kq-user-self-tabs{display:flex;align-items:center;gap:28px;height:54px;padding:0 22px;border-bottom:1px solid #edf2f8;background:#fff;overflow:auto hidden}
.kq-user-self-tabs a{position:relative;color:#2f4a77;font-size:14px;font-weight:600;white-space:nowrap}
.kq-user-self-tabs a.is-current{color:#203e6e}
.kq-user-self-tabs a.is-current:after{content:'';position:absolute;left:0;right:0;bottom:-17px;height:3px;border-radius:999px;background:#2f80ff}
.kq-user-self-body{display:grid;grid-template-columns:1fr 1fr;gap:42px;padding:22px}
.kq-user-self-col{display:grid;gap:10px;align-content:start}
.kq-user-self-col div{display:flex;align-items:flex-start;gap:8px;line-height:1.9;color:#38567f}
.kq-user-self-col span{color:#6983a7;white-space:nowrap}
.kq-user-self-col b{font-weight:600;color:#1f3557;word-break:break-word}
.kq-user-self-col b.is-email{color:#d64b4b}
@media (max-width:980px){.kq-user-layout{grid-template-columns:1fr}.kq-user-sidebar,.kq-user-right{position:static}.kq-user-overview-grid,.kq-user-profile-meta-list{grid-template-columns:repeat(2,minmax(0,1fr))}.kq-user-hero-main{grid-template-columns:auto 1fr auto;align-items:center;row-gap:10px;margin-top:-46px}.kq-user-hero-info{text-align:left}.kq-user-hero-actions{grid-column:1/-1;grid-row:2;width:100%;justify-self:stretch;justify-content:center}.kq-user-self-body{grid-template-columns:1fr;gap:14px;padding:16px}.kq-user-self-tabs{gap:18px;padding:0 14px}.kq-level-dual-grid{grid-template-columns:1fr}}
.kq-user-self-panel{padding:0;overflow:hidden}
.kq-user-self-tabs{display:flex;align-items:center;gap:28px;height:54px;padding:0 22px;border-bottom:1px solid #edf2f8;background:#fff;overflow:auto hidden}
.kq-user-self-tabs button{position:relative;border:none;background:transparent;padding:0;color:#2f4a77;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer}
.kq-user-self-tabs button.is-current{color:#203e6e}
.kq-user-self-tabs button.is-current:after{content:'';position:absolute;left:0;right:0;bottom:-17px;height:3px;border-radius:999px;background:#2f80ff}
.kq-user-self-panels{padding:22px}
.kq-user-self-panel-item{display:none}
.kq-user-self-panel-item.is-active{display:block}
.kq-user-self-form{display:grid;gap:12px;max-width:560px}
.kq-user-self-field{display:grid;gap:6px}
.kq-user-self-field label{font-size:13px;color:#7590b4}
.kq-user-self-field input,.kq-user-self-field textarea{width:100%;height:38px;padding:0 12px;border:1px solid #d8e3f2;border-radius:8px;background:#fff;color:#2c4469;font-size:14px}
.kq-user-self-file{height:44px;padding:6px 8px;border-style:dashed;border-color:#c9daf5;background:linear-gradient(180deg,#f8fbff,#f2f7ff);color:#6f84a7;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.kq-user-self-file:hover{border-color:#8fb4ee;background:linear-gradient(180deg,#ffffff,#eef5ff)}
.kq-user-self-file:focus{outline:none;border-color:#7fa8ea;box-shadow:0 0 0 3px rgba(89,139,230,.14)}
.kq-user-self-file::file-selector-button{height:30px;margin-right:10px;padding:0 12px;border:none;border-radius:6px;background:linear-gradient(180deg,#56a4ff,#2f80ff);color:#fff;font-size:12px;font-weight:700;cursor:pointer}
.kq-user-self-file::file-selector-button:hover{opacity:.94}
.kq-user-self-file::-webkit-file-upload-button{height:30px;margin-right:10px;padding:0 12px;border:none;border-radius:6px;background:linear-gradient(180deg,#56a4ff,#2f80ff);color:#fff;font-size:12px;font-weight:700;cursor:pointer}
.kq-user-self-file::-webkit-file-upload-button:hover{opacity:.94}
.kq-user-self-field textarea{height:96px;padding:10px 12px;resize:vertical}
.kq-user-self-field input:focus,.kq-user-self-field textarea:focus{outline:none;border-color:#89abeb;box-shadow:0 0 0 3px rgba(89,139,230,.12)}
.kq-user-self-actions{display:flex;align-items:center;gap:10px}
.kq-user-self-actions button{height:34px;padding:0 16px;border:none;border-radius:8px;background:linear-gradient(180deg,#4a9bff,#2f80ff);color:#fff;font-size:13px;font-weight:700;cursor:pointer}
.kq-user-self-actions button:hover{opacity:.94}
.kq-user-self-actions span{font-size:12px;color:#7f93b1}
.kq-user-self-actions span.is-ok{color:#2a9c62}
.kq-user-self-actions span.is-error{color:#d65555}
.kq-user-self-body{display:grid;grid-template-columns:1fr 1fr;gap:42px;padding:0}
.kq-user-self-col{display:grid;gap:10px;align-content:start}
.kq-user-self-col div{display:flex;align-items:flex-start;gap:8px;line-height:1.9;color:#38567f}
.kq-user-self-col span{color:#6983a7;white-space:nowrap}
.kq-user-self-col b{font-weight:600;color:#1f3557;word-break:break-word}
.kq-user-self-col b.is-email{color:#d64b4b}
.kq-user-self-single{display:flex;flex-direction:column;gap:10px;padding:4px 2px 2px;color:#39547a}
.kq-user-self-single label{font-size:13px;color:#7590b4}
.kq-user-self-single strong{font-size:16px;color:#1f3557;font-weight:700;line-height:1.6;word-break:break-word}
.kq-user-self-single strong.is-email{color:#d64b4b}
.kq-user-self-single p{margin:0;color:#6d84a5;font-size:13px;line-height:1.8}
.kq-user-self-avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;border:2px solid #e2ebf9;box-shadow:0 6px 16px rgba(68,95,138,.1)}
.kq-user-self-avatar img{width:100%;height:100%;object-fit:cover;display:block}
@media (max-width:980px){
  .kq-user-self-tabs{gap:18px;padding:0 14px}
  .kq-user-self-panels{padding:16px}
  .kq-user-self-body{grid-template-columns:1fr;gap:14px}
  .kq-user-self-form{max-width:none}
}
@media (max-width:680px){.kq-user-hero-info h1{font-size:24px}.kq-user-overview-grid,.kq-user-profile-meta-list{grid-template-columns:1fr}.kq-user-hero-main{padding:0 14px 16px}.kq-user-stat-card{min-height:92px}.kq-vip-expire{font-size:12px;padding:0 10px}.kq-recharge-tabs{padding:0 14px;gap:12px}.kq-recharge-body{padding:16px 12px}.kq-recharge-main{max-width:none}.kq-recharge-notice-row{flex-direction:column}.kq-recharge-rule{text-align:left}.kq-recharge-log-list article{grid-template-columns:1fr}}
.kq-post-hot-box h3{margin:0;padding:14px 16px 11px;border-bottom:1px solid #e9eef6;color:#243b62;font-size:15px}
.kq-post-hot-box .kq-cat-hot-list{padding:10px 14px 14px}
.kq-post-hot-box .kq-cat-hot-list li{display:grid;grid-template-columns:18px 1fr;gap:9px;padding:8px 0;border-bottom:1px dashed #e6edf7;align-items:start}
.kq-post-hot-box .kq-cat-hot-list li:last-child{border-bottom:none}
.kq-post-hot-box .kq-cat-hot-list a{display:block;color:#30486f;font-size:12.5px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kq-post-hot-box .kq-cat-hot-list a:hover{color:#2f80ff}
.kq-thread-bottom{padding:8px 20px 20px;border-top:1px solid #edf2fa}
.kq-post-text-ad{display:flex;align-items:flex-start;gap:10px;padding:14px 0 10px;color:#314d79;font-size:14px;line-height:1.7}
.kq-post-text-ad-badge{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:20px;padding:0 8px;border-radius:999px;background:#ff6a4d;color:#fff;font-size:12px;font-weight:700;line-height:1;margin-top:2px}
.kq-post-text-ad-content{flex:1}
.kq-post-copyright-box{margin-top:8px;padding:14px 16px;border-radius:10px;background:repeating-linear-gradient(-45deg,#f7f9fc 0,#f7f9fc 12px,#fbfcfe 12px,#fbfcfe 24px);border:1px solid #eef2f7}
.kq-post-disclaimer-title{text-align:center;color:#1f7cff;font-size:30px;line-height:1;transform:scale(.5);transform-origin:center center;height:18px;margin-bottom:6px;font-weight:700;letter-spacing:6px}
.kq-post-disclaimer-body{color:#60779c;font-size:13px;line-height:2;font-weight:600}
.kq-post-taxonomy-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0 10px}
.kq-post-taxonomy-tags{display:flex;flex-wrap:wrap;gap:10px}
.kq-post-mini-tag{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 11px;border-radius:999px;background:linear-gradient(180deg,#f9fbff,#f0f5fd);border:1px solid #dbe5f4;color:#5c7295;font-size:12px;font-weight:600;box-shadow:0 1px 0 rgba(255,255,255,.85) inset}
.kq-post-mini-tag:hover{border-color:#bfd3f2;color:#3d67b4;background:#f5f9ff}
.kq-post-mini-tag.hot{background:#fff0f3;color:#ef4978}
.kq-post-feedback-wrap{display:grid;grid-template-columns:minmax(0,1fr) 230px;align-items:stretch;gap:18px;padding:16px 0;border-top:1px solid #edf2fa}
.kq-post-feedback-wrap.is-warning .kq-post-feedback-good{background:linear-gradient(90deg,#fff9e8,#ffe0a8);color:#8c5f1d}
.kq-post-feedback-wrap.is-warning .kq-post-feedback-good span{color:#9d732d}
.kq-post-feedback-wrap.is-danger .kq-post-feedback-good{background:linear-gradient(90deg,#fff0ee,#ffc7bb);color:#9d3c26}
.kq-post-feedback-wrap.is-danger .kq-post-feedback-good span{color:#a44f38}
.kq-post-feedback-good{display:flex;flex-direction:column;justify-content:center;gap:6px;min-height:64px;padding:16px 18px;border-radius:12px;background:linear-gradient(90deg,#ebfff1,#baf7c8);color:#2c6d42}
.kq-post-feedback-good strong{font-size:15px}
.kq-post-feedback-good span{font-size:13px;color:#4c7f5e}
.kq-post-feedback-help{margin-top:10px;color:#687c9c;font-size:13px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.kq-post-feedback-help .kq-post-report-clear{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;background:#f3f7ff;border:1px solid #d9e5f7;color:#4b6ea8;font-size:12px;text-decoration:none}
.kq-post-feedback-help .kq-post-report-clear:hover{border-color:#bfd4f7;background:#edf5ff;color:#2f66d0}
.kq-post-feedback-help .kq-post-report-clear.is-loading{opacity:.68;pointer-events:none}
.kq-post-feedback-side{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px}
.kq-post-feedback-bad{display:flex;align-items:center;justify-content:center;height:48px;border-radius:8px;background:#ffe0cf;color:#ff7c42;font-weight:700}
.kq-post-feedback-bad.is-loading{opacity:.68;pointer-events:none}
.kq-post-feedback-bad.is-done{background:#fff1ec;color:#f06c38;border:1px solid #ffc5ae}
.kq-post-feedback-stats{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.kq-post-feedback-stats span{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:6px;background:#f3f5fb;color:#6b7f9f;font-size:12px}
.kq-post-actions-bottom{display:flex;justify-content:center;gap:12px;padding:10px 0 12px}
.kq-post-actions-bottom a{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 14px;border-radius:6px;border:1px solid #9db4d9;background:#fff;color:#47628d;font-size:13px;box-shadow:0 1px 0 rgba(255,255,255,.9) inset}
.kq-post-actions-bottom a.is-loading{opacity:.68;pointer-events:none}
.kq-post-actions-bottom a.is-done{border-color:#7ea6f2;background:#f2f7ff;color:#2f66d0}
.kq-post-actions-bottom a b{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;border-left:1px solid #d8e2f1;padding-left:10px;color:#6c7f9b;font-weight:600}
.kq-post-copyright-note{padding:10px 0 18px;border-top:1px dashed #dfe7f2;color:#7a8ba5;font-size:12px;line-height:1.9}
.kq-feedback-center-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}
.kq-feedback-center-title{margin:0;color:#253c63;font-size:24px}
.kq-feedback-center-sub{margin:6px 0 0;color:#7c8da8;font-size:13px}
.kq-feedback-center-filters{display:flex;gap:8px;flex-wrap:wrap}
.kq-feedback-center-filters a{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 14px;border-radius:999px;background:#f4f8ff;border:1px solid #d8e5f8;color:#5b7398;text-decoration:none;font-size:13px}
.kq-feedback-center-filters a.is-current{background:linear-gradient(180deg,#46a0ff,#1f73f1);border-color:#2f80ff;color:#fff;box-shadow:0 8px 18px rgba(47,128,255,.22)}
.kq-feedback-center-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}
.kq-feedback-center-stat-card{padding:14px 16px;border-radius:14px;border:1px solid #e6edf7;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 4px 14px rgba(73,101,145,.04)}
.kq-feedback-center-stat-card span{display:block;color:#7d8da8;font-size:12px}
.kq-feedback-center-stat-card strong{display:block;margin-top:8px;color:#28426f;font-size:28px;line-height:1.1}
.kq-feedback-center-stat-card.is-pending strong{color:#f08a24}
.kq-feedback-center-stat-card.is-done strong{color:#3d9a59}
.kq-feedback-center-stat-card.is-today strong{color:#2f80ff}
.kq-feedback-center-list{display:flex;flex-direction:column;gap:12px}
.kq-feedback-center-group{border:1px solid #e6edf7;border-radius:14px;background:linear-gradient(180deg,#fff,#fbfdff);overflow:hidden}
.kq-feedback-center-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px 18px;border:none;background:transparent;cursor:pointer;text-align:left}
.kq-feedback-center-group-main{display:flex;flex-direction:column;gap:6px;min-width:0}
.kq-feedback-center-group-title{color:#2a4e86;font-size:15px;font-weight:700;line-height:1.5}
.kq-feedback-center-group-time{font-size:12px;color:#91a0b7}
.kq-feedback-center-group-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#7f90aa;font-size:12px}
.kq-feedback-center-group-meta i{transition:transform .18s ease}
.kq-feedback-center-group.is-collapsed .kq-feedback-center-group-meta i{transform:rotate(-90deg)}
.kq-feedback-center-group-body{padding:0 18px 16px;border-top:1px solid #eef3f9}
.kq-feedback-center-group.is-collapsed .kq-feedback-center-group-body{display:none}
.kq-feedback-center-group-link{display:flex;justify-content:flex-end;padding:10px 0 4px}
.kq-feedback-center-group-link a{color:#5a78a8;font-size:12px;text-decoration:none}
.kq-feedback-center-group-link a:hover{color:#2f80ff}
.kq-feedback-center-item{padding:14px 0;border-top:1px dashed #e6edf7;background:transparent}
.kq-feedback-center-item.is-done{opacity:.74}
.kq-feedback-center-top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.kq-feedback-center-post{color:#2a4e86;font-size:15px;font-weight:700;text-decoration:none}
.kq-feedback-center-post:hover{color:#2f80ff}
.kq-feedback-center-time{font-size:12px;color:#91a0b7}
.kq-feedback-center-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px;color:#7f90aa;font-size:12px}
.kq-feedback-center-reason{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;background:#edf5ff;color:#4871b2;font-weight:700}
.kq-feedback-center-state{color:#91a0b7}
.kq-feedback-center-item.is-done .kq-feedback-center-state{color:#4c8b5b}
.kq-feedback-center-content{margin-top:10px;color:#4a6186;font-size:13px;line-height:1.9;word-break:break-word}
.kq-feedback-center-actions{display:flex;justify-content:flex-end;margin-top:12px}
.kq-feedback-center-empty{padding:24px 0;color:#91a0b7;font-size:13px;text-align:center}
.kq-post-report-inline{display:flex;justify-content:flex-end;align-items:center;gap:14px;padding:0 0 2px}
.kq-post-report-link,.kq-post-feedback-log-link{display:inline-flex;align-items:center;gap:4px;color:#7d8ea6;font-size:13px;text-decoration:none;background:transparent !important;border:none !important;box-shadow:none !important;padding:0 !important;height:auto !important;cursor:pointer}
.kq-hide-block{margin:14px 0;padding:12px 14px;border:1px solid #dce6f8;border-radius:12px;background:linear-gradient(180deg,#f8fbff,#f1f6ff)}
.kq-hide-block[data-scroll-comments="1"]{cursor:pointer}
.kq-hide-block:not(.is-open) a{pointer-events:none !important}
.kq-hide-head{display:flex;align-items:center;gap:8px;font-weight:700;color:#3b5f97;font-size:14px}
.kq-hide-head i{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#e8f1ff;color:#2f80ff;font-size:12px}
.kq-hide-tip{margin-top:8px;color:#6e83a8;font-size:13px;line-height:1.6}
.kq-hide-jump{margin-left:4px;padding:0;border:none;background:transparent;color:#2f66d0;font-size:13px;line-height:1.6;cursor:pointer;text-decoration:underline}
.kq-hide-block.is-open{background:linear-gradient(180deg,#f6fffb,#eefcf6);border-color:#cfeedd}
.kq-hide-block.is-open .kq-hide-head{color:#1f8b55}
.kq-hide-block.is-open .kq-hide-head i{background:#dff8eb;color:#19b27a}
.kq-hide-body{margin-top:10px;padding-top:10px;border-top:1px dashed #cfe6d8}
.kq-post-report-link:hover,.kq-post-feedback-log-link:hover{color:#2f66d0}
.kq-post-report-link.is-done{color:#2f66d0}
.kq-post-feedback-log{margin-top:14px;border:1px solid #e6edf7;border-radius:12px;background:linear-gradient(180deg,#ffffff,#fbfdff);overflow:hidden}
.kq-post-feedback-log-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #edf2f8;color:#31496f}
.kq-post-feedback-log-head strong{font-size:14px}
.kq-post-feedback-log-head span{font-size:12px;color:#91a0b7}
.kq-post-feedback-log-body{padding:8px 16px 10px}
.kq-post-feedback-log-item{padding:12px 0;border-bottom:1px dashed #e6edf7}
.kq-post-feedback-log-item:last-child{border-bottom:none}
.kq-post-feedback-log-item.is-done{opacity:.72}
.kq-post-feedback-log-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;flex-wrap:wrap}
.kq-post-feedback-log-reason{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;background:#edf5ff;color:#4871b2;font-size:12px;font-weight:700}
.kq-post-feedback-log-meta{font-size:12px;color:#8a9ab2}
.kq-post-feedback-log-content{color:#4a6186;font-size:13px;line-height:1.8;word-break:break-word}
.kq-post-feedback-log-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}
.kq-post-feedback-log-state{font-size:12px;color:#91a0b7}
.kq-post-feedback-log-item.is-done .kq-post-feedback-log-state{color:#4c8b5b}
.kq-post-feedback-log-mark{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;background:#f3f7ff;border:1px solid #d9e5f7;color:#4b6ea8;font-size:12px;text-decoration:none}
.kq-post-feedback-log-mark:hover{border-color:#bfd4f7;background:#edf5ff;color:#2f66d0}
.kq-post-feedback-log-mark.is-loading{opacity:.68;pointer-events:none}
.kq-post-feedback-log-empty{padding:12px 0;color:#91a0b7;font-size:13px}
.kq-feedback-modal[hidden]{display:none}
.kq-feedback-modal{position:fixed;inset:0;z-index:99999}
.kq-feedback-modal-backdrop{position:absolute;inset:0;background:rgba(26,35,52,.38);backdrop-filter:blur(2px)}
.kq-feedback-modal-dialog{position:relative;width:min(520px,calc(100vw - 24px));margin:48px auto;background:#fff;border-radius:14px;box-shadow:0 24px 60px rgba(25,41,72,.24);overflow:hidden}
.kq-feedback-modal-close{position:absolute;right:16px;top:14px;width:28px;height:28px;border:none;background:transparent;color:#a4afbf;font-size:24px;line-height:1;cursor:pointer}
.kq-feedback-modal-head{padding:18px 22px;border-bottom:1px solid #edf2f8}
.kq-feedback-modal-head h3{margin:0;color:#1f2f49;font-size:18px}
.kq-feedback-modal-body{padding:24px 22px 20px}
.kq-feedback-modal-label{margin-bottom:14px;color:#374b6b;font-size:15px;font-weight:700}
.kq-feedback-option{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px;color:#425672;font-size:14px;cursor:pointer}
.kq-feedback-option input{margin-top:3px}
.kq-feedback-modal-tip{margin:16px 0 10px;color:#536983;font-size:14px}
.kq-feedback-textarea{width:100%;min-height:88px;padding:12px 14px;border:1px solid #cfdbeb;border-radius:4px;color:#314a71;font-size:14px;line-height:1.6;resize:vertical;outline:none}
.kq-feedback-textarea:focus{border-color:#7ea6f2;box-shadow:0 0 0 3px rgba(71,132,246,.12)}
.kq-feedback-submit{display:flex;align-items:center;justify-content:center;width:100%;height:42px;margin-top:14px;border:none;border-radius:6px;background:linear-gradient(180deg,#4e8fff,#3877ec);color:#fff;font-size:16px;font-weight:700;cursor:pointer}
.kq-feedback-submit.is-loading{opacity:.7;pointer-events:none}
.kq-feedback-status{margin-top:10px;font-size:13px;color:#2f66d0}
.kq-feedback-status.is-error{color:#d34e4e}
.kq-feedback-status.is-success{color:#2f66d0}
.kq-post-ad-box{padding:10px;background:#fff}
.kq-post-ad-box>*{display:block;border-radius:10px;overflow:hidden}
.kq-post-ad-box img{display:block;max-width:100%;height:auto}
.kq-post-tags-cloud{padding:12px 14px 16px;display:flex;flex-wrap:wrap;gap:8px}
.kq-scroll-shortcuts{position:fixed;right:20px;bottom:26px;z-index:9998;display:flex;flex-direction:column;gap:14px;transition:opacity .22s ease,transform .22s ease}
.kq-scroll-shortcuts.is-hidden{opacity:0;transform:translateY(8px);pointer-events:none}
.kq-scroll-btn{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border:none;border-radius:50%;background:rgba(255,255,255,.96);color:#4b5d78;box-shadow:0 10px 30px rgba(55,76,109,.18),0 2px 8px rgba(55,76,109,.10);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,color .18s ease,opacity .18s ease}
.kq-scroll-btn.is-hidden{opacity:0;transform:scale(.88);pointer-events:none}
.kq-scroll-btn i{font-size:24px;line-height:1}
.kq-scroll-btn:hover{transform:translateY(-2px);color:#2f66d0;box-shadow:0 16px 34px rgba(47,102,208,.22),0 4px 12px rgba(55,76,109,.14)}
.kq-scroll-btn:active{transform:translateY(0)}
.kq-footer-ref{padding:18px 14px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.kq-footer-brand{display:flex;align-items:center;gap:18px;min-width:0;flex:1}
.kq-footer-logo{width:72px;height:72px;border-radius:18px;background:#f5f9ff;border:1px solid #dbe8fb;display:flex;align-items:center;justify-content:center;flex:0 0 72px}
.kq-footer-logo img{width:52px;height:52px;object-fit:contain;display:block}
.kq-footer-brand-main{min-width:0}
.kq-footer-brand strong{display:block;font-size:28px;line-height:1.1;color:#526988;transform:scale(.5);transform-origin:left top;height:18px;margin-bottom:-4px;font-weight:700}
.kq-footer-brand p{margin:0;color:#6d829f;line-height:1.65;font-size:12px;max-width:660px}
.kq-footer-meta{margin-top:10px;color:#8c9eb7;font-size:12px;padding-top:8px;border-top:1px solid #e7eef8}
.kq-footer-copy{margin-top:4px;color:#6f7f98;font-size:12px}
.kq-footer-copy a{color:#2f66d0;text-decoration:none}
.kq-footer-copy a:hover{text-decoration:underline}
.kq-sitemap-box{padding:18px}
.kq-sitemap-head h1{margin:0;color:#27406a;font-size:24px}
.kq-sitemap-head p{margin:8px 0 0;color:#6f84a7;font-size:13px}
.kq-sitemap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}
.kq-sitemap-section{border:1px solid #e6edf7;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfdff);padding:12px}
.kq-sitemap-section h2{margin:0 0 10px;color:#2f4a77;font-size:15px}
.kq-sitemap-section ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.kq-sitemap-section li{display:flex;align-items:center;justify-content:space-between;gap:8px}
.kq-sitemap-section a{display:block;min-width:0;flex:1;color:#3d567f;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kq-sitemap-section a:hover{color:#2f80ff}
.kq-sitemap-section time{color:#95a5bc;font-size:12px;white-space:nowrap}
.kq-sitemap-empty{color:#95a5bc;font-size:13px}
@media (max-width:980px){.kq-sitemap-grid{grid-template-columns:1fr}}
.kq-footer-icons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.kq-footer-icon{width:52px;height:52px;border-radius:4px;background:#fff;border:1px solid #eef2f8;box-shadow:0 2px 8px rgba(74,102,146,.04);display:flex;align-items:center;justify-content:center;color:#6b84a8;font-size:20px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.kq-footer-icon i{font-size:20px;line-height:1}
.kq-footer-icon span{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:14px;font-weight:700;line-height:1}
.kq-footer-icon:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(74,102,146,.12);border-color:#d8e6fb}
.kq-footer-icon-qq span{background:#eef5ff;color:#5b7fd6}
.kq-footer-icon-wechat span{background:#eefbf3;color:#4fa66c}
.kq-footer-icon-mail span{background:#fff3eb;color:#d28456}
.kq-friend-box h3{margin:0;padding:12px 12px 10px;border-bottom:1px solid #edf2fa}
.kq-friend-links{list-style:none;margin:0;padding:12px;display:flex;flex-wrap:wrap;gap:10px}
.kq-friend-links li{margin:0}
.kq-friend-links a{display:inline-flex;align-items:center;padding:7px 12px;color:#5e749a;background:#f5f9ff;border:1px solid #dbe7fb;border-radius:999px;transition:all .2s ease;white-space:nowrap}
.kq-friend-links a:hover{background:#edf5ff;color:#2f80ff;border-color:#cfe0fb}

.kq-pager{display:flex;justify-content:center;padding:14px 8px;background:transparent;border:none;border-radius:0;box-shadow:none}
.kq-pager ol,.kq-pager ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}
.kq-pager ol li,.kq-pager ul li{margin-left:-1px}
.kq-pager li a,.kq-pager li span,.kq-pager a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 11px;border-radius:4px;border:1px solid #d8dee9;background:#fff;color:#4a617f;font-size:13px;font-weight:600;line-height:1;transition:all .15s ease;text-decoration:none;position:relative}
.kq-pager a:hover{border-color:#3b82f6;color:#2563eb;background:#fff;box-shadow:none;transform:none}
.kq-pager li.current a,.kq-pager li.current span,.kq-pager span.current{background:#1677ff;border-color:#1677ff;color:#fff;box-shadow:none;z-index:1}
.kq-pager li.current a:after,.kq-pager li.current span:after,.kq-pager span.current:after{display:none}
.kq-pager .prev,.kq-pager .next{min-width:34px;padding:0 10px;font-size:0}
.kq-pager .prev:before{content:'‹';font-size:16px;line-height:1}
.kq-pager .next:before{content:'›';font-size:16px;line-height:1}
.kq-pager .dots,.kq-pager .extend{min-width:auto;padding:0 6px;border:none;background:transparent;box-shadow:none;color:#8ea1bb}
.kq-empty{padding:18px;border:1px dashed #c8d9f5;border-radius:10px;background:#f5f9ff;color:#5d759d}

@media (max-width:1080px){
  .kq-main-home,.kq-main-category{grid-template-columns:1fr 300px}
  .kq-left-nav{display:none}
}
@media (max-width:680px){
  .kq-post-actions-rail{justify-content:space-between;gap:10px}
  .kq-post-action-item{flex:1}
  .kq-post-action-icon{width:46px;height:46px;font-size:20px}
  .kq-post-feedback-wrap{grid-template-columns:1fr;gap:12px}
  .kq-post-actions-bottom{justify-content:stretch}
  .kq-post-actions-bottom a{flex:1;justify-content:center}
  .kq-thread-nav{grid-template-columns:1fr}
  .kq-post-nav-item,.kq-post-nav-next{text-align:left;align-items:flex-start}
  .kq-post-nav-next .kq-post-nav-link:after{margin-left:0}
  .kq-post-nav-next .kq-post-nav-empty,.kq-post-nav-next .kq-post-nav-empty:before{align-items:flex-start;align-self:flex-start}
  .kq-comments-nav,.kq-pager{padding:10px 4px}
  .kq-comments-page,.kq-pager ol,.kq-pager ul{gap:0}
  .kq-comments-page a,.kq-comments-page span,.kq-pager li a,.kq-pager li span,.kq-pager a{min-width:30px;height:30px;padding:0 8px;border-radius:3px;font-size:12px}
  .kq-comments-page .current a,.kq-comments-page .current span,.kq-comments-page span.current,.kq-pager li.current a,.kq-pager li.current span,.kq-pager span.current{box-shadow:none}
  .kq-comments-page .prev,.kq-comments-page .next,.kq-pager .prev,.kq-pager .next{min-width:30px;padding:0 8px}
  .kq-feedback-center-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kq-feedback-center-group-head{align-items:flex-start;flex-direction:column}
  .kq-feedback-center-group-meta{width:100%}
  .kq-scroll-shortcuts{right:14px;bottom:18px;gap:10px}
  .kq-scroll-btn{width:52px;height:52px}
  .kq-scroll-btn i{font-size:22px}
}
@media (max-width:980px){
  .kq-main,.kq-main-home{grid-template-columns:1fr}
  .kq-post-layout{grid-template-columns:1fr}
  .kq-post-main{padding-left:0}
  .kq-post-side{position:static}
  .kq-search{display:none}
  .kq-actions{display:none}
  .kq-post-actions-side{display:block}
  .kq-post-actions-rail{position:static;float:none;flex-direction:row;justify-content:flex-start;gap:12px;width:auto;margin:0 0 12px}
  .kq-post-action-icon{width:50px;height:50px;font-size:22px}
}

/* user popup + member center refinements */
.kq-user-pop{padding:14px;background:linear-gradient(180deg,#fff,#fbfdff)}
.kq-user-pop-head{align-items:center;gap:12px}
.kq-user-pop-head>img{width:56px;height:56px;border-radius:14px}
.kq-user-pop-meta strong{font-size:16px;line-height:1.25;transform:none;height:auto;margin:0 0 6px;color:#2e466f;font-weight:800}
.kq-user-pop-tags span{height:20px;padding:0 8px;font-size:12px}
.kq-user-pop-meta p{margin:8px 0 0;font-size:12px;line-height:1.5;color:#7c8ea8}
.kq-user-pop-level{padding:11px 12px}
.kq-user-pop-level-main{gap:5px}
.kq-user-pop-level-main label{font-size:13px;color:#5a7195}
.kq-user-pop-level-main b{font-size:28px;line-height:1.15;transform:none;height:auto;margin:0;color:#3a5685}
.kq-user-pop-level-main span{font-size:12px;color:#6c7f9c}
.kq-user-pop-level-main i{height:7px}
.kq-user-pop-level-planet{width:96px;flex:0 0 96px}
.kq-user-pop-link{height:38px;padding:0 6px;font-size:14px}
.kq-user-pop-wallet{height:38px;padding:0 12px;border-radius:10px}
.kq-user-pop-logout{height:38px}

.kq-user-page-wrap{padding-bottom:12px}
.kq-user-sidebar{min-width:0}
.kq-user-side-nav{overflow:hidden;padding:0;display:flex;flex-direction:column}
.kq-user-side-nav a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:48px;padding:0 10px;border-bottom:1px solid #edf2fa;color:#5f7599}
.kq-user-side-nav a span{display:inline-flex;align-items:center;gap:6px;min-width:0;white-space:nowrap;word-break:keep-all;font-size:13px;font-weight:600}
.kq-user-side-nav a span i{width:14px;flex:0 0 14px;text-align:center;color:#7e93b2}
.kq-user-side-nav a .fa-angle-right{color:#99abc6;font-size:12px}
.kq-user-side-nav a:last-child{border-bottom:none}
.kq-user-side-nav a b{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 6px;border-radius:999px;background:#eef4ff;color:#4d74b5;font-size:11px;font-weight:700;margin-left:auto}
.kq-user-side-nav a.is-current{background:#f3f8ff;color:#2f66d0}
.kq-user-side-nav a.is-current span i{color:#2f80ff}
.kq-user-side-nav a.is-current b{background:#2f80ff;color:#fff}
.kq-user-side-nav a b.is-expired{background:#eceff4;color:#9aa5b4}
.kq-user-side-nav a.is-current b.is-expired{background:#eceff4;color:#9aa5b4}

@media (max-width:980px){
  .kq-user-sidebar{width:100%}
  .kq-user-side-nav a{min-height:46px;padding:0 12px}
  .kq-user-side-nav a span{font-size:14px}
}

.kq-user-wallet-panel{padding:16px}
.kq-user-wallet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.kq-user-wallet-card{border:1px solid #dfebfb;border-radius:14px;padding:14px;background:linear-gradient(180deg,#ffffff,#f7faff)}
.kq-user-wallet-card.is-balance{border-color:#cfe2ff;background:linear-gradient(135deg,#f4f9ff,#eaf3ff)}
.kq-user-wallet-card.is-level{border-color:#dfd8ff;background:linear-gradient(135deg,#fbf8ff,#f2eeff)}
.kq-user-wallet-label{font-size:12px;color:#6f83a6}
.kq-user-wallet-value{margin-top:8px;color:#2f66d0;font-size:28px;font-weight:800;line-height:1.2}
.kq-user-wallet-value span{font-size:14px;font-weight:700;color:#5f75a2}
.kq-user-wallet-card p{margin:8px 0 0;color:#7d90ab;font-size:12px;line-height:1.6}
.kq-user-wallet-progress{display:block;height:7px;border-radius:999px;background:#dfe9f7;overflow:hidden;margin-top:9px}
.kq-user-wallet-progress em{display:block;height:100%;background:linear-gradient(90deg,#5e98ff,#6ab2ff);border-radius:inherit}
.kq-user-wallet-note{margin-top:12px;padding:11px 12px;border:1px dashed #d2dff3;border-radius:10px;background:#f8fbff;color:#6f83a2;font-size:12px}

.kq-wallet-ref{padding:0;overflow:hidden;border:1px solid #e4ecf8;border-radius:14px;background:#fff}
.kq-wallet-ref-tabs{position:relative;display:flex;align-items:center;gap:10px;height:52px;padding:0 14px;border-bottom:1px solid #edf2fa;color:#7d90ad;font-size:13px}
.kq-wallet-ref-tabs:after{content:'';position:absolute;left:var(--kq-tab-left,14px);bottom:-1px;width:var(--kq-tab-width,48px);height:2px;border-radius:999px;background:linear-gradient(90deg,#2f80ff,#62a8ff);box-shadow:0 2px 8px rgba(47,128,255,.28);transition:left .22s ease,width .22s ease}
.kq-wallet-ref-tabs button{position:relative;z-index:1;height:32px;padding:0 12px;border:1px solid transparent;border-radius:999px;background:transparent;color:#7d90ad;font-size:13px;cursor:pointer;transition:all .18s ease}
.kq-wallet-ref-tabs button:active{transform:translateY(1px) scale(.98)}
.kq-wallet-ref-tabs button:hover{background:#f4f8ff;color:#5d77a0}
.kq-wallet-ref-tabs button.is-current{color:#2f66d0;font-weight:700;background:#edf4ff;border-color:#dbe7fb}
.kq-wallet-ref-panel{display:none}
.kq-wallet-ref-panel.is-active{display:block;animation:kqWalletPanelFade .22s ease}
@keyframes kqWalletPanelFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
@media (prefers-reduced-motion:reduce){.kq-wallet-ref-tabs:after{transition:none}.kq-wallet-ref-panel.is-active{animation:none}}
.kq-wallet-ref-top{display:grid;grid-template-columns:1.08fr .92fr;gap:16px;padding:16px 16px 12px;border-bottom:1px solid #edf2fa}
.kq-wallet-ref-level{padding:16px;border-radius:12px;background:linear-gradient(135deg,#f6f9ff,#eef3ff);border:1px solid #e6edfb}
.kq-wallet-ref-level-tag{height:44px;border-radius:10px;background:#fff;border:1px solid #e8edf8;display:flex;align-items:center;justify-content:center;color:#5c7db0;font-size:30px;line-height:1;transform:scale(.5);transform-origin:center center;font-weight:700}
.kq-wallet-ref-exp-card{margin-top:12px;padding:12px;border-radius:10px;background:#fff;border:1px solid #e8eef9}
.kq-wallet-ref-exp-line{display:flex;align-items:center;justify-content:space-between;color:#6d83a5;font-size:12px}
.kq-wallet-ref-exp-line b{color:#5b7399;font-size:12px}
.kq-wallet-ref-exp-card i{display:block;height:8px;margin-top:8px;border-radius:999px;background:#e2eaf8;overflow:hidden}
.kq-wallet-ref-exp-card i em{display:block;height:100%;background:linear-gradient(90deg,#4b8ef3,#62a8ff);border-radius:inherit}
.kq-wallet-ref-exp-sub{margin-top:8px;color:#7387a6;font-size:12px}
.kq-wallet-ref-exp-sub strong{color:#4e6fa3}
.kq-wallet-ref-assets{display:grid;gap:12px}
.kq-wallet-ref-asset{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:12px;height:104px;padding:0 16px;border-radius:12px;border:1px solid #e8eef8;background:linear-gradient(180deg,#fff,#fcfdff)}
.kq-wallet-ref-asset>span{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}
.kq-wallet-ref-asset>span i{font-size:18px}
.kq-wallet-ref-asset .is-coin{background:#fff5db;color:#f3b200}
.kq-wallet-ref-asset .is-ticket{background:#e9f2ff;color:#2f80ff}
.kq-wallet-ref-asset b{display:block;color:#2f4a77;font-size:38px;line-height:1;transform:scale(.5);transform-origin:left center;height:18px;font-weight:800}
.kq-wallet-ref-asset em{display:block;margin-top:6px;color:#8a9bb4;font-size:12px;font-style:normal}
.kq-wallet-ref-bottom{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:14px 16px 16px}
.kq-wallet-ref-sign-card{border:1px solid #e8eef8;border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;background:linear-gradient(180deg,#fff,#fbfdff)}
.kq-wallet-ref-sign-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,#e0f8eb,#b9f0d6);color:#2fa06a;font-size:28px;margin-bottom:14px;box-shadow:0 0 0 14px rgba(87,190,146,.12)}
.kq-wallet-ref-sign-icon.is-done{background:radial-gradient(circle at 30% 30%,#d9eaff,#bfd8ff);color:#2f80ff;box-shadow:0 0 0 14px rgba(47,128,255,.12)}
.kq-wallet-ref-sign-text{font-size:34px;line-height:1;transform:scale(.5);transform-origin:center center;height:18px;color:#3cae72;font-weight:700}
.kq-wallet-ref-sign-text.is-done{color:#2f80ff}
.kq-wallet-ref-sign-last{margin-top:14px;width:100%;height:42px;border:1px solid #ecf1f8;border-radius:10px;background:#f8fbff;display:flex;align-items:center;justify-content:center;color:#8a9ab0;font-size:12px}
.kq-wallet-ref-stat-list{display:grid;gap:12px}
.kq-wallet-ref-stat-list>div{height:66px;border-radius:12px;border:1px solid #e8eef8;background:linear-gradient(180deg,#f8fbff,#f2f7ff);display:flex;align-items:center;justify-content:space-between;padding:0 16px}
.kq-wallet-ref-stat-list span{display:inline-flex;align-items:center;gap:8px;color:#607a9f;font-size:14px}
.kq-wallet-ref-stat-list span i{width:30px;height:30px;border-radius:10px;background:#e5f2ff;color:#4d97e9;display:inline-flex;align-items:center;justify-content:center;font-size:14px}
.kq-wallet-ref-stat-list b{color:#3382d7;font-size:30px;line-height:1;transform:scale(.5);transform-origin:right center;height:16px;font-weight:800}
.kq-wallet-ref-list{padding:14px 16px 16px;display:grid;gap:10px}
.kq-wallet-ref-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:56px;padding:0 14px;border:1px solid #e8eef8;border-radius:12px;background:linear-gradient(180deg,#fff,#f9fcff)}
.kq-wallet-ref-list article span{display:inline-flex;align-items:center;gap:8px;min-width:0;color:#5f789e;font-size:13px}
.kq-wallet-ref-list article span i{width:28px;height:28px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;background:#ecf4ff;color:#4b8be6;font-size:13px}
.kq-wallet-ref-list article b{color:#2f66d0;font-size:13px;font-weight:700;white-space:nowrap}
.kq-wallet-ref-panel[data-kq-wallet-panel="trade"] .kq-wallet-ref-list article:nth-child(1) b{color:#2f80ff}
.kq-wallet-ref-panel[data-kq-wallet-panel="trade"] .kq-wallet-ref-list article:nth-child(2) b{color:#d39a1c}
.kq-wallet-ref-panel[data-kq-wallet-panel="trade"] .kq-wallet-ref-list article:nth-child(3) b{color:#5e78a5}
.kq-wallet-ref-panel[data-kq-wallet-panel="trade"] .kq-wallet-ref-list article:nth-child(2) span i{background:#fff5db;color:#e2a400}
.kq-wallet-ref-list article em{color:#8a9ab2;font-size:12px;font-style:normal;white-space:nowrap}
.kq-wallet-ref-list.is-log article em{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:999px;border:1px solid #e4ecf8;background:#f6f9ff;color:#7890b0}
.kq-wallet-ref-list.is-log article:nth-child(1) em{background:#eef6ff;border-color:#d9e8ff;color:#4d82c8}
.kq-wallet-ref-list.is-log article:nth-child(2) em{background:#eefbf3;border-color:#d8f2e2;color:#4d9b6b}
.kq-wallet-ref-list.is-log article:nth-child(3) em{background:#fff5eb;border-color:#ffe4cb;color:#b57a45}
.kq-wallet-ref-list.is-log article b{color:#42628f}
.kq-wallet-ref-list.is-log article span i{background:#eef3fb;color:#6d84a8}
.kq-wallet-ref-list.is-log article{background:linear-gradient(180deg,#fff,#fbfdff)}

/* recharge panel */
.kq-recharge-panel{padding:0;overflow:hidden;border:1px solid #e4ecf8;border-radius:14px;background:#fff}
.kq-recharge-tabs{display:flex;align-items:center;gap:16px;height:52px;padding:0 16px;border-bottom:1px solid #edf2fa;background:#fbfdff}
.kq-recharge-tabs button{height:30px;padding:0 12px;border:1px solid transparent;border-radius:999px;background:transparent;color:#6f84a9;cursor:pointer}
.kq-recharge-tabs button.is-current{background:#edf4ff;border-color:#d9e6fb;color:#2f66d0;font-weight:700}
.kq-recharge-body{padding:16px}
.kq-recharge-view{display:none}
.kq-recharge-view.is-active{display:block}
.kq-recharge-main{max-width:760px;margin:0 auto}
.kq-recharge-notice-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}
.kq-recharge-notice-row p{margin:0 0 6px}
.kq-recharge-rule{color:#5f78a0;font-size:13px;line-height:1.7;text-align:right}
.kq-recharge-form{display:grid;gap:10px}
.kq-recharge-form>label{display:flex;align-items:center;min-height:44px;border:1px solid #d9e4f6;border-radius:8px;overflow:hidden;background:#fff}
.kq-recharge-form>label>span{display:inline-flex;align-items:center;gap:6px;min-width:110px;height:44px;padding:0 12px;background:#f6f9ff;color:#4b6897;border-right:1px solid #e0e9f7;font-weight:700}
.kq-recharge-form>label input,.kq-recharge-form>label select{flex:1;min-width:0;height:44px;border:none;outline:none;padding:0 12px;background:#fff;color:#334d77;font-size:14px}
.kq-recharge-form>label input::placeholder{color:#9aacbf}
.kq-recharge-paytype{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:10px;width:100%}
.kq-recharge-paytype label{display:flex;align-items:center;justify-content:center;gap:10px;min-height:68px;padding:0 12px;border:1px solid #d9e4f6;border-radius:12px;background:#f8fbff;color:#2f4f7c;font-size:18px !important;line-height:1.2;font-weight:700;cursor:pointer;text-align:center}
.kq-recharge-paytype label.is-active{border-color:#7fb0ff;background:linear-gradient(180deg,#f6faff,#eaf3ff);box-shadow:0 8px 18px rgba(47,128,255,.14)}
.kq-recharge-paytype label input[type="radio"]{accent-color:#2f80ff;flex:0 0 auto;transform:scale(1.25)}
.kq-recharge-paytype label i{color:#2f80ff;min-width:20px;text-align:center;font-size:19px}
.kq-cardkey-buy{margin-top:8px;display:flex;justify-content:flex-end}
.kq-cardkey-buy a{font-size:13px;color:#2f66d0;text-decoration:underline}
.kq-vip-modal{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:16px}
.kq-vip-modal-card{width:min(520px,92vw);background:#fff;border-radius:14px;box-shadow:0 24px 60px rgba(15,23,42,.2);overflow:hidden}
.kq-vip-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #eef2f7}
.kq-vip-modal-title{font-size:18px;font-weight:700;color:#263a5e}
.kq-vip-modal-close{border:none;background:transparent;font-size:20px;cursor:pointer;color:#94a3b8}
.kq-vip-modal-body{padding:16px 18px;display:grid;gap:14px}
.kq-vip-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.kq-vip-plan{border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#1f2a44;font-size:14px;font-weight:600;padding:12px 10px;cursor:pointer}
.kq-vip-plan.is-active{background:#111827;color:#fff;border-color:#111827}
.kq-vip-plan-extra{display:flex;align-items:center;gap:10px;background:#f1f5f9;border-radius:10px;padding:10px 12px;color:#55637b;font-size:13px}
.kq-vip-plan-tag{background:#e2e8f0;border-radius:6px;padding:2px 8px;font-size:12px;color:#475569}
.kq-vip-plan-summary{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#5b6b82}
.kq-vip-plan-summary b{color:#ef4444}
.kq-vip-modal-foot{padding:14px 18px;border-top:1px solid #eef2f7;display:flex;justify-content:flex-end}
.kq-vip-pay-btn{min-width:120px;height:36px;border:none;border-radius:8px;background:#f25b5b;color:#fff;font-weight:700;cursor:pointer}
.kq-vip-debug{border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;padding:6px 10px;border-radius:8px;font-size:12px;cursor:pointer}
.kq-recharge-pay-btn{width:100%;height:42px;border:none;border-radius:8px;background:linear-gradient(90deg,#3f7fe9,#4f98ff);color:#fff;font-size:16px;line-height:1;font-weight:700;cursor:pointer}
.kq-recharge-pay-btn:disabled{opacity:.75;cursor:not-allowed}
.kq-recharge-log-list{display:grid;gap:10px}
.kq-recharge-log-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:52px;padding:0 12px;border:1px solid #e6edf8;border-radius:10px;background:#fbfdff}
.kq-recharge-log-list article span{min-width:0;color:#5f789e}
.kq-recharge-log-list article span em{font-style:normal;color:#2f66d0;font-weight:700}
.kq-recharge-log-list article b{color:#6d84a8}
.kq-recharge-log-list article time{color:#8fa0b8;font-size:12px}

@media (max-width:980px){
  .kq-recharge-main{max-width:none}
  .kq-recharge-paytype{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .kq-recharge-paytype label{min-height:56px;font-size:16px !important}
}
@media (max-width:680px){
  .kq-recharge-body{padding:14px 12px}
  .kq-recharge-notice-row{flex-direction:column}
  .kq-recharge-rule{text-align:left}
  .kq-recharge-form>label>span{min-width:96px;padding:0 10px;font-size:13px}
  .kq-recharge-paytype{grid-template-columns:1fr;gap:9px}
  .kq-recharge-paytype label{min-height:52px;padding:0 12px;font-size:15px !important}
  .kq-recharge-log-list article{grid-template-columns:1fr}
}

@media (max-width:980px){
  .kq-user-wallet-grid{grid-template-columns:1fr}
  .kq-wallet-ref-top,.kq-wallet-ref-bottom{grid-template-columns:1fr}
  .kq-wallet-ref-asset{height:86px}
  .kq-wallet-ref-sign-card{min-height:180px}
  .kq-wallet-ref-list article{grid-template-columns:1fr}
  .kq-wallet-ref-list article b,.kq-wallet-ref-list article em{justify-self:flex-start}
}

