*{box-sizing:border-box}html,body{margin:0;padding:0;color:#172033;background:#f7f8fb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%}:root{--brand:#1e3869;--brand2:#284a86;--muted:#798397;--line:#e8ebf0;--soft:#f3f5f9}.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:40;left:0;top:0;bottom:0;width:220px;background:#fff;border-right:1px solid var(--line);padding:22px 16px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 24px;border-bottom:1px solid var(--line)}.brand img{width:58px;height:58px;border-radius:12px;object-fit:cover;box-shadow:0 6px 18px rgba(30,56,105,.16)}.brand span{display:flex;flex-direction:column;line-height:1.1}.brand b{font-size:25px;color:var(--brand);letter-spacing:1px}.brand small{font-size:15px;margin-top:5px;color:#4e5b70}.side-nav{padding-top:18px}.side-nav a{display:flex;align-items:center;gap:12px;height:48px;border-radius:10px;padding:0 13px;margin:3px 0;color:#4d5668;font-size:15px;transition:.18s}.side-nav a:hover{background:#f5f7fb;color:var(--brand);transform:translateX(2px)}.side-nav a.active{background:var(--brand);color:#fff;font-weight:700}.nav-icon{width:24px;height:24px;border-radius:7px;background:rgba(30,56,105,.08);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.side-nav a.active .nav-icon{background:rgba(255,255,255,.16)}.side-note{margin-top:auto;padding:14px;background:linear-gradient(145deg,var(--brand),#274d8f);color:#fff;border-radius:12px}.side-note strong{font-size:13px}.side-note p{font-size:12px;line-height:1.7;margin:8px 0 0;opacity:.88}.main{margin-left:220px;min-height:100vh}.topbar{height:74px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:22px;padding:0 38px;position:sticky;top:0;z-index:30;backdrop-filter:blur(10px)}.search{display:flex;width:min(610px,58vw);margin:0 auto}.search input{height:42px;flex:1;border:1px solid #dfe3ea;border-radius:10px 0 0 10px;padding:0 15px;font-size:14px;outline:none;background:#f9fafc}.search input:focus{border-color:var(--brand);background:#fff}.search button{border:0;border-radius:0 10px 10px 0;background:var(--brand);color:#fff;padding:0 20px;font-weight:600;cursor:pointer}.user-actions{display:flex;align-items:center;gap:13px;white-space:nowrap;font-size:14px}.user-actions a{color:#4e596d}.user-actions a:hover{color:var(--brand)}.user-name{font-weight:600;color:#24324d}.btn-mini{background:var(--brand);color:#fff!important;padding:8px 12px;border-radius:8px}.mobile-menu,.mobile-logo{display:none}.page-wrap{width:min(1180px,calc(100% - 56px));margin:0 auto;padding:30px 0 60px}.hero{background:linear-gradient(135deg,var(--brand) 0%,#294e90 67%,#3c67aa 100%);border-radius:18px;overflow:hidden;color:#fff;padding:34px 38px;position:relative;box-shadow:0 14px 36px rgba(30,56,105,.13)}.hero:after{content:"";position:absolute;width:290px;height:290px;border:55px solid rgba(255,255,255,.06);border-radius:50%;right:-90px;top:-110px}.hero-kicker{font-size:12px;letter-spacing:2px;opacity:.78}.hero h1{font-size:30px;line-height:1.36;margin:10px 0}.hero p{max-width:850px;line-height:1.85;font-size:15px;opacity:.9;margin:0}.hero-stats{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.stat{min-width:130px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.12);padding:12px 16px;border-radius:12px}.stat b{display:block;font-size:22px}.stat span{font-size:12px;opacity:.8}.grid-2{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;margin-top:24px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 5px 18px rgba(26,39,69,.03)}.card-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 14px;border-bottom:1px solid var(--line)}.card-head h2{margin:0;font-size:19px}.card-head a{font-size:13px;color:var(--brand)}.brief-feature{padding:22px}.brief-feature .tag{display:inline-block;background:rgba(30,56,105,.09);color:var(--brand);padding:5px 9px;border-radius:6px;font-size:12px}.brief-feature h2{font-size:24px;line-height:1.45;margin:12px 0 10px}.brief-feature p{color:#667085;line-height:1.8;margin:0}.brief-meta{display:flex;gap:14px;font-size:12px;color:#8a93a4;margin-top:15px}.brief-list{padding:0 20px 14px}.brief-list a{display:block;padding:15px 0;border-bottom:1px solid var(--line)}.brief-list a:last-child{border:0}.brief-list b{display:block;font-size:15px;line-height:1.45}.brief-list span{font-size:12px;color:#8a93a4;margin-top:5px;display:block}.section{margin-top:26px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.section-title h2{margin:0;font-size:21px}.section-title p{margin:4px 0 0;color:#8a93a4;font-size:13px}.section-title a{font-size:13px;color:var(--brand)}.event-list{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.event-item{display:grid;grid-template-columns:110px minmax(0,1fr) 150px;gap:18px;padding:22px 24px;border-bottom:1px solid var(--line);transition:.16s}.event-item:last-child{border-bottom:0}.event-item:hover{background:#fafbfe}.event-time{font-size:12px;color:#8b95a8;line-height:1.6}.event-time b{display:block;color:var(--brand);font-size:13px}.event-main h3{font-size:18px;line-height:1.48;margin:0 0 8px}.event-main p{margin:0;color:#626d80;line-height:1.75;font-size:14px}.meta-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:11px}.pill{display:inline-flex;align-items:center;background:#f3f5f9;color:#5e6a7c;border-radius:6px;padding:4px 8px;font-size:12px}.pill.brand{background:rgba(30,56,105,.08);color:var(--brand);padding:4px 8px;border:0}.event-side{text-align:right;color:#8b95a8;font-size:12px}.event-side strong{display:block;color:#29344a;font-size:14px;margin-bottom:7px}.category-head{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px 26px;margin-bottom:18px}.category-head h1{margin:0 0 8px;font-size:26px}.category-head p{margin:0;color:#7b8495}.filter-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.filter-row a,.filter-row span{padding:7px 11px;background:#f3f5f9;border-radius:7px;font-size:12px}.filter-row a.active{background:var(--brand);color:#fff}.pagination{display:flex;gap:8px;justify-content:center;margin-top:24px}.pagination a,.pagination span{min-width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);border-radius:8px;font-size:13px}.pagination .active{background:var(--brand);color:#fff;border-color:var(--brand)}.article-shell{display:grid;grid-template-columns:minmax(0,820px) 280px;gap:26px}.article-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:32px 38px}.breadcrumb{font-size:12px;color:#8a93a4;margin-bottom:20px}.article-card h1{font-size:32px;line-height:1.35;margin:0 0 16px;color:#121a2a}.article-info{display:flex;flex-wrap:wrap;gap:13px;color:#8a93a4;font-size:12px;padding-bottom:18px;border-bottom:1px solid var(--line)}.article-summary{margin:22px 0;background:#f6f8fb;border-left:4px solid var(--brand);padding:15px 18px;line-height:1.8;color:#525e71}.article-content{font-size:16px;line-height:1.95;color:#263146}.article-content h2{font-size:23px;margin:30px 0 12px;color:#16213a}.article-content h3{font-size:19px}.article-content p{margin:12px 0}.article-content li{margin:8px 0}.article-content img{display:block;max-width:100%;height:auto;margin:20px auto;border-radius:10px}.article-content a{color:var(--brand);text-decoration:underline}.source-box{margin-top:28px;padding:15px 17px;border-radius:9px;background:#f7f8fb;font-size:13px;color:#697386}.sidebar-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.sidebar-card h3{font-size:16px;margin:0 0 12px}.sidebar-card a{display:block;padding:10px 0;border-bottom:1px dashed #e8ebf0;font-size:13px;line-height:1.5}.sidebar-card a:last-child{border:0}.comment-box{margin-top:28px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}.comment-box h3{margin:0 0 16px}.comment-form textarea{width:100%;min-height:110px;border:1px solid #dfe3ea;border-radius:10px;padding:12px;resize:vertical;font:inherit}.comment-form button{margin-top:10px;border:0;background:var(--brand);color:#fff;padding:10px 18px;border-radius:8px;cursor:pointer}.comment-item{padding:15px 0;border-top:1px solid var(--line)}.comment-top{display:flex;justify-content:space-between;color:#8a93a4;font-size:12px}.comment-item p{line-height:1.7;margin:7px 0 0}.auth-wrap{max-width:460px;margin:45px auto}.auth-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px}.auth-card h1{margin:0 0 8px;font-size:25px}.auth-card .sub{color:#8a93a4;font-size:13px;margin-bottom:22px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:7px;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid #dfe3ea;border-radius:9px;height:42px;padding:0 12px;font:inherit;outline:none}.form-group textarea{height:100px;padding:10px}.form-group input:focus,.form-group textarea:focus{border-color:var(--brand)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--brand);color:#fff;height:42px;padding:0 18px;border-radius:9px;cursor:pointer;font-weight:600}.btn-light{background:#f1f3f6;color:#3d475a}.alert{padding:11px 14px;border-radius:8px;margin-bottom:14px;font-size:13px}.alert-success{background:#edf8f0;color:#28723b}.alert-error{background:#fff0f0;color:#ae3232}.empty{padding:45px;text-align:center;color:#8b95a8}.footer{padding:24px 40px;border-top:1px solid var(--line);background:#fff;color:#8a93a4;font-size:12px;display:flex;justify-content:space-between;gap:20px}.source-note{font-size:13px;color:#8a93a4}.lead{font-size:17px!important;color:#46536a!important}.mobile-only{display:none}
@media(max-width:1100px){.sidebar{width:190px}.main{margin-left:190px}.grid-2{grid-template-columns:1fr}.article-shell{grid-template-columns:1fr}.article-aside{display:none}.event-item{grid-template-columns:90px minmax(0,1fr)}.event-side{display:none}}
@media(max-width:760px){body{background:#fff}.sidebar{transform:translateX(-102%);transition:.23s;width:250px;box-shadow:10px 0 30px rgba(0,0,0,.1)}.sidebar.open{transform:translateX(0)}.main{margin-left:0}.topbar{height:62px;padding:0 14px;gap:10px}.mobile-menu{display:block;border:0;background:transparent;font-size:22px;color:var(--brand)}.mobile-logo{display:block;width:36px;height:36px}.mobile-logo img{border-radius:8px}.search{width:auto;flex:1}.search input{height:38px;min-width:0}.search button{padding:0 12px}.user-actions{display:none}.page-wrap{width:calc(100% - 28px);padding:18px 0 40px}.hero{padding:26px 22px;border-radius:14px}.hero h1{font-size:23px}.hero p{font-size:13px}.hero-stats{gap:8px}.stat{min-width:calc(50% - 4px)}.grid-2{margin-top:16px}.event-item{display:block;padding:18px}.event-time{margin-bottom:6px}.event-time b{display:inline;margin-right:6px}.event-main h3{font-size:17px}.article-card{padding:22px 18px;border:0}.article-card h1{font-size:25px}.article-content{font-size:15px}.comment-box{border-radius:0;border-left:0;border-right:0}.category-head{padding:18px}.footer{display:block;padding:20px 16px}.footer span{display:block;margin:4px 0}.mobile-only{display:block}}

/* ===== 2026-09-10 精修：日报/月报、二维码、地区标签、关于我们 ===== */
body{background:#f5f7fa;color:#182033}.sidebar{padding:20px 14px 16px;box-shadow:8px 0 30px rgba(23,32,51,.025)}.brand{padding:0 8px 20px}.brand img{width:52px;height:52px;border-radius:13px}.brand b{font-size:23px}.brand small{font-size:13px;color:#69758a}.side-nav{padding-top:14px}.side-nav a{height:46px;border-radius:11px;margin:4px 0;font-size:14px}.nav-icon{width:27px;height:27px;border-radius:8px;padding:5px;background:#eef2f8}.nav-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.side-nav a.active .nav-icon{background:rgba(255,255,255,.16)}
.side-qr{margin-top:auto;background:#fff;border:1px solid #e5e9f0;border-radius:14px;padding:12px;text-align:center;box-shadow:0 10px 28px rgba(23,41,72,.06)}.side-qr-head{font-size:12px;font-weight:700;color:#344056;margin-bottom:8px}.side-qr img{display:block;width:142px;height:142px;object-fit:contain;margin:0 auto;border-radius:10px;background:#fff}.side-qr small{display:block;color:#8791a3;font-size:11px;margin-top:7px}.topbar{height:70px;padding:0 34px;box-shadow:0 4px 18px rgba(24,32,51,.02)}.page-wrap{width:min(1200px,calc(100% - 52px));padding:28px 0 64px}.hero{border-radius:20px;padding:36px 40px;box-shadow:0 18px 40px rgba(30,56,105,.14)}.hero h1{font-size:31px;letter-spacing:-.4px}.hero p{max-width:900px}.stat{background:rgba(255,255,255,.12);backdrop-filter:blur(6px)}
.card,.event-list,.category-head,.article-card,.comment-box,.sidebar-card{border-color:#e4e8ef;box-shadow:0 8px 28px rgba(31,44,70,.035)}.report-grid{grid-template-columns:minmax(0,1fr) 360px;gap:20px}.brief-feature.with-cover{display:grid;grid-template-columns:180px minmax(0,1fr);gap:22px;align-items:stretch}.report-cover{min-height:218px;border-radius:16px;padding:20px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;box-shadow:0 12px 30px rgba(30,56,105,.18)}.report-cover:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 15%,rgba(255,255,255,.24),transparent 28%),linear-gradient(155deg,rgba(255,255,255,.08),transparent 45%)}.report-cover:after{content:"";position:absolute;width:120px;height:120px;border:24px solid rgba(255,255,255,.08);border-radius:50%;right:-38px;top:-32px}.report-cover-daily{background:linear-gradient(145deg,#17305d,#284f91)}.report-cover span,.report-cover strong,.report-cover small{position:relative;z-index:1}.report-cover span{font-size:10px;letter-spacing:1.8px;opacity:.78;margin-bottom:auto}.report-cover strong{font-size:29px;letter-spacing:1px}.report-cover small{font-size:12px;opacity:.82;margin-top:8px}.brief-feature-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}.brief-feature .tag{width:max-content;border-radius:8px;padding:6px 10px}.brief-feature h2{font-size:23px;margin:14px 0 9px}.brief-feature p{font-size:14px;line-height:1.85}.brief-meta{margin-top:17px}.monthly-card .card-head{padding:18px 20px 13px}.monthly-card .card-head div{display:flex;flex-direction:column}.monthly-card .card-head small{font-size:10px;letter-spacing:1.4px;color:#a0a8b6;margin-top:3px}.monthly-list{padding:4px 16px 10px}.monthly-list a{display:flex;gap:12px;align-items:center;padding:13px 2px}.month-mark{flex:0 0 46px;height:46px;border-radius:12px;background:linear-gradient(145deg,#eff3f9,#e6ebf4);display:flex!important;align-items:center;justify-content:center;color:var(--brand)!important;font-weight:800;font-size:12px!important;margin:0!important}.month-copy{min-width:0;display:block!important}.month-copy b{font-size:14px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.month-copy em{display:block;font-style:normal;font-size:11px;color:#919bac;margin-top:4px}.empty.compact{padding:32px 10px}.section-title{margin-bottom:13px}.section-title h2{font-size:22px}.event-item{grid-template-columns:112px minmax(0,1fr) 140px;padding:21px 24px}.event-item:hover{background:#fbfcfe;box-shadow:inset 3px 0 0 var(--brand)}.event-main h3{font-size:18px}.event-main p{color:#687489;line-height:1.8}.pill{background:#f1f4f8;color:#5c687b;border:1px solid #edf0f4}.pill.brand{border:1px solid rgba(30,56,105,.08);background:#edf2f9;font-weight:600}.event-side span{display:block;color:#a0a8b6;font-size:11px}.category-kicker{font-size:10px;letter-spacing:1.7px;color:#97a1b2;font-weight:700;margin-bottom:8px}.category-head{padding:25px 27px}.filter-row a{border:1px solid #e9edf3;background:#f7f8fb}.filter-row a.active{border-color:var(--brand)}.empty b{display:block;color:#4d596d;margin-bottom:6px}.empty span{font-size:12px;color:#9aa3b2}
.article-card{padding:34px 40px}.article-report-cover{height:190px;border-radius:18px;margin:-2px 0 26px;padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;background:linear-gradient(145deg,#17305d,#2f5ca2);box-shadow:0 14px 34px rgba(30,56,105,.17)}.article-report-cover.monthly{background:linear-gradient(145deg,#24314f,#4c5f86)}.article-report-cover:after{content:"";position:absolute;width:170px;height:170px;border:34px solid rgba(255,255,255,.08);border-radius:50%;right:-45px;top:-52px}.article-report-cover span,.article-report-cover strong,.article-report-cover small{position:relative;z-index:1}.article-report-cover span{font-size:10px;letter-spacing:2px;opacity:.75;margin-bottom:auto}.article-report-cover strong{font-size:34px}.article-report-cover small{font-size:12px;opacity:.82;margin-top:6px}.article-cover{margin:-2px 0 25px;text-align:center;background:#f3f5f8;border-radius:16px;padding:14px}.article-cover img{max-width:min(100%,720px);max-height:420px;object-fit:contain;border-radius:12px}.article-info{gap:10px}.article-info span{padding:5px 9px;border-radius:7px;background:#f5f7fa}.article-summary{margin:24px 0;background:linear-gradient(145deg,#f5f7fb,#f8fafc);border-left:0;border:1px solid #e6eaf0;border-radius:13px;padding:16px 18px}.article-summary .summary-label{display:inline-flex;padding:4px 8px;border-radius:6px;background:var(--brand);color:#fff;font-size:11px;font-weight:700;margin-bottom:9px}.article-summary p{margin:0;color:#3f4b60;font-size:15px;line-height:1.75}.article-content{color:#2a3549}.article-content p{margin:14px 0}.article-content img{max-width:min(100%,720px)!important;max-height:540px;object-fit:contain;margin:22px auto!important;background:#f5f7fa;padding:6px;border-radius:12px!important}.article-content h2{padding-top:4px}.source-note,.source-box{display:none!important}.sidebar-card a small{display:block;color:#99a1af;margin-top:4px}.comment-box-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.comment-box-head h3{margin:0}.comment-box-head span{font-size:11px;color:#9aa3b2}
.about-hero{background:linear-gradient(135deg,#182f5a,#315d9f);border-radius:20px;padding:48px 46px;color:#fff;position:relative;overflow:hidden;box-shadow:0 18px 40px rgba(30,56,105,.14)}.about-hero:after{content:"";position:absolute;width:260px;height:260px;border:48px solid rgba(255,255,255,.06);border-radius:50%;right:-55px;top:-75px}.about-kicker{font-size:11px;letter-spacing:2px;opacity:.72}.about-hero h1{font-size:36px;margin:12px 0 10px}.about-hero p{font-size:16px;opacity:.88;max-width:720px;line-height:1.8}.about-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;margin-top:22px}.about-card{background:#fff;border:1px solid #e4e8ef;border-radius:16px;padding:34px 38px;box-shadow:0 8px 28px rgba(31,44,70,.035)}.about-card h2:first-child{margin-top:0}.about-side{display:flex;flex-direction:column;gap:14px}.about-side-card{background:#fff;border:1px solid #e4e8ef;border-radius:15px;padding:20px;box-shadow:0 8px 26px rgba(31,44,70,.03)}.about-side-card strong{display:block;color:var(--brand);font-size:24px}.about-side-card span{font-size:12px;color:#8a93a4;margin-top:5px;display:block}.about-side-card.soft{background:#f0f4fa}.about-side-card.soft b{font-size:14px}.about-side-card.soft p{font-size:13px;line-height:1.75;color:#667085;margin:9px 0 0}.qr-mini{text-align:center}.qr-mini b{display:block;text-align:left;font-size:14px}.qr-mini img{width:170px;height:170px;object-fit:contain;margin:12px auto 6px;display:block}.qr-mini small{font-size:11px;color:#939cac}
@media(max-width:1100px){.report-grid{grid-template-columns:1fr}.monthly-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 16px}.monthly-list a{border-bottom:1px solid var(--line)}.about-layout{grid-template-columns:1fr}.about-side{display:grid;grid-template-columns:repeat(3,1fr)}.qr-mini img{width:120px;height:120px}}
@media(max-width:760px){.side-qr{margin-top:18px}.side-qr img{width:136px;height:136px}.page-wrap{width:calc(100% - 26px)}.brief-feature.with-cover{grid-template-columns:1fr;gap:16px}.report-cover{min-height:150px}.report-cover strong{font-size:26px}.monthly-list{display:block}.event-item{box-shadow:none}.article-card{padding:22px 18px}.article-report-cover{height:150px;margin-bottom:20px}.article-report-cover strong{font-size:28px}.article-content img{max-height:420px}.about-hero{padding:34px 24px}.about-hero h1{font-size:29px}.about-layout{display:block}.about-card{padding:25px 20px;margin-bottom:16px}.about-side{display:block}.about-side-card{margin-bottom:12px}.qr-mini img{width:145px;height:145px}}

.pill.region-detail{background:#f7f8fb;color:#526075;border-color:#e6eaf0;font-weight:600}

/* 地区筛选：国内省份在前，海外国家在后 */
.region-filter-row{gap:7px 8px;align-items:center}
.region-filter-row a{white-space:nowrap}
@media(max-width:720px){.region-filter-row{gap:6px}.region-filter-row a{padding:7px 10px}}

/* 2026-09-10 列表分页：首尾页保留，中间过多时折叠 */
.pagination{flex-wrap:wrap;align-items:center}
.pagination .pagination-nav{padding:0 12px;min-width:auto}
.pagination .pagination-ellipsis{min-width:24px;border-color:transparent;background:transparent;color:#98a1b2;user-select:none}
.pagination .disabled{color:#b7bec9;background:#f7f8fa;cursor:default}
@media(max-width:760px){.pagination{gap:6px}.pagination a,.pagination span{min-width:34px;height:34px}.pagination .pagination-nav{padding:0 10px}}

/* v8: 右侧展示真实公司或财经事件主题，下面展示动态类型，无外链。 */
.event-source{min-width:0;overflow-wrap:anywhere;text-align:right}
.event-source span{display:block;color:#9aa4b7;font-size:11px;margin-top:6px}
.event-source strong{font-size:13px;color:#364c73;font-weight:700;line-height:1.5}
.market-stage-filter{margin:16px 0 12px;gap:9px}
.market-stage-filter a{font-weight:600;padding:8px 15px}
@media(max-width:760px){.event-source{text-align:left}.event-source strong{font-size:12px}.market-stage-filter{flex-wrap:wrap}}

/* v9 中文 / English 切换：与顶部操作区并排，移动端保持可点击。 */
.lang-switch{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;padding:5px 8px;border:1px solid #e0e6ee;border-radius:8px;background:#fff;font-size:12px;font-weight:600;color:#8994a5;margin-left:auto}
.lang-switch a{padding:4px 5px;border-radius:5px;color:#76859a;line-height:1.2}
.lang-switch a.active{background:var(--brand);color:#fff}
.lang-switch a:focus-visible{outline:2px solid var(--brand);outline-offset:3px}
.translate-status{display:none;position:fixed;z-index:9999;right:18px;bottom:18px;max-width:370px;background:#fff7e8;border:1px solid #f0d6a4;color:#745422;font-size:12px;line-height:1.5;padding:12px 14px;border-radius:10px;box-shadow:0 5px 22px #0001}
.translate-status.visible{display:block}
html[lang="en"] .hero h1{letter-spacing:0;font-size:clamp(23px,2.4vw,31px)}
html[lang="en"] .event-main p{overflow-wrap:anywhere}
@media(max-width:760px){.lang-switch{margin-left:auto;gap:3px;padding:4px;font-size:11px}.lang-switch a{padding:4px}.topbar .search{min-width:0;flex:1}.topbar .user-actions{gap:6px}.translate-status{right:10px;left:10px;bottom:10px;max-width:none}}
@media(max-width:430px){.topbar .search{max-width:150px}.topbar .search button{padding:0 7px}.lang-switch{font-size:10px}.topbar .user-actions a{font-size:11px}}

.topbar .search input{min-width:0;width:100%}
@media(max-width:430px){.topbar .search{max-width:110px}}
