:root{--background:#1c1c22;--foreground:#fff;--space:16px;--primary:#4365ff;--secondary:#8074eb}body,html{max-width:100vw;overflow-x:hidden;font-size:16px;line-height:18px}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}*{box-sizing:border-box;padding:0;margin:0}a{color:#fff;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.content{max-width:1072px}.bigContent,.content{margin:0 auto;width:100%;padding:0 var(--space);position:relative}.bigContent{max-width:calc(1155px + (var(--space) * 2))}.smallContent{margin:0 auto;max-width:calc(950px + (var(--space) * 2));width:100%;padding:0 var(--space);position:relative}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}hr{border:none;border-top:1px solid #3f3f4d;margin:24px 0;opacity:.4}[class*=grid-]{display:grid;grid-gap:8px;gap:8px}.grid-1{grid-template-columns:repeat(1,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}@media (max-width:768px){.grid-m-1{grid-template-columns:repeat(1,1fr)!important}.grid-m-2{grid-template-columns:repeat(2,1fr)!important}.grid-m-3{grid-template-columns:repeat(3,1fr)!important}}