/* 深炭灰、暖橙和高对比浅色；所有信息均为原生 HTML。 */
:root{color-scheme:dark;--bg:#141414;--panel:#1d1c1b;--text:#f5f2ee;--muted:#b9b6b1;--orange:#ff873e;--line:#383530;--max:1220px;font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC",system-ui,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased}
::selection{background:var(--orange);color:var(--bg)}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{max-width:100%;display:block}
h1,h2,h3,p,figure{margin:0}
button:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:5px}
.container{width:calc(100% - 96px);max-width:var(--max);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:10px;left:16px;transform:translateY(-160%);z-index:10;padding:10px 20px;background:var(--orange);color:var(--bg)}
.skip-link:focus{transform:translateY(0)}
.site-header{border-bottom:1px solid var(--line)}
.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:inline-flex;align-items:center;gap:12px;font-size:20px;font-weight:800;line-height:1.35;white-space:nowrap}
.brand-mark{width:43px;height:43px;display:grid;place-items:center;color:var(--bg);background:var(--orange);font-size:27px;border-radius:4px}
.brand small{display:block;font-size:12px;font-weight:400;letter-spacing:3px;color:var(--muted);margin-top:3px}
nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:600}
nav a{padding-block:12px;transition:color .18s ease}
nav a:hover,.site-footer a:hover{color:var(--orange)}
nav .nav-contact{border-left:1px solid var(--line);padding-left:28px;color:var(--orange)}
.nav-contact span{margin-left:12px;font-size:20px}
.hero{padding-top:46px}
.hero-intro{display:grid;grid-template-columns:1.1fr 1fr;align-items:end;gap:40px;margin-bottom:36px}
.eyebrow{display:flex;align-items:center;gap:12px;color:var(--orange);font-size:14px;font-weight:600;letter-spacing:1px;line-height:1.6;margin-bottom:20px}
.eyebrow span:not(.orange-line){color:var(--muted);letter-spacing:2px}
.orange-line{display:inline-block;width:25px;height:2px;background:var(--orange)}
h1{font-size:clamp(40px,4.35vw,64px);line-height:1.2;font-weight:850;letter-spacing:-1.8px}
h1>span{color:var(--orange)}
.hero-copy{padding-bottom:4px}
.hero-subtitle{font-size:clamp(17px,1.55vw,22px);font-weight:600;margin-bottom:12px;letter-spacing:.3px}
.hero-promise{color:var(--muted);line-height:1.8}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:12px 21px;min-height:49px;border-radius:3px;font-size:15px;font-weight:700;line-height:1.5;border:1px solid transparent;cursor:pointer;transition:background .18s ease,transform .18s ease,border-color .18s ease}
.button:hover{transform:translateY(-2px)}
.button:active{transform:translateY(0)}
.button-primary{background:var(--orange);color:#17120e}
.button-primary:hover{background:#ff9f67}
.button-secondary{border-color:#615a53;color:var(--text);background:transparent}
.button-secondary:hover{background:#292623;border-color:var(--muted)}
.hero-art{overflow:hidden;border-radius:4px;background:#ded7d2}
.hero-art img{width:100%;height:auto;aspect-ratio:2966/1256;object-fit:contain}
.hero-summary{display:grid;grid-template-columns:1fr 1fr 1.1fr;gap:32px;padding:28px 0 30px;border-bottom:1px solid var(--line);align-items:center}
.summary-item{display:flex;gap:18px;align-items:baseline;flex-wrap:wrap;line-height:1.5}
.summary-item>span{font-size:14px;color:var(--muted)}
.summary-item strong{font-size:34px;line-height:1.3;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.5px}
.summary-item strong small{font-size:15px;font-weight:400;color:var(--muted);letter-spacing:0}
.summary-note{font-size:14px;line-height:1.7;color:#d2c9c1;display:flex;gap:12px;align-items:center;border-left:1px solid var(--line);padding-left:28px}
.note-marker{border:1px solid #837466;color:#e0cbb8;display:grid;place-items:center;border-radius:50%;width:20px;height:20px;flex-shrink:0;font-weight:700;line-height:1}
.section-space{padding-block:86px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
h2{font-size:clamp(28px,2.65vw,38px);line-height:1.4;letter-spacing:-.8px;font-weight:750}
.section-heading .eyebrow,.policy-overview .eyebrow,.join-copy .eyebrow{margin-bottom:16px}
.section-aside{color:var(--muted);font-size:15px;padding-bottom:6px}
.mobile-break{display:none}
.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.support-card{padding:28px 27px 30px;background:var(--panel);border-radius:4px}
.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}
.card-top svg{width:36px;height:36px;stroke:var(--orange);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.card-top span{font-size:13px;color:var(--muted);letter-spacing:1px}
h3{font-size:20px;line-height:1.55;font-weight:700;letter-spacing:-.4px}
.support-card p{margin-top:14px;color:#c1bdb7;font-size:16px;line-height:1.95}
.reward-sections{background:#181817;border-block:1px solid #292723}
.policy-section{display:grid;grid-template-columns:.85fr 1.65fr;gap:64px;align-items:start}
.policy-section+.policy-section{border-top:1px solid var(--line)}
.policy-overview h2{font-size:32px;line-height:1.5}
.eligibility{margin-top:32px;padding-top:22px;border-top:1px solid #514030}
.condition-label{font-size:14px;color:var(--muted);margin-bottom:10px}
.eligibility>p:last-child{font-size:17px;line-height:2.1}
.eligibility strong{color:var(--orange);font-size:30px;font-weight:750;line-height:1;font-variant-numeric:tabular-nums;margin-inline:3px}
.condition-badge{display:inline-block;color:#ffb07a;font-size:13px;border:1px solid #755035;border-radius:3px;line-height:1.8;padding-inline:6px;margin-left:9px}
.and{color:var(--orange);font-weight:700}
.reward-table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;text-align:left;font-variant-numeric:tabular-nums}
.reward-table thead th{font-size:14px;font-weight:400;color:var(--muted);padding:0 20px 16px;line-height:1.6;border-bottom:1px solid #61564b}
.reward-table tbody th,.reward-table tbody td{padding:17px 20px;border-bottom:1px solid var(--line);font-size:17px;font-weight:400;line-height:1.5;white-space:nowrap}
.reward-table tbody th{font-weight:500}
.reward-table th:last-child,.reward-table td:last-child{text-align:right}
.reward-table td strong{font-size:26px;font-weight:700;letter-spacing:-.5px}
.reward-table td span{font-size:14px;color:var(--muted);margin-left:5px}
.reward-table .top-tier{background:#30251d}
.reward-table .top-tier strong{color:#ffab70}
.video-table th:first-child{width:39%}
.video-table th:last-child{width:20%}
.live-table th:first-child{width:27%}
.live-table th:nth-child(2){width:21%}
.live-table th:nth-child(3){width:34%}
.live-table th:last-child{width:18%}
.policy-note{margin-top:25px;font-size:15px;line-height:1.9;color:#c4c0ba}
.policy-note h3{font-size:14px;color:var(--text);margin-bottom:8px;letter-spacing:0}
.policy-note ul{padding-left:18px;margin:0}
.policy-note li{padding-left:3px;margin:5px 0}
.policy-note li::marker{color:#9c7660}
.policy-note strong{color:var(--text);margin-inline:2px}
.join-section{background:#1f1c19}
.join-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:110px;align-items:center}
.join-copy h2{font-size:38px}
.join-copy>p:last-child{color:#c8beb5;margin-top:24px;line-height:2;font-size:16px}
.contact-panel{border-left:1px solid #564233;padding-left:52px}
.contact-person{display:flex;gap:18px;align-items:center;margin-bottom:16px}
.contact-person img{width:66px;height:88px;border-radius:4px;object-fit:contain;background:#ded7d2}
.contact-label{font-size:14px;color:var(--muted)}
.contact-name{font-size:28px;font-weight:750;line-height:1.5;user-select:all}
.contact-panel>p{font-size:15px;color:#d1c8bf;line-height:1.8}
.copy-button{margin-top:20px}
.copy-button svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.copy-button[hidden]{display:none}
.contact-panel .copy-status{min-height:24px;font-size:14px;color:#ffb27e;margin-top:10px;max-width:340px}
.copy-status:empty{margin-top:0;min-height:0}
.no-script-note{margin-top:14px}
.disclaimer{padding-block:32px;display:flex;gap:45px;align-items:start;font-size:14px;color:#c4bfb8;line-height:1.85;border-bottom:1px solid var(--line)}
.disclaimer>strong{color:var(--text);font-size:14px;flex-shrink:0}
.site-footer{display:flex;justify-content:space-between;gap:24px;padding-block:24px 30px;font-size:13px;color:#aaa59e}
.site-footer p span{color:#736a60;margin-inline:12px}
.site-footer a{white-space:nowrap;transition:color .18s ease}
.site-footer a span{margin-left:10px}
@media(min-width:1500px){.hero{padding-top:56px}.hero-intro{margin-bottom:40px}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}nav{gap:22px}.hero-intro{gap:28px;grid-template-columns:1fr 1fr}h1{font-size:46px}.hero-subtitle{font-size:17px}.button{padding:12px 15px;gap:10px}.hero-summary{gap:18px}.summary-item{gap:4px;display:block}.summary-item>span{display:block}.summary-item strong{font-size:32px}.summary-note{padding-left:20px}.policy-section{gap:36px;grid-template-columns:.9fr 1.4fr}.policy-overview h2{font-size:27px}.reward-table thead th,.reward-table tbody th,.reward-table tbody td{padding-inline:14px}.eligibility>p:last-child{font-size:16px}.support-card{padding:24px 22px}.support-card h3{font-size:18px}.join-layout{gap:55px}.contact-panel{padding-left:35px}.join-copy h2{font-size:33px}}
@media(max-width:820px){.container{width:calc(100% - 48px)}.header-inner{min-height:78px;gap:20px}nav{gap:16px;font-size:13px}nav .nav-contact{padding-left:16px}.brand{font-size:18px}.brand-mark{width:38px;height:38px;font-size:24px}.hero{padding-top:38px}.hero-intro{grid-template-columns:1fr;gap:22px}.hero-heading h1{font-size:52px}.hero-subtitle{font-size:20px}.hero-promise br{display:none}.hero-promise{line-height:1.9}.hero-actions{margin-top:18px}.hero-summary{grid-template-columns:1fr 1fr;gap:20px}.summary-item{display:flex;gap:15px}.summary-note{grid-column:1/-1;border:0;padding:0;font-size:14px;gap:10px}.desktop-break{display:none}.section-space{padding-block:60px}.section-heading{display:block}.section-aside{margin-top:12px;padding:0}.support-grid{gap:12px}.support-card{padding:22px 18px}.support-card h3{font-size:18px}.support-card p{font-size:15px;line-height:1.9}.card-top{margin-bottom:22px;gap:8px}.card-top svg{width:30px;height:30px}.card-top span{font-size:12px}.policy-section{grid-template-columns:1fr;gap:30px}.policy-overview h2{font-size:30px}.policy-overview h2 br{display:none}.eligibility{margin-top:22px;padding-top:18px}.eligibility>p:last-child br{display:none}.eligibility>p:last-child{font-size:17px}.reward-table tbody th,.reward-table tbody td{padding:16px 20px}.reward-table thead th{padding-inline:20px}.join-layout{gap:36px}.join-copy h2{font-size:30px}.contact-panel{padding-left:26px}.contact-name{font-size:25px}.contact-person{gap:12px}.contact-person img{width:51px;height:68px}.disclaimer{gap:24px}}
@media(max-width:600px){.container{width:calc(100% - 40px)}.header-inner{min-height:74px;align-items:center;gap:10px;flex-wrap:wrap;padding-block:16px}.brand{font-size:19px}.brand small{font-size:11px}.brand-mark{width:39px;height:39px}nav{width:100%;justify-content:space-between;gap:8px;padding-top:4px}nav a{font-size:13px;padding-block:5px}nav .nav-contact{padding-left:10px}.nav-contact span{margin-left:3px;font-size:15px}.hero{padding-top:31px}.eyebrow{font-size:13px;letter-spacing:.5px;gap:10px;margin-bottom:17px}.hero-heading h1{font-size:clamp(34px,8.9vw,51px);letter-spacing:-1px;line-height:1.3}.hero-intro{gap:22px;margin-bottom:25px}.hero-subtitle{font-size:16px;letter-spacing:0;margin-bottom:13px}.hero-promise{font-size:16px;line-height:1.9}.hero-promise br{display:block}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.hero-actions .button{font-size:14px;padding-inline:9px;gap:9px;min-height:48px}.hero-art{border-radius:3px}.hero-summary{padding-top:23px;padding-bottom:24px;column-gap:15px;row-gap:17px}.summary-item{display:block}.summary-item>span{font-size:14px;margin-bottom:3px}.summary-item strong{font-size:32px}.summary-note{font-size:14px;line-height:1.8;align-items:start}.note-marker{margin-top:3px}.section-space{padding-block:50px}h2{font-size:27px;letter-spacing:-.5px}.mobile-break{display:block}.section-heading{margin-bottom:25px}.section-aside{font-size:14px;margin-top:15px}.support-grid{grid-template-columns:1fr;gap:12px}.support-card{padding:24px}.card-top{margin-bottom:17px}.card-top svg{width:31px;height:31px}.card-top span{font-size:13px}.support-card h3{font-size:20px}.support-card p{font-size:16px;margin-top:10px;line-height:1.85}.policy-section{gap:28px}.policy-overview h2{font-size:27px;line-height:1.5}.policy-overview h2 br{display:block}.eligibility{padding-top:17px;margin-top:23px}.eligibility>p:last-child{font-size:16px;line-height:2}.eligibility>p:last-child br{display:block}.eligibility strong{font-size:29px}.condition-badge{font-size:13px}.condition-label{font-size:14px}.reward-table thead th{font-size:14px;padding:0 10px 14px}.reward-table tbody th,.reward-table tbody td{font-size:16px;padding:15px 10px}.reward-table td strong{font-size:24px}.reward-table td span{font-size:14px;margin-left:3px}.video-table th:first-child{width:42%}.video-table th:last-child{width:20%}.policy-note{font-size:15px;line-height:1.9;margin-top:23px}.policy-note h3{font-size:15px}.live-table th:first-child{width:28%}.live-table th:nth-child(2){width:22%}.live-table th:nth-child(3){width:32%}.live-table th:last-child{width:18%}.live-table thead th{padding-inline:5px;font-size:14px;white-space:nowrap}.live-table tbody th,.live-table tbody td{padding-inline:5px;font-size:15px}.live-table td strong{font-size:22px;letter-spacing:-.6px}.live-table td span{font-size:13px;margin-left:2px}.settlement li{margin:8px 0}.join-layout{grid-template-columns:1fr;gap:30px}.join-copy h2{font-size:29px}.join-copy>p:last-child{font-size:16px;line-height:1.9;margin-top:20px}.contact-panel{border-left:0;border-top:1px solid #564233;padding:26px 0 0}.contact-person{gap:16px;margin-bottom:17px}.contact-person img{width:57px;height:76px}.contact-name{font-size:28px}.contact-panel>p{font-size:16px}.copy-button{min-height:49px;width:100%;margin-top:20px}.disclaimer{display:block;padding-block:26px;font-size:14px;line-height:1.9}.disclaimer>strong{display:block;margin-bottom:9px;font-size:15px}.disclaimer p+p{margin-top:6px}.site-footer{font-size:12px;align-items:start;gap:14px;padding-block:21px 26px}.site-footer p{max-width:240px}.site-footer p span{margin-inline:5px}.site-footer a{font-size:13px}.site-footer a span{margin-left:4px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
@media print{body{background:white;color:black}.site-header,.hero-actions,.copy-button,.site-footer a{display:none}.container{width:100%;max-width:none}.section-space{padding-block:25px}.reward-sections,.join-section,.support-card{background:transparent}.policy-section{break-inside:avoid}.hero-art img{max-height:240px;object-fit:contain}.hero-summary{display:flex}.hero-summary>*{flex:1}.summary-note{color:#222}p,.policy-note,.support-card p,.join-copy>p:last-child,.contact-panel>p,.disclaimer{color:#222!important}.reward-table td span,.reward-table thead th{color:#333}.policy-section{display:block}.policy-detail{margin-top:20px}.reward-table tbody th,.reward-table tbody td{padding-block:6px}.contact-panel{padding-left:0;border:0}h1,h1>span,h2,strong,.eyebrow{color:black!important}}
