:root{--bg:#fff;--deep:#f7f7f7;--panel:#fff;--soft:#f3f3f3;--title:#1a1a1a;--text:#333;--muted:#555;--quiet:#888;--red:#e63946;--red2:#ff4d5a;--red3:#c1121f;--pale:#ffe8ea;--border:rgba(230,57,70,.16);--shadow:0 12px 32px rgba(0,0,0,.07);--radius:16px;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.ui-locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:70;background:#fff;box-shadow:0 2px 18px rgba(0,0,0,.045)}.info-strip{height:32px;background:var(--deep);font-size:13px}.strip-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.strip-left,.strip-actions{display:flex;align-items:center;gap:12px}.round-control,.text-control,.mobile-app-link{min-width:44px;min-height:44px;border:0;background:transparent;color:var(--title);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:999px}.info-strip .round-control{min-width:28px;min-height:28px;width:28px;height:28px;background:#fff;border:1px solid rgba(0,0,0,.07)}.text-control{min-height:28px;padding:0 11px;color:var(--muted)}.text-control:hover,.text-control:focus-visible{color:var(--red);outline:2px solid var(--pale);outline-offset:2px}.brand-band{height:72px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f2f2f2}.brand-home{display:flex;align-items:center;justify-content:center;height:100%;padding:8px 18px}.brand-logo{display:block;max-height:50px;max-width:220px;width:auto;height:auto}.brand-wordmark{font-size:28px;font-weight:900;letter-spacing:.08em;color:var(--red)}.channel-bar{height:50px;background:#fff}.channel-inner{height:100%;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.channel-pill{min-height:36px;display:inline-flex;align-items:center;padding:0 18px;border-radius:999px;color:var(--muted);font-weight:700;font-size:14px}.channel-pill:hover,.channel-pill:focus-visible{background:var(--pale);color:var(--red);outline:none}.channel-pill.is-current{background:var(--red);color:#fff}.mobile-toolbar{display:none}.page-hero{padding:64px 0 36px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-weight:800;font-size:13px;letter-spacing:.12em}.eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--red)}h1,h2,h3{color:var(--title);line-height:1.25;margin-top:0}h1{font-size:clamp(34px,5vw,64px);letter-spacing:-.035em;margin-bottom:20px}h2{font-size:clamp(24px,3vw,36px);letter-spacing:-.02em}h3{font-size:20px}.lead{font-size:18px;color:var(--muted);max-width:820px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{min-height:46px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;border:1px solid var(--red);transition:.2s}.btn-primary{background:linear-gradient(135deg,var(--red2) 0%,var(--red) 52%,var(--red3) 100%);color:#fff;box-shadow:0 8px 22px rgba(230,57,70,.22)}.btn-secondary{background:#fff;color:var(--red)}.btn:hover{transform:translateY(-1px)}.btn:focus-visible,.round-control:focus-visible,.mobile-app-link:focus-visible,.mobile-bottom a:focus-visible,.drawer-groups a:focus-visible,.footer-grid a:focus-visible,.preset-links a:focus-visible{outline:3px solid rgba(230,57,70,.28);outline-offset:2px}.section{padding:54px 0}.section.alt{background:var(--deep)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.section-head p{max-width:650px;margin:0;color:var(--muted)}.media-frame{overflow:hidden;border-radius:18px;background:var(--soft);box-shadow:var(--shadow)}.media-frame img{display:block;width:100%;height:auto}.media-placeholder{aspect-ratio:16/7;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f1f1,#fafafa);border:1px solid #ededed;color:#b3b3b3;font-weight:900;letter-spacing:.14em}.media-frame.square .media-placeholder{aspect-ratio:1/1}.media-frame.tall .media-placeholder{aspect-ratio:4/5}.hero-media{margin-top:38px}.hero-media .media-placeholder{aspect-ratio:16/6}.tag-grid,.card-grid,.topic-grid,.service-grid{display:grid;gap:16px}.tag-grid{grid-template-columns:repeat(4,1fr)}.tag-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.tag-card strong{display:flex;align-items:center;gap:8px;color:var(--title)}.tag-card strong:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red)}.tag-card p{margin:10px 0 14px;color:var(--muted);font-size:14px}.tag-card a,.text-link{color:var(--red);font-weight:800}.number-list{display:grid;gap:0;border-top:1px solid #e8e8e8}.number-row{display:grid;grid-template-columns:100px 1fr;gap:24px;padding:30px 0;border-bottom:1px solid #e8e8e8}.big-number{font-size:48px;color:var(--red);font-weight:900;line-height:1}.number-row p{margin:8px 0 0;color:var(--muted)}.mosaic{display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:auto auto;gap:18px}.mosaic article{border-radius:18px;border:1px solid var(--border);background:#fff;padding:18px}.mosaic article:first-child{grid-row:1/3}.mosaic .media-frame{margin-bottom:16px;box-shadow:none}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.story-card{border-radius:18px;background:#fff;border:1px solid var(--border);padding:20px}.story-card .media-frame{margin-bottom:18px;box-shadow:none}.story-card p{color:var(--muted)}.topic-grid{grid-template-columns:repeat(3,1fr);align-items:start}.topic-card{border-radius:18px;background:#fff;border:1px solid var(--border);padding:22px;min-height:190px}.topic-card:nth-child(2),.topic-card:nth-child(5){min-height:240px}.topic-card p{color:var(--muted)}.shelf-list{display:grid;gap:12px}.shelf-row{display:grid;grid-template-columns:42px 1fr auto;gap:16px;align-items:center;padding:18px 20px;background:#fff;border:1px solid var(--border);border-radius:14px}.shelf-mark{width:42px;height:42px;border-radius:12px;background:var(--pale);color:var(--red);display:grid;place-items:center;font-weight:900}.shelf-row p{margin:4px 0 0;color:var(--muted);font-size:14px}.rank-list{display:grid;gap:2px}.rank-item{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:26px 0;border-bottom:1px solid #ececec}.rank-number{font-size:64px;font-weight:950;color:var(--red);line-height:1}.rank-item p{color:var(--muted);margin-bottom:0}.timeline{position:relative;margin-left:12px;padding-left:34px}.timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:#ffd0d4}.timeline-item{position:relative;padding:0 0 34px}.timeline-item:before{content:"";position:absolute;left:-34px;top:7px;width:16px;height:16px;border-radius:50%;background:#fff;border:4px solid var(--red)}.status{display:inline-flex;padding:4px 10px;border-radius:999px;background:var(--pale);color:var(--red);font-weight:800;font-size:12px}.prose{max-width:900px}.prose p{margin:0 0 1.3em;color:var(--text)}.prose h2{margin-top:1.8em}.prose h3{margin-top:1.5em}.note{border-left:4px solid var(--red);padding:16px 18px;background:var(--pale);border-radius:0 12px 12px 0;color:var(--muted)}.index-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.index-card{padding:24px;border:1px solid var(--border);border-radius:18px;background:#fff}.index-card p{color:var(--muted)}.step-list{counter-reset:step;display:grid;gap:16px}.step-card{counter-increment:step;padding:24px 24px 24px 86px;border-radius:18px;background:#fff;border:1px solid var(--border);position:relative}.step-card:before{content:counter(step,decimal-leading-zero);position:absolute;left:22px;top:22px;font-weight:950;font-size:28px;color:var(--red)}.qa-list{display:grid;gap:14px}.qa-item{border:1px solid var(--border);background:#fff;border-radius:16px;padding:22px}.qa-item h2{font-size:20px;margin-bottom:10px}.qa-item p{margin:0;color:var(--muted)}.policy-list{display:grid;gap:18px}.policy-item{padding:24px;background:#fff;border:1px solid var(--border);border-radius:16px}.policy-item p{margin-bottom:0;color:var(--muted)}.app-hero{display:grid;grid-template-columns:1fr .8fr;gap:36px;align-items:center}.app-icon-line{display:flex;gap:14px;align-items:center;margin-bottom:18px}.app-icon-line .media-frame{width:74px;flex:0 0 74px;box-shadow:none;border-radius:18px}.app-icon-line .media-placeholder{aspect-ratio:1/1;font-size:9px;letter-spacing:.04em}.contact-paths{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.contact-card{padding:24px;border:1px solid var(--border);border-radius:18px;background:#fff}.contact-card p{color:var(--muted)}.site-footer{background:#1a1a1a;color:#d0d0d0;padding:48px 0 80px;margin-top:54px}.footer-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-start;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{display:flex;align-items:center;gap:12px;color:#fff}.footer-logo{max-width:90px;max-height:46px;width:auto;height:auto}.footer-brand span{display:flex;flex-direction:column}.footer-brand small{color:#999}.footer-head p{max-width:720px;margin:0;color:#b9b9b9}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:30px 0}.footer-grid section{display:flex;flex-direction:column;gap:8px}.footer-grid h2{font-size:15px;color:#fff;margin-bottom:8px}.footer-grid a{font-size:14px;color:#bdbdbd}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;gap:18px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;font-size:13px;color:#929292}.footer-bottom span{margin-right:auto}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:90;opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.overlay.is-active{opacity:1;visibility:visible;pointer-events:auto}.site-drawer{position:fixed;z-index:100;left:50%;bottom:0;width:min(680px,100%);max-height:76vh;background:#fff;border-radius:20px 20px 0 0;transform:translate(-50%,102%);visibility:hidden;pointer-events:none;transition:transform .28s ease,visibility .28s;box-shadow:0 -20px 60px rgba(0,0,0,.16);overflow:auto}.site-drawer.is-open{transform:translate(-50%,0);visibility:visible;pointer-events:auto}.drawer-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:rgba(255,255,255,.97);border-bottom:1px solid #eee}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-logo{max-width:70px;max-height:38px;width:auto;height:auto}.drawer-brand span{display:flex;flex-direction:column}.drawer-brand small{font-size:10px;color:var(--quiet)}.drawer-groups{padding:14px 20px 30px;display:grid;gap:20px}.drawer-groups section{display:grid;grid-template-columns:1fr 1fr;gap:8px}.drawer-groups h2{grid-column:1/-1;font-size:13px;color:var(--red);margin:5px 0;letter-spacing:.12em}.drawer-groups a{display:flex;flex-direction:column;gap:2px;padding:12px;border-radius:12px;background:var(--deep)}.drawer-groups a:hover{background:var(--pale)}.drawer-groups a strong{font-size:14px}.drawer-groups a span{font-size:12px;color:var(--quiet);line-height:1.55}.search-layer{position:fixed;z-index:105;top:154px;left:50%;width:min(720px,calc(100% - 32px));transform:translate(-50%,-16px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.search-layer.is-open{transform:translate(-50%,0);opacity:1;visibility:visible;pointer-events:auto}.search-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 18px 60px rgba(0,0,0,.18)}.search-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.fake-search{display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #ddd;border-radius:14px;background:var(--deep)}.fake-search input{min-height:48px;border:0;outline:none;background:transparent;width:100%;color:var(--text)}.preset-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.preset-links a{padding:9px 14px;border-radius:999px;background:var(--pale);color:var(--red);font-weight:800;font-size:13px}.search-note{font-size:13px;color:var(--quiet);margin-bottom:0}.mobile-bottom{display:none}.brand-statement{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}.brand-statement blockquote{margin:0;padding:28px;border-radius:18px;background:linear-gradient(135deg,var(--red2),var(--red3));color:#fff;font-size:24px;font-weight:800}.mini-nav{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.mini-nav a{padding:8px 13px;border:1px solid var(--border);border-radius:999px;color:var(--red);font-weight:800;font-size:13px}.guide-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.guide-strip a{flex:0 0 auto;padding:12px 16px;border-radius:12px;background:var(--soft);font-weight:800}.guide-strip a:hover{background:var(--pale);color:var(--red)}
@media(max-width:900px){.tag-grid{grid-template-columns:repeat(2,1fr)}.topic-grid{grid-template-columns:repeat(2,1fr)}.mosaic{grid-template-columns:1fr}.mosaic article:first-child{grid-row:auto}.split,.app-hero,.brand-statement{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){body{padding-bottom:calc(50px + env(safe-area-inset-bottom))}.desktop-strip,.desktop-brand-band,.channel-bar{display:none}.mobile-toolbar{display:grid;grid-template-columns:52px 1fr 52px;align-items:center;height:64px;padding:0 10px;background:#fff}.mobile-brand{display:flex;align-items:center;justify-content:center;min-width:0}.mobile-logo{max-width:150px;max-height:44px}.mobile-app-link{color:var(--red);font-weight:900}.page-hero{padding:38px 0 24px}h1{font-size:38px}.lead{font-size:16px}.section{padding:40px 0}.section-head{align-items:flex-start;flex-direction:column}.tag-grid,.topic-grid,.index-cards,.contact-paths{grid-template-columns:1fr}.number-row{grid-template-columns:62px 1fr;gap:12px}.big-number{font-size:38px}.split{grid-template-columns:1fr}.shelf-row{grid-template-columns:42px 1fr}.shelf-row>.text-link{grid-column:2}.rank-item{grid-template-columns:78px 1fr}.rank-number{font-size:48px}.footer-head{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.site-footer{padding-bottom:94px}.site-drawer{max-height:76vh;border-radius:18px 18px 0 0}.drawer-groups section{grid-template-columns:1fr}.search-layer{inset:0;width:100%;height:100%;transform:none;background:var(--deep);padding:76px 16px 16px}.search-layer.is-open{transform:none}.search-card{box-shadow:none;padding:20px;border-radius:18px}.mobile-bottom{position:fixed;z-index:80;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.96);border-top:1px solid #ececec;backdrop-filter:blur(10px)}.mobile-bottom a{min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;color:#777;line-height:1.1}.mobile-bottom a span{font-size:17px;margin-bottom:2px}.mobile-bottom a.is-current{color:var(--red);font-weight:800}.overlay{z-index:90}.site-drawer{z-index:100}.media-placeholder{aspect-ratio:16/9}.hero-media .media-placeholder{aspect-ratio:16/9}}
@media(max-width:430px){.shell{width:min(calc(100% - 32px),var(--max))}.footer-grid{grid-template-columns:1fr}.tag-card,.story-card,.topic-card,.policy-item,.contact-card,.qa-item{padding:18px}.drawer-head{padding:14px 16px}.drawer-groups{padding-inline:16px}.rank-item{grid-template-columns:64px 1fr}.rank-number{font-size:42px}}
