:root{--ink:#172238;--muted:#68758d;--paper:#fffdfa;--line:#dce3ef;--navy:#293b5f;--accent:#d7a345}
*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;min-height:100vh;color:var(--ink);background:linear-gradient(140deg,#edf3fb,#fff8ec 55%,#e9edf6);font-family:Georgia,"PingFang TC","Noto Serif TC",serif}button,input{font:inherit}a{color:inherit}.header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(35,53,86,.14);background:rgba(255,253,250,.91);backdrop-filter:blur(18px)}.header-inner{width:min(1180px,calc(100% - 28px));min-height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:900}.brand img{width:44px;height:44px;border-radius:13px;object-fit:cover}.back{border:1px solid var(--line);border-radius:999px;padding:9px 14px;background:#fff;text-decoration:none;font-size:13px;font-weight:800}main{width:min(1180px,calc(100% - 28px));margin:auto;padding:42px 0 78px}.hero,.panel{border:1px solid rgba(255,255,255,.78);border-radius:24px;background:rgba(255,253,250,.95);box-shadow:0 18px 45px rgba(35,50,79,.1)}.hero{position:relative;overflow:hidden;margin-bottom:18px;padding:30px}.hero::before{content:"";position:absolute;inset:0 0 auto;height:8px;background:linear-gradient(90deg,#293b5f,#6683b5,#d7a345)}.eyebrow{margin:0 0 8px;color:#5674a6;font-size:12px;font-weight:900;letter-spacing:.16em}h1{margin:0;font-size:clamp(29px,4vw,46px)}.hero p:last-child{margin:10px 0 0;color:var(--muted);line-height:1.65}.panel{padding:24px}.search-label{display:grid;gap:7px;font-size:12px;font-weight:900}.search-label input{min-height:46px;border:1px solid var(--line);border-radius:13px;padding:10px 13px;background:#fff}.search-label input:focus{border-color:#6683b5;box-shadow:0 0 0 4px rgba(102,131,181,.14);outline:none}.count{margin:14px 0;color:var(--muted);font-size:12px;font-weight:850}.hotkey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hotkey-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:17px;padding:17px;background:linear-gradient(145deg,#fff,#f7f9fd);box-shadow:0 8px 18px rgba(37,51,79,.06)}.hotkey-card::before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:var(--hotkey-color)}.hotkey-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.hotkey-card h2{margin:0;font-size:17px}.hotkey-type{border-radius:999px;padding:4px 8px;color:#fff;background:var(--hotkey-color);font:800 10px/1.2 system-ui,sans-serif}.hotkey-command{margin:13px 0 6px}.hotkey-command code{display:inline-block;border:1px solid color-mix(in srgb,var(--hotkey-color) 35%,white);border-radius:9px;padding:7px 10px;color:#172238;background:color-mix(in srgb,var(--hotkey-color) 11%,white);font:800 13px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace}.hotkey-aliases,.hotkey-pages{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.hotkey-pages code{font-size:11px;overflow-wrap:anywhere}.empty{padding:32px;color:var(--muted);text-align:center}.gate p{margin:0;color:var(--muted)}@media(max-width:760px){.hotkey-grid{grid-template-columns:1fr}}@media(max-width:560px){.header-inner{align-items:flex-start;flex-direction:column;padding:10px 0}.back{align-self:flex-end}.hero,.panel{padding:22px 17px}.hotkey-card header{display:block}.hotkey-type{display:inline-block;margin-top:8px}}
