:root{--fg-rust:#c2410c;--fg-rust-d:#9a3412;--fg-coal:#18181b;--fg-cream:#fffbeb;--fg-ember:#f97316;--fg-line:#e7e5e4;--fg-muted:#78716c;--fg-card:#fff;--fg-rail-w:min(1120px,100% - 32px);--fg-gantry-h:56px;--fg-r:10px;--fg-shadow:0 12px 32px rgba(24,24,27,0.1)}*,*::before,*::after{box-sizing:border-box}body.layout-crimsonforge{margin:0;overflow-x:clip;background:var(--fg-cream);color:var(--fg-coal);font-family:"Segoe UI",system-ui,-apple-system,"PingFang SC","Microsoft YaHei",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}body.layout-crimsonforge.fg-foundry-body,body.layout-crimsonforge.fg-hearth-body,body.layout-crimsonforge.fg-dispatch-body,body.layout-crimsonforge.fg-beacon-body,body.layout-crimsonforge.fg-ledger-body,body.layout-crimsonforge.fg-spark-body,body.layout-crimsonforge.fg-brand-body,body.layout-crimsonforge.fg-revision-body,body.layout-crimsonforge.fg-kit-body,body.layout-crimsonforge.fg-charter-body{padding:0}body.layout-crimsonforge #main-content{padding:0;max-width:none;width:100%}.fg-foundry{min-height:100vh;display:flex;flex-direction:column;min-width:0}.fg-main{flex:1;display:flex;flex-direction:column;min-width:0}.fg-rail{width:var(--fg-rail-w);margin-inline:auto;padding-inline:16px}.fg-gantry{position:sticky;top:0;z-index:500;background:var(--fg-coal);border-bottom:1px solid rgba(255,255,255,0.08);box-shadow:0 4px 20px rgba(0,0,0,0.15)}.fg-gantry__bar{display:grid;grid-template-columns:auto 1fr auto;gap:12px 20px;align-items:center;max-width:min(1200px,100%);margin-inline:auto;padding:0 16px;min-height:var(--fg-gantry-h)}.fg-gantry__brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#fff;min-width:0}.fg-gantry__mark{width:28px;height:28px;border-radius:6px;flex-shrink:0}.fg-gantry__brand-text{display:flex;flex-direction:column;gap:1px;min-width:0}.fg-gantry__brand-text strong{font-size:14px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fg-gantry__brand-text small{font-size:10px;color:#a8a29e;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:20ch}.fg-gantry__tabs{display:flex;justify-content:center;gap:4px;flex-wrap:wrap;min-width:0}.fg-gantry__tab{padding:8px 14px;font-size:13px;font-weight:700;text-decoration:none;color:#d6d3d1;border-bottom:2px solid transparent;transition:color 0.15s,border-color 0.15s}.fg-gantry__tab:hover{color:#fff}.fg-gantry__tab.is-active{color:var(--fg-ember);border-bottom-color:var(--fg-ember)}.fg-gantry__acts{display:flex;gap:8px;align-items:center}.fg-gantry__ghost{font-size:12px;font-weight:700;color:#d6d3d1;text-decoration:none;padding:6px 10px}.fg-gantry__ghost:hover{color:#fff}.fg-gantry__cta{padding:8px 14px;border-radius:6px;font-size:12px;font-weight:800;text-decoration:none;color:#fff;background:var(--fg-rust)}.fg-gantry__cta:hover{background:var(--fg-ember)}.fg-gantry__menu{display:none;position:relative}.fg-gantry__menu-btn{list-style:none;width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,0.15);background:transparent;cursor:pointer;display:grid;place-items:center}.fg-gantry__menu-btn::-webkit-details-marker{display:none}.fg-gantry__menu-btn span,.fg-gantry__menu-btn span::before,.fg-gantry__menu-btn span::after{display:block;width:16px;height:2px;background:#fff;border-radius:2px}.fg-gantry__menu-btn span{position:relative}.fg-gantry__menu-btn span::before,.fg-gantry__menu-btn span::after{content:"";position:absolute;left:0}.fg-gantry__menu-btn span::before{top:-5px}.fg-gantry__menu-btn span::after{top:5px}.fg-gantry__menu-panel{position:absolute;right:0;top:calc(100% + 8px);min-width:180px;padding:10px;border-radius:10px;background:var(--fg-coal);border:1px solid rgba(255,255,255,0.1);display:grid;gap:4px}.fg-gantry__menu-panel a{padding:10px 12px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;color:#e7e5e4}.fg-gantry__menu-panel a:hover{background:rgba(255,255,255,0.08);color:var(--fg-ember)}@media (max-width:820px){.fg-gantry__bar{grid-template-columns:1fr auto}.fg-gantry__tabs,.fg-gantry__acts{display:none}.fg-gantry__menu{display:block;justify-self:end}}.fg-keel{background:var(--fg-coal);color:#d6d3d1;border-top:3px solid var(--fg-rust);margin-top:auto}.fg-keel__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 20px;padding:16px 0}.fg-keel__brand{display:flex;align-items:center;gap:10px;min-width:0}.fg-keel__mark{width:32px;height:32px;border-radius:6px}.fg-keel__title{font-size:13px;font-weight:800;color:#fff;margin:0}.fg-keel__tag{font-size:11px;color:#a8a29e;margin:2px 0 0;max-width:36ch}.fg-keel__chips{display:flex;flex-wrap:wrap;gap:6px}.fg-chip{display:inline-flex;padding:5px 12px;border-radius:999px;font-size:11px;font-weight:700;text-decoration:none;background:rgba(255,255,255,0.06);color:#e7e5e4;border:1px solid rgba(255,255,255,0.1)}.fg-chip:hover{background:rgba(249,115,22,0.15);color:var(--fg-ember);border-color:var(--fg-ember)}.fg-keel__meta{font-size:11px;color:#a8a29e;text-align:right}.fg-keel__meta a{color:#d6d3d1}.fg-keel__copy{margin:0;font-size:10px;color:#78716c}.fg-trail{margin:0 0 12px}.fg-trail__list{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0;font-size:12px;font-weight:600;color:var(--fg-muted)}.fg-trail__list li:not(:last-child)::after{content:"/";margin-left:6px;color:var(--fg-line)}.fg-trail__list a{color:var(--fg-rust);text-decoration:none}.fg-trail__list a:hover{color:var(--fg-ember)}.fg-trail__list span[aria-current]{color:var(--fg-coal)}.fg-panel{background:var(--fg-card);border:1px solid var(--fg-line);border-radius:var(--fg-r);overflow:hidden}.fg-panel__frame{display:block;line-height:0}.fg-panel__frame img{width:100%;height:auto;display:block;object-fit:cover}.fg-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:6px;font-size:13px;font-weight:800;text-decoration:none;border:2px solid transparent;cursor:pointer}.fg-btn--xs{padding:6px 12px;font-size:12px}.fg-btn--accent{color:#fff;background:var(--fg-rust)}.fg-btn--accent:hover{background:var(--fg-ember)}.fg-btn--ghost{background:#fff;border-color:var(--fg-line);color:var(--fg-rust)}.fg-btn--ghost:hover{border-color:var(--fg-ember);color:var(--fg-ember)}.fg-btn--light{background:transparent;border-color:rgba(255,255,255,0.35);color:#fff}.fg-btn--bolt{color:#fff;background:var(--fg-ember)}.fg-btn--outline{background:#fff;border-color:var(--fg-rust);color:var(--fg-rust)}.fg-sec-h,.fg-hearth__sec-h{font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:900;margin:0 0 16px;color:var(--fg-coal)}.fg-brand,.fg-revision,.fg-kit{background:var(--fg-cream)}.fg-brand__sec-h,.fg-revision__sec-h{font-size:clamp(1.2rem,2.5vw,1.55rem);font-weight:900;margin:0 0 10px;color:var(--fg-coal)}.fg-brand__sec-h--light,.fg-revision__sec-h--light{color:#fff}.fg-brand__sec-lede,.fg-revision__sec-note{margin:0 0 18px;font-size:14px;color:var(--fg-muted);max-width:56ch}.fg-brand__faq-list{display:grid;gap:0}.fg-brand__sec-lede--light{color:#fecaca}.fg-brand__sec-lede--center{text-align:center;margin-inline:auto}.fg-miss{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 16px}.fg-miss__code{font-size:72px;font-weight:900;color:var(--fg-rust);line-height:1;margin:0}.fg-miss h1{margin:12px 0 8px}.fg-miss p{color:var(--fg-muted);max-width:40ch}.fg-miss__act{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap;justify-content:center}body.layout-crimsonforge .fg-rail.container,body.layout-crimsonforge .container.fg-rail{max-width:var(--fg-rail-w);margin-left:auto;margin-right:auto}.fg-hearth__bento-card-n{font-size:18px;font-weight:900;color:var(--fg-rust);display:block;margin-bottom:4px}.fg-hearth .fg-chip{background:#fff;color:var(--fg-coal);border-color:var(--fg-line)}.fg-hearth .fg-chip:hover{border-color:var(--fg-rust);color:var(--fg-rust)}.fg-miss{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 16px}.fg-miss__code,.fg-miss__halo + .fg-miss__code{font-size:72px;font-weight:900;color:var(--fg-rust)}.fg-hearth{background:var(--fg-cream)}.fg-hearth__mast{padding:40px 0 32px}.fg-hearth__mast-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.fg-hearth__mast-copy h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;line-height:1.15;margin:0 0 12px;color:var(--fg-coal)}.fg-hearth__mast-kicker{font-size:12px;font-weight:800;color:var(--fg-rust);margin:0 0 8px;text-transform:uppercase;letter-spacing:0.06em}.fg-hearth__mast-lede{font-size:15px;color:var(--fg-muted);margin:0 0 20px;max-width:48ch}.fg-hearth__mast-act{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.fg-hearth__mast-stats{display:flex;flex-wrap:wrap;gap:16px;list-style:none;margin:0;padding:0}.fg-hearth__mast-stats li{padding:10px 14px;background:#fff;border:1px solid var(--fg-line);border-radius:8px;font-size:12px}.fg-hearth__mast-stats strong{display:block;font-size:16px;color:var(--fg-rust)}.fg-hearth__mast-visual .fg-panel{border:3px solid var(--fg-coal);box-shadow:8px 8px 0 var(--fg-rust)}.fg-hearth__tape{background:var(--fg-coal);color:#fff;padding:10px 0;overflow:hidden;border-bottom:2px solid var(--fg-rust);position:relative}.fg-hearth__tape-track{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:32px;width:max-content;min-width:100%;animation:fg-tape 28s linear infinite;white-space:nowrap;font-size:13px;font-weight:600;will-change:transform}.fg-hearth__tape-item{flex-shrink:0;display:inline-flex;gap:8px;align-items:center}.fg-hearth__tape-dot{width:6px;height:6px;border-radius:50%;background:var(--fg-ember);flex-shrink:0}.fg-hearth__tape a{color:#fff;text-decoration:none}.fg-hearth__tape a:hover{color:var(--fg-ember)}@keyframes fg-tape{from{transform:translateX(0)}to{transform:translateX(-50%)}}.fg-hearth__bento{padding:40px 0}.fg-hearth__bento-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.fg-hearth__bento-card{padding:18px;background:#fff;border:1px solid var(--fg-line);border-radius:var(--fg-r)}.fg-hearth__bento-card--wide{grid-column:span 2}.fg-hearth__bento-card h3{margin:0 0 6px;font-size:15px}.fg-hearth__bento-card p{margin:0;font-size:13px;color:var(--fg-muted)}.fg-hearth__bento-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;align-items:stretch}.fg-hearth__bento-photo{display:flex;flex-direction:column;margin:0;min-width:0}.fg-hearth__bento-photo .fg-panel__frame{aspect-ratio:4 / 3;width:100%;overflow:hidden;border-radius:var(--fg-r);border:1px solid var(--fg-line);background:var(--fg-line)}.fg-hearth__bento-photo .fg-panel__frame picture,.fg-hearth__bento-photo .fg-panel__frame img{width:100%;height:100%;display:block;object-fit:cover}.fg-hearth__bento-photo figcaption{font-size:11px;color:var(--fg-muted);margin-top:8px;text-align:center;flex-shrink:0}.fg-hearth__river{padding:32px 0;background:#fff;border-top:1px solid var(--fg-line)}.fg-hearth__river-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.fg-hearth__river-lane{display:grid;gap:0}.fg-hearth__river-row{display:grid;grid-template-columns:200px 1fr;gap:20px;align-items:start;padding:16px 0;border-bottom:1px solid var(--fg-line)}.fg-hearth__river-row--flip{grid-template-columns:1fr 200px}.fg-hearth__river-row--flip .fg-hearth__river-media{order:2}.fg-hearth__river-kicker{display:block;font-size:10px;font-weight:800;color:var(--fg-ember);margin-bottom:4px;text-transform:uppercase;letter-spacing:0.04em}.fg-hearth__river-media{display:block;text-decoration:none;color:inherit;border-radius:var(--fg-r);overflow:hidden;border:1px solid var(--fg-line)}.fg-hearth__river-media:hover{border-color:var(--fg-rust)}.fg-hearth__river-tag{display:inline-block;font-size:10px;font-weight:800;color:var(--fg-rust);background:rgba(194,65,12,0.1);padding:2px 8px;border-radius:4px;margin-bottom:6px}.fg-hearth__river-copy h3{margin:0 0 6px;font-size:16px}.fg-hearth__river-copy h3 a{color:inherit;text-decoration:none}.fg-hearth__river-copy h3 a:hover{color:var(--fg-rust)}.fg-hearth__river-copy time{font-size:12px;color:var(--fg-muted)}.fg-hearth__river-copy p{font-size:13px;color:var(--fg-muted);margin:8px 0 0}.fg-hearth__bars{padding:40px 0;background:linear-gradient(135deg,var(--fg-coal) 0%,#292524 100%);color:#fff}.fg-hearth__bars-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.fg-hearth__bars-head .fg-sec-h{color:#fff;margin:0}.fg-hearth__bars-track{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.fg-hearth__bars-card{padding:16px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:var(--fg-r);text-decoration:none;color:#fff;display:flex;flex-direction:column;gap:8px}.fg-hearth__bars-card:hover{border-color:var(--fg-ember);background:rgba(249,115,22,0.12)}.fg-hearth__bars-rank{font-size:24px;font-weight:900;color:var(--fg-ember)}.fg-hearth__bars-bar{height:3px;background:linear-gradient(90deg,var(--fg-rust),var(--fg-ember));border-radius:2px}.fg-hearth__stack{padding:32px 0}.fg-hearth__stack-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.fg-hearth__stack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.fg-hearth__stack-card{display:grid;grid-template-columns:180px 1fr;gap:16px;align-items:start}.fg-hearth__stack-media{display:block;text-decoration:none;border-radius:var(--fg-r);overflow:hidden;border:1px solid var(--fg-line)}.fg-hearth__stack-media:hover{border-color:var(--fg-rust)}.fg-hearth__stack-body h3{margin:0 0 6px;font-size:15px}.fg-hearth__stack-body h3 a{color:inherit;text-decoration:none}.fg-hearth__stack-body h3 a:hover{color:var(--fg-rust)}.fg-hearth__stack-body p{margin:0 0 6px;font-size:13px;color:var(--fg-muted)}.fg-hearth__stack-body time{font-size:12px;color:var(--fg-muted)}.fg-hearth__plate{padding:40px 0;background:var(--fg-line)}.fg-hearth__plate-grid{display:grid;grid-template-columns:1fr 280px;gap:32px;align-items:center}.fg-hearth__plate-perks{list-style:none;margin:16px 0;padding:0;display:grid;gap:10px}.fg-hearth__plate-perks li{font-size:13px}.fg-hearth__plate-perks strong{color:var(--fg-rust)}.fg-hearth__plate-log{margin:0;padding-left:1.2em;color:var(--fg-muted)}.fg-hearth__trust{padding:32px 0}.fg-hearth__trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.fg-hearth__trust-card{padding:16px;background:#fff;border:1px solid var(--fg-line);border-radius:var(--fg-r)}.fg-hearth__trust-card h3{margin:0 0 6px;font-size:14px}.fg-hearth__trust-card p{margin:0;font-size:12px;color:var(--fg-muted)}.fg-hearth__faq{padding:32px 0 40px}.fg-hearth__faq-panel{background:#fff;border:1px solid var(--fg-line);border-radius:var(--fg-r);padding:24px}.fg-hearth__faq-list{display:grid;gap:0}.fg-hearth__faq-item{border-bottom:1px solid var(--fg-line);padding:12px 0}.fg-hearth__faq-item:last-child{border-bottom:none}.fg-hearth__faq-item summary{font-weight:700;cursor:pointer}.fg-hearth__faq-item p{margin:8px 0 0;font-size:13px;color:var(--fg-muted)}.fg-hearth__chips{padding:16px 0;border-top:1px solid var(--fg-line)}.fg-hearth__chips-inner{display:flex;flex-wrap:wrap;gap:8px}.fg-hearth__chips-inner a{padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700;text-decoration:none;background:#fff;border:1px solid var(--fg-line);color:var(--fg-coal)}.fg-hearth__chips-inner a:hover{border-color:var(--fg-rust);color:var(--fg-rust)}.fg-hearth__cta{padding:40px 0;background:var(--fg-coal);color:#fff;text-align:center}.fg-hearth__cta-inner{text-align:center}.fg-hearth__cta h2{margin:0 0 8px;font-size:1.5rem}.fg-hearth__cta p{margin:0 0 20px;color:#d6d3d1}.fg-hearth__cta-act{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.fg-hearth__empty{font-size:14px;color:var(--fg-muted)}@media (max-width:900px){.fg-hearth__mast-grid{grid-template-columns:1fr}.fg-hearth__bento-grid{grid-template-columns:1fr}.fg-hearth__bento-card--wide{grid-column:span 1}.fg-hearth__bento-photos{grid-template-columns:1fr 1fr}.fg-hearth__bars-track{grid-template-columns:1fr 1fr}.fg-hearth__stack-grid{grid-template-columns:1fr}.fg-hearth__stack-card{grid-template-columns:1fr}.fg-hearth__plate-grid{grid-template-columns:1fr}.fg-hearth__trust-grid{grid-template-columns:1fr 1fr}.fg-hearth__river-row,.fg-hearth__river-row--flip{grid-template-columns:1fr}.fg-hearth__river-row--flip .fg-hearth__river-media{order:0}}
