@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mozilla+Headline:wght@200..700&display=swap');
@import url('hhttps://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel');

body { 
    font-family: 'Inter', sans-serif; 
background: linear-gradient(rgba(240, 242, 245, 0.0), rgba(240, 242, 245, 0.0)), url('bg.jpeg');    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    padding: 40px 20px; 
    min-height: 100vh;
    box-sizing: border-box;
}
.card { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); width: 100%; max-width: 640px; margin-bottom: 20px; box-sizing: border-box; }
h2 { margin-top: 0; color: #1a1a1a; font-size: 20px; }
input[type="text"], input[type="number"] { width: 100%; padding: 12px; margin: 15px 0; border: 1px solid #ddd; border-radius: 8px; box-sizing: border-box; font-size: 14px; }
input:focus { border-color: #303030; outline: none; }

.mcard {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 640px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer; 
}

.mcard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: 100%;
    height: 100%;
    background-image: url('donate.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 38%;
    opacity: 0.30;
    pointer-events: none;
    z-index: 1;
    transition: background-size 0.3s ease, opacity 0.3s ease, left 0.3s ease;
}

.mcard .accordion-content {
    text-align: center;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
    margin-top: 0;
    position: relative;
    z-index: 2; 
}

.mcard.open::before {
    left: 105px;
    background-size: 85%;
    opacity: 0.0; 
}

.mcard.open .accordion-content {
    height: auto;
    max-height: none;
    opacity: 1;
    margin-top: 20px;
}
.crypto-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    gap: 12px; 
    padding: 10px 0;
}

.crypto-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 480px) {
    .menu-container {
        flex-direction: column; 
        gap: 10px; 
        padding: 20px;
    }
}

.crypto-row:has(.crypto-item:hover) .crypto-item:not(:hover) {
    filter: blur(2px);
    opacity: 0.5;
}

.crypto-row .crypto-item:hover {
    filter: blur(0);
    opacity: 1;
    transform: translateY(-5px);
}
.main-img {
    width: 100px;
    height: 100px;
}

.mini-logo {
    width: 50px;
    height: 50px;
    margin-top: 0px;
}

#wallet-address-box {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

#wallet-address-box.show {
    opacity: 1;
    visibility: visible;
}

#wallet-input, #copy-btn {
    height: 40px;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    vertical-align: middle;
}

#wallet-input {
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    color: #333;
    background: #f9f9f9;
    text-align: center;
}

#copy-btn {
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #333;
    color: #fff;
    border: 1px solid transparent; 
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

#copy-btn svg {
    display: block; 
}

#copy-btn:hover {
    background: #555;
}

#copy-btn.copied {
    background: #78BE21;
    border-color: #78BE21; 
}
.responsive-img { 
    width: 100%;
    height: auto;    
    display: block;    
}
strong {
  font-weight: 575;
}
button { 
    width: 100%; 
    padding: 12px; 
    background: #303030; 
    color: white; 
    border: none; 
    border-radius: 8px; 
    cursor: pointer; 
    font-weight: 600; 
    font-size: 14px; 
    margin-top: 5px; 
    transition: background 0.2s;
}
button:hover { 
    background: black; 
}
button:disabled { background: #DADADA; cursor: not-allowed; }
.alert { padding: 12px; border-radius: 8px; margin-bottom: 20px; font-size: 14px; line-height: 1.4; text-align: center; background: #fee2e2; color: #991b1b; border: 1px solid #fecaca;}
.success { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }
.step-info { color: #fc0263; font-size: 12px; margin-bottom: 10px; text-transform: uppercase; font-weight: 550; letter-spacing: 0.5px; }
.link-box { background: #f8fafc; padding: 15px; border-radius: 8px; border: 1px dashed #cbd5e1; word-break: break-all; font-family: monospace; font-size: 13px; color: #334155; margin: 15px 0; text-align: center; }
.link-box a { color: #303030; text-decoration: none; }
.link-box a:hover { text-decoration: underline; }
.btn-secondary { background: #797979; }
.btn-secondary:hover { background: #616161; }

.btn-success-custom { background: #9ACD32; }
.btn-success-custom:hover { background: #78BE21; }
.btn-danger-custom { background: #ed6666; }
.btn-danger-custom:hover { background: #ea4c4c; }

.btn-group { display: flex; flex-direction: row-reverse; gap: 10px; }
.btn-group button { margin-top: 5px; }
.disclaimer-box { max-height: 130px; overflow-y: auto; background: #f8fafc; border: 1px solid #e2e8f0; padding: 12px; border-radius: 8px; font-size: 12px; color: #475569; line-height: 1.5; margin: 15px 0; }

.checkbox-container { display: flex; align-items: center; gap: 10px; margin: 15px 0; font-size: 13px; color: #1e293b; cursor: pointer; opacity: 0.5; pointer-events: none; transition: opacity 0.3s; }
.checkbox-container.active { opacity: 1; pointer-events: auto; }
.checkbox-container input { width: 16px; height: 16px; cursor: pointer; flex-shrink: 0; }

.scroll-warning { text-align: center; font-size: 11px; color: #dc2626; margin-bottom: 5px; font-weight: 600; }
.result {     text-align: center; margin-top: 15px; padding: 12px; background-color: #fc0263; font-size: 14px; color: white; border-radius: 8px; }

.table-container { max-width: 640px; }
.accordion-header { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 14px; font-weight: 600; color: #1a1a1a; user-select: none; }
.accordion-header span:last-child { transition: transform 0.3s; font-size: 12px; color: #64748b; }
.table-content { display: none; margin-top: 15px; border-top: 1px solid #e2e8f0; padding-top: 15px; }
.styled-table { width: 100%; border-collapse: collapse; font-size: 12px; text-align: left; }
.styled-table th, .styled-table td { padding: 8px 10px; border-bottom: 1px solid #e2e8f0; color: #334155; }
.styled-table th { background: #f8fafc; font-weight: 600; color: #1e293b; }
.styled-table tr:last-child td { border-bottom: none; }

.menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px 25px; 
    padding: 15px 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
}

.menu-link {
    font-family: "Mozilla Headline", sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    white-space: nowrap; 
}

.menu-link:hover, 
.menu-link.active {
    color: #fc0263;
}

@media (max-width: 480px) {
    .menu-container {
        flex-direction: column; 
        gap: 10px; 
        padding: 20px;
    }
    
    .menu-link {
        font-size: 15px;
        width: 100%;
        text-align: center;
        padding: 5px 0;
        border-bottom: 1px solid #f0f0f0; 
    }
}
.link2 {
    color: #fc0263;
    font-size: 13px;
    transition: color 0.3s, border-bottom 0.3s;
}

.link2:hover, 
.link2.visited {
    color: black;

}
