:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.link{color:inherit;cursor:pointer;font-family:Manrope,sans-serif;text-decoration:none;transition:color .2s;position:relative}.link[data-bold=true]{font-weight:700}.link[data-uppercase=true]{text-transform:uppercase}.link[data-truncate=true]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.link[data-underline=true]{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.link:hover{color:#262626}.link:hover[data-underline=true]{-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.link.link[type=button]{background:0 0;border:none;padding:0}
