*{box-sizing:border-box}html,body{margin:0;max-width:100%;overflow-x:hidden}html{scroll-behavior:smooth}body{font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;background:#151A23;color:#E8ECF5;line-height:1.8;font-size:17px}a{color:#F1DCA3;text-decoration:none}a:hover{color:#fff}button,input,textarea{font:inherit}button{cursor:pointer}.site-header{position:sticky;top:0;z-index:9999;width:100%;background:#151A23;box-shadow:0 8px 24px rgba(0,0,0,.22);backdrop-filter:blur(10px)}.header-inner{max-width:1280px;min-height:74px;margin:0 auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-logo{display:flex;align-items:center;min-width:120px}.site-logo img{display:block;height:46px;width:auto;max-width:160px;object-fit:contain}.logo-ph{display:block;width:120px;height:34px;max-width:100%;border-radius:8px;background:linear-gradient(160deg,#202738,#151A23);border:1px solid rgba(241,220,163,.10)}.nav-core{display:flex;align-items:center;gap:18px;white-space:nowrap;flex-wrap:nowrap}.nav-core a{color:#F1DCA3;padding:10px 4px;position:relative;font-weight:700;text-decoration:none}.nav-core a.active::after{content:"";position:absolute;left:50%;bottom:-10px;width:28px;height:3px;border-radius:999px;background:#F1DCA3;transform:translateX(-50%)}.header-reg-btn{height:44px;min-width:96px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;background:#F1DCA3;color:#151A23;border-radius:999px;text-decoration:none;font-weight:700;white-space:nowrap;box-shadow:0 10px 24px rgba(241,220,163,.18)}.header-reg-btn:hover{background:#E3C98F;color:#151A23}.menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(241,220,163,.24);background:#1B2130;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:20px;height:2px;background:#F1DCA3;display:block}.channel-bar{background:#1B2130;border-top:1px solid rgba(241,220,163,.08);border-bottom:1px solid rgba(241,220,163,.12)}.channel-inner{max-width:1280px;margin:0 auto;padding:0 22px;display:flex;align-items:center;gap:5px;overflow-x:auto;scrollbar-width:thin}.channel-inner a{flex:0 0 auto;padding:11px 10px;color:#B8C0D3;font-size:14px}.channel-inner a:hover,.channel-inner a.active{color:#F1DCA3}.drawer-overlay{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.62);opacity:0;visibility:hidden;pointer-events:none;transition:.22s}.drawer-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;z-index:10001;width:min(84vw,320px);background:#1B2130;box-shadow:14px 0 40px rgba(0,0,0,.45);transform:translateX(-102%);visibility:hidden;pointer-events:none;transition:.24s;display:flex;flex-direction:column}.mobile-drawer.open{transform:translateX(0);visibility:visible;pointer-events:auto}.drawer-head{min-height:74px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(241,220,163,.14)}.drawer-logo img{width:auto;height:42px;max-width:150px;object-fit:contain}.drawer-close{width:42px;height:42px;border-radius:12px;border:1px solid rgba(241,220,163,.22);background:#202738;color:#F1DCA3;font-size:30px;line-height:1}.drawer-scroll{overflow-y:auto;padding:14px 0 28px}.drawer-group{padding:8px 16px 14px}.drawer-group h2{margin:6px 0 8px;color:#8F98AD;font-size:13px;letter-spacing:.12em}.drawer-group a{display:block;color:#D5DBEA;padding:10px 12px;border-left:3px solid transparent}.drawer-group a.active{color:#F1DCA3;border-left-color:#F1DCA3;background:#202738}.drawer-open{overflow:hidden}.site-main{min-height:60vh}.container{width:min(1280px,calc(100% - 44px));margin:0 auto}.reading{width:min(860px,calc(100% - 44px));margin:0 auto}.section{padding:88px 0}.section-tight{padding:56px 0}.section-alt{background:#1B2130}.hero-copy{padding:70px 0 46px}.eyebrow{color:#E3C98F;font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:13px}.hero-copy h1,.page-hero h1{font-size:clamp(42px,5vw,56px);line-height:1.12;margin:8px 0 18px;color:#F1DCA3}.hero-copy .lead,.page-hero .lead{max-width:820px;color:#D5DBEA;font-size:20px;line-height:1.8}.page-hero{padding:78px 0 54px;background:linear-gradient(180deg,#1B2130,#151A23);border-bottom:1px solid rgba(241,220,163,.08)}h2{font-size:clamp(28px,3.2vw,36px);line-height:1.25;color:#F1DCA3;margin:0 0 18px}h3{font-size:22px;line-height:1.35;color:#F1DCA3;margin:0 0 10px}p{margin:0 0 18px;color:#D5DBEA}.muted{color:#9FA8BC}.gold{color:#F1DCA3}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#1B2130;border:1px solid rgba(241,220,163,.14);border-radius:18px;padding:24px;box-shadow:0 14px 36px rgba(0,0,0,.20);max-width:100%;transition:transform .18s,border-color .18s}.card:hover{transform:translateY(-3px);border-color:rgba(241,220,163,.28)}.card p:last-child{margin-bottom:0}.text-link{display:inline-block;margin-top:8px;font-weight:800;color:#F1DCA3}.btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn{min-height:44px;padding:10px 18px;border-radius:999px;background:#F1DCA3;color:#151A23;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.btn:hover{background:#E3C98F;color:#151A23}.btn-secondary{background:#202738;color:#F1DCA3;border:1px solid rgba(241,220,163,.18)}.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:34px;align-items:center}.split.reverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.split.reverse .split-media{order:2}.split.reverse .split-copy{order:1}.media{position:relative;width:100%;max-width:100%;overflow:hidden;border-radius:16px;background:#151A23;border:1px solid rgba(241,220,163,.10)}.media>img{position:absolute;inset:0;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center center;display:block}.media-ph{width:100%;height:100%;background:linear-gradient(160deg,#202738,#151A23)}.media-card{aspect-ratio:16/10;max-height:200px}.media-block{aspect-ratio:16/10;max-height:280px}.media-banner{aspect-ratio:16/6;min-height:240px;max-height:340px}.media-app{aspect-ratio:9/16;max-width:260px;max-height:420px;margin:0 auto}.media,.card,.grid>*{max-width:100%}.slider-wrap{padding:28px 0 0}.slider{position:relative}.slide{display:none}.slide.active{display:block}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(241,220,163,.22);background:rgba(21,26,35,.82);color:#F1DCA3;font-size:28px;z-index:3}.slider-arrow.prev{left:14px}.slider-arrow.next{right:14px}.slider-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.slider-dots button{width:10px;height:10px;padding:0;border-radius:50%;border:1px solid #F1DCA3;background:transparent}.slider-dots button.active{background:#F1DCA3}.number-list{counter-reset:item;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.number-item{padding:22px;background:#202738;border-radius:16px;border:1px solid rgba(241,220,163,.12)}.number-item:before{counter-increment:item;content:"0" counter(item);display:block;color:#F1DCA3;font-size:13px;font-weight:800;margin-bottom:10px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips a{padding:8px 12px;border-radius:999px;background:#202738;border:1px solid rgba(241,220,163,.12);color:#D5DBEA}.quote-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.quote{padding:22px;border-left:3px solid #F1DCA3;background:#1B2130;border-radius:0 16px 16px 0;color:#D5DBEA}.notice{padding:22px 24px;background:#202738;border:1px solid rgba(241,220,163,.16);border-radius:16px}.article h2{margin-top:42px}.article h3{margin-top:28px}.article ul{padding-left:22px;color:#D5DBEA}.article li{margin-bottom:10px}.related-links{display:flex;flex-wrap:wrap;gap:12px}.related-links a{padding:9px 13px;border:1px solid rgba(241,220,163,.16);border-radius:999px;background:#1B2130}.faq-list{display:grid;gap:12px}.faq-item{background:#1B2130;border:1px solid rgba(241,220,163,.14);border-radius:16px;overflow:hidden}.faq-q{width:100%;border:0;background:transparent;color:#F1DCA3;text-align:left;padding:18px 20px;font-weight:800;display:flex;justify-content:space-between;gap:20px}.faq-q:after{content:"＋"}.faq-q[aria-expanded="true"]:after{content:"－"}.faq-a{padding:0 20px 20px}.faq-a p:last-child{margin-bottom:0}.site-footer{background:#0E121A;color:#D5DBEA;padding:62px 0 20px}.footer-inner{width:min(1280px,calc(100% - 44px));margin:0 auto;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}.footer-logo img{height:44px;width:auto;max-width:160px;object-fit:contain}.footer-brand p{color:#9FA8BC;max-width:340px;margin-top:14px}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-col h2{font-size:16px;margin:0 0 8px}.footer-col a{color:#B8C0D3;font-size:15px}.footer-bottom{width:min(1280px,calc(100% - 44px));margin:32px auto 0;padding-top:20px;border-top:1px solid rgba(241,220,163,.10);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-bottom p{font-size:13px;color:#8F98AD;margin:0}.float-tools{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:8000;width:108px;background:#1B2130;border:1px solid rgba(241,220,163,.16);border-radius:16px;padding:8px;box-shadow:0 14px 36px rgba(0,0,0,.28);display:grid;gap:6px}.float-tools a,.float-tools button{border:0;border-radius:10px;padding:9px 7px;background:#202738;color:#F1DCA3;text-align:center;font-size:13px}.float-tools .float-reg{background:#F1DCA3;color:#151A23;font-weight:800}.mobile-bottom{display:none}.article-media{margin:26px 0 34px}.meta-note{color:#8F98AD;font-size:14px}.table-like{display:grid;gap:12px}.table-row{display:grid;grid-template-columns:180px 1fr;gap:18px;padding:16px 18px;background:#1B2130;border:1px solid rgba(241,220,163,.12);border-radius:14px}.table-row strong{color:#F1DCA3}
:focus-visible{outline:2px solid #F1DCA3;outline-offset:3px}
@media(max-width:1100px){.nav-core{gap:11px}.nav-core a{font-size:14px}.header-inner{gap:12px}.float-tools,.channel-bar{display:none}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){body{font-size:16px;padding-bottom:64px}.header-inner{min-height:64px;padding:0 12px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:8px}.menu-toggle{display:flex}.nav-core{display:none}.site-logo{justify-content:center;min-width:0}.site-logo img{height:38px;max-width:132px}.header-reg-btn{min-width:82px;height:40px;padding:0 14px;font-size:14px}.container,.reading{width:min(100% - 32px,1280px)}.reading{max-width:860px}.section{padding:56px 0}.section-tight{padding:42px 0}.hero-copy{padding:48px 0 34px}.hero-copy h1,.page-hero h1{font-size:clamp(30px,10vw,38px)}.hero-copy .lead,.page-hero .lead{font-size:17px}.page-hero{padding:50px 0 36px}.grid-2,.grid-3,.grid-4,.split,.split.reverse,.quote-list,.number-list{grid-template-columns:1fr}.split.reverse .split-media,.split.reverse .split-copy{order:initial}.media-banner{min-height:150px;max-height:200px}.media-card{max-height:150px}.media-block{max-height:190px}.media-app{max-width:190px;max-height:320px}.slider-arrow{width:38px;height:38px}.footer-inner{grid-template-columns:1fr 1fr;gap:26px}.footer-brand{grid-column:1/-1}.mobile-bottom{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:9000;background:#151A23;border-top:1px solid rgba(241,220,163,.25);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom a{height:54px;display:flex;align-items:center;justify-content:center;color:#B8C0D3;font-size:13px}.mobile-bottom a.active{color:#F1DCA3;background:#1B2130}.table-row{grid-template-columns:1fr;gap:6px}.card{padding:20px}}
@media(max-width:420px){.header-reg-btn{min-width:76px;padding:0 11px}.site-logo img{max-width:116px}.footer-inner{grid-template-columns:1fr}.footer-brand{grid-column:auto}.container,.reading{width:calc(100% - 28px)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.card:hover{transform:none}.mobile-drawer{transition:none}.drawer-overlay{transition:none}}