*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background:#0a0a0f;justify-content:center;min-height:100vh;padding:60px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.container{width:100%;max-width:700px}h1{background:linear-gradient(135deg,#6366f1,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-size:2.4rem;font-weight:700}.subtitle{color:#888;margin-bottom:32px;font-size:.95rem}.subtitle a{color:#818cf8;text-decoration:none}.subtitle a:hover{text-decoration:underline}.search-box{gap:10px;margin-bottom:24px;display:flex}#hotkey-input{color:#e0e0e0;background:#16161e;border:1px solid #2a2a3a;border-radius:10px;outline:none;flex:1;padding:14px 16px;font-family:SF Mono,Fira Code,monospace;font-size:.95rem;transition:border-color .2s}#hotkey-input:focus{border-color:#6366f1}#search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#6366f1;border:none;border-radius:10px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:background .2s}#search-btn:hover{background:#4f46e5}#search-btn:disabled{cursor:not-allowed;background:#3a3a5a}.status{color:#a78bfa;background:#16161e;border:1px solid #2a2a3a;border-radius:10px;align-items:center;gap:10px;margin-bottom:20px;padding:14px 18px;display:flex}.status:before{content:"";background:#a78bfa;border-radius:50%;width:8px;height:8px;animation:1s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.result{background:#16161e;border:1px solid #2a2a3a;border-radius:12px;padding:24px}.result h2{color:#c0c0d0;margin-bottom:16px;font-size:1.1rem}table{border-collapse:collapse;width:100%}tr{border-bottom:1px solid #1e1e2e}tr:last-child{border-bottom:none}td{vertical-align:top;padding:12px 0}td:first-child{color:#888;text-transform:uppercase;letter-spacing:.05em;width:130px;padding-right:16px;font-size:.85rem}td:last-child{word-break:break-all;font-family:SF Mono,Fira Code,monospace;font-size:.9rem}td a{color:#818cf8;text-decoration:none}td a:hover{text-decoration:underline}.error{color:#f87171;background:#1e1015;border:1px solid #3a1525;border-radius:10px;padding:14px 18px}.hidden{display:none}
