@import url('https://fonts.googleapis.com/css2?family=Special+Elite&family=Courier+Prime&display=swap');

body {
    font-family: 'Special Elite', cursive;
    background: linear-gradient(45deg, #3a3226 0%, #4a4136 50%, #3a3226 100%);
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(101, 67, 33, 0.3) 2px, transparent 2px),
        radial-gradient(circle at 80% 70%, rgba(139, 90, 43, 0.2) 1px, transparent 1px),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><defs><pattern id="wood" patternUnits="userSpaceOnUse" width="60" height="60"><rect width="60" height="60" fill="%23654321"/><path d="M0 0h60v60H0z" fill="none" stroke="%23453015" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="60" height="60" fill="url(%23wood)"/></svg>');
    color: #2c1810;
    margin: 0;
    padding: 20px;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(139, 69, 19, 0.1) 3px, transparent 3px),
        radial-gradient(circle at 75% 60%, rgba(160, 82, 45, 0.08) 2px, transparent 2px);
    pointer-events: none;
    z-index: -1;
}

header {
    background: linear-gradient(135deg, #f4f1e8 0%, #e8dcc0 100%);
    padding: 25px;
    text-align: center;
    border: 3px solid #8b4513;
    border-radius: 3px;
    box-shadow: 
        0 0 20px rgba(0,0,0,0.3), 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 8px 16px rgba(139, 69, 19, 0.2);
    position: relative;
    transform: rotate(-0.5deg);
    margin-bottom: 30px;
}

header::before {
    content: 'CLASSIFIED';
    position: absolute;
    top: 10px;
    right: -15px;
    background: #dc143c;
    color: white;
    padding: 5px 15px;
    font-size: 0.8em;
    font-weight: bold;
    transform: rotate(15deg);
    border: 2px solid #8b0000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

header::after {
    content: '📎';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 2em;
    color: #708090;
    transform: rotate(-45deg);
}

h1 {
    font-size: 2.5em;
    margin: 0;
    color: #2c1810;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

main {
    padding: 0;
    position: relative;
}

section {
    margin-bottom: 40px;
    padding: 20px;
    background: linear-gradient(135deg, #fff8dc 0%, #f5deb3 100%);
    border: 2px solid #d2691e;
    border-radius: 3px;
    position: relative;
    transform-origin: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

section:nth-child(1) {
    transform: rotate(-1.2deg);
    margin-left: 20px;
}

section:nth-child(2) {
    transform: rotate(0.8deg);
    margin-right: 30px;
}

section:nth-child(3) {
    transform: rotate(-0.6deg);
    margin-left: 10px;
}

section::before {
    content: 'EVIDENCE';
    position: absolute;
    top: -12px;
    left: 15px;
    background: #ff6347;
    color: white;
    padding: 2px 8px;
    font-size: 0.6em;
    font-weight: bold;
    transform: rotate(-5deg);
    border: 1px solid #cc4125;
}

#about::before {
    content: 'EVIDENCE';
    position: absolute;
    top: -12px;
    left: 15px;
    background: #ff6347;
    color: white;
    padding: 2px 8px;
    font-size: 0.6em;
    font-weight: bold;
    transform: rotate(-5deg);
    border: 1px solid #cc4125;
}

#tokenomics::before {
    content: 'EVIDENCE';
    position: absolute;
    top: -12px;
    left: 15px;
    background: #ff6347;
    color: white;
    padding: 2px 8px;
    font-size: 0.6em;
    font-weight: bold;
    transform: rotate(-5deg);
    border: 1px solid #cc4125;
}

h2 {
    color: #2c1810;
    border-bottom: 1px dashed #8b4513;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 1.6em;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-left: 20px;
}

li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #8b4513;
    font-size: 0.8em;
}


.trade-section {
    text-align: center;
    background: linear-gradient(135deg, #dc143c 0%, #b22222 100%) !important;
    border: 5px solid #8b0000 !important;
    transform: rotate(0deg) !important;
    margin: 20px auto !important;
    padding: 40px 30px !important;
    box-shadow: 
        0 0 40px rgba(220, 20, 60, 0.6),
        0 12px 24px rgba(0,0,0,0.5) !important;
    animation: intense-glow 1.5s ease-in-out infinite alternate;
    position: relative;
    z-index: 10;
}

.trade-section::before {
    content: 'CLASSIFIED' !important;
    background: #000 !important;
    color: #ff0000 !important;
    font-size: 0.9em !important;
    padding: 8px 20px !important;
    transform: rotate(-12deg) !important;
    top: -20px !important;
    left: 30px !important;
    border: 2px solid #ff0000 !important;
    font-weight: bold !important;
}

.trade-section h2 {
    color: #fff !important;
    font-size: 3em !important;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8) !important;
    border: none !important;
    margin-bottom: 20px !important;
    animation: pulse 2s ease-in-out infinite alternate;
}

.trade-section p {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.trade-button {
    display: inline-block;
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
    color: #8b0000;
    text-decoration: none;
    padding: 20px 40px;
    font-size: 1.5em;
    font-weight: bold;
    border: 4px solid #daa520;
    border-radius: 8px;
    box-shadow: 
        0 8px 16px rgba(0,0,0,0.4),
        0 0 20px rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: button-glow 2s ease-in-out infinite alternate;
}

.trade-button:hover {
    background: linear-gradient(135deg, #ffed4e 0%, #ffc649 100%);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 12px 24px rgba(0,0,0,0.5),
        0 0 30px rgba(255, 215, 0, 0.5);
}

@keyframes intense-glow {
    from {
        box-shadow: 
            0 0 40px rgba(220, 20, 60, 0.6),
            0 12px 24px rgba(0,0,0,0.5);
    }
    to {
        box-shadow: 
            0 0 60px rgba(220, 20, 60, 0.9),
            0 12px 24px rgba(0,0,0,0.5);
    }
}

@keyframes pulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}

@keyframes button-glow {
    from {
        box-shadow: 
            0 8px 16px rgba(0,0,0,0.4),
            0 0 20px rgba(255, 215, 0, 0.3);
    }
    to {
        box-shadow: 
            0 8px 16px rgba(0,0,0,0.4),
            0 0 40px rgba(255, 215, 0, 0.6);
    }
}

footer {
    background: linear-gradient(135deg, #2c1810 0%, #1a0f08 100%);
    color: #f4f1e8;
    padding: 15px;
    text-align: center;
    border: 2px solid #8b4513;
    border-radius: 3px;
    position: relative;
    margin-top: 40px;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.3);
}

footer::before {
    content: '⚠️ DISCLAIMER ⚠️';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffd700;
    color: #2c1810;
    padding: 3px 12px;
    font-size: 0.7em;
    font-weight: bold;
    border: 1px solid #daa520;
}