@import "https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@300;400;500&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}html,body,#root{width:100%;min-height:100%;margin:0}*{box-sizing:border-box}body{font-family:Poppins,sans-serif;overflow-x:hidden}.app{background-image:linear-gradient(#ffffff2e,#ffffff2e),url(https://i.pinimg.com/originals/7b/89/5c/7b895ca1ca85d9e8ff4c5b1dc6f2d4e0.png);background-position:50%;background-repeat:repeat;background-size:260px;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:60px 20px;display:flex;position:relative;overflow:hidden}.hearts{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hearts span{color:#fffc;font-size:22px;animation:10s linear infinite float;position:absolute}.hearts span:first-child{animation-delay:0s;top:90%;left:10%}.hearts span:nth-child(2){animation-delay:2s;top:95%;left:25%}.hearts span:nth-child(3){animation-delay:4s;top:88%;left:40%}.hearts span:nth-child(4){animation-delay:1s;top:92%;left:60%}.hearts span:nth-child(5){animation-delay:3s;top:90%;left:75%}.hearts span:nth-child(6){animation-delay:5s;top:96%;left:90%}@keyframes float{0%{opacity:0;transform:translateY(0)scale(1)}10%{opacity:1}to{opacity:0;transform:translateY(-120vh)scale(1.4)}}.content{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:1100px;display:flex;position:relative}.title{color:#fff;text-align:center;text-shadow:0 5px 15px #00000040;margin-bottom:50px;font-family:Pacifico,cursive;font-size:4.5rem}.collage{flex-wrap:wrap;justify-content:center;align-items:center;gap:35px;display:flex}.card{background:#fff;border-radius:18px;padding:14px 14px 60px;transition:all .3s;box-shadow:0 15px 35px #00000040}.card:hover{transform:translateY(-8px)rotate(1deg)}.card:first-child{transform:rotate(-4deg)}.card:nth-child(2){transform:rotate(4deg)}.card img{object-fit:cover;border-radius:12px;width:320px;height:420px;display:block}@media (width<=768px){.title{font-size:2.7rem}.card img{width:220px;height:300px}.collage{gap:20px}}
