@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Patrick+Hand&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background:#f6f6fb;min-height:100vh;font-family:Inter,sans-serif}#root{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}#root>div{text-align:center;background:#ffffffe0;border:1px solid #ececff;border-radius:26px;width:min(460px,100%);padding:36px 28px;box-shadow:0 18px 42px #4752c41f}h1{color:#3d3d8f;letter-spacing:1px;margin-bottom:24px;font-family:Patrick Hand,cursive;font-size:clamp(38px,5vw,48px)}#root>div>div{background:#fff;border:1px solid #ececff;border-radius:22px;width:100%;margin:0 auto;padding:28px 24px;transition:all .3s;box-shadow:0 15px 40px #00000014}#root>div>div:hover{transform:translateY(-6px);box-shadow:0 25px 55px #0000001f}h2{color:#222260;margin-bottom:16px;font-size:clamp(24px,3vw,30px);line-height:1.25}p{color:#5e6578;word-break:break-word;margin:10px 0;font-size:17px;line-height:1.5}button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6c63ff,#8b85ff);border:none;border-radius:14px;margin-top:24px;padding:14px 28px;font-size:16px;font-weight:600;transition:all .25s;box-shadow:0 8px 20px #6c63ff4d}button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #6c63ff66}#root>div>p:first-of-type{color:#888;place-items:center;min-height:120px;font-size:18px;display:grid}
