:root{--max-width:1400px;--border-radius:8px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:0,0,0;--background-rgb:248,249,250}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb))}a{color:inherit;text-decoration:none}.AddressLookup_container__IPhjg{position:relative;width:100%;max-width:800px;margin:12px auto auto}.AddressLookup_inputWrapper__9w5lP{position:relative;width:100%}.AddressLookup_searchIcon__JB4Lb{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.AddressLookup_input__mZIV3{width:100%;padding-left:32px;height:32px;font-size:13px;border:1px solid rgba(0,0,0,.1);border-radius:7px;outline:none;transition:all .2s ease;background:white}.AddressLookup_input__mZIV3::placeholder{color:#94a3b8}.AddressLookup_input__mZIV3:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.AddressLookup_anchor__dUvhM{position:absolute;left:0;right:0;top:100%}.AddressLookup_invisible__ZirKm{height:1px;visibility:hidden}.AddressLookup_content__RcOuM{margin-top:4px;background:white;border-radius:8px;box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1);width:var(--radix-popover-trigger-width);max-height:300px;overflow-y:auto;padding:4px;border:1px solid #e2e8f0;animation:AddressLookup_slideDown__ggAtu .2s ease-out}.AddressLookup_item__eMHTo{padding:8px 12px;cursor:pointer;border-radius:4px;display:flex;flex-direction:column;gap:2px}.AddressLookup_item__eMHTo:hover{background:#f8fafc}.AddressLookup_itemText__KGXFV{font-size:14px;color:#1e293b}.AddressLookup_itemMeta__AufdC{font-size:12px;color:#64748b}.AddressLookup_error__TPOw7{margin-top:8px;color:#ef4444;font-size:14px}.AddressLookup_spinner__eIi1Z{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;border-color:#3b82f6 #3b82f6 transparent transparent;border-style:solid;border-width:2px;border-radius:50%;animation:AddressLookup_spin__O5ey1 .6s linear infinite}.AddressLookup_arrow__HDZDy{fill:white;stroke:#e2e8f0;stroke-width:1px}.AddressLookup_details__xqgwR{margin-top:2rem;padding:1.5rem;background:white;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.AddressLookup_details__xqgwR h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.AddressLookup_details__xqgwR h3{font-size:1.125rem;font-weight:600;margin:1.5rem 0 1rem;color:#1e293b}.AddressLookup_jsonData__6hWEP{background:#f8fafc;padding:1rem;border-radius:6px;font-family:monospace;font-size:14px;white-space:pre-wrap;word-break:break-all;max-height:400px;overflow-y:auto;border:1px solid #e2e8f0}@keyframes AddressLookup_slideDown__ggAtu{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes AddressLookup_spin__O5ey1{to{transform:translateY(-50%) rotate(1turn)}}.layout_layout__MPq60{display:grid;grid-template-areas:"sidebar content";grid-template-columns:200px 1fr;background-color:#ededed;height:100dvh;overflow:hidden}.layout_sidebar__4kY8o{background-color:#ededed;margin:12px 0;grid-area:sidebar}.layout_content__gYEOP{max-height:calc(100dvh - 24px);overflow-y:scroll;background-color:#fff;border-radius:9px;border:1px solid rgba(0,0,0,.1);margin:12px 12px 0;grid-area:content}.layout_brand__cy8re{font-size:24px;font-weight:600;margin:24px 12px 0}.layout_navList__bxs7_{list-style:none;margin:0;display:flex;flex-direction:column;gap:12px;padding:6px}.layout_navItem__MmdNk a{display:flex;gap:4px;align-items:center;text-decoration:none;color:#2d2e2f;padding:8px 6px;border-radius:5px;font-size:13px;font-weight:500}.layout_navItem__MmdNk svg{width:18px;height:18px}.layout_navItem__MmdNk a:hover{background-color:#e1e1e1}