﻿    :root{--hp-bg:#f5f7fb;--hp-card:#fff;--hp-line:#e8edf5;--hp-text:#22324a;--hp-muted:#7b8aa0;--hp-primary:#1677ff;--hp-primary-soft:#eef5ff;--hp-shadow:0 12px 28px rgba(15,23,42,.06);--hp-radius:14px;--hp-left-width:{{if gt .Site.ThemeHomeLeftWidth 0}}{{.Site.ThemeHomeLeftWidth}}{{else}}132{{end}}px}
    :root{--hp-left-width:132px}
    *{box-sizing:border-box}
    html{font-size:14px}
    body{margin:0;background:linear-gradient(180deg,#f7f9fd 0,#f2f5fa 100%);color:var(--hp-text);font-family:HarmonyOS_Regular,"HarmonyOS Sans SC","PingFang SC","Microsoft YaHei",sans-serif;font-size:14px;line-height:1.6}
    a{color:inherit}
    a:hover{text-decoration:none}
    .hp-page{padding-bottom:3rem}
    .hp-shell{max-width:1200px;margin:0 auto;padding:0 12px}
    .hp-card{background:var(--hp-card);border:1px solid var(--hp-line);border-radius:var(--hp-radius);box-shadow:var(--hp-shadow)}
    .hp-header{position:sticky;top:0;z-index:40;background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(247,250,255,.96));backdrop-filter:blur(16px);border-bottom:1px solid #dbe5f2}
    .hp-header-inner{display:flex;align-items:center;gap:22px;min-height:60px;padding:7px 0}
    .hp-brand{display:flex;align-items:center;gap:0;min-width:0;flex:0 0 auto}
    .hp-brand img{display:block;width:auto;max-width:180px;height:34px;object-fit:contain;background:transparent;border:0;padding:0;box-shadow:none;border-radius:0}
    .hp-brand-name{font-size:18px;font-weight:800;white-space:nowrap;color:#1566e2}
    .hp-nav{display:flex;align-items:center;gap:22px;flex:1;min-width:0}
    .hp-nav a{display:inline-flex;align-items:center;gap:6px;padding:0;font-size:14px;font-weight:700;color:#5b6d84;white-space:nowrap}
    .hp-nav a span{line-height:1}
    .hp-nav a i{font-size:13px;color:#8797ab}
    .hp-nav a.active,.hp-nav a:hover{background:none;color:var(--hp-primary)}
    .hp-nav a.active i,.hp-nav a:hover i{color:var(--hp-primary)}
    .hp-search{width:256px;position:relative;flex:0 0 auto}
    .hp-search input{width:100%;height:38px;padding:0 42px 0 16px;border-radius:999px;border:1px solid #dfe6f2;background:#fff;color:#44546c;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
    .hp-search button{position:absolute;right:13px;top:50%;transform:translateY(-50%);width:auto;height:auto;border:0;border-radius:0;background:transparent;color:#2a3b53;padding:0}
    .hp-header-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
    .hp-mobile-user,.hp-mobile-section-link{display:none}
    .hp-icon-btn,.hp-user-link,.hp-post-btn{height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dce5f1;background:#fff;box-shadow:0 6px 16px rgba(15,23,42,.04)}
    .hp-icon-btn{width:38px;color:#4c5f79}
    .hp-icon-btn.has-badge{position:relative}
    .hp-icon-btn.has-badge::after{content:attr(data-badge);position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ff4d4f;color:#fff;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}
    .clean-bell{position:relative;width:38px;height:38px;border:1px solid #dce5f1;border-radius:999px;background:#fff;color:#4c5f79;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(15,23,42,.04)}
    .clean-bell:hover{text-decoration:none;color:var(--hp-primary)}
    .clean-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ff4d4f;color:#fff;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;line-height:1}
    .hp-post-btn{width:38px;padding:0;border-radius:999px;background:#fff;border-color:#dce5f1;color:#4c5f79;font-weight:800;box-shadow:0 6px 16px rgba(15,23,42,.04);flex:0 0 auto}
    .hp-post-btn:hover{color:var(--hp-primary)}
    .hp-post-btn i{font-size:14px}
    .hp-post-btn span{line-height:1}
    .hp-user-link{gap:10px;padding:0 14px;max-width:180px}
    .hp-user-link img{width:30px;height:30px;border-radius:50%;object-fit:cover}
    .hp-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}
    .hp-user-menu{position:relative}
    .hp-user-trigger{list-style:none;width:38px;height:38px;padding:3px;border-radius:999px;display:flex;align-items:center;justify-content:center;border:1px solid #dce5f1;background:#fff;color:#4f617b;box-shadow:0 6px 16px rgba(15,23,42,.06);cursor:pointer}
    .hp-user-trigger::-webkit-details-marker{display:none}
    .hp-user-trigger img{width:30px;height:30px;border-radius:50%;object-fit:cover;display:block}
    .hp-user-menu[open] .hp-user-trigger{border-color:#cfe0ff;box-shadow:0 12px 30px rgba(22,119,255,.18)}
    .hp-user-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:330px;padding:16px;background:#fff;border:1px solid #e5edf7;border-radius:24px;box-shadow:0 24px 48px rgba(15,23,42,.14)}
    .hp-user-dropdown-head{display:flex;align-items:flex-start;gap:12px;padding-bottom:14px;border-bottom:1px solid #edf2f7}
    .hp-user-dropdown-head img{width:52px;height:52px;border-radius:50%;object-fit:cover;flex:0 0 auto;border:4px solid #fff;box-shadow:0 10px 22px rgba(15,23,42,.12)}
    .hp-user-dropdown-name{font-size:17px;font-weight:900;line-height:1.2;color:#1f2f46}
    .hp-user-dropdown-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}
    .hp-user-chip{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;background:#eef5ff;color:#4379d6;font-size:12px;font-weight:800}
    .hp-user-chip.level{background:#eaf0ff;color:#5a7cff}
    .hp-user-dropdown-sub{margin-top:8px;font-size:12px;line-height:1.5;color:#7d8ba1}
    .hp-user-level-card{margin-top:14px;display:flex;align-items:stretch;justify-content:space-between;gap:14px;padding:16px;border-radius:18px;background:linear-gradient(135deg,#eef4ff 0%,#d9e7ff 55%,#edf4ff 100%);overflow:hidden;position:relative}
    .hp-user-level-card::before{content:'';position:absolute;right:-48px;top:-38px;width:118px;height:118px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#f5c9de 0 22%,#c78ff1 23% 54%,#7c62d8 55% 66%,transparent 67%);box-shadow:-18px 34px 0 0 rgba(255,255,255,.35);opacity:.95}
    .hp-user-level-card::after{content:'';position:absolute;right:30px;top:26px;width:92px;height:18px;border-radius:999px;background:linear-gradient(90deg,rgba(90,112,255,.0),rgba(90,112,255,.15) 35%,rgba(90,112,255,.35) 70%,rgba(90,112,255,.0));transform:rotate(-14deg)}
    .hp-user-level-copy{position:relative;z-index:1;min-width:0}
    .hp-user-level-kicker{font-size:13px;font-weight:800;color:#7a889e}
    .hp-user-level-name{margin-top:8px;font-size:32px;line-height:1.05;font-weight:900;color:#63758d;white-space:nowrap}
    .hp-user-level-exp{margin-top:10px;font-size:13px;color:#6f7f95}
    .hp-user-level-bar{margin-top:10px;width:120px;height:5px;border-radius:999px;background:rgba(255,255,255,.72);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(90,112,255,.08)}
    .hp-user-level-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4d82ff,#6d90ff)}
    .hp-user-level-art{position:relative;z-index:1;flex:0 0 112px;width:112px;min-height:96px;border-radius:50%;background:
      radial-gradient(circle at 36% 34%,rgba(255,255,255,.7) 0 14%,transparent 15%),
      radial-gradient(circle at 42% 44%,#e9a8cf 0 24%,transparent 25%),
      radial-gradient(circle at 52% 44%,#c38ceb 0 38%,transparent 39%),
      radial-gradient(circle at 54% 60%,#8c66d7 0 44%,transparent 45%);
    box-shadow:inset -10px -12px 0 rgba(255,255,255,.25)}
    .hp-user-wallet{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 16px;border-radius:14px;background:linear-gradient(90deg,#4f8dff,#3d79ff);color:#fff;font-weight:800;box-shadow:0 12px 24px rgba(61,121,255,.22)}
    .hp-user-wallet span{display:inline-flex;align-items:center;gap:8px}
    .hp-user-wallet i{font-size:14px}
    .hp-user-links{display:grid;gap:8px;margin-top:12px}
    .hp-user-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid #edf2f7;color:#40516c;font-size:14px;font-weight:700}
    .hp-user-links a:hover{text-decoration:none;background:#f5f9ff;color:var(--hp-primary)}
    .hp-user-links span{display:inline-flex;align-items:center;gap:8px}
    .hp-user-links i:first-child{width:16px;text-align:center;color:#7f90a6}
    .hp-user-links i:last-child{color:#b3bfce}
    .hp-user-logout{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:14px;border:1px solid #ffb5b8;background:#fff;color:#ff4d4f;font-weight:800}
    .hp-user-logout:hover{text-decoration:none;background:#fff5f5;color:#ff2b36}
    .hp-user-dropdown{width:min(330px,calc(100vw - 24px));overflow:visible}
    .hp-user-dropdown *{min-width:0}
    .hp-mobile-user-drawer{display:none}
    .hp-grid{display:grid;grid-template-columns:var(--hp-left-width) minmax(0,1fr) 290px;gap:14px;align-items:start;padding-top:16px}
    .hp-left,.hp-main,.hp-right{min-width:0}
    .hp-left{position:sticky;top:92px;align-self:start}
    .hp-left,.hp-right{align-self:start}
    .hp-left-stick.is-fixed{position:static;top:auto;max-height:none;overflow:visible}
    .hp-right .hp-sticky{position:sticky;top:92px}
    .hp-left-inner{width:100%}
    .hp-forum-card{padding:8px;border-radius:14px;background:#fff;border:1px solid #e8edf5;box-shadow:0 12px 28px rgba(15,23,42,.06)}
    .hp-forum-list{list-style:none;margin:0;padding:0}
    .hp-forum-list li+li{margin-top:4px}
    .hp-forum-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:10px;color:#5b6d84;font-size:13px;font-weight:400;line-height:1.2}
    .hp-forum-item.active,.hp-forum-item:hover{background:var(--hp-primary-soft);color:var(--hp-primary)}
    .hp-forum-item img{width:20px;height:20px;border-radius:7px;object-fit:cover}
    .hp-menu-icon{position:relative;display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;flex:0 0 auto;color:#8797ab}
    .hp-forum-item.active .hp-menu-icon,.hp-forum-item:hover .hp-menu-icon{color:#1677ff}
    .hp-menu-icon-latest::before{content:"";width:13px;height:13px;border:2px solid currentColor;border-radius:50%;opacity:.9}
    .hp-menu-icon-latest::after{content:"";position:absolute;width:5px;height:5px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;left:9px;top:5px;transform-origin:left bottom}
    .hp-menu-icon-elite::before{content:"";width:15px;height:15px;background:currentColor;clip-path:polygon(50% 4%,61% 36%,95% 36%,67% 55%,78% 90%,50% 68%,22% 90%,33% 55%,5% 36%,39% 36%)}
    .hp-menu-icon-new::before{content:"";width:14px;height:14px;border:2px solid currentColor;border-radius:50%;opacity:.92}
    .hp-menu-icon-new::after{content:"";position:absolute;width:2px;height:5px;background:currentColor;border-radius:999px;top:5px;left:9px;box-shadow:3px 3px 0 -1px currentColor;transform-origin:bottom center}
    .hp-forum-split{height:1px;background:#e9eef5;margin:8px 6px}
    .hp-alert{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 18px;border:1px solid #dbe8ff;background:linear-gradient(135deg,#eef5ff,#f7fbff);color:#2e5da8}
    .hp-alert-copy{flex:1;min-width:0;font-size:14px;line-height:1.7;color:inherit}
    .hp-alert-copy i{margin-right:6px;color:#1d6dff}
    .hp-alert-text{color:inherit}
    .hp-alert strong{font-weight:800}
    .hp-alert .btn{border-radius:999px;padding:9px 16px;font-weight:700}
    .hp-alert-inline-action{display:inline-flex;align-items:center;margin-left:8px;vertical-align:middle;white-space:nowrap}
    .hp-alert-close{display:none}
    .hp-mobile-list-tabs{display:none}
    .hp-mobile-menu{display:none}
    .hp-sign-strip{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid #d7e5ff;background:linear-gradient(90deg,#fbfdff 0,#eff6ff 48%,#e6f0ff 100%);overflow:hidden}
    .hp-sign-strip::before{content:"";position:absolute;top:0;right:136px;width:110px;height:100%;background:linear-gradient(135deg,rgba(78,139,255,.08),rgba(78,139,255,.2));clip-path:polygon(42% 0,100% 0,58% 100%,0 100%)}
    .hp-sign-strip::after{content:"";position:absolute;top:0;right:56px;width:88px;height:100%;background:linear-gradient(135deg,rgba(78,139,255,.05),rgba(78,139,255,.14));clip-path:polygon(36% 0,100% 0,64% 100%,0 100%)}
    .hp-sign-copy{display:flex;align-items:flex-start;gap:0;min-width:0;position:relative;z-index:1}
    .hp-sign-icon{display:none}
    .hp-sign-copy > div:last-child{min-width:0}
    .hp-sign-title{font-size:17px;font-weight:800;line-height:1.2;color:#22324a}
    .hp-sign-desc{font-size:13px;color:#7f90a6;margin-top:8px}
    .hp-sign-side{display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:1;flex:0 0 auto}
    .hp-sign-pills{display:none}
    .hp-sign-form{margin:0}
    .hp-sign-btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 16px;border-radius:999px;background:linear-gradient(180deg,#4d93ff,#347dff);box-shadow:0 12px 20px rgba(52,125,255,.18);color:#fff!important;font-size:14px;font-weight:800;white-space:nowrap;border:0}
    .hp-sign-btn:hover{color:#fff!important;filter:brightness(.98)}
    .hp-sign-btn.is-done,.hp-sign-btn:disabled{background:linear-gradient(180deg,#8fa6c4,#7489a5);box-shadow:none;cursor:default;filter:none!important}
    .btn.is-done,.btn:disabled.is-done{background:#8fa6c4;border-color:#8fa6c4;box-shadow:none}
    .hp-pill{padding:8px 12px;border-radius:999px;background:#f7f9fc;color:#607086;font-size:12px;font-weight:700}
    .hp-thread-card{overflow:visible}
    .hp-tabs{display:flex;gap:10px;flex-wrap:wrap}
    .hp-tab{padding:9px 16px;border-radius:999px;background:#f7f9fc;border:1px solid #e7edf6;color:#607086;font-size:14px;font-weight:700}
    .hp-tab.active,.hp-tab:hover{background:var(--hp-primary);border-color:var(--hp-primary);color:#fff}
    .hp-thread-shell{padding:0 18px 4px}
    .hp-thread-card .threadlist{margin:0}
    .hp-thread-card .thread{align-items:flex-start}
    .hp-thread-card .media-body{min-width:0}
    .hp-thread-card .avatar-3{width:42px;height:42px;border-radius:50%;object-fit:cover}
    .hp-thread-card .avatar-1{width:1.2rem;height:1.2rem;border-radius:4px;object-fit:cover}
    .hp-thread-card .threadlist,.hp-thread-card .thread{overflow:visible}
    .thread-author-pop{position:relative;display:inline-flex;align-items:flex-start;flex:0 0 auto}
    .thread-author-pop:hover{text-decoration:none}
    .thread-online-dot{position:absolute;right:1px;top:1px;width:10px;height:10px;border-radius:50%;background:#a9b3c2;border:2px solid #fff;box-shadow:0 2px 5px rgba(15,23,42,.16);z-index:3}
    .thread-author-pop.is-online .thread-online-dot{background:#22c55e}
    .thread-new-icon{position:relative;top:-.45em;display:inline-flex;align-items:center;height:15px;margin-left:5px;padding:0 4px;border-radius:3px;background:#ff4d4f;color:#fff;font-size:9px;font-weight:900;line-height:15px;letter-spacing:0;vertical-align:baseline;box-shadow:0 4px 10px rgba(255,77,79,.18)}
    .thread-list-author{display:inline-flex!important;align-items:center;gap:4px;line-height:1;color:inherit}
    .thread-list-author.is-vip{color:#d62839!important;font-weight:800}
    .vip-mini-mark{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,#ffd84d,#ffb000);color:#fff;font-size:10px;font-weight:900;line-height:1;box-shadow:0 3px 8px rgba(255,176,0,.22);flex:0 0 auto}
    .thread-author-card{position:absolute;left:calc(100% + 10px);top:-8px;width:268px;padding:16px 18px 14px;border-radius:4px;background:#fff;border:1px solid #edf2f7;box-shadow:0 14px 38px rgba(15,23,42,.16);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:80;pointer-events:none;color:#667792}
    .thread-author-pop:hover .thread-author-card{opacity:1;visibility:visible;transform:translateY(0)}
    .thread-author-card:before{content:"";position:absolute;left:-7px;top:22px;width:14px;height:14px;background:#fff;border-left:1px solid #edf2f7;border-bottom:1px solid #edf2f7;transform:rotate(45deg)}
    .thread-author-card-head{display:flex;align-items:center;gap:14px}
    .thread-author-card-head img{width:58px!important;height:58px!important;border-radius:50%;object-fit:cover;flex:0 0 auto;box-shadow:none;border:0}
    .thread-author-card-main{display:grid;gap:7px;min-width:0}
    .thread-author-card-main strong{display:flex;align-items:center;gap:6px;min-width:0;font-size:17px;line-height:1.2;color:#5f6f92;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .thread-author-card-main .vip-name-mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#ffd34f,#ffb300);color:#fff;font-size:14px;font-weight:900;line-height:1;flex:0 0 auto;box-shadow:0 8px 18px rgba(255,179,0,.22)}
    .thread-author-card-main .vip-display-name{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#d62839;font-weight:900}
    .thread-author-card-badges{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;white-space:nowrap}
    .thread-author-card-badges em{font-style:normal;display:inline-flex;align-items:center;height:18px;padding:0 5px;border-radius:2px;background:#eef5ff;color:#2f7dff;font-size:10px;font-weight:700;line-height:18px;flex:0 0 auto}
    .thread-author-card-badges em:nth-child(2){background:#edf3ff;color:#4b73d9}
    .thread-author-card-badges em:nth-child(3){background:#f3f5f8;color:#8b98aa}
    .thread-author-card-stats{display:flex;align-items:center;gap:7px;margin:12px 0 0 72px;font-size:13px;color:#8290a5;white-space:nowrap}
    .thread-author-card-stats b{font-weight:500;color:#6f7d92}
    .thread-author-card-stats span{width:16px}
    .hp-thread-card .style3_subject{display:flex;align-items:center;gap:4px;min-width:0;max-width:100%;font-size:14px;line-height:1.55;font-weight:600;color:#1f2f46;white-space:nowrap;overflow:hidden}
    .hp-thread-card .style3_subject a{color:#1f2f46}
    .hp-thread-card .style3_subject .hp-thread-title-row{display:flex;align-items:center;gap:6px;min-width:0;flex:1 1 auto;overflow:hidden}
    .hp-thread-card .style3_subject .hp-thread-title-line{display:block;min-width:0;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .hp-thread-card .style3_subject .hp-thread-title{display:inline;min-width:0}
    .hp-thread-card .style3_subject .hp-thread-tags-inline{display:inline-flex;align-items:center;gap:4px;min-width:0;max-width:100%;margin-left:6px;vertical-align:baseline}
    .hp-thread-card .style3_subject .hp-thread-tag-inline{display:inline-block;max-width:72px;height:20px;padding:0 7px;border-radius:999px;background:#f4f7fb;color:#7a8ba2;font-size:10px;font-weight:700;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto;box-sizing:border-box;vertical-align:middle}
    .hp-thread-card .style3_subject .hp-thread-tag-inline.is-sky{background:#eef6ff;color:#3d7fe3}
    .hp-thread-card .style3_subject .hp-thread-tag-inline.is-coral{background:#fff1ed;color:#eb6b45}
    .hp-thread-card .style3_subject .hp-thread-tag-inline.is-gold{background:#fff7dd;color:#b78103}
    .hp-thread-card .style3_subject .hp-thread-tag-inline.is-mint{background:#eafaf3;color:#189067}
    .hp-thread-card .style3_subject .hp-thread-tag-inline.is-violet{background:#f3ecff;color:#7a5ae0}
    .hp-thread-card .style3_subject .hp-thread-tag-inline.is-slate{background:#eef2f7;color:#60758d}
    .hp-thread-card .style3_subject a:hover{color:var(--hp-primary)}
    .hp-thread-card .style3_subject .badge{flex:0 0 auto;margin-left:4px;vertical-align:middle}
    .hp-thread-card .style3_subject .badge-secondary{display:none}
    .hp-thread-card .threadlist_brief{margin-top:6px;color:#7b8aa0;line-height:1.55}
    .hp-thread-card .text-grey{color:#7b8aa0!important}
    .hp-thread-card .text-muted{color:#8c99ac!important}
    .hp-thread-card .thread-meta-row{align-items:center!important;justify-content:space-between!important;gap:10px;min-width:0}
    .hp-thread-card .thread-meta-main{display:flex;align-items:center;flex-wrap:wrap;gap:6px;line-height:1.4;min-width:0}
    .hp-thread-card .thread-meta-main > *{display:inline-flex;align-items:center}
    .hp-thread-card .thread-meta-stats{display:inline-flex;align-items:center;gap:10px;margin-left:auto!important;flex:0 0 auto}
    .hp-thread-card .thread-meta-stats span{margin-left:0!important}
    @supports (content-visibility:auto){
      .hp-thread-card{content-visibility:auto;contain-intrinsic-size:96px}
    }
    .hp-thread-card .style3-thread-forum-name{display:inline-flex;align-items:center;gap:4px;vertical-align:middle}
    .hp-thread-card .haya-post-info-username,.hp-thread-card .date{display:inline-flex;align-items:center}
    .forum-metrics{margin-top:16px}
    .metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .metric-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:#f7f9fc;border:1px solid #edf1f6}
    .metric-icon-box{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e6edf7;color:#8ea0b7;flex:0 0 auto}
    .metric-icon{width:18px;height:18px;stroke-width:1.8}
    .metric-content{min-width:0}
    .metric-number{font-size:16px;font-weight:800;line-height:1.1;color:#22324a}
    .metric-label{margin-top:4px;font-size:12px;color:var(--hp-muted)}
    .hp-side-card{padding:0;overflow:hidden}
    .hp-site-cover{height:88px;background-size:cover;background-position:center}
    .hp-site-body{padding:0 18px 18px}
    .hp-site-logo{width:62px;height:62px;border-radius:16px;object-fit:contain;padding:8px;background:#fff;border:1px solid #e7edf6;box-shadow:0 12px 24px rgba(15,23,42,.08);margin-top:-24px}
    .hp-site-title{margin-top:12px;font-size:17px;font-weight:800;line-height:1.5}
    .hp-site-desc{margin-top:8px;font-size:13px;line-height:1.8;color:var(--hp-muted)}
    .hp-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}
    .hp-metric{padding:12px;border-radius:14px;background:#f7f9fc;border:1px solid #edf1f6}
    .hp-metric-num{font-size:18px;font-weight:800}
    .hp-metric-label{margin-top:4px;font-size:12px;color:var(--hp-muted)}
    .hp-tools-card{padding:16px 18px}
    .hp-side-title{font-size:15px;font-weight:800}
    .hp-promo-card{padding:14px 12px}
    .hp-promo-card .hp-side-title{display:none}
    .hp-promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
    .hp-promo-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:12px 6px 10px;border-radius:16px;background:#fff;color:#22324a;min-height:96px}
    .hp-promo-item:hover{text-decoration:none;background:#f9fbff}
    .hp-promo-thumb{width:54px;height:54px;border-radius:18px;object-fit:cover;display:block}
    .hp-promo-title{display:block;max-width:100%;font-size:12px;font-weight:800;line-height:1.35;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .hp-tool-item{display:none}
    .hp-rank-card{padding:0;overflow:hidden}
    .hp-rank-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 0}
    .hp-rank-tabs{display:flex;gap:6px;flex-wrap:wrap}
    .hp-rank-tab{padding:4px 8px;border-radius:6px;border:1px solid transparent;background:#fff;color:#91a0b4;font-size:12px;font-weight:800;line-height:1.2;cursor:pointer}
    .hp-rank-tab.active{color:var(--hp-primary);background:rgba(22,119,255,.08)}
    .hp-rank-panel{display:none;padding:10px 16px 14px}
    .hp-rank-panel.active{display:block}
    .hp-rank-list{list-style:none;margin:0;padding:0}
    .hp-rank-item{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;padding:9px 0;border-bottom:1px solid #edf1f6}
    .hp-rank-item:last-child{border-bottom:0;padding-bottom:0}
    .hp-rank-no{width:22px;height:18px;border-radius:999px;background:#eef2f7;color:#7f8ea4;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;line-height:1}
    .hp-rank-no.top3{background:rgba(22,119,255,.12);color:var(--hp-primary)}
    .hp-rank-link{display:block;font-size:12px;font-weight:700;line-height:1.55;color:#2b3d57;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .hp-rank-link:hover{color:var(--hp-primary)}
    .hp-rank-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px;font-size:11px;color:#95a3b6}
    .hp-rank-card[data-home-rank="legacy"]{padding:0 0 10px;overflow:hidden}
    .hp-rank-card[data-home-rank="legacy"] > .d-flex.justify-content-between.align-items-center{display:none}
    .hp-rank-card[data-home-rank="legacy"] > .hp-rank-tabs{display:flex;padding:14px 16px 6px;gap:18px}
    .hp-rank-card[data-home-rank="legacy"] > .hp-rank-tabs .hp-rank-tab{padding:0;background:none;border:0;border-radius:0;font-size:0;color:#7e8ea5;font-weight:700;line-height:1.2}
    .hp-rank-card[data-home-rank="legacy"] > .hp-rank-tabs .hp-rank-tab.active{color:var(--hp-primary)}
    .hp-rank-card[data-home-rank="legacy"] > .hp-rank-tabs .hp-rank-tab:first-child::before{content:"周排行";font-size:12px}
    .hp-rank-card[data-home-rank="legacy"] > .hp-rank-tabs .hp-rank-tab:last-child::before{content:"总排行";font-size:12px}
    .hp-rank-card[data-home-rank="legacy"] > .hp-rank-list{padding:0 16px 0}
    .hp-rank-card[data-home-rank="legacy"] .hp-rank-item{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;padding:10px 0;border-bottom:1px dashed #e8edf5}
    .hp-rank-card[data-home-rank="legacy"] .hp-rank-item:last-child{border-bottom:0;padding-bottom:0}
    .hp-rank-card[data-home-rank="legacy"] .hp-rank-no{width:18px;height:18px;border-radius:999px;background:#f0f4fa;color:#8fa0b7;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;line-height:1;margin-top:2px}
    .hp-rank-card[data-home-rank="legacy"] .hp-rank-no.top3{background:#53c26b;color:#fff}
    .hp-rank-card[data-home-rank="legacy"] .hp-rank-link{display:block;font-size:12px;font-weight:700;line-height:1.45;color:#2b3d57;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .hp-rank-card[data-home-rank="legacy"] .hp-rank-link:hover{color:var(--hp-primary)}
    .hp-rank-card[data-home-rank="legacy"] .hp-rank-meta{display:none}
    .hp-user-rank-card{padding:0 0 14px;overflow:hidden}
    .hp-user-rank-head{display:none}
    .hp-user-rank-tabs{display:flex;gap:6px;flex-wrap:wrap;padding:10px 16px 0}
    .hp-user-rank-tab{padding:5px 9px;border:0;border-radius:8px;background:#f5f8fc;color:#8ea0b7;font-size:12px;font-weight:700;line-height:1;cursor:pointer}
    .hp-user-rank-tab.active{background:#eef5ff;color:var(--hp-primary)}
    .hp-user-rank-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:14px 16px 0}
    .hp-user-rank-item{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0;text-align:center}
    .hp-user-rank-item img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 6px 14px rgba(15,23,42,.08)}
    .hp-user-rank-item span{display:block;max-width:100%;font-size:12px;line-height:1.25;color:#33465f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .hp-user-rank-item strong{display:none}
    .hp-user-rank-item.is-top img{box-shadow:0 0 0 2px rgba(22,119,255,.16),0 8px 18px rgba(22,119,255,.12)}
    .hp-sign-card{padding:16px 18px}
    .hp-sign-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
    .hp-sign-card-copy{min-width:0}
    .hp-sign-card-meta{margin-top:6px;font-size:12px;color:var(--hp-muted);line-height:1.7}
    .hp-sign-days{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}
    .hp-sign-day{padding:10px 6px;border-radius:14px;border:1px dashed #d5deea;background:#fbfcfe;text-align:center;font-size:12px;color:#8c9ab0}
    .hp-sign-day strong{display:block;color:#52647d;font-size:13px;margin-bottom:4px}
    .hp-sign-day.active{background:var(--hp-primary-soft);border-style:solid;border-color:#cfe0ff;color:var(--hp-primary)}
    .hp-links-card{padding:0;overflow:hidden}
    .hp-links-head{display:flex;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid #edf1f6;font-size:15px;font-weight:800}
    .hp-links-head i{color:var(--hp-primary);font-size:14px}
    .hp-links-body{padding:12px 16px 16px}
    .hp-links-list{display:flex;flex-wrap:wrap;gap:8px}
    .hp-link-item{display:inline-flex;align-items:center;max-width:100%;padding:6px 10px;border-radius:999px;background:#f7f9fc;border:1px solid #edf1f6;color:#5b6d84;font-size:12px;font-weight:700}
    .hp-link-item:hover{background:#eef5ff;border-color:#d8e6ff;color:var(--hp-primary)}
    .hp-site-footer{margin-top:18px;padding:0 0 34px}
    .hp-footer-card{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:20px;align-items:center;padding:26px 22px;background:#fff;border-top:1px solid rgba(226,232,240,.9);border-radius:0 0 18px 18px;box-shadow:0 16px 36px rgba(15,23,42,.05)}
    .hp-footer-logo{width:34px;height:34px;object-fit:contain;flex:0 0 auto}
    .hp-footer-title{display:flex;align-items:center;gap:10px;min-width:0;font-size:18px;font-weight:800;color:#23334a}
    .hp-footer-title span{min-width:0;overflow:hidden;text-overflow:ellipsis}
    .hp-footer-desc{margin-top:8px;font-size:13px;line-height:1.8;color:var(--hp-muted)}
    .hp-footer-divider{height:1px;background:#edf1f6;margin:14px 0 12px}
    .hp-footer-meta,.hp-footer-bottom{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:12px;color:#8a98aa}
    .hp-footer-meta a,.hp-footer-bottom a{color:inherit}
    .hp-footer-bottom{margin-top:8px}
    .hp-footer-side{display:flex;flex-direction:column;align-items:flex-end;gap:12px}
    .hp-footer-icons{display:flex;gap:14px}
    .hp-footer-icon{width:50px;height:50px;border-radius:4px;background:#fff;border:1px solid #f1f3f6;display:inline-flex;align-items:center;justify-content:center;color:#737b84;font-size:20px;box-shadow:none}
    .hp-footer-icon:hover{background:#eef5ff;border-color:#d8e6ff;color:var(--hp-primary)}
    .mobile-bottom-nav{display:none}
    .site-popup-announcement{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}
    .site-popup-announcement[hidden]{display:none}
    .site-popup-announcement__mask{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(4px)}
    .site-popup-announcement__dialog{position:relative;width:min(560px,calc(100vw - 32px));max-height:min(76vh,680px);overflow:auto;border-radius:16px;background:#fff;padding:24px;box-shadow:0 28px 72px rgba(15,23,42,.26)}
    .site-popup-announcement__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:0;border-radius:50%;background:#f3f6fb;color:#66758c;display:inline-flex;align-items:center;justify-content:center}
    .site-popup-announcement__close:hover{background:#e8f0ff;color:#1677ff}
    .site-popup-announcement__body{color:#24344d;line-height:1.75;overflow-wrap:anywhere}
    .site-popup-announcement__body img{max-width:100%;height:auto;border-radius:8px}
    .hp-scroll-btn{position:fixed;right:24px;bottom:24px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.12);color:#62748c;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:60}
    .hp-scroll-btn.show{opacity:1;visibility:visible;transform:translateY(0)}
    .hp-scroll-btn:hover{color:var(--hp-primary)}
    .hp-scroll-btn.back-down{bottom:78px}
    .hp-scroll-btn.hide{opacity:0;visibility:hidden;transform:translateY(8px)}
    @media (max-width:1199.98px){.hp-grid{grid-template-columns:minmax(112px,calc(var(--hp-left-width) - 16px)) minmax(0,1fr) 272px}.hp-search{width:220px}.hp-footer-card{grid-template-columns:minmax(0,1fr) 168px}}
    @media (max-width:991.98px){
      .hp-header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;min-height:52px;padding:8px 0}
      .hp-brand img{height:34px}
      .hp-nav{display:none}
      .hp-nav::-webkit-scrollbar{display:none}
      .hp-nav a{flex:0 0 auto;height:34px;padding:0 11px;border-radius:8px;font-size:13px}
      .hp-nav a.active{background:#edf4ff}
      .hp-search{grid-column:2;width:100%;min-width:0}
      .hp-search input{height:34px}
      .hp-header-actions{grid-column:3;gap:8px}
      .hp-header-actions .btn{height:34px;padding:0 10px}
      .hp-main{display:flex;flex-direction:column}
      .hp-mobile-list-tabs{order:0;position:relative;z-index:8;display:flex;align-items:center;justify-content:space-between;width:100%;height:42px;margin:0 0 2px;padding:0 2px;background:#fff;border-bottom:1px solid #e2e8f0}
      .hp-mobile-list-tabs nav{display:flex;align-items:center;gap:25px;height:100%}
      .hp-mobile-list-tabs a{position:relative;display:inline-flex;align-items:center;height:100%;color:#182235;font-size:14px;font-weight:900;white-space:nowrap}
      .hp-mobile-list-tabs a.active{color:#182235}
      .hp-mobile-list-tabs a.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:#1f6fff}
      .hp-mobile-list-tabs button{position:relative;z-index:2;width:36px;height:36px;border:0;background:transparent;color:#8b99aa;font-size:16px;display:inline-flex;align-items:center;justify-content:center;pointer-events:auto}
      .hp-grid{grid-template-columns:1fr}
      .hp-left{display:none}
      .hp-left-stick.is-fixed{position:static}
      .hp-right{order:3}
      .hp-main{order:2}
      .hp-right .hp-sticky{position:static}
      .hp-footer-card{grid-template-columns:1fr;padding:22px 18px;border-radius:16px}
      .hp-footer-copy{text-align:center}
      .hp-footer-title{justify-content:center}
      .hp-footer-meta,.hp-footer-bottom,.hp-footer-side{justify-content:center;align-items:center}
    }
    @media (max-width:575.98px){
      body{background:#f2f5f9;padding-bottom:62px}
      .hp-page{padding-bottom:2rem}
      .hp-shell{padding:0 10px}
      .hp-header{background:#fff;border-bottom:1px solid #e5ebf3;box-shadow:none}
      .hp-header-inner{display:grid;grid-template-columns:38px minmax(0,1fr) 68px;gap:8px;min-height:42px;padding:6px 0}
      .hp-brand{display:none}
      .hp-nav{display:none}
      button.hp-mobile-user{border:0;padding:0;appearance:none;cursor:pointer}
      .hp-mobile-user{grid-column:1;grid-row:1;display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;align-self:center;justify-self:start;background:#f5f8fc;color:#7f90a6}
      .hp-mobile-user img{display:block;width:28px;height:28px;border-radius:50%;object-fit:cover}
      .hp-mobile-section-link{grid-column:2;grid-row:1;display:flex;min-width:0;height:34px;align-items:center;justify-content:center;color:#111827;font-size:15px;font-weight:500;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
      .hp-mobile-section-link:hover{text-decoration:none;color:#1677ff}
      .hp-nav::-webkit-scrollbar{display:none}
      .hp-nav a{flex:0 0 auto;height:28px;padding:0;border-radius:0;background:transparent!important;color:#182235;font-size:13px;font-weight:800;position:relative}
      .hp-nav a i{font-size:12px;color:#8b99aa}
      .hp-nav a.active{color:#182235}
      .hp-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:#3b82f6}
      .hp-search{grid-column:2;grid-row:1;width:100%;min-width:0}
      .hp-search input{height:32px;border:0;border-radius:0;background:#f6f7f9;padding:0 34px 0 12px;font-size:12px;box-shadow:none}
      .hp-search button{right:10px;color:#9aa6b2}
      .hp-header-actions{grid-column:3;grid-row:1;display:flex!important;align-items:center;justify-content:flex-end;gap:8px}
      .hp-header-actions .clean-bell,.hp-header-actions .hp-post-btn{width:30px;height:30px;border:0;background:transparent;box-shadow:none;color:#98a6b8}
      .hp-header-actions .clean-bell i,.hp-header-actions .hp-post-btn i{font-size:16px}
      .hp-header-actions .hp-user-menu,.hp-header-actions .hp-user-link.hp-user-guest{display:none!important}
      .hp-user-menu[open]{position:static}
      .hp-user-dropdown{position:fixed;top:54px;left:10px;right:10px;width:auto;padding:12px;border-radius:18px}
      .hp-user-dropdown-head{padding-bottom:10px}
      .hp-user-level-card{margin-top:10px;padding:12px}
      .hp-user-level-name{font-size:26px}
      .hp-user-level-art{flex-basis:82px;width:82px;min-height:76px}
      .hp-user-wallet{margin-top:10px;padding:11px 14px}
      .hp-user-links{gap:7px;margin-top:10px}
      .hp-user-links a{padding:10px 12px}
      .hp-user-logout{margin-top:10px;padding:9px 12px}
      .hp-right{display:none}
      .hp-mobile-user-drawer{position:fixed;inset:0;z-index:2200;display:block;pointer-events:none}
      .hp-mobile-user-drawer[hidden]{display:none}
      .hp-mobile-user-drawer.is-open{pointer-events:auto}
      .hp-mobile-user-mask{position:absolute;inset:0;border:0;background:rgba(15,23,42,.48);opacity:0;transition:opacity .2s ease}
      .hp-mobile-user-drawer.is-open .hp-mobile-user-mask{opacity:1}
      .hp-mobile-user-panel{position:absolute;left:0;top:0;bottom:0;width:min(332px,82vw);overflow:auto;padding:12px 12px 22px;background:#f7f9fc;border-radius:0 14px 14px 0;box-shadow:22px 0 46px rgba(15,23,42,.22);transform:translateX(-104%);transition:transform .24s ease}
      .hp-mobile-user-drawer.is-open .hp-mobile-user-panel{transform:translateX(0)}
      .hp-mobile-user-close{position:absolute;right:10px;top:10px;width:28px;height:28px;border:0;border-radius:50%;background:rgba(255,255,255,.72);color:#7b8798;display:inline-flex;align-items:center;justify-content:center;z-index:2}
      .hp-mobile-user-head{display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:4px 28px 10px 2px;color:#22324a}
      .hp-mobile-user-head:hover{text-decoration:none;color:#1677ff}
      .hp-mobile-user-head img{width:32px;height:32px;border-radius:50%;object-fit:cover}
      .hp-mobile-user-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}
      .hp-mobile-level-card{position:relative;overflow:hidden;padding:16px 14px 13px;border-radius:8px;background:linear-gradient(135deg,#4f8dff 0,#347dff 72%,#5aa6ff 100%);color:#fff;box-shadow:0 12px 24px rgba(52,125,255,.24)}
      .hp-mobile-level-card::after{content:"";position:absolute;right:-16px;top:-20px;width:118px;height:118px;border-radius:38px;background:rgba(255,255,255,.12);transform:rotate(36deg)}
      .hp-mobile-level-name{position:relative;z-index:1;font-size:15px;font-weight:900}
      .hp-mobile-level-exp{position:relative;z-index:1;margin-top:8px;font-size:12px;font-weight:800}
      .hp-mobile-level-bar{position:relative;z-index:1;margin-top:13px;height:5px;border-radius:999px;background:rgba(255,255,255,.28);overflow:hidden}
      .hp-mobile-level-bar span{display:block;height:100%;border-radius:inherit;background:#fff}
      .hp-mobile-wallet{position:relative;z-index:1;margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;border-radius:6px;background:rgba(255,255,255,.18);color:#fff;font-size:13px;font-weight:900}
      .hp-mobile-wallet:hover{text-decoration:none;color:#fff;background:rgba(255,255,255,.24)}
      .hp-mobile-wallet span{display:inline-flex;align-items:center;gap:8px}
      .hp-mobile-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px;padding:12px;border-radius:12px;background:#fff}
      .hp-mobile-quick-grid a{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;color:#22324a;font-size:12px}
      .hp-mobile-quick-grid a:hover{text-decoration:none;color:#1677ff}
      .hp-mobile-quick-grid i{width:38px;height:38px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:17px}
      .hp-mobile-quick-grid a:nth-child(1) i{background:#fff0dc;color:#f59e0b}
      .hp-mobile-quick-grid a:nth-child(2) i{background:#e7f7ec;color:#22a447}
      .hp-mobile-quick-grid a:nth-child(3) i{background:#e8f3ff;color:#1677ff}
      .hp-mobile-quick-grid em{position:absolute;right:15px;top:-3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ff4d4f;color:#fff;font-style:normal;font-size:10px;line-height:16px}
      .hp-mobile-drawer-nav{display:grid;gap:4px;margin-top:10px;padding:10px 0;border-radius:12px;background:#fff}
      .hp-mobile-drawer-nav a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 20px;color:#22324a;font-size:14px}
      .hp-mobile-drawer-nav a:hover{text-decoration:none;background:#f5f9ff;color:#1677ff}
      .hp-mobile-drawer-nav span{display:inline-flex;align-items:center;gap:14px}
      .hp-mobile-drawer-nav i:first-child{width:18px;text-align:center;color:#1f2f46}
      .hp-mobile-drawer-nav i:last-child{color:#b3bfce}
      .hp-mobile-drawer-logout{margin-top:12px;display:flex;align-items:center;gap:14px;padding:14px 22px;border-radius:12px;background:#fff;color:#ff3b45;font-size:14px}
      .hp-mobile-drawer-logout:hover{text-decoration:none;background:#fff5f5;color:#ff2b36}
      .mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1050;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));height:56px;padding:5px 0 calc(5px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5ebf3;box-shadow:0 -8px 22px rgba(15,23,42,.08)}
      .mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#223047;font-size:11px;font-weight:500}
      .mobile-bottom-nav a:hover{text-decoration:none;color:#3b82f6}
      .mobile-bottom-nav a.active{color:#3b82f6}
      .mobile-bottom-nav i{font-size:16px;line-height:1}
      .hp-scroll-btn.back-down{bottom:72px}
      .hp-mobile-list-tabs{order:0;position:relative;z-index:8;display:flex;align-items:center;justify-content:space-between;width:calc(100% + 20px);height:40px;margin:0 -10px;padding:0 10px;background:#fff;border-bottom:1px solid #e2e8f0}
      .hp-mobile-list-tabs nav{display:flex;align-items:center;gap:25px;height:100%}
      .hp-mobile-list-tabs a{position:relative;display:inline-flex;align-items:center;height:100%;color:#182235;font-size:14px;font-weight:900;white-space:nowrap}
      .hp-mobile-list-tabs a.active{color:#182235}
      .hp-mobile-list-tabs a.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:#1f6fff}
      .hp-mobile-list-tabs button{position:relative;z-index:2;width:36px;height:36px;border:0;background:transparent;color:#8b99aa;font-size:16px;display:inline-flex;align-items:center;justify-content:center;pointer-events:auto}
      .hp-alert{display:flex;align-items:flex-start;gap:8px}
      .hp-sign-strip{display:flex;align-items:center;justify-content:space-between;gap:10px}
      .hp-alert{order:1;width:calc(100% + 20px);margin:0 -10px;padding:10px 18px;border:0;border-radius:0;box-shadow:none;background:#dcecff;color:#1d5dcc}
      .hp-alert-copy{line-height:1.6;font-size:14px;word-break:break-word}
      .hp-alert .btn{width:max-content;min-width:0;height:30px;margin-top:0;padding:0 12px;border-radius:7px;justify-content:center;font-size:12px;font-weight:800;white-space:nowrap;background:#3b82f6;border-color:#3b82f6;box-shadow:none}
      .hp-alert-inline-action{margin-left:6px}
      .hp-alert-close{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex:0 0 auto;border:0;background:transparent;color:#7da3d8;font-size:20px;line-height:1;padding:0}
      .hp-mobile-menu{position:fixed;inset:0;z-index:2100;display:block}
      .hp-mobile-menu[hidden]{display:none}
      .hp-mobile-menu-mask{position:absolute;inset:0;border:0;background:rgba(15,23,42,.28);padding:0}
      .hp-mobile-menu-panel{position:absolute;left:0;right:0;bottom:0;max-height:92vh;overflow:auto;padding:14px 10px 28px;background:#f5f7fb;border-radius:16px 16px 0 0;box-shadow:0 -18px 42px rgba(15,23,42,.18)}
      .hp-mobile-menu-close{position:absolute;right:10px;top:10px;width:22px;height:22px;border:1px solid #9db2ce;border-radius:50%;background:#fff;color:#6c819f;font-size:11px;display:inline-flex;align-items:center;justify-content:center;padding:0}
      .hp-mobile-menu-section-title{display:flex;align-items:center;gap:7px;margin:12px 0 8px;color:#65758b;font-size:14px;font-weight:500}
      .hp-mobile-menu-section-title span{width:4px;height:12px;border-radius:999px;background:#3b82f6}
      .hp-mobile-site-card{padding:14px 12px 12px;background:#fff;border:1px solid #edf2f7;border-radius:10px}
      .hp-mobile-site-card strong{display:block;color:#111827;font-size:14px;font-weight:900;line-height:1.45}
      .hp-mobile-site-card p{margin:10px 0 0;color:#66758a;font-size:13px;line-height:2}
      .hp-mobile-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin-top:12px;padding:12px;border-radius:10px;background:#f8fafc}
      .hp-mobile-stat-grid div{display:grid;grid-template-columns:28px minmax(0,1fr);column-gap:8px;align-items:center}
      .hp-mobile-stat-grid i{grid-row:1 / span 2;width:28px;height:28px;border:1px solid #dce6f3;border-radius:8px;background:#fff;color:#8ea0b7;display:inline-flex;align-items:center;justify-content:center;font-size:13px}
      .hp-mobile-stat-grid strong{font-size:13px;line-height:1.1;color:#344766}
      .hp-mobile-stat-grid span{font-size:11px;line-height:1.2;color:#50627a}
      .hp-mobile-forum-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 12px;padding:12px;background:#fff;border:1px solid #edf2f7;border-radius:10px}
      .hp-mobile-forum-grid a{display:flex;flex-direction:column;align-items:center;gap:8px;color:#1f2f46;font-size:13px;font-weight:500;text-align:center;min-width:0}
      .hp-mobile-forum-grid img{width:34px;height:34px;border-radius:8px;object-fit:cover;box-shadow:0 4px 12px rgba(15,23,42,.08)}
      .hp-mobile-forum-grid span{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
      .hp-sign-strip{order:2;width:100%;padding:13px 14px}
      .hp-sign-title{font-size:15px}
      .hp-sign-desc{margin-top:4px;font-size:12px;line-height:1.45}
      .hp-sign-side{margin-top:0;justify-content:flex-end}
      .hp-sign-btn{height:34px;padding:0 13px;font-size:12px}
      .hp-thread-card{order:3}
      .hp-thread-card .hp-tabs{gap:8px}
      .hp-thread-card .hp-tab{padding:8px 12px;font-size:13px}
      .hp-thread-card .hp-thread-shell{padding:0 14px 2px}
      .hp-thread-card .threadlist{padding:0}
      .hp-thread-card .threadlist{padding:4px 0 0}
      .hp-thread-card{border-left:0;border-right:0;border-radius:0;box-shadow:none;margin-left:-10px;margin-right:-10px;background:#fff}
      .hp-thread-card .thread{padding:11px 16px;border-bottom:1px solid #edf1f6}
      .hp-thread-card .thread:last-child{border-bottom:0}
      .hp-thread-card .avatar-3{width:36px;height:36px}
      .hp-thread-card .style3_subject{font-size:14px;line-height:1.42;font-weight:500}
      .hp-thread-card .style3_subject .badge{margin-left:3px;font-size:10px}
      .hp-thread-card .thread-meta-row{display:flex!important;align-items:center;justify-content:space-between!important;gap:6px;flex-wrap:nowrap}
      .hp-thread-card .thread-meta-main{gap:6px;font-size:12px}
      .hp-thread-card .thread-meta-stats{font-size:11px;gap:8px}
      .hp-thread-card .thread-meta-main > *{max-width:100%}
      .hp-thread-card .text-nowrap{margin-top:2px;font-size:11px}
      .hp-thread-card .threadlist_brief{font-size:12px;line-height:1.5}
      .hp-thread-card .thread-meta-main .date{white-space:nowrap}
      .hp-thread-card .style3-thread-forum-name{background:transparent!important;padding:0}
      .hp-thread-card .style3-thread-forum-name span{display:none}
      .hp-thread-card .style3-thread-forum-name .avatar-1{margin-right:0!important}
      .hp-thread-card .haya-post-info-username a{display:inline!important}
      .thread-author-card{display:none}
    .hp-promo-card,.hp-sign-card,.hp-rank-card,.hp-user-rank-card{margin-top:10px}
      .hp-side-card{padding-bottom:2px}
      .hp-site-body,.hp-tools-card,.hp-sign-card,.hp-rank-card,.hp-user-rank-card{padding-left:14px;padding-right:14px}
      .hp-user-card{padding:14px}
      .hp-site-title{font-size:15px}
      .hp-site-desc{font-size:12px;line-height:1.65}
      .metrics-grid{gap:8px}
      .metric-item{padding:10px 11px}
      .metric-number{font-size:15px}
      .hp-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
      .hp-promo-item{min-height:86px;padding:10px 8px}
      .hp-promo-thumb{width:44px;height:44px;border-radius:14px}
      .hp-promo-title{font-size:11px}
      .hp-sign-days{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
      .hp-sign-day{padding:8px 4px;font-size:11px}
      .hp-sign-day strong{font-size:12px}
      .hp-rank-head{display:block}
      .hp-rank-tabs{margin-top:10px;overflow-x:auto;scrollbar-width:none}
      .hp-rank-tabs::-webkit-scrollbar{display:none}
      .hp-rank-card[data-home-rank="legacy"] > .hp-rank-list{padding:0 12px}
      .hp-rank-card[data-home-rank="legacy"] .hp-rank-item{padding:8px 0}
      .hp-user-rank-tabs{padding:10px 12px 0;gap:5px}
      .hp-user-rank-tab{padding:5px 8px}
      .hp-user-rank-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:12px 12px 0}
      .hp-user-rank-item img{width:38px;height:38px}
    .hp-footer-card{padding:20px 16px}
  }

/* Frontend UI refinement */
:root{
  --hp-refine-line:#e5ecf5;
  --hp-refine-line-strong:#d8e2ef;
  --hp-refine-soft:#f7fafc;
  --hp-refine-primary:#3b82f6;
  --hp-refine-primary-dark:#1d5fbf;
  --hp-refine-green:#16a34a;
  --hp-refine-amber:#b7791f;
  --hp-refine-text:#182235;
  --hp-refine-muted:#66758a;
  --hp-refine-shadow:0 14px 34px rgba(31,42,55,.07);
}

.external-link-page{min-height:calc(100vh - 220px);padding:42px 12px 58px;background:#f6f8fb}
.external-link-shell{max-width:720px;margin:0 auto}
.external-link-card{padding:42px 44px 38px;border:1px solid #e5ebf3;border-radius:12px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.08);text-align:center}
.external-link-brand{display:inline-flex;align-items:center;gap:9px;margin-bottom:26px;color:#4b5f78;font-size:14px;font-weight:800}
.external-link-brand img{width:28px;height:28px;object-fit:contain}
.external-link-icon{width:64px;height:64px;margin:0 auto 22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eaf3ff;color:#2f80ff;font-size:24px}
.external-link-icon.warning{background:#fff7e6;color:#f59e0b}
.external-link-card h1{margin:0;color:#172033;font-size:24px;font-weight:900;line-height:1.3}
.external-link-card p{max-width:500px;margin:14px auto 0;color:#66758b;font-size:14px;line-height:1.8}
.external-link-url{margin:24px auto 0;padding:13px 14px;border-radius:8px;background:#f7f9fc;border:1px solid #e7edf5;color:#4d5f76;font-size:13px;line-height:1.6;text-align:left;word-break:break-all}
.external-link-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:26px}
.external-link-primary,.external-link-secondary{display:inline-flex;align-items:center;justify-content:center;min-width:118px;height:38px;padding:0 18px;border-radius:6px;font-size:14px;font-weight:800}
.external-link-primary{background:#1772f6;color:#fff;box-shadow:0 8px 18px rgba(23,114,246,.18)}
.external-link-primary:hover{text-decoration:none;background:#0f62d9;color:#fff}
.external-link-secondary{border:1px solid #d8e1ee;background:#fff;color:#53657d}
.external-link-secondary:hover{text-decoration:none;background:#f6f9fd;color:#1772f6}
@media (max-width:575.98px){.hp-footer-ad-link,.hp-footer-ad-sep{display:none!important}.external-link-page{padding:24px 10px 38px}.external-link-card{padding:30px 18px 26px;border-radius:10px}.external-link-card h1{font-size:21px}.external-link-actions{display:grid;grid-template-columns:1fr}.external-link-primary,.external-link-secondary{width:100%}}

body{
  background:
    radial-gradient(circle at 12% 0, rgba(59,130,246,.055), transparent 28rem),
    linear-gradient(180deg,#f8fafc 0,#f4f7fb 100%);
  color:var(--hp-refine-text);
  text-rendering:optimizeLegibility;
}

.hp-header{
  border-bottom-color:rgba(216,226,239,.86);
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(160%) blur(12px);
  box-shadow:0 8px 26px rgba(31,42,55,.055);
}

.hp-card,
.hp-user-dropdown,
.hp-mobile-site-card,
.hp-mobile-forum-grid{
  border-color:var(--hp-refine-line);
  box-shadow:var(--hp-refine-shadow);
}

.hp-card{
  background:linear-gradient(180deg,#fff 0,#fbfdff 100%);
}

.hp-card:hover{
  border-color:var(--hp-refine-line-strong);
}

.hp-nav a,
.hp-forum-item,
.hp-tab,
.hp-rank-tab,
.hp-user-rank-tab,
.hp-promo-item,
.hp-scroll-btn,
.hp-sign-btn,
.hp-post-btn,
.clean-bell,
.hp-icon-btn,
.hp-search button,
.hp-alert-close{
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, color .16s ease;
}

.hp-nav a:hover,
.hp-forum-item:hover,
.hp-tab:hover,
.hp-rank-tab:hover,
.hp-user-rank-tab:hover,
.hp-promo-item:hover,
.hp-scroll-btn:hover,
.hp-sign-btn:hover,
.hp-post-btn:hover,
.clean-bell:hover,
.hp-icon-btn:hover{
  transform:translateY(-1px);
  text-decoration:none;
}

.hp-search{
  border-color:var(--hp-refine-line);
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 6px 16px rgba(31,42,55,.045);
}

.hp-search:focus-within{
  border-color:#93c5fd;
  box-shadow:0 0 0 4px rgba(59,130,246,.12), 0 8px 18px rgba(31,42,55,.06);
}

.hp-search input::placeholder{color:#9aa7b7}

.hp-brand img,
.hp-user-trigger img,
.hp-mobile-user img,
.hp-thread-card .avatar-3,
.hp-user-rank-item img,
.hp-rank-avatar img{
  box-shadow:0 5px 14px rgba(31,42,55,.1);
}

.hp-forum-item.active,
.hp-tab.active,
.hp-rank-tab.active,
.hp-user-rank-tab.active{
  box-shadow:0 8px 20px rgba(59,130,246,.12);
}

.hp-thread-card .thread{
  border-radius:8px;
  transition:background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.hp-thread-card .thread:hover{
  background:#f8fbff;
  transform:translateY(-1px);
  box-shadow:0 8px 22px rgba(31,42,55,.055);
}

.hp-thread-card .style3_subject{
  color:#152033;
  letter-spacing:0;
}

.hp-thread-card .style3_subject:hover{
  color:var(--hp-refine-primary-dark);
}

.thread-meta-main,
.thread-meta-stats,
.hp-site-desc,
.hp-rank-meta,
.hp-promo-title,
.hp-sign-desc{
  color:var(--hp-refine-muted);
}

.hp-alert{
  border-color:#cfe0f8;
  background:linear-gradient(180deg,#f3f8ff 0,#eaf3ff 100%);
  color:#1e5cae;
}

.hp-sign-strip{
  border-color:#dce8f5;
  background:linear-gradient(135deg,#ffffff 0,#f7fbff 55%,#f6fbf7 100%);
}

.hp-sign-btn,
.hp-alert .btn,
.hp-post-btn{
  border-color:var(--hp-refine-primary);
  background:var(--hp-refine-primary);
  color:#fff;
  box-shadow:0 8px 18px rgba(59,130,246,.18);
}

.hp-sign-btn:hover,
.hp-alert .btn:hover,
.hp-post-btn:hover{
  border-color:var(--hp-refine-primary-dark);
  background:var(--hp-refine-primary-dark);
  color:#fff;
}

.metric-item,
.hp-sign-day,
.hp-user-rank-grid,
.hp-user-wallet,
.hp-user-links a{
  border-color:var(--hp-refine-line);
  background:#fff;
}

.metric-item:nth-child(2n) .metric-number,
.hp-rank-item:nth-child(2n) .hp-rank-score{
  color:var(--hp-refine-green);
}

.metric-item:nth-child(3n) .metric-number,
.hp-rank-item:nth-child(3n) .hp-rank-score{
  color:var(--hp-refine-amber);
}

.hp-promo-thumb,
.hp-forum-item img{
  background:#fff;
  border:1px solid rgba(216,226,239,.85);
}

.hp-site-footer .hp-footer-card{
  border:1px solid var(--hp-refine-line);
  background:linear-gradient(180deg,#fff 0,#f8fafc 100%);
  box-shadow:var(--hp-refine-shadow);
}

.hp-brand,
.hp-brand img{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
}

.hp-brand img{
  padding:0!important;
  border-radius:0!important;
}

@media (min-width:992px){
  .hp-site-footer .hp-footer-card{
    align-items:start;
  }
  .hp-site-footer .hp-footer-side{
    align-self:start;
    justify-content:flex-start;
    margin-top:36px;
  }
}

@media (prefers-reduced-motion:reduce){
  .hp-nav a,
  .hp-forum-item,
  .hp-tab,
  .hp-rank-tab,
  .hp-user-rank-tab,
  .hp-promo-item,
  .hp-scroll-btn,
  .hp-sign-btn,
  .hp-thread-card .thread{
    transition:none;
  }
}

@media (max-width:991.98px){
  .hp-card,
  .hp-user-dropdown,
  .hp-mobile-site-card,
  .hp-mobile-forum-grid{
    box-shadow:0 10px 24px rgba(31,42,55,.06);
  }
  .hp-main{min-width:0}
}

@media (max-width:575.98px){
  body{
    background:#f5f7fb;
  }
  .hp-header{
    box-shadow:0 6px 18px rgba(31,42,55,.055);
  }
  .hp-card{
    border-color:#e9eef5;
  }
  .hp-thread-card .thread{
    border-radius:0;
    transform:none;
    box-shadow:none;
  }
  .hp-thread-card .thread:hover{
    transform:none;
    box-shadow:none;
  }
  .hp-alert-copy,
  .hp-sign-title,
  .hp-thread-card .style3_subject{
    word-break:break-word;
  }
  .hp-sign-strip{
    align-items:flex-start;
  }
  .hp-mobile-forum-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .hp-promo-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px;
  }
  .hp-promo-item{
    min-height:82px;
    padding:9px 4px;
    gap:7px;
    border-radius:12px;
  }
  .hp-promo-thumb{
    width:38px;
    height:38px;
    border-radius:12px;
  }
  .hp-promo-title{
    font-size:10px;
    line-height:1.25;
  }
  .pagination{
    flex-wrap:nowrap!important;
    justify-content:center!important;
    gap:0!important;
    max-width:100%;
    overflow:visible;
  }
  .pagination .page-item{
    flex:0 0 auto;
  }
  .pagination .page-link{
    min-width:28px;
    height:34px;
    padding:0 8px;
    font-size:13px;
    line-height:34px;
    white-space:nowrap;
  }
  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link{
    padding:0 10px;
  }
}

@media (max-width:575.98px){
  body > .hp-mobile-user-drawer,
  .hp-mobile-user-drawer{
    position:fixed!important;
    inset:0!important;
    z-index:5000!important;
  }
  .hp-mobile-user-mask{
    position:fixed!important;
    inset:0!important;
    z-index:0;
  }
  .hp-mobile-user-panel{
    position:fixed!important;
    z-index:1;
    left:0!important;
    top:0!important;
    bottom:0!important;
  }
  .hp-mobile-user-panel{
    width:min(318px,84vw);
    padding:12px 12px 56px;
    background:#f7f8fa;
    border-radius:0 8px 8px 0;
  }
  .hp-mobile-user-close{
    display:none;
  }
  .hp-mobile-account-head{
    display:grid;
    grid-template-columns:26px minmax(0,1fr) 18px;
    align-items:center;
    gap:8px;
    min-height:34px;
    padding:0 2px 9px;
    color:#22324a;
  }
  .hp-mobile-account-head:hover{
    text-decoration:none;
    color:#1677ff;
  }
  .hp-mobile-account-avatar,
  .hp-mobile-account-avatar img{
    width:24px;
    height:24px;
    border-radius:50%;
    display:block;
  }
  .hp-mobile-account-avatar img{
    object-fit:cover;
  }
  .hp-mobile-account-name{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:15px;
    font-weight:500;
  }
  .hp-mobile-account-head > i{
    color:#556170;
    font-size:13px;
  }
  .hp-mobile-account-level{
    position:relative;
    overflow:hidden;
    min-height:139px;
    padding:16px 12px 12px;
    border-radius:8px;
    background:linear-gradient(135deg,#4a8fff 0%,#3f86f7 74%,#61a9ff 100%);
    color:#fff;
    box-shadow:0 10px 22px rgba(60,130,245,.28);
  }
  .hp-mobile-account-level::before{
    content:"";
    position:absolute;
    right:-20px;
    top:-28px;
    width:132px;
    height:132px;
    border-radius:36px;
    background:rgba(255,255,255,.11);
    transform:rotate(36deg);
  }
  .hp-mobile-account-level-name{
    position:relative;
    z-index:1;
    font-size:15px;
    font-weight:900;
  }
  .hp-mobile-account-exp{
    position:relative;
    z-index:1;
    margin-top:9px;
    font-size:12px;
    font-weight:800;
  }
  .hp-mobile-account-bar{
    position:relative;
    z-index:1;
    height:5px;
    margin-top:15px;
    border-radius:999px;
    background:rgba(255,255,255,.24);
    overflow:hidden;
  }
  .hp-mobile-account-bar span{
    display:block;
    height:100%;
    border-radius:inherit;
    background:#fff;
  }
  .hp-mobile-account-wallet{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    gap:16px;
    justify-content:space-between;
    min-height:39px;
    margin-top:14px;
    padding:0 11px;
    border-radius:7px;
    background:rgba(255,255,255,.18);
    color:#fff;
    font-size:14px;
    font-weight:900;
  }
  .hp-mobile-account-wallet:hover{
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.24);
  }
  .hp-mobile-account-wallet span{
    display:inline-flex;
    align-items:center;
    gap:8px;
  }
  .hp-mobile-account-quick{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    margin-top:14px;
    padding:17px 12px 16px;
    border-radius:14px;
    background:#fff;
  }
  .hp-mobile-account-quick a{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    color:#182235;
    font-size:12px;
  }
  .hp-mobile-account-quick a:hover{
    text-decoration:none;
    color:#1677ff;
  }
  .hp-mobile-account-quick i{
    width:38px;
    height:38px;
    border-radius:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
  }
  .hp-mobile-account-quick a:nth-child(1) i{background:#fff1dc;color:#ff9800}
  .hp-mobile-account-quick a:nth-child(2) i{background:#e8f7ed;color:#25a64a}
  .hp-mobile-account-quick a:nth-child(3) i{background:#e8f3ff;color:#1683ff}
  .hp-mobile-account-quick em{
    position:absolute;
    right:15px;
    top:-4px;
    min-width:16px;
    height:16px;
    padding:0 4px;
    border-radius:999px;
    background:#ff4d4f;
    color:#fff;
    font-style:normal;
    font-size:10px;
    line-height:16px;
  }
  .hp-mobile-account-menu{
    display:grid;
    gap:0;
    margin-top:12px;
    padding:9px 0;
    border-radius:14px;
    background:#fff;
  }
  .hp-mobile-account-menu a{
    display:flex;
    align-items:center;
    gap:18px;
    min-height:49px;
    padding:0 23px;
    color:#182235;
    font-size:15px;
    font-weight:500;
  }
  .hp-mobile-account-menu a:hover,
  .hp-mobile-account-menu a.active{
    color:#1677ff;
    text-decoration:none;
    background:#f6faff;
  }
  .hp-mobile-account-menu i{
    width:18px;
    text-align:center;
    color:#17263a;
    font-size:15px;
  }
  .hp-mobile-account-menu a.active i,
  .hp-mobile-account-menu a:hover i{
    color:#1677ff;
  }
  .hp-mobile-account-logout{
    display:flex;
    align-items:center;
    gap:18px;
    min-height:50px;
    margin-top:13px;
    padding:0 23px;
    border-radius:14px;
    background:#fff;
    color:#ff3b45;
    font-size:15px;
    font-weight:500;
  }
  .hp-mobile-account-logout:hover{
    text-decoration:none;
    color:#ff2b36;
    background:#fff5f5;
  }
  .hp-mobile-account-logout i{
    width:18px;
    text-align:center;
  }
}
