@font-face{font-family:'Inter';src:url('https://rsms.me/inter/font-files/Inter-Regular.woff2?v=3.19') format('woff2');font-weight:400;font-style:normal;font-display:swap;size-adjust:100%;ascent-override:90%;descent-override:22.5%;line-gap-override:0}@font-face{font-family:'Poppins';src:url('https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;size-adjust:104.5%;ascent-override:92%;descent-override:26%;line-gap-override:0}:root{--bg-primary:#F5F3FF;--bg-secondary:#FFF;--accent-gradient:linear-gradient(90deg,#FF48B0,#9A52FF);--text-heading:#1A102D;--text-body:#4A3F6D;--highlight:#00C988;--border-color:rgba(154,82,255,0.2)}body{background-color:var(--bg-primary);color:var(--text-body);font-family:'Inter',sans-serif;margin:0;padding:0;overflow-x:hidden}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}header{padding:1.5rem 0;position:fixed;width:100%;top:0;left:0;z-index:1000;background-color:rgba(245,243,255,0.8);backdrop-filter:blur(10px)}.header__content{display:flex;justify-content:center;align-items:center}.logo{font-family:'Poppins',sans-serif;font-weight:700;font-size:1.75rem;color:var(--text-heading);text-decoration:none}.logo__span{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}main{padding-top:100px}h1,h2,h3{font-family:'Poppins',sans-serif;color:var(--text-heading);margin:0 0 1rem 0;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.5rem}p{max-width:70ch;margin:0 0 1.5rem 0;line-height:1.6}.section{padding:6rem 0;text-align:center}.section--hero{position:relative;overflow:hidden;min-height:80vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-primary)}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(300deg,#9A52FF,#FF48B0,#F5F3FF);background-size:200% 200%;animation:gradient-animation 15s ease infinite;z-index:-2;opacity:.2}.hero__shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.shape{position:absolute;border-radius:50%;background:rgba(154,82,255,0.1);animation:float-animation 20s infinite ease-in-out}.shape1{width:100px;height:100px;top:10%;left:15%;animation-duration:25s}.shape2{width:50px;height:50px;top:70%;left:10%;animation-duration:18s}.shape3{width:150px;height:150px;top:20%;right:15%;animation-duration:22s}.shape4{width:75px;height:75px;top:80%;right:20%;animation-duration:16s}.hero__content{z-index:1}.hero__subheadline{font-size:1.25rem;max-width:600px;margin:1.5rem auto 2.5rem auto;opacity:.9}.cta-button{display:inline-block;background:var(--accent-gradient);color:white;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-family:'Poppins',sans-serif;font-weight:700;font-size:1.1rem;text-transform:uppercase;box-shadow:0 10px 30px rgba(154,82,255,0.4);transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(255,72,176,0.5)}.trust-badges{display:flex;justify-content:center;gap:2rem;margin-top:3rem}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.9rem;opacity:.8}.grid{display:grid;gap:2rem;margin-top:4rem}.grid--3-col{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 15px rgba(0,0,0,0.05)}.card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(154,82,255,0.15)}.card__icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:12px;background:var(--accent-gradient);margin-bottom:1.5rem}.card__icon i{width:32px;height:32px;color:white}.section__intro{max-width:700px;margin-left:auto;margin-right:auto}.live-feed{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:2rem;max-width:800px;margin:4rem auto 0;box-shadow:0 10px 50px rgba(154,82,255,0.1)}.live-feed__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.live-feed__indicator{width:12px;height:12px;background-color:var(--highlight);border-radius:50%;box-shadow:0 0 10px var(--highlight)}.live-feed__title{color:var(--text-heading);font-family:'Poppins',sans-serif;font-size:1.25rem;margin:0}.live-feed__list{list-style:none;padding:0;margin:0;height:250px;overflow:hidden;position:relative}.live-feed__item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;animation:slide-up 10s linear infinite}.live-feed__user-info{display:flex;align-items:center;gap:1rem}.rarity-tag{font-size:.8rem;font-weight:700;padding:.25rem .75rem;border-radius:50px;text-transform:uppercase}.rarity-tag--mythical{background-color:rgba(255,72,176,0.1);color:#FF48B0}.rarity-tag--legendary{background-color:rgba(154,82,255,0.1);color:#9A52FF}.rarity-tag--rare{background-color:rgba(255,193,7,0.1);color:#FFC107}.rarity-tag--uncommon{background-color:rgba(3,169,244,0.1);color:#03A9F4}.rarity-tag--common{background-color:rgba(158,158,158,0.1);color:#9E9E9E}.fruit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:4rem}.fruit-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:transform .3s ease,box-shadow .3s ease}.fruit-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(154,82,255,0.1)}.fruit-card__image{width:100%;max-width:150px;height:auto;aspect-ratio:1/1}.fruit-card__name{font-family:'Poppins',sans-serif;font-size:1.25rem;color:var(--text-heading);margin:0}footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:3rem 0;text-align:center}.footer__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1rem}.footer-links a{color:var(--text-body);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#9A52FF}.social-links{display:flex;gap:1.5rem}.social-links a{color:var(--text-body);transition:color .3s ease}.social-links a:hover{color:#9A52FF}.copyright{font-size:.9rem;opacity:.7}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(26,16,45,0.7);backdrop-filter:blur(5px);display:none;align-items:center;justify-content:center;z-index:2000}.modal--open{display:flex}.modal__content{background:var(--bg-secondary);padding:2.5rem;border-radius:16px;max-width:600px;width:90%;position:relative;text-align:left}.modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--text-body)}.modal__content h2{margin-top:0}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes float-animation{0%{transform:translateY(0) rotate(0deg);opacity:1}50%{transform:translateY(-30px) rotate(180deg);opacity:.5}100%{transform:translateY(0) rotate(360deg);opacity:1}}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}5%,25%{transform:translateY(0);opacity:1}30%{transform:translateY(-100%);opacity:0}100%{transform:translateY(-100%);opacity:0}}.live-feed__item:nth-child(1){animation-delay:0s}.live-feed__item:nth-child(2){animation-delay:3s}.live-feed__item:nth-child(3){animation-delay:6s}.live-feed__item:nth-child(4){animation-delay:9s}.live-feed__item:nth-child(5){animation-delay:12s}@media(max-width:768px){.section{padding:4rem 0}.trust-badges{flex-direction:column;gap:1.5rem}}