.news{display:flex;flex-direction:column;align-items:center;margin-bottom:16px;width:100%;max-width:600px}.news a{width:100%;height:100%;border-radius:16px;box-shadow:0 0 32px 0 rgba(0,0,0,.2588235294)}.news-slider{width:100%;max-width:600px;display:block;overflow:hidden;border-radius:20px;aspect-ratio:1.98;max-height:300px;background-size:cover;background-repeat:no-repeat;background-position:50%}.news-actionbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:16px;width:80%}.news-actionbar-btn{width:132px;height:32px;background:#2b272e;border-radius:12px;color:hsla(0,0%,100%,.78)}.news-actionbar-btn-dot{cursor:pointer;height:8px;width:8px;margin:0 2px;background-color:#2b272e;border-radius:50%;display:inline-block;transition:background-color .6s ease,box-shadow .6s ease}@media(prefers-reduced-motion:reduce){.news-actionbar-btn-dot{transition:none}}.news-actionbar-btn-active{background-color:#ed4800;box-shadow:0 0 4px 0 #ed4800}@media only screen and (max-width:1199px){.news-actionbar{width:100%}}.recent-vip{display:flex;flex-direction:column;height:400px}@media only screen and (max-width:899px){.recent-vip{padding:0}}.home-page{display:contents}.home-intro{display:flex;flex-direction:column;gap:12px}.home-intro__signed-out{display:flex;flex-direction:column;gap:16px;max-width:var(--measure-prose)}.home-intro__signed-out p{margin:0;color:var(--text-weak);line-height:var(--type-body-line-height)}.home-intro__actions{display:flex;flex-wrap:wrap;gap:12px}.home-intro__actions a.neo-button{text-decoration:none}@media(prefers-reduced-motion:no-preference){.home-section{animation:neoHomeSectionFade var(--dur-enter) var(--ease-out) backwards;animation-delay:min(var(--i,0)*var(--stagger-step),var(--stagger-cap))}.home-section--hero{animation-name:neoSlideInUp}}@keyframes neoHomeSectionFade{0%{opacity:0}to{opacity:1}}