:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#5a2e38;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#ffd1dc 0%,#ffe4e1 100%);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.5}body{justify-content:center;place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex;overflow:hidden}#root{text-align:center;width:100%;max-width:1280px;margin:0 auto;padding:2rem}h1{color:#ff4d6d;text-shadow:2px 2px 4px #ff4d6d33;margin-bottom:.5em;font-size:3.5em;line-height:1.1}h2{color:#c9184a;margin-bottom:2rem;font-size:2em}p{color:#800f2f;font-size:1.2em}button{color:#fff;cursor:pointer;background-color:#ff4d6d;border:none;border-radius:50px;margin:10px;padding:1em 2.5em;font-family:inherit;font-size:1.2em;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #ff4b6d4d}button:hover{background-color:#ff758f;transform:translateY(-2px);box-shadow:0 6px 20px #ff4b6d66}button:active{transform:translateY(1px)}button.secondary-btn{color:#a4133c;background-color:#ffccd5}button.secondary-btn:hover{background-color:#ffb3c1}.heart{color:#e60023;animation:1.5s infinite heartbeat;display:inline-block}@keyframes heartbeat{0%{transform:scale(1)}15%{transform:scale(1.3)}30%{transform:scale(1)}45%{transform:scale(1.3)}60%{transform:scale(1)}}.container{flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.button-group{justify-content:center;align-items:center;gap:20px;width:100%;min-height:100px;margin-top:2rem;display:flex;position:relative}.no-btn-floating{z-index:100;transition:all .2s ease-out;position:fixed}
