:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;gap:3rem}.question{font-size:3rem;font-weight:700;color:#ff1493;margin:0;text-align:center}.buttons{display:flex;gap:3rem;flex-wrap:wrap;justify-content:center}.bubble{width:150px;height:150px;border-radius:50%;border:none;font-size:1.5rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #0003}.bubble:hover{transform:scale(1.1);box-shadow:0 6px 20px #0000004d}.yes-bubble{background:linear-gradient(135deg,#ff6b9d,#ff1493);color:#fff}.no-bubble{background:linear-gradient(135deg,#ffd7e5,#ffb3d9);color:#c71585}.popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-in}.popup{background:linear-gradient(135deg,#ff6b9d,#ff1493);padding:3rem 4rem;border-radius:30px;box-shadow:0 10px 40px #ff149366;animation:scaleIn .4s ease-out}.popup-message{color:#fff;font-size:2.5rem;margin:0;text-align:center;font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}
