:root{--letsur-primary-hue:220;--letsur-primary-saturation:90%;--letsur-primary-lightness:55%;--letsur-font-sans:"Pretendard",system-ui,-apple-system,"Apple SD Gothic Neo",sans-serif;--letsur-font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,monospace;--letsur-radius:8px;--nextra-primary-hue:var(--letsur-primary-hue);--nextra-primary-saturation:var(--letsur-primary-saturation);--nextra-primary-lightness:var(--letsur-primary-lightness)}html{font-family:var(--letsur-font-sans)}main table{display:block;width:100%;max-width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}main :where(th,td){min-width:7.5rem;word-break:keep-all;overflow-wrap:normal;line-break:strict;-webkit-hyphens:none;hyphens:none}main :where(th,td):first-child{min-width:8rem}main :where(th,td) code{white-space:nowrap}main .nextra-card{position:relative;min-height:4.75rem;border-color:rgb(39 39 42);background:linear-gradient(180deg,rgb(255 255 255/.025),rgb(255 255 255/0)),rgb(255 255 255/.015);transition:border-color .18s ease,background-color .18s ease,transform .18s ease}main .nextra-card:hover{border-color:rgb(82 82 91);background-color:rgb(255 255 255/.035);transform:translateY(-1px)}main .nextra-card:active{transform:translateY(0)}main .nextra-card:after{content:"";position:absolute;top:50%;right:1.25rem;width:.55rem;height:.55rem;border-top:1.5px solid;border-right:1.5px solid;opacity:.42;transform:translateY(-50%) rotate(45deg);transition:opacity .18s ease,transform .18s ease}main .nextra-card:hover:after{opacity:.8;transform:translate(.2rem,-50%) rotate(45deg)}main .nextra-card>span:last-child{order:-1;padding:1rem 3rem .5rem 1rem;font-size:1.02rem;letter-spacing:0}main .nextra-card:not(:has(>:not(span:last-child))){justify-content:center}main .nextra-card:not(:has(>:not(span:last-child)))>span:last-child{padding-block:1rem}main .nextra-card>:not(span:last-child){margin:0;padding:0 1rem 1rem;color:rgb(75 85 99);line-height:1.65}:is(html[class~=dark],html.dark) main .nextra-card>:not(span:last-child){color:rgb(209 213 219)}code,kbd,pre{font-family:var(--letsur-font-mono)}