:root{
    color-scheme: light;
    --blue:#123f7a;
    --blue-2:#1b5aa6;
    --blue-3:#eaf3ff;
    --ink:#182230;
    --muted:#667085;
    --line:#e5eaf0;
    --bg:#f6f8fb;
    --white:#fff;
    --green:#0f9f6e;
    --red:#c93838;
    --shadow:0 18px 45px rgba(18,63,122,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.container{width:min(1160px,calc(100% - 32px));margin:0 auto}
.narrow{width:min(820px,calc(100% - 32px));margin:0 auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,234,240,.85)}
.nav-wrap{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:20px;background:linear-gradient(145deg,var(--blue),var(--blue-2));box-shadow:0 10px 26px rgba(18,63,122,.24)}
.brand strong,.brand small{display:block}
.brand strong{font-size:17px;line-height:1.2}
.brand small{font-size:11px;color:var(--muted);margin-top:3px}
.nav{display:flex;align-items:center;gap:8px}
.nav a{padding:9px 13px;border-radius:11px;color:#344054}
.nav a:hover{background:var(--blue-3);color:var(--blue)}
.nav .nav-primary{background:var(--blue);color:#fff}
.hero{background:linear-gradient(135deg,#0d3670 0%, #1855a5 55%, #2f79cc 100%);color:#fff;padding:54px 0 34px;overflow:hidden;position:relative}
.hero-simple:before{content:"";position:absolute;inset:auto -120px -140px auto;width:320px;height:320px;border:1px solid rgba(255,255,255,.15);border-radius:50%}
.hero-single{display:block}
.school-line{font-size:clamp(24px,3.5vw,38px);font-weight:900;letter-spacing:.02em;margin-bottom:8px;color:#fff}
.hero-badge{display:inline-block;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);font-size:13px;font-weight:700;margin-bottom:18px}
.hero h1,.page-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.12;margin:0 0 14px;letter-spacing:-.035em}
.hero p{font-size:18px;color:rgba(255,255,255,.88);max-width:760px;margin:0 0 18px}
.eyebrow{display:inline-block;letter-spacing:.12em;font-size:12px;font-weight:800;color:#7fb5ff;margin-bottom:10px}
.search-card{background:#fff;color:var(--ink);padding:20px 22px;border-radius:22px;box-shadow:0 25px 80px rgba(0,0,0,.18)}
.search-card-inline{max-width:620px}
.search-card label{font-weight:800;display:block;margin-bottom:10px}
.search-row{display:flex;gap:10px}
.search-row input{min-width:0;flex:1;border:1px solid var(--line);border-radius:13px;padding:13px 14px;outline:none}
.search-row input:focus,.field input:focus,.field textarea:focus,.field select:focus{border-color:#7bb1ec;box-shadow:0 0 0 4px rgba(27,90,166,.10)}
.button,.search-row button{border:0;border-radius:13px;background:var(--blue);color:#fff;font-weight:800;padding:12px 18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.button-light{background:#fff;color:var(--blue)}
.button-secondary{background:#edf2f7;color:#344054}
.button-small{padding:8px 12px;border-radius:10px;font-size:13px}
.button-block{width:100%}
.search-card p{font-size:13px;color:var(--muted);margin:12px 0 0}
.search-card a{color:var(--blue);font-weight:700}
.stats-row{margin-top:-4px;position:relative;z-index:3;background:#fff;border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}
.stats-row div{padding:22px 18px;text-align:center;border-right:1px solid var(--line)}
.stats-row div:last-child{border-right:0}
.stats-row strong{font-size:32px;color:var(--blue);display:block;line-height:1.1}
.stats-row span{font-size:13px;color:var(--muted)}
.section{padding:42px 0 0}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}
.section-title h2{margin:0;font-size:34px;letter-spacing:-.02em}
.section-title-tight h2{font-size:30px}
.section-tip{margin:8px 0 0;color:var(--muted);font-size:15px}
.text-link{color:var(--blue);font-weight:800}
.quick-faq-list,.question-list{display:grid;gap:14px}
.quick-faq-card,.question-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px 24px;box-shadow:0 8px 30px rgba(16,24,40,.035)}
.quick-top,.question-meta,.question-foot{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px}
.tag{background:var(--blue-3);color:var(--blue);font-weight:800;padding:4px 9px;border-radius:999px}
.quick-faq-card h3,.question-card h3{font-size:24px;margin:12px 0 14px;line-height:1.35}
.quick-faq-card h3 a:hover,.question-card h3 a:hover{color:var(--blue)}
.qa-mini,.qa-row{display:grid;gap:6px}
.qa-row{grid-template-columns:28px 1fr;align-items:start;background:#f9fbfe;border-radius:14px;padding:12px 14px;margin-bottom:10px}
.qa-row.compact{padding:10px 12px}
.qa-row strong{color:var(--blue);font-size:16px;line-height:1.6}
.qa-row p{margin:0;color:#2b3545;font-size:15px}
.answer-row{background:#f2f7ff}
.question-foot a{margin-left:auto;color:var(--blue);font-weight:800}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 16px;display:flex;align-items:center;gap:12px;transition:.2s ease}
.category-card:hover,.category-card.active{transform:translateY(-2px);border-color:#9fc5ef;box-shadow:var(--shadow)}
.category-card span{width:38px;height:38px;border-radius:12px;background:var(--blue-3);color:var(--blue);display:grid;place-items:center;font-weight:900}
.category-card strong{font-size:15px}
.empty-state,.success-card{text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:52px 24px}
.empty-state h3,.success-card h2{margin:0 0 8px}
.empty-state p,.success-card p{color:var(--muted)}
.success-card span{width:58px;height:58px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:#e7f8f1;color:var(--green);font-size:28px;font-weight:900}
.success-card>div{display:flex;gap:10px;justify-content:center;margin-top:22px}
.alert{background:#fff0f0;border:1px solid #f3c0c0;color:#982c2c;border-radius:14px;padding:10px 14px;margin-bottom:18px}
.alert p{margin:4px 0}
.cta{margin-top:50px;margin-bottom:56px;padding:34px 40px;border-radius:24px;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px}
.cta h2{margin:0 0 5px}
.cta p{margin:0;color:rgba(255,255,255,.75)}
.footer{background:#0f2138;color:#fff;padding:32px 0}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.footer p,.footer-note{color:rgba(255,255,255,.6);font-size:13px;margin:6px 0 0}
.footer-note{text-align:right}
.page-hero{padding:42px 0;background:linear-gradient(180deg,#eaf3ff,#f6f8fb);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(30px,5vw,46px);color:var(--ink);margin-bottom:8px}
.page-hero p{color:var(--muted);margin:0}
.form-section{padding:38px 0 70px}
.form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.field{margin-bottom:20px}
.field label{display:block;font-weight:800;margin-bottom:7px}
.field em{color:var(--red);font-style:normal}
.field input,.field textarea,.field select{width:100%;border:1px solid #d7dee7;border-radius:13px;padding:12px 14px;outline:none;background:#fff;color:var(--ink)}
.field textarea{resize:vertical}
.field small{display:block;color:var(--muted);margin-top:6px}
.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.agreement{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:13px;margin-bottom:20px}
.suggestions{border:1px solid #bcd5ef;background:#f5faff;border-radius:14px;padding:13px;margin:-8px 0 20px}
.suggestions strong{display:block;font-size:13px;margin-bottom:8px}
.suggestions a{display:block;padding:7px 0;color:var(--blue);border-top:1px dashed #cbdbea}
.answer-layout{padding:34px 0 70px}
.question-detail,.answer-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;margin-bottom:18px}
.detail-label{font-size:12px;font-weight:900;color:var(--blue);display:block;margin-bottom:8px}
.rich-text{white-space:normal;word-break:break-word}
.answer-card{border-top:4px solid var(--blue);box-shadow:var(--shadow)}
.answer-head{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:20px}
.avatar{width:44px;height:44px;border-radius:14px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900}
.answer-head strong,.answer-head small{display:block}
.answer-head small{color:var(--muted)}
.answer-text{font-size:16px;line-height:1.9}
.disclaimer-box{margin-top:24px;background:#f7f8fa;border-radius:13px;padding:13px;color:var(--muted);font-size:12px}
.vote-box{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:20px}
.vote-box button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 11px;cursor:pointer}
.vote-box strong{color:var(--green)}
.back-row{display:flex;align-items:center;justify-content:space-between}
.login-body{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#0b2f62,#1b5aa6)}
.login-card{width:min(430px,100%);background:#fff;border-radius:24px;padding:34px;box-shadow:0 30px 100px rgba(0,0,0,.3)}
.login-brand{margin-bottom:28px}
.login-card h1{margin:0 0 4px}
.login-card>p{color:var(--muted);margin:0 0 24px}
.admin-body{background:#f4f6f9}
.admin-topbar{background:#102f55;color:#fff}
.admin-nav{min-height:68px;display:flex;align-items:center;justify-content:space-between}
.admin-nav nav{display:flex;gap:8px}
.admin-nav nav a{padding:8px 11px;border-radius:9px;color:rgba(255,255,255,.8)}
.admin-nav nav a:hover{background:rgba(255,255,255,.1);color:#fff}
.admin-main{padding:30px 0 70px}
.page-heading h1{margin:0 0 22px}
.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}
.admin-stats a{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}
.admin-stats strong{font-size:28px;color:var(--blue);display:block}
.admin-stats span{color:var(--muted);font-size:13px}
.filter-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.filter-tabs a{background:#fff;border:1px solid var(--line);padding:8px 13px;border-radius:10px}
.filter-tabs a.active{background:var(--blue);color:#fff;border-color:var(--blue)}
.admin-table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:18px}
.admin-table{width:100%;border-collapse:collapse;min-width:850px}
.admin-table th,.admin-table td{padding:15px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
.admin-table th{font-size:12px;color:var(--muted);background:#fafbfc}
.admin-table td strong,.admin-table td small{display:block}
.admin-table td small{color:var(--muted);margin-top:4px}
.table-empty{text-align:center!important;color:var(--muted)}
.status{font-size:12px;font-weight:800;padding:4px 8px;border-radius:999px}
.status-pending{background:#fff5df;color:#8b5b00}
.status-published{background:#e8f8f1;color:#087554}
.status-hidden{background:#eef1f5;color:#667085}
.admin-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:20px;align-items:start}
.side-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}
.side-card h3{margin-top:0}
.side-card dl{margin:0}
.side-card dt{color:var(--muted);font-size:12px;margin-top:12px}
.side-card dd{margin:2px 0 0;word-break:break-all}
.check-field{display:flex;align-items:center;gap:10px;background:#f7f8fa;border-radius:13px;padding:13px;margin-bottom:20px}
.editor-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.danger-link{margin-left:auto;border:0;background:transparent;color:var(--red);cursor:pointer}
.success-inline{background:#e7f8f1;color:#087554;border:1px solid #b6ead7;border-radius:13px;padding:11px 14px;margin-bottom:18px}
.settings-card{max-width:850px}
.settings-card hr{border:0;border-top:1px solid var(--line);margin:28px 0}
@media (max-width:900px){.category-grid{grid-template-columns:repeat(2,1fr)}.admin-editor-grid{grid-template-columns:1fr}.section-title h2{font-size:28px}}
@media (max-width:680px){.container,.narrow{width:min(100% - 22px,1160px)}.nav-wrap{min-height:64px}.brand small{display:none}.nav a:not(.nav-primary){display:none}.hero{padding:26px 0 22px}.school-line{font-size:28px;line-height:1.2}.hero-badge{font-size:12px;padding:7px 12px;margin-bottom:12px}.hero h1{font-size:30px;line-height:1.18;margin-bottom:10px}.hero p{font-size:15px;line-height:1.7;margin-bottom:14px}.search-card{padding:16px 14px;border-radius:18px}.search-card label{font-size:15px}.search-row{display:block}.search-row button{width:100%;margin-top:10px}.stats-row{grid-template-columns:1fr;margin-top:12px;border-radius:18px}.stats-row div{border-right:0;border-bottom:1px solid var(--line);padding:15px}.stats-row div:last-child{border-bottom:0}.stats-row strong{font-size:30px}.section{padding-top:30px}.section-title{align-items:flex-start;display:block}.section-title h2{font-size:28px;line-height:1.25}.section-tip{font-size:14px}.text-link{display:inline-block;margin-top:10px}.quick-faq-card,.question-card{padding:18px 16px;border-radius:18px}.quick-faq-card h3,.question-card h3{font-size:23px;margin:10px 0 12px}.qa-row{grid-template-columns:24px 1fr;padding:11px 10px}.qa-row strong{font-size:15px}.qa-row p{font-size:15px;line-height:1.7}.question-foot{display:block}.question-foot span{display:inline-block;margin-right:12px;margin-bottom:6px}.question-foot a{display:block;margin:6px 0 0 0}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{padding:14px 12px}.cta{margin-top:38px;margin-bottom:42px;padding:26px 18px;display:block;border-radius:20px}.cta h2{font-size:28px;line-height:1.3}.cta p{margin-top:6px}.cta .button{margin-top:18px;width:100%}.footer-grid{grid-template-columns:1fr}.footer-note{text-align:left}.page-hero{padding:32px 0}.form-card{padding:20px}.two-fields{grid-template-columns:1fr;gap:0}.back-row{align-items:flex-start;gap:16px}.admin-nav nav a:nth-child(-n+2){display:none}.admin-stats{grid-template-columns:1fr 1fr 1fr}.admin-stats a{padding:14px 10px}.admin-stats strong{font-size:22px}}


/* PUBLIC_REPLIES_V1 */
.official-answer-card{position:relative}
.official-label{display:inline-flex;background:#123f7a;color:#fff;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:800;margin-bottom:14px}
.public-replies-section{margin:30px 0 24px}
.public-replies-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
.public-replies-title h2{font-size:28px;margin:0}
.public-replies-title>strong{color:#123f7a}
.reply-form-card{background:#fff;border:1px solid #dfe7f0;border-radius:20px;padding:22px;box-shadow:0 12px 36px rgba(18,63,122,.07);margin-bottom:18px}
.reply-submit-row{display:flex;align-items:center;justify-content:space-between;gap:18px}
.reply-submit-row small{color:#667085}
.reply-list{display:grid;gap:12px}
.public-reply-card{background:#fff;border:1px solid #e5eaf0;border-radius:18px;padding:18px 20px}
.public-reply-head{display:flex;align-items:center;gap:11px;margin-bottom:12px}
.reply-avatar{width:38px;height:38px;border-radius:12px;background:#eaf3ff;color:#123f7a;display:grid;place-items:center;font-weight:900}
.public-reply-head strong,.public-reply-head small{display:block}
.public-reply-head small{color:#667085;font-size:12px}
.public-reply-content{line-height:1.85;word-break:break-word}
.reply-empty{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:22px;text-align:center;color:#667085}
.admin-replies-panel{margin-top:28px}
.admin-reply-list{display:grid;gap:12px}
.admin-reply-card{display:flex;justify-content:space-between;gap:20px;background:#fff;border:1px solid #e5eaf0;border-radius:16px;padding:18px}
.admin-reply-card strong,.admin-reply-card small{display:block}
.admin-reply-card small{color:#667085}
.admin-reply-card p{margin:10px 0 0;line-height:1.8}
.danger-button{border:1px solid #efb4b4;background:#fff2f2;color:#a32929;border-radius:10px;padding:8px 12px;cursor:pointer;white-space:nowrap}
@media(max-width:680px){
    .public-replies-title{display:block}
    .public-replies-title>strong{display:block;margin-top:5px}
    .public-replies-title h2{font-size:25px}
    .reply-form-card{padding:17px 15px}
    .reply-submit-row{display:block}
    .reply-submit-row .button{width:100%;margin-top:12px}
    .public-reply-card{padding:16px 14px}
    .admin-reply-card{display:block}
    .admin-reply-card form{margin-top:12px}
}


/* XIAOYU_METRICS_STYLE_V1 */
.question-foot{
    display:flex;
    align-items:center;
    gap:9px;
    flex-wrap:wrap;
}
.metric-pill{
    display:inline-flex;
    align-items:center;
    gap:5px;
    min-height:30px;
    padding:5px 10px;
    border:1px solid #dce7f4;
    border-radius:999px;
    background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);
    color:#526173;
    box-shadow:0 3px 10px rgba(18,63,122,.06);
    font-size:12px;
    line-height:1;
    white-space:nowrap;
}
.metric-pill .metric-icon{
    width:18px;
    height:18px;
    display:inline-grid;
    place-items:center;
    border-radius:50%;
    font-size:12px;
    font-style:normal;
}
.metric-pill strong{
    color:#193f70;
    font-size:13px;
    font-weight:900;
}
.metric-pill small{
    color:#758296;
    font-size:11px;
}
.metric-view .metric-icon{
    background:#e8f2ff;
    color:#1b5aa6;
}
.metric-like{
    border-color:#f0dbe3;
    background:linear-gradient(180deg,#fff 0%,#fff6f9 100%);
}
.metric-like .metric-icon{
    background:#ffe9f0;
    color:#d44772;
}
.metric-like strong{
    color:#b82f5c;
}
.question-foot > a{
    margin-left:auto;
    min-height:30px;
    display:inline-flex;
    align-items:center;
}
@media (max-width:680px){
    .question-foot{
        display:flex;
        align-items:center;
        gap:7px;
    }
    .metric-pill{
        padding:5px 9px;
        min-height:29px;
    }
    .question-foot > a{
        width:100%;
        margin:5px 0 0;
        padding-top:4px;
        border-top:1px dashed #e1e8f0;
    }
}


/* WAITING_RECENT_PRIVATE_LOOKUP_V1 */
.search-help-links{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:12px}
.search-help-links a{color:#123f7a;font-size:13px;font-weight:800}
.stats-row .stats-link{padding:22px 18px;text-align:center;border-right:1px solid var(--line);display:block;transition:.2s ease}
.stats-row .stats-link:hover{background:#f4f8ff}
.stats-row .stats-link strong,.stats-row>div strong{font-size:32px;color:var(--blue);display:block;line-height:1.1}
.stats-row .stats-link span,.stats-row>div span{font-size:13px;color:var(--muted);display:block;margin-top:5px}
.stats-row .stats-link small,.stats-row>div small{display:block;margin-top:3px;color:#8b96a8;font-size:11px}
.stats-row .stats-waiting{background:linear-gradient(180deg,#fff,#f4f8ff)}
.activity-badge,.answered-badge,.pending-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800}
.activity-badge,.answered-badge{background:#e7f8f1;color:#087554}
.pending-badge{background:#fff3d8;color:#925d00}
.relative-time{color:#526173;font-weight:700}
.reply-count{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f0f2f5;color:#526173;font-size:11px;font-weight:800}
.waiting-preview-list,.waiting-list,.lookup-result-list{display:grid;gap:13px}
.waiting-preview-card,.waiting-card{background:#fff;border:1px solid #e1e8f0;border-radius:19px;padding:19px 21px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 8px 28px rgba(18,63,122,.05);transition:.2s ease}
.waiting-preview-card:hover,.waiting-card:hover{transform:translateY(-2px);border-color:#a9c8e9;box-shadow:0 15px 38px rgba(18,63,122,.10)}
.waiting-preview-card h3{font-size:20px;margin:9px 0 3px}
.waiting-preview-card p,.waiting-card p{color:#667085;margin:0}
.waiting-preview-meta,.waiting-card-side{min-width:120px;text-align:right;display:grid;gap:4px}
.waiting-preview-meta span,.waiting-card-side span{font-size:12px;color:#667085}
.waiting-preview-meta strong,.waiting-card-side strong{color:#123f7a;font-size:16px}
.waiting-preview-meta em,.waiting-card-side em{font-style:normal;color:#1b5aa6;font-size:13px;font-weight:800}
.waiting-card-main{min-width:0}
.waiting-card-main h2{font-size:23px;line-height:1.35;margin:10px 0 5px}
.waiting-card-side strong{font-size:30px;line-height:1}
.waiting-answer-card{display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#fff7e5,#fff);border:1px solid #f0d5a0;border-radius:20px;padding:22px;margin-bottom:18px}
.waiting-answer-icon{flex:0 0 auto;width:52px;height:52px;border-radius:16px;background:#f0a52b;color:#fff;display:grid;place-items:center;font-size:28px;font-weight:900}
.waiting-answer-card h2{margin:0 0 4px;font-size:25px}
.waiting-answer-card p{margin:0;color:#6b7280}
.privacy-tip-card{background:linear-gradient(135deg,#edf6ff,#fff);border:1px solid #bcd5ef;border-radius:17px;padding:16px 18px;margin-bottom:16px}
.privacy-tip-card strong{color:#123f7a;font-size:16px}
.privacy-tip-card p{margin:5px 0 0;color:#526173;font-size:14px}
.lookup-entry-link{display:block;text-align:center;margin-top:14px;color:#1b5aa6;font-weight:800;font-size:14px}
.success-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.private-search-row{display:flex;gap:10px}
.private-search-row input{flex:1;min-width:0}
.lookup-alert{margin-top:16px}
.lookup-results{margin-top:30px}
.lookup-result-card{background:#fff;border:1px solid #e1e8f0;border-radius:20px;padding:21px;box-shadow:0 9px 30px rgba(18,63,122,.05)}
.lookup-result-card h2{font-size:23px;line-height:1.35;margin:10px 0 14px}
.lookup-replies{border-top:1px dashed #d9e1eb;margin:14px 0;padding-top:14px}
.lookup-replies>strong{color:#123f7a}
.lookup-reply-item{background:#f8fafc;border-radius:12px;padding:10px 12px;margin-top:8px}
.lookup-reply-item span{font-size:12px;color:#667085}
.lookup-reply-item p{margin:3px 0 0;color:#344054}
@media(max-width:680px){
    .search-help-links{display:grid;gap:7px}
    .stats-row .stats-link{border-right:0;border-bottom:1px solid var(--line);padding:15px}
    .waiting-preview-card,.waiting-card{display:block;padding:17px 15px}
    .waiting-preview-meta,.waiting-card-side{text-align:left;display:flex;align-items:center;gap:10px;margin-top:12px;min-width:0;flex-wrap:wrap}
    .waiting-card-side strong{font-size:18px}
    .waiting-answer-card{align-items:flex-start;padding:18px 15px}
    .waiting-answer-card h2{font-size:22px}
    .private-search-row{display:block}
    .private-search-row .button{width:100%;margin-top:10px}
    .lookup-result-card{padding:17px 14px}
    .success-actions{display:grid}
}


/* XIAOYU_ONECLICK_LIKE_V1 */
.answer-like-box{
    margin-top:22px;
    padding-top:20px;
    border-top:1px solid var(--line,#e5eaf0);
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}
.answer-like-button{
    appearance:none;
    border:1px solid #d7e5f5;
    border-radius:999px;
    background:linear-gradient(180deg,#fff 0%,#f2f7ff 100%);
    color:#174b85;
    min-height:44px;
    padding:8px 16px 8px 12px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:800;
    cursor:pointer;
    box-shadow:0 8px 22px rgba(18,63,122,.10);
    transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.answer-like-button:hover:not(:disabled){
    transform:translateY(-1px);
    border-color:#8db8e6;
    box-shadow:0 11px 28px rgba(18,63,122,.15);
}
.answer-like-button:active:not(:disabled){transform:scale(.97)}
.answer-like-button:disabled{cursor:default;opacity:1}
.answer-like-button.is-liked,
.answer-like-button:disabled{
    background:linear-gradient(180deg,#eaf8f2 0%,#dcf4e9 100%);
    border-color:#9bd9bd;
    color:#087554;
}
.answer-like-button.is-loading{opacity:.72}
.answer-like-icon{
    width:28px;height:28px;display:grid;place-items:center;border-radius:50%;
    background:#e5f0ff;font-size:16px;
}
.answer-like-button.is-liked .answer-like-icon,
.answer-like-button:disabled .answer-like-icon{background:#c9eedc}
.answer-like-count{
    min-width:26px;padding:3px 8px;border-radius:999px;background:rgba(255,255,255,.82);
    color:inherit;text-align:center;font-size:13px;
}
.answer-like-message{color:#7a8798;font-size:13px}
@media (max-width:680px){
    .answer-like-box{align-items:flex-start;gap:8px}
    .answer-like-button{width:100%;justify-content:center;min-height:48px;font-size:16px}
    .answer-like-message{width:100%;text-align:center}
}

/* XIAOYU_ALL_LIST_LIKE_V1 */
.old-like-metric-hidden{
    display:none !important;
}
.list-like-wrap{
    display:inline-flex;
    align-items:center;
}
.list-like-button{
    appearance:none;
    border:1px solid #d7e5f5;
    border-radius:999px;
    background:linear-gradient(180deg,#fff 0%,#f2f7ff 100%);
    color:#174b85;
    min-height:31px;
    padding:5px 10px 5px 7px;
    display:inline-flex;
    align-items:center;
    gap:5px;
    font-size:12px;
    font-weight:800;
    line-height:1;
    cursor:pointer;
    box-shadow:0 4px 12px rgba(18,63,122,.08);
    transition:
        transform .15s ease,
        border-color .15s ease,
        box-shadow .15s ease;
}
.list-like-button:hover:not(:disabled){
    transform:translateY(-1px);
    border-color:#91bce9;
    box-shadow:0 7px 18px rgba(18,63,122,.14);
}
.list-like-button:active:not(:disabled){
    transform:scale(.96);
}
.list-like-button.is-loading{
    opacity:.68;
}
.list-like-button.is-liked{
    border-color:#a8dfc5;
    background:linear-gradient(180deg,#effbf5 0%,#dff5ea 100%);
    color:#087554;
}
.list-like-button:disabled{
    cursor:default;
    opacity:1;
}
.list-like-icon{
    width:20px;
    height:20px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#e4f0ff;
    font-size:12px;
}
.list-like-button.is-liked .list-like-icon{
    background:#ccefdc;
}
.list-like-count{
    min-width:20px;
    padding:3px 6px;
    border-radius:999px;
    background:rgba(255,255,255,.82);
    text-align:center;
    font-size:11px;
}
@media (max-width:680px){
    .list-like-button{
        min-height:35px;
        padding:6px 11px 6px 8px;
        font-size:13px;
    }
    .list-like-icon{
        width:22px;
        height:22px;
    }
}

/* XIAOYU_INLINE_HELPFUL_V2 */
.list-like-wrap{
    display:none !important;
}
.inline-helpful-clickable{
    cursor:pointer !important;
    user-select:none;
    -webkit-tap-highlight-color:transparent;
    transition:
        transform .14s ease,
        border-color .14s ease,
        background .14s ease,
        box-shadow .14s ease;
}
.inline-helpful-clickable:hover{
    transform:translateY(-1px);
}
.inline-helpful-clickable:active{
    transform:scale(.96);
}
.inline-helpful-clickable.is-loading{
    opacity:.62;
}
.inline-helpful-clickable.is-liked{
    border-color:#9dddbf !important;
    background:linear-gradient(180deg,#edf9f3 0%,#dcf4e9 100%) !important;
    color:#087554 !important;
    box-shadow:0 6px 18px rgba(15,159,110,.14) !important;
}
.inline-helpful-clickable.is-error{
    animation:xiaoyu-helpful-shake .22s linear 2;
}
@keyframes xiaoyu-helpful-shake{
    0%,100%{transform:translateX(0)}
    50%{transform:translateX(3px)}
}

/* XIAOYU_HELPFUL_ANIMATION_V1 */
.inline-helpful-clickable{
    position:relative;
    overflow:visible !important;
    isolation:isolate;
}
.inline-helpful-clickable.helpful-animate{
    animation:xiaoyu-helpful-button-bounce .52s cubic-bezier(.2,.9,.25,1.35);
    box-shadow:
        0 0 0 5px rgba(238,83,133,.12),
        0 10px 26px rgba(216,62,111,.24) !important;
}
.helpful-animation-stage{
    position:absolute;
    left:50%;
    top:50%;
    width:1px;
    height:1px;
    pointer-events:none;
    z-index:20;
}
.helpful-heart-particle{
    position:absolute;
    left:0;
    top:0;
    color:#ef4f83;
    font-size:17px;
    font-weight:900;
    opacity:0;
    transform:translate(-50%,-50%) scale(.45);
    text-shadow:0 3px 10px rgba(239,79,131,.35);
    animation:xiaoyu-heart-fly .78s cubic-bezier(.18,.75,.28,1) forwards;
    animation-delay:var(--delay);
}
.helpful-plus-one{
    position:absolute;
    left:50%;
    top:-46px;
    min-width:104px;
    transform:translateX(-50%) translateY(8px) scale(.88);
    opacity:0;
    padding:6px 11px;
    border-radius:999px;
    background:linear-gradient(135deg,#ef4f83,#d9316b);
    color:#fff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.03em;
    white-space:nowrap;
    box-shadow:0 10px 26px rgba(217,49,107,.30);
    animation:xiaoyu-plus-one .95s ease forwards;
}
.helpful-plus-one::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-5px;
    width:10px;
    height:10px;
    background:#d9316b;
    transform:translateX(-50%) rotate(45deg);
    border-radius:2px;
}
.helpful-pulse-ring{
    position:absolute;
    left:0;
    top:0;
    width:44px;
    height:44px;
    border:2px solid rgba(239,79,131,.72);
    border-radius:50%;
    transform:translate(-50%,-50%) scale(.35);
    opacity:.8;
    animation:xiaoyu-pulse-ring .72s ease-out forwards;
}
.helpful-count-pop{
    display:inline-block;
    animation:xiaoyu-count-pop .5s cubic-bezier(.2,.85,.22,1.35);
}
@keyframes xiaoyu-helpful-button-bounce{
    0%{transform:scale(1)}
    28%{transform:scale(.92)}
    62%{transform:scale(1.10)}
    100%{transform:scale(1)}
}
@keyframes xiaoyu-heart-fly{
    0%{
        opacity:0;
        transform:translate(-50%,-50%) scale(.35) rotate(0deg)
    }
    18%{opacity:1}
    100%{
        opacity:0;
        transform:
            translate(calc(-50% + var(--x)),calc(-50% + var(--y)))
            scale(1.18)
            rotate(18deg)
    }
}
@keyframes xiaoyu-plus-one{
    0%{
        opacity:0;
        transform:translateX(-50%) translateY(9px) scale(.84)
    }
    18%{
        opacity:1;
        transform:translateX(-50%) translateY(0) scale(1.04)
    }
    72%{
        opacity:1;
        transform:translateX(-50%) translateY(-7px) scale(1)
    }
    100%{
        opacity:0;
        transform:translateX(-50%) translateY(-17px) scale(.96)
    }
}
@keyframes xiaoyu-pulse-ring{
    0%{
        opacity:.85;
        transform:translate(-50%,-50%) scale(.30)
    }
    100%{
        opacity:0;
        transform:translate(-50%,-50%) scale(1.45)
    }
}
@keyframes xiaoyu-count-pop{
    0%{transform:scale(1)}
    35%{transform:scale(1.55);color:#ef4f83}
    100%{transform:scale(1)}
}
@media (prefers-reduced-motion:reduce){
    .inline-helpful-clickable.helpful-animate,
    .helpful-heart-particle,
    .helpful-plus-one,
    .helpful-pulse-ring,
    .helpful-count-pop{
        animation-duration:.01ms !important;
        animation-iteration-count:1 !important;
    }
}
