:root{--background-dark:#0D1117;--surface-dark:#161B22;--text-dark:#E6EDF3;--text-secondary-dark:#8B949E;--accent:#FF6B00;--accent-hover:#D15200;--rarity-common:#94a3b8;--rarity-uncommon:#22c55e;--rarity-rare:#3b82f6;--rarity-legendary:#a855f7;--rarity-mythical:#f59e0b}body{font-family:'Inter',sans-serif;background-color:var(--background-dark);color:var(--text-dark)}.font-heading{font-family:'Luckiest Guy',cursive}.hero-bg{position:relative;overflow:hidden;background:linear-gradient(135deg,#0d1117 0,#1f0c2e 50%,#241013 100%)}.hero-particles{position:absolute;top:0;left:0;right:0;bottom:0}.particle{position:absolute;background:white;border-radius:50%;opacity:.2;animation:float 25s infinite linear}.particle:nth-child(1){width:10px;height:10px;left:15%;animation-duration:20s;animation-delay:-2s}.particle:nth-child(2){width:20px;height:20px;left:35%;animation-duration:25s;animation-delay:-5s}.particle:nth-child(3){width:8px;height:8px;left:50%;animation-duration:30s;animation-delay:-10s}.particle:nth-child(4){width:15px;height:15px;left:75%;animation-duration:18s;animation-delay:-3s}.particle:nth-child(5){width:12px;height:12px;left:85%;animation-duration:22s;animation-delay:-7s}.particle:nth-child(6){width:18px;height:18px;left:5%;animation-duration:28s;animation-delay:-1s}@keyframes float{0%{transform:translateY(100vh) scale(0)}100%{transform:translateY(-10vh) scale(1)}}.cta-button{background-image:linear-gradient(to right,var(--accent),var(--accent-hover));transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(255,107,0,0.3)}.section-card{background-color:var(--surface-dark);border:1px solid #30363d}.fruit-card{background-color:rgba(22,27,34,0.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid;transition:transform .3s ease,box-shadow .3s ease}.fruit-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.2)}.filter-btn.active{background-color:var(--accent);color:white;box-shadow:0 4px 14px rgba(255,107,0,0.4)}.fruit-grid-item.hidden{display:none}.faq-item summary{cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary ~ *{animation:sweep .5s ease-in-out}@keyframes sweep{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}.modal{display:none}.modal.is-open{display:flex}.step-card::before{counter-increment:step-counter;content:counter(step-counter);position:absolute;top:-20px;left:-20px;width:40px;height:40px;background-color:var(--accent);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-family:'Luckiest Guy',cursive;font-size:1.25rem;border:4px solid var(--background-dark)}.rank-bar{background-color:#30363d;border-radius:9999px;height:20px;position:relative}.rank-progress{background:linear-gradient(90deg,var(--rarity-rare) 0,var(--rarity-legendary) 100%);width:33%;animation:rank-boost 1.5s ease-in-out forwards}@keyframes rank-boost{0%{width:0}100%{width:33%}}