body.qy-theme {
    min-width: 0 !important;
    background-color: #fbfbfa;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    color: #1f2933;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif !important;
}
@media (min-width: 761px) {
    body.qy-theme {
        zoom: 1.15;
    }
}
.qy-theme * { box-sizing: border-box; }
.qy-wrap { width: min(1216px, calc(100% - 28px)); margin: 0 auto; }
.qy-home-hero {
    position: relative;
    min-height: 410px;
    margin-top: -72px;
    overflow: hidden;
    background: #ffe600;
    isolation: isolate;
}
.qy-home-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(255, 230, 0, .96) 0%, rgba(255, 224, 0, .84) 44%, rgba(255, 234, 48, .18) 100%),
        radial-gradient(circle at 70% 20%, rgba(255,255,255,.74), transparent 18rem),
        url("../desktop-banner/1.webp") right center / auto 100% no-repeat,
        linear-gradient(135deg, #fff000, #ffd800);
}
.qy-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .23;
    background-image:
        repeating-linear-gradient(-15deg, transparent 0 76px, rgba(255,255,255,.45) 77px 79px, transparent 80px 156px),
        radial-gradient(circle at 88% 18%, rgba(255,255,255,.9) 0 2px, transparent 3px),
        radial-gradient(circle at 96% 33%, rgba(255,255,255,.9) 0 3px, transparent 4px);
}
.qy-home-hero-inner {
    min-height: 410px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 26px;
    padding: 118px 0 58px;
}
.qy-home-hero-copy {
    max-width: 780px;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 12px rgba(127, 80, 0, .28);
}
.qy-home-hero-copy h1,
.qy-home-hero-copy h2 {
    margin: 0;
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
}
.qy-home-hero-copy p {
    max-width: 720px;
    margin: 14px auto 0;
    color: rgba(255,255,255,.96);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
}
.qy-home-search-panel {
    width: min(780px, 100%);
}
.qy-home-search-main {
    min-width: 0;
    width: 100%;
    padding: 0;
}
.qy-home-search-box {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px 0 24px;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 18px 42px rgba(117, 84, 0, .16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.72);
}
.qy-home-search-symbol {
    color: #f74735;
    font-size: 22px;
    line-height: 1;
}
.qy-home-search-box input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #323846;
    font-size: 15px;
}
.qy-home-search-box input::placeholder { color: #4f5662; }
.qy-home-search-box button {
    flex: 0 0 auto;
    min-width: 78px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #f74735;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.qy-home-page { padding-top: 16px; }
.xn-page { display: grid; grid-template-columns: 256px minmax(0, 1fr) 272px; gap: 24px; padding: 16px 0 40px; align-items: start; }
.qy-topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 72px;
    padding-top: 12px;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 0 !important;
}
body.qy-theme #navbar,
body.qy-theme #navbar[data-transparent-mode="semifull"],
body.qy-theme #navbar[data-transparent-mode="full"],
body.qy-theme #navbar[data-transparent-mode="none"] {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 0 !important;
}
.qy-nav-inner {
    height: 56px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0 16px 0 18px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 20px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 16px 44px rgba(38, 47, 60, .12);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.qy-brand { display: flex; align-items: center; gap: 10px; min-width: 150px; color: #111827; text-decoration: none; font-size: 18px; font-weight: 900; letter-spacing: 0; }
.qy-brand-logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.08);
    border: 1px solid rgba(255,255,255,.72);
}
.qy-brand-mark { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#ff9cb3,#f74735); box-shadow: inset 0 -2px 5px rgba(0,0,0,.12); font-size: 15px; }
.qy-nav { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1; min-width: 0; }
.qy-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    color: #344054;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}
.qy-nav a:hover, .qy-nav a.is-active { color: #f74735; }
.qy-nav a:hover { background: rgba(247,71,53,.08); }
.qy-nav a.is-active { background: rgba(247,71,53,.1); box-shadow: inset 0 0 0 1px rgba(247,71,53,.08); }
.qy-nav a.is-active:after { display: none; }
.qy-actions { display: flex; align-items: center; gap: 8px; min-width: 172px; justify-content: flex-end; }
.qy-icon-btn {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(226,232,240,.72);
    border-radius: 50%;
    background: rgba(255,255,255,.74);
    color: #202833;
    cursor: pointer;
    font-size: 19px;
    line-height: 1;
    display: grid;
    place-items: center;
}
.qy-login-btn,
.qy-register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}
.qy-login-btn { background: #606266; color: #fff; }
.qy-register-btn { background: linear-gradient(90deg,#ff6260,#ff4f3f); color: #fff; box-shadow: 0 6px 16px rgba(255,79,63,.18); }
.qy-user-chip {
    width: 32px;
    min-width: 32px;
    padding: 0;
    border-radius: 50%;
    background: linear-gradient(135deg,#ff9cb3,#f74735);
}
.qy-mobile-toggle { display: none; }
.qy-mobile-panel { display: none; padding: 8px 0 14px; }
.qy-mobile-panel a { display: block; padding: 10px 0; color: #374151; text-decoration: none; }
.xn-left-rail {
    position: sticky;
    top: 66px;
    min-height: calc(100vh - 78px);
    padding: 4px 0 16px;
    max-height: calc(100vh - 82px);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}
.xn-left-rail::-webkit-scrollbar { width: 6px; }
.xn-left-rail::-webkit-scrollbar-thumb { background: rgba(160,167,177,.35); border-radius: 999px; }
.xn-user-menu { display: grid; gap: 8px; margin-bottom: 20px; }
.xn-user-menu a { display: flex; align-items: center; gap: 14px; height: 36px; padding: 0 12px; color: #303946; text-decoration: none; border-radius: 18px; font-size: 14px; }
.xn-user-menu a:hover { background: rgba(247,71,53,.07); color: #f74735; }
.xn-user-menu span { width: 22px; text-align: center; font-size: 18px; color: #27313e; }
.xn-publish, .xn-login, .xn-register { display: flex; align-items: center; justify-content: center; width: 176px; height: 38px; border-radius: 20px; text-decoration: none; font-size: 14px; font-weight: 700; margin: 0 0 12px 12px; border: 0; cursor: pointer; font-family: inherit; }
.xn-publish { color: #fff; background: linear-gradient(90deg,#ff6260,#ff4f3f); box-shadow: 0 8px 20px rgba(255,79,63,.2); }
.xn-login { color: #fff; background: #606266; }
.xn-register { color: #fff; background: linear-gradient(90deg,#ff6260,#ff4f3f); box-shadow: 0 8px 20px rgba(255,79,63,.2); }
.xn-user-entry { gap: 8px; padding: 0 14px; width: auto; max-width: 176px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.xn-tip-card { width: 176px; margin-left: 12px; padding: 14px 14px 12px; border: 1px solid #edf0f2; border-radius: 14px; background: rgba(255,255,255,.76); color: #687280; font-size: 12px; line-height: 1.7; }
.xn-tip-card p { margin: 0 0 8px; color: #303946; font-weight: 700; }
.xn-tip-title { font-size: 13px; line-height: 1.5; }
.xn-tip-card ul { margin: 0; padding: 0; list-style: none; }
.xn-tip-card li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.xn-feed { min-width: 0; }
.xn-tabs { display: flex; align-items: center; gap: 34px; height: 44px; margin-bottom: 10px; padding-left: 18px; }
.xn-tabs a { position: relative; color: #596273; text-decoration: none; font-size: 14px; }
.xn-tabs a.is-active { color: #151b24; font-weight: 800; }
.xn-tabs a.is-active:after { content: ""; position: absolute; left: 50%; bottom: -14px; width: 18px; height: 3px; border-radius: 3px; background: #f74735; transform: translateX(-50%); }
.xn-post-item { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 14px; padding: 20px 0 22px; border-bottom: 1px solid rgba(235,238,242,.75); }
.xn-avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: #f74735; text-decoration: none; font-weight: 900; box-shadow: 0 2px 7px rgba(15,23,42,.07); overflow: hidden; }
.xn-post-main { min-width: 0; }
.xn-author { margin-bottom: 5px; color: #6b7280; font-size: 13px; }
.xn-post-main h2 { margin: 0 0 6px; font-size: 16px; line-height: 1.45; font-weight: 900; }
.xn-post-main h2 a { color: #18202b; text-decoration: none; }
.xn-post-main h2 a:hover { color: #f74735; }
.xn-post-main p { margin: 0 0 10px; color: #5d6675; font-size: 13px; line-height: 1.55; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.xn-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: min(360px, 100%); margin: 8px 0 9px; }
.xn-gallery a { height: 78px; border-radius: 7px; overflow: hidden; background: #eef2f7; text-decoration: none; }
.xn-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.xn-gallery.is-empty a { display: grid; place-items: center; color: #4775a8; font-weight: 800; background: linear-gradient(135deg,#f5f8ff,#e6edf7); }
.xn-post-bottom { display: flex; align-items: center; gap: 14px; color: #9aa2ad; font-size: 12px; }
.xn-topic { color: #3978b8; text-decoration: none; }
.xn-post-bottom-right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.xn-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 52px;
    height: 28px;
    padding: 0 10px;
    border-radius: 14px;
    background: rgba(247,71,53,.08);
    color: #f74735;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.01em;
}
.xn-actions { display: flex; align-items: center; gap: 20px; color: #232a35; font-size: 15px; }
.xn-right-rail { position: sticky; top: 66px; padding-top: 8px; }
.qy-author-summary-panel { padding-top: 0; }
.qy-author-summary-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.qy-author-summary-avatar { flex: 0 0 auto; }
.qy-author-summary-copy { min-width: 0; }
.qy-author-summary-copy .profile-name { color: #18202b; text-decoration: none; }
.qy-author-summary-copy .author-description { margin: 4px 0 0; color: #8a919f; font-size: 12px; }
.qy-author-summary-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; text-align: center; }
.qy-author-summary-stats span { padding: 10px 6px; border-radius: 12px; background: rgba(248,250,252,.9); color: #6b7280; font-size: 12px; }
.qy-author-summary-stats strong { display: block; margin-bottom: 3px; color: #18202b; font-size: 16px; }
.xn-panel { padding: 9px 0 20px; margin-bottom: 16px; }
.xn-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.xn-panel-head h3 { margin: 0; color: #303946; font-size: 14px; font-weight: 500; }
.xn-panel-head a { color: #a0a7b1; text-decoration: none; font-size: 12px; }
.xn-trend-list { list-style: none; margin: 0; padding: 0; }
.xn-trend-list li { display: flex; align-items: center; gap: 12px; height: 32px; min-width: 0; }
.xn-trend-list em { width: 14px; flex: 0 0 auto; font-style: normal; color: #a0a7b1; font-size: 13px; text-align: center; }
.xn-trend-list li:nth-child(1) em { color: #f74735; }
.xn-trend-list li:nth-child(2) em { color: #ff7426; }
.xn-trend-list li:nth-child(3) em { color: #ffac0c; }
.xn-trend-list a { color: #3f4652; text-decoration: none; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.xn-trend-list a:hover { color: #f74735; }
.xn-shortcuts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding-top: 4px; }
.xn-shortcuts a { display: grid; justify-items: center; gap: 7px; color: #525b68; text-decoration: none; font-size: 12px; white-space: nowrap; }
.xn-shortcuts span { width: 31px; height: 31px; border: 1px solid #d9dee5; border-radius: 9px; display: grid; place-items: center; color: #111827; font-size: 17px; }
.xn-shortcuts a:hover { color: #f74735; }
.xn-rank-tabs { display: flex; gap: 22px; margin: 9px 0 14px; color: #8a919f; font-size: 12px; }
.xn-rank-tabs .is-active { color: #1f2933; font-weight: 800; }
.xn-hot-users { display: grid; gap: 12px; }
.xn-hot-users a { display: grid; grid-template-columns: 34px minmax(0,1fr); column-gap: 9px; align-items: center; color: #2b3441; text-decoration: none; }
.xn-hot-users span { grid-row: span 2; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: #f74735; font-size: 12px; font-weight: 900; }
.xn-hot-users strong { display: block; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-weight: 500; }
.xn-hot-users small { color: #9aa2ad; font-size: 11px; }
.qy-page-nav { margin-top: 18px; }
.qy-page-nav ol, .qy-page-nav ul, .qy-page-nav .page-navigator { display: flex; justify-content: center; gap: 8px; list-style: none; padding: 0; }
.qy-page-nav a, .qy-page-nav span { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; padding: 0 10px; border-radius: 16px; background: #fff; color: #4b5563; text-decoration: none; border: 1px solid #edf0f2; }
.qy-page-nav .current a, .qy-page-nav .current { background: #f74735; color: #fff; border-color: #f74735; }

/* 登录/注册毛玻璃弹窗 */
body.qy-auth-open { overflow: hidden; }
.qy-auth-overlay {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.qy-auth-overlay.show { display: flex; }
.qy-auth-modal {
    position: relative;
    width: min(420px, 100%);
    padding: 28px 28px 24px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    box-shadow: 0 24px 80px rgba(15, 23, 42, .18);
}
.qy-auth-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
    color: #64748b;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}
.qy-auth-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
    padding: 4px;
    border-radius: 14px;
    background: rgba(255,255,255,.45);
}
.qy-auth-tab {
    flex: 1;
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.qy-auth-tab.is-active { background: #fff; color: #f74735; box-shadow: 0 6px 18px rgba(247,71,53,.12); }
.qy-auth-panel { display: none; }
.qy-auth-panel.is-active { display: block; }
.qy-auth-panel h3, .qy-auth-logged h3 { margin: 0 0 6px; font-size: 22px; font-weight: 900; color: #111827; }
.qy-auth-subtitle { margin: 0; color: #64748b; font-size: 13px; line-height: 1.6; }
.qy-auth-form { display: grid; gap: 14px; }
.qy-auth-field { display: grid; gap: 6px; }
.qy-auth-field span { color: #475569; font-size: 13px; font-weight: 700; }
.qy-auth-field input {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 12px;
    background: rgba(255,255,255,.72);
    color: #111827;
    outline: none;
    font-size: 14px;
}
.qy-auth-field input:focus { border-color: rgba(247,71,53,.45); box-shadow: 0 0 0 3px rgba(247,71,53,.08); }
.qy-auth-check { display: flex; align-items: center; gap: 8px; color: #64748b; font-size: 13px; }
.qy-auth-field-row { display: flex; gap: 8px; align-items: center; }
.qy-auth-field-row input { flex: 1; min-width: 0; }
.qy-auth-code-btn {
    flex-shrink: 0;
    height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(247,71,53,.25);
    border-radius: 12px;
    background: rgba(255,255,255,.85);
    color: #f74735;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}
.qy-auth-code-btn:disabled { opacity: .55; cursor: not-allowed; }
.qy-auth-helper-link {
    justify-self: end;
    font-size: 12px;
    font-weight: 700;
    color: #f74735;
    text-decoration: none;
}
.qy-auth-helper-link:hover { text-decoration: underline; }
.qy-auth-helper-text { justify-self: end; font-size: 12px; color: #94a3b8; }
.qy-auth-switch {
    margin: 4px 0 0;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}
.qy-auth-switch-btn {
    border: 0;
    padding: 0;
    background: none;
    color: #f74735;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.qy-auth-switch-btn:hover { text-decoration: underline; }
.qy-auth-submit, .qy-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border: 0;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
}
.qy-auth-submit, .qy-auth-btn-primary { background: linear-gradient(90deg,#ff6260,#ff4f3f); color: #fff; box-shadow: 0 10px 24px rgba(255,79,63,.22); }
.qy-auth-btn-ghost { background: rgba(255,255,255,.72); color: #475569; border: 1px solid #e2e8f0; }
.qy-auth-btn-dark { background: #606266; color: #fff; }
.qy-auth-actions { display: grid; gap: 10px; margin-top: 8px; }
.qy-auth-logged { text-align: left; }
.qy-auth-user-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.qy-auth-user-meta { min-width: 0; flex: 1; }
.qy-auth-badge {
    display: inline-flex;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(247,71,53,.1);
    color: #f74735;
    font-size: 11px;
    font-weight: 800;
}
.qy-auth-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 16px;
    padding: 14px 8px;
    border-radius: 16px;
    background: rgba(255,255,255,.52);
    border: 1px solid rgba(255,255,255,.75);
}
.qy-auth-mini-stats div { text-align: center; }
.qy-auth-mini-stats strong { display: block; color: #111827; font-size: 18px; font-weight: 900; line-height: 1.2; }
.qy-auth-mini-stats span { color: #94a3b8; font-size: 11px; }
.qy-auth-quick {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}
.qy-auth-quick-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.58);
    border: 1px solid rgba(255,255,255,.82);
    color: #334155;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}
.qy-auth-quick-item:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(15,23,42,.08); color: #f74735; }
.qy-auth-quick-item span { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; background: rgba(247,71,53,.08); color: #f74735; font-size: 14px; }
.qy-auth-quick-item strong { font-size: 13px; font-weight: 800; }
.qy-auth-quick-item.is-muted span { background: rgba(96,98,102,.1); color: #606266; }
.qy-auth-enter-profile { width: 100%; text-align: center; }
.qy-auth-avatar {
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(135deg,#ff9cb3,#f74735);
    box-shadow: 0 10px 24px rgba(247,71,53,.24);
    border: 3px solid rgba(255,255,255,.85);
}
.qy-auth-notice {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
}
.qy-auth-notice-error { background: rgba(254,226,226,.85); color: #b91c1c; }
.qy-auth-notice-success { background: rgba(220,252,231,.85); color: #15803d; }
.qy-auth-notice-notice { background: rgba(241,245,249,.9); color: #475569; }

/* 发帖页 */
.qy-publish-wrap { padding: 28px 0 48px; }
.qy-publish-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 32px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.72);
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(15,23,42,.08);
}
.qy-publish-guest { text-align: center; padding: 56px 32px; }
.qy-publish-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 28px;
    color: #f74735;
    background: rgba(247,71,53,.08);
}
.qy-publish-head h1, .qy-publish-guest h1 { margin: 0 0 8px; font-size: 28px; font-weight: 900; color: #111827; }
.qy-publish-head p, .qy-publish-guest p { margin: 0 0 20px; color: #64748b; line-height: 1.7; }
.qy-publish-form { display: grid; gap: 18px; margin-top: 24px; }
.qy-publish-field { display: grid; gap: 8px; }
.qy-publish-field span { color: #475569; font-size: 14px; font-weight: 700; }
.qy-publish-field input,
.qy-publish-field select,
.qy-publish-field textarea {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: rgba(255,255,255,.88);
    color: #111827;
    font-size: 14px;
    outline: none;
}
.qy-publish-field input, .qy-publish-field select { height: 44px; padding: 0 14px; }
.qy-publish-field textarea { padding: 14px; line-height: 1.7; resize: vertical; min-height: 280px; }
.qy-publish-field input:focus,
.qy-publish-field select:focus,
.qy-publish-field textarea:focus { border-color: rgba(247,71,53,.45); box-shadow: 0 0 0 3px rgba(247,71,53,.08); }
.qy-publish-actions { display: flex; justify-content: flex-end; align-items: center; gap: 12px; margin-top: 8px; }
.qy-publish-cancel { color: #64748b; text-decoration: none; font-size: 14px; }
.qy-publish-submit, .qy-publish-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 42px;
    padding: 0 22px;
    border: 0;
    border-radius: 21px;
    background: linear-gradient(90deg,#ff6260,#ff4f3f);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(255,79,63,.22);
}
.qy-publish-hint { margin-top: 14px; color: #64748b; font-size: 13px; }
.qy-publish-link { border: 0; background: transparent; color: #f74735; font-weight: 700; cursor: pointer; padding: 0; }

/* 个人中心 */
.qy-profile-wrap { padding: 28px 0 48px; }
.qy-profile-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}
.qy-profile-card,
.qy-profile-side,
.qy-profile-main {
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.72);
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(15,23,42,.08);
}
.qy-profile-card { max-width: 560px; margin: 0 auto; padding: 56px 32px; text-align: center; }
.qy-profile-guest-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    font-size: 30px;
    color: #f74735;
    background: rgba(247,71,53,.08);
}
.qy-profile-guest h1 { margin: 0 0 8px; font-size: 28px; font-weight: 900; color: #111827; }
.qy-profile-guest p { margin: 0 0 22px; color: #64748b; line-height: 1.7; }
.qy-profile-side { padding: 24px 20px; position: sticky; top: 66px; }
.qy-profile-main { padding: 28px 30px; min-height: 520px; }
.qy-profile-hero { text-align: center; padding-bottom: 18px; border-bottom: 1px solid rgba(235,238,242,.85); }
.qy-profile-avatar {
    width: 88px;
    height: 88px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    background: linear-gradient(135deg,#ff9cb3,#f74735);
    box-shadow: 0 14px 30px rgba(247,71,53,.22);
    border: 4px solid rgba(255,255,255,.92);
}
.qy-profile-hero h1 { margin: 0 0 4px; font-size: 22px; font-weight: 900; color: #111827; }
.qy-profile-handle { margin: 0 0 10px; color: #94a3b8; font-size: 13px; }
.qy-profile-badge {
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(247,71,53,.1);
    color: #f74735;
    font-size: 12px;
    font-weight: 800;
}
.qy-profile-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 18px 0;
}
.qy-profile-stat {
    padding: 12px 8px;
    border-radius: 14px;
    text-align: center;
    background: rgba(255,255,255,.58);
    border: 1px solid rgba(255,255,255,.85);
}
.qy-profile-stat strong { display: block; color: #111827; font-size: 20px; font-weight: 900; }
.qy-profile-stat span { color: #94a3b8; font-size: 11px; }
.qy-profile-nav { display: grid; gap: 6px; margin-bottom: 18px; }
.qy-profile-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    color: #475569;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.qy-profile-nav a span { width: 24px; text-align: center; color: #64748b; }
.qy-profile-nav a:hover,
.qy-profile-nav a.is-active { background: rgba(247,71,53,.08); color: #f74735; }
.qy-profile-nav a.is-active span { color: #f74735; }
.qy-profile-meta { padding-top: 16px; border-top: 1px solid rgba(235,238,242,.85); color: #94a3b8; font-size: 12px; }
.qy-profile-meta p { margin: 0 0 10px; }
.qy-profile-logout { color: #64748b; text-decoration: none; font-weight: 700; }
.qy-profile-logout:hover { color: #f74735; }
.qy-profile-panel { display: none; }
.qy-profile-panel.is-active { display: block; }
.qy-profile-panel-head { margin-bottom: 22px; }
.qy-profile-panel-head h2 { margin: 0 0 6px; font-size: 24px; font-weight: 900; color: #111827; }
.qy-profile-panel-head p { margin: 0; color: #64748b; line-height: 1.7; font-size: 14px; }
.qy-profile-form { display: grid; gap: 18px; max-width: 520px; }
.qy-profile-field { display: grid; gap: 8px; }
.qy-profile-field span { color: #475569; font-size: 14px; font-weight: 700; }
.qy-profile-field input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: rgba(255,255,255,.88);
    color: #111827;
    font-size: 14px;
    outline: none;
}
.qy-profile-field input:focus { border-color: rgba(247,71,53,.45); box-shadow: 0 0 0 3px rgba(247,71,53,.08); }
.qy-profile-actions { display: flex; justify-content: flex-start; margin-top: 4px; }
.qy-profile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 42px;
    padding: 0 22px;
    border: 0;
    border-radius: 21px;
    background: linear-gradient(90deg,#ff6260,#ff4f3f);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(255,79,63,.22);
}
.qy-profile-notice {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.6;
}
.qy-profile-notice-error { background: rgba(254,226,226,.85); color: #b91c1c; }
.qy-profile-notice-success { background: rgba(220,252,231,.85); color: #15803d; }
.qy-profile-notice-notice { background: rgba(241,245,249,.9); color: #475569; }

/* 用户中心 */
.qy-user-center-wrap { padding: 28px 0 48px; }
.qy-user-center-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}
.qy-user-center-nav {
    display: grid;
    gap: 6px;
    padding: 18px 14px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.72);
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(15,23,42,.08);
    position: sticky;
    top: 66px;
}
.qy-user-center-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 14px;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.qy-user-center-nav a:hover,
.qy-user-center-nav a.is-active {
    background: rgba(247,71,53,.08);
    color: #f74735;
}
.qy-user-center-main,
.qy-user-center-card {
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.72);
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(15,23,42,.08);
}
.qy-user-center-main { padding: 28px 30px; min-height: 420px; }
.qy-user-center-card { max-width: 560px; margin: 0 auto; padding: 56px 32px; text-align: center; }
.qy-user-center-head { margin-bottom: 22px; }
.qy-user-center-head h1 { margin: 0 0 6px; font-size: 26px; font-weight: 900; color: #111827; }
.qy-user-center-head p { margin: 0; color: #64748b; font-size: 14px; }
.qy-user-center-link {
    display: inline-flex;
    margin-top: 12px;
    color: #f74735;
    font-weight: 700;
    text-decoration: none;
}
.qy-user-center-empty {
    padding: 36px 18px;
    border-radius: 16px;
    background: rgba(248,250,252,.82);
    color: #64748b;
    text-align: center;
    line-height: 1.7;
}
.qy-user-center-empty a { color: #f74735; font-weight: 700; }
.qy-user-center-list { margin: 0; padding: 0; list-style: none; }
.qy-user-center-list li { border-bottom: 1px solid rgba(235,238,242,.85); }
.qy-user-center-list li:last-child { border-bottom: 0; }
.qy-user-center-list a {
    display: block;
    padding: 16px 4px;
    color: inherit;
    text-decoration: none;
}
.qy-user-center-list a:hover strong { color: #f74735; }
.qy-user-center-list strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #111827;
}
.qy-user-center-list span { color: #94a3b8; font-size: 12px; }
.qy-user-center-btn,
.qy-user-center-guest .qy-user-center-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 42px;
    padding: 0 22px;
    border: 0;
    border-radius: 21px;
    background: linear-gradient(90deg,#ff6260,#ff4f3f);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}
.qy-user-badge,
.xn-menu-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    margin-left: auto;
    border-radius: 999px;
    background: #f74735;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}
.xn-user-menu a { position: relative; }
.xn-menu-badge { margin-left: 8px; }
.qy-notify-list { margin: 0; padding: 0; list-style: none; }
.qy-notify-item {
    display: flex;
    gap: 14px;
    padding: 16px 6px;
    border-bottom: 1px solid rgba(235,238,242,.85);
}
.qy-notify-item.is-unread { background: rgba(247,71,53,.04); border-radius: 14px; }
.qy-notify-link {
    display: flex;
    gap: 14px;
    width: 100%;
    color: inherit;
    text-decoration: none;
}
.qy-notify-link:hover strong { color: #f74735; }
.qy-notify-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(247,71,53,.08);
    font-size: 18px;
    flex-shrink: 0;
}
.qy-notify-body strong { display: block; margin-bottom: 4px; color: #111827; font-size: 14px; }
.qy-notify-body p { margin: 0 0 6px; color: #64748b; font-size: 13px; line-height: 1.6; }
.qy-notify-body time { color: #94a3b8; font-size: 12px; }
.qy-user-chip {
    position: relative;
}
.qy-user-chip.has-notify .qy-header-notify-badge {
    position: absolute;
    top: -4px;
    right: -4px;
}
.qy-header-notify-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #f74735;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    border: 2px solid #fff;
}
.qy-notify-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(226,232,240,.78);
    color: #374151;
    text-decoration: none;
    font-size: 16px;
}
.qy-notify-btn:hover { color: #f74735; border-color: rgba(247,71,53,.25); }
.qy-profile-hero-inline {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(235,238,242,.85);
}
.qy-profile-hero-inline h1 { margin: 0 0 4px; font-size: 22px; font-weight: 900; color: #111827; }
.qy-profile-stats-inline {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}
.qy-profile-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.qy-profile-tabs a {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(248,250,252,.9);
    color: #475569;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}
.qy-profile-tabs a.is-active,
.qy-profile-tabs a:hover {
    background: rgba(247,71,53,.08);
    color: #f74735;
}
.qy-profile-tabs .qy-profile-logout { margin-left: auto; background: transparent; color: #94a3b8; }

/* 签到日历弹窗 */
body.qy-checkin-open { overflow: hidden; }
.qy-checkin-overlay {
    position: fixed;
    inset: 0;
    z-index: 3100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.qy-checkin-overlay.show { display: flex; }
.qy-checkin-modal {
    position: relative;
    width: min(460px, 100%);
    padding: 24px 24px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.72);
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    box-shadow: 0 24px 80px rgba(15,23,42,.18);
}
.qy-checkin-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
    color: #64748b;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}
.qy-checkin-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
    padding-right: 28px;
}
.qy-checkin-head h3 { margin: 0 0 4px; font-size: 22px; font-weight: 900; color: #111827; }
.qy-checkin-head p { margin: 0; color: #64748b; font-size: 13px; line-height: 1.6; }
.qy-checkin-summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    min-width: 120px;
}
.qy-checkin-summary div {
    padding: 8px 10px;
    border-radius: 12px;
    text-align: center;
    background: rgba(255,255,255,.58);
    border: 1px solid rgba(255,255,255,.85);
}
.qy-checkin-summary strong { display: block; color: #f74735; font-size: 18px; font-weight: 900; }
.qy-checkin-summary span { color: #94a3b8; font-size: 11px; }
.qy-checkin-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.qy-checkin-nav {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: rgba(255,255,255,.62);
    color: #475569;
    font-size: 22px;
    cursor: pointer;
}
.qy-checkin-month { font-size: 16px; font-weight: 800; color: #111827; }
.qy-checkin-week,
.qy-checkin-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}
.qy-checkin-week { margin-bottom: 8px; }
.qy-checkin-week span {
    text-align: center;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
}
.qy-checkin-cell {
    position: relative;
    min-height: 58px;
    padding: 6px 4px;
    border-radius: 12px;
    text-align: center;
    background: rgba(255,255,255,.45);
    border: 1px solid rgba(255,255,255,.72);
    overflow: hidden;
}
.qy-checkin-cell.is-empty { background: transparent; border-color: transparent; }
.qy-checkin-cell strong {
    display: block;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}
.qy-checkin-cell small {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 10px;
    line-height: 1.2;
}
.qy-checkin-cell.is-checked {
    background: rgba(220,252,231,.72);
    border-color: rgba(34,197,94,.18);
}
.qy-checkin-cell.is-checked small { color: #16a34a; font-weight: 700; }
.qy-checkin-mark {
    position: absolute;
    right: 4px;
    bottom: 2px;
    font-style: normal;
    font-size: 28px;
    font-weight: 900;
    color: rgba(34,197,94,.14);
    line-height: 1;
    pointer-events: none;
}
.qy-checkin-cell.is-missed {
    background: rgba(248,250,252,.72);
}
.qy-checkin-cell.is-missed small { color: #cbd5e1; }
.qy-checkin-cell.is-today {
    box-shadow: inset 0 0 0 2px rgba(247,71,53,.35);
}
.qy-checkin-cell.is-future { opacity: .45; }
.qy-checkin-cell.is-pending small { color: #f74735; font-weight: 700; }
.qy-checkin-loading {
    grid-column: 1 / -1;
    padding: 28px 0;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}
.qy-checkin-legend {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 14px 0 16px;
    color: #64748b;
    font-size: 12px;
}
.qy-checkin-legend i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border-radius: 4px;
    vertical-align: -2px;
}
.qy-checkin-legend .is-checked { background: rgba(34,197,94,.25); }
.qy-checkin-legend .is-missed { background: rgba(226,232,240,.9); }
.qy-checkin-legend .is-today { box-shadow: inset 0 0 0 2px rgba(247,71,53,.45); background: #fff; }
.qy-checkin-foot { text-align: center; }
.qy-checkin-btn {
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 21px;
    background: linear-gradient(90deg,#ff6260,#ff4f3f);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(255,79,63,.22);
}
.qy-checkin-btn:disabled {
    background: #cbd5e1;
    box-shadow: none;
    cursor: not-allowed;
}
.qy-checkin-tip { margin: 10px 0 0; color: #94a3b8; font-size: 12px; line-height: 1.6; }

@media (max-width: 1080px) {
    .qy-home-hero {
        min-height: 390px;
    }
    .qy-home-hero-inner {
        min-height: 390px;
    }
    .qy-home-hero-bg {
        background:
            linear-gradient(90deg, rgba(255, 230, 0, .96) 0%, rgba(255, 224, 0, .88) 58%, rgba(255, 234, 48, .35) 100%),
            url("../desktop-banner/1.webp") right center / auto 100% no-repeat,
            linear-gradient(135deg, #fff000, #ffd800);
    }
    .qy-home-search-panel {
        width: min(720px, 100%);
    }
    .xn-page { grid-template-columns: 190px minmax(0,1fr); gap: 22px; }
    .xn-right-rail { display: none; }
    .xn-left-rail { position: static; max-height: none; overflow: visible; }
    .qy-nav { gap: 18px; }
    .qy-profile-layout { grid-template-columns: 1fr; }
    .qy-profile-side { position: static; }
    .qy-user-center-layout { grid-template-columns: 1fr; }
    .qy-user-center-nav { position: static; }
    .qy-notify-btn { display: none; }
}
@media (max-width: 760px) {
    html { scroll-padding-top: 74px; }
    body.qy-theme {
        background-image:
            linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)),
            radial-gradient(circle at 0 8%, rgba(247,71,53,.09), transparent 12rem),
            radial-gradient(circle at 100% 0, rgba(255,172,12,.1), transparent 12rem);
    }
    .qy-wrap { width: min(100% - 24px, 1168px); }
    .qy-home-hero {
        min-height: 430px;
        margin-top: -72px;
    }
    .qy-home-hero-bg {
        background:
            linear-gradient(180deg, rgba(255,230,0,.96), rgba(255,225,0,.9)),
            url("../desktop-banner/1.webp") 64% center / auto 100% no-repeat,
            linear-gradient(135deg, #fff000, #ffd800);
        opacity: .98;
    }
    .qy-home-hero-inner {
        min-height: 430px;
        align-content: end;
        padding: 112px 0 28px;
    }
    .qy-home-hero-copy {
        max-width: none;
    }
    .qy-home-hero-copy h1,
    .qy-home-hero-copy h2,
    .qy-home-hero-copy p {
        text-align: left;
    }
    .qy-home-hero-copy h1,
    .qy-home-hero-copy h2 {
        font-size: 28px;
    }
    .qy-home-hero-copy p {
        margin: 0;
        font-size: 14px;
        line-height: 1.6;
    }
    .qy-home-search-panel {
        width: 100%;
    }
    .qy-home-search-box {
        height: 46px;
        padding-left: 14px;
    }
    .qy-home-search-box button {
        min-width: 56px;
        height: 32px;
    }
    .qy-topbar {
        height: 70px;
        position: sticky;
        padding-top: 8px;
        background: transparent !important;
        border-bottom: 0 !important;
    }
    .qy-nav-inner {
        height: 54px;
        gap: 12px;
        padding: 0 12px;
        border-radius: 18px;
    }
    .qy-brand { min-width: 0; flex: 1; font-size: 15px; }
    .qy-brand-mark { width: 34px; height: 34px; }
    .qy-brand-logo { width: 34px; height: 34px; }
    .qy-nav, .qy-actions .qy-login-btn, .qy-actions .qy-register-btn { display: none; }
    .qy-actions { min-width: 0; gap: 10px; }
    .qy-actions .qy-user-chip { display: inline-flex; }
    .qy-icon-btn {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: rgba(255,255,255,.74);
        border: 1px solid rgba(226,232,240,.78);
        font-size: 20px;
    }
    .qy-mobile-toggle { display: grid; }
    .qy-mobile-panel.show {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 8px;
        padding: 8px 0 12px;
    }
    .qy-mobile-panel a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 0 12px;
        border-radius: 14px;
        background: rgba(248,250,252,.9);
        color: #475569;
        font-size: 13px;
        font-weight: 800;
    }
    .xn-page {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 10px 0 72px;
    }
    .xn-left-rail {
        position: static;
        min-height: 0;
        order: 1;
        display: grid;
        gap: 10px;
        padding-top: 0;
    }
    .xn-feed { order: 2; }
    .xn-user-menu {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 0;
    }
    .xn-user-menu a {
        justify-content: center;
        min-height: 42px;
        height: auto;
        padding: 0 8px;
        border-radius: 16px;
        background: rgba(255,255,255,.78);
        border: 1px solid rgba(235,238,242,.86);
        font-size: 12px;
        font-weight: 800;
        box-shadow: 0 6px 18px rgba(15,23,42,.04);
    }
    .xn-user-menu span { width: auto; font-size: 16px; }
    .xn-publish, .xn-login {
        width: 100%;
        height: 44px;
        margin: 0;
        border-radius: 18px;
        font-size: 14px;
    }
    .xn-tip-card { display: none; }
    .xn-tabs {
        position: sticky;
        top: 56px;
        z-index: 20;
        height: auto;
        margin: 2px -12px 2px;
        padding: 8px 12px;
        gap: 8px;
        overflow-x: auto;
        background: rgba(251,251,250,.92);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        scrollbar-width: none;
    }
    .xn-tabs::-webkit-scrollbar { display: none; }
    .xn-tabs a {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 34px;
        padding: 0 16px;
        border-radius: 17px;
        background: rgba(255,255,255,.78);
        border: 1px solid rgba(235,238,242,.86);
        font-size: 13px;
        font-weight: 800;
    }
    .xn-tabs a.is-active {
        background: rgba(247,71,53,.1);
        border-color: rgba(247,71,53,.16);
        color: #f74735;
    }
    .xn-tabs a.is-active:after { display: none; }
    .xn-post-item {
        grid-template-columns: 38px minmax(0,1fr);
        gap: 10px;
        margin-bottom: 10px;
        padding: 14px 12px 16px;
        border: 1px solid rgba(235,238,242,.86);
        border-radius: 18px;
        background: rgba(255,255,255,.82);
        box-shadow: 0 10px 28px rgba(15,23,42,.045);
    }
    .xn-avatar { width: 36px; height: 36px; font-size: 14px; }
    .xn-author { margin-bottom: 4px; font-size: 12px; }
    .xn-post-main h2 { margin-bottom: 7px; font-size: 15px; line-height: 1.45; }
    .xn-post-main p { font-size: 13px; line-height: 1.65; margin-bottom: 10px; }
    .xn-gallery {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        gap: 7px;
    }
    .xn-gallery a { height: clamp(66px, 22vw, 92px); border-radius: 12px; }
    .xn-post-bottom {
        gap: 8px;
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 11px;
    }
    .xn-topic {
        max-width: 48%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .xn-post-bottom-right {
        width: 100%;
        margin-left: 0;
        justify-content: space-between;
        gap: 10px;
        padding-top: 8px;
        border-top: 1px dashed rgba(226,232,240,.88);
    }
    .xn-rating { min-width: 48px; height: 26px; font-size: 12px; }
    .xn-actions {
        width: auto;
        margin-left: 0;
        justify-content: flex-end;
        gap: 8px;
        padding-top: 0;
        border-top: 0;
        font-size: 12px;
    }
    .xn-actions span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 56px;
        height: 28px;
        padding: 0 10px;
        border-radius: 14px;
        background: rgba(248,250,252,.9);
    }
    .qy-page-nav { margin: 16px 0 0; }
    .qy-page-nav ol, .qy-page-nav ul, .qy-page-nav .page-navigator { flex-wrap: wrap; }
    .qy-auth-overlay, .qy-checkin-overlay { align-items: flex-end; padding: 12px; }
    .qy-auth-modal, .qy-checkin-modal {
        width: 100%;
        max-height: calc(100vh - 24px);
        overflow-y: auto;
        border-radius: 24px 24px 18px 18px;
        padding: 22px 18px 18px;
    }
    .qy-auth-quick { grid-template-columns: 1fr; }
    .qy-profile-main, .qy-profile-side { padding: 20px 16px; }
    .qy-profile-card { padding: 42px 20px; }
    .qy-checkin-cell { min-height: 50px; }
    .qy-checkin-head { flex-direction: column; padding-right: 0; }
}

/* 文章页互动区：评分 / 收藏 / 分享 */
#comments { margin-top: 2rem; }
.qy-comment-heading {
    display: block;
    margin: 0 0 1.25rem;
    color: #8b7355;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: .02em;
}
.qy-post-interaction {
    margin: 1.75rem 0 1.5rem;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(235,238,242,.92);
    background: rgba(255,255,255,.72);
    box-shadow: 0 10px 28px rgba(15,23,42,.04);
}
.qy-interaction-toolbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.qy-interaction-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(235,238,242,.95);
    border-radius: 14px;
    background: rgba(255,255,255,.88);
    color: #303946;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.qy-interaction-btn:hover,
.qy-interaction-btn.is-open {
    transform: translateY(-1px);
    border-color: rgba(247,71,53,.28);
    color: #f74735;
    background: #fff;
    box-shadow: 0 8px 20px rgba(247,71,53,.08);
}
.qy-interaction-btn.is-active {
    border-color: rgba(247,71,53,.35);
    background: rgba(247,71,53,.08);
    color: #f74735;
}
.qy-interaction-icon { font-size: 16px; line-height: 1; }
.qy-interaction-meta {
    min-width: 18px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(247,71,53,.1);
    color: #f74735;
    font-size: 12px;
    font-weight: 800;
}
.qy-rating-panel {
    margin-top: 14px;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(253,235,223,.55), rgba(255,255,255,.92));
    border: 1px solid rgba(245,220,200,.65);
    animation: qyRatingIn .22s ease;
}
@keyframes qyRatingIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}
.qy-rating-panel-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px 12px;
    margin-bottom: 14px;
}
.qy-rating-panel-head strong { color: #303946; font-size: 14px; }
.qy-rating-summary { color: #8a919f; font-size: 12px; }
.qy-rating-options {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}
.qy-rating-option {
    display: grid;
    justify-items: center;
    gap: 4px;
    min-height: 64px;
    padding: 10px 6px;
    border: 1px solid rgba(235,238,242,.95);
    border-radius: 14px;
    background: rgba(255,255,255,.92);
    color: #64748b;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}
.qy-rating-option:hover {
    transform: translateY(-2px);
    border-color: rgba(247,71,53,.25);
    color: #f74735;
}
.qy-rating-option.is-selected {
    border-color: rgba(247,71,53,.42);
    background: rgba(247,71,53,.1);
    color: #f74735;
    box-shadow: 0 8px 18px rgba(247,71,53,.12);
}
.qy-rating-star { font-size: 18px; line-height: 1; }
.qy-rating-num { font-size: 12px; font-weight: 800; }
.qy-rating-user-tip {
    margin: 12px 0 0;
    color: #8a919f;
    font-size: 12px;
}
.qy-comment-form-wrap {
    margin-top: 1.5rem;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(235,238,242,.92);
    box-shadow: 0 10px 28px rgba(15,23,42,.04);
}
.qy-comment-login { margin: 0 0 1rem; color: #64748b; font-size: 13px; }
.qy-comment-login a { color: #f74735; text-decoration: none; }
.qy-comment-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}
.qy-comment-form .form-group { margin-bottom: 1rem; }
.qy-comment-form .form-group:last-of-type { margin-bottom: 1.25rem; }
.qy-comment-form .form-group input,
.qy-comment-form .form-group textarea {
    width: 100%;
    padding: 0.875rem 1.125rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    font-size: 0.9rem;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.qy-comment-form .form-group input:focus,
.qy-comment-form .form-group textarea:focus {
    border-color: rgba(247,71,53,.35);
    box-shadow: 0 0 0 3px rgba(247,71,53,.08);
}
.qy-comment-form .btn-submit {
    background: linear-gradient(90deg, #fdebdf, #f5dcc8);
    color: #8b7355;
    border: none;
    padding: 0.875rem 2.5rem;
    border-radius: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
}
.qy-comment-form .btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(139,115,85,.12);
}
.comment-list, .comment-list ol { list-style: none; padding: 0; margin: 0; }
.comment-item {
    background: rgba(255,255,255,.88);
    border-radius: 1.25rem;
    padding: 1.25rem 1.35rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(235,238,242,.88);
    box-shadow: 0 6px 18px rgba(15,23,42,.03);
}
.comment-author { font-weight: 800; color: #8b7355; font-size: 0.9rem; }
.comment-date { font-size: 0.75rem; color: #999; margin-left: 0.5rem; }
.comment-content { margin-top: 0.75rem; color: #555; line-height: 1.7; font-size: 0.9rem; }
.comment-reply { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(0,0,0,0.05); text-align: right; font-size: 0.8rem; }
.children { padding-left: 1.5rem; }
.children .comment-item { background: rgba(253,235,223,.45); border-radius: 1rem; margin-top: 0.85rem; }
.qy-interaction-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 4000;
    transform: translate(-50%, 12px);
    max-width: min(90vw, 360px);
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(17,24,39,.88);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}
.qy-interaction-toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}
@media (max-width: 760px) {
    .qy-post-interaction { padding: 14px; border-radius: 18px; }
    .qy-interaction-toolbar { gap: 8px; }
    .qy-interaction-btn {
        flex-direction: column;
        gap: 4px;
        min-height: 68px;
        padding: 10px 8px;
        font-size: 12px;
    }
    .qy-interaction-label { font-size: 12px; }
    .qy-rating-options { gap: 6px; }
    .qy-rating-option { min-height: 58px; padding: 8px 4px; }
    .qy-comment-form-wrap { padding: 1.25rem; border-radius: 1.25rem; }
    .qy-comment-fields { grid-template-columns: 1fr; }
}

/* ===== 文章详情页（千业社区复刻） ===== */
.qy-article-page {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 272px;
    gap: 28px;
    padding: 26px 0 56px;
    align-items: start;
}
.qy-article-left {
    position: sticky;
    top: 72px;
    display: grid;
    justify-items: center;
    gap: 14px;
    padding-top: 8px;
}
.qy-home-guide,
.qy-article-action {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(235,238,242,.92);
    background: rgba(255,255,255,.78);
    color: #4b5563;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(15,23,42,.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform .18s ease, color .18s ease, background .18s ease;
    cursor: pointer;
    font: inherit;
}
.qy-home-guide {
    width: auto;
    min-width: 58px;
    height: 36px;
    padding: 0 12px;
    border-radius: 18px;
    gap: 6px;
    color: #f74735;
    font-size: 13px;
    font-weight: 900;
}
.qy-home-guide:hover,
.qy-article-action:hover {
    transform: translateY(-2px);
    color: #f74735;
    background: rgba(255,255,255,.96);
}
.qy-article-action span { font-size: 18px; line-height: 1; }
.qy-article-action .qy-action-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #f74735;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
}
.qy-article-action { position: relative; }
.qy-article-card {
    min-width: 0;
    padding: 28px 34px 36px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.72);
    background: rgba(255,255,255,.78);
    box-shadow: 0 18px 50px rgba(15,23,42,.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.qy-article-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #8a919f;
    font-size: 13px;
}
.qy-article-badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(247,71,53,.09);
    color: #f74735;
    font-size: 12px;
    font-weight: 900;
}
.qy-article-title {
    margin: 0;
    color: #151b24;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -.02em;
}
.qy-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 14px 0 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(235,238,242,.88);
    color: #8a919f;
    font-size: 13px;
}
.qy-article-meta-views {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.qy-article-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(247,71,53,.08);
    color: #f74735;
    font-weight: 800;
}
.qy-article-restrict {
    margin: 0 0 20px;
    padding: 16px 18px;
    border: 2px dashed #f74735;
    border-radius: 12px;
    background: #fff9e6;
    color: #5c4033;
    font-size: 14px;
    line-height: 1.75;
}
.qy-article-restrict strong { color: #f74735; }
.qy-article-restrict a {
    color: #f74735;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(247,71,53,.28);
}
.qy-article-restrict.is-group {
    border-color: #94a3b8;
    background: #f8fafc;
    color: #475569;
}
.qy-guest-limit-card {
    margin: 18px 8px 28px;
    padding: 24px 18px;
    border: 2px dashed #ff7043;
    background: rgba(255, 253, 214, .78);
    color: #111827;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}
.qy-guest-limit-card p {
    margin: 0;
}
.qy-guest-limit-card p + p {
    margin-top: 4px;
    font-size: 15px;
}
.qy-guest-limit-card strong {
    margin: 0 2px;
    color: #ff2f1f;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    vertical-align: -2px;
}
.qy-guest-limit-card a {
    color: #1d4ed8;
    font-weight: 900;
    text-decoration: none;
    border-bottom: 1px solid rgba(29,78,216,.28);
}
.qy-guest-limit-card + .qy-article-restrict {
    display: none;
}
.qy-article-content {
    color: #303946;
    font-size: 15px;
    line-height: 2.05;
    word-break: break-word;
}
.qy-article-content.is-hidden {
    position: relative;
    max-height: 220px;
    overflow: hidden;
    filter: blur(4px);
    user-select: none;
    pointer-events: none;
}
.qy-article-content.is-hidden::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.92) 78%);
}
.qy-article-content p { margin: 0 0 1.25em; }
.qy-article-content a { color: #f74735; text-decoration: none; border-bottom: 1px solid rgba(247,71,53,.22); }
.qy-article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 18px auto;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(15,23,42,.08);
}
.qy-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid rgba(235,238,242,.88);
}
.qy-article-tags--top {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    margin-bottom: 18px;
}
.qy-article-tags a,
.qy-article-tags span {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(247,71,53,.08);
    color: #f74735;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}
.qy-reward-table {
    margin-top: 24px;
    border: 1px solid rgba(235,238,242,.92);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,.55);
}
.qy-reward-table table { width: 100%; border-collapse: collapse; font-size: 13px; }
.qy-reward-table th {
    padding: 10px 14px;
    background: rgba(248,250,252,.92);
    color: #303946;
    font-weight: 800;
    text-align: left;
    border-bottom: 1px solid rgba(235,238,242,.92);
}
.qy-reward-table td {
    padding: 12px 14px;
    color: #64748b;
    border-bottom: 1px solid rgba(235,238,242,.72);
    vertical-align: middle;
}
.qy-reward-table tr:last-child td { border-bottom: 0; }
.qy-reward-user {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #303946;
    font-weight: 700;
}
.qy-reward-user em {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,#ff9cb3,#f74735);
    color: #fff;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}
.qy-reward-coins { color: #f74735; font-weight: 800; }
.qy-reward-foot {
    padding: 10px 14px;
    background: rgba(248,250,252,.72);
    color: #94a3b8;
    font-size: 12px;
    text-align: right;
}
.qy-threadstar {
    margin-top: 24px;
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(245,245,245,.45);
    min-height: 150px;
}
.qy-threadstar-grid {
    display: grid;
    grid-template-columns: 120px minmax(0,1fr) minmax(180px, 220px);
    gap: 18px;
    align-items: center;
}
.qy-threadstar-score em {
    display: block;
    font-style: normal;
    font-size: 36px;
    line-height: 1;
    color: #ff5722;
    font-weight: 900;
}
.qy-threadstar-score span { color: #999; font-size: 16px; font-weight: 700; }
.qy-threadstar-score small {
    display: block;
    margin-top: 8px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.qy-threadstar-score p {
    margin: 6px 0 0;
    color: #999;
    font-size: 13px;
}
.qy-threadstar-dims {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 18px;
}
.qy-threadstar-dim {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.qy-threadstar-dim span:first-child { color: #999; }
.qy-threadstar-dim span:last-child { color: #999; font-size: 13px; }
.qy-threastar-summary-star { display: inline-flex; gap: 2px; vertical-align: middle; }
.qy-star {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ddd'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
    background-size: 18px;
    background-repeat: no-repeat;
}
.qy-star.is-on {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff5722'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
}
#qy-threadstar-radar { width: 100%; height: 140px; min-height: 140px; }
.qy-article-right {
    position: sticky;
    top: 66px;
    padding-top: 8px;
}
.qy-author-card {
    padding: 18px 16px;
    border-radius: 16px;
    border: 1px solid rgba(235,238,242,.92);
    background: rgba(255,255,255,.78);
    box-shadow: 0 10px 28px rgba(15,23,42,.04);
    margin-bottom: 18px;
}
.qy-author-card-top {
    display: grid;
    grid-template-columns: 56px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}
.qy-author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,#ff9cb3,#f74735);
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    box-shadow: 0 10px 24px rgba(247,71,53,.18);
}
.qy-author-info strong {
    display: block;
    color: #202833;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qy-author-info small { color: #9aa2ad; font-size: 12px; line-height: 1.6; }
.qy-author-home {
    display: block;
    width: 100%;
    padding: 8px 0;
    border: 1px solid #f2f2f5;
    border-radius: 8px;
    background: #fff;
    color: #515a6e;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}
.qy-author-home:hover { color: #f74735; border-color: rgba(247,71,53,.22); }
.qy-side-panel { padding: 8px 0 20px; margin-bottom: 16px; }
.qy-side-panel h3 { margin: 0 0 12px; color: #303946; font-size: 14px; font-weight: 800; }
.qy-side-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.qy-side-list li { display: grid; grid-template-columns: 18px minmax(0,1fr); gap: 9px; align-items: start; }
.qy-side-list em {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    background: rgba(247,71,53,.08);
    color: #f74735;
    font-style: normal;
    font-size: 11px;
    font-weight: 900;
}
.qy-side-list a {
    color: #525b68;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.qy-side-list a:hover { color: #f74735; }
.qy-article-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
    margin-top: 22px;
}
.qy-article-nav a {
    min-height: 54px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.65);
    color: #475569;
    text-decoration: none;
    border: 1px solid rgba(235,238,242,.92);
}
.qy-article-nav a:hover { color: #f74735; background: #fff; }
.qy-article-nav span { display: block; margin-bottom: 4px; color: #9aa2ad; font-size: 12px; }
.qy-guest-float-tip {
    position: fixed;
    z-index: 1200;
    width: 280px;
    padding: 14px 36px 14px 14px;
    border-radius: 14px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='80' viewBox='0 0 120 80'%3E%3Ccircle cx='88' cy='18' r='16' fill='%23ffe8ea'/%3E%3C/svg%3E") no-repeat right bottom;
    border: 1px solid rgba(247,71,53,.16);
    box-shadow: 0 16px 40px rgba(15,23,42,.12);
    color: #334155;
    font-size: 13px;
    line-height: 1.65;
}
.qy-guest-float-tip strong { color: #f74735; }
.qy-guest-float-tip a {
    color: #f74735;
    font-weight: 800;
    text-decoration: none;
}
.qy-comment-guest-lock {
    padding: 18px;
    border-radius: 14px;
    background: rgba(248,250,252,.92);
    border: 1px solid rgba(235,238,242,.92);
    text-align: center;
}
.qy-comment-guest-lock p {
    margin: 0 0 14px;
    color: #64748b;
    font-size: 14px;
}
.qy-comment-guest-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.qy-comment-disabled {
    margin-top: 18px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(248,250,252,.72);
    border: 1px solid rgba(235,238,242,.92);
}
.qy-guest-float-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: rgba(148,163,184,.12);
    color: #64748b;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}
@media (max-width: 1080px) {
    .qy-article-page { grid-template-columns: 56px minmax(0, 1fr); }
    .qy-article-right { display: none; }
    .qy-threadstar-grid { grid-template-columns: 1fr; }
    .qy-threadstar-dims { border: 0; padding: 0; }
}
@media (max-width: 760px) {
    .qy-article-page {
        grid-template-columns: 1fr;
        gap: 12px;
        width: min(100% - 24px, 1168px);
        padding: 10px 0 74px;
    }
    .qy-article-left {
        position: sticky;
        top: 62px;
        z-index: 30;
        display: flex;
        justify-content: flex-start;
        gap: 8px;
        padding: 8px;
        margin: 0 -4px;
        border: 1px solid rgba(235,238,242,.72);
        border-radius: 20px;
        background: rgba(255,255,255,.86);
        box-shadow: 0 10px 28px rgba(15,23,42,.06);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        overflow-x: auto;
        scrollbar-width: none;
    }
    .qy-article-left::-webkit-scrollbar { display: none; }
    .qy-home-guide,
    .qy-article-action {
        flex: 0 0 auto;
        height: 38px;
        border-radius: 19px;
        background: rgba(248,250,252,.9);
        box-shadow: none;
    }
    .qy-home-guide { min-width: 74px; padding: 0 14px; font-size: 13px; }
    .qy-article-action { width: 38px; }
    .qy-article-card { padding: 20px 16px 26px; }
    .qy-article-title { font-size: 22px; line-height: 1.42; }
    .qy-guest-float-tip { width: min(92vw, 280px); }
}

/* ===== 首页 ContentCard 信息流 ===== */
.qy-home-bulletin {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    margin-bottom: 12px;
    padding: 0 14px;
    border-radius: 8px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(235,238,242,.86);
}
.qy-home-bulletin-icon { flex-shrink: 0; }
.qy-home-bulletin a {
    color: #303946;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qy-home-bulletin a:hover { color: #f74735; }
.qy-feed-list { display: grid; gap: 0; }
.qy-feed-card {
    border-bottom: 1px solid rgba(235,238,242,.75);
}
.qy-feed-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.qy-feed-card-inner {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0 22px;
}
.qy-feed-avatar,
.xn-avatar,
.xn-hot-avatar,
.qy-author-avatar-lg,
.qy-reward-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #f74735;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0 2px 7px rgba(15,23,42,.07);
    overflow: hidden;
    flex-shrink: 0;
}
.xn-avatar-sm { width: 24px; height: 24px; font-size: 11px; margin-right: 6px; }
.qy-author-avatar-lg { width: 54px; height: 54px; font-size: 20px; }
.qy-reward-avatar { width: 28px; height: 28px; font-size: 12px; display: inline-grid; vertical-align: middle; margin-right: 8px; }
.qy-feed-card-body { min-width: 0; }
.qy-feed-author { margin-bottom: 5px; color: #6b7280; font-size: 13px; }
.qy-feed-title {
    margin: 0 0 6px;
    color: #18202b;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 900;
}
.qy-feed-card-link:hover .qy-feed-title { color: #f74735; }
.qy-feed-badge {
    display: inline-flex;
    align-items: center;
    height: 20px;
    margin-right: 6px;
    padding: 0 8px;
    border-radius: 10px;
    background: rgba(247,71,53,.1);
    color: #f74735;
    font-size: 11px;
    font-weight: 800;
    vertical-align: middle;
}
.qy-feed-summary {
    margin: 0 0 10px;
    color: #5d6675;
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.qy-feed-preview {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin: 8px 0 12px;
    padding-bottom: 2px;
    scrollbar-width: none;
}
.qy-feed-preview::-webkit-scrollbar { display: none; }
.qy-feed-preview-item {
    flex: 0 0 auto;
    width: 108px;
    height: 78px;
    border-radius: 7px;
    overflow: hidden;
    background: #eef2f7;
}
.qy-feed-preview.is-single .qy-feed-preview-item { width: min(360px, 100%); height: 180px; }
.qy-feed-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.qy-feed-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.qy-feed-topic {
    display: inline-flex;
    align-items: center;
    height: 21px;
    padding: 0 10px;
    border-radius: 11px;
    background: rgba(0,122,255,.05);
    color: #2d71c7;
    font-size: 13px;
    line-height: 21px;
}
.qy-feed-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
    color: #232a35;
    font-size: 13px;
}
.qy-feed-action {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}
.qy-feed-action-label { color: #9aa2ad; }
.qy-feed-svg {
    width: 18px;
    height: 18px;
    color: #262626;
}
.qy-feed-empty { padding: 28px 0; border-bottom: 0; }
.qy-feed-empty-actions { display: flex; gap: 10px; margin-top: 16px; }
.qy-trend-shuffle {
    border: 0;
    background: transparent;
    color: #a0a7b1;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
}
.qy-trend-shuffle:hover { color: #f74735; }
.xn-menu-icon { width: 22px; display: grid; place-items: center; }
.xn-svg { width: 20px; height: 20px; color: #27313e; }
.xn-user-entry { display: inline-flex; align-items: center; gap: 8px; }
.xn-hot-users a { grid-template-columns: 34px minmax(0,1fr); }
.xn-hot-avatar { grid-row: span 2; }
.qy-mobile-post-btn {
    display: none;
    position: fixed;
    right: 3%;
    bottom: 22px;
    z-index: 998;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 24px;
    background: #666;
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,.28);
}

/* ===== 文章页 viewthread 复刻 ===== */
.qy-thread-head {
    margin: 0 0 18px;
    padding-bottom: 0;
    border-bottom: 0;
}
.qy-thread-head .v_tit {
    margin: 0;
    color: #111827;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 900;
}
.qy-author-inline {
    margin-bottom: 18px;
    padding: 20px;
    border-radius: 12px;
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(235,238,242,.86);
}
.qy-author-inline .user-profile-header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
}
.qy-author-inline .profile-copy { min-width: 0; flex: 1; }
.qy-author-inline .profile-name {
    color: #111827;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
}
.qy-author-inline .author-description {
    margin: 6px 0 0;
    color: #94a3b8;
    font-size: 13px;
}
.qy-author-home-btn {
    display: block;
    width: calc(100% - 0px);
    margin-bottom: 14px;
    padding: 7px 0;
    border: 1px solid #f2f2f5;
    border-radius: 8px;
    background: #fff;
    color: #515a6e;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}
.qy-author-inline .info_box1 .tns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    text-align: center;
    color: #94a3b8;
    font-size: 12px;
}
.qy-author-inline .info_box1 strong {
    display: block;
    color: #111827;
    font-size: 16px;
}
.qy-thread-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 18px;
    color: #bbb;
    font-size: 12px;
}
.qy-meta-eye { color: #bbb; }
.qy-thread-board {
    color: #2d71c7;
    font-size: 12px;
}
.readpay-style {
    position: relative;
    z-index: 2;
    height: 100px;
    margin-top: -60px;
    text-align: center;
    background: linear-gradient(0, rgba(255,255,255,1), rgba(255,255,255,.9), rgba(255,255,255,0));
}
.readpay-style .readpay-text {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-top: 30px;
    padding: 0 14px;
    border-radius: 8px;
    background: #ffda41;
    color: #303946;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
}
.readpay-style .readpay-text:hover { padding: 0 18px; box-shadow: 0 0 5px #ffda41; }
.readpay-style .readpay-text a { color: #f74735; text-decoration: none; font-weight: 700; }
.readpay-style .readpay-text i { font-style: normal; }
.qy-inline-actions {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin: 28px 0 10px;
    padding: 10px 0 20px;
    text-align: center;
}
.card_collection {
    display: grid;
    justify-items: center;
    gap: 8px;
    min-width: 72px;
    line-height: 1.4;
    color: #8a919f;
    font-size: 13px;
}
.qy-inline-action-btn,
.qy-float-action {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: #303946;
    box-shadow: 0 4px 16px rgba(13,39,91,.1);
    cursor: pointer;
    transition: transform .18s ease, color .18s ease;
}
.qy-float-action {
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 8px rgba(234,47,47,.02);
}
.qy-inline-action-btn:hover,
.qy-float-action:hover,
.qy-inline-action-btn.is-active,
.qy-float-action.is-active { color: #f74735; transform: translateY(-2px); }
.qy-inline-svg { width: 18px; height: 18px; }
.qy-float-svg { width: 20px; height: 20px; }
.qy-float-action-wrap { position: relative; }
.right_icon {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #f74735;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
}
.qy-rating-panel--inline { margin: 0 0 24px; }
.collection_thumb_left {
    width: 70px;
    margin-left: 0;
}
.qy-article-card.viewbox {
    border-radius: 8px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(235,238,242,.86);
    box-shadow: 0 10px 28px rgba(15,23,42,.045);
}
.qy-article-card .reply_tit1 {
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(235,238,242,.86);
}
.qy-article-card .comment-reply-title {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 800;
    color: #303946;
}
.ratl { width: 100%; border-collapse: collapse; }
.ratl th, .ratl td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(235,238,242,.86);
    text-align: left;
    font-size: 13px;
}
.ratc {
    margin: 10px 0 0;
    color: #94a3b8;
    font-size: 13px;
    text-align: right;
}
.xi1 { color: #f74735; font-weight: 800; }
.xg1 { color: #687280; }

@media (max-width: 1080px) {
    .collection_thumb_left { display: none; }
    .qy-mobile-post-btn { display: grid; place-items: center; }
}

/* ===== Account modal refresh ===== */
.qy-auth-overlay {
    background: rgba(17, 24, 39, .46);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.qy-auth-modal {
    width: min(480px, 100%);
    padding: 30px;
    border-radius: 18px;
    border: 1px solid rgba(226, 232, 240, .9);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 28px 90px rgba(15, 23, 42, .24);
}
.qy-auth-head {
    margin-bottom: 18px;
}
.qy-auth-head h3,
.qy-auth-panel h3,
.qy-auth-logged h3 {
    color: #111827;
    font-size: 24px;
    line-height: 1.25;
}
.qy-auth-subtitle,
.qy-auth-panel-note {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.7;
}
.qy-auth-panel-note {
    margin: 0 0 16px;
}
.qy-auth-tabs {
    gap: 6px;
    padding: 5px;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #f8fafc;
}
.qy-auth-tab {
    height: 38px;
    border-radius: 9px;
    color: #64748b;
}
.qy-auth-tab.is-active {
    background: #fff;
    color: #f74735;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}
.qy-auth-form {
    gap: 13px;
}
.qy-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.qy-auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.qy-auth-field span {
    color: #374151;
    font-size: 13px;
}
.qy-auth-field input {
    height: 44px;
    border-radius: 10px;
    border: 1px solid #dbe3ee;
    background: #fff;
    color: #111827;
    caret-color: #f74735;
    user-select: text;
    -webkit-user-select: text;
}
.qy-auth-field input::selection {
    background: rgba(247, 71, 53, .18);
}
.qy-auth-field input:focus {
    border-color: rgba(247, 71, 53, .58);
    box-shadow: 0 0 0 4px rgba(247, 71, 53, .1);
}
.qy-auth-field input:disabled {
    color: #94a3b8;
    background: #f8fafc;
}
.qy-auth-field-row {
    gap: 10px;
}
.qy-auth-code-btn {
    border-radius: 10px;
    background: #fff7f6;
}
.qy-auth-submit,
.qy-auth-btn {
    height: 44px;
    border-radius: 10px;
}
.qy-auth-btn-primary {
    background: #f74735;
    box-shadow: 0 12px 26px rgba(247, 71, 53, .22);
}
.qy-auth-btn-dark {
    background: #111827;
    color: #fff;
}
.qy-auth-btn-ghost {
    background: #fff;
    color: #374151;
    border: 1px solid #dbe3ee;
}
.qy-auth-text-btn,
.qy-auth-switch-btn {
    border: 0;
    background: transparent;
    color: #f74735;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
}
.qy-auth-text-btn:hover,
.qy-auth-switch-btn:hover {
    text-decoration: underline;
}
.qy-auth-check {
    user-select: none;
}
.qy-auth-check input {
    accent-color: #f74735;
}
.qy-auth-switch {
    margin-top: 14px;
}
.qy-auth-close {
    background: #f8fafc;
    color: #475569;
}
.qy-auth-close:hover {
    background: #eef2f7;
    color: #111827;
}
@media (max-width: 520px) {
    .qy-auth-overlay {
        align-items: flex-start;
        padding: 16px;
        overflow: auto;
    }
    .qy-auth-modal {
        padding: 24px 18px;
    }
    .qy-auth-grid {
        grid-template-columns: 1fr;
    }
    .qy-auth-row {
        align-items: flex-start;
        flex-direction: column;
    }
}
