.page_container__jZF7q{font-family:Segoe UI,sans-serif;min-height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#333;text-align:center;padding:20px;margin:0;overflow-x:hidden;transition:background 1s ease}.page_defaultBackground__PYBGE{background:linear-gradient(135deg,#f6d365,#fda085)}.page_happyBackground__jU4uz{background:linear-gradient(135deg,#ffe259,#ffa751)}.page_sadBackground__ageEv{background:linear-gradient(135deg,#bdc3c7,#2c3e50)}.page_neutralBackground__DgSJA{background:linear-gradient(135deg,#ece9e6,#ffffff)}.page_angryBackground__N7TAn{background:linear-gradient(135deg,#ff4e50,#f9d423)}.page_title__po7na{font-size:2em;margin-bottom:20px}.page_buttons__sZgB7{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.page_buttons__sZgB7 button{padding:12px 20px;font-size:1em;border:none;border-radius:8px;cursor:pointer;background-color:#ffffffcc;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.page_buttons__sZgB7 button:hover{background-color:#fff;transform:scale(1.05)}.page_quoteText__6SWM4{font-size:1.5em;font-style:italic;margin-bottom:20px}.page_fadeIn__jjObi{animation:page_fadeIn__jjObi 1s ease-in-out}.page_quoteAnimate__M5rU2{animation:page_zoomIn__IVol5 .6s ease-out;white-space:normal}@keyframes page_fadeIn__jjObi{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes page_zoomIn__IVol5{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:600px){.page_title__po7na{font-size:1.5em}.page_buttons__sZgB7 button{width:100%;max-width:200px}}