<!DOCTYPE html>
<html lang="en" class="notranslate" translate="no">
<%- include('../../partials/head', { pageTitle: 'Tokenomics' , pageDescription: 'Token distribution and economics' }) %>

    <body>
        <%- include('../../partials/header') %>
            <main>
                <section class="_2" style="min-height: 80vh;">
                    <div class="_t"><span class="_i">
                            <div class="_w _b"></div>
                            <div class="_w _l"></div>
                            <div class="_m"></div>
                        </span></div>
                    <div class="_j">
                        <div style="max-width: 900px; margin: 0 auto; padding: 60px 20px;">

                            <!-- Page Header -->
                            <div style="text-align: center; margin-bottom: 60px;">
                                <div class="_7" style="display: inline-flex; margin-bottom: 20px;"><svg
                                        xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24"
                                        fill="none" stroke="currentColor" stroke-width="2" class="_u">
                                        <circle cx="8" cy="8" r="6"></circle>
                                        <path d="M18.09 10.37A6 6 0 1 1 10.34 18"></path>
                                    </svg> <span>Token Economics</span></div>
                                <h1 class="_5" style="font-size: 3rem; margin-bottom: 20px;"><span class="_8"><%= appCoin %></span> Tokenomics</h1>
                                <p style="color: rgba(255,255,255,0.7); font-size: 1.125rem; line-height: 1.8;">
                                    Fair distribution designed for long-term growth and community benefit.
                                </p>
                            </div>

                            <!-- Token Stats -->
                            <div
                                style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 50px;">
                                <div
                                    style="background: linear-gradient(135deg, rgba(82, 212, 147, 0.2), rgba(26, 136, 97, 0.3)); border: 1px solid rgba(82, 212, 147, 0.4); border-radius: 16px; padding: 30px; text-align: center;">
                                    <p style="color: rgba(255,255,255,0.6); font-size: 0.875rem; margin-bottom: 8px;">
                                        Total Supply</p>
                                    <p style="color: #52D493; font-size: 2rem; font-weight: 700;">100,000,000</p>
                                </div>
                                <div
                                    style="background: linear-gradient(135deg, rgba(82, 212, 147, 0.2), rgba(26, 136, 97, 0.3)); border: 1px solid rgba(82, 212, 147, 0.4); border-radius: 16px; padding: 30px; text-align: center;">
                                    <p style="color: rgba(255,255,255,0.6); font-size: 0.875rem; margin-bottom: 8px;">
                                        Circulating</p>
                                    <p style="color: #52D493; font-size: 2rem; font-weight: 700;">45,000,000</p>
                                </div>
                                <div
                                    style="background: linear-gradient(135deg, rgba(82, 212, 147, 0.2), rgba(26, 136, 97, 0.3)); border: 1px solid rgba(82, 212, 147, 0.4); border-radius: 16px; padding: 30px; text-align: center;">
                                    <p style="color: rgba(255,255,255,0.6); font-size: 0.875rem; margin-bottom: 8px;">
                                        Burned</p>
                                    <p style="color: #52D493; font-size: 2rem; font-weight: 700;">5,000,000</p>
                                </div>
                            </div>

                            <!-- Distribution -->
                            <div
                                style="background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 40px; margin-bottom: 40px;">
                                <h2
                                    style="font-size: 1.75rem; font-weight: 700; color: #fff; margin-bottom: 30px; text-align: center;">
                                    Token Distribution</h2>
                                <div style="display: flex; flex-direction: column; gap: 16px;">
                                    <div
                                        style="display: flex; justify-content: space-between; align-items: center; padding: 16px; background: rgba(82, 212, 147, 0.1); border-radius: 12px;">
                                        <span style="color: #fff; font-weight: 600;">Community Airdrop</span>
                                        <span style="color: #52D493; font-weight: 700;">30%</span>
                                    </div>
                                    <div
                                        style="display: flex; justify-content: space-between; align-items: center; padding: 16px; background: rgba(82, 212, 147, 0.1); border-radius: 12px;">
                                        <span style="color: #fff; font-weight: 600;">Liquidity Pool</span>
                                        <span style="color: #52D493; font-weight: 700;">25%</span>
                                    </div>
                                    <div
                                        style="display: flex; justify-content: space-between; align-items: center; padding: 16px; background: rgba(82, 212, 147, 0.1); border-radius: 12px;">
                                        <span style="color: #fff; font-weight: 600;">Staking Rewards</span>
                                        <span style="color: #52D493; font-weight: 700;">20%</span>
                                    </div>
                                    <div
                                        style="display: flex; justify-content: space-between; align-items: center; padding: 16px; background: rgba(82, 212, 147, 0.1); border-radius: 12px;">
                                        <span style="color: #fff; font-weight: 600;">Team & Development</span>
                                        <span style="color: #52D493; font-weight: 700;">15%</span>
                                    </div>
                                    <div
                                        style="display: flex; justify-content: space-between; align-items: center; padding: 16px; background: rgba(82, 212, 147, 0.1); border-radius: 12px;">
                                        <span style="color: #fff; font-weight: 600;">Marketing & Partnerships</span>
                                        <span style="color: #52D493; font-weight: 700;">10%</span>
                                    </div>
                                </div>
                            </div>

                            <!-- CTA -->
                            <div style="text-align: center;">
                                <a href="/" class="_9p _jp"
                                    style="display: inline-flex; align-items: center; gap: 8px; text-decoration: none;">
                                    Claim Your Tokens
                                </a>
                            </div>

                        </div>
                    </div>
                </section>
            </main>
            <%- include('../../partials/footer') %>
                <%- include('../../partials/toast') %>
                    <%- include('../../partials/scripts') %>
    </body>

</html>