@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Merriweather:wght@400;700&display=swap";*{box-sizing:border-box}body{color:#1f2937;background:#f7f4ef;margin:0;font-family:Inter,sans-serif}.page{padding:24px}.title{margin-bottom:24px;font-size:2.5rem}.story-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.story-card{color:inherit;background:#fff;border-radius:24px;text-decoration:none;transition:transform .2s;overflow:hidden;box-shadow:0 10px 30px #0000000f}.story-card:hover{transform:translateY(-4px)}.story-card img{object-fit:cover;width:100%;height:320px}.story-info{padding:16px}.reader-page{max-width:760px;margin:auto;padding:32px 24px 120px}.reader-page h1{margin-bottom:40px;font-size:2.8rem}.chapter{margin-bottom:56px}.chapter h2{margin-bottom:24px}.chapter p{margin-bottom:24px;font-family:Merriweather,serif;font-size:1.15rem;line-height:1.9}
