.home{flex-direction:column;align-items:center;gap:1.5rem;max-width:960px;margin:0 auto;padding:1.5rem 1rem 1rem;display:flex}.home__hero{text-align:center;isolation:isolate;padding:1rem 0;position:relative}.home__hero-backdrop{pointer-events:none;z-index:0;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.home__rune-ring{border:1px solid #c8a24e26;border-radius:50%;animation:4s ease-in-out infinite rune-pulse;position:absolute;inset:0;box-shadow:inset 0 0 60px #c8a24e1a,0 0 80px #c43a3a14}.home__rune-ring:before,.home__rune-ring:after{content:"";border:1px solid #c8a24e0d;border-radius:50%;position:absolute}.home__rune-ring:before{border-style:dashed;border-color:#c8a24e1a;animation:20s linear infinite rune-rotate;inset:24px}.home__rune-ring:after{border-style:dotted;border-color:#c43a3a1f;animation:30s linear infinite reverse rune-rotate;inset:48px}@keyframes rune-pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes rune-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home__embers{pointer-events:none;z-index:1;width:280px;height:100%;position:absolute;top:0;left:50%;overflow:visible;transform:translate(-50%)}.home__ember{background-color:#e8b84d;border-radius:50%;width:5px;height:5px;animation:3s ease-out infinite ember-rise;position:absolute;bottom:40%;box-shadow:0 0 6px 2px #e8b84db3}.home__ember:first-child{animation-duration:2.6s;animation-delay:0s;left:10%}.home__ember:nth-child(2){animation-duration:3.1s;animation-delay:.4s;left:20%}.home__ember:nth-child(3){animation-duration:2.8s;animation-delay:.1s;left:30%}.home__ember:nth-child(4){animation-duration:3.3s;animation-delay:.7s;left:38%}.home__ember:nth-child(5){animation-duration:2.5s;animation-delay:.3s;left:45%}.home__ember:nth-child(6){animation-duration:2.9s;animation-delay:.6s;left:52%}.home__ember:nth-child(7){animation-duration:3s;animation-delay:.2s;left:58%}.home__ember:nth-child(8){animation-duration:2.7s;animation-delay:.8s;left:65%}.home__ember:nth-child(9){animation-duration:3.2s;animation-delay:.5s;left:72%}.home__ember:nth-child(10){animation-duration:2.6s;animation-delay:.15s;left:80%}.home__ember:nth-child(11){animation-duration:2.9s;animation-delay:.55s;left:88%}.home__ember:nth-child(12){animation-duration:3.4s;animation-delay:1s;bottom:35%;left:15%}.home__ember:nth-child(13){animation-duration:2.4s;animation-delay:1.2s;bottom:45%;left:42%}.home__ember:nth-child(14){animation-duration:3.1s;animation-delay:.9s;bottom:35%;left:60%}.home__ember:nth-child(15){animation-duration:2.8s;animation-delay:1.1s;bottom:42%;left:75%}.home__ember:nth-child(16){animation-duration:3s;animation-delay:.65s;bottom:38%;left:50%}.home__ember:nth-child(3n){background-color:#d44848;width:4px;height:4px;box-shadow:0 0 6px 2px #d44848b3}.home__ember:nth-child(4n+1){width:6px;height:6px;box-shadow:0 0 8px 3px #e8b84dcc}@keyframes ember-rise{0%{opacity:0;transform:translateY(0)translate(0)}5%{opacity:1}70%{opacity:.9;transform:translateY(-100px)translate(10px)}90%{opacity:.3}to{opacity:0;transform:translateY(-150px)translate(-4px)}}.home__mascot{object-fit:contain;filter:drop-shadow(0 4px 16px #c43a3a33);z-index:1;width:120px;height:120px;margin-bottom:.75rem;animation:3s ease-in-out infinite float;position:relative}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.home__title{background:linear-gradient(135deg, var(--fm-red-light,#d44848), var(--fm-gold-light,#e8b84d), var(--fm-gold,#c8a24e));-webkit-text-fill-color:transparent;text-shadow:none;filter:drop-shadow(0 2px 8px #c43a3a33);-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:3.5rem;font-weight:700;line-height:1.2}.home__tagline{color:var(--fm-muffin-cream,#f5e6c8);margin:0 0 .5rem;font-size:1.3rem;font-style:italic}.home__subtitle{color:var(--fm-text-muted);margin:0;font-size:1.1rem}.home__cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home__cta-primary{border-radius:.5rem;padding:.75rem 2rem;font-weight:600;transition:box-shadow .2s,transform .15s}.home__cta-primary:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 0 24px #c43a3a66}.home__cta-secondary{border-radius:.5rem;padding:.75rem 2rem;font-weight:600;transition:box-shadow .2s,transform .15s}.home__cta-secondary:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 0 20px #c8a24e59}.home__cta-merge{border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:600;transition:box-shadow .2s,transform .15s;display:inline-flex}.home__cta-merge:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 0 24px #c43a3a66}.home__cta-emote{object-fit:contain;width:24px;height:24px}.home__features{grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;display:grid}.home__card{background-color:var(--fm-bg-surface);border:1px solid var(--fm-border);text-align:center;border-radius:.75rem;padding:1.25rem;transition:transform .15s,box-shadow .15s,border-color .2s}.home__card:hover{border-color:#c43a3a4d;transform:translateY(-2px);box-shadow:0 4px 20px #c43a3a26}.home__card:hover .home__card-emote{transform:scale(1.1)translateY(-2px)}.home__card:first-child{animation-delay:.1s}.home__card:nth-child(2){animation-delay:.15s}.home__card:nth-child(3){animation-delay:.2s}.home__card:nth-child(4){animation-delay:.25s}.home__card-emote{object-fit:contain;width:48px;height:48px;margin-bottom:1rem;transition:transform .2s}.home__card-title{color:var(--fm-text);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.home__card-text{color:var(--fm-text-muted);margin:0 0 .35rem;font-size:.9rem;line-height:1.5}.home__card-quip{color:var(--fm-gold);margin:0;font-size:.9rem;font-style:italic}.home__coffee{flex-direction:column;align-items:center;gap:.3rem;padding:.5rem 0;display:flex}.home__coffee-link{color:var(--fm-gold-light);background:linear-gradient(135deg,#c8a24e26,#8b5e3433);border:1px solid #c8a24e4d;border-radius:2rem;align-items:center;gap:.4rem;padding:.6rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:inline-flex}.home__coffee-link:hover{border-color:var(--fm-gold);color:var(--fm-gold-light);transform:translateY(-2px);box-shadow:0 4px 16px #c8a24e33}.home__coffee-tagline{color:var(--fm-text-muted);margin:0;font-size:.8rem;font-style:italic}.home__footer{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.home__footer-emote{object-fit:contain;width:32px;height:32px}.home__footer-text{color:var(--fm-text-muted);margin:0;font-size:.8rem}@media (width<=640px){.home__title{font-size:2.5rem}.home__mascot{width:100px;height:100px}.home__features{grid-template-columns:1fr}.home__cta{flex-direction:column;align-items:stretch}}
