#app{grid-template-rows:auto auto auto 1fr auto;gap:10px;height:100vh;padding:18px 24px 14px;display:grid}#header{flex-shrink:0;align-items:center;gap:10px;display:flex}#header-icon{background:#0369a1;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;display:inline-flex}#header h1{letter-spacing:-.01em;color:#0f172a;font-size:15px;font-weight:700}#header-sub{color:#94a3b8;font-size:12px;font-weight:400}#search-row{gap:8px;display:flex}#query{color:#0f172a;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;outline:none;flex:1;padding:9px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s;box-shadow:0 1px 3px #0000000d}#query:focus{border-color:#0369a1;box-shadow:0 0 0 3px #0369a11f}#query::placeholder{color:#94a3b8}#btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0369a1;border:none;border-radius:8px;padding:9px 22px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,box-shadow .15s;box-shadow:0 1px 4px #0369a147}#btn:hover:not(:disabled){background:#075985;box-shadow:0 2px 8px #0369a15c}#btn:disabled{opacity:.5;cursor:not-allowed}#status{color:#64748b;align-items:center;gap:8px;min-height:16px;font-size:12px;display:flex}#status.error{color:#b91c1c}#spinner{border:2px solid #e2e8f0;border-top-color:#0369a1;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.6s linear infinite spin;display:none}#spinner.active{display:block}@keyframes spin{to{transform:rotate(360deg)}}#graph-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-height:0;overflow:hidden;box-shadow:0 1px 3px #00000012,0 4px 16px #0000000a}#results{flex-direction:column;gap:4px;max-height:190px;display:flex;overflow-y:auto}#results:empty{display:none}#results::-webkit-scrollbar{width:3px}#results::-webkit-scrollbar-track{background:0 0}#results::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;gap:10px;padding:8px 12px;transition:box-shadow .15s;display:flex;box-shadow:0 1px 2px #0000000a}.card:hover{box-shadow:0 3px 10px #00000017}.card-accent{background:#0369a1;border-radius:2px;flex-shrink:0;align-self:stretch;width:3px}.card-body{flex:1;min-width:0}.card-meta{color:#0369a1;align-items:center;gap:6px;margin-bottom:3px;font-size:12px;font-weight:600;display:flex}.card-score{color:#64748b;font-size:11px;font-weight:400}.card-text{color:#475569;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#0f172a;background:#f0f4f8;height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px}
