.themed-main{max-width:800px;margin:0 auto;padding:2rem 1rem}.themed-section{background-color:var(--color-surface-100);border:1px solid var(--color-border);border-radius:.5rem;margin:1.5rem 0;padding:2rem;position:relative;overflow:hidden}.themed-section:before{content:"";background-color:var(--color-primary);width:4px;height:100%;position:absolute;top:0;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.themed-main h1,.themed-main p,.themed-section{animation:.5s ease-out forwards fadeIn}.themed-main p{animation-delay:.2s}.themed-section{animation-delay:.4s}
