@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--bg-main:#faf8fc;--bg-card:#fff;--bg-card-hover:#f2eef7;--color-text-main:#151e37;--color-text-muted:#626a84;--color-text-dark:#8d93a5;--accent-primary:#f25a73;--accent-primary-glow:#f4728626;--accent-secondary:#fa8938;--accent-secondary-glow:#f9731626;--gradient-start:#fff;--gradient-mid:#ffffffe0;--gradient-end:#ffffff38;--gradient-topbottom:#ffffff73;--display-panel-bg:#fff;--card-shadow:0 12px 35px #645f7d14;--card-shadow-hover:0 16px 45px #645f7d24;--rarity-common:#67737e;--rarity-uncommon:#1f9350;--rarity-rare:#1474b8;--rarity-epic:#8a1fd6;--rarity-legendary:#bd890f;--rarity-mythical:#d41121;--font-header:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-main);color:var(--color-text-main);font-family:var(--font-body);scrollbar-width:thin;scrollbar-color:var(--accent-primary) var(--bg-main);background-image:radial-gradient(at 0 0,#fcd9df80 0,#0000 50%),radial-gradient(at 100%,#feeadc73 0,#0000 50%),radial-gradient(at 20% 100%,#f0e3fd99 0,#0000 60%);background-attachment:fixed;font-size:16px;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--accent-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-secondary)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-header);letter-spacing:-.02em;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass{background:var(--bg-card);box-shadow:var(--card-shadow);border:2px solid #8b5cf60d;border-radius:24px}.glass-interactive{background:var(--bg-card);box-shadow:var(--card-shadow);border:2px solid #8b5cf60d;border-radius:24px;transition:all .35s cubic-bezier(.4,0,.2,1)}.glass-interactive:hover{background:var(--bg-card);box-shadow:var(--card-shadow-hover);border-color:#f4728626;transform:translateY(-4px)}.glow-text-violet{background:linear-gradient(135deg,#6a18dc,#e72385);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.glow-text-crimson{background:linear-gradient(135deg,#ee2b4b,#f97110);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.glow-text-mixed{background:linear-gradient(135deg,#6a18dc,#ee2b4b,#f96b06);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.btn-primary{font-family:var(--font-header);color:#fff;background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));cursor:pointer;box-shadow:0 4px 15px var(--accent-primary-glow);border:none;border-radius:50px;justify-content:center;align-items:center;padding:.8rem 2.2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f4728659}.btn-secondary{font-family:var(--font-header);color:var(--color-text-main);cursor:pointer;background:#ede8f3;border:1px solid #8b5cf61a;border-radius:50px;justify-content:center;align-items:center;padding:.8rem 2.2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-secondary:hover{background:#e0d7ea;border-color:#8b5cf633;transform:translateY(-2px)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.25rem}}.divider-gradient{background:linear-gradient(90deg,#0000,#8b5cf61a,#0000);height:1px;margin:2rem 0}.main-header{z-index:100;border-top:none;border-left:none;border-right:none;border-radius:0 0 16px 16px;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;height:70px;display:flex}.nav-logo{font-family:var(--font-header);letter-spacing:.05em;color:var(--color-text-main);align-items:center;gap:.75rem;font-size:1.4rem;font-weight:800;display:flex}.logo-img{object-fit:contain;width:32px;height:32px}.logo-text{background:linear-gradient(135deg, #fff, var(--color-text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.nav-links{color:var(--color-text-muted);gap:2.5rem;font-size:.95rem;font-weight:500;display:flex}.nav-links a:hover{color:var(--accent-secondary)}.btn-nav{padding:.5rem 1.5rem;font-size:.9rem}@media (width<=768px){.nav-links{display:none}}.hero-section{justify-content:center;align-items:center;min-height:85vh;padding:4rem 0;display:flex;position:relative;overflow:hidden}.floating-balls-container{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.floating-ball{opacity:.75;filter:drop-shadow(0 10px 20px #645f7d1f);transition:all .3s cubic-bezier(.4,0,.2,1)}.floating-ball:hover{opacity:1;transform:scale(1.08)}.hero-content{z-index:10;text-align:center;max-width:800px;position:relative}.trademark-tag{font-family:var(--font-header);letter-spacing:.15em;color:var(--accent-secondary);background:#ee2b8c1a;border:1px solid #ee2b8c40;border-radius:50px;margin-bottom:1.5rem;padding:.3rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.hero-title-container{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.hero-logo-img{object-fit:contain;filter:drop-shadow(0 12px 30px #00000073);width:80%;max-width:360px;height:auto;transition:transform .3s,filter .3s}.hero-logo-img:hover{filter:drop-shadow(0 16px 36px #8b5cf659);transform:scale(1.02)}.hero-title{text-transform:uppercase;margin-bottom:1.5rem;font-size:4.8rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:1.35rem;line-height:1.6}.hero-cta{justify-content:center;gap:1.25rem;display:flex}@media (width<=768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:280px}}.showcase-section{padding:5rem 0;position:relative}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:2.8rem;font-weight:800}.section-subtitle{color:var(--color-text-muted);font-size:1.1rem}.tab-header{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.tab-btn{font-family:var(--font-header);color:var(--color-text-muted);cursor:pointer;background:#ede8f3;border:2px solid #8b5cf60d;border-radius:50px;padding:.65rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.tab-btn:hover{color:var(--color-text-main);background:#e3dbeb;border-color:#8b5cf61a}.tab-btn.active{color:#fff;background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));border-color:#0000;box-shadow:0 6px 18px #f4728640}.showcase-grid-simplified{grid-template-columns:100px 1fr;gap:2rem;display:grid}@media (width<=768px){.showcase-grid-simplified{grid-template-columns:1fr}}.sprite-roster-panel{flex-direction:column;gap:.85rem;display:flex}@media (width<=768px){.sprite-roster-panel{grid-template-columns:repeat(4,1fr);gap:.6rem;width:100%;max-width:320px;margin:0 auto;display:grid}}.sprite-roster-item{aspect-ratio:1;background:var(--bg-card);cursor:pointer;width:100%;box-shadow:var(--card-shadow);border:2px solid #8b5cf60f;border-radius:20px;justify-content:center;align-items:center;padding:.65rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.sprite-roster-item:hover{box-shadow:var(--card-shadow-hover);border-color:#f4728640}@media (width<=768px){.sprite-roster-item{padding:.5rem}}.sprite-roster-item.active{border-color:var(--accent-primary);background:#f25a7314;box-shadow:0 8px 20px #f4728626}.roster-only-sprite{object-fit:contain;filter:drop-shadow(0 4px 8px #0000004d);width:100%;height:100%;transition:transform .2s}.sprite-roster-item:hover .roster-only-sprite{transform:scale(1.1)rotate(5deg)}.simplified-display-panel{-webkit-backdrop-filter:blur(16px);background-clip:padding-box;border:1px solid #ffffff0f;border-radius:20px;grid-template-columns:1.2fr 1fr;min-height:420px;display:grid;position:relative;overflow:hidden}@media (width<=992px){.simplified-display-panel{--gradient-direction:to bottom;--gradient-start:#fff;--gradient-mid:#fffffff2;--gradient-end:#ffffff26;--gradient-topbottom:#fff3;grid-template-columns:1fr;min-height:auto}}.display-info-side{z-index:5;flex-direction:column;justify-content:center;gap:1.25rem;padding:4rem 3.5rem;display:flex}@media (width<=992px){.display-info-side{padding:3rem 2.5rem 1.5rem}}@media (width<=576px){.display-info-side{padding:2rem 1.5rem 1rem}}.display-form-badge{font-family:var(--font-header);letter-spacing:.15em;color:var(--accent-secondary);font-size:.75rem;font-weight:700;display:inline-block}.display-char-name{background:linear-gradient(135deg, var(--color-text-main), var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.25rem;font-size:3.2rem;font-weight:800;line-height:1.1}@media (width<=576px){.display-char-name{font-size:2.4rem}}.display-element-row{flex-wrap:wrap;gap:.75rem;display:flex}.element-badge{color:#fff;text-shadow:0 1px 2px #00000080;border-radius:50px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.element-icon{object-fit:contain;filter:brightness(0)invert();width:18px;height:18px}.display-char-desc{color:var(--color-text-muted);font-size:1.15rem;line-height:1.7}.display-sprite-side{z-index:5;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative}@media (width<=992px){.display-sprite-side{padding:1rem 2.5rem 3rem}}@media (width<=576px){.display-sprite-side{padding:.5rem 1.5rem 2rem}}.display-overlay-sprite{object-fit:contain;filter:drop-shadow(0 15px 35px #0000008c);max-width:85%;max-height:260px}.features-section{padding:5rem 0;position:relative}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;height:100%;display:flex;overflow:hidden}.feat-img-wrapper{border-bottom:1px solid #ffffff0f;width:100%;height:200px;position:relative;overflow:hidden}.feat-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.feature-card:hover .feat-card-img{transform:scale(1.06)}.feat-content{flex-direction:column;flex:1;gap:1rem;padding:2.25rem 2rem;display:flex}.feat-badge{letter-spacing:.12em;border:1px solid;border-radius:4px;align-self:flex-start;padding:.2rem .75rem;font-size:.72rem;font-weight:700}.feat-title{color:var(--color-text-main);font-size:1.45rem;font-weight:700;line-height:1.25}.feat-desc{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.98rem;line-height:1.6}.feat-action-link{align-items:center;gap:.35rem;margin-top:auto;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.feat-action-link:hover{opacity:.85}.feat-action-link .arrow{transition:transform .2s}.feat-action-link:hover .arrow{transform:translate(4px)}.about-section{padding:5rem 0 7rem}.about-card{box-shadow:var(--card-shadow);border:2px solid #8b5cf60d;padding:4rem}@media (width<=768px){.about-card{padding:2rem 1.5rem}}.about-badge{letter-spacing:.15em;color:var(--accent-primary);border-bottom:2px solid var(--accent-primary);margin-bottom:1.5rem;padding-bottom:.25rem;font-size:.75rem;font-weight:700;display:inline-block}.about-title{margin-bottom:3rem;font-size:3.2rem;font-weight:800;line-height:1.1}@media (width<=768px){.about-title{margin-bottom:2rem;font-size:2.2rem}}.about-content{grid-template-columns:1fr 1fr;gap:4rem;display:grid}@media (width<=992px){.about-content{grid-template-columns:1fr;gap:2.5rem}}.about-text-column{flex-direction:column;gap:1.5rem;display:flex}.about-text-column h3{font-size:1.6rem;font-weight:700}.about-text-column p{color:var(--color-text-muted);font-size:1.1rem;line-height:1.7}.about-text-column strong{color:var(--color-text-main)}.about-graphic-column{justify-content:center;align-items:center;display:flex}.about-graphic-img{object-fit:contain;filter:drop-shadow(0 10px 20px #645f7d1f);max-width:100%;max-height:250px;animation:4s ease-in-out infinite about-bob}@keyframes about-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.main-footer{background-color:#0000;border-top:1px solid #8b5cf614;margin-top:auto;padding:4rem 0}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:2.5rem;display:flex}.footer-brand{flex-direction:column;align-items:center;max-width:600px;margin:0 auto;display:flex}.footer-logo{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.footer-brand-logo{object-fit:contain;filter:drop-shadow(0 4px 12px #0000004d);width:80%;max-width:200px;height:auto;transition:opacity .3s,transform .3s}.footer-brand-logo:hover{opacity:.95;transform:translateY(-2px)}.footer-brand p{color:var(--color-text-muted);font-size:.95rem}.footer-info{flex-direction:column;align-items:center;gap:1rem;max-width:600px;margin:0 auto;display:flex}.footer-info p{color:var(--color-text-dark);font-size:.9rem}.footer-attribution{color:var(--color-text-dark);opacity:.75;line-height:1.5;font-size:.82rem!important}.footer-attribution a{color:inherit;text-decoration:underline;transition:color .2s}.footer-attribution a:hover{color:var(--accent-secondary)}.showcase-footer{text-align:center;margin-top:3rem}.showcase-explore-link{font-family:var(--font-header);color:var(--color-text-muted);align-items:center;gap:.35rem;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex}.showcase-explore-link:hover{color:var(--accent-primary)}.showcase-explore-link .arrow{transition:transform .2s}.showcase-explore-link:hover .arrow{transform:translate(4px)}body{flex-direction:column;min-height:100vh;display:flex}
