.Select .react-select{font-size:.75rem;font-weight:500;font-family:var(--chakra-fonts-heading)}.Select .react-select__control{padding:4px 12px;gap:4px;border:none;border-radius:10px;color:#fff;background-color:var(--chakra-colors-brand-normal);width:max-content;min-height:0;box-shadow:none}.Select .react-select__control:hover{cursor:pointer}.Select .react-select__control--menu-is-open,.Select .react-select__control:hover{background-color:var(--chakra-colors-brand-light)}.Select .react-select__value-container{padding:0;line-height:16px}.Select .react-select__single-value{margin:0;width:max-content}.Select .react-select__input-container{margin:0;padding:0}.Select .react-select__control--menu-is-open .react-select__dropdown-indicator{transform:rotate(-180deg)}.Select .react-select__dropdown-indicator{width:1rem;height:1rem;padding:0;transition:transform .15s}.Select .react-select__dropdown-indicator svg{width:16px;height:16px;display:block;flex-shrink:0;fill:#fff;stroke:#fff}.Select .react-select__input-container{color:#fff}.Select .react-select__placeholder,.Select .react-select__single-value{color:#fff;font-size:.75rem;font-weight:500;font-family:var(--chakra-fonts-heading)}.Select .react-select__menu{z-index:1000;background-color:#fff;color:var(--chakra-colors-brand-normal);border-radius:10px;overflow:hidden;font-size:.75rem;font-family:var(--chakra-fonts-heading);width:100%}.Select .react-select__indicator-separator{display:none}.Select .react-select__menu-list{padding:4px;display:flex;flex-direction:column;gap:4px}.Select .react-select__option{width:100%;min-width:max-content;border-radius:4px;line-height:16px;padding:4px 8px;transition:.1s}.Select .react-select__option:hover{cursor:pointer}.Select .react-select__option--is-focused{background-color:transparent}.Select .react-select__option:hover{background-color:rgba(var(--chakra-colors-gray-675-rgb),.09);color:var(--chakra-colors-gray-900)}.Select .react-select__option--is-selected{background-color:var(--chakra-colors-brand-light)!important;color:#fff!important}.Select .react-select__option--is-selected:hover{background-color:var(--chakra-colors-brand-light);cursor:default!important}.PageSizeSelector{display:flex;font-family:var(--chakra-fonts-mono);align-items:center}.PageSizeSelector__Title{margin-right:8px;white-space:nowrap;color:var(--chakra-colors-gray-250);font-size:.75rem}.PageSizeSelector select{font-size:.75rem;max-width:100%;height:29px;box-sizing:border-box;border:1px solid var(--chakra-colors-whiteAlpha-200);border-radius:5px;padding:0 4px;background-color:var(--chakra-colors-brand-normal)}.HorisontalSeparator{margin:24px 0}.HorisontalSeparator:after,.HorisontalSeparator:before{content:"";display:block;height:1px;width:100%}.HorisontalSeparator:after{position:absolute;left:0;background-color:var(--chakra-colors-gray-250);opacity:.2}.Intro{-webkit-backdrop-filter:blur(44px);backdrop-filter:blur(44px);border-radius:var(--chakra-radii-block);border:1px solid hsla(0,0%,100%,.1);background:rgba(24,31,34,.2);box-shadow:2px 2px var(--chakra-colors-brand-normal);display:flex;padding:64px;width:100%;gap:2.5rem}.Intro__Title{font-style:italic;font-weight:800}.Intro__Info{width:480px;flex-shrink:0}.Intro__Block{display:flex;align-items:center;flex-grow:1;flex-shrink:1;min-width:0;overflow:hidden}@media screen and (min-width:96em){.Intro__Info{min-width:40%}}@media screen and (max-width:75em){.Intro{flex-wrap:wrap;padding:2.5rem;gap:2.5rem}.Intro__Block,.Intro__Info{width:100%}.Intro__Block{margin-left:0}}@media screen and (max-width:62em){.Intro{gap:1.5rem;padding:1.5rem}}.Markdown a{color:var(--chakra-colors-brand-normal);transition:color .1s}.Markdown a:hover{color:var(--chakra-colors-brand-light)}.Markdown li{font-family:var(--chakra-fonts-mono)}.Markdown small{font-size:100%;color:var(--chakra-colors-gray-250)}.Markdown__TableWrapper{border:1px solid var(--chakra-colors-gray-800);border-radius:var(--chakra-radii-lg);overflow-x:auto}.Markdown__TableWrapper td:first-child,.Markdown__TableWrapper th:first-child{border-left:none}.Markdown__TableWrapper td:last-child,.Markdown__TableWrapper th:last-child{border-right:none}.Markdown__TableWrapper tr:first-child td,.Markdown__TableWrapper tr:first-child th{border-top:none}.Markdown__TableWrapper tr:last-child td,.Markdown__TableWrapper tr:last-child th{border-bottom:none}.Markdown table{width:100%;border-collapse:collapse;border:none}.Markdown td,.Markdown th{border:1px solid var(--chakra-colors-gray-800);padding:8px}.Markdown th{font-weight:700}