@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Oswald:wght@500;600&display=swap');

:root { --ink: #efe8dc; --muted: #a99e91; --dim: #746b60; --bg: #151311; --panel: #211d19; --line: #3d352d; --rust: #c65f3e; --amber: #d59b50; --green: #82a47f; --cream: #f6efdf; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: 'DM Sans', sans-serif; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px); background-size: 28px 28px; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1440px, calc(100% - 48px)); margin: 0 auto; }
.masthead { display: flex; align-items: center; gap: 22px; padding: 28px 0 24px; border-bottom: 1px solid var(--line); }
.brand-mark { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--rust); color: var(--rust); font-family: Oswald, sans-serif; font-size: 23px; letter-spacing: 1px; }
.masthead-copy { flex: 1; } .kicker, .eyebrow { margin: 0 0 8px; color: var(--amber); font: 600 11px/1.2 Oswald, sans-serif; letter-spacing: 1.6px; }
h1, h2, h3, p { margin-top: 0; } h1 { margin-bottom: 3px; font: 600 31px/1 Oswald, sans-serif; letter-spacing: .3px; } .subtitle { margin: 0; color: var(--muted); font-size: 13px; }
.header-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: flex-end; } .status { color: var(--muted); font-size: 12px; } .status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--green); } .text-btn { color: var(--cream); border-bottom: 1px solid var(--rust); padding-bottom: 3px; font-size: 12px; }
main { padding: 48px 0 72px; } .hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 48px; align-items: end; } .hero-note { padding: 18px 0 6px; } .hero-note h2 { max-width: 650px; margin: 0 0 18px; font: 600 clamp(40px, 5vw, 76px)/.98 Oswald, sans-serif; letter-spacing: -.6px; } .hero-note h2 em { color: var(--rust); font-style: normal; } .hero-note > p:not(.eyebrow) { max-width: 670px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.key-targets { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1px; margin-bottom: 34px; background: var(--line); } .key-targets > div { min-height: 100px; padding: 14px; background: var(--panel); } .key-targets b { display: block; color: var(--amber); font-size: 11px; } .key-targets strong { display: block; margin: 12px 0 6px; color: var(--cream); font: 600 18px/1.25 Oswald, sans-serif; overflow-wrap: anywhere; } .key-targets small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.issue-text { color: #ff8b67 !important; font-weight: 700; }
.gear-row.has-issue { box-shadow: inset 3px 0 0 #ff6f52; }
.issue-note { display: inline; margin-right: 4px; }
.target-preview-anchor { position: relative; width: max-content; max-width: 100%; cursor: help; outline: none; }
.target-preview-anchor:focus-visible { color: var(--cream); outline: 1px solid var(--amber); outline-offset: 4px; }
.target-preview-anchor .item-preview { position: fixed; left: 50%; right: auto; top: 50% !important; bottom: auto !important; width: min(360px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); overflow: hidden; transform: translate(-50%, calc(-50% - 5px)); }
.target-preview-anchor .item-preview img { max-height: calc(100dvh - 46px); object-fit: contain; }
.target-preview-anchor:hover .item-preview, .target-preview-anchor:focus-within .item-preview { opacity: 1; transform: translate(-50%, -50%); }
.priority-note { margin: -14px 0 28px; padding: 12px 14px; border-left: 3px solid #ff6f52; background: rgba(126, 43, 29, .2); color: var(--muted); font-size: 12px; line-height: 1.6; }
.goal-row { display: flex; gap: 38px; margin-top: 30px; } .goal-row div { display: grid; gap: 4px; } .goal-row strong { color: var(--cream); font: 600 29px/1 Oswald, sans-serif; } .goal-row span { color: var(--dim); font-size: 11px; }
.priority-board { border-top: 2px solid var(--rust); padding: 15px 0 4px; } .board-head { display: flex; justify-content: space-between; color: var(--amber); font: 600 11px Oswald, sans-serif; letter-spacing: 1.5px; } .stamp { color: var(--rust); font-size: 20px; } .priority-board ol { margin: 18px 0; padding: 0; list-style: none; } .priority-board li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); } .priority-board b { color: var(--cream); font-size: 13px; } .priority-board li span { color: var(--muted); font-size: 12px; line-height: 1.5; } .board-foot { margin: 0; color: var(--dim); font-size: 12px; font-style: italic; }
.callout { display: flex; gap: 18px; margin: 42px 0 34px; padding: 16px 18px; border-left: 3px solid var(--amber); background: color-mix(in srgb, var(--panel) 86%, transparent); } .callout b { color: var(--amber); font-size: 12px; white-space: nowrap; } .callout span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.tabs { display: flex; gap: 26px; border-bottom: 1px solid var(--line); } .tab, .filter { appearance: none; border: 0; background: none; color: var(--dim); cursor: pointer; font: 600 12px Oswald, sans-serif; letter-spacing: .8px; padding: 14px 0; } .tab.active { color: var(--cream); border-bottom: 2px solid var(--rust); } .tab:hover, .filter:hover { color: var(--cream); }
.tab-panel { display: none; padding-top: 34px; } .tab-panel.active { display: block; animation: reveal .35s ease-out; } @keyframes reveal { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; } .section-heading h2 { margin: 0; font: 600 29px/1 Oswald, sans-serif; } .filters { display: flex; gap: 17px; } .filter { padding: 7px 0; font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 0; } .filter.active { color: var(--amber); border-bottom: 1px solid var(--amber); }
.gear-table { border-top: 1px solid var(--line); } .gear-row { display: grid; grid-template-columns: 1fr 1.5fr 2.1fr 1.8fr 1.2fr 1.45fr; gap: 18px; align-items: start; padding: 17px 14px; border-bottom: 1px solid var(--line); } .gear-head { color: var(--dim); font: 600 10px Oswald, sans-serif; letter-spacing: 1.2px; text-transform: uppercase; padding: 11px 14px; } .gear-row strong { display: block; color: var(--cream); font-size: 13px; line-height: 1.4; } .gear-row small { display: block; margin-top: 5px; color: var(--dim); font-size: 11px; line-height: 1.4; } .slot { display: flex; gap: 9px; align-items: center; flex-wrap: wrap; } .slot b { font-size: 13px; } .slot small { flex-basis: 100%; margin: 0 0 0 31px; } .slot-icon { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--rust); color: var(--rust); font: 600 11px Oswald, sans-serif; } .tag { width: max-content; padding: 3px 7px; border: 1px solid; font-size: 10px !important; } .core-tag { color: var(--rust) !important; border-color: color-mix(in srgb, var(--rust) 70%, transparent); } .pending-tag { color: var(--dim) !important; border-color: var(--line); } .affix-list { display: grid; gap: 5px; } .affix-list span { color: var(--muted); font-size: 12px; line-height: 1.4; } .gear-name { position: relative; width: max-content; max-width: 100%; } .gear-name strong { cursor: help; outline: none; } .gear-name strong:focus-visible { color: var(--amber); } .item-preview { position: absolute; z-index: 10; left: 0; top: calc(100% + 10px); display: block; width: 260px; padding: 6px; border: 1px solid var(--amber); background: #171310; box-shadow: 12px 12px 0 rgba(0,0,0,.28); opacity: 0; pointer-events: none; transform: translateY(-5px); transition: opacity .16s ease-out, transform .16s ease-out; } .item-preview img { display: block; width: 100%; height: auto; } .gear-name:hover .item-preview, .gear-name:focus-within .item-preview { opacity: 1; transform: translateY(0); } .target-list { display: grid; gap: 5px; } .target-list span { color: var(--amber); font-size: 11px; line-height: 1.4; } .muted { color: var(--muted); font-size: 12px; line-height: 1.6; } .verdict { display: block; width: max-content; padding: 4px 8px; font-size: 10px; } .verdict.good { color: var(--green); border: 1px solid color-mix(in srgb, var(--green) 55%, transparent); } .verdict.pending { color: var(--dim); border: 1px solid var(--line); } .mini-action { margin-top: 11px; border: 1px solid var(--line); background: transparent; color: var(--muted); padding: 6px 8px; cursor: pointer; font-size: 10px; } .mini-action:hover, .mini-action.done { color: var(--green); border-color: var(--green); }
.pill { padding: 6px 10px; border: 1px solid var(--line); color: var(--amber); font-size: 11px; } .pill.warm { color: var(--rust); } .roadmap-list { max-width: 880px; border-top: 1px solid var(--line); } .road-step { display: grid; grid-template-columns: 20px 34px 1fr; gap: 14px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--line); cursor: pointer; } .road-step input, .check-grid input { margin-top: 4px; accent-color: var(--rust); } .step-no { color: var(--rust); font: 600 20px/1 Oswald, sans-serif; } .road-step b { display: block; margin-bottom: 5px; color: var(--cream); font-size: 14px; } .road-step small { color: var(--muted); font-size: 12px; line-height: 1.6; } .road-step:has(input:checked) b { color: var(--green); text-decoration: line-through; text-decoration-color: color-mix(in srgb, var(--green) 70%, transparent); } .priority-high .step-no { color: var(--rust); } .priority-mid .step-no { color: var(--amber); } .priority-low .step-no { color: var(--dim); }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 360px)); gap: 1px; background: var(--line); max-width: 740px; } .check-grid label { display: grid; grid-template-columns: 18px 1fr; gap: 11px; padding: 20px; background: var(--panel); cursor: pointer; } .check-grid b { display: block; color: var(--cream); font-size: 13px; } .check-grid small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.5; } .reset-btn { margin-top: 22px; padding: 8px 12px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; } .reset-btn:hover { border-color: var(--rust); color: var(--cream); }
.spec-detail { margin-top: 46px; padding-top: 32px; border-top: 1px solid var(--line); } .thresholds { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-bottom: 24px; background: var(--line); } .thresholds > div { min-height: 112px; padding: 16px; background: var(--panel); } .thresholds b { display: block; color: var(--amber); font-size: 11px; } .thresholds strong { display: block; margin: 11px 0 5px; color: var(--cream); font: 600 20px/1 Oswald, sans-serif; } .thresholds small { color: var(--muted); font-size: 10px; line-height: 1.45; } .spec-table { border-top: 1px solid var(--line); } .spec-row { display: grid; grid-template-columns: .75fr 1.45fr 2fr 1.15fr 2fr; gap: 18px; padding: 16px 14px; border-bottom: 1px solid var(--line); } .spec-row > b { color: var(--cream); font-size: 13px; } .spec-row span { color: var(--muted); font-size: 11px; line-height: 1.55; } .spec-row strong { display: block; color: var(--cream); font-size: 12px; } .spec-row small { display: block; margin-top: 5px; color: var(--dim); font-size: 10px; line-height: 1.4; } .spec-head { color: var(--dim) !important; font: 600 10px Oswald, sans-serif; letter-spacing: 1.2px; text-transform: uppercase; padding-top: 11px; padding-bottom: 11px; } .spec-note { margin: 18px 0 0; padding: 14px 16px; border-left: 3px solid var(--amber); background: var(--panel); color: var(--muted); font-size: 12px; line-height: 1.6; } .spec-note b { color: var(--amber); }
footer { display: flex; justify-content: space-between; padding: 18px 0 30px; border-top: 1px solid var(--line); color: var(--dim); font-size: 10px; letter-spacing: .5px; }
@media (max-width: 900px) { .shell { width: min(100% - 30px, 680px); } .masthead { align-items: flex-start; flex-wrap: wrap; } .header-actions { width: 100%; justify-content: flex-start; } .hero-grid { grid-template-columns: 1fr; gap: 26px; } .key-targets { grid-template-columns: repeat(3, 1fr); } .gear-head { display: none; } .gear-row { grid-template-columns: 1fr 1fr; gap: 16px; } .gear-row > div:nth-child(3), .gear-row > div:nth-child(4) { grid-column: 1 / -1; } .gear-row > div:nth-child(5), .gear-row > div:nth-child(6) { align-self: stretch; } .thresholds { grid-template-columns: 1fr 1fr; } .spec-head { display: none; } .spec-row { grid-template-columns: 1fr 1fr; gap: 13px; } .spec-row > span:nth-child(2), .spec-row > span:nth-child(3), .spec-row > span:nth-child(4), .spec-row > span:nth-child(5) { grid-column: 1 / -1; } .spec-row > span:nth-child(2)::before, .spec-row > span:nth-child(3)::before, .spec-row > span:nth-child(4)::before, .spec-row > span:nth-child(5)::before { display: block; margin-bottom: 3px; color: var(--dim); font: 600 9px Oswald, sans-serif; letter-spacing: 1px; text-transform: uppercase; } .spec-row > span:nth-child(2)::before { content: '固定装备 / 威能'; } .spec-row > span:nth-child(3)::before { content: '词条目标'; } .spec-row > span:nth-child(4)::before { content: '太古优先'; } .spec-row > span:nth-child(5)::before { content: '回火 / 精造 / 插槽'; } }
@media (max-width: 560px) { main { padding-top: 32px; } .hero-note h2 { font-size: 46px; } .goal-row { gap: 22px; } .goal-row strong { font-size: 24px; } .callout { display: block; } .callout b { display: block; margin-bottom: 7px; } .tabs { gap: 18px; } .tab { font-size: 11px; } .key-targets { grid-template-columns: repeat(2, 1fr); } .gear-row { grid-template-columns: 1fr; } .gear-row > div:nth-child(3), .gear-row > div:nth-child(4) { grid-column: auto; } .gear-row > div:nth-child(5), .gear-row > div:nth-child(6) { padding-top: 2px; } .thresholds { grid-template-columns: 1fr; } .check-grid { grid-template-columns: 1fr; } footer { display: block; line-height: 1.8; } }
.spec-detail { display: none; }
@media (max-width: 560px) { .item-preview { left: auto; right: 0; width: min(220px, calc(100vw - 50px)); } .target-preview-anchor .item-preview { left: 50%; right: auto; width: min(260px, calc(100vw - 32px)); } }
