* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@keyframes mint-pulse {
    0%, 100% { box-shadow: 0 0 15px rgba(26, 188, 156, 0.3); }
    50% { box-shadow: 0 0 30px rgba(26, 188, 156, 0.6); }
}

@keyframes slide-right {
    from { transform: translateX(-20px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

body {
    font-family: 'Lucida Console', 'Monaco', monospace;
    background: linear-gradient(135deg, #c5e3d8 0%, #a8d5ba 50%, #d4e4dd 100%);
    color: #2c3e50;
    line-height: 1.65;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 20px,
            rgba(26, 188, 156, 0.03) 20px,
            rgba(26, 188, 156, 0.03) 40px
        );
    pointer-events: none;
}

header {
    background: linear-gradient(135deg, #4a3f35 0%, #6d5d4b 100%);
    padding: 16px 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #1abc9c;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

header::before {
    content: '▶';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #1abc9c;
    font-size: 20px;
    animation: mint-pulse 2s infinite;
}

.logo img {
    height: 54px;
    filter: drop-shadow(2px 2px 5px rgba(26, 188, 156, 0.5));
}

.header-right {
    display: flex;
    align-items: center;
    gap: 26px;
}

.header-btns {
    display: flex;
    gap: 12px;
}

.btn-red, .btn-outline {
    padding: 13px 30px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 3px solid;
    font-family: 'Arial', sans-serif;
}

.btn-red {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ecf0f1;
    border-color: #a93226;
    box-shadow: 0 4px 0 #922b21;
}

.btn-red:hover {
    background: linear-gradient(135deg, #ec7063 0%, #e74c3c 100%);
    transform: translateY(2px);
    box-shadow: 0 2px 0 #922b21;
}

.btn-outline {
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
    color: #ecf0f1;
    border-color: #138d75;
    box-shadow: 0 4px 0 #117a65;
}

.btn-outline:hover {
    background: linear-gradient(135deg, #48c9b0 0%, #1abc9c 100%);
    transform: translateY(2px);
    box-shadow: 0 2px 0 #117a65;
}

.promo-box {
    background: linear-gradient(135deg, #f9e79f 0%, #f4d03f 100%);
    padding: 11px 24px;
    border-radius: 6px;
    color: #7d6608;
    text-decoration: none;
    border: 2px solid #d4ac0d;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 3px 10px rgba(212, 172, 13, 0.3);
}

.container {
    max-width: 1080px;
    margin: 50px auto;
    padding: 50px 55px;
    background: rgba(236, 240, 241, 0.95);
    border: 4px solid #4a3f35;
    box-shadow: 
        0 0 0 8px #a8d5ba,
        0 15px 40px rgba(0, 0, 0, 0.2);
    animation: slide-right 0.6s ease-out;
}

h1 {
    font-size: 46px;
    color: #4a3f35;
    margin-bottom: 40px;
    font-weight: 800;
    padding: 25px;
    background: linear-gradient(135deg, #a8d5ba 0%, #c5e3d8 100%);
    border-left: 8px solid #e74c3c;
    border-right: 8px solid #1abc9c;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    font-family: 'Arial Black', sans-serif;
}

h2 {
    font-size: 32px;
    color: #1abc9c;
    margin: 45px 0 25px 0;
    font-weight: 700;
    padding: 16px 26px;
    background: rgba(26, 188, 156, 0.1);
    border: 3px dashed #16a085;
    border-radius: 8px;
    font-family: 'Arial Black', sans-serif;
}

h2::before {
    content: '# ';
    color: #e74c3c;
}

p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.8;
    color: #34495e;
    font-family: 'Verdana', sans-serif;
}

.hero-img {
    margin: 48px 0;
    text-align: center;
    padding: 18px;
    background: linear-gradient(135deg, #4a3f35 0%, #6d5d4b 100%);
    border: 5px solid #1abc9c;
    box-shadow: 
        0 0 0 3px #4a3f35,
        0 12px 30px rgba(0, 0, 0, 0.25);
}

.hero-img img {
    max-width: 100%;
    border: 4px solid #a8d5ba;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 48px 0;
    border: 4px solid #4a3f35;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

th, td {
    padding: 18px 26px;
    text-align: left;
    border: 2px solid #a8d5ba;
    font-family: 'Verdana', sans-serif;
}

th {
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
    color: #ecf0f1;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

td {
    background: #ecf0f1;
    color: #2c3e50;
    font-size: 15px;
}

tr:nth-child(even) td {
    background: #d5e8e3;
}

tr:hover td {
    background: #a8d5ba;
}

ol {
    margin: 42px 0;
    padding-left: 0;
    list-style: none;
    counter-reset: mint;
}

ol li {
    margin-bottom: 20px;
    font-size: 17px;
    counter-increment: mint;
    position: relative;
    padding: 20px 20px 20px 75px;
    background: #ecf0f1;
    border: 3px solid #1abc9c;
    border-left: 6px solid #e74c3c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #34495e;
    transition: all 0.3s;
    font-family: 'Verdana', sans-serif;
}

ol li:hover {
    transform: translateX(12px);
    background: #d5e8e3;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

ol li::before {
    content: counter(mint);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ecf0f1;
    font-weight: 900;
    font-size: 24px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #4a3f35;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.update-date, .bonus-subtitle {
    background: linear-gradient(135deg, #f9e79f 0%, #f4d03f 100%);
    padding: 20px 32px;
    border-radius: 8px;
    margin: 40px 0;
    border: 3px solid #d4ac0d;
    color: #7d6608;
    font-weight: 800;
    font-size: 17px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(212, 172, 13, 0.3);
}

footer {
    background: linear-gradient(135deg, #4a3f35 0%, #6d5d4b 100%);
    text-align: center;
    padding: 32px;
    color: #1abc9c;
    margin-top: 70px;
    border-top: 4px solid #1abc9c;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

@media (max-width: 768px) {
    header {
        flex-direction: column;
        gap: 16px;
    }
    
    .container {
        padding: 35px 28px;
    }
    
    h1 {
        font-size: 34px;
    }
}
