: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}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}.page{min-height:100vh;min-height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;gap:1.5rem;background:linear-gradient(135deg,#ffe6f0,#fff0f5)}.heartGrid{--size: clamp(18px, 5vw, 50px);display:grid;grid-template-columns:repeat(var(--cols, 14),var(--size));gap:clamp(2px,.5vw,4px);width:max-content}.cell{width:var(--size);height:var(--size);border-radius:4px;overflow:hidden;background:transparent}.cell.off{background:transparent}.cell.on{background:#ff4d8d;cursor:pointer;transition:transform .15s ease}.cell.on:hover{transform:scale(1.08)}.cell.on>img{width:100%;height:100%;object-fit:cover;display:block}.valentine-text{font-size:clamp(1rem,5vw,2.5rem);color:#ff4d8d;text-shadow:0 2px 10px rgba(255,77,141,.3);text-align:center;padding:0 1rem}.button-group{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{padding:.6rem 1.5rem;font-size:clamp(.9rem,3vw,1.1rem);font-weight:600;border:none;border-radius:30px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.btn.yes{background:linear-gradient(135deg,#ff4d8d,#ff6b9d);color:#fff}.btn.no{background:#e0e0e0;color:#555}.btn:hover{transform:scale(1.08);box-shadow:0 6px 20px #0003}.celebration-page{min-height:100vh;min-height:100dvh;width:100%;background:linear-gradient(135deg,#ffb6c1,#ff69b4);animation:fadeIn .6s ease}.celebration-title{font-size:clamp(1.8rem,8vw,4rem);color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.2);text-align:center}.pudgy-animation{width:min(300px,80vw);max-height:50vh;object-fit:contain;border-radius:16px;box-shadow:0 15px 50px #0000004d}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-overlay{position:fixed;inset:0;background:#000c;z-index:1000;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal-image{max-width:90vw;max-height:85vh;border-radius:12px;box-shadow:0 20px 60px #0009}@media(max-height:700px){.page{gap:.8rem;padding:.5rem}.heartGrid{--size: clamp(15px, 4.5vw, 35px);gap:2px}.valentine-text{font-size:clamp(.9rem,4vw,1.5rem)}.btn{padding:.5rem 1.2rem}}
