@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700&display=swap");.teens-book-club-page{--color-ink:#0a1c3b;--color-accent:#c2272d;--color-accent-hover:#a51f25;--color-light-bg:#fcfcfc;--color-gray-text:#666;--color-cream:#fff;background:var(--color-light-bg);color:var(--color-ink);font-family:Roboto,sans-serif}.teens-book-club-page h1,.teens-book-club-page h2,.teens-book-club-page h3,.teens-book-club-page h4,.teens-book-club-page h5,.teens-book-club-page h6{font-family:Montserrat,sans-serif}.teens-book-club-page .text-gradient{background:linear-gradient(135deg,var(--color-cream) 0,var(--color-accent) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes teen-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes teen-pulse-glow{0%,to{box-shadow:0 0 20px rgba(202,52,51,.4)}50%{box-shadow:0 0 40px rgba(202,52,51,.8)}}@keyframes teen-slide-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes teen-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.teens-book-club-page .animate-float{animation:teen-float 6s ease-in-out infinite}.teens-book-club-page .animate-pulse-glow{animation:teen-pulse-glow 2s ease-in-out infinite}.teens-book-club-page .animate-slide-in{animation:teen-slide-in .6s ease-out forwards}.teens-book-club-page .animate-fade-in{animation:teen-fade-in .5s ease-out forwards;opacity:0}