html{box-sizing:border-box}*,:before,:after{box-sizing:inherit}html,body,#__next{width:100%;min-height:100%}body{color:#161616;background:#fff;margin:0;padding:1rem;font-family:IBM Plex Mono,monospace}h1{margin:0;font-size:1.25rem;font-weight:600}ul{padding:0}li{list-style:none}table{text-align:left;vertical-align:middle;border-collapse:collapse;width:100%}table,tr,td,th{border:1px solid #e0e0e0}td,th{vertical-align:middle;padding:.75rem 1rem}th{top:var(--header-height);z-index:10;background:#f4f4f4;font-weight:600;position:sticky}[id]{scroll-margin-top:calc(var(--header-height) + 4rem)}:root{--header-height:5.5rem}.header{height:var(--header-height);z-index:100;background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;gap:1rem;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.header-title{white-space:nowrap;flex-direction:column;gap:.125rem;display:flex}.header-title p{color:#6f6f6f;margin:0;font-size:.75rem}.controls{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.control-group{flex-direction:column;gap:.25rem;min-width:160px;display:flex}.control-group label{text-transform:uppercase;letter-spacing:.04em;color:#525252;font-size:.6875rem;font-weight:600}.control-group select{color:#161616;cursor:pointer;background:#fff;border:1px solid #8d8d8d;min-width:140px;padding:.35rem .5rem;font-family:inherit;font-size:.875rem}.control-group select:focus{outline-offset:-2px;outline:2px solid #0f62fe}.reset-btn{color:#da1e28;cursor:pointer;background:0 0;border:1px solid #da1e28;align-self:flex-end;padding:.35rem .75rem;font-family:inherit;font-size:.8125rem}.reset-btn:hover{color:#fff;background:#da1e28}.fit-btn{color:#0f62fe;cursor:pointer;z-index:10;background:#fff;border:1px solid #0f62fe;border-radius:4px;width:2.5rem;height:2.5rem;font-family:inherit;font-size:1.25rem;line-height:1;position:fixed;inset-block-end:1.5rem;inset-inline-end:1.5rem;box-shadow:0 2px 6px #0003}.fit-btn:hover{color:#fff;background:#0f62fe}.content{padding-top:calc(var(--header-height) + 1rem);padding-bottom:2rem}.motion-preview{align-items:center;gap:.75rem;display:flex}.motion-bar-wrap{background:#e0e0e0;border-radius:2px;flex-shrink:0;width:5rem;height:.375rem;position:relative;overflow:hidden}.motion-bar{background:#0f62fe;width:100%;height:100%;animation:none;position:absolute;top:0;left:0;transform:translate(-100%)}.motion-bar--playing{animation:slide var(--bar-duration) var(--bar-easing) forwards}@keyframes slide{0%{transform:translate(-100%)}to{transform:translate(0)}}.motion-value{color:#161616;font-size:.875rem;font-weight:600}.motion-type{color:#6f6f6f;font-size:.75rem}.token-name a{color:#0f62fe;font-size:.875rem;text-decoration:none}.token-name a:hover{text-decoration:underline}.description-cell{color:#525252;max-width:300px;font-size:.8125rem}.type-badge{color:#0043ce;background:#edf5ff;border-radius:2px;padding:.125rem .4rem;font-size:.75rem;font-weight:600;display:inline-block}.no-results{text-align:center;color:#6f6f6f;padding:2rem;font-size:.875rem}
