.hk-head{grid-template-columns:1.4fr 1fr;align-items:stretch;gap:20px;margin-bottom:24px;display:grid}@media (max-width:800px){.hk-head{grid-template-columns:1fr}}.hk-title h1{font-size:var(--text-4xl);letter-spacing:-.015em;margin:10px 0 0;font-weight:700;line-height:1.1}.hk-title p{font-size:var(--text-md);color:var(--text-secondary);max-width:60ch;margin-top:10px;line-height:1.55}.hk-reg{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.hk-btn{height:38px;font-family:var(--font-body);font-size:var(--text-sm);border:1px solid var(--border-default);background:var(--surface-card);color:var(--text-primary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0 16px;font-weight:600;text-decoration:none;display:inline-flex}.hk-btn.is-primary{background:var(--brand);border-color:var(--brand);color:var(--text-inverse)}.hk-btn.is-small{height:28px;font-size:var(--text-xs);border-radius:8px;padding:0 10px}.hk-btn[disabled]{opacity:.6;cursor:default}.hk-pill{height:22px;font-size:var(--text-xs);border:1px solid;border-radius:999px;align-items:center;gap:5px;padding:0 9px;font-weight:500;display:inline-flex}.hk-pill svg{width:12px;height:12px}.hk-pill.is-live{color:var(--status-success-fg);background:var(--status-success-bg);border-color:var(--status-success-border)}.hk-pill.is-final{color:var(--status-neutral-fg);background:var(--status-neutral-bg);border-color:var(--status-neutral-border)}.hk-pill.is-info{color:var(--status-info-fg);background:var(--status-info-bg);border-color:var(--status-info-border)}.hk-pill.is-warn{color:var(--status-warning-fg);background:var(--status-warning-bg);border-color:var(--status-warning-border)}.hk-pill.is-danger{color:var(--status-danger-fg);background:var(--status-danger-bg);border-color:var(--status-danger-border)}.hk-regcard{background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-3xl);box-shadow:var(--shadow-card);margin-bottom:18px;padding:22px 24px}.hk-regcard h2{font-size:var(--text-xl);margin:0 0 6px;font-weight:700}.hk-regcard p{font-size:var(--text-sm);color:var(--text-muted);margin:0 0 12px}.hk-check{font-size:var(--text-sm);color:var(--text-secondary);align-items:flex-start;gap:8px;margin-top:8px;display:flex}.hk-check input{accent-color:var(--brand);margin-top:3px}.hk-notice{font-size:var(--text-sm);border:1px solid var(--status-info-border);background:var(--status-info-bg);color:var(--status-info-fg);border-radius:10px;margin-top:12px;padding:10px 12px}.hk-notice.is-danger{border-color:var(--status-danger-border);background:var(--status-danger-bg);color:var(--status-danger-fg)}.hk-cred{grid-template-columns:1.1fr .9fr;gap:22px;display:grid}@media (max-width:860px){.hk-cred{grid-template-columns:1fr}}.hk-ccard{background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-3xl);box-shadow:var(--shadow-card);padding:26px}.hk-ccard-ey{font-size:var(--text-xs);color:var(--text-muted)}.hk-ccard h1{font-size:var(--text-3xl);letter-spacing:-.015em;margin:8px 0 0;font-weight:700;line-height:1.15}.hk-ccard-who{font-size:var(--text-xl);margin-top:10px}.hk-ccard-ev{font-size:var(--text-md);color:var(--text-secondary);margin-top:4px}.hk-kv{border-top:1px solid var(--border-subtle);margin-top:18px}.hk-kv div{border-bottom:1px solid var(--border-subtle);font-size:var(--text-sm);justify-content:space-between;gap:12px;padding:9px 0;display:flex}.hk-kv span{color:var(--text-muted)}.hk-status-line{font-size:var(--text-sm);align-items:center;gap:8px;margin-top:16px;display:flex}.hk-share{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.hk-qr{width:120px;height:120px;margin-top:18px}.hk-qr svg{width:100%;height:100%;display:block}.hk-cred-side p{font-size:var(--text-sm);color:var(--text-muted);margin:10px 2px 0}.hk-cred-side img{border:1px solid var(--border-default);border-radius:8px;width:100%;height:auto}