.token__area {
    overflow: hidden;
}

.token__wrap {
    background: linear-gradient(140deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
}

.presale-form .input-container {
    position: relative;
    margin-bottom: 20px;
    background: #212529;
    border: 1px solid #2a2e3f;
    border-radius: 16px;
    padding: 15px 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.presale-form .input-container:focus-within {
    border-color: #00ffcc;
    background: #212529;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 255, 204, 0.1);
}

.presale-form .form-label {
    display: block;
    font-size: 11px;
    color: #8a92b2;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
}

.presale-form .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.presale-form .form-control {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 22px;
    padding: 0;
    width: 100%;
}

.presale-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.presale-form .currency-badge {
    background: rgba(0, 255, 204, 0.1);
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #00ffcc;
    border: 1px solid rgba(0, 255, 204, 0.2);
    margin-left: 10px;
}

.buy-btn-premium {
    background: linear-gradient(135deg, #00ffcc 0%, #3366ff 100%);
    color: #000;
    border: none;
    padding: 18px;
    border-radius: 10px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0, 255, 204, 0.2);
}

.buy-btn-premium:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 255, 204, 0.4);
}

.progress-bar {
    background: linear-gradient(90deg, #00ffcc, #3366ff) !important;
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.5);
}

.copy-text {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 15px;
    border: 1px dashed #2a2e3f;
}

.countdown__wrap .coming-time {
    gap: 5px;
}