html body.home-layout section#codex.sf-codex{max-width:1120px;box-sizing:border-box;margin:32px auto;padding:28px 24px;border:1px solid #353e49;border-top:3px solid #f4ce36;border-radius:8px;background:#171d24;color:#eaecf0;scroll-margin-top:140px}
.sf-codex-head{display:flex;justify-content:space-between;align-items:center;gap:24px}.sf-codex-eyebrow{font:10px/1.6 ui-monospace,monospace;letter-spacing:.12em;color:#f4ce36}.sf-codex-head h2{font-size:26px;line-height:1.3;margin:9px 0}.sf-codex-head p{margin:0;color:#aebbc9;font-size:13px;line-height:1.7}
.sf-codex-tally{display:flex;flex-direction:column;gap:6px;text-align:right;white-space:nowrap}.sf-codex-tally strong{color:#f4ce36;font:32px/1 ui-monospace,monospace}.sf-codex-tally small{font-size:17px;color:#b8c3d0}.sf-codex-tally>span{color:#b8c3d0;font-size:11px}
.sf-codex>progress{display:block;width:100%;height:5px;border:0;border-radius:3px;margin:22px 0 10px;background:#303946;appearance:none}.sf-codex>progress::-webkit-progress-bar{background:#303946;border-radius:3px}.sf-codex>progress::-webkit-progress-value{background:#f4ce36;border-radius:3px}.sf-codex>progress::-moz-progress-bar{background:#f4ce36}
.sf-codex-note{font:12px/1.7 Arial,"Microsoft YaHei",sans-serif;color:#b8c3d0;margin:10px 0 18px}.sf-codex-tools{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;margin:20px 0}.sf-codex-tabs{display:flex;gap:4px;padding:4px;background:#0d1218;border-radius:6px}.sf-codex-tabs button{border:0;border-radius:4px;background:transparent;color:#b8c3d0;cursor:pointer;padding:9px 13px;font-size:12px}.sf-codex-tabs button[aria-pressed="true"]{background:#f4ce36;color:#161b22}.sf-codex-tools label{display:flex;gap:10px;align-items:center;font-size:12px;color:#b8c3d0}.sf-codex-tools select{background:#202731;color:#eaecf0;border:1px solid #435061;border-radius:4px;padding:8px;font-size:12px;max-width:200px}
.sf-codex-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.sf-codex-card{position:relative;display:flex;align-items:center;flex-direction:column;gap:8px;padding:18px 12px 14px;min-width:0;border:1px solid #384350;border-radius:6px;background:#202731;color:#eaecf0;cursor:pointer;font-family:inherit}.sf-codex-card:hover{border-color:#d7b32e;background:#242d39}.sf-codex-card:focus-visible,.sf-codex-tools button:focus-visible{outline:2px solid #f4ce36;outline-offset:3px}.sf-codex-number{position:absolute;top:10px;left:12px;font:10px ui-monospace,monospace;color:#94a4b7}.sf-codex-card canvas{width:88px;height:88px;image-rendering:pixelated}.sf-codex-card strong{font-size:14px;text-align:center;line-height:1.4}.sf-codex-state{font-size:10px;color:#8be0b3}.sf-codex-card small{font-size:11px;color:#b8c3d0}.sf-codex-card[data-discovered="false"]{background:#141a21;border-style:dashed}.sf-codex-card[data-discovered="false"] .sf-codex-state{color:#98a7b8}.sf-codex-card[data-discovered="false"] strong{color:#98a7b8;letter-spacing:.1em}
.sf-codex-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:20px}.sf-codex-foot>span{font:11px ui-monospace,monospace;color:#98a7b8}.sf-codex-foot .btn{font-size:12px;min-height:38px}.sf-codex-empty{padding:28px 12px;text-align:center;color:#b8c3d0;font-size:13px}
dialog.sf-codex-dialog{box-sizing:border-box;width:min(680px,calc(100% - 28px));max-height:85dvh;padding:30px;margin:auto;border:1px solid #485462;border-radius:10px;background:#171d24;color:#eaecf0;overflow:auto}dialog.sf-codex-dialog[open]{display:grid;grid-template-columns:150px minmax(0,1fr);gap:28px}dialog.sf-codex-dialog::backdrop{background:#05080dd9;backdrop-filter:blur(4px)}.sf-codex-close{position:absolute;right:10px;top:10px;display:grid;place-items:center;width:36px;height:36px;background:#252e39;color:#eaecf0;border:1px solid #435061;border-radius:5px;cursor:pointer;font-size:24px}.sf-codex-close:focus-visible{outline:2px solid #f4ce36;outline-offset:2px}.sf-codex-portrait{display:flex;flex-direction:column;gap:18px;align-items:center;justify-content:center;align-self:start;padding-top:25px}.sf-codex-portrait canvas{width:144px;height:144px;image-rendering:pixelated}.sf-codex-portrait span{font-size:10px;color:#b8c3d0;text-align:center}.sf-codex-entry-copy h2{margin:10px 28px 12px 0;font-size:25px;line-height:1.3}.sf-codex-entry-copy>p{font-size:12px;line-height:1.7;color:#b8c3d0}.sf-codex-entry-copy dl{margin:18px 0;display:grid;gap:14px}.sf-codex-entry-copy dt{font-size:11px;color:#aebbc9;line-height:1.6}.sf-codex-entry-copy dd{margin:4px 0 0;font-size:15px;color:#eaecf0}.sf-codex-entry-copy .btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;font-size:12px;text-decoration:none}
@media(max-width:650px){html body.home-layout section#codex.sf-codex{margin:24px 12px;padding:22px 16px}.sf-codex-head{align-items:flex-start;gap:12px}.sf-codex-head h2{font-size:22px}.sf-codex-head p{font-size:12px}.sf-codex-tally strong{font-size:26px}.sf-codex-tally small{font-size:13px}.sf-codex-tally>span{font-size:10px}.sf-codex-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sf-codex-card{padding:18px 8px 12px}.sf-codex-card canvas{width:80px;height:80px}.sf-codex-tools{align-items:stretch;flex-direction:column}.sf-codex-tabs{align-self:flex-start}.sf-codex-tools label{justify-content:space-between}.sf-codex-foot{gap:12px}.sf-codex-foot .btn{max-width:100%;white-space:normal}dialog.sf-codex-dialog[open]{grid-template-columns:minmax(0,1fr);gap:16px;padding:24px}.sf-codex-portrait{padding-top:10px;gap:6px}.sf-codex-portrait canvas{width:112px;height:112px}.sf-codex-entry-copy h2{font-size:22px}.sf-codex-entry-copy .btn{width:100%}}
