.topic-page{position:relative;display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:flex-start;padding:50px 1.5rem calc(2rem + 80px)}.topic-page__container{max-width:64rem;width:100%;text-align:center}.topic-page__description{margin-top:1rem;margin-bottom:2rem}.topic-page__body{margin-top:1.5rem;text-align:left;max-width:48rem;margin-left:auto;margin-right:auto}.topic-page__info{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:.5rem}@media (prefers-color-scheme:dark){.topic-page__info{border-top-color:rgba(255,255,255,.1)}}.section-indicator{position:fixed;bottom:80px;right:1rem;display:flex;flex-direction:row;gap:.5rem;z-index:100;align-items:end;justify-content:flex-end}.section-indicator__dot{width:8px;height:10px;border-radius:5px 5px 0 0;background-color:#ccc;transition:all .2s ease}.section-indicator__dot--active{width:12px;height:12px;background-color:#000;box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (max-width:768px){.section-indicator{bottom:53px;right:.75rem}.section-indicator__dot{width:8px;height:10px}.section-indicator__dot--active{width:10px;height:12px}}