.story-header{border-bottom:1px solid hsl(var(--border)/.5);justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.story-image-container{aspect-ratio:16/9;background-color:hsl(var(--muted));border-radius:.75rem;width:100%;position:relative;overflow:hidden}.story-text-container{background-color:hsl(var(--background)/.5);color:hsl(var(--foreground));border-radius:.75rem;padding:1rem}.story-text{font-family:var(--font-sans),sans-serif;color:hsl(var(--foreground)/.9);font-size:1.25rem;line-height:1.8}@media (min-width:768px){.story-text{font-size:1.5rem}}.story-footer{border-top:1px solid hsl(var(--border)/.5);background-color:#0000;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex}.story-end-section{text-align:center;border-top:1px dashed hsl(var(--border));background-color:hsl(var(--secondary)/.3);padding:2rem}@keyframes fade-in{0%{opacity:.5;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:.6s ease-in-out forwards fade-in}
