@import "https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Shadows+Into+Light&display=swap";:root{color:#242424;background:#f8e9f2;font-family:Patrick Hand,cursive}*{box-sizing:border-box}body{background:radial-gradient(circle at 10% 15%,#f4c9d6 0 18%,#0000 19%),radial-gradient(circle at 85% 20%,#f5dcb1 0 15%,#0000 16%),radial-gradient(circle at 22% 80%,#dcc6ec 0 18%,#0000 19%),linear-gradient(#fbe6ef 0%,#f8eaf8 45%,#f2ebfa 100%);min-height:100vh;margin:0}#root{min-height:100vh}.app-shell{gap:1.5rem;max-width:900px;margin:0 auto;padding:2rem 1rem 3rem;display:grid}.header-wrap{text-align:center;margin-bottom:1rem}.header-wrap h1{margin:0;font-family:Shadows Into Light,cursive;font-size:clamp(2rem,3vw,2.8rem)}.header-wrap p{margin:.25rem 0 1rem;font-size:1.2rem}.search-form{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.search-form input{background:#fffafc;border:2px solid #242424;border-radius:999px;width:min(430px,100%);padding:.6rem 1rem;font-family:inherit;font-size:1rem}.search-form button,.nav-btn{cursor:pointer;background:#ffe68a;border:2px solid #242424;border-radius:999px;padding:.55rem 1.1rem;font-family:inherit;font-size:1rem;transition:transform .16s,background-color .16s}.search-form button:hover,.nav-btn:hover:not(:disabled){background:#ffd95b;transform:translateY(-2px)}.quote-stage{place-items:center;min-height:380px;display:grid}.quote-card{background:#f5f5f5;border:5px solid #1d1d1d;border-radius:50% 10%/10% 50% 10% 20%;width:min(560px,100%);margin:0 0 1rem;padding:1.4rem 1.2rem;position:relative;box-shadow:10px 10px #f3f2dc}.quote-card:before,.quote-card:after{content:"𖹭 𖹭 𖹭 𖹭 𖹭 𖹭 𖹭";color:#000;letter-spacing:.25rem;background:#d9d0fd;border:4px solid #2a2a2a;border-radius:20px;padding:0 .5rem;font-size:1rem;font-weight:900;position:absolute}.quote-card:before{top:-25px;left:-52px;transform:rotate(-22deg)}.quote-card:after{bottom:-30px;right:-50px;transform:rotate(-20deg)}.quote-card__title{color:#121212;background:linear-gradient(#0000 54%,#ffe278 54%);width:fit-content;margin:0 0 1rem;font-family:Shadows Into Light,cursive;font-size:2rem;font-weight:900}.quote-card__content{border-top:4px solid #d2d2d2;border-bottom:4px solid #d2d2d2;margin:0;padding:1.1rem 0;font-size:clamp(1.15rem,2.3vw,1.5rem);line-height:1.45}.quote-card__author{margin:1rem 0 0;font-size:1.1rem}.quote-card__tag{color:#5a4f77;margin:.25rem 0 0;font-size:1.2rem}.controls-row{justify-content:center;align-items:center;gap:1rem;display:flex}.page-text,.state-text{text-align:center;margin:0;font-size:1.1rem}.error-text{color:#a5212b}.nav-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=640px){.quote-card{border-radius:28px;padding:1.7rem 1.2rem}.quote-card:before,.quote-card:after{letter-spacing:.18rem;font-size:1.1rem}}
